/* ============================================================
   LUXINN — DESIGN TOKENS (wyciągnięte z luxinn.pl)
   Blocksy + Elementor · premium fashion
   ============================================================ */
:root{
  --ivory:#fdfbf8;        /* tło strony */
  --cream:#f7f3ee;        /* karty / miękkie sekcje */
  --sand:#efe9e0;         /* delikatne wypełnienie */
  --beige:#e6ddd0;        /* drugi plan */
  --line:#e6ddcf;         /* włoskie hairline */
  --line-strong:#d4c8b8;
  --taupe:#c0ae96;        /* cena przekreślona / wygaszone */
  --mocha:#8a7264;        /* tekst drugorzędny / linki */
  --espresso:#28180e;     /* ciemne przyciski / mocny tekst */
  --coffee:#3a2a1e;       /* przycisk główny / nagłówek */
  --ink:#4a4a4a;          /* tekst podstawowy */
  --gold:#a8884a;         /* akcent / cena */
  --gold-soft:#c9a96a;
  --champagne:#e8d9b8;
  --ok:#5b7d5b;
  --serif:"Playfair Display",Georgia,serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --shadow:0 24px 60px -28px rgba(40,24,14,.30);
  --shadow-sm:0 10px 30px -18px rgba(40,24,14,.35);
  --maxw:1320px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--ivory);color:var(--ink);
  font-family:var(--sans);font-weight:300;font-size:16px;line-height:1.5;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;color:var(--espresso);margin:0;line-height:1.12}

/* utilities -------------------------------------------------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
.eyebrow{
  font-family:var(--sans);font-size:11px;font-weight:400;letter-spacing:.22em;
  text-transform:uppercase;color:var(--gold);margin:0 0 14px;
}
.kicker{
  font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha);
}
.price{font-family:var(--sans);font-size:14px;letter-spacing:.06em;color:var(--gold);font-weight:400}
.price--lg{font-size:18px}
.price-old{font-family:var(--sans);font-size:13px;font-weight:300;color:var(--taupe);text-decoration:line-through;margin-right:8px}

/* buttons ---------------------------------------------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-family:var(--sans);font-size:13px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;
  padding:15px 30px;border:1px solid transparent;border-radius:0;background:var(--coffee);color:var(--ivory);
  transition:background .35s ease,color .35s ease,border-color .35s ease,transform .2s ease;
}
.btn:hover{background:var(--espresso)}
.btn:active{transform:translateY(1px)}
.btn--block{display:flex;width:100%}
.btn--gold{background:var(--gold);color:#fff}
.btn--gold:hover{background:#977636}
.btn--ghost{background:transparent;color:var(--espresso);border-color:var(--line-strong)}
.btn--ghost:hover{background:var(--cream);border-color:var(--mocha)}
.btn--sm{padding:12px 22px;font-size:11px;letter-spacing:.14em}
.link-cta{
  font-family:var(--sans);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mocha);
  border-bottom:1px solid var(--line-strong);padding-bottom:3px;transition:color .3s,border-color .3s;
}
.link-cta:hover{color:var(--espresso);border-color:var(--espresso)}

/* form fields ------------------------------------------------ */
label.fld{display:block;margin-bottom:18px}
.fld > span{
  display:block;font-family:var(--sans);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--mocha);margin-bottom:8px;
}
.fld input,.fld select,.fld textarea{
  width:100%;font-family:var(--sans);font-size:14px;font-weight:300;color:var(--espresso);
  padding:13px 15px;background:#fff;border:1px solid var(--line);border-radius:0;outline:none;
  transition:border-color .3s,box-shadow .3s;
}
.fld input:focus,.fld select:focus,.fld textarea:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px rgba(168,136,74,.12);
}
.fld--inline{display:flex;gap:18px}
.fld--inline > label{flex:1;margin-bottom:0}

/* ============================================================
   PROMO BAR + HEADER
   ============================================================ */
.promo{
  background:var(--espresso);color:var(--champagne);text-align:center;
  font-family:var(--sans);font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  padding:9px 16px;font-weight:300;
}
.promo b{color:#fff;font-weight:500}
header.site{position:sticky;top:0;z-index:40;background:rgba(253,251,248,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 32px;max-width:var(--maxw);margin:0 auto}
.nav-left,.nav-right{display:flex;align-items:center;gap:28px}
.nav-right{justify-content:flex-end}
.nav a.menu{font-family:var(--sans);font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--espresso);font-weight:400;transition:color .3s}
.nav a.menu:hover{color:var(--gold)}
.brand{font-family:var(--serif);font-size:30px;letter-spacing:.30em;text-transform:uppercase;color:var(--espresso);text-align:center;padding-left:.30em}
.icon-btn{background:none;border:none;color:var(--espresso);display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.icon-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.4}
.cart-pill{position:relative}
.cart-count{position:absolute;top:-8px;right:-12px;background:var(--gold);color:#fff;font-family:var(--sans);font-size:10px;font-weight:600;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;letter-spacing:0}
.elementor-widget-luxinn_minicart{line-height:1}
.luxinn-cart-widget.icon-btn{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  min-width:24px !important;
  height:24px !important;
  min-height:24px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:var(--espresso) !important;
  box-shadow:none !important;
  line-height:1 !important;
  appearance:none !important;
}
.luxinn-cart-widget.icon-btn:hover,
.luxinn-cart-widget.icon-btn:focus{
  background:transparent !important;
  color:var(--gold) !important;
  box-shadow:none !important;
}
.luxinn-cart-widget.icon-btn svg{
  display:block !important;
  width:20px !important;
  height:20px !important;
  stroke:currentColor !important;
  fill:none !important;
  stroke-width:1.4 !important;
  pointer-events:none !important;
}
.luxinn-cart-widget .cart-count{
  pointer-events:none !important;
}

/* page intro ------------------------------------------------- */
.pagehead{padding:54px 0 10px;text-align:center}
.pagehead h1{font-size:46px;letter-spacing:.01em}
.crumbs{font-family:var(--sans);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mocha);margin-top:16px}
.crumbs a:hover{color:var(--gold)}
.crumbs span{margin:0 9px;color:var(--line-strong)}

/* product placeholder tile (makieta zdjęcia) ----------------- */
.ph{position:relative;aspect-ratio:3/4;background:
   linear-gradient(160deg,#f3ece1 0%,#e8ddcc 48%,#ddcfb9 100%);overflow:hidden;display:grid;place-items:center}
.ph::after{content:"";position:absolute;inset:0;background:
   radial-gradient(120% 80% at 50% 0%,rgba(255,255,255,.5),transparent 60%)}
.ph .mono{font-family:var(--serif);font-size:40px;color:rgba(40,24,14,.16);letter-spacing:.05em;position:relative;z-index:1}
.ph .ph-brand{position:absolute;left:0;right:0;bottom:14px;text-align:center;font-family:var(--sans);font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(40,24,14,.42);z-index:1}
.badge-sale{position:absolute;top:12px;left:12px;z-index:2;background:var(--espresso);color:var(--champagne);font-family:var(--sans);font-size:10px;letter-spacing:.1em;padding:5px 9px}

/* footer ----------------------------------------------------- */
footer.site{background:var(--cream);border-top:1px solid var(--line);margin-top:80px;padding:64px 0 30px}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
footer h4{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--espresso);margin-bottom:18px}
footer ul{list-style:none;margin:0;padding:0}
footer li{margin-bottom:11px;font-size:13px;color:var(--mocha)}
footer li a:hover{color:var(--gold)}
.foot-brand{font-family:var(--serif);font-size:26px;letter-spacing:.28em;text-transform:uppercase;color:var(--espresso);padding-left:.28em;margin-bottom:14px}
.foot-bottom{margin-top:48px;padding-top:22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe)}

/* ============================================================
   VIEW SWITCHER (tylko do podglądu makiet)
   ============================================================ */
.switcher{
  position:fixed;left:50%;transform:translateX(-50%);bottom:22px;z-index:90;
  background:var(--espresso);border-radius:0;display:flex;gap:2px;padding:6px;box-shadow:var(--shadow);
}
.switcher button{
  background:transparent;border:none;color:#cdbfa9;font-family:var(--sans);font-size:11px;letter-spacing:.12em;
  text-transform:uppercase;padding:10px 16px;transition:all .25s;
}
.switcher button:hover{color:#fff}
.switcher button.on{background:var(--gold);color:#fff}
.switch-tag{position:fixed;left:50%;transform:translateX(-50%);bottom:74px;z-index:90;font-family:var(--sans);font-size:9.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe)}

/* views toggle */
.view{display:none}
.view.active{display:block;animation:fade .5s ease}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* ============================================================
   1 · STRONA SKLEPU  (sidebar + siatka)
   ============================================================ */
.shop-layout{display:grid;grid-template-columns:288px 1fr;gap:48px;padding:0 0 2em;align-items:start}

/* --- panel boczny / filtry --- */
.shop-layout > .sidebar{position:static}
.search-box{position:relative;margin-bottom:30px}
.search-box input{
  width:100%;font-family:var(--sans);font-size:13px;font-weight:300;color:var(--espresso);
  padding:15px 44px 15px 16px;background:#fff;border:1px solid var(--line);outline:none;
  letter-spacing:.02em;transition:border-color .3s,box-shadow .3s;
}
.search-box input::placeholder{font-family:var(--sans);font-weight:300;color:var(--taupe);letter-spacing:.06em;opacity:1}
.search-box input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(168,136,74,.12)}
.search-box svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;stroke:var(--mocha);fill:none;stroke-width:1.5;pointer-events:none}
.facet{border-top:1px solid var(--line);padding:24px 0}
.facet:first-of-type{border-top:none;padding-top:6px}
.facet-h{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}
.facet-h h4{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--espresso);font-weight:500}
.facet-h .chev{width:14px;height:14px;stroke:var(--mocha);fill:none;stroke-width:1.6;transition:transform .3s}
.facet.collapsed .chev{transform:rotate(-90deg)}
.facet-body{margin-top:16px;transition:.3s}
.facet.collapsed .facet-body{display:none}
.opt{display:flex;align-items:center;gap:11px;padding:7px 0;font-family:var(--sans);font-size:13px;font-weight:300;color:var(--ink);cursor:pointer}
.opt input{appearance:none;width:16px;height:16px;border:1px solid var(--line-strong);background:#fff;position:relative;flex:none;transition:.2s}
.opt input:checked{background:var(--espresso);border-color:var(--espresso)}
.opt input:checked::after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:rotate(45deg)}
.opt .n{margin-left:auto;font-size:11px;color:var(--taupe);letter-spacing:.04em}
.opt:hover{color:var(--espresso)}
.opt--brand{font-family:var(--serif);font-size:15px;color:var(--espresso);letter-spacing:.04em}

/* swatches kolor */
.swatches{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}
.sw{width:26px;height:26px;border-radius:50%;border:1px solid var(--line-strong);cursor:pointer;position:relative;overflow:visible;transition:transform .2s,box-shadow .2s,border-color .2s}
.sw:hover{transform:scale(1.1)}
.sw.on{border-color:var(--espresso)}
.sw.on::before{content:"";position:absolute;inset:-4px;border:1px solid var(--espresso);border-radius:50%}
.sw-tooltip{position:absolute;left:50%;bottom:calc(100% + 12px);transform:translateX(-50%) translateY(6px);opacity:0;pointer-events:none;white-space:nowrap;background:#28180e;color:#fff;padding:8px 14px;border-radius:20px;font-family:var(--sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase;z-index:10;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 32px rgba(0,0,0,.16)}
.sw:hover .sw-tooltip{transform:translateX(-50%) translateY(0);opacity:1}
.sw-tooltip::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:6px solid transparent;border-bottom-color:#28180e}
/* rozmiary */
.sizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.size-chip{min-width:42px;text-align:center;padding:9px 6px;border:1px solid var(--line);background:#fff;font-family:var(--sans);font-size:12px;letter-spacing:.08em;color:var(--espresso);cursor:pointer;transition:.2s}
.size-chip:hover{border-color:var(--mocha)}
.size-chip.on{background:var(--espresso);color:#fff;border-color:var(--espresso)}
/* price range */
.range-vals{display:flex;justify-content:space-between;font-family:var(--sans);font-size:12px;color:var(--mocha);margin-bottom:12px;letter-spacing:.04em}
.range{width:100%;-webkit-appearance:none;height:1px;background:var(--line-strong);outline:none}
.range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--gold);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(40,24,14,.3)}
.sidebar-cta{margin-top:8px}

/* --- toolbar + siatka --- */
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:30px}
.shop-toolbar .count{font-family:var(--sans);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mocha)}
.toolbar-right{display:flex;align-items:center;gap:18px}
.sortsel{font-family:var(--sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--espresso);border:1px solid var(--line);background:#fff;padding:10px 14px}
.active-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:26px}
.chip{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--espresso);background:var(--cream);border:1px solid var(--line);padding:7px 12px}
.chip button{background:none;border:none;color:var(--mocha);font-size:13px;line-height:1;padding:0}
.chip-clear{font-family:var(--sans);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-self:center;border-bottom:1px solid transparent}
.chip-clear:hover{border-color:var(--gold)}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 26px}
.card{position:relative;background:transparent}
.card-media{position:relative;margin-bottom:16px;overflow:hidden}
.card-media .ph{transition:transform .6s ease}
.card:hover .card-media .ph{transform:scale(1.04)}
.card-fav{position:absolute;top:12px;right:12px;z-index:3;width:34px;height:34px;background:rgba(253,251,248,.85);display:grid;place-items:center;opacity:0;transition:opacity .3s}
.card:hover .card-fav{opacity:1}
.card-fav svg{width:17px;height:17px;stroke:var(--espresso);fill:none;stroke-width:1.4}
.card-quick{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;transform:translateY(14px);opacity:0;transition:transform .35s ease,opacity .35s ease}
.card:hover .card-quick{opacity:1;transform:none}
/* urządzenia dotykowe — brak hovera: przycisk zawsze widoczny pod zdjęciem */
@media(hover:none),(pointer:coarse){
  .card-quick{position:static;opacity:1;transform:none;left:auto;right:auto;margin-top:12px}
  .card-fav{opacity:1}
}
.card .brandlbl{font-family:var(--sans);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha);margin-bottom:7px}
.card h3{font-size:16px;line-height:1.28;margin-bottom:10px;min-height:42px}
.card h3 a:hover{color:var(--gold)}
.card .pr{display:flex;align-items:baseline;gap:0}
.card-foot{margin-top:14px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:54px}
.pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);font-family:var(--sans);font-size:13px;color:var(--espresso);transition:.2s}
.pagination a:hover{border-color:var(--mocha)}
.pagination a.on{background:var(--espresso);color:#fff;border-color:var(--espresso)}
.empty-grid{grid-column:1/-1;text-align:center;padding:70px 0;color:var(--mocha);font-size:14px}
.empty-grid h3{font-size:24px;margin-bottom:10px}

/* ============================================================
   2 · STRONA KOSZYKA
   ============================================================ */
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:56px;padding:30px 0 10px;align-items:start}
.cart-list{border-top:1px solid var(--line)}
.cart-row{display:grid;grid-template-columns:104px 1fr auto;gap:22px;padding:26px 0;border-bottom:1px solid var(--line);align-items:center}
.cart-row .ph{aspect-ratio:3/4;width:104px}
.cart-row .ph .mono{font-size:24px}
.cart-row .ph .ph-brand{display:none}
.ci-brand{font-family:var(--sans);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha);margin-bottom:6px}
.ci-name{font-family:var(--serif);font-size:18px;color:var(--espresso);margin-bottom:8px;line-height:1.25}
.ci-meta{font-family:var(--sans);font-size:12px;color:var(--mocha);font-weight:300}
.ci-meta b{color:var(--espresso);font-weight:400}
.ci-remove{margin-top:12px;font-family:var(--sans);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:6px}
.ci-remove:hover{color:var(--gold)}
.ci-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.qty{display:inline-flex;align-items:center;border:1px solid var(--line)}
.qty button{width:36px;height:38px;background:#fff;border:none;color:var(--espresso);font-size:16px;line-height:1}
.qty button:hover{background:var(--cream)}
.qty input{width:42px;height:38px;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-family:var(--sans);font-size:14px;color:var(--espresso);outline:none}
.ci-line-total{font-family:var(--sans);font-size:16px;letter-spacing:.04em;color:var(--espresso)}

.cart-tools{display:flex;justify-content:space-between;align-items:center;margin-top:26px;gap:18px;flex-wrap:wrap}
.coupon{display:flex;gap:0;max-width:360px;flex:1}
.coupon input{flex:1;border:1px solid var(--line);border-right:none;padding:13px 15px;font-family:var(--sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--espresso);outline:none;background:#fff}
.coupon input::placeholder{color:var(--taupe)}

/* podsumowanie (współdzielone) */
.summary{background:var(--cream);border:1px solid var(--line);padding:32px}
.summary h3{font-family:var(--serif);font-size:24px;margin-bottom:24px}
.sum-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;font-family:var(--sans);font-size:14px;font-weight:300;color:var(--ink)}
.sum-row .lbl{letter-spacing:.02em}
.sum-row b{font-weight:400;color:var(--espresso)}
.sum-row.muted{color:var(--mocha)}
.sum-free{color:var(--ok);font-size:12px;letter-spacing:.04em}
.sum-div{border-top:1px solid var(--line);margin:14px 0}
.sum-total{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0 22px}
.sum-total .lbl{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha)}
.sum-total .val{font-family:var(--serif);font-size:30px;color:var(--espresso)}
.sum-note{font-family:var(--sans);font-size:11px;color:var(--mocha);text-align:center;margin-top:16px;letter-spacing:.03em;line-height:1.6}
.trust-row{display:flex;justify-content:center;gap:22px;margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}
.trust-row span{display:flex;align-items:center;gap:7px;font-family:var(--sans);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mocha)}
.trust-row svg{width:15px;height:15px;stroke:var(--gold);fill:none;stroke-width:1.4}

