:root {
  --stc-blue-900: #0b3f78;
  --stc-blue-700: #0f5ea7;
  --stc-blue-500: #1b7bc8;
  --stc-cyan-400: #5ec8e4;
  --stc-cyan-200: #d9f3fb;
  --stc-white: #ffffff;
  --stc-ink: #123046;
  --stc-shadow: 0 18px 45px rgba(9, 63, 121, 0.24);
}

body {
  color: var(--stc-ink);
}

.stc-required-mark {
  color: #d10000;
  font-weight: 700;
  margin-left: 0.18rem;
}

.stc-required-legend-static,
.stc-required-legend {
  margin-top: 12px;
  color: #d10000;
  font-size: 0.9rem;
}

.stc-shipping-field-group,
.stc-hidden-field {
  display: none !important;
}

.header-top {
  background: linear-gradient(110deg, #f6fcff 0%, #e9f7fd 55%, #ddf2fb 100%);
  border-bottom: 1px solid rgba(15, 94, 167, 0.16);
}

.header-top .row {
  align-items: center;
  min-height: 82px;
}

@media (min-width: 992px) {
  .header-top .row {
    align-items: flex-start;
  }

  .header-top .header-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9rem;
  }

  #search_widget {
    float: none !important;
    clear: both;
    width: min(330px, 100%);
    margin: 0 0 0 auto;
  }

  #search_widget form {
    display: block;
  }

  #search_widget .stc-search-hint {
    margin-bottom: 0.8rem;
  }

  .header-top .header-top-right > #_desktop_top_menu,
  .header-top .header-top-right > .menu.js-top-menu {
    display: none !important;
  }
}

.header-nav {
  background: transparent;
  border-bottom: 0;
}

.header-nav a,
.header-nav .material-icons,
.header-nav .user-info,
.header-nav .blockcart {
  color: var(--stc-blue-900) !important;
}

#_desktop_logo {
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

@media (min-width: 992px) {
  #_desktop_logo {
    gap: 1rem;
  }
}

#_desktop_logo .logo {
  width: auto !important;
  max-width: none;
  height: 80px !important;
  max-height: 80px !important;
  margin-left: 0.85rem;
}

#_mobile_logo .logo {
  width: auto;
  max-width: 280px;
  max-height: 104px;
}

.stc-category-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(130deg, var(--stc-blue-700), var(--stc-blue-500)) !important;
  color: var(--stc-white);
  width: 46px;
  height: 58px;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(11, 63, 120, 0.24);
  position: relative;
  overflow: visible;
  animation: stcBottleHint 2.4s ease-in-out infinite;
}

.stc-category-trigger-desktop {
  width: 58px;
  height: 66px;
  margin-right: 0.9rem;
  animation-delay: 0.2s;
}

#stc-category-trigger-mobile {
  display: none;
}

#stc-category-trigger-desktop {
  display: inline-flex;
}

.stc-category-trigger:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 10px 26px rgba(11, 63, 120, 0.35);
}

.stc-bottle-icon {
  display: inline-flex;
  width: 2.01rem;
  height: 3.5rem;
  position: relative;
  overflow: visible;
  transform: translateY(-2px);
}

.stc-bottle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stc-bottle-icon::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 82.4%;
  width: 26px;
  height: 16px;
  background: linear-gradient(
    90deg,
    rgba(139, 227, 248, 0.82) 0%,
    rgba(139, 227, 248, 0.48) 58%,
    rgba(139, 227, 248, 0) 100%
  );
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform-origin: left center;
  animation: stcSprayCone 2.4s ease-out infinite;
  pointer-events: none;
  z-index: 2;
}

.stc-category-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 25, 43, 0.44);
  z-index: 1000;
}

.stc-category-overlay[hidden] {
  display: none !important;
}

.stc-category-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(360px, 92vw);
  height: 100vh;
  background: var(--stc-white);
  transform: translateX(-100%);
  transition: transform 240ms ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  box-shadow: var(--stc-shadow);
}

