.product-section{padding:24px 0}@media screen and (min-width:768px){.product-section{padding:40px 0}}.product-container{max-width:var(--page-width, 1400px);margin:0 auto;padding:0 16px;box-sizing:border-box}@media screen and (min-width:768px){.product-container{padding:0 24px}}@media screen and (max-width:767px){.product-section.full-width-mobile .product-container{max-width:100%;padding:0 16px}}@media screen and (min-width:768px){.product-section.full-width-desktop .product-container{max-width:100%;padding:0 40px}}.product-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:#777;margin-bottom:20px;flex-wrap:wrap}.product-breadcrumbs a{color:#777;text-decoration:none;transition:color .2s ease}.product-breadcrumbs a:hover{color:#111}.product-breadcrumbs .divider{color:#ccc}.product-breadcrumbs .current{color:#111;font-weight:500}.product-grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media screen and (min-width:768px){.product-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:50px}}@media screen and (min-width:1024px){.product-grid{gap:70px}}.product-gallery{display:flex;flex-direction:column-reverse;gap:16px;width:100%;min-width:0}@media screen and (min-width:768px){.product-gallery{flex-direction:row;position:sticky;top:80px;align-self:start}}.product-thumbnails{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;width:100%;max-width:100%;box-sizing:border-box;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumbnails{-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width:768px){.product-thumbnails{flex-direction:column;width:76px;flex-shrink:0;overflow-x:hidden;overflow-y:auto;padding-bottom:0}}.product-thumbnail{flex-shrink:0;width:64px;height:64px;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;cursor:pointer;opacity:.7;transition:all .2s ease;box-sizing:border-box;padding:2px;background-color:#fff}.product-thumbnail:hover{opacity:1;border-color:#999}.product-thumbnail.is-active{opacity:1;border-color:#111;border-width:1.5px}.product-thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:9px;display:block}.product-main-media{flex-grow:1;position:relative;border-radius:20px;overflow:hidden;background-color:#f7f7f7;box-sizing:border-box;width:100%;max-width:100%}.product-main-image-el{width:100%;height:100%;display:block;transition:opacity .2s ease}.product-gallery.is-square .product-main-media{aspect-ratio:1 / 1}.product-gallery.is-square .product-main-image-el{object-fit:cover}.product-gallery.is-portrait .product-main-media{aspect-ratio:4 / 5}.product-gallery.is-portrait .product-main-image-el{object-fit:cover}.product-gallery.is-landscape .product-main-media{aspect-ratio:16 / 9}.product-gallery.is-landscape .product-main-image-el{object-fit:cover}.product-gallery.is-adapt .product-main-media{aspect-ratio:auto}.product-gallery.is-adapt .product-main-image-el{object-fit:contain}.product-badges{position:absolute;top:15px;inset-inline-start:15px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:8px;pointer-events:none}.product-badge{background-color:#e3effb;color:#1a4f8b;font-size:13px;font-weight:600;padding:6px 16px;border-radius:50px;box-shadow:0 2px 6px #0000000d;pointer-events:none}.product-badge--sale{font-family:var(--badge-font-family, inherit);font-weight:var(--badge-font-weight, 700);font-size:var(--badge-font-size, 13px);border-radius:var(--badge-radius, 50px);padding:var(--badge-padding-v, 6px) var(--badge-padding-h, 16px)}.product-info-column{display:flex;flex-direction:column;box-sizing:border-box;min-width:0}.product-block-vendor{font-size:13px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#888;margin:0;line-height:1}.product-block-title{font-family:var(--font-heading-family),serif;font-size:var(--h1-mobile);font-weight:700;color:#111;margin:0;line-height:1.2;overflow-wrap:break-word}@media screen and (min-width:768px){.product-block-title{font-size:var(--h1-desktop)}}.product-highlight-pills{display:flex;gap:8px;flex-wrap:wrap;margin:0}.product-highlight-pill{font-size:13px;color:#555;background-color:#f7f7f7;border:1px solid #e2e2e2;border-radius:50px;padding:6px 16px;font-weight:500}.product-price-block{margin:0}.product-price-row{display:flex;align-items:center;gap:10px}.product-price{font-size:24px;font-weight:600;color:#111;line-height:1;display:inline-block}.product-price-compare{font-size:17px;font-weight:500;color:#888;text-decoration:line-through}.product-price-save{display:block;margin-top:6px;font-size:14px;font-weight:600;color:#1b8c50}.product-variants{display:block}.product-option-group{margin-bottom:20px}.product-option-group:last-child{margin-bottom:0}.product-option-label{font-size:14px;font-weight:600;color:#222;margin-bottom:10px;display:block}.product-option-label .selected-value{font-weight:400;color:#666;margin-inline-start:4px}.product-option-pills{display:flex;flex-wrap:wrap;gap:10px}.product-pill-input{display:none!important}.product-pill-label{border:1.5px solid var(--pill-border-color, #d5d5d5);border-radius:var(--pill-border-radius, 50px);padding:var(--pill-padding-v, 10px) var(--pill-padding-h, 22px);font-size:var(--pill-font-size, 14px);font-weight:var(--pill-font-weight, 500);color:var(--pill-text-color, #333333);cursor:pointer;transition:all .2s ease;display:inline-block;-webkit-user-select:none;user-select:none;background-color:var(--pill-bg-color, #ffffff)}.product-pill-label:hover{border-color:var(--pill-hover-border-color, #888888)}.product-pill-input:checked+.product-pill-label{border-color:var(--pill-selected-border-color, #111111);color:var(--pill-selected-text-color, #111111);font-weight:var(--pill-selected-font-weight, 600);background-color:var(--pill-selected-bg-color, #ffffff)}.product-option-select-wrapper{position:relative;width:100%}.product-option-select{width:100%;border:1.5px solid #d5d5d5;border-radius:50px;padding:12px 48px 12px 24px;font-size:14px;font-weight:500;outline:none;background-color:#fff;color:#222;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.41%200.589996L6%205.17L10.59%200.589996L12%202L6%208L0%202L1.41%200.589996Z%22%20fill%3D%22%23333333%22/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:right 22px center;box-sizing:border-box}.product-option-select:focus{border-color:#111}[dir=rtl] .product-option-select{background-position:left 22px center;padding-left:48px;padding-right:24px}.product-form-buttons{display:flex;gap:15px;align-items:center;width:100%}@media screen and (max-width:480px){.product-form-buttons{flex-direction:column;align-items:stretch;gap:12px}.quantity-selector{width:120px;flex-shrink:0;justify-content:space-between;gap:0}}.quantity-selector{display:flex;align-items:center;border:1.5px solid #d5d5d5;border-radius:50px;padding:4px;background:#fff;width:120px;flex-shrink:0;justify-content:space-between;box-sizing:border-box}.qty-btn{background:none;border:none;font-size:18px;font-weight:500;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;border-radius:50%;transition:background-color .2s ease}.qty-btn:hover{background-color:#f0f0f0;color:#111}.qty-input{border:none;text-align:center;width:36px;font-size:15px;font-weight:600;outline:none;pointer-events:none;color:#111;background:none;margin:0;padding:0;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-atc-btn{flex:1;background-color:#111;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;height:50px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.product-atc-btn:hover{background-color:#333}.product-atc-btn:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.product-trust-banner{background-color:#eaf6ed;color:#2d5e3f;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;line-height:1.4;box-sizing:border-box}.product-trust-review-bar{display:flex;align-items:center;flex-wrap:nowrap;gap:16px;border:1px solid;padding:14px 20px;margin:0 0 30px;box-sizing:border-box;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-trust-review-bar__item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.01em;line-height:1.3;white-space:nowrap;flex-shrink:0}.product-trust-review-bar__rating{gap:8px}.product-trust-review-bar__stars{display:inline-flex;align-items:center;gap:2px;padding:4px 6px;border-radius:3px;flex-shrink:0}.product-trust-review-bar__star{display:block}.product-trust-review-bar__divider{width:1px;height:26px;flex-shrink:0}@media screen and (max-width:767px){.product-trust-review-bar{padding:12px 14px;gap:10px}.product-trust-review-bar__item{font-size:11px}.product-trust-review-bar__divider{height:20px}}.product-benefits-list{padding:0;list-style:none;margin:0}.product-benefit-item{font-size:15px;color:#444;line-height:1.5;margin-bottom:12px;display:flex;align-items:flex-start}.product-benefit-item:last-child{margin-bottom:0}.product-benefit-bullet{margin-inline-end:12px;color:#555;font-size:18px;line-height:1;display:inline-block;flex-shrink:0}.product-trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border-top:1.5px solid #eeeeee;padding-top:25px}.product-shipping-tracker{display:flex;align-items:flex-start;width:100%}.pst-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:0 0 auto;width:110px}.pst-icon-wrap{width:48px;height:48px;border-radius:50%;background-color:var(--pst-icon-bg, #f2f2f2);color:var(--pst-icon-color, #111111);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pst-icon-wrap svg{width:22px;height:22px}.pst-icon-img{width:24px;height:24px;object-fit:contain}.pst-connector{flex:1;min-width:16px;height:0;border-top:2px dashed var(--pst-line-color, #d5d5d5);margin-top:24px}.pst-label{margin-top:12px;font-size:13px;font-weight:700;color:var(--pst-label-color, #111111)}.pst-subtext{margin-top:2px;font-size:12px;line-height:1.4;color:var(--pst-subtext-color, #666666)}@media screen and (max-width:480px){.pst-step{width:84px}.pst-label{font-size:12px}.pst-subtext{font-size:11px}}.product-trust-badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.product-trust-badge-icon{width:32px;height:32px;color:var(--trust-badge-icon-color, #111111);display:flex;align-items:center;justify-content:center}.product-trust-badge-icon svg{width:100%;height:100%;stroke:currentColor;fill:none}.product-trust-badge-text{font-size:12px;color:var(--trust-badge-text-color, #666666);font-weight:500;line-height:1.2}.ec-product-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;z-index:9999999;visibility:hidden;pointer-events:none;opacity:0;transition:opacity .35s cubic-bezier(.16,1,.3,1),visibility .35s ease;-webkit-user-select:none;user-select:none}.ec-product-lightbox.is-open{visibility:visible;pointer-events:auto;opacity:1}.ec-product-lightbox__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ec-product-lightbox__dialog{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:60px 20px 30px;box-sizing:border-box;z-index:2}.ec-product-lightbox__close-btn{position:absolute;top:20px;inset-inline-end:20px;width:44px;height:44px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,transform .2s ease}.ec-product-lightbox__close-btn:hover{background:#ffffff4d;transform:scale(1.08)}.ec-product-lightbox__counter{position:absolute;top:26px;inset-inline-start:24px;color:#ffffffd9;font-size:15px;font-weight:600;letter-spacing:.5px;z-index:10}.ec-product-lightbox__stage{flex:1;width:100%;display:flex;align-items:center;justify-content:center;position:relative;max-width:1300px}.ec-product-lightbox__img{max-width:100%;max-height:72vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 50px #00000080;transition:opacity .25s ease,transform .25s ease}.ec-product-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,transform .2s ease}.ec-product-lightbox__arrow:hover{background:#ffffff59;transform:translateY(-50%) scale(1.08)}.ec-product-lightbox__arrow--prev{inset-inline-start:10px}.ec-product-lightbox__arrow--next{inset-inline-end:10px}.ec-product-lightbox__thumbs{display:flex;align-items:center;justify-content:center;gap:10px;overflow-x:auto;max-width:100%;padding:10px 0}.ec-product-lightbox__thumb{width:56px;height:56px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;opacity:.6;transition:opacity .2s ease,border-color .2s ease;background:none;padding:0}.ec-product-lightbox__thumb.is-active{opacity:1;border-color:#fff}.ec-product-lightbox__thumb img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:768px){.ec-product-lightbox__dialog{padding:50px 10px 20px}.ec-product-lightbox__arrow{width:40px;height:40px}.ec-product-lightbox__arrow--prev{inset-inline-start:0}.ec-product-lightbox__arrow--next{inset-inline-end:0}.ec-product-lightbox__thumb{width:44px;height:44px}}.ec-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:999;border-top:1px solid #e5e5e5;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);opacity:0;transition:transform .3s ease,opacity .3s ease;padding-bottom:env(safe-area-inset-bottom,0)}.ec-sticky-atc.is-visible{transform:translateY(0);opacity:1}.ec-sticky-atc-inner{max-width:1400px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:16px;box-sizing:border-box}.ec-sticky-atc-media{width:48px;height:48px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f5f5f5}.ec-sticky-atc-media img{width:100%;height:100%;object-fit:cover;display:block}.ec-sticky-atc-placeholder{width:100%;height:100%;fill:#ccc;display:block}.ec-sticky-atc-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ec-sticky-atc-title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ec-sticky-atc-price{font-size:13px;opacity:.75}.ec-sticky-atc-qty{display:flex;align-items:center;border:1.5px solid #d5d5d5;border-radius:50px;padding:4px;background:#fff;width:108px;flex-shrink:0;justify-content:space-between;box-sizing:border-box}.ec-sticky-atc-qty-btn{background:none;border:none;font-size:16px;font-weight:500;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;border-radius:50%;transition:background-color .2s ease}.ec-sticky-atc-qty-btn:hover{background-color:#f0f0f0;color:#111}.ec-sticky-atc-qty-input{border:none;text-align:center;width:32px;font-size:14px;font-weight:600;outline:none;pointer-events:none;color:#111;background:none;margin:0;padding:0}.ec-sticky-atc-btn{border:none;border-radius:50px;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;height:46px;padding:0 32px;flex-shrink:0;transition:opacity .2s ease}.ec-sticky-atc-btn:hover{opacity:.85}.ec-sticky-atc-btn:disabled{background-color:#ccc!important;color:#666!important;cursor:not-allowed;opacity:1}@media screen and (max-width:600px){.ec-sticky-atc-inner{padding:10px 14px;gap:10px}.ec-sticky-atc-media,.ec-sticky-atc-title{display:none}.ec-sticky-atc-info{flex:0 1 auto}.ec-sticky-atc-qty{width:96px}.ec-sticky-atc-btn{flex:1;padding:0 16px}}.ugc-empty-state{margin:0 0 12px;padding:12px 16px;border:1px dashed #d5d5d5;border-radius:8px;font-size:13px;color:#666}.ugc-carousel-wrap{position:relative}.ugc-track{display:flex;gap:var(--ugc-gap, 12px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.ugc-track::-webkit-scrollbar{display:none}.ugc-card{position:relative;flex:0 0 72%;aspect-ratio:3 / 4;border-radius:var(--ugc-radius, 16px);overflow:hidden;background-color:#f2f2f2;scroll-snap-align:start}.ugc-card-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ugc-placeholder{fill:#cfcfcf}.ugc-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background-color:var(--ugc-play-bg, rgba(255, 255, 255, .85));color:var(--ugc-play-color, #333333);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.ugc-play-btn svg{width:16px;height:16px;margin-inline-start:2px}.ugc-arrow{position:absolute;top:42%;inset-inline-end:-8px;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:var(--ugc-arrow-bg, #ffffff);color:var(--ugc-arrow-color, #111111);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001f;z-index:2;padding:0}.ugc-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:14px}.ugc-dot{width:6px;height:6px;border-radius:50%;background-color:var(--ugc-dot-color, #d8d8d8);border:none;padding:0;cursor:pointer;transition:background-color .2s ease}.ugc-dot.is-active{background-color:var(--ugc-dot-active-color, #111111)}@media screen and (min-width:750px){.ugc-card{flex:0 0 calc((100% - (2 * var(--ugc-gap, 12px))) / 3)}}.ugc-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;align-items:center;justify-content:center}.ugc-modal.is-open{display:flex}.ugc-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000e6}.ugc-modal-close{position:absolute;top:18px;inset-inline-end:18px;width:36px;height:36px;border-radius:50%;background-color:#ffffff26;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.ugc-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background-color:#ffffff26;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.ugc-modal-nav--prev{inset-inline-start:12px}.ugc-modal-nav--next{inset-inline-end:12px}@media screen and (min-width:750px){.ugc-modal-nav--prev{inset-inline-start:24px}.ugc-modal-nav--next{inset-inline-end:24px}}.ugc-modal-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.ugc-modal-track::-webkit-scrollbar{display:none}.ugc-modal-slide{flex:0 0 100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;position:relative}.ugc-modal-media-wrap{position:relative;width:100%;height:100%;max-width:480px;max-height:850px;background-color:#000}@media screen and (min-width:750px){.ugc-modal-media-wrap{height:90vh}}.ugc-modal-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background-color:#000}.ugc-modal-playpause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background-color:#fff3;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.ugc-modal-playpause svg{width:26px;height:26px}.ugc-modal-mute{position:absolute;top:18px;inset-inline-start:18px;width:36px;height:36px;border-radius:50%;background-color:#ffffff26;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3}.ugc-modal-mute svg{width:18px;height:18px}body:has(.ec-sticky-atc.is-visible){padding-bottom:var(--ec-sticky-atc-h, 90px)}@media screen and (max-width:767px){body:has(.ec-sticky-atc.is-visible){padding-bottom:var(--ec-sticky-atc-h, 120px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-v1.css.map */
