/*
 Theme Name:   Astra Child
 Theme URI:
 Description:  Child theme dla sklepu WooCommerce - redesign
 Author:       Małgosia
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* ══════════════════════════════════════
   SHOP PAGE – DARK THEME v5
   bg: #070B1A | accent: #D9FF3B
   font: Sora
   ══════════════════════════════════════ */

/* ── EMPTY CART: hide ALL product grids, keep only empty message ── */
body.woocommerce-cart .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-woocommerce-product-best-sellers,
body.woocommerce-cart .wp-block-woocommerce-product-on-sale,
body.woocommerce-cart .wp-block-woocommerce-product-top-rated,
body.woocommerce-cart .wc-block-grid,
body.woocommerce-cart [class*="product-new"],
body.woocommerce-cart [class*="product-best"],
body.woocommerce-cart [class*="wc-block-grid"],
body.woocommerce-cart .wc-block-grid__products,
body.page-id-1861 .wp-block-woocommerce-product-new,
body.page-id-1861 .wp-block-woocommerce-product-best-sellers,
body.page-id-1861 .wp-block-woocommerce-product-on-sale,
body.page-id-1861 .wp-block-woocommerce-product-top-rated,
body.page-id-1861 .wc-block-grid,
body.page-id-1861 [class*="wc-block-grid"],
body.page-id-1861 .wc-block-grid__products {
  display: none !important;
}
/* Also hide any h2 that says "Nowe w sklepie" etc. inside empty cart */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:not([class*="empty-cart"]),
body.page-id-1861 .wp-block-woocommerce-empty-cart-block h2:not([class*="empty-cart"]) {
  display: none !important;
}

/* Protect admin bar from dark overrides */
#wpadminbar,
#wpadminbar *,
#wpadminbar a,
#wpadminbar span,
#wpadminbar li,
#wpadminbar div,
#wpadminbar img,
#wpadminbar .ab-item,
#wpadminbar .ab-label,
#wpadminbar .ab-icon {
  background-color: initial !important;
  background-image: initial !important;
  color: initial !important;
  border-color: initial !important;
  font-family: initial !important;
}
#wpadminbar {
  background: #23282d !important;
}
#wpadminbar a,
#wpadminbar .ab-item,
#wpadminbar .ab-label,
#wpadminbar span.display-name {
  color: #c3c4c7 !important;
}
#wpadminbar a:hover,
#wpadminbar .ab-item:hover {
  color: #00b9eb !important;
}
#wpadminbar .menupop .ab-sub-wrapper {
  background: #32373c !important;
}

/* --- RESET ASTRA/WOO --- */
.shop-dark .ast-woocommerce-container,
.shop-dark .woocommerce-result-count,
.shop-dark .woocommerce-ordering,
.shop-dark .ast-shop-toolbar-container,
.shop-dark .entry-header,
.shop-dark .page-header,
.shop-dark .woocommerce-breadcrumb,
.shop-dark .ast-above-header-wrap,
.shop-dark .woocommerce-notices-wrapper:empty {
  display: none !important;
}

body.post-type-archive-product,
body.tax-product_cat {
  background: #070B1A !important;
}
body.post-type-archive-product .site-content,
body.post-type-archive-product #primary,
body.post-type-archive-product .ast-container,
body.post-type-archive-product .site-content > .ast-container,
body.post-type-archive-product #content > .ast-container,
body.post-type-archive-product .ast-separate-container .ast-article-single,
body.post-type-archive-product .ast-separate-container .ast-article-post {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.post-type-archive-product .ast-separate-container #primary {
  padding: 0 !important;
  margin: 0 !important;
}
body.post-type-archive-product #secondary {
  display: none !important;
}

/* --- WRAPPER --- */
.shop-dark {
  background: #070B1A;
  min-height: 100vh;
  font-family: 'Sora', sans-serif;
  width: 100%;
  position: relative;
}
.shop-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 35% at 50% 0%, rgba(217,255,59,.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 30% at 15% 20%, rgba(72,0,176,.12) 0%, transparent 70%),
    radial-gradient(ellipse 35% 40% at 85% 60%, rgba(217,255,59,.04) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 50% 100%, rgba(72,0,176,.08) 0%, transparent 60%);
  pointer-events: none;
}