.stc-category-drawer[aria-hidden="true"] {
  display: none !important;
}

body.stc-drawer-open .stc-category-drawer {
  display: flex !important;
  transform: translateX(0);
}

body.stc-drawer-open {
  overflow: hidden;
}

.stc-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  color: var(--stc-white);
  background: linear-gradient(100deg, var(--stc-blue-900), var(--stc-blue-500));
}

.stc-drawer-close {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.stc-drawer-menu {
  padding: 0.9rem 1rem;
  overflow-y: auto;
  flex: 1;
}

.stc-drawer-menu .top-menu {
  margin: 0;
  padding: 0;
}

.stc-drawer-menu .top-menu > li {
  border-bottom: 1px solid rgba(15, 94, 167, 0.12);
}

.stc-drawer-menu .top-menu a {
  display: block;
  padding: 0.75rem 0.2rem;
  color: var(--stc-blue-900);
  font-weight: 600;
}

.stc-drawer-menu .top-menu .sub-menu {
  position: static !important;
  display: none !important;
  box-shadow: none;
  border: 0;
  background: rgba(217, 243, 251, 0.3);
  padding: 0.45rem 0.55rem;
  margin-bottom: 0.65rem;
}

.stc-drawer-menu .top-menu > li.stc-submenu-open > .sub-menu {
  display: block !important;
}

.stc-drawer-menu .top-menu > li > a.stc-parent-link {
  position: relative;
  padding-right: 1.7rem;
}

.stc-drawer-menu .top-menu > li > a.stc-parent-link::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--stc-blue-700);
}

.stc-drawer-menu .top-menu > li.stc-submenu-open > a.stc-parent-link::after {
  content: "-";
}

.stc-catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.stc-catalog-list li {
  border-bottom: 1px solid rgba(15, 94, 167, 0.12);
  padding: 0.55rem 0.1rem 0.65rem;
}

.stc-catalog-list li:last-child {
  border-bottom: 0;
}

.stc-catalog-list strong {
  display: block;
  color: var(--stc-blue-900);
  font-size: 0.98rem;
  line-height: 1.25;
}

.stc-catalog-link {
  display: block;
  text-decoration: none !important;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.stc-catalog-link:hover strong {
  color: var(--stc-blue-700);
}

.stc-catalog-link:focus {
  outline: 2px solid rgba(15, 94, 167, 0.35);
  outline-offset: 4px;
}

.stc-prod-tabs {
  margin-top: 1rem;
  border: 1px solid rgba(15, 94, 167, 0.18);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.stc-prod-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid rgba(15, 94, 167, 0.14);
  background: #f5fbff;
}

.stc-prod-tab-btn {
  border: 0;
  background: transparent;
  color: var(--stc-blue-900);
  font-weight: 700;
  padding: 0.65rem 0.9rem;
  cursor: pointer;
}

.stc-prod-tab-btn.is-active {
  background: #fff;
  color: var(--stc-blue-700);
}

.stc-prod-tab-panel {
  display: none;
  padding: 0.8rem 0.95rem 0.9rem;
}

.stc-prod-tab-panel.is-active {
  display: block;
}

.stc-hazard-icons,
.stc-tech-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 0.65rem;
}

.stc-hazard-icons img,
.stc-tech-icons img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.stc-img-avv {
  max-height: 64px;
}

.stc-img-tech {
  max-height: 58px;
}

.stc-img-pack {
  max-height: 72px;
}

.stc-catalog-list span {
  display: block;
  margin-top: 0.16rem;
  color: #365572;
  font-size: 0.86rem;
  line-height: 1.35;
}

.stc-subcat-list {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0.35rem 0.35rem 0.15rem;
  border-radius: 10px;
  background: rgba(217, 243, 251, 0.35);
}

.stc-subcat-list li {
  border: 0;
  padding: 0.2rem 0.1rem;
}

