@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --sr-cream: #f7faff;
  --sr-paper: #ffffff;
  --sr-sage: #ebf1f8;
  --sr-green: #144f98;
  --sr-green-deep: #103f7c;
  --sr-blue: #144f98;
  --sr-blue-deep: #0b3d77;
  --sr-orange: #fcc000;
  --sr-alert: #df4b25;
  --sr-ink: #223247;
  --sr-muted: #667688;
  --sr-line: rgba(20, 79, 152, 0.12);
  --sr-line-strong: rgba(20, 79, 152, 0.2);
  --sr-cloud: rgba(235, 241, 248, 0.9);
  --sr-gold-wash: rgba(252, 192, 0, 0.16);
  --sr-shadow: 0 24px 60px rgba(13, 63, 122, 0.12);
  --sr-radius-xl: 32px;
  --sr-radius-lg: 24px;
  --sr-radius-md: 18px;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--sr-ink);
  background:
    radial-gradient(circle at top left, rgba(20, 79, 152, 0.08), transparent 24%),
    radial-gradient(circle at top right, rgba(252, 192, 0, 0.22), transparent 16%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 58%, #f7f9fc 100%);
}

#header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(248, 251, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(13, 63, 122, 0.08);
  overflow: visible;
}

#header .header-banner,
#header .header-nav,
#header .header-top {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
.products-section-title,
.sr-home-intro strong {
  font-family: 'Fraunces', serif;
  letter-spacing: -0.02em;
}

.header-nav {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 79, 152, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(13, 63, 122, 0.06);
}

.header-nav .opening-hours {
  color: var(--sr-muted);
  font-size: 0.92rem;
}

.header-nav .user-info a,
.header-nav .blockcart .header {
  color: var(--sr-green-deep);
  font-weight: 700;
}

#_desktop_cart .blockcart,
#_mobile_cart .blockcart {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 63, 122, 0.06);
}

.header-top {
  background: transparent;
  padding: 0.65rem 0 1.25rem;
}

.header-banner {
  min-height: 12px;
  background: linear-gradient(90deg, #f6b800 0%, #fcc000 50%, #ffd765 100%);
}

.header-top .top-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.header-top .top-menu > li > a {
  border: 1px solid var(--sr-line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--sr-green-deep);
  font-weight: 700;
  padding: 0.8rem 1.1rem;
  box-shadow: 0 10px 24px rgba(13, 63, 122, 0.06);
}

.header-top .top-menu > li > a:hover,
.header-top .top-menu > li:hover > a {
  background: var(--sr-orange);
  border-color: var(--sr-orange);
  color: var(--sr-blue-deep);
}

#search_widget,
.search-widget,
#search_widget form,
.search-widget form {
  position: relative;
}

#search_widget input[type="text"],
.search-widget input[type="text"] {
  border: 1px solid var(--sr-line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(13, 63, 122, 0.06);
}

.btn-primary,
.block_newsletter form input[type="submit"],
.block_newsletter .btn-primary {
  border-color: var(--sr-blue);
  background: linear-gradient(180deg, var(--sr-blue), var(--sr-blue-deep));
  color: #fff;
  box-shadow: 0 16px 28px rgba(20, 79, 152, 0.18);
}

.btn-primary:hover,
.block_newsletter form input[type="submit"]:hover,
.block_newsletter .btn-primary:hover {
  border-color: var(--sr-orange);
  background: var(--sr-orange);
  color: var(--sr-blue-deep);
  box-shadow: none;
}

.btn-secondary {
  border-color: var(--sr-line-strong);
  background: rgba(255, 255, 255, 0.96);
  color: var(--sr-blue-deep);
}

.btn-secondary:hover {
  border-color: var(--sr-orange);
  background: rgba(252, 192, 0, 0.18);
  color: var(--sr-blue-deep);
}

#wrapper {
  background: transparent;
}

.breadcrumb {
  display: none;
}

#content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.page-home {
  display: flex;
  flex-direction: column;
  padding-top: 0.4rem;
}

.sr-home-intro {
  order: -20;
  margin-bottom: 2rem;
}

.sr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  padding: clamp(1.5rem, 3vw, 3rem);
  border-radius: var(--sr-radius-xl);
  background:
    radial-gradient(circle at top right, rgba(252, 192, 0, 0.24), transparent 22%),
    radial-gradient(circle at top left, rgba(20, 79, 152, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 241, 248, 0.96) 72%, rgba(252, 192, 0, 0.12) 100%);
  border: 1px solid rgba(20, 79, 152, 0.08);
  box-shadow: var(--sr-shadow);
  overflow: hidden;
  position: relative;
}

.sr-hero::after {
  content: '';
  position: absolute;
  inset: auto -80px -90px auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(252, 192, 0, 0.18);
  filter: blur(8px);
}

.sr-copy,
.sr-panels {
  position: relative;
  z-index: 1;
}

.sr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--sr-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sr-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(20, 79, 152, 0.38);
}