/* progress do darmowej dostawy */
.ship-bar{margin:0 0 22px}
.ship-bar p{font-family:var(--sans);font-size:12px;color:var(--espresso);margin:0 0 9px;letter-spacing:.02em}
.ship-bar p b{color:var(--gold)}
.ship-track{height:3px;background:var(--beige);position:relative;overflow:hidden}
.ship-fill{position:absolute;left:0;top:0;bottom:0;background:var(--gold);width:78%}

/* polecane */
.cross-sell{margin-top:64px;border-top:1px solid var(--line);padding-top:48px}
.cross-sell .eyebrow{text-align:center}
.cross-sell h2{text-align:center;font-size:34px;margin-bottom:36px}
.cross-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}

body.woocommerce-cart .cart-layout{display:grid;grid-template-columns:1fr 380px;gap:56px;padding:30px 0 10px;align-items:start !important}
body.woocommerce-cart .cart-list{border-top:1px solid var(--line) !important}
body.woocommerce-cart .cart-row{display:grid;grid-template-columns:104px 1fr auto;gap:22px;padding:26px 0;border-bottom:1px solid var(--line);align-items:center !important}
body.woocommerce-cart .cart-row .ph{aspect-ratio:3/4;width:104px !important}
body.woocommerce-cart .ci-brand{font-family:var(--sans);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha);margin-bottom:6px !important}
body.woocommerce-cart .ci-name{font-family:var(--serif);font-size:18px;color:var(--espresso);margin-bottom:8px;line-height:1.25 !important}
body.woocommerce-cart .ci-meta{font-family:var(--sans);font-size:12px;color:var(--mocha);font-weight:300 !important}
body.woocommerce-cart .ci-remove{margin-top:12px;font-family:var(--sans);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--taupe);background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:6px !important}
body.woocommerce-cart .ci-remove:hover{color:var(--gold) !important}
body.woocommerce-cart .ci-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:16px !important}
body.woocommerce-cart .qty{display:inline-flex;align-items:center;border:1px solid var(--line) !important}
body.woocommerce-cart .qty button{width:36px;height:38px;background:#fff;border:none;color:var(--espresso);font-size:16px;line-height:1 !important}
body.woocommerce-cart .qty button:hover{background:var(--cream) !important}
body.woocommerce-cart .qty input{width:42px;height:38px;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center;font-family:var(--sans);font-size:14px;color:var(--espresso);outline:none !important}
body.woocommerce-cart .ci-line-total{font-family:var(--sans);font-size:16px;letter-spacing:.04em;color:var(--espresso) !important}
body.woocommerce-cart .cart-tools{display:flex;justify-content:space-between;align-items:center;margin-top:26px;gap:18px;flex-wrap:wrap !important}
body.woocommerce-cart .coupon{display:flex;gap:0;max-width:360px;flex:1 !important}
body.woocommerce-cart .coupon input{flex:1;border:1px solid var(--line);border-right:none;padding:13px 15px;font-family:var(--sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--espresso);outline:none;background:#fff !important}
body.woocommerce-cart .coupon input::placeholder{color:var(--taupe) !important}
body.woocommerce-cart .coupon button{border:1px solid var(--line);border-left:none;background:var(--coffee);color:var(--ivory);padding:0 20px;cursor:pointer;transition:.2s !important}
body.woocommerce-cart .coupon button:hover{background:var(--espresso) !important}
body.woocommerce-cart .summary{background:var(--cream);border:1px solid var(--line);padding:32px !important}
body.woocommerce-cart .summary h3{font-family:var(--serif);font-size:24px;margin-bottom:24px !important}
body.woocommerce-cart .summary .ship-bar{margin:0 0 22px !important}
body.woocommerce-cart .summary .ship-bar p{font-family:var(--sans);font-size:12px;color:var(--espresso);margin:0 0 9px;letter-spacing:.02em !important}
body.woocommerce-cart .summary .ship-bar p b{color:var(--gold) !important}
body.woocommerce-cart .summary .ship-track{height:3px;background:var(--beige);position:relative;overflow:hidden !important}
body.woocommerce-cart .summary .ship-fill{position:absolute;left:0;top:0;bottom:0;background:var(--gold);width:78% !important}
body.woocommerce-cart .summary .sum-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;font-family:var(--sans);font-size:14px;font-weight:300;color:var(--ink) !important}
body.woocommerce-cart .summary .sum-row .lbl{letter-spacing:.02em !important}
body.woocommerce-cart .summary .sum-total{display:flex;justify-content:space-between;align-items:baseline;padding:8px 0 22px !important}
body.woocommerce-cart .summary .sum-total .lbl{font-family:var(--sans);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mocha) !important}
body.woocommerce-cart .summary .sum-total .val{font-family:var(--serif);font-size:30px;color:var(--espresso) !important}
body.woocommerce-cart .summary .btn{width:100%;margin-top:8px !important}
body.woocommerce-cart .summary .sum-note{font-family:var(--sans);font-size:11px;color:var(--mocha);text-align:center;margin-top:16px;letter-spacing:.03em;line-height:1.6 !important}
body.woocommerce-cart .cross-sell{margin-top:64px;border-top:1px solid var(--line);padding-top:48px !important}
body.woocommerce-cart .cross-sell .eyebrow{text-align:center !important}
body.woocommerce-cart .cross-sell h2{text-align:center;font-size:34px;margin-bottom:36px !important}
body.woocommerce-cart .cross-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px !important}

/* ============================================================
   3 · CHECKOUT
   ============================================================ */
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:60px;padding:24px 0 10px;align-items:start;width:100%}
.checkout-layout > div{min-width:0}
.checkout-coupon-banner{display:flex;gap:14px;align-items:center;padding:18px 20px;background:#f2f0eb;border:1px solid var(--line);margin-bottom:28px}
.checkout-coupon-banner .coupon-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--espresso);font-size:18px;flex:none}
.checkout-coupon-banner p{margin:0;font-family:var(--sans);font-size:13px;line-height:1.5;color:var(--espresso)}
.checkout-coupon-banner .checkout-coupon-toggle{border:none;background:none;color:var(--espresso);font-family:var(--sans);font-size:13px;letter-spacing:.04em;padding:0;text-decoration:underline;cursor:pointer}
.checkout-coupon-banner .checkout-coupon-toggle:hover{text-decoration:none}
.woocommerce .woocommerce-form-coupon-toggle,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-checkout .woocommerce-form-coupon,
#woocommerce-checkout-form-coupon,
.woocommerce-form-coupon-toggle{display:none !important}
.woocommerce .woocommerce-checkout .checkout-coupon-banner{margin-bottom:36px !important}
.woocommerce .woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr;gap:24px}
.woocommerce .woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.woocommerce .woocommerce-checkout .col-1,
.woocommerce .woocommerce-checkout .col-2{display:block !important;width:100% !important}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:grid !important;grid-template-columns:1fr 1fr;gap:22px 24px}
.woocommerce .woocommerce-checkout .form-row{margin:0 0 18px !important;padding:0 !important;clear:none !important;float:none !important;width:100% !important;box-sizing:border-box !important}
.woocommerce .woocommerce-checkout .form-row-first,
.woocommerce .woocommerce-checkout .form-row-last{width:100% !important;float:none !important}
.woocommerce .woocommerce-checkout .form-row-wide{grid-column:1/-1 !important;width:100% !important;clear:none !important;float:none !important}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce .woocommerce-checkout .woocommerce-additional-fields > h3{display:none !important}
.woocommerce .woocommerce-checkout .input-text,
.woocommerce .woocommerce-checkout select,
.woocommerce .woocommerce-checkout textarea{
  width:100% !important;
  border:1px solid var(--line) !important;
  background:#fff !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  padding:16px 14px !important;
  line-height:1.4 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.woocommerce .woocommerce-checkout input[type="text"],
.woocommerce .woocommerce-checkout input[type="email"],
.woocommerce .woocommerce-checkout input[type="tel"],
.woocommerce .woocommerce-checkout input[type="password"],
.woocommerce .woocommerce-checkout input[type="number"]{
  height:50px !important;
}
.woocommerce .woocommerce-checkout select{appearance:none !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%238a7264' stroke-width='1.6'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:calc(100% - 14px) center !important;background-size:14px !important;padding-right:42px !important}
.woocommerce .woocommerce-checkout label{display:block !important;font-family:var(--sans) !important;font-size:11px !important;letter-spacing:.16em !important;text-transform:uppercase !important;color:var(--mocha) !important;margin-bottom:8px !important}
.woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-top:18px !important}
.woocommerce .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .input-checkbox{margin:0 12px 0 0 !important}
.woocommerce .woocommerce-checkout .button.alt,
.woocommerce .woocommerce-checkout #place_order{
  width:100% !important;
  padding:16px 24px !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table td{
  padding:14px 0 !important;
  border-bottom:1px solid var(--line) !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr:last-child td{border:none !important}
.woocommerce .woocommerce-checkout .order-total td{font-size:18px !important;font-weight:700 !important}
.woocommerce .woocommerce-checkout .wc_shipping_methods{display:grid;gap:12px;margin-top:16px !important}
.woocommerce .woocommerce-checkout .wc_shipping_methods li{border:1px solid var(--line);border-radius:0;background:#fff;padding:18px;transition:.25s}
.woocommerce .woocommerce-checkout .wc_shipping_methods li:hover{border-color:var(--line-strong)}
.woocommerce .woocommerce-checkout .wc_shipping_methods input[type="radio"]{margin-right:14px;flex:none}
.woocommerce .woocommerce-checkout .wc_shipping_methods label{display:flex;align-items:flex-start;gap:14px;font-family:var(--sans);font-size:13px;color:var(--espresso);line-height:1.4}
.woocommerce .woocommerce-checkout .wc_shipping_methods .shipping_method{flex:1}
.woocommerce .woocommerce-checkout .wc_shipping_methods .shipping_method .method-title{display:block;font-weight:700;margin-bottom:4px}
.woocommerce .woocommerce-checkout .wc_shipping_methods .shipping_method .method-label{font-weight:400;color:var(--mocha)}
.woocommerce .woocommerce-checkout .wc_payment_methods li{margin-bottom:14px !important;list-style:none}
.woocommerce .woocommerce-checkout .wc_payment_methods li label{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--line);background:#fff;padding:18px;cursor:pointer;transition:.25s;border-radius:0;font-family:var(--sans);font-size:13px;color:var(--espresso);margin:0 !important}
.woocommerce .woocommerce-checkout .wc_payment_methods li label:hover{border-color:var(--line-strong)}
.woocommerce .woocommerce-checkout .wc_payment_methods input[type="radio"]:checked + label{border-color:var(--gold);border-width:2px}
.woocommerce .woocommerce-checkout .wc_payment_methods input[type="radio"]{margin:4px 0 0 0 !important;flex:none;cursor:pointer}
.woocommerce .woocommerce-checkout .wc_payment_methods .payment-method-title{display:block;font-weight:700;margin-bottom:4px}
.woocommerce .woocommerce-checkout .wc_payment_methods .payment-method-desc{display:block;font-size:12px;color:var(--mocha);font-weight:400}
.woocommerce .woocommerce-checkout #ship-to-different-address-checkbox{width:auto;margin-right:8px;margin-top:2px}
.shipping-fields{margin-top:18px}
.woocommerce .woocommerce-checkout .shipping-fields .form-row{margin:0 0 18px;padding:0;clear:none;float:none;width:100%}
@media(max-width:1024px){
  .checkout-layout{grid-template-columns:1fr !important}
  .co-summary{position:static;top:auto !important}
  .woocommerce .woocommerce-checkout .col2-set{grid-template-columns:1fr !important}
  .woocommerce .woocommerce-checkout .form-row-first,
  .woocommerce .woocommerce-checkout .form-row-last{width:100% !important;margin-right:0 !important}
}
.co-section{margin-bottom:42px}
.co-section > h3{font-family:var(--serif);font-size:24px;margin-bottom:6px;display:flex;align-items:baseline;gap:14px}
.co-step{font-family:var(--sans);font-size:12px;letter-spacing:.1em;color:var(--gold);font-weight:500}
.co-section > .sub{font-family:var(--sans);font-size:12.5px;color:var(--mocha);margin:0 0 24px;font-weight:300}
.form-grid2{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.form-grid2 .full{grid-column:1/-1}
/* metody dostawy / płatności */
.method{display:flex;align-items:center;gap:14px;border:1px solid var(--line);background:#fff;padding:17px 18px;margin-bottom:12px;cursor:pointer;transition:.25s}
.method:hover{border-color:var(--line-strong)}
.method.on{border-color:var(--gold);background:#fff;box-shadow:0 0 0 1px var(--gold) inset}
.method .radio{width:18px;height:18px;border-radius:50%;border:1px solid var(--line-strong);flex:none;position:relative}
.method.on .radio{border-color:var(--gold)}
.method.on .radio::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--gold)}
.method .mt{flex:1}
.method .mt-name{font-family:var(--sans);font-size:13px;letter-spacing:.04em;color:var(--espresso);font-weight:400}
.method .mt-desc{font-family:var(--sans);font-size:11.5px;color:var(--mocha);font-weight:300;margin-top:3px}
.method .mt-price{font-family:var(--sans);font-size:13px;color:var(--espresso);letter-spacing:.04em}
.method .mt-ico{width:30px;text-align:center;color:var(--mocha)}
.method .mt-ico svg{width:22px;height:22px;stroke:var(--espresso);fill:none;stroke-width:1.3}
/* mini lista produktów w podsumowaniu */
.co-summary{position:sticky;top:96px}
.co-summary .summary{background:#f5efe5;border:1px solid var(--line);padding:28px 26px;display:flex;flex-direction:column;gap:18px}
/* Usuń domyślny border/background z #order_review i jego zawartości */
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-content {
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  box-shadow:none !important;
  margin:0 !important;
  outline:0 !important;
  min-width:0 !important;
}
.co-summary .summary h3{font-family:var(--serif);font-size:24px;margin:0 0 12px}
.co-summary .summary .woocommerce-checkout-review-order-table{background:transparent;border:none}
.co-summary .summary .woocommerce-checkout-review-order-table th,
.co-summary .summary .woocommerce-checkout-review-order-table td{padding:12px 0 !important;border-color:var(--line) !important}
.co-summary .summary .woocommerce-checkout-review-order-table tfoot tr:last-child td{border:none !important}
.co-summary .summary .wc_payment_methods{margin-top:26px !important}
.co-summary .summary .woocommerce-checkout-payment{margin-top:24px !important}
.co-summary .summary .woocommerce-terms-and-conditions-wrapper{margin-top:20px !important}
.co-summary .summary .button.alt,
.co-summary .summary #place_order{width:100% !important}
.co-summary .summary .woocommerce-message,
.co-summary .summary .woocommerce-error,
.co-summary .summary .woocommerce-info{margin:0 0 18px}
.co-summary .summary .form-row{margin:0 0 12px}
.co-summary .summary .order-total td{font-size:18px !important;font-weight:700 !important}
.co-summary .summary .wc_payment_methods li{margin-bottom:16px !important}
.co-summary .summary .payment_method label{font-family:var(--sans) !important;font-size:13px !important;color:var(--espresso) !important}
.woocommerce .woocommerce-checkout .woocommerce-form-coupon{display:none !important}
.co-items{margin:0 0 8px}
.co-item{display:grid;grid-template-columns:58px 1fr auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}
.co-item .ph{width:58px;aspect-ratio:3/4}
.co-item .ph .mono{font-size:16px}.co-item .ph .ph-brand{display:none}
.co-item .qbadge{position:absolute;top:-8px;right:-8px;background:var(--espresso);color:#fff;width:20px;height:20px;border-radius:50%;font-family:var(--sans);font-size:10px;display:grid;place-items:center;z-index:3}
.co-item .ci-wrap{position:relative}
.co-iname{font-family:var(--serif);font-size:14px;color:var(--espresso);line-height:1.25}
.co-imeta{font-family:var(--sans);font-size:11px;color:var(--mocha);margin-top:3px}
.co-iprice{font-family:var(--sans);font-size:13px;color:var(--espresso);letter-spacing:.03em;white-space:nowrap}
.co-coupon{display:flex;margin:18px 0}
.co-coupon input{flex:1;border:1px solid var(--line);border-right:none;padding:12px 14px;font-family:var(--sans);font-size:11px;letter-spacing:.1em;text-transform:uppercase;outline:none}
.terms{display:flex;gap:11px;align-items:flex-start;margin:6px 0 22px;font-family:var(--sans);font-size:11.5px;color:var(--mocha);font-weight:300;line-height:1.6}
.terms input{appearance:none;width:16px;height:16px;border:1px solid var(--line-strong);background:#fff;position:relative;flex:none;margin-top:2px}
.terms input:checked{background:var(--espresso);border-color:var(--espresso)}
.terms input:checked::after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 1.6px 1.6px 0;transform:rotate(45deg)}
.terms a{color:var(--gold);border-bottom:1px solid var(--line-strong)}

/* ============================================================
   KOSZYK BOCZNY (drawer)
   ============================================================ */
.overlay{position:fixed;inset:0;background:rgba(40,24,14,.38);opacity:0;visibility:hidden;transition:.4s;z-index:60}
.overlay.open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;right:0;bottom:0;width:418px;max-width:92vw;background:var(--ivory);z-index:70;
  transform:translateX(100%);transition:transform .45s cubic-bezier(.4,0,.1,1);display:flex;flex-direction:column;box-shadow:-30px 0 60px -30px rgba(40,24,14,.4)}
.drawer.open{transform:none}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px 26px;border-bottom:1px solid var(--line)}
.drawer-head h3{font-family:var(--serif);font-size:22px}
.drawer-head .cc{font-family:var(--sans);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--mocha);margin-left:10px}
.drawer-close{background:none;border:none;width:34px;height:34px;display:grid;place-items:center}
.drawer-close svg{width:20px;height:20px;stroke:var(--espresso);stroke-width:1.4;fill:none}
.drawer .ship-bar{padding:18px 26px 0;margin:0}
.drawer-body{flex:1;overflow-y:auto;padding:8px 26px}
.d-row{display:grid;grid-template-columns:72px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--line);align-items:start}
.d-row .ph{width:72px;aspect-ratio:3/4}.d-row .ph .mono{font-size:18px}.d-row .ph .ph-brand{display:none}
.d-name{font-family:var(--serif);font-size:15px;color:var(--espresso);line-height:1.25}
.d-meta{font-family:var(--sans);font-size:11px;color:var(--mocha);margin:5px 0 10px}
.d-price{font-family:var(--sans);font-size:13px;color:var(--espresso);letter-spacing:.03em;white-space:nowrap}
.qty--sm button{width:30px;height:32px}.qty--sm input{width:34px;height:32px;font-size:13px}
.d-x{background:none;border:none;color:var(--taupe);font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:0;margin-top:8px}
.d-x:hover{color:var(--gold)}
.drawer-foot{border-top:1px solid var(--line);padding:22px 26px;background:var(--cream)}
.drawer-foot .sum-total{padding:0 0 18px}
.drawer-foot .sum-total .val{font-size:26px}
.drawer-foot .row2{display:flex;gap:12px;margin-top:6px}
.drawer-foot .row2 .btn{flex:1}

/* ============================================================
   CHECKOUT — WC-native #payment output (sekcja 04)
   Dotyczy wyjścia woocommerce_checkout_payment() — bramki płatności,
   pole regulaminu i przycisk złóż zamówienie.
   ============================================================ */

/* kontener #payment — bez własnego tła */
.co-section--payment #payment{background:transparent;padding:0;border:none}

/* lista metod płatności */
.co-section--payment #payment .wc_payment_methods{list-style:none;margin:0;padding:0}
.co-section--payment #payment .wc_payment_methods > li{
  margin-bottom:12px;border:1px solid var(--line);background:#fff;transition:border-color .25s;
}
.co-section--payment #payment .wc_payment_methods > li:hover{border-color:var(--line-strong)}
.co-section--payment #payment .wc_payment_methods > li.payment_method--selected,
.co-section--payment #payment .wc_payment_methods > li:has(input[type="radio"]:checked){
  border-color:var(--gold);box-shadow:0 0 0 1px var(--gold) inset;
}
/* label = wiersz metody */
.co-section--payment #payment .wc_payment_methods > li > label{
  display:flex;align-items:center;gap:14px;
  padding:17px 18px;cursor:pointer;margin:0;
  font-family:var(--sans);font-size:13px;letter-spacing:.04em;color:var(--espresso);font-weight:400;
}
.co-section--payment #payment .wc_payment_methods > li > label img{
  max-height:24px;width:auto;display:inline;margin:0;
}
/* radio custom */
.co-section--payment #payment .wc_payment_methods input[type="radio"]{
  appearance:none;-webkit-appearance:none;
  width:18px;height:18px;border-radius:50%;border:1px solid var(--line-strong);
  background:#fff;flex:none;position:relative;transition:border-color .2s;cursor:pointer;
}
.co-section--payment #payment .wc_payment_methods input[type="radio"]:checked{border-color:var(--gold)}
.co-section--payment #payment .wc_payment_methods input[type="radio"]:checked::after{
  content:"";position:absolute;inset:4px;border-radius:50%;background:var(--gold);
}
/* gateway-specific fields (payment_box) */
.co-section--payment #payment .payment_box{
  padding:0 18px 18px;font-family:var(--sans);font-size:13px;color:var(--mocha);line-height:1.6;
}
.co-section--payment #payment .payment_box p{margin:0 0 10px}
.co-section--payment #payment .payment_box .input-text{
  width:100%;border:1px solid var(--line);background:#fff;color:var(--espresso);
  font-family:var(--sans);font-size:13px;padding:13px 15px;border-radius:0;outline:none;
  transition:border-color .3s,box-shadow .3s;
}
.co-section--payment #payment .payment_box .input-text:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px rgba(168,136,74,.12);
}