.stc-subcat-list a {
  color: #254863;
  font-size: 0.88rem;
  line-height: 1.3;
}

.stc-catalog-item.is-open > .stc-catalog-link strong {
  color: var(--stc-blue-700);
}

.stc-drawer-cta {
  padding: 0.9rem 1rem 1.1rem;
  border-top: 1px solid rgba(15, 94, 167, 0.14);
}

.stc-drawer-cta .btn-primary {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--stc-blue-700), var(--stc-cyan-400));
  font-weight: 700;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--stc-blue-700), var(--stc-cyan-400));
}

#wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.stc-catalogo-settori {
  padding: 2rem 0 2.4rem;
  background: linear-gradient(180deg, #f7fcff 0%, #eef8fd 100%);
}

.stc-catalogo-head {
  margin-bottom: 1rem;
}

.stc-catalogo-kicker {
  margin: 0 0 0.35rem;
  color: var(--stc-blue-700);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stc-catalogo-head h2 {
  margin: 0 0 0.35rem;
  color: var(--stc-blue-900);
}

.stc-catalogo-head p {
  margin: 0;
}

.stc-catalogo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.stc-catalogo-card {
  border-radius: 14px;
  border: 1px solid rgba(15, 94, 167, 0.18);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 94, 167, 0.08);
  padding: 0.85rem 0.95rem;
}

.stc-catalogo-card h3 {
  margin: 0 0 0.3rem;
  color: var(--stc-blue-900);
  font-size: 1.02rem;
}

.stc-catalogo-card p {
  margin: 0;
  color: #29465e;
  font-size: 0.92rem;
  line-height: 1.35;
}

.product-miniature .product-description,
.product-miniature .thumbnail-container {
  border-radius: 16px;
  border: 1px solid rgba(15, 94, 167, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-miniature:hover .product-description,
.product-miniature:hover .thumbnail-container {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 94, 167, 0.14);
}

.h1,
h1,
.block-category h1,
.featured-products .h1,
.products-section-title {
  color: var(--stc-blue-900);
}

.stc-product-tabs-wide {
  margin-top: 1.25rem;
}

#_desktop_top_menu {
  display: none !important;
}

.stc-drawer-menu #_desktop_top_menu,
.stc-drawer-menu .menu.js-top-menu {
  display: block !important;
}

@keyframes stcBottleHint {
  0%,
  46%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  6% {
    transform: translateY(-2px) rotate(-11deg);
  }
  12% {
    transform: translateY(0) rotate(10deg);
  }
  18% {
    transform: translateY(-2px) rotate(-9deg);
  }
  24% {
    transform: translateY(0) rotate(8deg);
  }
  30% {
    transform: translateY(-1px) rotate(-7deg);
  }
  36% {
    transform: translateY(0) rotate(5deg);
  }
  42% {
    transform: translateY(-1px) rotate(-3deg);
  }
}