.sr-copy h1 {
  max-width: 12ch;
  margin: 0 0 1rem;
  color: var(--sr-green-deep);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.sr-lead {
  max-width: 52ch;
  margin-bottom: 1.5rem;
  color: var(--sr-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.sr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.6rem;
}

.sr-actions .btn {
  min-width: 180px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.95rem 1.4rem;
}

.sr-actions .btn-primary {
  border-color: var(--sr-green);
  background: linear-gradient(180deg, var(--sr-blue), var(--sr-blue-deep));
  color: #fff;
  box-shadow: 0 14px 30px rgba(20, 79, 152, 0.22);
}

.sr-actions .btn-primary:hover {
  border-color: var(--sr-orange);
  background: var(--sr-orange);
  color: var(--sr-blue-deep);
}

.sr-actions .btn-secondary {
  border-color: rgba(20, 79, 152, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--sr-blue-deep);
}

.sr-actions .btn-secondary:hover {
  border-color: var(--sr-orange);
  background: rgba(252, 192, 0, 0.18);
  color: var(--sr-blue-deep);
}

.sr-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.sr-benefit {
  min-height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid var(--sr-line);
  border-radius: var(--sr-radius-md);
  background: rgba(255, 255, 255, 0.84);
}

.sr-benefit strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--sr-green-deep);
  font-size: 1.05rem;
}

.sr-benefit span {
  color: var(--sr-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.sr-panels {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.sr-panel {
  display: block;
  padding: 1.25rem 1.35rem;
  border-radius: var(--sr-radius-lg);
  border: 1px solid rgba(20, 79, 152, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 244, 251, 0.96));
  box-shadow: 0 18px 40px rgba(13, 63, 122, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sr-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(13, 63, 122, 0.14);
  text-decoration: none;
}

.sr-panel-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--sr-green-deep);
  font-family: 'Fraunces', serif;
  font-size: 1.45rem;
}

.sr-panel-note {
  color: var(--sr-muted);
  line-height: 1.7;
}

.sr-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.sr-category-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 190px;
  padding: 1.4rem;
  border-radius: var(--sr-radius-lg);
  background: linear-gradient(180deg, rgba(235, 241, 248, 0.9), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(20, 79, 152, 0.08);
  box-shadow: 0 16px 34px rgba(13, 63, 122, 0.08);
  color: inherit;
  text-decoration: none;
}

.sr-category-card:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.sr-category-badge {
  color: rgba(13, 63, 122, 0.34);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.sr-category-card strong {
  color: var(--sr-green-deep);
  font-size: 1.5rem;
  line-height: 1.1;
}

.sr-category-card span:last-child {
  margin-top: auto;
  color: var(--sr-muted);
  font-weight: 700;
}

#custom-text {
  display: none;
}

.featured-products {
  padding: clamp(1.2rem, 3vw, 2rem);
  margin-top: 1.4rem;
  border-radius: var(--sr-radius-xl);
  border: 1px solid rgba(20, 79, 152, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 241, 248, 0.72));
  box-shadow: var(--sr-shadow);
}

.products-section-title {
  margin-bottom: 1.4rem;
  color: var(--sr-green-deep);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  text-transform: none !important;
}

.featured-products .products {
  margin-left: -0.55rem;
  margin-right: -0.55rem;
}

.featured-products .products > div {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  border-radius: var(--sr-radius-lg);
  border: 1px solid var(--sr-line);
  background: #fff;
  box-shadow: 0 18px 40px rgba(13, 63, 122, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-miniature .thumbnail-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(13, 63, 122, 0.14);
}

.product-miniature .product-thumbnail img {
  border-radius: 16px;
  background: var(--sr-paper);
}

.product-miniature .product-description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-miniature .product-title {
  min-height: 3.15rem;
  margin-top: 0.85rem;
}

.product-miniature .product-title a {
  color: var(--sr-green-deep);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.product-miniature .product-price-and-shipping {
  margin-top: auto;
  padding-top: 0.7rem;
  color: var(--sr-alert);
  font-size: 1.1rem;
  font-weight: 800;
}

.product-miniature .highlighted-informations,
.product-miniature .variant-links,
.product-miniature .product-flags {
  display: none;
}

.product-miniature .product-price-and-shipping .price {
  color: var(--sr-alert);
}

.featured-products .all-product-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--sr-blue);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.featured-products .all-product-link:hover {
  background: var(--sr-orange);
  color: var(--sr-blue-deep);
  text-decoration: none;
}

.block_newsletter {
  background: linear-gradient(180deg, rgba(235, 241, 248, 0.88), rgba(255, 255, 255, 0.98));
}

.block_newsletter form input[type="email"] {
  border: 1px solid rgba(20, 79, 152, 0.12);
  border-radius: 999px;
  background: #fff;
}

.block_newsletter,
.footer-container {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#footer {
  margin-top: 3rem;
  background:
    radial-gradient(circle at top right, rgba(252, 192, 0, 0.16), transparent 18%),
    linear-gradient(180deg, #103f7c 0%, #082f61 100%);
  color: rgba(255, 255, 255, 0.88);
  border-top: 6px solid var(--sr-orange);
}

#footer .h3,
#footer .h4,
#footer .block-contact-title,
#footer .myaccount-title a {
  color: #fff;
  font-family: 'Fraunces', serif;
}

#footer a,
#footer .opening-hours,
#footer .text-muted,
#footer p,
#footer li {
  color: rgba(255, 255, 255, 0.74);
}

#footer a:hover {
  color: #fff;
}

.page-product #wrapper .container {
  max-width: 1320px;
}

.page-product #main {
  padding-top: 1rem;
}

.page-product .product-container {
  margin: 0;
  padding: 1.75rem;
  border-radius: 34px;
  border: 1px solid var(--sr-line);
  background:
    radial-gradient(circle at top right, rgba(252, 192, 0, 0.16), transparent 22%),
    radial-gradient(circle at top left, rgba(20, 79, 152, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 241, 248, 0.94));
  box-shadow: var(--sr-shadow);
  align-items: flex-start;
}

.page-product .product-container > .col-md-6 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.page-product .product-container > .col-md-6:first-child {
  flex: 0 0 58%;
  max-width: 58%;
}

