*{box-sizing:border-box}:root{--red:#a62832;--red-dark:#761923;--red-light:#f6e8e9;--cream:#faf7f4;--white:#fff;--text:#241d1e;--muted:#746b6c;--line:#e9e2df;--green:#24734d}body{background:var(--cream);color:var(--text);margin:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app{min-height:100vh}.topbar{background:var(--red-dark);color:#fff;letter-spacing:.04em;justify-content:center;align-items:center;min-height:35px;padding:7px 20px;font-size:12px;display:flex}.header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;position:sticky;top:0}.header-main{grid-template-columns:180px minmax(280px,1fr) 180px;align-items:center;gap:32px;max-width:1280px;min-height:82px;margin:0 auto;padding:0 28px;display:grid}.brand{color:var(--red);letter-spacing:.12em;text-align:left;background:0 0;border:0;padding:0;font-size:29px;font-weight:900}.search-box{border:1px solid var(--line);height:46px;color:var(--muted);background:#f8f5f3;border-radius:999px;align-items:center;gap:10px;padding:0 16px;display:flex}.search-box:focus-within{border-color:var(--red);background:#fff}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:0}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.header-action,.cart-button,.mobile-menu-button,.icon-button{color:var(--text);background:0 0;border:0}.header-action{align-items:center;gap:7px;display:flex}.cart-button{place-items:center;width:44px;height:44px;display:grid;position:relative}.cart-count{background:var(--red);color:#fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:11px;font-weight:800;display:grid;position:absolute;top:0;right:0}.mobile-menu-button,.mobile-search{display:none}.category-nav{scrollbar-width:none;align-items:center;gap:28px;max-width:1280px;min-height:45px;margin:auto;padding:0 28px;display:flex;overflow-x:auto}.category-nav::-webkit-scrollbar{display:none}.category-link{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:13px 0 11px;font-size:14px;font-weight:600}.category-link.active{color:var(--red);border-bottom-color:var(--red)}.hero{background:radial-gradient(circle at 80% 15%,#ffffffbf,#0000 32%),linear-gradient(135deg,#f2dcde,#f8eeeb);border-radius:30px;grid-template-columns:1.05fr .95fr;align-items:center;max-width:1280px;min-height:490px;margin:35px auto;padding:65px 70px;display:grid;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:590px;position:relative}.hero-label{color:var(--red);letter-spacing:.12em;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.045em;margin:19px 0 15px;font-size:clamp(44px,5.5vw,70px);line-height:.98}.hero h1 strong{color:var(--red);display:block}.hero p{color:#65595a;max-width:510px;margin:0 0 30px;font-size:17px;line-height:1.7}.primary-button{background:var(--red);color:#fff;border:0;border-radius:999px;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-weight:750;display:inline-flex}.primary-button:hover{background:var(--red-dark)}.hero-art{min-height:340px;position:relative}.hero-circle{border-radius:50%;position:absolute}.hero-circle-one{background:#a628321f;width:310px;height:310px;top:10px;right:25px}.hero-circle-two{background:#ffffffad;width:220px;height:220px;top:115px;right:180px}.hero-card{background:var(--red);color:#fff;border-radius:28px;flex-direction:column;justify-content:space-between;width:215px;height:265px;padding:28px;display:flex;position:absolute;top:75px;right:70px;transform:rotate(5deg);box-shadow:0 25px 55px #76192338}.hero-card span{letter-spacing:.12em;font-size:25px;font-weight:900}.hero-card strong{max-width:140px;font-size:21px;line-height:1.15}.benefits{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);max-width:1280px;margin:0 auto;padding:22px 30px;display:grid}.benefits div{border-right:1px solid var(--line);text-align:center;flex-direction:column;gap:5px;padding:9px 30px;display:flex}.benefits div:last-child{border-right:0}.benefits strong{font-size:14px}.benefits span{color:var(--muted);font-size:12px}.products-section,.related-section{max-width:1280px;margin:0 auto;padding:80px 28px 100px}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:35px;display:flex}.section-eyebrow{color:var(--red);letter-spacing:.14em;font-size:11px;font-weight:800}.section-heading h2{letter-spacing:-.035em;margin:7px 0 0;font-size:clamp(30px,4vw,44px)}.product-result-count{color:var(--muted);font-size:13px}.products-grid,.loading-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.product-card{min-width:0}.product-card.clickable{cursor:pointer}.product-image{aspect-ratio:1/1.14;background:#f0eae7;border-radius:20px;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image img{transform:scale(1.035)}.product-badge{z-index:2;background:var(--red);color:#fff;text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;position:absolute;top:13px;left:13px}.image-placeholder{background:radial-gradient(circle,#fff 0,#f5e9e8 45%,#e9d6d5 100%);place-items:center;width:100%;height:100%;display:grid}.image-placeholder span{color:var(--red);letter-spacing:.16em;font-size:22px;font-weight:900}.product-info{flex-direction:column;align-items:flex-start;padding:16px 3px 0;display:flex}.product-category{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px;font-weight:650}.product-info h3{min-height:42px;margin:0 0 10px;font-size:15px;line-height:1.4}.old-price{color:#9a9191;font-size:12px;text-decoration:line-through}.product-price{margin-top:2px;font-size:20px}.pix-price{color:var(--green);margin-top:3px;font-size:12px;font-weight:700}.add-cart-button{border:1px solid var(--red);width:100%;min-height:43px;color:var(--red);background:0 0;border-radius:999px;margin-top:15px;font-weight:750}.add-cart-button:hover:not(:disabled){background:var(--red);color:#fff}.add-cart-button:disabled{color:#a49d9b;border-color:#cfc7c5}.empty-products,.empty-cart{text-align:center;color:var(--muted);border:1px dashed #d9cfcc;border-radius:20px;padding:65px 25px}.empty-products h3,.empty-cart h3{color:var(--text);margin:15px 0 8px}.empty-products p,.empty-cart p{margin:0}.skeleton-card{aspect-ratio:1/1.34;background:linear-gradient(90deg,#eee7e4 25%,#f8f3f1 50%,#eee7e4 75%) 0 0/200% 100%;border-radius:20px;animation:1.4s linear infinite pulse}@keyframes pulse{to{background-position:-200% 0}}.footer{color:#fff;background:#251c1d;padding:58px 30px 22px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:60px;max-width:1180px;margin:auto;display:grid}.footer-logo{color:#f1bfc3;letter-spacing:.15em;font-size:25px;display:block}.footer p{color:#cfc1c2;max-width:330px;margin:10px 0;line-height:1.6}.footer h4{color:#f0d8da;margin:0 0 14px;font-size:12px}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.footer button,.footer span{color:#a99b9c;text-align:left;background:0 0;border:0;padding:0;font-size:11px}.footer button:hover{color:#fff}.footer-bottom{color:#756769;border-top:1px solid #3a2d2f;max-width:1180px;margin:35px auto 0;padding-top:20px;font-size:10px}.overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1710117a;position:fixed;inset:0}.cart-drawer,.mobile-menu{z-index:100;background:#fff;width:min(440px,100%);height:100dvh;position:fixed;top:0;right:0;box-shadow:-15px 0 50px #0000001f}.cart-drawer{flex-direction:column;display:flex}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:88px;padding:22px 24px;display:flex}.drawer-header span{color:var(--red);letter-spacing:.13em;font-size:10px;font-weight:850}.drawer-header h2{margin:4px 0 0;font-size:20px}.icon-button{place-items:center;width:42px;height:42px;display:grid}.cart-items{flex:1;padding:20px 24px;overflow-y:auto}.empty-cart{margin-top:30px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:75px minmax(0,1fr) 30px;gap:14px;padding:15px 0;display:grid;position:relative}.cart-item-image{background:var(--red-light);width:75px;height:90px;color:var(--red);border-radius:12px;place-items:center;font-weight:900;display:grid;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;gap:5px;min-width:0;display:flex}.cart-item-info strong,.cart-item-info>span{font-size:13px}.quantity-control{border:1px solid var(--line);border-radius:999px;align-items:center;width:fit-content;margin-top:6px;display:flex}.quantity-control button{background:0 0;border:0;place-items:center;width:30px;height:30px;display:grid}.quantity-control span{text-align:center;min-width:25px;font-size:12px;font-weight:700}.remove-item{color:#928687;background:0 0;border:0;width:30px;height:30px}.cart-footer{border-top:1px solid var(--line);padding:20px 24px 25px}.subtotal-line{justify-content:space-between;align-items:center;font-size:15px;display:flex}.subtotal-line strong{font-size:19px}.pix-summary{color:var(--green);margin-top:6px;font-size:12px}.checkout-button{background:var(--red);color:#fff;border:0;border-radius:999px;width:100%;min-height:50px;margin-top:18px;font-weight:800}.mobile-menu{width:min(350px,88%);padding-bottom:30px;left:0;right:auto}.mobile-menu .drawer-header strong{color:var(--red);letter-spacing:.12em;font-size:22px}.mobile-menu>button{border:0;border-bottom:1px solid var(--line);width:calc(100% - 40px);color:var(--text);text-align:left;background:0 0;margin:0 20px;padding:17px 5px}.routine-section{max-width:1280px;margin:70px auto 0;padding:0 28px}.routine-card-main{color:#fff;background:#251c1d;border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;min-height:390px;padding:52px 58px;display:grid;position:relative;overflow:hidden}.routine-copy{z-index:2;max-width:520px;position:relative}.routine-copy .section-eyebrow{color:#efb9bd}.routine-copy h2{letter-spacing:-.04em;margin:10px 0 14px;font-size:clamp(34px,4vw,54px);line-height:1}.routine-copy p{color:#cbbec0;max-width:470px;margin:0 0 25px;line-height:1.65}.routine-button{color:#351f22;background:#efb9bd;border:0;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:800;display:inline-flex}.routine-visual{min-height:290px;position:relative}.routine-orbit{border:1px solid #ffffff1f;border-radius:50%;position:absolute}.orbit-one{width:330px;height:330px;top:-15px;right:20px}.orbit-two{width:235px;height:235px;top:32px;right:68px}.routine-step-card{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;background:#ffffff14;border:1px solid #ffffff21;border-radius:18px;flex-direction:column;width:175px;min-height:115px;padding:18px;transition:transform .24s,box-shadow .24s,border-color .24s,background .24s,z-index .24s;display:flex;position:absolute}.routine-step-card span{color:#efb9bd;font-size:10px;font-weight:900}.routine-step-card strong{margin-top:12px;font-size:16px}.routine-step-card small{color:#bfaeb0;margin-top:5px;line-height:1.35}.routine-step-card:hover{z-index:5;transform:translateY(-10px) scale(1.07) rotate(var(--routine-rotate,0deg));background:#ffffff24;border-color:#efb9bda6;box-shadow:0 22px 42px #00000047}.step-a{--routine-rotate:-5deg;transform:rotate(var(--routine-rotate));top:12px;right:175px}.step-b{--routine-rotate:5deg;transform:rotate(var(--routine-rotate));top:95px;right:15px}.step-c{--routine-rotate:3deg;transform:rotate(var(--routine-rotate));top:165px;right:200px}.routine-builder{z-index:105;background:#fff;border-radius:24px;width:min(940px,100% - 30px);max-height:calc(100dvh - 40px);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 32px 100px #00000040}.routine-builder-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:86px;padding:20px 26px;display:flex}.routine-builder-head span,.routine-result-title span{color:var(--red);letter-spacing:.14em;font-size:9px;font-weight:900}.routine-builder-head h2{margin:5px 0 0}.routine-builder-head button{background:#f5f0ee;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.routine-builder-body{grid-template-columns:.9fr 1.1fr;gap:28px;max-height:calc(100dvh - 126px);padding:28px;display:grid;overflow:auto}.routine-question strong{font-size:15px}.routine-question p{color:var(--muted);margin:7px 0 18px;font-size:12px;line-height:1.5}.routine-choice-grid{grid-template-columns:repeat(2,1fr);gap:9px;display:grid}.routine-choice-grid button{border:1px solid var(--line);min-height:46px;color:var(--text);text-align:left;background:#fbf8f7;border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.routine-choice-grid button.selected{border-color:var(--red);color:var(--red);background:#f8e8ea}.routine-result{background:#f8f4f2;border-radius:18px;padding:20px}.routine-result-title{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.routine-result-title h3{margin:5px 0 0;font-size:22px}.routine-result-title>strong{color:var(--red);font-size:19px}.routine-result-products{flex-direction:column;gap:8px;margin-top:17px;display:flex}.routine-result-products>button{min-height:76px;color:var(--text);text-align:left;background:#fff;border:1px solid #eadfdd;border-radius:13px;grid-template-columns:30px 52px 1fr 20px;align-items:center;gap:10px;padding:8px 10px;display:grid}.routine-number{color:#b3a1a2;font-size:10px;font-weight:900}.routine-mini-image{width:52px;height:58px;color:var(--red);background:#f1e4e3;border-radius:9px;place-items:center;font-size:9px;font-weight:900;display:grid;overflow:hidden}.routine-mini-image img{object-fit:cover;width:100%;height:100%}.routine-result-products button>div:nth-child(3){flex-direction:column;gap:3px;min-width:0;display:flex}.routine-result-products small{color:var(--muted);font-size:9px}.routine-result-products strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.routine-result-products button>div:nth-child(3)>span{font-size:11px}.routine-add-all{background:var(--red);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;margin-top:15px;font-weight:800;display:flex}.routine-empty{color:var(--muted);text-align:center;border:1px dashed #d8ccca;border-radius:12px;margin-top:18px;padding:25px;font-size:12px}.product-page-shell{background:#fbf8f6;min-height:100vh}.product-simple-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;padding:0 max(24px,50vw - 640px);display:grid;position:sticky;top:0}.product-simple-header .brand{text-align:center}.product-simple-header .cart-button{justify-self:end}.product-back{width:fit-content;color:var(--muted);background:0 0;border:0;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.product-detail-page{max-width:1280px;margin:auto;padding:28px 28px 90px}.product-breadcrumb{color:#94898a;align-items:center;gap:7px;min-height:35px;font-size:10px;display:flex}.product-breadcrumb button{color:#94898a;background:0 0;border:0;padding:0}.product-breadcrumb strong{color:#665c5d;white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.product-detail-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:start;gap:60px;margin-top:20px;display:grid}.product-gallery{grid-template-columns:80px minmax(0,1fr);gap:14px;display:grid}.product-thumbs{flex-direction:column;gap:9px;display:flex}.product-thumbs button{aspect-ratio:1/1.12;background:#eee4e2;border:1px solid #0000;border-radius:12px;width:80px;padding:0;overflow:hidden}.product-thumbs button.active{border-color:var(--red)}.product-thumbs img{object-fit:cover;width:100%;height:100%}.product-main-image{aspect-ratio:1/1.06;background:#efe6e3;border-radius:24px;position:relative;overflow:hidden}.product-main-image>span{z-index:2;background:var(--red);color:#fff;text-transform:uppercase;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:850;position:absolute;top:16px;left:16px}.product-main-image>img{object-fit:cover;width:100%;height:100%}.product-buy-box{padding:10px 0;position:sticky;top:100px}.product-detail-category{color:var(--red);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.product-buy-box h1{letter-spacing:-.045em;margin:9px 0 5px;font-size:clamp(32px,4vw,52px);line-height:1.05}.product-sku{color:#998e8f;font-size:10px}.product-detail-pricing{border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:4px;margin-top:28px;padding:22px 0;display:flex}.product-detail-pricing>strong{font-size:30px}.product-detail-pix{color:var(--green);font-size:12px;font-weight:750}.stock-status{margin:18px 0}.stock-status span{color:var(--green);align-items:center;gap:6px;font-size:12px;font-weight:750;display:inline-flex}.stock-status .sold-out{color:#a24a50}.buy-actions{grid-template-columns:118px 1fr;gap:10px;display:grid}.detail-quantity{border:1px solid var(--line);background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:52px;display:flex}.detail-quantity button{background:0 0;border:0;place-items:center;width:36px;height:36px;display:grid}.detail-quantity span{text-align:center;min-width:28px;font-weight:800}.detail-add-cart{background:var(--red);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:52px;font-weight:850;display:flex}.product-service-cards{border:1px solid var(--line);background:#fff;border-radius:15px;margin-top:20px;overflow:hidden}.product-service-cards>div{border-bottom:1px solid var(--line);min-height:62px;color:var(--red);align-items:center;gap:12px;padding:12px 15px;display:flex}.product-service-cards>div:last-child{border-bottom:0}.product-service-cards span{color:var(--muted);flex-direction:column;gap:3px;font-size:10px;display:flex}.product-service-cards strong{color:var(--text);font-size:11px}.product-description-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:75px;padding:44px 0 46px;display:block}.product-description-heading{max-width:900px}.product-description-section span{color:var(--red);letter-spacing:.13em;font-size:10px;font-weight:850}.product-description-section h2{letter-spacing:-.025em;margin:8px 0 0;font-size:34px}.product-description-content{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);max-width:920px;margin-top:24px;padding-top:22px}.product-description-section p{color:#615657;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:15px;line-height:1.9}.related-section{padding-bottom:30px;padding-left:0;padding-right:0}.product-page-loading,.product-not-found{text-align:center;place-items:center;min-height:100vh;display:grid}.product-not-found button{background:var(--red);color:#fff;border:0;border-radius:999px;min-height:44px;margin-top:15px;padding:0 18px}@media (width<=900px){.header-main{grid-template-columns:42px 1fr auto;gap:10px;min-height:68px;padding:0 18px}.mobile-menu-button{place-items:center;display:grid}.brand{text-align:center;font-size:23px}.desktop-search{display:none}.mobile-search{margin:0 15px 12px;display:flex}.header-action{display:none}.category-nav{gap:22px;padding:0 18px}.hero{border-radius:22px;grid-template-columns:1fr;min-height:auto;margin:18px 15px;padding:45px 30px}.hero-art{display:none}.hero h1{font-size:clamp(39px,12vw,59px)}.benefits{grid-template-columns:1fr;margin:0 15px;padding:13px 0}.benefits div{border-right:0;border-bottom:1px solid var(--line);padding:13px 15px}.benefits div:last-child{border-bottom:0}.products-section,.related-section{padding:60px 15px 80px}.products-grid,.loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-image{border-radius:15px}.product-info h3{font-size:13px}.product-price{font-size:17px}.add-cart-button{min-height:40px;font-size:12px}.routine-section{margin-top:45px;padding:0 15px}.routine-card-main{grid-template-columns:1fr;min-height:auto;padding:38px 28px}.routine-visual{display:none}.routine-builder-body{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.product-detail-grid{grid-template-columns:1fr;gap:30px}.product-buy-box{position:static}.product-gallery{grid-template-columns:1fr}.product-thumbs{flex-direction:row;order:2;overflow-x:auto}.product-thumbs button{flex:0 0 70px;width:70px}.product-description-section{padding:34px 0 36px}.product-description-content{margin-top:18px;padding-top:18px}}@media (width<=560px){.section-heading{flex-direction:column;align-items:flex-start}.product-result-count{display:none}.routine-choice-grid{grid-template-columns:1fr}.routine-builder{width:calc(100% - 16px)}.routine-builder-body{padding:18px}.footer-grid{grid-template-columns:1fr}.product-detail-page{padding:18px 14px 65px}.product-simple-header{padding:0 14px}.product-back{font-size:0}.product-back svg{margin:0}.product-buy-box h1{font-size:34px}.buy-actions{grid-template-columns:1fr}.detail-quantity{width:128px}}.store-logo-image{object-fit:contain;width:auto;max-width:150px;max-height:46px;display:block}.footer-logo-image{object-fit:contain;width:auto;max-width:180px;max-height:62px;display:block}.routine-page-shell{background:var(--cream);min-height:100vh;color:var(--text)}.routine-page-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:76px;padding:0 max(20px,50% - 640px);display:grid;position:sticky;top:0}.routine-page-header .cart-button{justify-self:end}.routine-brand{text-align:center;place-items:center;display:grid}.routine-brand .store-logo-image,.routine-brand img{max-width:145px;max-height:44px}.routine-back{width:fit-content;min-height:42px;color:var(--text);background:0 0;border:0;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-weight:700;display:inline-flex}.routine-back:hover{background:#f4efed}.routine-builder-page{max-width:1380px;margin:0 auto;padding:52px 28px 90px}.routine-page-intro{max-width:760px;margin-bottom:34px}.routine-page-intro .section-eyebrow{align-items:center;gap:7px;display:inline-flex}.routine-page-intro h1{letter-spacing:-.05em;margin:11px 0 12px;font-size:clamp(38px,5vw,64px);line-height:.98}.routine-page-intro p{max-width:700px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.routine-page-loading,.routine-page-empty{border:1px solid var(--line);min-height:320px;color:var(--muted);text-align:center;background:#fff;border-radius:22px;place-items:center;padding:40px;display:grid}.routine-page-empty{flex-direction:column;justify-content:center;display:flex}.routine-page-empty h2{color:var(--text);margin:14px 0 8px}.routine-page-empty p{max-width:520px;margin:0 0 18px}.routine-page-empty button{background:var(--red);color:#fff;border:0;border-radius:999px;min-height:43px;padding:0 18px;font-weight:800}.routine-pc-layout{grid-template-columns:minmax(215px,.72fr) minmax(480px,1.65fr) minmax(270px,.85fr);align-items:start;gap:20px;display:grid}.routine-steps-sidebar,.routine-step-main,.routine-summary-card{border:1px solid var(--line);background:#fff;border-radius:20px}.routine-steps-sidebar{position:sticky;top:96px;overflow:hidden}.routine-progress-card{border-bottom:1px solid var(--line);background:#fbf8f7;padding:19px}.routine-progress-card>div:first-child{justify-content:space-between;align-items:center;display:flex}.routine-progress-card>div:first-child span{color:var(--muted);letter-spacing:.13em;font-size:9px;font-weight:900}.routine-progress-card>div:first-child strong{color:var(--red);font-size:20px}.routine-progress-track{background:#e9e1de;border-radius:999px;height:6px;margin:11px 0 8px;overflow:hidden}.routine-progress-track span{border-radius:inherit;background:var(--red);height:100%;transition:width .25s;display:block}.routine-progress-card small{color:var(--muted);font-size:10px}.routine-step-nav{flex-direction:column;gap:4px;padding:8px;display:flex}.routine-step-nav>button{width:100%;min-width:0;min-height:64px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:9px 10px;display:grid}.routine-step-nav>button:hover{background:#faf6f5}.routine-step-nav>button.active{border-color:color-mix(in srgb, var(--red) 28%, white);background:var(--red-light)}.routine-step-nav>button.done:not(.active) .routine-step-number{color:#2e6c4e;background:#e9f5ee}.routine-step-number{color:#7e7273;background:#f1ecea;border-radius:10px;place-items:center;width:32px;height:32px;font-size:9px;font-weight:900;display:grid}.routine-step-nav>button.active .routine-step-number{background:var(--red);color:#fff}.routine-step-labels{flex-direction:column;gap:3px;min-width:0;display:flex}.routine-step-labels strong,.routine-step-labels small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.routine-step-labels strong{font-size:11px}.routine-step-labels small{color:var(--muted);font-size:9px}.routine-step-nav>button>svg{color:#b2a6a7}.routine-step-main{min-width:0;padding:26px}.routine-current-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;display:flex}.routine-current-heading>div{min-width:0}.routine-current-heading>div>span{color:var(--red);letter-spacing:.13em;font-size:9px;font-weight:900}.routine-current-heading h2{letter-spacing:-.035em;margin:7px 0 6px;font-size:27px}.routine-current-heading p{max-width:600px;color:var(--muted);margin:0;font-size:12px;line-height:1.55}.routine-required-badge,.routine-optional-badge{border-radius:999px;flex:none;padding:6px 9px;font-size:9px;font-weight:800}.routine-required-badge{color:#9a5427;background:#fff0e7}.routine-optional-badge{color:#756b6c;background:#f1eeed}.routine-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.routine-option-card{border:1px solid var(--line);background:#fff;border-radius:16px;transition:border-color .18s,transform .18s;overflow:hidden}.routine-option-card.selected{border-color:var(--red);box-shadow:inset 0 0 0 1px var(--red)}.routine-option-select{width:100%;color:var(--text);text-align:left;background:0 0;border:0;padding:0;display:block}.routine-option-image{aspect-ratio:1.45;color:var(--red);letter-spacing:.1em;background:#f2ebe8;place-items:center;font-size:12px;font-weight:900;display:grid;position:relative;overflow:hidden}.routine-option-image img{object-fit:cover;width:100%;height:100%}.routine-selected-mark{background:var(--red);color:#fff;letter-spacing:0;border-radius:999px;align-items:center;gap:5px;min-height:30px;padding:0 9px;font-size:9px;font-weight:800;display:inline-flex;position:absolute;top:9px;right:9px}.routine-option-info{flex-direction:column;align-items:flex-start;padding:14px;display:flex}.routine-option-info small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.routine-option-info h3{min-height:34px;margin:5px 0 8px;font-size:13px;line-height:1.3}.routine-option-info>strong{font-size:17px}.routine-option-info>span{color:var(--green);margin-top:3px;font-size:10px;font-weight:700}.routine-view-product{border:1px solid var(--line);color:#6f6364;background:#fbf8f7;border-radius:10px;justify-content:center;align-items:center;gap:5px;width:calc(100% - 24px);min-height:35px;margin:0 12px 12px;padding:0 10px;font-size:10px;font-weight:750;display:flex}.routine-no-products{min-height:280px;color:var(--muted);text-align:center;border:1px dashed #dacdca;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.routine-no-products h3{color:var(--text);margin:12px 0 7px}.routine-no-products p{max-width:430px;margin:0;font-size:11px;line-height:1.6}.routine-step-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:flex}.routine-step-actions>div{align-items:center;gap:8px;display:flex}.routine-prev,.routine-next,.routine-clear-step{border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-weight:750;display:inline-flex}.routine-prev,.routine-clear-step{border:1px solid var(--line);color:var(--text);background:#fff;padding:0 13px;font-size:10px}.routine-prev:disabled{opacity:.4;cursor:not-allowed}.routine-next{background:var(--red);color:#fff;border:0;padding:0 17px;font-size:11px}.routine-clear-step{color:var(--muted);border-color:#0000}.routine-summary-card{padding:22px;position:sticky;top:96px}.routine-summary-kicker{color:var(--red);letter-spacing:.13em;font-size:9px;font-weight:900}.routine-summary-card>h2{margin:5px 0 18px;font-size:22px}.routine-summary-list{flex-direction:column;display:flex}.routine-summary-row{border-bottom:1px solid var(--line);grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:10px 0;display:grid}.routine-summary-row>span{color:#b5a8a9;font-size:9px;font-weight:900}.routine-summary-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.routine-summary-row small,.routine-summary-row strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.routine-summary-row small{color:var(--muted);font-size:8px}.routine-summary-row strong{font-size:10px}.routine-summary-price{color:#5c5253;font-size:9px!important}.routine-summary-totals{padding-top:17px}.routine-summary-totals>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.routine-summary-totals span{color:var(--muted);font-size:10px}.routine-summary-totals strong{font-size:19px}.routine-summary-totals .routine-pix-total{border-top:1px dashed var(--line);margin-top:7px;padding-top:7px}.routine-pix-total strong{color:var(--green);font-size:14px}.routine-missing{color:#89522e;background:#fff2e9;border-radius:10px;margin-top:14px;padding:10px;font-size:9px;line-height:1.45}.routine-add-cart-final{background:var(--red);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:47px;margin-top:15px;font-size:10px;font-weight:850;display:flex}.routine-add-cart-final:disabled{opacity:.45;cursor:not-allowed}.routine-added{color:#2c6a4b;background:#edf7f1;border-radius:9px;align-items:center;gap:6px;margin-top:10px;padding:9px 10px;font-size:9px;font-weight:700;display:flex}@media (hover:hover) and (pointer:fine){.routine-option-card:hover{border-color:#cfbfc0;transform:translateY(-2px)}}@media (width<=1120px){.routine-pc-layout{grid-template-columns:220px minmax(0,1fr)}.routine-summary-card{grid-column:1/-1;position:static}.routine-summary-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;display:grid}}@media (width<=820px){.store-logo-image{max-width:125px;max-height:38px}.routine-page-header{grid-template-columns:42px 1fr 42px;min-height:66px;padding:0 14px}.routine-back{width:42px;padding:0;font-size:0}.routine-back svg{margin:auto}.routine-builder-page{padding:32px 14px 70px}.routine-page-intro h1{font-size:clamp(36px,10vw,52px)}.routine-pc-layout{grid-template-columns:1fr}.routine-steps-sidebar{position:static}.routine-step-nav{flex-direction:row;overflow-x:auto}.routine-step-nav>button{flex:0 0 210px}.routine-summary-card{grid-column:auto}}@media (width<=560px){.routine-step-main,.routine-summary-card{padding:18px}.routine-current-heading{flex-direction:column}.routine-option-grid{grid-template-columns:1fr}.routine-step-actions,.routine-step-actions>div{flex-direction:column;align-items:stretch}.routine-prev,.routine-next,.routine-clear-step{width:100%}.routine-summary-list{grid-template-columns:1fr}}.hero-custom-image{object-fit:cover;border-radius:24px;width:calc(100% - 36px);height:calc(100% - 36px);position:absolute;inset:18px}.mobile-menu-logo{object-fit:contain;max-width:150px;max-height:42px}.header-main{grid-template-columns:220px minmax(280px,1fr) 180px;min-height:96px}.store-logo-image{width:auto;height:var(--logo-height,72px);max-width:210px;max-height:var(--logo-height,72px);object-fit:contain}.product-simple-header{min-height:92px}.product-simple-header .store-logo-image{height:var(--logo-height,72px);max-height:var(--logo-height,72px);max-width:210px}.mobile-menu-logo{width:auto;height:min(var(--logo-height,72px), 60px);object-fit:contain;max-width:190px}.hero-carousel{background:0 0;padding:0;display:block;position:relative}.hero-slider-viewport{border-radius:inherit;width:100%;overflow:hidden}.hero-slider-track{will-change:transform;width:100%;transition:transform .68s cubic-bezier(.22,.61,.36,1);display:flex}.hero-slide{background:radial-gradient(circle at 80% 15%,#ffffffbf,#0000 32%),linear-gradient(135deg,#f2dcde,#f8eeeb);flex:0 0 100%;grid-template-columns:1.05fr .95fr;align-items:center;min-width:100%;min-height:490px;padding:65px 70px;display:grid}.hero-arrow{z-index:6;width:42px;height:42px;color:var(--text);background:#ffffffe6;border:1px solid #78373c1f;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 25px #50282d14}.hero-arrow-left{left:16px}.hero-arrow-right{right:16px}.hero-dots{z-index:7;gap:7px;display:flex;position:absolute;bottom:17px;left:50%;transform:translate(-50%)}.hero-dots button{background:#5c454847;border:0;border-radius:999px;width:8px;height:8px;padding:0}.hero-dots button.active{background:var(--red);width:26px}.benefit-with-icons>div{text-align:left;flex-direction:row;justify-content:center;align-items:center;gap:14px;min-height:86px}.benefit-icon{background:var(--red);width:38px;height:38px;-webkit-mask-image:var(--benefit-mask);-webkit-mask-image:var(--benefit-mask);mask-image:var(--benefit-mask);flex:none;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.benefit-copy{flex-direction:column;gap:4px;display:flex}.benefit-copy strong{line-height:1.2}.footer-grid-v5{grid-template-columns:1.35fr .9fr .9fr .9fr}.cart-variant{background:var(--red-light);border-radius:999px;width:fit-content;padding:3px 7px;font-weight:750;color:var(--red)!important;font-size:10px!important}.product-variant-section{margin:22px 0 6px}.variant-heading{justify-content:space-between;align-items:baseline;gap:15px;margin-bottom:10px;display:flex}.variant-heading strong{font-size:13px}.variant-heading span{color:var(--muted);font-size:11px}.variant-options{flex-wrap:wrap;gap:8px;display:flex}.variant-options button{border:1px solid var(--line);min-height:44px;color:var(--text);background:#fff;border-radius:12px;align-items:center;gap:7px;padding:8px 13px;font-size:12px;font-weight:700;display:flex}.variant-options button:hover:not(:disabled),.variant-options button.active{border-color:var(--red);background:var(--red-light);color:var(--red)}.variant-options button:disabled{opacity:.46;text-decoration:line-through}.variant-options small{color:inherit;font-size:9px;font-weight:750}.stock-status .variant-required{color:#9b672d}.content-page-shell{background:var(--cream);min-height:100vh}.content-page-main{max-width:980px;min-height:65vh;margin:0 auto;padding:55px 28px 100px}.content-page-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:50px 55px}.content-page-card>span{color:var(--red);letter-spacing:.14em;font-size:10px;font-weight:850}.content-page-card h1{letter-spacing:-.045em;margin:9px 0 30px;font-size:clamp(34px,5vw,54px)}.content-page-text{color:#544a4b;white-space:pre-wrap;font-size:15px;line-height:1.85}.content-page-loading{min-height:300px;color:var(--muted);place-items:center;display:grid}@media (width<=900px){.header-main{grid-template-columns:42px 1fr auto;min-height:76px}.store-logo-image{height:min(var(--logo-height,72px), 56px);max-height:min(var(--logo-height,72px), 56px);max-width:170px}.product-simple-header{min-height:76px}.product-simple-header .store-logo-image{height:min(var(--logo-height,72px), 56px);max-height:min(var(--logo-height,72px), 56px);max-width:170px}.hero-arrow{display:none}.benefit-with-icons>div{justify-content:flex-start;padding:15px 25px}.footer-grid-v5{grid-template-columns:1fr 1fr}}@media (width<=560px){.store-logo-image,.product-simple-header .store-logo-image{height:min(var(--logo-height,72px), 50px);max-height:min(var(--logo-height,72px), 50px);max-width:150px}.benefit-icon{width:34px;height:34px}.footer-grid-v5{grid-template-columns:1fr}.content-page-main{padding:28px 14px 70px}.content-page-card{border-radius:18px;padding:30px 22px}.content-page-text{font-size:14px}}.routine-brand .store-logo-image{width:auto;height:var(--logo-height,72px);max-width:210px;max-height:var(--logo-height,72px)}@media (width<=820px){.routine-brand .store-logo-image{height:min(var(--logo-height,72px), 50px);max-height:min(var(--logo-height,72px), 50px);max-width:160px}}.variant-options button{min-height:48px}.variant-option-thumb{object-fit:cover;border:1px solid var(--line);background:#f6f0ee;border-radius:8px;width:30px;height:30px}@media (width<=900px){.hero-carousel{padding:0}.hero-slide{grid-template-columns:1fr;min-height:auto;padding:45px 30px}.hero-slide .hero-art{display:none}}@media (prefers-reduced-motion:reduce){.hero-slider-track{transition:none}}.product-image,.product-main-image,.product-thumbs button,.variant-option-thumb{background:0 0}.product-image img,.product-main-image>img,.product-thumbs img,.variant-option-thumb{object-fit:contain}.product-image img{padding:8px}.product-main-image>img{padding:10px}.hero-slider-track{transition:transform .9s cubic-bezier(.22,.72,.24,1)}.hero-slider-track.no-transition{transition:none!important}.hero-arrow{transition:transform .22s,background-color .22s,box-shadow .22s}.hero-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06);box-shadow:0 11px 30px #50282d24}.product-main-image-photo{animation:.32s cubic-bezier(.22,.72,.24,1) product-photo-enter}@keyframes product-photo-enter{0%{opacity:.35;transform:translate(10px)scale(.99)}to{opacity:1;transform:translate(0)scale(1)}}.product-gallery-arrow{z-index:5;width:44px;height:44px;color:var(--text);background:#ffffffed;border:1px solid #462d301f;border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s,background-color .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #462d301a}.product-gallery-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.06);box-shadow:0 12px 30px #462d3029}.product-gallery-arrow-left{left:15px}.product-gallery-arrow-right{right:15px}.product-similar-buy{border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.product-similar-buy-heading{flex-direction:column;gap:3px;margin-bottom:11px;display:flex}.product-similar-buy-heading strong{font-size:13px}.product-similar-buy-heading span{color:var(--muted);font-size:10px}.product-similar-buy-list{scrollbar-width:thin;gap:8px;padding:2px 1px 6px;display:flex;overflow-x:auto}.product-similar-buy-card{border:1px solid var(--line);min-width:0;color:var(--text);text-align:left;background:#fff;border-radius:12px;flex:0 0 150px;align-items:center;gap:8px;padding:8px;transition:border-color .2s,transform .2s;display:flex}.product-similar-buy-card:hover{border-color:var(--red);transform:translateY(-1px)}.product-similar-buy-image{width:46px;height:54px;color:var(--red);background:0 0;border-radius:9px;flex:0 0 46px;place-items:center;font-size:9px;font-weight:900;display:grid;overflow:hidden}.product-similar-buy-image img{object-fit:contain;width:100%;height:100%}.product-similar-buy-card>span:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.product-similar-buy-card strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.25;display:-webkit-box;overflow:hidden}.product-similar-buy-card small{color:var(--red);font-size:10px;font-weight:800}.similar-search{margin-bottom:14px}.similar-product-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-height:330px;padding:2px;display:grid;overflow-y:auto}.similar-picker-card{border:1px solid var(--admin-line);cursor:pointer;background:#fcfaf9;border-radius:12px;grid-template-columns:auto 48px minmax(0,1fr);align-items:center;min-width:0;padding:9px;gap:8px!important;display:grid!important}.similar-picker-card.selected{border-color:var(--admin-red);background:#fff5f6}.similar-picker-card>input{accent-color:var(--admin-red);width:17px!important;height:17px!important}.similar-picker-image{width:48px;height:56px;color:var(--admin-red);background:0 0;border-radius:9px;place-items:center;font-size:9px;font-weight:900;display:grid;overflow:hidden}.similar-picker-image img{object-fit:contain;width:100%;height:100%}.similar-picker-card>div:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.similar-picker-card strong{text-overflow:ellipsis;font-size:10px;line-height:1.3;overflow:hidden}.similar-picker-card span{color:var(--admin-muted);font-size:9px}@media (width<=760px){.similar-product-picker{grid-template-columns:1fr 1fr}.product-gallery-arrow{width:40px;height:40px}}@media (width<=480px){.similar-product-picker{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.product-main-image-photo{animation:none}}.shipping-calculator{border:1px solid var(--line,#e9e2df);background:#fff;border-radius:16px;width:100%;padding:17px}.shipping-calculator.compact{background:#fbf9f8;border-radius:14px;padding:14px}.shipping-calculator-heading{color:var(--red,#a62832);align-items:center;gap:10px;margin-bottom:13px;display:flex}.shipping-calculator-heading>div{flex-direction:column;gap:3px;min-width:0;display:flex}.shipping-calculator-heading strong{color:var(--text,#241d1e);font-size:13px}.shipping-calculator-heading span{color:var(--muted,#746b6c);font-size:11px}.shipping-cep-form{grid-template-columns:minmax(0,1fr) auto;gap:9px;display:grid}.shipping-cep-input{border:1px solid var(--line,#e9e2df);height:43px;color:var(--muted,#746b6c);background:#fbf9f8;border-radius:11px;align-items:center;gap:8px;padding:0 12px;display:flex}.shipping-cep-input:focus-within{border-color:var(--red,#a62832);background:#fff}.shipping-cep-input input{width:100%;color:var(--text,#241d1e);background:0 0;border:0;outline:0}.shipping-cep-form>button{background:var(--red,#a62832);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;min-width:91px;min-height:43px;padding:0 15px;font-weight:800;display:inline-flex}.shipping-cep-form>button:disabled{opacity:.65;cursor:wait}.shipping-error{color:#a62832;margin-top:9px;font-size:11px;line-height:1.4}.shipping-quotes{flex-direction:column;gap:8px;margin-top:12px;display:flex}.shipping-quote{border:1px solid var(--line,#e9e2df);width:100%;min-height:64px;color:var(--text,#241d1e);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;display:flex}.shipping-quote:hover,.shipping-quote.active{border-color:var(--red,#a62832);background:var(--red-light,#f6e8e9)}.shipping-quote-main,.shipping-quote-price{flex-direction:column;display:flex}.shipping-quote-main{gap:2px;min-width:0}.shipping-company{color:var(--red,#a62832);text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:850}.shipping-quote-main strong{font-size:12px}.shipping-quote-main small{color:var(--muted,#746b6c);font-size:10px}.shipping-quote-price{flex:none;align-items:flex-end;gap:2px}.shipping-quote-price>small{color:#9b9292;font-size:9px;text-decoration:line-through}.shipping-quote-price>strong{font-size:13px}.shipping-quote-price svg{color:var(--red,#a62832);margin-top:3px}.shipping-quick-check{width:min(260px,100%);margin-top:8px}.shipping-quick-check form{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}.shipping-quick-check form>div{height:34px;color:var(--red,#a62832);background:#fff;border:1px solid #e5dcda;border-radius:9px;align-items:center;gap:5px;padding:0 8px;display:flex}.shipping-quick-check input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:11px}.shipping-quick-check button{background:var(--red,#a62832);color:#fff;border:0;border-radius:9px;place-items:center;min-height:34px;padding:0 10px;font-size:10px;font-weight:800;display:grid}.shipping-quick-result,.shipping-quick-error{margin-top:5px;display:block;font-size:9px!important}.shipping-quick-result{color:#246144!important}.shipping-quick-error{color:#a62832!important}.benefit-delivery-card{align-items:flex-start!important}.benefit-delivery-copy{width:100%}.product-shipping-area{margin-top:18px}.product-service-cards.single{grid-template-columns:1fr;margin-top:10px}.cart-shipping-block{margin-top:18px}.checkout-page{color:#241d1e;background:#f7f4f2;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.checkout-header{background:#fff;border-bottom:1px solid #ebe3e0;grid-template-columns:1fr auto 1fr;align-items:center;min-height:74px;padding:0 28px;display:grid}.checkout-header>button:first-child{color:#5f5556;background:0 0;border:0;align-items:center;gap:7px;width:fit-content;font-weight:700;display:flex}.checkout-header>span{color:#776c6d;justify-self:end;font-size:11px}.checkout-brand{max-width:180px;max-height:54px;color:var(--red,#a62832);letter-spacing:.12em;background:0 0;border:0;font-size:24px;font-weight:900}.checkout-brand img{object-fit:contain;max-width:100%;max-height:54px;display:block}.checkout-layout{grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);align-items:start;gap:24px;width:min(1180px,100% - 30px);margin:0 auto;padding:34px 0 65px;display:grid}.checkout-form{flex-direction:column;gap:16px;min-width:0;display:flex}.checkout-card,.checkout-summary-card{background:#fff;border:1px solid #e9e0dd;border-radius:19px}.checkout-card{padding:24px}.checkout-section-title{align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.checkout-section-title>span{background:var(--red-light,#f6e8e9);width:31px;height:31px;color:var(--red,#a62832);border-radius:9px;flex:none;place-items:center;font-size:11px;font-weight:900;display:grid}.checkout-section-title h2{margin:0;font-size:18px}.checkout-section-title p{color:#796e6f;margin:4px 0 0;font-size:11px;line-height:1.5}.checkout-card label{color:#514748;flex-direction:column;gap:7px;font-size:11px;font-weight:750;display:flex}.checkout-card>label+label,.checkout-address-form>label+div,.checkout-address-form>div+label{margin-top:13px}.checkout-card input{background:#fbf9f8;border:1px solid #e6ddda;border-radius:11px;outline:0;width:100%;height:45px;padding:0 12px}.checkout-card input:focus{border-color:var(--red,#a62832);background:#fff}.checkout-grid{gap:13px;display:grid}.checkout-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-grid+label,.checkout-card>.checkout-grid+label{margin-top:13px}.checkout-address-form{border-top:1px solid #eee7e4;margin-top:20px;padding-top:20px}.payment-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.payment-options button{color:#332a2b;text-align:left;background:#fff;border:1px solid #e5ddda;border-radius:16px;align-items:center;gap:12px;min-height:84px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex}.payment-options button:hover{border-color:#d7bfc2;transform:translateY(-1px);box-shadow:0 10px 18px #37191d0f}.payment-options button.active{border-color:var(--red,#a62832);background:var(--red-light,#f6e8e9);box-shadow:0 0 0 3px #a6283214}.payment-options button>span{flex-direction:column;gap:3px;display:flex}.payment-options small{color:#7b7071;font-size:12px}.payment-options strong{font-size:17px}.disabled-payment{opacity:.48;cursor:not-allowed}.checkout-error{color:#9d2934;background:#fff0f2;border:1px solid #efc8cd;border-radius:12px;padding:13px 15px;font-size:12px}.checkout-submit{background:var(--red,#a62832);color:#fff;border:0;border-radius:999px;min-height:53px;font-weight:850}.checkout-submit:disabled{opacity:.65}.checkout-security-note{color:#786e6f;justify-content:center;align-items:center;gap:7px;font-size:10px;display:flex}.checkout-summary{position:sticky;top:18px}.checkout-summary-card{padding:22px}.checkout-summary-card h2{margin:0 0 18px;font-size:18px}.checkout-summary-items{flex-direction:column;display:flex}.checkout-summary-item{border-bottom:1px solid #eee7e4;grid-template-columns:54px minmax(0,1fr);gap:10px;padding:11px 0;display:grid}.checkout-summary-image{width:54px;height:64px;color:var(--red,#a62832);background:#f4ecea;border-radius:9px;place-items:center;font-size:10px;font-weight:900;display:grid;overflow:hidden}.checkout-summary-image img{object-fit:contain;width:100%;height:100%}.checkout-summary-item>div:last-child{flex-direction:column;gap:3px;min-width:0;display:flex}.checkout-summary-item strong{font-size:11px;line-height:1.35}.checkout-summary-item span,.checkout-summary-item small{color:#776c6d;font-size:10px}.checkout-totals{flex-direction:column;gap:9px;padding:17px 0;display:flex}.checkout-totals>div{justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.checkout-totals .discount-line{color:#246144}.checkout-total{border-top:1px solid #e9e1de;margin-top:5px;padding-top:13px;font-size:14px!important}.checkout-total strong{font-size:20px}.checkout-selected-shipping,.checkout-summary-note{color:#6f6465;background:#faf7f5;border-radius:11px;align-items:flex-start;gap:9px;padding:12px;display:flex}.checkout-selected-shipping span,.checkout-summary-note span{flex-direction:column;gap:3px;font-size:10px;display:flex}.checkout-selected-shipping strong{color:#332a2b;font-size:11px}.checkout-summary-note{margin-top:9px}.checkout-empty-page,.order-success-loading,.order-success-missing{color:#4f4546;text-align:center;background:#f7f4f2;align-content:center;place-items:center;gap:12px;min-height:100vh;padding:30px;font-family:Arial,Helvetica,sans-serif;display:grid}.checkout-empty-page h1,.order-success-missing h1{margin:0}.checkout-empty-page button,.order-success-missing button{color:#fff;background:#a62832;border:0;border-radius:999px;min-height:43px;padding:0 18px;font-weight:800}.order-success-page{color:#261e1f;background:#f7f4f2;place-items:start center;min-height:100vh;padding:42px 15px;font-family:Arial,Helvetica,sans-serif;display:grid}.order-success-card{background:#fff;border:1px solid #e7deda;border-radius:22px;width:min(620px,100%);padding:31px}.order-success-icon{color:#286648;background:#edf7f1;border-radius:50%;place-items:center;width:58px;height:58px;margin-bottom:16px;display:grid}.order-success-kicker{color:var(--red,#a62832);letter-spacing:.12em;font-size:10px;font-weight:850}.order-success-card h1{margin:7px 0 8px;font-size:31px}.order-success-card>p{color:#756a6b;margin:0 0 22px;line-height:1.6}.order-status-card,.order-shipping-info{background:#faf7f5;border-radius:13px;align-items:center;gap:10px;padding:14px;display:flex}.order-status-card span,.order-shipping-info span{flex-direction:column;gap:3px;display:flex}.order-status-card small,.order-shipping-info small{color:#7d7273;font-size:10px}.order-pix-box{background:var(--red-light,#f6e8e9);border-radius:16px;margin-top:16px;padding:20px}.order-pix-box>span{color:var(--red,#a62832);letter-spacing:.11em;font-size:9px;font-weight:850}.order-pix-box h2{margin:6px 0 9px;font-size:28px}.order-pix-box p{color:#695e5f;font-size:11px;line-height:1.55}.order-pix-box button{width:100%;min-height:45px;color:var(--red,#a62832);overflow-wrap:anywhere;background:#fff;border:1px solid #a6283238;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-weight:750;display:flex}.order-pix-box>small{color:#756a6b;margin-top:8px;display:block}.order-success-items{margin-top:18px}.order-success-items h2{font-size:16px}.order-success-items>div{border-bottom:1px solid #eee7e4;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:11px;display:flex}.order-success-items>div>span:first-child{flex-direction:column;gap:3px;display:flex}.order-success-items small{color:#7a7071}.order-success-values{flex-direction:column;gap:8px;padding:16px 0;display:flex}.order-success-values>div{justify-content:space-between;gap:10px;font-size:11px;display:flex}.order-success-values .total{border-top:1px solid #e9e1de;margin-top:4px;padding-top:12px;font-size:14px}.order-success-values .total strong{font-size:19px}.order-shipping-info{margin-top:3px}.order-home-button{background:var(--red,#a62832);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:47px;margin-top:18px;font-weight:850;display:flex}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1;position:static}.benefit-delivery-card{align-items:center!important}.benefit-delivery-copy{align-items:center}.shipping-quick-check{margin-left:auto;margin-right:auto}}@media (width<=560px){.checkout-header{grid-template-columns:auto 1fr auto;padding:0 14px}.checkout-header>span{display:none}.checkout-brand{justify-self:center}.checkout-card,.checkout-summary-card,.order-success-card{padding:18px}.checkout-grid.two,.payment-options,.shipping-cep-form{grid-template-columns:1fr}.shipping-cep-form>button{width:100%}}.benefit-with-icons .benefit-copy,.benefit-with-icons .shipping-quick-check,.benefit-with-icons .shipping-quick-check form,.benefit-with-icons .shipping-quick-check form>div{text-align:left;border:0;padding:0}.benefit-with-icons .shipping-quick-check form>div{border:1px solid #e5dcda;padding:0 8px}.shipping-package-client-note{background:#fbf8f7;border:1px solid #e8dfdc;border-radius:11px;flex-direction:column;gap:3px;margin-top:10px;padding:10px 12px;display:flex}.shipping-package-client-note strong{color:#4c4142;font-size:10px}.shipping-package-client-note span{color:#817576;font-size:9px;line-height:1.4}.checkout-field-help{color:#8a7e7f;margin-top:-1px;font-size:9px;font-weight:400;line-height:1.45}.mp-card-area{border-top:1px solid var(--line,#e9e2df);margin-top:18px;padding-top:18px}.mp-test-badge{color:#6c5310;background:#fff4cf;border-radius:999px;align-items:center;gap:7px;width:fit-content;margin-bottom:14px;padding:7px 10px;font-size:11px;font-weight:800;display:inline-flex}.mp-card-loading,.checkout-payment-processing,.mp-payment-waiting{color:#695f60;background:#fbf9f8;border:1px solid #e8dfdc;border-radius:12px;align-items:center;gap:9px;min-height:44px;padding:10px 13px;font-size:12px;display:flex}.mp-card-brick{min-height:80px}.mp-pix-preview{background:#fbf9f8;border:1px solid #e8dfdc;border-radius:14px;align-items:flex-start;gap:11px;margin-top:18px;padding:15px;display:flex}.mp-pix-preview>svg{color:var(--red);flex:none}.mp-pix-preview div{flex-direction:column;gap:4px;display:flex}.mp-pix-preview strong{font-size:13px}.mp-pix-preview span{color:#746a6b;font-size:11px;line-height:1.5}.order-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.mp-pix-box{text-align:center}.mp-pix-qr{aspect-ratio:1;background:#fff;border:1px solid #e8dfdc;border-radius:17px;width:min(260px,80%);margin:18px auto;padding:12px}.mp-pix-qr img{object-fit:contain;width:100%;height:100%}.mp-ticket-link{width:fit-content;color:var(--red);align-items:center;gap:7px;margin:12px auto 0;font-size:11px;font-weight:750;text-decoration:none;display:inline-flex}.mp-payment-waiting{width:fit-content;margin:15px auto 0}.mp-order-reference{background:#fbf9f8;border:1px solid #e9e1de;border-radius:12px;justify-content:space-between;gap:12px;margin-top:14px;padding:12px 14px;font-size:11px;display:flex}.mp-order-reference span{color:#786d6e}@media (width<=620px){.order-status-grid{grid-template-columns:1fr}}.checkout-cep-feedback{color:#706667;background:#f5f2f0;border-radius:10px;align-items:center;gap:7px;margin-top:9px;padding:9px 11px;font-size:11px;display:flex}.mp-card-area{transition:max-height .28s,opacity .22s,margin .22s;overflow:hidden}.mp-card-area.mp-card-active{opacity:1;visibility:visible;max-height:1200px;margin-top:18px}.mp-card-area.mp-card-inactive{opacity:0;visibility:hidden;pointer-events:none;max-height:0;margin-top:0}.checkout-page,.customer-auth-page,.customer-account-page{font-size:16px}.checkout-card h2,.checkout-summary-card h2{font-size:22px}.checkout-card label,.checkout-card input,.checkout-card select,.checkout-card textarea{font-size:14px}.checkout-coupon-card-v83{padding-top:22px;padding-bottom:22px}.coupon-input-v83{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.coupon-input-v83 input{text-transform:uppercase;border:1px solid #e5d9d6;border-radius:12px;outline:none;min-width:0;height:48px;padding:0 14px}.coupon-input-v83 input:focus{border-color:var(--red)}.coupon-input-v83 button{background:var(--red);color:#fff;border:0;border-radius:12px;min-height:48px;padding:0 20px;font-weight:800}.coupon-success-v83,.checkout-gift-v83{color:#276047;background:#eff8f3;border-radius:12px;margin-top:12px;padding:12px 14px;font-size:13px}.checkout-gift-v83{color:#75551b;background:#fff7e4;align-items:center;gap:10px;display:flex}.checkout-gift-v83>div{flex-direction:column;gap:2px;display:flex}.customer-account-loading{place-items:center;min-height:420px;font:600 15px Arial,sans-serif;display:grid}.customer-auth-page,.customer-account-page{color:#241d1e;background:#faf7f4;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.customer-auth-page>header{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1160px;margin:0 auto;padding:22px 24px;display:grid}.customer-auth-page>header button{background:0 0;border:0;justify-self:start;align-items:center;gap:7px;display:flex}.customer-auth-page>header strong{color:var(--red,#a62832);letter-spacing:.12em}.customer-auth-card{background:#fff;border:1px solid #eadfdb;border-radius:24px;width:min(520px,100% - 30px);margin:46px auto 70px;padding:34px}.customer-auth-card h1{margin:7px 0 8px;font-size:32px}.customer-auth-card>p{color:#756b6c;margin:0 0 24px;line-height:1.55}.customer-auth-card form,.customer-address-form,.customer-account-content form{flex-direction:column;gap:15px;display:flex}.customer-auth-card label,.customer-address-form label,.customer-account-content label{flex-direction:column;gap:7px;font-size:13px;font-weight:750;display:flex}.customer-auth-card input,.customer-address-form input,.customer-account-content input{background:#fcfaf9;border:1px solid #e5d9d6;border-radius:12px;outline:0;min-height:48px;padding:0 13px}.customer-auth-card input:focus,.customer-address-form input:focus,.customer-account-content input:focus{border-color:var(--red,#a62832);background:#fff}.customer-auth-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.password-field-v83{position:relative}.password-field-v83 input{width:100%;padding-right:48px}.password-field-v83 button{background:0 0;border:0;border-radius:9px;place-items:center;width:36px;height:36px;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.customer-primary-button{background:var(--red,#a62832);color:#fff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 18px;font-size:14px;font-weight:800;display:inline-flex}.customer-auth-links{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}.customer-auth-links button{color:#6c6061;background:0 0;border:0;font-size:12px;text-decoration:underline}.customer-auth-message,.customer-auth-error{border-radius:11px;margin-bottom:16px;padding:12px 14px;font-size:12px}.customer-auth-message{color:#276047;background:#eff8f3}.customer-auth-error{color:#9d2934;background:#fff0f2}.customer-account-header{background:#fff;border-bottom:1px solid #eadfdb;justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:0 max(22px,50% - 590px);display:flex}.customer-account-header button{background:0 0;border:0;align-items:center;gap:7px;min-height:42px;font-weight:700;display:flex}.customer-account-header>strong{color:var(--red,#a62832);font-size:20px}.customer-account-layout{grid-template-columns:250px minmax(0,1fr);gap:22px;width:min(1180px,100% - 30px);margin:30px auto 70px;display:grid}.customer-account-layout>aside,.customer-account-content{background:#fff;border:1px solid #eadfdb;border-radius:20px}.customer-account-layout>aside{flex-direction:column;align-self:start;gap:5px;padding:14px;display:flex}.customer-account-user{border-bottom:1px solid #eee5e2;align-items:center;gap:10px;margin-bottom:8px;padding:14px;display:flex}.customer-account-user>span{width:42px;height:42px;color:var(--red,#a62832);background:#f6e8e9;border-radius:50%;place-items:center;display:grid}.customer-account-user>div{flex-direction:column;gap:3px;min-width:0;display:flex}.customer-account-user small{color:#766c6d;text-overflow:ellipsis;font-size:10px;overflow:hidden}.customer-account-layout>aside>button{text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;min-height:45px;padding:0 13px;font-weight:700;display:flex}.customer-account-layout>aside>button.active{color:var(--red,#a62832);background:#f5e8e9}.customer-account-content{min-width:0;padding:28px}.customer-account-title span{color:var(--red,#a62832);letter-spacing:.13em;font-size:10px;font-weight:850}.customer-account-title h1{margin:6px 0 24px;font-size:30px}.customer-order-list{flex-direction:column;gap:10px;display:flex}.customer-order-list>button{text-align:left;background:#fcfaf9;border:1px solid #eadfdb;border-radius:14px;justify-content:space-between;gap:14px;min-height:84px;padding:15px;display:flex}.customer-order-list>button>div{flex-direction:column;gap:4px;display:flex}.customer-order-list span,.customer-order-list small{color:#786d6e;font-size:11px}.customer-order-list>button>div:last-child{text-align:right}.customer-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:24px;display:grid}.customer-address-grid article{border:1px solid #eadfdb;border-radius:13px;flex-direction:column;gap:4px;padding:15px;display:flex}.customer-address-grid span,.customer-address-grid small{color:#766c6d;font-size:11px}.customer-address-grid button{color:#a62832;background:0 0;border:0;width:fit-content;margin-top:8px;font-size:11px;text-decoration:underline}.customer-address-form{border-top:1px solid #eee5e2;padding-top:22px}.customer-readonly-email{margin:14px 0}.customer-security-card{border:1px solid #eadfdb;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.customer-security-card>div{flex-direction:column;gap:4px;display:flex}.customer-security-card span{color:#766c6d;font-size:11px}.customer-security-card button{background:#fff;border:1px solid #e1d5d2;border-radius:999px;min-height:40px;padding:0 14px;font-weight:700}.customer-account-empty{text-align:center;color:#817576;align-content:center;place-items:center;min-height:260px;display:grid}.customer-account-empty h2{color:#241d1e;margin:10px 0 6px}.customer-account-empty p{margin:0}@media (width<=760px){.customer-account-layout{grid-template-columns:1fr}.customer-account-layout>aside{flex-direction:row;overflow-x:auto}.customer-account-user{border-bottom:0;border-right:1px solid #eee5e2;min-width:220px}.customer-account-layout>aside>button{flex:none}.customer-auth-grid,.customer-address-grid{grid-template-columns:1fr}.customer-security-card{grid-template-columns:auto 1fr}.customer-security-card button{grid-column:1/-1}}@media (width<=520px){.coupon-input-v83{grid-template-columns:1fr}.customer-auth-card{padding:24px 18px}.customer-account-content{padding:20px 16px}}.order-test-safe-v83{color:#705a16;background:#fff9dd;border:1px solid #ead58b;border-radius:12px;margin:14px 0 4px;padding:12px 14px;font-size:12px;font-weight:700;line-height:1.45}.order-gift-earned-v83{color:#72521d;background:#fff6e6;border-radius:12px;margin:14px 0;padding:13px 15px;font-size:13px}.customer-order-item-v83{background:#fcfaf9;border:1px solid #eadfdb;border-radius:14px;overflow:hidden}.customer-order-main-v83{text-align:left;background:0 0;border:0;justify-content:space-between;gap:14px;width:100%;min-height:82px;padding:15px;display:flex}.customer-order-main-v83>div{flex-direction:column;gap:4px;display:flex}.customer-order-main-v83>div:last-child{text-align:right}.customer-order-main-v83 span,.customer-order-main-v83 small{color:#786d6e;font-size:11px}.customer-buy-again-v83{color:#a62832;background:#fff;border:0;border-top:1px solid #eadfdb;justify-content:center;align-items:center;gap:6px;width:100%;min-height:38px;font-size:11px;font-weight:800;display:flex}.footer-contact-link-v834{width:fit-content;color:inherit;align-items:center;gap:9px;text-decoration:none;transition:transform .18s,opacity .18s;display:inline-flex}.footer-contact-link-v834:hover{opacity:.78;transform:translate(3px)}.payment-options-v834{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=700px){.payment-options-v834{grid-template-columns:1fr}}.azalia-route-content-hidden,.azalia-boot-hidden{visibility:hidden!important}.azalia-route-boot,.azalia-boot-overlay{z-index:99999;color:#2d2224;background:#fbf8f6;place-items:center;display:grid;position:fixed;inset:0}.azalia-route-boot{text-align:center;align-content:center;gap:8px}.azalia-route-boot strong{color:#a62832;letter-spacing:.16em;font-size:18px}.azalia-route-boot span,.azalia-boot-card span{color:#7d6f71;font-size:12px}.azalia-boot-card{background:#ffffffeb;border:1px solid #eadfde;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-width:190px;min-height:116px;padding:20px 24px;display:flex;box-shadow:0 18px 50px #381f2312}.azalia-boot-card img{object-fit:contain;width:auto;max-width:175px;max-height:64px;display:block}.azalia-boot-card strong{color:#a62832;letter-spacing:.15em;font-size:19px}:root{--admin-red:#a92832;--admin-red-dark:#7d1e26;--admin-bg:#f5f2f0;--admin-card:#fff;--admin-text:#241d1e;--admin-muted:#766d6e;--admin-line:#e9e1de;--admin-sidebar:#251c1e;--admin-sidebar-soft:#38282b}.admin-route-loading{color:#5d5354;background:#f7f4f2;place-items:center;min-height:100vh;font:600 14px Arial,Helvetica,sans-serif;display:grid}.admin-login-page{color:#241d1e;background:radial-gradient(circle at 15% 15%,#f6dfe1,#0000 32%),#faf7f4;place-items:center;min-height:100vh;padding:30px;font-family:Arial,Helvetica,sans-serif;display:grid}.admin-login-card{background:#fff;border:1px solid #ebe1df;border-radius:24px;width:min(430px,100%);padding:45px;box-shadow:0 25px 70px #50282d14}.admin-login-logo{color:#a62832;letter-spacing:.14em;margin-bottom:25px;font-size:27px;font-weight:900}.admin-login-logo-wrap{align-items:center;min-height:58px;margin-bottom:25px;display:flex}.admin-login-logo-wrap .admin-login-logo{margin-bottom:0}.admin-login-logo-image{object-fit:contain;object-position:left center;width:auto;max-width:220px;height:auto;max-height:72px;display:block}.admin-login-label{color:#a62832;letter-spacing:.13em;font-size:10px;font-weight:800}.admin-login-card h1{margin:8px 0;font-size:31px}.admin-login-card>p{color:#756a6b;margin:0 0 28px;line-height:1.6}.admin-login-card form{flex-direction:column;gap:17px;display:flex}.admin-login-card label{flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.admin-login-card input{background:#faf8f7;border:1px solid #e3d9d7;border-radius:12px;outline:none;height:48px;padding:0 15px}.admin-login-card input:focus{background:#fff;border-color:#a62832}.admin-login-card form button{color:#fff;background:#a62832;border:0;border-radius:999px;height:50px;margin-top:5px;font-weight:800}.admin-login-card form button:disabled{opacity:.6}.admin-error{color:#a62832;background:#fdecee;border-radius:10px;padding:12px;font-size:12px}.back-store-button{color:#73696a;background:0 0;border:0;width:100%;margin-top:18px;font-size:12px}.admin-page{background:var(--admin-bg);min-height:100vh;color:var(--admin-text);grid-template-columns:244px minmax(0,1fr);font-family:Arial,Helvetica,sans-serif;display:grid}.admin-page button,.admin-page input,.admin-page textarea,.admin-page select{font:inherit}.admin-sidebar{background:var(--admin-sidebar);flex-direction:column;height:100vh;padding:28px 17px 20px;display:flex;position:sticky;top:0}.admin-brand{flex-direction:column;gap:3px;margin:0 11px 31px;display:flex}.admin-brand span{color:#f1b7bc;letter-spacing:.14em;font-size:24px;font-weight:900}.admin-brand small{color:#8e7a7d;letter-spacing:.18em;font-size:9px;font-weight:800}.admin-brand-logo{object-fit:contain;object-position:left center;background:0 0;border-radius:10px;width:auto;max-width:180px;height:auto;max-height:58px;padding:0;display:block}.admin-sidebar nav,.admin-sidebar-bottom{flex-direction:column;gap:5px;display:flex}.admin-sidebar nav button,.admin-sidebar-bottom button{color:#cfc3c4;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;min-height:45px;padding:0 13px;font-weight:650;display:flex}.admin-sidebar nav button:hover,.admin-sidebar nav button.active,.admin-sidebar-bottom button:hover{background:var(--admin-sidebar-soft);color:#fff}.admin-sidebar-bottom{border-top:1px solid #3d2e30;margin-top:auto;padding-top:18px}.admin-sidebar-bottom .admin-logout{color:#e4abad}.admin-content{min-width:0;padding:36px 38px 55px}.admin-top{justify-content:space-between;align-items:center;gap:20px;min-height:58px;display:flex}.admin-kicker,.panel-heading>div>span{color:var(--admin-red);letter-spacing:.14em;font-size:10px;font-weight:850}.admin-top h1{letter-spacing:-.035em;margin:6px 0 0;font-size:34px}.view-store,.primary-admin-button,.secondary-admin-button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:8px;font-weight:750;display:inline-flex}.view-store{min-height:42px;color:var(--admin-text);background:#fff;border:1px solid #ded4d1;border-radius:999px;padding:0 17px}.primary-admin-button{background:var(--admin-red);color:#fff;border-radius:999px;min-height:43px;padding:0 18px}.primary-admin-button:hover{background:var(--admin-red-dark)}.primary-admin-button:disabled,.secondary-admin-button:disabled{cursor:not-allowed;opacity:.6}.secondary-admin-button{border:1px solid var(--admin-line);min-height:43px;color:var(--admin-text);background:#fff;border-radius:999px;padding:0 18px}.admin-message{border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin-top:20px;padding:13px 15px;font-size:13px;font-weight:650;display:flex}.admin-message button{width:30px;height:30px;color:inherit;background:0 0;border:0;place-items:center;display:grid}.success-message{color:#246144;background:#eef9f3;border:1px solid #cce7d8}.error-message{color:#9d2934;background:#fff0f2;border:1px solid #efc8cd}.admin-loading{min-height:300px;color:var(--admin-muted);justify-content:center;align-items:center;gap:10px;display:flex}.spin{animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:30px;display:grid}.admin-cards>div{border:1px solid var(--admin-line);background:#fff;border-radius:18px;align-items:center;gap:15px;min-width:0;padding:22px;display:flex}.metric-icon{width:42px;height:42px;color:var(--admin-red);background:#f8e8ea;border-radius:13px;flex:none;place-items:center;display:grid}.admin-cards>div>div{min-width:0}.admin-cards>div>div>span{color:var(--admin-muted);white-space:nowrap;text-overflow:ellipsis;margin-bottom:7px;font-size:11px;display:block;overflow:hidden}.admin-cards strong{white-space:nowrap;text-overflow:ellipsis;font-size:23px;display:block;overflow:hidden}.admin-panel{border:1px solid var(--admin-line);background:var(--admin-card);border-radius:19px;margin-top:22px;padding:27px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.panel-heading h2{letter-spacing:-.025em;margin:6px 0 0;font-size:23px}.panel-heading p{color:var(--admin-muted);margin:7px 0 0;font-size:12px;line-height:1.5}.getting-started{background:#faf7f5;border-radius:16px;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;margin-top:28px;padding:22px;display:grid}.getting-started>div{min-width:0}.getting-started>div>span{width:28px;height:28px;color:var(--admin-red);background:#f3dfe1;border-radius:9px;place-items:center;margin-bottom:10px;font-size:10px;font-weight:900;display:grid}.getting-started strong{font-size:13px;display:block}.getting-started p{color:var(--admin-muted);margin:5px 0 0;font-size:11px;line-height:1.5}.getting-started>svg{color:#c7bdbb}.low-stock-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.low-stock-list button{border:1px solid var(--admin-line);min-height:48px;color:var(--admin-text);background:#faf8f7;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;display:flex}.low-stock-list button span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.low-stock-list button strong{color:var(--admin-red);flex:none;font-size:12px}.products-panel{padding:0;overflow:hidden}.product-heading{padding:27px 27px 22px}.product-toolbar{border-top:1px solid var(--admin-line);border-bottom:1px solid var(--admin-line);background:#fcfaf9;justify-content:space-between;align-items:center;gap:15px;min-height:68px;padding:12px 27px;display:flex}.admin-search{border:1px solid var(--admin-line);width:min(460px,100%);min-height:42px;color:var(--admin-muted);background:#fff;border-radius:11px;align-items:center;gap:9px;padding:0 13px;display:flex}.admin-search:focus-within{border-color:var(--admin-red)}.admin-search input{width:100%;color:var(--admin-text);background:0 0;border:0;outline:0}.product-toolbar>span{color:var(--admin-muted);font-size:11px}.product-table-wrap{overflow-x:auto}.product-table{border-collapse:collapse;width:100%}.product-table th,.product-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eee8e6;padding:13px 15px}.product-table th{color:#8a7e7f;letter-spacing:.055em;text-transform:uppercase;background:#fbf9f8;font-size:10px;font-weight:800}.product-table tbody tr:hover{background:#fdfbfa}.admin-product-cell{align-items:center;gap:11px;min-width:220px;display:flex}.admin-product-thumb{width:46px;height:54px;color:var(--admin-red);background:#f1e6e5;border-radius:10px;flex:none;place-items:center;font-size:10px;font-weight:900;display:grid;overflow:hidden}.admin-product-thumb img{object-fit:cover;width:100%;height:100%}.admin-product-cell>div:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-product-cell strong{text-overflow:ellipsis;max-width:240px;font-size:12px;overflow:hidden}.admin-product-cell small{width:fit-content;color:var(--admin-red);text-transform:uppercase;background:#f7e5e7;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:850}.sku-text{color:#6f6566;font-family:Consolas,monospace;font-size:11px}.stock-badge,.status-badge{border-radius:999px;width:fit-content;padding:5px 8px;font-size:9px;font-weight:800}.stock-badge{color:#2c6a4b;background:#edf7f1}.stock-badge.low{color:#9b5827;background:#fff0e4}.status-badge.active{color:#2c6a4b;background:#edf7f1}.status-badge.inactive{color:#776d6e;background:#f0edec}.table-actions{justify-content:flex-end;gap:4px;display:flex}.table-actions button{color:#746a6b;background:0 0;border:0;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.table-actions button:hover{background:#f1ecea}.table-actions .danger-icon:hover{color:#a92832;background:#fdebed}.admin-empty-state{min-height:300px;color:var(--admin-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:35px;display:flex}.admin-empty-state.compact{border:1px dashed var(--admin-line);border-radius:13px;min-height:120px;margin-top:18px;padding:20px}.admin-empty-state svg{color:#b39fa1;margin-bottom:13px}.admin-empty-state h3{color:var(--admin-text);margin:0 0 7px}.admin-empty-state p{max-width:460px;margin:0 0 20px;font-size:12px;line-height:1.6}.admin-modal-overlay{z-index:220;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1b13148c;position:fixed;inset:0}.admin-modal{z-index:230;background:#fff;flex-direction:column;width:min(720px,100%);height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-18px 0 60px #00000026}.modal-header{border-bottom:1px solid var(--admin-line);flex:none;justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:20px 25px;display:flex}.modal-header span{color:var(--admin-red);letter-spacing:.14em;font-size:9px;font-weight:850}.modal-header h2{margin:5px 0 0;font-size:22px}.modal-header>button{width:40px;height:40px;color:var(--admin-text);background:#f5f1ef;border:0;border-radius:50%;place-items:center;display:grid}.admin-modal form{flex-direction:column;flex:1;min-height:0;display:flex}.modal-scroll{flex:1;min-height:0;padding:24px 25px;overflow-y:auto}.form-section+.form-section{border-top:1px solid var(--admin-line);margin-top:29px;padding-top:26px}.form-section-title{margin-bottom:17px}.form-section-title strong,.form-section-title span{display:block}.form-section-title strong{font-size:14px}.form-section-title span{color:var(--admin-muted);margin-top:4px;font-size:11px}.form-grid{gap:14px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-section label{flex-direction:column;gap:7px;min-width:0;display:flex}.form-section label>span{color:#514748;font-size:11px;font-weight:750}.form-section input,.form-section select,.form-section textarea{border:1px solid var(--admin-line);width:100%;color:var(--admin-text);background:#fbf9f8;border-radius:11px;outline:0}.form-section input,.form-section select{height:44px;padding:0 12px}.form-section textarea{resize:vertical;padding:12px;line-height:1.5}.form-section>label{margin-top:14px}.form-section input:focus,.form-section select:focus,.form-section textarea:focus{border-color:var(--admin-red);background:#fff}.money-input{border:1px solid var(--admin-line);background:#fbf9f8;border-radius:11px;align-items:center;height:44px;display:flex}.money-input:focus-within{border-color:var(--admin-red);background:#fff}.money-input>span{color:#897d7e;padding-left:12px;font-size:11px;font-weight:800}.money-input input{background:0 0;border:0;height:42px}.image-upload-row{align-items:center;gap:18px;display:flex}.image-preview{border:1px solid var(--admin-line);background:#f7f1ef;border-radius:14px;place-items:center;width:108px;height:126px;display:grid;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.image-preview>div{color:#a18f91;flex-direction:column;align-items:center;gap:7px;font-size:10px;display:flex}.upload-button{border:1px solid var(--admin-line);width:fit-content;min-height:42px;color:var(--admin-text);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:11px;font-weight:750;flex-direction:row!important;gap:8px!important}.upload-button input{display:none}.toggle-list{border:1px solid var(--admin-line);border-radius:14px;overflow:hidden}.toggle-list>label{border-bottom:1px solid var(--admin-line);background:#fcfaf9;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;min-height:64px;padding:12px 14px}.toggle-list>label:last-child{border-bottom:0}.toggle-list>label>div{flex-direction:column;gap:4px;display:flex}.toggle-list strong{font-size:11px}.toggle-list>label>div>span{color:var(--admin-muted);font-size:10px;font-weight:400}.toggle-list input[type=checkbox]{width:19px;height:19px;accent-color:var(--admin-red)}.modal-footer{border-top:1px solid var(--admin-line);background:#fcfaf9;flex:none;justify-content:flex-end;align-items:center;gap:10px;min-height:74px;padding:14px 25px;display:flex}@media (width<=1100px){.admin-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.getting-started{grid-template-columns:1fr}.getting-started>svg{display:none}.low-stock-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.admin-page{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:15px;position:static}.admin-brand{margin:0 5px 13px}.admin-sidebar nav{flex-direction:row;padding-bottom:3px;overflow-x:auto}.admin-sidebar nav button{flex:none}.admin-sidebar-bottom{display:none}.admin-content{padding:22px 15px 40px}.admin-top h1{font-size:28px}.view-store{padding:0 13px}.form-grid.three{grid-template-columns:1fr}}@media (width<=560px){.admin-login-page{padding:10px}.admin-login-card{padding:32px 22px}.admin-cards{grid-template-columns:1fr}.admin-panel{padding:20px}.products-panel{padding:0}.product-heading{flex-direction:column;padding:20px}.product-toolbar{flex-direction:column;align-items:stretch;padding:12px 20px}.product-toolbar>span{display:none}.low-stock-list,.form-grid.two{grid-template-columns:1fr}.image-upload-row{flex-direction:column;align-items:flex-start}.modal-scroll,.modal-header,.modal-footer{padding-left:18px;padding-right:18px}}.category-admin-list{border:1px solid var(--admin-line);border-radius:15px;flex-direction:column;margin-top:24px;display:flex;overflow:hidden}.category-admin-row{border-bottom:1px solid var(--admin-line);background:#fff;grid-template-columns:42px 1fr auto auto;align-items:center;gap:12px;min-height:66px;padding:10px 14px;display:grid}.category-admin-row:last-child{border-bottom:0}.category-order{width:30px;height:30px;color:var(--admin-red);background:#f5eceb;border-radius:9px;place-items:center;font-size:11px;font-weight:900;display:grid}.category-admin-row>div:nth-child(2){flex-direction:column;gap:4px;display:flex}.category-admin-row small{color:var(--admin-muted);font-size:10px}.settings-form label{flex-direction:column;gap:7px;display:flex}.settings-form label>span,.small-admin-modal label>span{color:#514748;font-size:11px;font-weight:750}.settings-form input,.settings-form textarea,.small-admin-modal input{border:1px solid var(--admin-line);width:100%;color:var(--admin-text);background:#fbf9f8;border-radius:11px;outline:none}.settings-form input,.small-admin-modal input{height:44px;padding:0 12px}.settings-form textarea{resize:vertical;padding:12px}.settings-form input:focus,.settings-form textarea:focus,.small-admin-modal input:focus{border-color:var(--admin-red);background:#fff}.settings-section{border-top:1px solid var(--admin-line);margin-top:28px;padding-top:26px}.settings-section h3{margin:0 0 16px;font-size:15px}.settings-section>label:not(.settings-toggle){margin-top:14px}.settings-toggle{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:13px;justify-content:space-between;align-items:center;min-height:64px;margin-bottom:14px;padding:12px 14px;flex-direction:row!important}.settings-toggle>div{flex-direction:column;gap:4px;display:flex}.settings-toggle strong{font-size:11px}.settings-toggle>div>span{color:var(--admin-muted);font-size:10px;font-weight:400}.settings-toggle input[type=checkbox]{accent-color:var(--admin-red);width:19px!important;height:19px!important}.small-admin-modal{z-index:110;background:#fff;border-radius:20px;width:min(520px,100% - 24px);max-height:calc(100dvh - 30px);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 28px 80px #0000002e}.small-modal-body{flex-direction:column;gap:15px;padding:22px 24px;display:flex}@media (width<=560px){.category-admin-row{grid-template-columns:36px 1fr auto}.category-admin-row>.status-badge{display:none}}.routine-table-step{color:#6d5b5e;background:#f4edef;border-radius:999px;align-items:center;min-height:25px;padding:0 8px;font-size:9px;font-weight:750;display:inline-flex}.routine-admin-flow{flex-direction:column;gap:10px;margin-top:25px;display:flex}.routine-admin-step{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:15px;display:grid}.routine-admin-number{width:42px;height:42px;color:var(--admin-red);background:#f3e4e6;border-radius:12px;place-items:center;font-size:10px;font-weight:900;display:grid}.routine-admin-step-copy{min-width:0}.routine-admin-step-copy>div{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.routine-admin-step-copy>div>strong{font-size:13px}.routine-admin-step-copy p{max-width:720px;color:var(--admin-muted);margin:5px 0 4px;font-size:10px;line-height:1.5}.routine-admin-step-copy small{color:#978b8c;font-size:9px}.routine-required-mini{color:#955122;background:#fff0e7;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800}.routine-admin-tip{color:var(--admin-muted);background:#faf7f5;border:1px dashed #d9cdca;border-radius:12px;align-items:flex-start;gap:10px;margin-top:18px;padding:14px;display:flex}.routine-admin-tip svg{color:var(--admin-red);flex:none}.routine-admin-tip>div{flex-direction:column;gap:4px;display:flex}.routine-admin-tip strong{color:var(--admin-text);font-size:11px}.routine-admin-tip span{font-size:9px;line-height:1.5}.routine-product-link{background:#fdf8f9;border:1px solid #eddcdf;border-radius:14px;padding:16px}.routine-product-link .form-section-title{margin-bottom:13px}.settings-section h3{align-items:center;gap:7px;display:flex}.settings-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.color-setting{border:1px solid var(--admin-line);background:#fbf9f8;border-radius:11px;grid-template-columns:42px minmax(0,1fr);align-items:center;min-height:44px;display:grid;overflow:hidden}.color-setting input[type=color]{border:0;border-right:1px solid var(--admin-line);cursor:pointer;background:0 0;border-radius:0;width:42px;height:42px;padding:4px}.color-setting input[type=text],.color-setting input:not([type]){background:0 0;border:0;border-radius:0;height:42px}.asset-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.asset-setting-card{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:15px;display:grid}.asset-preview{background:#fff;border:1px dashed #d9cdca;border-radius:11px;place-items:center;min-width:0;height:88px;display:grid;overflow:hidden}.asset-preview img{object-fit:contain;max-width:90%;max-height:70px}.asset-preview strong{color:var(--admin-red);letter-spacing:.12em;font-size:16px}.favicon-preview{width:88px}.favicon-preview img{object-fit:contain;width:54px;height:54px}.favicon-preview span{width:48px;height:48px;color:var(--admin-red);background:#f3e2e4;border-radius:12px;place-items:center;font-weight:900;display:grid}.asset-setting-card>div:last-child{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}.asset-setting-card>div:last-child>strong{font-size:11px}.asset-setting-card>div:last-child>span,.asset-setting-card>div:last-child>small{color:var(--admin-muted);font-size:9px;line-height:1.4}.asset-setting-card .upload-button{margin-top:6px}.benefit-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.benefit-settings-grid>div{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:12px;flex-direction:column;gap:8px;min-width:0;padding:12px;display:flex}.benefit-settings-grid>div>strong{color:var(--admin-red);text-transform:uppercase;letter-spacing:.07em;font-size:9px}.benefit-settings-grid input{border:1px solid var(--admin-line);height:40px;color:var(--admin-text);background:#fff;border-radius:9px;outline:0;padding:0 10px}.settings-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.small-modal-body textarea{border:1px solid var(--admin-line);resize:vertical;width:100%;color:var(--admin-text);background:#fbf9f8;border-radius:11px;outline:0;padding:11px 12px}.small-modal-body textarea:focus{border-color:var(--admin-red);background:#fff}@media (width<=980px){.asset-settings-grid,.benefit-settings-grid{grid-template-columns:1fr}.asset-setting-card{grid-template-columns:100px minmax(0,1fr)}}@media (width<=650px){.routine-admin-step{grid-template-columns:40px minmax(0,1fr)}.routine-admin-step>.table-actions{grid-column:2;justify-content:flex-start}.settings-color-grid,.settings-toggle-grid,.asset-setting-card{grid-template-columns:1fr}.asset-preview{width:100%}}.banner-asset-card{grid-column:1/-1}.banner-preview{width:100%}.banner-preview img{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none}.admin-modal-wide{width:min(940px,100%)}.admin-modal-small{width:min(520px,100%)}.admin-card-list{flex-direction:column;gap:10px;margin-top:24px;display:flex}.admin-list-card{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;grid-template-columns:42px minmax(0,1fr) auto auto auto;align-items:center;gap:14px;min-height:70px;padding:12px 14px;display:grid}.admin-order-pill{width:34px;height:34px;color:var(--admin-red);background:#f3dfe1;border-radius:10px;place-items:center;font-size:11px;font-weight:900;display:grid}.admin-list-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.admin-list-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.admin-list-copy span,.admin-list-meta{color:var(--admin-muted);font-size:10px}.banner-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.banner-admin-card{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:16px;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:13px;min-width:0;padding:12px;display:grid}.banner-admin-image{color:#a99395;background:#f0e6e4;border-radius:11px;place-items:center;width:130px;height:82px;display:grid;overflow:hidden}.banner-admin-image img{object-fit:cover;width:100%;height:100%}.banner-admin-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.banner-admin-copy>span{color:var(--admin-red);font-size:9px;font-weight:800}.banner-admin-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.banner-admin-copy small{color:var(--admin-muted);font-size:9px}.product-image-admin-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:15px;display:grid}.product-image-admin-item{border:1px solid var(--admin-line);background:#faf7f5;border-radius:12px;min-width:0;position:relative;overflow:hidden}.product-image-admin-item>img{aspect-ratio:1/1.05;object-fit:cover;width:100%;display:block}.product-image-admin-item>span{background:var(--admin-red);color:#fff;text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:850;position:absolute;top:7px;left:7px}.product-image-admin-item>div{flex-wrap:wrap;gap:5px;padding:7px;display:flex}.product-image-admin-item button{border:1px solid var(--admin-line);min-height:29px;color:var(--admin-text);background:#fff;border-radius:8px;padding:0 8px;font-size:9px;font-weight:750}.product-image-admin-item .danger-text-button{color:#a92832}.upload-multiple{margin-top:5px}.variant-title-row{justify-content:space-between;align-items:center;gap:15px;display:flex}.variant-title-row>div{min-width:0}.secondary-admin-button.compact{flex:none;min-height:36px;padding:0 12px;font-size:10px}.variant-label-field{max-width:320px;margin-bottom:12px}.variant-admin-list{flex-direction:column;gap:8px;display:flex}.variant-admin-row{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:12px;grid-template-columns:92px 1.2fr .9fr .8fr .7fr 62px 36px;align-items:end;gap:8px;padding:10px;display:grid}.variant-admin-row label{margin:0!important}.variant-photo-control{flex-direction:column;gap:6px;min-width:0;display:flex}.variant-photo-preview{border:1px solid var(--admin-line);color:#9d898b;background:#f5efed;border-radius:10px;place-items:center;width:74px;height:58px;display:grid;overflow:hidden}.variant-photo-preview img{object-fit:cover;width:100%;height:100%}.variant-photo-button{border:1px solid var(--admin-line);width:74px;min-height:28px;color:var(--admin-text);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 7px;font-size:9px;font-weight:750;flex-direction:row!important;gap:5px!important}.variant-photo-button input{display:none}.variant-active{align-items:center}.variant-active input{accent-color:var(--admin-red);width:20px!important;height:20px!important}.variant-remove{color:#a92832;background:#fdebed;border:0;border-radius:9px;place-items:center;width:36px;height:44px;display:grid}.inline-empty{border:1px dashed var(--admin-line);min-height:70px;color:var(--admin-muted);border-radius:12px;place-items:center;padding:18px;font-size:11px;display:grid}.banner-image-editor{align-items:center;gap:16px;margin-top:16px;display:flex}.banner-image-editor>img,.banner-image-editor>div{border:1px solid var(--admin-line);object-fit:cover;border-radius:13px;width:220px;height:135px}.banner-image-editor>div{color:#a59395;background:#f8f4f2;place-items:center;font-size:10px;display:grid}.simple-check{width:fit-content;color:var(--admin-text);align-items:center;font-size:11px;font-weight:700;flex-direction:row!important;gap:8px!important;margin-top:15px!important}.simple-check input{accent-color:var(--admin-red);width:18px!important;height:18px!important}.page-checks{flex-wrap:wrap;gap:22px;display:flex}.legal-content-editor{min-height:330px;font-family:Arial,Helvetica,sans-serif;line-height:1.55}.admin-settings-stack{flex-direction:column;gap:0;display:flex}.settings-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:20px;display:grid}.settings-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-grid label,.settings-full-label,.settings-upload{flex-direction:column;gap:7px;display:flex}.settings-grid label>span,.settings-full-label>span,.settings-upload>span{color:#514748;font-size:10px;font-weight:750}.settings-grid input,.settings-grid select,.settings-full-label input,.settings-full-label textarea{border:1px solid var(--admin-line);width:100%;min-height:42px;color:var(--admin-text);background:#fbf9f8;border-radius:10px;outline:0;padding:0 11px}.settings-full-label{margin-top:14px}.settings-full-label textarea{resize:vertical;min-height:84px;padding:11px}.settings-grid input[type=color]{cursor:pointer;padding:4px}.settings-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.settings-upload{border:1px solid var(--admin-line);background:#fbf9f8;border-radius:13px;min-height:130px;padding:13px}.settings-upload img{object-fit:contain;width:auto;max-width:180px;max-height:70px}.settings-save-bar{z-index:20;border:1px solid var(--admin-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-radius:16px;justify-content:flex-end;margin-top:18px;padding:12px;display:flex;position:sticky;bottom:15px}@media (width<=1180px){.banner-admin-grid{grid-template-columns:1fr}.variant-admin-row{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-remove{width:100%}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-list-card{grid-template-columns:42px minmax(0,1fr) auto}.admin-list-meta,.admin-list-card>.status-badge{display:none}.banner-admin-card{grid-template-columns:95px minmax(0,1fr) auto}.banner-admin-image{width:95px;height:68px}.product-image-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid,.settings-grid.two,.settings-grid.three,.settings-upload-grid{grid-template-columns:1fr}.banner-image-editor{flex-direction:column;align-items:flex-start}}@media (width<=520px){.variant-title-row{flex-direction:column;align-items:stretch}.variant-admin-row{grid-template-columns:1fr}.product-image-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-admin-card{grid-template-columns:1fr}.banner-admin-image{width:100%;height:150px}}@media (width<=820px){.admin-brand-logo{max-width:150px;max-height:48px}}.shipping-settings-panel{flex-direction:column;gap:22px;display:flex}.shipping-admin-section{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:16px;padding:22px}.shipping-admin-title{color:var(--admin-red);align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.shipping-admin-title>div{flex-direction:column;gap:4px;display:flex}.shipping-admin-title strong{color:var(--admin-text);font-size:14px}.shipping-admin-title span{color:var(--admin-muted);font-size:10px}.admin-switch-row{border:1px solid var(--admin-line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;min-height:62px;margin-bottom:17px;padding:12px 14px;display:flex;flex-direction:row!important}.admin-switch-row>div{flex-direction:column;gap:4px;display:flex}.admin-switch-row strong{font-size:11px}.admin-switch-row span{color:var(--admin-muted);font-size:10px}.admin-switch-row input{accent-color:var(--admin-red);width:19px!important;height:19px!important}.admin-form-grid+.admin-form-grid{margin-top:13px}.shipping-admin-section label{color:#514748;flex-direction:column;gap:7px;min-width:0;font-size:11px;font-weight:750;display:flex}.shipping-admin-section label>small{color:var(--admin-muted);font-size:9px;font-weight:400;line-height:1.4}.shipping-admin-section input,.shipping-admin-section textarea{border:1px solid var(--admin-line);width:100%;color:var(--admin-text);background:#fff;border-radius:11px;outline:0}.shipping-admin-section input{height:44px;padding:0 12px}.shipping-admin-section textarea{resize:vertical;padding:12px}.shipping-admin-section>label{margin-top:13px}.shipping-admin-section input:focus,.shipping-admin-section textarea:focus{border-color:var(--admin-red)}.shipping-secret-note{color:#2f6248;background:#f1f8f4;border:1px solid #cfe4d7;border-radius:12px;align-items:center;gap:9px;padding:13px 15px;font-size:10px;display:flex}.inline-save-bar{background:0 0;border:0;margin-top:0;padding:0;position:static}.orders-heading{align-items:center}.orders-toolbar{border:1px solid var(--admin-line);background:#fbf9f8;border-radius:13px;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding:12px;display:flex}.orders-toolbar .admin-search{flex:1}.orders-toolbar>select{border:1px solid var(--admin-line);min-height:42px;color:var(--admin-text);background:#fff;border-radius:10px;padding:0 11px}.orders-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.order-admin-card{border:1px solid var(--admin-line);background:#fff;border-radius:15px;padding:18px}.order-admin-card>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.order-admin-card>header>div{min-width:0}.order-admin-card>header span{color:var(--admin-red);letter-spacing:.08em;font-size:9px;font-weight:850}.order-admin-card h3{margin:4px 0 3px;font-size:16px}.order-admin-card header small{color:var(--admin-muted);font-size:9px}.order-admin-card>header>strong{flex:none;font-size:18px}.order-admin-meta{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.order-admin-meta span{color:#6e6364;background:#f4f0ee;border-radius:999px;padding:5px 8px;font-size:9px}.order-admin-items{border-top:1px solid #eee8e6;border-bottom:1px solid #eee8e6;margin-top:13px}.order-admin-items>div{justify-content:space-between;align-items:center;gap:12px;min-height:43px;padding:8px 0;font-size:10px;display:flex}.order-admin-items>div+div{border-top:1px solid #f1ecea}.order-admin-items>div>span:first-child{flex-direction:column;gap:3px;display:flex}.order-admin-items small{color:var(--admin-muted)}.order-admin-shipping{background:#faf7f5;border-radius:11px;align-items:center;gap:9px;margin-top:12px;padding:10px 12px;display:flex}.order-admin-shipping>span{flex-direction:column;gap:3px;display:flex}.order-admin-shipping strong{font-size:10px}.order-admin-shipping small{color:var(--admin-muted);font-size:9px}.order-admin-controls{grid-template-columns:150px 150px minmax(180px,1fr) auto;align-items:end;gap:9px;margin-top:13px;display:grid}.order-admin-controls label{color:#6c6263;flex-direction:column;gap:5px;font-size:9px;font-weight:750;display:flex}.order-admin-controls select,.order-admin-controls input{border:1px solid var(--admin-line);width:100%;min-width:0;height:39px;color:var(--admin-text);background:#fff;border-radius:9px;outline:0;padding:0 9px;font-size:10px}.order-cancel-button{color:#a02b35;background:#fff4f5;border:1px solid #efc8cd;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:39px;padding:0 12px;font-size:10px;font-weight:800;display:flex}.order-admin-card>footer{color:var(--admin-muted);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:9px;display:flex}.order-status-pill{color:#665c5d;background:#f0edec;border-radius:999px;padding:5px 8px;font-weight:850}.order-status-pill.pending{color:#8c5a16;background:#fff2df}.order-status-pill.paid,.order-status-pill.processing{color:#3c568a;background:#eef3ff}.order-status-pill.shipped,.order-status-pill.delivered{color:#2d674a;background:#edf7f1}.order-status-pill.cancelled{color:#a02b35;background:#fdebed}.customers-table-wrap{margin-top:15px;overflow-x:auto}.customers-table{border-collapse:collapse;width:100%}.customers-table th,.customers-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #eee8e6;padding:12px 11px}.customers-table th{color:#8a7e7f;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.customers-table td{font-size:10px}.customers-table td:nth-child(2){flex-direction:column;gap:3px;display:flex}.customers-table td small{color:var(--admin-muted)}@media (width<=1050px){.admin-form-grid.four,.admin-form-grid.three,.order-admin-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.admin-form-grid.two,.admin-form-grid.three,.admin-form-grid.four,.order-admin-controls{grid-template-columns:1fr}.orders-toolbar,.order-admin-card>footer{flex-direction:column;align-items:stretch}.order-admin-card>header{flex-direction:column}}.admin-field-help{color:var(--admin-muted,#766d6e);margin-top:5px;font-size:10px;font-weight:400;line-height:1.45;display:block}.shipping-custom-dimensions{margin-top:14px}.shipping-size-note{color:#746a6b;background:#fbf8f7;border:1px solid #eadfdd;border-radius:12px;align-items:flex-start;gap:7px;margin-top:14px;padding:12px 14px;font-size:11px;line-height:1.5;display:flex}.shipping-size-note strong{color:#342a2b;flex:none}.shipping-settings-stack{flex-direction:column;gap:22px;display:flex}.shipping-flow-explainer{border:1px solid var(--admin-line,#e9e1de);background:#faf7f5;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px;padding:16px;display:grid}.shipping-flow-explainer>div{grid-template-rows:auto auto;grid-template-columns:28px 1fr;align-items:center;column-gap:9px;min-width:0;display:grid}.shipping-flow-explainer>div>span{width:28px;height:28px;color:var(--admin-red,#a92832);background:#f3dfe1;border-radius:9px;grid-row:1/span 2;place-items:center;font-size:10px;font-weight:900;display:grid}.shipping-flow-explainer strong{min-width:0;font-size:11px}.shipping-flow-explainer small{min-width:0;color:var(--admin-muted,#766d6e);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9px;overflow:hidden}.fallback-shipping-section{background:#fcfaf9}.packaging-admin-panel{margin-top:0}.packaging-help{color:#6c6061;background:#fbf6f5;border:1px solid #e8ddda;border-radius:14px;align-items:flex-start;gap:11px;margin-top:22px;padding:15px;display:flex}.packaging-help>svg{color:var(--admin-red,#a92832);flex:none}.packaging-help strong,.packaging-help span{display:block}.packaging-help strong{color:#352a2b;font-size:12px}.packaging-help span{margin-top:3px;font-size:10px;line-height:1.5}.shipping-package-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.shipping-package-card{border:1px solid var(--admin-line,#e9e1de);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:14px;display:flex}.shipping-package-card.inactive{opacity:.58;background:#f7f5f4}.shipping-package-card>div:first-child{min-width:0}.shipping-package-card strong,.shipping-package-card span,.shipping-package-card small{display:block}.shipping-package-card strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.shipping-package-card span{color:#665b5c;margin-top:4px;font-size:11px}.shipping-package-card small{color:#928687;margin-top:3px;font-size:9px;line-height:1.4}.shipping-package-actions{flex:none;align-items:center;gap:6px;display:flex}.shipping-package-actions .secondary-admin-button{min-height:35px;padding:0 12px;font-size:10px}.package-delete-button{color:#a92832;background:#fcebed;border:0;border-radius:9px;place-items:center;width:35px;height:35px;display:grid}.packaging-empty{margin-top:18px}.shipping-package-form{border-top:1px solid var(--admin-line,#e9e1de);margin-top:22px;padding-top:22px}.shipping-package-form-title{align-items:center;gap:10px;margin-bottom:16px;display:flex}.shipping-package-form-title>svg{color:var(--admin-red,#a92832)}.shipping-package-form-title strong,.shipping-package-form-title span{display:block}.shipping-package-form-title strong{font-size:13px}.shipping-package-form-title span{color:var(--admin-muted,#766d6e);margin-top:3px;font-size:10px}.shipping-package-form>.admin-form-grid+.admin-form-grid{margin-top:12px}.package-active-field{justify-content:flex-end}.package-active-field input{accent-color:var(--admin-red,#a92832);width:20px!important;height:20px!important}.shipping-package-form-actions{justify-content:flex-end;gap:9px;margin-top:16px;display:flex}.order-package-summary{background:#fbf8f7;border:1px solid #e9dfdc;border-radius:12px;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 12px;display:flex}.order-package-summary>svg{color:#a92832;flex:none;margin-top:1px}.order-package-summary strong,.order-package-summary span,.order-package-summary small{display:block}.order-package-summary strong{font-size:11px}.order-package-summary span{color:#625758;margin-top:3px;font-size:10px}.order-package-summary small{color:#8a7d7e;margin-top:3px;font-size:9px}.superfrete-order-box{background:#fcfaf9;border:1px solid #e6dcda;border-radius:13px;margin-top:14px;padding:13px}.superfrete-order-heading{align-items:center;gap:9px;display:flex}.superfrete-order-heading>svg{color:#19a974}.superfrete-order-heading strong,.superfrete-order-heading span{display:block}.superfrete-order-heading strong{font-size:11px}.superfrete-order-heading span{color:#857879;margin-top:2px;font-size:9px}.superfrete-waiting{color:#746a6b;background:#f3efed;border-radius:9px;margin-top:10px;padding:9px 10px;font-size:9px}.superfrete-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:11px;display:flex}.superfrete-actions>span{color:#887b7d;font-size:9px;line-height:1.4}.superfrete-label-ready{justify-content:space-between;align-items:center;gap:14px;margin-top:11px;display:flex}.superfrete-label-ready>div{min-width:0}.superfrete-label-ready strong,.superfrete-label-ready span{display:block}.superfrete-label-ready strong{color:#24734d;font-size:11px}.superfrete-label-ready span{color:#786d6e;margin-top:3px;font-size:9px}.superfrete-label-ready a{white-space:nowrap;text-decoration:none}@media (width<=1050px){.shipping-flow-explainer{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-package-list{grid-template-columns:1fr}}@media (width<=620px){.shipping-flow-explainer{grid-template-columns:1fr}.shipping-package-card,.superfrete-label-ready{flex-direction:column;align-items:stretch}.shipping-package-actions{justify-content:flex-end}.shipping-package-form-actions{flex-direction:column-reverse}.shipping-package-form-actions button,.superfrete-label-ready a{width:100%}}.shipping-product-meta{color:#9a8d8f!important;font-size:8px!important}.admin-version{color:#f3c8cc;letter-spacing:.06em;margin-left:7px;font-size:9px;font-weight:900}.admin-kicker-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.admin-version-chip{color:var(--admin-red);letter-spacing:.04em;background:#f6e5e7;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:900}.shipping-safety-box{background:#fcf9f8;border:1px solid #eadfdd;border-radius:14px;margin-top:18px;padding:18px}.label-mode-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.label-mode-options>label{cursor:pointer;background:#fff;border:1px solid #e9dfdd;border-radius:14px;align-items:flex-start;gap:10px;min-height:112px;padding:15px;display:flex}.label-mode-options input{accent-color:#a92832;margin-top:3px}.label-mode-options label:has(input:checked){background:#fff7f7;border-color:#c94d57}.label-mode-options strong,.label-mode-options span{display:block}.label-mode-options strong{margin-bottom:5px;font-size:12px}.label-mode-options span{color:#756b6c;font-size:10px;line-height:1.45}.shipping-warning-box{color:#805322;background:#fff8ed;border:1px solid #efd3a9;border-radius:12px;margin-top:12px;padding:12px 14px;font-size:11px;line-height:1.5}.panel-heading-with-action-v835{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.panel-heading-with-action-v835>button{flex:none}.packaging-modal-note-v835{color:var(--admin-muted);background:#fff9f9;border:1px dashed #e8d6d7;border-radius:16px;margin-top:18px;padding:14px 16px;font-size:12px;line-height:1.55}.package-edit-modal-v835{flex-direction:column;width:min(880px,100% - 28px);height:min(860px,100dvh - 28px);display:flex;overflow:hidden}.package-edit-modal-v835>header{border-bottom:1px solid var(--admin-line);justify-content:space-between;align-items:flex-start;gap:18px;min-height:96px;padding:22px 24px;display:flex}.package-edit-modal-v835>header>button{width:42px;height:42px;color:var(--admin-text);background:#f6f1ef;border:0;border-radius:50%;place-items:center;display:grid}.package-edit-title-v835{align-items:flex-start;gap:14px;display:flex}.package-edit-title-v835>div span{color:var(--admin-red);letter-spacing:.14em;font-size:10px;font-weight:900}.package-edit-title-v835>div h2{margin:5px 0 0;font-size:25px}.package-edit-title-v835>div p{color:var(--admin-muted);margin:6px 0 0;font-size:12px}.package-edit-form-v835{flex-direction:column;flex:1;min-height:0;display:flex}.package-edit-scroll-v835{flex:1;min-height:0;padding:24px;overflow-y:auto}.package-preview-card-v835{border:1px solid var(--admin-line);background:linear-gradient(#fffefe 0%,#fbf7f7 100%);border-radius:18px;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:flex}.package-preview-card-v835 strong,.package-preview-card-v835 span,.package-preview-card-v835 small{display:block}.package-preview-card-v835 strong{font-size:15px}.package-preview-card-v835 span{color:#615758;margin-top:4px;font-size:12px}.package-preview-card-v835 small{color:var(--admin-muted);margin-top:5px;font-size:11px;line-height:1.5}.package-toggle-group-v835{gap:10px;display:grid}.package-toggle-card-v835{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;justify-content:space-between;align-items:center;min-height:62px;padding:10px 14px}.package-toggle-card-v835 span{font-weight:800}.package-toggle-card-v835 small{color:var(--admin-muted);margin-top:4px;font-size:11px;line-height:1.45}.package-edit-form-v835>footer{border-top:1px solid var(--admin-line);background:#fcfaf9;flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;min-height:78px;padding:14px 24px;display:flex}.manual-cep-field-v835 small,.manual-cep-message-v835{margin-top:6px;font-size:11px;line-height:1.5;display:block}.manual-cep-field-v835 small{color:var(--admin-muted)}.manual-cep-message-v835{color:#7c5c60;background:#fff8f8;border:1px solid #eddadc;border-radius:12px;padding:10px 12px}@media (width<=900px){.label-mode-options{grid-template-columns:1fr}}.order-mp-summary{background:#fbf9f8;border:1px solid #e8dfdc;border-radius:11px;gap:4px;margin:11px 0 0;padding:10px 12px;display:grid}.order-mp-summary>span{color:#a92832;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.order-mp-summary>strong{font-size:11px}.order-mp-summary>small{overflow-wrap:anywhere;color:#7a6f70;font-size:9px}.checkout-integration-status{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.checkout-integration-status>div{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:13px;flex-direction:column;gap:6px;min-width:0;padding:15px;display:flex}.checkout-integration-status span{color:var(--admin-muted);text-transform:uppercase;letter-spacing:.055em;font-size:10px;font-weight:700}.checkout-integration-status strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}@media (width<=760px){.checkout-integration-status{grid-template-columns:1fr}}.finance-stack{flex-direction:column;gap:20px;display:flex}.finance-period-bar{border:1px solid var(--admin-line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.finance-period-bar>div:first-child{flex-direction:column;gap:4px;display:flex}.finance-period-bar>div:first-child>span{color:var(--admin-red);letter-spacing:.14em;font-size:9px;font-weight:900}.finance-period-bar>div:first-child>strong{font-size:16px}.finance-period-buttons{background:#f2eeec;border-radius:999px;gap:4px;padding:4px;display:flex}.finance-period-buttons button{color:#756a6b;background:0 0;border:0;border-radius:999px;min-height:34px;padding:0 13px;font-size:11px;font-weight:750}.finance-period-buttons button.active{color:var(--admin-red);background:#fff;box-shadow:0 2px 8px #37232614}.finance-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.finance-metrics article{border:1px solid var(--admin-line);background:#fff;border-radius:17px;align-items:center;gap:13px;min-width:0;padding:20px;display:flex}.finance-icon{width:41px;height:41px;color:var(--admin-red);background:#f8e8ea;border-radius:12px;flex:none;place-items:center;display:grid}.finance-metrics article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.finance-metrics small,.finance-metrics article>div>span{color:var(--admin-muted);font-size:10px}.finance-metrics strong{text-overflow:ellipsis;white-space:nowrap;font-size:20px;overflow:hidden}.finance-breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.finance-breakdown-grid>div{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:12px;flex-direction:column;gap:5px;padding:15px;display:flex}.finance-breakdown-grid span{color:var(--admin-muted);font-size:10px}.finance-breakdown-grid strong{font-size:15px}.finance-calculator-grid{grid-template-columns:minmax(280px,.8fr) minmax(340px,1.2fr);gap:18px;margin-top:22px;display:grid}.finance-calculator-controls,.finance-price-result{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:15px;padding:19px}.finance-calculator-controls>label{color:#514748;flex-direction:column;gap:7px;font-size:11px;font-weight:750;display:flex}.finance-calculator-controls>label+label{margin-top:14px}.finance-calculator-controls select,.finance-calculator-controls input{border:1px solid var(--admin-line);background:#fff;border-radius:10px;outline:0;min-height:42px;padding:0 11px}.finance-calculator-controls small{color:var(--admin-muted);font-size:9px;font-weight:400}.finance-product-cost-lines{border-top:1px solid var(--admin-line);margin-top:17px}.finance-product-cost-lines>div{border-bottom:1px solid var(--admin-line);justify-content:space-between;align-items:center;gap:12px;min-height:40px;font-size:11px;display:flex}.finance-product-cost-lines span{color:var(--admin-muted)}.finance-price-result{flex-direction:column;gap:7px;display:flex}.finance-price-result>span{color:var(--admin-red);letter-spacing:.12em;font-size:9px;font-weight:900}.finance-price-result>strong{letter-spacing:-.035em;font-size:29px}.finance-price-result>small,.finance-price-highlight small,.finance-price-row small{color:var(--admin-muted);font-size:10px;line-height:1.45}.finance-price-highlight{background:#f6e8e9;border-radius:13px;flex-direction:column;gap:4px;margin:12px 0 6px;padding:16px;display:flex}.finance-price-highlight span{color:#6d5658;font-size:10px;font-weight:750}.finance-price-highlight strong{color:var(--admin-red);font-size:25px}.finance-price-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.finance-price-row>div{border:1px solid var(--admin-line);background:#fff;border-radius:11px;flex-direction:column;gap:4px;padding:12px;display:flex}.finance-price-row span{color:var(--admin-muted);font-size:9px}.finance-price-row strong{font-size:15px}.finance-warning{color:#8f5a19;background:#fff8eb;border:1px solid #f0cf9e;border-radius:11px;align-items:center;gap:8px;margin-top:7px;padding:11px 12px;font-size:10px;line-height:1.4;display:flex}.finance-cost-list{flex-direction:column;gap:7px;margin-top:20px;display:flex}.finance-cost-row{border:1px solid var(--admin-line);width:100%;min-height:56px;color:var(--admin-text);text-align:left;background:#fcfaf9;border-radius:11px;grid-template-columns:120px minmax(0,1fr) 100px 70px;align-items:center;gap:12px;padding:10px 12px;display:grid}.finance-cost-row:hover{background:#fff;border-color:#d7c7c5}.finance-cost-category{width:fit-content;color:var(--admin-red);background:#f4e8e9;border-radius:999px;padding:5px 7px;font-size:8px;font-weight:850}.finance-cost-row>div{flex-direction:column;gap:3px;min-width:0;display:flex}.finance-cost-row>div strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.finance-cost-row small,.finance-cost-row>span:last-child{color:var(--admin-muted);font-size:9px}.finance-cost-form{border-top:1px solid var(--admin-line);margin-top:22px;padding-top:20px}.finance-cost-form-title{color:var(--admin-red);align-items:center;gap:8px;margin-bottom:13px;display:flex}.finance-cost-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.danger-outline-button{color:#a92832;background:#fff;border:1px solid #eac4c8;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-weight:750;display:inline-flex}.toggle-inline-label{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:10px;justify-content:space-between;align-items:center;min-height:42px;padding:0 11px;flex-direction:row!important}.toggle-inline-label input{accent-color:var(--admin-red);width:18px!important;height:18px!important}.checkout-test-mode-box{background:#fffaf0;border:1px solid #ead7aa;border-radius:13px;margin:15px 0;padding:14px}.checkout-test-mode-box label{justify-content:space-between;align-items:center;gap:15px;display:flex}.checkout-test-mode-box label>div{flex-direction:column;gap:4px;display:flex}.checkout-test-mode-box strong{font-size:11px}.checkout-test-mode-box span{color:#786c55;font-size:9px;line-height:1.45}.checkout-test-mode-box input{width:18px;height:18px;accent-color:var(--admin-red)}.finance-product-private-grid{margin-top:12px}@media (width<=1100px){.finance-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-calculator-grid{grid-template-columns:1fr}}@media (width<=700px){.finance-period-bar{flex-direction:column;align-items:stretch}.finance-period-buttons{overflow-x:auto}.finance-metrics,.finance-breakdown-grid,.finance-price-row{grid-template-columns:1fr}.finance-cost-row{grid-template-columns:1fr auto}.finance-cost-category,.finance-cost-row>span:last-child{display:none}}.finance-v82{flex-direction:column;gap:20px;display:flex}.finance-v82-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.finance-v82-head>div>span{color:var(--admin-red);letter-spacing:.14em;font-size:10px;font-weight:850}.finance-v82-head h2{margin:6px 0 4px;font-size:24px}.finance-v82-head p{color:var(--admin-muted);margin:0;font-size:12px;line-height:1.55}.finance-v82-tabs,.finance-v82-period{flex-wrap:wrap;gap:8px;display:flex}.finance-v82-tabs{border:1px solid var(--admin-line);background:#fff;border-radius:14px;padding:6px}.finance-v82-tabs button,.finance-v82-period button{min-height:38px;color:var(--admin-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:0 14px;font-size:11px;font-weight:750}.finance-v82-tabs button.active,.finance-v82-period button.active{color:var(--admin-red);background:#f7e7e9}.finance-v82-period{justify-content:flex-end}.finance-v82-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.finance-v82-summary-grid>div{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;flex-direction:column;gap:5px;padding:18px;display:flex}.finance-v82-summary-grid span,.finance-v82-summary-grid small{color:var(--admin-muted);font-size:11px}.finance-v82-summary-grid strong{font-size:25px}.purchase-form-v82{overflow:visible}.purchase-header-grid{margin-top:22px}.purchase-notes-field{grid-column:span 2}.purchase-lines-v82{flex-direction:column;gap:14px;margin-top:24px;display:flex}.purchase-line-v82{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:16px;padding:18px}.purchase-line-v82>header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.purchase-line-v82>header strong{font-size:12px}.purchase-line-v82>header button{width:34px;height:34px;color:var(--admin-red);cursor:pointer;background:#fdecee;border:0;border-radius:9px;place-items:center;display:grid}.purchase-wide-field{grid-column:span 1}.purchase-extra-grid,.purchase-package-box{margin-top:14px}.purchase-package-box{background:#fff;border:1px dashed #dfd1ce;border-radius:13px;padding:15px}.purchase-package-box>small{color:var(--admin-muted);margin-top:10px;font-size:10px;display:block}.purchase-existing-stock{background:#f4efed;border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;padding:8px 12px;display:flex}.purchase-existing-stock span{color:var(--admin-muted);font-size:10px}.purchase-existing-stock strong{font-size:13px}.purchase-line-result{background:#f5f1ef;border-radius:12px;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:15px;padding:12px;display:grid}.purchase-line-result>div{flex-direction:column;gap:4px;min-width:0;display:flex}.purchase-line-result span,.purchase-stock-check{color:var(--admin-muted);font-size:9px}.purchase-line-result strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.purchase-real-cost strong{color:var(--admin-red);font-size:15px}.purchase-stock-check{cursor:pointer;align-items:center;gap:7px;display:flex}.purchase-stock-check input{width:17px;height:17px;accent-color:var(--admin-red)}.purchase-add-buttons{flex-wrap:wrap;align-items:center;gap:7px;margin-top:15px;display:flex}.purchase-add-buttons>span{color:var(--admin-muted);font-size:10px;font-weight:750}.purchase-add-buttons button{border:1px solid var(--admin-line);min-height:36px;color:var(--admin-text);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:10px;font-weight:700;display:inline-flex}.purchase-total-card{border:1px solid var(--admin-line);background:#fff;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:20px;padding:15px 18px;display:grid}.purchase-total-card>div{flex-direction:column;gap:5px;display:flex}.purchase-total-card span{color:var(--admin-muted);font-size:10px}.purchase-total-card strong{font-size:15px}.purchase-grand-total{border-left:1px solid var(--admin-line);padding-left:14px}.purchase-grand-total strong{color:var(--admin-red);font-size:20px}.purchase-history-list{flex-direction:column;gap:9px;margin-top:20px;display:flex}.purchase-history-list details{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:13px;overflow:hidden}.purchase-history-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;padding:14px 16px;list-style:none;display:flex}.purchase-history-list summary::-webkit-details-marker{display:none}.purchase-history-list summary>div{flex-direction:column;gap:4px;display:flex}.purchase-history-list summary span,.purchase-history-body small,.purchase-history-body footer{color:var(--admin-muted);font-size:10px}.purchase-history-body{border-top:1px solid var(--admin-line);padding:0 16px 15px}.purchase-history-body>div{border-bottom:1px solid #eee8e6;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;min-height:45px;display:grid}.purchase-history-body footer{flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:12px;display:flex}.finance-average-items{align-items:end;gap:12px;margin-top:18px;display:flex}.finance-average-items label{max-width:190px}.finance-average-items small{color:var(--admin-muted);padding-bottom:10px;font-size:10px}.finance-product-cost-table-wrap{border:1px solid var(--admin-line);border-radius:13px;margin-top:18px;overflow-x:auto}.finance-product-cost-table{border-collapse:collapse;width:100%;min-width:820px}.finance-product-cost-table th,.finance-product-cost-table td{text-align:left;border-bottom:1px solid #eee8e6;padding:12px 13px;font-size:11px}.finance-product-cost-table th{color:var(--admin-muted);text-transform:uppercase;letter-spacing:.04em;background:#fbf9f8;font-size:9px}.finance-product-cost-table td:first-child{flex-direction:column;gap:3px;display:flex}.finance-product-cost-table td:first-child small{color:var(--admin-muted);font-size:9px}.finance-product-cost-table tr.low-margin{background:#fff8f3}.margin-pill{color:#2c6a4b;background:#edf7f1;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.margin-pill.danger{color:var(--admin-red);background:#fdecee}.finance-cost-list-v82{flex-direction:column;gap:7px;margin-top:18px;display:flex}.finance-cost-list-v82>div{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:11px;grid-template-columns:1fr auto auto;align-items:center;gap:12px;min-height:50px;padding:9px 11px;display:grid}.finance-cost-list-v82>div>div{flex-direction:column;gap:3px;display:flex}.finance-cost-list-v82 span{color:var(--admin-muted);font-size:9px}.finance-cost-list-v82 button{width:32px;height:32px;color:var(--admin-red);cursor:pointer;background:#fdecee;border:0;border-radius:8px;place-items:center;display:grid}.finance-manual-cost-form{border-top:1px solid var(--admin-line);margin-top:22px;padding-top:20px}.finance-manual-cost-form h3{margin:0 0 14px;font-size:14px}.finance-manual-cost-form>button{margin-top:13px}@media (width<=1100px){.admin-form-grid.four,.purchase-line-result,.purchase-total-card{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-v82-summary-grid{grid-template-columns:1fr}}@media (width<=650px){.finance-v82-head{flex-direction:column}.finance-v82-tabs{flex-wrap:nowrap;overflow-x:auto}.finance-v82-tabs button{flex:none}.admin-form-grid.four,.purchase-line-result,.purchase-total-card{grid-template-columns:1fr}.purchase-grand-total{border-left:0;border-top:1px solid var(--admin-line);padding:10px 0 0}.purchase-history-body>div{grid-template-columns:1fr;padding:10px 0}}.admin-page{font-size:15px}.admin-sidebar{width:100%}.admin-sidebar nav button,.admin-sidebar-bottom button{gap:12px;min-height:50px;font-size:14px}.admin-content{padding:38px 42px 64px}.admin-top h1{font-size:38px}.admin-kicker,.panel-heading>div>span,.feature-head-v83>div>span{font-size:11px}.panel-heading h2,.feature-head-v83 h2{font-size:26px}.panel-heading p,.feature-head-v83 p,.admin-form-grid label,.form-section label,.shipping-settings-panel label{font-size:13px}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.shipping-settings-panel input,.shipping-settings-panel select,.shipping-settings-panel textarea{min-height:46px;font-size:14px}.admin-panel{border-radius:20px}.primary-admin-button,.secondary-admin-button,.view-store{min-height:44px;font-size:13px}.big-admin-button-v83{min-height:48px;margin-top:20px;padding-inline:22px}.feature-head-v83{justify-content:space-between;align-items:center;gap:22px;display:flex}.feature-head-v83 h2{margin:6px 0}.feature-head-v83 p{max-width:760px;color:var(--admin-muted);margin:0;line-height:1.55}.feature-stat-v83{border:1px solid var(--admin-line);background:#faf8f7;border-radius:16px;flex-direction:column;align-items:center;min-width:120px;padding:16px 18px;display:flex}.feature-stat-v83 strong{font-size:28px}.feature-stat-v83 span{color:var(--admin-muted);margin-top:4px;font-size:11px}.feature-grid-v83{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-top:22px;display:grid}.feature-form-v83{align-self:start}.span-two-v83{grid-column:1/-1}.compact-v83{margin-top:18px}.simple-list-v83{flex-direction:column;gap:10px;margin-top:18px;display:flex}.simple-list-v83>article{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:15px;display:flex}.simple-list-v83>article>div:first-child{flex-direction:column;gap:4px;min-width:0;display:flex}.simple-list-v83 span,.simple-list-v83 small{color:var(--admin-muted);font-size:11px}.simple-list-actions-v83{align-items:center;gap:6px;display:flex}.simple-list-actions-v83 button{border:1px solid var(--admin-line);background:#fff;border-radius:9px;min-height:36px;padding:0 11px}.integration-status-grid-v83{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.integration-status-grid-v83 article{border:1px solid var(--admin-line);background:#faf8f7;border-radius:14px;flex-direction:column;gap:5px;padding:18px;display:flex}.integration-status-grid-v83 span,.integration-status-grid-v83 small{color:var(--admin-muted);font-size:11px}.integration-status-grid-v83 strong{font-size:15px}.email-flow-v83{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.email-flow-v83 article{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:13px;align-items:flex-start;gap:10px;min-height:74px;padding:14px;display:flex}.email-flow-v83 article svg{color:var(--admin-red)}.email-flow-v83 article div{flex-direction:column;gap:4px;display:flex}.email-flow-v83 article strong{font-size:12px}.email-flow-v83 article span{color:var(--admin-muted);font-size:10px;line-height:1.45}.inventory-metrics-v83{margin-top:22px}.inventory-table-v83 td,.inventory-table-v83 th{font-size:12px}.inventory-low-row-v83{background:#fff8f0}.movement-list-v83{flex-direction:column;gap:8px;margin-top:18px;display:flex}.movement-list-v83 article{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:12px;justify-content:space-between;gap:14px;padding:13px 14px;display:flex}.movement-list-v83 article>div{flex-direction:column;gap:3px;display:flex}.movement-list-v83 span,.movement-list-v83 small{color:var(--admin-muted);font-size:10px}.movement-positive-v83 strong{color:#28724e}.movement-negative-v83 strong{color:#a92832}.inventory-history-head-v834{align-items:center}.inventory-history-actions-v834,.movement-side-v834{align-items:center;gap:10px;display:flex}.movement-delete-button-v834{color:#b13640;background:#fff4f5;border:1px solid #efd7d9;border-radius:12px;place-items:center;width:36px;height:36px;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid}.movement-delete-button-v834:hover:not(:disabled){border-color:#deb5b9;transform:translateY(-1px);box-shadow:0 8px 22px #91373f1a}.movement-delete-button-v834:disabled{opacity:.55;cursor:wait}.order-admin-card{cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s}.order-admin-card:hover{border-color:#d9c9c7;transform:translateY(-1px);box-shadow:0 10px 28px #3e282a0f}.order-admin-card header h3{font-size:19px}.order-admin-meta,.order-admin-items,.order-admin-shipping,.order-package-summary,.order-admin-controls{font-size:12px}.order-open-hint-v83{color:var(--admin-red);margin-left:auto;font-size:10px;font-weight:750}.test-order-badge-v83{color:#7b5b00;letter-spacing:.08em;background:#fff1bd;border-radius:999px;margin-left:6px;padding:3px 7px;font-size:8px}.is-test-order-v83{border-style:dashed}.test-safe-v83{color:#745d16;background:#fff9df}.order-detail-overlay-v83{z-index:180;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#18111285;position:fixed;inset:0}.order-detail-drawer-v83{z-index:190;background:#fff;width:min(720px,100%);height:100dvh;padding:0 25px 36px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #00000024}.order-detail-drawer-v83>header{z-index:2;border-bottom:1px solid var(--admin-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:space-between;align-items:center;gap:18px;margin:0 -25px 18px;padding:22px 25px;display:flex;position:sticky;top:0}.order-detail-drawer-v83>header span{color:var(--admin-red);letter-spacing:.12em;font-size:10px;font-weight:850}.order-detail-drawer-v83>header h2{margin:5px 0 3px;font-size:26px}.order-detail-drawer-v83>header small{color:var(--admin-muted)}.order-detail-drawer-v83>header button{background:#f4efed;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.order-detail-drawer-v83>section{border:1px solid var(--admin-line);background:#fff;border-radius:16px;margin-top:16px;padding:20px}.order-detail-drawer-v83 h3{align-items:center;gap:8px;margin:0 0 15px;font-size:15px;display:flex}.order-detail-test-v83{color:#6e5712;background:#fff9dd;border:1px solid #ead58b;border-radius:12px;padding:13px 15px;font-size:12px;font-weight:750}.order-detail-grid-v83{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.order-detail-grid-v83>div,.order-detail-totals-v83>div{background:#faf7f5;border-radius:11px;flex-direction:column;gap:4px;padding:11px 12px;display:flex}.order-detail-grid-v83 span,.order-detail-totals-v83 span{color:var(--admin-muted);font-size:10px}.order-detail-grid-v83 strong,.order-detail-totals-v83 strong{overflow-wrap:anywhere;font-size:12px}.order-detail-address-v83{flex-direction:column;gap:3px;margin-bottom:12px;line-height:1.45;display:flex}.order-detail-address-v83 span{color:var(--admin-muted);font-size:11px}.order-detail-items-v83 article{border-bottom:1px solid var(--admin-line);justify-content:space-between;gap:12px;padding:11px 0;display:flex}.order-detail-items-v83 article:last-child{border-bottom:0}.order-detail-items-v83 article>div{flex-direction:column;gap:3px;display:flex}.order-detail-items-v83 span,.order-detail-items-v83 small{color:var(--admin-muted);font-size:10px}.order-detail-totals-v83{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.order-detail-totals-v83 .grand{background:#f4e7e8;grid-column:1/-1}.order-detail-totals-v83 .grand strong{color:var(--admin-red);font-size:19px}@media (width<=1080px){.feature-grid-v83,.email-flow-v83{grid-template-columns:1fr}}@media (width<=650px){.admin-content{padding:20px 14px 42px}.admin-top h1{font-size:30px}.feature-head-v83{flex-direction:column;align-items:flex-start}.integration-status-grid-v83,.order-detail-grid-v83,.order-detail-totals-v83{grid-template-columns:1fr}.order-detail-totals-v83 .grand{grid-column:auto}}.admin-panel{box-shadow:0 10px 30px #421f250a}.admin-form-grid{gap:16px;display:grid}.admin-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-form-grid label,.shipping-settings-panel label,.settings-form label{min-width:0;color:var(--admin-text);flex-direction:column;align-items:stretch;gap:8px;font-size:13px;font-weight:700;display:flex}.admin-form-grid label>span,.shipping-settings-panel label>span,.settings-form label>span{color:#564b4c;font-size:12px;font-weight:800}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea,.shipping-settings-panel input,.shipping-settings-panel select,.shipping-settings-panel textarea,.settings-form input,.settings-form select,.settings-form textarea,.small-admin-modal input{width:100%;min-width:0;color:var(--admin-text);background:linear-gradient(#fffdfc 0%,#fbf8f7 100%);border:1px solid #e3d8d6;border-radius:14px;outline:0;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s;box-shadow:inset 0 1px 1px #ffffffb3}.admin-form-grid input,.admin-form-grid select,.shipping-settings-panel input,.shipping-settings-panel select,.settings-form input,.settings-form select,.small-admin-modal input{min-height:50px;padding:0 14px;font-size:14px}.admin-form-grid textarea,.shipping-settings-panel textarea,.settings-form textarea{resize:vertical;min-height:110px;padding:13px 14px;font-size:14px;line-height:1.55}.admin-form-grid input::placeholder,.admin-form-grid textarea::placeholder,.shipping-settings-panel input::placeholder,.shipping-settings-panel textarea::placeholder,.settings-form input::placeholder,.settings-form textarea::placeholder{color:#a59597}.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-form-grid textarea:focus,.shipping-settings-panel input:focus,.shipping-settings-panel select:focus,.shipping-settings-panel textarea:focus,.settings-form input:focus,.settings-form select:focus,.settings-form textarea:focus,.small-admin-modal input:focus{background:#fff;border-color:#c0434d;box-shadow:0 0 0 4px #a928321a}.admin-form-grid input[type=checkbox],.shipping-settings-panel input[type=checkbox],.settings-form input[type=checkbox]{width:20px;height:20px;min-height:20px;box-shadow:none;accent-color:var(--admin-red);border-radius:6px;padding:0}.toggle-list,.settings-toggle,.compact-v83{border-radius:16px}.toggle-list>label,.settings-toggle{min-height:76px;padding:16px 18px}.toggle-list strong,.settings-toggle strong{font-size:13px}.toggle-list>label>div>span,.settings-toggle>div>span{font-size:11px;line-height:1.45}.finance-v82-tabs{border:1px solid var(--admin-line);background:#fff;border-radius:16px;align-items:center;gap:6px;margin-top:18px;padding:6px;display:inline-flex;box-shadow:0 10px 24px #2d141808}.finance-v82-tabs button{color:#665a5b;background:0 0;border:0;border-radius:12px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.finance-v82-tabs button.active{color:var(--admin-red);background:#f8e8ea}.feature-grid-v83{align-items:start}.feature-form-v83,.simple-list-v83>article,.integration-status-grid-v83 article,.email-flow-v83 article,.movement-list-v83 article,.finance-metrics article,.orders-grid article,.order-card,.order-detail-drawer-v83>section{box-shadow:0 8px 24px #351a1e08}.panel-heading{margin-bottom:16px}.panel-heading h2{line-height:1.12}.simple-list-v83>article{border-radius:16px;padding:18px}.simple-list-v83 strong{font-size:15px}.simple-list-v83 span,.simple-list-v83 small{font-size:12px;line-height:1.45}.simple-list-actions-v83 button{min-height:40px;padding:0 13px;font-size:12px;font-weight:700}.inventory-row-main-v83{align-items:center;gap:12px;min-width:0;display:flex}.inventory-row-thumb-v83{width:52px;height:52px;color:var(--admin-red);background:#f8f1f0;border:1px solid #eadede;border-radius:14px;flex:none;place-items:center;display:grid;overflow:hidden}.inventory-row-thumb-v83 img{object-fit:cover;width:100%;height:100%}.inventory-row-thumb-v83 svg{width:26px;height:26px}.inventory-toolbar-v84{margin-bottom:14px}.inventory-section-tabs-v84{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.inventory-section-tabs-v84 button{text-align:left;cursor:pointer;background:#fff;border:1px solid #eadede;border-radius:18px;flex-direction:column;gap:4px;padding:14px 16px;transition:all .18s;display:flex}.inventory-section-tabs-v84 button span{color:var(--admin-ink);font-size:14px;font-weight:800}.inventory-section-tabs-v84 button small{color:var(--admin-muted);font-size:12px}.inventory-section-tabs-v84 button:hover{border-color:#d5b0b0;transform:translateY(-1px)}.inventory-section-tabs-v84 button.active{background:linear-gradient(#fff7f7 0%,#fff 100%);border-color:#d6a3a5;box-shadow:0 10px 26px #541d2214}.inventory-section-summary-v84{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.inventory-section-summary-v84>div{background:#fffaf9;border:1px solid #f0e2e2;border-radius:16px;flex-direction:column;gap:4px;padding:14px 16px;display:flex}.inventory-section-summary-v84 span{color:var(--admin-muted);font-size:12px}.inventory-section-summary-v84 strong{color:var(--admin-ink);font-size:20px;line-height:1.2}.inventory-row-main-v83>div{flex-direction:column;gap:3px;min-width:0;display:flex}.inventory-row-main-v83 strong{font-size:13px;line-height:1.3}.inventory-row-main-v83 small{color:var(--admin-muted);font-size:11px}.finance-product-cost-table td,.finance-product-cost-table th,.inventory-table-v83 td,.inventory-table-v83 th{padding-top:15px;padding-bottom:15px}@media (width<=900px){.feature-grid-v83,.integration-status-grid-v83,.email-flow-v83{grid-template-columns:1fr}}@media (width<=640px){.admin-form-grid.two,.admin-form-grid.three,.admin-form-grid.four{grid-template-columns:1fr}.feature-head-v83{flex-direction:column;align-items:flex-start}.finance-v82-tabs{grid-template-columns:1fr;width:100%;display:grid}.finance-v82-tabs button{justify-content:center;width:100%}.simple-list-v83>article{flex-direction:column;align-items:stretch}.simple-list-actions-v83{justify-content:flex-end}}.admin-page{grid-template-columns:266px minmax(0,1fr)}.admin-sidebar{gap:10px;overflow:hidden}.admin-brand{gap:6px;margin:0 4px 14px}.admin-brand-logo{max-width:196px;max-height:74px;box-shadow:none;filter:drop-shadow(0 6px 14px #0000001a);background:0 0;border-radius:0;padding:0}.admin-brand small{letter-spacing:.14em;color:#d7c6c8;font-size:13px}.admin-version{color:#fff}.admin-sidebar nav{flex:auto;min-height:0;margin-right:-4px;padding-right:4px;overflow-y:auto}.admin-sidebar nav::-webkit-scrollbar{width:8px}.admin-sidebar nav::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.admin-sidebar nav button,.admin-sidebar-bottom button{border-radius:14px;min-height:50px;padding:0 14px;font-size:15px;font-weight:750}.admin-sidebar nav button svg,.admin-sidebar-bottom button svg{flex:none}.admin-sidebar-bottom{gap:8px}.admin-top h1{line-height:1.08}.admin-panel,.feature-form-v83,.simple-list-v83>article,.inventory-table-v83,.finance-product-cost-table,.settings-toggle,.toggle-list>label{border-radius:18px}.admin-page label{min-width:0}.admin-page input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.admin-page select,.admin-page textarea{color:#261f20;background:#fffdfc;border:1px solid #dfd3d1;border-radius:14px;width:100%;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:inset 0 1px 2px #ffffffd9,0 1px #20101205}.admin-page input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),.admin-page select{min-height:52px;padding:0 15px;font-size:15px}.admin-page textarea{resize:vertical;min-height:120px;padding:14px 15px;font-size:14px;line-height:1.55}.admin-page input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color])::placeholder,.admin-page textarea::placeholder{color:#a39193}.admin-page input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):focus,.admin-page select:focus,.admin-page textarea:focus{background:#fff;border-color:#bd3946;outline:none;box-shadow:0 0 0 4px #bd39461a}.admin-page input[type=checkbox],.admin-page input[type=radio]{accent-color:var(--admin-red)}.admin-page .admin-panel button,.admin-page .feature-form-v83 button,.admin-page .simple-list-actions-v83 button{min-height:46px}@media (height<=780px){.admin-sidebar{padding-top:20px;padding-bottom:14px}.admin-sidebar nav button,.admin-sidebar-bottom button{min-height:46px}}@media (width<=820px){.admin-sidebar{overflow:visible}.admin-sidebar nav{flex-direction:row;margin-right:0;padding-right:0;overflow:auto hidden}.admin-brand-logo{max-width:180px;max-height:64px}}.admin-sidebar nav button span,.admin-sidebar-bottom button span{flex:auto;min-width:0;line-height:1.25}.admin-page label{color:#5c5052;flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.admin-page label small{color:#887a7c;font-size:12px;font-weight:500}.admin-panel,.feature-form-v83,.simple-list-v83>article,.inventory-table-v83,.shipping-admin-section,.checkout-admin-settings{box-shadow:0 14px 36px #381c1f0a}.admin-page input[type=date],.admin-page input[type=datetime-local],.admin-page input[type=number],.admin-page input[type=text],.admin-page input[type=email],.admin-page input[type=password],.admin-page input[type=url],.admin-page input[type=search],.admin-page textarea,.admin-page select{appearance:none}.feature-form-v83 .panel-heading h2,.admin-panel .panel-heading h2{font-size:24px}.feature-form-v83 .settings-grid,.feature-form-v83 .settings-grid.two,.feature-form-v83 .settings-grid.three,.feature-form-v83 .settings-upload-grid,.shipping-grid-v83,.checkout-settings-grid-v83{gap:18px}.admin-page textarea{min-height:132px}.admin-sidebar nav button{align-items:center}.admin-sidebar nav button.active{box-shadow:inset 0 0 0 1px #ffffff0a}@media (width<=820px){.admin-sidebar{padding:16px 12px 12px}.admin-brand{margin:0 2px 10px}.admin-sidebar nav{gap:8px;padding-bottom:8px}.admin-sidebar nav button,.admin-sidebar-bottom button{white-space:nowrap;min-height:48px;padding:0 15px}}.contact-label-v834{align-items:center;gap:7px;display:inline-flex;font-weight:850!important}.shipping-package-main-v834{align-items:center;gap:14px;min-width:0;display:flex}.shipping-package-main-v834>div{flex-direction:column;gap:4px;min-width:0;display:flex}.shipping-package-icon-v834,.shipping-package-form-icon-v834{background:0 0;border:0;border-radius:0;flex:0 0 52px;place-items:center;width:52px;height:52px;padding:0;display:grid}.shipping-package-form-icon-v834{flex-basis:56px;width:56px;height:56px}.shipping-package-icon-v834 svg,.shipping-package-form-icon-v834 svg{stroke-width:1.9px;width:38px;height:38px}.inventory-adjust-modal-v834,.delete-order-modal-v834,.package-edit-modal-v835{z-index:240;border:1px solid var(--admin-line);background:#fff;border-radius:24px;width:min(560px,100% - 28px);max-height:calc(100dvh - 30px);position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 32px 100px #170c0e3d}.inventory-adjust-modal-v834>header,.manual-order-modal-v834>header{border-bottom:1px solid var(--admin-line);justify-content:space-between;align-items:flex-start;gap:18px;min-height:92px;padding:22px 24px;display:flex}.inventory-adjust-modal-v834>header span,.manual-order-modal-v834>header span,.delete-order-modal-v834>header span{color:var(--admin-red);letter-spacing:.14em;font-size:10px;font-weight:900}.inventory-adjust-modal-v834>header h2,.manual-order-modal-v834>header h2,.delete-order-modal-v834>header h2{margin:5px 0 0;font-size:25px}.inventory-adjust-modal-v834>header p,.manual-order-modal-v834>header p{color:var(--admin-muted);margin:5px 0 0;font-size:12px}.inventory-adjust-modal-v834>header>button,.manual-order-modal-v834>header>button{width:42px;height:42px;color:var(--admin-text);background:#f6f1ef;border:0;border-radius:50%;place-items:center;display:grid}.inventory-adjust-modal-v834 form{flex-direction:column;gap:17px;padding:22px 24px 24px;display:flex}.inventory-current-stock-v834,.inventory-adjust-preview-v834{border:1px solid var(--admin-line);background:#faf8f7;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:14px 16px;display:flex}.inventory-current-stock-v834 span,.inventory-adjust-preview-v834 span{color:var(--admin-muted);font-size:12px}.inventory-current-stock-v834 strong,.inventory-adjust-preview-v834 strong{font-size:21px}.inventory-move-type-v834{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.inventory-move-type-v834 button{border:1px solid var(--admin-line);min-height:50px;color:var(--admin-text);background:#fff;border-radius:14px;font-weight:800}.inventory-move-type-v834 button.active{color:#246346;background:#edf8f2;border-color:#71b58f}.inventory-move-type-v834 button.active.danger{color:#9f2f39;background:#fff0f2;border-color:#dfa0a6}.inventory-adjust-modal-v834 footer,.manual-order-modal-v834 form>footer,.delete-order-modal-v834 footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.orders-heading-actions-v834{align-items:center;gap:9px;display:flex}.manual-order-badge-v834{color:#435b91;letter-spacing:.08em;background:#e9eefb;border-radius:999px;margin-left:6px;padding:4px 7px;font-size:8px}.order-delete-button-v834{color:#a42934;cursor:pointer;background:#fff0f2;border:1px solid #ecc5c9;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:0 15px;font-weight:800;display:inline-flex}.order-delete-button-v834:hover{background:#fde4e7;border-color:#d9828b}.order-delete-button-v834:disabled{opacity:.55;cursor:not-allowed}.order-detail-danger-v834{background:#fff8f8!important}.order-detail-danger-v834 p{color:var(--admin-muted);margin:-3px 0 14px;font-size:12px;line-height:1.5}.manual-order-modal-v834{z-index:240;border:1px solid var(--admin-line);background:#fff;border-radius:24px;flex-direction:column;width:min(1080px,100% - 28px);height:min(880px,100dvh - 28px);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 32px 100px #170c0e3d}.manual-order-modal-v834 form{flex-direction:column;flex:1;min-height:0;display:flex}.manual-order-scroll-v834{flex:1;min-height:0;padding:24px;overflow-y:auto}.manual-order-scroll-v834>section+section{border-top:1px solid var(--admin-line);margin-top:26px;padding-top:24px}.manual-order-scroll-v834 h3{margin:0 0 16px;font-size:17px}.manual-order-section-title-v834{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.manual-order-section-title-v834 h3{margin:0}.manual-order-lines-v834{flex-direction:column;gap:10px;display:flex}.manual-order-lines-v834 article{border:1px solid var(--admin-line);background:#fcfaf9;border-radius:16px;grid-template-columns:58px minmax(220px,1.4fr) minmax(180px,1fr) 90px 44px;align-items:end;gap:10px;padding:12px;display:grid}.manual-product-thumb-v834{width:58px;height:58px;color:var(--admin-red);background:#f7efef;border:1px solid #eadfde;border-radius:14px;align-self:center;place-items:center;display:grid;overflow:hidden}.manual-product-thumb-v834 img{object-fit:cover;width:100%;height:100%}.manual-line-delete-v834{color:#a42934;background:#fff0f2;border:0;border-radius:12px;place-items:center;width:44px;display:grid;min-height:44px!important}.manual-notes-v834{margin-top:16px}.manual-order-modal-v834 form>footer{border-top:1px solid var(--admin-line);background:#fcfaf9;flex:none;min-height:78px;padding:14px 24px}.delete-order-modal-v834{padding:24px}.delete-order-modal-v834>header{color:var(--admin-red);align-items:flex-start;gap:13px;display:flex}.delete-order-modal-v834>p{color:var(--admin-muted);margin:18px 0;font-size:13px;line-height:1.6}.delete-order-warning-v834{color:#795920;background:#fff9ec;border:1px solid #efd6aa;border-radius:13px;margin-bottom:20px;padding:13px 14px;font-size:12px;line-height:1.5}@media (width<=900px){.manual-order-lines-v834 article{grid-template-columns:58px minmax(0,1fr) 44px}.manual-order-lines-v834 article>label{grid-column:2}.manual-line-delete-v834{grid-area:1/3}}@media (width<=650px){.orders-heading-actions-v834{flex-direction:column;align-items:stretch;width:100%}.manual-order-modal-v834{border-radius:18px;width:calc(100% - 12px);height:calc(100dvh - 12px)}.manual-order-scroll-v834,.manual-order-modal-v834>header,.manual-order-modal-v834 form>footer{padding-left:16px;padding-right:16px}.manual-order-lines-v834 article{grid-template-columns:50px minmax(0,1fr) 42px}.manual-product-thumb-v834{width:50px;height:50px}.inventory-move-type-v834{grid-template-columns:1fr}}@media (width<=900px){.panel-heading-with-action-v835{flex-direction:column;align-items:stretch}.package-edit-modal-v835{border-radius:18px;width:calc(100% - 16px);height:calc(100dvh - 16px)}}@media (width<=650px){.package-edit-modal-v835{width:calc(100% - 12px);height:calc(100dvh - 12px)}.package-edit-modal-v835>header,.package-edit-scroll-v835,.package-edit-form-v835>footer{padding-left:16px;padding-right:16px}.package-preview-card-v835,.package-edit-title-v835{align-items:flex-start}}@media (width<=720px){.inventory-history-actions-v834{justify-content:space-between;width:100%}.movement-list-v83 article{flex-direction:column}.movement-side-v834{justify-content:space-between;width:100%}}.secondary-admin-button.danger-soft{color:#a92832;background:#fff5f5;border-color:#eed7d8}.secondary-admin-button.danger-soft:hover:not(:disabled){background:#fff0f1;border-color:#deb7bb}.inventory-history-delete-modal-v8344{z-index:250;border:1px solid var(--admin-line);background:#fff;border-radius:24px;width:min(560px,100% - 28px);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 32px 100px #170c0e47}.inventory-history-delete-modal-v8344>header{border-bottom:1px solid var(--admin-line);align-items:flex-start;gap:14px;padding:22px 24px 18px;display:flex}.inventory-history-delete-icon-v8344{color:#a92832;background:#fff0f2;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.inventory-history-delete-modal-v8344>header span{color:var(--admin-red);letter-spacing:.14em;font-size:10px;font-weight:900}.inventory-history-delete-modal-v8344>header h2{margin:5px 0 0;font-size:23px;line-height:1.15}.inventory-history-delete-body-v8344{padding:20px 24px}.inventory-history-delete-body-v8344>p{color:var(--admin-muted);margin:0 0 16px;font-size:13px;line-height:1.6}.inventory-history-delete-summary-v8344{background:#fcfaf9;border:1px solid #eadedf;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:13px 15px;display:flex}.inventory-history-delete-summary-v8344>div{flex-direction:column;gap:4px;min-width:0;display:flex}.inventory-history-delete-summary-v8344 span{color:var(--admin-muted);font-size:11px}.inventory-history-delete-summary-v8344 strong{font-size:17px}.inventory-history-delete-summary-v8344 strong.positive{color:#28724e}.inventory-history-delete-summary-v8344 strong.negative{color:#a92832}.inventory-history-delete-modal-v8344>footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px 20px;display:flex}.inventory-history-confirm-delete-v8344{color:#fff;cursor:pointer;background:#a92832;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-size:13px;font-weight:850;display:inline-flex}.inventory-history-confirm-delete-v8344:hover:not(:disabled){background:#8f202a}.inventory-history-confirm-delete-v8344:disabled{opacity:.55;cursor:wait}@media (width<=560px){.inventory-history-delete-modal-v8344>header,.inventory-history-delete-body-v8344,.inventory-history-delete-modal-v8344>footer{padding-left:17px;padding-right:17px}.inventory-history-delete-modal-v8344>footer{flex-direction:column-reverse}.inventory-history-delete-modal-v8344>footer button{width:100%}}@media (width<=900px){.inventory-section-tabs-v84{grid-template-columns:1fr 1fr}.inventory-section-summary-v84{grid-template-columns:1fr}}@media (width<=640px){.inventory-section-tabs-v84{grid-template-columns:1fr}}
