 /* Schovaj natívne Shoptet message bary (zelené pásy) */
html.sc-toast-ready body .message,
html.sc-toast-ready body .messages,
html.sc-toast-ready body .notifications,
html.sc-toast-ready body .js-notifications,
html.sc-toast-ready body .message-bar,
html.sc-toast-ready body .notification-bar,
html.sc-toast-ready body .alert,
html.sc-toast-ready body .alert-success,
html.sc-toast-ready body .alert-error,
html.sc-toast-ready body .alert-warning { display:none!important; }

/* Prehide: zabráni prebliku pôvodnej hlavičky kým sa nespustí náš JS */
html.sc-prehide body #header,
html.sc-prehide body .header,
html.sc-prehide body .site-header,
html.sc-prehide body .layout-header,
html.sc-prehide body .header-wrapper,
html.sc-prehide body .header__wrapper,
html.sc-prehide body .header__content { opacity:0!important; visibility:hidden!important; pointer-events:none!important; }
/* Kým je prehide aktívny, neanimuj a neschovaj/nezobrazuj našu hlavičku (bez janku) */
html.sc-prehide #sc-header{ visibility:hidden!important; transition:none!important; }

/* Host pre naše toasty (ak ešte nemáš) */
#sc-messages{
  position:fixed; left:50%; transform:translateX(-50%);
  top:calc(var(--hd,56px) + env(safe-area-inset-top) + 8px);
  z-index:2147483605; width:min(920px, calc(100% - 24px));
  display:grid !important; gap:10px; pointer-events:none;
}
#sc-messages .sc-toast{ pointer-events:auto; }

/* SmartCAD skin (ak ešte nemáš) */
:root{
  --toast-bg:#121a2a; --toast-fg:#e8eef6; --toast-muted:#a7b1c2;
  --toast-radius:14px; --toast-shadow:0 12px 30px rgba(0,0,0,.35);
  --toast-border:1px solid rgba(255,255,255,.08);
  --toast-ok:#10b981; --toast-warn:#f59e0b; --toast-err:#ef4444; --toast-info:#38bdf8;
  /* Header farby (ľahko meniteľné) */
  --hd-bg:#191a1a; --hd-fg:#ffffff; --hd-border:rgba(255,255,255,.12); --hd-accent:#008080;
}
.sc-toast{ display:grid; grid-template-columns:28px 1fr auto; align-items:start; gap:12px;
  background:var(--toast-bg); color:var(--toast-fg); border:var(--toast-border);
  border-radius:var(--toast-radius); box-shadow:var(--toast-shadow); padding:12px 14px;
  overflow:hidden; animation:sc-toast-in .22s cubic-bezier(.22,.61,.36,1); }