/* Regulamin wewnątrz #payment */
.co-section--payment #payment .woocommerce-terms-and-conditions-wrapper,
.co-section--payment #payment .woocommerce-privacy-policy-text{
  margin-top:22px;font-family:var(--sans);font-size:11.5px;color:var(--mocha);line-height:1.6;
}

/* Przycisk "Złóż zamówienie" / "Kupuję i płacę" */
.co-section--payment #payment .place-order{margin-top:18px;padding:0}
.co-section--payment #payment #place_order,
.co-section--payment #payment .button.alt{
  width:100% !important;
  background:var(--gold) !important;color:#fff !important;
  font-family:var(--sans) !important;font-size:13px !important;
  font-weight:400 !important;letter-spacing:.16em !important;text-transform:uppercase !important;
  padding:16px 24px !important;border:none !important;border-radius:0 !important;cursor:pointer !important;
  transition:background .3s ease !important;
}
.co-section--payment #payment #place_order:hover,
.co-section--payment #payment .button.alt:hover{background:#977636 !important}

/* ============================================================
   CHECKOUT — metody dostawy (#shipping_method)
   ============================================================ */
#shipping_method.woocommerce-shipping-methods{list-style:none;margin:0;padding:0;display:grid;gap:12px;margin-top:14px}
#shipping_method .luxinn-ship-method{
  border:1px solid var(--line);background:#fff;padding:17px 18px;
  display:flex;align-items:center;gap:14px;transition:border-color .25s;
}
#shipping_method .luxinn-ship-method:hover{border-color:var(--line-strong)}
#shipping_method .luxinn-ship-method.chosen{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold) inset}
#shipping_method .luxinn-ship-method input[type="radio"]{
  appearance:none;-webkit-appearance:none;
  width:18px;height:18px;border-radius:50%;border:1px solid var(--line-strong);
  background:#fff;flex:none;position:relative;transition:border-color .2s;cursor:pointer;
}
#shipping_method .luxinn-ship-method input[type="radio"]:checked{border-color:var(--gold)}
#shipping_method .luxinn-ship-method input[type="radio"]:checked::after{
  content:"";position:absolute;inset:4px;border-radius:50%;background:var(--gold);
}
#shipping_method .luxinn-ship-method label{
  font-family:var(--sans);font-size:13px;color:var(--espresso);cursor:pointer;
  flex:1;display:flex;justify-content:space-between;margin:0;letter-spacing:.03em;
}
.luxinn-no-shipping{
  font-family:var(--sans);font-size:13px;color:var(--mocha);padding:16px;
  border:1px solid var(--line);background:var(--cream);margin-top:14px;
}

/* "Wysłij na inny adres" checkbox */
.luxinn-ship-alt-label{
  display:flex;align-items:center;gap:10px;cursor:pointer;
  font-family:var(--sans);font-size:13px;color:var(--espresso);
  margin:22px 0 10px;padding:14px 18px;border:1px solid var(--line);background:#fff;
}
.luxinn-ship-alt-label input[type="checkbox"]{
  appearance:none;-webkit-appearance:none;
  width:17px;height:17px;border:1px solid var(--line-strong);background:#fff;
  flex:none;position:relative;transition:.2s;cursor:pointer;
}
.luxinn-ship-alt-label input[type="checkbox"]:checked{background:var(--espresso);border-color:var(--espresso)}
.luxinn-ship-alt-label input[type="checkbox"]:checked::after{
  content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;
  border:solid #fff;border-width:0 1.6px 1.6px 0;transform:rotate(45deg);
}

/* Mini-cart thumbnail (ph-mini) */
.ph-mini{width:72px;flex:none;aspect-ratio:3/4;overflow:hidden}
.ph-mini img{width:100%;height:100%;object-fit:cover;display:block}

/* Baner kupon na checkout */
.checkout-coupon-banner{
  display:flex;gap:14px;align-items:center;
  padding:16px 20px;background:var(--cream);border:1px solid var(--line);margin-bottom:28px;
}
.checkout-coupon-banner .coupon-icon{font-size:18px;line-height:1;flex:none}
.checkout-coupon-banner p{margin:0;font-family:var(--sans);font-size:13px;color:var(--espresso);line-height:1.5}
.checkout-coupon-banner .checkout-coupon-toggle{
  border:none;background:none;padding:0;font-family:var(--sans);font-size:13px;
  color:var(--gold);text-decoration:underline;cursor:pointer;display:inline;
}
.checkout-coupon-banner .checkout-coupon-toggle:hover{text-decoration:none}
.checkout-coupon-form .woocommerce-form-coupon{
  display:flex;gap:0;
}
.checkout-coupon-form .woocommerce-form-coupon .input-text{
  flex:1;border:1px solid var(--line);border-right:none;
  padding:13px 15px;font-family:var(--sans);font-size:13px;color:var(--espresso);
  outline:none;background:#fff;
}
.checkout-coupon-form .woocommerce-form-coupon .button{
  border:1px solid var(--line);border-left:none;background:var(--coffee);color:var(--ivory);
  padding:0 22px;font-family:var(--sans);font-size:11px;letter-spacing:.14em;
  text-transform:uppercase;cursor:pointer;transition:.2s;
}
.checkout-coupon-form .woocommerce-form-coupon .button:hover{background:var(--espresso)}

/* Tabela zamówienia w prawej kolumnie */
.woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;font-family:var(--sans)}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
  padding:12px 0;border-bottom:1px solid var(--line);font-size:13px;
  vertical-align:middle;
}
.woocommerce-checkout-review-order-table th{
  font-weight:400;letter-spacing:.04em;color:var(--mocha);text-align:left;
}
.woocommerce-checkout-review-order-table td{text-align:right;color:var(--espresso)}
.woocommerce-checkout-review-order-table tfoot tr:last-child td{
  border-bottom:none;font-family:var(--serif);font-size:20px;
}
.woocommerce-checkout-review-order-table .product-quantity{font-weight:300;color:var(--mocha)}

/* ============================================================
   BLOCKSY OVERRIDE — CHECKOUT PAGE
   get_header() używa require_once → nasz template renderuje się
   WEWNĄTRZ Blocksy's .entry-content (wąski kontener).
   Rozszerzamy hierarchię kontenerów Blocksy zamiast uciekać z nich.
   ============================================================ */

/* 1. Wyłącz sidebar na stronie checkout — Blocksy może mieć grid z sidebar */
body.woocommerce-checkout .ct-sidebar { display:none !important }
body.woocommerce-checkout .ct-sidebar-container {
  display:block !important;
  grid-template-columns:1fr !important;
  max-width:none !important;
}

/* 2. Rozszerz kontenery Blocksy'ego w main content area (nie headera) */
body.woocommerce-checkout #main .ct-container,
body.woocommerce-checkout .site-main .ct-container,
body.woocommerce-checkout main > .ct-container,
body.woocommerce-checkout main .ct-container {
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:100% !important;
}

/* Blocksy Pro / różne wersje — pełna lista klas content area */
body.woocommerce-checkout .ct-main-content,
body.woocommerce-checkout .ct-blog-grid,
body.woocommerce-checkout .ct-blog-content,
body.woocommerce-checkout article.type-page,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .page-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce-page {
  max-width:none !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
  float:none !important;
  box-sizing:border-box !important;
}

/* Blocksy CSS variables override (Blocksy Pro / customizer values) */
body.woocommerce-checkout {
  --theme-page-width:1320px;
  --ct-content-width:100%;
}

/* *** KLUCZOWY FIX ***
   Blocksy dodaje .ct-woocommerce-checkout (grid: repeat(2,1fr)) do elementu
   który zawiera nasze .checkout-layout (też grid). Tworzy to "grid w gridzie"
   i ściska lewą kolumnę. Wymuszamy display:block na tym kontenerze. */
body.woocommerce-checkout .ct-woocommerce-checkout {
  display:block !important;
  grid-template-columns:unset !important;
  width:100% !important;
}

/* 3. Nasz .wrap — teraz po rozszerzeniu kontenerów,
   sam ustawia max-width i padding */
body.woocommerce-checkout .wrap {
  max-width:var(--maxw) !important;
  width:100% !important;
  padding:0 32px !important;
  margin:0 auto !important;
  box-sizing:border-box !important;
  position:static !important;
}

/* 4. Grid checkout — wymuszony */
body.woocommerce-checkout .checkout-layout {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 420px !important;
  gap:60px !important;
  align-items:start !important;
  width:100% !important;
  max-width:none !important;
}
body.woocommerce-checkout .checkout-layout > div { min-width:0 !important }
body.woocommerce-checkout .co-summary { position:sticky !important; top:96px !important }

/* 4. WC form-row — override Blocksy margin/padding/float */
body.woocommerce-checkout .woocommerce-checkout .form-row {
  margin:0 0 18px !important;
  padding:0 !important;
  clear:none !important;
  float:none !important;
  width:100% !important;
}
body.woocommerce-checkout .woocommerce-checkout .form-row-first,
body.woocommerce-checkout .woocommerce-checkout .form-row-last {
  width:100% !important;
  float:none !important;
}
body.woocommerce-checkout .woocommerce-checkout .form-row-wide {
  width:100% !important;
  clear:none !important;
}

/* Dwu-kolumnowe pola adresu — tą samą siatką co .form-grid2 */
body.woocommerce-checkout .co-section:nth-child(3) .form-row-first,
body.woocommerce-checkout .co-section:nth-child(3) .form-row-last {
  display:inline-block !important;
  width:calc(50% - 9px) !important;
}
body.woocommerce-checkout .co-section:nth-child(3) .form-row-first {
  margin-right:18px !important;
}

/* 5. Labels — override Blocksy (może resetować do system font / małego rozmiaru) */
body.woocommerce-checkout .woocommerce-checkout label,
body.woocommerce-checkout .co-section label,
body.woocommerce-checkout .form-row label {
  display:block !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
  margin-bottom:8px !important;
  line-height:1.4 !important;
}
/* gwiazdka required */
body.woocommerce-checkout .woocommerce-checkout label .required,
body.woocommerce-checkout .form-row label .required {
  color:var(--gold) !important;
  margin-left:2px !important;
}

/* 6. Inputs, selects, textareas — override Blocksy */
body.woocommerce-checkout .woocommerce-checkout .input-text,
body.woocommerce-checkout .woocommerce-checkout input[type="text"],
body.woocommerce-checkout .woocommerce-checkout input[type="email"],
body.woocommerce-checkout .woocommerce-checkout input[type="tel"],
body.woocommerce-checkout .woocommerce-checkout input[type="password"],
body.woocommerce-checkout .woocommerce-checkout input[type="number"],
body.woocommerce-checkout .woocommerce-checkout select,
body.woocommerce-checkout .woocommerce-checkout textarea {
  width:100% !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:300 !important;
  color:var(--espresso) !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  padding:13px 15px !important;
  outline:none !important;
  box-shadow:none !important;
  height:auto !important;
  line-height:1.4 !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  transition:border-color .3s,box-shadow .3s !important;
}
body.woocommerce-checkout .woocommerce-checkout .input-text:focus,
body.woocommerce-checkout .woocommerce-checkout input[type="text"]:focus,
body.woocommerce-checkout .woocommerce-checkout input[type="email"]:focus,
body.woocommerce-checkout .woocommerce-checkout input[type="tel"]:focus,
body.woocommerce-checkout .woocommerce-checkout select:focus,
body.woocommerce-checkout .woocommerce-checkout textarea:focus {
  border-color:var(--gold) !important;
  box-shadow:0 0 0 3px rgba(168,136,74,.12) !important;
}
/* select dropdown arrow */
body.woocommerce-checkout .woocommerce-checkout select {
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%238a7264' stroke-width='1.6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:calc(100% - 14px) center !important;
  background-size:14px !important;
  padding-right:42px !important;
}

/* 7. WooCommerce validation errors / required highlight */
body.woocommerce-checkout .woocommerce-checkout .woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-checkout .woocommerce-invalid input {
  border-color:#c0392b !important;
}
body.woocommerce-checkout .woocommerce-checkout .woocommerce-invalid-required-field .input-text,
body.woocommerce-checkout .woocommerce-checkout .woocommerce-invalid-required-field input {
  border-color:#c0392b !important;
}

/* 8. Co-section headings — reset Blocksy h3 styles */
body.woocommerce-checkout .co-section > h3 {
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  color:var(--espresso) !important;
  margin:0 0 6px !important;
  line-height:1.12 !important;
  display:flex !important;
  align-items:baseline !important;
  gap:14px !important;
  border:none !important;
  padding:0 !important;
}
body.woocommerce-checkout .co-section > .sub {
  font-family:var(--sans) !important;
  font-size:12.5px !important;
  color:var(--mocha) !important;
  margin:0 0 24px !important;
  font-weight:300 !important;
}