.page-product .product-container > .col-md-6:last-child {
  flex: 0 0 42%;
  max-width: 42%;
}

.page-product .page-content {
  position: sticky;
  top: 1.5rem;
  padding: 1.15rem;
  border: 1px solid var(--sr-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 48px rgba(13, 63, 122, 0.09);
}

.page-product .images-container {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.page-product .product-cover {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 620px;
  padding: 1.2rem;
  border: 1px solid var(--sr-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 241, 248, 0.9));
  overflow: hidden;
}

.page-product .product-cover img {
  width: 100%;
  max-height: 580px;
  object-fit: contain;
}

.page-product .product-flags {
  position: absolute;
  left: 2.4rem;
  top: 2.25rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.page-product .product-flag {
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 79, 152, 0.92);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.8rem;
  text-transform: uppercase;
}

.page-product .product-flag.discount {
  background: rgba(223, 75, 37, 0.95);
}

.page-product .js-qv-mask {
  width: 84px;
}

.page-product .product-images {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.page-product .thumb-container {
  margin: 0;
}

.page-product .thumb {
  display: block;
  width: 100%;
  border: 1px solid var(--sr-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 63, 122, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.page-product .thumb:hover,
.page-product .thumb.selected {
  border-color: var(--sr-green);
  transform: translateY(-2px);
}

.page-product .scroll-box-arrows {
  display: none;
}

.page-product .layer {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(13, 63, 122, 0.12);
}

.page-product .layer .zoom-in {
  color: var(--sr-green-deep);
}

.page-product h1.h1 {
  margin-bottom: 1rem;
  color: var(--sr-green-deep);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.03;
  text-transform: none;
}

.page-product .product-prices {
  margin-bottom: 1rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--sr-line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 241, 248, 0.76));
}

.page-product .product-discount {
  margin-bottom: 0.35rem;
}

.page-product .regular-price {
  color: var(--sr-muted);
  font-size: 1rem;
  font-weight: 700;
}

.page-product .current-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.page-product .current-price-value {
  color: var(--sr-alert);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
}

.page-product .discount-percentage {
  border-radius: 999px;
  background: rgba(252, 192, 0, 0.2);
  color: var(--sr-blue-deep);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
}

.page-product .tax-shipping-delivery-label {
  margin-top: 0.55rem;
  color: var(--sr-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.page-product .product-information {
  padding: 1.35rem;
  border: 1px solid var(--sr-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 48px rgba(13, 63, 122, 0.08);
}

.page-product #product-description-short-1,
.page-product #product-description-short {
  color: var(--sr-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.page-product .product-variants {
  display: grid;
  gap: 0.9rem;
}

.page-product .product-variants-item {
  padding: 0.95rem 1rem;
  border: 1px solid var(--sr-line);
  border-radius: 18px;
  background: rgba(235, 241, 248, 0.7);
}

.page-product .product-variants-item .control-label {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--sr-green-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.page-product .form-control-select,
.page-product .product-variants-item select,
.page-product .product-variants-item input {
  border: 1px solid var(--sr-line-strong);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  min-height: 48px;
}

.page-product .input-color + .color {
  border: 2px solid var(--sr-line-strong);
  box-shadow: none;
}

.page-product .input-container label {
  margin-bottom: 0;
}

.page-product .product-add-to-cart {
  margin-top: 1.2rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--sr-line);
}

.page-product .product-add-to-cart > .control-label {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--sr-green-deep);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-product .product-quantity {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 52px;
  gap: 0.8rem;
  align-items: stretch;
}

.page-product .qty {
  min-width: 0;
}

.page-product .qty input {
  width: 100%;
  height: 56px;
  border: 1px solid var(--sr-line-strong);
  border-radius: 18px;
  background: #fff;
  color: var(--sr-green-deep);
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}

.page-product .add {
  min-width: 0;
}

.page-product .add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--sr-blue), var(--sr-blue-deep));
  box-shadow: 0 16px 28px rgba(31, 90, 165, 0.22);
  color: #fff;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.page-product .add-to-cart:hover {
  background: linear-gradient(180deg, #2867b7, var(--sr-blue));
}

.page-product .add-to-cart .shopping-cart {
  margin-right: 0.55rem;
}

.page-product .wishlist-button {
  min-height: 56px;
  border: 1px solid var(--sr-line-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.page-product .wishlist-button button,
.page-product .wishlist-button a,
.page-product .wishlist-button .material-icons {
  color: var(--sr-green-deep);
}

.page-product #product-availability {
  display: inline-flex;
  margin-top: 0.95rem;
  color: var(--sr-green);
  font-weight: 800;
}

.page-product .product-minimal-quantity {
  color: var(--sr-muted);
}

.page-product .product-additional-info {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--sr-line-strong);
}

.page-product .social-sharing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-product .social-sharing > span {
  color: var(--sr-muted);
  font-weight: 700;
}

.page-product .social-sharing ul {
  display: flex;
  gap: 0.45rem;
  margin: 0;
}

.page-product .social-sharing li {
  margin: 0;
}

.page-product .social-sharing a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 63, 122, 0.08);
}

.page-product .blockreassurance_product {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.page-product .blockreassurance_product > div {
  min-height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid var(--sr-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.page-product .blockreassurance_product .item-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(235, 241, 248, 0.95);
  margin-bottom: 0.65rem;
}

.page-product .blockreassurance_product .item-product img {
  display: none;
}

.page-product .blockreassurance_product > div:nth-child(1) .item-product::before,
.page-product .blockreassurance_product > div:nth-child(2) .item-product::before,
.page-product .blockreassurance_product > div:nth-child(3) .item-product::before {
  font-family: 'Material Icons';
  font-size: 1.35rem;
  color: var(--sr-green-deep);
}

.page-product .blockreassurance_product > div:nth-child(1) .item-product::before {
  content: 'verified_user';
}

.page-product .blockreassurance_product > div:nth-child(2) .item-product::before {
  content: 'local_shipping';
}

.page-product .blockreassurance_product > div:nth-child(3) .item-product::before {
  content: 'assignment_return';
}

.page-product .blockreassurance_product .block-title {
  display: block;
  color: var(--sr-green-deep) !important;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.page-product .blockreassurance_product p {
  margin: 0;
  color: var(--sr-muted) !important;
  font-size: 0.88rem;
  line-height: 1.55;
}

.page-product .sr-product-tabs-shell {
  margin-top: 1.4rem;
  padding: 1.55rem;
  border: 1px solid var(--sr-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--sr-shadow);
}

.page-product .sr-product-tabs-shell .tabs {
  margin: 0;
}

.page-product .tabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.15rem;
  border-bottom: 0;
}

.page-product .tabs .nav-tabs .nav-link {
  border: 1px solid var(--sr-line);
  border-radius: 999px;
  background: rgba(235, 241, 248, 0.86);
  color: var(--sr-green-deep);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0.75rem 1.15rem;
}

.page-product .tabs .nav-tabs .nav-link.active,
.page-product .tabs .nav-tabs .nav-link:hover {
  border-color: var(--sr-blue);
  background: var(--sr-green-deep);
  color: #fff;
}

.page-product .tabs .tab-content {
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--sr-line);
  border-radius: 24px;
  background: #fff;
}

.page-product .tabs .product-description {
  color: var(--sr-ink);
  line-height: 1.85;
}

.page-product .product-manufacturer,
.page-product .product-reference,
.page-product .product-quantities {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(235, 241, 248, 0.82);
  margin-bottom: 0.8rem;
}

.page-product .manufacturer-logo {
  max-height: 42px;
  width: auto;
}

.page-product .product-reference .label,
.page-product .product-quantities .label {
  color: var(--sr-muted);
  font-weight: 700;
  margin-right: 0.45rem;
}

.page-product .product-quantities span[data-stock] {
  color: var(--sr-green);
  font-weight: 800;
}

.page-product .product-features {
  margin-top: 1rem;
}

.page-product .product-features .h6 {
  margin-bottom: 0.9rem;
  color: var(--sr-green-deep);
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
}

.page-product .data-sheet {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  border: 1px solid var(--sr-line);
  border-radius: 18px;
  overflow: hidden;
}

.page-product .data-sheet .name,
.page-product .data-sheet .value {
  margin: 0;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--sr-line);
}

.page-product .data-sheet .name {
  background: rgba(235, 241, 248, 0.9);
  color: var(--sr-green-deep);
  font-weight: 800;
}

.page-product .data-sheet .value {
  background: #fff;
}

.page-product #product-comments-list-header {
  margin-top: 1.25rem;
}

.page-product #product-comments-list-header .comments-nb {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--sr-green-deep);
  font-weight: 800;
}

