html {
  overflow-x: clip;
}

.s2-page {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f3f4f6;
  color: #0b0b0f;
  overflow-x: hidden;
}

.s2-page *,
.s2-page *::before,
.s2-page *::after {
  box-sizing: border-box;
}

.s2-page a {
  color: inherit;
  text-decoration: none;
}

.s2-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.s2-page button,
.s2-page input,
.s2-page select {
  font: inherit;
}

.s2-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 34px;
  padding: 0 28px;
  background: #020202;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s2-topbar-left,
.s2-topbar-right {
  display: flex;
  align-items: center;
  gap: 26px;
  min-width: 0;
  flex-wrap: wrap;
}

.s2-topbar-left span,
.s2-topbar-left a,
.s2-topbar-left button,
.s2-topbar-right button,
.s2-topbar-right a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.s2-topbar-left span,
.s2-topbar-left a,
.s2-topbar-left button {
  line-height: 1.25;
  white-space: normal;
}

.s2-topbar-right a,
.s2-topbar-right button {
  white-space: nowrap;
}

.s2-topbar-left span::before,
.s2-topbar-left a::before,
.s2-topbar-left button::before {
  content: none;
  display: none;
}

.s2-topbar-left a:hover,
.s2-topbar-left a:focus-visible,
.s2-topbar-left button:hover,
.s2-topbar-left button:focus-visible,
.s2-topbar-right a:hover,
.s2-topbar-right a:focus-visible,
.s2-topbar-right button:hover,
.s2-topbar-right button:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  outline: none;
}

.s2-contact-trigger,
button.s2-contact-card,
button.s2-trust-card,
button.s2-hero-trustbox,
button.s2-shop-trust-card,
.s2-pagehero-proof button,
.s2-cart-trust button,
.s2-product-detail-trust button,
.s2-service-trust-grid button,
.footer-service-strip__card:is(button) {
  font: inherit;
  cursor: pointer;
}

.s2-contact-trigger,
button.s2-contact-card,
.s2-pagehero-proof button,
.s2-cart-trust button,
.s2-product-detail-trust button,
.s2-service-trust-grid button,
.footer-service-strip__card:is(button) {
  border: 0;
}

.s2-contact-choice {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 2, 2, 0.62);
}

.s2-contact-choice[hidden] {
  display: none !important;
}

.s2-contact-choice__panel {
  position: relative;
  width: min(100%, 420px);
  padding: 28px;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: #ffffff;
  color: #0b0b0f;
  box-shadow: 0 24px 70px rgba(2, 2, 2, 0.34);
}

.s2-contact-choice__kicker,
.s2-contact-choice__panel h2,
.s2-contact-choice__panel p {
  margin: 0;
}

.s2-contact-choice__kicker {
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s2-contact-choice__panel h2 {
  margin-top: 8px;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.05;
  font-weight: 950;
}

.s2-contact-choice__panel p {
  margin-top: 10px;
  color: #343944;
  line-height: 1.45;
}

.s2-contact-choice__options {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.s2-contact-choice__options a {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #0b0b0f;
  font-weight: 950;
  text-decoration: none;
}

.s2-contact-choice__options a span {
  color: #4f5969;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.s2-contact-choice__options a:hover,
.s2-contact-choice__options a:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  background: #eef5ff;
  color: #075cff;
  outline: none;
}

.s2-contact-choice__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #dfe4ec;
  border-radius: 999px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.s2-contact-choice__close:hover,
.s2-contact-choice__close:focus-visible {
  border-color: #0b0b0f;
  outline: none;
}

.s2-header {
  position: sticky;
  top: 0;
  z-index: 280;
  background: #020202;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s2-header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(100%, 1840px);
  min-height: 96px;
  margin: 0 auto;
  padding: 12px 24px;
}

.s2-logo {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
}

.s2-logo img {
  width: 240px;
  max-width: 100%;
  max-height: 74px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

.s2-search {
  display: flex;
  align-items: stretch;
  justify-self: center;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

.s2-search input {
  min-width: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #b8bec8;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 16px;
}

.s2-search button {
  width: 58px;
  height: 50px;
  border: 1px solid #075cff;
  border-radius: 0 7px 7px 0;
  background: #075cff;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

.s2-search,
.s2-header-search {
  display: none !important;
}

.s2-icons,
.s2-header-icons {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 10px;
  min-width: 0;
  flex-wrap: nowrap;
}

.s2-icons a,
.s2-header-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border: 1px solid #d9dfe7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.s2-icons a:hover,
.s2-icons a:focus-visible,
.s2-header-icons a:hover,
.s2-header-icons a:focus-visible {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.s2-icon-mark,
.s2-header-icons .s2-icon-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
}

.s2-icons a span:not(.s2-icon-mark),
.s2-header-icons a span:not(.s2-icon-mark) {
  display: none;
}

.s2-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #075cff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

body.s2-shell-menu-enabled .s2-nav {
  display: none !important;
}

body.s2-shell-menu-enabled .s2-topbar-right {
  display: none;
}

.s2-nav {
  position: relative;
  z-index: 70;
  background: #050505;
  color: #ffffff;
}

.s2-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  width: min(100%, 1840px);
  min-height: 52px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: visible;
  scrollbar-width: none;
}

.s2-nav-inner::-webkit-scrollbar {
  display: none;
}

.s2-nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 52px;
  padding: 0 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.s2-nav-dropdown {
  position: relative;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
}

.s2-nav-dropdown summary {
  cursor: pointer;
  list-style: none;
}

.s2-nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.s2-nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 220;
  display: none;
  min-width: 220px;
  padding: 8px;
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #0b0b0f;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.s2-nav-dropdown[open] .s2-nav-dropdown-menu,
.s2-nav-dropdown:hover .s2-nav-dropdown-menu,
.s2-nav-dropdown:focus-within .s2-nav-dropdown-menu {
  display: grid;
  gap: 2px;
}

.s2-nav-dropdown-menu a {
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  background: transparent;
  color: #0b0b0f !important;
  font-size: 13px;
  font-weight: 850;
  text-transform: none;
  white-space: nowrap;
  opacity: 1;
}

.s2-nav-dropdown-menu a:hover,
.s2-nav-dropdown-menu a:focus-visible {
  background: #eef4ff;
  color: #075cff !important;
  outline: 2px solid rgba(7, 92, 255, 0.18);
  outline-offset: 1px;
}

.s2-nav-link:hover {
  color: #dce8ff;
}

.s2-nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #075cff;
}

.s2-nav-offer {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-left: auto;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 4px;
  background: #ed1029;
  transform: translateY(-50%);
}

.s2-mobile-menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.s2-mobile-menu-toggle:hover,
.s2-mobile-menu-toggle:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.s2-mobile-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  border-radius: 999px;
  background: currentColor;
  flex: 0 0 auto;
}

.s2-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 320;
  background: rgba(3, 3, 3, 0.44);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.s2-mobile-menu-backdrop.is-open {
  opacity: 1;
}

.s2-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 330;
  display: flex;
  flex-direction: column;
  width: min(420px, calc(100vw - 18px));
  max-width: 100%;
  min-height: 100dvh;
  padding: 22px 18px 28px;
  border: 0;
  background: linear-gradient(180deg, #0d0d0f, #141418 58%, #111216);
  color: #ffffff;
  box-shadow: -22px 0 48px rgba(0, 0, 0, 0.44);
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(100%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.s2-mobile-menu.is-open {
  opacity: 1;
  transform: translateX(0);
}

.s2-mobile-menu__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.s2-mobile-menu__eyebrow {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s2-mobile-menu__title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.s2-mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.s2-mobile-menu__section {
  margin: 18px 0;
}

.s2-mobile-menu__nav,
.s2-mobile-menu__submenu {
  display: grid;
  gap: 10px;
}

.s2-mobile-menu__nav a,
.s2-mobile-menu__service summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.s2-mobile-menu__nav a[aria-current="page"],
.s2-mobile-menu__service summary[aria-current="page"] {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.s2-mobile-menu__service summary {
  cursor: pointer;
  list-style: none;
}

.s2-mobile-menu__service summary::-webkit-details-marker {
  display: none;
}

.s2-mobile-menu__service .s2-mobile-menu__submenu {
  padding-top: 10px;
}

.s2-mobile-menu__submenu a {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.s2-mobile-menu__bottom {
  margin-top: auto;
  padding-top: 18px;
}

.s2-mobile-menu__offer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  justify-content: center !important;
  border-color: #ed1029 !important;
  background: #ed1029 !important;
  color: #ffffff !important;
}

.s2-mobile-menu__meta-title {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s2-mobile-menu__meta-links {
  display: grid;
  gap: 10px;
}

.s2-mobile-menu__meta-links a,
.s2-mobile-menu__meta-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  appearance: none;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.s2-mobile-menu__meta-links a:hover,
.s2-mobile-menu__meta-links a:focus-visible,
.s2-mobile-menu__meta-links button:hover,
.s2-mobile-menu__meta-links button:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  outline: none;
}

body.s2-mobile-menu-open {
  overflow: hidden;
}

body:not(.s2-mobile-menu-open) .s2-mobile-menu {
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0);
}

.s2-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background: #dbe3ef url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
}

.s2-hero-bg {
  display: none;
}

.s2-hero-inner {
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(340px, 430px) minmax(300px, 330px);
  align-items: center;
  gap: 30px;
  width: min(100%, 1920px);
  min-height: 360px;
  margin: 0 auto;
  padding: 24px 24px 18px;
}

.s2-hero-left {
  min-width: 0;
}

.s2-hero-slogan {
  display: block;
  width: 100%;
  max-width: 850px;
}

.s2-hero-slogan img {
  width: 100%;
  max-width: 820px;
  object-fit: contain;
}

.s2-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

.s2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid #0b0b0f;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.s2-btn-blue {
  border-color: #075cff;
  background: #075cff;
  color: #ffffff;
}

.s2-btn-outline {
  background: #ffffff;
  color: #0b0b0f;
}

.s2-hero-mascot {
  justify-self: center;
  align-self: end;
  width: 100%;
  max-width: 430px;
}

.s2-hero-mascot img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.s2-hero-trust {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-self: end;
  width: 100%;
  max-width: 330px;
  min-width: 0;
}

.s2-trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 13px 18px;
  border: 1px solid rgba(222, 226, 234, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #0b0b0f;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.13);
  text-decoration: none;
}

button.s2-trust-card {
  width: 100%;
  text-align: left;
}

.s2-trust-card:hover,
.s2-trust-card:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  box-shadow: 0 10px 24px rgba(7, 92, 255, 0.18);
  outline: none;
}

.s2-trust-icon {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  background: transparent;
}

.s2-trust-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s2-trust-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.s2-trust-copy strong {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
}

.s2-trust-copy span {
  color: #333844;
  font-size: 13px;
  line-height: 1.32;
}

.s2-shop-trust-section {
  width: min(100%, 1500px);
  margin: 0 auto 28px;
  padding: 0 24px;
}

.s2-index-main > .s2-shop-trust-section {
  margin-top: 0;
  padding-top: 4px;
}

.s2-content > .s2-shop-trust-section,
.s2-product-detail-main > .s2-shop-trust-section,
.s2-cart-main > .s2-shop-trust-section,
.s2-checkout-main > .s2-shop-trust-section {
  width: 100%;
  padding: 0;
}

.s2-shop-trust-shell {
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
  box-shadow: 0 18px 42px rgba(11, 11, 15, 0.08);
}

.s2-shop-trust-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.s2-shop-trust-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #075cff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s2-shop-trust-head h2,
.s2-review-section-head h2 {
  margin: 10px 0 0;
  color: #0b0b0f;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.05;
  font-weight: 950;
}

.s2-shop-trust-head p,
.s2-review-section-copy,
.s2-review-cta,
.s2-product-detail-review-empty {
  margin: 0;
  color: #4f5969;
  font-size: 15px;
  line-height: 1.6;
}

.s2-shop-trust-head p {
  max-width: 640px;
}

.s2-shop-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.s2-shop-trust-card,
.s2-review-panel,
.review-card,
.review-empty {
  min-width: 0;
  border: 1px solid #dfe4ec;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(11, 11, 15, 0.06);
}

.s2-shop-trust-card {
  display: block;
  padding: 18px;
  overflow: hidden;
  text-align: left;
}

.s2-shop-trust-card span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #075cff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.s2-shop-trust-card h3,
.review-card__title {
  margin: 12px 0 8px;
  color: #0b0b0f;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-shop-trust-card p,
.review-card__body,
.review-card__meta,
.review-card__product,
.review-card__date {
  margin: 0;
  color: #4f5969;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-home-review-section[hidden] {
  display: none !important;
}

.s2-home-review-section,
.s2-product-review-section {
  margin-bottom: 32px;
}

.s2-review-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.s2-review-section-head a,
.s2-review-cta a {
  color: #075cff;
  font-weight: 800;
}

.s2-review-panel {
  padding: clamp(20px, 2.6vw, 28px);
}

.s2-review-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #0b0b0f;
  font-size: 15px;
  font-weight: 700;
}

.s2-review-summary strong {
  font-size: 26px;
  font-weight: 950;
}

.s2-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.review-card,
.review-empty {
  padding: 22px;
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #075cff;
  font-weight: 900;
}

.review-stars__count {
  color: #4f5969;
  font-size: 13px;
  font-weight: 700;
}

.review-card__product {
  margin-bottom: 10px;
  font-weight: 800;
}

.review-empty {
  color: #4f5969;
  font-size: 15px;
  line-height: 1.6;
}

.s2-review-cta {
  margin-top: 16px;
}

.s2-product-detail-review-empty[hidden] {
  display: none !important;
}

.s2-main {
  background: #f3f4f6;
  padding: 24px 0 8px;
}

.s2-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 0 20px;
}

.s2-sidebar,
.s2-content {
  min-width: 0;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 11, 15, 0.08);
}

.s2-sidebar {
  padding: 18px;
}

.s2-sidebar-heading {
  margin-bottom: 12px;
}

.s2-sidebar-heading img {
  width: 100%;
  max-width: 252px;
  max-height: 70px;
  margin: 0 auto 6px;
  object-fit: contain;
}

.s2-category-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 7px;
}

.s2-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #e4e8ef;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 13px;
  font-weight: 700;
}

.s2-category-list a:last-child {
  border-bottom: 0;
}

.s2-category-list a.active {
  background: #075cff;
  color: #ffffff;
}

.s2-sidebar-filter {
  margin-top: 22px;
}

.s2-sidebar-filter label {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-sidebar-filter input {
  width: 100%;
  accent-color: #075cff;
}

.s2-sidebar-price-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #323844;
  font-size: 14px;
}

.s2-sidebar-price-labels span:nth-child(2) {
  font-weight: 900;
  text-align: center;
}

.s2-content {
  padding: 24px 20px 16px;
}

