.product-page{background:#fff;width:100%;overflow-x:hidden}.product-container{max-width:1440px;margin:0 auto;padding:32px 24px 100px}.product-breadcrumbs{margin-bottom:24px}.product-breadcrumbs .breadcrumbs__list{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0;font-size:12px;color:#6b6b6b}.product-breadcrumbs .breadcrumbs__item{display:inline-flex;align-items:center;gap:6px}.breadcrumbs__item a{color:#6b6b6b;text-decoration:none}.breadcrumbs__item a:hover{color:#6b1a2a}.breadcrumbs__item--current{color:#1a1a1a;font-weight:500}.breadcrumbs__sep{color:#ccc}.product-main{display:flex;gap:48px;align-items:flex-start;margin-bottom:60px}.product-gallery{flex:0 0 55%;max-width:55%;position:sticky;top:100px;min-width:0}.product-info{flex:1;min-width:0;max-width:100%}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:12px}.product-gallery__thumbs{display:flex;flex-direction:column;gap:8px;max-height:600px;overflow-y:auto;scrollbar-width:none;width:80px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumbs--bottom{flex-direction:row;order:2;grid-column:1 / -1;max-height:none;overflow-x:auto;overflow-y:hidden;width:100%}.product-gallery__thumb{position:relative;width:80px;height:96px;flex-shrink:0;border:2px solid transparent;padding:0;background:#faf8f5;cursor:pointer;overflow:hidden}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:#1a1a1a}.product-gallery__thumb:hover{border-color:#999}.product-gallery__thumb-video-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;color:#fff}.product-gallery__stage{position:relative;background:#faf8f5;overflow:hidden;aspect-ratio:1 / 1;width:100%}.product-gallery__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease}.product-gallery__media.is-active{opacity:1;visibility:visible}.product-gallery__image-wrapper{width:100%;height:100%;cursor:zoom-in;overflow:hidden}.product-gallery__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.product-gallery__image-wrapper.is-zooming .product-gallery__image{transform:scale(2);cursor:zoom-out}.product-gallery__video,.product-gallery__video-iframe,.product-gallery__model{width:100%;height:100%;object-fit:cover}.product-gallery__badges,.product-gallery .p-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:3}.product-gallery__badge{padding:5px 10px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;border-radius:3px}.product-gallery__badge--sale{background:#6b1a2a}.product-gallery__badge--new{background:#1a1a1a}.product-gallery__counter{position:absolute;bottom:12px;left:50%;transform:translate(-50%);padding:5px 12px;background:#000000b3;color:#fff;font-size:12px;border-radius:100px;z-index:3}.product-gallery__zoom-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;border-radius:50%;border:0;background:#ffffffe6;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.product-info__vendor{display:inline-block;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#6b1a2a;text-decoration:none;margin-bottom:10px}.product-info__vendor:hover{color:#4a121d;text-decoration:underline}.product-info__title{font-family:var(--font-heading);font-size:clamp(22px,3vw,32px);font-weight:300;line-height:1.2;color:#1a1a1a;margin:0 0 14px}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;text-decoration:none;color:inherit}.product-info__rating--empty{color:#ddd}.product-info__stars{display:inline-flex;align-items:center;gap:2px;color:#c9a96e}.product-info__rating-value{font-size:14px;font-weight:600}.product-info__rating-count{font-size:13px;color:#6b6b6b;text-decoration:underline}.product-info__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin:12px 0 4px}.product-info__price-sale,.product-info__price-regular{font-size:26px;font-weight:600;color:#1a1a1a;line-height:1}.product-info__price-compare{font-size:16px;color:#999;text-decoration:line-through}.product-info__discount-badge{font-size:11px;font-weight:700;color:#fff;background:#6b1a2a;padding:3px 8px;border-radius:3px}.product-info__tax{font-size:12px;color:#6b6b6b;margin:0 0 20px}.product-info__offers{border:1px solid #e5e5e5;border-radius:4px;margin-bottom:20px;background:#faf8f5}.product-info__offers-summary{display:flex;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;list-style:none;font-size:14px;font-weight:500}.product-info__offers-summary::-webkit-details-marker{display:none}.product-info__offers-label{flex:1;color:#6b1a2a}.product-info__offers-chevron{transition:transform .25s ease}.product-info__offers[open] .product-info__offers-chevron{transform:rotate(180deg)}.product-info__offers-content{padding:12px 14px;border-top:1px solid #e5e5e5}.product-info__offer-item{font-size:13px;padding:8px 0;border-bottom:1px dashed #e5e5e5}.product-info__offer-item:last-child{border-bottom:0}.product-info__offer-item strong{color:#6b1a2a}.product-info__variants{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.variant-option__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.variant-option__label{font-size:13px;font-weight:600}.variant-option__selected{font-weight:400;color:#6b6b6b;margin-left:4px}.variant-option__guide{font-size:12px;color:#6b1a2a;text-decoration:underline}.variant-option__values{display:flex;flex-wrap:wrap;gap:8px}.variant-button{min-width:50px;height:44px;padding:0 14px;border:1.5px solid #d5d5d5;background:#fff;font-family:inherit;font-size:13px;font-weight:500;color:#1a1a1a;cursor:pointer;border-radius:2px}.variant-button:hover{border-color:#1a1a1a}.variant-button.is-active{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.variant-swatch{width:36px;height:36px;border-radius:50%;border:2px solid #fff;cursor:pointer;padding:0;box-shadow:0 0 0 1px #d5d5d5}.variant-swatch:hover{transform:scale(1.1)}.variant-swatch.is-active{box-shadow:0 0 0 2px #1a1a1a}.product-info__purchase{display:flex;gap:12px;margin-bottom:12px}.product-info__quantity{display:flex;align-items:center;border:1.5px solid #1a1a1a;height:52px;width:120px;flex-shrink:0}.qty-btn{width:36px;height:100%;border:0;background:transparent;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#faf8f5}.qty-input{flex:1;height:100%;border:0;background:transparent;text-align:center;font-family:inherit;font-size:14px;font-weight:600;outline:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-info__atc{flex:1;height:52px;background:#6b1a2a;color:#fff;border:0;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border-radius:2px}.product-info__atc:hover:not(:disabled){background:#4a121d}.product-info__atc:disabled{background:#999;cursor:not-allowed}.product-info__atc.is-loading [data-atc-label]{display:none}.product-info__atc.is-loading [data-atc-loading]{display:inline!important}.product-info__atc.is-success{background:#2d8659}.product-info__atc.is-success [data-atc-label],.product-info__atc.is-success [data-atc-loading]{display:none}.product-info__atc.is-success [data-atc-success]{display:inline!important}.product-info__buy-now{width:100%;height:52px;background:#fff;color:#1a1a1a;border:1.5px solid #1a1a1a;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;margin-bottom:16px;border-radius:2px}.product-info__buy-now:hover{background:#1a1a1a;color:#fff}.product-info__secondary-actions{display:flex;gap:20px;margin-bottom:20px}.product-info__wishlist,.product-info__share{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:0;font-family:inherit;font-size:13px;color:#1a1a1a;cursor:pointer}.product-info__wishlist:hover,.product-info__share:hover{color:#6b1a2a}.product-info__loyalty{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#faf8f5;border:1px solid #e5d5c5;border-radius:4px;margin-bottom:16px;font-size:13px}.product-info__loyalty svg{color:#c9a96e;flex-shrink:0}.product-info__loyalty strong{color:#6b1a2a}.product-info__pincode{border:1px solid #e5e5e5;border-radius:4px;padding:14px;margin-bottom:16px}.pincode-checker__header{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px}.pincode-checker__form{display:flex;gap:8px}.pincode-checker__input{flex:1;height:40px;padding:0 12px;border:1px solid #d5d5d5;font-family:inherit;font-size:14px;outline:none;border-radius:3px}.pincode-checker__input:focus{border-color:#1a1a1a}.pincode-checker__btn{height:40px;padding:0 18px;background:#1a1a1a;color:#fff;border:0;font-family:inherit;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer;border-radius:3px}.pincode-checker__result{margin-top:10px;font-size:13px}.pincode-checker__result:empty{display:none}.pincode-checker__result.is-success{color:#2d8659}.pincode-checker__result.is-error{color:#c33}.product-info__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;background:#faf8f5;border-radius:4px}.trust-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500}.trust-badge svg{color:#6b1a2a;flex-shrink:0}.trust-badge__icon{font-size:16px;flex-shrink:0}.product-details{max-width:900px;margin:60px auto 0;border-top:1px solid #e5e5e5}.product-accordion{display:block;width:100%;border-bottom:1px solid #e5e5e5}.product-accordion__summary{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;list-style:none;font-family:var(--font-heading);font-size:17px;font-weight:400;color:#1a1a1a}.product-accordion__summary::-webkit-details-marker{display:none}.product-accordion__summary::marker{display:none;content:""}.product-accordion__chevron{transition:transform .25s ease;flex-shrink:0}.product-accordion[open] .product-accordion__chevron{transform:rotate(180deg)}.product-accordion__icon{margin-right:8px;font-size:16px}.product-accordion__content{padding:0 0 20px;font-size:14px;line-height:1.7;color:#6b6b6b}.product-accordion__content p{margin:0 0 12px}.product-block{margin-bottom:14px}.product-block:last-child{margin-bottom:0}.product-highlight{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:4px}.product-highlight__icon{font-size:18px;flex-shrink:0}.product-highlight__title{display:block;font-size:14px;font-weight:600;margin-bottom:3px}.product-highlight__text{font-size:13px;line-height:1.5;margin:0;opacity:.9}.product-info__text{font-size:14px;line-height:1.7}.product-info__image img{width:100%;height:auto;border-radius:4px}.product-divider{border:0;border-top:1px solid #e5e5e5;margin:14px 0}.product-info__offer-item p strong:last-of-type{display:inline-block;background:#faf8f5;border:1px dashed #6b1a2a;padding:2px 8px;font-family:Courier New,monospace;font-size:12px;letter-spacing:1px;color:#6b1a2a;border-radius:3px;margin-left:4px}.product-info__offer-item p strong:first-of-type{background:transparent;border:0;padding:0;font-family:inherit;font-size:inherit;letter-spacing:0;margin-left:0}.stock-warning{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;background:linear-gradient(135deg,#fef3e2,#fdf8f0);border:1px solid rgba(217,119,6,.2);border-left:3px solid var(--stock-color, #d97706);border-radius:4px;font-size:13px;color:#1a1a1a}.stock-warning svg{color:var(--stock-color, #d97706);flex-shrink:0}.stock-warning strong{color:#c33;font-size:15px}.stock-warning__bar{width:100%;height:4px;background:#e5e5e5;border-radius:999px;overflow:hidden;margin-top:4px}.stock-warning__fill{height:100%;background:linear-gradient(90deg,#c33,#d97706);border-radius:999px}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;z-index:90;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .3s ease;padding:12px 16px}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;gap:16px;justify-content:space-between}.sticky-atc__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-atc__image{width:48px;height:48px;object-fit:cover;background:#faf8f5;flex-shrink:0;border-radius:2px}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-size:13px;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__price{font-size:14px;font-weight:600;margin:2px 0 0;display:flex;gap:6px;align-items:baseline}.sticky-atc__price-sale{color:#6b1a2a}.sticky-atc__price-compare{font-size:12px;color:#999;text-decoration:line-through;font-weight:400}.sticky-atc__btn{height:44px;padding:0 24px;background:#6b1a2a;color:#fff;border:0;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;border-radius:2px;flex-shrink:0}.sticky-atc__btn:hover:not(:disabled){background:#4a121d}.sticky-atc__btn:disabled{background:#999;cursor:not-allowed}@media(max-width:1024px){.product-main{flex-direction:column;gap:28px}.product-gallery{flex:none;max-width:100%;width:100%;position:relative;top:auto;grid-template-columns:1fr}.product-gallery__thumbs{flex-direction:row;max-height:none;order:2;overflow-x:auto;width:100%}.product-gallery__thumb{width:68px;height:80px}.product-gallery__stage{order:1}.product-info{width:100%}}@media(max-width:768px){.product-container{padding:16px 16px 120px}.product-gallery__thumbs{gap:6px}.product-gallery__thumb{width:56px;height:68px}.product-info__title{font-size:20px}.product-info__price-sale,.product-info__price-regular{font-size:22px}.product-info__purchase{flex-direction:column}.product-info__quantity{width:100%;justify-content:space-between}.product-info__trust{grid-template-columns:1fr}.product-accordion__summary{padding:16px 0;font-size:15px}}@media(min-width:769px){.sticky-atc{bottom:16px;left:16px;right:16px;border-radius:8px;max-width:600px;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/product.css.map */