/* --- INNER --- */
.shop-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 80px;
  position: relative;
  z-index: 1;
}

/* --- HERO --- */
.shop-hero {
  padding: 100px 0 20px;
  text-align: center;
}
.shop-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(217,255,59,.65);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.shop-eyebrow::before,
.shop-eyebrow::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(217,255,59,.35);
}
.shop-title {
  font-family: 'DM Serif Display', serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 14px;
}
.shop-title em {
  font-style: italic;
  color: #D9FF3B;
}
.shop-subtitle {
  font-size: 15px;
  color: rgba(255,255,255,.4);
  font-weight: 300;
  line-height: 1.65;
  max-width: 480px;
  margin: 0 auto;
}

/* --- SOCIAL PROOF BAR --- */
.shop-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 0 48px;
}
.shop-proof-number {
  font-size: 32px;
  font-weight: 800;
  color: #D9FF3B;
  letter-spacing: -1px;
  line-height: 1;
}
.shop-proof-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,.5);
  line-height: 1.4;
}
.shop-proof-text strong {
  color: rgba(255,255,255,.8);
  font-weight: 600;
}
.shop-proof-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,.1);
}
.shop-proof-avatars {
  display: flex;
  align-items: center;
}
.shop-proof-avatars span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(217,255,59,.15);
  border: 2px solid #070B1A;
  margin-left: -8px;
  font-size: 11px;
  color: #D9FF3B;
  font-weight: 600;
}
.shop-proof-avatars span:first-child {
  margin-left: 0;
}

/* --- GRID --- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* --- CARD --- */
.shop-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  overflow: hidden;
  transition: background .25s, border-color .25s, transform .3s;
}
.shop-card:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
  transform: translateY(-4px);
}
/* Featured product card */
.shop-card-featured {
  border-color: rgba(217,255,59,.2);
  background: rgba(217,255,59,.03);
  position: relative;
  box-shadow: 0 0 30px rgba(217,255,59,.06);
}
.shop-card-featured:hover {
  border-color: rgba(217,255,59,.35);
  box-shadow: 0 8px 40px rgba(217,255,59,.1);
}
.shop-card-flagship {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 6px;
}
.shop-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

/* IMAGE — kwadrat */
.shop-card-img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #0d1020;
  flex-shrink: 0;
}
.shop-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.shop-card:hover .shop-card-img img {
  transform: scale(1.04);
}
.shop-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,11,26,.5) 0%, transparent 40%);
  pointer-events: none;
}
.shop-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  background: #D9FF3B;
  color: #070B1A;
  border-radius: 20px;
  z-index: 2;
}

/* BODY */
.shop-card-body {
  padding: 22px 24px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.shop-card-name {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
  letter-spacing: -.1px;
  margin: 0 0 14px 0;
}

/* CENA */
.shop-card-price {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #D9FF3B;
  line-height: 1.2;
  margin-top: auto;
}
.shop-card-price del,
.shop-card-price del .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.3) !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}
.shop-card-price ins {
  text-decoration: none !important;
}
.shop-card-price .woocommerce-Price-amount {
  font-family: 'Sora', sans-serif !important;
}
.shop-card-price .woocommerce-Price-currencySymbol {
  font-size: .75em;
  font-weight: 500;
}
.shop-card-price .woocommerce-price-suffix {
  display: none !important;
}

/* FOOTER — przycisk */
.shop-card-footer {
  padding: 0 24px 22px;
}
.shop-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  color: #070B1A;
  background: #D9FF3B;
  border-radius: 10px;
  transition: background .2s, transform .2s;
}
.shop-card:hover .shop-card-btn {
  background: #c8ee2a;
  transform: translateY(-1px);
}
.shop-card-link-top {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.shop-card-footer .shop-card-btn {
  text-decoration: none;
}
.shop-card-btn.in-cart {
  background: transparent;
  border: 1px solid rgba(217,255,59,.4);
  color: #D9FF3B;
}
.shop-card:hover .shop-card-btn.in-cart {
  background: rgba(217,255,59,.12);
}

/* --- PAGINATION --- */
.shop-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}
.shop-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-pagination .page-numbers li a,
.shop-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  text-decoration: none;
  transition: all .2s;
}
.shop-pagination .page-numbers li a:hover {
  background: rgba(217,255,59,.12);
  border-color: rgba(217,255,59,.4);
  color: #D9FF3B;
}
.shop-pagination .page-numbers li span.current {
  background: #D9FF3B;
  border-color: #D9FF3B;
  color: #070B1A;
  font-weight: 700;
}