.s2-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.s2-toolbar-title {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.s2-toolbar-title img {
  width: min(300px, 28vw);
  max-height: 74px;
  object-fit: contain;
}

.s2-toolbar-title span {
  color: #202633;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.s2-toolbar-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.s2-toolbar-controls select,
.s2-toolbar-controls button {
  min-height: 38px;
  border: 1px solid #151515;
  border-radius: 5px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.s2-toolbar-controls select {
  min-width: 205px;
  padding: 0 12px;
}

.s2-toolbar-controls button {
  padding: 0 18px;
  cursor: pointer;
}

.active-filter-chip {
  display: none !important;
}

.s2-sidebar-filter {
  display: grid;
  gap: 12px;
}

.s2-toolbar-controls {
  display: flex;
  flex-wrap: wrap;
}

[data-shop-active-filters] {
  display: block !important;
  margin: 0 0 16px;
  color: #202633;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

[data-shop-active-filters][hidden] {
  display: none !important;
}

[data-shop-price-current] {
  font-weight: 900;
  color: #075cff;
  text-align: center;
  white-space: nowrap;
}

.s2-card,
.s2-card-body,
.s2-product-detail-buybox,
.s2-product-detail-mini-card,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
  color: #111827;
}

.s2-card :where(h1, h2, h3, p, span, strong, em, small, li, label, a):not(.s2-card-button):not(.s2-cart-view-link),
.s2-product-detail-buybox :where(h1, h2, h3, p, span, strong, em, small, li, label, a):not(.s2-product-detail-cart):not(.s2-cart-view-link),
.s2-product-detail-mini-card :where(h1, h2, h3, p, span, strong, em, small, li, label, a),
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card :where(h1, h2, h3, p, span, strong, em, small, li, label, a):not(.s2-product-card-btn):not(.s2-cart-view-link) {
  color: inherit;
}

.s2-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  min-width: 0;
}

.s2-card {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 354px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(11, 11, 15, 0.055);
}

.s2-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 198px;
  overflow: hidden;
  padding: 20px 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.s2-card-media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.s2-card-media-link:focus-visible,
.s2-card-title a:focus-visible {
  outline: 2px solid #075cff;
  outline-offset: 3px;
  border-radius: 6px;
}

.s2-card-media--blue-1 { background-image: url("images/design/product-card-bg-blue-1.webp"); }
.s2-card-media--blue-2 { background-image: url("images/design/product-card-bg-blue-2.webp"); }
.s2-card-media--blue-3 { background-image: url("images/design/product-card-bg-blue-3.webp"); }
.s2-card-media--red-1 { background-image: url("images/design/product-card-bg-red-1.webp"); }
.s2-card-media--red-2 { background-image: url("images/design/product-card-bg-red-2.webp"); }
.s2-card-media--red-3 { background-image: url("images/design/product-card-bg-red-3.webp"); }

.s2-card-img {
  position: relative;
  z-index: 2;
  max-width: 88%;
  max-height: 162px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22));
}

.s2-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-badge--blue { background: #075cff; }
.s2-badge--red { background: #ed1029; }

.s2-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #7f0010;
  border-radius: 50%;
  background: #ffffff;
  color: #ed1029;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.82);
  font-size: 26px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 1px 0 #ffffff, 0 0 8px rgba(237, 16, 41, 0.28);
}

.s2-wishlist:hover,
.s2-wishlist:focus-visible {
  border-color: #ed1029;
  background: #fff0f3;
  color: #b80016;
  outline: 3px solid rgba(7, 92, 255, 0.36);
  outline-offset: 2px;
  transform: translateY(-1px);
}

.s2-wishlist[aria-pressed="true"],
.s2-wishlist.is-active,
.s2-wishlist.is-wishlisted {
  border-color: #ed1029;
  background: #ffffff;
  color: #ed1029;
  box-shadow: 0 10px 22px rgba(237, 16, 41, 0.22), 0 0 0 3px rgba(255, 255, 255, 0.86);
  font-size: 0;
}

.s2-wishlist[aria-pressed="true"]::before,
.s2-wishlist.is-active::before,
.s2-wishlist.is-wishlisted::before {
  content: "\2665";
  font-size: 25px;
  line-height: 1;
}

.s2-icons a[data-shop2-utility="wishlist"],
.s2-icons a[data-shop2-utility="wishlist"] .s2-icon-mark,
.s2-icons a[title*="Wunschliste"],
.s2-icons a[title*="Wunschliste"] .s2-icon-mark,
.s2-header-icons a[data-shop2-utility="wishlist"],
.s2-header-icons a[data-shop2-utility="wishlist"] .s2-icon-mark,
.s2-header-icons a[title*="Wunschliste"],
.s2-header-icons a[title*="Wunschliste"] .s2-icon-mark {
  color: #ed1029;
  text-shadow: 0 1px 0 #ffffff, 0 0 10px rgba(237, 16, 41, 0.28);
}

.s2-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px 14px;
}

.s2-card-title {
  display: -webkit-box;
  min-height: 37px;
  overflow: hidden;
  color: #0b0b0f;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s2-card-title a {
  color: inherit;
  text-decoration: none;
}

.s2-card-title a:hover {
  text-decoration: underline;
}

.s2-rating {
  color: #075cff;
  font-size: 13px;
  line-height: 1.2;
}

.s2-rating-count {
  color: #606875;
}

.s2-price {
  color: #0b0b0f;
  font-size: 17px;
  font-weight: 900;
}

.s2-old-price {
  color: #7e8592;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.s2-discount {
  color: #ed1029;
  font-size: 12px;
  font-weight: 900;
}

.s2-card-button {
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  border: 0;
  border-radius: 6px;
  background: #0b0b0f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.s2-cart-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid rgba(7, 92, 255, 0.22);
  border-radius: 6px;
  background: #eef4ff;
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.s2-cart-view-link:empty,
.form-status:empty {
  display: none !important;
}

.s2-cart-view-link:hover,
.s2-cart-view-link:focus-visible {
  border-color: rgba(7, 92, 255, 0.42);
  background: #ffffff;
  color: #0047d6;
  outline: 2px solid rgba(7, 92, 255, 0.18);
  outline-offset: 2px;
}

.product-card__actions .s2-cart-view-link {
  grid-column: 1 / -1;
}

.s2-footer {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #e2e5ea;
  background: #ffffff;
}

.s2-footer-inner {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 1840px);
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 24px;
}

.s2-footer-note {
  color: #667085;
  font-size: 14px;
}

.s2-global-footer {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #d8dee8;
  background: linear-gradient(180deg, #f7f8fb 0%, #eceff4 100%);
  color: #0b0b0f;
}

.s2-global-footer .s2-footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(640px, 3.4fr);
  align-items: start;
  justify-content: stretch;
  gap: clamp(28px, 3vw, 54px);
  width: min(100%, 1840px);
  padding: 42px clamp(24px, 3vw, 44px) 24px;
}

.s2-global-footer-brand {
  display: flex;
  min-width: 220px;
  flex-direction: column;
  gap: 8px;
}

.s2-global-footer-brand strong {
  color: #0b0b0f;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.s2-global-footer-brand span {
  max-width: 340px;
  color: #343944;
  font-size: 14px;
  line-height: 1.45;
}

.s2-global-footer-grid {
  display: grid;
  min-width: min(100%, 640px);
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: clamp(20px, 2vw, 32px);
}

.s2-global-footer-col {
  display: flex;
  min-width: 145px;
  flex-direction: column;
  gap: 8px;
}

.s2-global-footer-col h2 {
  margin: 0 0 4px;
  color: #0b0b0f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-global-footer-col a {
  display: block;
  width: max-content;
  max-width: 100%;
  color: #202938;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.s2-global-footer-col a:hover {
  color: #075cff;
}

.footer-contact-list button {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-contact-list button:hover,
.footer-contact-list button:focus-visible {
  color: #075cff;
  outline: none;
}

.s2-global-footer .s2-footer-note {
  grid-column: 1 / -1;
  padding-top: 16px;
  border-top: 1px solid #d8dee8;
  color: #4b5565;
}

@media (max-width: 1099px) {
  .s2-nav-inner {
    gap: 12px;
  }

  .s2-nav-link {
    font-size: 13px;
  }

  .s2-nav-offer {
    right: 18px;
  }

  .s2-global-footer .s2-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .s2-global-footer-grid {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(210px, 1fr));
  }

  .s2-review-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .s2-nav-inner {
    gap: 8px;
    padding: 0 14px;
  }

  .s2-nav-link {
    font-size: 12px;
  }

  .s2-nav-offer {
    right: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 519px) {
  .s2-global-footer .s2-footer-inner {
    padding: 32px 18px 22px;
  }

  .s2-global-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1399px) {
  .s2-header-inner {
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .s2-icons,
  .s2-header-icons {
    gap: 10px;
  }

  .s2-hero-inner {
    grid-template-columns: minmax(420px, 1fr) minmax(280px, 360px) minmax(260px, 300px);
  }

  .s2-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1099px) {
  .s2-header-inner {
    grid-template-columns: 260px minmax(240px, 1fr);
    gap: 18px;
    min-height: 96px;
  }

  .s2-logo img {
    width: 200px;
    max-height: 66px;
  }

  .s2-icons {
    grid-column: 2;
    justify-content: flex-end;
  }

  .s2-header-icons {
    grid-column: 2;
    justify-content: flex-end;
  }

  .s2-hero {
    background-image: url("images/design/hero-graffiti-bg-tablet.webp");
  }

  .s2-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
    min-height: 390px;
  }

  .s2-hero-trust {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-self: stretch;
    max-width: none;
  }

  .s2-trust-card {
    flex: 1 1 0;
  }

  .s2-trust-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .s2-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .s2-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .s2-topbar {
    display: none;
  }

  .s2-topbar-left,
  .s2-topbar-right {
    width: 100%;
  }

  .s2-topbar-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
  }

  .s2-topbar-left span {
    min-height: 0;
    justify-content: flex-start;
    padding: 7px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .s2-topbar-right {
    display: none;
  }

  .s2-header-inner {
    grid-template-columns: 1fr auto;
    gap: 8px 10px;
    min-height: 96px;
    padding: 10px 12px;
  }

  .s2-logo {
    grid-column: 1;
    align-self: center;
    justify-self: start;
  }

  .s2-logo img {
    width: 136px;
    max-height: 44px;
  }

  .s2-search,
  .s2-header-search {
    display: none !important;
  }

  .s2-icons,
  .s2-header-icons {
    grid-column: 2;
    justify-content: flex-end;
    gap: 4px;
    flex-wrap: nowrap;
  }

  .s2-icons a,
  .s2-header-icons a {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 10px;
    font-size: 21px;
  }

  .s2-icon-mark,
  .s2-header-icons .s2-icon-mark {
    min-width: 1em;
    font-size: 22px;
  }

  .s2-icons a span:not(.s2-icon-mark) {
    display: none;
  }

  .s2-mobile-menu-toggle {
    display: inline-flex;
  }

  .s2-hero {
    min-height: 0;
    background-image: url("images/design/hero-graffiti-bg-mobile.webp");
  }

  .s2-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 20px;
    padding: 26px 16px 24px;
  }

  .s2-hero-mascot {
    max-width: 310px;
  }

  .s2-hero-trust {
    flex-direction: column;
  }

  .s2-trust-card {
    min-height: 78px;
  }

  .s2-trust-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .s2-layout {
    padding: 0 12px;
  }

  .s2-content {
    padding: 18px 12px 14px;
  }

  .s2-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .s2-toolbar-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .s2-toolbar-title img {
    width: min(280px, 82vw);
  }

  .s2-toolbar-controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .s2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .s2-card,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
    min-height: 0;
    border-radius: 8px;
  }

  .s2-card-button,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn,
  .s2-btn,
  .s2-info-actions a,
  .s2-cart-checkout,
  .s2-cart-secondary,
  .s2-checkout-submit,
  .s2-form-stack button,
  .s2-product-detail-cart {
    min-height: 44px;
  }

  .s2-global-footer .s2-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .s2-global-footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .s2-global-footer-brand,
  .s2-global-footer-col {
    min-width: 0;
  }
}

@media (max-width: 519px) {
  .s2-grid {
    grid-template-columns: 1fr;
  }

  .s2-logo img {
    width: 150px;
  }

  .s2-icons,
  .s2-header-icons {
    gap: 4px;
  }

  .s2-icons a,
  .s2-header-icons a {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .s2-card-title {
    font-size: 15px;
  }

  .s2-card-button {
    font-size: 11px;
  }

  .s2-topbar {
    padding-inline: 14px;
  }

  .s2-topbar-left span {
    padding-inline: 9px;
    font-size: 11.5px;
  }

  .s2-header-inner {
    padding-inline: 14px;
  }

  .s2-shop-trust-section {
    padding-inline: 14px;
  }

  .s2-shop-trust-head,
  .s2-review-section-head,
  .s2-review-summary,
  .review-card__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .s2-shop-trust-grid {
    gap: 12px;
  }

  .s2-nav-link {
    font-size: 11px;
  }

  .s2-content,
  .s2-sidebar,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
    border-radius: 8px;
  }
}

.s2-pagehero-section--product .s2-pagehero-copy h1 {
  max-width: 100%;
  font-size: clamp(2.05rem, 3.4vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body.cookie-panel-open {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 1200;
  width: min(calc(100vw - 24px), 760px);
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(8, 11, 18, 0.96);
  color: #ffffff;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.cookie-banner__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
}

.cookie-banner__copy {
  display: grid;
  gap: 10px;
}

.cookie-banner__eyebrow {
  color: #7aa8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.52;
}

.cookie-banner__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-banner__meta a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-banner .primary-btn,
.cookie-banner .secondary-btn {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-banner .primary-btn {
  border-color: #075cff;
  background: #075cff;
  color: #ffffff;
}

.cookie-banner .secondary-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 767px) {
  .s2-pagehero-section--product .s2-pagehero-copy h1 {
    font-size: clamp(1.7rem, 5.8vw, 2.1rem);
    line-height: 1.06;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: min(320px, calc(100vh - 24px));
    padding: 14px;
    border-radius: 18px;
    transform: none;
  }

  .cookie-banner__content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cookie-banner__copy {
    gap: 8px;
  }

  .cookie-banner__copy p {
    font-size: 14px;
    line-height: 1.45;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cookie-banner .primary-btn,
  .cookie-banner .secondary-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .s2-pagehero-section--product .s2-pagehero-copy h1 {
    font-size: clamp(1.55rem, 7.2vw, 1.9rem);
  }

  .s2-product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 2px 0 0;
  }

  .s2-product-detail-thumb {
    flex-basis: auto;
    min-height: 76px;
    padding: 8px;
    border-radius: 10px;
  }

  .s2-product-detail-thumb img {
    max-width: 56px;
    max-height: 56px;
  }
}

@media (min-width: 1600px) {
  .s2-header-inner,
  .s2-nav-inner {
    width: min(100%, 1840px);
  }

  .s2-layout {
    width: min(100%, 1920px);
  }

  .s2-hero-inner {
    width: min(100%, 1920px);
  }

  .s2-header-inner {
    grid-template-columns: minmax(260px, 1fr) auto;
    min-height: 126px;
    gap: 34px;
  }

  .s2-logo img {
    width: 270px;
    max-height: 84px;
  }

  .s2-search,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search {
    max-width: 860px;
  }

  .s2-hero {
    min-height: 520px;
  }

  .s2-hero-inner {
    grid-template-columns: minmax(700px, 1fr) minmax(420px, 520px) 320px;
    min-height: 520px;
    gap: 32px;
    padding: 38px 28px 30px;
  }

  .s2-hero-slogan,
  .s2-hero-slogan img {
    max-width: 980px;
  }

  .s2-hero-mascot,
  .s2-hero-mascot img {
    max-width: 530px;
  }

  .s2-hero-mascot img {
    max-height: 470px;
  }

  .s2-hero-trust {
    max-width: 350px;
  }

  .s2-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 24px;
  }

  .s2-grid {
    grid-template-columns: repeat(5, minmax(220px, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1800px) {
  .s2-header-inner,
  .s2-nav-inner {
    width: min(100%, 1840px);
  }

  .s2-layout {
    width: min(100%, 1920px);
  }

  .s2-hero-inner {
    width: min(100%, 1920px);
  }

  .s2-header-inner {
    grid-template-columns: minmax(280px, 1fr) auto;
    min-height: 132px;
  }

  .s2-logo img {
    width: 286px;
    max-height: 88px;
  }

  .s2-search,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search {
    max-width: 920px;
  }

  .s2-hero {
    min-height: 540px;
  }

  .s2-hero-inner {
    grid-template-columns: minmax(780px, 1fr) minmax(460px, 580px) 340px;
    min-height: 540px;
    gap: 35px;
    padding: 40px 30px 30px;
  }

  .s2-hero-slogan,
  .s2-hero-slogan img {
    max-width: 1080px;
  }

  .s2-hero-mascot,
  .s2-hero-mascot img {
    max-width: 580px;
  }

  .s2-hero-mascot img {
    max-height: 500px;
  }

  .s2-hero-trust {
    max-width: 360px;
  }

  .s2-layout {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
  }

  .s2-grid {
    grid-template-columns: repeat(5, minmax(250px, 1fr));
    gap: 24px;
  }
}

.s2-index-hero {
  min-height: 390px;
}

.s2-index-hero .s2-hero-inner {
  min-height: 390px;
  padding-top: 26px;
  padding-bottom: 20px;
}

.s2-index-main {
  background: #ffffff;
}

.s2-index-section {
  width: min(100%, 1840px);
  margin: 0 auto;
  padding: 26px 24px;
}

.s2-index-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.s2-index-section-title {
  margin: 0;
  color: #09090c;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-index-section-title--image {
  width: min(100%, 500px);
  max-width: 500px;
}

.s2-index-section-title--image img {
  width: 100%;
  max-height: 92px;
  object-fit: contain;
}

.s2-index-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid #cfd5df;
  border-radius: 5px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}

.s2-index-categories {
  padding-top: 24px;
}

.s2-index-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.s2-index-category-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 206px;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(11, 11, 15, 0.16);
}

.s2-index-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 16, 0.18), rgba(5, 8, 16, 0.82));
  z-index: 0;
}