/* 9. Metody dostawy — reset Blocksy list styles */
body.woocommerce-checkout #shipping_method {
  list-style:none !important;
  margin:14px 0 0 !important;
  padding:0 !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method {
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:0 14px !important;
  border:1px solid var(--line) !important;
  background:#fff !important;
  padding:17px 18px !important;
  margin-bottom:12px !important;
  cursor:pointer !important;
  transition:border-color .25s !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method.chosen {
  border-color:var(--gold) !important;
  box-shadow:0 0 0 1px var(--gold) inset !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method input[type="radio"] {
  appearance:none !important;
  -webkit-appearance:none !important;
  width:18px !important;
  height:18px !important;
  border-radius:50% !important;
  border:1px solid var(--line-strong) !important;
  background:#fff !important;
  flex:none !important;
  position:relative !important;
  cursor:pointer !important;
  margin:0 !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method input[type="radio"]:checked {
  border-color:var(--gold) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method input[type="radio"]:checked::after {
  content:"" !important;
  position:absolute !important;
  inset:4px !important;
  border-radius:50% !important;
  background:var(--gold) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method label {
  font-family:var(--sans) !important;
  font-size:13px !important;
  color:var(--espresso) !important;
  cursor:pointer !important;
  flex:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin:0 !important;
  text-transform:none !important;
  letter-spacing:.03em !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method .ship-label {
  flex:1 !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method .ship-price {
  font-weight:500 !important;
  color:var(--espresso) !important;
  white-space:nowrap !important;
  font-size:13px !important;
}
/* Wtyczka (InPost, DPD) dodaje elementy po label przez woocommerce_after_shipping_rate.
   Dajemy im pełną szerokość (zawijają na nową linię) + wcięcie wyrównane z tekstem label. */
body.woocommerce-checkout #shipping_method .luxinn-ship-method > a,
body.woocommerce-checkout #shipping_method .luxinn-ship-method > p,
body.woocommerce-checkout #shipping_method .luxinn-ship-method > div:not(label) {
  flex:0 0 100% !important;
  margin-top:10px !important;
  padding-left:calc(18px + 14px) !important;
}
/* Link "Wybierz punkt odbioru" (InPost, itp.) */
body.woocommerce-checkout #shipping_method .luxinn-ship-method a {
  display:inline-block !important;
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  font-weight:400 !important;
  color:var(--gold) !important;
  letter-spacing:.06em !important;
  text-decoration:none !important;
  border-bottom:1px solid var(--gold) !important;
  padding-bottom:1px !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method a:hover {
  color:var(--espresso) !important;
  border-bottom-color:var(--espresso) !important;
}
/* Tekst wybranego punktu (np. "WAW123P") obok/pod linkiem */
body.woocommerce-checkout #shipping_method .luxinn-ship-method .inpost_locker_number,
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="locker_number"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="selected_point"] {
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  color:var(--mocha) !important;
  margin-left:8px !important;
}

/* 10. Metody płatności — layout: radio pozycjonowany absolutnie, label z paddingiem */
body.woocommerce-checkout #payment {
  background:transparent !important;
  border:none !important;
  padding:0 !important;
}
body.woocommerce-checkout #payment .wc_payment_methods {
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
body.woocommerce-checkout #payment .wc_payment_methods > li.wc_payment_method {
  margin-bottom:8px !important;
  border:1px solid var(--line) !important;
  background:#fff !important;
  border-radius:0 !important;
  padding:0 !important;
  float:none !important;
  position:relative !important;  /* dla absolutnie pozycjonowanego radio */
  display:block !important;
  transition:border-color .2s !important;
}
/* Zaznaczona metoda — złota ramka */
body.woocommerce-checkout #payment .wc_payment_methods > li.wc_payment_method.is-selected {
  border-color:var(--gold) !important;
  box-shadow:0 0 0 1px var(--gold) inset !important;
}
/* Radio — absolutnie wewnątrz li */
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"] {
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
  position:absolute !important;
  left:16px !important;
  top:17px !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  border-radius:50% !important;
  border:1.5px solid var(--mocha) !important;
  background:#fff !important;
  cursor:pointer !important;
  margin:0 !important;
  padding:0 !important;
  z-index:2 !important;
  box-shadow:none !important;
}
/* Usuń pseudo-elementy które Blocksy może dodawać */
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]::before {
  display:none !important;
  content:none !important;
}
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]:checked {
  border-color:var(--gold) !important;
}
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]:checked::after {
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:4px !important;
  border-radius:50% !important;
  background:var(--gold) !important;
}
/* Label — padding-left robi miejsce na radio */
body.woocommerce-checkout #payment .wc_payment_method > label {
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:15px 18px 15px 48px !important;
  cursor:pointer !important;
  margin:0 !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:400 !important;
  letter-spacing:.02em !important;
  color:var(--espresso) !important;
  text-transform:none !important;
  background:transparent !important;
  width:100% !important;
  box-sizing:border-box !important;
  line-height:1.4 !important;
}
body.woocommerce-checkout #payment .wc_payment_method > label img {
  max-height:24px !important;
  width:auto !important;
  display:block !important;
  flex:none !important;
  margin-left:12px !important;
}
/* Gateway field — poniżej labela, pełna szerokość */
body.woocommerce-checkout #payment .payment_box {
  padding:0 18px 14px 48px !important;
  background:transparent !important;
  font-family:var(--sans) !important;
  font-size:12px !important;
  color:var(--mocha) !important;
  margin:0 !important;
  border-top:1px solid var(--line) !important;
  line-height:1.6 !important;
}
body.woocommerce-checkout #payment .payment_box p { margin:10px 0 0 !important }

/* .place-order — przenoszony przez JS do #co-summary-actions */
body.woocommerce-checkout #payment .place-order { display:none !important }

/* Po przeniesieniu przez JS: .co-summary-actions .place-order */
body.woocommerce-checkout .co-summary-actions .place-order {
  display:block !important;
  padding:0 !important;
  margin:0 !important;
}
/* Regulamin — wrapper: block (nie flex, żeby policy i checkbox były pod sobą) */
body.woocommerce-checkout .co-summary-actions .woocommerce-terms-and-conditions-wrapper {
  margin:16px 0 0 !important;
  display:block !important;
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  color:var(--mocha) !important;
  line-height:1.6 !important;
}
/* Policy text — wyśrodkowany, pod totals, nad checkboxem */
body.woocommerce-checkout .co-summary-actions .woocommerce-privacy-policy-text {
  font-size:10.5px !important;
  color:var(--mocha) !important;
  text-align:center !important;
  line-height:1.6 !important;
  margin:0 0 14px !important;
  padding:0 !important;
}
body.woocommerce-checkout .co-summary-actions .woocommerce-privacy-policy-text p {
  margin:0 !important;
  font-size:10.5px !important;
}
/* Wiersz checkboxa + tekst regulaminu */
body.woocommerce-checkout .co-summary-actions .woocommerce-terms-and-conditions-wrapper > p.form-row,
body.woocommerce-checkout .co-summary-actions .woocommerce-form-row--wide.validate-required {
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin:0 0 16px !important;
  padding:0 !important;
}
body.woocommerce-checkout .co-summary-actions .woocommerce-terms-and-conditions-wrapper label {
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  cursor:pointer !important;
  font-size:11.5px !important;
  color:var(--mocha) !important;
  line-height:1.5 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-weight:300 !important;
  margin:0 !important;
}
body.woocommerce-checkout .co-summary-actions .woocommerce-terms-and-conditions-wrapper .input-checkbox {
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  margin:2px 0 0 !important;
  -webkit-appearance:auto !important;
  appearance:auto !important;
  flex:none !important;
  padding:0 !important;
  cursor:pointer !important;
}
/* Przycisk "Kupuję i płacę" */
body.woocommerce-checkout .co-summary-actions #place_order,
body.woocommerce-checkout .co-summary-actions .button.alt,
body.woocommerce-checkout .co-summary-actions button[name="woocommerce_checkout_place_order"] {
  display:block !important;
  width:100% !important;
  background:var(--gold) !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:12.5px !important;
  font-weight:400 !important;
  letter-spacing:.2em !important;
  text-transform:uppercase !important;
  padding:17px 24px !important;
  border:none !important;
  border-radius:0 !important;
  cursor:pointer !important;
  transition:background .3s !important;
  line-height:1 !important;
  height:auto !important;
  text-align:center !important;
}
body.woocommerce-checkout .co-summary-actions #place_order:hover { background:#977636 !important }

/* 10b. select2 — pole kraj (WC zastępuje <select> przez select2) */
body.woocommerce-checkout .select2-container {
  width:100% !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  height:auto !important;
  padding:13px 42px 13px 15px !important;
  background:#fff !important;
  box-shadow:none !important;
  outline:none !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:300 !important;
  color:var(--espresso) !important;
  padding:0 !important;
  line-height:1.4 !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  width:42px !important;
  height:100% !important;
  top:0 !important;
  right:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border:none !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%238a7264' stroke-width='1.6'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:14px !important;
  width:14px !important;
  height:14px !important;
  margin:0 !important;
}
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  border-color:var(--gold) !important;
  box-shadow:0 0 0 3px rgba(168,136,74,.12) !important;
}
/* select2 dropdown */
body.woocommerce-checkout .select2-container--default .select2-results__option {
  font-family:var(--sans) !important;
  font-size:13px !important;
  padding:8px 14px !important;
}
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted {
  background:var(--gold) !important;
  color:#fff !important;
}
body.woocommerce-checkout .select2-dropdown {
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  box-shadow:0 4px 16px rgba(0,0,0,.08) !important;
}
body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
  border:1px solid var(--line) !important;
  outline:none !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  padding:8px 12px !important;
}

/* 11. Prawa kolumna — karta podsumowania */
body.woocommerce-checkout .co-summary {
  position:sticky !important;
  top:96px !important;
}
body.woocommerce-checkout .co-summary .summary {
  background:var(--cream) !important;
  border:1px solid var(--line) !important;
  padding:28px !important;
}
body.woocommerce-checkout .co-summary .summary > h3 {
  font-family:var(--serif) !important;
  font-size:20px !important;
  font-weight:400 !important;
  color:var(--espresso) !important;
  margin:0 0 22px !important;
  padding:0 0 18px !important;
  border-bottom:1px solid var(--line) !important;
  letter-spacing:.02em !important;
}