/* --- EMPTY --- */
.shop-empty {
  font-size: 16px;
  color: rgba(255,255,255,.4);
  text-align: center;
  padding: 80px 0;
}

/* ═══ EDUCATE-STYLE INFINITE SLIDER ═══ */
.edu-slider-section {
  padding: 0 0 64px;
  position: relative;
  overflow: hidden;
}
.edu-row-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.edu-row-wrap:last-child { margin-bottom: 0; }

/* Fog / mist on edges */
.edu-row-wrap::before,
.edu-row-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}
.edu-row-wrap::before {
  left: 0;
  background: linear-gradient(to right, #070B1A 0%, rgba(7,11,26,.9) 25%, transparent 100%);
}
.edu-row-wrap::after {
  right: 0;
  background: linear-gradient(to left, #070B1A 0%, rgba(7,11,26,.9) 25%, transparent 100%);
}

.edu-track {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
}
.edu-track.scroll-left {
  animation: eduScrollLeft 45s linear infinite;
}
.edu-track.scroll-right {
  animation: eduScrollRight 45s linear infinite;
}
@keyframes eduScrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes eduScrollRight {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.edu-row-wrap:hover .edu-track {
  animation-play-state: paused;
}

/* SLIDER CARD */
.edu-card {
  flex-shrink: 0;
  width: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: border-color .3s, transform .3s;
  cursor: pointer;
}
.edu-card:hover {
  border-color: rgba(217,255,59,.25);
  transform: translateY(-4px);
}
.edu-card-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #0d1020;
}
.edu-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.edu-card:hover .edu-card-img img {
  transform: scale(1.05);
}
.edu-card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,11,26,.7) 0%, transparent 60%);
}
.edu-card-body {
  padding: 16px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.edu-card-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(217,255,59,.6);
}
.edu-card-name {
  font-family: 'DM Serif Display', serif;
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
}
.edu-card-author {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  font-weight: 300;
}

/* --- RESPONSIVE --- */
@media (max-width: 960px) {
  .shop-inner { padding: 0 20px 60px; }
  .shop-hero { padding: 80px 0 16px; }
  .shop-title { font-size: 28px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .shop-proof { gap: 10px; }
  .shop-proof-number { font-size: 26px; }
  .edu-card { width: 240px; }
  .edu-row-wrap::before, .edu-row-wrap::after { width: 80px; }
}
@media (max-width: 560px) {
  .shop-grid { grid-template-columns: 1fr; gap: 14px; }
  .shop-title { font-size: 24px; }
  .shop-subtitle { font-size: 13px; }
  .shop-card-price { font-size: 20px; }
  .shop-proof-avatars { display: none; }
  .shop-proof-divider { display: none; }
  .edu-card { width: 220px; }
  .edu-row-wrap::before, .edu-row-wrap::after { width: 40px; }
}


/* ══════════════════════════════════════
   SINGLE PRODUCT PAGE – DARK
   ══════════════════════════════════════ */

/* Force dark + full width + center */
body.single-product {
  background: #070B1A !important;
}
body.single-product .site-content,
body.single-product #primary,
body.single-product .ast-container,
body.single-product .site-content > .ast-container,
body.single-product #content > .ast-container,
body.single-product .ast-separate-container .ast-article-single,
body.single-product .ast-separate-container .ast-article-post,
body.single-product .ast-single-post .entry-content,
body.single-product .ast-plain-container .site-content .ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  background: #070B1A !important;
  box-shadow: none !important;
  float: none !important;
}
body.single-product .ast-separate-container #primary,
body.single-product .ast-plain-container #primary,
body.single-product #primary {
  padding: 0 !important;
  margin: 0 auto !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
}
body.single-product #secondary,
body.single-product .entry-header,
body.single-product .ast-single-post-order .entry-header,
body.single-product .woocommerce-breadcrumb,
body.single-product .woocommerce-notices-wrapper:empty,
body.single-product .ast-page-header-section {
  display: none !important;
}
/* Ukryj domyślny tytuł Astra nad produktem */
body.single-product .ast-archive-description,
body.single-product .entry-title {
  display: none !important;
}
/* Ukryj biały pasek / gap pod headerem */
body.single-product .ast-separate-container .ast-article-single {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #070B1A !important;
}
body.single-product .site-content {
  padding-top: 0 !important;
  background: #070B1A !important;
}
body.single-product .ast-separate-container {
  background: #070B1A !important;
}