.page-product #empty-product-comment,
.page-product #product-comments-list-footer {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--sr-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 991px) {
  .sr-hero,
  .sr-category-grid,
  .sr-benefits {
    grid-template-columns: 1fr;
  }

  .sr-copy h1 {
    max-width: none;
  }

  .header-top .top-menu {
    justify-content: flex-start;
  }

  .page-product .product-container {
    padding: 1rem;
  }

  .page-product .product-container > .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-product .page-content {
    position: static;
    margin-bottom: 1rem;
  }

  .page-product .product-cover {
    min-height: 420px;
  }

  .page-product .product-quantity,
  .page-product .blockreassurance_product,
  .page-product .data-sheet {
    grid-template-columns: 1fr;
  }
}

#header {
  transition: background 0.24s ease, box-shadow 0.24s ease;
}

.header-banner {
  min-height: 5px;
  height: 5px;
  overflow: hidden;
  transition: height 0.24s ease, min-height 0.24s ease, opacity 0.24s ease;
}

body.sr-scrolled .header-banner {
  min-height: 0;
  height: 0;
  opacity: 0;
}

body.sr-scrolled #header {
  box-shadow: 0 10px 26px rgba(13, 63, 122, 0.1);
}

body.sr-scrolled .header-top {
  padding-top: 0.4rem;
  padding-bottom: 0.9rem;
}

.header-top .top-menu {
  align-items: flex-start;
}

.header-top .top-menu > li {
  position: relative;
}

#sr-menu-products .sr-products-mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: min(1120px, 92vw);
  display: none;
  border: 1px solid rgba(20, 79, 152, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 56px rgba(11, 61, 119, 0.16);
  overflow: hidden;
  z-index: 1305;
  max-height: min(76vh, 820px);
}

#sr-menu-products.sr-open .sr-products-mega {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
}

.sr-mega-nav {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 1rem 0;
  background: linear-gradient(180deg, var(--sr-blue), var(--sr-blue-deep));
  overflow-y: auto;
}

.sr-mega-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.8rem 1.15rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.sr-mega-nav-item::after {
  content: '›';
  font-size: 1rem;
  opacity: 0.7;
}

.sr-mega-nav-item:hover,
.sr-mega-nav-item:focus,
.sr-mega-nav-item.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--sr-orange);
  outline: none;
}