/* Lista produktów w prawej kolumnie */
body.woocommerce-checkout .review-items {
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  margin-bottom:18px !important;
  padding-bottom:18px !important;
  border-bottom:1px solid var(--line) !important;
}
body.woocommerce-checkout .review-item {
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) minmax(78px,auto) !important;
  gap:12px !important;
  align-items:start !important;
}
body.woocommerce-checkout .review-thumb {
  width:64px !important;
  height:64px !important;
  overflow:hidden !important;
  border:1px solid var(--line) !important;
  flex:none !important;
  position:relative !important;
}
body.woocommerce-checkout .review-thumb img {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
/* Qty badge — czarne kółko z numerem */
body.woocommerce-checkout .review-qty-badge {
  position:absolute !important;
  top:-9px !important;
  right:-9px !important;
  width:20px !important;
  height:20px !important;
  border-radius:50% !important;
  background:var(--espresso) !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:500 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:1 !important;
  z-index:1 !important;
}
body.woocommerce-checkout .review-info {
  display:flex !important;
  flex-direction:column !important;
  gap:3px !important;
  min-width:0 !important;
}
body.woocommerce-checkout .review-name {
  font-family:var(--sans) !important;
  font-size:12.5px !important;
  font-weight:400 !important;
  color:var(--espresso) !important;
  line-height:1.35 !important;
}
body.woocommerce-checkout .review-meta {
  font-family:var(--sans) !important;
  font-size:11px !important;
  color:var(--mocha) !important;
  font-weight:300 !important;
}
body.woocommerce-checkout .review-qty {
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .review-price {
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:500 !important;
  color:var(--espresso) !important;
  white-space:normal !important;
  text-align:right !important;
  max-width:112px !important;
  line-height:1.35 !important;
}
body.woocommerce-checkout .review-price del,
body.woocommerce-checkout .review-price ins {
  display:block !important;
  text-decoration:none !important;
}
body.woocommerce-checkout .review-price del {
  color:var(--taupe) !important;
  font-size:10px !important;
  text-decoration:line-through !important;
}

/* KOD RABATOWY w prawej kolumnie */
body.woocommerce-checkout .co-coupon {
  margin:0 0 18px !important;
}
body.woocommerce-checkout .co-coupon-row {
  display:flex !important;
  gap:0 !important;
}
body.woocommerce-checkout .co-coupon-input {
  flex:1 !important;
  font-family:var(--sans) !important;
  font-size:12.5px !important;
  font-weight:300 !important;
  color:var(--espresso) !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-right:none !important;
  border-radius:0 !important;
  padding:11px 14px !important;
  outline:none !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}
body.woocommerce-checkout .co-coupon-input::placeholder {
  font-size:11px !important;
  letter-spacing:.1em !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .co-coupon-submit {
  background:var(--espresso) !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  padding:11px 18px !important;
  border:none !important;
  cursor:pointer !important;
  white-space:nowrap !important;
  transition:background .25s !important;
}
body.woocommerce-checkout .co-coupon-submit:hover { background:var(--mocha) !important }
body.woocommerce-checkout .co-coupon-msg {
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  margin-top:8px !important;
  padding:8px 12px !important;
}
body.woocommerce-checkout .co-coupon-msg.success { color:#2e6b3e;background:#f0f8f3;border-left:3px solid #2e6b3e }
body.woocommerce-checkout .co-coupon-msg.error   { color:#c0392b;background:#fef6f5;border-left:3px solid #c0392b }

/* Podsumowanie kosztów (totals) */
body.woocommerce-checkout .review-totals {
  padding-top:18px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:9px !important;
}
body.woocommerce-checkout .review-totals-row {
  display:flex !important;
  justify-content:space-between !important;
  align-items:baseline !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  color:var(--espresso) !important;
}
body.woocommerce-checkout .review-totals-row span:first-child {
  color:var(--mocha) !important;
  font-weight:300 !important;
}
body.woocommerce-checkout .review-coupon del { color:var(--mocha) !important;font-size:11px !important }
/* Wiersz "DO ZAPŁATY" — wyróżniony */
body.woocommerce-checkout .review-totals-row.review-total {
  padding-top:16px !important;
  border-top:1px solid var(--line) !important;
  margin-top:8px !important;
  align-items:flex-start !important;
}
body.woocommerce-checkout .review-totals-row.review-total span:first-child {
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
  padding-top:6px !important;
}
/* DO ZAPŁATY: label nie wraps, cena wyrównana do prawej */
body.woocommerce-checkout .review-totals-row.review-total span:first-child {
  white-space:nowrap !important;
}
body.woocommerce-checkout .review-totals-row.review-total span:last-child {
  text-align:right !important;
}
/* <strong> wewnątrz: kolumna — kwota nad "zawiera podatek" */
body.woocommerce-checkout .review-totals-row.review-total span:last-child strong {
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  font-family:var(--serif) !important;
  font-size:22px !important;
  font-weight:400 !important;
  color:var(--espresso) !important;
}
/* "(zawiera X ZŁ Podatek)" — mały tekst pod kwotą */
body.woocommerce-checkout .review-totals-row.review-total .includes_tax {
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:300 !important;
  color:var(--mocha) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
/* Separator między totals a co-summary-actions */
body.woocommerce-checkout .co-summary-actions {
  margin-top:20px !important;
  border-top:1px solid var(--line) !important;
  padding-top:4px !important;
}

/* 12. WooCommerce notices / errors */
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info {
  font-family:var(--sans) !important;
  font-size:13px !important;
  border-radius:0 !important;
  margin-bottom:20px !important;
}
body.woocommerce-checkout .checkout-layout,
body.woocommerce-checkout #luxinn_checkout_shipping_methods,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .luxinn-review-order-fragment {
  transition:opacity .2s ease;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary :is(.woocommerce-checkout-review-order-table, .luxinn-review-order-fragment, .luxinn-review-order-content),
body.woocommerce-checkout .co-summary :is(.woocommerce-checkout-review-order-table, .luxinn-review-order-fragment, .luxinn-review-order-content)::before,
body.woocommerce-checkout .co-summary :is(.woocommerce-checkout-review-order-table, .luxinn-review-order-fragment, .luxinn-review-order-content)::after {
  border:0 !important;
  border-color:transparent !important;
  box-shadow:none !important;
  outline:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order-table .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-content {
  display:block !important;
  width:100% !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  border-collapse:separate !important;
}
body.woocommerce-checkout.luxinn-checkout-updating #luxinn_checkout_shipping_methods,
body.woocommerce-checkout.luxinn-checkout-updating #order_review {
  opacity:.58;
  pointer-events:none;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
  max-width:var(--maxw) !important;
  margin:0 auto 20px !important;
  padding:0 32px !important;
}
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout ul.woocommerce-error,
body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  list-style:none !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-left:3px solid var(--gold) !important;
  color:var(--espresso) !important;
  box-shadow:var(--shadow-sm) !important;
  padding:14px 18px !important;
  line-height:1.55 !important;
}
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout ul.woocommerce-error,
body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  border-left-color:#b85d4f !important;
}
body.woocommerce-checkout .woocommerce-message {
  border-left-color:var(--ok) !important;
}
body.woocommerce-checkout .woocommerce-info {
  border-left-color:var(--gold) !important;
}
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before {
  display:none !important;
  content:none !important;
}
body.woocommerce-checkout .woocommerce-error li,
body.woocommerce-checkout .woocommerce-info li,
body.woocommerce-checkout .woocommerce-message li {
  margin:0 !important;
  padding:0 !important;
  color:inherit !important;
}
body.woocommerce-checkout .woocommerce-error a,
body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a {
  color:var(--gold) !important;
  text-decoration:none !important;
  border-bottom:1px solid currentColor !important;
}
body.woocommerce-checkout .woocommerce-invalid label,
body.woocommerce-checkout .woocommerce-invalid-required-field label {
  color:#9f463d !important;
}
body.woocommerce-checkout .woocommerce-invalid .select2-selection,
body.woocommerce-checkout .woocommerce-invalid-required-field .select2-selection,
body.woocommerce-checkout .woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-invalid-required-field .input-text,
body.woocommerce-checkout .woocommerce-invalid input,
body.woocommerce-checkout .woocommerce-invalid-required-field input,
body.woocommerce-checkout .woocommerce-invalid textarea,
body.woocommerce-checkout .woocommerce-invalid-required-field textarea {
  border-color:#b85d4f !important;
  box-shadow:0 0 0 3px rgba(184,93,79,.10) !important;
}
body.woocommerce-checkout .woocommerce-validated .input-text,
body.woocommerce-checkout .woocommerce-validated input,
body.woocommerce-checkout .woocommerce-validated textarea,
body.woocommerce-checkout .woocommerce-validated .select2-selection {
  border-color:rgba(91,125,91,.55) !important;
}

/* Pickup point / parcel locker widgets added by Furgonetka, InPost and similar plugins. */
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="furgonetka"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [id*="furgonetka"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="inpost"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [id*="inpost"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="paczkomat"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [id*="paczkomat"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="parcel"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [id*="parcel"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="locker"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [id*="locker"] {
  font-family:var(--sans) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method button,
body.woocommerce-checkout #shipping_method .luxinn-ship-method .button,
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="point"] button,
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="locker"] button,
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="paczkomat"] button {
  background:var(--espresso) !important;
  color:#fff !important;
  border:1px solid var(--espresso) !important;
  border-radius:0 !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  padding:11px 16px !important;
  min-height:auto !important;
  line-height:1.2 !important;
  box-shadow:none !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method button:hover,
body.woocommerce-checkout #shipping_method .luxinn-ship-method .button:hover {
  background:var(--gold) !important;
  border-color:var(--gold) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="selected"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="point"],
body.woocommerce-checkout #shipping_method .luxinn-ship-method [class*="locker"] {
  color:var(--mocha) !important;
  font-size:12px !important;
  line-height:1.55 !important;
}

body.woocommerce-checkout [class*="furgonetka"][class*="modal"],
body.woocommerce-checkout [class*="furgonetka"][class*="popup"],
body.woocommerce-checkout [class*="inpost"][class*="modal"],
body.woocommerce-checkout [class*="inpost"][class*="popup"],
body.woocommerce-checkout [class*="paczkomat"][class*="modal"],
body.woocommerce-checkout [class*="paczkomat"][class*="popup"],
body.woocommerce-checkout [class*="parcel"][class*="modal"],
body.woocommerce-checkout [class*="parcel"][class*="popup"],
body.woocommerce-checkout [id*="furgonetka"][id*="modal"],
body.woocommerce-checkout [id*="inpost"][id*="modal"],
body.woocommerce-checkout [id*="paczkomat"][id*="modal"],
body.woocommerce-checkout [id*="parcel"][id*="modal"] {
  font-family:var(--sans) !important;
  color:var(--espresso) !important;
  border-radius:0 !important;
  box-shadow:var(--shadow) !important;
}
body.woocommerce-checkout [class*="furgonetka"][class*="modal"] input,
body.woocommerce-checkout [class*="inpost"][class*="modal"] input,
body.woocommerce-checkout [class*="paczkomat"][class*="modal"] input,
body.woocommerce-checkout [class*="parcel"][class*="modal"] input,
body.woocommerce-checkout [id*="furgonetka"][id*="modal"] input,
body.woocommerce-checkout [id*="inpost"][id*="modal"] input,
body.woocommerce-checkout [id*="paczkomat"][id*="modal"] input,
body.woocommerce-checkout [id*="parcel"][id*="modal"] input {
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  padding:12px 14px !important;
  outline:none !important;
  box-shadow:none !important;
}
body.woocommerce-checkout [class*="furgonetka"][class*="modal"] input:focus,
body.woocommerce-checkout [class*="inpost"][class*="modal"] input:focus,
body.woocommerce-checkout [class*="paczkomat"][class*="modal"] input:focus,
body.woocommerce-checkout [class*="parcel"][class*="modal"] input:focus,
body.woocommerce-checkout [id*="furgonetka"][id*="modal"] input:focus,
body.woocommerce-checkout [id*="inpost"][id*="modal"] input:focus,
body.woocommerce-checkout [id*="paczkomat"][id*="modal"] input:focus,
body.woocommerce-checkout [id*="parcel"][id*="modal"] input:focus {
  border-color:var(--gold) !important;
  box-shadow:0 0 0 3px rgba(168,136,74,.12) !important;
}
body.woocommerce-checkout [class*="furgonetka"][class*="modal"] button,
body.woocommerce-checkout [class*="inpost"][class*="modal"] button,
body.woocommerce-checkout [class*="paczkomat"][class*="modal"] button,
body.woocommerce-checkout [class*="parcel"][class*="modal"] button,
body.woocommerce-checkout [id*="furgonetka"][id*="modal"] button,
body.woocommerce-checkout [id*="inpost"][id*="modal"] button,
body.woocommerce-checkout [id*="paczkomat"][id*="modal"] button,
body.woocommerce-checkout [id*="parcel"][id*="modal"] button {
  border-radius:0 !important;
  font-family:var(--sans) !important;
}

/* ============================================================
   RESPONSYWNOŚĆ
   ============================================================ */
@media(max-width:1080px){
  .grid,.cross-grid{grid-template-columns:repeat(2,1fr)}
  .cart-layout,.checkout-layout{grid-template-columns:1fr;gap:40px}
  .shop-layout{grid-template-columns:1fr}
  .sidebar{position:static}
  .co-summary{position:static}
  body.woocommerce-checkout .checkout-layout{grid-template-columns:1fr !important;gap:40px !important}
  body.woocommerce-checkout .co-summary{position:static !important;top:auto !important}
  body.woocommerce-checkout .co-section:nth-child(3) .form-row-first,
  body.woocommerce-checkout .co-section:nth-child(3) .form-row-last{width:100% !important;display:block !important;margin-right:0 !important}
}

/* Confirmation modal */
.luxinn-confirm{position:fixed;inset:0;display:grid;place-items:center;z-index:120;pointer-events:none}
.luxinn-confirm__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .2s}
.luxinn-confirm__panel{position:relative;z-index:2;background:#fff;padding:22px;border-radius:6px;max-width:420px;width:100%;box-shadow:var(--shadow);transform:translateY(10px);opacity:0;transition:opacity .22s,transform .22s}
.luxinn-confirm.open{pointer-events:auto}
.luxinn-confirm.open .luxinn-confirm__backdrop{opacity:1}
.luxinn-confirm.open .luxinn-confirm__panel{opacity:1;transform:none}
.luxinn-confirm__title{font-family:var(--serif);font-size:18px;margin:0 0 8px}
.luxinn-confirm__message{color:var(--mocha);margin:0 0 16px}
.luxinn-confirm__actions{display:flex;gap:12px;justify-content:flex-end}

/* Toast */
.luxinn-toast{position:fixed;right:22px;bottom:22px;background:rgba(40,24,14,.95);color:#fff;padding:10px 14px;border-radius:6px;z-index:130;opacity:0;transform:translateY(8px);transition:opacity .25s,transform .25s}
.luxinn-toast.show{opacity:1;transform:none}
.luxinn-toast--error{background:#8a2b2b}

/* Final checkout summary shape: no inner framed box, only mockup-like separators. */
body.woocommerce-checkout .co-summary .summary {
  display:block !important;
  background:var(--cream) !important;
  border:1px solid var(--line) !important;
  padding:28px !important;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary #order_review *,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment *,
body.woocommerce-checkout .co-summary .luxinn-review-order-content,
body.woocommerce-checkout .co-summary .luxinn-review-order-content * {
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-content {
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}
body.woocommerce-checkout .co-summary #order_review > *,
body.woocommerce-checkout .co-summary .luxinn-review-order-content > * {
  border-left:0 !important;
  border-right:0 !important;
  box-shadow:none !important;
}
body.woocommerce-checkout .co-summary .review-items {
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  margin:0 0 18px !important;
  padding:0 0 14px !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
}
body.woocommerce-checkout .co-summary .review-item {
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr) auto !important;
  gap:14px !important;
  align-items:center !important;
  padding:0 0 14px !important;
  margin:0 0 14px !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
}
body.woocommerce-checkout .co-summary .review-item:last-child {
  margin-bottom:0 !important;
}
body.woocommerce-checkout .co-summary .review-thumb {
  width:64px !important;
  height:64px !important;
  border:0 !important;
  background:var(--sand) !important;
}
body.woocommerce-checkout .co-summary .review-name {
  font-family:var(--serif) !important;
  font-size:14px !important;
  line-height:1.25 !important;
  color:var(--espresso) !important;
}
body.woocommerce-checkout .co-summary .review-meta,
body.woocommerce-checkout .co-summary .review-qty {
  font-size:11px !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .co-summary .review-price {
  align-self:center !important;
  max-width:96px !important;
  white-space:nowrap !important;
  text-align:right !important;
}
body.woocommerce-checkout .co-summary .co-coupon {
  width:100% !important;
  margin:0 0 26px !important;
  border:0 !important;
}
body.woocommerce-checkout .co-summary .co-coupon-row {
  display:flex !important;
  width:100% !important;
  align-items:stretch !important;
}
body.woocommerce-checkout .co-summary .co-coupon-input {
  flex:1 1 auto !important;
  min-width:0 !important;
  height:44px !important;
  border:1px solid var(--line) !important;
  border-right:0 !important;
  background:#fff !important;
}
body.woocommerce-checkout .co-summary .co-coupon-submit {
  flex:0 0 92px !important;
  height:44px !important;
  border:1px solid var(--espresso) !important;
  background:var(--espresso) !important;
}
body.woocommerce-checkout .co-summary .review-totals {
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  padding:0 0 18px !important;
  margin:0 0 22px !important;
}
body.woocommerce-checkout .co-summary .review-totals-row {
  border:0 !important;
  padding:0 !important;
  margin:0 0 16px !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total {
  border:0 !important;
  border-top:1px solid var(--line) !important;
  padding-top:22px !important;
  margin-top:4px !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total span:last-child strong {
  font-size:30px !important;
}
@media(max-width:760px){
  .wrap{padding:0 18px}.nav{padding:14px 18px}
  .nav-left,.nav-right .menu{display:none}
  .brand{font-size:24px}
  .pagehead h1{font-size:34px}
  .grid,.cross-grid{grid-template-columns:repeat(2,1fr);gap:20px 14px}
  .form-grid2{grid-template-columns:1fr}
  .switcher{flex-wrap:wrap;justify-content:center;width:calc(100% - 24px)}
  .cart-row{grid-template-columns:80px 1fr;gap:16px}
  .ci-right{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:center}
}

/* ============================================================
   LUXINN CHECKOUT FINAL OVERRIDE
   Mirrors luxinn-sklep-koszyk-checkout.html and wins over Blocksy/Elementor.
   ============================================================ */
body.woocommerce-checkout{
  --ivory:#fdfbf8;
  --cream:#f7f3ee;
  --sand:#efe9e0;
  --beige:#e6ddd0;
  --line:#e6ddcf;
  --line-strong:#d4c8b8;
  --taupe:#c0ae96;
  --mocha:#8a7264;
  --espresso:#28180e;
  --coffee:#3a2a1e;
  --ink:#4a4a4a;
  --gold:#a8884a;
  --gold-soft:#c9a96a;
  --champagne:#e8d9b8;
  --ok:#5b7d5b;
  --serif:"Playfair Display",Georgia,serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  background:var(--ivory) !important;
  color:var(--ink) !important;
  font-family:var(--sans) !important;
  font-weight:300 !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-checkout .checkout-layout,
body.woocommerce-checkout .co-section,
body.woocommerce-checkout .co-summary,
body.woocommerce-checkout .co-summary *{
  box-sizing:border-box !important;
}
body.woocommerce-checkout .wrap{
  max-width:1320px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:0 32px !important;
}
body.woocommerce-checkout .pagehead{
  padding:54px 0 10px !important;
  text-align:center !important;
}
body.woocommerce-checkout .pagehead .eyebrow{
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.22em !important;
  line-height:1.4 !important;
  text-transform:uppercase !important;
  color:var(--gold) !important;
  margin:0 0 14px !important;
}
body.woocommerce-checkout .pagehead h1{
  font-family:var(--serif) !important;
  font-size:46px !important;
  font-weight:400 !important;
  line-height:1.12 !important;
  letter-spacing:.01em !important;
  color:var(--espresso) !important;
  margin:0 !important;
}
body.woocommerce-checkout .crumbs,
body.woocommerce-checkout .crumbs *{
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .checkout-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 420px !important;
  gap:60px !important;
  align-items:start !important;
  padding:24px 0 10px !important;
}
body.woocommerce-checkout .co-section{
  margin:0 0 42px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.woocommerce-checkout .co-section > h3{
  display:flex !important;
  align-items:baseline !important;
  gap:14px !important;
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1.12 !important;
  color:var(--espresso) !important;
  margin:0 0 6px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-step{
  font-family:var(--sans) !important;
  font-size:12px !important;
  font-weight:500 !important;
  letter-spacing:.1em !important;
  color:var(--gold) !important;
}
body.woocommerce-checkout .co-section > .sub{
  font-family:var(--sans) !important;
  font-size:12.5px !important;
  font-weight:300 !important;
  line-height:1.5 !important;
  color:var(--mocha) !important;
  margin:0 0 24px !important;
}
body.woocommerce-checkout .form-grid2{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:0 18px !important;
}
body.woocommerce-checkout .form-grid2 .full{
  grid-column:1/-1 !important;
}
body.woocommerce-checkout .woocommerce-checkout .form-row,
body.woocommerce-checkout .woocommerce-checkout .form-row-first,
body.woocommerce-checkout .woocommerce-checkout .form-row-last,
body.woocommerce-checkout .woocommerce-checkout .form-row-wide{
  float:none !important;
  clear:none !important;
  width:100% !important;
  margin:0 0 18px !important;
  padding:0 !important;
}
body.woocommerce-checkout .woocommerce-checkout label,
body.woocommerce-checkout .woocommerce-checkout .form-row label{
  display:block !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
  margin:0 0 8px !important;
}
body.woocommerce-checkout .woocommerce-checkout .input-text,
body.woocommerce-checkout .woocommerce-checkout input[type="text"],
body.woocommerce-checkout .woocommerce-checkout input[type="email"],
body.woocommerce-checkout .woocommerce-checkout input[type="tel"],
body.woocommerce-checkout .woocommerce-checkout input[type="password"],
body.woocommerce-checkout .woocommerce-checkout input[type="number"],
body.woocommerce-checkout .woocommerce-checkout select,
body.woocommerce-checkout .woocommerce-checkout textarea{
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.4 !important;
  color:var(--espresso) !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  padding:13px 15px !important;
  transition:border-color .3s,box-shadow .3s !important;
}
body.woocommerce-checkout .woocommerce-checkout .input-text:focus,
body.woocommerce-checkout .woocommerce-checkout input:focus,
body.woocommerce-checkout .woocommerce-checkout select:focus,
body.woocommerce-checkout .woocommerce-checkout textarea:focus{
  border-color:var(--gold) !important;
  box-shadow:0 0 0 3px rgba(168,136,74,.12) !important;
}
body.woocommerce-checkout #shipping_method{
  display:grid !important;
  gap:12px !important;
  list-style:none !important;
  margin:14px 0 0 !important;
  padding:0 !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method,
body.woocommerce-checkout #payment .wc_payment_methods > li.wc_payment_method{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  min-height:58px !important;
  margin:0 !important;
  padding:17px 18px !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transition:border-color .25s,box-shadow .25s !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method.chosen,
body.woocommerce-checkout #payment .wc_payment_methods > li.wc_payment_method.is-selected{
  border-color:var(--gold) !important;
  box-shadow:0 0 0 1px var(--gold) inset !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method > input[type="radio"],
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]{
  position:relative !important;
  left:auto !important;
  top:auto !important;
  flex:0 0 18px !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  margin:0 !important;
  padding:0 !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  border:1px solid var(--line-strong) !important;
  border-radius:50% !important;
  background:#fff !important;
  box-shadow:none !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method > input[type="radio"]:checked,
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]:checked{
  border-color:var(--gold) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method > input[type="radio"]:checked::after,
body.woocommerce-checkout #payment .wc_payment_method > input.input-radio[type="radio"]:checked::after{
  content:"" !important;
  position:absolute !important;
  inset:4px !important;
  display:block !important;
  border-radius:50% !important;
  background:var(--gold) !important;
}
body.woocommerce-checkout #shipping_method .luxinn-ship-method > label,
body.woocommerce-checkout #payment .wc_payment_method > label{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  flex:1 1 auto !important;
  gap:12px !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:.03em !important;
  text-transform:none !important;
  color:var(--espresso) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
body.woocommerce-checkout #payment,
body.woocommerce-checkout #payment .wc_payment_methods{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
  list-style:none !important;
}
body.woocommerce-checkout #payment .payment_box{
  flex-basis:100% !important;
  padding:12px 0 0 32px !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  font-weight:300 !important;
  line-height:1.6 !important;
  color:var(--mocha) !important;
}

body.woocommerce-checkout .co-summary{
  position:sticky !important;
  top:96px !important;
  min-width:0 !important;
}
body.woocommerce-checkout .co-summary .summary{
  display:block !important;
  width:100% !important;
  background:var(--cream) !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:28px !important;
  margin:0 !important;
}
body.woocommerce-checkout .co-summary .summary > h3{
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1.12 !important;
  letter-spacing:0 !important;
  color:var(--espresso) !important;
  margin:0 0 24px !important;
  padding:0 0 18px !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary #order_review *,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment *,
body.woocommerce-checkout .co-summary .luxinn-review-order-content,
body.woocommerce-checkout .co-summary .luxinn-review-order-content *{
  box-shadow:none !important;
  outline:0 !important;
}
body.woocommerce-checkout .co-summary #order_review,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order,
body.woocommerce-checkout .co-summary .woocommerce-checkout-review-order-table,
body.woocommerce-checkout .co-summary .luxinn-review-order-fragment,
body.woocommerce-checkout .co-summary .luxinn-review-order-content{
  display:block !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary #order_review *{
  border-left:0 !important;
  border-right:0 !important;
}
body.woocommerce-checkout .co-summary .review-items{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  margin:0 0 18px !important;
  padding:0 !important;
  border:0 !important;
}
body.woocommerce-checkout .co-summary .review-item{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) auto !important;
  gap:14px !important;
  align-items:center !important;
  min-height:76px !important;
  margin:0 !important;
  padding:14px 0 !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary .review-thumb{
  position:relative !important;
  width:58px !important;
  height:77px !important;
  overflow:visible !important;
  border:0 !important;
  background:var(--sand) !important;
}
body.woocommerce-checkout .co-summary .review-thumb img{
  width:58px !important;
  height:77px !important;
  object-fit:cover !important;
  display:block !important;
}
body.woocommerce-checkout .co-summary .review-qty-badge{
  position:absolute !important;
  top:-8px !important;
  right:-8px !important;
  z-index:3 !important;
  width:20px !important;
  height:20px !important;
  display:grid !important;
  place-items:center !important;
  border:0 !important;
  border-radius:50% !important;
  background:var(--espresso) !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:600 !important;
  line-height:1 !important;
}
body.woocommerce-checkout .co-summary .review-info{
  display:flex !important;
  flex-direction:column !important;
  gap:3px !important;
  min-width:0 !important;
}
body.woocommerce-checkout .co-summary .review-name{
  font-family:var(--serif) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
  color:var(--espresso) !important;
}
body.woocommerce-checkout .co-summary .review-meta,
body.woocommerce-checkout .co-summary .review-qty{
  display:block !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  line-height:1.35 !important;
  letter-spacing:0 !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .co-summary .review-price{
  align-self:center !important;
  justify-self:end !important;
  max-width:112px !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.35 !important;
  letter-spacing:.03em !important;
  color:var(--espresso) !important;
  text-align:right !important;
  white-space:nowrap !important;
}
body.woocommerce-checkout .co-summary .review-price del{
  display:block !important;
  color:var(--taupe) !important;
  font-size:10px !important;
  font-weight:300 !important;
  text-decoration:line-through !important;
}
body.woocommerce-checkout .co-summary .review-price ins{
  display:block !important;
  color:var(--espresso) !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
body.woocommerce-checkout .co-summary .co-coupon{
  display:block !important;
  width:100% !important;
  margin:18px 0 24px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary .co-coupon-row{
  display:flex !important;
  width:100% !important;
  align-items:stretch !important;
  gap:0 !important;
}
body.woocommerce-checkout .co-summary .co-coupon-input{
  flex:1 1 auto !important;
  min-width:0 !important;
  height:44px !important;
  margin:0 !important;
  padding:0 14px !important;
  border:1px solid var(--line) !important;
  border-right:0 !important;
  border-radius:0 !important;
  background:#fff !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  line-height:44px !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  color:var(--espresso) !important;
}
body.woocommerce-checkout .co-summary .co-coupon-input::placeholder{
  color:var(--taupe) !important;
  opacity:1 !important;
}
body.woocommerce-checkout .co-summary .co-coupon-submit{
  flex:0 0 92px !important;
  height:44px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid var(--line) !important;
  border-left:0 !important;
  border-radius:0 !important;
  background:var(--coffee) !important;
  color:var(--ivory) !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:44px !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
body.woocommerce-checkout .co-summary .review-totals{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary .review-totals-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  margin:0 !important;
  padding:11px 0 !important;
  border:0 !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:300 !important;
  line-height:1.35 !important;
  color:var(--ink) !important;
}
body.woocommerce-checkout .co-summary .review-totals-row span:first-child{
  color:var(--mocha) !important;
  font-weight:300 !important;
  letter-spacing:.02em !important;
}
body.woocommerce-checkout .co-summary .review-totals-row span:last-child{
  color:var(--espresso) !important;
  font-weight:400 !important;
  text-align:right !important;
}
body.woocommerce-checkout .co-summary .review-coupon span:last-child,
body.woocommerce-checkout .co-summary .review-coupon .amount{
  color:var(--gold) !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total{
  align-items:baseline !important;
  margin:14px 0 0 !important;
  padding:18px 0 22px !important;
  border:0 !important;
  border-top:1px solid var(--line) !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total span:first-child{
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total span:last-child strong{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  font-family:var(--serif) !important;
  font-size:30px !important;
  font-weight:400 !important;
  line-height:1.1 !important;
  color:var(--espresso) !important;
}
body.woocommerce-checkout .co-summary .review-totals-row.review-total .includes_tax{
  margin-top:4px !important;
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:300 !important;
  line-height:1.4 !important;
  letter-spacing:0 !important;
  color:var(--mocha) !important;
  text-transform:none !important;
}
body.woocommerce-checkout .co-summary-actions{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
body.woocommerce-checkout .co-summary-actions .woocommerce-privacy-policy-text{
  margin:14px 0 16px !important;
  padding-top:20px !important;
  border-top:1px solid var(--line) !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  line-height:1.6 !important;
  color:var(--mocha) !important;
  text-align:center !important;
}
body.woocommerce-checkout .co-summary-actions .woocommerce-terms-and-conditions-wrapper label{
  font-family:var(--sans) !important;
  font-size:11.5px !important;
  font-weight:300 !important;
  line-height:1.6 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:var(--mocha) !important;
}
body.woocommerce-checkout .co-summary-actions a{
  color:var(--gold) !important;
  text-decoration:none !important;
  border-bottom:1px solid var(--line-strong) !important;
}
body.woocommerce-checkout .co-summary-actions #place_order,
body.woocommerce-checkout .co-summary-actions .button.alt,
body.woocommerce-checkout .co-summary-actions button[name="woocommerce_checkout_place_order"]{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:50px !important;
  margin:16px 0 0 !important;
  padding:15px 30px !important;
  border:1px solid transparent !important;
  border-radius:0 !important;
  background:var(--gold) !important;
  color:#fff !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  box-shadow:none !important;
}
body.woocommerce-checkout .co-summary-actions #place_order:hover{
  background:#977636 !important;
}
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info{
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-left:3px solid var(--gold) !important;
  border-radius:0 !important;
  box-shadow:0 10px 30px -18px rgba(40,24,14,.35) !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:300 !important;
  line-height:1.55 !important;
  padding:14px 18px !important;
}
body.woocommerce-checkout .woocommerce-error{
  border-left-color:#b85d4f !important;
}
body.woocommerce-checkout .woocommerce-invalid label,
body.woocommerce-checkout .woocommerce-invalid-required-field label{
  color:#9f463d !important;
}
body.woocommerce-checkout .woocommerce-invalid input,
body.woocommerce-checkout .woocommerce-invalid textarea,
body.woocommerce-checkout .woocommerce-invalid .select2-selection,
body.woocommerce-checkout .woocommerce-invalid-required-field input,
body.woocommerce-checkout .woocommerce-invalid-required-field textarea,
body.woocommerce-checkout .woocommerce-invalid-required-field .select2-selection{
  border-color:#b85d4f !important;
  box-shadow:0 0 0 3px rgba(184,93,79,.10) !important;
}
@media(max-width:1080px){
  body.woocommerce-checkout .checkout-layout{
    grid-template-columns:1fr !important;
    gap:40px !important;
  }
  body.woocommerce-checkout .co-summary{
    position:static !important;
    top:auto !important;
  }
}
@media(max-width:760px){
  body.woocommerce-checkout .wrap{
    padding:0 18px !important;
  }
  body.woocommerce-checkout .pagehead h1{
    font-size:34px !important;
  }
  body.woocommerce-checkout .form-grid2{
    grid-template-columns:1fr !important;
  }
  body.woocommerce-checkout .co-summary .summary{
    padding:24px 18px !important;
  }
  body.woocommerce-checkout .co-summary .review-item{
    grid-template-columns:58px minmax(0,1fr) !important;
  }
  body.woocommerce-checkout .co-summary .review-price{
    grid-column:2 !important;
    justify-self:start !important;
    text-align:left !important;
  }
}

/* ============================================================
   LUXINN DRAWER FINAL
   ============================================================ */
.overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:9998 !important;
  background:rgba(40,24,14,.38) !important;
  opacity:0 !important;
  visibility:hidden !important;
  transition:opacity .35s ease,visibility .35s ease !important;
}
.overlay.open{opacity:1 !important;visibility:visible !important}
.drawer{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:9999 !important;
  width:418px !important;
  max-width:100vw !important;
  background:var(--ivory) !important;
  color:var(--ink) !important;
  transform:translateX(100%) !important;
  transition:transform .42s cubic-bezier(.4,0,.1,1) !important;
  display:flex !important;
  flex-direction:column !important;
  box-shadow:-30px 0 60px -30px rgba(40,24,14,.4) !important;
}
.drawer.open{transform:none !important}
.drawer-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  padding:28px 28px 24px !important;
  border-bottom:1px solid var(--line) !important;
}
.drawer-head h3{
  margin:0 !important;
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1.12 !important;
  color:var(--espresso) !important;
}
.drawer-head .cc{
  margin-left:10px !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}
.drawer-close{
  width:34px !important;
  height:34px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:var(--espresso) !important;
}
.drawer-close svg{
  width:20px !important;
  height:20px !important;
  stroke:currentColor !important;
  stroke-width:1.4 !important;
}
.drawer .ship-bar{display:none !important}
.drawer-body{
  flex:1 1 auto !important;
  overflow-y:auto !important;
  padding:20px 28px 0 !important;
}
.drawer-body .woocommerce-mini-cart__empty-message{
  margin:30px 0 !important;
  font-family:var(--sans) !important;
  color:var(--mocha) !important;
}
.drawer-body .woocommerce-mini-cart__total,
.drawer-body .woocommerce-mini-cart__buttons,
.drawer-body .woocommerce-mini-cart__buttons.buttons{
  display:none !important;
}
.drawer-body .woocommerce-mini-cart,
.drawer-body ul.woocommerce-mini-cart{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.d-row{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) auto !important;
  gap:16px !important;
  align-items:start !important;
  padding:20px 0 !important;
  border-bottom:1px solid var(--line) !important;
  background:transparent !important;
}
.d-row:first-child{padding-top:0 !important}
.ph-mini{
  width:72px !important;
  height:96px !important;
  background:var(--sand) !important;
  overflow:hidden !important;
}
.ph-mini img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.d-main{min-width:0 !important}
.d-name{
  margin:0 0 7px !important;
  font-family:var(--serif) !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  color:var(--espresso) !important;
}
.d-meta{
  margin:0 0 10px !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  line-height:1.45 !important;
  color:var(--mocha) !important;
}
.d-price{
  justify-self:end !important;
  white-space:nowrap !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:400 !important;
  letter-spacing:.03em !important;
  color:var(--espresso) !important;
}
.d-actions{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
}
.drawer .qty,
.drawer .qty--sm{
  display:inline-flex !important;
  align-items:center !important;
  border:1px solid var(--line) !important;
  background:#fff !important;
}
.drawer .qty button{
  width:32px !important;
  height:32px !important;
  padding:0 !important;
  border:0 !important;
  background:#fff !important;
  color:var(--espresso) !important;
  font-size:15px !important;
  line-height:1 !important;
}
.drawer .qty input{
  width:34px !important;
  height:32px !important;
  padding:0 !important;
  border:0 !important;
  border-left:1px solid var(--line) !important;
  border-right:1px solid var(--line) !important;
  background:#fff !important;
  text-align:center !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  color:var(--espresso) !important;
}
.d-x{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  color:var(--taupe) !important;
}
.d-x:hover{color:var(--gold) !important}
.drawer-foot{
  flex:0 0 auto !important;
  border-top:1px solid var(--line) !important;
  padding:24px 28px 22px !important;
  background:var(--cream) !important;
}
.drawer-foot .sum-row{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:10px 0 !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:300 !important;
  color:var(--ink) !important;
}
.drawer-foot .sum-row .lbl{color:var(--mocha) !important}
.drawer-foot .sum-row b{
  font-weight:400 !important;
  color:var(--espresso) !important;
}
.drawer-foot .sum-total{
  display:flex !important;
  justify-content:space-between !important;
  align-items:baseline !important;
  margin:12px 0 0 !important;
  padding:18px 0 22px !important;
  border-top:1px solid var(--line) !important;
}
.drawer-foot .sum-total .lbl{
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}
.drawer-foot .sum-total .val{
  font-family:var(--serif) !important;
  font-size:30px !important;
  font-weight:400 !important;
  color:var(--espresso) !important;
}
.drawer-foot .row2{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
  margin:0 !important;
}
.drawer-foot .row2 .btn{
  width:100% !important;
  min-height:49px !important;
  margin:0 !important;
  padding:14px 18px !important;
  border-radius:0 !important;
  font-family:var(--sans) !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
}
.drawer-foot .row2 .btn--ghost{
  background:#fff !important;
  color:var(--espresso) !important;
  border:1px solid var(--line-strong) !important;
}
@media(max-width:480px){
  .drawer{width:100vw !important}
  .drawer-head,.drawer-body,.drawer-foot{padding-left:22px !important;padding-right:22px !important}
}

/* ============================================================
   LUXINN CART RESPONSIVE FINAL
   Wins over earlier desktop cart rules and keeps mobile to one column.
   ============================================================ */
@media(max-width:1080px){
  body.woocommerce-cart .cart-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:36px !important;
    padding:24px 0 10px !important;
  }
  body.woocommerce-cart .cart-layout > *{
    min-width:0 !important;
  }
  body.woocommerce-cart .summary{
    width:100% !important;
    position:static !important;
    top:auto !important;
  }
  body.woocommerce-cart .cross-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:760px){
  body.woocommerce-cart .wrap{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  body.woocommerce-cart .pagehead{
    padding:42px 0 6px !important;
  }
  body.woocommerce-cart .pagehead h1{
    font-size:34px !important;
  }
  body.woocommerce-cart .cart-list{
    border-top:1px solid var(--line) !important;
  }
  body.woocommerce-cart .cart-row{
    grid-template-columns:82px minmax(0,1fr) !important;
    gap:16px !important;
    align-items:start !important;
    padding:22px 0 !important;
  }
  body.woocommerce-cart .cart-row .ph{
    width:82px !important;
    min-width:82px !important;
  }
  body.woocommerce-cart .cart-row .ph img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
  body.woocommerce-cart .ci-brand{
    margin-bottom:5px !important;
    font-size:9.5px !important;
    line-height:1.35 !important;
  }
  body.woocommerce-cart .ci-name{
    margin-bottom:6px !important;
    font-size:16px !important;
    line-height:1.28 !important;
  }
  body.woocommerce-cart .ci-meta{
    font-size:11.5px !important;
    line-height:1.45 !important;
  }
  body.woocommerce-cart .ci-meta dl,
  body.woocommerce-cart .ci-meta p{
    margin:0 !important;
  }
  body.woocommerce-cart .ci-remove{
    margin-top:10px !important;
  }
  body.woocommerce-cart .ci-right{
    grid-column:1 / -1 !important;
    width:100% !important;
    display:flex !important;
    flex-direction:row !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:14px !important;
    padding-left:98px !important;
    text-align:right !important;
  }
  body.woocommerce-cart .qty button{
    width:34px !important;
    height:36px !important;
  }
  body.woocommerce-cart .qty input{
    width:38px !important;
    height:36px !important;
  }
  body.woocommerce-cart .ci-line-total{
    font-size:14px !important;
    white-space:nowrap !important;
  }
  body.woocommerce-cart .cart-tools{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    margin-top:22px !important;
  }
  body.woocommerce-cart .coupon{
    width:100% !important;
    max-width:none !important;
    flex:none !important;
  }
  body.woocommerce-cart .coupon input{
    min-width:0 !important;
    height:46px !important;
  }
  body.woocommerce-cart .coupon button{
    flex:0 0 118px !important;
    height:46px !important;
    padding:0 14px !important;
  }
  body.woocommerce-cart .cart-tools .link-cta{
    justify-self:start !important;
  }
  body.woocommerce-cart .summary{
    padding:26px 20px !important;
  }
  body.woocommerce-cart .summary h3{
    font-size:24px !important;
    margin-bottom:20px !important;
  }
  body.woocommerce-cart .summary .sum-total .val{
    font-size:28px !important;
  }
  body.woocommerce-cart .summary .btn{
    min-height:50px !important;
    padding-left:16px !important;
    padding-right:16px !important;
  }
  body.woocommerce-cart .cross-sell{
    margin-top:48px !important;
    padding-top:38px !important;
  }
  body.woocommerce-cart .cross-sell h2{
    font-size:28px !important;
    margin-bottom:28px !important;
  }
  body.woocommerce-cart .cross-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px 14px !important;
  }
}

@media(max-width:480px){
  body.woocommerce-cart .cart-row{
    grid-template-columns:74px minmax(0,1fr) !important;
    gap:14px !important;
  }
  body.woocommerce-cart .cart-row .ph{
    width:74px !important;
    min-width:74px !important;
  }
  body.woocommerce-cart .ci-right{
    padding-left:88px !important;
  }
  body.woocommerce-cart .coupon{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 104px !important;
  }
  body.woocommerce-cart .coupon button{
    flex-basis:auto !important;
    min-width:0 !important;
  }
  body.woocommerce-cart .cross-grid{
    grid-template-columns:1fr !important;
  }
}

body.woocommerce-cart .wrap,
body.woocommerce-checkout .wrap,
body.post-type-archive-product .wrap,
body.tax-product_cat .wrap,
body.tax-product_tag .wrap{
  padding-bottom:2em !important;
  margin-bottom:2em !important;
}

body.woocommerce-cart main,
body.woocommerce-checkout main,
body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main,
body.woocommerce-cart #main,
body.woocommerce-checkout #main,
body.post-type-archive-product #main,
body.tax-product_cat #main,
body.tax-product_tag #main,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main{
  padding-bottom:2em !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-grid{
  display:grid !important;
  grid-template-columns:repeat(var(--luxinn-columns-desktop, 4), minmax(0, 1fr)) !important;
  gap:2rem !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-card{
  position:relative !important;
  overflow:visible !important;
  cursor:pointer !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-image-wrap{
  position:relative !important;
  overflow:hidden !important;
  width:100% !important;
  aspect-ratio:3 / 4 !important;
  margin:0 0 1.1rem !important;
  padding:0 !important;
  background:var(--cream) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-image-link{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-image-wrap img,
body.woocommerce-cart .cross-sell .luxinn-product-image{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  aspect-ratio:3 / 4 !important;
  transform:scale(1) !important;
  transition:transform .6s cubic-bezier(.25,.46,.45,.94) !important;
  backface-visibility:hidden !important;
  will-change:transform !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-card:hover .luxinn-product-image-wrap img,
body.woocommerce-cart .cross-sell .luxinn-product-card:hover .luxinn-product-image{
  transform:scale(1.04) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-quick-add{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:4 !important;
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:var(--espresso) !important;
  color:var(--cream) !important;
  text-align:center !important;
  opacity:0 !important;
  transform:translateY(100%) !important;
  transition:opacity .25s, transform .3s cubic-bezier(.25,.46,.45,.94), background .25s !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-card:hover .luxinn-product-quick-add{
  opacity:1 !important;
  transform:translateY(0) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-card h3{
  min-height:0 !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-badge{
  position:absolute !important;
  top:1rem !important;
  left:1rem !important;
  z-index:3 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:22px !important;
  padding:6px 10px !important;
  border:0 !important;
  border-radius:0 !important;
  background:var(--gold) !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:9px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-name{
  margin:0 0 .5rem !important;
  padding:0 !important;
  min-height:0 !important;
  font-family:var(--serif) !important;
  font-size:17px !important;
  font-weight:400 !important;
  line-height:1.3 !important;
  color:var(--espresso) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-name a{
  color:var(--espresso) !important;
  text-decoration:none !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-name a:hover{
  color:var(--mocha) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-price{
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:300 !important;
  line-height:1.5 !important;
  color:var(--espresso) !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-price del{
  margin-left:.4rem !important;
  color:var(--taupe) !important;
  opacity:1 !important;
  font-weight:300 !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-price ins{
  color:var(--espresso) !important;
  text-decoration:none !important;
  font-weight:400 !important;
}

body.woocommerce-cart .cross-sell .luxinn-product-price bdi{
  font-weight:inherit !important;
}

@media(max-width:1100px){
  body.woocommerce-cart .cross-sell .luxinn-product-grid{
    grid-template-columns:repeat(var(--luxinn-columns-tablet, 3), minmax(0, 1fr)) !important;
  }
}

@media(max-width:600px){
  body.woocommerce-cart .cross-sell .luxinn-product-grid{
    grid-template-columns:repeat(var(--luxinn-columns-mobile, 2), minmax(0, 1fr)) !important;
    gap:1rem !important;
  }
  body.woocommerce-cart .cross-sell .luxinn-product-quick-add{
    opacity:1 !important;
    transform:none !important;
  }
  body.woocommerce-cart .cross-sell .luxinn-product-name{
    font-size:15px !important;
  }
  body.woocommerce-cart .cross-sell .luxinn-product-price{
    font-size:12px !important;
  }
  body.woocommerce-cart .cross-sell .luxinn-product-badge{
    top:.7rem !important;
    left:.7rem !important;
    font-size:8px !important;
    padding:5px 8px !important;
  }
}

/* Cart page product rows: final desktop polish against Blocksy link/image defaults. */
body.woocommerce-cart .cart-list{
  border-top:1px solid var(--line) !important;
}

body.woocommerce-cart .cart-row{
  display:grid !important;
  grid-template-columns:104px minmax(0,1fr) auto !important;
  gap:22px !important;
  align-items:center !important;
  padding:26px 0 !important;
  border-bottom:1px solid var(--line) !important;
}

body.woocommerce-cart .cart-row .ph{
  width:104px !important;
  height:auto !important;
  aspect-ratio:3 / 4 !important;
  overflow:hidden !important;
  background:var(--sand) !important;
}

body.woocommerce-cart .cart-row .ph a{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

body.woocommerce-cart .cart-row .ph img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
}

body.woocommerce-cart .ci-brand{
  margin:0 0 7px !important;
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}

body.woocommerce-cart .ci-name,
body.woocommerce-cart .ci-name a{
  margin:0 0 8px !important;
  font-family:var(--serif) !important;
  font-size:18px !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  color:var(--espresso) !important;
  text-decoration:none !important;
}

body.woocommerce-cart .ci-name a:hover{
  color:var(--mocha) !important;
}

body.woocommerce-cart .ci-meta,
body.woocommerce-cart .ci-meta *{
  font-family:var(--sans) !important;
  font-size:12px !important;
  font-weight:300 !important;
  line-height:1.45 !important;
  color:var(--mocha) !important;
}

body.woocommerce-cart .ci-remove{
  margin-top:10px !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--taupe) !important;
}

body.woocommerce-cart .ci-right{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:16px !important;
  text-align:right !important;
}

body.woocommerce-cart .ci-line-total{
  font-family:var(--sans) !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.3 !important;
  letter-spacing:.04em !important;
  color:var(--espresso) !important;
  white-space:nowrap !important;
}

body.woocommerce-cart .summary h3{
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:400 !important;
  line-height:1.15 !important;
  color:var(--espresso) !important;
}

body.woocommerce-cart .summary .btn{
  background:var(--coffee) !important;
  color:var(--ivory) !important;
  border-color:var(--coffee) !important;
}

body.woocommerce-cart .summary .btn:hover{
  background:var(--espresso) !important;
  border-color:var(--espresso) !important;
}

@media(max-width:760px){
  body.woocommerce-cart .cart-row{
    grid-template-columns:82px minmax(0,1fr) !important;
    gap:16px !important;
    align-items:start !important;
    padding:22px 0 !important;
  }
  body.woocommerce-cart .cart-row .ph{
    width:82px !important;
    min-width:82px !important;
  }
  body.woocommerce-cart .ci-name,
  body.woocommerce-cart .ci-name a{
    font-size:16px !important;
  }
  body.woocommerce-cart .ci-right{
    grid-column:1 / -1 !important;
    width:100% !important;
    flex-direction:row !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:14px !important;
    padding-left:98px !important;
  }
}

@media(max-width:480px){
  body.woocommerce-cart .cart-row{
    grid-template-columns:74px minmax(0,1fr) !important;
    gap:14px !important;
  }
  body.woocommerce-cart .cart-row .ph{
    width:74px !important;
    min-width:74px !important;
  }
  body.woocommerce-cart .ci-right{
    padding-left:88px !important;
  }
}

/* ============================================================
   LUXINN SHOP ARCHIVE FINAL
   Product archive/shop styling aligned with the supplied mockup.
   ============================================================ */
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag{
  background:var(--ivory) !important;
  color:var(--ink) !important;
}

body.post-type-archive-product .wrap,
body.tax-product_cat .wrap,
body.tax-product_tag .wrap{
  max-width:var(--maxw) !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:32px !important;
  padding-right:32px !important;
}

body.post-type-archive-product .pagehead,
body.tax-product_cat .pagehead,
body.tax-product_tag .pagehead{
  padding:54px 0 18px !important;
  text-align:center !important;
  margin:0 !important;
}

body.post-type-archive-product .pagehead .eyebrow,
body.tax-product_cat .pagehead .eyebrow,
body.tax-product_tag .pagehead .eyebrow{
  margin:0 0 14px !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.22em !important;
  text-transform:uppercase !important;
  color:var(--gold) !important;
}

body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.tax-product_tag .page-title{
  margin:0 !important;
  font-family:var(--serif) !important;
  font-size:46px !important;
  font-weight:400 !important;
  line-height:1.12 !important;
  letter-spacing:.01em !important;
  color:var(--espresso) !important;
}

body.post-type-archive-product .crumbs,
body.tax-product_cat .crumbs,
body.tax-product_tag .crumbs{
  margin-top:16px !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:300 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}

body.post-type-archive-product .shop-layout,
body.tax-product_cat .shop-layout,
body.tax-product_tag .shop-layout{
  display:grid !important;
  grid-template-columns:288px minmax(0,1fr) !important;
  gap:48px !important;
  align-items:start !important;
  padding:38px 0 2em !important;
}

body.post-type-archive-product .shop-layout--term,
body.tax-product_cat .shop-layout--term,
body.tax-product_tag .shop-layout--term{
  grid-template-columns:minmax(0,1fr) !important;
}

body.post-type-archive-product .search-box,
body.tax-product_cat .search-box,
body.tax-product_tag .search-box{
  margin:0 0 30px !important;
}

body.post-type-archive-product .search-box input,
body.tax-product_cat .search-box input,
body.tax-product_tag .search-box input{
  height:48px !important;
  padding:15px 44px 15px 16px !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:300 !important;
  letter-spacing:.02em !important;
  box-shadow:none !important;
}

body.post-type-archive-product .search-box input::placeholder,
body.tax-product_cat .search-box input::placeholder,
body.tax-product_tag .search-box input::placeholder{
  color:var(--taupe) !important;
  opacity:1 !important;
  letter-spacing:.06em !important;
}

body.post-type-archive-product .facet,
body.tax-product_cat .facet,
body.tax-product_tag .facet{
  border-top:1px solid var(--line) !important;
  padding:24px 0 !important;
}

body.post-type-archive-product .facet:first-of-type,
body.tax-product_cat .facet:first-of-type,
body.tax-product_tag .facet:first-of-type{
  border-top:0 !important;
  padding-top:6px !important;
}

body.post-type-archive-product .facet-h h4,
body.tax-product_cat .facet-h h4,
body.tax-product_tag .facet-h h4{
  margin:0 !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:500 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--espresso) !important;
}

body.post-type-archive-product .facet-h .chev,
body.tax-product_cat .facet-h .chev,
body.tax-product_tag .facet-h .chev{
  width:14px !important;
  height:14px !important;
  stroke:var(--mocha) !important;
  fill:none !important;
  stroke-width:1.6 !important;
}

body.post-type-archive-product .opt,
body.tax-product_cat .opt,
body.tax-product_tag .opt{
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  padding:7px 0 !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:300 !important;
  line-height:1.35 !important;
  color:var(--ink) !important;
}

body.post-type-archive-product .opt--brand,
body.tax-product_cat .opt--brand,
body.tax-product_tag .opt--brand{
  font-family:var(--serif) !important;
  font-size:15px !important;
  letter-spacing:.04em !important;
  color:var(--espresso) !important;
}

body.post-type-archive-product .shop-toolbar,
body.tax-product_cat .shop-toolbar,
body.tax-product_tag .shop-toolbar{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  margin:0 0 30px !important;
  padding:0 0 22px !important;
  border-bottom:1px solid var(--line) !important;
}

body.post-type-archive-product .shop-toolbar .count,
body.tax-product_cat .shop-toolbar .count,
body.tax-product_tag .shop-toolbar .count,
body.post-type-archive-product .shop-toolbar .kicker,
body.tax-product_cat .shop-toolbar .kicker,
body.tax-product_tag .shop-toolbar .kicker{
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:var(--mocha) !important;
}

body.post-type-archive-product .sortsel,
body.tax-product_cat .sortsel,
body.tax-product_tag .sortsel{
  min-width:150px !important;
  height:42px !important;
  padding:10px 14px !important;
  border:1px solid var(--line) !important;
  border-radius:0 !important;
  background:#fff !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

body.post-type-archive-product .active-chips,
body.tax-product_cat .active-chips,
body.tax-product_tag .active-chips{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:9px !important;
  min-height:0 !important;
  margin:-12px 0 26px !important;
}

body.post-type-archive-product .active-chips:not(.has-chips),
body.tax-product_cat .active-chips:not(.has-chips),
body.tax-product_tag .active-chips:not(.has-chips){
  display:none !important;
}

body.post-type-archive-product .active-chips .chip,
body.tax-product_cat .active-chips .chip,
body.tax-product_tag .active-chips .chip{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:7px 12px !important;
  border:1px solid var(--line) !important;
  background:var(--cream) !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}

body.post-type-archive-product .active-chips .chip button,
body.tax-product_cat .active-chips .chip button,
body.tax-product_tag .active-chips .chip button{
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:var(--mocha) !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  line-height:1 !important;
  box-shadow:none !important;
}

body.post-type-archive-product .active-chips .chip button:hover,
body.tax-product_cat .active-chips .chip button:hover,
body.tax-product_tag .active-chips .chip button:hover{
  color:var(--espresso) !important;
}

body.post-type-archive-product .active-chips .chip-clear,
body.tax-product_cat .active-chips .chip-clear,
body.tax-product_tag .active-chips .chip-clear{
  align-self:center !important;
  padding:0 0 3px !important;
  border:0 !important;
  border-bottom:1px solid transparent !important;
  background:transparent !important;
  color:var(--gold) !important;
  font-family:var(--sans) !important;
  font-size:10.5px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  box-shadow:none !important;
}

body.post-type-archive-product .active-chips .chip-clear:hover,
body.tax-product_cat .active-chips .chip-clear:hover,
body.tax-product_tag .active-chips .chip-clear:hover{
  border-bottom-color:var(--gold) !important;
}

body.post-type-archive-product .luxinn-product-grid,
body.tax-product_cat .luxinn-product-grid,
body.tax-product_tag .luxinn-product-grid,
body.tax-product_brand .luxinn-product-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:30px 26px !important;
}

body.post-type-archive-product .luxinn-product-card,
body.tax-product_cat .luxinn-product-card,
body.tax-product_tag .luxinn-product-card,
body.tax-product_brand .luxinn-product-card{
  position:relative !important;
  background:transparent !important;
  font-family:var(--sans) !important;
}

body.post-type-archive-product .luxinn-product-image-wrap,
body.tax-product_cat .luxinn-product-image-wrap,
body.tax-product_tag .luxinn-product-image-wrap,
body.tax-product_brand .luxinn-product-image-wrap{
  position:relative !important;
  overflow:hidden !important;
  aspect-ratio:3 / 4 !important;
  margin:0 0 16px !important;
  background:var(--cream) !important;
}

body.post-type-archive-product .luxinn-product-image-link,
body.tax-product_cat .luxinn-product-image-link,
body.tax-product_tag .luxinn-product-image-link,
body.tax-product_brand .luxinn-product-image-link{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

body.post-type-archive-product .luxinn-product-image,
body.post-type-archive-product .luxinn-product-image-wrap img,
body.tax-product_cat .luxinn-product-image,
body.tax-product_cat .luxinn-product-image-wrap img,
body.tax-product_tag .luxinn-product-image,
body.tax-product_tag .luxinn-product-image-wrap img,
body.tax-product_brand .luxinn-product-image,
body.tax-product_brand .luxinn-product-image-wrap img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  transform:scale(1) !important;
  transition:transform .6s ease !important;
}

body.post-type-archive-product .luxinn-product-card:hover .luxinn-product-image,
body.post-type-archive-product .luxinn-product-card:hover .luxinn-product-image-wrap img,
body.tax-product_cat .luxinn-product-card:hover .luxinn-product-image,
body.tax-product_cat .luxinn-product-card:hover .luxinn-product-image-wrap img,
body.tax-product_tag .luxinn-product-card:hover .luxinn-product-image,
body.tax-product_tag .luxinn-product-card:hover .luxinn-product-image-wrap img,
body.tax-product_brand .luxinn-product-card:hover .luxinn-product-image,
body.tax-product_brand .luxinn-product-card:hover .luxinn-product-image-wrap img{
  transform:scale(1.04) !important;
}

body.post-type-archive-product .luxinn-product-badge,
body.tax-product_cat .luxinn-product-badge,
body.tax-product_tag .luxinn-product-badge,
body.tax-product_brand .luxinn-product-badge{
  position:absolute !important;
  top:12px !important;
  left:12px !important;
  z-index:3 !important;
  padding:5px 9px !important;
  background:var(--gold) !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
}

body.post-type-archive-product .luxinn-product-quick-add,
body.tax-product_cat .luxinn-product-quick-add,
body.tax-product_tag .luxinn-product-quick-add,
body.tax-product_brand .luxinn-product-quick-add{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  width:100% !important;
  margin:0 !important;
  padding:12px 10px !important;
  background:var(--coffee) !important;
  color:var(--ivory) !important;
  font-family:var(--sans) !important;
  font-size:11px !important;
  font-weight:400 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  text-align:center !important;
  opacity:0 !important;
  transform:translateY(14px) !important;
  transition:opacity .35s ease, transform .35s ease, background .25s ease !important;
}

body.post-type-archive-product .luxinn-product-card:hover .luxinn-product-quick-add,
body.tax-product_cat .luxinn-product-card:hover .luxinn-product-quick-add,
body.tax-product_tag .luxinn-product-card:hover .luxinn-product-quick-add,
body.tax-product_brand .luxinn-product-card:hover .luxinn-product-quick-add{
  opacity:1 !important;
  transform:none !important;
}

body.post-type-archive-product .luxinn-product-name,
body.tax-product_cat .luxinn-product-name,
body.tax-product_tag .luxinn-product-name,
body.tax-product_brand .luxinn-product-name{
  min-height:42px !important;
  margin:0 0 10px !important;
  font-family:var(--serif) !important;
  font-size:16px !important;
  font-weight:400 !important;
  line-height:1.28 !important;
  color:var(--espresso) !important;
}

body.post-type-archive-product .luxinn-product-name a,
body.tax-product_cat .luxinn-product-name a,
body.tax-product_tag .luxinn-product-name a,
body.tax-product_brand .luxinn-product-name a{
  color:var(--espresso) !important;
  text-decoration:none !important;
}

body.post-type-archive-product .luxinn-product-name a:hover,
body.tax-product_cat .luxinn-product-name a:hover,
body.tax-product_tag .luxinn-product-name a:hover,
body.tax-product_brand .luxinn-product-name a:hover{
  color:var(--gold) !important;
}

body.post-type-archive-product .luxinn-product-price,
body.tax-product_cat .luxinn-product-price,
body.tax-product_tag .luxinn-product-price,
body.tax-product_brand .luxinn-product-price{
  display:flex !important;
  align-items:baseline !important;
  gap:0 !important;
  font-family:var(--sans) !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
  color:var(--espresso) !important;
}

body.post-type-archive-product .luxinn-product-price del,
body.tax-product_cat .luxinn-product-price del,
body.tax-product_tag .luxinn-product-price del,
body.tax-product_brand .luxinn-product-price del{
  order:2 !important;
  margin-left:8px !important;
  margin-right:0 !important;
  color:var(--taupe) !important;
  opacity:1 !important;
  font-size:13px !important;
  font-weight:300 !important;
}

body.post-type-archive-product .luxinn-product-price ins,
body.tax-product_cat .luxinn-product-price ins,
body.tax-product_tag .luxinn-product-price ins,
body.tax-product_brand .luxinn-product-price ins{
  order:1 !important;
  color:var(--espresso) !important;
  text-decoration:none !important;
  font-weight:400 !important;
}

body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination{
  margin:54px 0 0 !important;
}

body.post-type-archive-product .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul,
body.tax-product_tag .woocommerce-pagination ul{
  display:flex !important;
  justify-content:center !important;
  gap:8px !important;
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

body.post-type-archive-product .woocommerce-pagination li,
body.tax-product_cat .woocommerce-pagination li,
body.tax-product_tag .woocommerce-pagination li{
  border:0 !important;
}

body.post-type-archive-product .woocommerce-pagination a,
body.post-type-archive-product .woocommerce-pagination span,
body.tax-product_cat .woocommerce-pagination a,
body.tax-product_cat .woocommerce-pagination span,
body.tax-product_tag .woocommerce-pagination a,
body.tax-product_tag .woocommerce-pagination span{
  min-width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid var(--line) !important;
  background:transparent !important;
  color:var(--espresso) !important;
  font-family:var(--sans) !important;
  font-size:13px !important;
}

body.post-type-archive-product .woocommerce-pagination .current,
body.tax-product_cat .woocommerce-pagination .current,
body.tax-product_tag .woocommerce-pagination .current{
  background:var(--espresso) !important;
  color:#fff !important;
  border-color:var(--espresso) !important;
}

/* Dedicated product-brand archive */
body.tax-product_brand .hero-section{display:none!important}
body.tax-product_brand,
body.tax-product_brand #main,
body.tax-product_brand .site-main,
body.tax-product_brand #main>.ct-container,
body.tax-product_brand .site-main>.ct-container{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important;background:#fbf7ef}
.luxinn-brand-page{width:100%;max-width:none;background:#fbf7ef;color:var(--ink);overflow:hidden}
.luxinn-brand-page,.luxinn-brand-page p,.luxinn-brand-page button,.luxinn-brand-page input,.luxinn-brand-page select,.luxinn-brand-page label{font-family:"Inter",sans-serif}
.luxinn-brand-page h1,.luxinn-brand-page h2,.luxinn-brand-page h3,.luxinn-brand-page h4,.luxinn-brand-page h5,.luxinn-brand-page h6,.luxinn-brand-page blockquote{font-family:"Playfair Display",serif;font-weight:400}
.luxinn-brand-page .luxinn-brand-richtext,.luxinn-brand-page .luxinn-brand-story__copy>div{font-family:"Inter",sans-serif;font-size:16px;font-weight:300;line-height:1.8}
.luxinn-brand-section{width:100%}.luxinn-brand-section--hero,.luxinn-brand-section--products{background:#fbf7ef}.luxinn-brand-section--story{background:#f3ecdd;border-block:1px solid #e6dac3}
.luxinn-brand-hero,.luxinn-brand-story,.luxinn-brand-products{width:min(100%,1340px);margin-inline:auto;padding-inline:48px}
.luxinn-brand-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:72px;align-items:center;padding-top:72px;padding-bottom:56px}
.luxinn-brand-hero h1{font:400 clamp(46px,6vw,88px)/.98 "Playfair Display",serif;letter-spacing:-.02em;margin:0 0 28px;overflow-wrap:anywhere}
.luxinn-brand-richtext{max-width:540px;color:var(--mocha);font-size:16px;line-height:1.8}
.luxinn-brand-richtext p:first-of-type{font-size:18px;color:var(--espresso);margin-bottom:20px}
.luxinn-brand-hero__visual{position:relative;min-height:480px;padding:0 40px 40px 0}
.luxinn-brand-hero__visual:after{content:"";position:absolute;right:0;bottom:0;width:78%;height:82%;background:#111;z-index:0}
.luxinn-brand-hero__image{position:relative;z-index:1;width:88%;height:auto;aspect-ratio:3/4;object-fit:cover}
.luxinn-brand-hero__visual blockquote{position:absolute;right:0;bottom:34px;z-index:2;max-width:260px;margin:0;padding:24px 28px;background:#111;color:#f2ece0;font:italic 21px/1.35 var(--serif)}
.luxinn-brand-hero--no-image{grid-template-columns:1fr}.luxinn-brand-hero--no-image .luxinn-brand-hero__visual{display:none}
.luxinn-brand-story{padding-top:44px;padding-bottom:44px;display:flex;gap:64px;justify-content:space-between;align-items:center}
.luxinn-brand-story__copy{max-width:570px}.luxinn-brand-story h2{font-size:30px;margin-bottom:14px}.luxinn-brand-story__copy div{color:var(--mocha);line-height:1.8}
.luxinn-brand-values{display:flex;align-items:stretch}.luxinn-brand-value{padding:0 34px;border-left:1px solid #d8c9af;display:flex;flex-direction:column;justify-content:center}.luxinn-brand-value:first-child{border-left:0}
.luxinn-brand-value strong{font:500 clamp(30px,3.5vw,46px)/1 var(--serif);color:var(--gold);white-space:nowrap}.luxinn-brand-value span{margin-top:10px;font:11px var(--sans);letter-spacing:.15em;text-transform:uppercase;color:var(--taupe)}
.luxinn-brand-products{position:relative;padding-top:60px;padding-bottom:72px}.luxinn-brand-products>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.luxinn-brand-products h2{font-size:44px;margin:0}
.luxinn-brand-products:before,.luxinn-brand-products:after{content:"";position:absolute;z-index:20;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.luxinn-brand-products:before{inset:0;background:rgba(251,247,239,.7);backdrop-filter:blur(1px)}.luxinn-brand-products:after{position:fixed;left:50%;top:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:2px solid rgba(168,136,74,.28);border-top-color:var(--gold);border-radius:50%;animation:luxinn-brand-spin .75s linear infinite}.luxinn-brand-products.is-loading:before,.luxinn-brand-products.is-loading:after{opacity:1;visibility:visible}.luxinn-brand-products.is-loading .luxinn-brand-filters{pointer-events:none}.luxinn-brand-products.is-loading{cursor:progress}@keyframes luxinn-brand-spin{to{transform:rotate(360deg)}}
body.post-type-archive-product .shop-main{position:relative}body.post-type-archive-product .shop-main:before,body.post-type-archive-product .shop-main:after{content:"";position:absolute;z-index:20;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}body.post-type-archive-product .shop-main:before{inset:0;background:rgba(251,247,239,.62)}body.post-type-archive-product .shop-main:after{position:fixed;left:50%;top:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:2px solid rgba(168,136,74,.28);border-top-color:var(--gold);border-radius:50%;animation:luxinn-brand-spin .75s linear infinite}body.post-type-archive-product .shop-main.is-loading:before,body.post-type-archive-product .shop-main.is-loading:after{opacity:1;visibility:visible}body.post-type-archive-product .shop-main.is-loading{cursor:progress}
.luxinn-brand-filters{position:static!important;display:flex;flex-direction:column;align-items:stretch;gap:16px;padding:24px 0;border-block:1px solid var(--line);margin-bottom:28px}
.luxinn-brand-filters .facet{min-width:0;padding:0;border:0;display:grid;grid-template-columns:128px minmax(0,1fr);align-items:start;gap:18px;background:transparent}.luxinn-brand-filters .facet-h{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:7px 2px;border:0;background:transparent;color:var(--espresso);font:500 11px/1.2 "Inter",sans-serif;letter-spacing:.18em;text-align:left;text-transform:uppercase}.luxinn-brand-filters .facet-h:hover{color:var(--gold);background:transparent}.luxinn-brand-filters .facet-h:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.luxinn-brand-filters .facet-chevron{width:8px;height:8px;flex:0 0 8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s ease}.luxinn-brand-filters .facet.collapsed .facet-chevron{transform:rotate(-45deg)}.luxinn-brand-filters .facet-body{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:0;min-width:0;max-height:1200px;overflow:hidden;opacity:1;transform:translateY(0);visibility:visible;background:transparent;transition:max-height .24s ease-out,opacity .2s ease-out,transform .24s ease-out,visibility 0s linear}.luxinn-brand-filters .facet.is-expanded .facet-body{overflow:visible}.luxinn-brand-filters .facet.collapsed .facet-body{display:flex;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);visibility:hidden;pointer-events:none;transition:max-height .24s ease-out,opacity .16s ease-out,transform .2s ease-out,visibility 0s linear .24s}.luxinn-brand-filters .opt{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;box-sizing:border-box;min-height:34px;margin:0;padding:7px 10px;border:1px solid var(--line);background:#fff;font:300 13px/18px "Inter",sans-serif;vertical-align:middle}.luxinn-brand-filters .opt input{flex:0 0 16px;width:16px;height:16px;margin:0;vertical-align:middle}.luxinn-brand-filters .sizes{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.luxinn-brand-filters .size-chip{min-height:34px;border:1px solid var(--line);background:#fff;color:var(--espresso);transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.luxinn-brand-filters .size-chip:hover{border-color:var(--mocha);background:var(--cream);color:var(--espresso)}.luxinn-brand-filters .size-chip.on,.luxinn-brand-filters .size-chip.on:hover{background:var(--espresso);border-color:var(--espresso);color:#fff}.luxinn-brand-filters .size-chip:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.luxinn-brand-filters .size-chip:active{transform:translateY(1px)}
.luxinn-brand-filters [data-facet="colors"]{position:relative;z-index:3}.luxinn-brand-filters [data-facet="colors"] .facet-body{min-height:42px;align-items:center;background:transparent}.luxinn-brand-filters [data-facet="colors"] .swatches{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-height:38px;margin:0;padding:6px 5px;background:transparent;line-height:normal;overflow:visible}.luxinn-brand-filters [data-facet="colors"] .swatches:hover{background:transparent}.luxinn-brand-filters .sw{display:block;flex:0 0 26px;padding:0;box-shadow:none}.luxinn-brand-filters .sw:hover{box-shadow:0 0 0 3px rgba(168,136,74,.18)}.luxinn-brand-filters .sw:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.luxinn-brand-filters .sw.on{box-shadow:0 0 0 3px #fbf7ef,0 0 0 4px var(--espresso)}.luxinn-brand-filters .sw-tooltip{z-index:50}.luxinn-brand-filters .sw:hover .sw-tooltip,.luxinn-brand-filters .sw:focus .sw-tooltip,.luxinn-brand-filters .sw:focus-visible .sw-tooltip{transform:translateX(-50%) translateY(0);opacity:1;visibility:visible}
.luxinn-brand-filters{--luxinn-filter-control-height:42px}.luxinn-brand-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;padding-top:4px}.luxinn-brand-sort{display:flex;align-items:center;align-self:center;gap:10px;margin:0;font:11px var(--sans);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.luxinn-brand-sort .sortsel,.luxinn-brand-filter-actions .clear-filters{box-sizing:border-box;height:var(--luxinn-filter-control-height);min-height:var(--luxinn-filter-control-height);margin-top:0;margin-bottom:0;border:1px solid var(--line);line-height:1;vertical-align:middle}.luxinn-brand-sort .sortsel{display:block;padding:0 36px 0 14px}.luxinn-brand-filter-actions .clear-filters{display:inline-flex;align-items:center;align-self:center;justify-content:center;margin-left:0;margin-right:0;padding:0 20px}.luxinn-brand-filter-actions .clear-filters:disabled,.luxinn-brand-sort .sortsel:disabled{opacity:.6;cursor:progress}.luxinn-brand-more-wrap{text-align:center;margin-top:56px}.luxinn-brand-more.is-loading{opacity:.6;pointer-events:none}
.luxinn-brand-filters .facet-chevron{display:none}.luxinn-brand-filters .facet-h,.luxinn-brand-filters .facet-h:disabled{cursor:default;opacity:1;pointer-events:none}.luxinn-brand-filters .facet-body,.luxinn-brand-filters .facet.collapsed .facet-body{display:flex;max-height:none;overflow:visible;opacity:1;transform:none;visibility:visible;pointer-events:auto;transition:none}
.luxinn-brand-products>header .shop-count{font-family:var(--sans);font-size:14px;font-weight:300;line-height:1.5;letter-spacing:.02em;text-transform:none;color:#8a7c66;text-align:right;margin-bottom:6px}.luxinn-brand-products>header .shop-count b{font:inherit;color:inherit}
.luxinn-brand-page .btn:focus-visible,.luxinn-brand-page button:focus-visible,.luxinn-brand-page select:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
@media(max-width:980px){.luxinn-brand-hero{grid-template-columns:1fr 1fr;gap:36px}.luxinn-brand-story{flex-direction:column;align-items:flex-start}}
@media(max-width:700px){.luxinn-brand-hero,.luxinn-brand-products,.luxinn-brand-story{padding-inline:18px}.luxinn-brand-hero{grid-template-columns:1fr;padding-top:44px}.luxinn-brand-hero__visual{min-height:0}.luxinn-brand-values{width:100%;flex-direction:column;gap:22px}.luxinn-brand-value{border-left:0;border-top:1px solid #d8c9af;padding:22px 0 0}.luxinn-brand-value:first-child{border-top:0}.luxinn-brand-products>header{align-items:flex-start;flex-direction:column;gap:12px}.luxinn-brand-products>header .shop-count{text-align:left;margin:0}.luxinn-brand-filters .facet{grid-template-columns:minmax(0,1fr);gap:8px}.luxinn-brand-filters .facet-h,.luxinn-brand-filters .facet-h:disabled{margin:0;cursor:pointer;pointer-events:auto}.luxinn-brand-filters .facet-chevron{display:block}.luxinn-brand-filters .facet-body{display:flex;max-height:1200px;overflow:hidden;opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto;transition:max-height .24s ease-out,opacity .2s ease-out,transform .24s ease-out,visibility 0s linear}.luxinn-brand-filters .facet.is-expanded .facet-body{overflow:visible}.luxinn-brand-filters .facet.collapsed .facet-body{display:flex;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);visibility:hidden;pointer-events:none;transition:max-height .24s ease-out,opacity .16s ease-out,transform .2s ease-out,visibility 0s linear .24s}.luxinn-brand-filter-actions{align-items:stretch;flex-direction:column}.luxinn-brand-sort{justify-content:space-between}.luxinn-brand-sort .sortsel,.luxinn-brand-filter-actions .clear-filters{height:var(--luxinn-filter-control-height);min-height:var(--luxinn-filter-control-height)}.luxinn-brand-products .luxinn-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 14px!important}}
@media(max-width:700px){.luxinn-brand-sort,.luxinn-brand-filter-actions .clear-filters{align-self:stretch}}

@media(max-width:1080px){
  body.post-type-archive-product .shop-layout,
  body.tax-product_cat .shop-layout,
  body.tax-product_tag .shop-layout{
    grid-template-columns:1fr !important;
    gap:40px !important;
  }
  body.post-type-archive-product .sidebar,
  body.tax-product_cat .sidebar,
  body.tax-product_tag .sidebar{
    position:static !important;
  }
}

@media(max-width:760px){
  body.post-type-archive-product .wrap,
  body.tax-product_cat .wrap,
  body.tax-product_tag .wrap{
    padding-left:18px !important;
    padding-right:18px !important;
  }
  body.post-type-archive-product .page-title,
  body.tax-product_cat .page-title,
  body.tax-product_tag .page-title{
    font-size:34px !important;
  }
  body.post-type-archive-product .luxinn-product-grid,
  body.tax-product_cat .luxinn-product-grid,
  body.tax-product_tag .luxinn-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:20px 14px !important;
  }
  body.post-type-archive-product .shop-toolbar,
  body.tax-product_cat .shop-toolbar,
  body.tax-product_tag .shop-toolbar{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
}
