#productForm button{width:200px;flex:auto}.breadcrumb{padding:1.25rem 0;font-size:.8125rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.breadcrumb a{transition:color var(--transition-fast)}.breadcrumb a:hover{color:var(--sun-yellow-hover)}.breadcrumb__sep{opacity:.5}.breadcrumb__current{color:var(--charcoal);font-weight:500}@media not (min-width:768px){.breadcrumb__current{text-align:center}}.product-detail{padding-top:1rem}.product-detail__inner{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4.5rem)}.product-gallery__main{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--warm-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-gallery__image{width:auto;height:500px;object-fit:cover;object-position:center;display:block;transition:opacity .3s ease,transform .4s cubic-bezier(.16,1,.3,1)}@media not (min-width:768px){.product-gallery__image{height:350px}}.product-gallery__main.swapping .product-gallery__image{opacity:0;transform:scale(.97)}.product-gallery__badge{position:absolute;top:1rem;left:1rem;background:var(--sun-yellow);color:var(--charcoal);font-size:.6875rem;font-weight:600;padding:.3rem .75rem;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;z-index:2}.product-gallery__badge--oos{background:var(--charcoal);color:var(--warm-cream)}.product-gallery__zoom-hint{position:absolute;bottom:1rem;right:1rem;width:36px;height:36px;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--charcoal);opacity:0;transform:scale(.85);transition:all var(--transition-base)}.product-gallery__main:hover .product-gallery__zoom-hint{opacity:1;transform:scale(1)}.product-gallery__zoom-hint svg{width:16px;height:16px;opacity:1}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.product-gallery__thumb{aspect-ratio:4 / 5;border-radius:var(--radius-md);background:var(--warm-light);display:block;cursor:pointer;border:2px solid transparent;transition:all var(--transition-fast);position:relative;overflow:hidden}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:relative;z-index:1}.product-gallery__thumb:hover{border-color:var(--border-medium)}.product-gallery__thumb.active{border-color:var(--sun-yellow)}.product-gallery__thumb.active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f6c4451f;z-index:1}.product-info__category{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.product-info__category a{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sun-yellow-hover)}.product-info__title{font-size:clamp(1.625rem,3vw,2.25rem);margin-bottom:.75rem}.product-info__availability{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;margin-bottom:1rem}@media(max-width:768px){.product-info__category,.product-info__availability{text-align:center;justify-content:center}}.availability-pill{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:var(--radius-full)}.availability-pill svg{width:12px;height:12px}.availability-pill--in-stock{background:#27ae601f;color:#1e8449}.availability-pill--out-of-stock{background:#e74c3c1a;color:#c0392b}.availability-note{font-size:.75rem;color:var(--text-muted)}.ornament-notice{display:flex;align-items:center;gap:.5rem;background:var(--sun-yellow-light);color:var(--charcoal);font-size:.8125rem;font-weight:500;padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:1.5rem}.ornament-notice svg{width:18px;height:18px;flex-shrink:0;color:var(--sun-yellow-hover)}.product-info__price{margin-bottom:1.5rem}.product-info__price--pending{display:inline-block;font-size:1rem;font-weight:500;font-style:italic;color:var(--text-muted);background:var(--warm-light);padding:.375rem .875rem;border-radius:var(--radius-full)}.product-info__desc{color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem;max-width:480px}.size-info-badge{display:inline-block;font-size:.9375rem;font-weight:600;background:var(--warm-light);padding:.625rem 1.125rem;border-radius:100px}.size-info-badge.active{background:var(--sun)}.option-group{margin-bottom:1.75rem}.option-group__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem}.option-group__label{font-size:.875rem;font-weight:600}.option-group__value{font-size:.8125rem;color:var(--text-muted)}.option-group__sizeguide{font-size:.75rem;color:var(--sun-yellow-hover);text-decoration:underline;cursor:pointer}.swatches{display:flex;gap:.625rem}.swatch{width:38px;height:38px;border-radius:50%;border:2px solid transparent;box-shadow:0 0 0 1px var(--border-medium);cursor:pointer;position:relative;transition:transform var(--transition-fast)}.swatch:hover{transform:scale(1.08)}.swatch.active{border-color:var(--white);box-shadow:0 0 0 2px var(--charcoal)}.swatch.active:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1.5px solid var(--charcoal)}.size-pills{display:flex;flex-wrap:wrap;gap:.625rem}.size-pill{min-width:48px;height:44px;padding:0 .875rem;border-radius:var(--radius-md);border:1.5px solid var(--border-medium);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.size-pill:hover{border-color:var(--charcoal)}.size-pill.active{background:var(--charcoal);border-color:var(--charcoal);color:var(--white)}.size-pill.disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.personalize{background:var(--warm-light);border-radius:var(--radius-md);padding:1.125rem 1.25rem;margin-bottom:1.75rem}.personalize__toggle-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.personalize__toggle-label{display:flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:600}.personalize__toggle-label svg{width:18px;height:18px;flex-shrink:0}.switch{width:42px;height:24px;background:var(--border-medium);border-radius:var(--radius-full);position:relative;transition:background var(--transition-fast);flex-shrink:0}.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--white);border-radius:50%;transition:transform var(--transition-fast);box-shadow:var(--shadow-sm)}.switch.on{background:var(--sun-yellow)}.switch.on:after{transform:translate(18px)}.personalize__field{margin-top:1rem;max-height:0;overflow:hidden;transition:max-height var(--transition-smooth),margin var(--transition-smooth)}.personalize__field.open{max-height:100px;margin-top:1rem}.personalize__input{width:100%;padding:.75rem 1rem;border-radius:var(--radius-sm);border:1.5px solid var(--border-medium);background:var(--white);font-family:inherit;font-size:.9375rem;outline:none;transition:border-color var(--transition-fast)}.personalize__input:focus{border-color:var(--sun-yellow)}.personalize__hint{font-size:.75rem;color:var(--text-muted);margin-top:.5rem}.purchase-row{display:flex;gap:.75rem;margin-bottom:1.5rem}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--border-medium);border-radius:var(--radius-full);overflow:hidden;flex-shrink:0;max-width:210px}.qty-stepper button{width:48px;height:52px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background var(--transition-fast)}.qty-stepper button:hover{background:var(--warm-light)}.qty-stepper span{width:36px;text-align:center;font-weight:600;font-size:.9375rem}.purchase-row .btn--primary{flex:1;height:52px;font-size:.9375rem}.btn-wishlist-lg{width:52px;height:52px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--border-medium);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.btn-wishlist-lg:hover{border-color:#e74c3c}.btn-wishlist-lg svg{width:20px;height:20px;transition:all var(--transition-fast)}.btn-wishlist-lg.active svg{fill:#e74c3c;color:#e74c3c}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.trust-badge{display:flex;align-items:center;gap:.625rem}.trust-badge svg{width:26px;height:26px;flex-shrink:0}.trust-badge span{font-size:.75rem;font-weight:500;color:var(--text-secondary);line-height:1.3}.product-tabs{margin-top:clamp(3rem,6vw,5rem);max-width:100%}.product-tabs__nav{display:flex;gap:.5rem;border-bottom:1px solid var(--border-light);margin-bottom:1.75rem}.product-tabs__btn{padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--text-muted);position:relative;white-space:nowrap;transition:color var(--transition-fast)}.product-tabs__btn:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--charcoal);transform:scaleX(0);transition:transform var(--transition-base)}.product-tabs__btn.active{color:var(--charcoal);font-weight:600}.product-tabs__btn.active:after{transform:scaleX(1)}.product-tabs__panel{display:none;color:var(--text-secondary);line-height:1.85;font-size:.9375rem;animation:tabFadeIn .35s ease}.product-tabs__panel.active{display:block}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.product-tabs__panel ul{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.product-tabs__panel li{display:flex;align-items:flex-start;gap:.625rem}.product-tabs__panel li svg{width:16px;height:16px;color:var(--sun-yellow-hover);flex-shrink:0;margin-top:.25rem}.related-products{background:var(--warm-cream);margin-top:clamp(3rem,6vw,5rem);padding-block:70px}.related-products .product-card{width:clamp(280px,28vw,330px)}@media not (min-width:548px){.product-card{min-width:100%!important}}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border-light);box-shadow:0 -8px 24px #0000000f;z-index:85;padding:.875rem 0;transform:translateY(100%);transition:transform var(--transition-smooth)}.sticky-atc.visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-atc__info{display:flex;align-items:center;gap:.75rem;min-width:0}.sticky-atc__thumb{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--warm-light);overflow:hidden;flex-shrink:0}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover;display:block}.sticky-atc__text{min-width:0}.sticky-atc__name{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.8125rem;color:var(--text-muted)}.sticky-atc .btn{flex-shrink:0}@media(max-width:900px){.product-detail__inner,.trust-badges{grid-template-columns:1fr}}@media(max-width:480px){.product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.purchase-row{flex-wrap:wrap}.purchase-row .btn--primary{order:1;width:100%}.purchase-row .btn{width:37vw!important}#buyNowBtn{order:3;grid-area:button2;width:100%!important}#productForm .wishlist-engine .wishlist-engine-button{margin:auto}#addToCartBtn{grid-area:button;width:100%!important}}@media(max-width:480px){.purchase-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"qty    wishlist" "button button  " "button2 button2  ";gap:12px;align-items:stretch}.purchase-row .qty-stepper{grid-area:qty;width:100%;justify-content:space-around}.purchase-row .wishlist-engine{grid-area:wishlist}#productForm button{height:45px}}.personalize--pending{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border:1px solid var(--border-light);background:var(--soft-sky-light)}.personalize--pending>svg{width:22px;height:22px;flex:0 0 auto;margin-top:.1rem}.personalize--pending strong{display:block;margin-bottom:.25rem;font-size:.875rem}.personalize--pending p{margin:0;color:var(--text-secondary);font-size:.8125rem;line-height:1.55}.purchase-row--pending .qty-stepper{display:none}.purchase-row--pending #addToCartBtn{width:100%}.product-gallery__thumb{padding:0;border:2px solid transparent;background:transparent;cursor:pointer}.product-gallery__thumb.active{border-color:var(--sun-yellow-hover)}.footer__bottom-links .footer__placeholder{font-size:.75rem}@media(max-width:768px){.breadcrumb,.option-group__header{justify-content:center}.product-info{text-align:center}.product-tabs__nav{flex-direction:column}}.wishlist-icon svg{width:20px;height:20px;transition:all var(--transition-fast)}#productForm .wishlist-engine .wishlist-engine-button{width:52px;height:52px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--border-medium);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}#productForm .wishlist-engine .wishlist-engine-button:hover{border-color:#e74c3c}@media not (min-width:768px){#related .carousel__arrow--prev{left:30%!important}#related .carousel__arrow--next{right:30%!important}#related .carousel__arrow{display:flex!important;bottom:-4rem!important;top:auto!important;justify-content:center}}.variant-select{display:none}@media(max-width:768px){.variant-select{display:block;width:100%;height:48px;margin-top:10px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit;color:var(--ink)}.size-options{display:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/product.css.map */