.s2-index-category-card > * {
  position: relative;
  z-index: 1;
}

.s2-index-category-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.s2-index-category-card strong {
  font-size: 30px;
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-index-category-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 5px;
  background: #075cff;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-index-category-card--aftershave {
  background-image: linear-gradient(135deg, rgba(6, 91, 255, 0.36), rgba(0, 0, 0, 0.08)), url("images/design/product-card-bg-blue-1.webp");
}

.s2-index-category-card--bartoel {
  background-image: linear-gradient(135deg, rgba(241, 17, 47, 0.34), rgba(0, 0, 0, 0.08)), url("images/design/product-card-bg-red-1.webp");
}

.s2-index-category-card--styling {
  background-image: linear-gradient(135deg, rgba(6, 91, 255, 0.3), rgba(0, 0, 0, 0.08)), url("images/design/product-card-bg-blue-2.webp");
}

.s2-index-category-card--haarpflege {
  background-image: linear-gradient(135deg, rgba(5, 5, 8, 0.38), rgba(0, 0, 0, 0.08)), url("images/design/product-card-bg-blue-3.webp");
}

.s2-index-category-card--zubehoer {
  background-image: linear-gradient(135deg, rgba(241, 17, 47, 0.34), rgba(0, 0, 0, 0.08)), url("images/design/product-card-bg-red-3.webp");
}

.s2-index-bestseller {
  padding-top: 14px;
  padding-bottom: 22px;
}

.s2-index-bestseller .s2-index-section-head {
  margin-bottom: 14px;
}

.s2-index-product-grid {
  align-items: stretch;
}

.s2-index-product-grid .s2-card-media {
  height: 185px;
}

.s2-index-product-grid .s2-card-img {
  max-height: 148px;
}

.s2-index-brand-strip {
  display: flex;
  align-items: center;
  gap: 42px;
  width: 100%;
  max-width: 100%;
  min-height: 58px;
  overflow-x: auto;
  padding: 0 28px;
  background: #030303;
  color: #ffffff;
  white-space: nowrap;
}

.s2-index-brand-strip::-webkit-scrollbar {
  display: none;
}

.s2-index-brand-strip span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-index-brand-strip strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.s2-index-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.s2-index-benefit-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 104px;
  padding: 15px;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(11, 11, 15, 0.08);
}

.s2-index-benefit-icon,
.s2-index-benefit-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.s2-index-benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s2-index-benefit-mark {
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.s2-index-benefit-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-index-benefit-card p {
  margin: 0;
  color: #343944;
  font-size: 13px;
  line-height: 1.35;
}

.s2-index-videos {
  width: min(100%, 704px);
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 12px;
}

.s2-index-video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.s2-index-video-card {
  flex: 0 1 min(100%, var(--s2-video-card-width, 320px));
  width: min(100%, var(--s2-video-card-width, 320px));
  min-width: 0;
  max-width: 320px;
  padding: 6px;
  border: 1px solid rgba(223, 228, 236, 0.92);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fafc 88%);
  box-shadow: 0 12px 26px rgba(11, 11, 15, 0.07);
}

.s2-index-video-card[hidden] {
  display: none !important;
}

.s2-index-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: var(--s2-video-aspect, 1 / 1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 22%, rgba(39, 48, 66, 0.34), rgba(39, 48, 66, 0) 54%),
    linear-gradient(180deg, #11151d 0%, #172030 52%, #243249 100%);
}

.s2-index-video-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 78% 74%, rgba(126, 180, 255, 0.18), rgba(126, 180, 255, 0) 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  transition: opacity 180ms ease;
  pointer-events: none;
}

.s2-index-video-frame.is-ready::before {
  opacity: 0;
}

.s2-index-video-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: inherit;
  background: #0b0f16;
}

.s2-index-cta-band {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  background: #050505 url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
  color: #ffffff;
}

.s2-index-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.66));
}

.s2-index-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(100%, 1840px);
  min-height: 152px;
  margin: 0 auto;
  padding: 26px 24px;
}

.s2-index-cta-inner h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.68), 0 12px 28px rgba(0, 0, 0, 0.5);
}

.s2-index-cta-inner .s2-btn {
  justify-self: end;
}

.s2-home-footer {
  border-top: 0;
  background: #050505;
}

.s2-home-footer .s2-footer-inner {
  display: block;
}

.s2-home-footer-inner {
  padding: 24px 24px 18px;
}

.s2-home-footer-brand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.s2-home-footer-brand strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-home-footer-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.s2-home-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 18px;
}