@keyframes stcSprayCone {
  0% {
    opacity: 0;
    transform: scaleX(0.28) scaleY(0.72);
  }
  54% {
    opacity: 0;
    transform: scaleX(0.28) scaleY(0.72);
  }
  68% {
    opacity: 0.95;
    transform: scaleX(1) scaleY(1);
  }
  84% {
    opacity: 0.45;
    transform: scaleX(1.08) scaleY(1.05);
  }
  100% {
    opacity: 0;
    transform: scaleX(1.2) scaleY(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stc-category-trigger,
  .stc-bottle-icon::after {
    animation: none !important;
  }
}

/* Keep quantity/cart controls hidden on desktop */
.stc-listing-cart-actions {
  display: none;
}

@media (max-width: 991px) {
  #_desktop_logo {
    display: none !important;
  }

  .header-banner {
    display: none !important;
  }

  .header-nav {
    background: #f6fcff;
    border-bottom: 1px solid rgba(15, 94, 167, 0.12);
  }

  .header-nav .mobile {
    position: relative;
    min-height: 108px;
    padding: 0.35rem 0.25rem;
  }

  #menu-icon {
    float: none !important;
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  #_mobile_cart,
  #_mobile_user_info {
    float: none !important;
    position: absolute;
    right: 0.25rem;
    z-index: 3;
    width: 76px;
    text-align: right;
  }

  #_mobile_cart {
    top: 3rem;
    margin: 0;
    right: 0.25rem;
  }

  #_mobile_user_info {
    top: 0.85rem;
    margin: 0;
    right: 0.25rem;
  }

  .header-nav #_mobile_cart .blockcart,
  .header-nav #_mobile_cart .header,
  .header-nav #_mobile_user_info .user-info {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .header-nav #_mobile_cart .blockcart .header {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    flex-direction: row-reverse;
    width: 100%;
  }

  .header-nav #_mobile_cart .cart-products-count {
    margin: 0;
  }

  .header-nav #_mobile_user_info .user-info a {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
  }

  #_mobile_logo,
  .header-nav .top-logo {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    max-width: 340px;
    text-align: center;
    z-index: 2;
    margin: 0;
  }

  #_mobile_logo .logo,
  .header-nav .top-logo .logo {
    width: auto !important;
    height: 66px !important;
    max-height: 66px !important;
    max-width: 100%;
  }

  .header-nav .mobile .clearfix {
    display: none !important;
  }

  .header-top {
    background: #ffffff !important;
    background-image: none !important;
    border-bottom: 0;
    padding-top: 0.65rem;
  }

  .header-top .header-top-right {
    background: transparent !important;
    margin-top: 1rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
  }

  #search_widget,
  #search_widget form,
  .search-widget {
    background: transparent !important;
    box-shadow: none !important;
  }

  #search_widget {
    margin-top: 0.8rem;
  }

  #search_widget form {
    padding-top: 0;
  }

  #search_widget .stc-search-hint {
    display: none;
  }

  #stc-category-trigger-mobile {
    display: inline-flex !important;
  }

  #stc-category-trigger-desktop {
    display: none !important;
  }

  /* Compact product cards for mobile and small tablets */
  #js-product-list .products.row {
    margin-left: 0;
    margin-right: 0;
  }

  #js-product-list .products {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-left: 0;
    margin-right: 0;
  }

  #js-product-list .products .js-product.product {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  #js-product-list .product-miniature {
    width: 100%;
    max-width: none;
  }

  #js-product-list .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
    border: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
    transform: none !important;
    width: 100%;
    background: #fff !important;
    -webkit-tap-highlight-color: transparent;
  }

  #js-product-list .product-miniature .thumbnail-container:hover,
  #js-product-list .product-miniature .thumbnail-container:focus,
  #js-product-list .product-miniature .thumbnail-container:active,
  #js-product-list .product-miniature .thumbnail-container:focus-within {
    background: #fff !important;
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #js-product-list .product-miniature .thumbnail-top {
    flex: 0 0 72px;
    width: 72px;
  }

  #js-product-list .product-miniature .product-thumbnail {
    display: block;
    width: 72px;
  }

  #js-product-list .product-miniature .product-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: contain;
  }

  #js-product-list .product-miniature .product-description {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 0;
    background: #fff !important;
    text-align: left;
    box-shadow: none !important;
    transform: none !important;
  }

  #js-product-list .product-miniature .product-description:hover,
  #js-product-list .product-miniature .product-description:focus,
  #js-product-list .product-miniature .product-description:active,
  #js-product-list .product-miniature .product-description:focus-within {
    background: #fff !important;
    box-shadow: none !important;
    transform: none !important;
  }

  #js-product-list .product-miniature .product-description::after {
    display: none !important;
  }

  #js-product-list .product-miniature .product-title {
    margin: 0 0 0.2rem;
    font-size: 0.98rem;
    line-height: 1.2;
    text-align: left;
  }

  #js-product-list .product-miniature .product-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #js-product-list .product-miniature .product-price-and-shipping {
    margin-top: 0;
    text-align: left;
  }

  #js-product-list .product-miniature .product-price-and-shipping,
  #js-product-list .product-miniature .product-price-and-shipping .price,
  #js-product-list .product-miniature .product-price-and-shipping .regular-price,
  #js-product-list .product-miniature .product-price-and-shipping .discount-percentage,
  #js-product-list .product-miniature .product-price-and-shipping .discount-amount {
    text-align: left !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #js-product-list .product-miniature .product-price-and-shipping .price {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.15;
  }

  #js-product-list .product-miniature .highlighted-informations,
  #js-product-list .product-miniature .product-flags {
    display: none !important;
  }

  #js-product-list .product-miniature .product-list-reviews {
    display: none;
  }

  #js-product-list .stc-listing-cart-actions {
    display: block;
    margin-top: 0.35rem;
  }

  #js-product-list .stc-listing-cart-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: nowrap;
    margin-left: auto;
    width: fit-content;
    max-width: 100%;
  }

  #js-product-list .stc-qty-stepper {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    min-width: 98px;
  }

  #js-product-list .stc-qty-btn {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #3d546b;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  #js-product-list .stc-qty-btn:hover,
  #js-product-list .stc-qty-btn:focus,
  #js-product-list .stc-qty-btn:active {
    background: #fff !important;
    outline: none;
    box-shadow: none;
  }

  #js-product-list .stc-qty-input {
    width: 34px;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #23374a;
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  #js-product-list .stc-qty-input::-webkit-outer-spin-button,
  #js-product-list .stc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #js-product-list .stc-add-to-cart-btn {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #1786f9;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  #js-product-list .stc-add-to-cart-btn:hover,
  #js-product-list .stc-add-to-cart-btn:focus,
  #js-product-list .stc-add-to-cart-btn:active {
    background: #1786f9 !important;
    outline: none;
    box-shadow: none;
  }

  #js-product-list .stc-add-to-cart-btn .material-icons {
    font-size: 1.1rem;
    line-height: 1;
  }

  #js-product-list .stc-add-to-cart-btn[disabled] {
    background: #a9b7c8;
    cursor: not-allowed;
  }
}

