.home-pdp{padding-top:20px;padding-bottom:64px;background:#fff}@media(min-width:640px){.home-pdp{padding-top:24px;padding-bottom:96px}}.home-pdp__layout{display:flex;flex-direction:column}@media(min-width:1024px){.home-pdp__layout{flex-direction:row;gap:0}}.home-pdp__gallery{width:100%}@media(min-width:1024px){.home-pdp__gallery{width:58%}}.home-pdp__desk-gallery{display:none;gap:20px;align-items:stretch}@media(min-width:768px){.home-pdp__desk-gallery{display:flex}}.home-pdp__thumbs{display:flex;flex-direction:column;width:80px;flex-shrink:0;position:relative;margin-left:24px}.home-pdp__thumb-scroll{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.home-pdp__thumb-scroll::-webkit-scrollbar{display:none}.home-pdp__thumb{width:100%;aspect-ratio:1;overflow:hidden;cursor:pointer;border:2px solid transparent;border-radius:8px;transition:border-color .2s;flex-shrink:0;background:#f7f7f5;padding:0}.home-pdp__thumb:hover{border-color:#ccc}.home-pdp__thumb.active{border-color:var(--home-txt)}.home-pdp__thumb img{width:100%;height:100%;object-fit:cover;display:block}.home-pdp__thumb-nav{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;left:50%;transform:translate(-50%);z-index:5;transition:box-shadow .2s;padding:0}.home-pdp__thumb-nav:hover{box-shadow:0 2px 8px #0000001f}.home-pdp__thumb-nav--up{top:2px}.home-pdp__thumb-nav--down{bottom:2px}.home-pdp__thumb-nav svg{width:14px;height:14px;color:var(--home-txt)}.home-pdp__main-img-wrap{flex:1;overflow:hidden;background:#f7f7f5;border-radius:12px}.home-pdp__main-img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:opacity .3s}.home-pdp__mob-gallery{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-pdp__mob-gallery::-webkit-scrollbar{display:none}@media(min-width:768px){.home-pdp__mob-gallery{display:none}}.home-pdp__mob-slide{width:100%;flex-shrink:0;scroll-snap-align:start;aspect-ratio:1;background:#edece8;overflow:hidden}.home-pdp__mob-slide img{width:100%;height:100%;object-fit:cover;display:block}.home-pdp__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}@media(min-width:768px){.home-pdp__dots{display:none}}.home-pdp__dot{width:8px;height:8px;border-radius:50%;background:#ccc;transition:background .3s}.home-pdp__dot.active{background:var(--home-primary)}.home-pdp__info{width:100%;padding:16px 16px 64px;background:#fff}@media(min-width:640px){.home-pdp__info{padding:16px 24px 64px}}@media(min-width:1024px){.home-pdp__info{width:42%;position:sticky;top:120px;align-self:flex-start;padding:0 48px 64px 40px}}@media(min-width:1280px){.home-pdp__info{padding-right:64px}}.home-pdp__title{font-family:var(--home-font-heading)!important;font-size:30px;line-height:1.15!important;color:var(--home-txt)!important;margin-bottom:12px}@media(min-width:640px){.home-pdp__title{font-size:40px}}.home-pdp__stars{display:flex;align-items:center;gap:8px;margin-bottom:20px}.home-pdp__stars-icons{display:flex;color:var(--home-star)}.home-pdp__stars-icons svg{width:16px;height:16px}.home-pdp__stars-link{font-family:var(--home-font-body)!important;font-size:14px;color:var(--home-txt-light)!important;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.home-pdp__stars-link:hover{color:var(--home-primary)!important}.home-pdp__price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.home-pdp__price-current{font-family:var(--home-font-body)!important;font-weight:700;font-size:24px;color:var(--home-txt)!important}.home-pdp__price-compare{font-family:var(--home-font-body)!important;font-size:18px;color:var(--home-txt-muted)!important;text-decoration:line-through}.home-pdp__desc{font-family:var(--home-font-body)!important;font-size:15px;line-height:1.65!important;color:var(--home-txt-light)!important;margin-bottom:28px}.home-pdp__variant-label{font-family:var(--home-font-body)!important;font-size:14px;font-weight:500;color:var(--home-txt)!important;margin-bottom:12px}.home-pdp__variant-label span{font-weight:400;color:var(--home-txt-muted)!important}.home-pdp__variants{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.home-pdp__variant-pill{border:2px solid var(--home-border);border-radius:9999px;padding:10px 20px;font-family:var(--home-font-body)!important;font-size:14px;font-weight:500;color:var(--home-txt)!important;background:none;cursor:pointer;transition:all .2s}.home-pdp__variant-pill:hover{border-color:#999}.home-pdp__variant-pill.active{border-color:var(--home-primary);color:var(--home-primary)!important;background:#3d5a730f}.home-pdp__qty-label{font-family:var(--home-font-body)!important;font-size:14px;font-weight:500;color:var(--home-txt)!important;margin-bottom:12px}.home-pdp__qty{display:inline-flex;align-items:center;border:1px solid var(--home-border);border-radius:9999px;overflow:hidden;margin-bottom:24px}.home-pdp__qty button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:18px;font-weight:500;color:var(--home-txt);cursor:pointer;transition:background .15s}.home-pdp__qty button:hover{background:var(--home-bg-alt)}.home-pdp__qty-display{width:40px;height:44px;display:flex;align-items:center;justify-content:center;font-family:var(--home-font-body)!important;font-size:14px;font-weight:600;color:var(--home-txt)!important}.home-pdp__atc{width:100%;background:var(--home-accent);color:#fff!important;font-family:var(--home-font-body)!important;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px!important;border:none;border-radius:9999px;padding:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:background .2s;margin-bottom:16px}.home-pdp__atc:hover{background:var(--home-accent-dark)}.home-pdp__shipping-line{text-align:center;font-family:var(--home-font-body)!important;font-size:14px;color:var(--home-txt-light)!important;margin-bottom:24px}.home-pdp__crosssell{border-top:1px solid var(--home-border);padding-top:24px;margin-bottom:24px}.home-pdp__crosssell-title{font-family:var(--home-font-body)!important;font-size:14px;font-weight:500;color:var(--home-txt)!important;margin-bottom:16px}.home-pdp__crosssell-item{display:flex;align-items:center;gap:12px;border:1px solid var(--home-border);border-radius:12px;padding:12px;margin-bottom:12px;cursor:pointer;transition:border-color .2s;text-decoration:none}.home-pdp__crosssell-item:hover{border-color:#3d5a7366}.home-pdp__crosssell-img{width:56px;height:56px;border-radius:8px;background:#edece8;overflow:hidden;flex-shrink:0}.home-pdp__crosssell-img img{width:100%;height:100%;object-fit:contain;display:block}.home-pdp__crosssell-info{flex:1;min-width:0}.home-pdp__crosssell-name{font-family:var(--home-font-body)!important;font-size:14px;font-weight:500;color:var(--home-txt)!important;line-height:1.3!important}.home-pdp__crosssell-price{font-family:var(--home-font-body)!important;font-size:12px;color:var(--home-txt-muted)!important;margin-top:2px}.home-pdp__crosssell-price strong{color:var(--home-txt)!important;font-weight:600}.home-pdp__crosssell-add{font-family:var(--home-font-body)!important;font-size:12px;font-weight:600;color:var(--home-accent)!important;flex-shrink:0;text-decoration:none}.home-pdp__upsell-check{width:20px;height:20px;border-radius:4px;border:2px solid var(--home-border);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:0;line-height:0}.home-pdp__crosssell-item.checked .home-pdp__upsell-check{background:var(--home-primary);border-color:var(--home-primary)}.home-pdp__crosssell-item.checked .home-pdp__upsell-check:after{content:"";display:block;width:10px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.home-pdp__crosssell-item.checked{border-color:var(--home-primary)}.home-pdp__crosssell-item.checked .home-pdp__crosssell-add{color:var(--home-primary)!important}.home-pdp__accordions{border-top:1px solid var(--home-border)}.home-pdp__acc-panel{border-bottom:1px solid var(--home-border)}.home-pdp__acc-panel:last-child{border-bottom:none}.home-pdp__acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left}.home-pdp__acc-btn span{font-family:var(--home-font-body)!important;font-size:15px;font-weight:500;color:var(--home-txt)!important}.home-pdp__acc-icon{width:16px;height:16px;color:var(--home-txt-muted);transition:transform .3s;flex-shrink:0}.home-pdp__acc-icon.open{transform:rotate(180deg)}.home-pdp__acc-content{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .35s,padding .35s;padding:0}.home-pdp__acc-content>div{overflow:hidden}.home-pdp__acc-content.open{grid-template-rows:1fr;padding-top:0;padding-bottom:20px}.home-pdp__acc-content ul{padding-left:20px;margin:0}.home-pdp__acc-content li{font-family:var(--home-font-body)!important;font-size:14px;line-height:1.6!important;color:var(--home-txt-light)!important;margin-bottom:6px}.home-pdp__acc-content p{font-family:var(--home-font-body)!important;font-size:14px;line-height:1.6!important;color:var(--home-txt-light)!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/home-pdp-hero.css.map */
