/* =========================================================
   SPRINTSHIRT — PRODUCT PAGE
   Breadcrumbs are centralized in common/breadcrumbs.css.
========================================================= */

/* =========================================================
   SPRINTSHIRT — PRODUCT PAGE TOP MODULE FINAL CLEAN v3
   Единые малиновые рамки 2px + аккуратный инфо-блок
   ========================================================= */

body#product,
body.page-product {
  --ss-pink: #e6005c;
  --ss-orange: #ff8a00;
  --ss-pink-border: rgba(230, 0, 92, 0.42);
  --ss-pink-soft: #fff3f8;
  --ss-orange-soft: #fff5e8;
  --ss-dark: #111111;
  --ss-text: #333333;
  --ss-muted: #666666;

  /* Soft-minimal tokens */
  --ss-page-bg: #ffffff;
  --ss-max: 1360px;
  --ss-card-radius: 22px;
  --ss-card-radius-sm: 16px;
  --ss-shadow-card:
    0 16px 44px rgba(230, 0, 92, 0.08), 0 3px 12px rgba(17, 17, 17, 0.05);
  --ss-shadow-card-hover:
    0 22px 58px rgba(230, 0, 92, 0.12), 0 6px 18px rgba(17, 17, 17, 0.06);
  --ss-shadow-soft:
    0 8px 24px rgba(230, 0, 92, 0.05), 0 2px 8px rgba(17, 17, 17, 0.03);
}

/* =========================================================
   PAGE BASE
   ========================================================= */

body#product .breadcrumb-wrapper,
body.page-product .breadcrumb-wrapper {
  margin-bottom: 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(230, 0, 92, 0.14) !important;
}

body#product #wrapper,
body.page-product #wrapper {
  padding-top: 34px !important;
  position: relative !important;
  overflow-x: clip !important; /* stop sideways slime overflow WITHOUT clipping card shadows */
  overflow-y: visible !important;
  background: var(--ss-page-bg) !important;
}

body#product #content-wrapper,
body.page-product #content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
}

/* Floating brand slimes (background layer, injected by JS) */
.ss-slimes {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}
.ss-slime {
  position: absolute !important;
  border-radius: 50% !important;
  filter: blur(22px) !important;
  opacity: 0.42 !important;
  pointer-events: auto !important;
  will-change: transform !important;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.ss-slime--pink {
  background: radial-gradient(
    circle at 35% 35%,
    rgba(230, 0, 92, 0.55),
    rgba(230, 0, 92, 0) 70%
  ) !important;
}
.ss-slime--orange {
  background: radial-gradient(
    circle at 35% 35%,
    rgba(255, 138, 0, 0.5),
    rgba(255, 138, 0, 0) 70%
  ) !important;
}
.ss-slime--soft {
  background: radial-gradient(
    circle at 35% 35%,
    rgba(240, 75, 140, 0.42),
    rgba(240, 75, 140, 0) 70%
  ) !important;
}
@media (prefers-reduced-motion: reduce) {
  .ss-slime {
    transition: none !important;
  }
}

/* =========================================================
   MAIN LAYOUT
   ========================================================= */

body#product .product-mainblock,
body.page-product .product-mainblock {
  max-width: var(--ss-max) !important;
  margin: 0 auto 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 40px !important;
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}

body#product .productblock-image,
body.page-product .productblock-image {
  width: calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  flex: 0 0 calc(50% - 20px) !important;
  padding: 0 !important;
  background: transparent !important;
}

body#product .productblock-content,
body.page-product .productblock-content {
  width: calc(50% - 20px) !important;
  max-width: calc(50% - 20px) !important;
  flex: 0 0 calc(50% - 20px) !important;

  position: relative !important;
  padding: 36px 38px 36px !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius) !important;
  box-shadow: var(--ss-shadow-card) !important;
  overflow: visible !important;
}

body#product .productblock-content::before,
body#product .productblock-content::after,
body.page-product .productblock-content::before,
body.page-product .productblock-content::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   LEFT IMAGE CARD
   ========================================================= */

body#product .sticky-product,
body.page-product .sticky-product {
  position: relative !important;
  top: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#product .images-container,
body.page-product .images-container {
  position: relative !important;
  padding: 20px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius) !important;
  box-shadow: var(--ss-shadow-card) !important;
  overflow: visible !important;
  transition: box-shadow 0.3s ease !important;
}
body#product .images-container:hover,
body.page-product .images-container:hover {
  box-shadow: var(--ss-shadow-card-hover) !important;
}

body#product .images-container::before,
body#product .images-container::after,
body.page-product .images-container::before,
body.page-product .images-container::after {
  display: none !important;
  content: none !important;
}

