/** Shopify CDN: Minification failed

Line 2301:0 Unexpected "/"

**/



:root {
  --ripper-page-bg: #080a0d;
  --ripper-surface: #11151b;
  --ripper-navy: #07111d;
  --ripper-text: #f5f7f8;
  --ripper-muted: #a8b0ba;
  --ripper-blue: #087ce5;
  --ripper-red: #d71920;
  --ripper-border: rgba(255, 255, 255, 0.12);
}

html,
body {
  background-color: var(--ripper-page-bg);
}

/* Kolor tekstu nagłówka na Hero */
#header-component[transparent] {
  --color-transparent-text: #f5f7f8;
  --color-transparent-text-rgb: 245 247 248;
}

/* Główna szklana belka */
#header-component[transparent] .header__underlay-closed {
  height: 100% !important;

  background:
    radial-gradient(
      circle at 50% -180%,
      rgba(8, 124, 229, 0.28) 0%,
      rgba(8, 124, 229, 0) 62%
    ),
    linear-gradient(
      90deg,
      rgba(3, 10, 18, 0.78) 0%,
      rgba(7, 22, 38, 0.62) 50%,
      rgba(3, 10, 18, 0.78) 100%
    ) !important;

  border-bottom: 1px solid rgba(58, 148, 255, 0.22);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(0, 111, 214, 0.12),
    0 14px 40px rgba(0, 0, 0, 0.22);

  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);

  transition:
    background 250ms ease,
    box-shadow 250ms ease,
    backdrop-filter 250ms ease;
}

/* Ciemne tło rozwijanego menu */
#header-component[transparent] .header__underlay-open {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(8, 124, 229, 0.18),
      transparent 45%
    ),
    rgba(5, 14, 25, 0.97) !important;

  border-bottom: 1px solid rgba(58, 148, 255, 0.24);

  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
}

/* Mocniejszy nagłówek po przewinięciu */
#header-component[transparent][data-sticky-state="active"]
  .header__underlay-closed {
  background: rgba(5, 14, 25, 0.96) !important;

  box-shadow:
    inset 0 -1px 0 rgba(8, 124, 229, 0.22),
    0 14px 38px rgba(0, 0, 0, 0.35);

  -webkit-backdrop-filter: blur(24px) saturate(140%);
  backdrop-filter: blur(24px) saturate(140%);
}

/* Nowoczesna typografia menu */
#header-component[transparent] .menu-list__link {
  position: relative;
  color: rgba(245, 247, 248, 0.84);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  transition:
    color 180ms ease,
    opacity 180ms ease,
    text-shadow 180ms ease;
}

/* Świetlne podkreślenie */
#header-component[transparent] .menu-list__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;

  width: 0;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    #2998ff,
    transparent
  );

  box-shadow: 0 0 12px rgba(41, 152, 255, 0.75);

  transform: translateX(-50%);
  transition: width 220ms ease;
}

#header-component[transparent] .menu-list__link:hover,
#header-component[transparent] .menu-list__link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(41, 152, 255, 0.32);
}

#header-component[transparent] .menu-list__link:hover::after,
#header-component[transparent] .menu-list__link:focus-visible::after,
#header-component[transparent]
  .menu-list__link[aria-current="page"]::after {
  width: 72%;
}

/* Ikony */
#header-component[transparent] .header-actions__action,
#header-component[transparent] .search-action,
#header-component[transparent] .header__icon--menu {
  color: rgba(245, 247, 248, 0.9);
  transition:
    color 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

#header-component[transparent] .header-actions__action:hover,
#header-component[transparent] .search-action:hover,
#header-component[transparent] .header__icon--menu:hover {
  color: #ffffff;
  filter: drop-shadow(0 0 8px rgba(41, 152, 255, 0.65));
  transform: translateY(-1px);
}

/* Delikatna poświata logo */
#header-component[transparent] .header-logo {
  transition:
    filter 200ms ease,
    transform 200ms ease;
}

#header-component[transparent] .header-logo:hover {
  filter: drop-shadow(0 0 12px rgba(41, 152, 255, 0.28));
  transform: translateY(-1px);
}

/* Mobile */
@media screen and (max-width: 749px) {
  #header-component[transparent] .header__underlay-closed {
    background: rgba(5, 14, 25, 0.76) !important;

    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
  }
}

/* Dostępność */
@media (prefers-reduced-motion: reduce) {
  #header-component[transparent] *,
  #header-component[transparent] *::before,
  #header-component[transparent] *::after {
    transition: none !important;
  }
}

/* RIPPER — COMPACT GLASS SUBMENU */
@media screen and (min-width: 990px) {

  /* Element menu staje się punktem odniesienia dropdownu */
  #header-component
  .menu-list__list-item:not([slot="overflow"]) {
    position: relative;
  }

  /* Mały panel bez przerwy powodującej jego zamykanie */
  #header-component
  .menu-list__list-item:not([slot="overflow"])
  > .menu-list__submenu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    right: auto !important;

    width: max-content !important;
    min-width: 0 !important;

    padding: 8px 0 0 !important;
    margin: 0 !important;

    clip-path: none !important;
    background: transparent !important;

    opacity: 0;
    visibility: hidden !important;
    pointer-events: none;

    transform:
      translateX(-50%)
      translateY(-7px)
      perspective(700px)
      rotateX(-7deg)
      scale(.98);

    transform-origin: top center;

    transition:
      opacity .18s ease,
      transform .22s cubic-bezier(.2, .8, .2, 1);

    z-index: 100;
  }

  /* Otwieranie i utrzymywanie menu po najechaniu */
  #header-component
  .menu-list__list-item:not([slot="overflow"]):hover
  > .menu-list__submenu,

  #header-component
  .menu-list__list-item:not([slot="overflow"]):focus-within
  > .menu-list__submenu,

  #header-component
  .menu-list__list-item:not([slot="overflow"]):has(
    > .menu-list__link[aria-expanded="true"]
  )
  > .menu-list__submenu,

  #header-component
  .menu-list__list-item:not([slot="overflow"])
  > .menu-list__submenu:hover {
    opacity: 1;
    visibility: visible !important;
    pointer-events: auto;

    transform:
      translateX(-50%)
      translateY(0)
      perspective(700px)
      rotateX(0)
      scale(1);
  }

  /* Szklany panel */
  #header-component .menu-list__submenu-inner {
    display: block !important;

    padding: 8px !important;
    margin: 0 !important;

    max-height: none !important;
    overflow: visible !important;

    opacity: 1 !important;
    transform: none !important;

    background:
      linear-gradient(
        135deg,
        rgba(23, 48, 75, .88),
        rgba(4, 13, 24, .94)
      ) !important;

    border: 1px solid rgba(83, 170, 255, .32);
    border-radius: 14px;

    box-shadow:
      0 18px 45px rgba(0, 0, 0, .55),
      inset 0 1px 0 rgba(255, 255, 255, .12),
      0 0 25px rgba(0, 111, 214, .10);

    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
  }

  /* Usunięcie układu mega menu */
  #header-component .menu-list__submenu .mega-menu {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header-component .menu-list__submenu .mega-menu__grid,
  #header-component .menu-list__submenu .mega-menu__list {
    display: flex !important;
    flex-wrap: nowrap !important;

    width: auto !important;
    grid-column: auto !important;
    grid-template-columns: none !important;

    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header-component .menu-list__submenu .mega-menu__column {
    display: contents !important;
  }

  #header-component .menu-list__submenu .mega-menu__list > li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  /* Ukrywamy multimedia i puste miejsca */
  #header-component .menu-list__submenu .mega-menu__content,
  #header-component .menu-list__submenu .mega-menu__content-list,
  #header-component .menu-list__submenu .mega-menu__link-image {
    display: none !important;
  }

  /* Krótkie nazwy: ILCA / OPTIMIST / FINN */
  #header-component .menu-list__submenu .mega-menu__link {
    display: flex !important;
    align-items: center;
    justify-content: center;

    min-width: 88px !important;
    height: 40px !important;
    min-height: 40px !important;

    padding: 0 15px !important;

    color: rgba(245, 247, 248, .86) !important;
    background: rgba(255, 255, 255, .045) !important;

    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 9px;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .08em;
    white-space: nowrap !important;

    opacity: 1 !important;
    transform: none !important;

    transition:
      color .18s ease,
      background .18s ease,
      border-color .18s ease,
      transform .18s ease,
      box-shadow .18s ease;
  }

  #header-component .menu-list__submenu .mega-menu__link::after {
    content: none !important;
    display: none !important;
  }

  #header-component .menu-list__submenu .mega-menu__link:hover {
    color: #ffffff !important;
    background: rgba(0, 111, 214, .24) !important;
    border-color: rgba(58, 158, 255, .72);

    transform: translateY(-2px) !important;

    box-shadow:
      0 8px 20px rgba(0, 85, 180, .25),
      inset 0 1px 0 rgba(255, 255, 255, .13);
  }

  /* Bez wielkiej ciemnej planszy pod headerem */
  #header-component .header__underlay-open {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}
/* =========================================
   RIPPER — PREMIUM PRODUCT PAGE
   ========================================= */

#MainContent[data-template^="product"] {
  --color-foreground: #f5f7f8;
  --color-foreground-rgb: 245 247 248;

  min-height: 100vh;
  color: #f5f7f8;

  background:
    radial-gradient(
      circle at 78% 8%,
      rgba(0, 111, 214, 0.2),
      transparent 32%
    ),
    radial-gradient(
      circle at 10% 55%,
      rgba(26, 72, 116, 0.12),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #07111d 0%,
      #080a0d 55%,
      #05070a 100%
    ) !important;
}

/* Usuwa białe tło sekcji Horizon */
#MainContent[data-template^="product"] .section-background,
#MainContent[data-template^="product"] .product-information,
#MainContent[data-template^="product"] > .shopify-section {
  background: transparent !important;
  background-color: transparent !important;
}

/* Galeria produktu */
#MainContent[data-template^="product"] media-gallery {
  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      rgba(22, 36, 52, 0.88),
      rgba(8, 15, 24, 0.96)
    ) !important;

  border: 1px solid rgba(90, 165, 235, 0.2);
  border-radius: 20px;

  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Szklany panel zakupowy */
#MainContent[data-template^="product"]
.product-details > .group-block {
  --color-foreground: #f5f7f8;
  --color-foreground-rgb: 245 247 248;

  color: #f5f7f8 !important;

  background:
    linear-gradient(
      145deg,
      rgba(22, 44, 67, 0.76),
      rgba(6, 15, 26, 0.92)
    ) !important;

  border: 1px solid rgba(71, 156, 238, 0.27) !important;
  border-radius: 20px !important;

  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.46),
    0 0 45px rgba(0, 111, 214, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);

  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);

  overflow: hidden;
}

/* Tytuł, cena i nagłówki */
#MainContent[data-template^="product"] .product-details [role="heading"],
#MainContent[data-template^="product"] .product-details h1,
#MainContent[data-template^="product"] .product-details h2,
#MainContent[data-template^="product"] .product-details h3,
#MainContent[data-template^="product"] .product-details .price,
#MainContent[data-template^="product"] .product-details legend {
  color: #f5f7f8 !important;
}

/* Tekst opisu */
#MainContent[data-template^="product"] .product-details p {
  color: rgba(225, 232, 240, 0.76);
}

/* Selektory wariantów */
#MainContent[data-template^="product"] variant-picker label {
  color: #f5f7f8 !important;
  background: rgba(255, 255, 255, 0.045) !important;

  border-color: rgba(255, 255, 255, 0.14) !important;
  border-radius: 10px !important;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#MainContent[data-template^="product"]
variant-picker label:hover {
  background: rgba(0, 111, 214, 0.16) !important;
  border-color: rgba(54, 153, 247, 0.55) !important;
  transform: translateY(-2px);
}

