*,:before,:after{box-sizing:border-box}html,body{background-color:#f3e8dd;max-width:100vw;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.fade-in{opacity:0;animation:1s ease-in-out forwards fadeIn}.slide-up{opacity:0;animation:1s ease-out forwards slideUp;transform:translateY(20px)}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.sohl-btn{color:#111;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background-color:#0000;border:1px solid #111;border-radius:8px;padding:12px 28px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .4s}.sohl-btn:hover{color:#fff;background-color:#111}.banner-container{box-sizing:border-box;justify-content:center;width:100%;padding:.5rem 1rem 0;display:flex}.announcement-banner{background-color:#382c26;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:.6rem 1rem;display:flex}.announcement-link{color:#f5e1cd;letter-spacing:.5px;text-align:center;align-items:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:400;text-decoration:none;transition:opacity .3s;display:flex}.announcement-link:hover{opacity:.8}.announcement-link span{margin-left:.5rem;font-size:1.1rem;line-height:0}@media (width<=768px){.banner-container{padding:.5rem .5rem 0}.announcement-banner{padding:.5rem}.announcement-link{font-size:.7rem;line-height:1.3}.announcement-link span{font-size:.9rem}}.navbar{box-sizing:border-box;background-color:#0000;flex-direction:column;width:100%;display:flex}.navbar.navbar-home{z-index:1000;transition:transform .3s ease-in-out,background-color .3s ease-in-out;position:fixed;top:0;left:0;transform:translateY(-100%)}.navbar-home .logo-sohl{font-size:2.2rem}.navbar-home .logo-skin{font-size:.8rem}.navbar.navbar-home.navbar-scrolled{background-color:#fff;transform:translateY(0);box-shadow:0 4px 12px #0000000d}.navbar.navbar-static{background-color:#fff;border-bottom:1px solid #eaeaea;position:relative}.navbar-container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;padding:1.5rem;display:flex}.navbar-left,.navbar-right{flex:1;align-items:center;gap:3.5rem;display:flex}.navbar-left{justify-content:flex-end}.navbar-right{justify-content:flex-start}.navbar-center{flex:none;margin:0 4rem}.logo{color:#111;cursor:pointer;flex-direction:column;align-items:center;font-family:Trajan Pro,Times New Roman,serif;text-decoration:none;display:flex}.logo-sohl{letter-spacing:.02em;font-size:2.8rem;font-weight:400;line-height:1}.logo-skin{letter-spacing:.55em;margin-top:.25rem;margin-right:-.55em;font-size:.95rem;font-weight:400}.nav-link{color:#111;letter-spacing:1.5px;text-transform:uppercase;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;font-weight:900;text-decoration:none;transition:opacity .3s}.nav-link:hover{opacity:.6}.mobile-cart-link{color:#111;text-decoration:none;transition:opacity .3s;display:none;position:relative}.mobile-cart-link:hover{opacity:.6}.mobile-cart-badge{color:#fff;background-color:#111;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.mobile-menu-btn{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:space-between;height:14px;padding:0;display:none}.hamburger-line{transform-origin:50%;background-color:#111;width:20px;height:2px;transition:all .3s}.mobile-menu{display:none}@media (width<=1200px){.navbar-left,.navbar-right{gap:2rem}.navbar-center{margin:0 2rem}}@media (width<=950px){.navbar-container{padding:1.5rem}.navbar-left,.navbar-right{gap:1.2rem}.navbar-center{margin:0 1rem}.nav-link{letter-spacing:1px;font-size:.8rem}}@media (width<=768px){.navbar-container{justify-content:space-between;padding:1rem}.navbar-left{flex:1;justify-content:flex-start}.navbar-right{flex:1;justify-content:flex-end}.desktop-link{display:none}.mobile-menu-btn{display:flex}.mobile-cart-link{justify-content:center;align-items:center;display:flex}.navbar-center{margin:0}.logo-sohl{font-size:2rem}.logo-skin{font-size:.7rem}.mobile-menu{background-color:#fff;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding-top:2rem;padding-bottom:1rem;animation:.3s forwards fadeInDown;display:none}.mobile-menu.open{display:flex}.hamburger-line.open:first-child{transform:translateY(6px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-6px)rotate(-45deg)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-container{background-color:#e8d5c4;width:100%;height:100vh;position:relative;overflow:hidden}.hero-container:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(#0000 0%,#00000040 100%);width:100%;height:40%;position:absolute;bottom:0;left:0}.hero-bg-image{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block}.hero-bg-mobile{display:none}.hero-logo-overlay{z-index:5;flex-direction:column;align-items:flex-start;line-height:1;display:flex;position:absolute;top:2.5rem;left:3rem}.hero-logo-sohl{color:#1a1a1a;letter-spacing:6px;font-family:Trajan Pro,Times New Roman,serif;font-size:5rem;font-weight:400}.hero-logo-skin{color:#1a1a1a;letter-spacing:8px;align-self:center;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.hero-textbox-overlay{text-align:right;z-index:5;flex-direction:column;justify-content:space-between;align-items:flex-end;max-width:none;height:9.5rem;display:flex;position:absolute;top:2.5rem;right:3rem}.hero-textbox-headline{color:#111;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.5}.hero-textbox-subline{color:#333;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:1.05rem;font-style:italic;font-weight:400;line-height:1.6}.hero-textbox-cta{color:#1a1a1a;text-transform:uppercase;letter-spacing:1.5px;border:1px solid #1a1a1a;border-radius:8px;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .4s,color .4s;display:inline-block}.hero-textbox-cta:hover{color:#fff;background-color:#1a1a1a}.mobile-only{display:none}.desktop-only{display:block}@media (width<=768px){.hero-bg-desktop{display:none}.hero-bg-mobile{display:block}.desktop-only{display:none}.mobile-only{display:block}.hero-container{height:auto}.hero-logo-overlay{align-items:center;top:5rem;left:50%;transform:translate(-50%)}.hero-logo-sohl{letter-spacing:4px;font-size:3.2rem}.hero-logo-skin{letter-spacing:5px;font-size:1.5rem}.hero-textbox-overlay{text-align:center;align-items:center;gap:1.2rem;width:max-content;max-width:95vw;height:auto;top:36%;left:50%;right:auto;transform:translate(-50%,-50%)}.hero-textbox-headline{white-space:normal;padding:0 1rem;font-size:1.05rem;line-height:1.4}.hero-textbox-subline{white-space:nowrap;font-size:.85rem}.hero-textbox-cta{box-sizing:border-box;text-align:center;width:100%;margin-top:.5rem}}.philosophy-container{text-align:center;background-color:#0000;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.philosophy-content{z-index:1;max-width:800px;position:relative}.philosophy-title{color:#382c26;letter-spacing:1px;margin-bottom:1.5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.8rem;font-weight:400}.philosophy-text{color:#4a3f38;margin:0;font-family:Inter,sans-serif;font-size:1.15rem;line-height:1.7}@media (width<=768px){.philosophy-container{background-attachment:scroll;padding:6rem 1.5rem}.philosophy-content{padding:2.5rem 1.5rem}.philosophy-title{font-size:2rem}.philosophy-text{font-size:1rem}}.how-it-works-container{text-align:center;background-color:#efdcd1;padding:4.5rem 2rem}.how-it-works-header{color:#382c26;letter-spacing:1px;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.steps-grid{flex-wrap:nowrap;justify-content:center;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.step-item{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.step-number{color:#c7a48d;margin-bottom:1rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3rem}.step-title{color:#382c26;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600}.step-desc{color:#555;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}.scroll-indicator{display:none}@media (width<=768px){.how-it-works-container{padding:3rem 0}.how-it-works-header{margin-bottom:1.5rem;padding:0 1rem;font-size:1.8rem}.steps-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-flow:row;justify-content:flex-start;gap:1rem;padding:0 10vw 1rem;overflow-x:auto}.steps-grid::-webkit-scrollbar{display:none}.steps-grid{-ms-overflow-style:none;scrollbar-width:none}.step-item{scroll-snap-align:center;text-align:center;flex-shrink:0;align-items:center;min-width:80vw}.scroll-indicator{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.scroll-dot{opacity:.35;cursor:pointer;background-color:#c7a48d;border-radius:50%;width:8px;height:8px;transition:opacity .3s,transform .3s}.scroll-dot.active{opacity:1;transform:scale(1.3)}}.feature-banner{box-sizing:border-box;background-color:#0000;width:100%;padding:3rem 2rem 5.5rem}.feature-banner-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.feature-item{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:200px;display:flex}.feature-icon{color:#382c26;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-title{letter-spacing:2px;color:#382c26;text-transform:uppercase;margin:0 0 .8rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600}.feature-subtitle{color:#665b55;margin:0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5}@media (width<=768px){.feature-banner{padding:3rem 1.5rem 5.5rem}.feature-banner-container{flex-flow:wrap;gap:3rem 0}.feature-item{box-sizing:border-box;flex:0 0 50%;min-width:0;padding:0 1rem}}.lifestyle-container{text-align:center;background-color:#0000;padding:2rem 0 4rem;overflow:hidden}.lifestyle-header{color:#382c26;letter-spacing:1px;margin-bottom:6rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.lifestyle-carousel{scrollbar-width:none;scroll-snap-type:x mandatory;gap:2rem;width:100%;padding:1rem 0;display:flex;overflow-x:auto}.lifestyle-carousel::-webkit-scrollbar{display:none}.lifestyle-track{flex-shrink:0;gap:2rem;width:max-content;display:flex}.lifestyle-item{scroll-snap-align:center;flex-direction:column;align-items:center;width:400px;display:flex}.lifestyle-image-wrapper{border-radius:4px;width:100%;height:500px;transition:transform .5s;position:relative;overflow:hidden}.lifestyle-item:hover .lifestyle-image-wrapper{transform:scale(1.02)}.lifestyle-image{object-fit:cover;width:calc(100% + 160px);height:100%;position:absolute;top:0;left:-80px}.lifestyle-text{color:#555;text-transform:uppercase;letter-spacing:1px;margin-top:1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500}@media (width<=768px){.lifestyle-container{padding:2rem 0 4rem}.lifestyle-header{margin-bottom:6rem;padding:0 2rem;font-size:1.8rem}.lifestyle-item{width:250px}.lifestyle-image-wrapper{height:350px}}.mission-container{text-align:center;background-color:#0000;justify-content:center;align-items:center;padding:8rem 2rem;display:flex}.mission-content{max-width:800px}.mission-text{color:#382c26;letter-spacing:1px;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2rem;font-weight:400;line-height:1.5}.mission-author{color:#665b55;text-transform:uppercase;letter-spacing:2px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}@media (width<=768px){.mission-container{padding:5rem 1rem}.mission-text{font-size:1.6rem}}.promo-cards-container{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:1rem;max-width:100%;padding:0 1rem 2rem;display:grid}.promo-card{aspect-ratio:4/3;background-position:50%;background-size:cover;border-radius:6px;flex-direction:column;justify-content:flex-end;height:100%;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.card-1{background-color:#d8cec4}.card-2{background-color:#c9c1b7}.promo-card:hover{transform:translateY(-4px)}.promo-card-overlay{box-sizing:border-box;background:linear-gradient(#0000 0%,#00000080 100%);width:100%;padding:2.5rem 2rem 1.5rem}.promo-card-text{transform-origin:0 100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.promo-card:hover .promo-card-text{transform:scale(1.08)}.promo-eyebrow{color:#fff;letter-spacing:2px;text-transform:uppercase;margin:0 0 .5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:700}.promo-title{color:#fff;margin:0 0 .8rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.2}.promo-link{color:#fff;letter-spacing:1.5px;text-transform:uppercase;align-items:center;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:700;display:flex}.promo-link .arrow{margin-left:.5rem;font-size:1.2rem;line-height:1;transition:transform .3s}.promo-card:hover .promo-link .arrow{transform:translate(4px)}.scroll-wrapper{display:block}.scroll-wrapper.hidden-start{opacity:0;visibility:hidden}.scroll-wrapper.animate-in{visibility:visible;animation:.8s cubic-bezier(.16,1,.3,1) forwards slideFadeUp}.scroll-wrapper.delay-1{animation-delay:.15s}@keyframes slideFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.promo-cards-container{grid-template-columns:1fr;padding:0 .5rem 2rem}.promo-card{aspect-ratio:1}.promo-card-overlay{text-align:center;align-items:center;padding:1.5rem 1rem 1rem}.promo-link{justify-content:center}}.product-carousel-section{box-sizing:border-box;color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem 2rem 3rem;transition:background-color .8s;display:flex;overflow:hidden}.carousel-header{text-align:center;letter-spacing:.5px;margin-top:0;margin-bottom:.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6rem;font-weight:500}.carousel-container{justify-content:space-between;align-items:center;width:100%;max-width:1100px;height:380px;margin-bottom:1rem;display:flex;position:relative}.carousel-arrow{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;padding:1rem;font-size:1.8rem;transition:opacity .5s}.carousel-arrow:hover{opacity:.6}.carousel-track{flex:1;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.carousel-slide{cursor:pointer;width:180px;height:280px;transition:all .7s cubic-bezier(.25,1,1,1);position:absolute}.image-placeholder{background-color:#0000;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;transform:scale(1)}.carousel-slide.active{z-index:5;opacity:1;transform:translate(0)scale(1.3)}.carousel-slide.prev{z-index:4;opacity:1;transform:translate(-280px)scale(.85)}.carousel-slide.next{z-index:4;opacity:1;transform:translate(280px)scale(.85)}.carousel-slide.hidden{opacity:0;z-index:1;pointer-events:none;transform:translate(0)scale(.5)}.carousel-footer{text-align:center;width:100%;max-width:500px}.product-title{margin:0 0 .5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.2rem;font-weight:700}.product-description{opacity:.9;margin:0 0 .5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-style:italic}.product-subtext{opacity:.9;margin:0 0 2.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem}.add-to-bag-container{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.add-to-bag-btn{color:#fff;letter-spacing:2px;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:4px;justify-content:center;align-items:center;gap:.8rem;width:auto;min-width:280px;padding:1rem 1.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.add-to-bag-btn:hover{color:#111;background:#fff}.learn-more-link{color:#fff;letter-spacing:1.5px;text-transform:uppercase;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:700;text-decoration:none;transition:opacity .3s}.learn-more-link:hover{opacity:.6}@media (width<=768px){.carousel-slide{width:130px;height:200px}.carousel-slide.active{transform:translate(0)scale(1.2)}.carousel-slide.prev{transform:translate(-140px)scale(.8)}.carousel-slide.next{transform:translate(140px)scale(.8)}.carousel-container{height:280px;margin-bottom:.5rem}}html{scroll-snap-type:y proximity;scroll-behavior:smooth}body{background-color:#fff;max-width:100vw;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}.app-container{background-color:#fff;flex-direction:column;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.hero-wrapper{flex-direction:column;width:100%;margin:0;display:flex}@media (width<=768px){.hero-wrapper{border-radius:6px;min-height:60vh;margin:.5rem .5rem 1rem}}.carousel-snap-section{scroll-snap-align:start}.product-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.product-page-content{color:#382c26;box-sizing:border-box;flex-direction:column;flex:1;align-items:center;padding:4rem 2rem 8rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}.page-header{text-align:center;margin-bottom:5rem}.page-title{letter-spacing:1px;text-transform:uppercase;margin:0 0 1rem;font-size:2.5rem;font-weight:500}.page-subtitle{opacity:.8;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.5}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:1300px;display:grid}.product-card{cursor:pointer;flex-direction:column;display:flex}.product-image-container{aspect-ratio:4/5;background-color:#0000;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden}.product-image-container.landscape-container{aspect-ratio:4/3}.grid-product-image{object-fit:contain;mix-blend-mode:multiply;opacity:1;width:100%;height:100%;transition:opacity .4s,transform .6s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0;transform:scale(1.4)}.grid-product-image-hover{object-fit:contain;mix-blend-mode:multiply;opacity:0;width:100%;height:100%;transition:opacity .4s,transform .6s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0;transform:scale(1.1)}.product-card:hover .grid-product-image{opacity:0;transform:scale(1.45)}.product-card:hover .grid-product-image-hover{opacity:1;transform:scale(1.15)}.grid-product-image.bundle-image,.grid-product-image-hover.bundle-image{transform:scale(1)}.product-card:hover .grid-product-image.bundle-image,.product-card:hover .grid-product-image-hover.bundle-image{transform:scale(1.05)}.product-card-details{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.product-card-benefit{letter-spacing:2px;color:#c7a48d;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-card-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.product-card-desc{opacity:.8;margin:0 0 1rem;font-size:.85rem;font-style:italic;font-weight:300}.product-card-price{margin:0 0 1.5rem;font-size:1rem;font-weight:400}.product-card-btn{color:#111;letter-spacing:2.5px;cursor:pointer;text-transform:uppercase;background-color:#0000;border:1px solid #111;border-radius:8px;width:100%;margin-top:auto;padding:1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:all .4s;position:relative;overflow:hidden}.product-card-btn:hover{color:#fff;background-color:#111}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}}@media (width<=600px){.product-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}.page-title{font-size:2rem}.product-card-title{font-size:.9rem}.product-card-desc{font-size:.75rem}.product-card-price{margin:0 0 1rem;font-size:.9rem}.product-card-btn{letter-spacing:.5px;padding:.8rem .5rem;font-size:.75rem}}.pdp-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.pdp-header-wrapper{z-index:100;background-color:#fff;border-bottom:1px solid #eaeaea;width:100%;position:relative}.pdp-container .nav-link,.pdp-container .logo-sohl,.pdp-container .logo-skin{color:#111}.pdp-container .hamburger-line{background-color:#111}.pdp-content-wrapper{flex:1;width:100%;display:flex}.pdp-left-column{box-sizing:border-box;background-color:#f3e8dd;justify-content:flex-start;align-items:center;width:50%;height:100vh;padding-left:0;padding-right:3rem;display:flex;position:sticky;top:0}.pdp-sticky-image-container{box-sizing:border-box;flex:1;justify-content:center;align-items:center;height:100%;padding:4rem 1rem 4rem 4rem;display:flex;position:relative}.pdp-main-image{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:80vh;transition:opacity .3s;transform:scale(1.4)}.pdp-right-column{box-sizing:border-box;color:#111;justify-content:center;width:50%;padding:4rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;overflow-y:auto}.pdp-details-section{width:100%;max-width:500px}.pdp-title{letter-spacing:-.5px;margin:0 0 .5rem;font-size:2.2rem;font-weight:500}.pdp-rating-row{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.pdp-stars{color:#111;font-size:1.1rem}.pdp-reviews{cursor:pointer;font-size:.85rem;text-decoration:underline}.pdp-badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.pdp-badge{background-color:#f1f1f1;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;font-weight:500}.pdp-description{margin-bottom:0;font-size:.95rem;line-height:1.6}.pdp-right-column strong,.pdp-right-column b{color:#382c26!important;font-family:Inter,sans-serif!important;font-weight:700!important}.pdp-description h2,.pdp-description h3,.pdp-description p>strong:first-child,.pdp-section-title{display:block;color:#382c26!important;margin:1.5rem 0 .5rem!important;font-family:Inter,sans-serif!important;font-size:1rem!important;font-weight:600!important}.pdp-description>:first-child,.pdp-description>:first-child>strong:first-child{margin-top:0!important}.pdp-description p,.pdp-section-text{color:#111;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.pdp-how-to-use,.pdp-ingredients-section{margin-bottom:1.5rem}.pdp-side-thumbnails{flex-direction:column;flex-shrink:0;gap:1.5rem;width:100px;display:flex}.pdp-thumbnail-btn{aspect-ratio:1;cursor:pointer;background-color:#fff6;border:1px solid #0000;border-radius:4px;width:100%;padding:0;transition:border-color .2s;overflow:hidden}.pdp-thumbnail-btn.active{border-color:#111}.pdp-thumbnail-img{object-fit:cover;mix-blend-mode:multiply;width:100%;height:100%}.pdp-simple-purchase-box{border-top:1px solid #eaeaea;margin-top:1rem;padding-top:1.5rem}.pdp-final-price{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.pdp-add-to-bag-btn-simple{color:#fff;letter-spacing:1.5px;cursor:pointer;background-color:#382c26;border:none;border-radius:4px;width:100%;padding:1.2rem;font-size:.95rem;font-weight:700;transition:background-color .3s}.pdp-add-to-bag-btn-simple:hover{background-color:#52423a}@media (width<=900px){.pdp-content-wrapper{flex-direction:column}.pdp-left-column{flex-direction:column;width:100%;height:auto;min-height:60vh;padding-left:0;padding-right:0;position:relative}.pdp-side-thumbnails{flex-direction:row;justify-content:center;width:100%;padding:1rem;overflow-x:auto}.pdp-thumbnail-btn{flex-shrink:0;width:60px;height:60px}.pdp-sticky-image-container{padding:2rem}.pdp-right-column{width:100%;padding:3rem 1.5rem}}.pdp-back-btn{cursor:pointer;z-index:10;background:0 0;border:none;font-size:.9rem;text-decoration:underline;position:absolute;top:1.5rem;left:1.5rem}.pdp-mobile-nav-btn{cursor:pointer;z-index:10;background:#ffffffb3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:none;position:absolute;top:50%;transform:translateY(-50%)}.pdp-mobile-nav-btn.prev{left:10px}.pdp-mobile-nav-btn.next{right:10px}@media (width<=768px){.pdp-mobile-nav-btn{display:flex}}.about-page-container{background-color:#0000;flex-direction:column;min-height:100vh;display:flex}.about-page-wrapper{flex-direction:column;width:100%;display:flex}.about-top-section{flex-direction:row-reverse;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.about-text-side{text-align:left;color:#111;flex:1;font-family:Inter,sans-serif}.about-image-side{flex:1;justify-content:center;display:flex}.about-carousel-container{aspect-ratio:4/5;background-color:#0000;border-radius:8px;width:100%;position:relative;overflow:hidden}.about-carousel-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.5s ease-in-out;position:absolute;top:0;left:0}.about-carousel-image.active{opacity:1}.about-hero-banner-container{box-sizing:border-box;justify-content:center;width:100%;margin:1rem 0;padding:0 4rem;display:flex}.about-hero-placeholder{background-color:#0000;border-radius:24px;justify-content:center;align-items:center;width:100%;max-width:1400px;height:80vh;display:flex}.about-bottom-section{justify-content:center;padding:2rem;display:flex}.about-founder-content{align-items:center;gap:6rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.about-text-container{text-align:center;color:#111;width:100%;max-width:900px;font-family:Inter,sans-serif}.about-text-container.about-founder-story{text-align:left;flex:1}.about-founder-image-container{flex:1;justify-content:center;display:flex}.about-founder-image{object-fit:cover;border-radius:8px;width:100%;max-width:450px}.about-signature-container{justify-content:flex-start;margin-top:4rem;display:flex}.about-signature{opacity:.9;mix-blend-mode:multiply;width:100%;max-width:250px;height:auto}.about-title{letter-spacing:1px;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3.5rem;font-weight:400;line-height:1.1}.about-subtitle{letter-spacing:1px;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.5rem;font-weight:400}.about-paragraph{color:#111;text-align:justify;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-paragraph strong{font-weight:600}@media (width<=900px){.about-top-section,.about-founder-content{text-align:center;flex-direction:column;gap:3rem;padding:2rem 1.5rem}.about-text-side,.about-text-container.about-founder-story{text-align:center;width:100%}.about-image-side{width:100%}.about-signature-container{justify-content:center}.about-hero-banner-container{padding:0 1.5rem}.about-hero-placeholder{height:45vh}.about-bottom-section{padding:2rem 1.5rem}.about-title{font-size:2.5rem}}.privacy-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.privacy-content{flex:1;justify-content:center;padding:6rem 2rem;display:flex}.privacy-text-container{color:#111;width:100%;max-width:800px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.privacy-title{letter-spacing:1px;margin-bottom:.5rem;font-size:3rem;font-weight:400}.privacy-date{color:#666;margin-bottom:3rem;font-size:1rem;font-style:italic}.privacy-section{margin-bottom:2.5rem}.privacy-section h2{color:#222;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.privacy-section p{color:#444;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.privacy-section ul{margin-bottom:1rem;padding-left:1.5rem}.privacy-section li{color:#444;margin-bottom:.5rem;font-size:1.05rem;line-height:1.8}.privacy-section a{color:#111;text-decoration:underline;transition:opacity .2s}.privacy-section a:hover{opacity:.7}@media (width<=768px){.privacy-content{padding:4rem 1.5rem}.privacy-title{font-size:2.5rem}}.terms-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.terms-header-wrapper{z-index:100;width:100%;position:relative}.terms-content-wrapper{flex:1;justify-content:center;padding:4rem 2rem 8rem;display:flex}.terms-content{color:#333;width:100%;max-width:800px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.terms-content h1{color:#111;text-align:center;margin-bottom:3rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3rem;font-weight:400}.terms-content h2{color:#111;letter-spacing:.5px;margin-top:2.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.terms-content p{margin-bottom:1.2rem;font-size:1rem}.terms-content a{color:#111;text-decoration:underline}.terms-content a:hover{opacity:.7}@media (width<=768px){.terms-content h1{font-size:2.2rem}}.contact-page-container{background-color:#0000;flex-direction:column;min-height:100vh;display:flex}.contact-header-wrapper{z-index:100;width:100%;position:relative}.contact-content-wrapper{color:#382c26;text-align:center;flex-direction:column;flex:1;align-items:center;padding:8rem 2rem 10rem;font-family:Inter,sans-serif;display:flex}.contact-title{letter-spacing:1px;margin-bottom:1rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3.5rem;font-weight:400}.contact-subtitle{color:#665b55;max-width:600px;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.contact-layout{text-align:left;gap:4rem;width:100%;max-width:1200px;display:flex}.contact-form-section,.contact-info-section{flex:1}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:1px;color:#665b55;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#382c26;background-color:#0000;border:1px solid #d6c8b8;border-radius:4px;padding:1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .6s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#382c26;outline:none}.contact-submit-btn{width:100%;margin-top:1rem}.contact-details-box{box-sizing:border-box;background-color:#f3e8dd;border-radius:8px;flex-direction:column;gap:3rem;height:100%;padding:4rem 3rem;display:flex}.contact-detail-item{flex-direction:column;gap:.5rem;display:flex}.contact-detail-label{text-transform:uppercase;letter-spacing:2px;color:#888;font-size:.85rem;font-weight:600}.contact-detail-link{color:#382c26;font-size:1.4rem;font-weight:500;text-decoration:none;transition:opacity .3s}.contact-detail-link:hover{opacity:.6}@media (width<=900px){.contact-layout{flex-direction:column;gap:3rem}}@media (width<=768px){.contact-content-wrapper{padding:5rem 1rem}.contact-title{font-size:2.5rem}.contact-details-box{padding:3rem 2rem}.contact-detail-link{font-size:1.2rem}}.account-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.account-header-wrapper{z-index:100;border-bottom:1px solid #eaeaea;width:100%;position:relative}.account-content-wrapper{background-color:#fff;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.account-box{background-color:#f3e8dd;border-radius:8px;width:100%;max-width:450px;padding:3rem;box-shadow:0 4px 20px #00000008}.account-title{color:#111;text-align:center;letter-spacing:1px;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.account-form{flex-direction:column;gap:1.2rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:1px;color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:500}.form-group input{background-color:#fff;border:1px solid #ddd;border-radius:4px;outline:none;padding:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#111;outline:none}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:60px}.password-toggle-btn{color:#555;cursor:pointer;background:0 0;border:none;padding:5px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;position:absolute;right:10px}.password-toggle-btn:hover{color:#111;text-decoration:underline}.forgot-password{color:#555;text-align:right;margin-top:-.5rem;font-size:.85rem;text-decoration:underline}.account-submit-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#111;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;transition:background-color .3s}.account-submit-btn:hover{background-color:#333}.account-submit-btn:disabled{cursor:not-allowed;background-color:#888}.account-toggle{text-align:center;color:#555;margin-top:2rem;font-size:.95rem}.toggle-btn{color:#111;cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem;text-decoration:underline}.account-message{text-align:center;border-radius:4px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.account-message.error{color:#c62828;background-color:#ffebee;border:1px solid #ffcdd2}.account-message.success{color:#2e7d32;background-color:#e8f5e9;border:1px solid #c8e6c9}.account-dashboard-wrapper{background-color:#0000;width:100%;max-width:900px}.dashboard-header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-header h2{color:#111;margin:0;font-family:Trajan Pro,Times New Roman,serif;font-size:2rem;font-weight:400}.logout-btn{margin-top:0;padding:.8rem 1.5rem;font-size:.8rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.dashboard-card{background-color:#f3e8dd;border-radius:8px;padding:2rem;box-shadow:0 4px 15px #00000005}.dashboard-card h3{text-transform:uppercase;letter-spacing:1px;color:#111;margin-bottom:1.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:600}.info-row{flex-direction:column;margin-bottom:1rem;display:flex}.info-label{text-transform:uppercase;color:#666;letter-spacing:1px;margin-bottom:.3rem;font-size:.75rem}.info-value{color:#111;font-size:1rem;font-weight:500}.password-mask{background-color:#ffffff80;border-radius:4px;width:fit-content;padding:.2rem .5rem;font-family:monospace;display:inline-block}.stat-big{flex-direction:column;justify-content:center;align-items:center;display:flex}.password-display-wrapper{align-items:center;gap:.5rem;display:flex}.password-toggle-btn.small{color:#888;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex}.password-toggle-btn.small:hover{color:#382c26}.full-width{grid-column:1/-1;margin:0}.settings-card{grid-column:1/-1}.update-form{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.update-form .form-group{margin-bottom:0}.update-form .form-group textarea{resize:vertical;background-color:#fcfbf9;border:1px solid #ddd;border-radius:4px;width:100%;min-height:80px;padding:.8rem;font-family:Inter,sans-serif;font-size:.95rem}.update-form .form-group textarea:focus{background-color:#fff;border-color:#382c26;outline:none}.stat-number{color:#111;font-family:Trajan Pro,Times New Roman,serif;font-size:4rem;line-height:1}.stat-label{text-transform:uppercase;letter-spacing:1px;color:#555;margin-top:.5rem;font-size:.85rem}.suggestion-text{color:#555;margin-bottom:1rem;font-size:.9rem}.suggestion-product{background-color:#fff;border-radius:4px;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:1rem;display:flex}.suggestion-icon{font-size:1.2rem}.suggestion-name{color:#111;font-weight:500}.buy-again-btn{color:#111;background-color:#0000;border:1px solid #111;width:100%;margin-top:0}.buy-again-btn:hover{color:#fff;background-color:#111}@media (width<=768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}}.product-highlight-card{color:#fff;background-color:#1a1a1a;border-radius:1rem;width:100%;max-width:350px;height:350px;transition:box-shadow .3s;position:relative;box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0003}.product-highlight-card:hover{box-shadow:0 25px 50px -12px #00000080}.card-inner-layer{background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:.75rem;position:absolute;inset:1rem;box-shadow:inset 0 2px 4px #0003}.card-texture-layer{background-image:linear-gradient(90deg,#ffffff12 1px,#0000 1px),linear-gradient(#ffffff12 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(50% 50%,#000 70%,#0000 100%);mask-image:radial-gradient(50% 50%,#000 70%,#0000 100%)}.card-glow-layer{pointer-events:none;border-radius:.75rem;position:absolute;inset:-1px}.card-content-wrapper{z-index:10;box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;display:flex;position:relative}.card-category-row{align-items:center;gap:.5rem;display:flex}.card-category-text{letter-spacing:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:500}.card-title{letter-spacing:-.025em;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:2.5rem}.card-description{color:#a1a1aa;max-width:65%;margin-top:.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;line-height:1.2rem}.card-product-image{object-fit:contain;filter:drop-shadow(0 10px 15px #00000080);width:14rem;height:14rem;position:absolute;bottom:-3rem;right:-3rem}.comparison-container{text-align:center;width:100%;max-width:1000px;margin:6rem auto;padding:0 1rem}.comparison-title{color:#382c26;letter-spacing:1px;margin-bottom:.5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.comparison-subtitle{color:#665b55;margin-bottom:3rem;font-family:Inter,sans-serif;font-size:1rem}.concerns-filter{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;flex-wrap:nowrap;justify-content:center;gap:1rem;margin-bottom:3rem;padding:10px 15px;display:flex;overflow-x:auto}.concerns-filter::-webkit-scrollbar{display:none}.concern-btn{cursor:pointer;text-transform:uppercase;letter-spacing:1px;scroll-snap-align:center;background-color:#0000;border:1px solid;border-radius:30px;flex:none;padding:.7rem 1.2rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:all .5s}.concern-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000000d}.comparison-result{text-align:left;background-color:#fff;border:2px solid;border-radius:12px;flex:1;justify-content:center;align-items:center;max-width:800px;margin:0 auto;transition:border-color .4s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.result-image-wrapper{flex:1;max-width:350px}.result-image{object-fit:cover;width:100%;height:100%;display:block}.result-details{flex:1;padding:3rem}.result-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.result-title{color:#382c26;margin-bottom:1.5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:1.8rem;font-weight:400;line-height:1.2}.result-text{color:#555;margin-bottom:.8rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.result-text strong{color:#382c26;font-weight:600}.result-link{text-transform:uppercase;letter-spacing:1px;margin-top:1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .5s;display:inline-block}.result-link:hover{opacity:.6}.fade-in-fast{animation:.5s forwards fadeInFast}@keyframes fadeInFast{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.comparison-result{flex-direction:column;margin:0}.result-image-wrapper{width:100%;max-width:100%;height:300px}.result-details{padding:2rem}.comparison-title{font-size:1.8rem}.concern-btn{padding:.6rem 1.2rem;font-size:.8rem}.concerns-filter{justify-content:flex-start;padding:10px 1.5rem}}.find-us-page-container{background-color:#f9f6f0;flex-direction:column;min-height:100vh;display:flex}.find-us-header-wrapper{z-index:100;position:relative}.find-us-content-wrapper{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:8rem 2rem}.find-us-title{color:#382c26;text-align:center;margin-bottom:1rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3.5rem;font-weight:400}.find-us-subtitle{color:#555;text-align:center;margin-bottom:4rem;font-family:Inter,sans-serif;font-size:1.1rem}.find-us-layout{background-color:#fff;border-radius:12px;gap:4rem;min-height:500px;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.find-us-list-section{background-color:#fff;flex:1;padding:3rem}.retailer-card{border-bottom:1px solid #eaeaea;padding-bottom:2rem}.retailer-name{color:#382c26;margin:0 0 .5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:1.8rem}.retailer-location{color:#382c26;margin:0 0 1rem;font-family:Inter,sans-serif;font-weight:600}.retailer-address{color:#555;margin:0 0 1.5rem;font-family:Inter,sans-serif;line-height:1.6}.get-directions-btn{letter-spacing:1.5px;text-transform:uppercase;color:#382c26;border-bottom:1px solid #382c26;padding-bottom:2px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .5s;display:inline-block}.get-directions-btn:hover{opacity:.6}.find-us-map-section{background-color:#eaeaea;flex:1.5;min-height:400px}.google-map-iframe{filter:grayscale(20%)contrast(1.1);width:100%;height:100%}@media (width<=900px){.find-us-layout{flex-direction:column;gap:0}.find-us-list-section{padding:2rem}.find-us-map-section{min-height:400px}}.cart-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.cart-header-wrapper{z-index:100;border-bottom:1px solid #eaeaea;width:100%;position:relative}.cart-content-wrapper{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:4rem 5%}.cart-title{color:#111;text-align:center;margin-bottom:3rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.5rem;font-weight:400}.empty-cart-message{text-align:center;padding:4rem 0}.empty-cart-message p{color:#555;margin-bottom:2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem}.continue-shopping-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;background-color:#111;padding:1rem 2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;text-decoration:none;transition:background-color .3s;display:inline-block}.continue-shopping-btn:hover{background-color:#333}.cart-layout{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.cart-item{border-bottom:1px solid #eaeaea;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.cart-item-image-container{background-color:#f3e8dd;justify-content:center;align-items:center;width:120px;height:150px;display:flex}.cart-item-image{object-fit:contain;max-width:100%;max-height:100%}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.cart-item-header h3{color:#111;margin:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:500}.remove-item-btn{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;transition:color .3s}.remove-item-btn:hover{color:#111}.cart-item-price{color:#555;margin-bottom:auto;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-item-actions{align-items:center;margin-top:1.5rem;display:flex}.quantity-selector{border:1px solid #ddd;align-items:center;width:fit-content;display:flex}.quantity-selector button{cursor:pointer;color:#555;background:0 0;border:none;padding:.5rem 1rem;font-size:1.2rem;transition:background-color .3s}.quantity-selector button:hover{background-color:#f9f9f9}.quantity-selector span{text-align:center;min-width:20px;padding:0 1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.cart-summary-card{background-color:#f9f9f9;border-radius:4px;padding:2rem}.cart-summary-card h3{color:#111;margin-top:0;margin-bottom:1.5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:1.5rem;font-weight:400}.summary-row{color:#555;justify-content:space-between;margin-bottom:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;display:flex}.summary-divider{background-color:#ddd;height:1px;margin:1.5rem 0}.summary-row.total{color:#111;margin-bottom:2rem;font-size:1.1rem;font-weight:600}.checkout-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#111;border:none;width:100%;padding:1.2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;transition:background-color .3s}.checkout-btn:hover{background-color:#333}@media (width<=768px){.cart-layout{grid-template-columns:1fr;gap:2rem}}.checkout-page-container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.checkout-header-wrapper{z-index:100;border-bottom:1px solid #eaeaea;width:100%;position:relative}.checkout-content-wrapper{flex:1;width:100%;max-width:1200px;margin:0 auto}.checkout-layout{min-height:calc(100vh - 100px);display:flex}.checkout-form-section{border-right:1px solid #eaeaea;flex:1.5;padding:4rem 5% 4rem 2rem}.checkout-summary-section{background-color:#fafafa;flex:1;padding:4rem 2rem 4rem 5%}.summary-sticky{position:sticky;top:2rem}.checkout-title{color:#111;margin-top:0;margin-bottom:2.5rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;font-weight:400}.form-section{margin-bottom:2.5rem}.form-section h2{color:#111;margin-bottom:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:500}.form-group{margin-bottom:1rem}.form-row{gap:1rem;display:flex}.form-group.half{flex:1}.form-group input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;outline:none;width:100%;padding:1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;transition:border-color .3s}.form-group input:focus{border-color:#111}.place-order-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#111;border:none;width:100%;margin-top:1rem;padding:1.2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;transition:background-color .3s}.place-order-btn:hover{background-color:#333}.summary-sticky h2{margin-top:0;margin-bottom:2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:1.5rem;font-weight:400}.checkout-item{align-items:center;margin-bottom:1.5rem;display:flex}.checkout-item-image-wrapper{background-color:#f3e8dd;border:1px solid #0000000d;border-radius:8px;justify-content:center;align-items:center;width:65px;height:65px;display:flex;position:relative}.checkout-item-image-wrapper img{object-fit:contain;max-width:80%;max-height:80%}.checkout-item-badge{color:#fff;background-color:#727272e6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-family:sans-serif;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.checkout-item-info{flex:1;padding:0 1rem}.checkout-item-name{color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:500}.checkout-item-price{color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem}.checkout-totals{margin-top:2rem}.checkout-total-row{color:#555;justify-content:space-between;margin-bottom:.8rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem;display:flex}.checkout-total-divider{background-color:#ddd;height:1px;margin:1.5rem 0}.checkout-total-row.final{color:#111;font-size:1.2rem;font-weight:600}.checkout-success{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.checkout-success h1{color:#111;margin-bottom:1rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3rem;font-weight:400}.checkout-success p{color:#555;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem}.order-number{margin-top:1rem;margin-bottom:3rem;font-weight:700;color:#111!important}.back-home-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;background-color:#111;padding:1rem 2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;text-decoration:none;transition:background-color .3s}.back-home-btn:hover{background-color:#333}@media (width<=768px){.checkout-layout{flex-direction:column-reverse}.checkout-form-section{border-right:none;padding:2rem 5%}.checkout-summary-section{border-bottom:1px solid #eaeaea;padding:2rem 5%}}.faq-section{background-color:#fff;flex-direction:column;align-items:center;padding:6rem 2rem;display:flex}.faq-title{color:#111;text-align:center;letter-spacing:1px;margin-bottom:4rem;font-family:Trajan Pro,Times New Roman,serif;font-size:3rem;font-weight:400}.faq-container{flex-direction:column;width:100%;max-width:800px;display:flex}.faq-item{border-bottom:1px solid #eaeaea}.faq-item:first-child{border-top:1px solid #eaeaea}.faq-question-btn{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:2rem 0;transition:opacity .3s;display:flex}.faq-question-btn:hover{opacity:.7}.faq-question-text{color:#382c26;letter-spacing:.5px;padding-right:2rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:400}.faq-icon{color:#382c26;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:300;line-height:1;transition:transform .3s}.faq-icon.open{transform:rotate(45deg)}.faq-answer-wrapper{overflow:hidden}.faq-answer-content{padding-bottom:2rem}.faq-answer-paragraph{color:#665b55;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.faq-answer-paragraph:last-child{margin-bottom:0}@media (width<=768px){.faq-section{padding:4rem 1.5rem}.faq-title{margin-bottom:3rem;font-size:2.2rem}.faq-question-btn{padding:1.5rem 0}.faq-question-text{font-size:1rem}}.footer-container{color:#333;background-color:#0000;padding:4rem 5%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.footer-top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.footer-logo-section{flex-direction:column;align-items:center;display:flex}.footer-logo-section .logo-sohl{letter-spacing:2px;font-family:Trajan Pro,Times New Roman,serif;font-size:2.2rem;line-height:1}.footer-logo-section .logo-skin{letter-spacing:6px;margin-left:6px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:300}.footer-socials{gap:1rem;display:flex}.social-icon{color:#111;background-color:#f1f1f1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:background-color .2s;display:flex}.social-icon:hover{background-color:#e1e1e1}.social-icon svg{width:20px;height:20px}.footer-divider{background-color:#eaeaea;width:100%;height:1px;margin-bottom:2rem}.footer-bottom{justify-content:space-between;align-items:flex-start;display:flex}.footer-copyright p{color:#666;margin:0 0 .5rem;font-size:.95rem}.footer-links{text-align:left;grid-template-columns:repeat(4,auto);gap:1.2rem;display:grid}.spacer{display:block}.footer-links a{color:#333;font-size:1rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#111}@media (width<=768px){.footer-container{padding:3rem 5% 2rem}.footer-top{flex-direction:column;align-items:flex-start;gap:2rem}.footer-bottom{flex-direction:column-reverse;gap:3rem}.footer-links{grid-template-columns:repeat(2,auto);justify-content:start;gap:1.5rem;width:100%}.spacer{display:none}}.global-toast{color:#fff;z-index:9999;background-color:#111;border-radius:50px;padding:12px 24px;animation:.3s ease-out slideDown;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0003}.toast-content{align-items:center;gap:10px;display:flex}.toast-icon{color:#fff;background-color:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.toast-text{letter-spacing:.5px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}.notfound-page-container{background-color:#f5e1cd;flex-direction:column;width:100%;min-height:100vh;display:flex}.notfound-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:5rem;padding:4rem 2rem;display:flex}.notfound-title{color:#111;letter-spacing:-2px;margin:0;font-family:Trajan Pro,Times New Roman,serif;font-size:8rem;font-weight:400;line-height:1}.notfound-subtitle{color:#111;margin:1rem 0 2rem;font-family:Trajan Pro,Times New Roman,serif;font-size:2.5rem;font-weight:400}.notfound-desc{color:#555;max-width:500px;margin-bottom:3rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;line-height:1.6}.notfound-btn{color:#fff;letter-spacing:1.5px;text-transform:uppercase;background-color:#111;padding:1.2rem 3rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-block}.notfound-btn:hover{opacity:.8}@media (width<=768px){.notfound-title{font-size:5rem}.notfound-subtitle{font-size:1.8rem}.notfound-desc{font-size:1rem}}