/* Main slider */
body#product .an_productpage-slider-main,
body.page-product .an_productpage-slider-main {
  margin: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

body#product .an_productpage-slider-main .slick-list,
body.page-product .an_productpage-slider-main .slick-list {
  overflow: hidden !important;
}

body#product .an_productpage-slider-image,
body.page-product .an_productpage-slider-image {
  min-height: 560px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

body#product .productslider-main-image,
body.page-product .productslider-main-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

body#product .an_productpage-slider-holder,
body.page-product .an_productpage-slider-holder {
  display: none !important;
  height: 0 !important;
}

/* Slider arrows */
body#product .an_productpage-slider-main .slick-arrow,
body.page-product .an_productpage-slider-main .slick-arrow {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid rgba(230, 0, 92, 0.22) !important;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08) !important;
  opacity: 1 !important;
  z-index: 10 !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease !important;
}

body#product .an_productpage-slider-main .slick-arrow:hover,
body.page-product .an_productpage-slider-main .slick-arrow:hover {
  transform: translateY(-1px) !important;
  border-color: var(--ss-pink) !important;
  box-shadow: 0 10px 22px rgba(230, 0, 92, 0.12) !important;
}

body#product .an_productpage-slider-main .slick-arrow svg,
body.page-product .an_productpage-slider-main .slick-arrow svg {
  width: 13px !important;
  height: 13px !important;
}

body#product .an_productpage-slider-main .slick-arrow svg path,
body.page-product .an_productpage-slider-main .slick-arrow svg path {
  fill: #111111 !important;
}

/* Slider dots */
body#product .an_productpage-slider-main .slick-dots,
body.page-product .an_productpage-slider-main .slick-dots {
  bottom: 8px !important;
}

body#product .an_productpage-slider-main .slick-dots li button,
body.page-product .an_productpage-slider-main .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: #dedede !important;
  border: 0 !important;
}

body#product .an_productpage-slider-main .slick-dots li.slick-active button,
body.page-product
  .an_productpage-slider-main
  .slick-dots
  li.slick-active
  button {
  background: var(--ss-pink) !important;
}

/* =========================================================
   THUMBNAILS
   ========================================================= */

body#product .an_productpage-slider-nav,
body.page-product .an_productpage-slider-nav {
  margin: 24px 0 0 !important;
  padding: 10px 0 8px !important;
  overflow: visible !important;
}

body#product .an_productpage-slider-nav .slick-list,
body.page-product .an_productpage-slider-nav .slick-list,
body#product .an_productpage-slider-nav .slick-track,
body.page-product .an_productpage-slider-nav .slick-track {
  overflow: visible !important;
}

body#product .an_productpage-slider-nav .slick-track,
body.page-product .an_productpage-slider-nav .slick-track {
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: auto !important;
  transform: none !important;
}

body#product .an_productpage-slider-nav .an_productpage-slider-item,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item {
  position: relative !important;
  width: 96px !important;
  height: 96px !important;
  padding: 8px !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 2px solid rgba(230, 0, 92, 0.18) !important;
  border-radius: 16px !important;
  outline: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease !important;
}

body#product .an_productpage-slider-nav .an_productpage-slider-item::before,
body#product .an_productpage-slider-nav .an_productpage-slider-item::after,
body.page-product
  .an_productpage-slider-nav
  .an_productpage-slider-item::before,
body.page-product
  .an_productpage-slider-nav
  .an_productpage-slider-item::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body#product
  .an_productpage-slider-nav
  .an_productpage-slider-item.slick-current,
body#product
  .an_productpage-slider-nav
  .an_productpage-slider-item.slick-active,
body.page-product
  .an_productpage-slider-nav
  .an_productpage-slider-item.slick-current,
body.page-product
  .an_productpage-slider-nav
  .an_productpage-slider-item.slick-active {
  border: 2px solid rgba(230, 0, 92, 0.18) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body#product
  .an_productpage-slider-nav
  .an_productpage-slider-item.nav-slide-selected,
body.page-product
  .an_productpage-slider-nav
  .an_productpage-slider-item.nav-slide-selected {
  border: 2px solid var(--ss-pink) !important;
  box-shadow: 0 10px 22px rgba(230, 0, 92, 0.1) !important;
  outline: 0 !important;
}

body#product .an_productpage-slider-nav .an_productpage-slider-item:hover,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item:hover {
  border-color: var(--ss-pink) !important;
  box-shadow: 0 10px 22px rgba(230, 0, 92, 0.08) !important;
  transform: translateY(-1px) !important;
}

body#product .an_productpage-slider-nav .an_productpage-slider-item img,
body#product .an_productpage-slider-nav .an_productpage-slider-item div,
body#product .an_productpage-slider-nav .an_productpage-slider-item a,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item img,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item div,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item a {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .an_productpage-slider-nav .an_productpage-slider-item img,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 11px !important;
}