@media (max-width: 767px) {
  .stc-catalogo-settori {
    padding: 1.35rem 0 1.8rem;
  }

  .stc-catalogo-grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  #_desktop_logo .logo {
    height: 64px !important;
    max-height: 64px !important;
    margin-left: 0.65rem;
  }

  .stc-category-trigger-mobile {
    margin-top: 0.1rem;
    width: 42px;
    height: 54px;
    animation-delay: 0s;
  }

  #_mobile_logo,
  .header-nav .top-logo {
    width: 64vw;
    max-width: 280px;
  }

  #_mobile_logo .logo,
  .header-nav .top-logo .logo {
    height: 56px !important;
    max-height: 56px !important;
  }

  #_mobile_user_info {
    top: 0.8rem;
    right: 0.8rem;
  }

  #_mobile_cart {
    top: 2.95rem;
    right: 0.8rem;
  }

  #menu-icon > .material-icons,
  #menu-icon > i,
  #menu-icon .d-inline,
  .menu-icon .material-icons {
    display: none !important;
  }

  /* Compact mobile product cards in catalog listings */
  #js-product-list .products {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-left: 0;
    margin-right: 0;
  }

  #js-product-list .products .js-product.product {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  #js-product-list .product-miniature .thumbnail-container {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.65rem 0.75rem;
    border-radius: 14px;
    box-shadow: none !important;
  }

  #js-product-list .product-miniature .thumbnail-top {
    flex: 0 0 72px;
    width: 72px;
  }

  #js-product-list .product-miniature .product-thumbnail {
    display: block;
    width: 72px;
  }

  #js-product-list .product-miniature .product-thumbnail img {
    width: 72px;
    height: 72px;
    object-fit: contain;
  }

  #js-product-list .product-miniature .product-description {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 0;
    background: transparent;
  }

  #js-product-list .product-miniature .product-title {
    margin: 0 0 0.2rem;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  #js-product-list .product-miniature .product-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  #js-product-list .product-miniature .product-price-and-shipping {
    margin-top: 0;
  }

  #js-product-list .product-miniature .product-price-and-shipping .price {
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.15;
  }

  #js-product-list .product-miniature .highlighted-informations,
  #js-product-list .product-miniature .product-flags {
    display: none !important;
  }
}

