*,*:before,*:after{box-sizing:border-box}body{background:#fbfbfb;font-family:DM Sans,sans-serif;font-weight:400;font-style:normal;margin:0;padding:0}.navigation-layout{padding:1rem 1.5rem;border-bottom:1px solid #EAEAEA;background:#fff;position:sticky;top:0;z-index:100}.navigation-layout--transparent{background:transparent;border-bottom:1px solid rgba(255,255,255,.1);position:absolute;width:100%}.navigation-layout--transparent .navigation__title-bold,.navigation-layout--transparent .menu-btn,.navigation-layout--transparent .search-btn{color:#fff}@media(min-width:768px){.navigation-layout{padding:1.5rem 2rem}}.navigation{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}#mobile-menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}#mobile-menu-backdrop.is-open{opacity:1;pointer-events:auto}#mobile-menu-drawer{position:fixed;top:0;left:0;width:82%;max-width:450px;height:100vh;background:#fff;z-index:9999;transform:translate(-100%);transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:4px 0 20px #0000001a;touch-action:pan-x!important}#mobile-menu-drawer.is-open{transform:translate(0)}.mobile-menu__header{padding:calc(env(safe-area-inset-top,20px) + 20px) 20px 10px;display:flex;position:relative;flex-shrink:0}.mobile-menu__controls{display:flex;gap:12px}.mobile-menu__icon-btn{width:44px;height:44px;border-radius:50%;background:#e8e8e8;border:none;display:flex;align-items:center;justify-content:center;color:#111;cursor:pointer;opacity:.9}.mobile-menu__scrollable{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 20px 30px;display:flex;flex-direction:column}.mobile-menu__links{display:flex;flex-direction:column;margin-bottom:24px}.mobile-menu__links a.menu-link-item{height:52px;display:flex;align-items:center;text-decoration:none;color:#111;font-family:Inter,sans-serif;font-size:15px;font-weight:400;border-bottom:1px solid #F0F0F0}.mobile-menu__actions-row{display:flex;gap:12px;margin-bottom:40px}.mobile-menu__btn{flex:1;height:44px;background:#111;color:#fff;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:transform .15s ease}.mobile-menu__btn:active{transform:scale(.98)}.mobile-menu__footer{margin-top:auto;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,20px)}.mobile-menu__currency-divider{height:1px;background:#f0f0f0;margin-bottom:20px}.mobile-menu__currency{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#111;display:flex;align-items:center;gap:8px}body.drawer-open{overflow:hidden!important;touch-action:none!important}body.drawer-open .navigation-layout{z-index:1}.navigation__menu{display:none}@media(min-width:768px){.navigation__menu{display:flex;gap:2rem}}.navigation__menu a,.navigation__actions a{text-decoration:none;color:#111;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:opacity .2s}.navigation__menu a:hover,.navigation__actions a:hover{opacity:.6}.navigation__title{display:flex;align-items:center}.navigation__title-bold{font-family:Montserrat,sans-serif;font-weight:300;font-size:1.4rem;letter-spacing:.25em;color:#111;text-transform:uppercase}.navigation__left{display:flex;align-items:center;gap:1.5rem}.navigation__actions{display:flex;gap:1.5rem;align-items:center}.navigation__actions a{display:flex;align-items:center;justify-content:center}.navigation__actions svg{transition:transform .2s}.navigation__actions a:hover svg{transform:scale(1.1)}.navigation__view-cart{position:relative;display:flex;align-items:center}.navigation__view-cart__quantity{color:#fff;font-size:10px;background-color:#111;position:absolute;top:-6px;right:-8px;padding:2px 6px;border-radius:1000px;display:block;z-index:2;font-family:Inter,sans-serif;font-weight:600}.navigation__view-cart__quantity:empty{display:none}.scrolling-banner{background-color:#111;color:#fff;padding:10px 0;overflow:hidden;white-space:nowrap}.scrolling-banner__content{display:inline-block;animation:scroll-left 20s linear infinite;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-layout{position:relative;overflow:hidden;padding:3rem 1.5rem 6rem;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:15% center;z-index:0}.hero-video::-webkit-media-controls,.hero-video::-webkit-media-controls-enclosure,.hero-video::-webkit-media-controls-panel,.hero-video::-webkit-media-controls-play-button,.hero-video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important}.hero-video{pointer-events:none}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#0009);z-index:1}@media(min-width:768px){.hero-layout{height:70vh;padding:4rem 5rem 6rem;justify-content:center;align-items:flex-end;text-align:right}.hero-video-overlay{background:linear-gradient(to left,#000000b3,#0000001a 60%)}}.hero{max-width:700px;position:relative;z-index:2}.hero h1{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:400;margin:0;letter-spacing:.05em;color:#fff}@media(min-width:768px){.hero h1{font-size:4.5rem}}.hero h2{font-family:Inter,sans-serif;font-size:.75rem;font-weight:300;text-transform:uppercase;letter-spacing:.35em;margin:1rem 0 0;color:#e0e0e0;line-height:1.6}@media(min-width:768px){.hero h2{font-size:.85rem;margin:1.5rem 0 0}}.hero-actions{margin-top:2rem;display:flex;justify-content:center}@media(min-width:768px){.hero-actions{justify-content:flex-end}}.hero-btn-modern{display:inline-block;padding:1.1rem 2.5rem;background-color:#fff;color:#111;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1)}.hero-btn-modern:hover{background-color:#111;color:#fff;transform:translateY(-2px)}.fade-in-up{opacity:0;transform:translateY(20px);animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.collection-layout{margin:0 auto;padding:2rem;max-width:1400px}.horizontal-collection-section{position:relative;z-index:10;max-width:1400px;margin:-5rem auto 0;padding:2rem;background:#fff}.horizontal-collection-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1.5rem}.horizontal-collection-section__title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:500;margin:0;color:#111}.horizontal-collection-section__see-all{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#666;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:color .3s ease}.horizontal-collection-section__see-all:hover{color:#111}.see-all-text{border-bottom:1px solid #111111;padding-bottom:.1rem;transition:border-color .2s}.horizontal-collection-section__see-all:hover .see-all-text{border-bottom-color:#666}.horizontal-collection-section__see-all:hover{color:#666}.see-all-icon{transition:transform .2s ease}.horizontal-collection-section__see-all:hover .see-all-icon{transform:translate(4px)}.collection-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 0 1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.collection-slider::-webkit-scrollbar{display:none}.collection-slider shopify-context,.collection-slider shopify-list-context{display:contents}.collection-slider .product-card{width:194px;flex:0 0 auto;scroll-snap-align:start}@media(max-width:768px){.horizontal-collection-section{padding:1.5rem 1rem .5rem}.horizontal-collection-section__header{gap:.5rem;margin-bottom:1rem}.horizontal-collection-section__title{font-size:1.75rem}.see-all-text{display:none}.collection-slider .product-card{width:157px}}.collection-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.collection-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.product-card{background:#fff;border:none;border-radius:16px;box-shadow:0 10px 30px #0000000a;cursor:pointer;overflow:hidden;padding:0;position:relative;transition:box-shadow .3s ease-in-out,transform .3s;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 15px 40px #00000014;transform:translateY(-4px)}.product-card__image-container{position:relative;overflow:hidden;background:#fbfbfb;display:flex;align-items:center;justify-content:center}.product-card__image-container shopify-media{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image-container shopify-media{transform:scale(1.03)}.product-card__add-to-cart{width:calc(100% - 2rem);margin:0 1rem 1rem;padding:.75rem;background:#111;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.product-card__add-to-cart:hover{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.product-card__add-to-cart:active{transform:translateY(0)}.product-card__details{display:flex;flex-direction:column;padding:1rem .75rem;flex-grow:1}.product-card__title{color:#111;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;margin:0;line-height:1.25;text-align:center}.product-card__category{color:#6b7280;font-size:.75rem;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.product-card__price{position:absolute;top:.75rem;right:.75rem;background:#f7f3ee;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#111;font-size:.85rem;font-weight:700;font-family:Inter,sans-serif;padding:.3rem .6rem;border-radius:20px;box-shadow:0 4px 15px #0000001a;z-index:2;margin:0}.products-page-header{background:#111;color:#fff;padding:3rem 2rem 2.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.products-page-header__back{display:inline-flex;align-items:center;gap:.4rem;color:#ffffff8c;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;margin-bottom:1.25rem;transition:color .2s}.products-page-header__back:hover{color:#fff}.products-page-header__title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,6vw,3.5rem);font-weight:500;margin:0 0 .5rem;letter-spacing:.02em}.products-page-header__subtitle{color:#ffffff8c;font-family:Inter,sans-serif;font-size:.9rem;margin:0}.products-page-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;padding:2rem 2rem 4rem;max-width:1200px;margin:0 auto}.products-page-section shopify-context,.products-page-section shopify-list-context{display:contents}@media(max-width:600px){.products-page-section{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem 1rem 3rem}}.all-products-section{padding:0 2rem 3rem;display:flex;justify-content:center}.product-card--all{display:flex;flex-direction:column;max-width:320px;width:100%;text-decoration:none;color:inherit;cursor:pointer}.product-card--all__image{position:relative;aspect-ratio:4/5}.product-card--all__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.product-card--all:hover .product-card--all__image img{transform:scale(1.04)}.product-card--all__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .35s ease}.product-card--all:hover .product-card--all__overlay{opacity:1}.product-card--all__cta{display:inline-flex;align-items:center;gap:.4rem;background:#fff;color:#111;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.65rem 1.2rem;border-radius:999px;box-shadow:0 4px 20px #0003;transform:translateY(6px);transition:transform .35s ease}.product-card--all:hover .product-card--all__cta{transform:translateY(0)}@media(max-width:768px){.all-products-section{padding:0 1rem 2.5rem}.product-card--all{max-width:260px}.product-card--all__overlay{opacity:1}.product-card--all__cta{transform:translateY(0)}}.product-page-layout{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.product-page-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.product-page-grid{grid-template-columns:1.2fr 1fr;align-items:flex-start}}.product-page-gallery shopify-media{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:12px;background:#f9f9f9}@media(min-width:900px){.product-page-details{position:sticky;top:6rem}}.product-page-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #EAEAEA}.product-page-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:500;margin:0 0 .5rem;color:#111;line-height:1.1}.product-page-price-container{display:flex;align-items:center;gap:1rem;font-weight:600;font-size:1.5rem;color:#111;font-family:Inter,sans-serif}.product-page-moq{color:#e66a4a;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#fff2ef;padding:.3rem .6rem;border-radius:4px}.product-page-description{font-family:Inter,sans-serif;color:#666;line-height:1.6;margin-bottom:2.5rem;font-size:1rem}.product-page-options{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.product-page-form-group{display:flex;flex-direction:column;gap:.6rem}.product-page-form-group label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#111}.product-page-select{width:100%;padding:.85rem 1rem;border:1px solid #ddd;border-radius:8px;background-color:#fcfcfc;font-family:Inter,sans-serif;font-size:1rem;color:#111;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 1rem top 50%;background-size:.65rem auto}.product-page-select:focus{border-color:#111}.product-page-quantity-stepper{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden;width:fit-content;background:#fcfcfc}.stepper-btn{background:transparent;border:none;padding:10px 18px;cursor:pointer;font-size:1.2rem;font-weight:500;transition:background .2s;color:#111}.stepper-btn:hover{background:#eaeaea}.stepper-input{width:60px;text-align:center;border:none;background:transparent;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;color:#111;padding:8px 0}.stepper-input::-webkit-outer-spin-button,.stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.stepper-input:focus{outline:none}.product-page-buttons{margin-top:2rem}.product-page-buy-button{background:#111;color:#fff;border:1px solid #111111;width:100%;padding:1.2rem;font-size:1rem;font-family:Inter,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;cursor:pointer;transition:all .3s ease}.product-page-buy-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.product-page-buy-button:active{transform:translateY(0)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.error-shake{animation:shake .4s ease-in-out;color:#dc2626!important}shopify-variant-selector::part(label){font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:600}shopify-variant-selector::part(radio){padding:8px 16px;border:1px solid #ddd;border-radius:4px}shopify-variant-selector::part(radio-selected){border-color:#111;background:#111;color:#fff}.product-page-layout{max-width:1200px;margin:0 auto;padding:2rem 1rem}@media(min-width:768px){.product-page-layout{padding:4rem 2rem}}.product-page-container{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.product-page-container{flex-direction:row;gap:4rem}}.product-page-media{flex:1;background:#fbfbfb;border-radius:8px;padding:1.5rem;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.product-page-media{padding:2rem}}.product-page-media shopify-media{width:100%;max-width:600px;height:auto}.product-page-details{flex:1;display:flex;flex-direction:column;gap:1.5rem}.product-page-vendor{opacity:.5;font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}.product-page-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;margin:0;line-height:1.2}@media(min-width:768px){.product-page-title{font-size:3rem}}.product-page-price-container{display:flex;gap:1rem;font-weight:600;font-size:1.5rem;color:#111}.product-page-moq{font-size:.85rem;font-weight:600;color:#6b7280;margin-top:-.5rem;text-transform:uppercase;letter-spacing:.05em}.product-page-description{font-family:Inter,sans-serif;color:#444;line-height:1.8;font-size:1rem}.product-page-options{display:flex;flex-direction:column;gap:1.5rem;margin:1rem 0;padding-top:1rem;border-top:1px solid #EAEAEA}.product-page-quantity{display:flex;flex-direction:column;gap:.5rem}.product-page-quantity label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#111}.product-page-buttons{display:flex;flex-direction:column;gap:1rem}body.modal-open{overflow:hidden!important;touch-action:none!important}.product-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;align-items:flex-end;justify-content:center;padding:0;border:0;background:transparent;outline:none}.product-modal[open]{display:flex}.product-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:fadeInBackdrop .35s ease forwards;cursor:pointer}@media(min-width:768px){.product-modal{align-items:center}}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes zoomInDesktop{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeInBackdrop{0%{opacity:0;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}to{opacity:1;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}}.product-modal__container{position:relative;z-index:1;width:100%;max-width:100%;max-height:90dvh;overflow-x:hidden;overflow-y:auto;padding:0;border-radius:1.5rem 1.5rem 0 0;background:#fff;box-shadow:0 -10px 40px #00000026;animation:slideUpMobile .45s cubic-bezier(.16,1,.3,1);touch-action:pan-y!important}@media(min-width:768px){.product-modal__container{border-radius:1rem;max-width:450px;animation:zoomInDesktop .35s cubic-bezier(.16,1,.3,1)}}.product-modal__drag-handle{width:40px;height:4px;background-color:#e5e5e5;border-radius:2px;margin:12px auto 0}.product-modal__close-container{position:absolute;right:15px;top:15px;z-index:10}.product-modal__close{background:#fbfbfb;border:none;border-radius:50%;cursor:pointer;height:32px;width:32px;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s}.product-modal__close:hover{background:#e5e5e5}.product-modal__content{background-color:#fff;width:100%}.product-modal__layout{display:flex;flex-direction:column}.product-modal__details{padding:2rem 1.5rem 1.5rem}.product-modal__header{margin-bottom:1.5rem;padding-right:2rem}.product-modal__title{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#111!important;display:block}.product-modal__price-container{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:1.25rem;color:#111;border-bottom:1px solid #f5f5f5;padding-bottom:1.25rem;margin-bottom:1.25rem}.product-modal__moq{color:#e66a4a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#fff2ef;padding:.25rem .5rem;border-radius:4px}.product-modal__buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.product-modal__buttons button{font-size:.85rem;font-weight:600;transition:all .2s ease;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;padding:1rem;border-radius:12px;width:100%}.product-modal__buy-button{background:#111;color:#fff;border:1px solid #111111}.product-modal__buy-button:hover{background:#333;transform:translateY(-2px)}.product-modal__options{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:0}.product-modal__form-group{display:flex;flex-direction:column;gap:.5rem;align-items:center}.product-modal__form-group label,.product-modal__quantity label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;color:#111;text-align:center}.product-modal__select{width:100%;max-width:300px;padding:.85rem 1rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-family:Inter,sans-serif;font-size:1.1rem;color:#111;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23111%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 1rem top 50%;background-size:.65rem auto}.product-modal__quantity{display:flex;flex-direction:column;gap:.5rem;align-items:center}.product-modal__quantity-stepper{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden;width:fit-content;background:#fff}.founder-note-section{background:#f7f3ee;margin:1.5rem 1rem;padding:32px 20px 0;border-radius:12px;text-align:center;position:relative;overflow:hidden;max-width:1400px}@media(min-width:768px){.founder-note-section{margin:2rem auto;width:calc(100% - 4rem);padding:48px 40px 0;border-radius:24px}}.founder-note__title{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;color:#111;margin:0 0 16px;display:flex;align-items:center;justify-content:center}.founder-note__subtitle{font-size:14px;font-weight:700;color:#555;margin:0 0 16px;line-height:1.6}.founder-note__pink-italic{color:#d67a8a;font-style:italic;font-weight:800}.founder-note__content p{font-size:13px;color:#666;line-height:1.8;margin:0 auto 24px;max-width:500px;font-weight:500}.founder-note__btn{display:inline-block;text-decoration:none;background:#d67a8a;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:13px;font-weight:700;cursor:pointer;margin-bottom:12px;transition:transform .2s ease,background .2s ease}.founder-note__btn:hover{background:#c26b7a}.founder-note__btn:active{transform:scale(.98)}.founder-note__image-container{display:flex;justify-content:center;padding-bottom:0}.founder-photo-collage{width:125%;max-width:none;height:auto;display:block;margin:0;filter:drop-shadow(0 12px 24px rgba(0,0,0,.1))}.how-it-works-compact{background:#f7f3ee;margin:0 1rem 1.5rem;padding:40px 10px;border-radius:12px;border:none;text-align:center;max-width:1400px}@media(min-width:768px){.how-it-works-compact{margin:0 auto 2rem;width:calc(100% - 4rem);border-radius:24px}}.how-it-works-compact__header{margin-bottom:30px}.how-it-works-compact__title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:700;color:#111;margin:0 0 8px}.how-it-works-compact__subtitle{font-family:Inter,sans-serif;font-size:13px;color:#666;margin:0}.how-it-works-compact__row{display:flex;align-items:flex-start;justify-content:center;max-width:600px;margin:0 auto}.how-it-works-compact__item{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.how-it-works-compact__badge{width:50px;height:50px;border-radius:50%;background:#fff;border:2px solid #D4AF37;box-shadow:inset 0 0 0 3px #fff,0 4px 10px #0000000d;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:700;color:#d4af37;margin-bottom:12px}.how-it-works-compact__label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#333;line-height:1.4;margin:0}.how-it-works-compact__arrow{width:40px;height:30px;flex-shrink:0;margin-top:10px;display:flex;align-items:flex-start;z-index:1}.how-it-works-compact__arrow svg{width:100%;height:100%;overflow:visible}.product-flat-layout{position:relative;min-height:100vh;background:#fff;display:flex;flex-direction:column}.product-flat-hero{position:relative;width:100%}.product-flat-header{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;z-index:10}.product-flat-icon-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #0000000f;cursor:pointer;color:#111}.product-flat-media{width:100%;height:45vh;min-height:350px;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.product-flat-media shopify-media{width:100%;height:100%;object-fit:cover}.product-flat-content{background:#fff;padding:32px 24px 100px;flex:1}.product-flat-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.product-flat-title-col{flex:1;padding-right:16px}.product-flat-title{font-family:Inter,sans-serif;font-size:24px;font-weight:700;color:#111;margin:0 0 6px;line-height:1.2}.product-flat-subtitle{font-family:Inter,sans-serif;font-size:15px;color:#95a5a6}.product-flat-rating-pill{background:#fff9e6;color:#f39c12;font-family:Inter,sans-serif;font-size:14px;font-weight:700;padding:6px 12px;border-radius:16px;display:flex;align-items:center}.product-flat-rating-pill .star{margin-right:4px;font-size:16px}.product-flat-desc{margin-bottom:32px}.product-flat-desc shopify-data{font-family:Inter,sans-serif;font-size:14px;color:#7f8c8d;line-height:1.6}.product-flat-options-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.product-flat-options-label{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#111;margin-right:16px}.product-flat-variants{display:flex;align-items:center}.product-flat-stepper{display:flex;align-items:center;justify-content:space-between;background:#f8f8f8;border-radius:24px;padding:4px 16px}.product-flat-stepper .stepper-btn{background:transparent;border:none;font-size:18px;color:#111;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-flat-stepper .stepper-input{background:transparent;border:none;text-align:center;font-size:14px;font-weight:700;color:#111;width:32px;height:28px;line-height:28px;-moz-appearance:textfield;padding:0;margin:0}.product-flat-stepper .stepper-input::-webkit-outer-spin-button,.product-flat-stepper .stepper-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-flat-bottom{position:fixed;bottom:0;left:0;width:100%;display:flex;padding:16px 24px;background:#fff;box-shadow:0 -4px 20px #00000014;z-index:100;box-sizing:border-box}.product-flat-add-to-cart{flex:1;background:#111;color:#fff;border:none;border-radius:30px;padding:18px 24px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s}.product-flat-add-to-cart:active{transform:scale(.98)}.product-flat-add-to-cart .divider{width:1px;height:18px;background:#ffffff4d;margin:0 16px}.insta-promo-section{margin:0 1rem 1.5rem;padding:0;max-width:1400px}@media(min-width:768px){.insta-promo-section{margin:0 auto 2rem;width:calc(100% - 4rem);padding:0}}.insta-promo-content{background-color:#fff9f9;border-radius:12px;padding:40px 10px;text-align:center;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000008}@media(min-width:768px){.insta-promo-content{border-radius:24px}}.insta-promo-content:before,.insta-promo-content:after{content:"";position:absolute;width:150px;height:150px;background:#ffe8e8;border-radius:40% 60% 70% 30%/40% 50% 60%;z-index:0;opacity:.6}.insta-promo-content:before{top:-50px;left:-50px;animation:morphWave 8s ease-in-out infinite}.insta-promo-content:after{bottom:-50px;right:-50px;animation:morphWave 10s ease-in-out infinite reverse}@keyframes morphWave{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}.insta-promo-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;position:relative;z-index:1}.insta-icon-wrapper{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #dc274333}.insta-icon{color:#fff;width:28px;height:28px}.insta-promo-text{font-family:Inter,sans-serif;font-size:14px;color:#555;text-align:left;line-height:1.4;margin:0;max-width:200px}.insta-promo-title{font-family:Inter,sans-serif;font-size:24px;font-weight:800;color:#111;margin:0 0 24px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.insta-promo-title .highlight{color:#d67a8a}.heart-icon{color:#d67a8a;margin-left:4px;position:relative;top:-4px;stroke-width:2}.insta-promo-btn{display:inline-block;background-color:#d67a8a;color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;padding:12px 32px;border-radius:8px;text-decoration:none;position:relative;z-index:1;box-shadow:0 4px 12px #d67a8a4d;transition:transform .2s,background-color .2s}.insta-promo-btn:hover{background-color:#c26b7a;transform:translateY(-2px)}.love-notes-section{position:relative;background-color:#f7f3ee;padding:1.5rem 0;margin:1.5rem 1rem;border-radius:12px;max-width:1400px;overflow:hidden}@media(min-width:768px){.love-notes-section{margin:2rem auto;width:calc(100% - 4rem);border-radius:24px}}.love-notes-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 20c10-20 30-20 30 0s-30 40-30 40-30-20-30-40 20-20 30 0z' fill='%23D4AF37' fill-opacity='0.03'/%3E%3C/svg%3E");background-size:200px 200px;pointer-events:none;z-index:0}.love-notes__header{text-align:center;margin-bottom:1rem;position:relative;z-index:1;padding:0 1rem}.love-notes__title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:700;color:#111;margin:0 0 .5rem}.love-notes__subtitle{font-family:Inter,sans-serif;font-size:1rem;color:#666;margin:0;letter-spacing:.5px}.love-notes__carousel-wrapper{position:relative;z-index:1}.love-notes__carousel-wrapper:before,.love-notes__carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:10vw;max-width:150px;z-index:5;pointer-events:none}.love-notes__carousel-wrapper:before{left:0;background:linear-gradient(to right,#f7f3ee,#f7f3ee00)}.love-notes__carousel-wrapper:after{right:0;background:linear-gradient(to left,#f7f3ee,#f7f3ee00)}.love-notes__track{display:flex;gap:2rem;padding:.5rem 5vw;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.love-notes__track::-webkit-scrollbar{display:none}.love-note-card{flex:0 0 auto;width:85vw;max-width:650px;height:auto;min-height:200px;background:#fff;border-radius:20px;padding:1.5rem;position:relative;scroll-snap-align:center;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 16px 40px #0000000a;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(212,175,55,.2)}.love-note-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #d4af3726}.love-note__quote-icon{position:absolute;top:1.5rem;right:1.5rem;width:36px;height:36px;color:#d4af37;opacity:.15}.love-note__stars{color:#d4af37;display:flex;gap:4px;margin-bottom:1rem}.love-note__text{font-family:Cormorant Garamond,serif;font-size:1.1rem;line-height:1.6;color:#333;font-style:italic;margin:0 0 1rem;position:relative;z-index:1}.love-note__author{margin-top:auto;border-top:1px solid rgba(0,0,0,.05);padding-top:1rem}.love-note__names{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#111;margin-bottom:.25rem}.love-note__meta{font-family:Inter,sans-serif;font-size:.85rem;color:#888;text-transform:uppercase;letter-spacing:1px}.card--classic{background:#fff}.card--folded{background:#fafafa}.card--folded:after{content:"";position:absolute;top:0;right:0;border-width:0 40px 40px 0;border-style:solid;border-color:#F7F3EE #F7F3EE #FFFFFF #FFFFFF;border-radius:0 24px 0 8px;box-shadow:-4px 4px 12px #0000000d}.card--gold-foil{background:linear-gradient(135deg,#fff,#fffdf9);border:1px solid rgba(212,175,55,.4)}.card--gold-foil .love-note__text{color:#111}.love-notes__dots{display:flex;justify-content:center;align-items:center;gap:10px;margin:1rem auto 0}.love-notes__dot{width:8px;height:8px;border-radius:4px;background-color:#c9a46a4d;transition:all .4s cubic-bezier(.16,1,.3,1)}.love-notes__dot.is-active{width:24px;background-color:#c9a46a}@media(min-width:768px){.love-notes__title{font-size:3rem}.love-notes__subtitle{font-size:1.125rem}.love-notes__track{padding:.75rem 10vw}.love-note-card{padding:2rem}.love-note__text{font-size:1.25rem}}.studio-footer{position:relative;background-color:#f7f3ee;padding:4rem 2rem 3rem;text-align:center;overflow:hidden}.studio-footer__background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.4) 0%,transparent 80%);z-index:0;pointer-events:none}.studio-footer__background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 40c20-40 60-40 60 0s-60 80-60 80-60-40-60-80 40-40 60 0z' fill='%23D4AF37' fill-opacity='0.02'/%3E%3C/svg%3E");background-size:400px;background-position:center}.studio-footer__content{position:relative;z-index:1;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.studio-footer__divider{display:flex;align-items:center;justify-content:center;width:100%;max-width:250px;margin-bottom:2rem;gap:1rem}.divider-line{height:1px;flex-grow:1;background:#d4af3766}.divider-ornament{color:#d4af37;display:flex;align-items:center;justify-content:center;transition:transform 1s ease-in-out}.studio-footer:hover .divider-ornament{transform:rotate(180deg)}.studio-footer__heading-wrapper{position:relative;margin-bottom:1.5rem}.studio-footer__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:80px;background:#d4af37;filter:blur(60px);opacity:.15;z-index:-1;border-radius:50%}.studio-footer__title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;color:#111;line-height:1.3;margin:0;letter-spacing:.5px}.studio-footer__subtitle{font-family:Inter,sans-serif;font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:1.5px;margin:0 auto 1.5rem;line-height:1.6;max-width:90%}.studio-footer__socials{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.studio-social-label{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:1.5px;color:#111;text-transform:uppercase}.studio-social-icons{display:flex;gap:.75rem}.studio-social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.studio-social-link svg{width:16px;height:16px}.studio-social-link:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 12px #0000001a}.social--instagram{background:radial-gradient(circle at 30% 107%,#fdf497,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social--youtube{background:red}.social--whatsapp{background:#25d366}.studio-footer__copyright{font-family:Inter,sans-serif;font-size:.75rem;color:#aaa;letter-spacing:1px;padding-top:.5rem;width:100%}@media(min-width:768px){.studio-footer{padding:5rem 2rem 4rem}.studio-footer__title{font-size:2.75rem;letter-spacing:1px}.studio-footer__subtitle{font-size:.85rem;letter-spacing:2px}.studio-footer__glow{width:300px;height:100px;filter:blur(80px)}.studio-social-link{width:36px;height:36px}.studio-social-link svg{width:18px;height:18px}}