.sp-dark {
  background: #070B1A;
  min-height: 100vh;
  font-family: 'Sora', sans-serif;
  position: relative;
}
.sp-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 35% at 50% 0%, rgba(217,255,59,.05) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 10% 30%, rgba(72,0,176,.10) 0%, transparent 70%),
    radial-gradient(ellipse 35% 40% at 90% 70%, rgba(217,255,59,.03) 0%, transparent 60%);
  pointer-events: none;
}
.sp-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px 80px;
  position: relative;
  z-index: 1;
}

/* TOP SECTION — image + info */
.sp-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(12px);
}

/* GALLERY */
.sp-gallery { position: relative; }
.sp-main-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #0d1020;
  aspect-ratio: 1/1;
}
.sp-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Flagship badge */
.sp-flagship-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: 'Sora', sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.6);
  border-radius: 6px;
}
.sp-fire {
  font-size: 13px;
  display: inline-block;
  animation: sp-fire-bounce 1.5s ease-in-out infinite;
}
@keyframes sp-fire-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.1); }
}
.sp-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  background: #D9FF3B;
  color: #070B1A;
  border-radius: 20px;
  z-index: 2;
}
.sp-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.sp-thumb {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.08);
  cursor: pointer;
  transition: border-color .2s;
  background: #0d1020;
}
.sp-thumb.active,
.sp-thumb:hover {
  border-color: #D9FF3B;
}
.sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* INFO */
.sp-info {
  padding-top: 8px;
}
.sp-proof { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.sp-stars { color: #facc15; font-size: 18px; letter-spacing: 2px; line-height: 1; }
.sp-proof-text { font-size: 13px; color: rgba(255,255,255,0.5); font-weight: 500; }
.sp-title {
  font-family: 'Sora', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.3px;
  margin: 0 0 20px 0;
}
.sp-short-desc {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 28px;
}
.sp-short-desc p { margin: 0 0 10px; }
.sp-short-desc strong {
  color: rgba(255,255,255,.75);
  font-weight: 500;
}

/* PRICE */
.sp-price {
  margin-bottom: 28px;
}
.sp-price .price,
.sp-price .woocommerce-Price-amount {
  font-family: 'Sora', sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #D9FF3B !important;
}
.sp-price del,
.sp-price del .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,.3) !important;
  text-decoration: line-through !important;
}
.sp-price ins {
  text-decoration: none !important;
}
.sp-price .woocommerce-price-suffix {
  display: none !important;
}

