/* =========================================================
   SAUDA JEANS — PREMIUM STOREFRONT 2026
   Capa visual pública. Mantiene intacta la lógica de negocio.
   ========================================================= */
:root{
  --sauda-ink:#0d0f0f;
  --sauda-paper:#f3f0e9;
  --sauda-sand:#d8cebb;
  --sauda-olive:#3f493a;
  --sauda-red:#a8322d;
  --sauda-muted:#6f716b;
  --sauda-line:rgba(13,15,15,.13);
  --sauda-white:#fff;
  --sauda-radius:18px;
  --sauda-shadow:0 22px 70px rgba(17,18,16,.12);
}

html{scroll-behavior:smooth}
body{
  background:var(--sauda-paper)!important;
  color:var(--sauda-ink)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.2;
  background-image:radial-gradient(rgba(13,15,15,.13) .55px,transparent .55px);
  background-size:10px 10px;
}
a{color:inherit}

/* Announcement */
.sauda-announcement{
  min-height:34px;background:var(--sauda-ink);color:#f8f5ee;display:flex;align-items:center;justify-content:center;
  padding:8px 16px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;text-align:center;
}
.sauda-announcement span{opacity:.55;margin:0 12px}

/* Header */
header.sauda-header{
  min-height:auto!important;height:auto!important;padding:0!important;overflow:visible!important;
  background:rgba(243,240,233,.94)!important;animation:none!important;border-bottom:1px solid var(--sauda-line);
  position:sticky!important;top:0;z-index:9500;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  display:block!important;
}
.sauda-nav{
  max-width:1440px;margin:0 auto;min-height:82px;padding:0 34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;
}
.sauda-nav-left,.sauda-nav-right{display:flex;align-items:center;gap:24px}
.sauda-nav-right{justify-content:flex-end}
.sauda-nav-link{
  border:0;background:none;color:var(--sauda-ink);text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  padding:10px 0;cursor:pointer;position:relative;
}
.sauda-nav-link::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:currentColor;transition:right .25s ease}
.sauda-nav-link:hover::after{right:0}
.sauda-brand{display:flex;align-items:center;justify-content:center;text-decoration:none}
.sauda-brand img{display:block;width:184px;height:auto;mix-blend-mode:multiply}
.sauda-nav-note{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sauda-muted)}
header.sauda-header .header-button-group{
  position:static!important;background:none!important;border:0!important;box-shadow:none!important;padding:0!important;display:flex!important;max-width:none!important;gap:9px!important;
}
header.sauda-header .header-button-group button{
  width:42px;height:42px;border-radius:50%!important;border:1px solid var(--sauda-line)!important;background:transparent!important;color:var(--sauda-ink)!important;
  padding:0!important;display:grid;place-items:center;font-size:0!important;box-shadow:none!important;transform:none!important;
}
header.sauda-header .header-button-group .login-btn-top::before{content:"\f2bd";font:900 16px/1 "Font Awesome 6 Free"}
header.sauda-header .header-button-group .logout-btn::before{content:"\f2f5";font:900 15px/1 "Font Awesome 6 Free"}
header.sauda-header .header-button-group .cart-btn::before{content:"\f07a";font:900 15px/1 "Font Awesome 6 Free"}
header.sauda-header .header-button-group button:hover{background:var(--sauda-ink)!important;color:white!important;border-color:var(--sauda-ink)!important}

/* Public container */
.container{width:min(100% - 40px,1440px)!important;max-width:1440px!important;margin:0 auto 50px!important}
#catalog-view{padding-bottom:30px}

