:root{--medlys-plum: #4A1042;--medlys-plum-dark: #330B2E;--medlys-plum-light: #6B2060;--medlys-cream: #F5F0E8;--medlys-cream-dark: #EAE3D5;--medlys-gold: #C9A96E;--medlys-gold-light: #E8D5A8;--medlys-text: #2C1A28;--medlys-text-muted: #7A6472;--medlys-green: #4A7C5C;--medlys-success: #3D8B5C;--font-display: "Playfair Display", "Georgia", serif;--font-body: "Nunito Sans", "Helvetica Neue", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(74, 16, 66, .08);--shadow-md: 0 4px 20px rgba(74, 16, 66, .12);--shadow-lg: 0 8px 40px rgba(74, 16, 66, .18);--transition: .25s cubic-bezier(.4, 0, .2, 1)}.medlys-product-hero{background:var(--medlys-cream);font-family:var(--font-body);color:var(--medlys-text);position:relative}.urgency-bar{background:var(--medlys-plum);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:600;letter-spacing:.3px;display:flex;align-items:center;justify-content:center;gap:8px}.urgency-icon{font-size:16px}.product-hero__container{max-width:1280px;margin:0 auto;padding:24px 16px 40px;display:flex;flex-direction:column;gap:28px}.product-hero__gallery{position:relative;width:100%}.gallery__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:6px}.badge{display:inline-block;padding:4px 12px;border-radius:40px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.badge--sale{background:var(--medlys-plum);color:#fff}.badge--custom{background:var(--medlys-gold);color:var(--medlys-plum-dark)}.gallery__main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1 / 1;background:#fff;position:relative;box-shadow:var(--shadow-md)}.gallery__slide{display:none;width:100%;height:100%;position:absolute;top:0;left:0}.gallery__slide.active{display:flex}.gallery__slide img,.gallery__slide video{width:100%;height:100%;object-fit:cover;display:block}.gallery__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.gallery__thumbs::-webkit-scrollbar{display:none}.gallery__thumb{flex-shrink:0;width:60px;height:60px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:border-color var(--transition)}.gallery__thumb.active,.gallery__thumb:hover{border-color:var(--medlys-plum)}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-hero__info{display:flex;flex-direction:column;gap:16px}.product__breadcrumb{font-size:12px;color:var(--medlys-text-muted);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.product__breadcrumb a{color:var(--medlys-text-muted);text-decoration:none;transition:color var(--transition)}.product__breadcrumb a:hover{color:var(--medlys-plum)}.product__rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stars{display:flex;gap:2px}.stars svg{width:16px;height:16px;color:var(--medlys-gold)}.rating__count{font-size:13px;color:var(--medlys-plum);font-weight:600;text-decoration:none}.rating__count:hover{text-decoration:underline}.rating__separator{color:var(--medlys-text-muted);font-size:12px}.rating__sold{font-size:12px;color:var(--medlys-text-muted)}.product__title{font-family:var(--font-display);font-size:clamp(22px,5vw,32px);font-weight:700;line-height:1.2;color:var(--medlys-plum-dark);margin:0}.product__tagline{font-size:14px;color:var(--medlys-text-muted);line-height:1.6;margin:0}.product__price-block{background:#fff;border-radius:var(--radius-md);padding:14px 16px;border:1px solid var(--medlys-cream-dark)}.price__main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.price__current{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--medlys-plum)}.price__compare{font-size:16px;color:var(--medlys-text-muted);text-decoration:line-through}.price__savings{background:#fff0f0;color:#d63b3b;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.price__installment{font-size:12px;color:var(--medlys-text-muted);margin:8px 0 0}.product__benefit-pills{display:flex;gap:8px;flex-wrap:wrap}.benefit-pill{display:inline-flex;align-items:center;gap:5px;background:#4a10420f;border:1px solid rgba(74,16,66,.12);color:var(--medlys-plum);font-size:11px;font-weight:600;padding:5px 10px;border-radius:20px;white-space:nowrap}.pill__icon{font-size:13px}.product__variants{display:flex;flex-direction:column;gap:12px}.variant-option__label{font-size:13px;font-weight:600;color:var(--medlys-text);display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.variant-option__selected{font-weight:400;text-transform:none;letter-spacing:0;color:var(--medlys-plum)}.variant-option__values{display:flex;gap:8px;flex-wrap:wrap}.variant-btn{padding:8px 16px;border:2px solid var(--medlys-cream-dark);border-radius:var(--radius-sm);background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:var(--medlys-text);transition:all var(--transition)}.variant-btn:hover{border-color:var(--medlys-plum);color:var(--medlys-plum)}.variant-btn.selected{border-color:var(--medlys-plum);background:var(--medlys-plum);color:#fff}.product__atc-group{display:flex;gap:10px;align-items:stretch}.quantity-selector{display:flex;align-items:center;border:2px solid var(--medlys-cream-dark);border-radius:var(--radius-md);overflow:hidden;background:#fff;min-width:110px}.qty-btn{width:38px;height:48px;background:none;border:none;cursor:pointer;font-size:18px;color:var(--medlys-plum);display:flex;align-items:center;justify-content:center;transition:background var(--transition);flex-shrink:0}.qty-btn:hover{background:var(--medlys-cream-dark)}.qty-input{width:40px;border:none;background:none;text-align:center;font-size:15px;font-weight:600;color:var(--medlys-text);-moz-appearance:textfield;outline:none}.qty-input::-webkit-inner-spin-button,.qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.product__form{flex:1}.btn-atc{width:100%;height:52px;background:var(--medlys-plum);color:#fff;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:700;letter-spacing:.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all var(--transition);box-shadow:0 4px 16px #4a10424d;position:relative;overflow:hidden}.btn-atc:hover:not(:disabled){background:var(--medlys-plum-light);transform:translateY(-1px);box-shadow:0 6px 24px #4a104266}.btn-atc:active:not(:disabled){transform:translateY(0)}.btn-atc:disabled,.btn-atc--soldout{background:#c5b8c3;cursor:not-allowed;box-shadow:none}.btn-atc.loading{opacity:.8;pointer-events:none}.btn-atc.success{background:var(--medlys-success)}.atc-icon svg{width:18px;height:18px}.btn-buy-now{display:flex;align-items:center;justify-content:center;height:52px;background:var(--medlys-gold);color:var(--medlys-plum-dark);border-radius:var(--radius-md);font-size:15px;font-weight:700;letter-spacing:.3px;text-decoration:none;transition:all var(--transition);box-shadow:0 4px 16px #c9a96e66}.btn-buy-now:hover{background:#b8954f;transform:translateY(-1px);box-shadow:0 6px 24px #c9a96e80}.product__trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.trust-badge{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid var(--medlys-cream-dark);border-radius:var(--radius-sm);font-size:12px;font-weight:600;color:var(--medlys-text)}.trust-badge__icon{font-size:18px;line-height:1}.trust-badge svg{width:20px;height:20px;color:var(--medlys-plum);flex-shrink:0}.product__delivery{display:flex;flex-direction:column;gap:8px}.delivery-row{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--medlys-text-muted)}.delivery-row svg{width:18px;height:18px;color:var(--medlys-plum);flex-shrink:0}.product__accordions{border-top:1px solid var(--medlys-cream-dark)}.accordion{border-bottom:1px solid var(--medlys-cream-dark)}.accordion__header{width:100%;background:none;border:none;padding:14px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;gap:12px}.accordion__title{font-size:14px;font-weight:700;color:var(--medlys-text);letter-spacing:.3px;text-transform:uppercase;font-size:12px}.accordion__icon svg{width:18px;height:18px;color:var(--medlys-plum);transition:transform var(--transition);flex-shrink:0}.accordion__header[aria-expanded=true] .accordion__icon svg{transform:rotate(180deg)}.accordion__body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.accordion__content{padding:0 0 16px;font-size:14px;line-height:1.7;color:var(--medlys-text-muted)}.accordion__content ul{padding-left:20px;margin:8px 0}.accordion__content li{margin-bottom:4px}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid var(--medlys-cream-dark);padding:10px 16px;box-shadow:0 -4px 20px #4a10421a;transform:translateY(100%);transition:transform .3s ease;will-change:transform}.sticky-atc.visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;gap:12px;max-width:1280px;margin:0 auto}.sticky-atc__product{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sticky-atc__product img{width:40px;height:40px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0}.sticky-atc__meta{display:flex;flex-direction:column;min-width:0}.sticky-atc__title{font-size:13px;font-weight:600;color:var(--medlys-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:13px;color:var(--medlys-plum);font-weight:700}.sticky-atc__btn{flex-shrink:0;width:auto;padding:0 24px;min-width:140px;height:44px;font-size:14px}@media(min-width:768px){.product-hero__container{flex-direction:row;align-items:flex-start;gap:40px;padding:40px 32px 60px}.product-hero__gallery{width:50%;flex-shrink:0;position:sticky;top:20px}.product-hero__info{flex:1;min-width:0}.gallery__main{aspect-ratio:4 / 5}.gallery__thumbs{justify-content:flex-start}.product__trust-badges{grid-template-columns:repeat(4,1fr)}.sticky-atc{display:none}}@media(min-width:1024px){.product-hero__gallery{width:52%}.gallery__main{border-radius:24px}}@supports (padding: max(0px)){.sticky-atc{padding-bottom:max(10px,env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/product-hero.css.map */
