*{box-sizing:border-box}html,body{margin:0;width:100%;overflow-x:hidden}body{font-family:Arial,sans-serif;background:var(--bg);color:#2f2629}.clean-header{height:72px;display:grid;grid-template-columns:48px 1fr 80px;align-items:center;padding:0 5%;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}.hamburger{font-size:28px;background:none;border:0}.clean-logo{text-align:center;text-decoration:none;color:var(--accent);font-size:28px;font-weight:900}.header-icons{display:flex;justify-content:flex-end;gap:12px;align-items:center}.header-icon,.cart-icon{text-decoration:none;color:#2f2629;font-size:24px;position:relative}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--accent);color:#fff;font-size:10px;min-width:16px;height:16px;line-height:16px;border-radius:50%;text-align:center}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:30;display:none}.drawer-overlay.open{display:block}.drawer-menu{position:fixed;top:0;left:-310px;width:300px;height:100%;background:#fff;z-index:40;padding:22px;transition:.3s;box-shadow:8px 0 30px #0002}.drawer-menu.open{left:0}.drawer-top{display:flex;justify-content:space-between;align-items:center;font-size:24px;color:var(--accent)}.drawer-top button{border:0;background:none;font-size:32px}.drawer-links{display:grid;gap:18px;margin-top:30px}.drawer-links a{text-decoration:none;color:#2f2629;font-size:20px;font-weight:800}.luxury-hero{position:relative}.luxury-hero img{width:100%;height:62vh;object-fit:cover;display:block;background:#f7e6ec}.luxury-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 65%)}.luxury-hero-content{position:absolute;bottom:28px;left:24px;right:24px;color:#fff;z-index:2}.luxury-hero-content p{letter-spacing:2px;text-transform:uppercase;font-size:12px}.luxury-hero-content h1{font-size:44px;margin:8px 0 16px;line-height:1}.button{display:inline-block;background:var(--accent);color:#fff;border:0;border-radius:999px;padding:12px 22px;text-decoration:none;font-weight:800}.button.dark,.dark{background:#2f2629}.button.outline{background:#fff;color:#2f2629;border:1px solid #e7d4da}.collection-tiles-section,.section,.reviews-section{padding:28px 5%}h2,.page-title{text-align:center;font-size:34px;margin:0 0 20px}.collection-tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.tile{text-decoration:none;color:#2f2629;font-weight:900;font-size:20px}.tile img{width:100%;height:180px;object-fit:cover;display:block;margin-bottom:8px}.tile span{display:block}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{position:relative;background:#fff;border-radius:22px;overflow:hidden;border:1px solid #ead7de;box-shadow:0 8px 20px #0000000a}.product-card-link{text-decoration:none;color:#2f2629}.product-img{width:100%;object-fit:cover;object-position:center top;display:block}.product-card h3{text-align:center;font-size:15px;margin:10px 6px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price{text-align:center;color:var(--accent);font-weight:900;font-size:16px;margin:0 0 8px}.sizes{display:flex;justify-content:center;gap:3px;overflow:hidden;border-top:1px solid #f1e4e8;padding:7px 3px}.size-pill{font-size:7px;background:#fff2f6;border:1px solid #ead1da;border-radius:999px;padding:2px 4px;font-weight:800;white-space:nowrap}.variant-sold{opacity:.4;text-decoration:line-through}.wishlist-card-button{position:absolute;top:9px;right:9px;z-index:3;width:32px;height:32px;border-radius:50%;border:0;background:#fff;color:var(--accent);font-size:18px;font-weight:900}.wishlist-card-button.saved{background:var(--accent);color:#fff}.sold-out-badge{position:absolute;top:10px;left:10px;z-index:4;background:var(--accent);color:#fff;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900}.sold-out .product-img{opacity:.45;filter:grayscale(20%)}.product-page{display:grid;gap:22px;padding:24px 5%}.product-image{width:100%;border-radius:20px}.product-info{background:#fff;border:1px solid #ead7de;border-radius:22px;padding:20px}.product-size-buttons{display:flex;gap:8px;flex-wrap:wrap}.product-size-button{border:1px solid #ead1da;border-radius:999px;background:#fff2f6;padding:9px 13px;font-weight:800}.product-size-button.active{background:var(--accent);color:#fff}.buy-buttons,.extra-product-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.continue-button{border:1px solid #ead1da;border-radius:999px;background:#fff;padding:10px 16px;text-decoration:none;color:#2f2629;font-weight:800}.cart-item{display:grid;grid-template-columns:85px 1fr;gap:12px;background:#fff;border:1px solid #ead7de;border-radius:18px;padding:12px;margin-bottom:12px}.cart-item img{width:85px;border-radius:12px}.reviews-grid{display:grid;gap:14px}.review-card{background:#fff;border:1px solid #ead7de;border-radius:22px;padding:16px;text-align:center}.stars{color:#ffc857}.footer{text-align:center;padding:30px;color:#777}.view-all-wrap{text-align:center;margin-top:22px}@media(min-width:760px){.luxury-hero img{height:72vh}.product-grid{grid-template-columns:repeat(4,1fr)}.collection-tiles{grid-template-columns:repeat(3,1fr)}.tile img{height:240px}.product-page{grid-template-columns:1fr 1fr;max-width:1000px;margin:auto}.reviews-grid{grid-template-columns:repeat(3,1fr)}}.whatsapp-float{position:fixed;right:18px;bottom:18px;width:62px;height:62px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0003;z-index:999;text-decoration:none}.whatsapp-float svg{width:34px;height:34px;fill:#fff}.whatsapp-badge{position:absolute;top:-3px;right:-3px;background:#ff4d6d;color:#fff;font-size:10px;font-weight:800;padding:4px 6px;border-radius:999px;border:2px solid white}.whatsapp-float{width:48px!important;height:48px!important;right:16px!important;bottom:16px!important}.whatsapp-float svg{width:27px!important;height:27px!important}.whatsapp-badge{display:none!important}.collection-tabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;max-width:760px!important;margin:0 auto 20px!important}.collection-tab{border-radius:24px!important;padding:12px 8px!important;min-height:64px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-decoration:none!important;border:1px solid #dfd2c5!important}.collection-tab span{font-size:14px!important;font-weight:800!important;color:#2d2420!important}.collection-tab small{font-size:9px!important;opacity:.7!important;color:#2d2420!important;margin-top:4px!important}.collection-tiles-section h2{text-align:center!important;font-size:42px!important;line-height:1.05!important;margin:0 0 22px!important;color:#2d2420!important;font-weight:900!important}.collection-tabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;max-width:760px!important;margin:0 auto!important}.collection-tab{border-radius:24px!important;min-height:64px!important;padding:10px 6px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-decoration:none!important;border:1px solid #dfd2c5!important;box-shadow:0 4px 12px #2d24200a!important}.collection-tab span{font-size:14px!important;font-weight:900!important;color:#2d2420!important;line-height:1.1!important}.collection-tab small{font-size:9px!important;color:#2d2420!important;opacity:.68!important;margin-top:4px!important}@media(min-width:768px){.collection-tabs{grid-template-columns:repeat(6,1fr)!important}}@media(max-width:380px){.collection-tabs{gap:7px!important}.collection-tab{min-height:58px!important;border-radius:20px!important}.collection-tab span{font-size:12px!important}.collection-tab small{font-size:8px!important}}.product-gallery-wrap{width:100%!important;position:relative!important}.product-gallery{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;gap:0!important;width:100%!important;border-radius:0 0 26px 26px!important}.product-gallery::-webkit-scrollbar{display:none!important}.product-gallery-slide{flex:0 0 100%!important;width:100%!important;scroll-snap-align:start!important}.product-gallery-slide img,.product-gallery-slide video,.product-gallery-slide iframe{width:100%!important;display:block!important;object-fit:cover!important;border-radius:0 0 26px 26px!important}.product-gallery-slide img{aspect-ratio:1 / 1.22!important}.product-gallery-thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:12px 4px 4px!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch!important}.product-gallery-thumbs::-webkit-scrollbar{display:none!important}.gallery-thumb{width:54px!important;height:54px!important;border-radius:14px!important;border:2px solid transparent!important;padding:0!important;background:#fffaf4!important;overflow:hidden!important;flex:0 0 auto!important}.gallery-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.gallery-thumb.active{border-color:#cf7897!important}@media(min-width:900px){.product-gallery-slide img{aspect-ratio:1 / 1.08!important}}.product-page{background:#efe4d9!important;color:#2d2420!important}.product-panel{background:#fffaf4!important;border:1px solid #dfd2c5!important;border-radius:28px!important;padding:28px!important;margin:18px 5% 36px!important;box-shadow:0 10px 28px #2d242012!important}.product-title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:18px!important}.product-title-row h1{margin:0!important;font-size:38px!important;line-height:1.05!important;font-weight:900!important;color:#2d2420!important;max-width:68%!important}.product-title-row p{margin:8px 0 0!important;font-size:24px!important;font-weight:900!important;color:#cf7897!important;white-space:nowrap!important}.desc{font-size:18px!important;line-height:1.45!important;color:#3d3330!important;margin-bottom:22px!important}.choose{font-size:18px!important;font-weight:700!important;color:#2d2420!important;margin:0 0 12px!important}.size-buttons{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-bottom:20px!important}.size-btn{appearance:none!important;-webkit-appearance:none!important;border:1px solid #e0c8d2!important;background:#fff7fb!important;color:#2d2420!important;min-width:58px!important;min-height:46px!important;padding:12px 18px!important;border-radius:999px!important;font-size:16px!important;font-weight:900!important;line-height:1!important;box-shadow:none!important;position:relative!important}.size-btn.active{background:#cf7897!important;color:#fff!important;border-color:#cf7897!important}.size-btn:disabled{opacity:.45!important;color:#8b8084!important;background:#f3e8ed!important;cursor:not-allowed!important}.size-btn:disabled:after{content:""!important;position:absolute!important;left:18%!important;right:18%!important;top:50%!important;height:2px!important;background:#777!important;transform:rotate(-10deg)!important}.product-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-top:18px!important;margin-bottom:18px!important}.product-buttons .btn,.product-panel .btn{appearance:none!important;-webkit-appearance:none!important;min-height:52px!important;border-radius:999px!important;border:0!important;font-size:16px!important;font-weight:900!important;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;background:#cf7897!important;color:#fff!important;padding:14px 20px!important;box-shadow:0 8px 18px #cf78972e!important}.product-buttons .dark{background:#2d2420!important;color:#fff!important}.product-panel .outline-btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;width:100%!important;border-radius:999px!important;border:1px solid #d9c2cc!important;color:#2d2420!important;background:#fffaf4!important;text-decoration:none!important;font-size:16px!important;font-weight:900!important;padding:14px 20px!important}.added{background:#fff7fb!important;border:1px solid #e0c8d2!important;border-radius:18px!important;padding:12px!important;margin:14px 0!important;font-weight:700!important}@media(max-width:420px){.product-panel{margin:16px 5% 30px!important;padding:24px!important}.product-title-row h1{font-size:34px!important}.product-title-row p{font-size:22px!important}.size-btn{min-width:54px!important;min-height:44px!important;font-size:15px!important;padding:11px 16px!important}.product-buttons{gap:12px!important}.product-buttons .btn,.product-panel .outline-btn{min-height:50px!important;font-size:15px!important}}.product-title-row h1,.product-title{font-size:32px!important;line-height:1.06!important;max-width:68%!important}.product-title-row p{font-size:22px!important}.size-buttons{display:flex!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;overflow:visible!important}.size-btn{min-width:44px!important;width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;font-size:14px!important;border-radius:999px!important;flex:0 0 44px!important;display:flex!important;align-items:center!important;justify-content:center!important}@media(max-width:420px){.product-title-row h1,.product-title{font-size:30px!important;max-width:66%!important}.product-title-row p{font-size:21px!important}.size-buttons{gap:6px!important}.size-btn{min-width:42px!important;width:42px!important;height:42px!important;min-height:42px!important;flex:0 0 42px!important;font-size:13px!important}}@media(max-width:360px){.size-buttons{gap:5px!important}.size-btn{min-width:39px!important;width:39px!important;height:39px!important;min-height:39px!important;flex:0 0 39px!important;font-size:12px!important}}body{padding-bottom:64px!important}.ls-whatsapp-circle,.sticky-whatsapp,.whatsapp-float{display:none!important}.ls-whatsapp-bar{position:fixed!important;left:0!important;right:0!important;bottom:0!important;height:56px!important;background:#fff!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:7px 20px!important;box-shadow:0 -6px 18px #00000017!important;border-top:1px solid #eadce3!important}.ls-wa-brand{display:flex!important;align-items:center!important;gap:10px!important}.ls-wa-logo{width:36px!important;height:36px!important;min-width:36px!important;border-radius:50%!important;background:#f8d9e5!important;color:#2d2420!important;display:grid!important;place-items:center!important;font-weight:900!important;font-size:12px!important;border:1px solid #e9c9d6!important}.ls-wa-brand strong{display:block!important;font-size:14px!important;line-height:1.05!important;color:#2d2420!important;font-weight:900!important}.ls-wa-brand span{display:block!important;font-size:12px!important;color:#7b7370!important;margin-top:2px!important}.ls-wa-bar-button{background:#07876d!important;color:#fff!important;min-width:132px!important;height:38px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-decoration:none!important;font-weight:900!important;font-size:14px!important}.ls-wa-bar-button svg{width:21px!important;height:21px!important;fill:#fff!important}.ls-search-page{background:#fff4f8!important;min-height:100vh!important;padding:28px 5% 90px!important;color:#2d2420!important}.ls-search-back{width:44px!important;height:44px!important;border-radius:50%!important;background:#fff!important;border:1px solid #eadce3!important;color:#2d2420!important;display:grid!important;place-items:center!important;text-decoration:none!important;font-size:24px!important;box-shadow:0 4px 14px #2d242014!important;margin-bottom:22px!important}.ls-search-head h1{font-size:42px!important;line-height:1.05!important;margin:0 0 18px!important;color:#2d2420!important;font-weight:900!important}.ls-search-form{display:grid!important;grid-template-columns:1fr 118px!important;gap:10px!important;margin-bottom:22px!important}.ls-search-form input{height:46px!important;border-radius:999px!important;border:1px solid #dfd2c5!important;padding:0 18px!important;background:#fff!important;color:#2d2420!important;font-size:15px!important}.ls-search-form button{height:46px!important;border-radius:999px!important;border:0!important;background:#cf7897!important;color:#fff!important;font-weight:900!important;font-size:15px!important}.ls-search-count{color:#7b7370!important;font-size:14px!important;margin-bottom:20px!important}.ls-search-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:24px 28px!important}.ls-empty-search{text-align:center!important;background:#fff!important;border:1px solid #eadce3!important;border-radius:24px!important;padding:34px 20px!important;margin-top:20px!important}.ls-empty-search h2{font-size:30px!important;color:#2d2420!important;margin:0 0 12px!important}.ls-empty-search p{color:#7b7370!important;margin:0 0 22px!important}.ls-pagination{text-align:center!important;margin-top:32px!important}@media(min-width:768px){.ls-search-grid{grid-template-columns:repeat(3,1fr)!important}}.collection-tiles-section{background:#efe4d9!important;padding:28px 5% 24px!important}.collection-tiles-section h2{text-align:center!important;font-size:42px!important;line-height:1.05!important;margin:0 0 20px!important;color:#2d2420!important;font-weight:900!important}.direct-tabs,.collection-tabs{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:9px!important;max-width:760px!important;margin:0 auto!important}.collection-tab{border-radius:22px!important;min-height:58px!important;padding:9px 5px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-decoration:none!important;border:1px solid #dfd2c5!important;box-shadow:0 4px 12px #2d24200a!important}.collection-tab span{font-size:13px!important;font-weight:900!important;color:#2d2420!important;line-height:1.1!important}.collection-tab small{font-size:8px!important;color:#2d2420!important;opacity:.68!important;margin-top:3px!important}.tab-cream{background:#f7efe7!important}.tab-green{background:#e8f5e8!important}.tab-pink{background:#ffdbe6!important}.tab-blue{background:#dfeeff!important}.tab-yellow{background:#fff3c9!important}.tab-purple{background:#f2dfff!important}@media(min-width:768px){.direct-tabs,.collection-tabs{grid-template-columns:repeat(6,1fr)!important}}
/*# sourceMappingURL=/cdn/shop/t/76/assets/theme.css.map */