body#product .an_productpage-slider-nav .anproductvideogallery-video-thumb,
body.page-product
  .an_productpage-slider-nav
  .anproductvideogallery-video-thumb {
  width: 100% !important;
  height: 100% !important;
  border-radius: 11px !important;
  overflow: hidden !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .an_productpage-slider-nav .anproductvideogallery-video-thumb *,
body.page-product
  .an_productpage-slider-nav
  .anproductvideogallery-video-thumb
  * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   WISHLIST
   ========================================================= */

body#product .sticky-product .an_wishlist-mini,
body.page-product .sticky-product .an_wishlist-mini {
  top: 22px !important;
  right: 22px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 2px solid rgba(230, 0, 92, 0.18) !important;
  box-shadow: none !important;
  z-index: 20 !important;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease !important;
}

body#product .sticky-product .an_wishlist-mini:hover,
body.page-product .sticky-product .an_wishlist-mini:hover {
  background: #fff3f8 !important;
  border-color: var(--ss-pink) !important;
  box-shadow: 0 10px 24px rgba(230, 0, 92, 0.16) !important;
  transform: translateY(-1px) scale(1.03) !important;
}

body#product .sticky-product .an_wishlist-mini:hover svg path,
body.page-product .sticky-product .an_wishlist-mini:hover svg path {
  fill: var(--ss-pink) !important;
}

body#product .sticky-product .an_wishlist-mini:hover .an_wishlist-mini-count,
body.page-product
  .sticky-product
  .an_wishlist-mini:hover
  .an_wishlist-mini-count {
  color: var(--ss-pink) !important;
}

/* =========================================================
   TITLE / PRICE
   ========================================================= */

body#product .productblock-content h1,
body#product .productblock-content .h1,
body.page-product .productblock-content h1,
body.page-product .productblock-content .h1 {
  margin: 0 0 8px !important;
  color: var(--ss-dark) !important;
  font-size: 34px !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

body#product .product-prices,
body.page-product .product-prices {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: #ffffff !important;
}

body#product .product-price,
body.page-product .product-price {
  margin: 0 !important;
}

body#product .current-price .price,
body.page-product .current-price .price {
  color: #111111 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

body#product .tax-shipping-delivery-label,
body.page-product .tax-shipping-delivery-label {
  color: #777777 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

/* =========================================================
   PRODUCT TEXT / INFO BLOCK
   Первый инфо-блок делаем аккуратным и закругленным.
   Остальной текст без лишних внутренних рамок.
   ========================================================= */

body#product .product-information,
body.page-product .product-information,
body#product .product-additional-info,
body.page-product .product-additional-info,
body#product .product-details-info-wrapper,
body.page-product .product-details-info-wrapper,
body#product .product-details-info,
body.page-product .product-details-info,
body#product .an-product-page-description,
body.page-product .an-product-page-description {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#product .an-product-page-description,
body.page-product .an-product-page-description {
  margin-bottom: 22px !important;
}

body#product .an-product-page-description > div,
body.page-product .an-product-page-description > div {
  box-shadow: none !important;
}

/* Блок "Powyższa cena..." */
body#product .an-product-page-description > div:first-child,
body.page-product .an-product-page-description > div:first-child {
  margin: 0 0 22px !important;
  padding: 16px 18px !important;

  background: linear-gradient(135deg, #fff7ed 0%, #fff3f8 100%) !important;
  border: 0 !important;
  border-left: 4px solid var(--ss-orange) !important;
  border-radius: var(--ss-card-radius-sm) !important;

  color: #222222 !important;
  box-shadow: var(--ss-shadow-soft) !important;
}

/* Второй текстовый блок без рамки, чтобы не было рамка в рамке */
body#product .an-product-page-description > div:nth-child(2),
body.page-product .an-product-page-description > div:nth-child(2) {
  border: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

/* =========================================================
   VARIANTS BASE
   ========================================================= */

body#product .product-actions,
body.page-product .product-actions,
body#product #add-to-cart-or-refresh,
body.page-product #add-to-cart-or-refresh,
body#product form#add-to-cart-or-refresh,
body.page-product form#add-to-cart-or-refresh {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#product .product-variants,
body.page-product .product-variants {
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body#product .product-variants-item,
body.page-product .product-variants-item {
  overflow: visible !important;
  box-shadow: none !important;
}

body#product .product-variants-item .control-label,
body.page-product .product-variants-item .control-label {
  display: block !important;
  margin: 0 0 10px !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

body#product .product-variants ul,
body.page-product .product-variants ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow: visible !important;
}

/* =========================================================
   COLOR VARIANTS CARD
   ========================================================= */

body#product .product-variants-item-color,
body.page-product .product-variants-item-color {
  margin: 0 0 16px !important;
  padding: 18px 20px 16px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius-sm) !important;
  box-shadow: var(--ss-shadow-soft) !important;
  overflow: visible !important;
}

body#product .product-variants-item-color ul,
body.page-product .product-variants-item-color ul {
  gap: 9px !important;
  padding: 2px 2px 3px !important;
  overflow: visible !important;
}

body#product .product-variants-item-color .input-container,
body.page-product .product-variants-item-color .input-container {
  position: relative !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  overflow: visible !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .product-variants-item-color .input-color,
body.page-product .product-variants-item-color .input-color {
  position: absolute !important;
  inset: 0 !important;
  width: 30px !important;
  height: 30px !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .product-variants-item-color .color,
body.page-product .product-variants-item-color .color {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  display: block !important;
  margin: 1px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
  outline: 0 !important;
  box-shadow: inset 0 0 0 2px #ffffff !important;
  transform: none !important;
  transition:
    transform 0.14s ease,
    border-color 0.14s ease,
    box-shadow 0.14s ease !important;
}

body#product .product-variants-item-color .input-container:hover .color,
body.page-product .product-variants-item-color .input-container:hover .color {
  transform: scale(1.05) !important;
  border-color: rgba(230, 0, 92, 0.32) !important;
  box-shadow: inset 0 0 0 2px #ffffff !important;
}

body#product .product-variants-item-color .input-container-checked .color,
body#product .product-variants-item-color input:checked + .color,
body.page-product .product-variants-item-color .input-container-checked .color,
body.page-product .product-variants-item-color input:checked + .color {
  border-color: var(--ss-pink) !important;
  box-shadow:
    inset 0 0 0 2px #ffffff,
    0 0 0 2px var(--ss-pink) !important;
}

body#product .product-variants-item-color input,
body#product .product-variants-item-color input:focus,
body#product .product-variants-item-color input:focus-visible,
body.page-product .product-variants-item-color input,
body.page-product .product-variants-item-color input:focus,
body.page-product .product-variants-item-color input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* =========================================================
   SIZE VARIANTS CARD
   ========================================================= */

body#product .product-variants-item:not(.product-variants-item-color),
body.page-product .product-variants-item:not(.product-variants-item-color) {
  margin: 0 0 18px !important;
  padding: 18px 20px 18px !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius-sm) !important;
  box-shadow: var(--ss-shadow-soft) !important;
  overflow: visible !important;
}

body#product .product-variants-item:not(.product-variants-item-color) ul,
body.page-product .product-variants-item:not(.product-variants-item-color) ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#product
  .product-variants-item:not(.product-variants-item-color)
  .input-container,
body.page-product
  .product-variants-item:not(.product-variants-item-color)
  .input-container {
  position: relative !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .product-variants-item .input-radio,
body.page-product .product-variants-item .input-radio {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body#product .product-variants-item .radio-label,
body.page-product .product-variants-item .radio-label {
  min-width: 58px !important;
  height: 42px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  border-radius: 11px !important;
  outline: 0 !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
  transition:
    background 0.14s ease,
    color 0.14s ease,
    border-color 0.14s ease !important;
}

body#product .product-variants-item .input-container:hover .radio-label,
body.page-product .product-variants-item .input-container:hover .radio-label {
  border-color: var(--ss-pink) !important;
  background: #fff8fb !important;
  color: var(--ss-pink) !important;
  box-shadow: none !important;
}

body#product .product-variants-item .input-radio:checked + .radio-label,
body.page-product .product-variants-item .input-radio:checked + .radio-label {
  border-color: var(--ss-pink) !important;
  background: #fff3f8 !important;
  color: var(--ss-pink) !important;
  box-shadow: none !important;
}

body#product .product-variants-item .input-radio,
body#product .product-variants-item .input-radio:focus,
body#product .product-variants-item .input-radio:focus-visible,
body.page-product .product-variants-item .input-radio,
body.page-product .product-variants-item .input-radio:focus,
body.page-product .product-variants-item .input-radio:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* =========================================================
   PERSONALIZUJ BUTTON
   ========================================================= */

body#product #zakeke-customize-container,
body.page-product #zakeke-customize-container {
  margin: 0 0 20px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

body#product #zakeke-customize,
body.page-product #zakeke-customize {
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 14px !important;
  outline: 0 !important;
  background: linear-gradient(
    135deg,
    #e6005c 0%,
    #f04b8c 48%,
    #ff8a00 100%
  ) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
  box-shadow: 0 12px 30px rgba(230, 0, 92, 0.28) !important;
  cursor: pointer !important;
  transform: translateZ(0) !important;
  transition:
    transform 0.16s ease,
    filter 0.16s ease,
    box-shadow 0.16s ease !important;
}

body#product #zakeke-customize::after,
body.page-product #zakeke-customize::after {
  content: " →" !important;
  margin-left: 6px !important;
}

body#product #zakeke-customize:hover,
body.page-product #zakeke-customize:hover {
  transform: translateY(-2px) translateZ(0) !important;
  filter: brightness(1.03) !important;
  box-shadow: 0 16px 38px rgba(230, 0, 92, 0.34) !important;
}

body#product #zakeke-customize:active,
body.page-product #zakeke-customize:active {
  transform: translateY(0) translateZ(0) !important;
  box-shadow: none !important;
}

body#product #zakeke-customize:focus,
body#product #zakeke-customize:focus-visible,
body.page-product #zakeke-customize:focus,
body.page-product #zakeke-customize:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   BENEFIT CARDS
   ========================================================= */

body#product .an-bi-block,
body.page-product .an-bi-block {
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body#product .an-bi-cover,
body.page-product .an-bi-cover {
  display: none !important;
}

body#product .an-bi-item,
body.page-product .an-bi-item {
  margin: 0 !important;
  padding: 20px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius-sm) !important;
  box-shadow: var(--ss-shadow-soft) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}
body#product .an-bi-item:hover,
body.page-product .an-bi-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--ss-shadow-card) !important;
}

body#product .an-bi-image,
body.page-product .an-bi-image {
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

body#product .an-bi-image img,
body.page-product .an-bi-image img {
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
}

body#product .an-bi-content,
body.page-product .an-bi-content {
  margin: 0 !important;
  padding: 0 !important;
}

body#product .an-bi-title,
body#product .an-bi-title a,
body.page-product .an-bi-title,
body.page-product .an-bi-title a {
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body#product .an-bi-item-text,
body.page-product .an-bi-item-text {
  margin: 8px 0 0 !important;
  color: #666666 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

/* =========================================================
   PAYMENTS — БЕЗ ОТДЕЛЬНОЙ РАМКИ, ПО ЦЕНТРУ
   ========================================================= */

body#product .an_trust_badges-container,
body.page-product .an_trust_badges-container {
  margin: 24px auto 0 !important;
  padding: 8px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-align: center !important;
}

body#product .an_trust_badges-container *,
body.page-product .an_trust_badges-container * {
  background-color: transparent !important;
}

body#product .an_trust_badges-title,
body.page-product .an_trust_badges-title {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #111111 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  text-align: center !important;
}

body#product .an_trust_badges-list,
body.page-product .an_trust_badges-list {
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 18px 26px !important;
  list-style: none !important;
  text-align: center !important;
}

body#product .an_trust_badges-list li,
body.page-product .an_trust_badges-list li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#product .an_trust_badges-list svg,
body#product .an_trust_badges-list img,
body.page-product .an_trust_badges-list svg,
body.page-product .an_trust_badges-list img {
  max-width: 72px !important;
  max-height: 34px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
}

/* =========================================================
   REMOVE GREY GAPS / SHADOWS
   ========================================================= */

body#product .product-information,
body.page-product .product-information,
body#product .product-additional-info,
body.page-product .product-additional-info,
body#product .product-actions,
body.page-product .product-actions,
body#product .product-variants,
body.page-product .product-variants,
body#product #add-to-cart-or-refresh,
body.page-product #add-to-cart-or-refresh {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

/* =========================================================
   PRODUCT TABS — REMOVE EXTRA GREEN CHECKS / ICONS
   ========================================================= */

body#product .tabs li::before,
body#product .tabs li::after,
body#product .tabs .nav-item::before,
body#product .tabs .nav-item::after,
body#product .tabs .nav-link::before,
body#product .tabs .nav-link::after,
body#product .product-tabs li::before,
body#product .product-tabs li::after,
body#product .product-tabs .nav-item::before,
body#product .product-tabs .nav-item::after,
body#product .product-tabs .nav-link::before,
body#product .product-tabs .nav-link::after,
body.page-product .tabs li::before,
body.page-product .tabs li::after,
body.page-product .tabs .nav-item::before,
body.page-product .tabs .nav-item::after,
body.page-product .tabs .nav-link::before,
body.page-product .tabs .nav-link::after,
body.page-product .product-tabs li::before,
body.page-product .product-tabs li::after,
body.page-product .product-tabs .nav-item::before,
body.page-product .product-tabs .nav-item::after,
body.page-product .product-tabs .nav-link::before,
body.page-product .product-tabs .nav-link::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

body#product .tabs .material-icons,
body#product .tabs svg,
body.page-product .tabs .material-icons,
body.page-product .tabs svg {
  display: none !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {
  body#product .product-mainblock,
  body.page-product .product-mainblock {
    gap: 28px !important;
  }

  body#product .productblock-content,
  body.page-product .productblock-content {
    padding: 28px 28px 30px !important;
  }

  body#product .productblock-content h1,
  body#product .productblock-content .h1,
  body.page-product .productblock-content h1,
  body.page-product .productblock-content .h1 {
    font-size: 30px !important;
  }

  body#product .an_productpage-slider-image,
  body.page-product .an_productpage-slider-image {
    min-height: 520px !important;
  }

  body#product .productslider-main-image,
  body.page-product .productslider-main-image {
    max-height: 520px !important;
  }
}

@media (max-width: 991px) {
  body#product #wrapper,
  body.page-product #wrapper {
    padding-top: 22px !important;
  }

  body#product .product-mainblock,
  body.page-product .product-mainblock {
    display: block !important;
    margin-bottom: 32px !important;
  }

  body#product .productblock-image,
  body#product .productblock-content,
  body.page-product .productblock-image,
  body.page-product .productblock-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  body#product .productblock-image,
  body.page-product .productblock-image {
    margin-bottom: 22px !important;
  }

  body#product .images-container,
  body.page-product .images-container {
    padding: 22px 18px 18px !important;
    border-radius: 20px !important;
  }

  body#product .productblock-content,
  body.page-product .productblock-content {
    border-radius: 20px !important;
  }

  body#product .an_productpage-slider-image,
  body.page-product .an_productpage-slider-image {
    min-height: 430px !important;
  }

  body#product .productslider-main-image,
  body.page-product .productslider-main-image {
    max-height: 430px !important;
  }
}

@media (max-width: 767px) {
  body#product #wrapper,
  body.page-product #wrapper {
    padding-top: 16px !important;
  }

  body#product .product-mainblock,
  body.page-product .product-mainblock {
    margin-bottom: 28px !important;
  }

  body#product .images-container,
  body.page-product .images-container {
    padding: 18px 14px 16px !important;
    border-radius: 18px !important;
  }

  body#product .an_productpage-slider-image,
  body.page-product .an_productpage-slider-image {
    min-height: 330px !important;
  }

  body#product .productslider-main-image,
  body.page-product .productslider-main-image {
    max-width: 92% !important;
    max-height: 330px !important;
  }

  body#product .productblock-content,
  body.page-product .productblock-content {
    padding: 24px 18px 24px !important;
    border-radius: 18px !important;
  }

  body#product .productblock-content h1,
  body#product .productblock-content .h1,
  body.page-product .productblock-content h1,
  body.page-product .productblock-content .h1 {
    font-size: 26px !important;
  }

  body#product .current-price .price,
  body.page-product .current-price .price {
    font-size: 22px !important;
  }

  body#product .product-variants-item-color,
  body.page-product .product-variants-item-color,
  body#product .product-variants-item:not(.product-variants-item-color),
  body.page-product .product-variants-item:not(.product-variants-item-color) {
    padding: 16px 14px !important;
    border-radius: 16px !important;
  }

  body#product .product-variants ul,
  body.page-product .product-variants ul {
    gap: 8px !important;
  }

  body#product .product-variants-item .radio-label,
  body.page-product .product-variants-item .radio-label {
    min-width: 54px !important;
    height: 40px !important;
    padding: 0 12px !important;
  }

  body#product #zakeke-customize,
  body.page-product #zakeke-customize {
    min-height: 56px !important;
    border-radius: 13px !important;
  }

  body#product #zakeke-customize-container,
  body.page-product #zakeke-customize-container {
    margin-bottom: 16px !important;
  }

  body#product .an-bi-block,
  body.page-product .an-bi-block {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body#product .an-bi-item,
  body.page-product .an-bi-item {
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px !important;
    text-align: left !important;
  }

  body#product .an-bi-image,
  body.page-product .an-bi-image {
    width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
    margin: 0 !important;
  }

  body#product .an-bi-image img,
  body.page-product .an-bi-image img {
    width: 50px !important;
    height: 50px !important;
  }

  body#product .an_trust_badges-container,
  body.page-product .an_trust_badges-container {
    margin-top: 20px !important;
  }

  body#product .an_trust_badges-list,
  body.page-product .an_trust_badges-list {
    gap: 14px 18px !important;
  }
}
/* =========================================================
   SPRINTSHIRT — PRODUCT TABS FINAL CLEAN CSS
   Блок: OPIS / SZCZEGÓŁY PRODUKTU / ZDJĘCIA PRODUKTU / FAQ

   Что делает:
   - текст внутри описания НЕ меняет
   - рамка только вокруг нижнего контентного блока
   - кнопки табов с аккуратной малиновой обводкой
   - активная кнопка без нижней кривой линии
   - увеличен отступ между кнопками и контентом
   ========================================================= */

body#product,
body.page-product {
  --ss-pink: #e6005c;
  --ss-pink-border: rgba(230, 0, 92, 0.42);
  --ss-pink-border-light: rgba(230, 0, 92, 0.18);
  --ss-pink-soft: #fff3f8;
  --ss-pink-hover: #fff8fb;
}

/* =========================================================
   1. OUTER TABS WRAPPER
   ========================================================= */

body#product .tabs.an-product-page-description,
body.page-product .tabs.an-product-page-description {
  max-width: var(--ss-max) !important;
  margin: 34px auto 60px !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

/* На случай если тема использует общий .tabs без второго класса */
body#product .tabs,
body.page-product .tabs {
  box-shadow: none !important;
}

/* =========================================================
   2. TAB BUTTONS ROW
   ========================================================= */

body#product .tabs.an-product-page-description .nav-tabs,
body.page-product .tabs.an-product-page-description .nav-tabs {
  margin: 0 0 14px !important;
  padding: 0 28px !important;

  display: flex !important;
  align-items: center !important;
  gap: 10px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  list-style: none !important;
}

body#product .tabs.an-product-page-description .nav-item,
body.page-product .tabs.an-product-page-description .nav-item {
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   3. TAB BUTTON DEFAULT STYLE
   ========================================================= */

body#product .tabs.an-product-page-description .nav-link,
body.page-product .tabs.an-product-page-description .nav-link {
  position: relative !important;

  min-height: 44px !important;
  padding: 0 20px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: var(--ss-shadow-soft) !important;

  color: #b8b8b8 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;

  transition:
    color 0.16s ease,
    background 0.16s ease,
    border-color 0.16s ease !important;
}

/* Убираем старую линию темы / прошлых CSS */
body#product .tabs.an-product-page-description .nav-link::after,
body.page-product .tabs.an-product-page-description .nav-link::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   4. TAB BUTTON HOVER / ACTIVE
   ========================================================= */

body#product .tabs.an-product-page-description .nav-link:hover,
body.page-product .tabs.an-product-page-description .nav-link:hover {
  color: var(--ss-pink) !important;
  background: var(--ss-pink-hover) !important;
  border-color: rgba(230, 0, 92, 0.32) !important;
  box-shadow: none !important;
}

body#product .tabs.an-product-page-description .nav-link.active,
body#product .tabs.an-product-page-description .nav-item.open .nav-link,
body.page-product .tabs.an-product-page-description .nav-link.active,
body.page-product .tabs.an-product-page-description .nav-item.open .nav-link {
  color: var(--ss-pink) !important;
  background: var(--ss-pink-soft) !important;
  border: 1px solid var(--ss-pink-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

/* Активная кнопка без нижней линии */
body#product .tabs.an-product-page-description .nav-link.active::after,
body#product .tabs.an-product-page-description .nav-item.open .nav-link::after,
body.page-product .tabs.an-product-page-description .nav-link.active::after,
body.page-product
  .tabs.an-product-page-description
  .nav-item.open
  .nav-link::after {
  display: none !important;
  content: none !important;
}

/* =========================================================
   5. TAB CONTENT WRAPPER
   ========================================================= */

body#product .tabs.an-product-page-description #tab-content,
body.page-product .tabs.an-product-page-description #tab-content,
body#product .tabs.an-product-page-description .tab-content,
body.page-product .tabs.an-product-page-description .tab-content {
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  overflow: visible !important;
}

/* =========================================================
   6. ACTIVE CONTENT FRAME
   В твоей структуре активный блок — это:
   #description.tab-pane.fade.js-product-tab-active.active.in
   ========================================================= */

body#product .tabs.an-product-page-description #description.tab-pane.active,
body#product .tabs.an-product-page-description #description.tab-pane.in,
body#product
  .tabs.an-product-page-description
  #description.js-product-tab-active,
body.page-product
  .tabs.an-product-page-description
  #description.tab-pane.active,
body.page-product .tabs.an-product-page-description #description.tab-pane.in,
body.page-product
  .tabs.an-product-page-description
  #description.js-product-tab-active {
  display: block !important;

  margin: 0 !important;
  padding: 34px 38px 40px !important;

  background: #ffffff !important;
  border: 0 !important;
  border-radius: var(--ss-card-radius) !important;
  box-shadow: var(--ss-shadow-card) !important;
}

/* На случай других вкладок */
body#product .tabs.an-product-page-description .tab-pane.active,
body#product .tabs.an-product-page-description .tab-pane.in.active,
body#product .tabs.an-product-page-description .tab-pane.show.active,
body.page-product .tabs.an-product-page-description .tab-pane.active,
body.page-product .tabs.an-product-page-description .tab-pane.in.active,
body.page-product .tabs.an-product-page-description .tab-pane.show.active {
  background: #ffffff !important;
  box-shadow: none !important;
}

/* =========================================================
   7. INNER DESCRIPTION CONTENT
   Текст и HTML внутри не трогаем.
   Убираем только лишние рамки/тени темы.
   ========================================================= */

body#product
  .tabs.an-product-page-description
  #description
  .product-description,
body.page-product
  .tabs.an-product-page-description
  #description
  .product-description {
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#product
  .tabs.an-product-page-description
  #description
  .product-description
  *,
body.page-product
  .tabs.an-product-page-description
  #description
  .product-description
  * {
  max-width: 100% !important;
}

body#product .tabs.an-product-page-description #description img,
body.page-product .tabs.an-product-page-description #description img {
  max-width: 100% !important;
  height: auto !important;
}

/* =========================================================
   8. REMOVE OLD ICONS / CHECKS / PSEUDO ELEMENTS
   ========================================================= */

body#product .tabs.an-product-page-description li::before,
body#product .tabs.an-product-page-description li::after,
body#product .tabs.an-product-page-description .nav-item::before,
body#product .tabs.an-product-page-description .nav-item::after,
body#product .tabs.an-product-page-description .nav-link::before,
body.page-product .tabs.an-product-page-description li::before,
body.page-product .tabs.an-product-page-description li::after,
body.page-product .tabs.an-product-page-description .nav-item::before,
body.page-product .tabs.an-product-page-description .nav-item::after,
body.page-product .tabs.an-product-page-description .nav-link::before {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  background: none !important;
}

body#product .tabs.an-product-page-description .material-icons,
body#product .tabs.an-product-page-description svg,
body.page-product .tabs.an-product-page-description .material-icons,
body.page-product .tabs.an-product-page-description svg {
  display: none !important;
}

/* =========================================================
   9. MOBILE
   ========================================================= */

@media (max-width: 767px) {
  body#product .tabs.an-product-page-description,
  body.page-product .tabs.an-product-page-description {
    margin: 24px auto 44px !important;
  }

  body#product .tabs.an-product-page-description .nav-tabs,
  body.page-product .tabs.an-product-page-description .nav-tabs {
    margin-bottom: 20px !important;
    padding: 0 10px !important;

    gap: 6px !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  body#product .tabs.an-product-page-description .nav-link,
  body.page-product .tabs.an-product-page-description .nav-link {
    min-height: 40px !important;
    padding: 0 14px !important;

    white-space: nowrap !important;
    font-size: 11px !important;
    border-radius: 10px !important;
  }

  body#product .tabs.an-product-page-description #description.tab-pane.active,
  body#product .tabs.an-product-page-description #description.tab-pane.in,
  body#product
    .tabs.an-product-page-description
    #description.js-product-tab-active,
  body.page-product
    .tabs.an-product-page-description
    #description.tab-pane.active,
  body.page-product .tabs.an-product-page-description #description.tab-pane.in,
  body.page-product
    .tabs.an-product-page-description
    #description.js-product-tab-active {
    padding: 22px 16px 28px !important;
    border-radius: 18px !important;
  }
}
/* =========================================================
   PRODUCT PAGE — ROUND REAL MAIN SLIDER IMAGE
   Для Anvanto product page slider
   ========================================================= */

/* Большая картинка товара */
body#product .an_productpage-slider-image img,
body.page-product .an_productpage-slider-image img,
body#product .productslider-main-image,
body.page-product .productslider-main-image {
  border-radius: 22px !important;
  overflow: hidden !important;
  display: block !important;
}

/* Ссылка/контейнер вокруг картинки */
body#product .an_productpage-slider-image a,
body.page-product .an_productpage-slider-image a,
body#product .an_productpage-slider-main a,
body.page-product .an_productpage-slider-main a {
  border-radius: 22px !important;
  overflow: hidden !important;
  display: inline-flex !important;
}

/* Сам слайд, чтобы углы точно не торчали */
body#product .an_productpage-slider-image,
body.page-product .an_productpage-slider-image {
  border-radius: 22px !important;
  overflow: hidden !important;
}

/* Если картинка вставлена как background */
body#product .an_productpage-slider-image [style*="background"],
body.page-product .an_productpage-slider-image [style*="background"] {
  border-radius: 22px !important;
  overflow: hidden !important;
  background-clip: padding-box !important;
}

/* Миниатюры снизу */
body#product .an_productpage-slider-nav .an_productpage-slider-item,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item,
body#product .an_productpage-slider-nav .an_productpage-slider-item img,
body.page-product .an_productpage-slider-nav .an_productpage-slider-item img {
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* =========================================================
   SHADOW CLIP FIX — force parents of shadowed cards to not clip
   The image card shadow was being cut by overflow:hidden on
   bootstrap columns / theme wrappers. Allow overflow on the
   structural chain, but KEEP it hidden on the slider list
   (slick needs it) so sliding still works.
   ========================================================= */

body#product .product-mainblock,
body.page-product .product-mainblock,
body#product .productblock-image,
body.page-product .productblock-image,
body#product .productblock-image.col-md-6,
body.page-product .productblock-image.col-md-6,
body#product .productblock-content,
body.page-product .productblock-content,
body#product .productblock-content.col-md-6,
body.page-product .productblock-content.col-md-6,
body#product .sticky-product,
body.page-product .sticky-product,
body#product .page-content.sticky-product,
body.page-product .page-content.sticky-product,
body#product #content-wrapper,
body.page-product #content-wrapper,
body#product .row.product-mainblock,
body.page-product .row.product-mainblock {
  overflow: visible !important;
}

/* The slider list itself MUST keep clipping so slides don't overflow */
body#product .an_productpage-slider-main .slick-list,
body.page-product .an_productpage-slider-main .slick-list,
body#product .an_productpage-slider-nav .slick-list,
body.page-product .an_productpage-slider-nav .slick-list {
  overflow: hidden !important;
}

/* =========================================================
   SHADOW CLIP FIX v2 — right side of the info column
   Inner cards (color/size/button/info) shadows were clipped
   on the RIGHT by the content column / its inner wrappers.
   Force overflow visible on the info column and its inner
   form/containers so shadows breathe on all four sides.
   ========================================================= */

body#product .productblock-content,
body.page-product .productblock-content,
body#product .col-md-6.productblock-content,
body.page-product .col-md-6.productblock-content,
body#product .productblock-content .product-information,
body.page-product .productblock-content .product-information,
body#product .productblock-content .product-actions,
body.page-product .productblock-content .product-actions,
body#product .productblock-content #add-to-cart-or-refresh,
body.page-product .productblock-content #add-to-cart-or-refresh,
body#product .productblock-content .product-variants,
body.page-product .productblock-content .product-variants,
body#product .productblock-content .product-variants-item,
body.page-product .productblock-content .product-variants-item,
body#product .productblock-content .an-product-page-description,
body.page-product .productblock-content .an-product-page-description,
body#product #zakeke-customize-container,
body.page-product #zakeke-customize-container {
  overflow: visible !important;
}

/* =========================================================
   UNIFIED WIDTH + RIGHT INFO COLUMN CARD
   - all major sections share the same max-width and centering
   - the right info column already has a card; ensure it stays
   ========================================================= */

/* Same width + centering for every top-level product section */
body#product .product-mainblock,
body.page-product .product-mainblock,
body#product .tabs.an-product-page-description,
body.page-product .tabs.an-product-page-description,
body#product .mergado-product-information,
body.page-product .mergado-product-information,
body#product .mergado_product_information,
body.page-product .mergado_product_information,
body#product [class*="mergado"][class*="product"],
body.page-product [class*="mergado"][class*="product"] {
  max-width: var(--ss-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Right info column: make sure the white card + shadow always show
   (some later theme rule may try to flatten it) */
body#product .productblock-content,
body.page-product .productblock-content {
  background: #ffffff !important;
  border-radius: var(--ss-card-radius) !important;
  box-shadow: var(--ss-shadow-card) !important;
}

/* =========================================================
   SPRINTSHIRT — прячем кнопку "Projektuj" в верхней CTA-полосе
   ТОЛЬКО на странице товара, только на мобиле (<=991px).
   Полоса .mobile-cta-bar лежит под поиском, ВЫШЕ #content-wrapper,
   поэтому скоуп — сама страница товара, без #content-wrapper.
   ========================================================= */
@media (max-width: 991px) {
  body#product .mobile-cta-projektuj,
  body.page-product .mobile-cta-projektuj {
    display: none !important;
  }

  /* Осталась одна кнопка — схлопываем грид в одну колонку
     и центрируем "Strona główna", ограничив её ширину. */
  body#product .mobile-cta-bar,
  body.page-product .mobile-cta-bar {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  body#product .mobile-cta-bar .mobile-cta-sklep,
  body.page-product .mobile-cta-bar .mobile-cta-sklep {
    width: 100% !important;
    max-width: 420px !important;
  }
}