/* Installment box */
.sp-installment-box {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
.sp-inst-logo {
  height: 20px !important;
  width: auto !important;
  max-width: 50px !important;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  flex-shrink: 0;
  display: block !important;
}
.sp-inst-info {
  display: flex;
  flex-direction: column;
}
.sp-inst-label {
  font-family: 'Sora', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sp-inst-amount {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.sp-inst-amount strong {
  color: #dbf059;
  font-weight: 800;
}

/* ADD TO CART — override WooCommerce button */
.sp-add-to-cart {
  margin-bottom: 16px;
}
/* Hide original PayU installment widget */
.sp-info [id^="installment-mini"],
.sp-add-to-cart [id^="installment-mini"] {
  display: none !important;
}
/* Trust badges */
.sp-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.sp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}
.sp-trust-item svg {
  color: rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.sp-payu-logo {
  height: 16px !important;
  width: auto !important;
  max-width: 40px !important;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  display: inline-block !important;
}
.sp-add-to-cart .single_add_to_cart_button,
.sp-add-to-cart button.button {
  display: block !important;
  width: 100% !important;
  padding: 16px 0 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
  color: #070B1A !important;
  background: #D9FF3B !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background .2s, transform .2s !important;
  text-align: center !important;
}
.sp-add-to-cart .single_add_to_cart_button:hover {
  background: #c8ee2a !important;
  transform: translateY(-1px) !important;
}
.sp-add-to-cart .quantity {
  margin-bottom: 12px;
}
.sp-add-to-cart .quantity input {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 14px !important;
  width: 80px !important;
}
/* Variations */
.sp-add-to-cart .variations {
  margin-bottom: 16px;
}
.sp-add-to-cart .variations td {
  padding: 6px 0;
}
.sp-add-to-cart .variations label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sp-add-to-cart .variations select {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
}

/* TRUST SIGNALS */
.sp-trust {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.07);
}
.sp-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.45);
  font-weight: 400;
}
.sp-trust-icon {
  font-size: 16px;
}

/* DESCRIPTION SECTION */
.sp-description {
  padding: 56px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.sp-section-title {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px 0;
}
.sp-desc-content {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.8;
  font-weight: 300;
  max-width: 760px;
}
.sp-desc-content p { margin: 0 0 16px; }
.sp-desc-content strong { color: rgba(255,255,255,.8); font-weight: 500; }
.sp-desc-content h2, .sp-desc-content h3 {
  font-family: 'Sora', sans-serif;
  color: #fff;
  font-weight: 600;
  margin: 32px 0 14px;
}
.sp-desc-content ul, .sp-desc-content ol {
  padding-left: 20px;
  margin: 0 0 16px;
}
.sp-desc-content li {
  margin-bottom: 8px;
}
.sp-desc-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 16px 0;
}

/* RELATED */
.sp-related {
  padding-top: 56px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.sp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
/* Cards reuse .shop-card styles from shop page */
.sp-related .shop-card { text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 960px) {
  .sp-inner { padding: 80px 20px 60px; }
  .sp-top { grid-template-columns: 1fr; gap: 32px; padding: 24px; }
  .sp-title { font-size: 26px; }
  .sp-price .price,
  .sp-price .woocommerce-Price-amount { font-size: 30px !important; }
  .sp-trust { flex-wrap: wrap; gap: 12px; }
  .sp-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sp-related-grid { grid-template-columns: 1fr; }
  .sp-title { font-size: 26px; }
  .sp-trust { flex-direction: column; }
  .sp-proof { flex-wrap: nowrap; }
  .sp-stars { font-size: 14px; letter-spacing: 1px; flex-shrink: 0; }
  .sp-proof-text { font-size: 11px; white-space: nowrap; }
}

/* STICKY BOTTOM BAR */
.sp-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(7,11,26,0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 12px 24px;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.sp-sticky-bar.visible {
  transform: translateY(0);
}
.sp-sticky-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-sticky-btn {
  display: inline-block;
  padding: 14px 40px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #070B1A;
  background: #D9FF3B;
  border-radius: 12px;
  text-decoration: none;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.sp-sticky-btn:hover {
  background: #c8ee2a;
  transform: translateY(-1px);
}
@media (max-width: 560px) {
  .sp-sticky-bar { padding: 10px 16px; }
  .sp-sticky-price { font-size: 16px; }
  .sp-sticky-btn { padding: 12px 24px; font-size: 14px; }
}


/* ══════════════════════════════════════
   CART PAGE – DARK
   ══════════════════════════════════════ */

body.woocommerce-cart {
  background: #070B1A !important;
}
body.woocommerce-cart .site-content,
body.woocommerce-cart #primary,
body.woocommerce-cart .ast-container,
body.woocommerce-cart .site-content > .ast-container,
body.woocommerce-cart #content > .ast-container,
body.woocommerce-cart .ast-separate-container .ast-article-single,
body.woocommerce-cart .ast-separate-container .ast-article-post {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.woocommerce-cart .entry-header {
  display: none !important;
}
body.woocommerce-cart #secondary {
  display: none !important;
}

/* Wrapper */
body.woocommerce-cart .entry-content {
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: 80px 40px !important;
  font-family: 'Sora', sans-serif !important;
}

/* Table */
body.woocommerce-cart .woocommerce-cart-form table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
  width: 100% !important;
}
body.woocommerce-cart .woocommerce-cart-form th {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.35) !important;
  border: none !important;
  padding: 12px 16px !important;
  background: transparent !important;
}
body.woocommerce-cart .woocommerce-cart-form td {
  background: rgba(255,255,255,.03) !important;
  border: none !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  padding: 16px !important;
  vertical-align: middle !important;
  color: #fff !important;
  font-size: 14px !important;
}
body.woocommerce-cart .woocommerce-cart-form td:first-child {
  border-left: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 12px 0 0 12px !important;
}
body.woocommerce-cart .woocommerce-cart-form td:last-child {
  border-right: 1px solid rgba(255,255,255,.06) !important;
  border-radius: 0 12px 12px 0 !important;
}

/* Product image in cart */
body.woocommerce-cart .woocommerce-cart-form img {
  border-radius: 10px !important;
  width: 70px !important;
  height: 70px !important;
  object-fit: cover !important;
}

/* Product name */
body.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
body.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: #D9FF3B !important;
}