@keyframes sc-toast-in{ from{transform:translateY(-8px);opacity:0} to{transform:none;opacity:1} }
.sc-toast .sc-ico{ margin-top:2px; opacity:.95 }
.sc-toast .sc-title{ font:600 14px/1.25 system-ui,Segoe UI,Roboto,Arial; margin:0 0 2px }
.sc-toast .sc-msg{ font:400 13px/1.35 system-ui,Segoe UI,Roboto,Arial; color:var(--toast-muted); margin:0 }
.sc-toast .sc-close{ border:0; background:transparent; color:#9fb0c6; cursor:pointer; width:28px; height:28px; border-radius:10px; }
.sc-toast .sc-close:hover{ background:rgba(255,255,255,.06); color:#cfe2ff }
.sc-toast .sc-bar{ grid-column:1/-1; height:2px; background:rgba(255,255,255,.08); position:relative; overflow:hidden; border-radius:0 0 var(--toast-radius) var(--toast-radius); }
.sc-toast .sc-bar>i{ display:block; height:100%; width:100%; transform-origin:left; animation:sc-toast-bar linear forwards; }
@keyframes sc-toast-bar{ from{transform:scaleX(1)} to{transform:scaleX(0)} }
.sc-toast.is-success .sc-ico{ color:var(--toast-ok) }      .sc-toast.is-success .sc-bar>i{ background:var(--toast-ok) }
.sc-toast.is-warning .sc-ico{ color:var(--toast-warn) }    .sc-toast.is-warning .sc-bar>i{ background:var(--toast-warn) }
.sc-toast.is-error   .sc-ico{ color:var(--toast-err) }     .sc-toast.is-error .sc-bar>i{ background:var(--toast-err) }
.sc-toast.is-info    .sc-ico{ color:var(--toast-info) }    .sc-toast.is-info .sc-bar>i{ background:var(--toast-info) }

/* Header prechod – stabilita */
#sc-header{ will-change:height; transition:height .18s cubic-bezier(.22,.61,.36,1), box-shadow .18s; }

/* Aktivny vlastny header => skry natívny */
body.sc-hd #header,
body.sc-hd .site-header,
body.sc-hd .layout-header,
body.sc-hd .header-wrapper,
body.sc-hd .header__wrapper,
body.sc-hd .header__content { display:none !important; }

/* Fixný vlastný header a rozloženie */
#sc-header{
  position:sticky; top:0; left:0; right:0; z-index:2147483000;
  background:var(--hd-bg); color:var(--hd-fg); box-shadow:0 2px 10px rgba(0,0,0,.12); border-bottom:2px solid var(--hd-accent);
}
#sc-header .sc-inner{
  max-width:1180px; margin:0 auto; padding:10px 12px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
}
#sc-header .sc-logo{ height:calc(var(--hd,56px) - 20px); width:auto; max-width:100%; display:block; object-fit:contain; transition:height .18s cubic-bezier(.22,.61,.36,1), opacity .18s; }
@media (max-width: 768px){ #sc-header .sc-logo{ height:calc(var(--hd,56px) - 22px) } }
#sc-header.sc-shrink .sc-logo{ height:calc(var(--hd,56px) - 28px); opacity:.98; }
.sc-actions{ display:flex; align-items:center; gap:8px; }
.sc-iconbtn{ display:grid; place-items:center; width:36px; height:36px; border-radius:10px; background:transparent; color:#e8eef6; border:1px solid var(--hd-border); cursor:pointer; }
.sc-iconbtn:hover{ background:rgba(255,255,255,.06); }
#sc-cart-btn{ position:relative }
.sc-cart-badge{ position:absolute; top:-6px; right:-6px; min-width:18px; height:18px; padding:0 5px; border-radius:9px; background:#10b981; color:#0b1422; font:600 12px/18px system-ui,Segoe UI,Roboto,Arial; text-align:center; }

/* Sticky header je v toku dokumentu, netreba padding na body */
/* body.sc-hd{ padding-top: calc(var(--hd) + env(safe-area-inset-top)); } */

/* Vyhľadávač: jednoduchý bar pod headerom */
#sc-searchbar{ position:fixed; left:0; right:0; top:var(--hd,56px); z-index:2147483604; display:none; background:#191a1a; border-bottom:1px solid rgba(255,255,255,.08); }
body.sc-search-open #sc-searchbar{ display:block; }
#sc-searchbar .sc-search-wrap{
  width:100%; max-width:1180px; margin:0 auto; padding:12px 16px;
  display:flex; justify-content:flex-start; align-items:center; gap:12px;
}

/* Štýly obsahu vyhľadávača */
#sc-searchbar form{ display:flex; gap:10px; width:100%; max-width:900px; margin:0; padding:0; }
#sc-searchbar input[type=search]{
  flex:1; min-width:0; height:44px; line-height:44px;
  background:#303030; color:#f0f3f7;
  border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:10px 14px;
  outline:none !important; box-shadow:none !important; -webkit-appearance:none; appearance:none;
}
#sc-searchbar input[type=search]:focus,#sc-searchbar input[type=search]:focus-visible{
  outline:none !important; box-shadow:none !important; border-color:rgba(0,128,128,.5);
}
#sc-searchbar .search-form .btn,#sc-searchbar .search-form button{
  display:grid; place-items:center; height:44px; padding:0 16px; border:0; border-radius:10px;
  background:var(--hd-accent); color:#fff; font-weight:600; cursor:pointer;
}