#MainContent[data-template^="product"]
variant-picker input:checked + label {
  color: #ffffff !important;
  background:
    linear-gradient(135deg, #087ce5, #0057ad) !important;

  border-color: #2998ff !important;

  box-shadow:
    0 9px 24px rgba(0, 111, 214, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Główny przycisk */
#MainContent[data-template^="product"]
.product-form-buttons .button:not([disabled]) {
  color: #ffffff !important;

  background:
    linear-gradient(135deg, #087ce5, #0057ad) !important;

  border: 1px solid rgba(66, 166, 255, 0.62) !important;
  border-radius: 10px !important;

  box-shadow:
    0 12px 30px rgba(0, 101, 211, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#MainContent[data-template^="product"]
.product-form-buttons .button:not([disabled]):hover {
  transform: translateY(-2px);

  box-shadow:
    0 17px 36px rgba(0, 112, 230, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Sterowanie galerią */
#MainContent[data-template^="product"] slideshow-controls {
  background: rgba(5, 14, 24, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.32);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Mobile */
@media screen and (max-width: 749px) {
  #MainContent[data-template^="product"]
  .product-details > .group-block {
    padding: 20px !important;
    border-radius: 16px !important;
  }

  #MainContent[data-template^="product"] media-gallery {
    border-radius: 16px;
  }
}
/* =========================================
   RIPPER — PRODUCT COLOUR CORRECTION
   ========================================= */

/* Ten sam granatowy header na pozostałych stronach */
#header-component:not([transparent]) .header__underlay-closed,
#header-component:not([transparent]) .header__underlay-open {
  background:
    radial-gradient(
      circle at 55% -100%,
      rgba(16, 103, 184, 0.24),
      transparent 58%
    ),
    linear-gradient(
      90deg,
      rgba(2, 8, 14, 0.98) 0%,
      rgba(5, 21, 37, 0.96) 52%,
      rgba(2, 9, 17, 0.98) 100%
    ) !important;

  border-bottom: 1px solid rgba(48, 134, 215, 0.24) !important;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);

  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

#header-component:not([transparent]) .header__row {
  background: transparent !important;
}

#header-component:not([transparent]) .menu-list__link,
#header-component:not([transparent]) .header-actions__action {
  color: rgba(245, 247, 248, 0.88) !important;
}

/* Mniej niebieskie, prawie czarne tło produktu */
#MainContent[data-template^="product"] {
  background:
    radial-gradient(
      ellipse at 100% 0%,
      rgba(0, 92, 170, 0.1),
      transparent 42%
    ),
    radial-gradient(
      ellipse at 0% 70%,
      rgba(25, 63, 94, 0.08),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      #080a0d 0%,
      #0a0e13 55%,
      #06080b 100%
    ) !important;
}

/* Usunięcie szarości z galerii */
#MainContent[data-template^="product"] media-gallery,
#MainContent[data-template^="product"] .product-media,
#MainContent[data-template^="product"] .product-media-container {
  background: #0b0f14 !important;
}

/* Ciemniejsze, bardziej neutralne szkło */
#MainContent[data-template^="product"]
.product-details > .group-block {
  background:
    linear-gradient(
      145deg,
      rgba(20, 28, 37, 0.94),
      rgba(6, 10, 15, 0.98)
    ) !important;

  border-color: rgba(92, 148, 197, 0.2) !important;

  box-shadow:
    0 32px 75px rgba(0, 0, 0, 0.52),
    0 0 38px rgba(0, 91, 175, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* Spokojniejszy niebieski przycisk */
#MainContent[data-template^="product"]
.product-form-buttons .button:not([disabled]) {
  background:
    linear-gradient(
      135deg,
      #0876d1,
      #0057a6
    ) !important;

  border-color: rgba(63, 154, 235, 0.46) !important;

  box-shadow:
    0 12px 28px rgba(0, 83, 170, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

/* Drugi przycisk nie będzie biały */
#MainContent[data-template^="product"]
.shopify-payment-button__button--unbranded {
  color: #f5f7f8 !important;
  background: #111820 !important;

  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 10px !important;
}

#MainContent[data-template^="product"]
.shopify-payment-button__button--unbranded:hover {
  background: #182431 !important;
}

/* Delikatniejszy tekst */
#MainContent[data-template^="product"] .product-details p {
  color: rgba(217, 225, 234, 0.72) !important;
}

/* ==================================================
   RIPPER — PREMIUM FULLSCREEN PRODUCT GALLERY
   ================================================== */

.dialog-zoomed-gallery__dialog[open] {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  color: #f5f7f8 !important;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(0, 111, 214, 0.16),
      transparent 48%
    ),
    #05080d !important;
}

/* Lista zdjęć w lightboxie */

.dialog-zoomed-gallery {
  width: 100% !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: y mandatory !important;
  overscroll-behavior: contain !important;
  scrollbar-width: none !important;
  cursor: default !important;
}

.dialog-zoomed-gallery::-webkit-scrollbar {
  display: none !important;
}

/* Każde zdjęcie zajmuje dokładnie jeden ekran */

.dialog-zoomed-gallery > .product-media-container {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 100% !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: 28px 120px 28px 36px !important;
  display: grid !important;
  place-items: center !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
  background: transparent !important;
}

/* Obszar zdjęcia */

.dialog-zoomed-gallery .product-media,
.dialog-zoomed-gallery .product-media__drag-zoom-wrapper {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: calc(100dvh - 56px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: auto !important;
  background: transparent !important;
  border-radius: 18px !important;
  overflow: auto !important;
  scrollbar-width: none !important;
}

.dialog-zoomed-gallery
  .product-media__drag-zoom-wrapper::-webkit-scrollbar {
  display: none !important;
}

/* Zdjęcie zawsze mieści się w ekranie */

.dialog-zoomed-gallery .product-media__image,
.dialog-zoomed-gallery .product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: calc(100vw - 160px) !important;
  max-height: calc(100dvh - 56px) !important;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
  border-radius: 16px !important;
}

/* Szklany panel miniatur */

.dialog-thumbnails-list-container {
  position: fixed !important;
  top: 50% !important;
  right: 18px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  padding: 10px !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(100, 176, 255, 0.22) !important;
  border-radius: 18px !important;
  background: rgba(7, 17, 29, 0.68) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(20px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(150%) !important;
}

.dialog-thumbnails-list {
  position: static !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
  max-height: 72dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  scrollbar-width: none !important;
}

.dialog-thumbnails-list::-webkit-scrollbar {
  display: none !important;
}

/* Pojedyncza miniatura */

.dialog-thumbnails-list__thumbnail {
  width: 58px !important;
  height: 72px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0.56 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 11px !important;
  background: #0b111a !important;
  transform: scale(0.94) !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
}

.dialog-thumbnails-list__thumbnail:hover {
  opacity: 0.9 !important;
  transform: scale(1) translateX(-3px) !important;
  border-color: rgba(70, 156, 255, 0.7) !important;
}

.dialog-thumbnails-list__thumbnail[aria-selected="true"] {
  opacity: 1 !important;
  transform: scale(1) translateX(-4px) !important;
  border-color: #1688ff !important;
  outline: none !important;
  box-shadow:
    0 0 0 2px rgba(22, 136, 255, 0.24),
    0 8px 25px rgba(0, 111, 214, 0.28) !important;
}

.dialog-thumbnails-list__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

/* Przycisk zamknięcia */

.dialog-zoomed-gallery__close-button {
  position: fixed !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 50 !important;
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  background: rgba(5, 13, 22, 0.72) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  mix-blend-mode: normal !important;
  transition:
    transform 180ms ease,
    background 180ms ease !important;
}

.dialog-zoomed-gallery__close-button:hover {
  transform: rotate(90deg) scale(1.06) !important;
  background: rgba(0, 111, 214, 0.85) !important;
}

/* Telefon — zdjęcia przesuwane poziomo */

@media screen and (max-width: 749px) {
  .dialog-zoomed-gallery {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
  }

  .dialog-zoomed-gallery > .product-media-container {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    height: 100dvh !important;
    padding: 64px 12px 105px !important;
  }

  .dialog-zoomed-gallery .product-media,
  .dialog-zoomed-gallery .product-media__drag-zoom-wrapper {
    max-height: calc(100dvh - 169px) !important;
  }

  .dialog-zoomed-gallery .product-media__image,
  .dialog-zoomed-gallery .product-media img {
    max-width: 100% !important;
    max-height: calc(100dvh - 169px) !important;
  }

  .dialog-thumbnails-list-container {
    top: auto !important;
    right: 12px !important;
    bottom: 14px !important;
    left: 12px !important;
    width: auto !important;
    padding: 8px !important;
    transform: none !important;
    border-radius: 15px !important;
  }

  .dialog-thumbnails-list {
    flex-direction: row !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .dialog-thumbnails-list__thumbnail {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 58px !important;
  }

  .dialog-thumbnails-list__thumbnail:hover,
  .dialog-thumbnails-list__thumbnail[aria-selected="true"] {
    transform: scale(1) translateY(-3px) !important;
  }

  .dialog-zoomed-gallery__close-button {
    top: 12px !important;
    right: 12px !important;
  }
}
/* ==================================================
   RIPPER — PRODUCT PAGE V2
   ================================================== */

/* Subtelne zdjęcie produktu w tle strony */

#MainContent[data-template^="product"] {
  background-color: #060a0f !important;
  background-image:
    linear-gradient(
      180deg,
      rgba(6, 10, 15, 0.91),
      rgba(6, 10, 15, 0.97)
    ),
    var(--ripper-product-bg) !important;
  background-size: cover !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}

#MainContent[data-template^="product"] > .shopify-section {
  background: transparent !important;
}

/* Mniejsza galeria */

@media screen and (min-width: 990px) {
  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"] {
    width: 100% !important;
    max-width: 720px !important;
    margin-inline: auto !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component {
    height: min(68dvh, 680px) !important;
    min-height: 520px !important;
    overflow: hidden !important;
    border: 1px solid rgba(74, 151, 230, 0.2) !important;
    border-radius: 20px !important;
    background: rgba(7, 14, 23, 0.72) !important;
    box-shadow:
      0 30px 80px rgba(0, 0, 0, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(16px) !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-container,
  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-slide {
    height: 100% !important;
    max-height: 680px !important;
    aspect-ratio: auto !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    .product-media,
  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    .product-media-constraint-wrapper {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    .product-media__image {
    width: 100% !important;
    height: 100% !important;
    padding: 24px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: transparent !important;
    transition:
      transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 350ms ease !important;
  }
}

/* Eleganckie powiększenie po najechaniu */

@media (hover: hover) and (pointer: fine) {
  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-slide[aria-hidden="false"]:hover
    .product-media__image {
    transform: scale(1.09) !important;
    filter: brightness(1.05) contrast(1.03) !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-slide[aria-hidden="false"]::after {
    content: "CLICK TO EXPAND";
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    padding: 9px 13px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 30px;
    background: rgba(4, 12, 21, 0.68);
    backdrop-filter: blur(14px);
    transition: 220ms ease;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-slide[aria-hidden="false"]:hover::after {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Widoczne strzałki galerii */

#MainContent[data-template^="product"]
  media-gallery[data-presentation="carousel"]
  slideshow-arrows {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-inline: 18px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  mix-blend-mode: normal !important;
  z-index: 20 !important;
}

#MainContent[data-template^="product"]
  media-gallery[data-presentation="carousel"]
  slideshow-arrows
  .slideshow-control {
  display: grid !important;
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  color: #ffffff !important;
  pointer-events: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  background: rgba(5, 15, 26, 0.72) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(16px) !important;
  transition:
    transform 180ms ease,
    background 180ms ease !important;
}

#MainContent[data-template^="product"]
  media-gallery[data-presentation="carousel"]
  slideshow-arrows
  .slideshow-control:hover {
  transform: scale(1.1) !important;
  background: #0879dc !important;
}

/* YOU MAY ALSO LIKE */

#MainContent[data-template^="product"]
  :is(
    product-recommendations,
    [id*="product-recommend"],
    [class*="product-recommend"],
    [id*="related-products"]
  ) {
  margin-top: 72px !important;
  padding: 64px clamp(20px, 5vw, 80px) !important;
  border-top: 1px solid rgba(73, 151, 230, 0.18) !important;
  background: rgba(5, 12, 20, 0.58) !important;
  backdrop-filter: blur(18px) !important;
}

#MainContent[data-template^="product"]
  :is(
    product-recommendations,
    [id*="product-recommend"],
    [class*="product-recommend"],
    [id*="related-products"]
  )
  :is(h1, h2, h3, .h1, .h2, .h3) {
  color: #f5f7f8 !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 750 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* Telefon */

@media screen and (max-width: 989px) {
  #MainContent[data-template^="product"] {
    background-attachment: scroll !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component {
    max-height: 68dvh !important;
    min-height: 420px !important;
    border-radius: 16px !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    slideshow-slide {
    height: 68dvh !important;
    max-height: 620px !important;
  }

  #MainContent[data-template^="product"]
    media-gallery[data-presentation="carousel"]
    > slideshow-component
    .product-media__image {
    width: 100% !important;
    height: 100% !important;
    padding: 12px !important;
    object-fit: contain !important;
  }
}
/* ==================================================
   RIPPER — FINAL GALLERY FIX
   pełne zdjęcia bez przycinania
================================================== */

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component {
  width: 100% !important;
  max-width: 720px !important;
  height: clamp(480px, 62vh, 680px) !important;
  min-height: 0 !important;
  margin-inline: auto !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
:is(slideshow-container, slideshow-slides) {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
slideshow-slide.product-media-container {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  padding: 24px !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;

  --product-media-fit: contain !important;
  --gallery-aspect-ratio: auto !important;
  --media-preview-ratio: auto !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
.product-media-constraint-wrapper,
#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
.product-media {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
.product-media picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel
> slideshow-component
.product-media
:is(img, .product-media__image, .deferred-media__poster-image) {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* Delikatny efekt premium bez przycinania zdjęcia */
#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel {
  transition:
    transform 300ms ease,
    filter 300ms ease !important;
}

#MainContent[data-template^="product"]
media-gallery.media-gallery--carousel:hover {
  transform: translateY(-3px) scale(1.008);
  filter: drop-shadow(0 22px 45px rgba(0, 111, 214, 0.16));
}

/* Telefon */
@media screen and (max-width: 749px) {
  #MainContent[data-template^="product"]
  media-gallery.media-gallery--carousel
  > slideshow-component {
    height: min(68vh, 560px) !important;
    max-width: 100% !important;
  }

  #MainContent[data-template^="product"]
  media-gallery.media-gallery--carousel
  > slideshow-component
  slideshow-slide.product-media-container {
    padding: 12px !important;
  }
}
/* ==================================================
   RIPPER — RECOMMENDED PRODUCTS
================================================== */

product-recommendations.product-recommendations {
  color: #f5f7fb;
}

product-recommendations .section-background {
  background:
    radial-gradient(
      circle at 20% 0%,
      rgba(0, 111, 214, 0.12),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      #07111c 0%,
      #050a10 100%
    ) !important;
}

product-recommendations .section-resource-list {
  min-height: auto !important;
  padding-top: 56px !important;
  padding-bottom: 64px !important;
}

/* Nagłówek */

product-recommendations .section-resource-list__content {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}

product-recommendations .section-resource-list__content::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
    #168cff,
    #0059b8
  );
  box-shadow: 0 0 18px rgba(22, 140, 255, 0.65);
}

/* Układ kart */

product-recommendations
.resource-list[data-testid="resource-list-grid"] {
  grid-template-columns:
    repeat(auto-fit, minmax(220px, 270px)) !important;
  justify-content: start;
  align-items: stretch;
  gap: 22px !important;
}

product-recommendations .resource-list__item {
  height: 100%;
  min-width: 0;
}

product-recommendations product-card.product-card {
  display: block;
  height: 100%;
}

/* Szklana karta */

product-recommendations .product-card__content {
  position: relative;
  height: 100%;
  overflow: hidden;

  padding: 14px !important;

  color: #f5f7fb !important;

  background:
    linear-gradient(
      145deg,
      rgba(20, 42, 64, 0.82),
      rgba(7, 16, 26, 0.94)
    ) !important;

  border: 1px solid rgba(111, 178, 255, 0.22) !important;
  border-radius: 18px !important;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

/* Tekst */

product-recommendations
.product-card__content :is(
  .text-block,
  .text-block *,
  .product-card__title,
  .product-card__title *,
  a
) {
  color: #f5f7fb !important;
}

product-recommendations
.product-card__content :is(
  .price,
  .price *,
  product-price,
  product-price *
) {
  color: #55adff !important;
}

/* Zdjęcie */

product-recommendations
.product-card__content img {
  transition:
    transform 0.55s cubic-bezier(.2, .7, .2, 1),
    filter 0.35s ease;
}

/* Hover */

product-recommendations
product-card.product-card:hover
.product-card__content {
  transform: translateY(-8px);
  border-color: rgba(66, 159, 255, 0.7) !important;

  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.48),
    0 0 30px rgba(0, 111, 214, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

product-recommendations
product-card.product-card:hover img {
  transform: scale(1.055);
  filter: brightness(1.06) contrast(1.04);
}

/* Mobile */

@media screen and (max-width: 749px) {
  product-recommendations .section-resource-list {
    padding-top: 42px !important;
    padding-bottom: 48px !important;
  }

  product-recommendations
  .resource-list[data-testid="resource-list-grid"] {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

/* ==================================================
   RIPPER — DARK GLASS FOOTER
================================================== */

footer {
  background:
    radial-gradient(
      circle at 75% 0%,
      rgba(0, 111, 214, 0.14),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #07131f 0%,
      #04080d 100%
    ) !important;

  color: #dce6f1 !important;
  border-top: 1px solid rgba(72, 151, 230, 0.22);
}

/* Usunięcie białego tła obu modułów stopki */

footer .shopify-section,
footer .section-background,
footer .section,
footer .footer-content,
footer .footer-utilities {
  background: transparent !important;
  color: #dce6f1 !important;
}

/* Teksty */

footer :is(h1, h2, h3, h4, h5, h6) {
  color: #f5f7fb !important;
}

footer :is(p, small, span, label) {
  color: #aebdcb !important;
}

footer a {
  color: #cbd7e2 !important;
  transition: color 0.25s ease;
}

footer a:hover {
  color: #3b9cff !important;
}

/* Pole newslettera */

footer :is(
  .field,
  .field__input,
  .email-signup__input-group,
  input[type="email"]
) {
  background: rgba(15, 31, 47, 0.72) !important;
  color: #f5f7fb !important;
  border-color: rgba(112, 173, 232, 0.28) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

footer input[type="email"]::placeholder {
  color: #8293a4 !important;
}

footer :is(.field, .email-signup__input-group):focus-within {
  border-color: rgba(53, 153, 255, 0.8) !important;
  box-shadow:
    0 0 0 1px rgba(53, 153, 255, 0.32),
    0 0 24px rgba(0, 111, 214, 0.2);
}

/* Ikony social media */

footer svg {
  color: #aebdcb;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

footer a:hover svg {
  color: #3b9cff;
  transform: translateY(-2px);
}

/* =========================================
   RIPPER — COLLECTION PAGE
========================================= */

#MainContent[data-template^="collection"] {
  min-height: 70vh;
  color: #f5f7fb !important;
  background:
    radial-gradient(
      circle at 75% 0%,
      rgba(0, 111, 214, 0.16),
      transparent 38%
    ),
    linear-gradient(180deg, #07131f 0%, #040a11 100%) !important;
}

#MainContent[data-template^="collection"] .shopify-section {
  background: transparent !important;
}

#MainContent[data-template^="collection"] .collection-wrapper,
#MainContent[data-template^="collection"] .product-grid-container,
#MainContent[data-template^="collection"] results-list {
  color: #f5f7fb !important;
  background: transparent !important;
}

#MainContent[data-template^="collection"] .product-grid__item {
  padding: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(82, 163, 235, 0.24) !important;
  border-radius: 16px !important;
  background: linear-gradient(
    145deg,
    rgba(18, 42, 65, 0.9),
    rgba(6, 17, 28, 0.96)
  ) !important;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.05);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

#MainContent[data-template^="collection"] .product-grid__item:hover {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(45, 151, 255, 0.7) !important;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(0, 111, 214, 0.16);
}

#MainContent[data-template^="collection"] .product-grid__item img {
  border-radius: 11px !important;
  transition: transform 0.55s ease;
}

#MainContent[data-template^="collection"] .product-grid__item:hover img {
  transform: scale(1.035);
}

#MainContent[data-template^="collection"] .product-grid__item a,
#MainContent[data-template^="collection"] .product-grid__item [class*="title"] {
  color: #f5f7fb !important;
}

#MainContent[data-template^="collection"] .product-grid__item [class*="price"] {
  color: #4aa7ff !important;
}

/* =========================================
   RIPPER — THE RIPPER STANDARD
========================================= */

.ripper-standard-section {
  background: #050b12 !important;
}

.ripper-standard {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 8vw, 128px) 0;
  color: #f5f7fb;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(0, 111, 214, 0.16),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 85%,
      rgba(0, 111, 214, 0.1),
      transparent 34%
    ),
    linear-gradient(180deg, #07131f 0%, #040a11 100%);
  border-top: 1px solid rgba(71, 157, 235, 0.16);
  border-bottom: 1px solid rgba(71, 157, 235, 0.16);
}

.ripper-standard *,
.ripper-standard *::before,
.ripper-standard *::after {
  box-sizing: border-box;
}

.ripper-standard__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(70, 151, 226, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 151, 226, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
}

.ripper-standard__inner {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.ripper-standard__header {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 50px;
}

.ripper-standard__eyebrow {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 -24px;
  color: #42a4ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ripper-standard__eyebrow span {
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, #0088ff, #66baff);
  box-shadow: 0 0 16px rgba(0, 136, 255, 0.7);
}

.ripper-standard__heading {
  max-width: 850px;
  margin: 0;
  color: #f5f7fb !important;
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ripper-standard__intro {
  max-width: 450px;
  margin: 0 0 5px;
  color: rgba(224, 233, 243, 0.66) !important;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
}

.ripper-standard__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ripper-standard__card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(90, 169, 239, 0.22) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(
      145deg,
      rgba(24, 51, 76, 0.76),
      rgba(5, 15, 25, 0.9)
    ) !important;
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  transition:
    transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease;
  animation: ripper-standard-enter 0.7s both;
  animation-delay: var(--ripper-delay);
}

.ripper-standard__card::before {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at 25% 15%,
      rgba(42, 151, 255, 0.25),
      transparent 42%
    );
  transition: opacity 0.45s ease;
}

.ripper-standard__card::after {
  position: absolute;
  content: "";
  top: -30%;
  left: -80%;
  width: 38%;
  height: 160%;
  opacity: 0;
  pointer-events: none;
  transform: skewX(-18deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(126, 196, 255, 0.14),
    transparent
  );
  transition:
    left 0.8s ease,
    opacity 0.3s ease;
}

.ripper-standard__card:hover {
  transform: translateY(-9px);
  border-color: rgba(50, 157, 255, 0.7) !important;
  box-shadow:
    0 34px 75px rgba(0, 0, 0, 0.45),
    0 0 35px rgba(0, 111, 214, 0.13),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.ripper-standard__card:hover::before {
  opacity: 1;
}

.ripper-standard__card:hover::after {
  left: 145%;
  opacity: 1;
}

.ripper-standard__number,
.ripper-standard__icon,
.ripper-standard__content,
.ripper-standard__line {
  position: relative;
  z-index: 2;
}

.ripper-standard__number {
  display: block;
  margin-bottom: 30px;
  color: rgba(208, 223, 238, 0.42);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ripper-standard__icon {
  display: flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  color: #48a9ff;
  border: 1px solid rgba(68, 167, 255, 0.34) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      145deg,
      rgba(32, 84, 129, 0.36),
      rgba(4, 17, 28, 0.6)
    );
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    0 0 28px rgba(0, 111, 214, 0.12);
  transition:
    transform 0.45s ease,
    color 0.4s ease,
    box-shadow 0.4s ease;
}

.ripper-standard__icon svg {
  width: 38px;
  height: 38px;
  overflow: visible;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ripper-standard__card:hover .ripper-standard__icon {
  color: #8bcbff;
  transform: translateY(-4px) scale(1.06);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    0 0 38px rgba(0, 130, 255, 0.28);
}

.ripper-standard__content h3 {
  margin: 0 0 13px;
  color: #f5f7fb !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.ripper-standard__content p {
  margin: 0;
  color: rgba(212, 224, 237, 0.62) !important;
  font-size: 14px;
  line-height: 1.6;
}

.ripper-standard__line {
  position: absolute;
  right: 26px;
  bottom: 0;
  left: 26px;
  display: block;
  height: 2px;
  transform: scaleX(0.18);
  transform-origin: left;
  background: linear-gradient(
    90deg,
    #0088ff,
    rgba(0, 136, 255, 0)
  );
  box-shadow: 0 0 18px rgba(0, 136, 255, 0.65);
  transition: transform 0.5s ease;
}

.ripper-standard__card:hover .ripper-standard__line {
  transform: scaleX(1);
}

@keyframes ripper-standard-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1100px) {
  .ripper-standard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ripper-standard__card {
    min-height: 300px;
  }
}

@media screen and (max-width: 760px) {
  .ripper-standard {
    padding: 68px 0;
  }

  .ripper-standard__inner {
    width: min(100% - 32px, 1440px);
  }

  .ripper-standard__header {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .ripper-standard__eyebrow {
    grid-column: auto;
    margin: 0 0 4px;
  }

  .ripper-standard__heading {
    font-size: clamp(38px, 12vw, 58px);
  }

  .ripper-standard__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ripper-standard__card {
    min-height: 260px;
    padding: 23px;
  }

  .ripper-standard__number {
    margin-bottom: 20px;
  }

  .ripper-standard__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ripper-standard__card {
    animation: none;
    transition: none;
  }

  .ripper-standard__card::after {
    display: none;
  }
}

/* =========================================
   RIPPER STANDARD — OPEN TECHNICAL VERSION
========================================= */

.ripper-standard {
  padding-top: 0 !important;
}

.ripper-standard__origin {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  min-height: 58px;
  margin-bottom: clamp(70px, 7vw, 110px);
  padding: 0 max(32px, calc((100vw - 1440px) / 2));
  color: #07131f;
  background: #f5f7f8;
  border-bottom: 8px solid #d71920 !important;
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.26),
    0 4px 20px rgba(215, 25, 32, 0.17);
}

.ripper-standard__origin strong {
  color: #07131f !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.ripper-standard__origin-code,
.ripper-standard__origin-note {
  color: rgba(7, 19, 31, 0.54);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ripper-standard__origin-note {
  text-align: right;
}

/* Otwarty układ zamiast kafli */

.ripper-standard__grid {
  gap: 0 !important;
}

.ripper-standard__card {
  min-height: 0 !important;
  overflow: visible !important;
  padding: 8px 34px 36px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.ripper-standard__card:not(:first-child) {
  padding-left: 34px !important;
}

.ripper-standard__card::before {
  display: none !important;
}

.ripper-standard__card::after {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 12px !important;
  left: auto !important;
  display: block !important;
  width: 1px !important;
  height: auto !important;
  opacity: 1 !important;
  transform: none !important;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(91, 171, 243, 0.34) 18%,
    rgba(91, 171, 243, 0.16) 82%,
    transparent
  ) !important;
}

.ripper-standard__card:last-child::after {
  display: none !important;
}

.ripper-standard__card:hover {
  transform: translateY(-6px) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Większe ikony bez małych kwadratowych ramek */

.ripper-standard__icon {
  position: relative;
  width: 118px !important;
  height: 118px !important;
  margin: 0 0 36px !important;
  color: #4bacff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ripper-standard__icon::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50% !important;
  background: radial-gradient(
    circle,
    rgba(0, 128, 255, 0.17),
    rgba(0, 128, 255, 0.05) 48%,
    transparent 72%
  );
  filter: blur(4px);
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
}

.ripper-standard__icon svg {
  position: relative;
  z-index: 2;
  width: 92px !important;
  height: 92px !important;
  stroke-width: 1.15 !important;
  filter: drop-shadow(0 0 12px rgba(0, 132, 255, 0.2));
}

.ripper-standard__card:hover .ripper-standard__icon {
  transform: translateY(-5px) scale(1.08) !important;
  color: #90d0ff !important;
  box-shadow: none !important;
}

.ripper-standard__card:hover .ripper-standard__icon::before {
  opacity: 1;
  transform: scale(1.2);
}

.ripper-standard__number {
  margin-bottom: 24px !important;
  color: rgba(103, 180, 249, 0.5) !important;
  font-size: 11px !important;
}

.ripper-standard__content h3 {
  max-width: 260px;
  margin-bottom: 15px !important;
  font-size: clamp(17px, 1.2vw, 20px) !important;
  line-height: 1.04 !important;
}

.ripper-standard__content p {
  max-width: 280px;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.ripper-standard__line {
  right: 34px !important;
  left: 0 !important;
  height: 2px !important;
}

@media screen and (max-width: 1100px) {
  .ripper-standard__card:nth-child(2)::after {
    display: none !important;
  }

  .ripper-standard__card:nth-child(n + 3) {
    margin-top: 46px;
  }
}

@media screen and (max-width: 760px) {
  .ripper-standard__origin {
    grid-template-columns: 1fr;
    gap: 3px;
    justify-items: center;
    min-height: 70px;
    margin-bottom: 64px;
    padding: 12px 20px;
  }

  .ripper-standard__origin-code,
  .ripper-standard__origin-note {
    display: none;
  }

  .ripper-standard__origin strong {
    font-size: 13px;
  }

  .ripper-standard__card,
  .ripper-standard__card:not(:first-child) {
    margin-top: 0 !important;
    padding: 30px 0 40px !important;
    border-bottom: 1px solid rgba(91, 171, 243, 0.18) !important;
  }

  .ripper-standard__card::after {
    display: none !important;
  }

  .ripper-standard__card:last-child {
    border-bottom: 0 !important;
  }

  .ripper-standard__icon {
    width: 104px !important;
    height: 104px !important;
    margin-bottom: 24px !important;
  }

  .ripper-standard__icon svg {
    width: 82px !important;
    height: 82px !important;
  }
}

/

/* RIPPER TESTIMONIALS */

.ripper-testimonials {
  position: relative;
  overflow: hidden;
  padding: var(--testimonials-padding-top) 0
    var(--testimonials-padding-bottom);
  background:
    radial-gradient(circle at 50% 10%, rgba(0, 111, 214, 0.16), transparent 38%),
    linear-gradient(180deg, #07111c 0%, #050b12 100%);
  color: #f5f7f8;
}

.ripper-testimonials::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(77, 160, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 160, 235, 0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}

.ripper-testimonials__glow {
  position: absolute;
  top: -260px;
  left: 50%;
  width: 800px;
  height: 500px;
  transform: translateX(-50%);
  background: #006fd6;
  filter: blur(170px);
  opacity: 0.11;
  pointer-events: none;
}

.ripper-testimonials__inner {
  position: relative;
  z-index: 2;
  width: min(1460px, calc(100% - 64px));
  margin: 0 auto;
}

.ripper-testimonials__header {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 72px;
}

.ripper-testimonials__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: #269cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.ripper-testimonials__eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: #269cff;
  box-shadow: 0 0 14px rgba(38, 156, 255, 0.8);
}

.ripper-testimonials h2 {
  max-width: 850px;
  margin: 0;
  color: #f5f7f8;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.ripper-testimonials__intro {
  max-width: 440px;
  margin: 0 0 8px;
  color: #9ba9b9;
  font-size: 17px;
  line-height: 1.65;
}

.ripper-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.ripper-testimonial {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(77, 160, 235, 0.25);
  border-radius: 18px !important;
  background: #091421;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.32);
  transition:
    transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 400ms ease,
    box-shadow 400ms ease;
}

.ripper-testimonial--featured {
  min-height: 630px;
}

.ripper-testimonial:hover {
  z-index: 3;
  transform: translateY(-8px);
  border-color: rgba(38, 156, 255, 0.7);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.48),
    0 0 38px rgba(0, 111, 214, 0.16);
}

.ripper-testimonial__media,
.ripper-testimonial__image,
.ripper-testimonial__placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ripper-testimonial__image,
.ripper-testimonial__placeholder {
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ripper-testimonial:hover .ripper-testimonial__image {
  transform: scale(1.055);
}

.ripper-testimonial__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 9, 16, 0.08) 18%, rgba(3, 10, 18, 0.92) 82%),
    linear-gradient(90deg, rgba(2, 14, 27, 0.35), transparent 70%);
}

.ripper-testimonial__number {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ripper-testimonial__content {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}

.ripper-testimonial__quote-mark {
  display: block;
  height: 42px;
  color: #269cff;
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 24px rgba(38, 156, 255, 0.45);
}

.ripper-testimonial blockquote {
  max-width: 520px;
  margin: 12px 0 32px;
  color: #f5f7f8;
  font-size: clamp(19px, 1.4vw, 25px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.ripper-testimonial__footer {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.ripper-testimonial__footer strong,
.ripper-testimonial__footer span {
  display: block;
}

.ripper-testimonial__footer strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.ripper-testimonial__footer div > span {
  margin-top: 5px;
  color: #8998a8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.ripper-testimonial__meta {
  color: #269cff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: right;
}

@media screen and (max-width: 989px) {
  .ripper-testimonials__inner {
    width: min(100% - 32px, 760px);
  }

  .ripper-testimonials__header {
    display: block;
    margin-bottom: 46px;
  }

  .ripper-testimonials__intro {
    margin-top: 24px;
  }

  .ripper-testimonials__grid {
    display: flex;
    gap: 14px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ripper-testimonials__grid::-webkit-scrollbar {
    display: none;
  }

  .ripper-testimonial,
  .ripper-testimonial--featured {
    flex: 0 0 84vw;
    min-height: 560px;
    scroll-snap-align: center;
  }
}

@media screen and (max-width: 600px) {
  .ripper-testimonials h2 {
    font-size: 44px;
  }

  .ripper-testimonial,
  .ripper-testimonial--featured {
    min-height: 520px;
  }

  .ripper-testimonial__content {
    padding: 26px;
  }

  .ripper-testimonial__footer {
    display: block;
  }

  .ripper-testimonial__meta {
    margin-top: 14px;
    text-align: left;
  }
}

/* TESTIMONIALS — FINAL BACKGROUND FIX */

.section-ripper-testimonials,
.section-ripper-testimonials.shopify-section {
  background: #081522 !important;
}

.section-ripper-testimonials .ripper-testimonials {
  padding-top: 110px !important;
  padding-bottom: 180px !important;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(20, 115, 205, 0.2) 0%,
      rgba(8, 21, 34, 0) 42%
    ),
    linear-gradient(
      180deg,
      #0b1c2e 0%,
      #081522 52%,
      #050d16 100%
    ) !important;
  color: #f5f7f8 !important;
  border-top: 1px solid rgba(54, 151, 235, 0.22);
}

.section-ripper-testimonials .ripper-testimonials h2 {
  color: #f5f7f8 !important;
  opacity: 1 !important;
}

.section-ripper-testimonials .ripper-testimonials__intro {
  color: #9baabd !important;
}

.section-ripper-testimonials .ripper-testimonials__eyebrow {
  color: #269cff !important;
}

@media screen and (max-width: 760px) {
  .section-ripper-testimonials .ripper-testimonials {
    padding-top: 76px !important;
    padding-bottom: 120px !important;
  }
}

/* TESTIMONIALS — CLIENT GLASS PANEL */

.ripper-testimonial__footer {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;

  margin-top: 26px !important;
  padding: 20px 22px !important;

  border: 1px solid rgba(115, 176, 230, 0.2) !important;
  border-radius: 14px !important;

  /* 30% przezroczystości */
  background: rgba(5, 17, 29, 0.7) !important;

  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.ripper-testimonial__footer > div {
  min-width: 0;
  padding-right: 10px;
}

.ripper-testimonial__footer strong {
  margin: 0 !important;
  color: #f5f7f8 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.025em !important;
}

.ripper-testimonial__footer div > span {
  margin-top: 8px !important;
  color: #9cabbb !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.14em !important;
}

.ripper-testimonial__meta {
  flex: 0 0 auto;
  padding: 7px 10px !important;
  border: 1px solid rgba(38, 156, 255, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(38, 156, 255, 0.08) !important;
  color: #55afff !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 600px) {
  .ripper-testimonial__footer {
    display: block !important;
    padding: 18px !important;
  }

  .ripper-testimonial__meta {
    display: inline-block !important;
    margin-top: 14px !important;
    text-align: left !important;
  }
}


/* TESTIMONIALS — CLIENT GLASS PANEL */

.ripper-testimonial__footer {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;

  margin-top: 26px !important;
  padding: 20px 22px !important;

  border: 1px solid rgba(115, 176, 230, 0.2) !important;
  border-radius: 14px !important;

  /* 30% przezroczystości */
  background: rgba(5, 17, 29, 0.7) !important;

  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.ripper-testimonial__footer > div {
  min-width: 0;
  padding-right: 10px;
}

.ripper-testimonial__footer strong {
  margin: 0 !important;
  color: #f5f7f8 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  letter-spacing: 0.025em !important;
}

.ripper-testimonial__footer div > span {
  margin-top: 8px !important;
  color: #9cabbb !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.14em !important;
}

.ripper-testimonial__meta {
  flex: 0 0 auto;
  padding: 7px 10px !important;
  border: 1px solid rgba(38, 156, 255, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(38, 156, 255, 0.08) !important;
  color: #55afff !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 600px) {
  .ripper-testimonial__footer {
    display: block !important;
    padding: 18px !important;
  }

  .ripper-testimonial__meta {
    display: inline-block !important;
    margin-top: 14px !important;
    text-align: left !important;
  }
}

/* ==================================================
   RIPPER CUSTOM LAB
================================================== */

.section-ripper-custom-lab,
.section-ripper-custom-lab.shopify-section {
  background: #050b12 !important;
}

.ripper-custom-lab {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 140px 0 150px;
  color: #f5f7f8 !important;
  background:
    radial-gradient(circle at 18% 30%, rgba(0, 111, 214, 0.2), transparent 35%),
    radial-gradient(circle at 92% 65%, rgba(215, 25, 32, 0.09), transparent 27%),
    linear-gradient(135deg, #050b12 0%, #081522 48%, #040a11 100%) !important;
  border-top: 1px solid rgba(52, 151, 238, 0.2);
  border-bottom: 1px solid rgba(52, 151, 238, 0.16);
}

.ripper-custom-lab::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0.23;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(65, 151, 228, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 151, 228, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.ripper-custom-lab__background-word {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  font-size: clamp(150px, 22vw, 390px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
  white-space: nowrap;
  opacity: 0.16;
  -webkit-text-stroke: 1px rgba(73, 156, 232, 0.26);
  pointer-events: none;
}

.ripper-custom-lab__inner {
  width: min(1480px, calc(100% - 64px));
  margin: 0 auto;
}

.ripper-custom-lab__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(390px, 0.72fr);
  gap: 22px;
  align-items: stretch;
}

/* GŁÓWNE ZDJĘCIE */

.ripper-custom-lab__visual {
  min-width: 0;
}

.ripper-custom-lab__stage {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(84, 172, 250, 0.32);
  border-radius: 22px !important;
  background: #07111c;
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.48),
    0 0 55px rgba(0, 111, 214, 0.09);
}

.ripper-custom-lab__stage::before {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: inherit !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ripper-custom-lab__stage::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(1, 8, 15, 0.04) 45%, rgba(2, 10, 18, 0.68) 100%),
    linear-gradient(90deg, rgba(4, 17, 30, 0.18), transparent 55%);
}

.ripper-custom-lab__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 550ms ease,
    transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1),
    visibility 550ms ease;
}

.ripper-custom-lab__slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.ripper-custom-lab__image,
.ripper-custom-lab__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ripper-custom-lab__slide figcaption {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px 15px;
  color: #f5f7f8 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  border: 1px solid rgba(118, 184, 241, 0.25);
  border-radius: 9px !important;
  background: rgba(5, 16, 27, 0.68) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ripper-custom-lab__slide figcaption span {
  color: #269cff !important;
}

/* ANIMOWANE SKANOWANIE */

.ripper-custom-lab__scan {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 3%;
  width: 2px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(69, 173, 255, 0.95) 20%,
    #ffffff 50%,
    rgba(69, 173, 255, 0.95) 80%,
    transparent
  );
  box-shadow:
    0 0 16px #1696ff,
    0 0 42px rgba(22, 150, 255, 0.72);
  animation: ripper-custom-scan 6s ease-in-out infinite;
}

.ripper-custom-lab__scan::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  width: 160px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(38, 156, 255, 0.09),
    transparent
  );
}

@keyframes ripper-custom-scan {
  0% {
    left: 3%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  60% {
    left: 97%;
    opacity: 0;
  }
  100% {
    left: 97%;
    opacity: 0;
  }
}

.ripper-custom-lab__preview-label {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  color: #dbeaf8 !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  border: 1px solid rgba(112, 179, 239, 0.24);
  border-radius: 8px !important;
  background: rgba(5, 16, 27, 0.65) !important;
  backdrop-filter: blur(14px);
}

.ripper-custom-lab__preview-label span {
  width: 7px;
  height: 7px;
  border-radius: 50% !important;
  background: #159cff;
  box-shadow: 0 0 14px #159cff;
  animation: ripper-custom-pulse 1.8s ease-in-out infinite;
}

@keyframes ripper-custom-pulse {
  50% {
    opacity: 0.35;
  }
}

/* MINIATURY */

.ripper-custom-lab__thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(72px, 1fr));
  gap: 11px;
  margin-top: 13px;
}

.ripper-custom-lab__thumbnail {
  position: relative;
  aspect-ratio: 4 / 3;
  min-width: 0;
  overflow: hidden;
  padding: 0 !important;
  cursor: pointer;
  opacity: 0.55;
  border: 1px solid rgba(93, 161, 221, 0.2) !important;
  border-radius: 10px !important;
  background: #07111c !important;
  transition:
    opacity 250ms ease,
    transform 250ms ease,
    border-color 250ms ease,
    box-shadow 250ms ease;
}

.ripper-custom-lab__thumbnail:hover,
.ripper-custom-lab__thumbnail.is-active {
  opacity: 1;
  transform: translateY(-3px);
  border-color: #269cff !important;
  box-shadow: 0 0 22px rgba(38, 156, 255, 0.23);
}

.ripper-custom-lab__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ripper-custom-lab__thumbnail span {
  position: absolute;
  right: 7px;
  bottom: 6px;
  display: grid;
  width: 24px;
  height: 20px;
  place-items: center;
  color: #fff !important;
  font-size: 8px;
  font-weight: 800;
  border-radius: 5px !important;
  background: rgba(3, 12, 21, 0.76) !important;
}

/* PANEL KONFIGURATORA */

.ripper-custom-lab__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 62px);
  overflow: hidden;
  border: 1px solid rgba(81, 166, 241, 0.28);
  border-radius: 22px !important;
  background:
    linear-gradient(
      145deg,
      rgba(18, 43, 68, 0.76),
      rgba(5, 16, 28, 0.88)
    ) !important;
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 38px 90px rgba(0, 0, 0, 0.42);
}

.ripper-custom-lab__panel::after {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border-radius: 50% !important;
  background: rgba(0, 111, 214, 0.22);
  filter: blur(100px);
}

.ripper-custom-lab__eyebrow {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 25px;
  color: #269cff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.ripper-custom-lab__eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: #269cff;
  box-shadow: 0 0 14px rgba(38, 156, 255, 0.7);
}

.ripper-custom-lab__panel h2 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0;
  color: #f5f7f8 !important;
  font-size: clamp(48px, 4.5vw, 76px);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.ripper-custom-lab__description {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  color: #a6b5c5 !important;
  font-size: 16px;
  line-height: 1.65;
}

.ripper-custom-lab__options {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid rgba(119, 176, 226, 0.18);
  border-bottom: 1px solid rgba(119, 176, 226, 0.18);
}

.ripper-custom-lab__options > div {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  padding: 15px 8px;
}

.ripper-custom-lab__options > div:nth-child(odd) {
  border-right: 1px solid rgba(119, 176, 226, 0.18);
}

.ripper-custom-lab__options > div:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(119, 176, 226, 0.18);
}

.ripper-custom-lab__options span {
  color: #269cff !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ripper-custom-lab__options strong {
  color: #e9f1f8 !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.065em;
}

.ripper-custom-lab__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  padding: 20px 22px;
  overflow: hidden;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  border: 1px solid rgba(93, 185, 255, 0.78);
  border-radius: 10px !important;
  background: linear-gradient(100deg, #0062b9, #128ae9) !important;
  box-shadow:
    0 16px 34px rgba(0, 94, 184, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition:
    transform 250ms ease,
    box-shadow 250ms ease;
}

.ripper-custom-lab__button::before {
  position: absolute;
  top: -50%;
  left: -80px;
  width: 50px;
  height: 200%;
  content: "";
  transform: rotate(20deg);
  background: rgba(255, 255, 255, 0.22);
  filter: blur(4px);
  transition: left 600ms ease;
}

.ripper-custom-lab__button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 44px rgba(0, 112, 214, 0.42),
    0 0 28px rgba(38, 156, 255, 0.22);
}

.ripper-custom-lab__button:hover::before {
  left: calc(100% + 40px);
}

.ripper-custom-lab__note {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  color: #7f90a2 !important;
  font-size: 11px;
  line-height: 1.5;
}

.ripper-custom-lab__process {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 30px;
  color: #63778b !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

/* TABLET */

@media screen and (max-width: 1100px) {
  .ripper-custom-lab {
    padding: 100px 0 110px;
  }

  .ripper-custom-lab__layout {
    grid-template-columns: 1fr;
  }

  .ripper-custom-lab__panel {
    min-height: auto;
  }

  .ripper-custom-lab__process {
    margin-top: 36px;
  }
}

/* MOBILE */

@media screen and (max-width: 700px) {
  .ripper-custom-lab {
    padding: 76px 0 90px;
  }

  .ripper-custom-lab__inner {
    width: calc(100% - 28px);
  }

  .ripper-custom-lab__stage {
    aspect-ratio: 4 / 3;
    border-radius: 15px !important;
  }

  .ripper-custom-lab__preview-label {
    top: 14px;
    left: 14px;
    padding: 8px 10px;
    font-size: 7px;
  }

  .ripper-custom-lab__slide figcaption {
    right: 14px;
    bottom: 14px;
    padding: 8px 10px;
    font-size: 8px;
  }

  .ripper-custom-lab__thumbnails {
    display: flex;
    gap: 8px;
    padding-bottom: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ripper-custom-lab__thumbnails::-webkit-scrollbar {
    display: none;
  }

  .ripper-custom-lab__thumbnail {
    flex: 0 0 92px;
  }

  .ripper-custom-lab__panel {
    padding: 32px 24px;
    border-radius: 15px !important;
  }

  .ripper-custom-lab__panel h2 {
    font-size: 48px;
  }

  .ripper-custom-lab__description {
    font-size: 14px;
  }

  .ripper-custom-lab__options {
    grid-template-columns: 1fr;
  }

  .ripper-custom-lab__options > div {
    min-height: 58px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(119, 176, 226, 0.18) !important;
  }

  .ripper-custom-lab__options > div:last-child {
    border-bottom: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ripper-custom-lab__scan,
  .ripper-custom-lab__preview-label span {
    animation: none !important;
  }
}

/* CUSTOM LAB — BEFORE / AFTER REVEAL */

.ripper-custom-lab__comparison,
.ripper-custom-lab__before,
.ripper-custom-lab__after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ripper-custom-lab__before {
  z-index: 1;
}

.ripper-custom-lab__after {
  z-index: 2;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  animation: ripper-custom-reveal 8s ease-in-out infinite;
}

.ripper-custom-lab__comparison-labels {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: 24px;
  left: 230px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.ripper-custom-lab__comparison-labels span {
  padding: 8px 11px;
  color: #dceaf6 !important;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  border: 1px solid rgba(107, 180, 244, 0.25);
  border-radius: 7px !important;
  background: rgba(4, 15, 26, 0.62) !important;
  backdrop-filter: blur(12px);
}

@keyframes ripper-custom-reveal {
  0%,
  8% {
    clip-path: inset(0 100% 0 0);
  }

  48%,
  62% {
    clip-path: inset(0 0 0 0);
  }

  96%,
  100% {
    clip-path: inset(0 100% 0 0);
  }
}

/* Nadpisuje wcześniejszy ruch linii i synchronizuje go ze zdjęciem */

@keyframes ripper-custom-scan {
  0% {
    left: 2%;
    opacity: 0;
  }

  8% {
    left: 2%;
    opacity: 1;
  }

  48% {
    left: 98%;
    opacity: 1;
  }

  54%,
  62% {
    left: 98%;
    opacity: 0;
  }

  66% {
    left: 98%;
    opacity: 1;
  }

  96% {
    left: 2%;
    opacity: 1;
  }

  100% {
    left: 2%;
    opacity: 0;
  }
}

.ripper-custom-lab__scan {
  animation: ripper-custom-scan 8s ease-in-out infinite !important;
}

@media screen and (max-width: 700px) {
  .ripper-custom-lab__comparison-labels {
    top: 58px;
    right: 14px;
    left: 14px;
  }

  .ripper-custom-lab__comparison-labels span {
    padding: 6px 8px;
    font-size: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ripper-custom-lab__after {
    clip-path: inset(0 0 0 0);
    animation: none !important;
  }
}

/* CUSTOM LAB — PERFECTLY SYNCHRONISED REVEAL */

@property --ripper-reveal-position {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

@property --ripper-scan-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

.ripper-custom-lab__stage {
  --ripper-reveal-position: 0%;
  --ripper-scan-opacity: 0;

  animation:
    ripper-synchronised-reveal
    8s
    linear
    infinite !important;
}

/* Wyłączenie wcześniejszej, niezależnej animacji zdjęcia */

.ripper-custom-lab__after {
  animation: none !important;
  clip-path:
    inset(
      0
      calc(100% - var(--ripper-reveal-position))
      0
      0
    ) !important;
}

/* Wyłączenie wcześniejszej, niezależnej animacji linii */

.ripper-custom-lab__scan {
  left: var(--ripper-reveal-position) !important;
  opacity: var(--ripper-scan-opacity) !important;
  transform: translateX(-50%);
  animation: none !important;
}

@keyframes ripper-synchronised-reveal {
  0% {
    --ripper-reveal-position: 0%;
    --ripper-scan-opacity: 0;
  }

  6% {
    --ripper-reveal-position: 0%;
    --ripper-scan-opacity: 1;
  }

  48% {
    --ripper-reveal-position: 100%;
    --ripper-scan-opacity: 1;
  }

  54% {
    --ripper-reveal-position: 100%;
    --ripper-scan-opacity: 0;
  }

  62% {
    --ripper-reveal-position: 100%;
    --ripper-scan-opacity: 0;
  }

  68% {
    --ripper-reveal-position: 100%;
    --ripper-scan-opacity: 1;
  }

  96% {
    --ripper-reveal-position: 0%;
    --ripper-scan-opacity: 1;
  }

  100% {
    --ripper-reveal-position: 0%;
    --ripper-scan-opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ripper-custom-lab__stage {
    --ripper-reveal-position: 100%;
    --ripper-scan-opacity: 0;
    animation: none !important;
  }
}
/* =========================================================
   RIPPER CUSTOM LAB — PORTRAIT GALLERY
   ========================================================= */

.section-ripper-custom-lab .ripper-custom-lab__layout {
  grid-template-columns:
    minmax(360px, 650px)
    minmax(360px, 500px) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: clamp(30px, 4vw, 72px) !important;
}

/* Główne zdjęcie pionowe */
.section-ripper-custom-lab .ripper-custom-lab__stage {
  width: 100% !important;
  max-width: 650px !important;
  aspect-ratio: 4 / 5 !important;
  min-height: 0 !important;
  height: auto !important;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 50% 40%, rgba(15, 61, 103, 0.3), transparent 70%),
    #050d17 !important;
}

/* Zdjęcia przed i po */
.section-ripper-custom-lab .ripper-custom-lab__before,
.section-ripper-custom-lab .ripper-custom-lab__after {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.section-ripper-custom-lab .ripper-custom-lab__before img,
.section-ripper-custom-lab .ripper-custom-lab__after img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;

  /* Całe zdjęcie pozostaje widoczne */
  object-fit: contain !important;
  object-position: center center !important;

  transform: none !important;
  scale: 1 !important;
}

/* Pionowe miniatury */
.section-ripper-custom-lab .ripper-custom-lab__thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 650px !important;
  margin: 14px auto 0 !important;
}

.section-ripper-custom-lab .ripper-custom-lab__thumb {
  aspect-ratio: 4 / 5 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 13px !important;
  background: #071321 !important;
}

.section-ripper-custom-lab .ripper-custom-lab__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Panel tekstowy dopasowany do pionowej galerii */
.section-ripper-custom-lab .ripper-custom-lab__panel {
  min-height: auto !important;
  position: sticky !important;
  top: calc(var(--header-height, 80px) + 24px) !important;
}

/* Tablet */
@media screen and (max-width: 1100px) {
  .section-ripper-custom-lab .ripper-custom-lab__layout {
    grid-template-columns:
      minmax(320px, 560px)
      minmax(320px, 440px) !important;
    gap: 28px !important;
  }

  .section-ripper-custom-lab .ripper-custom-lab__stage {
    max-width: 560px !important;
  }

  .section-ripper-custom-lab .ripper-custom-lab__thumbs {
    max-width: 560px !important;
  }
}

/* Mobile */
@media screen and (max-width: 800px) {
  .section-ripper-custom-lab .ripper-custom-lab__layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }

  .section-ripper-custom-lab .ripper-custom-lab__gallery,
  .section-ripper-custom-lab .ripper-custom-lab__panel {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section-ripper-custom-lab .ripper-custom-lab__stage {
    width: 100% !important;
    max-width: 520px !important;
    aspect-ratio: 4 / 5 !important;
  }

  .section-ripper-custom-lab .ripper-custom-lab__thumbs {
    grid-template-columns: repeat(4, minmax(72px, 1fr)) !important;
    max-width: 520px !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .section-ripper-custom-lab .ripper-custom-lab__thumbs::-webkit-scrollbar {
    display: none;
  }

  .section-ripper-custom-lab .ripper-custom-lab__panel {
    position: relative !important;
    top: auto !important;
  }
}
/* =========================================================
   RIPPER — OWNER CONTACT
   ========================================================= */

.section-ripper-owner-contact {
  position: relative;
  display: block;
  padding: var(--section-padding-top) 0 var(--section-padding-bottom);
  overflow: hidden;
  isolation: isolate;
  color: #f5f7fb !important;
  background:
    radial-gradient(circle at 12% 25%, rgba(0, 112, 214, 0.16), transparent 31%),
    radial-gradient(circle at 88% 75%, rgba(136, 16, 36, 0.12), transparent 30%),
    linear-gradient(135deg, #020910 0%, #061625 52%, #02070d 100%) !important;
}

.section-ripper-owner-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle 420px at var(--pointer-x) var(--pointer-y),
    rgba(26, 145, 255, 0.13),
    transparent 70%
  );
  transition: background 120ms linear;
}

.ripper-owner-contact__ambient {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -360px;
  right: -180px;
  border: 1px solid rgba(56, 159, 255, 0.12);
  border-radius: 50% !important;
  box-shadow:
    0 0 0 70px rgba(56, 159, 255, 0.025),
    0 0 0 150px rgba(56, 159, 255, 0.018);
  pointer-events: none;
}

.ripper-owner-contact__grid-background {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.17;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(97, 165, 222, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(97, 165, 222, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 78%, transparent);
}

.ripper-owner-contact__inner {
  width: min(1500px, calc(100% - 48px));
  margin-inline: auto;
}

.ripper-owner-contact__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 22px;
  padding-inline: 4px;
  color: #7f91a4 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ripper-owner-contact__topline-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #43aaff !important;
}

.ripper-owner-contact__topline-label i {
  width: 38px;
  height: 2px;
  display: block;
  background: #168fff;
  box-shadow: 0 0 16px rgba(22, 143, 255, 0.8);
}

.ripper-owner-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(390px, 0.76fr);
  gap: clamp(20px, 2.2vw, 38px);
  align-items: center;
}

.ripper-owner-contact__visual,
.ripper-owner-contact__panel {
  border: 1px solid rgba(91, 167, 226, 0.28) !important;
  border-radius: 26px !important;
}

.ripper-owner-contact__visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 14, 25, 0.97) 0%, rgba(5, 23, 39, 0.86) 46%, rgba(7, 31, 52, 0.35) 100%),
    linear-gradient(145deg, rgba(16, 60, 96, 0.54), rgba(2, 9, 16, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 35px 90px rgba(0, 0, 0, 0.36);
}

.ripper-owner-contact__visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(2, 9, 16, 0.98), transparent);
}

.ripper-owner-contact__rings {
  position: absolute;
  width: 650px;
  height: 650px;
  right: -100px;
  top: 45px;
  opacity: 0.5;
}

.ripper-owner-contact__rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(39, 153, 245, 0.19);
  border-radius: 50% !important;
}

.ripper-owner-contact__rings span:nth-child(2) {
  inset: 70px;
}

.ripper-owner-contact__rings span:nth-child(3) {
  inset: 145px;
  box-shadow: 0 0 80px rgba(0, 116, 217, 0.18);
}

.ripper-owner-contact__background-word {
  position: absolute;
  left: 24px;
  bottom: 35px;
  color: transparent !important;
  font-size: clamp(100px, 12vw, 190px);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.07em;
  -webkit-text-stroke: 1px rgba(87, 164, 224, 0.1);
  user-select: none;
}

.ripper-owner-contact__copy {
  position: relative;
  z-index: 4;
  width: 57%;
  padding: clamp(42px, 5vw, 72px);
}

.ripper-owner-contact__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #9db1c4 !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ripper-owner-contact__status i,
.ripper-owner-contact__secure-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50% !important;
  background: #259fff;
  box-shadow: 0 0 14px #168fff;
}

.ripper-owner-contact__copy h2 {
  max-width: 610px;
  margin: 0 0 28px !important;
  color: #f4f7fb !important;
  font-size: clamp(52px, 5.3vw, 92px) !important;
  font-weight: 900 !important;
  line-height: 0.88 !important;
  letter-spacing: -0.055em !important;
  text-transform: uppercase;
}

.ripper-owner-contact__description,
.ripper-owner-contact__description p {
  max-width: 480px;
  margin: 0 !important;
  color: #9bacc0 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.ripper-owner-contact__portrait {
  position: absolute;
  z-index: 3;
  right: -1%;
  bottom: 0;
  width: 61%;
  height: 96%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  pointer-events: none;
}

.ripper-owner-contact__portrait-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  filter:
    drop-shadow(-28px 25px 28px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 35px rgba(38, 134, 211, 0.12));
}

.ripper-owner-contact__image-placeholder {
  width: 72%;
  height: 82%;
  display: grid;
  place-items: center;
  margin: auto 0 0 auto;
  border: 1px dashed rgba(76, 168, 240, 0.42);
  color: #4ba9f3 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ripper-owner-contact__identity {
  position: absolute;
  z-index: 6;
  left: clamp(28px, 4vw, 64px);
  bottom: 34px;
  min-width: 350px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 17px 20px;
  border: 1px solid rgba(109, 180, 235, 0.27) !important;
  border-radius: 15px !important;
  background: rgba(4, 17, 29, 0.69) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.28);
}

.ripper-owner-contact__identity-number {
  color: #299fff !important;
  font-size: 11px;
  font-weight: 900;
}

.ripper-owner-contact__identity strong,
.ripper-owner-contact__identity span {
  display: block;
}

.ripper-owner-contact__identity strong {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 850;
}

.ripper-owner-contact__identity span {
  margin-top: 3px;
  color: #8295a8 !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ripper-owner-contact__identity-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 9px !important;
  color: #fff !important;
  background: linear-gradient(145deg, #0e84e8, #054e8d);
  box-shadow: 0 0 25px rgba(17, 144, 245, 0.28);
  font-weight: 900;
  font-style: italic;
}

.ripper-owner-contact__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3vw, 42px);
  background:
    linear-gradient(145deg, rgba(16, 47, 74, 0.73), rgba(4, 15, 26, 0.88)) !important;
  backdrop-filter: blur(22px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 32px 80px rgba(0,0,0,0.38);
}

.ripper-owner-contact__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #d71920 0 10%, #168fff 10% 68%, transparent);
}

.ripper-owner-contact__panel-header {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #3da6fb !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.ripper-owner-contact__panel-header i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 159, 246, 0.44), transparent);
}

.ripper-owner-contact__panel h3 {
  margin: 24px 0 14px !important;
  color: #f7f9fc !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.04em !important;
}

.ripper-owner-contact__panel-text {
  margin: 0 0 24px !important;
  color: #8fa2b5 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.ripper-owner-contact__phone {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 25px;
  padding: 15px 17px;
  text-decoration: none !important;
  border: 1px solid rgba(77, 166, 237, 0.3) !important;
  border-radius: 13px !important;
  background: rgba(2, 13, 23, 0.48) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.ripper-owner-contact__phone:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 166, 255, 0.72) !important;
  background: rgba(11, 43, 68, 0.66) !important;
}

.ripper-owner-contact__phone-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 10px !important;
  color: #fff !important;
  background: linear-gradient(145deg, #148fed, #075ca2);
}

.ripper-owner-contact__phone small,
.ripper-owner-contact__phone strong {
  display: block;
}

.ripper-owner-contact__phone small {
  color: #748a9f !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.ripper-owner-contact__phone strong {
  margin-top: 2px;
  color: #f5f8fb !important;
  font-size: 20px;
  font-weight: 800;
}

.ripper-owner-contact__phone-arrow {
  color: #45aaff !important;
  font-size: 20px;
}

.ripper-owner-contact__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ripper-owner-contact__field {
  display: block;
}

.ripper-owner-contact__field--message {
  grid-column: 1 / -1;
}

.ripper-owner-contact__field > span {
  display: block;
  margin: 0 0 7px 2px;
  color: #71869a !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.ripper-owner-contact__field input,
.ripper-owner-contact__field textarea {
  width: 100% !important;
  border: 1px solid rgba(91, 151, 198, 0.22) !important;
  border-radius: 10px !important;
  outline: none !important;
  padding: 13px 14px !important;
  color: #f4f7fa !important;
  background: rgba(1, 10, 18, 0.49) !important;
  box-shadow: none !important;
  font: inherit !important;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ripper-owner-contact__field textarea {
  min-height: 108px;
  resize: vertical;
}

.ripper-owner-contact__field input::placeholder,
.ripper-owner-contact__field textarea::placeholder {
  color: #5f7386 !important;
}

.ripper-owner-contact__field input:focus,
.ripper-owner-contact__field textarea:focus {
  border-color: #168fff !important;
  background: rgba(6, 28, 46, 0.75) !important;
  box-shadow: 0 0 0 3px rgba(22, 143, 255, 0.1) !important;
}

.ripper-owner-contact__submit {
  position: relative;
  width: 100% !important;
  min-height: 57px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px !important;
  overflow: hidden;
  border: 1px solid #46aaff !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  background: linear-gradient(100deg, #0574c9, #1597f5) !important;
  box-shadow: 0 13px 30px rgba(0, 116, 209, 0.24);
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ripper-owner-contact__submit::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 160%;
  left: -130px;
  top: -30%;
  transform: skewX(-20deg);
  background: rgba(255,255,255,0.18);
  transition: left 500ms ease;
}

.ripper-owner-contact__submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 19px 42px rgba(0, 116, 209, 0.36);
}

.ripper-owner-contact__submit:hover::before {
  left: calc(100% + 50px);
}

.ripper-owner-contact__submit i {
  font-size: 19px;
  font-style: normal;
}

.ripper-owner-contact__panel-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  color: #667b8e !important;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.ripper-owner-contact__success,
.ripper-owner-contact__errors {
  margin-bottom: 16px;
  padding: 13px 15px;
  border-radius: 9px !important;
}

.ripper-owner-contact__success {
  border: 1px solid rgba(55, 204, 139, 0.42);
  background: rgba(20, 117, 75, 0.17);
}

.ripper-owner-contact__success strong,
.ripper-owner-contact__success span {
  display: block;
  color: #d7ffeb !important;
}

.ripper-owner-contact__success span {
  margin-top: 4px;
  color: #9ecbb2 !important;
  font-size: 12px;
}

.ripper-owner-contact__errors {
  color: #ffdadd !important;
  border: 1px solid rgba(215, 25, 32, 0.42);
  background: rgba(120, 11, 19, 0.18);
}

@media screen and (max-width: 1100px) {
  .ripper-owner-contact__layout {
    grid-template-columns: 1fr;
  }

  .ripper-owner-contact__visual {
    min-height: 720px;
  }

  .ripper-owner-contact__panel {
    width: min(720px, 100%);
    margin-inline: auto;
  }
}

@media screen and (max-width: 700px) {
  .ripper-owner-contact__inner {
    width: min(100% - 28px, 1500px);
  }

  .ripper-owner-contact__topline-meta {
    display: none;
  }

  .ripper-owner-contact__visual {
    min-height: 680px;
  }

  .ripper-owner-contact__copy {
    width: 100%;
    padding: 35px 25px;
  }

  .ripper-owner-contact__copy h2 {
    max-width: 430px;
    font-size: clamp(45px, 14vw, 66px) !important;
  }

  .ripper-owner-contact__portrait {
    width: 100%;
    height: 75%;
    right: -14%;
    opacity: 0.72;
  }

  .ripper-owner-contact__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(
      to bottom,
      rgba(2, 10, 18, 0.13),
      transparent 40%,
      rgba(2, 10, 18, 0.93)
    );
    pointer-events: none;
  }

  .ripper-owner-contact__identity {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-width: 0;
  }

  .ripper-owner-contact__fields {
    grid-template-columns: 1fr;
  }

  .ripper-owner-contact__field--message {
    grid-column: auto;
  }

  .ripper-owner-contact__phone strong {
    font-size: 17px;
  }
}

/* =========================================================
   RIPPER — PRODUCT TICKER
   ========================================================= */

.section-ripper-product-ticker {
  display: block;
  overflow: hidden;
  color: #f5f7fb !important;
  background:
    linear-gradient(
      90deg,
      rgba(3, 12, 21, 0.98),
      rgba(7, 29, 48, 0.98),
      rgba(3, 12, 21, 0.98)
    ) !important;
  border-top: 1px solid rgba(77, 157, 220, 0.22) !important;
  border-bottom: 1px solid rgba(77, 157, 220, 0.22) !important;
}

.ripper-product-ticker__inner {
  width: min(1220px, calc(100% - 48px));
  min-height: 112px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  align-items: center;
}

.ripper-product-ticker__heading {
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 26px;
  border-right: 1px solid rgba(75, 147, 205, 0.25);
}

.ripper-product-ticker__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3da8ff !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.ripper-product-ticker__eyebrow i {
  width: 22px;
  height: 2px;
  background: #168fff;
  box-shadow: 0 0 12px rgba(22, 143, 255, 0.75);
}

.ripper-product-ticker__heading strong {
  margin-top: 7px;
  color: #ffffff !important;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.ripper-product-ticker__rail {
  min-width: 0;
  overflow: hidden;
  padding-left: 18px;

  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 3%,
      #000 97%,
      transparent
    );

  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 3%,
      #000 97%,
      transparent
    );
}

.ripper-product-ticker__track {
  width: max-content;
  display: flex;
  animation:
    ripper-product-ticker-scroll
    var(--ticker-duration)
    linear
    infinite;
  will-change: transform;
}

.ripper-product-ticker__track:hover {
  animation-play-state: paused;
}

.ripper-product-ticker__track.is-static {
  animation: none !important;
  overflow-x: auto;
}

.ripper-product-ticker__group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.ripper-product-ticker__product {
  width: 270px;
  min-width: 270px;
  height: 82px;
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 13px;
  padding: 6px 11px 6px 6px;

  color: #ffffff !important;
  text-decoration: none !important;

  border: 1px solid rgba(77, 157, 220, 0.25) !important;
  border-radius: 13px !important;

  background: rgba(8, 28, 45, 0.66) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.ripper-product-ticker__product:hover {
  transform: translateY(-3px);
  border-color: rgba(55, 167, 255, 0.75) !important;
  background: rgba(12, 48, 76, 0.84) !important;
}

.ripper-product-ticker__image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: block;
  border-radius: 9px !important;
  background: #07111b;
}

.ripper-product-ticker__image img,
.ripper-product-ticker__image svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transition: transform 0.3s ease;
}

.ripper-product-ticker__product:hover
.ripper-product-ticker__image img {
  transform: scale(1.07);
}

.ripper-product-ticker__info {
  min-width: 0;
  display: block;
}

.ripper-product-ticker__info small {
  display: block;
  color: #4aaeff !important;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ripper-product-ticker__info strong {
  display: block;
  overflow: hidden;
  margin-top: 3px;

  color: #f4f7fa !important;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ripper-product-ticker__price {
  display: block;
  margin-top: 3px;
  color: #93a7ba !important;
  font-size: 11px;
  font-weight: 700;
}

.ripper-product-ticker__arrow {
  color: #43aaff !important;
  font-size: 19px;
  transition: transform 0.2s ease;
}

.ripper-product-ticker__product:hover
.ripper-product-ticker__arrow {
  transform: translateX(3px);
}

.ripper-product-ticker__empty {
  padding: 25px;
  color: #8498aa !important;
  font-size: 13px;
}

@keyframes ripper-product-ticker-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media screen and (max-width: 700px) {
  .ripper-product-ticker__inner {
    width: calc(100% - 28px);
    min-height: 140px;
    display: block;
    padding: 14px 0;
  }

  .ripper-product-ticker__heading {
    height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px;
    border-right: 0;
  }

  .ripper-product-ticker__heading strong {
    margin: 0;
    font-size: 16px;
  }

  .ripper-product-ticker__rail {
    padding-left: 0;
  }

  .ripper-product-ticker__product {
    width: 235px;
    min-width: 235px;
    height: 72px;
    grid-template-columns: 60px minmax(0, 1fr) 22px;
  }

  .ripper-product-ticker__image {
    width: 60px;
    height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ripper-product-ticker__track {
    animation: none !important;
  }

  .ripper-product-ticker__group[aria-hidden="true"] {
    display: none !important;
  }

  .ripper-product-ticker__rail {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* PRODUCT TICKER — DOUBLE HEIGHT */

.ripper-product-ticker__inner {
  min-height: 224px !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
}

.ripper-product-ticker__heading {
  height: 152px !important;
}

.ripper-product-ticker__product {
  width: 340px !important;
  min-width: 340px !important;
  height: 150px !important;
  grid-template-columns: 132px minmax(0, 1fr) 30px !important;
  padding: 8px !important;
}

.ripper-product-ticker__image {
  width: 132px !important;
  height: 132px !important;
}

.ripper-product-ticker__info strong {
  font-size: 15px !important;
}

.ripper-product-ticker__price {
  margin-top: 6px !important;
  font-size: 13px !important;
}

@media screen and (max-width: 700px) {
  .ripper-product-ticker__inner {
    min-height: 230px !important;
  }

  .ripper-product-ticker__product {
    width: 290px !important;
    min-width: 290px !important;
    height: 130px !important;
    grid-template-columns: 112px minmax(0, 1fr) 24px !important;
  }

  .ripper-product-ticker__image {
    width: 112px !important;
    height: 112px !important;
  }
}

/* =========================================================
   RIPPER — CONTACT LOCATION
   ========================================================= */

.section-ripper-contact-location {
  position: relative;
  display: block;
  overflow: hidden;
  padding: clamp(80px, 8vw, 130px) 0;
  color: #f5f7fb !important;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 117, 214, 0.17), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(34, 11, 27, 0.42), transparent 34%),
    linear-gradient(135deg, #030b13 0%, #061727 55%, #02070d 100%) !important;
  border-top: 1px solid rgba(67, 153, 221, 0.22) !important;
  border-bottom: 1px solid rgba(67, 153, 221, 0.22) !important;
}

.ripper-contact-location__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(81, 157, 218, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 157, 218, 0.07) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent, black 25%, black 75%, transparent);
}

.ripper-contact-location__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ripper-contact-location__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.ripper-contact-location__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3ca8ff !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.ripper-contact-location__eyebrow i {
  width: 32px;
  height: 2px;
  background: #168fff;
  box-shadow: 0 0 15px rgba(22, 143, 255, 0.8);
}

.ripper-contact-location__header h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #f6f8fb !important;
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.ripper-contact-location__header p {
  max-width: 430px;
  margin: 0;
  color: #8fa2b5 !important;
  font-size: 17px;
  line-height: 1.65;
}

.ripper-contact-location__layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  min-height: 590px;
  border: 1px solid rgba(74, 157, 220, 0.3) !important;
  border-radius: 24px !important;
  overflow: hidden;
  background: rgba(4, 18, 30, 0.74) !important;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.45),
    0 0 50px rgba(0, 115, 214, 0.08);
}

.ripper-contact-location__information {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 4vw, 56px);
  background:
    linear-gradient(145deg, rgba(14, 49, 79, 0.87), rgba(3, 15, 25, 0.94)) !important;
  border-right: 1px solid rgba(74, 157, 220, 0.25) !important;
}

.ripper-contact-location__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9db0c1 !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.ripper-contact-location__status span {
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  background: #25cf81;
  box-shadow: 0 0 13px rgba(37, 207, 129, 0.75);
}

.ripper-contact-location__information-heading {
  padding: 35px 0;
}

.ripper-contact-location__information-heading > span {
  color: #299fff !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.ripper-contact-location__information-heading h2 {
  margin: 10px 0 14px;
  color: #ffffff !important;
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.ripper-contact-location__information-heading p {
  margin: 0;
  color: #8fa3b5 !important;
  font-size: 14px;
  line-height: 1.65;
}

.ripper-contact-location__details {
  border-top: 1px solid rgba(96, 162, 211, 0.22);
}

.ripper-contact-location__detail {
  min-height: 73px;
  display: grid !important;
  grid-template-columns: 43px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 15px;
  padding: 11px 0;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(96, 162, 211, 0.18);
}

.ripper-contact-location__icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(62, 161, 237, 0.38) !important;
  border-radius: 11px !important;
  background: rgba(16, 64, 99, 0.44) !important;
}

.ripper-contact-location__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #42aaff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ripper-contact-location__detail small {
  display: block;
  color: #6e879b !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.ripper-contact-location__detail strong {
  display: block;
  margin-top: 3px;
  color: #eef4f8 !important;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.ripper-contact-location__detail > i {
  color: #3ba9ff;
  font-size: 16px;
  font-style: normal;
  transition: transform 0.2s ease;
}

a.ripper-contact-location__detail:hover > i {
  transform: translateX(4px);
}

.ripper-contact-location__button {
  min-height: 58px;
  margin-top: 30px;
  padding: 0 20px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  border: 1px solid #33a5ff !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #006fcf, #168fe8) !important;
  box-shadow: 0 13px 35px rgba(0, 111, 207, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ripper-contact-location__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 42px rgba(0, 129, 235, 0.35);
}

.ripper-contact-location__button span {
  font-size: 19px;
}

.ripper-contact-location__meta {
  margin-top: 20px;
  color: #536d81 !important;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.ripper-contact-location__map {
  position: relative;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  background: #07111b;
}

.ripper-contact-location__map iframe {
  position: absolute;
  inset: -10%;
  width: 120%;
  height: 120%;
  border: 0;
  filter:
    grayscale(1)
    invert(0.91)
    hue-rotate(180deg)
    brightness(0.68)
    contrast(1.3)
    saturate(0.75);
}

.ripper-contact-location__map-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 18, 30, 0.72), transparent 26%),
    linear-gradient(180deg, rgba(5, 23, 39, 0.25), transparent 45%, rgba(4, 14, 24, 0.5));
  mix-blend-mode: multiply;
}

.ripper-contact-location__map-label {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  color: #eaf3f9 !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
  border: 1px solid rgba(89, 169, 230, 0.35) !important;
  border-radius: 9px !important;
  background: rgba(3, 15, 25, 0.78) !important;
  backdrop-filter: blur(12px);
}

.ripper-contact-location__map-label span {
  width: 7px;
  height: 7px;
  border-radius: 50% !important;
  background: #168fff;
  box-shadow: 0 0 12px #168fff;
}

.ripper-contact-location__map-corner {
  position: absolute;
  right: 25px;
  bottom: 22px;
  color: rgba(213, 230, 242, 0.58) !important;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 850px) {
  .ripper-contact-location__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ripper-contact-location__layout {
    grid-template-columns: 1fr;
  }

  .ripper-contact-location__information {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(74, 157, 220, 0.25) !important;
  }

  .ripper-contact-location__map {
    min-height: 470px;
  }
}

@media screen and (max-width: 600px) {
  .section-ripper-contact-location {
    padding: 65px 0;
  }

  .ripper-contact-location__inner {
    width: calc(100% - 28px);
  }

  .ripper-contact-location__header h1 {
    font-size: 42px;
  }

  .ripper-contact-location__layout {
    border-radius: 17px !important;
  }

  .ripper-contact-location__information {
    padding: 28px 22px;
  }

  .ripper-contact-location__map {
    min-height: 400px;
  }
}

/* =========================================================
   RIPPER — CLASSES PAGE
   ========================================================= */

.section-ripper-classes-page {
  position: relative;
  display: block;
  overflow: hidden;
  padding:
    var(--classes-padding-top)
    0
    var(--classes-padding-bottom);
  color: #f5f7fb !important;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 111, 214, 0.16), transparent 31%),
    radial-gradient(circle at 90% 65%, rgba(34, 17, 36, 0.42), transparent 34%),
    linear-gradient(135deg, #030a11 0%, #071827 55%, #02070c 100%) !important;
  border-bottom: 1px solid rgba(58, 145, 214, 0.22) !important;
}

.ripper-classes-page__background-word {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(112, 174, 220, 0.025) !important;
  font-size: clamp(110px, 18vw, 300px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.ripper-classes-page__inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.ripper-classes-page__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  align-items: end;
  gap: 70px;
  margin-bottom: clamp(45px, 6vw, 76px);
}

.ripper-classes-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #39a6ff !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.ripper-classes-page__eyebrow i {
  width: 32px;
  height: 2px;
  background: #168fff;
  box-shadow: 0 0 14px rgba(22, 143, 255, 0.75);
}

.ripper-classes-page__header h1 {
  max-width: 820px;
  margin: 19px 0 0;
  color: #f6f8fb !important;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 950;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.ripper-classes-page__header > p {
  max-width: 420px;
  margin: 0;
  color: #8da1b3 !important;
  font-size: 17px;
  line-height: 1.65;
}

.ripper-classes-page__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.ripper-classes-page__card {
  position: relative;
  overflow: hidden;
  display: block !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 1px solid rgba(72, 154, 217, 0.3) !important;
  border-radius: 18px !important;
  background: #06121d !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
  isolation: isolate;
}

.ripper-classes-page__card:nth-child(-n + 3) {
  grid-column: span 2;
  aspect-ratio: 4 / 5;
}

.ripper-classes-page__card:nth-child(n + 4) {
  grid-column: span 3;
  aspect-ratio: 16 / 8.5;
}

.ripper-classes-page__media,
.ripper-classes-page__shade,
.ripper-classes-page__glow {
  position: absolute;
  inset: 0;
}

.ripper-classes-page__image,
.ripper-classes-page__placeholder {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  transition:
    transform 0.85s cubic-bezier(0.18, 0.75, 0.25, 1),
    filter 0.6s ease;
}

.ripper-classes-page__placeholder {
  background: #0a1b2a;
  fill: rgba(87, 147, 190, 0.15);
}

.ripper-classes-page__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 8, 14, 0.26) 0%, transparent 35%),
    linear-gradient(0deg, rgba(2, 8, 14, 0.98) 0%, rgba(3, 13, 22, 0.5) 41%, transparent 70%);
  transition: background 0.4s ease;
}

.ripper-classes-page__glow {
  z-index: 2;
  opacity: 0;
  background:
    radial-gradient(circle at 85% 90%, rgba(0, 137, 255, 0.28), transparent 34%);
  transition: opacity 0.4s ease;
}

.ripper-classes-page__card-top {
  position: absolute;
  z-index: 3;
  top: 23px;
  left: 23px;
  right: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ripper-classes-page__number,
.ripper-classes-page__count {
  color: rgba(224, 236, 245, 0.72) !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.ripper-classes-page__count {
  padding: 9px 11px;
  border: 1px solid rgba(180, 216, 241, 0.22) !important;
  border-radius: 7px !important;
  background: rgba(3, 15, 25, 0.55) !important;
  backdrop-filter: blur(10px);
}

.ripper-classes-page__card-bottom {
  position: absolute;
  z-index: 3;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 51px;
  align-items: end;
  gap: 20px;
}

.ripper-classes-page__label {
  display: block;
  margin-bottom: 8px;
  color: #3da8ff !important;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.ripper-classes-page__card h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.ripper-classes-page__card p {
  max-width: 420px;
  margin: 11px 0 0;
  color: #93a6b7 !important;
  font-size: 12px;
  line-height: 1.5;
}

.ripper-classes-page__arrow {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  color: #ffffff !important;
  font-size: 22px;
  border: 1px solid rgba(178, 217, 245, 0.4) !important;
  border-radius: 10px !important;
  background: rgba(4, 20, 32, 0.65) !important;
  backdrop-filter: blur(13px);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.ripper-classes-page__card:hover .ripper-classes-page__image {
  transform: scale(1.075);
  filter: contrast(1.06) brightness(1.05);
}

.ripper-classes-page__card:hover .ripper-classes-page__glow {
  opacity: 1;
}

.ripper-classes-page__card:hover .ripper-classes-page__arrow {
  transform: translateX(5px);
  border-color: #39a8ff !important;
  background: #087dce !important;
}

.ripper-classes-page__footer-line {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 20px;
  color: #50697e !important;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.18em;
  border-top: 1px solid rgba(67, 146, 207, 0.18);
}

@media screen and (max-width: 900px) {
  .ripper-classes-page__header {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ripper-classes-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ripper-classes-page__card:nth-child(n) {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
  }

  .ripper-classes-page__card:last-child {
    grid-column: span 2;
    aspect-ratio: 16 / 8;
  }
}

@media screen and (max-width: 600px) {
  .ripper-classes-page__inner {
    width: calc(100% - 28px);
  }

  .ripper-classes-page__header h1 {
    font-size: 45px;
  }

  .ripper-classes-page__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ripper-classes-page__card:nth-child(n) {
    grid-column: span 1;
    aspect-ratio: 4 / 4.8;
  }

  .ripper-classes-page__card-bottom {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .ripper-classes-page__card h2 {
    font-size: 32px;
  }

  .ripper-classes-page__footer-line {
    flex-direction: column;
    gap: 8px;
  }
}

/* =========================================================
   RIPPER — CART DRAWER / HORIZON
   ========================================================= */

cart-drawer-component.cart-drawer {
  --ripper-cart-bg: #06111e;
  --ripper-cart-surface: rgba(12, 31, 51, 0.9);
  --ripper-cart-surface-light: rgba(20, 49, 78, 0.78);
  --ripper-cart-border: rgba(62, 160, 255, 0.26);
  --ripper-cart-blue: #168cf0;
  --ripper-cart-text: #f5f7f8;
  --ripper-cart-muted: #9eacbc;
}

/* GŁÓWNY PANEL */

cart-drawer-component.cart-drawer
dialog.cart-drawer__dialog {
  width: min(470px, 100vw) !important;
  max-width: 100vw !important;
  color: var(--ripper-cart-text) !important;
  background:
    radial-gradient(
      circle at 30% 0%,
      rgba(25, 126, 218, 0.2),
      transparent 40%
    ),
    linear-gradient(
      155deg,
      #0b2138 0%,
      #061321 48%,
      #040b13 100%
    ) !important;
  border-left: 1px solid var(--ripper-cart-border) !important;
  box-shadow:
    -30px 0 80px rgba(0, 0, 0, 0.58),
    inset 1px 0 rgba(255, 255, 255, 0.04) !important;
  overflow: hidden !important;
  color-scheme: dark;
}

/* PRZYCIEMNIENIE STRONY */

cart-drawer-component.cart-drawer
dialog.cart-drawer__dialog::backdrop {
  background: rgba(0, 7, 15, 0.76) !important;
  backdrop-filter: blur(7px) saturate(120%);
  -webkit-backdrop-filter: blur(7px) saturate(120%);
}

/* USUNIĘCIE SZAREGO TŁA HORIZON */

cart-drawer-component.cart-drawer .cart-drawer__inner,
cart-drawer-component.cart-drawer .cart-drawer__content,
cart-drawer-component.cart-drawer .cart-drawer__summary,
cart-drawer-component.cart-drawer cart-items-component {
  color: var(--ripper-cart-text) !important;
  background-color: transparent !important;
}

cart-drawer-component.cart-drawer .cart-drawer__content {
  background:
    linear-gradient(
      180deg,
      rgba(12, 34, 56, 0.72),
      rgba(4, 12, 21, 0.94)
    ) !important;
}

/* NAGŁÓWEK */

cart-drawer-component.cart-drawer .cart-drawer__header {
  padding: 22px 24px 18px !important;
  background: rgba(5, 17, 29, 0.7) !important;
  border-bottom: 1px solid rgba(64, 157, 244, 0.2) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

cart-drawer-component.cart-drawer #cart-drawer-heading {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em !important;
}

cart-drawer-component.cart-drawer
#cart-drawer-heading::before {
  content: "";
  width: 4px;
  height: 24px;
  flex: 0 0 4px;
  background: linear-gradient(
    180deg,
    #45b6ff,
    #0576df
  );
  box-shadow: 0 0 18px rgba(22, 140, 240, 0.8);
}

/* PRZYCISK ZAMKNIĘCIA */

cart-drawer-component.cart-drawer
.cart-drawer__close-button,
cart-drawer-component.cart-drawer
button[aria-label*="Close"] {
  width: 38px !important;
  height: 38px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 50% !important;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

cart-drawer-component.cart-drawer
.cart-drawer__close-button:hover,
cart-drawer-component.cart-drawer
button[aria-label*="Close"]:hover {
  background: rgba(22, 140, 240, 0.2) !important;
  border-color: rgba(64, 166, 255, 0.6) !important;
  transform: rotate(90deg);
}

/* LISTA PRODUKTÓW */

cart-drawer-component.cart-drawer
cart-items-component.cart-items-component {
  display: block !important;
  padding: 18px 20px 12px !important;
}

cart-drawer-component.cart-drawer
.cart-items__table-row {
  margin-bottom: 12px !important;
  padding: 14px !important;
  color: var(--ripper-cart-text) !important;
  background:
    linear-gradient(
      145deg,
      rgba(18, 45, 72, 0.8),
      rgba(7, 20, 34, 0.9)
    ) !important;
  border: 1px solid rgba(72, 164, 246, 0.22) !important;
  border-radius: 14px !important;
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.04) !important;
  overflow: hidden !important;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

cart-drawer-component.cart-drawer
.cart-items__table-row:hover {
  transform: translateY(-2px);
  border-color: rgba(61, 162, 255, 0.5) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 30px rgba(17, 126, 226, 0.08) !important;
}

/* ZDJĘCIA */

cart-drawer-component.cart-drawer
.cart-items__media-container {
  background: #07121e !important;
  border: 1px solid rgba(69, 160, 244, 0.25) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

cart-drawer-component.cart-drawer
.cart-items__media-image {
  transition: transform 0.35s ease !important;
}

cart-drawer-component.cart-drawer
.cart-items__table-row:hover
.cart-items__media-image {
  transform: scale(1.05);
}

/* TEKSTY PRODUKTU */

cart-drawer-component.cart-drawer
.cart-items__title,
cart-drawer-component.cart-drawer
.cart-items__title a {
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

cart-drawer-component.cart-drawer
.cart-items__variants,
cart-drawer-component.cart-drawer
.cart-items__variant {
  color: var(--ripper-cart-muted) !important;
}

cart-drawer-component.cart-drawer
.cart-items__price {
  color: #48adff !important;
  font-weight: 800 !important;
}

/* ILOŚĆ */

cart-drawer-component.cart-drawer
.quantity-selector {
  min-height: 40px !important;
  color: #fff !important;
  background: rgba(2, 10, 18, 0.62) !important;
  border: 1px solid rgba(99, 171, 235, 0.32) !important;
  border-radius: 9px !important;
}

cart-drawer-component.cart-drawer
.quantity-selector button {
  color: #fff !important;
  background: transparent !important;
}

cart-drawer-component.cart-drawer
.quantity-selector button:hover {
  color: #48adff !important;
  background: rgba(22, 140, 240, 0.15) !important;
}

cart-drawer-component.cart-drawer
.cart-items__remove,
cart-drawer-component.cart-drawer
.cart-items__remove-button {
  color: #9eacbc !important;
}

cart-drawer-component.cart-drawer
.cart-items__remove:hover,
cart-drawer-component.cart-drawer
.cart-items__remove-button:hover {
  color: #ff5a61 !important;
}

/* DOLNE PODSUMOWANIE */

cart-drawer-component.cart-drawer
.cart-drawer__summary {
  padding: 20px 24px 22px !important;
  background:
    linear-gradient(
      180deg,
      rgba(7, 20, 34, 0.94),
      rgba(3, 10, 18, 0.99)
    ) !important;
  border-top: 1px solid rgba(62, 160, 255, 0.24) !important;
  box-shadow: 0 -20px 45px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

cart-drawer-component.cart-drawer
.cart-drawer__summary details {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

cart-drawer-component.cart-drawer
.cart-totals__total-label {
  color: var(--ripper-cart-muted) !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

cart-drawer-component.cart-drawer
.cart-totals__total-value {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

cart-drawer-component.cart-drawer
.cart-totals__tax-note {
  color: #8392a3 !important;
}

/* KOD RABATOWY */

cart-drawer-component.cart-drawer
.cart-discount__input {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(92, 162, 225, 0.28) !important;
  border-radius: 9px !important;
}

cart-drawer-component.cart-drawer
.cart-discount__button {
  color: #fff !important;
  background: rgba(22, 140, 240, 0.15) !important;
  border: 1px solid rgba(62, 160, 255, 0.38) !important;
  border-radius: 9px !important;
}

/* CHECKOUT */

cart-drawer-component.cart-drawer
.cart__checkout-button,
cart-drawer-component.cart-drawer
button[name="checkout"] {
  min-height: 54px !important;
  color: #fff !important;
  background:
    linear-gradient(
      100deg,
      #0876d9,
      #1899ff
    ) !important;
  border: 1px solid rgba(108, 194, 255, 0.6) !important;
  border-radius: 10px !important;
  box-shadow:
    0 14px 32px rgba(0, 115, 218, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.2) !important;
  font-weight: 800 !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}

cart-drawer-component.cart-drawer
.cart__checkout-button:hover,
cart-drawer-component.cart-drawer
button[name="checkout"]:hover {
  transform: translateY(-2px);
  box-shadow:
    0 19px 40px rgba(0, 124, 235, 0.42),
    inset 0 1px rgba(255, 255, 255, 0.24) !important;
}

/* EXPRESS CHECKOUT */

cart-drawer-component.cart-drawer
.additional-checkout-buttons {
  margin-top: 12px !important;
  overflow: hidden;
  border-radius: 10px !important;
}

/* MOBILE */

@media (max-width: 749px) {
  cart-drawer-component.cart-drawer
  dialog.cart-drawer__dialog {
    width: 100vw !important;
  }

  cart-drawer-component.cart-drawer
  cart-items-component.cart-items-component {
    padding: 14px !important;
  }

  cart-drawer-component.cart-drawer
  .cart-drawer__summary {
    padding: 17px 16px 20px !important;
  }
}
/* Większy odstęp pod nagłówkiem koszyka */
cart-drawer-component.cart-drawer .cart-drawer__content {
  padding-top: 22px !important;
}

/* ==================================================
   RIPPER — SHOPIFY COOKIE BANNER
================================================== */

#shopify-pc__banner.shopify-pc__banner__dialog {
  position: fixed !important;
  inset: auto auto 24px 50% !important;
  transform: translateX(-50%) !important;

  width: min(920px, calc(100vw - 40px)) !important;
  max-width: 920px !important;
  height: auto !important;
  padding: 24px 26px !important;

  background:
    linear-gradient(
      135deg,
      rgba(15, 45, 70, 0.96),
      rgba(4, 15, 26, 0.98)
    ) !important;

  color: #f5f7f8 !important;
  border: 1px solid rgba(47, 155, 255, 0.32) !important;
  border-radius: 18px !important;

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;

  backdrop-filter: blur(24px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(145%) !important;

  overflow: hidden !important;
  z-index: 2147483647 !important;
}

/* Niebieski świetlny akcent */

#shopify-pc__banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #168fff 30%,
    #7bc9ff 50%,
    #168fff 70%,
    transparent
  );
  box-shadow: 0 0 18px rgba(22, 143, 255, 0.7);
  pointer-events: none;
}

/* Treść */

#shopify-pc__banner .shopify-pc__banner__body {
  margin: 0 !important;
}

#shopify-pc__banner .shopify-pc__banner__body-title {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

#shopify-pc__banner .shopify-pc__banner__body p {
  max-width: 820px !important;
  margin: 0 !important;
  color: rgba(220, 231, 242, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

#shopify-pc__banner a {
  color: #42a9ff !important;
  text-decoration-color: rgba(66, 169, 255, 0.5) !important;
  text-underline-offset: 3px !important;
}

/* Przyciski */

#shopify-pc__banner .shopify-pc__banner__btns {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

#shopify-pc__banner button {
  min-height: 46px !important;
  padding: 0 18px !important;

  color: #f5f7f8 !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(147, 188, 224, 0.3) !important;
  border-radius: 8px !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease !important;
}

#shopify-pc__banner button:hover {
  transform: translateY(-2px) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border-color: rgba(90, 179, 255, 0.65) !important;
}

/* Główny przycisk */

#shopify-pc__banner__btn-accept {
  background: linear-gradient(135deg, #0878d8, #1399ff) !important;
  border-color: #35adff !important;
  box-shadow: 0 10px 28px rgba(0, 126, 232, 0.3) !important;
}

#shopify-pc__banner__btn-accept:hover {
  background: linear-gradient(135deg, #0a86ee, #2cafff) !important;
  box-shadow: 0 14px 34px rgba(0, 143, 255, 0.42) !important;
}

/* Zarządzanie preferencjami */

#shopify-pc__banner__btn-manage-prefs {
  color: #74c2ff !important;
  background: transparent !important;
  border-color: transparent !important;
}

/* Mobile */

@media screen and (max-width: 749px) {
  #shopify-pc__banner.shopify-pc__banner__dialog {
    inset: auto auto 12px 50% !important;
    width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    padding: 19px 18px !important;
    border-radius: 14px !important;
    overflow-y: auto !important;
  }

  #shopify-pc__banner .shopify-pc__banner__body-title {
    font-size: 15px !important;
  }

  #shopify-pc__banner .shopify-pc__banner__body p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  #shopify-pc__banner .shopify-pc__banner__btns {
    grid-template-columns: 1fr !important;
    margin-top: 16px !important;
  }

  #shopify-pc__banner__btn-accept {
    order: 1;
  }

  #shopify-pc__banner__btn-decline {
    order: 2;
  }

  #shopify-pc__banner__btn-manage-prefs {
    order: 3;
  }
}