/* Price in cart */
body.woocommerce-cart .woocommerce-cart-form .product-price .woocommerce-Price-amount,
body.woocommerce-cart .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
  color: #D9FF3B !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
body.woocommerce-cart .woocommerce-Price-currencySymbol {
  font-size: .8em;
}

/* Quantity */
body.woocommerce-cart .quantity input {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  width: 60px !important;
  font-family: 'Sora', sans-serif !important;
  text-align: center !important;
}

/* Remove button */
body.woocommerce-cart .product-remove a {
  color: rgba(255,255,255,.3) !important;
  font-size: 20px !important;
  transition: color .2s;
}
body.woocommerce-cart .product-remove a:hover {
  color: #ff4444 !important;
  background: transparent !important;
}

/* Update cart button */
body.woocommerce-cart button[name="update_cart"] {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.5) !important;
  border-radius: 10px !important;
  padding: 12px 24px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all .2s !important;
}
body.woocommerce-cart button[name="update_cart"]:hover {
  border-color: rgba(217,255,59,.4) !important;
  color: #D9FF3B !important;
}

/* Cart totals */
body.woocommerce-cart .cart_totals {
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 16px !important;
  padding: 32px !important;
  margin-top: 32px !important;
}
body.woocommerce-cart .cart_totals h2 {
  font-family: 'Sora', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 20px !important;
}
body.woocommerce-cart .cart_totals table {
  border: none !important;
}
body.woocommerce-cart .cart_totals th {
  color: rgba(255,255,255,.5) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  border: none !important;
  padding: 12px 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .cart_totals td {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: none !important;
  padding: 12px 0 !important;
  background: transparent !important;
  text-align: right !important;
}
body.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #D9FF3B !important;
}

/* Checkout button */
body.woocommerce-cart .wc-proceed-to-checkout a,
body.woocommerce-cart .checkout-button {
  display: block !important;
  width: 100% !important;
  padding: 16px 0 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #070B1A !important;
  background: #D9FF3B !important;
  border: none !important;
  border-radius: 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background .2s, transform .2s !important;
  margin-top: 16px !important;
}
body.woocommerce-cart .wc-proceed-to-checkout a:hover {
  background: #c8ee2a !important;
  transform: translateY(-1px) !important;
}

/* Coupon section */
body.woocommerce-cart .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
body.woocommerce-cart .coupon input {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 13px !important;
}
body.woocommerce-cart .coupon input::placeholder {
  color: rgba(255,255,255,.3) !important;
}
body.woocommerce-cart .coupon button {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.5) !important;
  border-radius: 8px !important;
  padding: 12px 20px !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
body.woocommerce-cart .coupon button:hover {
  border-color: rgba(217,255,59,.4) !important;
  color: #D9FF3B !important;
}