.sr-mega-panel {
  padding: 1.35rem 1.45rem 1.1rem;
  background:
    radial-gradient(circle at bottom right, rgba(252, 192, 0, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  overflow-y: auto;
}

.sr-mega-heading {
  display: block;
  margin-bottom: 1rem;
}

.sr-mega-heading a {
  color: var(--sr-blue-deep);
  font-family: 'Fraunces', serif;
  font-size: 1.85rem;
  text-decoration: none;
}

.sr-mega-heading a:hover {
  color: var(--sr-blue);
}

.sr-mega-heading span {
  color: var(--sr-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.sr-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem 1.6rem;
}

.sr-mega-group {
  min-width: 0;
}

.sr-mega-group-title {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--sr-blue-deep);
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
}

.sr-mega-group-title:hover {
  color: var(--sr-blue);
}

.sr-mega-links {
  display: grid;
  gap: 0.45rem;
}

.sr-mega-links a {
  color: var(--sr-ink);
  font-size: 0.93rem;
  line-height: 1.5;
  text-decoration: none;
}

.sr-mega-links a:hover {
  color: var(--sr-blue);
}

.sr-mega-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(20, 79, 152, 0.12);
}

.sr-mega-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--sr-blue);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.sr-mega-footer a:hover {
  background: var(--sr-orange);
  color: var(--sr-blue-deep);
}

.sr-mega-footer p {
  margin: 0;
  color: var(--sr-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

#sr-menu-products .sr-products-mega {
  width: min(1240px, 96vw);
}

.sr-mega-nav-item {
  padding: 0.9rem 1.15rem;
  text-decoration: none;
}

.sr-mega-nav-item::after {
  content: '\203A';
}

.sr-mega-nav-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.sr-mega-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.1rem;
}

.sr-mega-nav-item.is-active .sr-mega-nav-icon,
.sr-mega-nav-item:hover .sr-mega-nav-icon,
.sr-mega-nav-item:focus .sr-mega-nav-icon {
  background: rgba(252, 192, 0, 0.18);
  color: var(--sr-orange);
}

.sr-mega-panel {
  padding: 0;
}

.sr-mega-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  min-height: 480px;
}

.sr-mega-main {
  padding: 1.4rem 1.5rem 1.2rem;
}

.sr-mega-heading {
  margin-bottom: 1.2rem;
}

.sr-mega-heading p {
  max-width: 60ch;
  margin: 0.45rem 0 0;
  color: var(--sr-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
}

.sr-mega-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem 1.35rem;
  align-content: start;
}

.sr-mega-group-title {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  line-height: 1.35;
}

.sr-mega-group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(20, 79, 152, 0.08);
  color: var(--sr-blue);
  font-size: 1.05rem;
}

.sr-mega-links {
  padding-left: 2.6rem;
}

.sr-mega-links a {
  position: relative;
  padding-left: 0.85rem;
}

.sr-mega-links a::before {
  content: '';
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--sr-blue);
}

.sr-mega-more {
  display: inline-flex;
  align-items: center;
  margin-top: 0.1rem;
  color: var(--sr-blue-deep);
  font-weight: 800;
}

.sr-mega-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.5rem 1.3rem 1.2rem;
  background:
    linear-gradient(180deg, rgba(20, 79, 152, 0.05), rgba(20, 79, 152, 0.1)),
    #f8fbff;
  border-left: 1px solid rgba(20, 79, 152, 0.1);
}

.sr-mega-aside-label {
  color: var(--sr-blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sr-mega-aside-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(20, 79, 152, 0.1);
  color: var(--sr-blue);
  font-size: 1.75rem;
}

.sr-mega-aside-title {
  color: var(--sr-blue-deep);
  font-family: 'Fraunces', serif;
  font-size: 1.4rem;
  line-height: 1.1;
  text-decoration: none;
}

.sr-mega-aside-title:hover {
  color: var(--sr-blue);
}

.sr-mega-aside p {
  margin: 0;
  color: var(--sr-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.sr-mega-aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.sr-mega-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sr-blue-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.sr-mega-aside-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sr-blue), var(--sr-blue-deep));
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.sr-mega-aside-link:hover {
  background: var(--sr-orange);
  color: var(--sr-blue-deep);
}

.sr-mega-footer {
  padding: 0.9rem 1.45rem 1rem;
  margin-top: 0;
  background: rgba(20, 79, 152, 0.04);
}

.page-category .block-category.card.card-block,
.page-category #subcategories,
.page-category #search_filters,
.page-category #left-column .block-categories {
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(13, 63, 122, 0.08);
}

.page-category .block-category.card.card-block {
  padding: 1.3rem 1.4rem;
}

.page-category .block-category-inner:empty {
  display: none;
}

.page-category #subcategories {
  padding: 1.35rem 1.35rem 1.5rem;
}

.page-category #subcategories .subcategory-heading {
  margin: 0 0 1.15rem;
  color: var(--sr-green-deep);
  font-family: 'Fraunces', serif;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  text-transform: none;
}

.page-category #subcategories .subcategories-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.page-category #subcategories .subcategories-list li {
  list-style: none;
  margin: 0;
}

.page-category #subcategories .subcategory-image {
  margin-bottom: 0.8rem;
}

.page-category #subcategories .subcategory-image a.img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  border: 1px solid rgba(20, 79, 152, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(252, 192, 0, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 241, 248, 0.96));
  box-shadow: 0 14px 26px rgba(13, 63, 122, 0.08);
  overflow: hidden;
}

.page-category #subcategories .subcategory-image a.img::after {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 82px;
  height: 82px;
  border-radius: 999px;
  background: rgba(20, 79, 152, 0.08);
}

.sr-category-card-icon {
  position: relative;
  z-index: 1;
  color: var(--sr-blue);
  font-size: 2.2rem;
}