/* Drawer (mobil) */
#sc-drawer-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.55); opacity:0; pointer-events:none; transition:opacity .2s; z-index:2147483602; }
body.sc-menu-open #sc-drawer-backdrop{ opacity:1; pointer-events:auto; }
#sc-drawer{ position:fixed; top:0; right:-300px; width:300px; height:100vh; background:#191a1a; color:#f2f2f2; z-index:2147483603; padding:16px; overflow:auto; transition:right .2s; border-left:2px solid var(--hd-accent); box-shadow:0 20px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06); }
body.sc-menu-open #sc-drawer{ right:0; }
#sc-drawer-content{ height:100%; }
.sc-drawer-title{ font:600 13px/1 system-ui,Segoe UI,Roboto,Arial; opacity:.9; margin:14px 2px 8px; }
.sc-drawer-list{ list-style:none; margin:0; padding:0; display:grid; gap:6px; }
.sc-drawer-list a{ display:block; text-decoration:none; color:#f2f2f2; padding:8px 10px; border-radius:8px; background:#303030; border:1px solid rgba(255,255,255,.06); }
.sc-drawer-list a:hover{ background:#383838; }

/* Accordion for categories in drawer */
.sc-acc{ display:grid; gap:8px; }
.sc-acc-item{ border-radius:10px; }
.sc-acc-head{ display:flex; align-items:center; justify-content:space-between; gap:10px; text-decoration:none; color:#f2f2f2; padding:10px 12px; border-radius:10px; background:#2a2a2a; border:1px solid rgba(255,255,255,.06); }
.sc-acc-head:hover{ background:#333333; }
.sc-acc-head .sc-acc-caret{ width:18px; height:18px; display:inline-block; border-radius:6px; background:transparent; position:relative; }
.sc-acc-head .sc-acc-caret::before{ content:""; position:absolute; inset:0; margin:auto; width:10px; height:10px; border:2px solid currentColor; border-top-color:transparent; border-left-color:transparent; transform:rotate(45deg); opacity:.9; }
.sc-acc-item.is-open .sc-acc-head .sc-acc-caret::before{ transform:rotate(225deg); }
.sc-acc-body{ list-style:none; margin:6px 0 0 0; padding:0 0 0 6px; display:none; }
.sc-acc-item.is-open .sc-acc-body{ display:grid; gap:6px; }
.sc-acc-body a{ display:block; text-decoration:none; color:#e6e6e6; padding:8px 10px; border-radius:8px; background:#242424; border:1px solid rgba(255,255,255,.05); }
.sc-acc-body a:hover{ background:#2b2b2b; }

/* Collapse long drawer lists by default */
.sc-drawer-list{ position:relative; }
.sc-drawer-list.is-collapsed > li:nth-child(n+9){ display:none !important; }
.sc-drawer-list.is-collapsed::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:40px; pointer-events:none;
  background:linear-gradient(to bottom, rgba(25,26,26,0), rgba(25,26,26,.9));
  border-radius:0 0 10px 10px;
}
.sc-drawer-more{ display:block; width:100%; margin-top:6px; border-radius:10px; border:1px solid rgba(255,255,255,.08); background:#303030; color:#f2f2f2; padding:10px 12px; cursor:pointer; }
.sc-drawer-more:hover{ background:#383838; }
.sc-drawer-more:focus{ outline:2px solid rgba(0,128,128,.6); outline-offset:2px; }
/* When accordion is present, hide legacy more/less button if any */
#sc-drawer-content .sc-acc ~ .sc-drawer-more{ display:none !important; }

/* Burger vizuál */
#sc-burger{ gap:0; }
#sc-burger span{ display:block; width:16px; height:2px; background:#e8eef6; border-radius:2px; }
#sc-burger span+span{ margin-top:3px; }

/* Modaly (prihlásenie a pod.) – pod headerom, nad všetkým */
[role="dialog"], .login-widget, .user-action-login, #colorbox, .fancybox__container{
  z-index:2147483700 !important;
  margin-top: calc(var(--hd,56px) + 12px) !important;
}
/* Burger a drawer iba na mobile */
@media (min-width: 993px){
  #sc-burger{ display:none }
  #sc-drawer, #sc-drawer-backdrop{ display:none !important; }
}

/* Otváranie draweru len na mobile */
@media (max-width: 992px){
  body.sc-menu-open #sc-drawer{ right:0; }
  body.sc-menu-open #sc-drawer-backdrop{ opacity:1; pointer-events:auto; }
}
@media (min-width: 993px){
  body.sc-menu-open #sc-drawer{ right:-300px !important; }
  body.sc-menu-open #sc-drawer-backdrop{ opacity:0 !important; pointer-events:none !important; }
}

/* =====================
   Product variant selects – softer UI
   - Rounded corners, subtle border + shadow
   - Consistent custom arrow icon
   - Better hover/focus states
   Scope narrowed to product detail to avoid global impact.
===================== */
/* Base: scope to product detail contexts that commonly exist */
.product-detail select,
.product-detail-form select,
.product-variants select,
#product-detail select,
.detail .product-variants select,
.product .variants select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-color: #fff;
  /* SVG chevron as background image for cross-browser consistency */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;

  height: 44px;
  line-height: 44px;
  padding: 8px 44px 8px 12px; /* room for the arrow */

  border: 1px solid #d2d6dc;
  border-radius: 12px;
  color: #111827;

  box-shadow: 0 1px 0 rgba(0,0,0,.02);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.product-detail select:hover,
.product-detail-form select:hover,
.product-variants select:hover,
#product-detail select:hover,
.detail .product-variants select:hover,
.product .variants select:hover {
  border-color: #c0c6cf;
}

.product-detail select:focus,
.product-detail-form select:focus,
.product-variants select:focus,
#product-detail select:focus,
.detail .product-variants select:focus,
.product .variants select:focus {
  outline: none;
  border-color: rgba(0,128,128,.7); /* match header accent */
  box-shadow: 0 0 0 3px rgba(0,128,128,.18);
}

.product-detail select:disabled,
.product-detail-form select:disabled,
.product-variants select:disabled,
#product-detail select:disabled,
.detail .product-variants select:disabled,
.product .variants select:disabled {
  background-color: #f6f8fb;
  color: #9aa4b2;
  cursor: not-allowed;
  opacity: 1; /* prevent Safari dim */
}

/* Tighter vertical spacing between variant rows (if such wrappers exist) */
.product-variants .form-group,
.product-variants .product-variants-item {
  margin-bottom: 10px;
}

/* Safe styling for three known variant selects only (scoped by ID) */
#parameter-id-16,
#parameter-id-484,
#parameter-id-487{
  -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important;
  background-color:#fff !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 12px center; background-size:16px 16px;
  height:44px !important; line-height:44px !important;
  padding:8px 44px 8px 12px !important;
  border:1px solid #d2d6dc !important; border-radius:12px !important;
  color:#111827 !important; box-shadow:0 1px 0 rgba(0,0,0,.02) !important;
  width:100% !important;
  /* center selected text in the control */
  text-align:center !important;
  text-align-last:center !important; /* Chrome/Edge */
  /* vertical centering fix */
  box-sizing:border-box !important;
  line-height:normal !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}
#parameter-id-16 option,
#parameter-id-484 option,
#parameter-id-487 option{ text-align:center !important; }
/* Center placeholder/choose option explicitly */
#parameter-id-16 option[data-choose="true"],
#parameter-id-484 option[data-choose="true"],
#parameter-id-487 option[data-choose="true"]{ text-align:center !important; }
#parameter-id-16:hover,
#parameter-id-484:hover,
#parameter-id-487:hover{ border-color:#c0c6cf !important; }
#parameter-id-16:focus,
#parameter-id-484:focus,
#parameter-id-487:focus{ outline:none !important; border-color:rgba(0,128,128,.7) !important; box-shadow:0 0 0 3px rgba(0,128,128,.18) !important; }

/* Center the variants block under the heading on product detail */
/* Target the table directly and override theme's width */
.product-detail table.detail-parameters,
#product-detail table.detail-parameters{
  width:auto !important;
  max-width:520px !important; /* tweak 420–560px as needed */
  margin:8px auto 14px !important; /* center horizontally */
}

/* Removed JS-wrapped .sc-select and hard overrides after regression */

/* Force burger hidden by default, show only on mobile */
#sc-burger{ display:none !important; }
@media (max-width: 992px){ #sc-burger{ display:grid !important; } }


/* Autodesk mixed-cart warning on /kosik */
.sc-autodesk-warning{
  border:2px solid #0f172a;
  background:#f8fafc;
  padding:16px 18px;
  margin:16px 0 20px;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#0f172a;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
}
.sc-autodesk-warning.is-highlight{
  box-shadow:0 0 0 2px rgba(0,128,128,.45),0 12px 26px rgba(15,23,42,.16);
}
.sc-autodesk-title{
  font-weight:700;
  font-size:15px;
  margin:0 0 6px;
}
.sc-autodesk-text{
  margin:0 0 10px;
  font-size:13px;
  line-height:1.4;
}
.sc-autodesk-table-wrap{
  overflow-x:auto;
  margin:0 0 12px;
}
.sc-autodesk-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}
.sc-autodesk-table th,
.sc-autodesk-table td{
  padding:6px 8px;
  border-bottom:1px solid #d1d5db;
}
.sc-autodesk-table th{
  text-align:left;
  background:#e5f0f4;
  font-weight:600;
}
.sc-autodesk-tag{
  display:inline-block;
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.sc-autodesk-tag--auto{
  background:#0f172a;
  color:#f9fafb;
}
.sc-autodesk-tag--other{
  background:#e5e7eb;
  color:#111827;
}
.sc-autodesk-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:4px;
}
.sc-autodesk-btn{
  border:0;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  background:#0f172a;
  color:#fff;
  box-shadow:0 4px 10px rgba(15,23,42,.2);
  transition:box-shadow .16s ease,transform .16s ease,background .16s ease;
}
.sc-autodesk-btn--secondary{
  background:#e5e7eb;
  color:#111827;
  box-shadow:none;
}
.sc-autodesk-btn:hover{
  background:#111827;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(15,23,42,.2);
}
.sc-autodesk-btn--secondary:hover{
  background:#d1d5db;
  box-shadow:0 6px 14px rgba(15,23,42,.18);
}
@media (max-width: 640px){
  .sc-autodesk-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .sc-autodesk-btn{
    width:100%;
    text-align:center;
  }
}

/* =====================
   Cashback hero + countdown
===================== */
.cashback-hero{
  background:linear-gradient(135deg, #0f1716 0%, #15201f 55%, #111a19 100%);
  border:1px solid rgba(0,128,128,.35);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}
.cashback-hero__inner{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  padding:24px;
  position:relative;
}
.cashback-hero__inner:before{
  content:"";
  position:absolute;
  inset:-60px -60px auto auto;
  width:260px;
  height:260px;
  background:radial-gradient(circle, rgba(0,128,128,.28) 0%, rgba(0,128,128,0) 60%);
  pointer-events:none;
}
.cashback-hero__badge{
  display:inline-block;
  font-weight:700;
  letter-spacing:.12em;
  font-size:12px;
  color:#e8ffff;
  background:rgba(0,128,128,.22);
  border:1px solid rgba(0,128,128,.35);
  padding:6px 10px;
  border-radius:999px;
}
.cashback-hero__title{
  margin:10px 0 8px;
  font-size:34px;
  line-height:1.08;
  color:#ffffff;
}
.cashback-hero__subtitle{
  margin:0 0 14px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.5;
  max-width:58ch;
}
.cashback-hero__meta{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  align-items:center;
}
.cashback-hero__countdown{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:12px 14px;
  color:#fff;
  min-width:320px;
}
.cd{
  display:flex;
  align-items:stretch;
  gap:10px;
}
.cd__item{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-width:56px;
  padding:8px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.08);
}
.cd__num{
  font-size:22px;
  font-weight:800;
  line-height:1;
  color:#eaffff;
}
.cd__lbl{
  margin-top:6px;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.62);
}
.cd__sep{
  display:flex;
  align-items:center;
  color:rgba(255,255,255,.45);
  font-weight:700;
  padding:0 2px;
}
.cashback-hero__ends{
  margin-top:8px;
  font-size:12px;
  color:rgba(255,255,255,.70);
}
.cashback-hero__expired{
  margin-top:8px;
  font-size:12px;
  color:#ffd6d6;
}
.cashback-hero__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.cashback-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  font-weight:700;
  font-size:14px;
  text-decoration:none;
  transition:transform .08s ease, opacity .08s ease;
  will-change:transform;
}
.cashback-btn:active{ transform:scale(.98); }
.cashback-btn--primary{
  background:#008080;
  color:#ffffff;
  border:1px solid rgba(255,255,255,.10);
}
.cashback-btn--primary:hover{ opacity:.92; }
.cashback-btn--ghost{
  background:rgba(255,255,255,.06);
  color:#eaffff;
  border:1px solid rgba(255,255,255,.12);
}
.cashback-btn--ghost:hover{ opacity:.92; }
.cashback-hero__fineprint{
  margin-top:12px;
  font-size:12px;
  color:rgba(255,255,255,.55);
}
.cashback-hero__right{ display:flex; align-items:stretch; }
.cashback-hero__card{
  width:100%;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:14px 14px 12px;
}
.cashback-hero__cardTitle{
  color:#ffffff;
  font-weight:800;
  font-size:14px;
  margin-bottom:10px;
}
.cashback-hero__steps{
  margin:0;
  padding-left:18px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.55;
}
.cashback-hero__cardNote{
  margin-top:10px;
  font-size:12px;
  color:rgba(0,128,128,.95);
  font-weight:700;
}
@media (max-width: 980px){
  .cashback-hero__inner{ grid-template-columns:1fr; }
  .cashback-hero__countdown{ min-width:0; width:100%; }
}
@media (max-width: 1200px){
  .cashback-hero__inner{ grid-template-columns:1fr; }
  .cashback-hero__title{ font-size:28px; }
  .cashback-hero__subtitle{ font-size:14px; }
  .cashback-hero__inner:before{ width:200px; height:200px; inset:-40px -40px auto auto; opacity:.7; }
}
