:root{--bg-dark: #0B0C10;--bg-dark-2: #0a0a0a;--surface: #1F2833;--surface-2: #171717;--surface-3: #262626;--accent: #D1D5DB;--accent-2: #9CA3AF;--text: #F3F4F6;--text-muted: #9CA3AF;--border: rgba(255,255,255,.08);--font-display: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--radius: .75rem;--radius-lg: 1.25rem;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body.curva-body{font-family:var(--font-body);background:var(--bg-dark);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased;display:flex;justify-content:center}.curva-app{width:100%;max-width:480px;min-height:100dvh;background:var(--bg-dark);position:relative;display:flex;flex-direction:column;box-shadow:0 0 60px #00000080}.curva-main{flex:1;overflow-x:hidden;padding-bottom:90px}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.site-header{position:sticky;top:0;z-index:100;background:#0b0c10d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;flex-direction:column;text-decoration:none}.site-header__logo-sub{font-family:var(--font-display);font-size:9px;letter-spacing:4px;color:var(--accent-2);text-transform:uppercase}.site-header__logo-main{font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:3px;color:var(--text);text-transform:uppercase;line-height:1}.site-header__actions{display:flex;align-items:center;gap:8px}.icon-btn{width:40px;height:40px;border-radius:var(--radius-full);background:var(--surface);border:none;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;text-decoration:none;position:relative}.icon-btn:hover{background:var(--surface-2)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--accent);color:var(--bg-dark);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.search-bar{margin:16px 20px;position:relative}.search-bar__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:20px}.search-bar__input{width:100%;background:var(--surface);border:none;border-radius:var(--radius-full);padding:12px 16px 12px 44px;color:var(--text);font-family:var(--font-body);font-size:14px;outline:none;transition:box-shadow .2s}.search-bar__input::placeholder{color:var(--text-muted)}.search-bar__input:focus{box-shadow:0 0 0 2px var(--accent)}.section-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin-bottom:14px}.section-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text)}.section-link{font-size:13px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:color .2s}.section-link:hover{color:var(--accent)}.categories{padding:0 20px;margin-bottom:32px}.categories__scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.category-btn{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:70px;background:none;border:none;cursor:pointer;text-decoration:none}.category-btn__icon{width:64px;height:64px;border-radius:var(--radius-full);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:background .2s,color .2s}.category-btn--active .category-btn__icon{background:var(--accent);color:var(--bg-dark)}.category-btn__label{font-size:11px;font-weight:600;color:var(--text-muted)}.category-btn--active .category-btn__label{color:var(--text)}.products-scroll{display:flex;gap:16px;overflow-x:auto;padding:0 20px 16px}.products-scroll .product-card{min-width:200px;flex-shrink:0}.product-card{min-width:0;background:var(--surface);border-radius:var(--radius-lg);padding:14px;cursor:pointer;transition:transform .2s;text-decoration:none;color:inherit;display:block;position:relative}.product-card:hover{transform:translateY(-2px)}.product-card__image-wrap{height:160px;background:var(--surface-2);border-radius:var(--radius);overflow:hidden;margin-bottom:12px;display:flex;align-items:center;justify-content:center;position:relative}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:8px;left:8px;background:var(--accent);color:var(--bg-dark);font-size:9px;font-weight:700;padding:3px 8px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:1px}.product-card__placeholder{color:var(--text-muted);font-size:40px}.product-card__sku{font-size:10px;color:var(--text-muted);font-family:var(--font-body);margin-bottom:2px;text-transform:uppercase;letter-spacing:1px}.product-card__title{font-family:var(--font-display);font-size:13px;font-weight:700;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__footer{display:flex;justify-content:space-between;align-items:center}.product-card__price{font-family:var(--font-display);font-size:15px;font-weight:700}.product-card__add{width:34px;height:34px;background:var(--text);color:var(--bg-dark);border-radius:var(--radius-full);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.product-card__add:hover{background:var(--accent)}.products-list{padding:0 20px;display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.product-list-item{background:var(--surface);border-radius:var(--radius-lg);padding:12px;display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;cursor:pointer;transition:background .2s}.product-list-item:hover{background:var(--surface-2)}.product-list-item__image{width:80px;height:80px;border-radius:var(--radius);background:var(--surface-2);overflow:hidden;flex-shrink:0}.product-list-item__image img{width:100%;height:100%;object-fit:cover}.product-list-item__info{flex:1}.product-list-item__title{font-family:var(--font-display);font-size:13px;font-weight:700;margin-bottom:4px}.product-list-item__sub{font-size:11px;color:var(--text-muted)}.product-list-item__price{font-family:var(--font-display);font-size:14px;font-weight:700;margin-top:6px}.product-list-item__arrow{width:38px;height:38px;border-radius:var(--radius-full);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:background .2s,color .2s}.product-list-item:hover .product-list-item__arrow{background:var(--accent);color:var(--bg-dark);border-color:var(--accent)}.hero{margin:0 20px 28px;border-radius:var(--radius-lg);overflow:hidden;position:relative;min-height:200px;background:var(--surface);display:flex;align-items:flex-end}.hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,12,16,.9) 0%,transparent 60%)}.hero__content{position:relative;z-index:1;padding:24px;width:100%}.hero__tag{font-size:10px;font-weight:700;letter-spacing:3px;color:var(--accent);text-transform:uppercase;margin-bottom:6px}.hero__title{font-family:var(--font-display);font-size:28px;font-weight:800;line-height:1.1;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:var(--radius-full);font-family:var(--font-display);font-size:15px;font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:opacity .2s,transform .15s}.btn:active{transform:scale(.97)}.btn--primary{background:var(--text);color:var(--bg-dark)}.btn--primary:hover{opacity:.9}.btn--outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn--full{width:100%}.btn--sm{padding:8px 18px;font-size:13px}.product-gallery{position:relative;margin-bottom:16px}.product-gallery__main{width:100%;aspect-ratio:1;background:var(--surface);overflow:hidden}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 20px}.product-gallery__thumb{width:72px;height:72px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;border:2px solid transparent;cursor:pointer;transition:border-color .2s}.product-gallery__thumb--active{border-color:var(--accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:0 20px}.product-info__meta{font-size:10px;font-weight:600;letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;margin-bottom:6px}.product-info__title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:4px}.product-info__price{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--accent);margin-bottom:20px}.product-info__label{font-family:var(--font-display);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;color:var(--text-muted)}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}.size-btn{padding:12px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-display);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.size-btn:hover{border-color:var(--accent)}.size-btn--active{border-color:var(--accent);background:#d1d5db1a}.size-btn--sold{color:var(--text-muted);text-decoration:line-through;cursor:not-allowed;opacity:.5}.product-cta{position:fixed;bottom:72px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:440px;background:#0b0c10f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:12px 0;z-index:90}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px;margin-bottom:20px;width:100%;box-sizing:border-box}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;z-index:100;background:#0b0c10f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:8px 12px 20px;display:flex;justify-content:space-around;align-items:center}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;color:var(--text-muted);transition:color .2s;cursor:pointer;background:none;border:none;font-family:var(--font-body);padding:4px 8px;position:relative;min-width:48px}.bottom-nav__item .material-icons{font-size:22px}.bottom-nav__item span:not(.material-icons):not(.bottom-nav__badge){font-size:10px;font-weight:600}.bottom-nav__item--active,.bottom-nav__item:hover{color:var(--text)}.bottom-nav__cart-btn{background:none;border:none;cursor:pointer;font-family:inherit;padding:4px 8px}.bottom-nav__badge{position:absolute;top:0;right:4px;background:var(--accent);color:var(--bg-dark);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:32px 20px 100px}.site-footer__inner{display:flex;flex-direction:column;gap:20px}.site-footer__logo{font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:3px;text-transform:uppercase;display:block}.site-footer__tagline{font-size:11px;color:var(--text-muted);margin-top:3px;letter-spacing:1px}.site-footer__links{display:flex;flex-wrap:wrap;gap:8px 16px}.site-footer__link{font-size:12px;color:var(--text-muted);text-decoration:none;transition:color .2s}.site-footer__link:hover{color:var(--text)}.site-footer__contact{display:flex;gap:12px;flex-wrap:wrap}.site-footer__wa{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#25d366;text-decoration:none;background:#25d36614;padding:6px 12px;border-radius:var(--radius-full);border:1px solid rgba(37,211,102,.2);transition:background .2s}.site-footer__wa:hover{background:#25d36626}.site-footer__legal{font-size:10px;color:var(--text-muted);opacity:.6;padding-top:12px;border-top:1px solid var(--border)}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200}.cart-overlay.active{display:block}.cart-drawer{position:fixed;bottom:0;left:50%;transform:translate(-50%) translateY(100%);width:100%;max-width:480px;background:var(--surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:201;transition:transform .35s cubic-bezier(.4,0,.2,1);max-height:80vh;display:flex;flex-direction:column}.cart-drawer.active{transform:translate(-50%) translateY(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 14px;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:var(--font-display);font-size:18px;font-weight:700}.cart-drawer__close{background:none;border:none;color:var(--text-muted);cursor:pointer}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 20px}.cart-drawer__footer{padding:16px 20px 24px;border-top:1px solid var(--border)}.cart-drawer__total{display:flex;justify-content:space-between;font-family:var(--font-display);font-weight:700;font-size:16px;margin-bottom:14px}.cart-item{display:flex;gap:12px;margin-bottom:16px}.cart-item__image{width:64px;height:64px;border-radius:var(--radius);background:var(--surface-2);overflow:hidden;flex-shrink:0}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-size:13px;font-weight:600;margin-bottom:4px}.cart-item__price{font-size:14px;font-weight:700;color:var(--accent)}.cart-empty{text-align:center;padding:40px 20px;color:var(--text-muted)}.mb-8{margin-bottom:32px}.mb-4{margin-bottom:16px}.mt-4{margin-top:16px}.px-5{padding:0 20px}.px-section{padding-left:20px;padding-right:20px}.text-muted{color:var(--text-muted);font-size:13px}.fw-bold{font-weight:700}@media(min-width:480px){.curva-app{border-left:1px solid var(--border);border-right:1px solid var(--border)}}.cart-overlay.open{display:block}.cart-drawer.open{transform:translate(-50%) translateY(0)}.mobile-menu{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100dvh;background:var(--surface);z-index:300;transition:left .3s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{left:0}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-menu__inner{padding:60px 28px 28px}.mobile-menu__close{position:absolute;top:16px;right:16px;background:var(--surface-2)}.mobile-menu__links{list-style:none;margin-top:20px}.mobile-menu__links li{border-bottom:1px solid var(--border)}.mobile-menu__links a{display:block;padding:18px 0;font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text);text-decoration:none;transition:color .2s}.mobile-menu__links a:hover{color:var(--accent)}.footer-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--text-muted);transition:color .2s;cursor:pointer;background:none;border:none;font-family:var(--font-body);position:relative}.footer-nav__item--active,.footer-nav__item:hover{color:var(--text)}.footer-nav__item .material-icons{font-size:24px}.footer-nav__item span:last-of-type{font-size:10px;font-weight:600}.footer-nav__badge{position:absolute;top:-4px;right:-6px;background:var(--accent);color:var(--bg-dark);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55}.hero__bg--gradient{background:linear-gradient(135deg,var(--surface) 0%,var(--surface-2) 100%);opacity:1}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,12,16,.92) 0%,transparent 60%)}.hero__content{z-index:1}.hero__eyebrow{font-size:10px;font-weight:700;letter-spacing:3px;color:var(--accent);text-transform:uppercase;margin-bottom:6px}.hero__heading{font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1.1;margin-bottom:8px}.hero__subheading{font-size:14px;color:var(--text-muted);margin-bottom:18px}.hero__cta{background:var(--accent);color:var(--bg-dark);padding:12px 24px;font-size:14px}.product-gallery__dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px}.product-gallery__dot{width:8px;height:8px;border-radius:var(--radius-full);background:#fff6;border:none;cursor:pointer;transition:background .2s}.product-gallery__dot--active{background:#fff}.product-info__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.product-info__vendor{font-size:10px;font-weight:600;letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;display:block;margin-bottom:4px}.product-info__desc{font-size:13px;color:var(--text-muted);line-height:1.6;margin:12px 0 20px}.product-rating{display:flex;align-items:center;gap:2px;margin-bottom:8px}.product-rating .material-icons{font-size:14px;color:#fbbf24}.product-rating__count{font-size:12px;color:var(--text-muted);margin-left:4px}.variant-block{margin-bottom:20px}.variant-block__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.variant-block__label{font-family:var(--font-display);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.variant-block__hint{font-size:12px;color:var(--accent);font-weight:600}.size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.size-btn{padding:12px 6px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);color:var(--text);font-family:var(--font-display);font-size:12px;font-weight:600;cursor:pointer;transition:all .18s;text-align:center;line-height:1.2}.size-btn:hover:not(:disabled){border-color:var(--accent);background:#d1d5db14}.size-btn--selected{border-color:var(--accent)!important;background:#d1d5db26!important;color:var(--text);box-shadow:0 0 0 1px var(--accent)}.size-btn--sold,.size-btn:disabled{color:var(--text-muted);text-decoration:line-through;cursor:not-allowed;opacity:.4;border-color:var(--border);background:transparent}.branch-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.branch-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 12px;border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);font-family:var(--font-display);font-size:13px;font-weight:600;cursor:pointer;transition:all .18s}.branch-btn:hover:not(:disabled):not(.branch-btn--disabled){border-color:var(--accent);color:var(--text)}.branch-btn--selected{border-color:var(--accent)!important;background:#d1d5db26!important;color:var(--text)!important;box-shadow:0 0 0 1px var(--accent)}.branch-btn--disabled,.branch-btn:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.branch-btn__icon{font-size:16px;color:var(--accent)}.product-availability{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);margin-bottom:16px}.avail-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.avail-dot--in{background:#22c55e;box-shadow:0 0 6px #22c55e80}.avail-dot--out{background:#ef4444}.product-sticky-cta__hint{text-align:center;font-size:11px;color:var(--text-muted);margin-top:6px}.product-gallery__placeholder{width:100%;aspect-ratio:1;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.product-gallery__placeholder .material-icons{font-size:64px}.references{margin-bottom:24px}.references__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.references__title{font-family:var(--font-display);font-size:14px;font-weight:700}.references__scroll{display:flex;gap:10px;overflow-x:auto}.reference-card{width:110px;height:148px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;position:relative;background:var(--surface-2)}.reference-card__img{width:100%;height:100%;object-fit:cover}.reference-card__handle{position:absolute;bottom:8px;left:8px;font-size:11px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.8)}.reference-card--more{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--text-muted)}.product-sticky-cta{position:fixed;bottom:68px;left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:440px;z-index:90;padding:12px 0;background:linear-gradient(to top,var(--bg-dark) 60%,transparent)}.collection-page__header{padding:20px 0 16px}.collection-page__title{font-family:var(--font-display);font-size:24px;font-weight:800;margin-bottom:4px}.collection-page__count{display:block;margin-top:4px;font-size:12px}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.collection-grid .product-card{min-width:unset}.collection-empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.collection-empty .material-icons{font-size:48px;display:block;margin-bottom:12px}.cart-page{padding:20px 20px 120px}.cart-page__title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:20px}.cart-page__items{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.cart-item__img-wrap{width:80px;height:80px;border-radius:var(--radius);overflow:hidden;flex-shrink:0;background:var(--surface-2);display:block}.cart-item__img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:13px;font-weight:600;color:var(--text);text-decoration:none;display:block;margin-bottom:2px}.cart-item__variant{display:block;font-size:11px;margin-bottom:8px}.cart-item__row{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.cart-item__price{font-family:var(--font-display);font-size:14px;font-weight:700}.cart-item__remove{background:none;width:32px;height:32px}.quantity-picker{display:flex;align-items:center;gap:0;background:var(--surface-2);border-radius:var(--radius-full);overflow:hidden}.quantity-picker button{width:32px;height:32px;background:none;border:none;color:var(--text);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-picker span{font-size:13px;font-weight:600;min-width:28px;text-align:center}.cart-page__summary{background:var(--surface);border-radius:var(--radius-lg);padding:20px}.cart-page__row{display:flex;justify-content:space-between;font-size:14px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 20px;color:var(--text-muted)}.cart-empty__icon{font-size:64px!important;opacity:.4}.btn--ghost{background:transparent;color:var(--text-muted);border:1.5px solid var(--border)}.btn--ghost:hover{color:var(--text);border-color:var(--accent)}.icon-btn--dark{background:var(--text);color:var(--bg-dark);width:36px;height:36px}.icon-btn--dark:hover{background:var(--accent)}.product-card__name{font-family:var(--font-display);font-size:13px;font-weight:700;margin-bottom:2px;display:block;color:var(--text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__vendor{font-size:11px;color:var(--text-muted);margin-bottom:8px}.product-card__body{padding-top:0;position:relative}.product-card__wishlist{position:absolute;top:-164px;right:0;background:#0b0c1099;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:34px;height:34px}.product-card__badge--sold{background:var(--surface-2);color:var(--text-muted);left:unset;right:8px}.product-detail{padding-bottom:140px}.curva-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%) translateY(20px);background:var(--surface);color:var(--text);padding:12px 24px;border-radius:var(--radius-full);font-size:13px;font-weight:600;border:1px solid var(--border);z-index:500;opacity:0;transition:opacity .3s,transform .3s;white-space:nowrap}.curva-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.featured-collection{margin-bottom:32px}.section-header.px-section{padding-left:20px;padding-right:20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.support-page{padding-top:24px;padding-bottom:100px;display:flex;flex-direction:column;gap:28px}.support-hero{text-align:center;padding:16px 0 4px}.support-hero__icon{font-size:44px;color:var(--accent);display:block;margin-bottom:10px}.support-hero__title{font-family:var(--font-display);font-size:22px;font-weight:800;margin-bottom:6px}.support-hero__sub{font-size:13px;color:var(--text-muted);line-height:1.5}.support-branches{display:flex;flex-direction:column;gap:14px}.whatsapp-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:var(--text);transition:border-color .25s,box-shadow .25s,transform .2s;position:relative}.whatsapp-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#25d366;border-radius:4px 0 0 4px}.whatsapp-card:hover{border-color:#25d366;box-shadow:0 0 0 1px #25d36622,0 8px 24px #25d3661a;transform:translateY(-2px)}.whatsapp-card:active{transform:scale(.98)}.whatsapp-card__top{display:flex;align-items:center;gap:14px;padding:18px 18px 14px 22px}.whatsapp-card__icon-wrap{width:48px;height:48px;border-radius:var(--radius-full);background:#25d3661f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#25d366;transition:background .25s}.whatsapp-card:hover .whatsapp-card__icon-wrap{background:#25d36638}.whatsapp-card__svg{width:26px;height:26px}.whatsapp-card__meta{flex:1;display:flex;flex-direction:column;gap:2px}.whatsapp-card__label{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.whatsapp-card__name{font-family:var(--font-display);font-size:18px;font-weight:800;letter-spacing:.5px;color:var(--text)}.whatsapp-card__arrow{font-size:16px;color:var(--text-muted);transition:color .2s,transform .2s}.whatsapp-card:hover .whatsapp-card__arrow{color:#25d366;transform:translate(3px)}.whatsapp-card__bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 18px 16px 22px;border-top:1px solid var(--border)}.whatsapp-card__cta{font-family:var(--font-display);font-size:13px;font-weight:700;color:#25d366}.whatsapp-card__hint{font-size:11px;color:var(--text-muted);opacity:.7}.support-hours{display:flex;align-items:flex-start;gap:16px;background:var(--surface);border-radius:var(--radius-lg);padding:20px;border:1px solid var(--border)}.support-hours__icon-wrap{width:44px;height:44px;border-radius:var(--radius-full);background:#d1d5db1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.support-hours__body{flex:1}.support-hours__title{font-family:var(--font-display);font-size:14px;font-weight:700;margin-bottom:10px}.support-hours__grid{display:grid;grid-template-columns:auto 1fr;gap:4px 16px;font-size:13px;color:var(--text-muted);margin-bottom:10px}.support-hours__grid span:nth-child(odd){font-weight:600;color:var(--text)}.support-hours__note{font-size:11px;color:var(--text-muted);opacity:.8;border-top:1px solid var(--border);padding-top:10px;margin-top:4px}.support-faq__title{font-family:var(--font-display);font-size:15px;font-weight:700;margin-bottom:12px;letter-spacing:.3px}.faq-list{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item__q{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;cursor:pointer;font-family:var(--font-display);font-size:13px;font-weight:600;list-style:none;transition:background .2s;-webkit-user-select:none;user-select:none}.faq-item__q::-webkit-details-marker{display:none}.faq-item__q:hover{background:#ffffff08}.faq-item__arrow{font-size:20px;color:var(--text-muted);transition:transform .25s;flex-shrink:0}details[open]>.faq-item__q{color:var(--accent)}details[open] .faq-item__arrow{transform:rotate(180deg);color:var(--accent)}.faq-item__a{padding:0 18px 16px;font-size:13px;color:var(--text-muted);line-height:1.65}@media(min-width:768px){.support-branches{flex-direction:row;gap:16px}.whatsapp-card{flex:1}.support-page{padding-bottom:60px;max-width:800px}}.header-desktop-nav,.header-search-link{display:none}.footer-nav__cart-btn{background:none;border:none;cursor:pointer;font-family:inherit;padding:0}@media(min-width:768px){body.curva-body{align-items:flex-start;justify-content:center}.curva-app{max-width:1280px;width:100%;margin-left:auto;margin-right:auto;box-shadow:none}.curva-main{padding-bottom:0}.bottom-nav{display:none}.site-footer{padding:40px}.site-footer__inner{flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:32px}.site-footer__brand{flex:0 0 auto}.site-footer__links{flex:1;justify-content:center}.site-footer__contact{flex:0 0 auto;flex-direction:column}.site-footer__legal{width:100%;margin-top:8px}.site-header{padding:16px 40px}.header-hamburger{display:none}.header-desktop-nav{display:flex;align-items:center;gap:4px;position:absolute;left:50%;transform:translate(-50%)}.header-nav-link{font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--text-muted);text-decoration:none;padding:8px 14px;border-radius:var(--radius-full);transition:background .2s,color .2s;letter-spacing:.5px}.header-nav-link:hover{background:var(--surface);color:var(--text)}.header-nav-link--active{color:var(--text)}.header-search-link{display:flex}.px-section,.section-header.px-section{padding-left:40px;padding-right:40px}.categories{padding:0 40px}.categories__scroll{gap:24px}.hero{margin:0 40px 40px;min-height:420px}.hero__heading{font-size:44px}.hero__subheading{font-size:15px}.hero__content{padding:36px}.products-scroll{display:grid;grid-template-columns:repeat(3,1fr);overflow-x:visible;padding:0 40px 20px;gap:16px}.product-card{min-width:unset}.collection-grid{grid-template-columns:repeat(3,1fr);padding:0 40px;gap:16px}.collection-page{padding:0 40px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 40px 60px;align-items:start}.product-gallery{margin-bottom:0}.product-info{padding:0}.product-sticky-cta{position:static;transform:none;width:100%;max-width:none;padding:0;background:none;margin-top:20px;bottom:auto;left:auto}.cart-page{padding:40px 40px 60px;display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-page__title{grid-column:1 / -1}.cart-page__items{margin-bottom:0}.featured-collection{margin-bottom:40px}}@media(min-width:1024px){.products-scroll,.collection-grid{grid-template-columns:repeat(4,1fr)}.hero{min-height:520px}.hero__heading{font-size:56px}}@media(min-width:1280px){.curva-app{max-width:1440px}.products-scroll{grid-template-columns:repeat(5,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