/* Keep category navigation only in the custom drawer menu */
#subcategories,
.block-categories {
  display: none !important;
}

/* Category header: keep additional description under title/description */
#js-product-list-header .block-category .block-category-inner {
  display: block !important;
}

#js-product-list-header #category-description {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.45rem;
}

#js-product-list-header .category-additional-description {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.2rem;
  color: #33495f !important;
  font-size: 0.95rem;
  line-height: 1.45;
  clear: both;
}

#js-product-list-header .category-additional-description > * {
  margin-left: 0 !important;
  padding-left: 0 !important;
  max-width: 100% !important;
}

#js-product-list-header .category-additional-description p,
#js-product-list-header .category-additional-description ul,
#js-product-list-header .category-additional-description ol,
#js-product-list-header .category-additional-description div {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#js-product-list-header .category-additional-description h1,
#js-product-list-header .category-additional-description h2,
#js-product-list-header .category-additional-description h3,
#js-product-list-header .category-additional-description h4 {
  margin: 0.2rem 0 0.45rem;
  color: var(--stc-blue-900);
  font-size: 1.05rem;
  line-height: 1.25;
}

#js-product-list-header .category-additional-description p {
  margin: 0 0 0.45rem;
}

/* Home modules (slider/banner/text) centered in content area */
.stc-home-hook-wrap > * {
  margin-left: auto;
  margin-right: auto;
}

.stc-contact-shortcuts {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.stc-contact-shortcuts .stc-contact-icon,
.stc-mobile-contact-shortcuts .stc-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #0d4d8b;
  background: transparent;
  transform: translateY(-9px);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.stc-contact-shortcuts .stc-contact-icon:hover,
.stc-mobile-contact-shortcuts .stc-contact-icon:hover {
  text-decoration: none;
  background: #eef7ff;
  color: #083e73;
}

.stc-contact-shortcuts .stc-contact-icon svg,
.stc-mobile-contact-shortcuts .stc-contact-icon svg {
  width: 31px;
  height: 31px;
}

.stc-contact-shortcuts .stc-contact-mail svg path,
.stc-mobile-contact-shortcuts .stc-contact-mail svg path {
  fill: currentColor;
}

.stc-contact-shortcuts .stc-contact-whatsapp,
.stc-mobile-contact-shortcuts .stc-contact-whatsapp {
  color: #25d366 !important;
  background: transparent;
  border-radius: 10px;
}

.stc-contact-shortcuts .stc-contact-whatsapp:hover,
.stc-mobile-contact-shortcuts .stc-contact-whatsapp:hover {
  color: #22c95f;
  background: transparent;
}

.stc-mobile-contact-shortcuts {
  display: none;
}

@media (min-width: 992px) {
  #_desktop_contact_link,
  #contact-link {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  .header-nav .mobile {
    position: relative;
    min-height: 96px;
  }

  .stc-mobile-contact-shortcuts {
    display: flex !important;
    position: absolute;
    right: 10px;
    top: -2px;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    padding-right: 0;
    z-index: 35;
  }

  #_mobile_user_info {
    top: 1.35rem !important;
    right: 0.8rem !important;
  }

  #_mobile_cart {
    top: 3.55rem !important;
    right: 0.8rem !important;
  }

  .stc-mobile-contact-shortcuts .stc-contact-icon {
    width: 41px;
    height: 41px;
    transform: none;
  }

  .stc-mobile-contact-shortcuts .stc-contact-icon svg {
    width: 28px;
    height: 28px;
  }

  .header-nav #_mobile_user_info .material-icons,
  .header-nav #_mobile_cart .material-icons {
    font-size: 29px !important;
    line-height: 1;
  }
}