.page-category #subcategories .subcategory-name {
  display: block;
  color: var(--sr-blue-deep);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.page-category #subcategories .subcategory-name:hover {
  color: var(--sr-blue);
}

.featured-products .products.row {
  row-gap: 1.15rem;
}

#search_filters .facet[data-type="manufacturer"] li.sr-facet-extra {
  display: none;
}

#search_filters .facet[data-type="manufacturer"].sr-expanded li.sr-facet-extra {
  display: block;
}

.sr-facet-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.8rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(20, 79, 152, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--sr-blue-deep);
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
}

.sr-facet-toggle:hover {
  border-color: var(--sr-orange);
  background: rgba(252, 192, 0, 0.14);
}

.page-index #content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-top: 0.35rem;
}

.page-index #carousel {
  display: block !important;
  overflow: hidden;
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--sr-shadow);
}

.page-index #carousel .carousel-inner,
.page-index #carousel .carousel-item,
.page-index #carousel img {
  border-radius: 28px;
}

.page-index .featured-products {
  margin-top: 0;
}

.page-index .featured-products .products-section-title {
  margin-bottom: 1.2rem;
}

.page-index .featured-products .products {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  #sr-menu-products .sr-products-mega {
    width: min(980px, 94vw);
  }

  #sr-menu-products.sr-open .sr-products-mega {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .sr-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {
  #sr-menu-products .sr-products-mega {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header-nav {
    backdrop-filter: none;
  }

  .sr-hero {
    padding: 1.25rem;
    border-radius: 24px;
  }

  .sr-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .featured-products {
    padding: 1rem;
  }

  .products-section-title {
    font-size: 1.65rem;
  }

  .page-product .images-container {
    flex-direction: column;
  }

  .page-product .js-qv-mask {
    width: 100%;
  }

  .page-product .product-images {
    flex-direction: row;
    overflow-x: auto;
  }

  .page-product .thumb {
    min-width: 84px;
  }

  .page-product .product-cover {
    min-height: 320px;
  }

  .page-product .product-information,
  .page-product .sr-product-tabs-shell {
    padding: 1rem;
    border-radius: 22px;
  }

  .page-product .product-flags {
    left: 1.5rem;
    top: 1.5rem;
  }

}

/* Product layout closer to retail reference pages */
.page-product .breadcrumb {
  display: block;
  max-width: 1320px;
  margin: 0 auto 1rem;
  padding: 0 15px;
  background: transparent;
  color: var(--sr-muted);
  font-size: 0.82rem;
}

.page-product .breadcrumb li::after {
  color: rgba(20, 79, 152, 0.4);
}