/* ==================================================
   RIPPER — SAFE HORIZONTAL OVERFLOW FIX
   Nie ingeruje w galerię produktów Shopify
   ================================================== */

html,
body {
  max-width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
video,
iframe {
  max-width: 100%;
}

/* ==================================================
   RIPPER PRODUCT TICKER — MOBILE SWIPE
   ================================================== */

@media screen and (max-width: 749px) {
  .section-ripper-product-ticker {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ripper-product-ticker__inner {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 20px 0 !important;
    overflow: hidden !important;
  }

  .ripper-product-ticker__heading {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 18px 14px !important;
    padding: 0 !important;
  }

  .ripper-product-ticker__rail {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 18px 8px !important;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 18px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }

  .ripper-product-ticker__rail::-webkit-scrollbar {
    display: none;
  }

  .ripper-product-ticker__track {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    gap: 12px !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .ripper-product-ticker__group {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    gap: 12px !important;
    animation: none !important;
    transform: none !important;
  }

  /* Ukrywa kopię wykorzystywaną przez animację desktopową */
  .ripper-product-ticker__group:nth-child(n + 2) {
    display: none !important;
  }

  .ripper-product-ticker__product {
    flex: 0 0 78vw !important;
    width: 78vw !important;
    min-width: 0 !important;
    max-width: 310px !important;
    height: 138px !important;
    margin: 0 !important;

    display: grid !important;
    grid-template-columns: 116px minmax(0, 1fr) !important;
    align-items: stretch !important;

    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden !important;
  }

  .ripper-product-ticker__image {
    width: 116px !important;
    min-width: 116px !important;
    height: 138px !important;
    overflow: hidden !important;
  }

  .ripper-product-ticker__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .ripper-product-ticker__info {
    min-width: 0 !important;
    padding: 14px 10px 14px 14px !important;
    overflow: hidden !important;
  }

  .ripper-product-ticker__info * {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .ripper-product-ticker__arrow {
    flex-shrink: 0 !important;
  }
}
/* ==================================================
   RIPPER — MOBILE VIEWPORT LOCK
   Blokuje rozszerzanie strony bez psucia galerii
   ================================================== */

@media screen and (max-width: 749px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  body {
    position: relative;
  }

  #header-group,
  #MainContent,
  .content-for-layout,
  footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  /* Ograniczamy tylko nasze autorskie sekcje Ripper */
  [class*="section-ripper-"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip;
  }

  /* Karuzela produktowa nadal może być przesuwana palcem */
  .section-ripper-product-ticker {
    overflow: hidden !important;
  }

  .section-ripper-product-ticker
  .ripper-product-ticker__rail {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}


/* RIPPER CUSTOM LAB — SAFE MOBILE WIDTH */

@media screen and (max-width: 749px) {
  .section-ripper-custom-lab,
  .ripper-custom-lab {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .ripper-custom-lab__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .ripper-custom-lab__layout,
  .ripper-custom-lab__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
  }

  .ripper-custom-lab__visual,
  .ripper-custom-lab__content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }
}


/* ==================================================
   RIPPER STANDARD — COMPACT MOBILE
   ================================================== */

@media screen and (max-width: 749px) {
  .section-ripper-standard,
  .ripper-standard {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .ripper-standard__inner {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ripper-standard__header {
    display: block !important;
    margin-bottom: 24px !important;
  }

  .ripper-standard__eyebrow {
    margin-bottom: 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
  }

  .ripper-standard__heading {
    max-width: 330px !important;
    margin: 0 !important;
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.045em !important;
  }

  /* Tekst po prawej nie jest potrzebny na telefonie */
  .ripper-standard__intro,
  .ripper-standard__lead {
    display: none !important;
  }

  .ripper-standard__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 0 !important;
    border-top: 1px solid rgba(70, 168, 255, 0.2);
    border-left: 1px solid rgba(70, 168, 255, 0.2);
  }

  .ripper-standard__item,
  .ripper-standard__feature,
  .ripper-standard__card {
    min-width: 0 !important;
    min-height: 150px !important;
    padding: 16px 14px !important;
    margin: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(70, 168, 255, 0.2) !important;
    border-bottom: 1px solid rgba(70, 168, 255, 0.2) !important;
    border-radius: 0 !important;
    background: rgba(8, 25, 42, 0.28) !important;
    box-shadow: none !important;
  }

  .ripper-standard__number {
    margin-bottom: 10px !important;
    font-size: 9px !important;
    line-height: 1 !important;
  }

  .ripper-standard__icon {
    width: 52px !important;
    height: 52px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .ripper-standard__icon svg {
    width: 46px !important;
    height: 46px !important;
  }

  .ripper-standard__title {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.015em !important;
  }

  /* Na mobile zostawiamy tylko najważniejszy przekaz */
  .ripper-standard__text,
  .ripper-standard__description {
    display: none !important;
  }
}

/* RIPPER STANDARD — MOBILE ALIGNMENT */

@media screen and (max-width: 749px) {
  .ripper-standard__item,
  .ripper-standard__feature,
  .ripper-standard__card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 18px 20px 20px !important;
    text-align: center !important;
  }

  .ripper-standard__number {
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .ripper-standard__icon {
    flex: 0 0 auto !important;
    margin: 0 auto 12px !important;
  }

  .ripper-standard__title {
    width: 100% !important;
    max-width: 145px !important;
    margin: 0 auto !important;
    padding: 0 4px !important;
    text-align: center !important;
  }
}

/* RIPPER OWNER CONTACT — MOBILE */
@media screen and (max-width: 700px) {
  .ripper-owner-contact__visual {
    min-height: 760px !important;
  }

  .ripper-owner-contact__copy {
    position: static !important;
    width: 100% !important;
    padding: 34px 25px 0 !important;
  }

  .ripper-owner-contact__status,
  .ripper-owner-contact__copy h2 {
    position: relative !important;
    z-index: 6 !important;
  }

  .ripper-owner-contact__copy h2 {
    max-width: 310px !important;
    margin: 0 !important;
    font-size: clamp(36px, 11.2vw, 53px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.05em !important;
  }

  .ripper-owner-contact__portrait {
    right: -24% !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 68% !important;
    opacity: 0.82 !important;
  }

  .ripper-owner-contact__description {
    position: absolute !important;
    z-index: 8 !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 120px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 15px 17px !important;

    border: 1px solid rgba(64, 155, 225, 0.24);
    border-radius: 14px;
    background: rgba(3, 15, 27, 0.76);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .ripper-owner-contact__description,
  .ripper-owner-contact__description p {
    max-width: none !important;
    margin: 0 !important;
    color: #aebed0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .ripper-owner-contact__identity {
    z-index: 9 !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
  }
}