.s2-home-footer-col {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.s2-home-footer-col h2 {
  margin: 0 0 3px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-home-footer-col a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.s2-home-footer .s2-footer-note {
  color: rgba(255, 255, 255, 0.62);
}

@media (min-width: 1600px) {
  .s2-index-section,
  .s2-index-cta-inner {
    width: min(100%, 1840px);
  }

  .s2-index-hero {
    min-height: 500px;
  }

  .s2-index-hero .s2-hero-inner {
    min-height: 500px;
  }

  .s2-index-category-card {
    min-height: 232px;
    padding: 22px;
  }

  .s2-index-product-grid .s2-card-media {
    height: 218px;
  }
}

@media (min-width: 1800px) {
  .s2-index-section,
  .s2-index-cta-inner {
    width: min(100%, 1840px);
  }

  .s2-index-hero {
    min-height: 520px;
  }

  .s2-index-hero .s2-hero-inner {
    min-height: 520px;
  }

  .s2-index-category-card {
    min-height: 252px;
  }

  .s2-index-product-grid .s2-card-media {
    height: 230px;
  }
}

@media (max-width: 1279px) {
  .s2-index-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .s2-index-benefit-card:last-child {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 1099px) {
  .s2-index-section {
    padding: 24px 18px;
  }

  .s2-index-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s2-index-video-grid {
    gap: 12px;
  }

  .s2-index-benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .s2-index-cta-inner {
    width: 100%;
    padding: 24px 18px;
  }

  .s2-home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .s2-index-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .s2-index-benefit-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .s2-index-hero {
    min-height: 0;
  }

  .s2-index-hero .s2-hero-inner {
    min-height: 0;
  }

  .s2-index-section {
    padding: 22px 14px;
  }

  .s2-index-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .s2-index-videos {
    width: min(100%, 640px);
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .s2-index-video-grid {
    gap: 10px;
  }

  .s2-index-video-card {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 6px;
    max-width: none;
  }

  .s2-index-section-title {
    font-size: 28px;
  }

  .s2-index-section-title--image {
    max-width: 380px;
  }

  .s2-index-section-title--image img {
    max-height: 76px;
  }

  .s2-index-bestseller {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .s2-index-category-grid,
  .s2-index-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .s2-index-category-card {
    min-height: 172px;
    padding: 15px;
  }

  .s2-index-category-card strong {
    font-size: 24px;
  }

  .s2-index-brand-strip {
    gap: 26px;
    min-height: 54px;
    padding: 0 16px;
  }

  .s2-index-brand-strip strong {
    font-size: 18px;
  }

  .s2-index-benefit-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .s2-index-benefit-icon,
  .s2-index-benefit-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .s2-index-cta-inner {
    grid-template-columns: 1fr;
    min-height: 168px;
    gap: 18px;
  }

  .s2-index-cta-inner h2 {
    max-width: 100%;
  }

  .s2-index-cta-inner .s2-btn {
    justify-self: start;
  }

  .s2-home-footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 519px) {
  .s2-index-category-grid,
  .s2-index-benefit-grid,
  .s2-home-footer-grid {
    grid-template-columns: 1fr;
  }

  .s2-index-videos {
    width: min(100%, 372px);
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .s2-index-video-grid {
    gap: 8px;
  }

  .s2-index-video-card {
    flex-basis: calc(50% - 4px);
    width: calc(50% - 4px);
    max-width: none;
    padding: 5px;
    border-radius: 8px;
  }

  .s2-index-video-frame {
    border-radius: 6px;
  }

  .s2-index-product-grid .s2-card-media {
    height: 178px;
  }

  .s2-index-section-title--image {
    max-width: 320px;
  }

  .s2-index-cta-inner h2 {
    font-size: 28px;
  }
}

.s2-hero-mascot--shop {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 540px;
  min-height: 382px;
  margin-right: -24px;
  margin-left: -52px;
  isolation: isolate;
  overflow: visible;
}

.s2-hero-mascot--shop::before {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 10px;
  z-index: 0;
  width: 92%;
  height: 86%;
  border-radius: 40% 54% 34% 48%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.32), transparent 21%),
    linear-gradient(135deg, rgba(6, 91, 255, 0.94), rgba(0, 38, 168, 0.98) 57%, rgba(241, 17, 47, 0.9)),
    url("images/design/product-card-bg-blue-2.webp") center / cover no-repeat;
  box-shadow: 0 24px 36px rgba(4, 11, 35, 0.34);
  clip-path: polygon(45% 0, 84% 8%, 100% 40%, 84% 82%, 48% 100%, 12% 82%, 0 42%, 13% 10%);
  transform: rotate(-7deg) skewX(-3deg);
}

.s2-hero-mascot--shop::after {
  content: "";
  position: absolute;
  inset: 32px 8px 20px 18px;
  z-index: 1;
  background:
    radial-gradient(circle at 14% 32%, rgba(6, 91, 255, 0.92) 0 9px, transparent 10px),
    radial-gradient(circle at 86% 24%, rgba(241, 17, 47, 0.86) 0 8px, transparent 9px),
    radial-gradient(circle at 78% 76%, rgba(6, 91, 255, 0.9) 0 11px, transparent 12px),
    linear-gradient(120deg, transparent 0 34%, rgba(255, 255, 255, 0.55) 35% 37%, transparent 38% 100%);
  opacity: 0.9;
  pointer-events: none;
}

.s2-hero-mascot--shop .s2-hero-mascot-img {
  position: relative;
  z-index: 4;
  width: min(112%, 540px);
  max-width: none;
  max-height: 408px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.42));
  transform: translate(8px, 9px) scale(1.08);
}

.s2-hero-product {
  position: absolute;
  z-index: 3;
  display: block;
  width: 62px;
  height: 174px;
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px 14px 10px 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 18% 78%, rgba(255, 255, 255, 0.2)),
    linear-gradient(180deg, #050508 0 28%, #064ef0 29% 62%, #050508 63% 100%);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.32);
}

.s2-hero-product::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 28px;
  height: 24px;
  border-radius: 7px 7px 3px 3px;
  background: #06060a;
  transform: translateX(-50%);
}

.s2-hero-product::after {
  content: "";
  position: absolute;
  inset: 50px 10px 36px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.s2-hero-product--spray-left {
  bottom: 54px;
  left: 46px;
  transform: rotate(-15deg);
}

.s2-hero-product--spray-right {
  right: 44px;
  bottom: 58px;
  height: 188px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 18% 78%, rgba(255, 255, 255, 0.18)),
    linear-gradient(180deg, #050508 0 28%, #f1112f 29% 62%, #050508 63% 100%);
  transform: rotate(12deg);
}

.s2-hero-product--jar {
  bottom: 22px;
  left: 122px;
  width: 92px;
  height: 82px;
  border-radius: 24px 24px 14px 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 22% 78%, rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, #07070b 0 24%, #123a8e 25% 66%, #07070b 67% 100%);
  transform: rotate(9deg);
}

.s2-hero-product--jar::before {
  top: -17px;
  width: 62px;
  height: 20px;
  border-radius: 9px 9px 3px 3px;
}

.s2-hero-product--jar::after {
  inset: 30px 14px 16px;
}

.s2-hero-bc-tag {
  position: absolute;
  right: 30px;
  bottom: 72px;
  z-index: 5;
  color: #ffffff;
  font-size: 40px;
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 3px 3px 0 #050508, -2px 2px 0 #050508, 0 7px 14px rgba(0, 0, 0, 0.4);
  transform: rotate(-7deg);
}

@media (max-width: 1399px) {
  .s2-hero-mascot--shop {
    max-width: 460px;
    min-height: 356px;
    margin-right: -18px;
    margin-left: -42px;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(112%, 468px);
    max-height: 382px;
  }

  .s2-hero-product--spray-left {
    left: 34px;
  }

  .s2-hero-product--spray-right {
    right: 28px;
  }
}

@media (max-width: 1099px) {
  .s2-hero-mascot--shop {
    max-width: 370px;
    min-height: 332px;
    margin-right: -14px;
    margin-left: -22px;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(112%, 380px);
    max-height: 342px;
    transform: translate(4px, 7px) scale(1.04);
  }

  .s2-hero-product {
    width: 50px;
    height: 142px;
  }

  .s2-hero-product--spray-left {
    bottom: 48px;
    left: 26px;
  }

  .s2-hero-product--spray-right {
    right: 24px;
    bottom: 50px;
    height: 154px;
  }

  .s2-hero-product--jar {
    left: 86px;
    width: 76px;
    height: 68px;
  }

  .s2-hero-bc-tag {
    right: 22px;
    bottom: 66px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .s2-hero-mascot--shop {
    width: min(100%, 360px);
    max-width: 360px;
    min-height: 292px;
    margin: 0 auto;
  }

  .s2-hero-mascot--shop::before {
    right: 4%;
    bottom: 8px;
    width: 88%;
    height: 82%;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(108%, 346px);
    max-height: 298px;
    transform: translate(2px, 6px) scale(1.02);
  }

  .s2-hero-product {
    width: 42px;
    height: 118px;
  }

  .s2-hero-product::before {
    top: -17px;
    width: 22px;
    height: 19px;
  }

  .s2-hero-product--spray-left {
    bottom: 42px;
    left: 34px;
  }

  .s2-hero-product--spray-right {
    right: 30px;
    bottom: 44px;
    height: 128px;
  }

  .s2-hero-product--jar {
    bottom: 18px;
    left: 88px;
    width: 64px;
    height: 58px;
  }

  .s2-hero-bc-tag {
    right: 34px;
    bottom: 58px;
    font-size: 28px;
  }
}

@media (max-width: 519px) {
  .s2-hero-mascot--shop {
    width: min(100%, 310px);
    max-width: 310px;
    min-height: 252px;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(108%, 300px);
    max-height: 254px;
  }

  .s2-hero-product--jar {
    display: none;
  }

  .s2-hero-product--spray-left {
    left: 28px;
  }

  .s2-hero-product--spray-right {
    right: 24px;
  }
}

@media (min-width: 1600px) {
  .s2-hero-mascot--shop {
    max-width: 620px;
    min-height: 486px;
    margin-right: -30px;
    margin-left: -64px;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(114%, 620px);
    max-height: 500px;
  }

  .s2-hero-product {
    width: 72px;
    height: 202px;
  }

  .s2-hero-product--spray-right {
    height: 218px;
  }

  .s2-hero-product--jar {
    width: 108px;
    height: 94px;
  }
}

@media (min-width: 1800px) {
  .s2-hero-mascot--shop {
    max-width: 660px;
    min-height: 520px;
    margin-right: -42px;
    margin-left: -76px;
  }

  .s2-hero-mascot--shop .s2-hero-mascot-img {
    width: min(114%, 660px);
    max-height: 530px;
  }
}

/* Shop page compatibility for the current shop.html markup */
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) {
  margin: 0;
  overflow-x: hidden;
  background: #f3f4f6;
  color: #0b0b0f;
  font-family: Arial, Helvetica, sans-serif;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) *,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) *::before,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) *::after {
  box-sizing: border-box;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) a {
  color: inherit;
  text-decoration: none;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) img {
  display: block;
  max-width: 100%;
  height: auto;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) button,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) input,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) select {
  font: inherit;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search {
  display: flex;
  align-items: stretch;
  justify-self: center;
  width: 100%;
  max-width: 760px;
  min-width: 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search input {
  min-width: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #b8bec8;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 16px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search button {
  width: 58px;
  height: 50px;
  border: 1px solid #075cff;
  border-radius: 0 7px 7px 0;
  background: #075cff;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  flex-wrap: nowrap;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-icons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid #d9dfe7;
  border-radius: 999px;
  background: #f6f8fb;
  color: #0b0b0f;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  width: min(100%, 1920px);
  min-height: 0;
  overflow: visible;
  margin: 0 auto;
  padding: 0 20px 24px;
  background: #f3f4f6;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 420px;
  background: #dbe3ef url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
  pointer-events: none;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-hero-inner {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  width: 100%;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull {
  justify-self: center;
  align-self: end;
  width: 100%;
  max-width: 430px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 92px;
  padding: 13px 18px;
  border: 1px solid rgba(222, 226, 234, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #0b0b0f;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.13);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox:hover,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  box-shadow: 0 10px 24px rgba(7, 92, 255, 0.14);
  outline: none;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: contain;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
  position: relative;
  z-index: 1;
  margin-top: -24px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav {
  display: block;
  grid-column: 1;
  grid-row: 2;
  overflow: visible;
  padding: 12px;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 11, 15, 0.08);
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #e4e8ef;
  border-bottom: 0;
  color: #0b0b0f;
  font-size: 13px;
  font-weight: 800;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a:first-child {
  border-radius: 7px 7px 0 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a.is-active {
  border-color: #075cff;
  background: #075cff;
  color: #ffffff;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a:last-child {
  border-bottom: 1px solid #e4e8ef;
  border-radius: 0 0 7px 7px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card[hidden] {
  display: none;
}

.s2-shop-filter-empty {
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  color: #343944;
  font-weight: 850;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter {
  grid-column: 1;
  grid-row: 3;
  padding: 18px;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 11, 15, 0.08);
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter[hidden] {
  display: none !important;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
  grid-column: 1 / -1;
  grid-row: 2 / span 2;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
  grid-column: 2 / -1;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  max-width: 100%;
  overflow: visible;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-head {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-head img {
  width: min(210px, 100%);
  max-height: 54px;
  object-fit: contain;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-head span {
  display: none;
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-head strong {
  display: none;
  color: #0b0b0f;
  font-size: 24px;
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #e4e8ef;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.15;
  text-decoration: none;
  white-space: normal;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a:first-child {
  border-radius: 999px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a:last-child {
  border-bottom: 1px solid #e4e8ef;
  border-radius: 999px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a span {
  min-width: 0;
  overflow: visible;
  overflow-wrap: normal;
  text-overflow: clip;
  word-break: normal;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #eef4ff;
  color: #075cff;
  font-size: 10.5px;
  font-weight: 950;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a.is-active strong {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-mobile-menu__meta-links a,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-mobile-menu__meta-links button {
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-heading img {
  width: min(300px, 28vw);
  max-height: 74px;
  object-fit: contain;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-count {
  color: #202633;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
  display: flex;
  min-width: 0;
  min-height: 354px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(11, 11, 15, 0.055);
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 198px;
  overflow: hidden;
  padding: 20px 16px 12px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n+1) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-blue-1.webp") !important; }
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n+2) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-red-1.webp") !important; }
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n+3) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-blue-2.webp") !important; }
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n+4) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-red-2.webp") !important; }
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n+5) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-blue-3.webp") !important; }
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card:nth-child(6n) .s2-product-card-img-bg { background-image: url("images/design/product-card-bg-red-3.webp") !important; }

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img {
  position: relative;
  z-index: 2;
  max-width: 88%;
  max-height: 162px;
  object-fit: contain;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.22));
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-title {
  display: -webkit-box;
  min-height: 37px;
  overflow: hidden;
  margin: 12px 14px 0;
  color: #0b0b0f;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-rating {
  margin: 6px 14px 0;
  color: #075cff;
  font-size: 13px;
  line-height: 1.2;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 6px 14px 0;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-price {
  color: #0b0b0f;
  font-size: 17px;
  font-weight: 900;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-oldprice {
  color: #7e8592;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn {
  width: calc(100% - 28px);
  min-height: 38px;
  margin: auto 14px 14px;
  border: 0;
  border-radius: 6px;
  background: #0b0b0f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.s2-bundle-collage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 182px);
}

.s2-bundle-collage--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s2-bundle-collage--triple,
.s2-bundle-collage--grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s2-bundle-collage__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 22px rgba(7, 12, 24, 0.12);
}

.s2-bundle-collage__tile.is-empty {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 248, 0.95)),
    radial-gradient(circle at 30% 30%, rgba(7, 92, 255, 0.18), transparent 48%);
}

.s2-bundle-collage__tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-badge,
.product-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ed1029;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(91, 8, 18, 0.24);
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-note {
  margin: 4px 14px 0;
  color: #4f5b6b;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.product-card__media .s2-bundle-collage {
  width: min(100%, 240px);
}

.product-card.is-bundle .product-card__media,
.product-card.is-bundle .product-card__media .s2-bundle-collage,
.product-card.is-bundle .product-card__media .s2-bundle-collage__tile {
  max-width: 100%;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .footer-note {
  color: #667085;
  font-size: 14px;
}

body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-global-footer {
  grid-column: 1 / -1;
  justify-self: stretch;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 0;
}

@media (max-width: 1399px) {
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-icons {
    gap: 10px;
  }
}

@media (min-width: 1600px) {
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 24px;
    width: min(100%, 1920px);
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero::before {
    height: 500px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull {
    max-width: 500px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull img {
    max-height: 420px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
    min-height: 378px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img-bg {
    height: 220px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img {
    max-height: 178px;
  }
}

@media (min-width: 1800px) {
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    width: min(100%, 1920px);
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero::before {
    height: 520px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull {
    max-width: 540px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-skull img {
    max-height: 450px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
    min-height: 398px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img-bg {
    height: 236px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img {
    max-height: 192px;
  }
}

@media (max-width: 1099px) {
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero {
    grid-template-columns: 1fr;
    padding: 0 18px 22px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero::before {
    height: 520px;
    background-image: url("images/design/hero-graffiti-bg-tablet.webp");
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav {
    overflow: visible;
    padding: 12px;
    scrollbar-width: auto;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav::-webkit-scrollbar {
    display: none;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a {
    border: 1px solid #e4e8ef;
    border-radius: 999px;
    white-space: normal;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-panel {
    display: grid;
    gap: 10px;
    overflow: visible;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    border: 0;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a {
    width: auto;
    flex: 1 1 148px;
    min-width: min(100%, 148px);
    min-height: 34px;
    border: 1px solid #e4e8ef;
    border-radius: 999px;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .s2-nav-inner {
    flex-wrap: wrap;
    gap: 8px 12px;
    min-height: 0;
    overflow: visible;
    padding: 6px 14px;
  }

  .s2-nav-link,
  .s2-nav-dropdown {
    min-height: 36px;
  }

  .s2-nav-link {
    font-size: 12px;
  }

  .s2-nav-offer {
    position: static;
    padding: 0 10px;
    margin-left: 0;
    transform: none;
  }

  .s2-nav-dropdown-menu {
    min-width: min(220px, calc(100vw - 28px));
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-header-search {
    grid-column: 1 / -1;
    order: 3;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero {
    gap: 10px;
    padding: 0 14px 20px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero::before {
    height: 980px;
    background-image: url("images/design/hero-graffiti-bg-mobile.webp");
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-cta-row {
    gap: 12px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav {
    overflow: visible;
    padding: 10px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-panel {
    gap: 9px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-head img {
    width: min(220px, 72vw);
    max-height: 48px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    border: 0;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    max-width: calc(50% - 4px);
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid #e4e8ef;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a span {
    overflow: visible;
    text-overflow: clip;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a strong {
    min-width: 24px;
    min-height: 18px;
    padding: 0 5px;
    font-size: 10.5px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav a:is(.active, .is-active),
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a:is(.active, .is-active) {
    border-color: #075cff;
    background: #075cff;
    color: #ffffff;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-heading img {
    width: min(280px, 82vw);
  }
}

@media (max-width: 350px) {
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-shop-category-list a {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.s2-pagehero-section {
  background: #050505 url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
  color: #ffffff;
}

.s2-pagehero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: center;
  gap: 28px;
  width: min(100%, 1840px);
  min-height: 260px;
  margin: 0 auto;
  padding: 34px 24px;
}

.s2-pagehero-copy span,
.s2-product-detail-kicker {
  color: #7aa8ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-pagehero-copy h1 {
  max-width: 820px;
  margin: 8px 0 10px;
  font-size: clamp(38px, 5vw, 82px);
  line-height: 0.95;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-pagehero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.45;
}

.s2-pagehero-copy {
  min-width: 0;
  width: min(100%, 900px);
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(11, 11, 15, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.9));
  box-shadow: 0 18px 42px rgba(11, 11, 15, 0.2);
  backdrop-filter: blur(5px);
}

.s2-pagehero-copy span {
  color: #075cff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 4px 12px rgba(7, 92, 255, 0.26);
}

.s2-pagehero-copy h1 {
  color: #0b0b0f;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(7, 92, 255, 0.16);
}

.s2-pagehero-copy p {
  color: #202938;
  font-weight: 750;
  text-shadow: none;
}

.s2-pagehero-proof {
  display: grid;
  gap: 12px;
}

.s2-pagehero-proof div,
.s2-pagehero-proof a,
.s2-pagehero-proof button {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b0b0f;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  text-align: left;
}

.s2-pagehero-proof a:hover,
.s2-pagehero-proof a:focus-visible,
.s2-pagehero-proof button:hover,
.s2-pagehero-proof button:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  box-shadow: 0 12px 24px rgba(7, 92, 255, 0.18);
  outline: none;
}

.s2-pagehero-proof strong,
.s2-pagehero-proof span {
  display: block;
}

.s2-pagehero-proof strong {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-pagehero-proof span {
  margin-top: 4px;
  color: #343944;
  font-size: 13px;
  line-height: 1.32;
}

.s2-info-main,
.s2-cart-main,
.s2-checkout-main,
.s2-faq-main,
.s2-legal-main,
.s2-product-detail-main {
  background: #f3f4f6;
  padding: 28px 24px 38px;
}

.s2-info-grid,
.s2-product-detail-shell,
.s2-product-detail-content,
.s2-product-detail-recommendations,
.s2-cart-shell,
.s2-cart-trust,
.s2-checkout-shell,
.s2-checkout-stepper,
.s2-faq-list,
.s2-legal-card,
.s2-info-result {
  width: min(100%, 1840px);
  margin: 0 auto;
}

.s2-info-grid,
.s2-product-detail-content,
.s2-cart-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.s2-info-card,
.s2-legal-card,
.s2-cart-item,
.s2-cart-summary,
.s2-cart-trust article,
.s2-cart-trust a,
.s2-cart-trust button,
.s2-checkout-card,
.s2-checkout-summary,
.s2-product-detail-gallery,
.s2-product-detail-buybox,
.s2-product-detail-mini-card,
.s2-info-result,
.s2-faq-list details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.08);
}

.s2-info-card,
.s2-legal-card,
.s2-cart-summary,
.s2-cart-trust article,
.s2-cart-trust a,
.s2-cart-trust button,
.s2-checkout-card,
.s2-checkout-summary,
.s2-product-detail-buybox,
.s2-info-result,
.s2-faq-list details {
  padding: 22px;
}

.s2-cart-trust a,
.s2-cart-trust button,
.s2-shop-trust-card {
  color: inherit;
  text-decoration: none;
  text-align: left;
}

.s2-cart-trust a:hover,
.s2-cart-trust a:focus-visible,
.s2-cart-trust button:hover,
.s2-cart-trust button:focus-visible,
.s2-shop-trust-card:hover,
.s2-shop-trust-card:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  box-shadow: 0 10px 24px rgba(7, 92, 255, 0.14);
  outline: none;
}

.s2-info-card--wide {
  grid-column: span 2;
}

.s2-info-card h2,
.s2-legal-card h2,
.s2-cart-summary h2,
.s2-checkout-card h2,
.s2-checkout-summary h2,
.s2-product-detail-buybox h2,
.s2-info-result h2,
.s2-faq-list summary {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-info-card p,
.s2-legal-card p,
.s2-cart-summary p,
.s2-checkout-card p,
.s2-checkout-summary p,
.s2-info-result p,
.s2-faq-list p {
  color: #343944;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-info-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s2-info-list li {
  padding-left: 0;
  position: relative;
  color: #343944;
  font-size: 15px;
  line-height: 1.45;
}

.s2-info-list li::before {
  content: none;
}

.s2-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.s2-info-actions a,
.s2-cart-checkout,
.s2-cart-secondary,
.s2-checkout-submit,
.s2-form-stack button,
.s2-product-detail-cart,
.s2-product-detail-mini-card a,
.s2-checkout-summary a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: #075cff;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-cart-secondary,
.s2-checkout-summary a,
.s2-info-actions a + a {
  border: 1px solid #151515;
  background: #ffffff;
  color: #0b0b0f;
}

.s2-form-stack {
  display: grid;
  gap: 14px;
}

.s2-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.s2-form-stack label,
.s2-form-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #1f2530;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.s2-form-stack input,
.s2-form-stack textarea,
.s2-form-grid input,
.s2-form-grid textarea {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #cfd5df;
  border-radius: 6px;
  background: #ffffff;
  color: #0b0b0f;
}

.s2-form-stack textarea,
.s2-form-grid textarea {
  min-height: 128px;
  resize: vertical;
}

.s2-service-form-card {
  grid-column: 1 / -1;
}

.s2-service-inline-note {
  margin: -4px 0 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #0b0b0f;
  font-size: 14px;
  line-height: 1.5;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border-color: #b7e4c7;
  background: #ecfdf3;
  color: #17603a;
}

.form-status.is-error {
  border-color: #f4c7c3;
  background: #fff4f2;
  color: #b42318;
}

.s2-tracking-result-group {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.s2-service-card--summary {
  background: #ffffff;
}

.s2-form-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  text-transform: none !important;
}

.s2-form-check input {
  width: auto;
  min-height: 0;
  margin-top: 3px;
}

.s2-product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
}

.s2-product-detail-gallery {
  min-width: 0;
  padding: 18px;
}

.s2-product-detail-stage,
.s2-product-detail-mini-media,
.s2-product-detail-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2-product-detail-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(360px, 54vw, 560px);
  padding: clamp(22px, 4vw, 36px);
  overflow: clip;
  border: 1px solid rgba(11, 22, 42, 0.1);
  border-radius: 24px;
  box-shadow: 0 28px 52px rgba(9, 24, 50, 0.16);
  isolation: isolate;
}

.s2-product-detail-stage--blue {
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("images/design/product-page-bg-blue-1.png");
}

.s2-product-detail-stage--red {
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("images/design/product-page-bg-red-1.png");
}

.s2-product-detail-stage--custom {
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    var(--s2-product-detail-stage-bg);
}

.s2-product-detail-stage img {
  width: 100%;
  max-width: min(100%, 560px);
  max-height: min(62vh, 520px);
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.28));
}

.s2-product-detail-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 92, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b0b0f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  box-shadow: 0 14px 28px rgba(8, 24, 52, 0.16);
}

.s2-product-detail-nav:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.03);
}

.s2-product-detail-nav--prev {
  left: 18px;
}

.s2-product-detail-nav--next {
  right: 18px;
}

.s2-product-detail-nav:focus-visible,
.s2-product-detail-thumb:focus-visible {
  outline: 2px solid #075cff;
  outline-offset: 2px;
}

.s2-product-detail-counter {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b0b0f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.s2-product-detail-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #075cff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-product-detail-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
}

.s2-product-detail-thumb {
  flex: 0 0 94px;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #dfe4ec;
  border-radius: 14px;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  box-shadow: 0 10px 22px rgba(8, 24, 52, 0.08);
}

.s2-product-detail-thumb:hover {
  transform: translateY(-1px);
}

.s2-product-detail-thumb.is-active {
  border-color: #075cff;
  box-shadow: 0 0 0 2px rgba(7, 92, 255, 0.18), 0 16px 28px rgba(8, 24, 52, 0.12);
}

.s2-product-detail-thumb--red.is-active {
  border-color: #e0222f;
  box-shadow: 0 0 0 2px rgba(224, 34, 47, 0.2), 0 16px 28px rgba(52, 8, 14, 0.14);
}

.s2-product-detail-thumb--blue,
.s2-product-detail-mini-media--blue {
  background-image: url("images/design/product-page-bg-blue-2.png");
}

.s2-product-detail-thumb--red,
.s2-product-detail-mini-media--red {
  background-image: url("images/design/product-page-bg-red-2.png");
}

.s2-product-detail-thumb--custom {
  background-image: var(--s2-product-detail-thumb-bg);
}

.s2-product-detail-thumb img {
  display: block;
  width: 100%;
  max-width: 72px;
  max-height: 72px;
  margin: 0 auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .s2-product-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    overflow: visible;
  }

  .s2-product-detail-thumb {
    flex-basis: auto;
  }
}

.s2-product-detail-rating,
.s2-product-detail-variants,
.s2-product-detail-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.s2-product-detail-rating {
  color: #075cff;
}

.s2-product-detail-rating strong {
  font-weight: 950;
}

.s2-product-detail-rating em {
  color: #667085;
  font-style: normal;
}

.s2-product-detail-price {
  margin: 18px 0 4px;
  font-size: 34px !important;
  line-height: 1;
  font-weight: 950;
  color: #0b0b0f !important;
}

.s2-product-detail-note {
  margin-top: 0;
}

.s2-product-detail-variants button,
.s2-product-detail-qty button {
  min-height: 38px;
  border: 1px solid #151515;
  border-radius: 5px;
  background: #ffffff;
  color: #0b0b0f;
  font-weight: 850;
}

.s2-product-detail-variants button {
  padding: 0 16px;
}

.s2-product-detail-variants .is-active {
  border-color: #075cff;
  background: #075cff;
  color: #ffffff;
}

.s2-product-detail-qty {
  width: 100%;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  background: #f8fafc;
  row-gap: 10px;
  column-gap: 12px;
}

.s2-product-detail-qty span {
  flex: 1 1 auto;
  min-width: 72px;
  font-weight: 900;
}

.s2-product-detail-qty input {
  width: 72px;
  min-height: 42px;
  border: 1px solid #cfd5df;
  border-radius: 5px;
  text-align: center;
}

.s2-product-detail-cart {
  width: 100%;
  min-height: 52px;
  margin-top: 20px;
  padding-inline: 18px;
  background: #0b0b0f;
  line-height: 1.25;
}

.s2-product-detail-actions {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.s2-product-detail-actions .s2-product-detail-cart {
  margin-top: 0;
}

.s2-product-detail-cart--secondary {
  border: 1px solid #151515;
  background: #ffffff;
  color: #0b0b0f !important;
}

.s2-product-detail-cart--secondary > * {
  color: inherit !important;
}

.s2-product-detail-cart--secondary:hover,
.s2-product-detail-cart--secondary:focus-visible,
.s2-product-detail-cart--secondary:is(:active, :focus-visible) {
  background: #f8fafc;
  color: #0b0b0f !important;
}

.s2-product-detail-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  padding: 12px 22px;
  border: 1px solid #d8dfea;
  border-radius: 6px;
  background: #f7f9fc;
  color: #075cff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  cursor: pointer;
}

@media (max-width: 767px) {
  .s2-product-detail-qty {
    justify-content: space-between;
    padding: 14px;
  }

  .s2-product-detail-qty span {
    flex-basis: 100%;
  }

  .s2-product-detail-qty button {
    flex: 0 0 44px;
    min-height: 44px;
  }

  .s2-product-detail-qty input {
    flex: 1 1 84px;
    max-width: 110px;
    min-height: 44px;
  }

  .s2-product-detail-actions {
    gap: 16px;
    margin-top: 20px;
  }

  .s2-product-detail-cart,
  .s2-product-detail-support-link {
    min-height: 54px;
  }
}

.s2-product-detail-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-top: 16px;
}

.s2-product-detail-trust span,
.s2-product-detail-trust a,
.s2-product-detail-trust button {
  display: flex;
  align-items: center;
  min-width: 0;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #dce6f5;
  border-radius: 7px;
  background: #f0f4fb;
  color: #343944;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-decoration: none;
  text-align: left;
}

.s2-product-detail-trust a:hover,
.s2-product-detail-trust a:focus-visible,
.s2-product-detail-trust button:hover,
.s2-product-detail-trust button:focus-visible {
  border-color: rgba(7, 92, 255, 0.38);
  background: #eaf2ff;
  color: #075cff;
  outline: none;
}

.s2-product-highlights {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.product-highlight {
  padding: 12px 14px;
  border: 1px solid #e1e7f0;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
  color: #202938;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.s2-product-detail-content,
.s2-product-detail-recommendations {
  margin-top: 24px;
}

.s2-info-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.s2-info-section-head h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-info-section-head a,
.s2-info-card a,
.s2-legal-card a {
  color: #075cff;
  font-weight: 850;
}

.s2-product-detail-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.s2-product-detail-mini-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}

.s2-product-detail-mini-media img {
  max-height: 145px;
  object-fit: contain;
}

.s2-product-detail-mini-card h3,
.s2-product-detail-mini-card p {
  margin-right: 14px;
  margin-left: 14px;
}

.s2-product-detail-mini-card a {
  margin: auto 14px 14px;
}

.s2-cart-shell,
.s2-checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
}

.s2-cart-items {
  display: grid;
  gap: 16px;
}

.s2-cart-item {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
}

.s2-cart-item img {
  max-height: 118px;
  margin: 0 auto;
  object-fit: contain;
}

.s2-cart-item h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.s2-cart-item p {
  margin: 0;
  color: #667085;
}

.s2-cart-qty {
  display: inline-flex;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #cfd5df;
  border-radius: 5px;
}

.s2-cart-qty button,
.s2-cart-qty input {
  width: 34px;
  min-height: 34px;
  border: 0;
  background: #ffffff;
  text-align: center;
}

.s2-cart-remove {
  border: 0;
  background: transparent;
  color: #ed1029;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-cart-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e3e7ef;
  color: #343944;
}

.s2-cart-line--total {
  color: #0b0b0f;
  font-size: 18px;
}

.s2-cart-checkout,
.s2-cart-secondary {
  width: 100%;
  margin-top: 12px;
}

.s2-cart-trust {
  margin-top: 24px;
}

.s2-cart-trust img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.s2-checkout-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.s2-checkout-stepper span {
  min-height: 38px;
  padding: 10px;
  border-radius: 6px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.s2-checkout-stepper .is-active {
  background: #075cff;
  color: #ffffff;
}

.s2-checkout-form {
  display: grid;
  gap: 16px;
}

.s2-checkout-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #cfd5df;
  border-radius: 7px;
  background: #f8fafc;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-checkout-choice span {
  min-width: 0;
  line-height: 1.4;
}

.s2-checkout-submit {
  margin-top: 6px;
  background: #0b0b0f;
}

.s2-checkout-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.s2-info-result {
  max-width: 780px;
  text-align: center;
}

.s2-info-result > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
  font-size: 28px;
  font-weight: 950;
}

.s2-info-result--warning > span {
  background: #ed1029;
}

.s2-faq-list {
  display: grid;
  gap: 14px;
  max-width: 1100px;
}

.s2-faq-list summary {
  cursor: pointer;
}

.s2-legal-card {
  max-width: 1100px;
}

.s2-legal-card section + section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e1e5ec;
}

.s2-info-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.s2-info-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.s2-info-footer-brand strong {
  font-weight: 950;
  text-transform: uppercase;
}

.s2-info-footer-brand span,
.s2-info-footer-links a {
  color: #667085;
  font-size: 14px;
}

.s2-info-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1099px) {
  .s2-pagehero-section {
    background-image: url("images/design/hero-graffiti-bg-tablet.webp");
  }

  .s2-pagehero-inner,
  .s2-product-detail-shell,
  .s2-cart-shell,
  .s2-checkout-shell {
    grid-template-columns: 1fr;
  }

  .s2-info-grid,
  .s2-product-detail-content,
  .s2-cart-trust,
  .s2-product-detail-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s2-info-card--wide {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .s2-pagehero-section {
    background-image: url("images/design/hero-graffiti-bg-mobile.webp");
  }

  .s2-pagehero-inner {
    min-height: 0;
    padding: 28px 14px;
  }

  .s2-pagehero-copy h1 {
    font-size: 38px;
  }

  .s2-info-main,
  .s2-cart-main,
  .s2-checkout-main,
  .s2-faq-main,
  .s2-legal-main,
  .s2-product-detail-main {
    padding: 22px 14px 30px;
  }

  .s2-info-grid,
  .s2-product-detail-content,
  .s2-cart-trust,
  .s2-product-detail-mini-grid,
  .s2-form-grid,
  .s2-checkout-stepper {
    grid-template-columns: 1fr;
  }

  .s2-product-detail-stage {
    min-height: 360px;
  }

  .s2-cart-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .s2-cart-item strong,
  .s2-cart-remove {
    grid-column: 2;
    justify-self: start;
  }

  .s2-info-footer-inner {
    grid-template-columns: 1fr;
  }
}

.s2-detail-quickfacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.s2-detail-quickfacts div,
.s2-contact-card,
.s2-contact-form,
.s2-contact-note,
.s2-about-copy,
.s2-about-quote,
.s2-about-values article,
.s2-about-benefit-grid article,
.s2-about-cta,
.s2-success-card,
.s2-success-summary,
.s2-success-trust article {
  min-width: 0;
  border: 1px solid #dde2ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.08);
}

.s2-detail-quickfacts div {
  padding: 12px;
}

.s2-detail-quickfacts strong,
.s2-detail-quickfacts span {
  display: block;
}

.s2-detail-quickfacts strong {
  color: #0b0b0f;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-detail-quickfacts span {
  margin-top: 5px;
  color: #485160;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .s2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .s2-card,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card {
    min-height: 0;
  }

  .s2-card-media,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img-bg {
    height: 156px;
    padding: 14px 10px 10px;
  }

  .s2-card-img,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img {
    max-width: 82%;
    max-height: 126px;
    object-fit: contain;
  }

  .s2-bundle-collage {
    width: min(100%, 144px);
    gap: 6px;
  }

  .s2-bundle-collage__tile {
    border-radius: 12px;
  }

  .s2-bundle-collage__tile img {
    padding: 6px;
    object-fit: contain;
  }

  .s2-card-title,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-title {
    min-height: 34px;
    margin: 10px 10px 0;
    font-size: 14px;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
    -webkit-line-clamp: 2;
  }

  .s2-card-copy,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-rating,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-note {
    margin-inline: 10px;
    font-size: 11px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .s2-card-price-row,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-price-row {
    gap: 6px;
    margin: 6px 10px 0;
    flex-wrap: wrap;
  }

  .s2-price,
  .s2-card-price,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-price {
    font-size: 15px;
  }

  .s2-old-price,
  .s2-card-oldprice,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-oldprice {
    font-size: 11px;
  }

  .s2-card-button,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn {
    width: calc(100% - 20px);
    min-height: 38px;
    margin: auto 10px 10px;
    padding: 0 10px;
    font-size: 11px;
    line-height: 1.15;
  }

  .s2-index-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .s2-index-category-card {
    min-height: 128px;
    padding: 10px;
    border-radius: 10px;
  }

  .s2-index-category-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .s2-hero-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox {
    min-height: 0;
    gap: 10px;
    padding: 10px 11px;
    font-size: 11px;
    line-height: 1.2;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .s2-trust-card {
    min-height: 0;
    gap: 10px;
    padding: 10px 11px;
    align-items: flex-start;
  }

  .s2-trust-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .s2-trust-copy strong {
    font-size: 12px;
    line-height: 1.12;
  }

  .s2-trust-copy span {
    font-size: 11px;
    line-height: 1.24;
  }

  .s2-shop-trust-section {
    margin-bottom: 20px;
    padding-inline: 12px;
  }

  .s2-shop-trust-shell {
    padding: 12px;
    border-radius: 10px;
  }

  .s2-shop-trust-head {
    gap: 10px;
    margin-bottom: 12px;
  }

  .s2-shop-trust-head h2,
  .s2-review-section-head h2 {
    margin-top: 6px;
    font-size: 22px;
  }

  .s2-shop-trust-head p,
  .s2-review-section-copy,
  .s2-review-cta,
  .s2-product-detail-review-empty {
    font-size: 12px;
    line-height: 1.4;
  }

  .s2-shop-trust-grid,
  .s2-info-grid,
  .s2-cart-trust {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 118px), 1fr));
    gap: 10px;
  }

  .s2-shop-trust-card,
  .s2-info-card,
  .s2-info-result,
  .s2-cart-trust article,
  .s2-cart-trust a,
  .s2-cart-trust button {
    padding: 11px;
    border-radius: 10px;
  }

  .s2-shop-trust-card span,
  .s2-info-result > span {
    min-height: 18px;
    padding: 0 6px;
    font-size: 9px;
  }

  .s2-shop-trust-card h3,
  .s2-info-card h2,
  .s2-info-result h2,
  .s2-cart-trust strong {
    margin: 8px 0 6px;
    font-size: 14px;
    line-height: 1.15;
  }

  .s2-shop-trust-card p,
  .s2-info-card p,
  .s2-info-result p,
  .s2-cart-trust p,
  .s2-cart-trust span,
  .s2-cart-trust a,
  .s2-cart-trust button {
    font-size: 11px;
    line-height: 1.35;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter {
    padding: 10px;
    border-radius: 10px;
  }

  .s2-category-list {
    gap: 6px;
    border: 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .s2-category-list a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #e4e8ef;
    border-bottom: 1px solid #e4e8ef;
    border-radius: 999px;
    font-size: 11px;
    white-space: nowrap;
  }

  .s2-sidebar-filter {
    margin-top: 14px;
  }

  .s2-sidebar-filter label {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .s2-sidebar-price-labels {
    margin-top: 6px;
    font-size: 11px;
  }

  .s2-toolbar {
    gap: 10px;
    margin-bottom: 12px;
  }

  .s2-toolbar-title span,
  .s2-toolbar-heading span,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) [data-shop-active-filters],
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-toolbar-count {
    font-size: 11px;
    white-space: normal;
  }

  .s2-toolbar-controls {
    gap: 8px;
    width: 100%;
  }

  .s2-toolbar-controls select {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
  }

  .s2-toolbar-controls select,
  .s2-toolbar-controls button {
    min-height: 34px;
    font-size: 11px;
  }

  .s2-toolbar-controls select {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .s2-content,
  .s2-sidebar,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > nav,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-sidebar-filter,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero > .s2-content {
    border-radius: 10px;
  }

  .s2-grid {
    gap: 10px;
  }

  .s2-card-media,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img-bg {
    height: 144px;
    padding: 12px 8px 8px;
  }

  .s2-card-img,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-img {
    max-height: 114px;
  }

  .s2-bundle-collage {
    width: min(100%, 132px);
    gap: 5px;
  }

  .s2-card-title,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-title {
    font-size: 13px;
  }

  .s2-card-copy,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-rating,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-note {
    font-size: 10.5px;
  }

  .s2-card-button,
  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn {
    min-height: 36px;
    font-size: 10.5px;
  }

  .s2-index-category-card {
    min-height: 110px;
    padding: 8px;
  }

  .s2-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox {
    padding: 9px;
    font-size: 10.5px;
  }

  body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-hero-trustbox img {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .s2-trust-card {
    padding: 9px;
  }

  .s2-trust-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .s2-shop-trust-grid,
  .s2-info-grid,
  .s2-cart-trust {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 132px), 1fr));
    gap: 8px;
  }
}

@media (max-width: 430px) {
  .s2-pagehero-section--legal .s2-pagehero-copy h1,
  .s2-pagehero-section--service .s2-pagehero-copy h1 {
    font-size: clamp(1.35rem, 6.8vw, 1.65rem);
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .s2-pagehero-proof,
  .s2-shop-trust-grid,
  .s2-info-grid,
  .s2-cart-trust,
  .s2-service-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .s2-pagehero-proof div,
  .s2-pagehero-proof a,
  .s2-pagehero-proof button,
  .s2-shop-trust-card,
  .s2-info-card,
  .s2-info-result,
  .s2-cart-trust article,
  .s2-cart-trust a,
  .s2-cart-trust button,
  .s2-service-trust-grid article,
  .s2-service-trust-grid a,
  .s2-service-trust-grid button {
    box-sizing: border-box;
    min-height: 0;
    padding: 8px 7px;
    align-content: start;
  }

  .s2-shop-trust-card span,
  .s2-info-result > span {
    min-height: 16px;
    padding: 0 5px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .s2-shop-trust-card h3,
  .s2-info-card h2,
  .s2-info-result h2,
  .s2-cart-trust h3,
  .s2-cart-trust strong,
  .s2-service-trust-grid h3,
  .s2-pagehero-proof strong {
    margin: 7px 0 4px;
    font-size: clamp(9.5px, 2.65vw, 11px);
    line-height: 1.18;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
    overflow: visible;
  }

  .s2-shop-trust-card p,
  .s2-info-card p,
  .s2-info-result p,
  .s2-cart-trust p,
  .s2-cart-trust span,
  .s2-service-trust-grid p,
  .s2-pagehero-proof span {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #4f5969;
    font-size: clamp(8.25px, 2.25vw, 9px);
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.s2-contact-main,
.s2-about-main,
.s2-success-main {
  background: #f3f4f6;
  padding: 28px 24px 38px;
}

.s2-contact-shell,
.s2-about-story,
.s2-about-values,
.s2-about-benefits,
.s2-about-cta,
.s2-success-shell,
.s2-success-trust {
  width: min(100%, 1840px);
  margin: 0 auto;
}

.s2-contact-intro {
  max-width: 760px;
  margin-bottom: 18px;
}

.s2-contact-intro h2,
.s2-about-copy h2,
.s2-about-cta h2,
.s2-success-card h2,
.s2-success-summary h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-contact-intro p,
.s2-about-copy p,
.s2-about-values p,
.s2-about-benefit-grid p,
.s2-about-cta p,
.s2-success-card p,
.s2-success-summary p,
.s2-success-trust p {
  color: #343944;
  font-size: 15px;
  line-height: 1.52;
}

.s2-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.s2-contact-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 18px;
}

.s2-contact-card img,
.s2-success-trust img,
.s2-about-benefit-grid img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.s2-contact-card h3,
.s2-about-values h3,
.s2-about-benefit-grid h3,
.s2-success-trust h3 {
  margin: 0 0 6px;
  color: #0b0b0f;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-contact-card p {
  margin: 0 0 7px;
  color: #343944;
  font-size: 14px;
  line-height: 1.35;
}

.s2-contact-card a,
.s2-contact-card button,
.s2-contact-note a,
.s2-about-cta a,
.s2-success-actions a {
  padding: 0;
  border: 0;
  background: transparent;
  color: #075cff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.s2-contact-card a,
.s2-contact-card button {
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}

.s2-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 20px;
  margin-top: 22px;
}

.s2-contact-form,
.s2-contact-note {
  padding: 22px;
}

.s2-contact-note a,
.s2-about-cta a,
.s2-success-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 6px;
  background: #075cff;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

.s2-about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 20px;
}

.s2-about-copy,
.s2-about-quote {
  padding: 24px;
}

.s2-about-copy span {
  color: #075cff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-about-quote {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  background: #050505 url("images/design/product-card-bg-red-1.webp") center / cover no-repeat;
  color: #ffffff;
}

.s2-about-quote strong {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-about-quote span {
  margin-top: 14px;
  color: #8ab0ff;
  font-weight: 900;
}

.s2-about-values,
.s2-about-benefit-grid,
.s2-success-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.s2-about-values article,
.s2-about-benefit-grid article,
.s2-success-trust article {
  padding: 18px;
}

.s2-about-benefits {
  margin-top: 28px;
}

.s2-about-benefit-grid article {
  display: grid;
  gap: 10px;
}

.s2-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 22px;
  background: #050505 url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
  color: #ffffff;
}

.s2-about-cta h2 {
  margin: 0;
  color: #ffffff;
}

.s2-about-cta a,
.s2-success-actions a:first-child {
  background: #075cff;
  color: #ffffff;
}

.s2-success-main {
  background: #f3f4f6 url("images/design/hero-graffiti-bg-desktop.webp") center top / cover no-repeat;
}

.s2-success-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 20px;
}

.s2-success-card,
.s2-success-summary {
  padding: 28px;
}

.s2-success-card {
  text-align: center;
}

.s2-success-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
  font-weight: 950;
}

.s2-success-order {
  display: inline-grid;
  gap: 4px;
  margin: 10px 0;
  padding: 12px 18px;
  border-radius: 8px;
  background: #eef4ff;
}

.s2-success-order span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.s2-success-order strong {
  font-size: 22px;
}

.s2-success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.s2-success-actions a + a {
  border: 1px solid #151515;
  background: #ffffff;
  color: #0b0b0f;
}

.s2-success-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e3e7ef;
}

.s2-success-line--total {
  color: #075cff;
  font-size: 18px;
  font-weight: 950;
}

@media (max-width: 1099px) {
  .s2-contact-grid,
  .s2-about-values,
  .s2-about-benefit-grid,
  .s2-success-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s2-contact-layout,
  .s2-about-story,
  .s2-success-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .s2-detail-quickfacts,
  .s2-contact-grid,
  .s2-about-values,
  .s2-about-benefit-grid,
  .s2-success-trust {
    grid-template-columns: 1fr;
  }

  .s2-contact-main,
  .s2-about-main,
  .s2-success-main {
    padding: 22px 14px 30px;
  }

  .s2-contact-card {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 15px;
  }

  .s2-contact-card img,
  .s2-success-trust img,
  .s2-about-benefit-grid img {
    width: 48px;
    height: 48px;
  }

  .s2-about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.s2-pagehero-section--legal .s2-pagehero-copy h1 {
  max-width: 980px;
  font-size: clamp(36px, 4.4vw, 68px);
}

.s2-pagehero-section--legal .s2-pagehero-copy,
.s2-pagehero-section--legal .s2-pagehero-proof {
  min-width: 0;
}

.s2-pagehero-section--legal .s2-pagehero-copy h1,
.s2-pagehero-section--legal .s2-pagehero-copy p,
.s2-pagehero-section--legal .s2-pagehero-proof strong,
.s2-pagehero-section--legal .s2-pagehero-proof span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s2-legal-shell {
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(22px, 3vw, 44px);
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 11, 15, 0.08);
}

.s2-legal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.s2-legal-head > div {
  min-width: 0;
}

.s2-legal-head span,
.s2-legal-number {
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.s2-legal-head h2 {
  margin: 6px 0 10px;
  color: #0b0b0f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-legal-head p {
  max-width: 820px;
  margin: 0;
  color: #343944;
  font-size: 16px;
  line-height: 1.5;
}

.s2-legal-head h2,
.s2-legal-head p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s2-legal-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #050505;
  color: #ffffff;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.s2-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.s2-legal-card-item,
.s2-legal-formbox,
.s2-legal-note {
  min-width: 0;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.06);
}

.s2-legal-card-item,
.s2-legal-formbox {
  padding: 22px;
}

.s2-legal-card-item--wide {
  grid-column: span 2;
}

.s2-legal-card-item h3,
.s2-legal-formbox h3 {
  margin: 8px 0 10px;
  color: #0b0b0f;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 950;
}

.s2-legal-card-item p,
.s2-legal-card-item address,
.s2-legal-formbox p,
.s2-legal-note span {
  color: #343944;
  font-size: 15px;
  line-height: 1.52;
}

.s2-legal-card-item p,
.s2-legal-formbox p {
  margin: 0;
}

.s2-legal-card-item p + p,
.s2-legal-template p + p {
  margin-top: 8px;
}

.s2-legal-card-item a {
  color: #075cff;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s2-legal-address {
  margin: 0;
  font-style: normal;
}

.s2-legal-formbox {
  margin-top: 18px;
  background: #ffffff;
}

.s2-legal-template {
  margin-top: 14px;
  padding: 16px;
  border-left: 5px solid #ed1029;
  border-radius: 8px;
  background: #f3f4f6;
}

.s2-legal-note {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding: 16px 18px;
  background: #050505;
}

.s2-legal-note strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-legal-note span {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1099px) {
  .s2-legal-head {
    flex-direction: column;
  }

  .s2-legal-support {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .s2-pagehero-section--legal .s2-pagehero-copy h1 {
    font-size: 30px;
  }

  .s2-legal-shell {
    padding: 18px 14px;
  }

  .s2-legal-head h2 {
    font-size: 30px;
  }

  .s2-legal-grid {
    grid-template-columns: 1fr;
  }

  .s2-legal-card-item--wide {
    grid-column: auto;
  }

  .s2-legal-support {
    width: 100%;
  }
}

.s2-pagehero-section--cart .s2-pagehero-copy,
.s2-pagehero-section--cart .s2-pagehero-proof,
.s2-pagehero-section--checkout .s2-pagehero-copy,
.s2-pagehero-section--checkout .s2-pagehero-proof,
.s2-pagehero-section--cancel .s2-pagehero-copy,
.s2-pagehero-section--cancel .s2-pagehero-proof,
.s2-pagehero-section--service .s2-pagehero-copy,
.s2-pagehero-section--service .s2-pagehero-proof {
  min-width: 0;
}

.s2-pagehero-section--cart .s2-pagehero-copy h1,
.s2-pagehero-section--checkout .s2-pagehero-copy h1,
.s2-pagehero-section--cancel .s2-pagehero-copy h1,
.s2-pagehero-section--service .s2-pagehero-copy h1 {
  max-width: 980px;
  font-size: clamp(36px, 4.4vw, 68px);
}

.s2-pagehero-section--cart .s2-pagehero-copy h1,
.s2-pagehero-section--cart .s2-pagehero-copy p,
.s2-pagehero-section--cart .s2-pagehero-proof strong,
.s2-pagehero-section--cart .s2-pagehero-proof span,
.s2-pagehero-section--checkout .s2-pagehero-copy h1,
.s2-pagehero-section--checkout .s2-pagehero-copy p,
.s2-pagehero-section--checkout .s2-pagehero-proof strong,
.s2-pagehero-section--checkout .s2-pagehero-proof span,
.s2-pagehero-section--cancel .s2-pagehero-copy h1,
.s2-pagehero-section--cancel .s2-pagehero-copy p,
.s2-pagehero-section--cancel .s2-pagehero-proof strong,
.s2-pagehero-section--cancel .s2-pagehero-proof span,
.s2-pagehero-section--service .s2-pagehero-copy h1,
.s2-pagehero-section--service .s2-pagehero-copy p,
.s2-pagehero-section--service .s2-pagehero-proof strong,
.s2-pagehero-section--service .s2-pagehero-proof span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s2-cart-list-head,
.s2-cart-copy,
.s2-cart-actions,
.s2-checkout-product,
.s2-service-head > div,
.s2-service-card,
.s2-service-result,
.s2-claim-card,
.s2-claim-form,
.s2-claim-aside {
  min-width: 0;
}

.s2-cart-list-head {
  padding: 20px 22px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.06);
}

.s2-cart-list-head span,
.s2-service-head span,
.s2-service-card > span {
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-cart-list-head h2,
.s2-service-head h2,
.s2-service-result h2 {
  margin: 6px 0 8px;
  color: #0b0b0f;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-cart-list-head p,
.s2-cart-copy p,
.s2-service-head p,
.s2-service-card p,
.s2-service-result p,
.s2-service-trust-grid p,
.s2-payment-faq p,
.s2-return-address,
.s2-claim-card p {
  color: #343944;
  font-size: 15px;
  line-height: 1.52;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-cart-list-head p,
.s2-service-head p,
.s2-service-card p,
.s2-service-result p,
.s2-claim-card p {
  margin: 0;
}

.s2-cart-item--service {
  grid-template-columns: 146px minmax(0, 1fr) minmax(92px, auto) minmax(150px, auto);
}

.s2-cart-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  border-radius: 8px;
  background: #eef4ff url("images/design/product-card-bg-blue-1.webp") center / cover no-repeat;
}

.s2-cart-media--red {
  background-image: url("images/design/product-card-bg-red-1.webp");
}

.s2-cart-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #075cff;
  color: #ffffff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-cart-media--red .s2-cart-badge {
  background: #ed1029;
}

.s2-cart-copy h2 {
  overflow-wrap: anywhere;
}

.s2-cart-delivery {
  display: inline-flex;
  margin-top: 10px;
  color: #057a27;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  text-decoration: none;
}

.s2-cart-delivery:hover,
.s2-cart-delivery:focus-visible {
  color: #075cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.s2-checkout-support-note a,
.s2-checkout-support-note button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #075cff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.s2-checkout-support-note a:hover,
.s2-checkout-support-note a:focus-visible,
.s2-checkout-support-note button:hover,
.s2-checkout-support-note button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.s2-cart-actions {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.s2-cart-coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 16px 0;
}

.s2-cart-coupon input {
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #cfd6e2;
  border-radius: 6px;
  font: inherit;
}

.s2-cart-coupon button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #151515;
  border-radius: 6px;
  background: #ffffff;
  font-weight: 950;
}

.s2-cart-empty,
.s2-checkout-alert {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(211, 47, 47, 0.22);
  border-radius: 7px;
  background: #fff4f4;
  color: #8a1f1f;
  font-weight: 800;
  line-height: 1.4;
}

.s2-cart-line-total {
  justify-items: end;
  text-align: right;
}

.s2-checkout-payment-preview,
.s2-cancel-summary {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #dfe4ec;
  border-radius: 7px;
  background: #f8fafc;
}

.s2-checkout-payment-preview[hidden] {
  display: none;
}

.s2-cancel-summary {
  margin-top: 16px;
}

.s2-cart-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.s2-cart-payments span,
.s2-cart-payments a {
  padding: 7px 10px;
  border: 1px solid #dfe4ec;
  border-radius: 6px;
  background: #f8fafc;
  color: #0b0b0f;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  text-transform: uppercase;
}

.s2-cart-payments a:hover,
.s2-cart-payments a:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  color: #075cff;
  outline: none;
}

.s2-cart-summary--sticky {
  align-self: start;
  position: sticky;
  top: 16px;
}

.s2-cart-shoplink {
  justify-self: start;
}

.s2-checkout-stepper--service {
  gap: 12px;
}

.s2-checkout-method-grid,
.s2-checkout-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.s2-checkout-choice.is-selected {
  border-color: #075cff;
  box-shadow: 0 0 0 1px rgba(7, 92, 255, 0.25);
}

.s2-checkout-choice span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.s2-checkout-choice strong {
  color: #0b0b0f;
  font-weight: 950;
}

.s2-checkout-choice b {
  margin-left: auto;
  color: #075cff;
}

.s2-checkout-payment-options > .s2-checkout-choice {
  display: flex;
  align-items: flex-start;
  grid-column: 1 / -1;
  width: 100%;
}

.s2-checkout-payment-options > .s2-checkout-choice > input[type="radio"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #075cff;
}

.s2-checkout-payment-options .choice-card__label {
  display: grid;
  flex: 1 1 0;
  gap: 4px;
  min-width: 0;
}

.s2-checkout-payment-options .choice-card__title,
.s2-checkout-payment-options .choice-card__hint {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.s2-checkout-payment-options .choice-card__title {
  color: #0b0b0f;
  font-weight: 950;
}

.s2-checkout-payment-options .choice-card__hint {
  color: #343944;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  text-transform: none;
}

.s2-checkout-payment-options > span,
.s2-checkout-payment-options > a {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 13px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8fafc;
  color: #0b0b0f;
  font-weight: 950;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.s2-checkout-payment-options > a:hover,
.s2-checkout-payment-options > a:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  color: #075cff;
  outline: none;
}

.s2-checkout-summary--service > a {
  display: flex;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  text-align: center;
}

.s2-checkout-summary--service > .s2-checkout-support-note + a {
  margin-top: 14px;
}

.s2-checkout-summary--service > a + a {
  margin-top: 12px;
}

.s2-checkout-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e3e7ef;
}

.s2-checkout-product img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.s2-checkout-product strong,
.s2-checkout-product span {
  display: block;
}

.s2-checkout-product strong {
  color: #0b0b0f;
  overflow-wrap: anywhere;
}

.s2-checkout-product span {
  color: #667085;
  font-size: 13px;
}

.s2-checkout-product b {
  color: #0b0b0f;
}

.s2-service-main,
.s2-payment-main,
.s2-shipping-main,
.s2-return-main,
.s2-claim-main {
  background: #f3f4f6;
  padding: 28px 24px 38px;
}

.s2-service-shell,
.s2-claim-shell,
.s2-service-result,
.s2-service-trust-grid {
  width: min(100%, 1500px);
  margin: 0 auto;
}

.s2-service-shell,
.s2-claim-shell {
  padding: clamp(22px, 3vw, 44px);
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(11, 11, 15, 0.08);
}

.s2-service-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.s2-service-head h2,
.s2-service-head p,
.s2-service-card h3,
.s2-service-card p,
.s2-service-result h2,
.s2-service-result p,
.s2-return-address,
.s2-claim-card h3,
.s2-claim-card p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.s2-service-support,
.s2-service-actions a,
.s2-return-address a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  background: #075cff;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.s2-service-support {
  min-width: 280px;
  border: 0;
  background: #050505;
  color: #ffffff;
}

.s2-service-support:hover,
.s2-service-support:focus-visible,
.s2-legal-support:hover,
.s2-legal-support:focus-visible {
  background: #121212;
  color: #ffffff;
  outline: 2px solid rgba(255, 255, 255, 0.52);
  outline-offset: 2px;
}

.s2-card-button,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn,
.s2-product-detail-cart,
.s2-checkout-submit,
.s2-legal-support,
.s2-service-support {
  color: #ffffff !important;
}

.s2-card-button > *,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn > *,
.s2-product-detail-cart > *,
.s2-checkout-submit > *,
.s2-legal-support > *,
.s2-service-support > * {
  color: inherit !important;
}

.s2-card-button:hover,
.s2-card-button:focus-visible,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn:hover,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn:focus-visible,
.s2-product-detail-cart:hover,
.s2-product-detail-cart:focus-visible,
.s2-checkout-submit:hover,
.s2-checkout-submit:focus-visible,
.s2-legal-support:hover,
.s2-legal-support:focus-visible,
.s2-service-support:hover,
.s2-service-support:focus-visible {
  color: #ffffff !important;
}

.s2-card-button:is(:active, :focus-visible),
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn:is(:active, :focus-visible),
.s2-product-detail-cart:is(:active, :focus-visible),
.s2-checkout-submit:is(:active, :focus-visible),
.s2-legal-support:is(:active, :focus-visible),
.s2-service-support:is(:active, :focus-visible) {
  color: #ffffff !important;
}

.s2-card-button:is(:hover, :active, :focus-visible) > *,
body:not(.s2-page):has(> .s2-topbar + .s2-header + .s2-nav + .s2-hero) .s2-product-card-btn:is(:hover, :active, :focus-visible) > *,
.s2-product-detail-cart:is(:hover, :active, :focus-visible) > *,
.s2-checkout-submit:is(:hover, :active, :focus-visible) > *,
.s2-legal-support:is(:hover, :active, :focus-visible) > *,
.s2-service-support:is(:hover, :active, :focus-visible) > * {
  color: inherit !important;
}

.s2-service-grid,
.s2-service-trust-grid,
.s2-payment-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.s2-service-card,
.s2-service-trust-grid article,
.s2-service-trust-grid a,
.s2-service-trust-grid button,
.s2-payment-faq,
.s2-payment-faq-grid article,
.s2-shipping-timeline article,
.s2-shipping-timeline a,
.s2-return-address,
.s2-service-result,
.s2-claim-form,
.s2-claim-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.06);
}

.s2-service-card,
.s2-service-trust-grid article,
.s2-service-trust-grid a,
.s2-service-trust-grid button,
.s2-payment-faq,
.s2-payment-faq-grid article,
.s2-shipping-timeline article,
.s2-shipping-timeline a,
.s2-return-address,
.s2-service-result,
.s2-claim-form,
.s2-claim-card {
  padding: 22px;
}

.s2-service-card h3,
.s2-service-trust-grid h3,
.s2-payment-faq h3,
.s2-claim-card h3 {
  margin: 8px 0 10px;
  color: #0b0b0f;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: normal;
}

.s2-service-trust-grid {
  margin-top: 18px;
}

.s2-service-trust-grid article,
.s2-service-trust-grid a,
.s2-service-trust-grid button {
  display: grid;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  text-align: left;
}

.s2-service-trust-grid a:hover,
.s2-service-trust-grid a:focus-visible,
.s2-service-trust-grid button:hover,
.s2-service-trust-grid button:focus-visible,
.s2-shipping-timeline a:hover,
.s2-shipping-timeline a:focus-visible {
  border-color: rgba(7, 92, 255, 0.46);
  box-shadow: 0 10px 24px rgba(7, 92, 255, 0.14);
  outline: none;
}

.s2-service-trust-grid img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.s2-service-trust-grid span,
.s2-service-result-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.s2-service-result {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  max-width: 1200px;
  background: #ffffff;
}

.s2-service-result--cancel .s2-service-result-mark {
  width: 88px;
  height: 88px;
  background: #ed1029;
  font-size: 52px;
}

.s2-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.s2-service-actions a + a {
  border: 1px solid #151515;
  background: #ffffff;
  color: #0b0b0f;
}

.s2-service-result + .s2-service-trust-grid {
  margin-top: 22px;
}

.s2-payment-faq,
.s2-shipping-timeline,
.s2-return-address {
  margin-top: 18px;
}

.s2-payment-faq h3 {
  margin-top: 0;
}

.s2-payment-faq-grid article {
  background: #ffffff;
}

.s2-payment-faq-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #0b0b0f;
  font-weight: 950;
}

.s2-shipping-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.s2-shipping-timeline article,
.s2-shipping-timeline a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
}

.s2-shipping-timeline strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
}

.s2-shipping-timeline span {
  color: #0b0b0f;
  font-weight: 950;
}

.s2-return-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: #050505 url("images/design/hero-graffiti-bg-desktop.webp") center / cover no-repeat;
  color: #ffffff;
}

.s2-return-address span,
.s2-return-address address {
  display: block;
}

.s2-return-address span {
  color: #7aa8ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-return-address address {
  margin-top: 8px;
  font-style: normal;
  line-height: 1.55;
}

.s2-claim-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 24px;
}

.s2-claim-form {
  background: #ffffff;
}

.s2-claim-aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.s2-claim-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  background: #ffffff;
}

.s2-claim-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #075cff;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

.s2-claim-card:nth-child(2) span {
  background: #ed1029;
}

.s2-claim-card h3 {
  margin-top: 0;
}

.s2-pagehero-section--legal .s2-pagehero-inner,
.s2-pagehero-section--service .s2-pagehero-inner,
.s2-pagehero-section--contact .s2-pagehero-inner,
.s2-pagehero-section--about .s2-pagehero-inner,
.s2-pagehero-section--faq .s2-pagehero-inner,
.s2-legal-shell,
.s2-service-shell,
.s2-claim-shell,
.s2-contact-shell,
.s2-about-story,
.s2-about-values,
.s2-about-benefits,
.s2-about-cta,
.s2-faq-list {
  box-sizing: border-box;
  width: min(100%, 1500px);
  margin-inline: auto;
  padding-inline: clamp(14px, 2.4vw, 24px);
}

.s2-pagehero-section--legal .s2-pagehero-inner,
.s2-pagehero-section--service .s2-pagehero-inner,
.s2-pagehero-section--contact .s2-pagehero-inner,
.s2-pagehero-section--about .s2-pagehero-inner,
.s2-pagehero-section--faq .s2-pagehero-inner,
.s2-legal-head,
.s2-service-head,
.s2-contact-layout,
.s2-claim-layout,
.s2-about-story {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
}

.s2-pagehero-section--legal .s2-pagehero-proof,
.s2-pagehero-section--service .s2-pagehero-proof,
.s2-pagehero-section--contact .s2-pagehero-proof,
.s2-pagehero-section--about .s2-pagehero-proof,
.s2-pagehero-section--faq .s2-pagehero-proof,
.s2-legal-support,
.s2-service-support,
.s2-contact-note,
.s2-claim-aside,
.s2-about-quote {
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: 380px;
}

.s2-legal-head > div,
.s2-service-head > div,
.s2-contact-form,
.s2-contact-note,
.s2-claim-form,
.s2-claim-aside,
.s2-about-copy,
.s2-about-quote {
  min-width: 0;
}

.s2-legal-support,
.s2-service-support {
  min-width: 0;
}

@media (max-width: 1099px) {
  .s2-cart-item--service {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .s2-cart-item--service > strong,
  .s2-cart-actions {
    grid-column: 2;
    justify-self: start;
  }

  .s2-pagehero-section--legal .s2-pagehero-inner,
  .s2-pagehero-section--service .s2-pagehero-inner,
  .s2-pagehero-section--contact .s2-pagehero-inner,
  .s2-pagehero-section--about .s2-pagehero-inner,
  .s2-pagehero-section--faq .s2-pagehero-inner,
  .s2-legal-head,
  .s2-service-head,
  .s2-contact-layout,
  .s2-claim-layout,
  .s2-about-story {
    grid-template-columns: 1fr;
  }

  .s2-return-address {
    flex-direction: column;
    align-items: flex-start;
  }

  .s2-pagehero-section--legal .s2-pagehero-proof,
  .s2-pagehero-section--service .s2-pagehero-proof,
  .s2-pagehero-section--contact .s2-pagehero-proof,
  .s2-pagehero-section--about .s2-pagehero-proof,
  .s2-pagehero-section--faq .s2-pagehero-proof,
  .s2-legal-support,
  .s2-service-support,
  .s2-contact-note,
  .s2-claim-aside,
  .s2-about-quote {
    max-width: none;
    justify-self: stretch;
  }

  .s2-legal-support,
  .s2-service-support {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .s2-pagehero-section--cart .s2-pagehero-copy h1,
  .s2-pagehero-section--checkout .s2-pagehero-copy h1,
  .s2-pagehero-section--cancel .s2-pagehero-copy h1,
  .s2-pagehero-section--service .s2-pagehero-copy h1 {
    font-size: 30px;
  }

  .s2-cart-item--service {
    grid-template-columns: 1fr;
  }

  .s2-cart-media {
    min-height: 160px;
  }

  .s2-cart-item--service > strong,
  .s2-cart-actions {
    grid-column: auto;
  }

  .s2-cart-actions {
    justify-items: start;
  }

  .s2-cart-actions .s2-cart-remove {
    grid-column: auto;
  }

  .s2-cart-coupon,
  .s2-checkout-method-grid,
  .s2-checkout-payment-options,
  .s2-service-grid,
  .s2-service-trust-grid,
  .s2-payment-faq-grid,
  .s2-shipping-timeline {
    grid-template-columns: 1fr;
  }

  .s2-cart-summary--sticky {
    position: static;
  }

  .s2-service-main,
  .s2-payment-main,
  .s2-shipping-main,
  .s2-return-main,
  .s2-claim-main {
    padding: 22px 14px 30px;
  }

  .s2-service-shell,
  .s2-claim-shell {
    padding: 18px 14px;
  }

  .s2-service-head h2,
  .s2-cart-list-head h2,
  .s2-service-result h2 {
    font-size: 30px;
  }

  .s2-service-support,
  .s2-return-address a {
    width: 100%;
  }

  .s2-service-result {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .s2-service-result-mark,
  .s2-service-result--cancel .s2-service-result-mark {
    margin: 0 auto;
  }

  .s2-service-actions {
    justify-content: center;
  }

  .s2-checkout-product {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .s2-checkout-product b {
    grid-column: 2;
  }

  .s2-claim-card {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 16px;
  }

  .s2-claim-card span {
    width: 42px;
    height: 42px;
  }
}

.s2-pagehero-section--legal .s2-pagehero-copy h1,
.s2-pagehero-section--service .s2-pagehero-copy h1,
.s2-pagehero-section--contact .s2-pagehero-copy h1,
.s2-pagehero-section--faq .s2-pagehero-copy h1,
.s2-pagehero-section--about .s2-pagehero-copy h1 {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.s2-legal-head,
.s2-service-head {
  display: grid;
}

.s2-legal-head h2,
.s2-service-head h2,
.s2-contact-intro h2,
.s2-about-copy h2,
.s2-service-result h2 {
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.s2-return-address > div {
  width: min(100%, 680px);
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(11, 11, 15, 0.08);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.92));
  box-shadow: 0 14px 30px rgba(11, 11, 15, 0.14);
}

.s2-return-address span {
  color: #075cff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.s2-return-address address {
  color: #0b0b0f;
  font-weight: 800;
}

@media (max-width: 767px) {
  .s2-pagehero-section--legal .s2-pagehero-copy h1,
  .s2-pagehero-section--service .s2-pagehero-copy h1,
  .s2-pagehero-section--contact .s2-pagehero-copy h1,
  .s2-pagehero-section--faq .s2-pagehero-copy h1,
  .s2-pagehero-section--about .s2-pagehero-copy h1 {
    font-size: clamp(1.8rem, 7vw, 2.35rem);
    line-height: 1;
  }

  .s2-legal-head h2,
  .s2-service-head h2,
  .s2-contact-intro h2,
  .s2-about-copy h2,
  .s2-service-result h2 {
    font-size: clamp(1.7rem, 6vw, 2.15rem);
    line-height: 1.02;
  }
}

@media (max-width: 430px) {
  .s2-pagehero-section--legal .s2-pagehero-copy h1,
  .s2-pagehero-section--service .s2-pagehero-copy h1,
  .s2-pagehero-section--contact .s2-pagehero-copy h1,
  .s2-pagehero-section--faq .s2-pagehero-copy h1,
  .s2-pagehero-section--about .s2-pagehero-copy h1 {
    font-size: clamp(1.65rem, 9vw, 2rem);
    letter-spacing: -0.035em;
  }

  .s2-legal-head h2,
  .s2-service-head h2,
  .s2-contact-intro h2,
  .s2-about-copy h2,
  .s2-service-result h2 {
    font-size: clamp(1.3rem, 6.8vw, 1.75rem);
  }
}

@media (max-width: 430px) {
  .s2-pagehero-proof,
  .s2-shop-trust-grid,
  .s2-info-grid,
  .s2-cart-trust,
  .s2-service-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .s2-pagehero-proof div,
  .s2-pagehero-proof a,
  .s2-pagehero-proof button,
  .s2-shop-trust-card,
  .s2-info-card,
  .s2-info-result,
  .s2-cart-trust article,
  .s2-cart-trust a,
  .s2-cart-trust button,
  .s2-service-trust-grid article,
  .s2-service-trust-grid a,
  .s2-service-trust-grid button {
    min-height: 0;
    padding: 8px 7px;
    align-content: start;
  }

  .s2-shop-trust-card span,
  .s2-info-result > span {
    min-height: 16px;
    padding: 0 5px;
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .s2-pagehero-proof strong,
  .s2-shop-trust-card h3,
  .s2-info-card h2,
  .s2-info-result h2,
  .s2-cart-trust h3,
  .s2-cart-trust strong,
  .s2-service-trust-grid h3 {
    margin: 7px 0 4px;
    font-size: clamp(7px, 1.95vw, 8.25px);
    line-height: 1.18;
    overflow: visible;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    text-wrap: pretty;
  }

  .s2-pagehero-proof span,
  .s2-shop-trust-card p,
  .s2-info-card p,
  .s2-info-result p,
  .s2-cart-trust p,
  .s2-cart-trust span,
  .s2-service-trust-grid p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #4f5969;
    font-size: clamp(8.25px, 2.25vw, 9px);
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .s2-legal-card-item h3,
  .s2-legal-formbox h3 {
    font-size: clamp(1.15rem, 5.5vw, 1.45rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }
}

@media (max-width: 430px) {
  .s2-pagehero-section--legal .s2-pagehero-copy h1,
  .s2-pagehero-section--service .s2-pagehero-copy h1 {
    font-size: clamp(1.35rem, 6.8vw, 1.65rem);
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .s2-pagehero-proof div,
  .s2-pagehero-proof a,
  .s2-pagehero-proof button,
  .s2-shop-trust-card,
  .s2-info-card,
  .s2-info-result,
  .s2-cart-trust article,
  .s2-cart-trust a,
  .s2-cart-trust button,
  .s2-service-trust-grid article,
  .s2-service-trust-grid a,
  .s2-service-trust-grid button {
    box-sizing: border-box;
  }

  .s2-shop-trust-card h3 {
    overflow-wrap: break-word;
  }
}

.s2-account-shell {
  display: grid;
  gap: 18px;
}

.s2-account-grid,
.s2-account-sections,
.s2-saved-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.s2-account-card,
.s2-saved-status-card,
.s2-saved-empty {
  display: grid;
  gap: 14px;
}

.s2-account-summary,
.s2-account-items,
.s2-account-links {
  display: grid;
  gap: 12px;
}

.account-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 14px;
  font-weight: 800;
}

.account-row span {
  color: #344054;
}

.account-row strong {
  color: #0b0b0f;
  font-size: 15px;
  font-weight: 950;
  text-align: right;
}

.mini-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  color: #0b0b0f;
  box-shadow: 0 8px 18px rgba(11, 11, 15, 0.05);
}

.mini-product img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: contain;
  background: #eef4ff;
}

.mini-product strong {
  display: block;
  color: #0b0b0f;
  font-size: 15px;
  font-weight: 950;
}

.subtle {
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
}

.s2-account-empty {
  padding: 14px 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  color: #475467;
  font-weight: 700;
  line-height: 1.45;
}

.s2-account-links a,
.s2-saved-actions a,
.s2-saved-card-meta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  color: #0b0b0f;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.s2-account-links a:hover,
.s2-saved-actions a:hover,
.s2-saved-card-meta a:hover {
  border-color: #075cff;
  color: #075cff;
}

.s2-saved-shell {
  display: grid;
  gap: 18px;
}

.s2-saved-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.s2-saved-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(11, 11, 15, 0.06);
}

.s2-saved-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 20px;
  background: #eef4ff url("images/design/product-card-bg-blue-1.webp") center / cover no-repeat;
}

.s2-saved-card-media img {
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  object-fit: contain;
}

.s2-saved-card-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.s2-saved-card-copy span {
  color: #075cff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.s2-saved-card-copy h3 {
  margin: 0;
  color: #0b0b0f;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 950;
}

.s2-saved-card-copy p {
  margin: 0;
  color: #475467;
  font-size: 14px;
  line-height: 1.5;
}

.s2-saved-card-meta {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.s2-saved-card-meta strong {
  color: #0b0b0f;
  font-size: 16px;
  font-weight: 950;
}

.s2-saved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1099px) {
  .s2-account-grid,
  .s2-account-sections,
  .s2-saved-status {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 519px) {
  .account-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .mini-product {
    grid-template-columns: 1fr;
  }

  .mini-product img {
    width: 96px;
    height: 96px;
  }

  .s2-saved-actions,
  .s2-account-links {
    grid-template-columns: 1fr;
  }

  .s2-saved-actions a,
  .s2-account-links a,
  .s2-saved-card-meta a {
    width: 100%;
  }
}

.s2-page.s2-store-opener-active {
  overflow: hidden;
}

.s2-store-opener {
  position: fixed;
  inset: 0;
  z-index: 1100;
  min-width: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: auto;
  background: radial-gradient(circle at 50% 50%, rgba(30, 9, 9, 0.28), rgba(4, 4, 7, 0.82) 74%);
  opacity: 1;
  visibility: visible;
  animation: s2-store-opener-fade 3.55s cubic-bezier(0.22, 0.76, 0.2, 1) forwards;
}

.s2-store-opener.is-closing,
.s2-store-opener[hidden] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.s2-store-opener::before,
.s2-store-opener::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s2-store-opener::before {
  background:
    linear-gradient(90deg, rgba(255, 220, 173, 0.18), transparent 12%, transparent 88%, rgba(255, 220, 173, 0.18)),
    radial-gradient(circle at 50% 0, rgba(255, 233, 192, 0.14), transparent 42%);
  opacity: 0.88;
}

.s2-store-opener::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34) 68%, rgba(0, 0, 0, 0.52));
}

.s2-store-opener__glow {
  position: absolute;
  inset: 8% 18% 14%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 235, 198, 0.28), rgba(255, 235, 198, 0.08) 28%, transparent 62%);
  filter: blur(12px);
  opacity: 0.75;
  animation: s2-store-glow 3.15s cubic-bezier(0.22, 0.76, 0.2, 1) forwards;
  pointer-events: none;
}

.s2-store-opener__valance {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(54px, 11vw, 118px);
  background:
    linear-gradient(180deg, rgba(62, 4, 7, 0.98), rgba(99, 9, 12, 0.96) 46%, rgba(53, 3, 7, 0.98)),
    repeating-linear-gradient(90deg, rgba(255, 225, 165, 0.13) 0 2px, rgba(120, 14, 18, 0) 2px 42px);
  box-shadow: inset 0 -14px 24px rgba(0, 0, 0, 0.28), 0 14px 24px rgba(0, 0, 0, 0.2);
}

.s2-store-opener__curtains {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  pointer-events: none;
}

.s2-store-opener__curtain {
  position: relative;
  min-width: 0;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 233, 186, 0.14), rgba(255, 255, 255, 0) 14%, rgba(80, 4, 8, 0.14) 38%, rgba(255, 215, 145, 0.1) 54%, rgba(79, 4, 8, 0.16) 72%, rgba(255, 255, 255, 0.03) 100%),
    repeating-linear-gradient(90deg, rgba(121, 10, 15, 0.98) 0 28px, rgba(145, 15, 20, 0.98) 28px 52px, rgba(92, 8, 13, 0.98) 52px 84px),
    linear-gradient(180deg, #5a050b, #7d0d13 28%, #5f050d 62%, #360207 100%);
  box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 232, 193, 0.06);
  transform: translateX(0) scaleX(1);
}

.s2-store-opener__curtain::before,
.s2-store-opener__curtain::after {
  content: "";
  position: absolute;
  inset: 0;
}

.s2-store-opener__curtain::before {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 2px, transparent 2px 34px);
  mix-blend-mode: screen;
  opacity: 0.26;
}

.s2-store-opener__curtain::after {
  background: linear-gradient(180deg, rgba(255, 230, 172, 0.16), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.18));
  opacity: 0.78;
}

.s2-store-opener__curtain--left {
  transform-origin: left center;
  animation: s2-store-curtain-left 3.2s cubic-bezier(0.18, 0.78, 0.16, 1) forwards;
}

.s2-store-opener__curtain--right {
  transform-origin: right center;
  animation: s2-store-curtain-right 3.2s cubic-bezier(0.18, 0.78, 0.16, 1) forwards;
}

.s2-store-opener__button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 240px);
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid rgba(255, 233, 186, 0.34);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(24, 18, 12, 0.88), rgba(10, 8, 7, 0.94));
  color: #fff7ea;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 235, 198, 0.18);
}

.s2-store-opener__button:hover,
.s2-store-opener__button:focus-visible {
  border-color: rgba(255, 233, 186, 0.62);
  color: #ffffff;
  outline: 2px solid rgba(255, 233, 186, 0.38);
  outline-offset: 4px;
}

@keyframes s2-store-curtain-left {
  0%, 18% { transform: translateX(0) scaleX(1); }
  100% { transform: translateX(-108%) scaleX(0.98); }
}

@keyframes s2-store-curtain-right {
  0%, 18% { transform: translateX(0) scaleX(1); }
  100% { transform: translateX(108%) scaleX(0.98); }
}

@keyframes s2-store-glow {
  0%, 16% { opacity: 0.16; transform: scale(0.94); }
  100% { opacity: 0.58; transform: scale(1.04); }
}

@keyframes s2-store-opener-fade {
  0%, 86% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .s2-store-opener {
    min-height: 100svh;
  }

  .s2-store-opener__valance {
    height: clamp(46px, 14vw, 86px);
  }

  .s2-store-opener__glow {
    inset: 10% 12% 18%;
  }

  .s2-store-opener__button {
    min-width: min(100%, 220px);
    min-height: 52px;
    padding: 0 24px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .s2-store-opener {
    animation-duration: 0.2s !important;
  }

  .s2-store-opener__curtain--left {
    animation-duration: 0.24s !important;
    transform: translateX(-108%) scaleX(0.98);
  }

  .s2-store-opener__curtain--right {
    animation-duration: 0.24s !important;
    transform: translateX(108%) scaleX(0.98);
  }

  .s2-store-opener__glow {
    animation-duration: 0.2s !important;
  }
}
