@font-face{font-family:Poppins;src:url(font-poppins-regular.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(font-poppins-semibold.woff2) format("woff2");font-style:normal;font-weight:600 900;font-display:swap}:root{--ink:#2b3a4a;--black:#111;--tan:#c9ae84;--tan-light:#e5cbab;--cream:#f6e5ce;--gray:#f4f4f4;--green:#1eea00;--white:#fff;--page:1300px;--shadow:0 8px 30px rgba(25,31,37,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;color:var(--ink);background:#fff;font-family:Poppins,Arial,sans-serif;font-size:15.6px;line-height:1.55;letter-spacing:.02em;overflow-x:hidden}body.cart-open,body.menu-open,body.checkout-open,body.search-open,body.review-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}button{cursor:pointer}a{text-decoration:none}img,video{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}.skip-link{position:fixed;z-index:1000;left:1rem;top:-100px;background:#fff;padding:.7rem 1rem;border-radius:4px;box-shadow:var(--shadow)}.skip-link:focus{top:1rem}.mobile-only{display:none!important}.site-header{position:relative;z-index:20;background:#fff}.countdown-bar{height:77.7px;background:linear-gradient(90deg,#c8a97e,#b89663,#8c6b46,#6e5033,#c8a97e);background-size:300% 300%;animation:countdown-gradient 10s ease infinite;display:flex;align-items:center;justify-content:center;gap:18px;color:#fff;font-family:Georgia,serif;font-weight:700;letter-spacing:.03em}.countdown-label{font-family:"DM Serif Display",Georgia,serif;font-size:14px;font-weight:600;letter-spacing:1.5px}.countdown{display:flex;align-items:center;gap:8px}.countdown>i{font-size:27px;font-style:normal;line-height:1;transform:translateY(-7px)}.time-box{width:47px;display:flex;flex-direction:column;align-items:center;gap:1px}.time-box b{display:grid;place-items:center;width:47px;height:38px;border-radius:5px;background:#fff;color:#504433;font:700 18px/1 Georgia,serif;box-shadow:0 2px 6px #38281414}.time-box b.changing{animation:countdown-number-change .3s ease}.time-box small{font:600 10px/1 Poppins,sans-serif;letter-spacing:.05em}.offer-bar{height:46.8px;display:grid;place-items:center;background:#111;color:#fff;font-size:16px;font-weight:700;letter-spacing:.01em}.nav-shell{height:138px;position:relative;display:flex;align-items:center;padding:0 max(calc((100vw - var(--page))/2),70px)}.brand{position:absolute;top:24px;left:50%;transform:translate(-50%);width:270px;height:45px;display:flex;align-items:center;justify-content:center}.brand img{width:270px;height:auto}.brand-text{font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:400;letter-spacing:12px;color:#c9ae84;text-transform:uppercase}.desktop-nav{position:absolute;left:50%;bottom:31px;transform:translate(-50%);display:flex;gap:36px;white-space:nowrap}.desktop-nav a{font-size:15.6px;transition:font-weight .2s,color .2s}.desktop-nav a:hover,.desktop-nav a.active{font-weight:600}.icon-button{width:40px;height:40px;padding:8px;background:transparent;border:0;display:grid;place-items:center}.icon-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.search-button{position:absolute;left:max(calc((100vw - var(--page))/2),70px);top:22px}.nav-actions{position:absolute;right:max(calc((100vw - var(--page))/2),70px);top:22px;display:flex;gap:8px}.bag-button{position:relative}.cart-count{position:absolute;right:0;top:-1px;min-width:17px;height:17px;padding:0 4px;border-radius:12px;background:var(--ink);color:#fff;font-size:10px;display:none;place-items:center}.cart-count.visible{display:grid}.perk-bar{height:40px;background:var(--tan);color:#161616;display:flex;align-items:center;justify-content:center;gap:20px;padding:0 40px;font-size:14px;font-weight:700;line-height:25.2px;letter-spacing:.96px}.perk-bar span{flex:1;display:flex;align-items:center;justify-content:center;gap:8px}.perk-icon,.perk-icon.heart{width:18px;height:18px;fill:#161616;stroke:#161616;stroke-width:1}.button{min-height:49px;border:0;border-radius:7px;padding:0 30px;background:var(--tan-light);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;transition:transform .2s,filter .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);filter:brightness(.98);box-shadow:0 8px 20px #39271329}.home-hero{width:var(--page);height:695px;margin:35px auto 0;display:grid;grid-template-columns:1fr 1fr;border-radius:23px 13px 13px 23px;overflow:hidden}.hero-copy{background:#e5cbab;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:47px 70px 63px}.hero-eyebrow{font-size:19px;font-weight:600;margin:0 0 5px}.hero-copy h2{font-size:39px;line-height:1.25;margin:0 0 21px;max-width:500px}.hero-copy>p:not(.hero-eyebrow){font-size:17px;font-weight:600;line-height:1.7;margin-bottom:27px}.hero-button{align-self:flex-start;background:#fff;color:#e2be90;font-size:17px}.hero-image{background-size:cover;background-position:center}.marquee{height:41px;background:#e5cbab;color:#fff;overflow:hidden;display:flex;align-items:center;font-size:15px;font-weight:700;white-space:nowrap}.marquee>div{min-width:max-content;display:flex;align-items:center;animation:marquee 150s linear infinite forwards}.marquee span{display:inline-block;min-width:480px;text-align:center}@keyframes countdown-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes countdown-number-change{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.7;transform:translateY(-3px)}}@keyframes marquee{to{transform:translate(-50%)}}.feature-marquee{margin-top:0}.testimonials{background:#f5f5f5;padding:87px max(calc((100vw - var(--page))/2),70px) 55px;text-align:center}.testimonials h2{font-size:30px;line-height:1.25;margin-bottom:36px}.testimonial-track{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.testimonial-card{min-height:150px;background:#fff;border-radius:22px;padding:25px 28px 20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 3px #28323c08}.testimonial-card p{font-size:14px;color:#546170;margin-bottom:15px}.testimonial-card strong{font-size:13px}.home-product{width:1249px;margin:18px auto 0;display:grid;grid-template-columns:664px 1fr;gap:84px;align-items:start}.home-gallery .gallery-stage{height:830px}.product-gallery{min-width:0}.gallery-stage{position:relative;overflow:hidden;border-radius:13px;background:#eee;aspect-ratio:4/5}.gallery-main{width:100%;height:100%;object-fit:cover;transition:opacity .18s,transform .3s}.gallery-main.changing{opacity:.25;transform:scale(.985)}.gallery-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);border:0;border-radius:50%;width:34px;height:34px;background:#ffffffe6;box-shadow:0 2px 10px #0000001f;font-size:25px;display:none;place-items:center}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}.thumbnail-list{display:flex;gap:10px;margin-top:10px;overflow:auto;padding:0 0 5px;scrollbar-width:none}.thumbnail-list::-webkit-scrollbar{display:none}.thumbnail{flex:0 0 115px;height:115px;border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;background:#f0f0f0;transition:border-color .2s,transform .2s}.thumbnail:hover{transform:translateY(-2px)}.thumbnail.active{border-color:var(--ink)}.thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{min-width:0;padding-top:4px}.rating-line{display:flex;align-items:flex-start;gap:10px;color:#344253;font-size:16px;margin:0 0 12px}.stars{color:#e9c69a;letter-spacing:.04em;white-space:nowrap}.product-info h1{font-size:39px;font-weight:600;line-height:48px;margin:0 0 12px;letter-spacing:.78px}.product-subtitle{font-weight:600;font-size:15px;margin-bottom:13px}.price-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.price-line strong{font-size:22px}.price-line del{color:#e7c9a2;font-size:16px;font-weight:600}.discount-badge{background:var(--ink);color:#fff;border-radius:5px;padding:3px 8px;font-size:12px;font-weight:700}.feature-list{list-style:none;padding:16px 0 12px;border-top:1px solid #ddd;margin:0;display:grid;gap:10px;color:#333}.feature-list li{font-size:16px}.stock-line{text-align:center;color:#18ed26;font-weight:700;margin:5px 0 22px}.bundle-heading{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px;margin-bottom:10px}.bundle-heading:before,.bundle-heading:after{content:"";height:1px;background:#e5d1b6;flex:1}.bundle-heading span{white-space:nowrap}.flash-offer{height:42px;background:#fff3f3;border-radius:22px;display:flex;align-items:center;justify-content:center;gap:8px;color:#e53935;font-size:13px;font-weight:700;margin-bottom:16px}.flash-offer b{color:#e53935;font-weight:700}.bundle-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.bundle-card{position:relative;border:2px solid #e7ceb0;border-radius:26px;background:#f7ede0;overflow:visible;transition:all .2s ease;cursor:pointer}.bundle-main-row{border-radius:24px 24px 0 0}.bundle-card:not(.active) .bundle-main-row{border-radius:24px}.bundle-perks-container .bundle-perk-item:last-child{border-radius:0 0 24px 24px}.bundle-card.active{background:#fff;border-color:#d8b688;box-shadow:0 4px 18px #d8b68840}.bundle-badge{position:absolute;top:-1px;right:-1px;background:#1a2634;color:#fff;border-radius:0 20px 0 12px;padding:5px 16px;font-size:11.5px;font-weight:700;letter-spacing:.02em;z-index:2}.bundle-main-row{display:flex;align-items:center;gap:14px;padding:16px 20px}.radio-dot{width:22px;height:22px;border:2px solid #d8b688;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:#fff}.radio-dot.checked{border-color:#c9ae84}.radio-dot.checked:after{content:"";width:12px;height:12px;border-radius:50%;background:#c9ae84}.bundle-info{flex:1;display:flex;flex-direction:column}.bundle-label{font-size:15.5px;font-weight:700;color:#1a2634}.bundle-note{font-size:12.5px;color:#7d6854;margin-top:2px}.bundle-price-box{text-align:right}.bundle-price{font-size:17px;font-weight:700;color:#1a2634;display:block}.bundle-compare{font-size:12.5px;color:#c94c4c;margin-top:1px;display:block;text-decoration:line-through}.bundle-items-container{padding:12px 20px 16px;background:#f7ede0;border-top:1px dashed #e7ceb0}.bundle-items-header{font-size:12.5px;color:#555;margin-bottom:10px;font-weight:600}.bundle-item-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.bundle-item-row:last-child{margin-bottom:0}.item-tag{font-size:13.5px;font-weight:700;color:#1a2634;min-width:22px}.custom-dropdown-wrap{position:relative;flex:1}.custom-dropdown-trigger{width:100%;height:40px;border-radius:20px;border:1.5px solid #e7ceb0;background:#fff;padding:0 14px;font-size:13.5px;font-weight:600;color:#1a2634;display:flex;align-items:center;gap:8px;cursor:pointer;outline:none;transition:border-color .2s,box-shadow .2s}.custom-dropdown-wrap.open .custom-dropdown-trigger,.custom-dropdown-trigger:hover{border-color:#c9ae84}.trigger-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trigger-arrow{font-size:12px;color:#333;font-style:normal}.color-circle{width:22px;height:22px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0;display:inline-block;vertical-align:middle}.color-circle.slashed{position:relative;border:1.5px solid #aaa!important;background:#fff!important}.color-circle.slashed:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:1.5px;background:#888;transform:rotate(-45deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:210px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000038;border:1px solid rgba(0,0,0,.08);z-index:9999;overflow:hidden}.custom-dropdown-menu.size-menu{min-width:100%}.custom-dropdown-item{height:48px;padding:0 16px;display:flex;align-items:center;gap:12px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:14px;font-weight:500;color:#1a2634;transition:background .15s ease;-webkit-user-select:none;user-select:none}.custom-dropdown-item:last-child{border-bottom:none}.custom-dropdown-item:hover{background:#f7f7f7}.custom-dropdown-item.selected{background:#eee;font-weight:600}.custom-dropdown-item.out-of-stock{color:#666}.item-text{flex:1}.bundle-perks-container{display:flex;flex-direction:column}.bundle-perk-item{background:#e5cbab;padding:10px 20px;font-size:13.5px;font-weight:700;color:#161616;text-align:left;border-top:1px solid rgba(0,0,0,.05)}.bundle-perk-item:nth-child(2n){background:#dfc2a0}.add-button{width:100%;height:52px;margin-top:12px;border-radius:12px;background:#e5cbab;color:#fff;font-size:17px;font-weight:700;letter-spacing:.04em;border:0;cursor:pointer}.cod-button{width:100%;height:60px;margin-top:10px;border-radius:12px;background:#1eea00;color:#fff;font-size:17.5px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.15;border:0;box-shadow:0 4px 16px #1eea0059;cursor:pointer}.cod-button small{font-size:13px;font-weight:600;opacity:.95}.details-link{display:block;margin-top:21px;font-size:12px}.details-link span{padding-left:10px}.trust-row{display:flex;justify-content:center;gap:22px;margin-top:17px;font-size:10px;color:#6f7880}.payment-icons{display:flex;align-items:center;justify-content:center;gap:6px;margin:9px 0 10px}.payment-icons span{display:grid;place-items:center;min-width:34px;height:18px;border:1px solid #ddd;border-radius:3px;background:#fff;color:#1d3150;font-size:8px;font-weight:700;padding:0 4px}.accordion-list{border-top:1px solid #eee;margin-top:15px}.accordion{border-bottom:1px solid #eee}.accordion>button{width:100%;min-height:45px;background:#fff;border:0;padding:0 3px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:13px;color:#202c39}.accordion>button i{font-style:normal;font-size:20px;font-weight:300}.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.accordion-content p{overflow:hidden;margin:0;font-size:12px;color:#596574;line-height:1.7}.accordion.open .accordion-content{grid-template-rows:1fr}.accordion.open .accordion-content p{padding:4px 5px 16px}.home-product-info{padding-top:60px}.home-product-info .rating-line{flex-wrap:wrap;font-size:14px}.home-product-info h1{max-width:430px}.home-product-info .price-line{margin:10px 0 18px}.choice-title{text-align:center;font-size:30px;margin:68px 0 25px}.reviews-section{width:1200px;margin:0 auto;padding:20px 0 70px}.home-reviews{margin-top:26px;padding-bottom:160px}.reviews-head{display:flex;align-items:center;margin-bottom:16px}.reviews-head>div{margin-right:auto}.reviews-head h3{font-size:15px;margin:0 0 5px}.reviews-head p{font-size:12px;margin:0;color:#69727a}.reviews-head p b{font-size:16px;color:var(--ink)}.review-button{background:var(--ink);height:36px;min-height:36px;border-radius:5px;padding:0 38px;font-size:12px}.square-button{width:38px;height:36px;margin-left:7px;border:1px solid #87909a;background:#fff;border-radius:5px}.square-button.active,.square-button[aria-pressed=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.review-media{display:flex;gap:9px;margin-bottom:25px}.review-media img{width:100px;height:100px;border-radius:6px;object-fit:cover}.review-item{min-height:206px;padding:15px 0 23px;border-bottom:1px solid #d9dde0;color:#182939}.review-stars{font-size:22px;line-height:1;margin-bottom:10px}.review-stars .stars{color:var(--ink)}.reviewer{display:flex;align-items:center;gap:10px}.reviewer>i{width:36px;height:36px;border-radius:50%;background:#eef0f2;display:grid;place-items:center;font-style:normal;font-weight:600}.reviewer>span{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:8px}.reviewer b{font-size:13px}.reviewer em{border:1px solid #868e96;border-radius:7px;padding:0 4px;font-style:normal;font-size:8px}.reviewer small{grid-column:1/3;color:#77818a;font-size:10px}.review-item h4{font-size:15px;margin:12px 0 3px}.review-item>p{font-size:13px;margin:12px 0 0}.review-image{width:160px;height:160px;object-fit:cover;margin-top:12px;border-radius:4px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:20px}.pagination button{border:0;background:transparent;min-width:25px;height:25px;border-radius:50%;font-size:11px}.pagination button.active{background:var(--ink);color:#fff}.site-footer{position:relative;background:#e5cbab;color:#fff;padding-top:55px;min-height:610px}.home-page{margin-bottom:23px}.home-page+.site-footer{min-height:551px;padding-top:0}.home-page+.site-footer .footer-grid{padding-top:32px}.footer-wave{position:absolute;left:0;right:0;top:-25px;height:35px;background:#fff;clip-path:polygon(0 35%,17% 70%,37% 38%,56% 82%,77% 28%,100% 55%,100% 0,0 0);overflow:hidden}.footer-wave i{position:absolute;left:-10%;bottom:-22px;width:120%;height:34px;border-radius:50%;background:#fff;opacity:.45}.footer-wave i:nth-child(1){animation:move-forever1 10s linear infinite}.footer-wave i:nth-child(2){animation:move-forever2 8s linear infinite}.footer-wave i:nth-child(3){animation:move-forever3 6s linear infinite}.footer-wave i:nth-child(4){animation:move-forever4 4s linear infinite}@keyframes move-forever1{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes move-forever2{0%{transform:translate(-90px)}to{transform:translate(85px)}}@keyframes move-forever3{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes move-forever4{0%{transform:translate(-90px)}to{transform:translate(85px)}}.footer-grid{width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(4,295px);gap:40px;padding:35px 0 50px}.footer-grid h2{font-size:23.4px;font-weight:600;line-height:28.8px;letter-spacing:.78px;margin-bottom:20px}.footer-grid p{font-size:13px;line-height:1.8}.footer-grid a{color:#fff}.footer-grid nav{display:grid;gap:10px;font-size:13px}.newsletter{display:grid;gap:8px;max-width:410px}.newsletter input{height:45px;border:1px solid #fff;background:transparent;color:#fff;padding:0 13px;border-radius:2px}.newsletter input::placeholder{color:#fff}.newsletter .button{background:#fff;color:#ddbd94;font-size:12px}.footer-bottom{text-align:center;padding:12px 0 35px;border-top:1px solid rgba(255,255,255,.3)}.footer-bottom small{font-size:10px}.product-page{overflow:hidden;color:#2b3a4a}.product-top{width:1300px;margin:36px auto 113px;display:grid;grid-template-columns:715px 535px;gap:50px;align-items:start}.product-top>.product-gallery .gallery-stage{height:894px}.experience-section{height:584px;background:#fafafa;padding:55px 0 40px;text-align:center;overflow:hidden}.experience-grid{width:100%;margin:0 auto}.experience-media{display:flex;width:max-content;gap:12px;justify-content:flex-start;margin-left:max(16px,calc((100vw - 1000px)/2));animation:customer-reels-scroll 27s linear infinite}.experience-media img,.experience-media video{flex:0 0 150px;width:150px;height:266.656px;object-fit:cover;border-radius:4px}.experience-copy{margin-top:22px}.experience-grid h2{width:600px;margin:0 auto 7px;font-size:28px;font-weight:700;line-height:1.15;color:#192633;letter-spacing:.78px}.experience-grid p{font-size:13px;color:#77818b}.compact-button{min-height:35px;border-radius:3px;padding:0 24px;background:var(--ink);font-size:10px}@keyframes customer-reels-scroll{to{transform:translate(-50%)}}.carousel-dots{display:flex;gap:6px;justify-content:center;margin-top:22px}.carousel-dots i{width:6px;height:6px;border-radius:50%;background:#bec3c8}.carousel-dots i.active{background:var(--ink)}.story-section{width:960px;height:795px;min-height:795px;margin:0 auto;padding:25px 0 50px;display:block}.story-copy{width:260px}.story-copy h2{font:600 30px/1.08 system-ui,sans-serif;margin-bottom:3px}.story-copy p{font:400 17px/1.42 system-ui,sans-serif}.story-section video{width:620px;height:349px;margin:80px auto 0;object-fit:cover;border-radius:7px;background:#ddd}.comparison-section{height:712px;text-align:center;padding:60px 0 69px;color:#192633}.comparison-section h2{width:700px;margin:0 auto 12px;font-size:36px;font-weight:400;line-height:1.12;letter-spacing:.78px}.comparison-section>p{width:640px;margin:0 auto 35px;color:#7b848c;font-size:13px}.before-after{--pos:50%;position:relative;width:420px;height:420px;border-radius:50%;overflow:hidden;margin:auto;background:#eee}.before-after>img,.after-layer img{width:420px;height:420px;object-fit:cover;object-position:center 44%}.after-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--pos);overflow:hidden}.after-layer img{max-width:none}.compare-handle{position:absolute;top:0;bottom:0;left:var(--pos);transform:translate(-50%);width:3px;background:#fff;color:#fff;display:flex;align-items:center}.compare-handle:after{content:"\2194";display:grid;place-items:center;width:38px;height:38px;position:absolute;left:50%;transform:translate(-50%);border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 2px 10px #0003}.before-after input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.benefits-section{width:1100px;height:346px;margin:0 auto;padding:50px 0 0;text-align:center;color:#192633}.benefits-section h2{font-size:34px;line-height:1.15;letter-spacing:.78px;margin-bottom:36px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.benefit-grid article>i{font-style:normal;font-size:35px}.benefit-grid h3{font-size:18px;margin:8px 0}.benefit-grid p{font-size:12px;line-height:1.5;color:#6c7680}.ugc-section{width:1300px;margin:0 auto;padding:20px 0 0}.ugc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ugc-grid article{height:773px;position:relative;overflow:hidden;background:#eee}.ugc-grid img,.ugc-grid video{width:100%;height:100%;object-fit:cover}.ugc-grid span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;font-size:50px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.navy-wave{height:52px;background:var(--ink);clip-path:polygon(0 45%,16% 18%,34% 35%,51% 8%,69% 30%,84% 5%,100% 28%,100% 100%,0 100%)}.product-cta{width:1300px;height:813px;min-height:813px;margin:0 auto;display:grid;grid-template-columns:650px 650px;align-items:center;gap:0}.product-cta>div{width:580px}.product-cta h2{font-size:39px;font-weight:600;line-height:48px;letter-spacing:.78px;margin-bottom:15px}.product-cta p{font-size:15px;color:#66727d;line-height:1.7}.product-cta .button{font-size:12px}.product-cta img{width:650px;height:813px;object-fit:cover}.product-testimonials{height:361px;margin-top:36px;background:#fff;text-align:center;padding:36px max(calc((100vw - 1300px)/2),70px) 0}.product-testimonials h2{width:912px;margin:0 auto 30px;font-size:39px;font-weight:600;line-height:48px;letter-spacing:.78px}.product-testimonials>div:first-of-type{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-testimonials article{background:#edd3ae;color:#fff;border-radius:15px;padding:25px}.product-testimonials article strong{font-size:20px}.product-testimonials article p{font-size:13px;margin:10px 0 0}.faq-section{height:938px;padding:36px 0 0;background:#f3f3f3}.faq-section>h2{width:1300px;margin:0 auto 30px;text-align:center;font-size:39px;font-weight:600;line-height:48px;letter-spacing:.78px}.faq-grid{width:1080px;margin:auto;display:grid;grid-template-columns:430px 1fr;gap:70px;align-items:start}.faq-grid>img{width:430px;height:540px;object-fit:cover;border-radius:9px}.faq-grid .accordion-list{margin-top:0}.faq-grid .accordion>button{min-height:65px;font-size:15px;background:#f3f3f3}.review-heading{height:104px;text-align:center;padding:4px 0 0}.review-heading>div{font-size:13px;line-height:16px}.review-heading h1{width:780px;margin:20px auto 0;font-size:39px;font-weight:600;line-height:48px;letter-spacing:.78px}.product-page .reviews-section{padding-top:15px;padding-bottom:223px}.product-top>.product-info{transform:translateY(-3px)}.product-cta>div{transform:translateY(-19px)}.product-page+.site-footer{min-height:551px;padding-top:0}.product-page+.site-footer .footer-grid{padding-top:32px}.cart-overlay,.menu-overlay,.checkout-overlay{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#0000005c;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-drawer{position:fixed;z-index:101;right:0;top:0;width:440px;height:100vh;background:#fff;transform:translate(100%);visibility:hidden;transition:transform .38s cubic-bezier(.22,.75,.23,1),visibility 0s linear .38s;box-shadow:-4px 0 30px #00000017;overflow:auto}.cart-open .cart-overlay{opacity:1;visibility:visible}.cart-open .cart-drawer{transform:none;visibility:visible;transition-delay:0s}.cart-head{height:72px;position:sticky;z-index:2;top:0;background:#fff;display:flex;align-items:center;justify-content:center}.cart-head img{width:187px}.cart-head .icon-button{position:absolute;right:23px;border:1px solid #111;border-radius:9px;width:31px;height:31px;padding:5px}#cart-drawer-body{height:calc(100% - 72px)}.empty-cart{height:100%;position:relative;padding:0 55px}.empty-cart>h2{text-align:center;font-size:23px;padding-top:277px}.empty-cart>p{position:absolute;left:59px;bottom:237px;color:#000;font-size:17px}.recommendation{position:absolute;left:55px;right:46px;bottom:44px;color:#000}.recommendation h3{text-align:center;font-size:23px;line-height:1.25;margin-bottom:25px}.recommendation>div{display:grid;grid-template-columns:72px 1fr;gap:25px}.recommendation img{width:72px;height:90px;object-fit:cover}.recommendation section{display:flex;flex-direction:column;gap:4px}.recommendation section>b{font-size:14px}.recommendation section>span{font-size:15px}.recommendation section>div{display:flex;gap:9px}.recommendation select{width:145px;height:36px;border:1px solid #c9c9c9;border-radius:4px;font-size:11px;padding:0 8px}.recommendation button{height:36px;border:0;border-radius:8px;background:#c49f7e;color:#fff;font-size:11px;font-weight:700;line-height:1.05;padding:0 13px}.filled-cart{padding:15px 28px 30px;color:#182939}.filled-cart>h2{font-size:24px}.filled-cart>h2 small{font-size:14px;font-weight:400}.reserve{background:#f6e4cf;border-radius:7px;padding:8px;text-align:center;font-size:12px}.cart-lines{display:grid}.cart-lines article{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid #e5e5e5}.cart-lines img{width:90px;height:112px;object-fit:cover;border-radius:5px}.cart-lines h3{font-size:14px;margin:0 0 3px}.cart-lines p{font-size:11px;margin:0 0 4px;color:#73808c}.quantity{display:flex;align-items:center;gap:8px;margin-top:8px}.quantity button{width:28px;height:28px;border:1px solid #d4d8dc;background:#fff;padding:5px}.quantity button svg{width:16px;fill:none;stroke:currentColor}.quantity .remove{width:auto;border:0;text-decoration:underline;font-size:10px}.discount{display:flex;margin:20px 0}.discount input{flex:1;height:40px;border:1px solid #ddd;padding:0 10px}.discount button{border:0;background:var(--ink);color:#fff;font-weight:600}.subtotal{display:flex;justify-content:space-between;font-size:17px;margin:20px 0}.checkout-button{width:100%;background:var(--ink)}.continue{width:100%;border:0;background:transparent;margin-top:12px;text-decoration:underline;font-size:12px}.mobile-menu{position:fixed;z-index:102;left:0;top:0;width:min(340px,88vw);height:100vh;background:#fff;transform:translate(-100%);transition:transform .35s ease;display:flex;flex-direction:column}.menu-open .menu-overlay{opacity:1;visibility:visible}.menu-open .mobile-menu{transform:none}.mobile-menu-head{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #eee;font-size:22px;font-weight:600}.mobile-menu nav{display:grid}.mobile-menu nav a{min-height:62px;border-bottom:1px solid #eee;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.mobile-menu nav svg{width:18px;height:18px;fill:none;stroke:currentColor}.mobile-menu-foot{margin-top:auto;padding:25px 20px;background:#f7f7f7;display:grid;gap:8px}.mobile-menu-foot small{color:#74808b}.checkout-overlay{z-index:110}.checkout-modal{position:fixed;z-index:111;left:50%;top:50%;width:560px;max-height:92vh;overflow:auto;transform:translate(-50%,-46%) scale(.96);background:#fff;border-radius:18px;padding:34px 42px;opacity:0;visibility:hidden;transition:.3s;box-shadow:0 20px 60px #00000040}.checkout-open .checkout-overlay{opacity:1;visibility:visible}.checkout-open .checkout-modal{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.checkout-modal>img{width:210px;margin:0 auto 25px}.checkout-modal>h2{text-align:center;font-size:27px;margin-bottom:5px}.checkout-modal>p{text-align:center;color:#6f7a84}.checkout-close{position:absolute;right:17px;top:17px}.checkout-modal form{display:grid;gap:13px}.checkout-modal label{display:grid;gap:5px;font-size:12px;font-weight:600}.checkout-modal input,.checkout-modal textarea{width:100%;border:1px solid #d7dce0;border-radius:6px;padding:10px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.order-success{text-align:center;padding:40px 10px}.order-success>span{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#22e900;color:#fff;font-size:35px;margin:0 auto 20px}.order-success p{color:#65717b}.order-success .button{background:var(--ink)}.utility-overlay{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;background:#0000005c;opacity:0;visibility:hidden;transition:.3s}.utility-modal{position:fixed;z-index:121;left:50%;top:50%;width:520px;max-width:calc(100% - 28px);padding:35px;background:#fff;border-radius:15px;box-shadow:0 20px 60px #00000038;opacity:0;visibility:hidden;transform:translate(-50%,-46%) scale(.97);transition:.3s}.utility-modal h2{text-align:center;font-size:26px}.utility-close{position:absolute;right:12px;top:12px}.search-open .utility-overlay,.review-open .utility-overlay{opacity:1;visibility:visible}.search-open .search-modal,.review-open .review-modal{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.search-field{height:48px;border:1px solid #cfd5da;border-radius:6px;display:flex;align-items:center;padding:0 12px;gap:10px}.search-field svg{width:22px;fill:none;stroke:currentColor}.search-field input{height:100%;flex:1;border:0;outline:0}.search-result{display:grid;grid-template-columns:75px 1fr;gap:14px;align-items:center;margin-top:20px;padding:10px;border-radius:8px;background:#f7f7f7}.search-result img{width:75px;height:90px;object-fit:cover;border-radius:5px}.search-result span{display:grid}.search-result small{margin-top:5px}.review-modal form{display:grid;gap:13px}.review-modal label{display:grid;gap:5px;font-size:12px;font-weight:600}.review-modal input,.review-modal select,.review-modal textarea{border:1px solid #cfd5da;border-radius:6px;padding:10px}.review-modal .button{background:var(--ink)}.search-result[hidden]{display:none}.editor-panel{position:fixed;z-index:180;right:15px;bottom:15px;width:230px;padding:13px;background:#162535;color:#fff;border-radius:10px;box-shadow:var(--shadow);display:grid;gap:7px}.editor-panel button{height:34px;border:0;border-radius:5px;background:#fff;color:#162535}.editing [data-edit-id]{outline:2px dashed #19db64;outline-offset:3px}.editing [data-edit-id]:focus{background:#ffff9633}.chat-bubble{position:fixed;z-index:105;left:10px;bottom:10px;width:53px;height:53px;border-radius:50%;border:0;background:#4bd172;color:#fff;box-shadow:0 0 0 7px #4bd17238;display:grid;place-items:center}.chat-bubble span{width:27px;height:24px;border-radius:50%;background:#fff;color:#4bd172;display:grid;place-items:center;font-size:12px;letter-spacing:-1px}@keyframes cqPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.product-page .cod-button.pulse{animation:cqPulse .82s cubic-bezier(.36,.07,.19,.97) both}#toast-root{position:fixed;z-index:200;left:50%;bottom:25px;transform:translate(-50%);display:grid;gap:8px}.toast{background:#1f2e3d;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:var(--shadow);opacity:0;transform:translateY(10px);transition:.25s}.toast.show{opacity:1;transform:none}.reveal{opacity:0;transform:translateY(12px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.product-page .reveal{opacity:1;transform:none;transition:none}@media(max-width:700px){:root{--page:100%}body{font-size:13px;letter-spacing:.01em}.desktop-only{display:none!important}.mobile-only{display:grid!important}.countdown-bar{height:62.75px;gap:10px}.countdown-label{font-size:13px}.countdown{gap:4px}.countdown>i{font-size:20px;transform:translateY(-6px)}.time-box{width:33px}.time-box b{width:33px;height:28px;font-size:14px;border-radius:4px}.time-box small{font-size:8px}.offer-bar{height:44.48px;font-size:14px;white-space:nowrap}.nav-shell{height:64.5px;padding:0 10px;border-bottom:1px solid #eee}.brand{top:13px;width:230px;height:37px}.brand img{width:230px}.desktop-nav{display:none}.search-button{position:absolute;left:auto;right:48px;top:12px}.nav-actions{right:6px;top:12px}.nav-actions .bag-button{display:grid}.nav-shell>[data-action=menu]{position:absolute;left:7px;top:12px}.nav-shell>[data-action=menu] svg{width:24px}.icon-button{width:38px;height:38px;padding:7px}.icon-button svg{width:22px;height:22px}.perk-bar{height:40px;padding:0 12px;gap:8px;font-size:10px;line-height:18px;letter-spacing:.9px}.perk-bar span{gap:6px;white-space:nowrap}.home-hero{width:100%;height:417px;margin:0;border-radius:0;display:block;position:relative;overflow:hidden}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover}.hero-copy{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:#242b2f38;padding:65px 38px 40px;justify-content:flex-start;text-align:center}.hero-eyebrow{display:none}.hero-copy h2{font-size:29px;line-height:1.25;margin:0 auto 13px}.hero-copy>p:not(.hero-eyebrow){font-size:17px;line-height:1.55;margin-bottom:21px}.hero-button{align-self:center;min-width:263px;min-height:49px;color:#050505;background:#fff;font-size:17px}.marquee{height:41px;font-size:14px}.marquee span{min-width:390px}.testimonials{padding:27px 0 23px;overflow:hidden}.testimonials h2{font-size:28px;line-height:1.25;padding:0 15px;margin-bottom:27px}.testimonial-track{display:flex;gap:14px;overflow:auto;scroll-snap-type:x mandatory;padding:0 15px;scrollbar-width:none}.testimonial-card{flex:0 0 360px;min-height:135px;border-radius:22px;padding:18px 27px;scroll-snap-align:center}.testimonial-card p{font-size:12px;line-height:1.65}.testimonial-card strong{font-size:11px}.slider-controls{display:flex!important;align-items:center;justify-content:center;gap:14px;margin-top:9px}.slider-controls button{border:0;background:transparent;font-size:21px;color:#aab0b6}.dots{display:flex;gap:6px}.dots i{width:4px;height:4px;border-radius:50%;background:#9da5ad}.dots i.active{width:6px;height:6px;background:var(--ink)}.home-product{width:auto;margin:69px 15px 0;display:block}.home-gallery .gallery-stage{height:auto;aspect-ratio:4/5}.gallery-stage{border-radius:12px}.gallery-arrow{display:grid}.home-product-info{padding-top:24px}.rating-line{font-size:13px;gap:5px;margin-bottom:8px}.home-product-info .rating-line{max-width:220px;line-height:1.4}.product-info h1{font-size:29px;line-height:1.22;margin-bottom:11px}.price-line{gap:7px;margin-bottom:12px}.price-line strong{font-size:17px}.price-line del{font-size:13px}.discount-badge{font-size:9px;padding:2px 6px}.option-row{gap:8px}.option{height:29px;min-width:40px;padding:0 13px;font-size:10px}.variants{gap:9px;margin:10px 0}.add-button,.cod-button{min-height:45px;font-size:12px}.details-link{font-size:10px;margin-top:15px}.choice-title{font-size:27px;line-height:1.25;margin:37px 0 12px;padding:0 70px}.reviews-section{width:auto;margin:0 15px;padding:15px 0 55px}.reviews-head{align-items:flex-end;flex-wrap:wrap;row-gap:10px}.reviews-head>div{width:100%}.reviews-head h3{font-size:13px}.review-button{height:34px;min-height:34px;padding:0 26px;font-size:10px;margin-right:auto}.square-button{width:35px;height:34px}.review-media{gap:7px;overflow:hidden;margin-bottom:14px}.review-media img{flex:0 0 70px;width:70px;height:70px}.review-item{min-height:250px;padding:13px 0 18px}.review-stars{font-size:18px}.reviewer>i{width:31px;height:31px}.reviewer b{font-size:11px}.review-item>p{font-size:11px;line-height:1.55}.review-image{width:120px;height:120px}.pagination{gap:5px}.home-reviews{margin-top:150px;padding-bottom:150px}.site-footer{min-height:950px;padding:40px 15px 25px}.home-page{margin-bottom:47px}.home-page+.site-footer{min-height:974px;padding-top:9px}.home-page+.site-footer .footer-grid{padding-top:15px;gap:114px}.home-page+.site-footer .footer-grid>section:nth-child(3){margin-top:17px}.footer-wave{top:-19px;height:25px}.footer-grid{width:auto;display:grid;grid-template-columns:1fr;gap:110px;padding:15px 0 20px}.footer-grid h2{font-size:20.8px;font-weight:600;line-height:25.6px;letter-spacing:.78px;margin-bottom:20px}.footer-grid p{font-size:11px;line-height:1.75}.footer-grid nav{gap:12px;font-size:11px}.newsletter{max-width:none}.newsletter input{height:43px}.newsletter .button{min-height:43px}.footer-bottom{padding:8px 0 10px}.product-top{width:auto;min-height:2115px;margin:20px 15px 64px;display:block}.product-top>.product-gallery{position:relative}.product-top>.product-gallery:after{content:"";position:absolute;z-index:-1;left:360px;top:0;width:340px;height:425px;border-radius:20px;background:url(product-02.webp) center/cover no-repeat}.product-top>.product-gallery .gallery-stage{height:auto;aspect-ratio:4/5}.product-top .gallery-stage{width:calc(100% - 20px)}.product-top .gallery-arrow{display:none}.thumbnail-list{margin:5px -15px 0 10px;gap:7px}.thumbnail{flex-basis:80px;height:80px;border-radius:12px}.product-top .product-info{padding-top:18px}.product-top .rating-line{max-width:300px;font-size:15px;line-height:1.55}.product-top .product-info h1{font-size:29.25px;line-height:36px}.product-subtitle{font-size:12px;line-height:1.5}.feature-list{padding:12px 0 9px;gap:8px}.feature-list li{font-size:12px}.stock-line{font-size:12px;margin:5px 0 15px}.bundle-heading{font-size:10px}.flash-offer{font-size:10px;height:34px}.bundle-card{min-height:64px;border-radius:24px;padding:10px}.bundle-card span b{font-size:12px}.bundle-card span small{font-size:9px}.bundle-card>strong{font-size:12px}.bundle-card em{font-size:8px}.trust-row{gap:9px;font-size:8px}.accordion>button{font-size:11px}.experience-section{height:542px;min-height:542px;padding:35px 0 30px;overflow:hidden}.experience-grid{width:100%;margin:0}.experience-media{width:max-content;gap:11px;margin-left:16px;animation-duration:25.1667s}.experience-media img,.experience-media video{flex-basis:140px;width:140px;height:248.875px}.experience-copy{margin-top:22px}.experience-grid h2{width:330px;font-size:22px;line-height:25.3px}.experience-grid p{font-size:10px}.compact-button{font-size:8px;min-height:30px}.carousel-dots{margin-top:17px}.story-section{width:auto;height:445px;min-height:445px;padding:25px 25px 45px;display:flex;flex-direction:column;gap:24px;text-align:center}.story-copy{width:auto}.story-copy h2{font-size:23px}.story-copy p{font-size:14px}.story-section video{width:340px;height:191px;margin:0;order:2}.comparison-section{height:392px;padding:0 20px 38px}.comparison-section h2{width:330px;font-size:23px;line-height:1.12}.comparison-section>p{width:auto;font-size:10px;margin-bottom:25px}.before-after{width:235px;height:235px}.before-after>img,.after-layer img{width:235px;height:235px}.compare-handle:after{width:30px;height:30px}.benefits-section{width:auto;height:394px;padding:8px 18px 0}.benefits-section h2{font-size:30px;line-height:1.15;margin-bottom:20px}.benefit-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.benefit-grid article>i{font-size:28px}.benefit-grid h3{font-size:15px;margin:5px 0}.benefit-grid p{font-size:9px}.ugc-section{width:auto;padding:0 15px}.ugc-grid{gap:6px}.ugc-grid article{height:323px}.ugc-grid span{font-size:27px}.navy-wave{height:31px;margin-top:0}.product-cta{width:auto;height:780px;min-height:780px;margin:0;padding:0;display:flex;flex-direction:column-reverse;gap:0;text-align:center}.product-cta>div{width:360px;height:292px;margin:0 auto;padding-top:20px}.product-cta h2{font-size:29.25px;line-height:36px;margin-bottom:15px}.product-cta p{font-size:12px}.product-cta .button{font-size:10px;min-height:45px}.product-cta img{width:390px;max-width:none;height:488px;object-fit:cover}.product-testimonials{height:414px;margin-top:27px;padding:27px 15px 0}.product-testimonials h2{width:360px;font-size:29.25px;line-height:36px;margin-bottom:30px}.product-testimonials>div:first-of-type{display:flex;overflow:hidden}.product-testimonials article{display:none;flex:0 0 100%;padding:25px}.product-testimonials article.active{display:block}.product-testimonials article strong{font-size:17px}.product-testimonials article p{font-size:11px}.faq-section{height:826px;padding:27px 15px 0}.faq-section>h2{width:360px;font-size:29.25px;line-height:36px;margin-bottom:20px}.faq-grid{width:auto;display:block}.faq-grid>img{width:100%;height:450px;margin-bottom:18px}.faq-grid .accordion>button{min-height:45px;font-size:12px}.review-heading{height:119px;padding:0}.review-heading h1{width:320px;font-size:29.25px;line-height:36px;margin-top:20px}.product-page .reviews-section{margin-top:68px;padding-bottom:206px}.product-top>.product-info{transform:translateY(6px)}.product-cta>div{transform:none}.product-page+.site-footer{min-height:974px;padding-top:9px}.product-page+.site-footer .footer-grid{padding-top:15px;gap:108px}.product-page+.site-footer .footer-grid>section:nth-child(3){margin-top:21px}.cart-drawer{width:100%}.cart-head{height:57px}.cart-head img{width:174px}.cart-head .icon-button{right:20px;top:12px}.empty-cart{padding:0 34px}.empty-cart>h2{font-size:22px;padding-top:201px}.empty-cart>p{left:34px;bottom:247px;font-size:16px}.recommendation{left:34px;right:34px;bottom:44px}.recommendation h3{font-size:22px;width:230px;margin:0 auto 53px}.recommendation>div{grid-template-columns:73px 1fr;gap:24px;width:280px;margin:auto}.recommendation select{width:115px}.recommendation button{padding:0 11px}.filled-cart{padding:10px 20px 25px}.checkout-modal{width:calc(100% - 24px);padding:28px 20px;border-radius:14px}.checkout-modal>img{width:170px}.field-row{grid-template-columns:1fr}.chat-bubble{width:50px;height:50px}.reveal{transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ivk.css.map */