/* Kupon input — WooCommerce Blocks */
body.woocommerce-cart .wc-block-components-totals-coupon__input .wc-block-components-text-input input {
  min-width: 200px !important;
  width: 100% !important;
}

/* Napis nad kuponem */
body.woocommerce-cart .wc-block-components-panel__button span,
body.woocommerce-cart .wc-block-components-totals-coupon__button-text {
  color: rgba(255,255,255,.5) !important;
}

/* Hide VAT suffix in cart */
body.woocommerce-cart .woocommerce-price-suffix,
body.woocommerce-cart .includes_tax {
  display: none !important;
}

/* Links */
body.woocommerce-cart a {
  color: rgba(255,255,255,.5);
}
body.woocommerce-cart a:hover {
  color: #D9FF3B;
}

/* Cart responsive */
@media (max-width: 768px) {
  body.woocommerce-cart .entry-content {
    padding: 60px 16px !important;
  }
  body.woocommerce-cart .cart_totals {
    padding: 24px !important;
  }
}

/* ══════════════════════════════════════
   CART & CHECKOUT – WooCommerce BLOCKS
   Nadpisanie białych elementów blokowych
   ══════════════════════════════════════ */

/* Nuclear: wszystko w koszyku i checkout na ciemne */
body.woocommerce-cart *:not(#wpadminbar):not(#wpadminbar *) {
  border-color: rgba(255,255,255,.08) !important;
}

/* Białe tła → ciemne (outer containers) */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .ast-article-single,
body.woocommerce-cart .ast-separate-container .ast-article-single {
  background: #070B1A !important;
  background-color: #070B1A !important;
  color: #fff !important;
}
/* Białe tła → transparent (inner elements inside boxes) */
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .wc-block-components-order-summary,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .wc-block-components-totals-coupon__content,
body.woocommerce-cart .wc-block-components-panel__content {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
}

/* Nagłówki i tekst */
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-items .wc-block-components-product-name {
  color: #fff !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
body.woocommerce-cart .wc-block-components-product-name:hover {
  color: #D9FF3B !important;
}

/* Ceny w blokowym koszyku */
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-price__value,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-cart .price .woocommerce-Price-amount {
  color: #D9FF3B !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
}

/* Suma / total */
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #D9FF3B !important;
}
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: rgba(255,255,255,.5) !important;
  font-size: 14px !important;
}

/* Labele i opisy */
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-product-metadata__description,
body.woocommerce-cart .wc-block-components-totals-wrapper p,
body.woocommerce-cart label {
  color: rgba(255,255,255,.5) !important;
  font-family: 'Sora', sans-serif !important;
}

/* Obrazki produktów */
body.woocommerce-cart .wc-block-cart-items .wc-block-components-product-image img,
body.woocommerce-cart .wc-block-cart-items img {
  border-radius: 10px !important;
}

/* Quantity selector */
body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 8px !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector button {
  color: rgba(255,255,255,.5) !important;
  background: transparent !important;
}
body.woocommerce-cart .wc-block-components-quantity-selector button:hover {
  color: #D9FF3B !important;
}

/* Remove link */
body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: rgba(255,255,255,.3) !important;
  font-size: 12px !important;
}
body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #ff4444 !important;
}

/* Kupon input */
body.woocommerce-cart .wc-block-components-totals-coupon__input input,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart input[type="text"] {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: 'Sora', sans-serif !important;
}
body.woocommerce-cart .wc-block-components-text-input label {
  color: rgba(255,255,255,.4) !important;
}

/* Kupon button */
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-button:not(.wc-block-cart__submit-button) {
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.5) !important;
  border-radius: 8px !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 600 !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__button:hover {
  border-color: rgba(217,255,59,.4) !important;
  color: #D9FF3B !important;
}

/* Przycisk "Przejdź do płatności" */
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block a,
body.woocommerce-cart .wc-block-cart__submit-container a,
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button {
  display: block !important;
  width: 100% !important;
  padding: 16px 0 !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #070B1A !important;
  background: #D9FF3B !important;
  border: none !important;
  border-radius: 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background .2s !important;
}
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button:hover {
  background: #c8ee2a !important;
}