/* Keep currency fixed to EUR: hide selector UI on all breakpoints */
#_desktop_currency_selector,
#_mobile_currency_selector,
.currency-selector {
  display: none !important;
}

.stc-home-hook-wrap {
  max-width: 1110px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.stc-home-hook-wrap #carousel,
.stc-home-hook-wrap .banner,
.stc-home-hook-wrap #custom-text,
.stc-home-hook-wrap .featured-products,
.stc-home-hook-wrap .products-section-title {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.stc-home-hook-wrap .banner {
  display: block !important;
}

@media (max-width: 991px) {
  .stc-home-hook-wrap {
    width: 100%;
    max-width: 100% !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .stc-home-hook-wrap #carousel.carousel {
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  .stc-home-hook-wrap .carousel-inner,
  .stc-home-hook-wrap .carousel-item,
  .stc-home-hook-wrap .carousel-item figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .stc-home-hook-wrap .banner {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .stc-home-hook-wrap .banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* Category page full width on desktop */
@media (min-width: 992px) {
  body#category #left-column {
    display: none !important;
  }

  body#category #content-wrapper,
  body#category #main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  body#category #wrapper .container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 72px;
    padding-right: 72px;
  }

  body#index #wrapper .container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 72px;
    padding-right: 72px;
  }

  .footer-container > .container > .row:first-child {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-container > .container > .row:first-child > .block-contact,
  .footer-container > .container > .row:first-child > .wrapper {
    float: none;
    flex: 0 0 auto;
    max-width: 320px;
  }
}

/* Product grid density: 4 columns on large desktop */
@media (min-width: 1200px) {
  #products .products .product.col-xl-4 {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
}

/* Product card text wrap: desktop + mobile */
#js-product-list .product-miniature .product-title,
#js-product-list .product-miniature .product-title a,
#js-product-list .product-miniature .product-description-short,
#js-product-list .product-miniature .product-description p {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-height: none !important;
  height: auto !important;
}

#js-product-list .product-miniature .product-title a {
  display: block !important;
  overflow: visible !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

#js-product-list .product-miniature .product-description,
#js-product-list .product-miniature .product-description-short {
  overflow: visible !important;
  min-height: 0 !important;
}

/* Product page: hide thumbnails under main image */
body#product .images-container .js-qv-mask,
body#product .images-container .scroll-box-arrows {
  display: none !important;
}

body#product .images-container .product-cover {
  margin-bottom: 0 !important;
}

#search_widget form {
  padding-top: 0;
}

#search_widget .stc-search-hint {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.95rem;
  margin-bottom: 0.7rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #0f67b6, #2aa7d8);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.3;
  box-shadow: 0 14px 24px rgba(15, 103, 182, 0.18);
}

#search_widget .stc-search-hint::after {
  content: '';
  position: absolute;
  left: 1.8rem;
  bottom: -0.42rem;
  width: 1rem;
  height: 1rem;
  background: #1b84c6;
  transform: rotate(45deg);
  border-radius: 0.15rem;
}

@media (max-width: 991px) {
  #search_widget .stc-search-hint {
    min-height: 2.35rem;
    padding: 0.5rem 0.8rem;
    margin-bottom: 0.6rem;
    font-size: 0.76rem;
    line-height: 1.25;
  }

  #search_widget .stc-search-hint::after {
    left: 1.35rem;
    bottom: -0.36rem;
    width: 0.85rem;
    height: 0.85rem;
  }
}
