@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-grafite:#2d2f36;--color-carvao:#1a1a1d;--color-energy-yellow:#f8ca31;--color-branco:#fefefe;--color-cinza-claro:#e6e6e6;--color-cinza-medio:#6a6a70;--font-heading:"Bebas Neue", sans-serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:clip}body{font-family:var(--font-body);background-color:var(--color-grafite);color:var(--color-branco);-webkit-font-smoothing:antialiased;padding-bottom:20px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.w-full{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn-primary{background-color:var(--color-energy-yellow);color:var(--color-carvao);border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:#dca010;transform:translateY(-2px)}.btn-secondary{color:var(--color-branco);border:1px solid var(--color-cinza-medio);background-color:#0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--color-branco);background-color:#ffffff0d}.header{z-index:999;border-bottom:2px solid var(--color-energy-yellow);-webkit-backdrop-filter:blur(14px);background-color:#2d2f36fa;width:100%;padding:10px 0;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #0006}.header-content{justify-content:space-between;align-items:center;display:flex}.header-search-desktop{background-color:#00000026;border:1px solid #ffffff2e;border-radius:6px;flex:1;align-items:center;max-width:400px;margin:0 20px;padding:8px 12px;transition:background .2s,border-color .2s;display:flex;position:relative}.header-search-desktop:focus-within{background-color:#00000038;border-color:#ffffff4d}.header-search-desktop .search-icon{color:var(--store-header-icons,#171717);opacity:.7;flex-shrink:0;margin-right:10px}.header-search-desktop input{color:var(--store-header-text,#171717);font-size:14px;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1}.header-search-desktop input::placeholder{color:var(--store-header-text,#171717);opacity:.55}.header-search-desktop .clear-search-btn{color:var(--store-header-icons,#171717);opacity:.7;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.header-search-desktop .clear-search-btn:hover{opacity:1}.popular-search-popover{color:#202124;z-index:1010;background:#fff;border:1px solid #e3e3df;border-radius:15px;width:min(430px,100vw - 32px);padding:16px;position:absolute;top:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 18px 45px #0000003d}.popular-search-popover>strong{margin-bottom:9px;font-size:13px;display:block}.popular-search-list{gap:2px;display:grid}.popular-search-list button{color:#303136;min-width:0;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:7px 6px;font-size:13px;display:flex}.popular-search-list button:hover,.popular-search-list button:focus-visible{background:#f4f4f1;outline:none}.popular-search-list button span,.catalog-search-suggestions button b{color:#18191c;background:#f2b41a;border-radius:6px;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:11px;font-weight:900;display:inline-grid}@media (width<=900px){.header-search-desktop{display:none}}.logo{font-family:var(--font-heading);color:var(--color-branco);flex-direction:column;font-size:32px;line-height:1;display:flex}.logo-sub{color:var(--color-energy-yellow);letter-spacing:2px;font-size:14px}.header-actions{align-items:center;gap:16px;display:flex}.icon-btn{color:var(--color-branco);transition:color .2s;position:relative}.icon-btn:hover{color:var(--color-energy-yellow)}.cart-icon-btn .cart-badge{background-color:var(--color-energy-yellow);color:var(--color-carvao);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hero{background-color:var(--color-carvao);align-items:center;height:480px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 100%)}.hero-content{z-index:10;max-width:600px;position:relative}.hero-title{text-shadow:2px 2px 4px #00000080;margin-bottom:16px;font-size:64px;line-height:.9}.hero-subtitle{color:var(--color-cinza-claro);text-shadow:1px 1px 2px #00000080;margin-bottom:32px;font-size:16px}.features-bar{background-color:var(--color-carvao);border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:24px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.feature-item{align-items:flex-start;gap:12px;display:flex}.feature-icon{color:var(--color-energy-yellow)}.feature-text h4{font-family:var(--font-body);text-transform:uppercase;margin-bottom:4px;font-size:14px;font-weight:600}.feature-text p{color:var(--color-cinza-medio);font-size:12px}.brand-filter-wrapper{margin-bottom:24px}.category-filter-wrapper{margin-bottom:12px}.brand-filter-bar,.category-filter-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding:4px 0 8px;display:flex;overflow-x:auto}.brand-filter-bar::-webkit-scrollbar{display:none}.category-filter-bar::-webkit-scrollbar{display:none}.brand-chip,.category-chip{background-color:var(--color-carvao);color:var(--color-cinza-claro);white-space:nowrap;border:1px solid #ffffff26;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .2s}.brand-chip:hover,.category-chip:hover{border-color:var(--color-energy-yellow);color:var(--color-branco)}.brand-chip.active,.category-chip.active{background-color:var(--color-energy-yellow);border-color:var(--color-energy-yellow);color:var(--color-carvao);font-weight:700}.toast-notification{color:#fff;z-index:200;background-color:#25d366;border-radius:30px;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:600;animation:.3s cubic-bezier(.175,.885,.32,1.275) toastPop;display:flex;position:fixed;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0006}@keyframes toastPop{0%{opacity:0;transform:translate(-50%,20px)scale(.9)}to{opacity:1;transform:translate(-50%)scale(1)}}.toast-icon{background-color:#fff3;border-radius:50%;padding:2px}.toast-close{color:#fffc;align-items:center;display:flex}.products-section{padding:40px 0 60px}.section-title{align-items:center;gap:12px;margin-bottom:24px;font-size:32px;display:flex}.section-title:after{content:"";background-color:var(--color-cinza-medio);opacity:.3;flex:1;height:1px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.product-card{background-color:var(--color-carvao);cursor:pointer;border-radius:8px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000004d}.product-image-wrap{background-color:var(--color-branco);padding-top:100%;position:relative}.discount-badge{color:#fff;z-index:10;background-color:#25d366;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.discount-badge-large{color:#fff;z-index:10;background-color:#25d366;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:700;position:absolute;top:16px;left:16px}.product-image{object-fit:contain;width:100%;height:100%;padding:16px;transition:transform .3s;position:absolute;top:0;left:0}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex-direction:column;flex-grow:1;padding:16px;display:flex}.product-brand{color:var(--color-cinza-medio);letter-spacing:1px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.product-name{flex-grow:1;margin-bottom:12px;font-size:15px;font-weight:500;line-height:1.3}.price-container{margin-bottom:12px}.product-price{color:var(--color-energy-yellow);align-items:center;gap:6px;font-size:20px;font-weight:700;display:flex}.price-tag{color:var(--color-energy-yellow);background-color:#f2b41a26;border-radius:3px;padding:2px 6px;font-size:11px;font-weight:600}.card-price{color:var(--color-cinza-medio);font-size:12px}.product-sizes{margin-bottom:16px}.sizes-label{color:var(--color-cinza-medio);margin-bottom:6px;font-size:11px}.sizes-grid{flex-wrap:wrap;gap:6px;display:flex}.size-btn{border:1px solid var(--color-cinza-medio);width:34px;height:34px;color:var(--color-cinza-claro);background:0 0;border-radius:4px;justify-content:center;align-items:center;font-size:13px;transition:all .2s;display:flex}.size-btn:not(.static-size):hover{border-color:var(--color-branco);color:var(--color-branco)}.size-btn.active{background-color:var(--color-energy-yellow);border-color:var(--color-energy-yellow);color:var(--color-carvao);font-weight:600}.product-actions{gap:10px;display:flex}.loading,.error{text-align:center;color:var(--color-cinza-claro);padding:80px 0;font-size:18px}.product-details-container{box-sizing:border-box;width:100%;max-width:1200px;padding:30px 20px 100px;overflow-x:hidden}.back-btn{color:var(--color-cinza-claro);align-items:center;gap:8px;margin-bottom:24px;font-size:14px;transition:color .2s;display:inline-flex}.back-btn:hover{color:var(--color-energy-yellow)}.storefront-app .back-btn{color:#1a1a1d;background:#fff;border:1px solid #d8d8d3;border-radius:10px;padding:10px 14px;font-weight:800;box-shadow:0 2px 7px #17181b14}.storefront-app .back-btn:hover,.storefront-app .back-btn:focus-visible{color:#17181b;background:#fff6dc;border-color:#f8ca31}.product-details-grid{background-color:var(--color-carvao);box-sizing:border-box;border-radius:12px;grid-template-columns:1fr 1fr;gap:50px;width:100%;min-width:0;max-width:100%;padding:36px;display:grid;overflow-x:hidden}.suggested-products-section{border-top:1px solid #ffffff1a;width:100%;margin-top:48px;padding-top:36px}.suggested-products-header{margin-bottom:24px}.suggested-products-header h2{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 6px;font-size:1.5rem;font-weight:800}.suggested-products-header p{color:#a3a3a3;margin:0;font-size:.9rem}.suggested-products-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=1024px){.suggested-products-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (width<=768px){.suggested-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.suggested-product-card{background-color:var(--color-carvao);cursor:pointer;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.suggested-product-card:hover{border-color:var(--color-energy-yellow);transform:translateY(-4px);box-shadow:0 8px 24px #0006}.suggested-card-image-wrap{aspect-ratio:1;background-color:#fff;width:100%;position:relative;overflow:hidden}.suggested-card-img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.suggested-product-card:hover .suggested-card-img{transform:scale(1.05)}.suggested-discount-badge{color:#fff;z-index:2;background-color:#10b981;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:800;position:absolute;top:8px;left:8px}.suggested-card-body{flex-direction:column;flex:1;gap:4px;padding:14px;display:flex}.suggested-card-brand{color:#a3a3a3;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.suggested-card-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.suggested-card-price-row{align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}.suggested-card-price{color:var(--color-energy-yellow);font-size:1.1rem;font-weight:800}.suggested-pix-tag{color:#10b981;background:#10b98126;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.product-gallery{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;min-width:0;max-width:100%;display:flex;overflow-x:hidden}.main-image-wrap{box-sizing:border-box;aspect-ratio:1;background-color:var(--color-branco);border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:100%;padding:30px;display:flex;position:relative;overflow:hidden}.main-image{object-fit:contain;max-width:100%;max-height:100%}.gallery-arrow{cursor:pointer;color:#fff;z-index:10;background:#000000d9;border:1px solid #111;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 5px #0006}.gallery-arrow:hover{color:#fff;background:#000;transform:translateY(-50%)scale(1.1)}.gallery-arrow.prev-arrow{left:10px}.gallery-arrow.next-arrow{right:10px}.gallery-dots{justify-content:center;gap:8px;margin-top:4px;display:flex}.gallery-dots .dot{cursor:pointer;background-color:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .2s}.gallery-dots .dot.active{background-color:var(--color-energy-yellow);border-radius:4px;width:20px}.thumbnail-list{box-sizing:border-box;-webkit-overflow-scrolling:touch;gap:10px;width:100%;max-width:100%;padding-bottom:8px;display:flex;overflow-x:auto}.thumbnail-wrap{background-color:var(--color-branco);cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:70px;height:70px;padding:8px;transition:border-color .2s}.thumbnail-wrap.active{border-color:var(--color-energy-yellow)}.thumbnail-img{object-fit:contain;width:100%;height:100%}.product-info-detailed{flex-direction:column;display:flex}.product-name-large{margin-bottom:12px;font-size:38px;line-height:1.1}.price-details-box{margin-bottom:24px}.product-price-large{color:var(--color-energy-yellow);align-items:center;gap:8px;font-size:34px;font-weight:700;display:flex}.price-tag-large{color:var(--color-energy-yellow);background-color:#f2b41a33;border-radius:4px;padding:4px 8px;font-size:13px;font-weight:600}.card-price-large{color:var(--color-cinza-claro);margin-top:4px;font-size:14px}.product-sizes-selector{margin-bottom:30px}.add-to-cart-btn{margin-bottom:30px;padding:16px;font-size:16px}.product-description-wrap{width:100%;min-width:0;max-width:100%;overflow-x:hidden}.product-description-wrap h3{border-bottom:1px solid #ffffff1a;margin-bottom:12px;padding-bottom:8px;font-size:18px}.product-description{color:var(--store-description-text,#4b5563);word-break:break-word;overflow-wrap:anywhere;white-space:normal;max-width:100%;font-size:14px;line-height:1.7}.product-description *{word-break:break-word!important;overflow-wrap:anywhere!important;max-width:100%!important}.sticky-bottom-bar{background-color:var(--color-carvao);border-top:2px solid var(--color-energy-yellow);z-index:90;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;display:none;position:fixed;bottom:0;left:0;box-shadow:0 -5px 15px #00000080}.sticky-bar-info{flex-direction:column;display:flex}.sticky-bar-label{color:var(--color-cinza-medio);text-transform:uppercase;font-size:10px}.sticky-bar-price{color:var(--color-energy-yellow);font-size:18px;font-weight:700}.sticky-bar-btn{padding:10px 20px;font-size:14px;font-weight:700}.cart-overlay{z-index:99;opacity:0;pointer-events:none;background-color:#000000b3;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.cart-sidebar{width:100%;max-width:var(--store-cart-width,450px);background-color:var(--store-cart-bg,#fff);height:100vh;color:var(--store-text-primary,#171717);z-index:100;border-left:1px solid var(--store-border,#e5e5e5);flex-direction:column;transition:right .3s;display:flex;position:fixed;top:0;right:-450px;box-shadow:-5px 0 20px #00000026}.cart-header{background-color:var(--store-background,#fff);border-bottom:2px solid var(--store-primary,#f8ca31);justify-content:space-between;align-items:center;padding:20px;display:flex}.cart-header h2{color:var(--store-text-primary,#171717);margin:0;font-size:24px}.close-cart-btn{color:var(--store-text-secondary,#4b5563)}.close-cart-btn:hover{color:var(--store-text-primary,#171717)}.cart-items{flex-direction:column;flex-grow:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.empty-cart{text-align:center;color:var(--color-cinza-medio);margin-top:50px}.cart-item{background-color:var(--store-surface,#f5f5f5);border:1px solid var(--store-border,#e5e5e5);border-radius:8px;gap:12px;padding:12px;display:flex}.cart-item-img-wrap{background-color:var(--color-branco);border-radius:4px;flex-shrink:0;width:75px;height:75px;padding:5px}.cart-item-img-wrap img{object-fit:contain;width:100%;height:100%}.cart-item-details{flex-grow:1}.cart-item-brand{color:var(--store-text-secondary,#4b5563);text-transform:uppercase;font-size:10px}.cart-item-name{color:var(--store-text-primary,#171717);margin-bottom:4px;font-size:13px;font-weight:500}.cart-item-size{color:var(--store-text-secondary,#4b5563);margin-bottom:6px;font-size:12px}.cart-item-price{color:var(--store-product-price,#b77900);align-items:center;gap:6px;margin-bottom:8px;font-weight:700;display:flex}.cart-pix-tag{color:#fff;background-color:#25d366;border-radius:2px;padding:1px 4px;font-size:9px}.cart-item-actions{justify-content:space-between;align-items:center;display:flex}.quantity-controls{background-color:#ffffff0d;border-radius:4px;align-items:center;gap:8px;padding:2px 6px;display:flex}.quantity-controls button{color:var(--store-text-secondary,#4b5563);justify-content:center;align-items:center;display:flex}.quantity-controls button:hover{color:var(--store-text-primary,#171717)}.quantity-controls span{text-align:center;width:18px;font-size:13px;font-weight:600}.remove-item-btn{color:#ff4d4d;font-size:12px;text-decoration:underline}.cart-footer{background-color:var(--store-background,#fff);border-top:1px solid var(--store-border,#e5e5e5);padding:16px 20px}.cart-totals-box{margin-bottom:16px}.pix-total{color:var(--store-product-price,#b77900);justify-content:space-between;font-size:18px;font-weight:700;display:flex}.cart-subtotal-card{color:var(--store-text-secondary,#4b5563);text-align:right;margin-top:2px;font-size:12px}.checkout-btn{color:#fff;background-color:#25d366;padding:14px;font-size:15px}.checkout-btn:hover{background-color:#1ebd5a}.ai-chat-fab{background-color:var(--color-carvao);color:var(--color-energy-yellow);border:2px solid var(--color-energy-yellow);z-index:95;border-radius:30px;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 20px #00000080}.ai-chat-fab:hover{background-color:var(--color-energy-yellow);color:var(--color-carvao);transform:translateY(-3px)}.sparkles-icon{animation:6s linear infinite spinSlow}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-header-btn{border:1px solid var(--color-energy-yellow);color:var(--color-energy-yellow);background-color:#f2b41a26;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.ai-header-btn:hover{background-color:var(--color-energy-yellow);color:var(--color-carvao)}.ai-chat-page-overlay{background-color:var(--color-grafite);z-index:250;flex-direction:column;width:100vw;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) pageSlideUp;display:flex;position:fixed;top:0;left:0;overflow:hidden}@keyframes pageSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ai-page-header{background-color:var(--color-carvao);border-bottom:2px solid var(--color-energy-yellow);justify-content:space-between;align-items:center;padding:16px 20px;display:flex;box-shadow:0 4px 15px #0006}.ai-page-back-btn{color:var(--color-cinza-claro);align-items:center;gap:8px;font-size:14px;font-weight:500;transition:color .2s;display:flex}.ai-page-back-btn:hover{color:var(--color-energy-yellow)}.ai-page-header-title{align-items:center;gap:12px;display:flex}.ai-page-header-title h2{color:var(--color-branco);margin:0;font-size:18px;line-height:1.1}.ai-status{color:#25d366;font-size:11px;display:block}.ai-page-close-btn{color:var(--color-cinza-medio);align-items:center;transition:color .2s;display:flex}.ai-page-close-btn:hover{color:var(--color-energy-yellow)}.ai-page-messages{background-color:var(--color-grafite);flex-grow:1;padding:24px 0;overflow-y:auto}.ai-messages-inner{flex-direction:column;gap:18px;display:flex}.ai-page-footer{background-color:var(--color-carvao);border-top:1px solid #ffffff1a;padding:14px 0 18px}.chat-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;width:100%;display:grid}.ai-chat-messages{background-color:var(--color-grafite);flex-direction:column;flex-grow:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.ai-message-wrapper{flex-direction:column;gap:8px;max-width:90%;display:flex}.ai-message-wrapper.user{align-self:flex-end}.ai-message-wrapper.ai{align-self:flex-start}.ai-message-bubble{word-wrap:break-word;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.45}.ai-message-bubble.user{background-color:var(--color-energy-yellow);color:var(--color-carvao);border-bottom-right-radius:2px;font-weight:500}.ai-message-bubble.ai{background-color:var(--color-carvao);color:var(--color-branco);border:1px solid #ffffff1a;border-bottom-left-radius:2px}.chat-recommended-products{flex-direction:column;gap:8px;width:100%;margin-top:4px;display:flex}.chat-rec-label{color:var(--color-energy-yellow);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.chat-product-card-item{background-color:var(--color-carvao);cursor:pointer;border:1px solid #f2b41a66;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000004d}.chat-product-card-item:hover{border-color:var(--color-energy-yellow);background-color:#25262a;transform:translateY(-2px)}.chat-card-thumb-wrap{background-color:#fff;border-radius:4px;flex-shrink:0;width:48px;height:48px;padding:4px}.chat-card-thumb{object-fit:contain;width:100%;height:100%}.chat-card-details{flex-grow:1;min-width:0}.chat-card-brand{color:var(--color-cinza-medio);text-transform:uppercase;font-size:9px;display:block}.chat-card-name{color:var(--color-branco);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:600;line-height:1.2;overflow:hidden}.chat-card-price{color:var(--color-energy-yellow);align-items:center;gap:4px;margin-top:2px;font-size:12px;font-weight:700;display:flex}.chat-card-pix{color:#fff;background-color:#25d366;border-radius:2px;padding:1px 3px;font-size:9px}.chat-card-arrow{color:var(--color-energy-yellow);flex-shrink:0}.typing-dots{align-items:center;gap:4px;padding:4px 8px;display:flex}.typing-dots span{background-color:var(--color-energy-yellow);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ai-quick-prompts{scrollbar-width:none;background-color:#161619;border-top:1px solid #ffffff0d;gap:8px;padding:8px 12px;display:flex;overflow-x:auto}.ai-quick-prompts::-webkit-scrollbar{display:none}.ai-quick-prompts button{white-space:nowrap;color:var(--color-cinza-claro);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:6px 10px;font-size:11px;transition:all .2s}.ai-quick-prompts button:hover{border-color:var(--color-energy-yellow);color:var(--color-energy-yellow)}.ai-chat-input-wrap{background-color:var(--color-carvao);border-top:1px solid #ffffff1a;gap:8px;padding:10px 12px;display:flex}.ai-chat-input-wrap input{background-color:var(--color-grafite);color:var(--color-branco);border:1px solid #ffffff1a;border-radius:20px;outline:none;flex-grow:1;padding:8px 14px;font-size:13px}.ai-chat-input-wrap input:focus{border-color:var(--color-energy-yellow)}.ai-chat-input-wrap button{background-color:var(--color-energy-yellow);color:var(--color-carvao);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex}.ai-chat-input-wrap button:disabled{opacity:.4;cursor:not-allowed}@media (width<=900px){.product-details-grid{grid-template-columns:1fr;gap:24px;padding:24px 16px}.product-name-large{font-size:28px}.product-price-large{font-size:26px}}@media (width<=768px){.container{padding:0 14px}.header{padding:12px 0}.logo{font-size:26px}.logo-sub{font-size:11px}.hero{height:340px}.hero-title{margin-bottom:10px;font-size:38px}.hero-subtitle{margin-bottom:18px;font-size:13px}.btn-primary,.btn-secondary{min-height:44px;padding:10px 16px;font-size:13px}.desktop-only-btn{display:none}.sticky-bottom-bar{display:flex}.features-bar{padding:16px 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.feature-text h4{font-size:11px}.feature-text p{font-size:10px}.products-section{padding:30px 0}.section-title{margin-bottom:16px;font-size:24px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{border-radius:6px}.product-image{padding:10px}.product-info{padding:12px}.product-brand{font-size:10px}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.3;display:-webkit-box;overflow:hidden}.product-price{font-size:16px}.sizes-label{margin-bottom:4px;font-size:10px}.sizes-grid{gap:4px;max-height:60px;overflow-y:auto}.size-btn{width:30px;height:30px;font-size:11px}.cart-sidebar{max-width:100%}.cart-header{padding:16px}.cart-header h2{font-size:20px}.cart-items{gap:12px;padding:14px}.cart-item{gap:10px;padding:10px}.cart-item-img-wrap{width:60px;height:60px}.cart-item-name{font-size:12px}.cart-footer{padding:16px}.main-image-wrap{aspect-ratio:auto;height:240px;max-height:250px;padding:12px}.discount-badge-large{padding:4px 8px;font-size:11px;top:10px;left:10px}.product-name-large{margin-bottom:8px;font-size:22px;line-height:1.2}.product-price-large{font-size:24px}.price-details-box{margin-bottom:16px}.product-sizes-selector{margin-bottom:18px}.ai-chat-fab{border-radius:50%;justify-content:center;width:44px;height:44px;padding:0;bottom:72px;right:14px}.ai-chat-fab .fab-text{display:none}.ai-chat-window{width:calc(100vw - 20px);height:440px;bottom:70px;right:10px}}@media (width<=480px){.hero{height:280px}.hero-title{font-size:30px}.features-grid{grid-template-columns:1fr;gap:10px}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-details-container{padding:12px 8px 90px}.product-details-grid{border-radius:8px;padding:14px 10px}.main-image-wrap{height:200px;max-height:210px;padding:10px}.thumbnail-wrap{width:50px;height:50px;padding:4px}}.header-logo-icon{object-fit:cover;border-radius:8px;width:36px;height:36px}.header-logo-full{object-fit:contain;object-position:center;background:0 0;border-radius:7px;width:165px;height:59px;display:block}.pwa-install-banner{background-color:var(--color-carvao);border:1px solid var(--color-energy-yellow);z-index:98;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:calc(100% - 32px);max-width:500px;padding:12px 16px;animation:.3s ease-out pwaBannerSlideDown;display:flex;position:fixed;top:70px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0009}@keyframes pwaBannerSlideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.pwa-banner-content{align-items:center;gap:12px;display:flex}.pwa-banner-icon{object-fit:cover;border-radius:10px;flex-shrink:0;width:44px;height:44px}.pwa-banner-text h4{font-family:var(--font-body);text-transform:none;margin:0;font-size:14px;font-weight:700}.pwa-banner-text p{color:var(--color-cinza-claro);margin-top:2px;font-size:11px}.pwa-banner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.pwa-install-btn{border-radius:20px;padding:8px 14px;font-size:12px;font-weight:700}.pwa-dismiss-btn{color:var(--color-cinza-medio);align-items:center;padding:4px;display:flex}.pwa-dismiss-btn:hover{color:var(--color-branco)}.customer-header-btn{color:#fff;background:linear-gradient(135deg,#ffffff17,#ffffff09);border:1px solid #ffffff24;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:6px 11px 6px 7px;transition:border-color .18s,background .18s,transform .18s;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0f}.customer-header-btn:hover{color:#fff;background:#f2b41a1a;border-color:#f2b41ab3;transform:translateY(-1px)}.account-avatar{color:#1a1a1d;background:#f8ca31;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;position:relative}.customer-header-btn.logged-in .account-avatar{background:#fff}.account-status{background:#36c873;border:2px solid #1a1a1d;border-radius:50%;width:9px;height:9px;position:absolute;bottom:-2px;right:-2px}.account-copy{text-align:left;gap:1px;min-width:76px;display:grid}.account-copy small{color:#95989f;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:700;line-height:1.1}.account-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:105px;font-size:13px;line-height:1.25;overflow:hidden}.account-chevron{color:#777b82;transition:color .18s,transform .18s}.customer-header-btn:hover .account-chevron{color:#f8ca31;transform:translateY(1px)}.favorite-badge{color:#111;background:#f8ca31;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:800;display:grid;position:absolute;top:-6px;right:-6px}.favorite-product-btn,.favorite-detail-btn{color:#333;cursor:pointer;background:#fffffff0;border:1px solid #0000001f;place-items:center;transition:all .2s;display:grid}.favorite-product-btn{z-index:3;border-radius:50%;width:39px;height:39px;position:absolute;top:12px;right:12px;box-shadow:0 5px 18px #0000001f}.favorite-product-btn.active,.favorite-detail-btn.active{color:#d32626;border-color:#d3262659}.details-title-row{align-items:flex-start;gap:16px;display:flex}.details-title-row h1{flex:1}.favorite-detail-btn{border-radius:50%;flex:none;width:44px;height:44px}.size-btn.unavailable{opacity:.55;border-style:dashed;text-decoration:line-through;position:relative}.size-btn.unavailable svg{text-decoration:none;position:absolute;bottom:2px;right:2px}.size-help{color:#737373;margin-top:9px;display:block}.catalog-search-panel{background:radial-gradient(circle at 94% 0,#f2b41a29,#0000 31%),#1a1a1d;border:1px solid #f2b41a52;border-radius:16px;margin-bottom:18px;padding:clamp(17px,3vw,25px);box-shadow:0 12px 28px #12121438}.catalog-search-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.catalog-search-heading span{color:#f8ca31;letter-spacing:.14em;font-size:9px;font-weight:800}.catalog-search-heading h3{color:#fff;margin-top:3px;font-size:clamp(19px,2.4vw,27px)}.catalog-search-heading small{color:#8f9299;font-size:10px}.catalog-search-field{color:#7e8187;background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:11px;min-height:56px;padding:0 15px;transition:border-color .18s,box-shadow .18s;display:flex}.catalog-search-field:focus-within{border-color:#f8ca31;box-shadow:0 0 0 4px #f2b41a21}.catalog-search-field input{color:#1a1a1d;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px}.catalog-search-field input::-webkit-search-cancel-button{display:none}.catalog-search-field button{color:#5f6268;background:#eff0f2;border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.catalog-search-suggestions{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.catalog-search-suggestions span{color:#888b92;font-size:10px}.catalog-search-suggestions button{color:#d8d9dc;font:inherit;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;padding:5px 10px;font-size:10px;transition:border-color .16s,color .16s}.catalog-search-suggestions button:hover{color:#f8ca31;border-color:#f8ca31}.catalog-filter-row{justify-content:space-between;align-items:center;gap:14px;margin:0 0 18px;display:flex}.catalog-result-count{color:#c6c8cc;margin-right:auto;font-size:12px}.catalog-result-count strong{color:#fff;font-size:15px}.catalog-result-count span{color:#f8ca31}.catalog-actions-bottom{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.share-filter-btn{background:var(--color-energy-yellow);color:#17181b;height:38px;font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #d4a017;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex;box-shadow:0 2px 8px #f8ca3140}.share-filter-btn:hover{background:#facc15;transform:translateY(-1px);box-shadow:0 4px 14px #f8ca3166}.share-filter-btn strong{color:#fff;background:#17181b;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;display:inline-flex}.clear-filters-btn{color:#4b5563;height:38px;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:600;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-flex}.clear-filters-btn:hover{color:#dc2626;background:#fef2f2;border-color:#ef4444;transform:translateY(-1px)}.catalog-empty-search{text-align:center;background:#1a1a1d59;border:1px dashed #fff3;border-radius:14px;align-content:center;place-items:center;gap:8px;min-height:300px;padding:30px;display:grid}.catalog-empty-search>span{color:#f8ca31;background:#f2b41a24;border-radius:15px;place-items:center;width:58px;height:58px;display:grid}.catalog-empty-search h3{margin-top:6px;font-size:22px}.catalog-empty-search p{color:#a3a6ac;font-size:12px}.catalog-empty-search button{color:#1a1a1d;font:inherit;background:#f8ca31;border-radius:8px;margin-top:9px;padding:9px 15px;font-size:12px;font-weight:800}.customer-panel-overlay{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008f;position:fixed;inset:0}.customer-panel{z-index:1201;background:#fff;width:min(470px,100%);height:100dvh;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-16px 0 45px #0003}.customer-panel-header{z-index:2;color:#fff;background:#1a1a1d;justify-content:space-between;align-items:center;padding:22px 24px;display:flex;position:sticky;top:0}.customer-panel-header h2{margin:3px 0 0;font-size:24px}.customer-panel-header .eyebrow{color:#f8ca31;letter-spacing:.16em;font-size:10px;font-weight:800}.customer-panel-header .close-cart-btn{color:#fff}.customer-panel-body{color:#1a1a1d;padding:24px}.auth-mode-tabs{background:#f0f0f0;border-radius:10px;grid-template-columns:1fr 1fr;margin-bottom:24px;padding:4px;display:grid}.auth-mode-tabs button{font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:11px;font-weight:700}.auth-mode-tabs button.active{background:#fff;box-shadow:0 2px 8px #00000014}.customer-form{gap:17px;display:grid}.customer-form label{color:#1a1a1d;gap:7px;font-size:13px;font-weight:700;display:grid}.customer-form input{width:100%;font:inherit;border:1px solid #d5d5d5;border-radius:9px;padding:13px 14px}.customer-form input:focus{border-color:#f8ca31;outline:3px solid #f2b41a29}.size-preference-block,.profile-section{color:#1a1a1d;border-top:1px solid #ececec;padding-top:20px}.size-preference-block strong,.profile-section h3{color:#1a1a1d}.size-preference-block p,.profile-section p{color:#707070;margin:5px 0 14px;font-size:13px}.profile-size-grid{grid-template-columns:repeat(6,1fr);gap:7px;display:grid}.profile-size-grid button{min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:7px;font-weight:700}.profile-size-grid button.active{color:#111;background:#f8ca31;border-color:#f8ca31}.form-error{color:#a61f1f;background:#fff1f1;border-radius:7px;padding:10px 12px;font-size:13px}.profile-section{margin-bottom:28px}.admin-access-card{background:#fff8df;border:1px solid #efd177;border-radius:10px;padding:17px}.profile-section h3{align-items:center;gap:7px;margin:0 0 4px;display:flex}.profile-save-btn{margin-top:13px}.profile-favorites{gap:8px;display:grid}.favorites-whatsapp-btn{margin-top:12px}.profile-favorites>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:9px;grid-template-columns:56px 1fr auto;align-items:center;gap:11px;width:100%;padding:7px;display:grid}.profile-favorites img{object-fit:cover;border-radius:7px;width:56px;height:56px}.profile-favorites span{gap:3px;display:grid}.profile-favorites strong{font-size:12px}.profile-favorites small{color:#777}.favorite-arrow{transform:rotate(180deg)}.logout-btn{color:#9c2424;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-weight:700;display:inline-flex}@media (width<=720px){.customer-header-btn{background:#ffffff14;border:1px solid #fff3;border-radius:13px;justify-content:center;width:44px;height:44px;min-height:44px;padding:0}.account-avatar{flex-basis:32px;width:32px;height:32px}.customer-header-btn .account-copy,.customer-header-btn .account-chevron{display:none}.catalog-search-heading{align-items:flex-start}.catalog-search-panel{margin-left:14px;margin-right:14px;padding:16px}.catalog-search-heading small{display:none}.catalog-search-field{min-height:50px;padding:0 12px}.catalog-search-field input{font-size:12px}.catalog-filter-row{flex-direction:column;align-items:stretch;margin-left:14px;margin-right:14px}.catalog-result-count{margin-right:0}}.admin-page{z-index:2000;color:#17181b;background:#f3f4f6;position:fixed;inset:0;overflow-y:auto}.admin-header{z-index:5;color:#fff;background:#17181b;justify-content:space-between;align-items:center;gap:20px;padding:18px clamp(20px,4vw,56px);display:flex;position:sticky;top:0;box-shadow:0 3px 14px #0000002e}.admin-header span{color:#f8ca31;letter-spacing:.16em;font-size:11px;font-weight:800}.admin-header h1{margin:2px 0 0;font-size:clamp(25px,4vw,38px)}.admin-header>button,.admin-summary>button{font:inherit;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:11px 15px;font-weight:800;display:inline-flex}.admin-header>button{color:#fff;background:#2a2b2f}.admin-content{width:min(1450px,100% - 40px);margin:24px auto}.admin-summary{grid-template-columns:1fr 1fr auto;gap:12px;margin-bottom:18px;display:grid}.admin-summary>div,.admin-summary>button{background:#fff;border-radius:12px;min-height:72px;box-shadow:0 4px 16px #1218280f}.admin-summary>div{align-items:center;gap:12px;padding:15px 20px;display:flex}.admin-summary strong{font-size:22px;display:block}.admin-summary>button{color:#17181b;background:#f8ca31}.admin-message{color:#57430c;background:#fff7dc;border-left:4px solid #f8ca31;border-radius:6px;margin-bottom:14px;padding:12px 15px;font-weight:600}.admin-feedback-toast{z-index:2200;color:#1e613a;background:#f5fff8;border:1px solid #cae9d4;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:min(430px,100vw - 32px);padding:12px 13px;animation:.18s ease-out admin-feedback-enter;display:grid;position:fixed;top:92px;right:22px;box-shadow:0 16px 34px #142f1e33}.admin-feedback-toast.is-saving{color:#765300;background:#fff9e7;border-color:#f2c856}.admin-feedback-toast.is-error{color:#9e2828;background:#fff5f5;border-color:#f1c2c2}.admin-feedback-icon{color:#fff;background:currentColor;border-radius:50%;place-items:center;width:37px;height:37px;display:grid}.admin-feedback-toast>span:nth-child(2){gap:2px;min-width:0;display:grid}.admin-feedback-toast strong{font-size:13px;font-weight:850}.admin-feedback-toast small{color:inherit;font-size:11px;line-height:1.35}.admin-feedback-toast>button{color:currentColor;background:0 0;border:0;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.admin-feedback-toast>button:hover,.admin-feedback-toast>button:focus-visible{background:#00000014}.admin-page button:disabled{cursor:wait;opacity:.64}@keyframes admin-feedback-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin-workspace{background:#fff;border-radius:14px;grid-template-columns:390px 1fr;min-height:calc(100vh - 190px);display:grid;overflow:hidden;box-shadow:0 8px 30px #12182814}.admin-product-list{background:#fafafa;border-right:1px solid #e5e7eb}.admin-search{background:#fff;border:1px solid #d5d7dc;border-radius:9px;align-items:center;gap:9px;margin:15px;padding:0 12px;display:flex}.admin-search input{width:100%;font:inherit;background:0 0;border:0;outline:0;padding:13px 0}.admin-list-scroll{max-height:calc(100vh - 285px);overflow-y:auto}.admin-list-scroll>button{color:#17181b;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e8e8e8;grid-template-columns:58px 1fr;align-items:center;gap:11px;width:100%;padding:11px 15px;display:grid}.admin-list-scroll>button.active{background:#fff4ce;box-shadow:inset 4px 0 #f8ca31}.admin-list-scroll img,.admin-list-scroll>button>div{object-fit:cover;background:#eee;border-radius:8px;width:58px;height:58px}.admin-list-scroll span{gap:4px;display:grid}.admin-list-scroll strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.admin-list-scroll small{color:#6b6d73}.admin-editor{padding:clamp(20px,4vw,40px)}.admin-empty{color:#72757c;text-align:center;align-content:center;place-items:center;min-height:420px;display:grid}.admin-empty h2{color:#2a2b2f;margin-top:12px}.admin-editor-heading{border-bottom:1px solid #e7e7e7;align-items:center;gap:18px;padding-bottom:22px;display:flex}.admin-editor-heading img{object-fit:cover;border-radius:12px;width:92px;height:92px}.admin-editor-heading span{color:#8a690b;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.admin-editor-heading h2{max-width:700px;margin:5px 0 0;font-size:clamp(24px,3vw,34px)}.admin-form-grid{grid-template-columns:1fr 1fr;gap:17px;margin-top:24px;display:grid}.admin-form-grid label{color:#303136;gap:7px;font-size:12px;font-weight:800;display:grid}.admin-form-grid input:not([type=checkbox]){color:#17181b;width:100%;font:inherit;border:1px solid #d5d7dc;border-radius:8px;padding:12px}.admin-checkbox{align-self:end;align-items:center;min-height:45px;display:flex!important}.admin-checkbox input{width:18px;height:18px}.admin-save-btn{color:#fff;font:inherit;cursor:pointer;background:#17181b;border:0;border-radius:8px;align-items:center;gap:8px;margin-top:18px;padding:12px 18px;font-weight:800;display:inline-flex}.admin-variants{border-top:1px solid #e7e7e7;margin-top:32px;padding-top:24px}.admin-variants h3{margin-bottom:14px}.admin-variants>div{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:9px;display:grid}.admin-variant-row{border:1px solid #e0e1e4;border-radius:8px;grid-template-columns:38px 1fr auto;align-items:center;gap:7px;padding:8px;display:grid}.admin-variant-row input{width:100%;min-width:0;font:inherit;border:1px solid #d5d7dc;border-radius:6px;padding:8px}.admin-variant-row button{cursor:pointer;background:#f8ca31;border:0;border-radius:6px;padding:8px;font-weight:800}.admin-mobile-back{display:none}@keyframes admin-spin{to{transform:rotate(360deg)}}@media (width<=850px){.admin-feedback-toast{top:76px;right:16px}.admin-header>button{padding:11px;font-size:0}.admin-summary{grid-template-columns:1fr 1fr}.admin-summary>button{grid-column:1/-1}.admin-workspace{display:block}.admin-product-list{border:0;display:block}.admin-editor{display:none}.admin-product-list:has(+.admin-editor .admin-editor-heading){display:none}.admin-workspace:has(.admin-editor-heading) .admin-editor{display:block}.admin-mobile-back{font:inherit;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:18px;font-weight:800;display:inline-flex}.admin-list-scroll{max-height:none}.admin-form-grid{grid-template-columns:1fr}}.notification-permission-card{background:#f8f9fb;border:1px solid #d9dde5;border-radius:10px;padding:17px}.coupon-list,.notification-list{gap:9px;display:grid}.coupon-list>div{background:#fff8df;border:1px dashed #c89100;border-radius:9px;gap:3px;padding:13px;display:grid}.coupon-list strong{color:#7c5b00;letter-spacing:.08em;font-size:18px}.coupon-list span,.notification-list span{font-size:12px}.coupon-list small,.notification-list small{color:#777}.notification-list>button{color:#1a1a1d;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e3e6;border-radius:8px;gap:4px;padding:12px;display:grid}.notification-list>button.unread{background:#fffaf0;border-left:4px solid #f8ca31}.size-selector-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.size-selector-heading>button{color:#9c7000;font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800;text-decoration:underline}.size-guide-overlay{z-index:2600;background:#0000009e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.size-guide-modal{color:#1a1a1d;background:#fff;border-radius:14px;width:min(520px,100%);max-height:92dvh;overflow-y:auto;box-shadow:0 24px 70px #0000004d}.size-guide-modal>header{color:#fff;background:#1a1a1d;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.size-guide-modal>header span{color:#f8ca31;letter-spacing:.13em;font-size:10px;font-weight:800}.size-guide-modal>header h2{margin:2px 0 0}.size-guide-modal>header button{color:#fff;cursor:pointer;background:0 0;border:0}.size-guide-instructions{background:#fff7dc;border-radius:9px;gap:13px;margin:20px;padding:15px;display:flex}.size-guide-instructions p,.size-guide-warning{color:#676767;font-size:12px}.size-guide-table{border:1px solid #e0e1e3;border-radius:9px;margin:0 20px;overflow:hidden}.size-guide-table>div{text-align:center;grid-template-columns:1fr 1fr;padding:9px 14px;display:grid}.size-guide-table>div:nth-child(odd){background:#f5f5f5}.size-guide-table>div:first-child{color:#fff;background:#1a1a1d}.size-guide-warning{margin:15px 20px 22px}.admin-tabs{background:#e6e7ea;border-radius:10px;gap:5px;margin-bottom:12px;padding:5px;display:flex}.admin-tabs button{color:#4f5258;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:10px 16px;font-weight:800;display:inline-flex}.admin-tabs button.active{color:#17181b;background:#fff;box-shadow:0 2px 8px #00000014}.admin-new-product{color:#fff;width:calc(100% - 30px);font:inherit;cursor:pointer;background:#17181b;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;margin:15px;padding:11px;font-weight:800;display:flex}.admin-notify-btn{color:#17181b;font:inherit;cursor:pointer;background:#f8ca31;border:1px solid #d19a00;border-radius:8px;align-items:center;gap:8px;margin:18px 0 0 8px;padding:11px 16px;font-weight:800;display:inline-flex}.admin-section-card{background:#fff;border-radius:14px;padding:clamp(20px,4vw,38px);box-shadow:0 8px 30px #12182814}.admin-section-title{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.admin-section-title span{color:#9b7100;letter-spacing:.12em;font-size:10px;font-weight:800}.admin-section-title h2{color:#111827;letter-spacing:-.01em;margin-top:3px;font-size:20px;font-weight:700}.campaign-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:32px;margin-top:24px;display:grid}.campaign-form{gap:15px;display:grid}.campaign-form label{color:#303136;gap:7px;font-size:12px;font-weight:800;display:grid}.campaign-form input,.campaign-form textarea,.campaign-form select{color:#17181b;width:100%;font:inherit;background:#fff;border:1px solid #d5d7dc;border-radius:8px;padding:12px}.campaign-form textarea{resize:vertical;min-height:105px}.admin-send-btn{color:#17181b;font:inherit;cursor:pointer;background:#f8ca31;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:13px;font-weight:900;display:inline-flex}.campaign-history{border-left:1px solid #e6e6e6;padding-left:28px}.campaign-history h3{margin-bottom:13px}.campaign-history>div{border-bottom:1px solid #e8e8e8;gap:4px;padding:12px 0;display:grid}.campaign-history span,.campaign-history small{color:#686a70;font-size:12px}.demand-dashboard{--demand-yellow:#f5b719;--demand-dark:#17181b;background:#f7f7f8}.demand-title{border-bottom-color:#dedfe2}.demand-title p{color:#686b72;margin-top:7px;font-size:13px}.demand-refresh{color:#25262a;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8d9dc;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:800;transition:border-color .16s,transform .16s;display:inline-flex}.demand-refresh:hover{border-color:#b38713;transform:translateY(-1px)}.demand-refresh:disabled{cursor:wait;opacity:.65}.demand-kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0 14px;display:grid}.demand-kpi{background:#fff;border:1px solid #e0e1e4;border-radius:13px;align-items:flex-start;gap:11px;min-width:0;padding:16px;display:flex;box-shadow:0 5px 18px #1c1e230a}.demand-kpi-icon{color:#404248;background:#f1f2f4;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.demand-kpi>div:last-child{flex-direction:column;min-width:0;display:flex}.demand-kpi span{color:#74777e;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.demand-kpi strong{color:var(--demand-dark);margin:2px 0;font-size:clamp(25px,2.5vw,34px);line-height:1}.demand-kpi small{color:#9a9ca1;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.demand-kpi.favorites .demand-kpi-icon{color:#d84343;background:#fff0f0}.demand-kpi.waiting .demand-kpi-icon{color:#a87300;background:#fff6dc}.demand-kpi.whatsapp .demand-kpi-icon{color:#23834d;background:#e9f8ef}.demand-kpi.views .demand-kpi-icon{color:#4a63bd;background:#edf1ff}.demand-overview{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:14px;margin-bottom:14px;display:grid}.demand-insight{background:radial-gradient(circle at 92% 0%, #f5b7193d, transparent 32%), var(--demand-dark);color:#fff;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;padding:23px;display:grid;position:relative;overflow:hidden}.demand-insight:after{content:"";border:28px solid #ffffff09;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-62px;right:-34px}.demand-insight-icon{background:var(--demand-yellow);width:46px;height:46px;color:var(--demand-dark);border-radius:12px;place-items:center;display:grid}.demand-insight span,.demand-panel-heading span{color:#9b7100;letter-spacing:.11em;font-size:9px;font-weight:900}.demand-insight h3{text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:clamp(16px,1.7vw,21px);overflow:hidden}.demand-insight p{color:#aeb0b6;font-size:11px}.demand-top-size{z-index:1;background:#ffffff12;border:1px solid #ffffff21;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:2px 7px;min-width:122px;padding:11px 13px;display:grid}.demand-top-size span{color:#bfc1c7;letter-spacing:0;font-size:8px}.demand-top-size strong{color:var(--demand-yellow);grid-column:1/-1;font-size:28px;line-height:1}.demand-journey,.demand-ranking-panel{background:#fff;border:1px solid #e0e1e4;border-radius:15px;padding:19px}.demand-panel-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.demand-panel-heading svg{color:#a77900}.demand-panel-heading h3{color:#212226;margin-top:3px;font-size:16px}.demand-journey-list{gap:10px;display:grid}.demand-journey-row>div:first-child{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.demand-journey-row span{color:#686b72;font-size:10px;font-weight:700}.demand-journey-row strong{color:#2b2d31;font-size:11px}.demand-progress{background:#ecedf0;border-radius:20px;width:100%;height:5px;overflow:hidden}.demand-progress>span{border-radius:inherit;background:var(--demand-yellow);height:100%;transition:width .3s;display:block}.demand-journey-row .views{background:#647fdc}.demand-journey-row .favorites{background:#e05a5a}.demand-journey-row .waiting{background:var(--demand-yellow)}.demand-journey-row .whatsapp{background:#31a966}.demand-grids{grid-template-columns:minmax(290px,.78fr) minmax(0,1.22fr);gap:14px;display:grid}.demand-ranking-list{display:grid}.demand-size-row,.demand-product-row{border-top:1px solid #eff0f2;align-items:center;gap:11px;padding:11px 0;display:grid}.demand-size-row:first-child,.demand-product-row:first-child{border-top:0;padding-top:0}.demand-size-row{grid-template-columns:24px 42px minmax(0,1fr)}.demand-position{color:#71747b;background:#eff0f2;border-radius:7px;place-items:center;width:24px;height:24px;font-size:10px;font-weight:900;display:grid}.demand-position.position-1{background:var(--demand-yellow);color:#242529}.demand-position.position-2,.demand-position.position-3{color:#916700;background:#fff3d1}.demand-size-number{font-size:21px}.demand-rank-info,.demand-product-main{min-width:0}.demand-rank-info>div:first-child{justify-content:space-between;gap:8px;margin-bottom:6px;display:flex}.demand-rank-info span,.demand-rank-info small{color:#6d7076;font-size:10px}.demand-product-row{grid-template-columns:24px minmax(0,1fr)}.demand-product-main>strong{color:#292a2f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.demand-product-stats{flex-wrap:wrap;gap:10px;margin:5px 0 7px;display:flex}.demand-product-stats span{color:#75787e;align-items:center;gap:3px;font-size:9px;font-weight:700;display:inline-flex}.demand-product-stats span:nth-child(2) svg{color:#d74f4f}.demand-product-stats span:nth-child(3) svg{color:#ad7c00}.demand-loading{color:#74777e;justify-content:center;align-items:center;gap:10px;min-height:280px;font-size:13px;display:flex}@media (width<=850px){.campaign-layout,.demand-overview,.demand-grids{grid-template-columns:1fr}.campaign-history{border-top:1px solid #e6e6e6;border-left:0;padding:22px 0 0}.demand-kpis{grid-template-columns:repeat(2,1fr)}.demand-kpi:last-child{grid-column:1/-1}.admin-tabs{overflow-x:auto}.admin-tabs button{flex:none}.admin-notify-btn{margin-left:0}}@media (width<=560px){.demand-dashboard{padding:17px}.demand-title{align-items:flex-start;gap:14px}.demand-title h2{font-size:25px}.demand-title p{display:none}.demand-refresh{flex:0 0 42px;width:42px;height:42px;padding:0;font-size:0}.demand-kpis{gap:8px;margin-top:16px}.demand-kpi{gap:8px;padding:12px}.demand-kpi-icon{flex-basis:33px;width:33px;height:33px}.demand-kpi strong{font-size:24px}.demand-kpi small{display:none}.demand-insight{grid-template-columns:auto minmax(0,1fr);padding:18px}.demand-insight h3{white-space:normal}.demand-top-size{grid-column:1/-1}.demand-journey,.demand-ranking-panel{padding:16px}}.instagram-highlights{background:#f4f3ef;padding:clamp(42px,6vw,68px) 0}.instagram-phone-wrap{max-width:760px}.instagram-phone{color:#17181b;background:#fff;border:1px solid #dedbd2;border-radius:28px;overflow:hidden;box-shadow:0 20px 55px #17181b1f}.instagram-phone-topbar{border-bottom:1px solid #ecebe7;justify-content:center;align-items:center;gap:8px;min-height:58px;padding:12px 20px;display:flex;position:relative}.instagram-phone-topbar>span:first-child{color:#a16f00;position:absolute;left:20px}.instagram-phone-topbar strong{font-size:17px}.instagram-verified{color:#fff;background:#1d9bf0;border-radius:50%;place-items:center;width:17px;height:17px;font-size:10px;display:grid}.instagram-profile-summary{grid-template-columns:92px 1fr;align-items:center;gap:24px;padding:22px 28px 12px;display:grid}.instagram-profile-summary>img{object-fit:cover;border:3px solid #fff;border-radius:50%;outline:3px solid #e1e3e7;width:92px;height:92px}.instagram-profile-stats{text-align:center;grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.instagram-profile-stats span{gap:2px;display:grid}.instagram-profile-stats strong{font-size:17px}.instagram-profile-stats small{color:#6c6f74;font-size:10px}.instagram-profile-bio{gap:5px;padding:4px 28px 17px;display:grid}.instagram-profile-bio>strong{font-size:12px}.instagram-profile-bio p{color:#33353a;font-size:11px;line-height:1.5}.instagram-profile-bio>span{color:#686b72;font-size:10px}.instagram-follow-button{color:#fff;background:#17181b;border-radius:9px;justify-content:center;align-items:center;gap:7px;margin:0 28px 18px;padding:10px 16px;font-size:11px;font-weight:800;text-decoration:none;display:flex}.instagram-follow-button:hover{background:#2d2f34}.instagram-phone-tabs{color:#92949a;border-top:1px solid #ecebe7;justify-content:space-between;align-items:center;padding:0 28px;display:flex}.instagram-phone-tabs span{letter-spacing:.06em;align-items:center;gap:6px;padding:13px 4px 10px;font-size:9px;font-weight:800;display:flex}.instagram-phone-tabs .active{color:#17181b;border-bottom:2px solid #17181b}.instagram-phone-grid{background:#fff;grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.instagram-phone-grid a{aspect-ratio:4/5;background:#e8e8e5;position:relative;overflow:hidden}.instagram-phone-grid img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.instagram-phone-grid a:hover img{transform:scale(1.04)}.instagram-phone-grid a>span{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000008c;border-radius:50%;place-items:center;width:29px;height:29px;display:grid;position:absolute;bottom:9px;right:9px}@media (width<=720px){.instagram-highlights{padding-block:28px}.instagram-phone-wrap{padding-inline:12px}.instagram-phone{border-radius:20px}.instagram-phone-topbar>span:first-child{left:16px}.instagram-profile-summary{grid-template-columns:70px 1fr;gap:14px;padding:18px 16px 10px}.instagram-profile-summary>img{width:70px;height:70px}.instagram-profile-stats{gap:5px}.instagram-profile-stats strong{font-size:13px}.instagram-profile-stats small{font-size:8px}.instagram-profile-bio{padding-inline:16px}.instagram-follow-button{margin-inline:16px}.instagram-phone-tabs{padding-inline:16px}.instagram-phone-grid a>span{width:25px;height:25px;bottom:6px;right:6px}}.store-footer{color:#fff;border-top:3px solid var(--color-energy-yellow);background:radial-gradient(circle at 12% 0,#f2b41a21,#0000 30%),#121316;margin-top:64px;position:relative}.store-footer-grid{grid-template-columns:minmax(0,.9fr) minmax(280px,1.35fr) minmax(250px,1fr);align-items:center;gap:48px;padding-top:48px;padding-bottom:42px;display:grid}.store-footer-brand,.store-footer-block{min-width:0}.store-footer-logo{align-items:center;gap:13px;display:flex}.store-footer-logo img{object-fit:contain;aspect-ratio:1.9;object-fit:contain;background:0 0;border-radius:10px;width:min(230px,100%);height:auto;box-shadow:0 8px 22px #0000004d}.store-footer-logo>div{flex-direction:column;line-height:.92;display:flex}.store-footer-logo strong{font-family:var(--font-heading);letter-spacing:1.5px;font-size:33px}.store-footer-logo span{color:var(--color-energy-yellow);letter-spacing:2.4px;font-size:10px;font-weight:800}.store-footer-brand>p{color:#9fa2a9;max-width:260px;margin-top:16px;font-size:13px;line-height:1.6}.store-footer-label{color:var(--color-energy-yellow);letter-spacing:1.8px;margin-bottom:13px;font-size:10px;font-weight:850;display:block}.store-footer-address,.store-whatsapp-link{align-items:flex-start;gap:13px;transition:color .2s,transform .2s,border-color .2s;display:flex}.store-footer-address>svg{color:var(--color-energy-yellow);flex:none;margin-top:2px}.store-footer-address>span,.store-whatsapp-link>span{flex-direction:column;min-width:0;display:flex}.store-footer-address strong{font-size:14px;line-height:1.45}.store-footer-address small{color:#aeb0b5;margin-top:4px;font-size:12px;line-height:1.4}.store-footer-address:hover{color:var(--color-energy-yellow);transform:translateY(-2px)}.store-whatsapp-link{background:#1d1f23;border:1px solid #34363b;border-radius:12px;align-items:center;padding:14px 16px}.store-whatsapp-link>svg{color:var(--color-energy-yellow);flex:none}.store-whatsapp-link small{color:#9fa2a9;font-size:10px}.store-whatsapp-link strong{letter-spacing:.15px;margin-top:2px;font-size:15px}.store-whatsapp-link:hover{border-color:var(--color-energy-yellow);transform:translateY(-2px)}.store-footer-bottom{color:#777b83;border-top:1px solid #2a2c31;justify-content:space-between;gap:20px;padding-top:19px;padding-bottom:19px;font-size:11px;display:flex}.store-footer-bottom a{color:#b7bac0;font-weight:650}.store-footer-bottom a:hover{color:var(--color-energy-yellow)}@media (width<=900px){.store-footer-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:36px}.store-footer-contact{grid-column:1/-1}.store-whatsapp-link{max-width:410px}}@media (width<=600px){.store-footer{margin-top:44px}.store-footer-grid{grid-template-columns:1fr;gap:30px;padding-top:36px;padding-bottom:32px}.store-footer-contact{grid-column:auto}.store-footer-brand>p{max-width:none}.store-whatsapp-link{width:100%;max-width:none}.store-footer-bottom{flex-direction:column;gap:8px}}.header-about-link{color:#f8ca31;white-space:nowrap;background:0 0;border:0;padding:0;font-size:11px;font-weight:800}.price-quick-options{flex-wrap:wrap;gap:6px;max-height:155px;margin-bottom:10px;display:flex;overflow-y:auto}.price-quick-options button,.filter-clear-btn{color:#46484d;font:inherit;background:#fff;border:1px solid #d6d7d3;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:750}.price-quick-options button.active,.price-quick-options button:hover{color:#5a4000;background:#fff1c6;border-color:#f8ca31}.cart-catalog-notice{color:#5e470b;background:#fff8df;border:1px solid #e6c365;border-radius:9px;gap:3px;margin:0 0 13px;padding:10px;font-size:10px;line-height:1.4;display:grid}.cart-catalog-notice strong{font-size:11px}.cart-coupon-box{color:#4b4e54;gap:6px;margin-bottom:12px;font-size:10px;font-weight:800;display:grid}.cart-coupon-box>div{display:flex}.cart-coupon-box input{min-width:0;font:inherit;border:1px solid #d8dade;border-radius:7px 0 0 7px;flex:1;padding:10px;font-size:11px}.cart-coupon-box button{color:#fff;font:inherit;background:#1a1a1d;border-radius:0 7px 7px 0;padding:0 12px;font-size:10px;font-weight:800}.cart-coupon-box small{color:#8a6504}.store-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-footer-institutional p{color:#b7bac0;margin:0 0 8px;font-size:12px;line-height:1.5}.store-instagram-link{color:#f8ca31;margin-top:8px;font-size:12px;font-weight:800;display:inline-block}.store-about-link{color:#f8ca31;font:inherit;background:0 0;border:0;align-items:center;gap:5px;margin-top:8px;padding:0;font-size:12px;font-weight:800;display:inline-flex}.store-about-link:hover,.store-about-link:focus-visible{color:#fff4cf}.about-page{background:radial-gradient(circle at 90% 7%,#f2b41a26,#0000 25%),#f4f4f1;min-height:calc(100vh - 74px);padding:clamp(28px,5vw,68px) 0 clamp(48px,7vw,92px)}.about-page-container{max-width:1120px}.about-back-btn{color:#1a1a1d;font:inherit;background:#fff;border:1px solid #d8d8d3;border-radius:10px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 14px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 2px 7px #17181b14}.about-back-btn:hover,.about-back-btn:focus-visible{background:#fff6dc;border-color:#f8ca31}.about-page-card{background:#fff;border:1px solid #deded9;border-radius:24px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);display:grid;overflow:hidden;box-shadow:0 22px 55px #1414161f}.about-page-copy{padding:clamp(28px,6vw,72px)}.about-page-copy h1{color:#17181b;font-family:var(--font-heading);text-transform:uppercase;margin:11px 0 20px;font-size:clamp(43px,7vw,76px);line-height:.95}.about-page-copy>p{color:#45474c;max-width:710px;font-size:clamp(16px,1.75vw,19px);line-height:1.75}.about-page-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px;display:flex}.about-page-actions .btn-primary{align-items:center;gap:9px;text-decoration:none;display:inline-flex}.about-instagram-link{color:#6e5002;text-underline-offset:4px;font-size:13px;font-weight:850;text-decoration:underline}.about-page-brand{background:linear-gradient(145deg,#ffffff14,#0000 42%),#17181b;flex-direction:column;justify-content:space-between;gap:30px;padding:clamp(28px,5vw,62px);display:flex}.about-page-brand img{object-fit:contain;width:100%;max-width:400px;margin:auto}.about-page-brand span{color:#f8ca31;letter-spacing:2px;text-align:center;font-size:12px;font-weight:850}@media (width<=760px){.about-page-card{border-radius:18px;grid-template-columns:1fr}.about-page-brand{order:-1;min-height:190px;padding:30px}.about-page-brand img{max-width:275px}.about-page-brand span{font-size:10px}}.store-map-preview{background:#242529;border:1px solid #3a3b3e;border-radius:12px;min-height:165px;display:block;position:relative;overflow:hidden}.store-map-preview iframe{filter:grayscale(.25)contrast(.9);pointer-events:none;border:0;width:100%;height:165px}.store-map-preview span{color:#fff;background:#17181b;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;position:absolute;bottom:10px;right:10px}@media (width<=900px){.store-footer-grid{grid-template-columns:1fr}.store-footer-contact{grid-column:auto}}@media (width<=600px){.header-about-link{display:none}.header-logo-full{width:132px;height:48px}.clear-filters-btn{width:100%;margin:0}.catalog-filter-row{gap:8px}}.customer-panel .btn-secondary{color:var(--color-carvao)!important;border-color:var(--color-cinza-medio)!important;background-color:#0000!important}.customer-panel .btn-secondary:hover{border-color:var(--color-carvao)!important;background-color:#1a1a1d0d!important}.catalog-layout{grid-template-columns:260px 1fr;align-items:start;gap:30px;margin-top:20px;display:grid}.filter-sidebar{background:#fff;border-radius:8px;padding:0 10px}.catalog-main-content{width:100%}.filter-group{border-bottom:1px solid #eee;margin-bottom:18px;padding-bottom:14px}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group h4{color:#111827;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.82rem;font-weight:800}.filter-options{flex-direction:column;gap:6px;display:flex}.filter-checkbox-label{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.82rem;font-weight:500;display:flex}.filter-checkbox-label:hover{color:#000}.filter-checkbox-label input{display:none}.custom-checkbox{border:1px solid #ccc;border-radius:4px;width:18px;height:18px;transition:all .2s;display:inline-block;position:relative}.filter-checkbox-label input:checked+.custom-checkbox{background-color:#000;border-color:#000}.filter-checkbox-label input:checked+.custom-checkbox:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.filter-select{cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-size:.9rem}.sizes-filter-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.filter-size-box{text-align:center;color:#444;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #ddd;border-radius:4px;padding:8px 0;font-size:.85rem;font-weight:500;transition:all .2s}.filter-size-box:hover{border-color:#999}.filter-size-box.active{color:#fff;background:#000;border-color:#000}.price-range-inputs{align-items:center;gap:10px;display:flex}.price-range-inputs input{border:1px solid #ccc;border-radius:4px;width:100%;padding:8px 10px;font-size:.9rem}.price-range-inputs input:focus{border-color:#000;outline:none}.price-range-inputs span{color:#666}.filter-header-mobile,.catalog-actions-row{display:none}@media (width<=900px){.catalog-layout{grid-template-columns:1fr}.catalog-actions-row{justify-content:flex-end;margin-top:15px;display:flex}.mobile-filter-btn{color:#111;background:#f5f5f5;border:1px solid #ddd;align-items:center;gap:8px;padding:8px 15px;display:flex}.filter-badge{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:inline-flex}.filter-sidebar{z-index:1000;background:#fff;width:85%;max-width:350px;height:100vh;padding:20px;transition:left .3s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.filter-sidebar.open{left:0}.filter-overlay{z-index:999;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.filter-overlay.open{opacity:1;visibility:visible}.filter-header-mobile{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;display:flex}.filter-header-mobile h3{margin:0;font-size:1.1rem}.filter-header-mobile button{color:#333;cursor:pointer;background:0 0;border:none;padding:5px}}.personal-catalogs .admin-section-title p{color:#70737a;margin-top:6px;font-size:13px}.catalog-primary-action,.catalog-secondary-action{font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:850;display:inline-flex}.catalog-primary-action{color:#17181b;background:#f8ca31;border:0}.catalog-secondary-action{color:#34363b;background:#fff;border:1px solid #d6d8dd}.catalog-form-message{margin-top:18px}.catalog-builder-grid{grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);gap:24px;margin-top:24px;display:grid}.catalog-builder-form,.catalog-selection-panel{align-content:start;gap:16px;display:grid}.catalog-builder-step{background:#fafafa;border:1px solid #e1e3e7;border-radius:14px;grid-template-columns:38px 1fr;gap:14px;padding:20px;display:grid}.catalog-step-number{color:#f8ca31;background:#17181b;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-weight:900;display:grid}.catalog-step-content{min-width:0}.catalog-step-content>h3,.catalog-product-heading h3{margin:2px 0 3px;font-size:20px}.catalog-step-content>p,.catalog-product-heading p{color:#75787f;margin-bottom:17px;font-size:12px}.catalog-field{color:#34363b;gap:7px;margin-top:13px;font-size:12px;font-weight:800;display:grid}.catalog-field input,.catalog-field textarea,.catalog-selected-list input,.catalog-input-with-icon input{color:#17181b;width:100%;font:inherit;background:#fff;border:1px solid #d5d7dc;border-radius:8px;outline:0;padding:11px 12px}.catalog-field textarea{resize:vertical;min-height:92px}.catalog-field input:focus,.catalog-field textarea:focus,.catalog-input-with-icon:focus-within{border-color:#b88708;box-shadow:0 0 0 3px #f2b41a24}.catalog-two-columns{grid-template-columns:1fr 1fr;gap:12px;display:grid}.catalog-three-columns{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(170px,.7fr);gap:12px;display:grid}.catalog-walk-in-badge{color:#28764a;letter-spacing:.08em;background:#e9f7ee;border-radius:999px;width:fit-content;margin-top:2px;padding:5px 9px;font-size:9px;font-weight:900;display:inline-flex}.catalog-input-with-icon{color:#777a81;background:#fff;border:1px solid #d5d7dc;border-radius:8px;align-items:center;gap:7px;padding-left:10px;display:flex}.catalog-input-with-icon input{border:0;padding-left:2px}.catalog-input-with-icon.compact{width:min(330px,100%)}.catalog-customer-results{background:#fff;border:1px solid #dddfe3;border-radius:9px;max-height:180px;display:grid;overflow-y:auto}.catalog-customer-results button{color:#25262a;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #ececef;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.catalog-customer-results button:hover{background:#fff6da}.catalog-customer-results span{color:#71747b;font-size:12px}.catalog-product-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.catalog-product-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:520px;padding-right:4px;display:grid;overflow-y:auto}.catalog-product-picker>button{color:#25262a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe1e5;border-radius:10px;grid-template-columns:58px 1fr 27px;align-items:center;gap:9px;min-width:0;padding:8px;display:grid}.catalog-product-picker>button.selected{background:#fff7dc;border-color:#d29b09;box-shadow:inset 3px 0 #f8ca31}.catalog-product-picker img,.catalog-product-picker>button>span{object-fit:cover;background:#eef0f3;border-radius:8px;width:58px;height:58px}.catalog-product-picker strong,.catalog-product-picker small{text-overflow:ellipsis;display:block;overflow:hidden}.catalog-product-picker strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;display:-webkit-box}.catalog-product-picker small{color:#777a80;white-space:nowrap;margin-top:4px;font-size:9px}.catalog-product-picker i{color:#36383d;background:#eceef1;border-radius:50%;place-items:center;width:24px;height:24px;font-style:normal;font-weight:900;display:grid}.catalog-product-picker button.selected i{background:#f8ca31}.catalog-selection-panel{color:#fff;background:#17181b;border-radius:14px;max-height:calc(100vh - 135px);padding:19px;position:sticky;top:105px;overflow:hidden}.catalog-selection-panel>div:first-child{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.catalog-selection-panel>div:first-child span{color:#17181b;background:#f8ca31;border-radius:50%;place-items:center;width:29px;height:29px;font-weight:900;display:grid}.catalog-empty-selection{color:#aeb1b7;text-align:center;border:1px dashed #4e5158;border-radius:10px;padding:24px 14px;font-size:12px}.catalog-selected-list{gap:9px;padding-right:3px;display:grid;overflow-y:auto}.catalog-selected-list article{background:#24262a;border:1px solid #383a40;border-radius:10px;padding:9px}.catalog-selected-product{grid-template-columns:45px 1fr auto;align-items:center;gap:8px;display:grid}.catalog-selected-product img{object-fit:cover;border-radius:7px;width:45px;height:45px}.catalog-selected-product strong,.catalog-selected-product small{display:block}.catalog-selected-product strong{font-size:10px}.catalog-selected-product small{color:#aeb1b7;margin-top:2px;font-size:9px}.catalog-selected-product button,.catalog-order-actions button{color:#fff;cursor:pointer;background:#35383d;border:0;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.catalog-selected-list input{color:#fff;background:#1c1e22;border-color:#44474d;margin-top:8px;padding:8px;font-size:10px}.catalog-order-actions{align-items:center;gap:5px;margin-top:7px;display:flex}.catalog-order-actions span{color:#8f9298;margin-left:auto;font-size:9px}.catalog-order-actions button:disabled{opacity:.35}.catalog-publish-button{color:#17181b;width:100%;font:inherit;cursor:pointer;background:#f8ca31;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:13px;font-weight:900;display:inline-flex}.catalog-publish-button:disabled{cursor:not-allowed;opacity:.45}.catalog-share-card{background:#fff8df;border:1px solid #e1c169;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:8px;margin-top:20px;padding:14px;display:grid}.catalog-share-card>div{gap:3px;min-width:0;display:grid}.catalog-share-card span{color:#6f5a1d;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.catalog-share-card button,.catalog-share-card a{color:#292a2e;font:inherit;cursor:pointer;background:#fff;border:1px solid #d2ad48;border-radius:7px;align-items:center;gap:5px;padding:8px 10px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.catalog-admin-list{gap:10px;margin-top:22px;display:grid}.catalog-admin-row{background:#fff;border:1px solid #e0e2e6;border-radius:12px;grid-template-columns:minmax(260px,1.2fr) minmax(290px,.8fr) minmax(190px,auto);align-items:center;gap:18px;padding:16px;display:grid}.catalog-admin-row.status-archived{opacity:.68}.catalog-status{color:#5d6067;letter-spacing:.06em;text-transform:uppercase;background:#eceef1;border-radius:999px;width:fit-content;padding:4px 8px;font-size:9px;font-weight:900;display:inline-flex}.status-published .catalog-status{color:#24713a;background:#e4f6e9}.catalog-admin-main h3{margin:6px 0 3px;font-size:17px}.catalog-admin-main p,.catalog-admin-main small{color:#6d7077;font-size:11px;display:block}.catalog-admin-main small{margin-top:5px}.catalog-admin-metrics{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.catalog-admin-metrics span{color:#6e7178;text-align:center;background:#f5f6f7;border-radius:8px;place-items:center;gap:3px;min-width:0;padding:8px 5px;font-size:9px;display:grid}.catalog-admin-metrics strong{color:#232429;font-size:16px}.catalog-admin-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.catalog-admin-actions button{color:#242529;font:inherit;cursor:pointer;background:#f8ca31;border:0;border-radius:7px;align-items:center;gap:5px;padding:8px 10px;font-size:10px;font-weight:850;display:inline-flex}.catalog-admin-actions button.archive{color:#575a61;background:#eceef1}.catalog-date{color:#868990;justify-content:flex-end;align-items:center;gap:5px;width:100%;margin-top:3px;font-size:9px;display:inline-flex}.catalog-admin-empty{color:#7a7d84;text-align:center;align-content:center;place-items:center;min-height:260px;display:grid}.catalog-admin-empty h3{color:#303136;margin:10px 0 4px}.shared-catalog-page{color:#17181b;background:#f4f4f2;min-height:100vh}.shared-catalog-header{color:#fff;background:#17181b;justify-content:space-between;align-items:center;gap:18px;padding:14px clamp(18px,5vw,70px);display:flex}.shared-catalog-brand{color:#fff;align-items:center;gap:9px;font-size:25px;font-weight:950;text-decoration:none;display:flex}.shared-catalog-brand img{border-radius:9px;width:39px;height:39px}.shared-catalog-brand span{line-height:.85;display:grid}.shared-catalog-brand small{color:#f8ca31;letter-spacing:.18em;font-size:8px}.shared-catalog-exclusive{color:#f8ca31;text-transform:uppercase;border:1px solid #4c4e54;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:10px;font-weight:850;display:inline-flex}.shared-catalog-hero{color:#fff;background:radial-gradient(circle at 82% 18%,#f2b41a2e,#0000 30%),linear-gradient(135deg,#1b1c20,#292b30);padding:clamp(48px,8vw,92px) clamp(20px,8vw,130px);overflow:hidden}.shared-catalog-eyebrow{color:#f8ca31;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:850;display:inline-flex}.shared-catalog-hero h1{max-width:850px;margin:14px 0 10px;font-size:clamp(36px,6vw,72px);line-height:.98}.shared-catalog-hero>p{color:#d6d7da;max-width:680px;font-size:clamp(15px,2vw,19px);line-height:1.65}.shared-catalog-meta{color:#aeb1b7;flex-wrap:wrap;gap:8px 20px;margin-top:26px;font-size:11px;display:flex}.shared-catalog-meta span{align-items:center;gap:5px;display:inline-flex}.shared-catalog-content{width:min(1280px,100% - 36px);margin:0 auto;padding:42px 0 70px}.shared-catalog-intro{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px;display:flex}.shared-catalog-intro span{color:#9a720b;letter-spacing:.1em;font-size:10px;font-weight:900}.shared-catalog-intro h2{margin-top:4px;font-size:clamp(25px,4vw,42px)}.shared-catalog-intro>strong{background:#fff;border-radius:999px;padding:9px 13px;font-size:11px;box-shadow:0 3px 14px #1415180f}.shared-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.shared-product-card{background:#fff;border:1px solid #e0e1e3;border-radius:15px;overflow:hidden;box-shadow:0 8px 26px #181a1f0f}.shared-product-card.unavailable{opacity:.68}.shared-product-image{aspect-ratio:1.12;cursor:pointer;background:#f0f1f2;border:0;place-items:center;width:100%;padding:0;display:grid;position:relative;overflow:hidden}.shared-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.shared-product-image:hover img{transform:scale(1.025)}.shared-product-image>span{color:#fff;background:#242529;border-radius:6px;padding:7px;font-size:10px;font-weight:900;position:absolute;inset:auto 10px 10px}.shared-product-copy{padding:18px}.shared-product-copy>small{color:#96700b;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:900}.shared-product-copy h3{min-height:46px;margin:5px 0 9px;font-size:17px;line-height:1.25}.shared-product-note{color:#625224;background:#fff8df;border-left:3px solid #f8ca31;margin-bottom:10px;padding:8px 10px;font-size:11px;line-height:1.45}.shared-product-price{font-size:22px;display:block}.shared-product-sizes{border-top:1px solid #ececef;margin-top:14px;padding-top:12px}.shared-product-sizes>span{color:#777a80;text-transform:uppercase;font-size:9px;font-weight:800}.shared-product-sizes>div{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.shared-product-sizes b{border:1px solid #d9dadd;border-radius:6px;place-items:center;min-width:31px;height:31px;font-size:10px;display:grid}.shared-product-sizes em{color:#777a80;font-size:11px}.shared-interest-button{color:#fff;width:100%;font:inherit;cursor:pointer;background:#17181b;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;margin-top:15px;padding:11px;font-size:11px;font-weight:900;display:inline-flex}.shared-interest-button:disabled{cursor:not-allowed;opacity:.45}.shared-catalog-footer{color:#aeb1b7;background:#17181b;justify-content:center;align-items:center;gap:13px;padding:25px 18px;font-size:10px;display:flex}.shared-catalog-footer strong{color:#f8ca31}.shared-catalog-footer a{color:#fff}.shared-catalog-state{color:#fff;text-align:center;background:#17181b;align-content:center;place-items:center;gap:12px;min-height:100vh;padding:30px;display:grid}.shared-catalog-state a{color:#17181b;background:#f8ca31;border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:10px 14px;font-weight:850;text-decoration:none;display:inline-flex}.shared-catalog-loader{border:3px solid #44474d;border-top-color:#f8ca31;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite admin-spin}@media (width<=980px){.catalog-builder-grid,.catalog-admin-row{grid-template-columns:1fr}.catalog-three-columns{grid-template-columns:1fr 1fr}.catalog-three-columns>:last-child{grid-column:1/-1}.catalog-selection-panel{max-height:none;position:static}.catalog-admin-actions,.catalog-date{justify-content:flex-start}.shared-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.personal-catalogs{padding:16px}.personal-catalogs .admin-section-title,.catalog-product-heading,.shared-catalog-intro{flex-direction:column;align-items:flex-start}.catalog-two-columns,.catalog-three-columns,.catalog-product-picker,.shared-catalog-grid{grid-template-columns:1fr}.catalog-three-columns>:last-child{grid-column:auto}.catalog-builder-step{grid-template-columns:1fr;padding:15px}.catalog-share-card{grid-template-columns:1fr 1fr}.catalog-share-card>div{grid-column:1/-1}.catalog-admin-metrics{grid-template-columns:repeat(3,1fr)}.shared-catalog-exclusive{font-size:0}.shared-catalog-hero{padding:46px 20px}.shared-catalog-footer{flex-direction:column}}.storefront-app{background:#f4f4f1;min-height:100vh;padding-top:74px}@media (width<=768px){.storefront-app{padding-top:66px}}.storefront-app>.header .container,.storefront-app .hero>.container,.storefront-app>.features-bar .container,.storefront-app>.products-section.container{max-width:1280px}.storefront-app .header{z-index:999!important;border-bottom:2px solid var(--color-energy-yellow)!important;-webkit-backdrop-filter:blur(14px)!important;background:#141416fa!important;width:100%!important;padding:10px 0!important;position:fixed!important;top:0!important;left:0!important;right:0!important;box-shadow:0 4px 20px #0006!important}.header-brand-zone,.storefront-app .logo-wrap,.header-promise{align-items:center;display:flex}.header-brand-zone{gap:28px}.storefront-app .logo-wrap{text-align:left;border-radius:9px;gap:10px}.storefront-app .logo-wrap:focus-visible,.storefront-app .product-card:focus-within{outline-offset:3px;outline:3px solid #f2b41a9e}.header-promise{color:#b8bac0;border-left:1px solid #ffffff24;gap:7px;padding-left:26px;font-size:11px;font-weight:600}.header-promise svg{color:#f8ca31}.storefront-app .cart-icon-btn{background:#ffffff14;border:1px solid #fff3;border-radius:13px;place-items:center;width:44px;height:44px;display:grid;color:#fff!important}.storefront-app .hero{isolation:isolate;background:#151517;height:clamp(470px,46vw,570px)}.storefront-app .hero:after{content:"";z-index:0;background:linear-gradient(90deg,#0a0a0cf5 0%,#0a0a0cc2 40%,#0a0a0c2e 72%,#0a0a0c70 100%),linear-gradient(#0000 50%,#0a0a0c47);position:absolute;inset:0}.storefront-app .hero-bg{opacity:1;object-position:center 44%;filter:saturate(.92)contrast(1.04);-webkit-mask-image:none;mask-image:none}.storefront-app .hero>.container{z-index:1;width:100%;position:relative}.storefront-app .hero-content{max-width:680px}.hero-eyebrow,.section-eyebrow{letter-spacing:.16em;align-items:center;gap:9px;font-size:10px;font-weight:800;display:inline-flex}.hero-eyebrow{color:#f8ca31;margin-bottom:17px}.hero-eyebrow:before{content:"";background:currentColor;width:26px;height:2px}.storefront-app .hero-title{letter-spacing:.01em;text-wrap:balance;max-width:650px;margin-bottom:18px;font-size:clamp(58px,6.2vw,88px);line-height:.9}.storefront-app .hero-subtitle{color:#d7d8db;letter-spacing:.04em;max-width:540px;margin-bottom:27px;font-size:15px;font-weight:500}.storefront-app .features-bar{z-index:4;background:0 0;border:0;margin-top:-31px;padding:0;position:relative}.storefront-app .features-grid{background:#fff;border:1px solid #e4e4df;border-radius:16px;padding:19px 9px;overflow:hidden;box-shadow:0 18px 46px #1414161f}.storefront-app .feature-item{border-right:1px solid #e7e7e3;align-items:center;gap:12px;min-width:0;padding:3px 18px}.storefront-app .feature-item:last-child{border-right:0}.storefront-app .feature-icon{color:#b47a00;flex:none;width:26px;height:26px}.storefront-app .feature-text h4{color:#191a1d;margin:0 0 2px;font-size:12px;line-height:1.2}.storefront-app .feature-text p{color:#73767c;font-size:10px}.storefront-app .products-section{color:#18191c;padding:70px 20px 80px}.home-section-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:25px;display:flex}.section-eyebrow{color:#9b6800;margin-bottom:7px}.storefront-app .section-title{color:#18191c;margin:0;font-size:clamp(34px,4.2vw,52px);line-height:1;display:block}.storefront-app .section-title:after{display:none}.home-section-heading p{color:#666970;max-width:650px;margin-top:10px;font-size:13px}.section-product-total{color:#777a80;border-left:1px solid #d7d7d2;flex:none;padding-left:21px;font-size:11px;line-height:1.3}.section-product-total strong{color:#18191c;font-family:var(--font-heading);font-size:30px;line-height:1;display:block}.category-quick-nav{scrollbar-width:none;gap:8px;margin:0 0 16px;padding:1px 1px 5px;display:flex;overflow-x:auto}.category-quick-nav::-webkit-scrollbar{display:none}.storefront-app .catalog-search-suggestions::-webkit-scrollbar{display:none}.category-quick-nav button{color:#4f5257;min-height:39px;font:inherit;white-space:nowrap;background:#fff;border:1px solid #dcdcd7;border-radius:999px;flex:none;padding:8px 16px;font-size:11px;font-weight:700;transition:all .16s}.category-quick-nav button:hover,.category-quick-nav button.active{color:#fff;background:#18191c;border-color:#18191c}.storefront-app .catalog-search-panel{background:#fff;border:1px solid #dfdfda;border-radius:16px;margin-bottom:15px;padding:21px;box-shadow:0 9px 27px #17181b0e}.storefront-app .catalog-search-heading{margin-bottom:12px}.storefront-app .catalog-search-heading span{color:#9b6800}.storefront-app .catalog-search-heading h3{color:#18191c;font-size:21px}.storefront-app .catalog-search-heading small,.storefront-app .catalog-search-suggestions span{color:#74777d}.storefront-app .catalog-search-field{background:#f7f7f4;border:1px solid #d6d7d5;min-height:54px}.storefront-app .catalog-search-field:focus-within{border-color:#c58d0d}.storefront-app .catalog-search-suggestions button{color:#55585e;background:#f7f7f4;border-color:#dededa}.storefront-app .catalog-filter-row{border-bottom:1px solid #deded9;padding:0 2px 15px}.storefront-app .catalog-result-count{color:#666970}.storefront-app .catalog-result-count strong{color:#18191c}.storefront-app .catalog-layout{grid-template-columns:248px minmax(0,1fr);align-items:start;gap:26px;margin-top:18px;display:grid}.storefront-app .filter-overlay{display:none}.storefront-app .filter-sidebar{overscroll-behavior:contain;border:1px solid #e0e0dc;border-radius:16px;max-height:calc(100vh - 96px);padding:18px;position:sticky;top:86px;overflow-y:auto;box-shadow:0 4px 20px #17181b0d}.storefront-app .products-grid{grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:17px}.storefront-app .catalog-pagination{border-top:1px solid #e1e1dc;justify-content:center;align-items:center;gap:18px;margin-top:26px;padding-top:20px;display:flex}.storefront-app .catalog-page-info{color:#686b72;font-size:12px;font-weight:650}.storefront-app .catalog-page-controls{justify-content:center;align-items:center;gap:6px;display:flex}.storefront-app .catalog-page-controls button{color:#242529;width:36px;height:36px;font:inherit;background:#fff;border:1px solid #d8d8d3;border-radius:9px;place-items:center;font-size:12px;font-weight:800;display:grid}.storefront-app .catalog-page-controls button:hover:not(:disabled),.storefront-app .catalog-page-controls button:focus-visible{background:#fff6dc;border-color:#d99900}.storefront-app .catalog-page-controls button.active{color:#17181b;background:#f8ca31;border-color:#f8ca31}.storefront-app .catalog-page-controls button:disabled{cursor:not-allowed;opacity:.42}.storefront-app .product-card{color:#18191c;background:#fff;border:1px solid #dfdfdb;border-radius:15px;transform:translateZ(0);box-shadow:0 5px 17px #17181b0e}.storefront-app .product-card:hover{border-color:#c8c8c2;transform:translateY(-5px);box-shadow:0 16px 30px #17181b1f}.storefront-app .product-image-wrap{background:#f7f7f4;overflow:hidden}.storefront-app .product-image{padding:13px}.storefront-app .discount-badge{color:#18191c;letter-spacing:.02em;background:#f8ca31;border-radius:999px;padding:5px 8px;font-size:9px;top:11px;left:11px}.storefront-app .favorite-product-btn{width:36px;height:36px;top:10px;right:10px}.storefront-app .product-info{padding:15px}.storefront-app .product-brand{color:#777a80;font-size:9px}.storefront-app .product-name{color:#222327;min-height:39px;font-family:var(--font-body);text-transform:none;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:9px;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.storefront-app .price-container{margin-bottom:11px}.storefront-app .product-price{color:#17181b;letter-spacing:-.025em;font-size:19px}.storefront-app .price-tag{color:#7b5200;background:#fff1c6;font-size:8px}.storefront-app .card-price,.storefront-app .sizes-label{color:#777a80}.storefront-app .product-sizes{margin-bottom:13px}.storefront-app .size-btn.static-size{color:#494c51;background:#f8f8f5;border-color:#d5d5d0;border-radius:7px;width:31px;height:31px;font-size:11px}.storefront-app .size-btn.size-more{color:#8d6207;border-style:dashed;font-weight:800}.storefront-app .product-actions{margin-top:auto}.storefront-app .product-actions .btn-secondary{color:#fff;letter-spacing:.05em;background:#18191c;border:0;border-radius:8px;min-height:40px;font-size:10px;font-weight:800}.storefront-app .product-actions .btn-secondary:hover{color:#18191c;background:#f8ca31}@media (width<=900px){.header-promise{display:none}.storefront-app .hero{height:440px}.storefront-app .features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.storefront-app .feature-item:nth-child(2){border-right:0}.storefront-app .feature-item:nth-child(-n+2){border-bottom:1px solid #e7e7e3;padding-bottom:13px}.storefront-app .feature-item:nth-child(n+3){padding-top:13px}.storefront-app .products-section{padding-top:55px}.storefront-app .catalog-layout{grid-template-columns:1fr;gap:0}.storefront-app .filter-sidebar{border-radius:0 15px 15px 0;width:min(88%,360px);height:100dvh;padding:20px;position:fixed;top:0;left:-100%}.storefront-app .filter-sidebar.open{left:0}.storefront-app .filter-overlay{display:block}}@media (width<=600px){.storefront-app>.header .container,.storefront-app .hero>.container,.storefront-app>.features-bar .container,.storefront-app>.products-section.container{padding-left:14px;padding-right:14px}.storefront-app .header{padding:8px 0}.storefront-app .header-content{min-height:50px}.storefront-app .header-logo-icon{width:32px;height:32px}.storefront-app .logo{font-size:24px}.storefront-app .logo-sub{font-size:9px}.storefront-app .header-actions{gap:7px}.storefront-app .customer-header-btn{min-height:42px;padding:4px}.storefront-app .account-avatar{flex-basis:32px;width:32px;height:32px}.storefront-app .account-copy,.storefront-app .account-chevron{display:none}.storefront-app .cart-icon-btn{width:42px;height:42px}.storefront-app .hero{aspect-ratio:4/5;align-items:end;height:auto;min-height:450px;padding-bottom:45px}.storefront-app .hero.hero--fit-contain{aspect-ratio:auto;min-height:150px;padding-bottom:20px}.storefront-app .hero:after{background:linear-gradient(90deg,#0a0a0ce6,#0a0a0c61),linear-gradient(#0000 28%,#0a0a0cd1)}.storefront-app .hero-bg{object-position:59% center}.hero-eyebrow{letter-spacing:.11em;margin-bottom:11px;font-size:8px}.storefront-app .hero-title{max-width:350px;margin-bottom:10px;font-size:clamp(36px,12vw,48px);line-height:.92}.storefront-app .hero-subtitle{max-width:320px;margin-bottom:17px;font-size:11px;line-height:1.45}.storefront-app .features-bar{margin-top:-18px}.storefront-app .features-grid{border-radius:13px;padding:8px}.storefront-app .feature-item{gap:8px;min-height:61px;padding:9px 7px}.storefront-app .feature-item:nth-child(-n+2),.storefront-app .feature-item:nth-child(n+3){padding:9px 7px}.storefront-app .feature-icon{width:21px;height:21px}.storefront-app .feature-text h4{letter-spacing:.02em;font-size:9px}.storefront-app .feature-text p{font-size:8px;line-height:1.3}.storefront-app .products-section{padding-top:37px;padding-bottom:50px}.home-section-heading{margin-bottom:19px;display:block}.storefront-app .section-title{font-size:35px}.home-section-heading p{margin-top:8px;font-size:11px;line-height:1.55}.section-product-total{display:none}.category-quick-nav{width:calc(100% + 14px);margin-bottom:12px;margin-right:-14px;padding-right:14px}.category-quick-nav button{min-height:36px;padding:7px 13px;font-size:10px}.storefront-app .catalog-search-panel{border-radius:13px;margin-bottom:12px;padding:14px}.storefront-app .catalog-search-heading{margin-bottom:9px;display:block}.storefront-app .catalog-search-heading h3{font-size:19px}.storefront-app .catalog-search-heading small{display:none}.storefront-app .catalog-search-field{min-height:49px;padding:0 11px}.storefront-app .catalog-search-field input{font-size:11px}.storefront-app .catalog-search-suggestions{scrollbar-width:none;flex-wrap:nowrap;width:calc(100% + 14px);margin-right:-14px;padding-right:14px;overflow-x:auto}.storefront-app .catalog-search-suggestions>span,.storefront-app .catalog-search-suggestions button{flex:none}.storefront-app .catalog-filter-row{margin-bottom:12px;padding-bottom:0}.storefront-app .catalog-actions-bar{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.storefront-app .mobile-filter-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;flex:auto;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #0000000d}.storefront-app .mobile-filter-btn .filter-badge{min-width:18px;height:18px;color:var(--color-energy-yellow);background:#111827;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:800;display:inline-flex}.storefront-app .share-filter-btn{border-radius:12px;flex:auto;height:40px;padding:0 12px;font-size:12px;font-weight:700}.storefront-app .clear-filters-btn{border-radius:12px;flex:none;height:40px;padding:0 12px;font-size:12px;color:#111827!important}.storefront-app .catalog-layout{margin-top:12px;grid-template-columns:1fr!important;gap:0!important;display:grid!important}.storefront-app .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.storefront-app .catalog-pagination{flex-direction:column;align-items:stretch;gap:12px;margin-top:20px;padding-top:16px}.storefront-app .catalog-page-info{text-align:center}.storefront-app .catalog-page-controls{justify-content:center;gap:5px}.storefront-app .catalog-page-controls button{width:34px;height:34px}.storefront-app .product-card{border-radius:12px}.storefront-app .product-image{padding:7px}.storefront-app .discount-badge{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 47px);padding:4px 6px;font-size:7px;top:7px;left:7px;overflow:hidden}.storefront-app .favorite-product-btn{width:31px;height:31px;top:6px;right:6px}.storefront-app .favorite-product-btn svg{width:16px;height:16px}.storefront-app .product-info{padding:10px}.storefront-app .product-brand{margin-bottom:3px;font-size:8px}.storefront-app .product-name{min-height:32px;margin-bottom:7px;font-size:11px;line-height:1.4}.storefront-app .price-container{margin-bottom:8px}.storefront-app .product-price{flex-wrap:wrap!important;align-items:center!important;gap:4px!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important;display:flex!important}.storefront-app .price-tag{white-space:nowrap!important;color:#7b5200!important;background:#fff1c6!important;border-radius:4px!important;align-items:center!important;padding:1px 5px!important;font-size:8px!important;font-weight:700!important;line-height:1.3!important;display:inline-flex!important}.storefront-app .card-price{color:#6b7280!important;margin-top:2px!important;font-size:9px!important;line-height:1.3!important}.storefront-app .product-sizes{margin-bottom:9px}.storefront-app .sizes-label{margin-bottom:4px;font-size:8px}.storefront-app .sizes-grid{gap:4px;max-height:none;overflow:visible}.storefront-app .size-btn.static-size{border-radius:6px;width:25px;height:25px;font-size:9px}.storefront-app .product-actions .btn-secondary{min-height:34px;padding:7px;font-size:8px}.storefront-app .product-actions .btn-secondary svg{width:13px;height:13px}}@media (prefers-reduced-motion:reduce){.storefront-app *,.storefront-app :before,.storefront-app :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.pix-settings-card{color:#1a1a1d;background:#f7f7f4;border:1px solid #dedfda;border-radius:16px;margin-top:36px;padding:clamp(18px,3vw,26px)}.pix-settings-heading{border-bottom:1px solid #dedfda;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding-bottom:18px;display:grid}.pix-settings-icon{color:#17181b;background:#f8ca31;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.pix-settings-heading>div>span{color:#8b6505;letter-spacing:.13em;font-size:9px;font-weight:900}.pix-settings-heading h2{color:#111827;margin:2px 0 1px;font-size:22px;font-weight:700}.pix-settings-heading p{color:#475467;font-size:13px}.pix-settings-status{color:#777a80;background:#e5e5e1;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:850}.pix-settings-status.active{color:#237348;background:#e6f7ec}.pix-settings-body{grid-template-columns:minmax(240px,1.15fr) minmax(180px,.7fr) minmax(190px,.75fr);gap:14px;margin-top:18px;display:grid}.pix-toggle-row,.pix-percent-control,.pix-price-preview{background:#fff;border:1px solid #dedfda;border-radius:12px;min-height:112px;padding:16px}.pix-toggle-row{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;display:flex}.pix-toggle-row>span{gap:5px;display:grid}.pix-toggle-row strong{font-size:13px}.pix-toggle-row small,.pix-percent-control small,.pix-price-preview small{color:#777a80;font-size:9px;line-height:1.45}.pix-toggle-row input{appearance:none;cursor:pointer;background:#c9cbd0;border-radius:999px;flex:0 0 48px;width:48px;height:27px;transition:background .16s;position:relative}.pix-toggle-row input:after{content:"";background:#fff;border-radius:50%;width:19px;height:19px;transition:transform .16s;position:absolute;top:4px;left:4px;box-shadow:0 2px 5px #0003}.pix-toggle-row input:checked{background:#27975a}.pix-toggle-row input:checked:after{transform:translate(21px)}.pix-toggle-row input:focus-visible{outline-offset:3px;outline:3px solid #f2b41a80}.pix-percent-control{align-content:center;gap:7px;transition:opacity .16s;display:grid}.pix-percent-control.disabled{opacity:.5}.pix-percent-control>label{font-size:11px;font-weight:850}.pix-percent-control>div{background:#f7f7f4;border:1px solid #d6d7d3;border-radius:9px;align-items:center;display:flex;overflow:hidden}.pix-percent-control input{color:#17181b;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;padding:10px 12px;font-size:18px;font-weight:800}.pix-percent-control>div>span{color:#8b6505;padding-right:12px;font-size:15px;font-weight:900}.pix-price-preview{color:#fff;background:#191a1d;align-content:center;display:grid}.pix-price-preview>span{color:#aeb0b5;font-size:9px}.pix-price-preview strong{color:#f8ca31;margin:4px 0 1px;font-size:23px}.pix-price-preview small{color:#d1d2d5}.pix-save-btn{color:#17181b;background:#f8ca31;margin-top:15px}.card-installments-settings-card{margin-top:18px}.installments-settings-body{grid-template-columns:minmax(230px,1fr) minmax(190px,.8fr);max-width:720px}@media (width<=900px){.pix-settings-body{grid-template-columns:1fr 1fr}.pix-toggle-row{grid-column:1/-1}}@media (width<=560px){.pix-settings-heading{grid-template-columns:auto minmax(0,1fr)}.pix-settings-status{grid-column:1/-1;justify-self:start}.pix-settings-body{grid-template-columns:1fr}.pix-toggle-row{grid-column:auto}.pix-save-btn{justify-content:center;width:100%}}.storefront-app .hero-bg{animation:.52s both hero-banner-fade}@keyframes hero-banner-fade{0%{opacity:.45;transform:scale(1.015)}to{opacity:1;transform:scale(1)}}.hero-carousel-controls{z-index:3;gap:8px;display:flex;position:absolute;bottom:31px;right:max(20px,50vw - 580px)}.hero-carousel-controls button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#101114ad;border:1px solid #ffffff54;border-radius:50%;place-items:center;width:42px;height:42px;transition:all .16s;display:grid}.hero-carousel-controls button:hover{border-color:var(--color-energy-yellow);background:var(--color-energy-yellow);color:#17181b}.hero-carousel-dots{z-index:3;align-items:center;gap:7px;display:flex;position:absolute;bottom:21px;left:50%;transform:translate(-50%)}.hero-carousel-dots button{background:#ffffff85;border-radius:999px;width:8px;height:8px;transition:all .18s}.hero-carousel-dots button.active{background:var(--color-energy-yellow);width:25px}.home-priority-badge{z-index:3;color:var(--color-energy-yellow);letter-spacing:.1em;background:#17181b;border-radius:999px;padding:5px 9px;font-size:8px;font-weight:900;position:absolute;top:11px;left:11px;box-shadow:0 4px 12px #0000002e}.home-priority-badge.with-discount{top:43px}.home-banner-admin-list{gap:16px;margin-top:24px;display:grid}.home-banner-admin-card{background:#f9f9f7;border:1px solid #dedfe2;border-radius:13px;overflow:hidden}.home-banner-admin-card>header{background:#fff;border-bottom:1px solid #e1e2e4;justify-content:space-between;align-items:center;gap:18px;padding:13px 16px;display:flex}.home-banner-admin-card>header>div:first-child{align-items:center;gap:11px;display:flex}.home-banner-admin-card>header>div:first-child>div{display:grid}.home-banner-admin-card>header strong{font-size:13px}.home-banner-admin-card>header small{color:#777a80;font-size:10px}.home-banner-position,.featured-order-number{color:#f8ca31;background:#17181b;border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.home-banner-position{width:31px;height:31px;font-size:12px}.home-banner-card-actions,.featured-order-actions{gap:5px;display:flex}.home-banner-card-actions button,.featured-order-actions button{color:#37393e;background:#fff;border:1px solid #d8dade;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.home-banner-card-actions button:disabled,.featured-order-actions button:disabled{cursor:default;opacity:.35}.home-banner-card-actions button.danger,.featured-order-actions button.danger{color:#b33131;border-color:#f0d0d0}.home-banner-admin-body{grid-template-columns:minmax(260px,.85fr) minmax(300px,1.15fr);gap:22px;padding:18px;display:grid}.home-banner-upload,.home-banner-fields>label{color:#303136;gap:7px;font-size:11px;font-weight:800;display:grid}.home-banner-upload input[type=file]{color:#65686f;width:100%;font:inherit;background:#fff;border:1px dashed #c7c9ce;border-radius:8px;padding:9px}.home-banner-upload img,.home-banner-empty-preview{border-radius:9px;width:100%;height:142px}.home-banner-upload img{object-fit:cover;background:#ecece9}.home-banner-empty-preview{color:#85888e;text-align:center;background:#f1f2f3;border:1px dashed #c9cbd0;align-content:center;place-items:center;gap:6px;display:grid}.home-banner-fields{gap:13px;display:grid}.home-banner-fields input:not([type=checkbox]){color:#17181b;width:100%;font:inherit;background:#fff;border:1px solid #d5d7dc;border-radius:8px;padding:11px 12px}.home-banner-toggle{background:#fff;border:1px solid #dedfe2;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;padding:11px 13px;display:flex!important}.home-banner-toggle>span{display:grid}.home-banner-toggle small{color:#777a80;font-weight:500}.home-banner-toggle input{accent-color:#c88d00;width:19px;height:19px}.home-banner-admin-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:15px;display:flex}.home-banner-admin-footer .admin-save-btn{margin-top:0}.admin-add-visual-btn{color:#292b30;font:inherit;background:#fff;border:1px solid #cfd1d5;border-radius:8px;align-items:center;gap:7px;padding:11px 15px;font-size:12px;font-weight:800;display:inline-flex}.home-visual-divider{background:#e4e5e7;height:1px;margin:38px 0}.featured-products-title p,.admin-section-title p{color:#475467;font-size:13px}.featured-products-admin{grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:20px;margin-top:24px;display:grid}.featured-selected-panel,.featured-product-picker{background:#fafaf8;border:1px solid #dedfe2;border-radius:12px;overflow:hidden}.featured-selected-panel>header{background:#fff;border-bottom:1px solid #e2e3e5;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.featured-selected-panel>header>div{display:grid}.featured-selected-panel>header strong{font-size:12px}.featured-selected-panel>header small{color:#797c82;font-size:9px}.featured-selected-panel>header>span{color:#745300;background:#fff0be;border-radius:999px;flex:none;padding:5px 9px;font-size:9px;font-weight:850}.featured-selected-list,.featured-candidate-list{max-height:480px;overflow-y:auto}.featured-selected-list>article{border-bottom:1px solid #e4e5e6;grid-template-columns:29px 50px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.featured-selected-list>article:last-child{border-bottom:0}.featured-order-number{width:27px;height:27px;font-size:10px}.featured-selected-list img,.featured-product-placeholder,.featured-candidate-list img,.featured-candidate-list button>span:first-child{object-fit:cover;background:#ececea;border-radius:7px;width:50px;height:50px}.featured-product-copy,.featured-candidate-list button>span:nth-child(2){text-align:left;min-width:0;display:grid}.featured-product-copy strong,.featured-candidate-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}.featured-product-copy small,.featured-candidate-list small{color:#767980;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8px;overflow:hidden}.featured-empty-selection{color:#83868c;text-align:center;align-content:center;place-items:center;gap:7px;min-height:210px;padding:25px;display:grid}.featured-empty-selection strong{color:#45474c;font-size:12px}.featured-empty-selection span{max-width:310px;font-size:10px}.featured-product-search{background:#fff;border:1px solid #d5d7dc;border-radius:8px;align-items:center;gap:8px;margin:12px;padding:0 10px;display:flex}.featured-product-search input{min-width:0;font:inherit;border:0;outline:0;flex:1;padding:11px 0;font-size:11px}.featured-product-search button{color:#777a80;display:grid}.featured-candidate-list{border-top:1px solid #e1e2e4}.featured-candidate-list>p{color:#777a80;text-align:center;padding:30px 15px;font-size:11px}.featured-candidate-list>button{color:#23252a;background:#fff;border-bottom:1px solid #e4e5e6;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:9px 12px;display:grid}.featured-candidate-list>button:hover{background:#fff7dc}.featured-candidate-list>button>svg{color:#9a6c00}.featured-save-btn{color:#17181b;background:#f8ca31;margin-top:15px}@media (width<=900px){.home-banner-admin-body,.featured-products-admin{grid-template-columns:1fr}.featured-selected-list,.featured-candidate-list{max-height:390px}}@media (width<=600px){.hero-carousel-controls{bottom:27px;right:14px}.hero-carousel-controls button{width:36px;height:36px}.hero-carousel-dots{bottom:15px}.home-banner-admin-card>header{align-items:flex-start}.home-banner-admin-body{padding:13px}.home-banner-admin-footer{flex-direction:column;align-items:stretch}.home-banner-admin-footer button,.featured-save-btn{justify-content:center;width:100%}.featured-products-title{align-items:flex-start;gap:12px}.featured-selected-panel>header{align-items:flex-start}.featured-selected-list>article{grid-template-columns:27px 42px minmax(0,1fr)}.featured-selected-list img,.featured-product-placeholder{width:42px;height:42px}.featured-order-actions{grid-column:2/-1;justify-content:flex-end}}.admin-subnav-bar{background:#e6e7ea;border:1px solid #dcdde1;border-radius:12px;flex-wrap:wrap;gap:8px;margin-bottom:25px;padding:6px;display:flex}.admin-subnav-bar button{color:#4f5258;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.admin-subnav-bar button:hover{color:#17181b;background:#fff9}.admin-subnav-bar button.active{color:#17181b;background:#f8ca31;font-weight:800;box-shadow:0 4px 12px #f8ca3159}.bulk-category-card{background:#fcfcfd;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:25px;padding:24px;box-shadow:0 4px 16px #00000008}.bulk-toolbar{flex-direction:column;gap:16px;margin-top:20px;display:flex}@media (width>=900px){.bulk-toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.bulk-filter-group{flex-wrap:wrap;flex:1;gap:12px;display:flex}.bulk-search{flex:1;min-width:200px;background:#fff!important;border:1px solid #d1d5db!important}.bulk-select-wrap{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.bulk-select-wrap select,.bulk-action-group select{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:10px 14px;font-size:13px;font-weight:600}.bulk-select-wrap select{border:none;padding-left:0}.bulk-action-group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.bulk-assign-btn{white-space:nowrap;font-weight:800;color:#17181b!important;background:#f8ca31!important}.bulk-assign-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.bulk-selection-bar{color:#374151;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin:18px 0;padding:14px 0;font-size:13px;display:flex}.bulk-toggle-all-btn{color:#b48500;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.bulk-toggle-all-btn:hover{text-decoration:underline}.bulk-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;max-height:480px;padding-right:6px;display:grid;overflow-y:auto}.bulk-product-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;display:flex}.bulk-product-card:hover{background:#fffdf5;border-color:#f8ca31}.bulk-product-card.selected{background:#fff9e6;border-color:#f8ca31;box-shadow:0 4px 12px #f8ca3133}.bulk-card-checkbox{color:#9ca3af;align-items:center;display:flex}.bulk-product-card.selected .bulk-card-checkbox{color:#d19a00}.bulk-product-card img,.bulk-img-placeholder{object-fit:cover;background:#e5e7eb;border-radius:8px;flex-shrink:0;width:44px;height:44px}.bulk-card-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.bulk-card-info strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.bulk-card-info small{color:#4b5563;font-size:11px}.bulk-category-badge{color:#f8ca31;white-space:nowrap;text-overflow:ellipsis;background:#1a1a1d;border-radius:4px;align-self:flex-start;max-width:100%;margin-top:3px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block;overflow:hidden}.bulk-empty-message{text-align:center;color:#6b7280;grid-column:1/-1;padding:30px 10px;font-size:14px}.catalog-api-card{background:#fff;border:1px solid #e4e1d8;border-radius:22px;max-width:980px;margin:24px auto 0;padding:0;position:relative;overflow:hidden;box-shadow:0 18px 50px #17181b14}.catalog-api-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#f8ca3133,#0000 68%);border-radius:50%;width:280px;height:180px;position:absolute;top:0;right:0;transform:translate(35%,-45%)}.catalog-api-heading{background:linear-gradient(135deg,#faf9f5 0%,#fff 65%);border-bottom-color:#ece9df;padding:26px 28px 23px;position:relative}.catalog-api-heading h2{letter-spacing:-.035em;font-size:clamp(24px,3vw,31px)}.catalog-api-heading p{margin-top:5px;font-size:12px}.catalog-api-icon{border-radius:16px;width:54px;height:54px;box-shadow:0 9px 24px #d19a003d}.catalog-api-status{color:#28744c;background:#f0faf4;border:1px solid #d9eee2;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:10px;font-weight:800;display:inline-flex}.catalog-api-status i{background:#2fb36d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #2fb36d1f}.catalog-api-steps{grid-template-columns:repeat(3,1fr);gap:0;padding:22px 28px 0;display:grid}.catalog-api-steps>div{color:#a0a1a5;align-items:center;gap:10px;display:flex;position:relative}.catalog-api-steps>div:not(:last-child):after{content:"";background:#e7e4da;height:1px;position:absolute;top:17px;left:150px;right:12px}.catalog-api-steps b{background:#f6f5f1;border:1px solid #dedbd2;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:12px;display:grid}.catalog-api-steps .active{color:#17181b}.catalog-api-steps .active b{background:#f8ca31;border-color:#f8ca31}.catalog-api-steps span{gap:2px;display:grid}.catalog-api-steps strong{font-size:11px}.catalog-api-steps small{color:#929398;font-size:9px}.catalog-api-body{grid-template-columns:1fr;gap:18px;margin:0;padding:25px 28px 28px;display:grid}.catalog-api-field{gap:9px;display:grid}.catalog-api-label{color:#292a2e;align-items:center;gap:8px;font-size:12px;display:flex}.catalog-api-label svg{color:#b48500}.catalog-api-field textarea{resize:vertical;color:#202126;background:#faf9f6;border:1px solid #dcd9cf;border-radius:13px;outline:none;width:100%;min-height:92px;padding:16px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;transition:border-color .2s,box-shadow .2s,background .2s}.catalog-api-field textarea:focus{background:#fff;border-color:#d19a00;box-shadow:0 0 0 4px #f8ca312e}.catalog-api-help{color:#777980;align-items:center;gap:6px;font-size:10px;display:flex}.catalog-api-help svg{color:#36a36a}.catalog-api-result{background:#f8fcf9;border:1px solid #cfe9da;border-radius:16px;overflow:hidden}.catalog-api-result-head{align-items:center;gap:11px;padding:16px 18px;display:flex}.catalog-api-result-head>span{color:#288853;background:#dff4e7;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.catalog-api-result-head strong{color:#1d5133;font-size:13px}.catalog-api-result-head p{color:#678072;margin-top:2px;font-size:10px}.catalog-api-metrics{background:#fff;border-block:1px solid #dceee3;grid-template-columns:repeat(3,1fr);display:grid}.catalog-api-metrics>div{gap:2px;padding:13px 18px;display:grid}.catalog-api-metrics>div+div{border-left:1px solid #e4eee8}.catalog-api-metrics strong{color:#202126;font-size:19px}.catalog-api-metrics span{color:#85888b;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}.catalog-api-preview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:12px;list-style:none;display:grid}.catalog-api-preview li{background:#fff;border:1px solid #e3ebe6;border-radius:10px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;display:grid}.catalog-api-preview li>span:nth-child(2){gap:2px;min-width:0;display:grid}.catalog-api-preview li strong{color:#2c2d31;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.catalog-api-preview li small{color:#8a8c90;font-size:8px}.catalog-api-preview li em{color:#666a6d;white-space:nowrap;background:#f0f1ed;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal}.catalog-api-product-image{color:#a2a39e;background:#f2f1ed;border-radius:8px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.catalog-api-product-image img{object-fit:cover;width:100%;height:100%}.catalog-api-actions{grid-template-columns:minmax(180px,.45fr) minmax(240px,1fr);gap:12px;display:grid}.catalog-api-actions .catalog-api-test-btn,.catalog-api-actions .catalog-api-import-btn{border-radius:11px;justify-content:center;min-height:48px;margin:0}.catalog-api-actions .catalog-api-test-btn{background:#fff;border-color:#dad7cd}.catalog-api-actions .catalog-api-test-btn:hover:not(:disabled){background:#fffaf0;border-color:#d19a00}.catalog-api-actions .catalog-api-import-btn{background:#17181b;box-shadow:0 8px 20px #17181b29}.catalog-api-actions button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}@media (width<=720px){.catalog-api-heading{grid-template-columns:auto minmax(0,1fr);padding:22px 20px}.catalog-api-status{display:none}.catalog-api-steps{padding-inline:20px}.catalog-api-steps span{display:none}.catalog-api-steps>div:not(:last-child):after{left:46px;right:12px}.catalog-api-body{padding:22px 20px}.catalog-api-preview,.catalog-api-actions{grid-template-columns:1fr}}.pwa-fab{background-color:var(--primary-color);color:#000;z-index:999;cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;width:auto;height:auto;padding:10px 24px;font-size:13px;font-weight:700;transition:transform .2s;display:flex;position:fixed;top:85px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.btn-primary:active{transform:translateY(0)}.btn-primary,.btn-secondary,.btn-primary-v2,.header-about-link,.category-quick-nav button,.sticky-bar-btn,.add-to-cart-btn{text-transform:uppercase}.pwa-fab:active{transform:translate(-50%)scale(.95)}@media (width>=768px){.pwa-fab{display:none}}.ios-install-modal-overlay{z-index:9999;background:#0009;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.ios-install-modal{background:var(--card-bg);border-radius:16px 16px 0 0;width:100%;padding:20px;animation:.3s ease-out slideUp}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ios-modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.ios-modal-header h3{margin:0;font-size:1.1rem}.ios-modal-header button{color:var(--text-color);background:0 0;border:none}.ios-modal-body p{color:var(--text-light);margin:0 0 16px}.ios-modal-body ol{margin:0;padding-left:20px;line-height:1.6}.ios-modal-body li{margin-bottom:12px}.storefront-app .hero.hero--fit-contain{background:#111214;height:auto;min-height:240px;max-height:650px}.storefront-app .hero.hero--fit-contain picture{justify-content:center;align-items:center;width:100%;display:flex}.storefront-app .hero.hero--fit-contain .hero-bg{object-fit:contain;width:100%;height:auto;max-height:650px;position:relative}.storefront-app .hero.hero--no-overlay:after{display:none!important}.hero-content.text-center{text-align:center;margin-inline:auto}.hero-content.text-right{text-align:right;margin-left:auto;margin-right:0}.hero-content.text-left{text-align:left;margin-left:0;margin-right:auto}.home-banner-uploads-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:20px;display:grid}.home-banner-customization-panel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;flex-direction:column;gap:16px;margin-bottom:20px;padding:16px;display:flex}.banner-custom-group{flex-direction:column;gap:8px;display:flex}.banner-custom-group label{color:#333;font-size:13px}.banner-custom-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.banner-segmented-control{background:#e9ecef;border-radius:8px;gap:3px;padding:3px;display:flex}.banner-segmented-control button{color:#495057;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s}.banner-segmented-control button.active{color:#111;background:#fff;font-weight:700;box-shadow:0 2px 5px #00000014}.banner-segmented-control.small button{padding:6px 10px;font-size:12px}.home-banner-toggle.main-toggle{border-top:1px solid #eee;margin-top:12px;padding-top:12px}.cart-payment-selector{margin-bottom:14px}.cart-payment-selector label{color:var(--color-cinza-escuro);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.cart-payment-options{gap:8px;display:flex}.cart-payment-options button{color:#555;cursor:pointer;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;flex:1;padding:10px;font-size:12px;font-weight:600;transition:all .2s}.cart-payment-options button.active{color:#fff;background:#111;border-color:#111;box-shadow:0 4px 10px #00000026}.coupon-ineligible-warning{color:#d97706;margin-top:6px;font-size:11px;font-weight:600;display:block}.cart-net-total-display{border-bottom:1px dashed #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:8px;display:flex}.cart-net-total-display span{color:#333;font-size:13px;font-weight:600}.cart-net-total-display strong{color:#10b981;font-size:1.25rem;font-weight:800}.coupon-promoter-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:8px;padding:12px}.coupon-promoter-fields{border-top:1px dashed #86efac;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.coupon-admin-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:flex-start;margin-bottom:10px;padding:12px 14px;display:flex}.coupon-code-badge{color:#0369a1;background:#e0f2fe;border-radius:4px;padding:2px 8px;font-family:monospace}.coupon-tags{flex-wrap:wrap;gap:6px;margin:6px 0;display:flex}.coupon-tag{border-radius:12px;padding:3px 8px;font-size:11px;font-weight:600}.coupon-tag.discount{color:#92400e;background:#fef3c7}.coupon-tag.payment{color:#3730a3;background:#e0e7ff}.coupon-tag.promoter{color:#166534;background:#dcfce7}.coupon-delete-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px}.redemptions-validation-card{margin-top:25px}.redemptions-table-wrap{overflow-x:auto}.redemptions-table{border-collapse:collapse;width:100%;font-size:13px}.redemptions-table th,.redemptions-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px}.redemptions-table th{color:#374151;background:#f9fafb;font-weight:700}.pay-badge{background:#f3f4f6;border-radius:4px;padding:3px 8px;font-weight:700}.status-pill{border-radius:12px;padding:4px 10px;font-size:11px;font-weight:700}.status-pill.pending{color:#d97706;background:#fef3c7}.status-pill.validated{color:#059669;background:#d1fae5}.status-pill.cancelled{color:#dc2626;background:#fee2e2}.redemption-actions{align-items:center;gap:6px;display:flex}.btn-validate{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600}.btn-cancel{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600}.validated-by-text{color:#6b7280;font-size:11px}.whatsapp-template-variables-notice{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:12px 0;padding:12px;font-size:12px}.whatsapp-template-variables-notice ul{margin:8px 0 0;padding-left:18px}.whatsapp-template-textarea-wrap{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.whatsapp-template-textarea-wrap textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px;font-family:monospace;font-size:13px;line-height:1.5}.admin-page{z-index:99999;background:#0f1115;position:fixed;inset:0;overflow:hidden}.admin-v2-dashboard{color:#f3f4f6;z-index:999999;background:#0f1117;width:100vw;height:100dvh;font-family:inherit;display:flex;position:fixed;top:0;left:0;overflow:hidden}.admin-v2-sidebar{-webkit-user-select:none;user-select:none;z-index:100000;background:#0f172a;border-right:1px solid #1e293b;flex-direction:column;width:240px;min-width:240px;height:100%;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex}.admin-v2-sidebar-header{border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.admin-v2-brand{align-items:center;gap:8px;display:flex}.admin-v2-sidebar-close-mobile{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;line-height:1;display:none}.admin-v2-logo-mark{color:#0f172a;letter-spacing:.05em;background:#facc15;border-radius:6px;padding:3px 8px;font-size:13px;font-weight:800}.admin-v2-brand-text{color:#f8fafc;font-size:14px;font-weight:700}.admin-v2-sidebar-nav{flex-direction:column;flex:1;gap:18px;padding:14px 12px;display:flex;overflow-y:auto}.admin-v2-nav-group{flex-direction:column;gap:2px;display:flex}.admin-v2-group-title{text-transform:uppercase;letter-spacing:.06em;color:#64748b;padding:0 8px 6px;font-size:11px;font-weight:700}.admin-v2-nav-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:500;transition:all .12s;display:flex;position:relative}.admin-v2-nav-item:hover{color:#f8fafc;background:#1e293b}.admin-v2-nav-item.active{color:#f8fafc;background:#1e293b;font-weight:600}.admin-v2-nav-item.active:before{content:"";background:#facc15;border-radius:0 2px 2px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.admin-v2-nav-item.active .nav-item-icon{color:#facc15}.admin-v2-nav-badge{color:#fff;background:#ef4444;border-radius:10px;margin-left:auto;padding:1px 6px;font-size:11px;font-weight:700}.admin-v2-sidebar-footer{border-top:1px solid #1e293b;padding:12px}.admin-v2-exit-btn{color:#cbd5e1;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.admin-v2-exit-btn:hover{color:#fff;background:#334155}.admin-v2-sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99999;background:#0f172aa6;display:none;position:fixed;inset:0}.admin-v2-main-stage{background:#f7f8fa;flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow:hidden}.admin-v2-topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;height:56px;min-height:56px;padding:0 20px;display:flex}.admin-v2-topbar-left{align-items:center;gap:12px;min-width:0;display:flex}.admin-v2-hamburger-btn{color:#111827;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:none}.admin-v2-hamburger-btn:hover{background:#e5e7eb}.admin-v2-topbar-left h2{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;line-height:1.2;overflow:hidden}.admin-v2-topbar-left p{color:#475467;white-space:nowrap;text-overflow:ellipsis;margin:1px 0 0;font-size:12px;overflow:hidden}.admin-v2-topbar-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.admin-v2-metrics{align-items:center;gap:8px;display:flex}.admin-v2-metric-pill{color:#475467;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:flex}.admin-v2-metric-pill strong{color:#111827}.admin-v2-sync-btn{color:#111827;cursor:pointer;background:#facc15;border:1px solid #eab308;border-radius:6px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.admin-v2-sync-btn:hover{background:#eab308}.admin-v2-icon-btn.notifications-enabled{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.admin-v2-avatar-btn{color:#facc15;background:#1e293b;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.admin-v2-close-btn{color:#667085;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.admin-v2-close-btn:hover{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.admin-v2-content{-webkit-overflow-scrolling:touch;flex:1;padding:20px 24px;overflow-y:auto}@media (width<=860px){.admin-v2-sidebar-backdrop{display:block}.admin-v2-sidebar{width:280px;max-width:82vw;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #0006}.admin-v2-sidebar.mobile-open{transform:translate(0)}.admin-v2-sidebar-close-mobile{display:block}.admin-v2-hamburger-btn{display:inline-flex}.admin-v2-topbar{padding:0 12px}.admin-v2-topbar-left p{display:none}.admin-v2-topbar-left h2{font-size:14px}.admin-v2-metrics,.admin-v2-sync-btn span{display:none}.admin-v2-sync-btn{padding:7px}.admin-v2-content{padding:12px 10px}.featured-products-admin{grid-template-columns:1fr!important;gap:16px!important}.admin-section-card{padding:14px!important}.admin-workspace{flex-direction:column;display:flex}.admin-product-list{width:100%!important;max-width:100%!important}.banners-view-container,.admin-view-compact-container{padding:0 0 60px!important}.banners-sticky-bar{flex-direction:column;gap:10px;align-items:stretch!important;padding:12px 14px!important;left:0!important}.banners-sticky-bar .sticky-bar-right{flex-direction:column;gap:8px;width:100%;display:flex}.banners-sticky-bar .sticky-bar-right button{justify-content:center;width:100%}}.admin-view-compact-container{max-width:1100px;margin:0 auto;padding-bottom:40px}.admin-card-v2{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;box-shadow:0 1px 2px #1018280a}.admin-card-header-v2{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:14px;display:flex}.admin-card-title-v2{color:#111827;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.admin-card-sub-v2{color:#475467;margin:4px 0 0;font-size:13px}.admin-badge-status{border-radius:14px;padding:4px 10px;font-size:12px;font-weight:600}.admin-badge-status.active{color:#027a48;background:#ecfdf5;border:1px solid #abedd8}.admin-badge-status.inactive{color:#667085;background:#f3f4f6;border:1px solid #e5e7eb}.admin-card-body-v2{flex-direction:column;gap:16px;display:flex}.setting-box-expanded{background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;flex-direction:column;gap:14px;margin-top:4px;padding:16px;display:flex}.setting-input-row{align-items:flex-end;gap:20px;display:flex}.setting-preview-pill{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;padding:8px 14px;display:flex}.setting-preview-pill span{color:#667085;font-size:11px}.setting-preview-pill strong{color:#111827;font-size:15px}.whatsapp-tags-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chips-title{color:#475467;font-size:12px;font-weight:600}.chip-tag-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:4px 10px;font-family:monospace;font-size:12px;transition:all .15s}.chip-tag-btn:hover{color:#854d0e;background:#fefce8;border-color:#eab308}.admin-card-actions-v2{align-items:center;gap:12px;margin-top:8px;display:flex}.btn-primary-v2{color:#111827;cursor:pointer;background:#facc15;border:1px solid #eab308;border-radius:6px;align-items:center;gap:8px;padding:9px 18px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.btn-primary-v2:disabled{opacity:.5;cursor:not-allowed}.btn-secondary-v2{color:#374151;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.btn-secondary-v2:hover{background:#f9fafb;border-color:#9ca3af}.notif-two-col-layout{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0;display:grid}.notif-history-list{flex-direction:column;gap:0;max-height:480px;display:flex;overflow-y:auto}.notif-history-item{border-bottom:1px solid #f3f4f6;padding:14px 0}.notif-history-item:last-child{border-bottom:none}.notif-history-title{color:#111827;font-size:14px;font-weight:600}.notif-history-meta{color:#667085;justify-content:space-between;margin-top:4px;font-size:12px;display:flex}.notif-history-empty{color:#d0d5dd;text-align:center;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;display:flex}.notif-history-empty p{color:#667085;font-size:13px}.setting-input-wrap input,.setting-input-wrap select,.setting-input-wrap textarea{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d0d5dd;border-radius:6px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px;transition:border-color .15s}.setting-input-wrap textarea{resize:vertical;height:auto;padding:10px 12px}.setting-input-wrap input:focus,.setting-input-wrap select:focus,.setting-input-wrap textarea:focus{border-color:#facc15;box-shadow:0 0 0 3px #facc1526}.setting-switch-card{cursor:pointer;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.setting-switch-card small{color:#667085;margin-top:2px;font-size:12px;display:block}.coupon-list-v2{flex-direction:column;gap:0;max-height:480px;display:flex;overflow-y:auto}.coupon-item-v2{border-bottom:1px solid #f3f4f6;padding:14px 0}.coupon-item-v2:last-child{border-bottom:none}.coupon-item-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.coupon-code-v2{color:#111827;letter-spacing:.06em;background:#f3f4f6;border-radius:4px;padding:3px 8px;font-family:monospace;font-size:14px;font-weight:800}.coupon-delete-v2{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #fca5a5;border-radius:5px;align-items:center;padding:5px;transition:all .15s;display:flex}.coupon-delete-v2:hover{background:#fee2e2}.coupon-item-name{color:#475467;margin-bottom:6px;font-size:13px}.coupon-tags-v2{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.ctag{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.ctag-discount{color:#854d0e;background:#fef9c3;border:1px solid #fde68a}.ctag-payment{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.ctag-promoter{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.coupon-item-meta{color:#667085;font-size:12px}.redemptions-table-v2{border-collapse:collapse;width:100%;margin-top:16px;font-size:13px}.redemptions-table-v2 thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#667085;border-bottom:1px solid #e5e7eb;padding:8px 12px;font-size:11px;font-weight:700}.redemptions-table-v2 tbody tr:hover{background:#fafafa}.redemptions-table-v2 tbody tr:last-child{border-bottom:none}.redemptions-table-v2 td{color:#374151;vertical-align:middle;padding:12px}.td-date{color:#667085;white-space:nowrap;font-size:12px}.pay-badge-v2{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.pay-badge-v2.card,.pay-badge-v2.cartão{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.status-pill-v2{white-space:nowrap;border-radius:10px;padding:3px 10px;font-size:11px;font-weight:600}.status-pill-v2.validated{color:#027a48;background:#ecfdf5;border:1px solid #abedd8}.status-pill-v2.cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.status-pill-v2.pending{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.redemption-actions-v2{gap:8px;display:flex}.btn-validate-v2{color:#027a48;cursor:pointer;background:#ecfdf5;border:1px solid #abedd8;border-radius:5px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .15s}.btn-validate-v2:hover{background:#d1fae5}.btn-cancel-v2{color:#b91c1c;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:5px;padding:5px 12px;font-size:12px;font-weight:600;transition:all .15s}.btn-cancel-v2:hover{background:#fee2e2}.source-badge-manual{color:#92400e;white-space:nowrap;background:#fef3c7;border:1px solid #fde68a;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.source-badge-whatsapp{color:#166534;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.manual-sale-form-v2{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin:0 -24px;padding:20px 24px 24px}.manual-sale-form-title{color:#1e293b;letter-spacing:.01em;margin:0 0 16px;font-size:13px;font-weight:700}.manual-sale-form-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.msf-field{flex-direction:column;gap:5px;display:flex}.msf-field label{color:#374151;font-size:12px;font-weight:600}.msf-field input,.msf-field select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;padding:7px 10px;font-size:13px;transition:border-color .15s,box-shadow .15s}.msf-field input:focus,.msf-field select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}@media (width<=900px){.manual-sale-form-grid{grid-template-columns:1fr 1fr}}.automation-rule-card{background:#f9fafb;border:1px solid #e5e7eb;border-left-width:4px;border-radius:8px;flex-direction:column;gap:6px;padding:12px 14px;transition:border-color .2s,background .2s,opacity .2s;display:flex}.automation-rule-card.disabled{opacity:.65;background:#f3f4f6}.automation-rule-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.automation-rule-label{color:#111827;align-items:center;gap:7px;font-size:13px;display:flex}.automation-rule-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.automation-rule-desc{color:#4b5563;font-size:12px;line-height:1.45}.automation-status-badge{white-space:nowrap;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.automation-status-badge.on{color:#065f46;background:#d1fae5}.automation-status-badge.off{color:#6b7280;background:#f3f4f6}.automation-toggle{cursor:pointer;border:none;border-radius:11px;flex-shrink:0;width:40px;height:22px;padding:0;transition:background .22s;position:relative}.automation-toggle.on{background:#10b981}.automation-toggle.off{background:#d1d5db}.automation-toggle:focus-visible{outline-offset:2px;outline:2px solid #6366f1}.automation-toggle-thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .22s;position:absolute;top:3px;box-shadow:0 1px 3px #0003}.automation-toggle.on .automation-toggle-thumb{left:21px}.automation-toggle.off .automation-toggle-thumb{left:3px}@media (width<=900px){.notif-two-col-layout{grid-template-columns:1fr}}.banners-view-container{max-width:1280px;margin:0 auto;padding-bottom:90px}.banners-view-header{background:#fff;border:1px solid #e4e7ec;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;padding:24px 28px;display:flex;box-shadow:0 1px 3px #1018280d}.banners-breadcrumb{color:#667085;margin-bottom:6px;font-size:13px}.banners-breadcrumb strong{color:#111827}.banners-title-wrap{align-items:center;gap:12px;display:flex}.banners-title-wrap h1{color:#111827;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700}.banners-active-badge{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.banners-subtitle{color:#667085;margin:6px 0 0;font-size:14px}.banners-header-actions{align-items:center;gap:12px;display:flex}.btn-secondary-v2{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #1018280d}.btn-secondary-v2:hover{color:#111827;background:#f9fafb;border-color:#98a2b3}.btn-primary-v2{color:#111827;cursor:pointer;background:#facc15;border:1px solid #eab308;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 20px;font-size:14px;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #1018280d}.btn-primary-v2:hover{background:#eab308}.banners-accordion-list{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.banner-accordion-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;transition:border-color .2s,box-shadow .2s;overflow:hidden;box-shadow:0 1px 3px #1018280d}.banner-accordion-card.is-expanded{border-color:#d0d5dd;box-shadow:0 4px 12px #10182814}.banner-accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:16px 20px;transition:background .15s;display:flex}.banner-accordion-card.is-expanded .banner-accordion-header{background:#fafafa;border-bottom-color:#f2f4f7}.banner-header-left{align-items:center;gap:14px;display:flex}.banner-drag-handle{color:#98a2b3;cursor:grab;align-items:center;display:flex}.banner-index-pill{color:#344054;background:#f2f4f7;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:700}.banner-thumb-mini{background:#f2f4f7;border:1px solid #eaecf0;border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.banner-thumb-mini img{object-fit:cover;width:100%;height:100%}.banner-thumb-placeholder{color:#98a2b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.banner-header-info{flex-direction:column;display:flex}.banner-header-info strong{color:#111827;font-size:15px;font-weight:600}.banner-header-info small{color:#667085;font-size:13px}.banner-header-right{align-items:center;gap:14px;display:flex}.banner-status-badge{border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600}.banner-status-badge.active{color:#027a48;background:#ecfdf5;border:1px solid #abedd8}.banner-status-badge.inactive{color:#667085;background:#f2f4f7;border:1px solid #e4e7ec}.banner-order-buttons{align-items:center;gap:4px;display:flex}.btn-icon-v2{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.btn-icon-v2:hover:not(:disabled){color:#111827;background:#f9fafb;border-color:#98a2b3}.btn-icon-v2:disabled{opacity:.4;cursor:not-allowed}.btn-danger-v2{color:#f04438;border-color:#fecdca}.btn-danger-v2:hover{color:#d92d20!important;background:#fef3f2!important;border-color:#f04438!important}.banner-delete-confirm{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;align-items:center;gap:8px;padding:4px 10px;font-size:13px;font-weight:600;display:flex}.btn-confirm-yes{color:#fff;cursor:pointer;background:#f04438;border:none;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700}.btn-confirm-no{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.btn-accordion-toggle{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex}.btn-accordion-toggle:hover{color:#111827;background:#f2f4f7}.banner-accordion-body{padding:24px}.banner-body-grid{grid-template-columns:1.2fr 1fr;gap:24px;display:grid}.banner-col-title{color:#111827;align-items:center;gap:8px;margin:0 0 16px;font-size:14px;font-weight:700;display:flex}.banner-column-left{flex-direction:column;gap:20px;display:flex}.banner-upload-box{background:#fff;border:1px solid #eaecf0;border-radius:10px;padding:16px}.banner-upload-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.banner-upload-header label{color:#111827;font-size:14px;font-weight:600}.banner-spec-tag{color:#667085;background:#f2f4f7;border-radius:4px;padding:2px 8px;font-size:12px}.banner-dropzone{cursor:pointer;background:#f9fafb;border:2px dashed #d0d5dd;border-radius:10px;padding:20px;transition:all .2s;position:relative}.banner-dropzone:hover{background:#fefce8;border-color:#eab308}.banner-dropzone.has-preview{background:#000;border-style:solid;border-color:#eaecf0;padding:0;overflow:hidden}.dropzone-placeholder{text-align:center;color:#475467;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.dropzone-icon{color:#eab308}.dropzone-placeholder strong{color:#111827;font-size:14px}.dropzone-placeholder span,.dropzone-placeholder small{color:#667085;font-size:12px}.banner-preview-frame{background:#0b0f17;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.banner-preview-frame.desktop-frame{aspect-ratio:12/5}.banner-preview-frame.mobile-frame{aspect-ratio:4/5;max-height:320px}.banner-preview-frame img{width:100%;height:100%}.preview-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#111827d9;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:10px;left:10px}.preview-badge.mobile{color:#111827;background:#eab308e6}.preview-overlay-actions{opacity:0;z-index:3;background:#0b0f17a6;justify-content:center;align-items:center;gap:10px;transition:opacity .2s;display:flex;position:absolute;inset:0}.banner-preview-frame:hover .preview-overlay-actions{opacity:1}.btn-preview-action{color:#111827;cursor:pointer;background:#fff;border:none;border-radius:6px;height:36px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s}.btn-preview-action:hover{background:#f2f4f7}.btn-preview-action.danger{color:#fff;background:#f04438}.btn-preview-action.danger:hover{background:#d92d20}.banner-settings-card{background:#f9fafb;border:1px solid #eaecf0;border-radius:10px;flex-direction:column;gap:20px;padding:20px;display:flex}.setting-group{flex-direction:column;gap:8px;display:flex}.setting-label{color:#344054;font-size:13px;font-weight:600}.segmented-control-v2{background:#eaecf0;border-radius:10px;grid-template-columns:1fr 1fr;gap:8px;padding:4px;display:grid}.segmented-btn{color:#475467;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:10px;padding:10px 12px;transition:all .15s;display:flex}.segmented-btn strong{color:#344054;font-size:13px;font-weight:600;display:block}.segmented-btn small{color:#667085;margin-top:2px;font-size:11px;display:block}.segmented-btn.active{color:#111827;background:#fff;border-color:#d0d5dd;box-shadow:0 1px 3px #1018281a}.segmented-btn.active strong{color:#111827}.setting-switches-grid{flex-direction:column;gap:12px;display:flex}.setting-switch-card{cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:border-color .15s;display:flex}.setting-switch-card:hover{border-color:#d0d5dd}.setting-switch-card strong{color:#111827;font-size:13px;font-weight:600;display:block}.setting-switch-card small{color:#667085;font-size:12px;display:block}.setting-switch-card input[type=checkbox][role=switch]{appearance:none;cursor:pointer;background:#eaecf0;border-radius:12px;outline:none;flex-shrink:0;width:44px;height:24px;transition:background .2s;position:relative}.setting-switch-card input[type=checkbox][role=switch]:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #10182826}.setting-switch-card input[type=checkbox][role=switch]:checked{background:#facc15}.setting-switch-card input[type=checkbox][role=switch]:checked:before{transform:translate(20px)}.banner-text-fields-box{background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-direction:column;gap:14px;padding:16px;display:flex}.setting-input-wrap{flex-direction:column;gap:6px;display:flex}.setting-input-wrap label{color:#344054;font-size:13px;font-weight:600}.setting-input-wrap input{color:#111827;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:none;height:40px;padding:0 12px;font-size:14px;transition:border-color .15s}.setting-input-wrap input:focus{border-color:#eab308;box-shadow:0 0 0 3px #eab30833}.segmented-align-control{background:#f2f4f7;border-radius:8px;grid-template-columns:1fr 1fr 1fr;gap:4px;padding:4px;display:grid}.segmented-align-control button{color:#475467;cursor:pointer;background:0 0;border:none;border-radius:6px;height:34px;font-size:13px;font-weight:600;transition:all .15s}.segmented-align-control button.active{color:#111827;background:#fff;box-shadow:0 1px 2px #1018281a}.featured-products-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;margin-top:24px;padding:24px;box-shadow:0 1px 3px #1018280d}.banners-sticky-bar{z-index:100;background:#fff;border-top:1px solid #e4e7ec;justify-content:space-between;align-items:center;padding:14px 28px;display:flex;position:fixed;bottom:0;left:270px;right:0;box-shadow:0 -4px 16px #10182814}.sticky-bar-left{color:#475467;align-items:center;gap:10px;font-size:13px;display:flex}.sticky-alert-icon{color:#f79009}.sticky-bar-right{align-items:center;gap:12px;display:flex}.btn-save-main{color:#111827;background:#facc15;border-color:#eab308;padding:0 24px}@media (width<=1024px){.banner-body-grid{grid-template-columns:1fr}.banners-sticky-bar{left:0}}@media (width<=640px){.banners-view-header{flex-direction:column;padding:18px}.banners-header-actions{width:100%}.banners-header-actions .btn-secondary-v2,.banners-header-actions .btn-primary-v2{flex:1;justify-content:center}.banner-accordion-header{flex-wrap:wrap;gap:12px}.banner-header-right{justify-content:space-between;width:100%}.banners-sticky-bar{flex-direction:column;gap:12px;padding:14px 18px}.banners-sticky-bar .sticky-bar-right{width:100%}.banners-sticky-bar .sticky-bar-right button{flex:1}}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background:#000000b3;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-sidebar{top:0;right:calc(-1 * var(--store-cart-width,480px));width:100%;max-width:var(--store-cart-width,480px);background:var(--store-cart-bg,#fff);height:100vh;color:var(--store-text-primary,#171717);z-index:1000;border-left:1px solid var(--store-border,#e5e5e5);flex-direction:column;font-family:inherit;transition:right .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;box-shadow:-10px 0 30px #00000026}.cart-sidebar.open{right:0}.cv2-header{background:var(--store-cart-bg,#fff);border-bottom:2px solid var(--store-primary,#f8ca31);justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.cv2-back-btn{color:var(--store-text-secondary,#4b5563);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:13px;font-weight:500;transition:color .2s;display:flex}.cv2-back-btn:hover{color:var(--store-text-primary,#171717)}.cv2-header-center{align-items:center;gap:8px;display:flex}.cv2-header-title{color:var(--store-text-primary,#171717);font-size:16px;font-weight:700}.cv2-item-count{background:var(--store-primary,#f8ca31);color:var(--store-secondary,#171717);border-radius:12px;padding:2px 8px;font-size:12px;font-weight:800}.cv2-close-btn{color:var(--store-text-secondary,#4b5563);cursor:pointer;background:0 0;border:none;transition:color .2s}.cv2-close-btn:hover{color:var(--store-text-primary,#171717)}.cv2-body{background:var(--store-cart-bg,#fff);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.cv2-empty{color:var(--store-text-secondary,#4b5563);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.cv2-empty-btn{background:var(--store-primary,#f8ca31);color:var(--store-secondary,#171717);cursor:pointer;border:none;border-radius:6px;margin-top:10px;padding:10px 24px;font-weight:700;transition:opacity .2s}.cv2-empty-btn:hover{opacity:.9}.cv2-items{flex-direction:column;display:flex}.cv2-item{border-bottom:1px solid var(--store-border,#e5e5e5);background:var(--store-surface,#f5f5f5);gap:16px;padding:18px 20px;display:flex}.cv2-item-img{border:1px solid var(--store-border,#e5e5e5);background:#fff;border-radius:6px;flex-shrink:0;width:76px;height:76px;padding:4px}.cv2-item-img img{object-fit:contain;width:100%;height:100%}.cv2-item-info{flex-direction:column;flex:1;gap:4px;display:flex}.cv2-item-brand{color:var(--store-text-secondary,#4b5563);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.cv2-item-name{color:var(--store-text-primary,#171717);font-size:13px;font-weight:600;line-height:1.3}.cv2-size-badge{background:var(--store-card-bg,#e5e5e5);color:var(--store-text-secondary,#4b5563);border-radius:4px;align-self:flex-start;margin-top:2px;padding:2px 6px;font-size:11px;display:inline-block}.cv2-item-price-row{align-items:center;gap:8px;margin-top:auto;display:flex}.cv2-item-price{color:var(--store-product-price,#b77900);font-size:15px;font-weight:700}.cv2-pix-badge{color:var(--store-success,#08783d);background:#08783d1f;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.cv2-item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.cv2-remove-btn{color:var(--store-text-secondary,#4b5563);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.cv2-remove-btn:hover{color:#ef4444;background:#ef44441a}.cv2-stepper{background:var(--store-card-bg,#e5e5e5);border:1px solid var(--store-border,#e5e5e5);border-radius:6px;align-items:center;display:flex;overflow:hidden}.cv2-stepper-btn{width:28px;height:28px;color:var(--store-text-secondary,#4b5563);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.cv2-stepper-btn:hover{background:var(--store-border,#e5e5e5);color:var(--store-text-primary,#171717)}.cv2-stepper-qty{text-align:center;width:22px;color:var(--store-text-primary,#171717);font-size:13px;font-weight:700}.cv2-notice{background:var(--store-surface,#f5f5f5);border-bottom:1px solid var(--store-border,#e5e5e5);color:var(--store-text-secondary,#4b5563);align-items:center;gap:8px;padding:10px 20px;font-size:12px;display:flex}.cv2-section{border-bottom:1px solid var(--store-border,#e5e5e5);padding:16px 20px}.cv2-section-label{color:var(--store-text-secondary,#4b5563);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:12px;font-weight:600}.cv2-payment-seg{background:var(--store-card-bg,#e5e5e5);border-radius:8px;gap:8px;padding:4px;display:flex}.cv2-seg-btn{color:var(--store-text-secondary,#4b5563);cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:6px;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:10px 8px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.cv2-seg-badge{font-size:10px;font-weight:700}.cv2-seg-btn:focus,.cv2-seg-btn:focus-visible{outline:none}.cv2-seg-btn.active{background:var(--store-cart-bg,#fff);border:1.5px solid var(--store-primary,#f8ca31);color:var(--store-text-primary,#171717);box-shadow:0 0 10px #f8ca3126}.cv2-seg-btn.active .cv2-seg-badge{color:var(--store-primary,#f8ca31)}.cv2-coupon-section{border-bottom:1px solid var(--store-border,#e5e5e5)}.cv2-coupon-toggle{cursor:pointer;width:100%;color:var(--store-text-primary,#171717);background:0 0;border:none;align-items:center;gap:8px;padding:14px 20px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.cv2-coupon-toggle:hover{background:var(--store-surface,#f5f5f5)}.cv2-coupon-toggle span{text-align:left;flex:1}.cv2-coupon-applied-label{font-weight:700;color:#10b981!important}.cv2-coupon-body{padding:0 20px 16px}.cv2-coupon-input-row{display:flex}.cv2-coupon-input{background:var(--store-surface,#f5f5f5);border:1px solid var(--store-border,#e5e5e5);color:var(--store-text-primary,#171717);border-radius:6px 0 0 6px;outline:none;flex:1;padding:10px 12px;font-size:12px;font-weight:600}.cv2-coupon-input:focus{border-color:var(--store-primary,#f8ca31)}.cv2-coupon-apply-btn{background:var(--store-primary,#f8ca31);color:var(--store-secondary,#171717);cursor:pointer;border:none;border-radius:0 6px 6px 0;padding:0 16px;font-size:12px;font-weight:800;transition:opacity .2s}.cv2-coupon-apply-btn:hover{opacity:.9}.cv2-coupon-applied-row{background:#10b9811f;border:1px solid #10b9814d;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.cv2-coupon-applied-badge{color:#10b981;font-size:13px;font-weight:700}.cv2-coupon-remove-btn{color:#10b981;cursor:pointer;opacity:.8;background:0 0;border:none;transition:opacity .2s}.cv2-coupon-remove-btn:hover{opacity:1}.cv2-coupon-msg{color:#ef4444;margin-top:8px;font-size:12px}.cv2-coupon-warn{color:#f59e0b;margin-top:8px;font-size:12px}.cv2-summary{background:var(--store-cart-bg,#fff);flex-direction:column;gap:10px;padding:20px 20px 24px;display:flex}.cv2-summary-row{color:var(--store-text-secondary,#4b5563);justify-content:space-between;font-size:13px;display:flex}.cv2-discount-row{color:#10b981;font-weight:600}.cv2-summary-divider{background:var(--store-border,#e5e5e5);height:1px;margin:4px 0}.cv2-total-block{justify-content:space-between;align-items:baseline;margin-top:2px;display:flex}.cv2-total-label{color:var(--store-text-primary,#171717);font-size:16px;font-weight:700}.cv2-total-value{color:var(--store-product-price,#b77900);font-size:24px;font-weight:800}.cv2-total-sub{text-align:right;color:var(--store-text-secondary,#4b5563);margin-top:-6px;font-size:12px}.cv2-footer{background:var(--store-cart-bg,#fff);border-top:1px solid var(--store-border,#e5e5e5);padding:16px 20px}.cv2-checkout-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;font-size:15px;font-weight:700;transition:transform .1s,background .2s;display:flex;box-shadow:0 4px 12px #25d36633}.cv2-checkout-btn:hover:not(:disabled){background:#20bd5a;transform:translateY(-1px)}.cv2-checkout-btn:active:not(:disabled){transform:translateY(1px)}.cv2-checkout-btn.loading{opacity:.8;cursor:not-allowed}.cv2-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite cv2-spin}@keyframes cv2-spin{to{transform:rotate(360deg)}}.cv2-footer-hint{text-align:center;color:var(--color-cinza-medio);margin-top:10px;margin-bottom:0;font-size:12px}@media (width<=768px){.cart-sidebar{max-width:100%}}.portal-loading,.portal-error{color:#374151;background:#f9fafb;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-family:Inter,sans-serif;display:flex}.portal-spinner{border:3px solid #e5e7eb;border-top-color:#111827;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.portal-error-icon{font-size:48px}.portal-error h2{margin:0;font-size:20px}.portal-error p{color:#6b7280;margin:0}.pp-root{background:#f3f4f6;min-height:100vh;font-family:Inter,sans-serif}.pp-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-family:Inter,sans-serif;font-size:14px;display:flex}.pp-spinner{border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite ppSpin}@keyframes ppSpin{to{transform:rotate(360deg)}}.pp-error{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100vh;font-family:Inter,sans-serif;display:flex}.pp-error-icon{font-size:48px}.pp-error h2{color:#111827;margin:0;font-size:20px;font-weight:700}.pp-error p{color:#6b7280;margin:0;font-size:14px}.pp-header{z-index:10;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a2e 100%);padding:18px 24px;position:sticky;top:0;box-shadow:0 2px 20px #0000004d}.pp-header-inner{justify-content:space-between;align-items:center;max-width:720px;margin:0 auto;display:flex}.pp-logo{letter-spacing:.08em;color:#fff;font-size:20px;font-weight:900}.pp-brand-logo{object-fit:contain;object-position:center;width:124px;height:54px;display:block}.pp-greeting{flex-direction:column;align-items:flex-end;display:flex}.pp-greeting-sub{color:#ffffff80;font-size:11px;font-weight:500}.pp-greeting-name{color:#fff;font-size:15px;font-weight:700}.pp-header-actions{align-items:center;gap:8px;display:flex}.pp-header-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:8px;padding:6px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background .15s}.pp-header-btn:hover{background:#ffffff1a}.pp-error-btn{color:#fff;cursor:pointer;background:#374151;border:none;border-radius:8px;margin-top:16px;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px}.pp-body{flex-direction:column;gap:16px;max-width:720px;margin:0 auto;padding:24px 16px 64px;display:flex}.pp-coupon-hero{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #0000000f}.pp-coupon-hero-left{flex-direction:column;gap:4px;display:flex}.pp-coupon-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600}.pp-coupon-code{color:#111827;letter-spacing:.12em;background:#f3f4f6;border-radius:8px;padding:4px 14px;font-family:Courier New,monospace;font-size:26px;font-weight:900;display:inline-block}.pp-coupon-hero-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.pp-commission-pct{color:#10b981;font-size:32px;font-weight:900;line-height:1}.pp-commission-label{color:#6b7280;font-size:11px;font-weight:500}.pp-wallet-card{color:#fff;background:linear-gradient(135deg,#4338ca 0%,#7c3aed 50%,#9333ea 100%);border-radius:20px;padding:28px 28px 22px;position:relative;overflow:hidden;box-shadow:0 20px 40px -12px #6366f173}.pp-wallet-bg-pattern{pointer-events:none;background:#ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute;top:-30px;right:-30px}.pp-wallet-bg-pattern:after{content:"";background:#ffffff0f;border-radius:50%;width:120px;height:120px;position:absolute;top:30px;left:30px}.pp-wallet-top{align-items:center;gap:10px;margin-bottom:20px;display:flex}.pp-wallet-icon{font-size:22px}.pp-wallet-tag{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:12px;font-weight:700}.pp-wallet-balance-section{flex-direction:column;gap:4px;margin-bottom:24px;display:flex}.pp-wallet-balance-label{opacity:.7;font-size:12px;font-weight:500}.pp-wallet-balance{letter-spacing:-.02em;font-size:44px;font-weight:900;line-height:1}.pp-wallet-actions{flex-wrap:wrap;gap:8px;display:flex}.pp-wallet-action-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:30px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.pp-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pp-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:12px;padding:16px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 1px 4px #0000000d}.pp-stat-card--green{background:#f0fdf9;border-color:#a7f3d0}.pp-stat-card--orange{background:#fffbeb;border-color:#fde68a}.pp-stat-icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.pp-stat-icon-wrap--blue{background:#eef2ff}.pp-stat-icon-wrap--purple{background:#f5f3ff}.pp-stat-icon-wrap--green{background:#d1fae5}.pp-stat-icon-wrap--orange{background:#fef3c7}.pp-stat-info{flex-direction:column;gap:2px;min-width:0;display:flex}.pp-stat-val{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:800;line-height:1.2;overflow:hidden}.pp-stat-lbl{color:#6b7280;font-size:11px;font-weight:500}.pp-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:14px;gap:4px;padding:4px;display:flex;box-shadow:0 1px 4px #0000000d}.pp-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.pp-tab.active{color:#fff;background:#111827;box-shadow:0 2px 8px #11182733}.pp-tab-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:800;display:flex}.pp-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.pp-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.pp-empty-icon{font-size:40px}.pp-empty strong{color:#111827;font-size:16px;font-weight:700}.pp-empty span{color:#6b7280;font-size:13px}.pp-timeline{padding:8px 0}.pp-timeline-item{align-items:flex-start;gap:0;padding:0 20px;display:flex;position:relative}.pp-timeline-item+.pp-timeline-item{border-top:1px solid #f3f4f6}.pp-timeline-dot{background:#d1d5db;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:22px;margin-right:14px}.pp-timeline-item--paid .pp-timeline-dot{background:#10b981}.pp-timeline-item--pending .pp-timeline-dot{background:#f59e0b}.pp-timeline-item--cancelled .pp-timeline-dot{background:#ef4444}.pp-timeline-content{flex:1;padding:16px 0}.pp-timeline-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.pp-timeline-title{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pp-timeline-client{color:#111827;font-size:14px;font-weight:700}.pp-timeline-date{color:#9ca3af;white-space:nowrap;font-size:12px}.pp-timeline-values{gap:20px;display:flex}.pp-timeline-val-block{flex-direction:column;gap:2px;display:flex}.pp-timeline-val-label{color:#9ca3af;font-size:11px;font-weight:500}.pp-timeline-val{font-size:14px;font-weight:600}.pp-timeline-commission{font-size:16px;font-weight:800}.pp-timeline-cancel-note{color:#ef4444;margin-top:8px;font-size:11px;display:block}.pp-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.pp-badge--paid{color:#065f46;background:#d1fae5}.pp-wallet-summary{border-bottom:1px solid #f3f4f6;gap:24px;padding:20px 24px;display:flex}.pp-wallet-summary-item{flex-direction:column;gap:4px;display:flex}.pp-wallet-summary-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.pp-wallet-summary-val--main{color:#111827;font-size:28px;font-weight:900}.pp-wallet-list{padding:8px 0}.pp-wallet-entry{align-items:center;gap:14px;padding:14px 20px;transition:background .1s;display:flex}.pp-wallet-entry+.pp-wallet-entry{border-top:1px solid #f3f4f6}.pp-wallet-entry:hover{background:#fafafa}.pp-wallet-entry-icon{flex-shrink:0;font-size:20px}.pp-wallet-entry-info{flex-direction:column;flex:1;gap:2px;display:flex}.pp-wallet-entry-desc{color:#111827;font-size:14px;font-weight:600}.pp-wallet-entry-date{color:#9ca3af;font-size:12px}.pp-wallet-entry-amount{font-size:15px;font-weight:800}.pp-wallet-entry-amount--credit{color:#059669}.pp-wallet-entry-amount--debit{color:#dc2626}.pp-how-card{padding:28px}.pp-how-title{color:#111827;margin:0 0 24px;font-size:17px;font-weight:800}.pp-how-steps{flex-direction:column;gap:0;display:flex}.pp-how-step{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:16px;padding:16px 0;display:flex}.pp-how-step:last-child{border-bottom:none}.pp-how-step-num{color:#fff;background:linear-gradient(135deg,#4338ca,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex;box-shadow:0 4px 12px #6366f14d}.pp-how-step-body{flex-direction:column;gap:4px;display:flex}.pp-how-step-body strong{color:#111827;font-size:14px;font-weight:700}.pp-how-step-body span{color:#6b7280;font-size:13px;line-height:1.5}.pp-how-contact{color:#065f46;background:#f0fdf9;border:1px solid #a7f3d0;border-radius:10px;margin-top:24px;padding:14px 18px;font-size:13px;font-weight:600}.pp-footer{text-align:center;color:#d1d5db;margin:8px 0 0;font-size:12px}@media (width<=480px){.pp-stats-grid{grid-template-columns:1fr 1fr}.pp-stat-val{font-size:13px}.pp-coupon-code{font-size:20px}.pp-wallet-balance{font-size:34px}.pp-tab{padding:9px 6px;font-size:11px}.pp-wallet-action-pill{font-size:11px}}.portal-header{color:#fff;background:#111827;padding:20px 24px}.portal-header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:680px;margin:0 auto;display:flex}.portal-logo{letter-spacing:.1em;color:#f9fafb;font-size:18px;font-weight:900}.portal-hello{flex-direction:column;align-items:flex-end;display:flex}.portal-hello-sub{color:#9ca3af;font-size:11px}.portal-hello-name{color:#fff;font-size:16px;font-weight:700}.portal-body{flex-direction:column;gap:20px;max-width:680px;margin:0 auto;padding:24px 16px 48px;display:flex}.portal-coupon-badge{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:16px 20px;display:flex}.portal-coupon-label{color:#6b7280;font-size:12px;font-weight:500}.portal-coupon-code{color:#111827;letter-spacing:.1em;background:#f3f4f6;border-radius:6px;padding:4px 12px;font-family:Courier New,monospace;font-size:22px;font-weight:900}.portal-coupon-pct{color:#10b981;margin-left:auto;font-size:13px;font-weight:700}.portal-stats-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.portal-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:16px;display:flex}.portal-stat-card.highlight-green{background:#f0fdf9;border-color:#6ee7b7}.portal-stat-card.highlight-orange{background:#fffbeb;border-color:#fcd34d}.portal-stat-icon{font-size:22px}.portal-stat-value{color:#111827;font-size:20px;font-weight:800}.portal-stat-label{color:#6b7280;font-size:12px}.portal-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.portal-section-title{color:#111827;border-bottom:1px solid #f3f4f6;margin:0;padding:16px 20px;font-size:15px;font-weight:700}.portal-empty{text-align:center;color:#6b7280;padding:32px 20px;font-size:14px}.portal-table-wrap{overflow-x:auto}.portal-table{border-collapse:collapse;width:100%;font-size:13px}.portal-table th{text-align:left;color:#374151;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:10px 16px;font-weight:600}.portal-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:11px 16px}.portal-table tr:last-child td{border-bottom:none}.portal-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.portal-badge.paid{color:#065f46;background:#d1fae5}.portal-badge.pending{color:#92400e;background:#fef3c7}.portal-footer-note{text-align:center;color:#9ca3af;margin:0;font-size:13px}@media (width<=480px){.portal-stats-grid{grid-template-columns:1fr 1fr}.portal-stat-value{font-size:16px}.portal-coupon-code{font-size:18px}}.admin-modal-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin-modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;animation:.2s adminModalFadeIn;overflow:hidden;box-shadow:0 10px 25px #0000001a}.admin-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.admin-modal-header h3{color:#111827;margin:0;font-size:18px}.admin-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none}.admin-modal-body{padding:20px}.admin-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 20px;display:flex}@keyframes adminModalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pp-badge--approved{color:#065f46;background:#d1fae5}.pp-wallet-card--pix{background:linear-gradient(135deg,#0369a1 0%,#0ea5e9 100%)}.pp-wallet-new-badge{color:#fff;background:#ffffff40;border:1px solid #ffffff4d;border-radius:20px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:700;animation:2s ease-in-out infinite ppPulse}@keyframes ppPulse{0%,to{opacity:1}50%{opacity:.7}}.pp-wallet-model-badge{color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;padding:3px 12px;font-size:11px;font-weight:700}.pp-wallet-model-badge--pix{background:#fff3}.pp-wallet-footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.pp-wallet-resgate-btn{color:#fff;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:1px solid #fff6;border-radius:30px;padding:8px 18px;font-size:13px;font-weight:700;transition:background .15s}.pp-wallet-resgate-btn:hover{background:#ffffff4d}.pp-wallet-resgate-btn--inline{background:linear-gradient(135deg,#4338ca,#7c3aed);border:none;border-radius:10px;width:100%;padding:12px;font-size:14px;box-shadow:0 4px 12px #6366f14d}.pp-wallet-resgate-btn--inline:hover{opacity:.9}.pp-tab-badge--green{background:#10b981}.pp-wallet-new-pill{color:#065f46;vertical-align:middle;background:#d1fae5;border-radius:20px;margin-left:6px;padding:1px 7px;font-size:10px;font-weight:800;display:inline-flex}.pp-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:flex-end;animation:.2s ppFadeIn;display:flex;position:fixed;inset:0}@keyframes ppFadeIn{0%{opacity:0}to{opacity:1}}.pp-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:540px;animation:.25s cubic-bezier(.34,1.56,.64,1) ppSlideUp;overflow:hidden}@keyframes ppSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pp-modal-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.pp-modal-header h3{color:#111827;margin:0;font-size:18px;font-weight:800}.pp-modal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.pp-modal-body{padding:20px 24px 32px}.pp-modal-balance{background:linear-gradient(135deg,#4338ca,#7c3aed);border-radius:14px;flex-direction:column;gap:4px;margin-bottom:20px;padding:16px 20px;display:flex}.pp-modal-balance-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}.pp-modal-balance-val{color:#fff;font-size:32px;font-weight:900}.pp-modal-subtitle{color:#374151;margin:0 0 16px;font-size:14px;font-weight:600}.pp-modal-choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pp-modal-choice{cursor:pointer;text-align:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:20px 14px;transition:all .15s;display:flex}.pp-modal-choice-icon{font-size:28px}.pp-modal-choice strong{color:#111827;font-size:15px;font-weight:800}.pp-modal-choice span{color:#6b7280;font-size:12px}.pp-modal-confirm{flex-direction:column;gap:12px;display:flex}.pp-modal-confirm p{color:#4b5563;margin:0;font-size:14px;line-height:1.5}.pp-modal-label{color:#374151;font-size:13px;font-weight:600}.pp-modal-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:Inter,sans-serif;font-size:14px}.pp-modal-btn-send{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4338ca,#7c3aed);border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:opacity .15s;box-shadow:0 4px 12px #6366f14d}.pp-modal-btn-send:hover:not(:disabled){opacity:.9}.pp-modal-btn-send:disabled{opacity:.4;cursor:not-allowed}.pp-modal-btn-back{color:#6b7280;cursor:pointer;text-align:center;background:0 0;border:none;padding:4px;font-size:13px;font-weight:500}.pp-modal-btn-back:hover{color:#374151}.cl-root{background:linear-gradient(135deg,#0f0f1a 0%,#1a0a2e 50%,#0a1628 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}.cl-bg-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.cl-bg-orb--1{background:#6366f133;width:400px;height:400px;top:-100px;left:-100px}.cl-bg-orb--2{background:#a855f733;width:300px;height:300px;bottom:-80px;right:-80px}.cl-center{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.cl-not-found h2{margin:0;font-size:20px}.cl-not-found p{color:#fff9;margin:0;font-size:14px}.cl-spinner{border:3px solid #fff3;border-top-color:#a78bfa;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite clSpin}@keyframes clSpin{to{transform:rotate(360deg)}}.cl-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:420px;padding:40px 32px;display:flex;position:relative;box-shadow:0 32px 64px #0006}.cl-logo{letter-spacing:.1em;color:#fff;font-size:22px;font-weight:900}.cl-logo span{color:#f59e0b}.cl-brand-logo{object-fit:contain;object-position:center;width:180px;height:92px;display:block}.cl-intro{text-align:center}.cl-intro-sub{color:#ffffff80;margin-bottom:4px;font-size:13px;display:block}.cl-intro-name{color:#fff;margin:0;font-size:26px;font-weight:900}.cl-divider{align-items:center;gap:12px;width:100%;display:flex}.cl-divider:before,.cl-divider:after{content:"";background:#ffffff26;flex:1;height:1px}.cl-divider span{color:#fff6;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:11px;font-weight:600}.cl-coupon-block{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.cl-coupon-code{color:#fff;letter-spacing:.15em;text-align:center;box-sizing:border-box;text-shadow:0 0 20px #a78bfa80;background:#ffffff1a;border:2px dashed #fff3;border-radius:16px;width:100%;padding:16px 28px;font-family:Courier New,monospace;font-size:42px;font-weight:900}.cl-copy-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:30px;padding:8px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;transition:all .15s}.cl-copy-btn:hover{background:#fff3}.cl-steps{flex-direction:column;gap:10px;width:100%;display:flex}.cl-step{background:#ffffff0d;border-radius:10px;align-items:flex-start;gap:12px;padding:10px 14px;display:flex}.cl-step-num{color:#fff;background:linear-gradient(135deg,#6366f1,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}.cl-step-text{color:#ffffffbf;font-size:13px;line-height:1.5}.cl-step-text strong{color:#fff}.cl-btn-shop{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#6366f1 0%,#a78bfa 100%);border:none;border-radius:14px;width:100%;padding:16px;font-family:Inter,sans-serif;font-size:16px;font-weight:800;text-decoration:none;transition:all .2s;display:block;box-shadow:0 8px 24px #6366f166}.cl-btn-shop:hover{transform:translateY(-2px);box-shadow:0 12px 32px #6366f180}.cl-footer{color:#ffffff4d;text-align:center;margin:0;font-size:12px}@media (width<=480px){.cl-card{padding:28px 20px}.cl-coupon-code{font-size:32px}.cl-intro-name{font-size:22px}.pp-modal{border-radius:20px 20px 0 0}.pp-modal-choices{grid-template-columns:1fr 1fr}}.promoters-page-container{color:#0f172a;flex-direction:column;gap:24px;max-width:1400px;margin:0 auto;font-family:Inter,Geist,system-ui,-apple-system,sans-serif;display:flex}.promoters-main-grid{grid-template-columns:38% calc(62% - 24px);align-items:start;gap:24px;display:grid}.promoters-card-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 1px 3px #00000008,0 4px 12px #00000003}.promoters-form-hero{background:#faf5ff;border-bottom:1px solid #f3e8ff;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.promoters-hero-text h3{color:#4c1d95;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700}.promoters-hero-text p{color:#6b21a8;margin:4px 0 0;font-size:13px;font-weight:400}.promoters-hero-icon-wrap{color:#7c3aed;background:#f3e8ff;border:1px solid #e9d5ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.promoters-form-body{padding:24px}.promoters-field-group{flex-direction:column;margin-bottom:18px;display:flex}.promoters-field-label{color:#334155;margin-bottom:8px;font-size:13px;font-weight:600}.promoters-input-wrapper{align-items:center;display:flex;position:relative}.promoters-input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:50px;padding:0 16px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.promoters-input::placeholder{color:#94a3b8}.promoters-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.promoters-input-icon{color:#94a3b8;pointer-events:none;position:absolute;right:16px}.promoters-select{color:#0f172a;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 16px center no-repeat;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:50px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.promoters-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61f}.promoters-eye-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:color .2s;display:flex;position:absolute;right:12px}.promoters-eye-btn:hover{color:#475569}.promoters-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:50px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #7c3aed40}.promoters-btn-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 18px #7c3aed59}.promoters-btn-primary:active:not(:disabled){transform:translateY(0)}.promoters-btn-primary:disabled{opacity:.6;cursor:not-allowed}.promoters-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.promoters-alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.promoters-alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.promoters-right-column{flex-direction:column;gap:16px;display:flex}.promoters-summary-header-card{justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.promoters-summary-left{align-items:center;gap:14px;display:flex}.promoters-summary-icon-box{color:#15803d;background:#dcfce7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.promoters-summary-title{color:#0f172a;margin:0;font-size:17px;font-weight:700}.promoters-summary-subtitle{color:#64748b;margin:2px 0 0;font-size:13px}.promoters-summary-badge{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.promoters-list-container{flex-direction:column;gap:16px;display:flex}.promoters-item-card{flex-direction:column;gap:14px;padding:20px 24px;display:flex}.promoters-item-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.promoters-item-info{align-items:center;gap:14px;display:flex}.promoters-avatar{color:#fff;background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;font-weight:700;display:flex;box-shadow:0 4px 12px #7c3aed33}.promoters-name-block{flex-direction:column;gap:2px;display:flex}.promoters-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.promoters-name{color:#0f172a;margin:0;font-size:17px;font-weight:700;line-height:1.2}.promoters-badge-influencer{text-transform:uppercase;letter-spacing:.05em;color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;padding:2px 8px;font-size:10px;font-weight:700}.promoters-login-text{color:#64748b;font-size:13px;font-weight:400}.promoters-login-text strong{color:#334155;font-weight:600}.promoters-top-actions{align-items:center;gap:8px;display:flex}.promoters-coupon-tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.promoters-coupon-tag{color:#6d28d9;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:monospace;font-size:13px;font-weight:700;display:flex}.promoters-no-coupon-tag{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.promoters-kebab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.promoters-kebab-btn:hover{color:#334155;background:#f1f5f9}.promoters-repasse-strip{color:#7e22ce;cursor:pointer;background:#faf5ff;border:1px solid #f3e8ff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:13px;transition:all .2s;display:flex}.promoters-repasse-strip:hover{background:#f3e8ff;border-color:#e9d5ff}.promoters-repasse-strip strong{font-weight:700}.promoters-item-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:4px;display:flex}.promoters-balance-container{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:10px;padding:8px 14px;display:flex}.promoters-balance-label{color:#64748b;font-size:13px;font-weight:500}.promoters-balance-value{color:#0f172a;font-size:15px;font-weight:700}.promoters-balance-value.has-balance{color:#15803d}.promoters-action-buttons{align-items:center;gap:10px;display:flex}.promoters-btn-debit{color:#15803d;cursor:pointer;background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;display:flex}.promoters-btn-debit:hover{color:#166534;background:#bbf7d0}.promoters-btn-delete{color:#e11d48;cursor:pointer;background:#fff1f2;border:1px solid #ffe4e6;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:flex}.promoters-btn-delete:hover{color:#be123c;background:#ffe4e6}.promoters-empty-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;display:flex}.promoters-empty-icon{color:#cbd5e1;margin-bottom:4px}.promoters-empty-title{color:#475569;margin:0;font-size:15px;font-weight:600}.promoters-empty-desc{color:#94a3b8;font-size:13px}.promoters-footer-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:8px;display:grid}.promoters-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #00000008}.promoters-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.promoters-stat-icon-purple{color:#7c3aed;background:#f3e8ff}.promoters-stat-icon-green{color:#15803d;background:#dcfce7}.promoters-stat-icon-amber{color:#d97706;background:#fef3c7}.promoters-stat-icon-rose{color:#e11d48;background:#ffe4e6}.promoters-stat-body{flex-direction:column;gap:2px;display:flex}.promoters-stat-number{color:#0f172a;font-size:18px;font-weight:700;line-height:1.2}.promoters-stat-label{color:#64748b;font-size:12px;font-weight:500}.promoters-loading-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:80px 20px;display:flex}.promoters-spinner{border:3px solid #e2e8f0;border-top-color:#8b5cf6;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}.promoters-modal-dialog{border:1px solid #e2e8f0;border-radius:16px;max-width:460px;overflow:hidden;box-shadow:0 20px 25px -5px #00000026}.promoters-modal-header{background:#ecfdf5;border-bottom:1px solid #a7f3d0;padding:16px 20px}.promoters-modal-title-row{align-items:center;gap:10px;display:flex}.promoters-modal-header-icon{color:#047857}.promoters-modal-balance-box{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;font-size:13px;display:flex}.promoters-modal-balance-box strong{color:#15803d;font-size:16px;font-weight:700}.promoters-modal-label{color:#334155;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.promoters-modal-tabs{gap:8px;display:flex}.promoters-modal-tab-btn{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.promoters-modal-tab-btn.active-permuta{color:#047857;background:#ecfdf5;border:2px solid #10b981}.promoters-modal-tab-btn.active-pix{color:#0369a1;background:#f0f9ff;border:2px solid #0284c7}.promoters-search-product-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:12px}.promoters-search-label{color:#334155;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.promoters-search-input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:13px}.promoters-product-results{background:#fff;border:1px solid #cbd5e1;border-radius:8px;max-height:200px;margin-top:6px;overflow-y:auto;box-shadow:0 4px 12px #00000014}.promoters-product-no-match{color:#64748b;text-align:center;padding:12px;font-size:12px}.promoters-product-item-row{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.promoters-product-item-row:hover{background:#f0fdf4}.promoters-product-thumb{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;width:34px;height:34px}.promoters-product-placeholder{background:#e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.promoters-product-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.promoters-product-brand{color:#64748b;font-size:11px}.promoters-product-price{color:#15803d;font-size:12px;font-weight:700}.promoters-modal-input{border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px;font-weight:600}.promoters-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.promoters-modal-confirm-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:all .15s;box-shadow:0 2px 8px #10b98140}.promoters-modal-confirm-btn:hover:not(:disabled){background:#059669}.admin-v2-icon-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.admin-v2-icon-btn:hover{color:#0f172a;background:#f8fafc}.admin-v2-avatar-btn{color:#fff;cursor:pointer;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}@media (width<=1024px){.promoters-main-grid{grid-template-columns:1fr}.promoters-footer-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.promoters-footer-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.promoters-item-top{flex-direction:column;align-items:flex-start}.promoters-top-actions{justify-content:space-between;width:100%}.promoters-item-bottom{flex-direction:column;align-items:stretch}.promoters-action-buttons{width:100%}.promoters-btn-debit,.promoters-btn-delete{flex:1;justify-content:center}}.promoters-modal-cancel-btn,.admin-modal-footer .btn-secondary{color:#0f172a!important;cursor:pointer!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:10px!important;padding:10px 18px!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important}.promoters-modal-cancel-btn:hover,.admin-modal-footer .btn-secondary:hover{color:#0f172a!important;background:#e2e8f0!important}.promoters-two-cols-inputs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.promoters-detail-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #00000008}.promoters-detail-header-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.promoters-back-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.promoters-back-btn:hover{color:#0f172a;background:#e2e8f0}.promoters-detail-avatar{color:#fff;background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:20px;font-weight:700;display:flex;box-shadow:0 4px 14px #7c3aed40}.promoters-detail-title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.promoters-detail-name{color:#0f172a;margin:0;font-size:22px;font-weight:700}.promoters-status-pill{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.promoters-status-pill.active{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.promoters-status-pill.inactive{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.promoters-detail-sub{color:#64748b;margin:4px 0 0;font-size:13px}.promoters-detail-header-actions{align-items:center;gap:10px;display:flex}.promoters-btn-edit-profile{color:#7c3aed;cursor:pointer;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.promoters-btn-edit-profile:hover{color:#6d28d9;background:#ede9fe}.promoters-btn-view-profile{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.promoters-btn-view-profile:hover{color:#0f172a;background:#f1f5f9}.promoters-btn-edit-icon{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.promoters-btn-edit-icon:hover{color:#0f172a;background:#f1f5f9}.promoters-detail-info-card{padding:24px}.promoters-info-section-title{color:#0f172a;align-items:center;gap:8px;margin:0 0 18px;font-size:16px;font-weight:700;display:flex}.promoters-info-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.promoters-info-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.promoters-info-icon{color:#7c3aed;flex-shrink:0}.promoters-info-label{color:#64748b;font-size:12px;display:block}.promoters-info-value{color:#0f172a;font-size:14px;font-weight:600}.promoters-insta-link{color:#7c3aed;align-items:center;gap:4px;text-decoration:none;display:inline-flex}.promoters-insta-link:hover{text-decoration:underline}.promoters-history-card{flex-direction:column;display:flex}.promoters-history-tabs-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.promoters-history-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.promoters-history-tab-btn.active{color:#7c3aed;background:#fff;border-bottom-color:#7c3aed}.promoters-history-body{padding:20px 24px}.promoters-empty-history{text-align:center;color:#94a3b8;flex-direction:column;align-items:center;gap:8px;padding:40px;display:flex}.promoters-table-wrapper{overflow-x:auto}.promoters-table{border-collapse:collapse;width:100%;font-size:13px}.promoters-table th{text-align:left;color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 14px;font-weight:700}.promoters-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:12px 14px}.promoters-tx-badge{border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700}.promoters-tx-badge.credit{color:#15803d;background:#dcfce7}.promoters-tx-badge.debit{color:#0369a1;background:#f0f9ff}.tx-green{color:#15803d}.tx-red{color:#2563eb}.promoters-status-validated{text-transform:uppercase;color:#15803d;background:#dcfce7;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:700}@media (width<=900px){.promoters-info-grid{grid-template-columns:repeat(2,1fr)}.promoters-two-cols-inputs{grid-template-columns:1fr}}@media (width<=600px){.promoters-info-grid{grid-template-columns:1fr}}@media (width>=901px){.storefront-app .catalog-layout{grid-template-columns:248px minmax(0,1fr)!important;align-items:start!important;gap:26px!important;display:grid!important}.storefront-app .filter-overlay{display:none}.storefront-app .filter-sidebar,.storefront-app .filter-sidebar.open{z-index:40!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;scrollbar-color:#cbd5e1 transparent!important;background:#fff!important;border:1px solid #e0e0dc!important;border-radius:16px!important;width:100%!important;height:auto!important;max-height:calc(100vh - 96px)!important;padding:18px 18px 24px!important;transition:none!important;position:sticky!important;top:86px!important;left:auto!important;overflow-y:auto!important;transform:none!important;box-shadow:0 4px 20px #0000000d!important}.storefront-app .filter-sidebar::-webkit-scrollbar{width:4px}.storefront-app .filter-sidebar::-webkit-scrollbar-track{background:0 0}.storefront-app .filter-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.storefront-app .filter-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.storefront-app .filter-header-mobile,.storefront-app .filter-mobile-footer{display:none}}.storefront-app .header-install-btn{background:var(--color-energy-yellow);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:13px;font-weight:800;transition:transform .15s,filter .15s;display:inline-flex}.storefront-app .header-install-btn:hover{filter:brightness(1.05);transform:scale(1.03)}.storefront-app .header-filter-btn{cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:13px;justify-content:center;align-items:center;width:44px;height:44px;display:none;color:var(--color-energy-yellow)!important}.storefront-app .brand-quick-nav{flex-wrap:wrap;overflow:visible}@media (width<=900px){.storefront-app .header-install-btn{display:none!important}.storefront-app .catalog-layout{grid-template-columns:minmax(0,1fr)}.storefront-app .filter-overlay{z-index:2299;visibility:hidden;-webkit-backdrop-filter:blur(4px);opacity:0;background:#0a0a0ca6;transition:opacity .2s,visibility .2s;display:block;position:fixed;inset:0}.storefront-app .filter-overlay.open{visibility:visible;opacity:1}.storefront-app .filter-sidebar,.storefront-app .filter-sidebar.open{z-index:2300!important;background:#fff!important;border:0!important;border-radius:0 20px 20px 0!important;flex-direction:column!important;width:min(88vw,360px)!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;transition:transform .26s cubic-bezier(.16,1,.3,1)!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;overflow:hidden!important;transform:translate(-105%)!important;box-shadow:20px 0 50px #00000059!important}.storefront-app .filter-sidebar.open{transform:translate(0)!important}.storefront-app .filter-header-mobile{background:#fafafa;border-bottom:1px solid #e5e7eb;flex:none;justify-content:space-between;align-items:center;padding:16px 18px;display:flex!important}.storefront-app .filter-header-title{color:#111827;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:8px;font-size:16px;font-weight:800;display:flex}.storefront-app .filter-header-title h3{color:#111827;margin:0;font-size:16px;font-weight:800}.storefront-app .filter-header-actions{align-items:center;gap:10px;display:flex}.storefront-app .filter-clear-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-size:13px;font-weight:700}.storefront-app .filter-close-btn{color:#374151;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.storefront-app .filter-scrollable-body{-webkit-overflow-scrolling:touch;flex:auto;padding:16px 18px 24px;overflow-y:auto}.storefront-app .filter-mobile-footer{background:#fff;border-top:1px solid #e5e7eb;flex:none;padding:14px 18px;box-shadow:0 -4px 16px #0000000f;display:block!important}.storefront-app .filter-apply-btn{width:100%;height:46px;color:var(--color-energy-yellow);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#111827;border:none;border-radius:12px;justify-content:center;align-items:center;font-size:14px;font-weight:800;transition:background .15s;display:flex}.storefront-app .filter-apply-btn:active{background:#000;transform:scale(.98)}.storefront-app .header-filter-btn{display:flex!important}}.catalog-load-more{color:#686b72;justify-content:center;align-items:center;gap:9px;min-height:74px;font-size:12px;font-weight:700;display:flex}.catalog-load-more-spinner{border:2px solid #deded9;border-top-color:#c89008;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite catalog-load-more-spin}@keyframes catalog-load-more-spin{to{transform:rotate(360deg)}}@media (width<=600px){.storefront-app .header-filter-btn{margin-right:7px!important}.storefront-app .brand-quick-nav{flex-wrap:nowrap;overflow-x:auto}}.storefront-app .header-mobile-search-btn{display:none}@media (width<=900px){.storefront-app .header-mobile-search-btn{background:#ffffff14;border:1px solid #fff3;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;color:#fff!important}.storefront-app .header-mobile-search-btn:hover{background:#ffffff26;border-color:#fff6;color:#fff!important}.storefront-app .header-brand-zone.hidden-mobile,.storefront-app .header-actions.hidden-mobile{display:none!important}.storefront-app .header-mobile-search-bar{align-items:center;gap:8px;width:100%;height:44px;padding:0 4px;animation:.15s header-search-slide-in;display:flex;position:relative}.storefront-app .popular-search-popover.mobile{width:100%;padding:14px;top:calc(100% + 9px);left:0}.storefront-app .header-mobile-search-bar .search-icon{color:#fff9;flex-shrink:0}.storefront-app .header-mobile-search-bar input{color:#fff;min-width:0;height:40px;font-size:15px;font-family:var(--font-body);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:11px;outline:none;flex:1;padding:0 12px}.storefront-app .header-mobile-search-bar input::placeholder{color:#ffffff73}.storefront-app .header-mobile-search-bar input:focus{border-color:var(--color-energy-yellow);background:#ffffff1f}.storefront-app .header-mobile-search-bar .clear-search-btn{color:#fffc;background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.storefront-app .close-mobile-search-btn{color:var(--color-energy-yellow);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:13px;font-weight:700}@keyframes header-search-slide-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}}.coupon-link-actions-v2{flex-wrap:wrap;gap:7px;margin-left:auto;display:flex}.coupon-link-actions-v2 .btn-outline-v2{color:#4338ca;border:1px dashed #6366f1;padding:5px 9px;font-size:11px;font-weight:700}.pp-share-coupon-btn{color:#5f4700;width:100%;font:inherit;cursor:pointer;background:#fff8dc;border:1px solid #d7bb59;border-radius:10px;margin:-6px 0 14px;padding:11px 15px;font-size:13px;font-weight:800}.pp-share-feedback{color:#166534;text-align:center;margin:-8px 0 14px;font-size:12px;font-weight:700}.pp-link-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.pp-coupon-list{gap:14px;display:grid}.pp-coupon-list-heading{color:#171717;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.pp-coupon-list-heading>span{color:#6a6a70;font-size:12px;font-weight:700}.pp-coupon-share-card{background:#fff;border:1px solid #e4e4df;border-radius:16px;gap:12px;padding:14px;display:grid}.pp-coupon-share-card .pp-coupon-hero{box-shadow:none}.pp-coupon-share-card .pp-share-coupon-btn{margin:0}.pp-link-metric{color:#171717;background:#fff;border:1px solid #e4e4df;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:13px 14px;display:flex}.pp-link-metric>svg,.pp-link-metric>span:first-child{color:#9a7600;flex:none;font-size:19px}.pp-link-metric>div{gap:1px;min-width:0;display:grid}.pp-link-metric strong{color:#171717;font-size:20px;line-height:1}.pp-link-metric>div>span{color:#6a6a70;font-size:11px;font-weight:700}.coupon-link-metrics-v2{flex-wrap:wrap;gap:6px;width:100%;margin-top:4px;display:flex}.coupon-link-metrics-v2 span{color:#5f6066;background:#fafaf7;border:1px solid #e4e4df;border-radius:8px;padding:5px 8px;font-size:11px;font-weight:600}.coupon-link-metrics-v2 strong{color:#171717;font-size:13px}@media (width<=620px){.pp-link-metrics{grid-template-columns:1fr}.pp-coupon-list-heading{flex-direction:column;align-items:flex-start;gap:3px}}.promoters-selected-product{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;display:grid}.promoters-selected-product>div:nth-child(2){gap:3px;min-width:0;display:grid}.promoters-selected-product strong{color:#14532d;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.promoters-selected-product span{color:#4b7b5d;font-size:10px}.promoters-selected-product button{color:#166534;font:inherit;background:#fff;border:1px solid #86b897;border-radius:7px;align-items:center;gap:5px;padding:7px 9px;font-size:10px;font-weight:750;display:inline-flex}.redemptions-table-wrap{-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;width:100%;overflow-x:auto}.redemptions-table-v2{table-layout:auto;border-collapse:separate;border-spacing:0;width:100%;min-width:960px}.redemptions-table-v2 th,.redemptions-table-v2 td{vertical-align:middle;padding:12px 14px}.redemptions-table-v2 thead th{color:#475467;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:11px;font-weight:700}.redemptions-table-v2 tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.redemptions-table-v2 tbody tr:hover{background-color:#f8fafc}.redemptions-table-v2 tbody td{border-bottom:1px solid #f1f5f9}.redemption-item-card-v2{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;max-width:320px;padding:6px 10px;text-decoration:none;transition:all .15s;display:flex}.redemption-item-card-v2:hover{background:#fffdf5;border-color:#facc15;transform:translateY(-1px);box-shadow:0 2px 6px #0000000a}.redemption-item-thumb{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.redemption-item-thumb img{object-fit:cover;width:100%;height:100%}.redemption-item-info{flex-direction:column;min-width:0;display:flex}.redemption-item-name{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.redemption-item-badge{color:#64748b;margin-top:2px;font-size:11px;font-weight:600}.redemption-actions-v2{white-space:nowrap;align-items:center;gap:6px;display:flex}.redemption-actions-v2 button{cursor:pointer;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .15s}.validation-sale-modal{max-height:min(92dvh,900px)}.validation-sale-modal .admin-modal-body{overflow-y:auto}.validation-items-editor{gap:11px;margin-bottom:18px;display:grid}.validation-items-heading{justify-content:space-between;align-items:end;gap:14px;display:flex}.validation-items-heading>div{gap:3px;display:grid}.validation-items-heading strong{color:#263141;font-size:13px}.validation-items-heading small{color:#667085;font-size:11px}.validation-items-empty{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:9px;padding:15px;font-size:12px}.validation-item-card{background:#fff;border:1px solid #dde2e9;border-radius:11px;padding:12px}.validation-item-main{align-items:center;gap:9px;display:flex}.validation-item-name-wrap{flex:1;gap:2px;min-width:0;display:grid}.validation-item-name-wrap strong,.validation-item-name-wrap input{color:#273142;font-size:13px;font-weight:750}.validation-item-name-wrap input{border:1px solid #ccd3dc;border-radius:7px;width:100%;padding:7px 9px}.validation-item-name-wrap span{color:#7a8493;font-size:10px}.validation-search-btn,.validation-remove-btn{color:#344054;font:inherit;background:#f8fafc;border:1px solid #d2d8e0;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:7px 9px;font-size:11px;font-weight:700;display:inline-flex}.validation-remove-btn{color:#b42318}.validation-item-fields{grid-template-columns:90px 100px minmax(130px,1fr) minmax(110px,auto);align-items:end;gap:9px;margin-top:10px;display:grid}.validation-item-fields label,.validation-item-total{color:#667085;gap:4px;font-size:10px;font-weight:700;display:grid}.validation-item-fields input{width:100%;min-width:0;font:inherit;border:1px solid #d0d5dd;border-radius:7px;padding:8px;font-size:12px}.validation-item-total strong{color:#027a48;font-size:14px}.validation-product-search{border-top:1px solid #edf0f3;margin-top:11px;padding-top:11px}.validation-product-search-field{border:1px solid #cfd5dd;border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.validation-product-search-field input{width:100%;font:inherit;border:0;outline:0;padding:9px 0;font-size:12px}.validation-product-results{max-height:220px;margin-top:7px;display:grid;overflow-y:auto}.validation-product-results button{color:#344054;text-align:left;background:#fff;border:0;border-bottom:1px solid #eef1f4;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;display:grid}.validation-product-results img{object-fit:contain;background:#f5f5f2;border-radius:6px;width:42px;height:42px}.validation-product-results span{gap:2px;display:grid}.validation-product-results strong{font-size:11px}.validation-product-results small{color:#7a8493;font-size:9px}.validation-product-results b{color:#027a48;font-size:11px}@media (width<=1500px){.redemptions-table-v2 th,.redemptions-table-v2 td{padding-left:7px;padding-right:7px}.redemptions-table-v2 th:first-child,.redemptions-table-v2 td:first-child{display:none}}@media (width<=760px){.validation-items-heading,.validation-item-main{flex-direction:column;align-items:stretch}.validation-item-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.pp-root{min-height:100vh;color:var(--color-carvao);font-family:var(--font-body);background:radial-gradient(circle at 15% 0,#f8ca3114,#0000 28rem),#f5f5f2}.pp-root h1,.pp-root h2,.pp-root h3,.pp-root h4{font-family:var(--font-body);text-transform:none;letter-spacing:normal}.pp-spinner{border-color:#e4e4df;border-top-color:var(--color-energy-yellow)}.pp-error{color:var(--color-carvao);background:#f5f5f2}.pp-error-icon{color:#171717;background:#fff5cc;border-radius:18px;place-items:center;width:64px;height:64px;font-size:0;display:grid}.pp-error-btn{background:#171717;border-radius:10px;font-weight:700}.pp-header{border-bottom:3px solid var(--color-energy-yellow);background:#111216;padding:16px 24px;box-shadow:0 10px 30px #00000029}.pp-header-inner{gap:22px;max-width:860px}.pp-logo{letter-spacing:.07em;font-size:23px}.pp-logo span{color:var(--color-energy-yellow)}.pp-greeting{align-items:flex-end;margin-left:auto}.pp-greeting-sub{color:#a8a8a3}.pp-header-actions{gap:10px}.pp-header-btn{color:#fff;border-color:#3b3c42;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 14px;font-weight:700;display:inline-flex}.pp-header-btn:hover{background:#25262c;border-color:#66676e}.pp-header-btn--danger{color:#ffb2b5;border-color:#5a3033}.pp-header-btn--danger:hover{background:#321b1d}.pp-body{gap:18px;max-width:860px;padding:28px 18px 72px}.pp-coupon-hero{border:1px solid #dadad4;border-left:5px solid var(--color-energy-yellow);border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 22px #1112160f}.pp-coupon-label{color:#6a6a70;font-weight:800}.pp-coupon-code{color:var(--color-energy-yellow);font-family:var(--font-body);letter-spacing:.09em;background:#171717;border-radius:8px}.pp-commission-pct{color:#171717}.pp-commission-label{color:#6a6a70}.pp-share-coupon-btn{color:#fff;width:100%;min-height:44px;font:700 13px var(--font-body);box-shadow:none;background:#171717;border:1px solid #171717;border-radius:11px;justify-content:center;align-items:center;gap:9px;display:inline-flex}.pp-share-coupon-btn:hover{background:#2d2f36;transform:none}.pp-share-coupon-btn svg{color:var(--color-energy-yellow)}.pp-share-feedback{color:#554713;background:#fff9dd;border:1px solid #dfd5a4}.pp-coupon-status{border:1px solid #dadad4;border-left:5px solid var(--color-energy-yellow);background:#fff;border-radius:16px;align-items:flex-start;gap:14px;padding:20px 22px;display:flex;box-shadow:0 8px 22px #1112160f}.pp-coupon-status-icon{color:#171717;background:#fff2b8;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.pp-coupon-status-copy{gap:3px;display:grid}.pp-coupon-status-copy strong{color:#171717;font-size:16px}.pp-coupon-status-copy>span:last-child{color:#74746f;font-size:13px}.pp-wallet-showcase{justify-items:center;gap:14px;padding:10px 0 2px;display:grid}.pp-wallet-card,.pp-wallet-card--pix{aspect-ratio:1.586;color:#fff;isolation:isolate;background:linear-gradient(145deg,#202126 0%,#101114 58%,#070708 100%);border:1px solid #34353b;border-radius:24px;flex-direction:column;width:min(100%,560px);min-height:0;padding:28px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 50px -24px #000000a6}.pp-wallet-card:before{content:"";z-index:-1;background:linear-gradient(120deg,#0000 0 48%,#f8ca3114 48.2% 49%,#0000 49.2%),radial-gradient(circle at 95% 8%,#f8ca3138,#0000 30%);position:absolute;inset:0}.pp-wallet-card:after{content:"";z-index:-1;border:1px solid #f8ca312e;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-76px;right:-68px;box-shadow:0 0 0 30px #f8ca310a,0 0 0 62px #f8ca3106}.pp-wallet-card-glow{display:none}.pp-wallet-card-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.pp-wallet-brand{align-items:baseline;gap:7px;display:inline-flex}.pp-wallet-brand strong{background:var(--color-energy-yellow);color:#111216;letter-spacing:.04em;border-radius:8px;place-items:center;min-width:44px;padding:5px 8px;font-size:16px;display:inline-grid}.pp-wallet-brand span{color:#fff;letter-spacing:.1em;font-size:15px;font-weight:900}.pp-wallet-model-badge{color:#f5f5f2;background:#ffffff0f;border-color:#484950;align-items:center;gap:7px;margin:0;padding:7px 11px;font-size:11px;display:inline-flex}.pp-wallet-model-badge svg{color:var(--color-energy-yellow)}.pp-wallet-balance-section{gap:2px;margin:auto 0 0}.pp-wallet-balance-label{color:#aaa9a4;opacity:1;letter-spacing:.05em;text-transform:uppercase;font-size:11px}.pp-wallet-balance{letter-spacing:-.04em;font-size:clamp(38px,7vw,50px)}.pp-wallet-card-bottom{grid-template-columns:minmax(0,1fr) auto;gap:24px;margin-top:24px;display:grid}.pp-wallet-card-bottom div{gap:2px;min-width:0;display:grid}.pp-wallet-card-bottom span{color:#898a90;letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:700}.pp-wallet-card-bottom strong{color:#f7f7f5;letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:12px;overflow:hidden}.pp-wallet-card-bottom div:last-child{text-align:right}.pp-wallet-new-badge{color:#ffe172;background:#f8ca311f;border-color:#f8ca3173;align-items:center;gap:5px;margin:0;animation:none;display:inline-flex;position:absolute;top:82px;right:30px}.pp-wallet-actions{background:#fff;border:1px solid #deded8;border-radius:15px;justify-content:space-between;align-items:center;gap:16px;width:min(100%,560px);padding:14px 15px 14px 17px;display:flex;box-shadow:0 8px 20px #1112160d}.pp-wallet-action-copy{color:#171717;align-items:center;gap:11px;min-width:0;display:flex}.pp-wallet-action-copy>svg{color:#9e7a00;flex:none}.pp-wallet-action-copy div{gap:2px;min-width:0;display:grid}.pp-wallet-action-copy strong{font-size:13px}.pp-wallet-action-copy span{color:#777873;font-size:11px;line-height:1.35}.pp-wallet-resgate-btn,.pp-wallet-resgate-btn--inline{background:var(--color-energy-yellow);color:#111216;min-height:40px;font:800 12px var(--font-body);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid #d4a900;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;padding:9px 14px;display:inline-flex}.pp-wallet-resgate-btn:hover,.pp-wallet-resgate-btn--inline:hover{opacity:1;background:#ffda55}.pp-wallet-resgate-btn--inline{width:100%;font-size:13px}.pp-stats-grid{gap:12px}.pp-stat-card,.pp-stat-card--green,.pp-stat-card--orange{background:#fff;border:1px solid #deded8;border-radius:15px;min-height:82px;position:relative;overflow:hidden;box-shadow:0 6px 18px #1112160b}.pp-stat-card:after{content:"";background:var(--color-energy-yellow);height:3px;position:absolute;inset:auto 0 0}.pp-stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #11121614}.pp-stat-icon-wrap,.pp-stat-icon-wrap--blue,.pp-stat-icon-wrap--purple,.pp-stat-icon-wrap--green,.pp-stat-icon-wrap--orange{color:#171717;background:#fff8d9;border:1px solid #f0d87e;border-radius:12px;width:43px;height:43px;font-size:0}.pp-stat-val{color:#171717;font-size:17px}.pp-stat-lbl{color:#74746f}.pp-tabs{border-color:#deded8;border-radius:15px;padding:5px}.pp-tab{color:#676863;border-radius:10px;min-height:42px;font-weight:700}.pp-tab:hover{color:#171717;background:#f5f5f2}.pp-tab.active{color:#fff;box-shadow:none;background:#171717}.pp-tab.active:after{content:"";background:var(--color-energy-yellow);border-radius:3px;width:18px;height:3px;margin-left:2px}.pp-tab-badge{background:var(--color-energy-yellow);color:#171717}.pp-tab-badge--green{color:#124b2a;background:#a7e3bd}.pp-card{border-color:#deded8;border-radius:16px;box-shadow:0 7px 20px #1112160b}.pp-empty{gap:9px;padding:52px 24px}.pp-empty-icon{color:#171717;background:#fff7d1;border:1px solid #efda86;border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:5px;font-size:0;display:grid}.pp-empty strong{color:#171717}.pp-empty span:not(.pp-empty-icon){color:#777873}.pp-badge{gap:5px}.pp-badge--paid,.pp-badge--approved{color:#176234;background:#e5f7eb}.pp-badge--pending{color:#745800;background:#fff2bd}.pp-badge--processing{color:#4b4c48;background:#ececea}.pp-badge--cancelled{color:#9b2525;background:#fee8e8}.pp-timeline-item--approved .pp-timeline-dot{background:var(--color-energy-yellow)}.pp-wallet-summary-credit{color:#176234;align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.pp-wallet-entry-icon{color:#171717;background:#fff7d1;border-radius:10px;place-items:center;width:36px;height:36px;font-size:0;display:grid}.pp-wallet-entry--new{background:#fffdf4}.pp-how-step-num{background:var(--color-energy-yellow);color:#171717;box-shadow:none}.pp-how-contact{color:#554713;background:#fff9dd;border-color:#e8d582;align-items:center;gap:9px;display:flex}.pp-footer{color:#999a95}.pp-modal{border-radius:22px 22px 0 0}.pp-modal-header{border-bottom-color:#e8e8e3}.pp-modal-close{color:#171717;background:#efefec}.pp-modal-balance{border-left:5px solid var(--color-energy-yellow);background:#171717}.pp-modal-balance-val{color:var(--color-energy-yellow)}.pp-modal-choice{background:#fafaf8;border-color:#deded8}.pp-modal-choice:hover{background:#fff9dd;border-color:#d5ad28}.pp-modal-choice-icon{color:#171717;background:#fff2b8;border-radius:13px;place-items:center;width:48px;height:48px;font-size:0;display:grid}.pp-modal-input:focus{border-color:#c89e0a;box-shadow:0 0 0 3px #f8ca3138}.pp-modal-btn-send{background:var(--color-energy-yellow);color:#111216;box-shadow:none;justify-content:center;align-items:center;gap:9px;display:inline-flex}.pp-modal-btn-send:hover:not(:disabled){opacity:1;background:#ffda55}.pp-modal-btn-back{justify-content:center;align-items:center;gap:6px;display:inline-flex}.pp-root button:focus-visible,.pp-root input:focus-visible{outline-offset:2px;outline:3px solid #f8ca317a}@media (width>=640px){.pp-modal-overlay{align-items:center;padding:20px}.pp-modal{border-radius:22px}}@media (width<=620px){.pp-header{padding:13px 14px}.pp-header-inner{gap:10px}.pp-logo{font-size:19px}.pp-brand-logo{width:96px;height:45px}.pp-greeting{flex:1;align-items:flex-start;margin-left:4px;overflow:hidden}.pp-greeting-name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.pp-header-actions{gap:7px}.pp-header-btn{width:40px;min-width:40px;padding:0}.pp-header-btn span{display:none}.pp-body{gap:14px;padding:20px 13px 56px}.pp-coupon-hero{align-items:flex-start;padding:17px}.pp-coupon-code{padding:5px 10px;font-size:20px}.pp-commission-pct{font-size:27px}.pp-wallet-card,.pp-wallet-card--pix{border-radius:20px;padding:22px 23px}.pp-wallet-balance{font-size:clamp(31px,10vw,42px)}.pp-wallet-card-bottom{gap:14px;margin-top:18px}.pp-wallet-new-badge{top:69px;right:22px}.pp-wallet-actions{flex-direction:column;align-items:stretch}.pp-wallet-resgate-btn{width:100%}.pp-stat-card{gap:9px;padding:13px}.pp-stat-icon-wrap{width:38px;height:38px}.pp-stat-val{font-size:14px}.pp-tab{min-height:40px;padding:8px 5px;font-size:11px}.pp-tab.active:after{display:none}.pp-how-card{padding:20px}}@media (width<=420px){.pp-stats-grid{grid-template-columns:1fr}.pp-stat-card{min-height:72px}.pp-wallet-card,.pp-wallet-card--pix{aspect-ratio:auto;min-height:260px}.pp-wallet-card-bottom strong{max-width:155px}.pp-wallet-new-badge{display:none}.pp-modal-choices{grid-template-columns:1fr}}.admin-v2-icon-btn.notifications-enabled{color:#171717;background:#fff5bd;border-color:#d4a900;box-shadow:0 0 0 3px #f8ca3129}.pp-wallet-logo{object-fit:contain;object-position:left center;filter:drop-shadow(0 5px 10px #00000047);width:116px;height:64px;display:block}.pp-wallet-card-top .pp-wallet-logo{margin:-12px 0 -7px -8px}.pp-wallet-top .pp-wallet-logo{margin-right:auto}.pp-live-notice{border:1px solid #e5c552;border-left:5px solid var(--color-energy-yellow);color:#171717;background:#fff9dd;border-radius:14px;align-items:center;gap:12px;padding:13px 15px;animation:.24s ease-out ppLiveNoticeIn;display:flex;box-shadow:0 10px 24px #11121614}.pp-live-notice-icon{background:var(--color-energy-yellow);color:#171717;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.pp-live-notice>div{gap:2px;min-width:0;display:grid}.pp-live-notice strong{font-size:13px}.pp-live-notice span{font-size:12px;line-height:1.4}.pp-header-btn--enabled{color:#ffe26f;border-color:#cfaa24}@keyframes ppLiveNoticeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.promoters-page-container .promoters-form-hero,.promoters-modal-header{background:#fff9dd;border-bottom-color:#eadb92}.promoters-page-container .promoters-hero-text h3{color:#171717}.promoters-page-container .promoters-hero-text p{color:#6c5a18}.promoters-page-container .promoters-hero-icon-wrap,.promoters-page-container .promoters-summary-icon-box{color:#171717;background:#ffefaa;border-color:#ead578}.promoters-page-container .promoters-input:focus,.promoters-page-container .promoters-select:focus,.promoters-modal-input:focus,.promoters-search-input:focus{border-color:#c89e0a;box-shadow:0 0 0 3px #f8ca3133}.promoters-page-container .promoters-btn-primary,.promoters-modal-confirm-btn{color:var(--color-energy-yellow);background:#171717;border:1px solid #171717;box-shadow:0 5px 14px #1111112e}.promoters-page-container .promoters-btn-primary:hover:not(:disabled),.promoters-modal-confirm-btn:hover:not(:disabled){background:#2a2a2a;box-shadow:0 7px 18px #1111113d}.promoters-page-container .promoters-avatar,.promoters-page-container .promoters-detail-avatar{border:2px solid var(--color-energy-yellow);color:var(--color-energy-yellow);background:linear-gradient(145deg,#282828,#090909);box-shadow:0 5px 14px #1113}.promoters-page-container .promoters-summary-badge,.promoters-page-container .promoters-coupon-tag{color:#171717;background:#fff5bd;border-color:#e4ca61}.promoters-page-container .promoters-repasse-strip{color:#5c4a0d;background:#fff9dd;border-color:#eadb92}.promoters-page-container .promoters-repasse-strip:hover{background:#fff3ae;border-color:#d8bc4c}.promoters-page-container .promoters-stat-icon-purple,.promoters-page-container .promoters-stat-icon-amber{color:#171717;background:#fff3b6}.promoters-page-container .promoters-btn-edit-profile{color:#171717;background:#fff9dd;border-color:#ead578}.promoters-page-container .promoters-btn-edit-profile:hover{color:#171717;background:#fff1a1}.promoters-page-container .promoters-info-icon,.promoters-page-container .promoters-insta-link{color:#9a7600}.promoters-page-container .promoters-history-tab-btn.active{border-bottom-color:var(--color-energy-yellow);color:#171717}.promoters-page-container .promoters-card-box:focus-within{border-color:#e1c65e}@media (width<=620px){.pp-wallet-logo{width:98px;height:57px}.pp-wallet-card-top .pp-wallet-logo{margin-left:-7px}}.scroll-to-top-btn{z-index:999;background:var(--store-secondary,#171717);color:#fff;border:1px solid var(--store-border,#e5e5e5);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.3s ease-out forwards scrollTopFadeIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #00000040}.scroll-to-top-btn:hover{background:var(--store-primary,#f8ca31);color:var(--store-text-primary,#171717);border-color:var(--store-primary,#f8ca31);transform:translateY(-4px);box-shadow:0 6px 20px #00000059}.scroll-to-top-btn:active{transform:translateY(-2px)}.storefront-app{background:var(--store-background,#fff);color:var(--store-text-primary,#171717);font-family:var(--store-font-body,Inter, sans-serif);font-size:var(--store-font-size,16px);line-height:var(--store-line-height,1.5)}.storefront-app .container{max-width:var(--store-max-width,1280px)}.storefront-app h1,.storefront-app h2,.storefront-app h3,.storefront-app h4,.storefront-app h5,.storefront-app h6{font-family:var(--store-font-heading,"Bebas Neue", sans-serif);font-weight:var(--store-heading-weight,700);text-transform:var(--store-heading-transform,uppercase)}.storefront-app .header{min-height:var(--store-header-height,76px);color:var(--store-header-text,#fff);border-bottom-color:var(--store-primary,#f8ca31)!important;background:color-mix(in srgb, var(--store-header-bg,#171717) var(--store-header-opacity-percent,100%), transparent)!important}.storefront-app .header-logo-full{width:var(--store-logo-desktop,156px)}.storefront-app .header svg,.storefront-app .header-promise svg{color:var(--store-header-icons,#f8ca31)}.storefront-app .header-promise{color:var(--store-header-text,#fff)}.storefront-app .hero{height:var(--store-hero-height,480px)}.storefront-app .hero-bg{object-fit:var(--store-hero-fit,cover)}.storefront-app .hero-eyebrow,.storefront-app .section-eyebrow{color:var(--store-highlight,#f8ca31)}.storefront-app .products-section{color:var(--store-text-primary,#171717)}.storefront-app .storefront-home-section+.storefront-home-section{margin-top:var(--store-section-spacing,32px)}.storefront-app .features-grid,.storefront-app .catalog-search-panel,.storefront-app .filter-sidebar{border-color:var(--store-border,#e5e5e5);border-radius:var(--store-radius-card,8px);background:var(--store-surface,#f5f5f5)}.storefront-app .catalog-search-field,.storefront-app .catalog-search-suggestions button,.storefront-app input,.storefront-app select{border-radius:var(--store-radius-field,6px)}.storefront-app .products-grid{grid-template-columns:repeat(var(--store-grid-desktop,4), minmax(0, 1fr))}.storefront-app .product-card{border-width:var(--store-border-width,1px);border-color:var(--store-border,#e5e5e5);border-radius:var(--store-radius-card,8px);background:var(--store-card-bg,#fff);color:var(--store-text-primary,#171717);box-shadow:var(--store-card-shadow,0 2px 10px #17171714)}.storefront-app .product-image-wrap{aspect-ratio:var(--store-product-ratio,3 / 4);padding-top:0}.storefront-app .product-image{object-fit:var(--store-product-fit,cover)}.storefront-app .product-info{background:var(--store-card-bg,#fff)}.storefront-app .product-name,.storefront-app .catalog-result-count strong,.storefront-app .section-title{color:var(--store-text-primary,#171717)}.storefront-app .product-brand,.storefront-app .card-price,.storefront-app .sizes-label,.storefront-app .home-section-heading p{color:var(--store-text-secondary,#667085)}.storefront-app .product-price{color:var(--store-text-primary,#171717);font-family:var(--store-font-price,Inter, sans-serif)}.storefront-app .discount-badge{background:var(--store-badge-bg,var(--store-primary,#f8ca31));color:var(--store-text-primary,#171717)}.storefront-app .btn-primary,.storefront-app .btn-secondary,.storefront-app .product-actions .btn-secondary,.storefront-app .catalog-load-more button{min-height:var(--store-button-height,44px);border-radius:var(--store-radius-button,6px)}.storefront-app .product-actions .btn-secondary{background:var(--store-secondary,#171717)}.storefront-app .product-actions .btn-secondary:hover{background:var(--store-primary,#f8ca31);color:var(--store-text-primary,#171717)}.storefront-app .product-details-grid{border-color:var(--store-border,#e5e5e5);border-radius:var(--store-radius-card,8px);background:var(--store-product-info-bg,#fff);color:var(--store-text-primary,#171717)}.storefront-app .product-info-detailed .product-brand,.storefront-app .product-info-detailed .sizes-label,.storefront-app .product-info-detailed .size-help{color:var(--store-product-label,#4b5563)}.storefront-app .product-info-detailed .product-name-large{color:var(--store-product-title,#171717)}.storefront-app .product-info-detailed .product-price-large{color:var(--store-product-price,#b77900);font-family:var(--store-font-price,Inter, sans-serif)}.storefront-app .product-info-detailed .card-price-large{color:var(--store-product-installment,#4b5563)}.storefront-app .product-info-detailed .size-selector-heading button{color:var(--store-links,#171717)}.storefront-app .product-info-detailed .product-description-wrap h3{border-bottom-color:var(--store-border,#e5e5e5);color:var(--store-description-heading,#171717)}.storefront-app .product-info-detailed .product-description,.storefront-app .product-info-detailed .product-description *{color:var(--store-description-text,#4b5563)!important}.storefront-app .product-info-detailed .add-to-cart-btn{background:var(--store-product-button-bg,#f8ca31);color:var(--store-product-button-text,#171717)}.store-footer{background:var(--store-footer-bg,#171717);color:var(--store-footer-text,#fff)}.store-footer a,.store-footer p,.store-footer strong,.store-footer small{color:inherit}.cart-overlay{background:rgb(0 0 0/var(--store-cart-backdrop,.55))}.cart-sidebar{width:var(--store-cart-width,480px);background:var(--store-cart-bg,#fff);max-width:100%}.cv2-payment-seg{background:var(--store-card-box-bg,#f5f5f5)}.cv2-seg-btn.active{border-color:var(--store-primary,#f8ca31)}.cv2-pix-badge{background:var(--store-pix-box-bg,#ecfdf3);color:var(--store-success,#08783d)}.cv2-checkout-btn{background:var(--store-checkout-bg,#08783d);color:var(--store-checkout-text,#fff)}html[data-store-hide-brand=true] .storefront-app .product-brand,html[data-store-hide-sizes=true] .storefront-app .product-sizes,html[data-store-hide-pix=true] .storefront-app .discount-badge,html[data-store-hide-pix=true] .storefront-app .price-tag,html[data-store-hide-installments=true] .storefront-app .card-price,html[data-store-hide-favorite=true] .storefront-app .favorite-product-btn,html[data-store-hide-details=true] .storefront-app .product-actions,html[data-store-hide-search=true] .storefront-app .header-search-desktop,html[data-store-hide-about=true] .storefront-app .header-about-link,html[data-store-hide-app=true] .storefront-app .header-install-btn,html[data-store-hide-cart=true] .storefront-app .cart-icon-btn,html[data-store-hide-customer=true] .storefront-app .customer-header-btn,html[data-store-hide-footer=true] .store-footer{display:none!important}html[data-store-header-static=true] .storefront-app .header{position:absolute!important}@media (width<=980px){.storefront-app .products-grid{grid-template-columns:repeat(var(--store-grid-tablet,3), minmax(0, 1fr))}}@media (width<=640px){.storefront-app .header-logo-full{width:var(--store-logo-mobile,116px)}.storefront-app .products-grid{grid-template-columns:repeat(var(--store-grid-mobile,2), minmax(0, 1fr))}}.admin-v2-content:has(>.theme-editor){padding:0;overflow:hidden}.theme-editor,.theme-editor *{box-sizing:border-box}.theme-editor{--theme-accent:#f8ca31;--theme-ink:#172033;--theme-muted:#667085;--theme-line:#e4e7ec;min-width:0;height:100%;min-height:0;color:var(--theme-ink);background:#f5f6f8;flex-direction:column;display:flex;overflow:hidden}.theme-editor button,.theme-editor input,.theme-editor select,.theme-editor textarea{font:inherit}.theme-editor button,.theme-editor a{-webkit-tap-highlight-color:transparent}.theme-toolbar{z-index:3;border-bottom:1px solid var(--theme-line);background:#fff;grid-template-columns:minmax(220px,1fr) auto minmax(280px,1fr);align-items:center;gap:18px;min-height:62px;padding:10px 18px;display:grid;box-shadow:0 1px 3px #1018280a}.theme-toolbar-title,.theme-toolbar-actions,.theme-device-switch{align-items:center;display:flex}.theme-toolbar-title{gap:8px;min-width:0}.theme-toolbar-title>svg{color:#b58900;flex:none}.theme-toolbar-title>span{white-space:nowrap;font-size:15px;font-weight:800}.theme-toolbar-title small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.theme-toolbar-title small.dirty{color:#b54708}.theme-device-switch{border:1px solid var(--theme-line);background:#f7f8fa;border-radius:10px;justify-self:center;gap:3px;padding:3px}.theme-device-switch button,.theme-toolbar-actions button,.theme-inspector-header-actions button,.theme-inspector-header-actions a{color:#475467;cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.theme-device-switch button{border-radius:7px;gap:6px;min-height:34px;padding:0 10px;font-size:12px;font-weight:700}.theme-device-switch button:hover{background:#fff}.theme-device-switch button.active{color:#101828;background:#fff;border-color:#e2e5e9;box-shadow:0 1px 3px #1018281a}.theme-toolbar-actions{justify-content:flex-end;gap:6px}.theme-toolbar-actions button{border-color:var(--theme-line);background:#fff;border-radius:8px;min-width:36px;min-height:36px}.theme-toolbar-actions button:hover:not(:disabled){color:#101828;background:#f5f6f8}.theme-toolbar-actions button.draft,.theme-toolbar-actions button.publish{gap:7px;width:auto;padding:0 12px;font-size:12px;font-weight:800}.theme-toolbar-actions button.publish,.theme-publish-modal button.publish{background:var(--theme-accent);color:#171717;border-color:#d8a900}.theme-editor-grid{flex:1;grid-template-columns:210px minmax(320px,1fr) 310px;min-height:0;display:grid;overflow:hidden}.theme-tree,.theme-inspector{background:#fff;min-width:0;overflow-y:auto}.theme-tree{border-right:1px solid var(--theme-line);padding:14px 10px}.theme-tree nav{gap:3px;display:grid}.theme-tree nav button{color:#475467;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 10px;font-size:12px;font-weight:650;display:flex}.theme-tree nav button:hover{color:#101828;background:#f5f6f8}.theme-tree nav button.active{color:#6b5200;box-shadow:inset 3px 0 var(--theme-accent);background:#fff8d9}.theme-sections{border-top:1px solid #eef0f2;margin-top:18px;padding-top:14px}.theme-sections>span{color:#98a2b3;letter-spacing:.09em;text-transform:uppercase;margin:0 8px 7px;font-size:10px;font-weight:800;display:block}.theme-section-item{cursor:pointer;border:1px solid #0000;border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:36px;padding:4px 6px;display:grid}.theme-section-item:hover{background:#f7f8fa}.theme-section-item.selected{background:#fffbeb;border-color:#efd66c}.theme-section-item input{accent-color:#c99d00;width:14px;height:14px}.theme-section-item b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;overflow:hidden}.theme-section-item i{font-style:normal;display:flex}.theme-section-item i span{color:#98a2b3;border-radius:5px;place-items:center;width:22px;height:24px;display:grid}.theme-section-item i span:hover{color:#344054;background:#eaecf0}.theme-section-item i span[aria-disabled=true]{pointer-events:none;opacity:.25}.theme-preview{background-color:#e9ebef;background-image:radial-gradient(#d2d5da .7px,#0000 .7px);background-size:14px 14px;min-width:0;padding:18px;position:relative;overflow:auto}.theme-preview-scale-wrapper{margin:0 auto;position:relative}.theme-preview-frame{background:#fff;border:1px solid #cfd4dc;border-radius:10px;width:100%;height:calc(100vh - 164px);min-height:560px;position:relative;overflow:hidden;box-shadow:0 12px 32px #10182824}.theme-preview-frame.tablet{border-radius:16px}.theme-preview-frame.mobile{border-radius:22px}.theme-preview-frame iframe{background:#fff;border:0;width:100%;height:100%;display:block}.theme-preview-label{z-index:2;color:#fff;pointer-events:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#111827d6;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:700;display:flex;position:absolute;top:10px;left:50%;transform:translate(-50%)}.theme-preview-loading{z-index:1;color:#667085;background:#fff;place-content:center;justify-items:center;gap:8px;font-size:13px;display:grid;position:absolute;inset:0}.theme-preview-loading svg{color:#b58900}.theme-preview-loading button{border:1px solid var(--theme-line);cursor:pointer;background:#fff;border-radius:7px;padding:7px 10px}.theme-inspector{border-left:1px solid var(--theme-line)}.theme-inspector-header{z-index:2;border-bottom:1px solid var(--theme-line);background:#fffffff5;justify-content:space-between;align-items:center;min-height:58px;padding:10px 14px;display:flex;position:sticky;top:0}.theme-inspector-header>div:first-child{gap:2px;min-width:0;display:grid}.theme-inspector-header strong{font-size:13px}.theme-inspector-header span{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.theme-inspector-header-actions{gap:4px;display:flex}.theme-inspector-header-actions button,.theme-inspector-header-actions a{border-radius:7px;width:30px;height:30px}.theme-inspector-header-actions button:hover,.theme-inspector-header-actions a:hover{color:#101828;background:#f2f4f7}.theme-inspector-body{padding:0 14px 30px}.theme-inspector-section{border-bottom:1px solid #eaecf0;padding:17px 0}.theme-inspector-section:last-child{border-bottom:0}.theme-inspector-section h3{color:#344054;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;font-size:11px;font-weight:850}.theme-field{color:#475467;gap:6px;margin-bottom:13px;font-size:11px;font-weight:700;display:grid}.theme-field:last-child{margin-bottom:0}.theme-field>input,.theme-field>select,.theme-field>textarea,.theme-color-field>input[type=text],.theme-color-field>input:not([type=color]),.theme-image-field>input{color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:8px;outline:0;width:100%;min-height:38px;padding:8px 10px;font-size:12px;font-weight:500}.theme-field>textarea{resize:vertical}.theme-field input:focus,.theme-field select:focus,.theme-field textarea:focus{border-color:#d2ab17;box-shadow:0 0 0 3px #f8ca3133}.theme-field small{color:#b42318;margin-top:-2px;font-size:10px;font-weight:500;line-height:1.35}.theme-colors-grid{grid-template-columns:1fr 1fr;gap:0 10px;display:grid}.theme-color-field{grid-template-columns:38px minmax(0,1fr);gap:6px;display:grid}.theme-color-field input[type=color]{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;width:38px;height:38px;padding:3px}.theme-color-field input:not([type=color]){min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.theme-range-field{grid-template-columns:minmax(0,1fr) 55px auto;align-items:center;gap:7px;display:grid}.theme-range-field input[type=range]{accent-color:#c49a06;width:100%}.theme-range-field input[type=number]{color:#101828;border:1px solid #d0d5dd;border-radius:7px;width:55px;min-height:34px;padding:5px}.theme-range-field em{color:#98a2b3;font-size:10px;font-style:normal}.theme-toggle{color:#475467;cursor:pointer;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:10px;margin:12px 0;font-size:11px;font-weight:700;display:grid}.theme-toggle input{opacity:0;pointer-events:none;position:absolute}.theme-toggle i{background:#d0d5dd;border-radius:999px;width:38px;height:22px;transition:all .18s;position:relative}.theme-toggle i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #10182840}.theme-toggle input:checked+i{background:#c69b00}.theme-toggle input:checked+i:after{transform:translate(16px)}.theme-toggle input:focus-visible+i{outline:3px solid #f8ca314d}.theme-image-field{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.theme-image-field img{border:1px solid var(--theme-line);object-fit:cover;border-radius:8px;grid-column:1/-1;width:100%;max-height:130px}.theme-upload-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:38px;padding:0 10px;font-size:11px;display:inline-flex}.theme-upload-button input{display:none}.theme-contrast{border-radius:8px;align-items:center;gap:8px;padding:9px 10px;font-size:10px;display:flex}.theme-contrast strong{font-size:12px}.theme-contrast.pass{color:#027a48;background:#ecfdf3}.theme-contrast.fail{color:#b42318;background:#fef3f2}.theme-empty-inspector,.theme-history-empty{color:#98a2b3;text-align:center;padding:28px 10px;font-size:12px;line-height:1.5}.theme-history-list{gap:9px;padding:14px 0;display:grid}.theme-history-list article{border:1px solid var(--theme-line);border-radius:9px;justify-content:space-between;gap:8px;padding:10px;display:flex}.theme-history-list article>div:first-child{gap:2px;min-width:0;display:grid}.theme-history-list article strong{font-size:12px}.theme-history-list article span,.theme-history-list article small{color:#98a2b3;font-size:9px}.theme-history-list article p{color:#475467;margin:4px 0;font-size:10px}.theme-history-list article>div:last-child{gap:3px;display:flex}.theme-history-list button{border:1px solid var(--theme-line);color:#475467;cursor:pointer;background:#fff;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.theme-modal-backdrop{z-index:1000000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.theme-publish-modal{color:#101828;background:#fff;border-radius:14px;width:min(480px,100%);padding:22px;box-shadow:0 24px 60px #1018284d}.theme-publish-modal>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.theme-publish-modal h2{margin:0;font-size:19px}.theme-publish-modal p{color:#667085;margin:4px 0 0;font-size:12px}.theme-publish-modal header button{color:#475467;cursor:pointer;background:#f2f4f7;border:0;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.theme-publish-modal>label{color:#344054;gap:6px;margin-top:13px;font-size:12px;font-weight:700;display:grid}.theme-publish-modal input,.theme-publish-modal textarea{color:#101828;border:1px solid #d0d5dd;border-radius:8px;outline:0;width:100%;padding:10px}.theme-publish-modal textarea{resize:vertical}.theme-publish-validation{color:#027a48;background:#ecfdf3;border-radius:8px;gap:2px;margin-top:14px;padding:10px 12px;font-size:11px;display:grid}.theme-publish-modal footer{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.theme-publish-modal footer button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;min-height:38px;padding:0 14px;font-weight:750}.theme-publish-modal footer button.publish{color:#171717}.theme-editor-loading{color:#667085;justify-content:center;align-items:center;gap:10px;min-height:280px;padding:30px;display:flex}.theme-editor-loading button{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;padding:8px 11px}.spin{animation:.8s linear infinite theme-spin}@keyframes theme-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.theme-toolbar{grid-template-columns:minmax(160px,1fr) auto}.theme-device-switch{display:none}.theme-editor-grid{grid-template-columns:180px minmax(300px,1fr) 280px}.theme-toolbar-title small{display:none}}@media (width<=900px){.theme-toolbar{grid-template-columns:1fr;gap:8px}.theme-toolbar-title{display:none}.theme-toolbar-actions{justify-content:flex-start;overflow-x:auto}.theme-editor-grid{grid-template-columns:150px minmax(300px,1fr)}.theme-inspector{z-index:5;width:min(310px,88vw);height:calc(100% - 55px);position:absolute;bottom:0;right:0;box-shadow:-10px 0 24px #10182826}.theme-tree nav button{padding-inline:8px;font-size:11px}}@media (width<=640px){.theme-toolbar-actions button.draft{margin-left:auto}.theme-toolbar-actions button.draft,.theme-toolbar-actions button.publish{font-size:0}.theme-toolbar-actions button.draft svg,.theme-toolbar-actions button.publish svg{margin:0}.theme-editor-grid{grid-template-columns:48px minmax(280px,1fr)}.theme-tree{padding-inline:5px}.theme-tree nav button{justify-content:center;padding:0;font-size:0}.theme-tree nav button svg{width:17px;height:17px}.theme-sections{display:none}.theme-preview{padding:10px}}@keyframes scrollTopFadeIn{0%{opacity:0;transform:scale(.8)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.storefront-app .cch-quick-filters{align-items:center;gap:10px;margin:0 0 16px;display:flex;position:relative;overflow:visible}.storefront-app .catalog-dropdown{flex:none;position:relative}.storefront-app .cch-quick-filters>.catalog-dropdown:last-child{margin-left:auto}.storefront-app .catalog-dropdown-trigger{color:#222;min-width:132px;height:44px;font-family:var(--font-body);white-space:nowrap;background:#fff;border:1px solid #dedede;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:0 14px;font-size:14px;font-weight:500;line-height:1;transition:border-color .16s ease-out,background .16s ease-out,box-shadow .16s ease-out,transform .1s ease-out;display:inline-flex;box-shadow:0 1px 2px #00000008}.storefront-app .catalog-dropdown-trigger:hover{background:#fafafa;border-color:#999}.storefront-app .catalog-dropdown-trigger.active,.storefront-app .catalog-dropdown.open .catalog-dropdown-trigger{background:#fff;border-color:#222;box-shadow:0 0 0 3px #00000012}.storefront-app .catalog-dropdown-trigger:active{transform:scale(.98)}.storefront-app .catalog-dropdown-trigger svg{color:#555;flex:none;transition:transform .15s ease-out}.storefront-app .catalog-dropdown.open .catalog-dropdown-trigger svg{transform:rotate(180deg)}.storefront-app .catalog-dropdown-menu{z-index:300;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:max-content;min-width:220px;max-width:min(320px,100vw - 32px);max-height:320px;padding:6px;animation:.15s ease-out catalog-filter-menu-in;position:absolute;top:calc(100% + 7px);left:0;overflow-y:auto;box-shadow:0 10px 28px #0000001f}.storefront-app .catalog-dropdown-menu.align-right{left:auto;right:0}.storefront-app .catalog-dropdown-option{color:#444;width:100%;min-height:40px;font-family:var(--font-body);text-align:left;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:400;transition:background .12s ease-out,color .12s ease-out;display:flex}.storefront-app .catalog-dropdown-option:hover,.storefront-app .catalog-dropdown-option:focus-visible{color:#000;background:#f5f5f5}.storefront-app .catalog-option-check{background:#fff;border:1px solid #c8c8c8;border-radius:4px;flex:0 0 18px;place-items:center;width:18px;height:18px;display:grid}.storefront-app .catalog-dropdown-option.selected .catalog-option-check{color:#fff;background:#000;border-color:#000}@keyframes catalog-filter-menu-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (width<=767px){.storefront-app .cch-quick-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.storefront-app .cch-quick-filters>.catalog-dropdown:last-child{margin-left:0}.storefront-app .catalog-dropdown,.storefront-app .catalog-dropdown-trigger{width:100%;min-width:0}.storefront-app .catalog-dropdown-trigger{height:44px;padding:0 12px;font-size:13px}.storefront-app .catalog-dropdown-menu,.storefront-app .catalog-dropdown-menu.align-right{width:auto;max-width:none;max-height:55dvh;position:fixed;inset:auto 16px 16px}}@media (prefers-reduced-motion:reduce){.storefront-app .catalog-dropdown-menu{animation:none}.storefront-app .catalog-dropdown-trigger,.storefront-app .catalog-dropdown-trigger svg{transition:none}}.storefront-app .cch-wrap{background:0 0;padding:24px 16px 16px}.storefront-app .cch-title-block{margin-bottom:16px}.storefront-app .cch-title{font-family:var(--font-heading,"Oswald", sans-serif);text-transform:uppercase;color:#111827;letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:800;line-height:1.1}.storefront-app .cch-subtitle{font-family:var(--font-body,"Inter", sans-serif);color:#6b7280;margin:0;font-size:15px}.storefront-app .cch-search-bar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;height:56px;margin-bottom:16px;padding:6px 6px 6px 16px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 12px #00000008}.storefront-app .cch-search-bar.focused{border-color:#d1d5db;box-shadow:0 6px 16px #0000000f}.storefront-app .cch-search-icon{color:#9ca3af;flex-shrink:0;margin-right:12px}.storefront-app .cch-search-input{font-family:var(--font-body,"Inter", sans-serif);color:#111827;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:16px}.storefront-app .cch-search-input::-webkit-search-decoration{-webkit-appearance:none}.storefront-app .cch-search-input::-webkit-search-cancel-button{-webkit-appearance:none}.storefront-app .cch-search-input::-webkit-search-results-button{-webkit-appearance:none}.storefront-app .cch-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.storefront-app .cch-search-input::placeholder{color:#9ca3af}.storefront-app .cch-clear-btn{color:#9ca3af;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex}.storefront-app .cch-clear-btn:hover{color:#4b5563}.storefront-app .cch-filter-gear{color:#374151;background:#f3f4f6;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-left:8px;transition:background .2s,color .2s;display:flex;position:relative}.storefront-app .cch-filter-gear:hover{color:#111827;background:#e5e7eb}.storefront-app .cch-gear-badge{background:var(--store-primary,#f8ca31);color:var(--store-text-primary,#171717);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.storefront-app .cch-results-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.storefront-app .cch-count{color:#6b7280;font-size:14px}.storefront-app .cch-count strong{color:#111827;font-size:16px;font-weight:700}.storefront-app .cch-results-actions{align-items:center;gap:12px;display:flex}.storefront-app .cch-share-btn{color:#4b5563;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.storefront-app .cch-share-btn:hover{color:#111827;background:#f3f4f6}.storefront-app .cch-suggestions-drop{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:4px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 10px 25px #0000001a}.storefront-app .cch-sugg-item{text-align:left;width:100%;font-family:var(--font-body,"Inter", sans-serif);color:#374151;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:background .2s,color .2s;display:flex}.storefront-app .cch-sugg-item:hover,.storefront-app .cch-sugg-item:focus-visible{color:#111827;background:#f3f4f6;outline:none}.storefront-app .cch-sugg-icon{color:#9ca3af;flex-shrink:0}.storefront-app .cart-sidebar{background-color:var(--store-cart-bg,#fff);border-left:1px solid var(--store-border,#e5e5e5);color:var(--store-text-primary,#171717);box-shadow:-5px 0 24px #0000001f}.storefront-app .cart-header{background-color:var(--store-background,#fff);border-bottom:2px solid var(--store-primary,#f8ca31);color:var(--store-text-primary,#171717)}.storefront-app .cart-header h2{color:var(--store-text-primary,#171717)}.storefront-app .close-cart-btn{color:var(--store-text-secondary,#4b5563)}.storefront-app .close-cart-btn:hover{color:var(--store-text-primary,#171717)}.storefront-app .cart-item{background-color:var(--store-surface,#f5f5f5);border:1px solid var(--store-border,#e5e5e5)}.storefront-app .cart-item-brand{color:var(--store-text-secondary,#4b5563)}.storefront-app .cart-item-name{color:var(--store-text-primary,#171717)}.storefront-app .cart-item-size{color:var(--store-text-secondary,#4b5563)}.storefront-app .cart-item-price{color:var(--store-product-price,#b77900)}.storefront-app .empty-cart{color:var(--store-text-secondary,#4b5563)}.storefront-app .cart-footer{background-color:var(--store-background,#fff);border-top:1px solid var(--store-border,#e5e5e5)}.storefront-app .pix-total{color:var(--store-product-price,#b77900)}.storefront-app .cart-subtotal-card{color:var(--store-text-secondary,#4b5563)}.storefront-app .quantity-controls{background-color:#0000000f}.storefront-app .quantity-controls button{color:var(--store-text-secondary,#4b5563)}.storefront-app .quantity-controls button:hover{color:var(--store-text-primary,#171717)}.storefront-app .product-description{color:var(--store-description-text,#4b5563)}.storefront-app .product-description *{color:var(--store-description-text,#4b5563)!important}.storefront-app .product-description-wrap h3{color:var(--store-description-heading,#171717);border-bottom-color:var(--store-border,#e5e5e5)}