/* Separatory */
body.woocommerce-cart .wc-block-components-totals-wrapper::after,
body.woocommerce-cart .wc-block-components-totals-wrapper::before {
  border-color: rgba(255,255,255,.06) !important;
}

/* Panele (kupon rozwinięty itp) */
body.woocommerce-cart .wc-block-components-panel__button {
  color: rgba(255,255,255,.5) !important;
  font-family: 'Sora', sans-serif !important;
}
body.woocommerce-cart .wc-block-components-panel__button:hover {
  color: #D9FF3B !important;
}
body.woocommerce-cart .wc-block-components-panel__button svg {
  fill: rgba(255,255,255,.3) !important;
}

/* Ukryj VAT suffix */
body.woocommerce-cart .wc-block-components-product-price .wc-block-components-product-price__value--regular,
body.woocommerce-cart .includes_tax,
body.woocommerce-cart .woocommerce-price-suffix {
  display: none !important;
}

/* Astra container białe tło */
body.woocommerce-cart .ast-separate-container {
  background: #070B1A !important;
}
body.woocommerce-cart .ast-separate-container .ast-article-single {
  padding-top: 0 !important;
  background: #070B1A !important;
}

/* Cart text colors */
body.woocommerce-cart h2,
body.woocommerce-cart th,
body.woocommerce-cart td,
body.woocommerce-cart .product-name a {
  color: #fff !important;
}

/* Cart — bez dodatkowych boxów */
body.woocommerce-cart .woocommerce-cart-form {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 32px !important;
}
body.woocommerce-cart .cart_totals {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
body.woocommerce-cart .cart_totals h2 {
  background: transparent !important;
  color: #fff !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
}
body.woocommerce-cart .cart_totals table,
body.woocommerce-cart .cart_totals .shop_table {
  border: none !important;
  border-collapse: collapse !important;
}
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  background: transparent !important;
}
body.woocommerce-cart .shop_table {
  border: none !important;
}
body.woocommerce-cart .shop_table td {
  background: transparent !important;
}
body.woocommerce-cart .shop_table thead th {
  background: transparent !important;
}

/* ══════════════════════════════════════
   WOOCOMMERCE NOTICES – DARK
   Komunikaty: dodano do koszyka, błędy, info
   ══════════════════════════════════════ */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.wc-block-components-notice-banner,
.wc-block-store-notices .wc-block-components-notice-banner {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-left: 4px solid #D9FF3B !important;
  color: rgba(255,255,255,.8) !important;
  font-family: 'Sora', sans-serif !important;
  font-size: 14px !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
}
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error,
.wc-block-components-notice-banner.is-error {
  border-left-color: #ff4444 !important;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: #D9FF3B !important;
}
.woocommerce-error::before {
  color: #ff4444 !important;
}

/* Przycisk "Zobacz koszyk" w notice */
.woocommerce-message a.button,
.woocommerce-message a.wc-forward,
.wc-block-components-notice-banner a {
  background: #D9FF3B !important;
  color: #070B1A !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  border: none !important;
  float: right !important;
}
.woocommerce-message a.button:hover,
.woocommerce-message a.wc-forward:hover {
  background: #c8ee2a !important;
}

/* Notice SVG/ikony */
.wc-block-components-notice-banner > svg {
  fill: #D9FF3B !important;
}
.wc-block-components-notice-banner.is-error > svg {
  fill: #ff4444 !important;
}

/* Białe paski w klasycznym koszyku — tabela header */
body.woocommerce-cart .shop_table thead,
body.woocommerce-cart .shop_table thead th {
  background: rgba(255,255,255,.03) !important;
  color: rgba(255,255,255,.35) !important;
  border: none !important;
}
body.woocommerce-cart .shop_table,
body.woocommerce-cart .shop_table tbody,
body.woocommerce-cart .shop_table tr {
  background: transparent !important;
  border-color: rgba(255,255,255,.06) !important;
}

/* Klasyczny koszyk — biały pasek kuponu */
body.woocommerce-cart .shop_table .actions {
  background: transparent !important;
  border: none !important;
  padding: 16px 0 !important;
}