.page-product .product-container {
  padding: 0 0 2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-product .product-container > .col-md-6:first-child {
  flex: 0 0 46%;
  max-width: 46%;
}

.page-product .product-container > .col-md-6:last-child {
  flex: 0 0 54%;
  max-width: 54%;
}

.page-product .page-content {
  position: static;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-product .images-container {
  position: sticky;
  top: 1.2rem;
  flex-direction: column;
  gap: 1rem;
}

.page-product .product-cover {
  min-height: 640px;
  padding: 2.4rem;
  border: 1px solid rgba(20, 79, 152, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(13, 63, 122, 0.06);
}

.page-product .product-cover img {
  max-height: 560px;
}

.page-product .js-qv-mask {
  width: 100%;
}

.page-product .product-images {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-product .thumb {
  min-width: 88px;
  width: 88px;
  height: 88px;
  padding: 0.35rem;
  border-radius: 12px;
}

.page-product .thumb img,
.page-product .thumb picture {
  border-radius: 10px;
}

.page-product h1.h1 {
  margin-bottom: 0.55rem;
  color: #243447;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.page-product .product-prices {
  margin-bottom: 1.15rem;
  padding: 0 0 0.9rem;
  border: 0;
  border-bottom: 1px solid rgba(20, 79, 152, 0.12);
  border-radius: 0;
  background: transparent;
}

.page-product .regular-price {
  margin-bottom: 0.2rem;
  color: #7e8a99;
  font-size: 0.96rem;
}

.page-product .current-price-value {
  color: var(--sr-alert);
  font-size: 2.2rem;
  font-weight: 800;
}

.page-product .discount-percentage {
  padding: 0.3rem 0.7rem;
  background: rgba(252, 192, 0, 0.26);
  color: var(--sr-blue-deep);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

.page-product .tax-shipping-delivery-label {
  display: inline-flex;
  align-items: center;
  margin-top: 0.7rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(20, 79, 152, 0.08);
  color: var(--sr-blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-product .sr-availability-top {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: #243447;
  font-size: 0.92rem;
  font-weight: 700;
}

.page-product .sr-availability-label {
  color: #243447;
}

.page-product .sr-availability-value {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(20, 79, 152, 0.08);
  color: var(--sr-blue-deep);
  font-size: 0.92rem;
  font-weight: 800;
}

.page-product .product-information {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-product #product-description-short-1,
.page-product #product-description-short {
  max-width: 58ch;
  margin-bottom: 1.1rem;
  color: var(--sr-muted);
  font-size: 0.98rem;
  line-height: 1.72;
}

.page-product #add-to-cart-or-refresh {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-product .product-variants {
  gap: 0.8rem;
}

.page-product .product-variants-item {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 12px;
  background: #f2f6fb;
}

.page-product .product-variants-item .control-label {
  margin-bottom: 0.55rem;
  color: var(--sr-blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-product .product-variants-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
}

.page-product .form-control-select,
.page-product .product-variants-item select,
.page-product .product-variants-item input {
  min-height: 52px;
  border-radius: 10px;
  background: #fff;
}

.page-product .product-add-to-cart {
  margin-top: 0.25rem;
  padding-top: 0;
  border-top: 0;
}

.page-product .product-add-to-cart > .control-label {
  margin-bottom: 0.55rem;
  color: var(--sr-blue-deep);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.page-product .product-quantity {
  grid-template-columns: 124px minmax(220px, 260px) 48px;
  gap: 0.7rem;
  align-items: center;
}

.page-product .qty {
  min-width: 124px;
}

.page-product .sr-qty-shell {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  min-height: 54px;
  border: 1px solid rgba(20, 79, 152, 0.55);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.page-product .sr-qty-btn {
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--sr-blue-deep);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
}

.page-product .sr-qty-btn:hover {
  background: rgba(20, 79, 152, 0.06);
}

.page-product .qty .sr-qty-display {
  height: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #243447;
  -moz-appearance: textfield;
  appearance: textfield;
}

.page-product .qty .sr-qty-display::-webkit-outer-spin-button,
.page-product .qty .sr-qty-display::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-product .qty .sr-qty-original {
  display: none !important;
}

.page-product .qty .bootstrap-touchspin,
.page-product .qty .input-group-btn-vertical,
.page-product .qty .bootstrap-touchspin-up,
.page-product .qty .bootstrap-touchspin-down {
  display: none !important;
}

.page-product .add-to-cart {
  min-height: 54px;
  border-radius: 10px;
  box-shadow: none;
  font-size: 0.92rem;
  text-transform: none;
}

.page-product .wishlist-button {
  width: 48px;
  min-height: 48px;
  border-radius: 999px;
}

.page-product #product-availability {
  margin-top: 0.85rem;
  color: var(--sr-blue-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

.page-product .product-additional-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(20, 79, 152, 0.12);
}

.page-product .social-sharing > span {
  font-size: 0.82rem;
  text-transform: none;
}

.page-product .blockreassurance_product {
  gap: 1.2rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(20, 79, 152, 0.12);
}

.page-product .blockreassurance_product > div {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.page-product .blockreassurance_product .item-product {
  margin: 0 auto 0.6rem;
  background: rgba(235, 241, 248, 1);
}

.page-product .blockreassurance_product .block-title {
  font-size: 0.84rem;
  line-height: 1.35;
}

.page-product .blockreassurance_product p {
  font-size: 0.8rem;
}

.page-product .sr-product-meta-strip {
  margin: 0 0 1.4rem;
  padding: 1.15rem 0 1.25rem;
  border-top: 1px solid rgba(20, 79, 152, 0.12);
  border-bottom: 1px solid rgba(20, 79, 152, 0.12);
}

.page-product .sr-product-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 280px));
  gap: 1.2rem;
  align-items: start;
  justify-content: flex-start;
}

.page-product .sr-product-meta-strip .product-manufacturer,
.page-product .sr-product-meta-strip .product-reference,
.page-product .sr-product-meta-strip .product-quantities {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.page-product .sr-product-meta-strip .product-manufacturer a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 12px;
  background: #fff;
  color: #243447;
  text-decoration: none;
}

.page-product .sr-product-meta-strip .product-manufacturer a:hover {
  color: var(--sr-blue);
  text-decoration: none;
}

.page-product .sr-product-meta-strip .sr-brand-name {
  font-size: 0.96rem;
  font-weight: 800;
}

.page-product .sr-product-meta-strip .product-reference,
.page-product .sr-product-meta-strip .product-quantities {
  min-height: 54px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 12px;
  background: #fff;
}

.page-product .sr-product-meta-strip .label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--sr-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-product .sr-product-meta-strip .product-reference span,
.page-product .sr-product-meta-strip .product-quantities span {
  color: #243447;
  font-size: 0.98rem;
  font-weight: 800;
}

.page-product .data-sheet .value .sr-spec-link {
  color: var(--sr-blue-deep);
  font-weight: 800;
  text-decoration: none;
}

.page-product .data-sheet .value .sr-spec-link:hover {
  color: var(--sr-blue);
  text-decoration: underline;
}

.page-product .js-product-details .product-quantities,
.page-product #product-availability,
.page-product .product-minimal-quantity {
  display: none !important;
}

.page-product .sr-product-tabs-shell {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-product .tabs .nav-tabs {
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(20, 79, 152, 0.18);
}

.page-product .tabs .nav-tabs .nav-link {
  border: 1px solid rgba(20, 79, 152, 0.16);
  border-radius: 0;
  background: #fff;
  color: #243447;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-product .tabs .nav-tabs .nav-link.active,
.page-product .tabs .nav-tabs .nav-link:hover {
  background: var(--sr-blue);
  color: #fff;
}

.page-product .tabs .tab-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-product .tabs .product-description {
  color: #26313d;
  line-height: 1.8;
}

.page-product .product-features .h6 {
  display: none;
}

.page-product .data-sheet {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  border: 1px solid rgba(20, 79, 152, 0.1);
  border-radius: 0;
}

.page-product .data-sheet .name,
.page-product .data-sheet .value {
  min-height: 54px;
  padding: 0.95rem 1.1rem;
  font-size: 0.92rem;
}

.page-product .data-sheet .name {
  background: #f4f7fb;
}

.page-product #product-comments-list-header,
.page-product #empty-product-comment,
.page-product #product-comments-list-footer {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .page-product .product-container > .col-md-6:first-child,
  .page-product .product-container > .col-md-6:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-product .images-container {
    position: static;
  }

  .page-product .product-cover {
    min-height: 420px;
    padding: 1.4rem;
  }

  .page-product .product-quantity,
  .page-product .sr-product-meta-grid {
    grid-template-columns: 1fr;
  }

  .page-product .add-to-cart {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-product .breadcrumb {
    margin-bottom: 0.6rem;
  }

  .page-product .product-cover {
    min-height: 300px;
    padding: 1rem;
  }

  .page-product .thumb {
    min-width: 72px;
    width: 72px;
    height: 72px;
  }

  .page-product .product-additional-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-product .blockreassurance_product {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .page-product .tabs .nav-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .page-product .tabs .nav-tabs .nav-link {
    white-space: nowrap;
  }

  .page-product .data-sheet {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  #sr-menu-products .sr-products-mega {
    width: min(1080px, 96vw);
  }

  .sr-mega-shell {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .sr-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-category #subcategories .subcategories-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-category #subcategories .subcategories-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sr-mega-shell {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.sr-mega-main-full {
  width: 100%;
}

.sr-mega-aside {
  display: none !important;
}

.sr-mega-group-title.is-active,
.sr-mega-links a.is-active {
  color: var(--sr-blue);
  font-weight: 900;
}

.page-category #left-column .block-categories {
  padding: 0;
  overflow: hidden;
}

.sr-sidebar-menu {
  padding: 1.45rem 1.5rem;
}

.sr-sidebar-heading {
  margin-bottom: 1rem;
  color: var(--sr-blue-deep);
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.sr-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-sidebar-item + .sr-sidebar-item {
  margin-top: 0.2rem;
}

.sr-sidebar-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.sr-sidebar-link {
  flex: 1 1 auto;
  color: var(--sr-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.sr-sidebar-link:hover,
.sr-sidebar-link.is-active {
  color: var(--sr-blue);
}

.sr-sidebar-toggle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--sr-blue-deep);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.sr-sidebar-toggle:hover {
  color: var(--sr-blue);
}

.sr-sidebar-item.is-open .sr-sidebar-toggle {
  transform: rotate(45deg);
}

.sr-sidebar-children {
  display: none;
  padding: 0.45rem 0 0.85rem 0.8rem;
}

.sr-sidebar-item.is-open .sr-sidebar-children {
  display: block;
}

.sr-sidebar-group + .sr-sidebar-group {
  margin-top: 0.85rem;
}

.sr-sidebar-group-link {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--sr-blue-deep);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.sr-sidebar-group-link:hover,
.sr-sidebar-group-link.is-active {
  color: var(--sr-blue);
}

.sr-sidebar-grandchildren {
  display: grid;
  gap: 0.35rem;
}

.sr-sidebar-grandchild {
  color: var(--sr-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  text-decoration: none;
}

.sr-sidebar-grandchild:hover,
.sr-sidebar-grandchild.is-active {
  color: var(--sr-blue);
}

#search_filters .facet li.sr-facet-extra {
  display: block !important;
}

.sr-facet-toggle {
  display: none !important;
}

.sr-sort-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.sr-sort-toolbar .sr-sort-by-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding-bottom: 0.45rem;
  color: var(--sr-muted);
  font-weight: 700;
}

.sr-sort-toolbar .sr-sort-order-column {
  flex: 1 1 260px;
  max-width: 320px;
}

.sr-results-per-page {
  flex: 0 0 220px;
}

.sr-results-per-page-label {
  display: block;
  margin: 0 0 0.3rem;
  color: var(--sr-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.sr-results-per-page-field {
  position: relative;
}

.sr-results-per-page-field::after {
  content: 'expand_more';
  position: absolute;
  top: 50%;
  right: 0.85rem;
  transform: translateY(-50%);
  color: var(--sr-blue-deep);
  font-family: 'Material Icons';
  font-size: 1.3rem;
  pointer-events: none;
}

.sr-results-per-page-select {
  width: 100%;
  min-height: 56px;
  padding: 0.95rem 2.8rem 0.95rem 1rem;
  border: 1px solid rgba(20, 79, 152, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--sr-ink);
  font-size: 1rem;
  font-weight: 600;
  appearance: none;
  box-shadow: 0 8px 20px rgba(13, 63, 122, 0.06);
}

@media (min-width: 992px) {
  .page-category.layout-left-column #left-column {
    align-self: flex-start;
    position: sticky;
    top: var(--sr-sidebar-top, 118px);
    max-height: calc(100vh - var(--sr-sidebar-top, 118px) - 18px);
    overflow-y: auto;
    padding-right: 0.35rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(20, 79, 152, 0.28) transparent;
  }

  .page-category #left-column .block-categories {
    position: static;
    top: auto;
    z-index: auto;
    flex: 0 0 auto;
  }

  .page-category #left-column #search_filters_wrapper,
  .page-category #left-column #search_filters {
    display: block !important;
  }

  .page-category #left-column #search_filters_wrapper {
    position: static;
    top: auto;
    margin-top: 0;
    z-index: auto;
    flex: 0 0 auto;
  }

  .page-category #left-column #search_filters {
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .page-category.layout-left-column #left-column::-webkit-scrollbar,
  .page-category #left-column #search_filters::-webkit-scrollbar {
    width: 8px;
  }

  .page-category.layout-left-column #left-column::-webkit-scrollbar-thumb,
  .page-category #left-column #search_filters::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(20, 79, 152, 0.24);
  }
}

@media (max-width: 991px) {
  .sr-sort-toolbar {
    justify-content: stretch;
  }

  .sr-results-per-page,
  .sr-sort-toolbar .sr-sort-order-column {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .sr-sort-toolbar .sr-sort-by-label {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
