.single-product-layout button{cursor:pointer;border:0}.single-product-layout{display:flex;align-items:center;flex-direction:column;justify-content:center}.single-product{width:100%;max-width:1120px;min-width:320px;border-radius:8px}.single-product__container{background:inherit;display:flex;flex-direction:column;padding:32px;gap:32px;box-sizing:border-box}.single-product__image-container img{width:100%;max-width:100%;height:auto}@media (min-width:800px){.single-product__container{flex-direction:row}}@media (min-width:1024px){.single-product__container{padding-left:40px;padding-right:40px}}.single-product__media{display:flex;flex-direction:column;align-items:center;width:100%;flex:1}.single-product__media img{max-width:100%;height:auto}.alafya-images-stack{width:100%;display:flex;flex-direction:column;gap:12px}.alafya-images-stack img{width:100%;height:auto;border-radius:10px;display:block}.alafya-images-stack shopify-media{display:flex;flex-direction:column;gap:12px}.alafya-slider{position:relative;width:100%;max-width:500px;margin:0 auto;display:flex;align-items:center;gap:8px}.alafya-slider__main{flex:1;border-radius:12px;overflow:hidden;background:#f8f9fa}.alafya-slider__main img{width:100%;height:auto;display:block;transition:opacity 0.3s ease}.alafya-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .9);border:1px solid #ddd;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:all 0.2s;color:#333;padding:0;line-height:1}.alafya-slider__arrow:hover{background:#9b0059;color:#fff;border-color:#9b0059}.alafya-slider__prev{left:-15px}.alafya-slider__next{right:-15px}.alafya-slider__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding:5px 0;scroll-behavior:smooth;justify-content:center;flex-wrap:wrap;max-width:500px;margin-left:auto;margin-right:auto}.alafya-slider__thumbs::-webkit-scrollbar{height:4px}.alafya-slider__thumbs::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.alafya-slider__thumb{width:70px;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid #fff0;opacity:.6;transition:all 0.25s ease;flex-shrink:0}.alafya-slider__thumb:hover{opacity:.9;border-color:#ddd}.alafya-slider__thumb--active{border-color:#9b0059!important;opacity:1}@media (max-width:600px){.alafya-slider__prev{left:5px}.alafya-slider__next{right:5px}.alafya-slider__arrow{width:34px;height:34px;font-size:14px}.alafya-slider__thumb{width:55px;height:55px}}.single-product__image-grid{display:flex;flex-direction:row;width:420px;transition:transform 0.3s ease}.single-product__image-grid img{border-radius:8px;max-width:100%;height:auto}.single-product__images{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;width:420px;margin-top:8px}.single-product__image-small{cursor:pointer;transition:opacity 0.2s ease}.single-product__image-small img{border:1px solid #fff0;width:130px;height:130px;border-radius:4px;opacity:.8;transition:opacity 0.2s ease}.single-product__image-small img:hover{opacity:1}.single-product__image-small.selected img{opacity:1;border:1px solid #ccc}@media (max-width:768px){.single-product__image-small img{width:100px;height:100px}}.single-product__details{background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:24px;padding:32px;flex:1}.single-product__info{display:flex;flex-direction:column;gap:8px}.single-product__description{display:flex;justify-content:space-between;padding-top:24px;border-color:#e5e7eb;opacity:1;border-top-width:1px}.single-product__description-text{font-weight:400;letter-spacing:.03em;color:#717171;font-size:14px}.single-product__title{color:#787473;font-size:40px;font-weight:500;line-height:40px;margin:0}.single-product__price{color:#787473;display:flex;gap:8px;font-weight:500;font-size:16px;line-height:28px}.single-product__compare-price{text-decoration:line-through;opacity:.5}.single-product__buttons{display:flex;flex-direction:column;gap:8px}.single-product__add-button{background-color:#000;color:#fff;padding:16px;font-size:16px;font-weight:700;width:100%;border-radius:10px;transition:all 0.3s ease}.single-product__add-button:hover{opacity:.5}.single-product__add-button:disabled{opacity:.3}.single-product__add-button[disabled]:hover{cursor:not-allowed;opacity:.3;background-color:#627059}.single-product__buy-button{background-color:#fff;border:2px solid #000!important;color:#000;padding:16px;font-size:16px;font-weight:700;width:100%;border-radius:10px;transition:all 0.3s ease}.single-product__buy-button:disabled{opacity:.3}.single-product__buy-button:hover{opacity:.5}.single-product__buy-button[disabled]:hover{opacity:.3;cursor:not-allowed;background-color:#eff1ee}.single-product__incrementor{border:1px solid #ccc;display:flex;align-items:center;gap:10px;border-radius:.25rem;margin-right:.5rem;width:fit-content}.single-product__incrementor button{color:#616161;background:inherit;cursor:pointer;font-size:1rem;width:40px;height:100%}.single-product__incrementor button:hover{background:#eff1ee}.single-product__add-to-cart{display:flex;flex-direction:row}.single-product__count{font-size:.875rem;padding:0 .25rem}.single-product__accordion{display:flex;flex-direction:column;gap:10px;width:100%}.single-product__accordion__item{border:1px solid #ccc;border-radius:.5rem;overflow:hidden}.single-product__accordion__header{padding:1rem;cursor:pointer;position:relative;font-size:19px}.single-product__accordion__header::after{content:"";background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M8 10L12 14L16 10" stroke="grey" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;width:20px;height:20px;transition:0.4s;display:inline-block;position:absolute;right:20px;top:18px;z-index:1}.single-product__accordion__header.active{border-bottom:1px solid #ccc}.single-product__accordion__header.active::after{transform:rotateX(180deg)}.single-product__accordion__header:hover{opacity:.5}.single-product__accordion__item .single-product__accordion__content{padding:0 25px;max-height:0;transition:0.5s;overflow:hidden}.single-product__accordion__item .single-product__accordion__content p{padding:.5rem 0}.single-product__pairs-well-with__layout{position:relative;width:100%;margin:auto;gap:0}.single-product__pairs-well-with{cursor:pointer}.single-product__pairs-well-with__card{padding:1.5rem 0;transition:transform 0.3s ease;border-bottom:1px solid #ccc}.single-product__pairs-well-with__card.last{border:0}.single-product__pairs-well-with__card .single-product__container{align-items:center;background:inherit;padding:0;margin:0 auto;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.single-product__pairs-well-with__card .single-product__info{gap:0;padding:0;width:100%}.single-product__pairs-well-with__card .single-product__title{color:#132f1c;font-size:.875rem;font-weight:700;line-height:1rem;text-align:left}.single-product__pairs-well-with__card .single-product__price{font-size:.875rem;font-weight:400;color:#111827;text-align:left}.single-product__pairs-well-with__card .single-product__media{align-items:normal}.single-product__pairs-well-with__card .single-product__media img{border-radius:.5rem;max-width:100%;height:auto}.single-product__pairs-well-with__card .single-product__add-button{background-color:#eff1ee;color:#627059;font-size:.875rem;padding:.5rem .875rem;width:100%}.single-product__pairs-well-with__card .single-product__add-button:hover{color:#819177;background:#f4f6f4}.product-recommendations{background:#fff;width:100%}.collection-container{display:flex;flex-direction:column;padding:2rem;box-sizing:border-box;max-width:70rem;min-width:320px;margin:0 auto}.collection-title{display:flex;flex-direction:row;width:100%;align-items:center}.collection-title h2{font-size:1.5rem;font-weight:500;line-height:1.25rem;width:100%}.collection__slider{position:relative;overflow:hidden}.collection__slider-controls{display:flex;gap:.5rem}.collection__slider-button{background:inherit;border:1px solid #ccc;color:#7d7d7d;padding:.5rem .875rem;cursor:pointer;border-radius:50px;transition:opacity 0.3s ease;justify-content:center}.collection__slider-button:hover{opacity:.8;border:1px solid #ccc;background:#f3f3f3;color:#627059}.collection__slider-button:disabled{opacity:.3;cursor:not-allowed}.collection__slider .collection-grid{display:flex;flex-direction:row;width:100%;padding:1.5rem 0;transition:transform 0.3s ease;gap:.875rem}.collection-grid__product{background:inherit;border:0;border-radius:0;flex:0 0 calc(25% - 0.67rem);max-width:calc(25% - 0.67rem);position:relative}@media (max-width:800px){.collection-grid__product{flex:0 0 calc(33.33% - 0.67rem);max-width:calc(33.33% - 0.67rem)}}.collection-grid__product:hover{border:0;background:inherit}.collection-grid__product .single-product__info{gap:0;margin-top:1rem}.collection-grid__product .single-product__info h3,.collection-grid__product .single-product__info .single-product__price{font-size:.875rem;font-weight:400;text-align:left;margin:0}.collection-grid__product .single-product__image-container{aspect-ratio:1;border-radius:.5rem;overflow:hidden;width:100%}.collection-grid__product .single-product__image-container img{transition:transform 0.3s ease-in-out;max-width:100%;height:auto}.collection-grid__product .single-product__image-container img:hover{transform:scale(1.1);opacity:.75}.collection-grid__product .single-product__image-container .single-product__hover-button{position:absolute;display:flex;bottom:25%;right:-5%;transform:translate(-50%,-50%) translateY(20px);opacity:0;background-color:#000;transition:all 0.3s cubic-bezier(.4,0,.2,1);z-index:10;border:none;pointer-events:auto;width:47%;justify-content:center;padding:.5rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06);text-decoration:none;border-radius:50px;cursor:pointer;font-weight:800;text-transform:uppercase}.collection-grid__product .single-product__hover-button a{text-decoration:none}.collection-grid__product .single-product__hover-button:hover{background-color:#3e3937;transform:translate(-50%,-50%) translateY(0) scale(1.05)}.collection-grid__product .single-product__hover-button span{color:#fff;font-size:.875rem}.collection-grid__product .single-product__image-container:hover .single-product__hover-button{opacity:1;transform:translate(-50%,-50%) translateY(0)}.shopify-product-details[dir='rtl']{direction:rtl;text-align:right;font-family:inherit}.alafya-custom-layout{background-color:transparent!important;gap:50px!important}@media (min-width:800px){.alafya-custom-layout{flex-direction:row-reverse!important}}.single-product__details{background:transparent!important;padding:0!important}.alafya-store-name{color:#6c757d;font-size:14px;margin-bottom:5px}.single-product__title{color:#333!important;font-size:38px!important;font-weight:800!important;margin-bottom:20px!important}.alafya-subtitle{color:#9b0059;font-size:18px;font-weight:700;margin-bottom:10px}.alafya-variants-wrapper{margin-top:15px;margin-bottom:20px}.alafya-variants-wrapper select{appearance:none;background-color:#fff;border:1px solid #e2e8f0;padding:12px 20px;border-radius:8px;font-size:16px;width:100%;max-width:300px;cursor:pointer;font-family:inherit;box-shadow:0 2px 4px rgb(0 0 0 / .02)}.alafya-quantity-wrapper{margin-top:15px;margin-bottom:20px}.alafya-quantity-label{font-size:14px;color:#6c757d;margin-bottom:10px}.single-product__incrementor{background:#fff;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:5px;width:150px!important;justify-content:space-between}.single-product__price{font-size:22px!important;color:#333!important;font-weight:700!important;margin-bottom:25px!important}.single-product__buttons{display:flex;flex-direction:column;gap:15px;max-width:400px}.alafya-add-cart{background-color:#fff!important;color:#333!important;border:1px solid #ccc!important;border-radius:8px!important;padding:15px!important;font-weight:bold!important}.alafya-add-cart:hover{background-color:#f8f9fa!important}.alafya-buy-now{background-color:#9b0059!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:15px!important;font-weight:bold!important}.alafya-buy-now:hover{background-color:#7a0046!important}.alafya-description{margin-top:30px;line-height:1.8;color:#4a5568;font-size:16px}.alafya-description h3,.alafya-description h4{color:#333;margin-top:20px;margin-bottom:10px}.alafya-description p{margin-bottom:15px}