/* Hero */
.sauda-hero{
  margin:22px auto 0;min-height:620px;border-radius:26px;overflow:hidden;position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);
  background:#20251f;box-shadow:var(--sauda-shadow);
}
.sauda-hero-copy{
  position:relative;z-index:3;padding:clamp(52px,7vw,96px);display:flex;flex-direction:column;justify-content:flex-end;color:#f5f0e7;
  background:linear-gradient(90deg,rgba(9,11,10,.97) 0%,rgba(15,18,15,.82) 56%,rgba(15,18,15,.05) 100%);
}
.sauda-kicker{display:flex;align-items:center;gap:12px;font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;color:#d8cebb;margin-bottom:20px}
.sauda-kicker::before{content:"";width:38px;height:1px;background:currentColor}
.sauda-hero h1{font-family:Impact,"Arial Narrow",sans-serif!important;font-size:clamp(58px,8vw,118px)!important;line-height:.84!important;letter-spacing:-.035em!important;text-transform:uppercase!important;color:#f7f3ea!important;margin:0 0 28px!important;animation:none!important;font-weight:900!important;text-align:left!important;max-width:850px}
.sauda-hero h1 em{font-style:normal;color:#cfc3ac;display:block}
.sauda-hero p{font-size:clamp(16px,1.4vw,20px)!important;line-height:1.55;max-width:610px;color:rgba(247,243,234,.78)!important;margin:0!important}
.sauda-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.sauda-btn{min-height:50px;border-radius:999px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border:1px solid transparent;transition:.25s ease;cursor:pointer}
.sauda-btn-primary{background:#f5f0e7;color:#111}
.sauda-btn-primary:hover{background:#fff;transform:translateY(-2px)}
.sauda-btn-ghost{border-color:rgba(255,255,255,.32);color:#fff;background:rgba(255,255,255,.04)}
.sauda-btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}
.sauda-hero-media{position:relative;min-height:620px}
.sauda-hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.86) contrast(1.04)}
.sauda-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#20251f 0%,transparent 28%),linear-gradient(0deg,rgba(0,0,0,.3),transparent 45%)}
.sauda-hero-stamp{position:absolute;z-index:4;right:28px;bottom:28px;width:132px;height:132px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;text-align:center;color:#fff;font-size:10px;line-height:1.35;font-weight:900;letter-spacing:.15em;text-transform:uppercase;transform:rotate(-8deg);background:rgba(15,18,15,.24);backdrop-filter:blur(4px)}
.sauda-hero-stamp b{font-size:30px;display:block;letter-spacing:.02em}

/* Value rail */
.sauda-value-rail{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--sauda-line);margin:30px 0 62px}
.sauda-value{padding:22px 28px;border-right:1px solid var(--sauda-line);display:flex;gap:14px;align-items:center}
.sauda-value:last-child{border-right:0}
.sauda-value i{font-size:17px}
.sauda-value strong{display:block;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
.sauda-value small{display:block;color:var(--sauda-muted);font-size:12px;margin-top:3px}

/* Editorial */
.sauda-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 0 22px}
.sauda-section-head .eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--sauda-muted);margin-bottom:9px}
.sauda-section-head h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(38px,5vw,68px);line-height:.95;text-transform:uppercase;letter-spacing:-.02em;font-weight:900}
.sauda-section-head p{max-width:480px;color:var(--sauda-muted);line-height:1.6;font-size:14px}
.sauda-editorial-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px;margin-bottom:76px}
.sauda-editorial-card{min-height:460px;border-radius:18px;overflow:hidden;position:relative;background:#161814}
.sauda-editorial-card:first-child{min-height:560px}
.sauda-editorial-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.sauda-editorial-card:hover img{transform:scale(1.035)}
.sauda-editorial-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 58%)}
.sauda-editorial-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:#fff}
.sauda-editorial-copy span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;opacity:.72}
.sauda-editorial-copy h3{font-size:27px;line-height:1.05;margin-top:7px;text-transform:uppercase;letter-spacing:-.02em}

/* Filters */
.sauda-shop-head{margin-top:12px;scroll-margin-top:120px}
.filter-box{
  background:transparent!important;border:0!important;border-top:1px solid var(--sauda-line)!important;border-bottom:1px solid var(--sauda-line)!important;
  border-radius:0!important;padding:18px 0!important;margin:18px 0 26px!important;display:flex;align-items:center;justify-content:space-between;gap:20px;
}
.filter-box::before{content:"Filtrar colección";font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:900}
.filter-box .form-group{margin:0!important;display:flex;align-items:center;gap:12px}
.filter-box label{display:none!important}
.filter-box select{min-width:240px!important;border:1px solid var(--sauda-line)!important;background:#f8f5ef!important;color:#111!important;border-radius:999px!important;padding:11px 38px 11px 16px!important;font-size:12px!important;font-weight:700!important}

/* Hide old slider; editorial grid replaces it */
#catalog-view > .carousel-container{display:none!important}
.catalog-bg{padding:0!important;margin:0!important;background:transparent!important;border-radius:0!important;overflow:visible!important}
#particles-js{display:none!important}
.catalogo{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding:0!important}
.producto{
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;
}
.producto:hover{box-shadow:none!important;transform:none!important}
.producto > div:first-child{overflow:hidden;border-radius:14px;background:#e9e5dc;aspect-ratio:4/5}
.producto img.principal-img{height:100%!important;aspect-ratio:4/5;object-fit:cover!important;border-radius:0!important;transition:transform .55s cubic-bezier(.2,.8,.2,1)!important}
.producto:hover img.principal-img{transform:scale(1.045)!important}
.producto-content{padding:16px 4px 30px!important;text-align:left!important}
.producto h3{font-size:14px!important;letter-spacing:.035em!important;line-height:1.3!important;margin:0 0 8px!important;text-transform:uppercase!important;font-weight:850!important}
.producto-content > p{font-size:12px;color:var(--sauda-muted)!important;line-height:1.5;margin:0 0 12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}
.sauda-product-meta{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-top:10px}
.sauda-product-price{font-size:18px;font-weight:900;letter-spacing:-.02em}
.sauda-product-price small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--sauda-muted);margin-bottom:3px;font-weight:800}
.sauda-product-link{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;border-bottom:1px solid #111;padding-bottom:2px;white-space:nowrap}
.sauda-product-badge{position:absolute;z-index:3;left:10px;top:10px;background:#f3f0e9;color:#111;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 3px 15px rgba(0,0,0,.08)}

/* Product modal */
.product-detail-modal{background:rgba(5,6,5,.84)!important;backdrop-filter:blur(12px);padding:28px!important}
.product-detail-modal-content{max-width:1180px!important;margin:18px auto!important;border-radius:24px!important;overflow:hidden!important;box-shadow:0 30px 100px rgba(0,0,0,.42)!important;background:#f6f3ec!important;align-items:stretch}
.product-detail-close{top:18px!important;right:20px!important;width:42px;height:42px;border-radius:50%!important;background:rgba(255,255,255,.82)!important;font-size:24px!important;display:grid;place-items:center;line-height:1;box-shadow:0 3px 20px rgba(0,0,0,.1)}
.product-detail-images{padding:0!important;background:#e8e4dc!important;min-height:620px;justify-content:center!important}
.product-detail-main-image{width:100%!important;max-height:720px!important;height:620px!important;object-fit:cover!important;border-radius:0!important;margin:0!important}
.product-detail-thumbnails{padding:14px!important;background:#f6f3ec;width:100%;flex-wrap:nowrap!important;overflow-x:auto;justify-content:flex-start!important}
.product-detail-thumbnail{width:72px!important;height:86px!important;border-radius:8px!important;border:1px solid transparent!important}
.product-detail-thumbnail:hover{border-color:#111!important}
.product-detail-info{padding:66px 50px!important;display:flex;flex-direction:column;justify-content:center}
.product-detail-info h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(38px,4.5vw,64px)!important;line-height:.92!important;text-transform:uppercase;letter-spacing:-.025em;margin-bottom:18px!important}
.product-detail-info > p{color:var(--sauda-muted);line-height:1.65;font-size:14px;margin-bottom:25px}
.product-detail-price{font-size:22px!important;padding:13px 0;border-top:1px solid var(--sauda-line);border-bottom:1px solid var(--sauda-line);margin-bottom:24px!important}
.product-detail-options .form-group label{font-size:10px!important;text-transform:uppercase;letter-spacing:.12em}
.product-detail-options select,.product-detail-actions input{border:1px solid var(--sauda-line)!important;border-radius:10px!important;background:#fff!important;color:#111!important;padding:12px 14px!important}
.add-to-cart-btn,.add-curve-btn{background:#111!important;color:white!important;border:1px solid #111!important;border-radius:999px!important;min-height:48px;letter-spacing:.05em;text-transform:uppercase;font-size:11px}
.add-curve-btn{background:transparent!important;color:#111!important}

/* Cart */
.cart-large-container{width:min(470px,100vw)!important;right:min(-470px,-100vw)!important;background:#f6f3ec!important;box-shadow:-30px 0 80px rgba(0,0,0,.25)!important}
.cart-large-header{padding:26px!important;border-bottom:1px solid var(--sauda-line)!important}
.cart-large-header h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:30px;text-transform:uppercase;letter-spacing:.01em}
.cart-large-items{padding:24px!important}
.cart-large-summary{padding:24px!important;background:#f6f3ec!important;border-top:1px solid var(--sauda-line)!important}
.cart-large-summary-total{font-size:20px!important;font-weight:900}
.checkout-btn{border-radius:999px!important;background:#111!important;color:#fff!important;min-height:50px;letter-spacing:.06em;text-transform:uppercase;font-size:11px}
.checkout-btn:hover{background:#2c2e2b!important;color:#fff!important}

/* WhatsApp */
.whatsapp-button{width:58px!important;height:58px!important;bottom:22px!important;right:22px!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important;border:4px solid rgba(255,255,255,.72);font-size:25px!important}

/* Footer */
.sauda-footer{margin:88px calc(50% - 50vw) -50px;background:#0d0f0f;color:#f4f0e8;padding:72px max(30px,calc((100vw - 1440px)/2 + 30px)) 30px}
.sauda-footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:50px;padding-bottom:50px}
.sauda-footer-brand img{width:220px;filter:invert(1);mix-blend-mode:screen;opacity:.95;margin-bottom:22px}
.sauda-footer-brand p{max-width:480px;color:rgba(255,255,255,.58);line-height:1.65;font-size:13px}
.sauda-footer h4{font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin-bottom:17px}
.sauda-footer a{display:block;color:rgba(255,255,255,.68);font-size:13px;text-decoration:none;margin:10px 0}
.sauda-footer a:hover{color:#fff}
.sauda-footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.45);font-size:10px;text-transform:uppercase;letter-spacing:.09em}

/* Login / admin separation */
#login-view{max-width:520px;margin:30px auto;border-radius:20px!important;box-shadow:var(--sauda-shadow);padding:30px!important}
#admin-view{margin-top:35px}
#admin-view .form-box{background:#fff}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

@media(max-width:1100px){
  .sauda-nav{padding:0 20px;grid-template-columns:auto 1fr auto}.sauda-nav-left .sauda-nav-link:nth-child(2),.sauda-nav-note{display:none}.sauda-brand{justify-content:flex-start}.sauda-brand img{width:160px}
  .sauda-hero{grid-template-columns:1fr .75fr;min-height:560px}.sauda-hero-copy{padding:54px}.sauda-hero-media{min-height:560px}
  .sauda-value-rail{grid-template-columns:repeat(2,1fr)}.sauda-value:nth-child(2){border-right:0}.sauda-value:nth-child(-n+2){border-bottom:1px solid var(--sauda-line)}
  .sauda-editorial-grid{grid-template-columns:1.15fr .85fr}.sauda-editorial-card:last-child{display:none}
  .catalogo{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:768px){
  .sauda-announcement{font-size:9px;letter-spacing:.11em;min-height:30px}.sauda-announcement span:nth-of-type(2){display:none}
  header.sauda-header{top:0}.sauda-nav{min-height:68px;padding:0 14px;grid-template-columns:1fr auto}.sauda-nav-left{display:none}.sauda-brand{justify-content:flex-start}.sauda-brand img{width:142px}.sauda-nav-right{gap:5px}.sauda-nav-note{display:none}
  header.sauda-header .header-button-group{display:flex!important}.header-button-group .login-btn-top,.header-button-group .logout-btn{display:none!important}.header-button-group .cart-btn{width:40px!important;height:40px!important}
  .mobile-cart-icon{display:none!important}.mobile-menu-btn{display:flex!important;position:static!important;width:40px!important;height:40px!important;border-color:var(--sauda-line)!important;background:transparent!important;box-shadow:none!important;order:-1}
  .mobile-menu{top:100px!important;left:14px!important;border-radius:14px!important;background:#f6f3ec!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important}
  .container{width:min(100% - 20px,1440px)!important}
  .sauda-hero{margin-top:10px;display:block;min-height:650px;border-radius:18px}.sauda-hero-media{position:absolute;inset:0;min-height:100%}.sauda-hero-media::after{background:linear-gradient(0deg,rgba(8,9,8,.95),rgba(8,9,8,.18) 72%)}
  .sauda-hero-copy{min-height:650px;padding:36px 24px;justify-content:flex-end;background:linear-gradient(0deg,rgba(8,9,8,.92),transparent 72%)}.sauda-hero h1{font-size:clamp(54px,18vw,84px)!important;max-width:320px}.sauda-hero p{font-size:14px!important}.sauda-hero-stamp{width:92px;height:92px;right:16px;top:18px;bottom:auto;font-size:8px}.sauda-hero-stamp b{font-size:22px}
  .sauda-btn{width:100%}.sauda-btn-ghost{background:rgba(0,0,0,.18)}
  .sauda-value-rail{grid-template-columns:1fr;margin:18px 0 50px}.sauda-value{border-right:0!important;border-bottom:1px solid var(--sauda-line)!important;padding:17px 6px}.sauda-value:last-child{border-bottom:0!important}
  .sauda-section-head{align-items:flex-start;flex-direction:column}.sauda-section-head p{font-size:13px}
  .sauda-editorial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;margin-right:-10px;padding-right:10px}.sauda-editorial-card,.sauda-editorial-card:first-child,.sauda-editorial-card:last-child{display:block;min-width:82vw;min-height:470px;scroll-snap-align:start}
  .filter-box{align-items:flex-start;flex-direction:column;gap:10px}.filter-box .form-group,.filter-box select{width:100%!important;min-width:0!important}
  .catalogo{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.producto > div:first-child{border-radius:10px}.producto-content{padding:12px 2px 24px!important}.producto h3{font-size:12px!important}.producto-content>p{display:none}.sauda-product-meta{display:block}.sauda-product-price{font-size:15px}.sauda-product-link{display:none}.sauda-product-badge{font-size:7px;padding:6px 8px;left:7px;top:7px}
  .product-detail-modal{padding:0!important}.product-detail-modal-content{border-radius:0!important;margin:0!important;min-height:100vh;display:block!important}.product-detail-images{min-height:auto}.product-detail-main-image{height:auto!important;aspect-ratio:4/5}.product-detail-info{padding:30px 20px 60px!important}.product-detail-info h2{font-size:44px!important}.product-detail-close{position:fixed!important;z-index:20!important}
  .sauda-footer{padding-top:52px}.sauda-footer-grid{grid-template-columns:1fr;gap:28px}.sauda-footer-bottom{display:block;line-height:1.7}
}

/* Minorista keeps account access visible on mobile (it has no hamburger menu). */
@media(max-width:768px){
  .minorista-page header.sauda-header .header-button-group .login-btn-top{display:grid!important}
  .minorista-page header.sauda-header .header-button-group .logout-btn{display:grid!important}
}


/* =========================================================
   SAUDA — HEADER ALIGNMENT HOTFIX v2
   Optical logo centering + true centered SVG controls.
   ========================================================= */
.sauda-sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}
.sauda-nav{position:relative}
.sauda-brand{
  width:190px!important;height:82px!important;padding:0 14px!important;box-sizing:border-box!important;
  display:grid!important;place-items:center!important;justify-self:center!important;align-self:center!important;
  line-height:0!important;overflow:visible!important;
}
.sauda-brand img{
  width:168px!important;max-width:100%!important;height:auto!important;display:block!important;margin:0 auto!important;
  object-fit:contain!important;mix-blend-mode:normal!important;transform:translateY(-1px)!important;
}
.sauda-nav-right{align-items:center!important;min-height:42px!important}
header.sauda-header .header-button-group{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;line-height:0!important;
}
header.sauda-header .header-button-group button{
  position:relative!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
  padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;box-sizing:border-box!important;line-height:0!important;font-size:0!important;
}
header.sauda-header .header-button-group .login-btn-top::before,
header.sauda-header .header-button-group .logout-btn::before,
header.sauda-header .header-button-group .cart-btn::before{content:none!important;display:none!important}
header.sauda-header .header-button-group .sauda-control-icon{
  width:18px!important;height:18px!important;display:block!important;flex:0 0 18px!important;margin:0!important;padding:0!important;
  overflow:visible!important;transform:none!important;stroke:currentColor!important;fill:none!important;stroke-width:1.85!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;box-sizing:content-box!important;
}
header.sauda-header .header-button-group button:hover .sauda-control-icon{transform:none!important}
.sauda-footer-brand img{mix-blend-mode:normal!important}

@media(max-width:1100px){
  .sauda-brand{width:168px!important;height:76px!important;padding:0 8px!important;justify-self:center!important}
  .sauda-brand img{width:150px!important}
}
@media(max-width:768px){
  .sauda-brand{width:auto!important;height:68px!important;padding:0!important;justify-self:start!important;place-items:center start!important}
  .sauda-brand img{width:136px!important;transform:none!important}
  header.sauda-header .header-button-group button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}
  header.sauda-header .header-button-group .sauda-control-icon{width:17px!important;height:17px!important;flex-basis:17px!important}
}
