@charset "UTF-8";
@import url("https://assets.mlcdn.com/fonts.css?version=1762161");
@font-face {
  font-family: "MazzardH-Black";
  src: url("assets/fonts/MazzardH-Black.woff2") format("woff2"), url("assets/fonts/MazzardH-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraBold";
  src: url("assets/fonts/MazzardH-ExtraBold.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("assets/fonts/MazzardH-Bold.woff2") format("woff2"), url("assets/fonts/MazzardH-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraLight";
  src: url("assets/fonts/MazzardH-ExtraLight.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Light";
  src: url("assets/fonts/MazzardH-Light.woff2") format("woff2"), url("assets/fonts/MazzardH-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Regular";
  src: url("assets/fonts/MazzardH-Regular.woff2") format("woff2"), url("assets/fonts/MazzardH-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Medium";
  src: url("assets/fonts/MazzardH-Medium.woff2") format("woff2"), url("assets/fonts/MazzardH-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-SemiBold";
  src: url("assets/fonts/MazzardH-SemiBold.woff2") format("woff2"), url("assets/fonts/MazzardH-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MazzardH-Thin";
  src: url("assets/fonts/MazzardH-Thin.woff2") format("woff2"), url("assets/fonts/MazzardH-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.ui-bg-aqua {
  background-color: #F0F3F4;
}

.ui-bg-white {
  background-color: #fff;
}

.ui-bg-dark {
  background-color: #0F1720;
}

.text-gray {
  color: #787D82;
}

body {
  background-color: #fff;
}

.container {
  max-width: 1320px;
}

.container-full-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.container.inner-content {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 572px) {
  .container.inner-content {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .container.inner-content {
    width: calc(100% - (100% - 540px) / 2);
    max-width: none;
    padding-left: 15px;
  }
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container.inner-content {
    width: calc(100% - (100% - 720px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container.inner-content {
    width: calc(100% - (100% - 960px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.inner-content {
    width: calc(100% - (100% - 1140px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container.inner-content {
    width: calc(100% - (100% - 1320px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1320px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 8px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #BAC3C6;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #BAC3C6;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #BAC3C6;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #BAC3C6;
  border-top-color: #0F1720;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

.rounded-1 {
  border-radius: 16px;
}

.tip--content {
  border-bottom: 1px solid #BAC3C6;
}
.tip__title p {
  font-family: "MazzardH-SemiBold";
}

body {
  font-family: "MazzardH-Regular";
  color: #0F1720;
}

html {
  font-size: 16px;
}

strong {
  font-family: "MazzardH-SemiBold";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}

.font-light {
  font-family: "MazzardH-Light";
}

.font-medium {
  font-family: "MazzardH-Medium";
}

.font-bold {
  font-family: "MazzardH-Bold";
}

pre {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  overflow: none;
}

.subtitle {
  font-family: "MazzardH-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MazzardH-Medium";
  font-weight: normal;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "MazzardH-SemiBold";
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.4rem;
}
@media (min-width: 991px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

ul {
  padding: 15px 0 0 15px;
}

li {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
}

p {
  font-size: 1rem;
  font-family: "MazzardH-Light";
  line-height: 1.8;
  text-align: justify;
}
p strong {
  font-family: "MazzardH-Medium";
}

.expedition-date {
  font-size: 1.2rem;
}

.optimex-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 200;
}
.optimex-header__inner {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 72px;
  gap: 0;
}
.optimex-header__logo {
  flex-shrink: 0;
  margin-right: 48px;
}
.optimex-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.optimex-header__logo svg {
  height: 38px;
  width: auto;
}
.optimex-header__nav {
  flex: 1;
}
.optimex-header__nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.optimex-header__nav li {
  list-style: none;
}
.optimex-header__nav a {
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  color: #0F1720;
  text-decoration: none;
  transition: color 0.2s;
}
.optimex-header__nav a:hover {
  color: #555;
}
.optimex-header__nav .current-menu-item > a,
.optimex-header__nav .current_page_item > a {
  font-family: "MazzardH-SemiBold";
}
.optimex-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.optimex-header__guest-auth {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.optimex-header__auth-link {
  text-decoration: none;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
  color: #0F1720;
  white-space: nowrap;
}
.optimex-header__auth-link--outline {
  border: 1.5px solid #0F1720;
  border-radius: 999px;
  padding: 10px 20px;
  transition: background 0.2s ease, color 0.2s ease;
}
.optimex-header__auth-link--outline:hover {
  background: #0F1720;
  color: #fff;
  text-decoration: none;
}
.optimex-header__user {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0F1720;
}
.optimex-header__user:hover {
  text-decoration: none;
  color: #0F1720;
}
.optimex-header__user-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.optimex-header__user-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.optimex-header__user-greeting {
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
  color: #0F1720;
}
.optimex-header__user-label {
  font-family: "MazzardH-Medium";
  font-size: 0.78rem;
  color: #999;
}
.optimex-header__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #0F1720;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
  color: #0F1720;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.optimex-header__cart-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: filter 0.2s;
}
.optimex-header__cart:hover {
  background: #0F1720;
  color: #fff;
  text-decoration: none;
}
.optimex-header__cart:hover .optimex-header__cart-icon {
  filter: invert(1);
}

.optimex-header-mobile {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 200;
}
.optimex-header-mobile__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
}
.optimex-header-mobile__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.optimex-header-mobile__logo svg {
  height: 28px;
  width: auto;
}
.optimex-header-mobile__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.optimex-header-mobile__cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1.5px solid #0F1720;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.82rem;
  color: #0F1720;
  text-decoration: none;
}
.optimex-header-mobile__cart img {
  width: 16px;
  height: 16px;
}
.optimex-header-mobile__toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  border: 0;
  background: transparent;
}
.optimex-header-mobile__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0F1720;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.optimex-header-mobile__toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.optimex-header-mobile__toggle.active span:nth-child(2) {
  opacity: 0;
}
.optimex-header-mobile__toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.optimex-header-mobile__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "MazzardH-SemiBold";
  font-size: 0.76rem;
  color: #0F1720;
  white-space: nowrap;
}
.optimex-header-mobile__auth--outline {
  border: 1.5px solid #0F1720;
  border-radius: 999px;
  padding: 6px 10px;
}

.mobile-nav {
  position: fixed;
  top: var(--optimex-mobile-nav-top, 60px);
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: calc(100svh - var(--optimex-mobile-nav-top, 60px));
  width: 100%;
  max-width: 100vw;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  z-index: 199;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: transform 0.28s ease, opacity 0.22s ease, visibility 0.22s ease;
  overscroll-behavior: contain;
}
.mobile-nav__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 12px 14px max(14px, env(safe-area-inset-bottom));
  box-sizing: border-box;
  min-height: 0;
}
.mobile-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.mobile-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
}
.mobile-nav li:last-child {
  border-bottom: 0;
}
.mobile-nav .menu > li > a {
  display: block;
  padding: 10px 2px;
  text-decoration: none;
  color: #0F1720;
  font-family: "MazzardH-Medium";
  font-size: 1.07rem;
  line-height: 1.1;
  transition: color 0.2s ease;
}
.mobile-nav .menu > li.current-menu-item > a,
.mobile-nav .menu > li.current_page_item > a {
  font-family: "MazzardH-SemiBold";
  color: #000;
}
.mobile-nav__footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ececec;
  background: #fff;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.mobile-nav .mobile-nav__account-btn {
  width: fit-content !important;
  min-height: 42px;
  border-radius: 999px;
  border: 1.5px solid #111;
  background: #fff;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.92rem;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 18px;
  max-width: 100%;
  white-space: nowrap;
  margin: 0;
  align-self: flex-start;
  transition: background 0.2s ease, color 0.2s ease;
}
.mobile-nav .mobile-nav__account-btn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

body.optimex-mobile-menu-open {
  overflow: hidden !important;
  height: 100svh;
}

@media (min-width: 991px) {
  .mobile-nav {
    display: none !important;
  }
}
.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation a {
  font-family: "MazzardH-Medium";
}
.top-navigation .brand svg {
  max-width: 100%;
}

.header__menu {
  margin: 0;
  padding: 0;
}
.header__menu li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.header__menu li a {
  color: #0F1720;
}

.swiper-gallery .image-box, .swiper-gallery-2 .image-box {
  height: 30vh;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.swiper-gallery .image-box img, .swiper-gallery-2 .image-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-gallery-2 .image-box {
  height: 50vh;
}

.navigation .portfolioswiper-next, .navigation .portfolioswiper-prev, .navigation .brandsswiper-prev, .navigation .brandsswiper-next, .navigation .prev, .navigation .testimonials-prev, .navigation .next, .navigation .testimonials-next {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: relative;
  outline: 0;
  line-height: 0;
}
.navigation .portfolioswiper-next::before, .navigation .portfolioswiper-prev::before, .navigation .brandsswiper-prev::before, .navigation .brandsswiper-next::before, .navigation .prev::before, .navigation .testimonials-prev::before, .navigation .next::before, .navigation .testimonials-next::before {
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
}
.navigation .portfolioswiper-next::after, .navigation .portfolioswiper-prev::after, .navigation .brandsswiper-prev::after, .navigation .brandsswiper-next::after, .navigation .prev::after, .navigation .testimonials-prev::after, .navigation .next::after, .navigation .testimonials-next::after {
  display: none;
}
.navigation .brandsswiper-next::before, .navigation .brandsswiper-prev::before {
  width: 7px;
  height: 12px;
}
.navigation .brandsswiper-prev::before, .navigation .prev::before {
  background-image: url("assets/images/arrow_left_white.svg");
}
.navigation .brandsswiper-next::before, .navigation .next::before {
  background-image: url("assets/images/arrow_right_white.svg");
}
.navigation .testimonials-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-prev::before, .navigation .testimonials-prev::before, .navigation .programs-prev::before, .navigation .brandsswiper-prev::before, .navigation .horizon-prev::before, .navigation .horizon2-prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.navigation .media-next::before, .navigation .testimonials-next::before, .navigation .programs-next::before, .navigation .brandsswiper-next::before, .navigation .horizon-next::before, .navigation .horizon2-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}
.navigation .testimonials-next::before, .navigation .brandsswiper-next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.portfolioswiper-prev::before {
  background-image: url("assets/images/arrow_left_arch.svg");
}

.portfolioswiper-next::before {
  background-image: url("assets/images/arrow_right_arch.svg");
}

.swiper-testimonials .image {
  min-width: 130px;
  min-height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.why-attend .prev::before {
  background-image: url("assets/images/arrow_left_dark.svg");
}
.why-attend .next::before {
  background-image: url("assets/images/arrow_right_dark.svg");
}

.brandsSwiper .single-banner-brand .image-banner {
  height: 25vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.brandsSwiper .single-banner-brand .image-logo {
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.progress-bar-swiper {
  position: relative;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar-fill, .progress-bar-swiper .swiper-pagination-progressbar-fill {
  background-color: #0F1720;
}
.progress-bar-swiper .swiper-pagination-media, .progress-bar-swiper .swiper-pagination-testimonials, .progress-bar-swiper .swiper-pagination-programs-progressbar, .progress-bar-swiper .swiper-pagination-progressbar {
  height: 1px;
  background-color: #B8C7C5;
}

.brandsSwiper img {
  max-width: 100%;
}

/************************************************************
 * VISION SLIDER — SCOPED, NO-COLLISIONS CSS
 * Zakładamy markup z Twojego posta (nav + main w Swiperze).
 ************************************************************/
/* Root komponentu + spacing */
.vision-slider {
  padding: 24px;
}

/*--- NAV (lewa kolumna) ----------------------------------*/
.vision-slider .vision-slider__nav {
  background: #eef3f4;
  border-radius: 16px;
  height: 560px;
  overflow: hidden;
}

/* Swiper w kolumnie – pionowe ułożenie slajdów */
.vision-slider .vision-slider__nav .swiper-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  height: auto !important;
}

.vision-slider .vision-slider__nav .swiper-slide {
  height: auto !important;
  width: 100% !important;
}

/* Tab w nawigacji */
.vision-slider .vision-tab {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  outline: 0 !important;
}

.vision-slider .vision-tab__title {
  color: #878b8f;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.9rem;
  display: inline-block;
}
@media (min-width: 1520px) {
  .vision-slider .vision-tab__title {
    font-size: 1rem;
  }
}

.vision-slider .vision-tab__sub {
  font-size: 14px;
  color: #8a8f95;
  display: block;
  margin-top: 6px;
}

/* Podkreślenie – jeśli używasz */
.vision-slider .vision-tab__underline {
  display: block;
  height: 1px;
  width: 120px;
  background: #bac3c6;
  margin-top: 12px;
}

/* Aktywny thumb od Swipera */
.vision-slider .vision-slider__nav .swiper-slide-thumb-active .vision-tab__title {
  color: #0b0f12;
}

/* Progress bar w tabie */
.vision-slider .vision-tab__progress {
  display: block;
  width: 100%;
  height: 1px;
  background: #bac3c6;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 2px;
}

.vision-slider .vision-tab__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: #0b0f12;
  will-change: width;
}

/* animacja bez skoków */
@keyframes visionBarFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.vision-slider .vision-tab__bar.is-animating {
  animation-name: visionBarFill;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/*--- MAIN (prawa kolumna) – SWIPER ------------------------*/
/* Zbij wysokości narzucone przez Swiper/motyw */
.vision-slider .vision-slider__main.swiper,
.vision-slider .vision-slider__main .swiper-wrapper {
  height: auto !important;
  align-items: stretch !important;
}

/* Każdy slide dopasowuje się do zawartości */
.vision-slider .vision-slider__main .swiper-slide {
  height: auto !important;
  display: block;
}

/* Strzałki (jeśli używasz własnych) — minimalne style */
.vision-slider .vision-prev,
.vision-slider .vision-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.vision-slider .vision-prev {
  left: 8px;
}

.vision-slider .vision-next {
  right: 8px;
}

/*--- KARTA OBRAZKA — ZAWSZE KWADRAT -----------------------*/
.vision-slider .vision-maincard {
  position: relative;
  aspect-ratio: 1/1; /* stały kwadrat */
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f4f7;
}

/* Gdy jest link – wypełnia całość karty */
.vision-slider .vision-maincard__link {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

/* Obrazek wypełnia kartę i jest przycięty do kwadratu */
.vision-slider .vision-maincard__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important; /* nadpisuje height:auto */
  max-width: none !important; /* neutralizuje globalne img {max-width:100%} */
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  -webkit-user-drag: none;
}

/* Fallback dla przeglądarek bez aspect-ratio */
@supports not (aspect-ratio: 1/1) {
  .vision-slider .vision-maincard::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .vision-slider .vision-maincard__link,
  .vision-slider .vision-maincard__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
/*--- RWD --------------------------------------------------*/
@media (max-width: 1200px) {
  .vision-slider .vision-slider__nav {
    height: 520px;
  }
}
@media (max-width: 992px) {
  /* Jeżeli używasz własnej siatki .vision-slider__inner,
     możesz ją tu przełączyć na jeden column; przy Bootstrapie nie ruszaj. */
  .vision-slider .vision-slider__nav,
  .vision-slider .vision-slider__main {
    height: auto !important;
  }
  .vision-slider .vision-prev,
  .vision-slider .vision-next {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 576px) {
  .vision-slider {
    padding: 16px;
  }
  .vision-slider .vision-tab {
    padding: 20px;
  }
}
/*--- Preferencje ruchu -----------------------------------*/
@media (prefers-reduced-motion: reduce) {
  .vision-slider .vision-tab__bar.is-animating {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/*--- Twarde resetty (scoped) gdyby motyw był uparty -------*/
/* Neutralizuj ewentualne globalne obrazkowe zasady w obrębie komponentu */
.vision-slider img {
  max-width: 100%;
  height: auto;
}

.vision-slider .vision-maincard__image {
  /* nasz obraz w karcie ma własne reguły powyżej – utrzymujemy je silniejsze */
  height: 100% !important;
  max-width: none !important;
}

/* Czasem motywy nadają .swiper { height:100% } — zbicie tylko tu */
.vision-slider .swiper {
  height: auto;
}

.brandsSwiperBig, .our-brands {
  /* opcjonalnie — jeśli chcesz subtelny cień */
}
.brandsSwiperBig .image-banner, .our-brands .image-banner {
  position: relative;
  width: 100%;
  padding-top: 100%; /* kwadratowy box */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
}
.brandsSwiperBig .image-banner::after, .our-brands .image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.single-banner-brand {
  background-color: #F0F3F4;
  display: block;
  border-radius: 16px;
}
.single-banner-brand .image-logo {
  mix-blend-mode: darken;
}

.about-us .image-box {
  width: 100%;
  position: relative;
  height: 58vh;
  border-radius: 16px;
  overflow: hidden;
}
.about-us .image-box .content {
  position: relative;
  z-index: 5;
  max-width: 30%;
}
.about-us .image-box .image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.huge-number {
  font-size: 3rem;
}

.small-number {
  max-width: 50%;
}

.brandsSwiperNews .image-banner {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 60vh;
}
.brandsSwiperNews .image-banner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.brandsSwiperNews .image-banner .content {
  z-index: 5;
  position: relative;
}
.brandsSwiperNews .image-banner .content .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.brandsSwiperNews .image-logo {
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0) invert(1);
  z-index: 5;
}
.brandsSwiperNews .mask-top, .brandsSwiperNews .mask-bot {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 50%;
  width: 100%;
  border-radius: 16px;
}
.brandsSwiperNews .mask-top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) -8%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0.2) 68%, rgba(0, 0, 0, 0) 100%);
}
.brandsSwiperNews .mask-bot {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 89%);
}

.ui-bg-aqua {
  position: relative;
}

.b2b-section {
  background: transparent;
}

.b2b-section-slider-wrapper {
  position: relative;
  padding-bottom: 60px;
}

.b2b-swiper {
  overflow: hidden;
}

.b2b-swiper .swiper-slide {
  height: auto;
}
.b2b-swiper .swiper-slide .b2b-tile-title {
  color: #878b8f;
}

.b2b-slide--active .b2b-tile-title {
  color: #0F1720 !important;
}

.b2b-slide {
  height: 100%;
}

.b2b-tile {
  background: #fff;
  border-radius: 24px;
  min-height: 260px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.b2b-header-title {
  font-family: "MazzardH-SemiBold";
}

/* ===== ANIMACJA WEJŚCIA OD DOŁU (TEKST + TELEFON) ===== */
@keyframes b2b-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Tekst po lewej */
.b2b-header {
  opacity: 1;
  transform: translateY(0);
}

.b2b-header.b2b-anim {
  animation: b2b-fade-up 0.35s ease;
}

/* GLOBALNY TELEFON – kwadrat + animacja */
.py-5.ui-bg-aqua.border-radius-16 {
  position: relative;
  overflow: visible;
}

.b2b-phone-global {
  pointer-events: none;
  z-index: 5;
  opacity: 1;
  transform: translateY(0);
  aspect-ratio: 1/1; /* zawsze kwadrat */
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.b2b-phone-global.b2b-anim {
  animation: b2b-fade-up 0.35s ease;
}

.b2b-phone-global img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* jak chcesz bez przycinania: zmień na contain */
  object-position: center;
}

.b2b-tile-number {
  font-size: 18px;
  font-family: "MazzardH-SemiBold";
  color: #878b8f;
}

.b2b-tile-title {
  margin-top: auto;
  font-size: 1rem;
  font-family: "MazzardH-Medium";
  color: #111827;
}

@media (min-width: 768px) {
  .b2b-swiper .swiper-slide {
    padding-right: 8px;
  }
}
@media (max-width: 640px) {
  .b2b-phone-global {
    display: none;
  }
}
/* Strzałki */
.b2b-swiper-nav {
  position: absolute;
  /* top: 30px; */
  left: 0;
  bottom: -40px;
  display: flex;
  gap: 12px;
}

.b2b-swiper-button {
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.b2b-swiper-button:hover {
  outline: 0;
  border: 0;
}

/* wyłącz obramowanie przy focus/active */
.b2b-swiper-button:focus,
.b2b-swiper-button:focus-visible,
.b2b-swiper-button:active {
  outline: none;
  box-shadow: none;
}

.b2b-swiper-button span {
  line-height: 0;
  display: block;
}

.b2b-swiper-button span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.b2b-swiper-button-prev span {
  border-right: 7px solid #111827;
  margin-left: 3px;
}

.b2b-swiper-button-next span {
  border-left: 7px solid #111827;
  margin-right: 3px;
}

.portfolioSwiper .image-banner img {
  height: 40vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 16px;
}

.btn {
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
}
.btn.dark {
  background-color: #0F1720;
  border: 1px solid #0F1720;
  color: #fff;
}
.btn.dark:hover {
  background-color: #F0F3F4;
  color: #0F1720;
  border: 1px solid #BAC3C6;
}
.btn.light {
  background-color: #fff;
  border: 2px solid #DDDDDD;
}
.btn.light:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}

button#city-book, .forminator-button {
  border-radius: 6px !important;
  padding: 10px 20px !important;
  display: block !important;
  font-family: "MazzardH-Medium" !important;
  transition: 0.25s all !important;
  width: 100% !important;
  background-color: #0F1720 !important;
  border: 1px solid #0F1720 !important;
  color: #fff !important;
}
button#city-book:hover, .forminator-button:hover {
  background-color: #F0F3F4 !important;
  color: #0F1720 !important;
  border: 1px solid #BAC3C6 !important;
}

.standarize-button.dark a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #0F1720;
  border: 1px solid #0F1720;
  color: #fff;
  margin-top: 15px;
}
.standarize-button.dark a:hover {
  background-color: #F0F3F4;
  color: #0F1720;
  border: 1px solid #BAC3C6;
}
.standarize-button.light a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #fff;
  border: 2px solid #fff;
  color: #0F1720;
  margin-top: 15px;
}
.standarize-button.light a:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}

.optimex-footer {
  margin-top: 28px;
  padding: 74px 0 42px;
  background: #0F1720;
  color: #fff;
}
.optimex-footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.optimex-footer a:hover {
  opacity: 0.75;
}

.optimex-footer__top-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 34px;
}
.optimex-footer__top-nav a {
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  line-height: 1.2;
}

.optimex-footer__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 34px;
}

.optimex-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.62fr) minmax(0, 0.62fr);
  gap: 44px;
}

.optimex-footer__newsletter h3 {
  margin: 0 0 18px;
  font-family: "MazzardH-SemiBold";
  font-size: 2.25rem;
  line-height: 1.08;
  color: #fff;
}

.optimex-footer__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}
.optimex-footer__links a {
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  line-height: 1.25;
}

.optimex-footer__bottom {
  margin-top: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.optimex-footer__bottom span {
  color: rgba(255, 255, 255, 0.32);
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  line-height: 1.25;
}

@media (max-width: 1023px) {
  .optimex-footer {
    padding: 62px 0 34px;
  }
  .optimex-footer__main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px 26px;
  }
  .optimex-footer__newsletter {
    grid-column: 1/-1;
  }
  .optimex-footer__newsletter h3 {
    font-size: 2rem;
  }
  .optimex-footer__bottom {
    margin-top: 66px;
  }
}
@media (max-width: 990px) {
  .optimex-footer {
    padding: 48px 0 28px;
  }
  .optimex-footer__top-nav {
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .optimex-footer__divider {
    margin-bottom: 26px;
  }
  .optimex-footer__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .optimex-footer__newsletter h3 {
    font-size: 1.7rem;
  }
  .optimex-footer__form-placeholder {
    min-height: 58px;
    font-size: 0.9rem;
  }
  .optimex-footer__links {
    gap: 10px;
  }
  .optimex-footer__links a {
    font-size: 0.92rem;
  }
  .optimex-footer__bottom {
    margin-top: 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
@media (max-width: 639px) {
  .optimex-footer {
    padding: 36px 0 20px;
  }
  .optimex-footer__newsletter h3 {
    font-size: 1.45rem;
  }
  .optimex-footer__form-placeholder {
    min-height: 52px;
    padding: 0 20px;
  }
}
.contact-form input, .contact-form textarea {
  border: 1px solid #BAC3C6 !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #c0c0c0;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}
.contact-form .forminator-row input::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 0.9rem !important;
  font-family: "MazzardH-Medium" !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] {
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  outline: 0 !important;
}

.select2-selection__rendered {
  color: #0F1720 !important;
  padding: 15px !important;
  font-family: "MazzardH-Medium";
}

.forminator-ui#forminator-module-352.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] .select2-selection__placeholder {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--multiple[role=combobox] .select2-selection__arrow {
  color: #0F1720 !important;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__choice {
  background-color: #0F1720 !important;
  border-radius: 100px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default {
  background-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  margin-top: -2px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  outline: 0 !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
  font-family: "MazzardH-Medium";
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  font-size: 0.9rem !important;
}
.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:last-child {
  border-bottom: 0 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: transparent !important;
  color: #0F1720 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-352.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: transparent !important;
}

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox] .select2-selection__clear {
  margin-top: -3px !important;
  color: #0F1720 !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-textarea {
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
  padding: 15px !important;
}
.forminator-ui#forminator-module-352.forminator-design--default .forminator-textarea::placeholder {
  color: #0F1720;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
  max-width: fit-content !important;
}

.forminator-field-upload .forminator-field {
  background: #fff;
  padding: 30px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
}

.forminator-uploaded-file--content {
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667) !important;
  padding-bottom: 15px;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-uploaded-file .forminator-uploaded-file--text + .forminator-uploaded-file--delete {
  background-color: transparent !important;
  outline: 0 !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-multi-upload {
  border-color: #BAC3C6 !important;
}

.forminator-ui#forminator-module-352.forminator-design--default .forminator-button-submit {
  box-shadow: none !important;
}

.optimex-footer .ml-embedded {
  display: block !important;
  width: 100% !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer {
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-align-center,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-align-default {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedForm,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedPopup {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: 660px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedBody,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-successBody {
  padding: 0 !important;
  margin: 0 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedContent {
  display: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-formContent.horozintalForm {
  margin: 0 !important;
  padding: 8px !important;
  width: 100% !important;
  float: none !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #1f2a37 0%, #1b2430 100%) !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  float: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-input-horizontal {
  width: 100% !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .horizontal-fields {
  width: 100% !important;
  padding-right: 0 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-field-group {
  margin: 0 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-field-group input[type=email],
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow input {
  height: 62px !important;
  min-height: 62px !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.95) !important;
  padding: 0 22px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.95rem !important;
  line-height: 62px !important;
  vertical-align: middle !important;
  box-shadow: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-field-group input[type=email]::placeholder,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow input::placeholder {
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 1 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-button-horizontal {
  width: auto !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-button-horizontal .primary,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal .primary,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedSubmit button {
  min-height: 62px !important;
  height: 62px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0F1720 !important;
  padding: 0 34px !important;
  min-width: 210px !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.96rem !important;
  line-height: 1 !important;
  width: auto !important;
  box-shadow: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-button-horizontal .primary:hover,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal .primary:hover {
  background: #e8e8e8 !important;
  color: #0F1720 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button.primary,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal button,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal button.primary {
  background: #fff !important;
  border-color: #fff !important;
  color: #0F1720 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button.primary:hover,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal button:hover,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal button.primary:hover {
  background: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #0F1720 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-checkboxRow {
  display: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-checkboxRow label,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-checkboxRow .label-description,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-checkboxRow .label-description p {
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.76rem !important;
  line-height: 1.3 !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal {
  display: none !important;
}

.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-successContent h4,
.optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-successContent p {
  color: #fff !important;
  font-family: "MazzardH-Medium" !important;
}

@media (max-width: 990px) {
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px !important;
  }
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-field-group input[type=email],
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow input {
    border-radius: 999px !important;
  }
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-button-horizontal {
    width: auto !important;
    margin-left: 0 !important;
  }
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-button-horizontal .primary {
    width: auto !important;
    min-width: 150px !important;
    padding: 0 24px !important;
    min-height: 56px !important;
    height: 56px !important;
  }
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-field-group input[type=email],
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-horizontalRow input {
    min-height: 56px !important;
    height: 56px !important;
    line-height: 56px !important;
    padding-top: 25px !important;
  }
}
@media only screen and (max-width: 400px) {
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-form-formContent.horozintalForm .ml-button-horizontal {
    display: block !important;
    width: auto !important;
  }
  .optimex-footer #mlb2-33011758.ml-form-embedContainer .ml-mobileButton-horizontal {
    display: none !important;
  }
}
.ox-wednesday img {
  max-width: 100%;
}

.news-banner-single .image-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 60vh;
}
.news-banner-single .image-box .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.news-banner-single .image-box .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-banner-image img {
  width: 100%;
  border-radius: 16px;
  height: 70vh;
  object-fit: cover;
  object-position: center;
}

.main-banner .claim {
  position: absolute;
  z-index: 10;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 18rem;
}
.main-banner__image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.main-banner--video-box {
  height: 70vh;
  width: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.main-banner--video-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.main-banner--video-box .brand svg {
  max-width: 15rem;
}
.main-banner--video-box span.tag {
  background-color: #0F1720;
  border-radius: 100px;
  padding: 5px 15px;
  color: #fff;
  font-family: "MazzardH-Medium";
}
.main-banner--video-box .content {
  position: relative;
  z-index: 5;
  padding-bottom: 5rem;
}
.main-banner--video-box .content h1 strong, .main-banner--video-box .content h2 strong, .main-banner--video-box .content h3 strong, .main-banner--video-box .content h4 strong, .main-banner--video-box .content h5 strong {
  font-family: "MazzardH-Bold";
}
.main-banner--video-box .content a {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  margin-top: 15px;
}
.main-banner--video-box .content a:hover {
  background-color: #0F1720;
  color: #fff;
  border: 2px solid #0F1720;
}
.main-banner--video-box .mask {
  position: absolute;
  inset: 0;
  pointer-events: none; /* żeby nie blokowało kliknięć */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 60%);
  z-index: 1; /* nad wideo */
}
.main-banner .navi {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 2rem;
}
@media (min-width: 991px) {
  .main-banner .navi {
    padding: 5rem;
  }
}

.standard-text strong {
  font-family: "MazzardH-SemiBold";
}

.what-offer img {
  height: 60vh;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.what-offer__content {
  height: 100%;
  border-radius: 16px;
}
.what-offer__content li {
  border-bottom: 1px solid #BAC3C6;
  font-family: "MazzardH-Medium";
}
.what-offer__content li:last-child {
  border-bottom: 0;
}

.ox-wednesday.about a {
  display: none;
}

#representatives {
  /* strzałki przy tytule */
}
#representatives img {
  max-width: 10rem;
  margin-right: 30px;
}
#representatives .representative-item {
  display: none;
}
#representatives .representative-item.is-visible {
  display: block;
}
#representatives .representatives-filters {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
#representatives .representatives-filters button {
  margin-right: 20px;
  border-radius: 100px;
  background-color: #F0F3F4;
  border: 0;
}
#representatives .representatives-filters .btn.active {
  background-color: #000;
  color: #fff;
}
#representatives .regions-header-arrows .regions-arrow {
  width: 20px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: 0.2s ease;
  outline: 0;
}
#representatives .regions-header-arrows .regions-arrow img {
  width: 14px;
  height: 14px;
}
#representatives .regions-header-arrows .regions-arrow:hover {
  background: transparent;
}
#representatives .regions-header-arrows .regions-arrow.hidden {
  opacity: 0.3;
  pointer-events: none;
}
#representatives .contact-icons img {
  background: #0F1720;
  padding: 10px;
  border-radius: 8px;
}
#representatives .brands-list p {
  color: #52585E;
  font-size: 0.8rem;
}

.contact-map svg {
  max-width: 100%;
}

.download-icon img {
  max-width: 1.5rem;
}

#umow-spotkanie svg {
  max-width: 100%;
}
#umow-spotkanie text {
  position: relative;
}
#umow-spotkanie text::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #0F1720;
}
#umow-spotkanie tspan {
  font-family: "MazzardH-Medium";
  font-size: 1.2rem;
  position: relative;
}

#umow-spotkanie .map-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.city-pin {
  cursor: pointer;
}

.city-pin:hover .city-label-bg {
  opacity: 0.9;
}

/* aktywna pinezka */
#umow-spotkanie .city-pin.is-active path {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[fill="#111"] {
  fill: #007bff;
}

#umow-spotkanie .city-pin.is-active circle[stroke="#111"] {
  stroke: #007bff;
}

/* ───── Overlay + container */
.bm {
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: inherit;
}

.bm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(120%) blur(2px);
}

/* ───── Panel: DESKTOP = wyśrodkowany popup */
.bm-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 92vw);
  max-height: 90vh;
  background: #F0F3F4;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  overflow: hidden; /* nagłówek stały, wnętrze scrollowane */
  overflow-y: visible;
  height: 100%;
}

/* pasek u góry + head */
.bm-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: transparent;
}

.bm-head {
  padding: 0 24px 6px;
}

.bm-steps {
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 0 24px 16px;
}

.bm-body {
  padding: 0 24px 24px;
  overflow: auto; /* scroll w środku modala */
  flex: 1 1 auto;
}

/* przyciski/styl – bez zmian */
.bm-city {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.bm-addr {
  color: #333;
  opacity: 0.8;
  white-space: pre-line;
}

.bm-stepper {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #8A8F93;
}

.bm-stepper span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #DDDDDD !important;
  border-radius: 20px;
  font-weight: 700;
  color: #3B3F43;
  background: #fff;
}

.bm-stepper.is-active {
  color: #0F1720;
}

.bm-stepper.is-active span {
  border-color: #0F1720;
}

.bm-options {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 14px;
}

.bm-card {
  min-width: 220px;
  padding: 22px 26px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #E6EAEB;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s, color 0.15s;
}

.bm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-card.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-card .bm-wd {
  font-weight: 700;
  margin-bottom: 4px;
}

.bm-card .bm-dt {
  opacity: 0.9;
}

.bm-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.bm-chip {
  padding: 16px 26px;
  border-radius: 12px;
  border: 1px solid #E6EAEB;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.15s;
}

.bm-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.bm-chip.is-active {
  background: #0F1720;
  color: #fff;
  border-color: #0F1720;
}

.bm-form-placeholder {
  width: 100%;
  background-color: #fff;
  border: 1px dashed #C8CED1;
  border-radius: 14px;
  padding: 28px;
  color: #3B3F43;
}

.bm-muted {
  opacity: 0.7;
}

/* ───── Mobile: pełny ekran (jak wcześniej) */
@media (max-width: 991px) {
  .bm-panel {
    left: 0;
    top: 0;
    transform: none;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    box-shadow: none;
  }
  .bm-topbar {
    padding: 16px;
  }
  .bm-head {
    padding: 0 16px 6px;
  }
  .bm-steps {
    padding: 0 16px 12px;
  }
  .bm-body {
    padding: 0 16px 16px;
  }
  .bm-city {
    font-size: 36px;
  }
}
/* ───── blokada scrolla tła, gdy modal otwarty */
body.bm-open {
  overflow: hidden;
}

.bm-addr p {
  line-height: 0;
}

.list-unstyled li {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 100px;
  font-family: "MazzardH-Medium";
  border: 1px solid #DDDDDD;
}

.city-content {
  height: 100%;
  border-radius: 16px;
}

.js-autofill {
  display: none !important;
}

.bm-chip.is-disabled,
.bm-chip:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  text-decoration: line-through;
}

.all-meetings {
  padding: 40px 0;
}

.all-meetings h2 {
  margin-bottom: 20px;
}

.am-list {
  display: grid;
  gap: 14px;
}

.am-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  background: #f3f6f7;
  border-radius: 14px;
  padding: 18px 20px;
  border: 1px solid #e5eaee;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 991px) {
  .am-card {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
  }
}

.am-card.is-full {
  opacity: 0.6;
}

.am-col {
  min-width: auto;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .am-col {
    min-width: 0;
    width: auto;
    margin-top: 0;
  }
}

.am-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #8a919a;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.am-city {
  font-weight: 700;
}

.am-addr {
  color: #4b5563;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .am-addr {
    white-space: nowrap;
  }
}

.am-when {
  font-size: 16px;
}

.am-cta {
  justify-self: end;
}

.am-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.am-btn-container {
  position: relative;
}
.am-btn-container::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.am-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  background-color: #F0F3F4;
  font-size: 22px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.forminator-row:has(.js-city) {
  display: none !important;
}

.forminator-row:has(.js-date) {
  display: none !important;
}

.forminator-row:has(.js-hour) {
  display: none !important;
}

.forminator-row:has(.js-address) {
  display: none !important;
}

.forminator-title {
  font-size: 1rem !important;
  font-family: "MazzardH-Medium" !important;
  text-transform: uppercase !important;
}

.forminator-checkbox-box {
  border-color: rgba(221, 221, 221, 0.8666666667) !important;
  background-color: #fff !important;
  color: #0F1720 !important;
}

.forminator-row a {
  color: #0F1720;
}
.forminator-row input {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 6px !important;
  padding: 15px !important;
}
.forminator-row input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}
.forminator-row input:-moz-placeholder { /* Firefox 18- */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input::-moz-placeholder { /* Firefox 19+ */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
  opacity: 1;
}
.forminator-row input:-ms-input-placeholder { /* IE 10-11 */
  color: #0F1720;
  font-size: 0.9rem;
  font-family: "MazzardH-Medium";
}

.forminator-row label.forminator-label, .forminator-row span.forminator-label {
  display: none !important;
}

.forminator-field-checkbox {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field {
  display: flex;
  align-items: center;
}
.forminator-field-checkbox .forminator-field label {
  margin: 0 30px 0 0 !important;
}
.forminator-field-checkbox .forminator-label {
  margin: 0 !important;
}

.contact-map svg {
  max-width: 100%;
  height: auto;
}
.contact-map svg text {
  font-family: "MazzardH-SemiBold";
}

/* ------------------------------
   MAPA POLSKI (SVG)
--------------------------------- */
/* bazowe path + transition */
#poland-map .check path {
  fill: #fff;
  stroke: #0F1720;
  transition: fill 0.25s ease, stroke 0.25s ease;
}

/* bazowy napis + transition */
#poland-map .check text {
  fill: #0F1720;
  transition: fill 0.25s ease;
  pointer-events: none; /* żeby hover łapał też na tekście */
}

/* hover: czarne tło + biały napis */
#poland-map .check:hover path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check:hover text {
  fill: #fff !important;
}

/* kliknięty region */
#poland-map .check.active path {
  fill: #0F1720 !important;
  stroke: #0F1720 !important;
  stroke-width: 2;
}

#poland-map .check.active text {
  fill: #fff !important;
}

/* focus dla klawiatury */
#poland-map .check:focus-visible path {
  outline: none;
  stroke: #0ea5e9; /* niebieska ramka */
  stroke-width: 3;
  fill: #0F1720; /* lekko ciemne wypełnienie */
}

/* usuń żółty kwadrat na mobile/tablet */
#poland-map .check,
#poland-map .check * {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  #poland-map .check:focus {
    outline: none;
  }
}
/* kursor */
#poland-map .check {
  cursor: pointer;
}

/* ------------------------------
   NAGŁÓWEK NAD SLIDEREM
--------------------------------- */
.region-head {
  margin-bottom: 12px;
}

.region-title {
  margin: 0;
  font-size: 1.5rem;
}

/* ------------------------------
   SLIDER I KARTY
--------------------------------- */
.rs-card {
  border-radius: 16px;
  overflow: hidden;
  background: #F0F3F4;
}
.rs-card a {
  color: #0F1720;
}

.rs-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.rs-avatar {
  width: 100%;
  height: 20vh;
  border-radius: 0;
  object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 991px) {
  .rs-avatar {
    height: 30vh;
  }
}

.rs-name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.rs-role {
  margin: 0.125rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.rs-desc {
  margin: 0.5rem 0;
  color: #444;
  font-size: 0.95rem;
}

.rs-contact {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

.rs-contact a {
  text-decoration: none;
  color: #0ea5e9;
}

.rs-contact a:hover {
  text-decoration: underline;
}

.rs-empty {
  color: #777;
  padding: 12px 0;
  text-align: center;
}

/* ekran startowy */
.region-empty {
  margin-top: 12px;
  padding: 16px;
  border: 1px dashed #ccc;
  border-radius: 12px;
  color: #444;
  background: #fafafa;
  text-align: center;
}

/* ------------------------------
   SWIPER KONTROLS
--------------------------------- */
.region-slider .swiper-button-prev,
.region-slider .swiper-button-next {
  color: #333;
}

.region-slider .swiper-pagination-bullet-active {
  background: #333;
}

/* ------------------------------
   REDUCED MOTION
--------------------------------- */
@media (prefers-reduced-motion: reduce) {
  #poland-map .check path,
  #poland-map .check text {
    transition: none !important;
  }
}
g {
  outline: 0 !important;
}

.region-logos {
  display: flex;
  flex-wrap: wrap;
}
.region-logos img {
  width: 150px;
}

.contact-details-cta .phone, .contact-details-cta .email {
  display: block;
}
.contact-details-cta .phone span, .contact-details-cta .email span {
  display: inline-block;
  background-color: #0F1720;
  padding: 10px;
  border-radius: 8px;
}
.contact-details-cta .phone a, .contact-details-cta .email a {
  color: #0F1720;
  font-family: "MazzardH-Medium";
}

.b2b {
  border-radius: 16px;
}
.b2b img {
  max-width: 100%;
}
@media (min-width: 991px) {
  .b2b img {
    max-width: 70%;
  }
}
.b2b a {
  margin-top: 15px;
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #0F1720;
  border: 2px solid #0F1720;
  color: #fff;
}
.b2b a:hover {
  background-color: #fff;
  color: #0F1720;
  border: 2px solid #fff;
}

.rs-content a {
  display: inline-block;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (min-width: 991px) {
  .rs-content a {
    word-break: break-word;
  }
}

.events-list {
  margin: 0;
  padding: 0;
}
.events-list .event-item {
  list-style: none;
  color: #0F1720;
  border-bottom: 1px solid #BAC3C6;
  padding: 15px 0;
}
.events-list .event-item:last-child {
  border-bottom: 0;
}
.events-list .event-text {
  font-family: "MazzardH-Medium";
  color: #0F1720;
}
.events-list .event-date {
  color: #0F1720;
}

/* LOADER */
.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mlb2-33011758.ml-form-embedContainer {
  box-sizing: border-box;
  display: table;
  margin: 0 auto;
  position: static;
  width: 100% !important;
  overflow: hidden;
}

#mlb2-33011758.ml-form-embedContainer h4,
#mlb2-33011758.ml-form-embedContainer p,
#mlb2-33011758.ml-form-embedContainer span,
#mlb2-33011758.ml-form-embedContainer button {
  text-transform: none !important;
  letter-spacing: normal !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  display: inline-block !important;
  margin: 0;
  padding: 0;
  position: relative;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
  width: 400px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-left {
  text-align: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-center {
  text-align: left;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-default {
  display: table-cell !important;
  vertical-align: middle !important;
  text-align: center !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-align-right {
  text-align: right;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: auto;
  margin: 0 auto !important;
  max-width: 100%;
  width: undefinedpx;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
  padding-bottom: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  text-align: left;
  margin: 0 0 20px 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: left;
  word-break: break-word;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px 0;
  text-align: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
  list-style-type: lower-alpha;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
  list-style-type: lower-roman;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
  color: #000000;
  text-decoration: underline;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
  text-align: left !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  margin-bottom: 5px;
  color: #333333;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  margin: 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  margin: 0 0 20px 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
  float: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  float: left;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
  margin: 0 0 10px 0;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: red !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
  color: #fff;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
  background-color: #ffffff !important;
  color: #fff !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  height: auto;
  line-height: 21px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 30px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-color: #cccccc !important;
  background-color: #0F1720 !important;
  border: 1px solid #fff !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  border-radius: 4px !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
  border-color: #0F1720 !important;
  background-color: #0F1720 !important;
  border: 1px solid #fff !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
  top: 2px;
  box-sizing: border-box;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
  top: 0px !important;
  box-sizing: border-box !important;
  position: absolute;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
  top: 0px !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
  position: absolute;
  top: 2px !important;
  left: -1.5rem;
  display: block;
  width: 1.2rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  position: absolute;
  top: 4px;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
  position: absolute;
  top: 1.5px !important;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  position: absolute;
  top: 1.5px !important;
  left: -1.4rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
  background: no-repeat 50%/50% 50%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
  color: #000000;
  font-size: 12px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 22px;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-style: normal;
  font-weight: 700;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
  background-color: #ffffff !important;
  color: #333333 !important;
  border-color: #cccccc;
  border-radius: 4px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 28px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background: url("https://assets.mlcdn.com/ml/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  width: 100%;
  float: left;
  position: relative;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  width: 30%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
  padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #1D2630;
  color: #fff;
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: "MazzardH-Medium";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 30px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: initial;
  height: 70px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #fff !important;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #0F1720 !important;
  cursor: pointer;
  font-family: "MazzardH-Medium";
  font-size: 14px !important;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px !important;
  width: 100%;
  height: auto;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  position: absolute;
  right: 8px;
  top: 8px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 5px;
  margin-left: -1.5rem;
  overflow: visible;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #000000;
  display: block;
  font-family: "MazzardH-Regular";
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
  color: #000000;
  text-decoration: underline;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #52585E !important;
  font-family: "MazzardH-Regular" !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  padding: 0 !important;
  margin: 0 5px 0 10px !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
  margin: 0;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: #000000 !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "MazzardH-Regular" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  height: auto;
  padding: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
  display: none;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
  background-color: #333333 !important;
}

.ml-subscribe-close {
  width: 30px;
  height: 30px;
  background: url("https://assets.mlcdn.com/ml/images/default/modal_close.png") no-repeat;
  background-size: 30px;
  cursor: pointer;
  margin-top: -10px;
  margin-right: -10px;
  position: absolute;
  top: 0;
  right: 0;
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 4px;
  padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}

#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}

@media only screen and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
.ml-mobileButton-horizontal {
  display: none;
}

#mlb2-33011758 .ml-mobileButton-horizontal button {
  background-color: #000000 !important;
  border-color: #000000 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  padding: 10px !important;
  width: 100% !important;
}

@media only screen and (max-width: 400px) {
  #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding: 0 0 10px 0 !important;
  }
  .ml-hide-horizontal {
    display: none !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    display: none !important;
  }
  .ml-mobileButton-horizontal {
    display: inline-block !important;
    margin-bottom: 20px;
    width: 100%;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 400px) {
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
.newsletter-cta.brands #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #fff;
}
.newsletter-cta.brands #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  background-color: #fff !important;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  background-color: #F0F3F4;
  color: #0F1720;
}
.newsletter-cta .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal::after {
  background-color: #F0F3F4;
  color: #0F1720;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
  color: #0F1720;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  background-color: #0F1720 !important;
  color: #fff !important;
}
.newsletter-cta #mlb2-33011758.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
  background-color: #F0F3F4 !important;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  width: 100%;
}

.crumbs a, .crumbs p {
  color: #9C9FA3;
}

.team-section .card-body {
  box-shadow: none;
}

.have-questions .ul {
  height: 80%;
}
.have-questions .ul li {
  border-bottom: 1px solid #BAC3C6;
}
.have-questions .ul li:last-child {
  border-bottom: 0;
}
.have-questions .mail-icon {
  background-color: #0F1720;
  padding: 12px;
  border-radius: 8px;
  width: 50px;
  height: 50px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #BAC3C6;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 1.2rem;
  cursor: pointer;
  font-family: "MazzardH-Medium";
}
@media (min-width: 991px) {
  ul.accordion-list li h3 {
    font-size: 1.6rem;
  }
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer ul {
  padding: 30px 0 0px;
}
ul.accordion-list li div.answer li {
  padding: 10px 0 20px 30px;
  font-size: 1.2rem;
  list-style: none;
  position: relative;
  display: block;
}
@media (min-width: 991px) {
  ul.accordion-list li div.answer li {
    font-size: 1.4rem;
  }
}
ul.accordion-list li div.answer li:last-child {
  border-bottom: 0;
}
ul.accordion-list li div.answer li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  background-image: url("assets/images/arrow_left_arch.svg");
  width: 25px;
  height: 19px;
  background-repeat: no-repeat;
  transform: scale(0.5);
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
}

.wp-block-list {
  padding: 30px 0 0px;
}
.wp-block-list li {
  padding: 20px 0 20px 30px;
  font-size: 1.2rem;
  list-style: none;
  position: relative;
  display: block;
  border-bottom: 1px solid #BAC3C6;
}
@media (min-width: 991px) {
  .wp-block-list li {
    font-size: 1.4rem;
  }
}
.wp-block-list li:last-child {
  border-bottom: 0;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 25px;
  background-image: url("assets/images/arrow_right_arch.svg");
  width: 25px;
  height: 19px;
  background-repeat: no-repeat;
  transform: scale(0.5);
}

.product-filters {
  position: sticky;
  top: 100px;
}

.optimex-filter {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 8px 24px 24px;
}
.optimex-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.optimex-filter__chips:empty {
  display: none;
}
.optimex-filter__chip {
  background: transparent;
  border-radius: 100px;
  border: 1px solid #BAC3C6;
  padding: 4px 12px;
  font-size: 0.9rem;
  font-family: "MazzardH-Regular";
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0F1720;
}
.optimex-filter__chip-remove {
  cursor: pointer;
  color: #0F1720;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  transition: color 0.15s;
}
.optimex-filter__chip-remove:hover {
  color: #0F1720;
}
.optimex-filter__group {
  border-bottom: 1px solid rgba(186, 195, 198, 0.5);
  padding: 14px 0;
  margin: 0;
}
.optimex-filter__group:last-of-type {
  border-bottom: none;
}
.optimex-filter__title {
  font-family: "MazzardH-Regular";
  font-size: 1rem;
  color: #0F1720;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.optimex-filter__title::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #0F1720;
  border-bottom: 1.5px solid #0F1720;
  transition: transform 0.2s ease;
  transform: rotate(45deg);
}
.optimex-filter__title:not(.is-collapsed)::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.optimex-filter__options {
  padding-top: 12px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.optimex-filter__options.is-collapsed {
  display: none;
}
.optimex-filter__option {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-family: "MazzardH-Regular";
  font-size: 0.9rem;
  color: #0F1720;
  line-height: 1;
}
.optimex-filter__option input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #BAC3C6;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.optimex-filter__option input[type=checkbox]:checked {
  background: #0F1720;
  border-color: #0F1720;
}
.optimex-filter__option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: 1.5px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.optimex-filter__option input[type=checkbox]:hover:not(:checked) {
  border-color: rgb(130.1428571429, 146.4285714286, 151.8571428571);
}
.optimex-filter__count {
  font-size: 0.75rem;
  color: rgb(113.3829787234, 148.7872340426, 188.6170212766);
  margin-left: 2px;
}
.optimex-filter__reset {
  margin-top: 20px;
  padding: 10px 16px;
  background: transparent;
  border: 1.5px solid #0F1720;
  border-radius: 100px;
  cursor: pointer;
  font-family: "MazzardH-Medium";
  font-size: 1rem;
  color: #0F1720;
  width: 100%;
  transition: background 0.15s ease, color 0.15s ease;
}
.optimex-filter__reset:hover {
  background: #0F1720;
  color: #fff;
}

.optimex-price-slider {
  padding: 0 2px;
}
.optimex-price-slider__inputs {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.optimex-price-slider__input {
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid #BAC3C6;
  border-radius: 6px;
  font-family: "MazzardH-Regular";
  font-size: 0.9rem;
  color: #0F1720;
  text-align: center;
  background: #fff;
  -moz-appearance: textfield;
  appearance: textfield;
}
.optimex-price-slider__input:focus {
  outline: none;
  border-color: #0F1720;
}
.optimex-price-slider__input::-webkit-outer-spin-button, .optimex-price-slider__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.optimex-price-slider__range-wrap {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: #BAC3C6;
  margin: 16px 0 8px;
}
.optimex-price-slider__range {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.optimex-price-slider__range::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
  border-radius: 4px;
}
.optimex-price-slider__range::-moz-range-track {
  background: transparent;
  height: 4px;
  border-radius: 4px;
}
.optimex-price-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #BAC3C6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: grab;
  pointer-events: all;
  margin-top: -8px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.optimex-price-slider__range::-webkit-slider-thumb:hover {
  border-color: rgb(130.1428571429, 146.4285714286, 151.8571428571);
}
.optimex-price-slider__range::-webkit-slider-thumb:active {
  cursor: grabbing;
  border-color: #0F1720;
  box-shadow: 0 0 0 3px rgba(15, 23, 32, 0.12);
}
.optimex-price-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #BAC3C6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  cursor: grab;
  pointer-events: all;
}
.optimex-price-slider__range::-moz-range-thumb:hover {
  border-color: rgb(130.1428571429, 146.4285714286, 151.8571428571);
}
.optimex-price-slider__range::-moz-range-thumb:active {
  cursor: grabbing;
  border-color: #0F1720;
}

.optimex-filter__option.is-zero {
  display: none;
}

.optimex-filter__title.is-all-zero {
  opacity: 0.4;
  pointer-events: none;
}

#optimex-products-col {
  transition: opacity 0.2s ease;
}
#optimex-products-col.optimex-loading {
  opacity: 0.35;
  pointer-events: none;
}

.optimex-mobile-filter-bar,
.optimex-mobile-filter-head,
.optimex-mobile-filter-actions {
  display: none;
}

@media (max-width: 1023px) {
  .optimex-mobile-filter-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1205;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(245, 245, 245, 0.95);
    backdrop-filter: blur(6px);
    border-top: 1px solid #e2e2e2;
  }
  .optimex-mobile-filter-bar__btn {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: "MazzardH-SemiBold";
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .row.is-single > .col-xl-3 {
    display: none;
  }
  body.optimex-mobile-filters-open {
    overflow: hidden;
  }
  body.optimex-mobile-filters-open .row.is-single > .col-xl-3 {
    display: block;
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    z-index: 1210;
    background: #f5f5f5;
  }
  body.optimex-mobile-filters-open .row.is-single > .col-xl-3 .product-filters {
    position: relative;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f5f5f5;
  }
  body.optimex-mobile-filters-open .row.is-single > .col-xl-3 .optimex-filter {
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 0;
    padding: 10px 16px 16px;
    overflow-y: auto;
  }
  .optimex-mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 8px;
    border-bottom: 1px solid #ddd;
  }
  .optimex-mobile-filter-head__title {
    font-family: "MazzardH-SemiBold";
    font-size: 1.05rem;
    color: #111;
  }
  .optimex-mobile-filter-head__close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 1.6rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }
  .optimex-mobile-filter-actions {
    display: block;
    padding: 10px 16px calc(16px + env(safe-area-inset-bottom));
    border-top: 1px solid #ddd;
    background: #f5f5f5;
  }
  .optimex-mobile-filter-apply {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: "MazzardH-SemiBold";
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  #optimex-products-col {
    padding-bottom: 92px;
  }
}
.optimex-product-tile {
  background: #F5F5F5;
  border-radius: 18px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
}
.optimex-product-tile a {
  text-decoration: none;
}
.optimex-product-tile .onsale {
  top: 16px;
  left: 16px;
  right: auto;
  margin: 0;
  border-radius: 999px;
  z-index: 3;
}

.optimex-product-tile__media {
  position: relative;
  background: #F5F5F5;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.optimex-product-tile__media img {
  width: 100%;
  max-height: 230px;
  object-fit: contain;
  display: block;
  mix-blend-mode: darken;
}

.optimex-product-tile__body {
  padding: 26px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

@keyframes optimexBtnSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.optimex-product-tile__primary {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.optimex-product-tile__title {
  margin: 0;
}
.optimex-product-tile__title .woocommerce-loop-product__title {
  margin: 0;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #111;
}

.optimex-product-tile__price {
  margin-top: -4px;
}
.optimex-product-tile__price .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  font-family: "MazzardH-SemiBold";
  color: #111;
}
.optimex-product-tile__price .price-excl-tax,
.optimex-product-tile__price .woocommerce-Price-amount {
  font-size: 0.95rem;
  line-height: 1.1;
  color: #111;
}
.optimex-product-tile__price .price-incl-tax,
.optimex-product-tile__price .price .amount + .woocommerce-Price-amount {
  font-family: "MazzardH-Medium";
  color: #9a9a9a;
  font-size: 0.95rem;
}
.optimex-product-tile__price .price-incl-tax .woocommerce-Price-amount {
  color: #9a9a9a;
}
.optimex-product-tile__price del .woocommerce-Price-amount {
  font-family: "MazzardH-Medium";
  color: #9a9a9a;
  font-size: 0.95rem;
}
.optimex-product-tile__price ins {
  text-decoration: none;
}

.optimex-product-tile__meta {
  margin-top: auto;
}

.optimex-product-tile__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
}
.optimex-product-tile__meta-row:last-child {
  border-bottom: 0;
}

.optimex-product-tile__meta-label {
  color: #8e8e8e;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
}

.optimex-product-tile__meta-value {
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
}

.optimex-product-tile__availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
}

.optimex-product-tile__availability-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d94b4b;
}

.optimex-product-tile__availability.is-in-stock .optimex-product-tile__availability-dot {
  background: #3f9a51;
}

.optimex-product-tile__availability.is-low-stock .optimex-product-tile__availability-dot {
  background: #d0902f;
}

.optimex-loop-qty {
  position: relative;
}

.optimex-qty-limit-msg {
  display: none;
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  background: #222;
  color: #fff;
  font-size: 0.75rem;
  font-family: "MazzardH-Medium";
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 99;
  pointer-events: none;
}
.optimex-qty-limit-msg::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 12px;
  border: 5px solid transparent;
  border-top-color: #222;
}

.woocommerce ul.products li.product .button {
  margin-top: 0 !important;
}

.br_lgv_product_count_block a:hover {
  background-color: #f5f5f5 !important;
  color: #0F1720 !important;
  border: 1px solid #BAC3C6 !important;
}

.optimex-product-tile__actions .cart.optimex-loop-cart {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  float: none;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus,
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #1f1f1f;
  font-family: "MazzardH-SemiBold";
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus:hover,
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus:hover {
  background: #ececec;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty {
  width: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  color: #111;
  padding: 0;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty::-webkit-outer-spin-button,
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.optimex-product-tile__actions .quantity.optimex-loop-qty .qty {
  -moz-appearance: textfield;
}
.optimex-product-tile__actions a.add_to_cart_button,
.optimex-product-tile__actions a.optimex-order-link,
.optimex-product-tile__actions .add_to_cart_button,
.optimex-product-tile__actions .optimex-order-link {
  flex: 1 !important;
  position: relative;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.9rem !important;
  padding: 10px 22px !important;
  line-height: 1 !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, color 0.2s ease !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}
.optimex-product-tile__actions a.add_to_cart_button.loading,
.optimex-product-tile__actions .add_to_cart_button.loading {
  opacity: 0.65;
  pointer-events: none;
}
.optimex-product-tile__actions a.add_to_cart_button.added,
.optimex-product-tile__actions .add_to_cart_button.added {
  opacity: 1 !important;
}
.optimex-product-tile__actions a.add_to_cart_button.loading::before,
.optimex-product-tile__actions .add_to_cart_button.loading::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  display: inline-block;
  margin-right: 8px;
  animation: optimexBtnSpin 0.7s linear infinite;
}
.optimex-product-tile__actions a.add_to_cart_button.loading::after,
.optimex-product-tile__actions a.add_to_cart_button.added::after,
.optimex-product-tile__actions .add_to_cart_button.loading::after,
.optimex-product-tile__actions .add_to_cart_button.added::after {
  content: none !important;
  display: none !important;
}
.optimex-product-tile__actions a.add_to_cart_button:hover,
.optimex-product-tile__actions a.optimex-order-link:hover,
.optimex-product-tile__actions .add_to_cart_button:hover,
.optimex-product-tile__actions .optimex-order-link:hover {
  background: #111 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  .optimex-product-tile__media {
    min-height: 250px;
  }
  .optimex-product-tile__media img {
    max-height: 190px;
  }
  .optimex-product-tile__body {
    padding: 20px;
  }
  .optimex-product-tile__title .woocommerce-loop-product__title {
    font-size: 1.15rem;
  }
  .optimex-product-tile__price .price-excl-tax,
  .optimex-product-tile__price .woocommerce-Price-amount {
    font-size: 1.05rem;
  }
  .optimex-product-tile__price .price-incl-tax,
  .optimex-product-tile__price .price .amount + .woocommerce-Price-amount,
  .optimex-product-tile__price del .woocommerce-Price-amount {
    font-size: 0.9rem;
  }
  .optimex-product-tile__meta-label,
  .optimex-product-tile__meta-value,
  .optimex-product-tile__availability {
    font-size: 0.85rem;
  }
  .optimex-product-tile__actions .cart.optimex-loop-cart {
    flex-wrap: wrap;
    gap: 12px;
  }
  .optimex-product-tile__actions .add_to_cart_button,
  .optimex-product-tile__actions .optimex-order-link {
    width: 100%;
  }
}
#optimex-products-col {
  margin-top: 0 !important;
}

#optimex-products-col ul.products {
  --optimex-gap: 10px;
  --optimex-cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--optimex-cols), minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: var(--optimex-gap);
  margin: 0 !important;
  padding: 0;
}

#optimex-products-col ul.products::before,
#optimex-products-col ul.products::after {
  display: none !important;
  content: none !important;
}

#optimex-products-col ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

#optimex-products-col ul.products > li.product:empty {
  display: none !important;
}

#optimex-products-col ul.products > :not(li.product) {
  display: none !important;
}

@media (max-width: 1199px) {
  #optimex-products-col ul.products {
    --optimex-cols: 3;
  }
}
@media (max-width: 767px) {
  #optimex-products-col ul.products {
    --optimex-cols: 2;
  }
}
@media (max-width: 520px) {
  #optimex-products-col ul.products {
    --optimex-cols: 1;
  }
}
#optimex-products-col ul.products > li.product.product-category,
#optimex-products-col ul.products > li.product-category {
  display: none !important;
}

#optimex-products-col ul.products > li.product:not(.optimex-product-tile) {
  display: none !important;
}

#optimex-products-col .berocket_lgv_additional_data,
#optimex-products-col .berocket_lgv_after_additional,
#optimex-products-col ul.products > .berocket_lgv_additional_data,
#optimex-products-col ul.products > .berocket_lgv_after_additional {
  display: none !important;
}

#optimex-products-col.optimex-view-list ul.products {
  --optimex-cols: 1;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 0 18px;
  min-height: 96px;
  overflow: visible;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__media {
  width: 150px;
  min-height: 96px;
  padding: 12px 10px;
  background: transparent;
  justify-content: flex-start;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__media img {
  width: 100%;
  max-width: 104px;
  max-height: 58px;
  object-fit: contain;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__body {
  flex: 1;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  padding: 12px 6px 12px 2px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__primary {
  flex: 0 1 42%;
  min-width: 280px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 6px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__title .woocommerce-loop-product__title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 1.05rem;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 0;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__price .price {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 4px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__price .price-excl-tax {
  font-size: 1.05rem;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__price .price-incl-tax {
  font-size: 0.9rem;
}
#optimex-products-col.optimex-view-list .for-list-view-price.optimex-product-tile__price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__meta {
  flex: 0 1 34%;
  align-self: center;
  margin-top: 0;
  min-width: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__meta-row {
  justify-content: space-between;
  border-bottom: 0;
  padding: 0;
  gap: 10px;
  min-width: 0;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__meta-row:first-child {
  border-right: 1px solid #d8d8d8;
  padding-right: 16px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__meta-label,
#optimex-products-col.optimex-view-list .optimex-product-tile__meta-value,
#optimex-products-col.optimex-view-list .optimex-product-tile__availability {
  font-size: 0.92rem;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__availability {
  gap: 8px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__availability-dot {
  width: 8px;
  height: 8px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .cart.optimex-loop-cart {
  flex-wrap: nowrap;
  gap: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .quantity.optimex-loop-qty {
  gap: 8px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus,
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus {
  width: 34px;
  height: 34px;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .quantity.optimex-loop-qty .qty {
  width: 28px;
  font-size: 1rem;
}
#optimex-products-col.optimex-view-list .optimex-product-tile__actions a.add_to_cart_button,
#optimex-products-col.optimex-view-list .optimex-product-tile__actions a.optimex-order-link,
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .add_to_cart_button,
#optimex-products-col.optimex-view-list .optimex-product-tile__actions .optimex-order-link {
  flex: 0 0 auto !important;
  min-width: 145px;
  min-height: 38px !important;
  padding: 10px 18px !important;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  #optimex-products-col.optimex-view-list .optimex-product-tile__body {
    gap: 14px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__primary {
    min-width: 220px;
    flex-basis: 40%;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__meta {
    min-width: 220px;
    flex-basis: 36%;
    gap: 14px;
  }
}
@media (max-width: 991px) {
  #optimex-products-col.optimex-view-list .optimex-product-tile__media {
    width: 124px;
    min-height: 88px;
    padding: 10px 8px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__body {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
    padding: 12px 8px 12px 2px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__title,
  #optimex-products-col.optimex-view-list .optimex-product-tile__price,
  #optimex-products-col.optimex-view-list .optimex-product-tile__primary,
  #optimex-products-col.optimex-view-list .optimex-product-tile__meta,
  #optimex-products-col.optimex-view-list .optimex-product-tile__actions {
    min-width: 0;
    flex: initial;
    align-self: auto;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__title .woocommerce-loop-product__title {
    white-space: normal;
    font-size: 1rem;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__meta-row {
    justify-content: flex-start;
    gap: 8px;
    border-right: 0 !important;
    padding-right: 0 !important;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__meta {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__actions {
    justify-content: flex-end;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__actions .cart.optimex-loop-cart {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 12px 12px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__media {
    width: 100%;
    justify-content: center;
    min-height: 74px;
    padding: 6px 0 2px;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__body {
    padding: 4px 0 0;
  }
  #optimex-products-col.optimex-view-list .optimex-product-tile__actions .add_to_cart_button,
  #optimex-products-col.optimex-view-list .optimex-product-tile__actions .optimex-order-link {
    width: 100%;
    min-width: 0;
  }
}
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.3fr) minmax(260px, 1fr) auto !important;
  grid-template-rows: auto auto;
  column-gap: 24px;
  row-gap: 6px;
  align-items: start !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__primary {
  grid-column: 1;
  grid-row: 1/span 2;
  min-width: 0;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title {
  grid-column: 1;
  grid-row: 1;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price {
  grid-column: 1;
  grid-row: 2;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  grid-column: 2;
  grid-row: 1/span 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 16px;
  align-items: start;
  align-self: start;
  min-width: 0;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0 !important;
  padding: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row:first-child {
  border-right: 1px solid #d8d8d8 !important;
  padding-right: 16px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions {
  grid-column: 3;
  grid-row: 1/span 2;
  justify-self: end;
  align-self: center;
  margin-left: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.3fr) minmax(260px, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: start !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__primary {
  grid-column: 1 !important;
  grid-row: 1/span 2 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  grid-column: 2 !important;
  grid-row: 1/span 2 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  align-self: start !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions {
  grid-column: 3 !important;
  grid-row: 1/span 2 !important;
  align-self: center !important;
  justify-self: end !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile {
  padding: 0 14px !important;
  min-height: 88px;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media {
  width: 120px;
  min-height: 88px;
  padding: 8px 6px 8px 2px;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media img {
  max-width: 96px;
  max-height: 52px;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  grid-template-columns: minmax(280px, 1.25fr) minmax(250px, 0.95fr) auto !important;
  column-gap: 14px !important;
  row-gap: 3px !important;
  padding: 8px 2px 8px 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title {
  margin: 0 0 2px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title .woocommerce-loop-product__title {
  font-size: 0.98rem !important;
  line-height: 1.18 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price {
  margin-top: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price .price-excl-tax {
  font-size: 0.98rem !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price .price-incl-tax {
  font-size: 0.88rem !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  gap: 10px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-label,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-value,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__availability {
  font-size: 0.84rem !important;
}

#optimex-products-col.optimex-view-list ul.products {
  gap: 10px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile {
  min-height: 104px !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media {
  width: 150px !important;
  min-height: 104px !important;
  padding: 10px 8px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media img {
  max-width: 112px !important;
  max-height: 62px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  display: grid !important;
  grid-template-columns: minmax(340px, 1.4fr) minmax(250px, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  column-gap: 22px !important;
  row-gap: 4px !important;
  padding: 10px 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__primary {
  grid-column: 1 !important;
  grid-row: 1/span 2 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title {
  margin: 0 0 2px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title .woocommerce-loop-product__title {
  font-size: 1.02rem !important;
  line-height: 1.16 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price .price {
  gap: 5px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price .price-excl-tax {
  font-size: 0.98rem !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__price .price-incl-tax {
  font-size: 0.88rem !important;
  color: #9a9a9a !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  grid-column: 2 !important;
  grid-row: 1/span 2 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  align-items: center !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row {
  border: 0 !important;
  padding: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row:first-child {
  border-right: 1px solid #dcdcdc !important;
  padding-right: 14px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-label,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-value,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__availability {
  font-size: 0.97rem !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions {
  grid-column: 3 !important;
  grid-row: 1/span 2 !important;
  align-self: center !important;
  justify-self: end !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
  gap: 10px !important;
  align-items: center !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus {
  width: 40px !important;
  height: 40px !important;
  font-size: 1.45rem !important;
  background: #f1f1f1 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty {
  width: 34px !important;
  font-size: 1.05rem !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link {
  min-width: 170px !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  font-size: 1.02rem !important;
  background: #f1f1f1 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile {
  grid-column: 1/-1;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
  flex: 1;
  display: grid !important;
  grid-template-columns: minmax(300px, 1.45fr) minmax(230px, 1fr) minmax(220px, auto);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 20px;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__title {
  grid-column: 1;
  grid-row: 1;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__price {
  grid-column: 1;
  grid-row: 2;
  display: block !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions {
  grid-column: 3;
  grid-row: 1/span 2;
  justify-self: end;
  align-self: end;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row {
  border-bottom: 1px solid #d8d8d8;
}

#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__title,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__price,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions {
    grid-column: auto;
    grid-row: auto;
    justify-self: auto;
    align-self: auto;
  }
}
.optimex-topbar-controls .optimex-per-page-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.optimex-topbar-controls .optimex-per-page-btn {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid #BAC3C6;
  color: #7f7f7f;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0;
  cursor: pointer;
}
.optimex-topbar-controls .optimex-per-page-btn:hover,
.optimex-topbar-controls .optimex-per-page-btn.is-active {
  border-color: #BAC3C6;
  color: #0F1720;
  background-color: #F5F5F5;
}
.optimex-topbar-controls .optimex-br-toolbar {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.optimex-topbar-controls .optimex-br-separator {
  display: none !important;
}
.optimex-topbar-controls .optimex-br-count-btn {
  width: 35px;
  height: 35px;
  border-radius: 999px;
  border: 1px solid #BAC3C6;
  color: #7f7f7f;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.optimex-topbar-controls .optimex-br-count-btn.is-active,
.optimex-topbar-controls .optimex-br-count-btn.active,
.optimex-topbar-controls .optimex-br-count-btn.current,
.optimex-topbar-controls .optimex-br-count-btn.selected {
  border-color: #BAC3C6;
  color: #0F1720;
  background-color: #F5F5F5;
}
.optimex-topbar-controls .optimex-br-view-btn {
  width: 35px;
  height: 35px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  color: transparent;
  opacity: 0.5;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.optimex-topbar-controls .optimex-br-view-btn i,
.optimex-topbar-controls .optimex-br-view-btn svg {
  display: none !important;
}
.optimex-topbar-controls .optimex-br-view-btn::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px;
}
.optimex-topbar-controls .optimex-br-view-btn:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.optimex-topbar-controls .optimex-br-view-btn--grid::before {
  background-image: url("images/grid_view.svg");
}
.optimex-topbar-controls .optimex-br-view-btn--list::before {
  background-image: url("images/list_view.svg");
}
.optimex-topbar-controls .optimex-br-view-btn.is-active,
.optimex-topbar-controls .optimex-br-view-btn.active,
.optimex-topbar-controls .optimex-br-view-btn.current,
.optimex-topbar-controls .optimex-br-view-btn.selected {
  opacity: 1;
}

.woocommerce-result-count {
  margin: 0 15px !important;
}

@media (max-width: 1023px) {
  .optimex-shop-topbar {
    row-gap: 10px;
  }
  .optimex-shop-topbar .optimex-shop-title {
    margin: 0;
    font-size: 2rem;
  }
  .optimex-shop-topbar .optimex-topbar-right {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .optimex-shop-topbar .optimex-filter__chips {
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .optimex-shop-topbar .optimex-filter__chips::-webkit-scrollbar {
    display: none;
  }
  .optimex-shop-topbar .optimex-filter__chip {
    flex: 0 0 auto;
    padding: 5px 11px;
    font-size: 0.84rem;
  }
  .optimex-shop-topbar .optimex-topbar-controls {
    order: 2;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px !important;
    margin-left: 0 !important;
  }
  .optimex-shop-topbar .woocommerce-result-count {
    margin: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.95rem;
    line-height: 1.25;
  }
  .optimex-shop-topbar .optimex-per-page-switch {
    flex: 0 0 auto;
    gap: 4px;
  }
  .optimex-shop-topbar .optimex-per-page-btn,
  .optimex-shop-topbar .optimex-br-view-btn {
    width: 32px;
    height: 32px;
  }
  .optimex-shop-topbar .optimex-br-view-btn::before {
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .optimex-shop-topbar .optimex-br-toolbar {
    flex: 0 0 auto;
    gap: 2px;
  }
}
@media (max-width: 639px) {
  .optimex-shop-topbar .optimex-shop-title {
    font-size: 1.85rem;
  }
  .optimex-shop-topbar .optimex-topbar-controls {
    flex-wrap: wrap;
    row-gap: 8px !important;
  }
  .optimex-shop-topbar .woocommerce-result-count {
    flex: 0 0 100%;
    width: 100%;
    font-size: 0.9rem;
    order: 1;
  }
  .optimex-shop-topbar .optimex-per-page-switch {
    order: 2;
  }
  .optimex-shop-topbar .optimex-br-toolbar {
    order: 3;
    margin-left: auto;
  }
  .optimex-shop-topbar .optimex-filter__chip {
    font-size: 0.8rem;
  }
}
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 6px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-right: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  padding-bottom: 6px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  grid-template-columns: minmax(360px, 1fr) 390px 320px !important;
  column-gap: 22px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  justify-self: start !important;
  width: 100% !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions {
  width: 320px !important;
  justify-self: end !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
  width: 100% !important;
  justify-content: flex-end !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body {
  grid-template-columns: minmax(360px, 1fr) 390px 320px !important;
  column-gap: 22px !important;
  align-items: center !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta {
  justify-self: start !important;
  width: 390px !important;
  max-width: 390px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row {
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  align-items: center !important;
  justify-content: start !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-value,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__availability {
  justify-self: start !important;
  text-align: left !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions {
  width: 320px !important;
  min-width: 320px !important;
  justify-self: end !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus {
  background: #fff !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link {
  background: #fff !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button:hover,
#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link:hover {
  background: #000 !important;
  color: #fff !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta {
  border-right: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row {
  border-right: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row:first-child,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row:first-child {
  border-right: 0 !important;
  border-bottom: 0 !important;
  position: relative;
  padding-bottom: 8px !important;
  margin-bottom: 2px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row:first-child::after,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  bottom: 0;
  height: 1px;
  background: #d8d8d8;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 12px !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__media {
  grid-column: 1 !important;
  width: 150px !important;
  min-width: 150px !important;
  min-height: 104px !important;
  padding: 10px 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media img,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__media img {
  display: block !important;
  width: auto !important;
  max-width: 112px !important;
  max-height: 62px !important;
  object-fit: contain !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
  grid-column: 2 !important;
  min-width: 0 !important;
  width: 100% !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.2fr) minmax(210px, 1fr) max-content !important;
  column-gap: 14px !important;
  row-gap: 4px !important;
  align-items: center !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: end !important;
  overflow: visible !important;
}

#optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart,
#optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
  width: auto !important;
  max-width: 100% !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

@media (max-width: 1023px) {
  #optimex-products-col ul.products {
    --optimex-cols: 2;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.9fr) max-content !important;
    column-gap: 10px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
    gap: 8px !important;
  }
}
@media (max-width: 990px) {
  #optimex-products-col ul.products {
    --optimex-cols: 1;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    column-gap: 10px !important;
    row-gap: 8px !important;
    padding: 10px 12px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__media {
    width: 108px !important;
    min-width: 108px !important;
    min-height: 86px !important;
    padding: 6px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media img,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__media img {
    max-width: 92px !important;
    max-height: 52px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__body,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__body {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    row-gap: 8px !important;
    padding: 4px 0 !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__primary,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__primary,
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta,
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 639px) {
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    padding: 8px 10px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__media,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__media {
    width: 92px !important;
    min-width: 92px !important;
    min-height: 74px !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__title .woocommerce-loop-product__title,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__title .woocommerce-loop-product__title {
    font-size: 0.92rem !important;
  }
  #optimex-products-col.optimex-view-list ul.products > li.product.optimex-product-tile .optimex-product-tile__meta-row,
  #optimex-products-col.optimex-view-list ul.products > li.product.berocket_lgv_list.optimex-product-tile .optimex-product-tile__meta-row {
    grid-template-columns: 130px minmax(0, 1fr) !important;
    column-gap: 8px !important;
  }
}
#optimex-products-col .woocommerce-pagination {
  margin: 24px 0 8px !important;
}
#optimex-products-col .woocommerce-pagination ul.page-numbers {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}
#optimex-products-col .woocommerce-pagination ul.page-numbers li {
  margin: 0 !important;
  border: 0 !important;
  float: none !important;
}
#optimex-products-col .woocommerce-pagination a.page-numbers,
#optimex-products-col .woocommerce-pagination span.page-numbers {
  width: 45px;
  height: 45px;
  border-radius: 999px;
  border: 1px solid #cfcfcf;
  background: transparent;
  color: #767676;
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}
#optimex-products-col .woocommerce-pagination a.page-numbers:hover,
#optimex-products-col .woocommerce-pagination span.page-numbers:hover {
  border-color: #111;
  color: #111;
  background: #fff;
}
#optimex-products-col .woocommerce-pagination span.page-numbers.current {
  border-color: #111;
  color: #111;
  background: #fff;
}
#optimex-products-col .woocommerce-pagination a.page-numbers.prev,
#optimex-products-col .woocommerce-pagination a.page-numbers.next {
  width: auto;
  min-width: 28px;
  height: 45px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 0;
  position: relative;
  padding: 0 8px;
}
#optimex-products-col .woocommerce-pagination a.page-numbers.prev::before,
#optimex-products-col .woocommerce-pagination a.page-numbers.next::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
}
#optimex-products-col .woocommerce-pagination a.page-numbers.prev::before {
  transform: rotate(-135deg);
}
#optimex-products-col .woocommerce-pagination a.page-numbers.next::before {
  transform: rotate(45deg);
}
#optimex-products-col .woocommerce-pagination span.page-numbers.dots {
  width: auto;
  min-width: 24px;
  border: 0;
  background: transparent;
  color: #8b8b8b;
  font-size: 1.3rem;
}

@media (max-width: 639px) {
  #optimex-products-col .woocommerce-pagination {
    margin-top: 18px !important;
  }
  #optimex-products-col .woocommerce-pagination ul.page-numbers {
    gap: 8px !important;
  }
  #optimex-products-col .woocommerce-pagination a.page-numbers,
  #optimex-products-col .woocommerce-pagination span.page-numbers {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }
  #optimex-products-col .woocommerce-pagination a.page-numbers.prev,
  #optimex-products-col .woocommerce-pagination a.page-numbers.next {
    height: 38px;
  }
  #optimex-products-col .woocommerce-pagination a.page-numbers.prev::before,
  #optimex-products-col .woocommerce-pagination a.page-numbers.next::before {
    width: 8px;
    height: 8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
.optimex-minicart__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.optimex-minicart__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 100vw;
  background: #fff;
  z-index: 1301;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.1);
}
.optimex-minicart.is-open .optimex-minicart__overlay {
  opacity: 1;
  pointer-events: auto;
}
.optimex-minicart.is-open .optimex-minicart__drawer {
  transform: translateX(0);
}
.optimex-minicart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 20px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
.optimex-minicart__title {
  font-family: "MazzardH-SemiBold";
  font-size: 1.3rem;
  color: #111;
  margin: 0;
}
.optimex-minicart__close {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.6rem;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color 0.2s;
}
.optimex-minicart__close:hover {
  color: #111;
}
.optimex-minicart__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.optimex-minicart__items {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.optimex-minicart__empty {
  color: #999;
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  text-align: center;
  padding: 40px 0;
}
.optimex-minicart__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.optimex-minicart__item-remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #bbb;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: color 0.2s;
  align-self: center;
}
.optimex-minicart__item-remove:hover {
  color: #111;
}
.optimex-minicart__item-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optimex-minicart__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  padding: 6px;
}
.optimex-minicart__item-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.optimex-minicart__item-qty {
  font-family: "MazzardH-Medium";
  font-size: 0.8rem;
  color: #999;
}
.optimex-minicart__item-name {
  font-family: "MazzardH-SemiBold";
  font-size: 0.88rem;
  color: #111;
  line-height: 1.3;
  margin-top: 2px;
}
.optimex-minicart__item-netto {
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  color: #111;
  margin-top: 6px;
}
.optimex-minicart__item-brutto {
  font-family: "MazzardH-Medium";
  font-size: 0.82rem;
  color: #999;
}
.optimex-minicart__footer {
  flex-shrink: 0;
  padding: 20px 32px 28px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.optimex-minicart__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.optimex-minicart__total-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.optimex-minicart__total-label {
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  color: #111;
}
.optimex-minicart__total-value {
  font-family: "MazzardH-SemiBold";
  font-size: 1.15rem;
  color: #111;
}
.optimex-minicart__total-value .woocommerce-Price-amount {
  font-family: "MazzardH-SemiBold";
  font-size: 1.15rem;
  color: #111;
}
.optimex-minicart__total-gross {
  font-family: "MazzardH-Medium";
  font-size: 0.82rem;
  color: #8d8d8d;
  line-height: 1.2;
}
.optimex-minicart__discount {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.optimex-minicart__discount-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1.5px solid #bbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #888;
  font-family: "MazzardH-SemiBold";
  margin-top: 1px;
}
.optimex-minicart__discount-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.optimex-minicart__discount-title {
  font-family: "MazzardH-SemiBold";
  font-size: 0.85rem;
  color: #111;
}
.optimex-minicart__discount-note {
  font-family: "MazzardH-Medium";
  font-size: 0.8rem;
  color: #999;
}
.optimex-minicart__actions {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}
.optimex-minicart__btn {
  flex: 1 1 0;
  min-width: 0;
  border-radius: 999px;
  padding: 12px 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.82rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap !important;
  letter-spacing: 0;
}
.optimex-minicart__btn--outline {
  border: 1.5px solid #ddd;
  background: #fff;
  color: #111;
}
.optimex-minicart__btn--outline:hover {
  border-color: #111;
  color: #111;
  text-decoration: none;
}
.optimex-minicart__btn--dark {
  border: 1.5px solid #111;
  background: #111;
  color: #fff;
}
.optimex-minicart__btn--dark:hover {
  background: #2e2e2e;
  border-color: #2e2e2e;
  color: #fff;
  text-decoration: none;
}
.optimex-minicart__actions > a.optimex-minicart__btn {
  white-space: nowrap !important;
  font-size: 0.82rem !important;
  padding: 12px 14px !important;
}

@media (max-width: 480px) {
  .optimex-minicart__drawer {
    width: 100vw;
  }
  .optimex-minicart__header,
  .optimex-minicart__items,
  .optimex-minicart__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .optimex-minicart__actions {
    gap: 10px;
  }
  .optimex-minicart__actions > a.optimex-minicart__btn {
    font-size: 0.76rem !important;
    padding: 10px 12px !important;
  }
}
@media (min-width: 481px) {
  .optimex-minicart__actions > a.optimex-minicart__btn {
    font-size: 0.92rem !important;
    padding: 12px 18px !important;
    min-height: 50px !important;
  }
}
.woocommerce a.added_to_cart {
  display: none !important;
}

@keyframes optimexBtnSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single-product .site-main {
  margin-top: 20px !important;
}

.single-product body,
body.single-product {
  background: #F5F5F5 !important;
}

.single-product .optimex-single-product {
  width: 100%;
  margin: 0 auto 36px;
}

.single-product .optimex-single-product__page-title {
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #111;
}

.single-product .optimex-single-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 34px;
  align-items: stretch;
  min-width: 0;
}

.single-product .optimex-single-product__gallery,
.single-product .optimex-single-product__summary-card {
  border-radius: 10px;
  background: #fff;
  width: 100% !important;
  min-width: 0;
}

.single-product .optimex-single-product__gallery {
  padding: 20px 22px 20px;
}

.single-product .optimex-single-product__gallery .arrow-history {
  display: none !important;
}

.single-product .optimex-single-product__gallery .woocommerce-product-gallery {
  margin: 0 !important;
  opacity: 1 !important;
  width: 100% !important;
  min-width: 0;
  overflow: hidden;
}

.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.single-product .optimex-single-product__gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.single-product .optimex-single-product__gallery .swiper-container {
  opacity: 1 !important;
  min-width: 0;
  overflow: hidden;
}

.single-product .optimex-single-product__gallery .mySwiper2 {
  height: 620px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  min-width: 0;
}

.single-product .optimex-single-product__gallery .mySwiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
}

.single-product .optimex-single-product__gallery .mySwiper2 .swiper-slide img {
  max-width: 86%;
  max-height: 82%;
  width: auto;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}

.single-product .optimex-single-product__gallery .mySwiper2 .loupe-widget,
.single-product .optimex-single-product__gallery .mySwiper2 .js-loupe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .optimex-single-product__gallery .mySwiper2 .loupe-widget img,
.single-product .optimex-single-product__gallery .mySwiper2 .js-loupe img {
  width: auto;
  max-width: 86%;
  max-height: 82%;
}

.single-product .optimex-single-product__gallery .mySwiper2 .swiper-button-prev,
.single-product .optimex-single-product__gallery .mySwiper2 .swiper-button-next {
  display: none !important;
}

.single-product .optimex-single-gallery-controls {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
}

.single-product .optimex-single-gallery-nav {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.single-product .optimex-single-swiper-prev,
.single-product .optimex-single-swiper-next,
.single-product .optimex-single-swiper-zoom {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #ececec;
  color: #111;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.single-product .optimex-single-swiper-prev:hover,
.single-product .optimex-single-swiper-next:hover,
.single-product .optimex-single-swiper-zoom:hover {
  background: #e2e2e2;
}

.single-product .optimex-single-swiper-prev svg,
.single-product .optimex-single-swiper-next svg {
  width: 12px;
  height: 12px;
}

.single-product .optimex-single-swiper-zoom svg {
  width: 14px;
  height: 14px;
}

.single-product .optimex-single-product__gallery .mySwiper {
  width: 408px;
  max-width: 100%;
  margin: 0;
  margin-left: auto;
  flex: 0 0 auto;
  min-width: 0;
}

.single-product .optimex-single-product__gallery .mySwiper .swiper-slide {
  height: auto !important;
  aspect-ratio: 1/1;
  min-height: 0;
  border-radius: 2px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.single-product .optimex-single-product__gallery .mySwiper .swiper-slide:hover {
  opacity: 1;
}

.single-product .optimex-single-product__gallery .mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.single-product .optimex-single-product__gallery .mySwiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 70%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.single-product .optimex-single-product__gallery .mySwiper.is-single-thumb .swiper-wrapper {
  justify-content: flex-end !important;
}

.single-product .optimex-single-product__summary-card {
  padding: 28px 34px 24px;
  overflow: visible;
  display: flex;
}

.single-product .optimex-single-product__summary-card .summary.entry-summary {
  margin: 0;
  min-height: 100%;
  min-width: 0;
  width: 100% !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.single-product .optimex-single-summary {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.single-product .optimex-single-product__summary-card .product_title,
.single-product .optimex-single-product__summary-card .woocommerce-product-rating,
.single-product .optimex-single-product__summary-card .product_meta,
.single-product .optimex-single-product__summary-card .counter-time-info,
.single-product .optimex-single-product__summary-card .stan-magazynowy,
.single-product .optimex-single-product__summary-card .woocommerce-product-attributes,
.single-product .optimex-single-product__summary-card .cart + .woocommerce-product-attributes {
  display: none !important;
}

.single-product .optimex-single-summary__title {
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  line-height: 1.15;
  margin: 4px 0 26px;
  color: #111;
}

.single-product .optimex-single-summary__price {
  margin-bottom: 32px;
}

.single-product .optimex-single-summary__net {
  font-family: "MazzardH-SemiBold";
  font-size: 1.45rem;
  line-height: 1.1;
  color: #111;
}

.single-product .optimex-single-summary__gross {
  font-family: "MazzardH-Medium";
  font-size: 1.05rem;
  line-height: 1.2;
  color: #111;
  margin-top: 4px;
}

.single-product .optimex-single-summary__meta {
  margin-bottom: 26px;
}

.single-product .optimex-single-summary__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid #dbdbdb;
}

.single-product .optimex-single-summary__meta-row.is-last {
  border-bottom: 0;
}

.single-product .optimex-single-summary__meta-label {
  font-family: "MazzardH-Medium";
  font-size: 1.02rem;
  color: #8a8a8a;
}

.single-product .optimex-single-summary__meta-value {
  font-family: "MazzardH-SemiBold";
  font-size: 1.02rem;
  color: #111;
}

.single-product .optimex-single-summary__availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.02rem;
  color: #111;
}

.single-product .optimex-single-summary__availability-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d94b4b;
}

.single-product .optimex-single-summary__availability.is-low-stock .optimex-single-summary__availability-dot {
  background: #d0902f;
}

.single-product .optimex-single-summary__availability.is-in-stock .optimex-single-summary__availability-dot {
  background: #3f9a51;
}

.single-product .optimex-single-summary__deal {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 6px;
}

.single-product .optimex-single-summary__deal-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-SemiBold";
  font-size: 0.75rem;
  line-height: 1;
  color: #222;
  flex-shrink: 0;
}

.single-product .optimex-single-summary__deal-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.single-product .optimex-single-summary__deal-text strong {
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
  color: #111;
}

.single-product .optimex-single-summary__deal-text span {
  font-family: "MazzardH-Medium";
  font-size: 0.8rem;
  color: #777;
  line-height: 1.35;
}

.single-product .optimex-single-cart {
  margin-top: 16px;
  margin-bottom: 0;
}

.single-product .optimex-single-cart__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.single-product .optimex-single-qty {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  float: none;
}

.single-product .optimex-single-qty .qty-minus,
.single-product .optimex-single-qty .qty-plus {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ececec;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.single-product .optimex-single-qty .qty-minus:hover,
.single-product .optimex-single-qty .qty-plus:hover {
  background: #e1e1e1;
}

.single-product .optimex-single-qty .qty {
  width: 34px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  color: #111;
  padding: 0;
  -moz-appearance: textfield;
}

.single-product .optimex-single-qty .qty::-webkit-outer-spin-button,
.single-product .optimex-single-qty .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .optimex-single-cart__btn {
  border: 0 !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.02rem !important;
  min-height: 42px !important;
  padding: 10px 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: background 0.2s ease !important;
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0 !important;
  width: 100%;
  white-space: nowrap !important;
}

.single-product .optimex-single-cart__btn:hover {
  background: #1f1f1f !important;
}

.single-product .optimex-single-cart__btn.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.single-product .optimex-single-cart__btn.loading {
  opacity: 0.65;
  pointer-events: none;
}

.single-product .optimex-single-cart__btn.added {
  opacity: 1 !important;
}

.single-product .optimex-single-cart__btn.loading::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  display: inline-block;
  margin-right: 8px;
  animation: optimexBtnSpin 0.7s linear infinite;
}

.single-product .optimex-single-cart__btn.loading::after,
.single-product .optimex-single-cart__btn.added::after {
  content: none !important;
  display: none !important;
}

.single-product .woocommerce div.product form.cart::before,
.single-product .woocommerce div.product form.cart::after {
  content: none !important;
  display: none !important;
}

.single-product .woocommerce form.cart::before,
.single-product .woocommerce form.cart::after,
.single-product form.cart.optimex-loop-cart::before,
.single-product form.cart.optimex-loop-cart::after {
  content: none !important;
  display: none !important;
}

.single-product .optimex-single-product .woocommerce-tabs,
.single-product .optimex-single-product .related.products,
.single-product .optimex-single-product .upsells.products {
  margin-top: 22px;
}

.single-product .optimex-single-tabs {
  margin-top: 26px;
}

.single-product .optimex-single-tabs__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.single-product .optimex-single-tabs__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.single-product .optimex-single-tabs__controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.single-product .optimex-single-tabs__controls.is-hidden {
  visibility: hidden;
}

.single-product .optimex-single-tabs__arrow {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #ececec;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.single-product .optimex-single-tabs__arrow:hover {
  background: #e2e2e2;
}

.single-product .optimex-single-tabs__arrow svg {
  width: 12px;
  height: 12px;
}

.single-product .optimex-single-tabs__btn {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
  line-height: 1;
  min-height: 42px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.single-product .optimex-single-tabs__btn:hover {
  background: #ededed;
}

.single-product .optimex-single-tabs__btn.is-active {
  background: #000;
  color: #fff;
}

.single-product .optimex-single-tabs__panel {
  margin: 0;
}

.single-product .optimex-single-tabs__slider {
  overflow: hidden;
}

.single-product .optimex-single-tabs__panel ul.products {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile {
  margin: 0;
  min-width: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__media {
  background: transparent !important;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-minus,
.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty .qty-plus,
.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button,
.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link {
  background: #F5F5F5 !important;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .cart.optimex-loop-cart {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .quantity.optimex-loop-qty {
  flex: 0 0 auto;
  margin-right: auto;
  gap: 8px;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button,
.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link {
  flex: 0 0 auto !important;
  width: auto !important;
  margin-left: auto;
  padding: 10px 18px !important;
}

.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .add_to_cart_button:hover,
.single-product .optimex-single-tabs__panel ul.products > li.product.optimex-product-tile .optimex-product-tile__actions .optimex-order-link:hover {
  background: #000 !important;
  color: #fff !important;
}

.single-product .optimex-single-tabs__details {
  border-radius: 10px;
  background: #fff;
  padding: 18px 22px;
}

.single-product .optimex-single-tabs__details .woocommerce-product-attributes {
  display: flex;
  flex-direction: column;
}

.single-product .optimex-single-tabs__details .woocommerce-product-attributes-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.single-product .optimex-single-tabs__details .woocommerce-product-attributes-item:last-child {
  border-bottom: 0;
}

.single-product .optimex-single-tabs__details .woocommerce-product-attributes-item__label {
  font-family: "MazzardH-Medium";
  font-size: 1rem;
  color: #8a8a8a;
}

.single-product .optimex-single-tabs__details .woocommerce-product-attributes-item__value {
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  color: #111;
  text-align: right;
}

.single-product .optimex-single-tabs__empty {
  margin: 0;
  border-radius: 10px;
  background: #fff;
  padding: 18px 22px;
  font-family: "MazzardH-Medium";
  color: #6f6f6f;
}

@media (max-width: 1199px) {
  .single-product .optimex-single-product__layout {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 18px;
  }
  .single-product .optimex-single-product__gallery .mySwiper2 {
    height: 520px;
  }
  .single-product .optimex-single-product__gallery .mySwiper {
    width: 100%;
  }
  .single-product .optimex-single-summary__title {
    font-size: 1.75rem;
  }
  .single-product .optimex-single-summary__net {
    font-size: 1.8rem;
  }
  .single-product .optimex-single-summary__gross {
    font-size: 1.35rem;
  }
  .single-product .optimex-single-tabs__arrow {
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 991px) {
  .single-product .optimex-single-product__page-title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
  .single-product .optimex-single-product__layout {
    grid-template-columns: 1fr;
  }
  .single-product .optimex-single-product__gallery {
    padding: 14px;
  }
  .single-product .optimex-single-product__gallery .mySwiper2 {
    height: 360px;
  }
  .single-product .optimex-single-product__gallery .mySwiper {
    width: 100%;
    margin: 10px 0 0;
  }
  .single-product .optimex-single-gallery-controls {
    grid-template-columns: 1fr;
    gap: 10px;
    display: grid;
  }
  .single-product .optimex-single-gallery-nav {
    order: 1;
  }
  .single-product .optimex-single-product__gallery .mySwiper {
    order: 2;
  }
  .single-product .optimex-single-product__gallery .mySwiper .swiper-slide {
    height: 86px;
  }
  .single-product .optimex-single-product__summary-card {
    padding: 20px 18px;
  }
  .single-product .optimex-single-summary__title {
    font-size: 1.45rem;
    margin-bottom: 18px;
  }
  .single-product .optimex-single-summary__price {
    margin-bottom: 18px;
  }
  .single-product .optimex-single-summary__net {
    font-size: 1.55rem;
  }
  .single-product .optimex-single-summary__gross {
    font-size: 1.2rem;
  }
  .single-product .optimex-single-cart__row {
    gap: 10px;
  }
  .single-product .optimex-single-cart__btn {
    min-width: 0 !important;
  }
  .single-product .optimex-single-tabs__top {
    align-items: flex-start;
  }
  .single-product .optimex-single-tabs__nav {
    gap: 8px;
    margin-right: auto;
  }
  .single-product .optimex-single-tabs__btn {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 0.88rem;
  }
  .single-product .optimex-single-tabs__details {
    padding: 14px;
  }
  .single-product .optimex-single-tabs__details .woocommerce-product-attributes-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .single-product .optimex-single-tabs__details .woocommerce-product-attributes-item__value {
    text-align: left;
  }
  .single-product .optimex-single-tabs__controls {
    gap: 8px;
  }
  .single-product .optimex-single-tabs__arrow {
    width: 42px;
    height: 42px;
  }
}
/* Cart page */
body.woocommerce-cart {
  background: #f5f5f5 !important;
}

body.woocommerce-cart h3,
body.woocommerce-checkout h3 {
  font-family: "MazzardH-Medium" !important;
  font-size: 1.35rem !important;
}

.woocommerce-cart .woocommerce-notices-wrapper:empty {
  display: none;
}

/* Woo notices (global, custom look) */
.woocommerce-notices-wrapper {
  margin-bottom: 14px;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  position: relative;
  margin: 0 0 12px !important;
  padding: 14px 16px 14px 52px !important;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  border-top: 1px solid #dedede !important;
  background: #fff !important;
  box-shadow: none !important;
  list-style: none !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.98rem !important;
  line-height: 1.35 !important;
  color: #1a1a1a !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  position: absolute !important;
  top: 50% !important;
  left: 16px !important;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1;
  content: "i";
  color: #111;
  border: 2px solid #111;
  background: #fff;
}

.woocommerce-message::before {
  content: "✓";
}

.woocommerce-error::before {
  content: "!";
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
  color: #111 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-family: "MazzardH-SemiBold";
}

.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 6px 8px;
  flex-wrap: wrap;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

/* Expanded coupon form (checkout) */
.woocommerce form.checkout_coupon {
  margin: 0 0 16px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.woocommerce form.checkout_coupon:not([style*="display: none"]) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.woocommerce form.checkout_coupon::before,
.woocommerce form.checkout_coupon::after {
  content: none !important;
  display: none !important;
}

.woocommerce form.checkout_coupon p {
  margin: 0 !important;
}

.woocommerce form.checkout_coupon p.form-row-first {
  flex: 1 1 320px;
  min-width: 0;
  float: none !important;
  width: auto !important;
}

.woocommerce form.checkout_coupon p.form-row-last {
  flex: 0 0 auto;
  float: none !important;
  width: auto !important;
  margin-left: auto !important;
  max-width: 100%;
}

.woocommerce form.checkout_coupon p.form-row-first input.input-text {
  width: 100% !important;
  min-height: 48px;
  border-radius: 999px !important;
  border: 1px solid #d6d6d6 !important;
  background: #fff !important;
  padding: 0 18px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 1rem !important;
  color: #111 !important;
  box-shadow: none !important;
}

.woocommerce form.checkout_coupon p.form-row-last button.button {
  min-height: 48px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  padding: 0 24px !important;
  white-space: nowrap;
  max-width: 100%;
}

.woocommerce form.checkout_coupon p.form-row-last button.button:hover {
  background: #1f1f1f !important;
}

@media (max-width: 767px) {
  .woocommerce form.checkout_coupon p.form-row-first,
  .woocommerce form.checkout_coupon p.form-row-last {
    flex: 1 1 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .woocommerce form.checkout_coupon p.form-row-last {
    display: block;
  }
  .woocommerce form.checkout_coupon p.form-row-last button.button {
    width: 100% !important;
  }
}
.optimex-cart-page {
  background: #f5f5f5;
  padding-top: 22px;
  padding-bottom: 44px;
}

.optimex-cart-page__title {
  margin: 0 0 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.5rem;
  color: #111;
}

.optimex-cart-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: start;
}

.optimex-cart-items {
  border-radius: 14px;
  background: transparent;
  padding: 0;
}

.optimex-cart-item {
  padding: 18px 22px;
  border-radius: 14px;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.optimex-cart-item:last-child {
  margin-bottom: 0;
}

.optimex-cart-item__left {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.optimex-cart-item__thumb {
  width: 118px;
  height: 118px;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.optimex-cart-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.optimex-cart-item__name {
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.25rem;
  line-height: 1.2;
}

.optimex-cart-item__name a {
  color: #111;
  text-decoration: none;
}

.optimex-cart-item__unit {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.optimex-cart-item__unit-net {
  font-family: "MazzardH-SemiBold";
  color: #111;
  font-size: 1rem;
}

.optimex-cart-item__unit-gross {
  font-family: "MazzardH-Medium";
  color: #707070;
  font-size: 0.95rem;
}

.optimex-cart-item__qty {
  position: relative;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.optimex-cart-item__qty .qty-minus,
.optimex-cart-item__qty .qty-plus {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #f1f1f1;
  color: #111;
  font-family: "MazzardH-Bold";
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.optimex-cart-item__qty .qty-minus:hover,
.optimex-cart-item__qty .qty-plus:hover {
  background: #e8e8e8;
}

.optimex-cart-item__qty input.qty {
  width: 38px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  color: #111;
  padding: 0;
}

.optimex-cart-item__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.optimex-cart-item__sum-label {
  font-family: "MazzardH-Medium";
  color: #111;
  font-size: 1.15rem;
}

.optimex-cart-item__sum-net {
  font-family: "MazzardH-SemiBold";
  color: #111;
  font-size: 1.15rem;
  line-height: 1.05;
}

.optimex-cart-item__sum-gross {
  font-family: "MazzardH-Medium";
  color: #707070;
  font-size: 0.95rem;
}

.optimex-cart-item__remove {
  margin-top: 4px;
  border-radius: 999px;
  background: #f1f1f1;
  min-height: 30px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "MazzardH-Medium";
  color: #7c7c7c;
  font-size: 0.92rem;
}

.optimex-cart-item__remove a.remove {
  position: static !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #7c7c7c !important;
  background: transparent !important;
  line-height: 1 !important;
}

.optimex-cart-coupon {
  margin-top: 16px;
}

.optimex-cart-coupon .coupon {
  display: flex;
  align-items: center;
  gap: 12px;
}

.optimex-cart-coupon .coupon label {
  display: none;
}

.optimex-cart-coupon .coupon .input-text {
  flex: 1 1 auto;
  min-height: 56px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #fff !important;
  padding: 0 24px !important;
  font-family: "MazzardH-Medium";
  font-size: 0.98rem;
  color: #111;
}

.optimex-cart-coupon .coupon .button {
  min-height: 56px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  padding: 0 30px !important;
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
}

.optimex-cart-form [name=update_cart] {
  display: none !important;
}

.optimex-cart-form.is-updating {
  pointer-events: none;
  opacity: 0.72;
}

.optimex-cart-totals {
  border-radius: 14px;
  background: #fff;
  padding: 26px 26px 24px;
}

.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce .cart-collaterals::before,
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  display: none !important;
  content: none !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.optimex-cart-totals__shipping-note {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 28px;
}

.optimex-cart-totals__shipping-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-Bold";
  font-size: 0.95rem;
}

.optimex-cart-totals__shipping-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.optimex-cart-totals__shipping-text strong {
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  line-height: 1.2;
  color: #111;
}

.optimex-cart-totals__shipping-text .free-shipping-info {
  font-family: "MazzardH-Medium";
  font-size: 0.92rem;
  line-height: 1.28;
  color: #707070;
}

.optimex-cart-totals h2 {
  margin: 0 0 20px;
  font-family: "MazzardH-Medium";
  font-size: 1.35rem;
  line-height: 1;
  color: #111;
}

.optimex-cart-totals__rows {
  display: grid;
}

.optimex-cart-totals__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.optimex-cart-totals__row:last-child {
  border-bottom: 0;
}

.optimex-cart-totals__row span,
.optimex-cart-totals__row strong,
.optimex-cart-totals__row strong .amount {
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  line-height: 1.2;
  color: #737373;
  margin: 0;
}

.optimex-cart-totals__row strong,
.optimex-cart-totals__row strong .amount {
  text-align: right;
  color: #111;
  font-family: "MazzardH-SemiBold";
}

.optimex-cart-totals__row--discount span {
  color: #666;
}

.optimex-cart-totals__row--discount strong,
.optimex-cart-totals__row--discount strong .amount {
  color: #111;
  font-family: "MazzardH-Bold";
}

.optimex-cart-totals.no-discount .optimex-cart-totals__row:last-child {
  border-bottom: 0;
}

.optimex-cart-totals__shipping-block {
  margin-top: 26px;
}

.optimex-cart-totals__shipping-block h3 {
  margin: 0 0 10px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  line-height: 1.1;
  color: #111;
}

.optimex-cart-totals__shipping-block ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.optimex-cart-totals__shipping-block ul#shipping_method li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  color: #444;
}

.optimex-cart-totals__shipping-block ul#shipping_method li input[type=radio],
.optimex-cart-totals__shipping-block ul#shipping_method li input[type=checkbox] {
  width: 22px;
  height: 22px;
  accent-color: #111;
  border-radius: 4px;
}

.optimex-cart-totals__final {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.optimex-cart-totals__final-label {
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  line-height: 1.1;
  color: #111;
}

.optimex-cart-totals__final-value {
  font-family: "MazzardH-Medium";
  font-size: 1.35rem;
  line-height: 1.05;
  color: #111;
}

.optimex-cart-totals__final-tax {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  color: #707070;
}

.optimex-cart-totals .wc-proceed-to-checkout {
  margin-top: 20px;
}

.optimex-cart-totals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 52px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold";
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .optimex-cart-page__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .optimex-cart-page {
    padding-top: 14px;
    padding-bottom: 28px;
  }
  .optimex-cart-page__title {
    font-size: 1.5rem;
  }
  .optimex-cart-items {
    padding: 6px 14px;
  }
  .optimex-cart-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .optimex-cart-item__left {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }
  .optimex-cart-item__thumb {
    width: 84px;
    height: 84px;
  }
  .optimex-cart-item__name {
    font-size: 1rem;
  }
  .optimex-cart-item__right {
    align-items: flex-start;
  }
  .optimex-cart-coupon .coupon {
    flex-direction: column;
    align-items: stretch;
  }
  .optimex-cart-totals {
    padding: 24px 18px;
  }
  .optimex-cart-totals h2 {
    font-size: 1.35rem;
    margin-bottom: 18px;
  }
  .optimex-cart-totals__row {
    padding: 12px 0;
  }
  .optimex-cart-totals__row span,
  .optimex-cart-totals__row strong,
  .optimex-cart-totals__row strong .amount {
    font-size: 0.95rem;
  }
  .optimex-cart-totals__shipping-note {
    margin-bottom: 24px;
  }
  .optimex-cart-totals__shipping-text strong,
  .optimex-cart-totals__shipping-text .free-shipping-info {
    font-size: 0.95rem;
  }
  .optimex-cart-totals__shipping-block {
    margin-top: 20px;
  }
  .optimex-cart-totals__shipping-block h3 {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
  .optimex-cart-totals__shipping-block ul#shipping_method li {
    font-size: 0.95rem;
  }
  .optimex-cart-totals__final {
    margin-top: 18px;
    gap: 2px;
  }
  .optimex-cart-totals__final-label {
    font-size: 1.05rem;
  }
  .optimex-cart-totals__final-value {
    font-size: 1.35rem;
  }
  .optimex-cart-totals__final-tax {
    font-size: 0.88rem;
  }
  .optimex-cart-totals .wc-proceed-to-checkout {
    margin-top: 14px;
  }
  .optimex-cart-totals .wc-proceed-to-checkout .checkout-button {
    min-height: 52px;
    font-size: 0.98rem;
  }
}
/* Checkout page */
body.woocommerce-checkout {
  background: #f5f5f5 !important;
  overflow-x: hidden;
}

.optimex-checkout-page {
  background: #f5f5f5;
  padding-top: 22px;
  padding-bottom: 44px;
  overflow-x: clip;
}

.optimex-checkout-page__title {
  margin: 0 0 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  color: #111;
  text-transform: uppercase;
}

.optimex-checkout-form {
  margin: 0;
  min-width: 0;
}

.optimex-checkout-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
  gap: 22px;
  align-items: start;
  min-width: 0;
}

.optimex-checkout-page__main {
  border-radius: 14px;
  background: #fff;
  padding: 24px 24px 28px;
  min-width: 0;
}

.optimex-checkout-page__aside {
  border-radius: 14px;
  background: #fff;
  padding: 24px;
  position: sticky;
  top: 16px;
  min-width: 0;
  overflow: hidden;
}

.optimex-checkout-billing__title {
  margin: 0 0 16px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.95rem;
  color: #111;
}

.woocommerce-checkout form .form-row::before,
.woocommerce-checkout form .form-row::after,
.woocommerce-page.woocommerce-checkout form .form-row::before,
.woocommerce-page.woocommerce-checkout form .form-row::after {
  display: none !important;
  content: none !important;
}

.optimex-checkout-billing__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.optimex-checkout-billing__fields .form-row {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  grid-column: span 1;
}

.optimex-checkout-billing__fields .form-row.form-row-wide {
  grid-column: 1/-1;
}

.optimex-checkout-billing__fields #billing_address_book_field,
.optimex-checkout-billing__fields #billing_address_2_field,
.optimex-checkout-billing__fields #ship-to-different-address,
.optimex-checkout-billing__fields #order_comments_field {
  grid-column: 1/-1;
}

.optimex-checkout-billing__fields #billing_address_1_field,
.optimex-checkout-billing__fields #billing_address_2_field {
  grid-column: 1/-1;
}

.optimex-checkout-billing__fields .form-row label {
  display: block;
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.optimex-checkout-billing__fields .form-row input.input-text,
.optimex-checkout-billing__fields .form-row textarea,
.optimex-checkout-billing__fields .form-row select,
.optimex-checkout-billing__fields .form-row .select2-selection {
  width: 100% !important;
  min-height: 54px;
  border-radius: 8px !important;
  border: 1px solid #d5d5d5 !important;
  background: #fff !important;
  padding: 0 16px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.96rem !important;
  color: #111 !important;
  box-shadow: none !important;
}

.optimex-checkout-billing__fields .form-row textarea {
  min-height: 128px;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  resize: vertical;
}

.optimex-checkout-billing__fields .form-row .select2-selection {
  display: flex !important;
  align-items: center;
}

.optimex-checkout-billing__fields .form-row .select2-selection__rendered {
  line-height: 1.2 !important;
  padding-left: 0 !important;
}

.woocommerce-checkout #ship-to-different-address {
  margin-top: 6px !important;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-checkout #ship-to-different-address input.input-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  accent-color: #111;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .shipping_address {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px 18px;
}

.woocommerce-checkout .shipping_address .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  float: none !important;
  width: auto !important;
  grid-column: 1/-1;
  margin: 0 !important;
}

.woocommerce-checkout .shipping_address #shipping_address_1_field,
.woocommerce-checkout .shipping_address #shipping_address_2_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
  grid-column: 1/-1;
}

.woocommerce-checkout .shipping_address .form-row.form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide {
  grid-column: 1/-1;
}

.woocommerce-checkout .shipping_address .form-row input.input-text,
.woocommerce-checkout .shipping_address .form-row textarea,
.woocommerce-checkout .shipping_address .form-row select,
.woocommerce-checkout .shipping_address .form-row .select2-selection,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input.input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row textarea,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .select2-selection {
  width: 100% !important;
  min-height: 54px;
  border-radius: 8px !important;
  border: 1px solid #d5d5d5 !important;
  background: #fff !important;
  padding: 0 16px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.96rem !important;
  color: #111 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .shipping_address .form-row label {
  display: block;
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label {
  display: block;
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-checkout .optimex-checkout-billing__fields .form-row.form-row-first,
.woocommerce-checkout .optimex-checkout-billing__fields .form-row.form-row-last,
.woocommerce-checkout .shipping_address .form-row.form-row-first,
.woocommerce-checkout .shipping_address .form-row.form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-last {
  width: auto !important;
}

.woocommerce-checkout .woocommerce-shipping-fields .select2-container,
.woocommerce-checkout .woocommerce-billing-fields .select2-container {
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 14px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-checkout .woocommerce-additional-fields .form-row {
  margin: 0 !important;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
  width: 100% !important;
  min-height: 128px;
  border-radius: 8px !important;
  border: 1px solid #d5d5d5 !important;
  background: #fff !important;
  padding: 14px 16px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.96rem !important;
  color: #111 !important;
}

.optimex-checkout-summary h3 {
  margin: 0 0 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 1.95rem;
  color: #111;
}

.optimex-checkout-summary__products-list {
  display: grid;
  gap: 10px;
}

.optimex-checkout-summary__product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.optimex-checkout-summary__product-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.optimex-checkout-summary__product-thumb {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
}

.optimex-checkout-summary__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.optimex-checkout-summary__product-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.optimex-checkout-summary__product-name {
  font-family: "MazzardH-SemiBold";
  font-size: 0.98rem;
  color: #111;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.optimex-checkout-summary__product-qty {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  color: #888;
}

.optimex-checkout-summary__product-net {
  font-family: "MazzardH-SemiBold";
  font-size: 0.96rem;
  color: #111;
}

.optimex-checkout-summary__product-gross {
  font-family: "MazzardH-Medium";
  font-size: 0.92rem;
  color: #9a9a9a;
}

.optimex-checkout-summary__product-remove {
  text-decoration: none;
  line-height: 1;
  font-size: 1.8rem;
  color: #b3b3b3;
  flex: 0 0 auto;
  padding: 6px;
}

.optimex-checkout-summary__product-remove:hover {
  color: #111;
}

.optimex-checkout-summary__product-total {
  font-family: "MazzardH-SemiBold";
  font-size: 0.96rem;
  color: #111;
  white-space: nowrap;
}

.optimex-checkout-summary__totals {
  margin-top: 18px;
}

.optimex-checkout-summary__rows {
  display: grid;
}

.optimex-checkout-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.optimex-checkout-summary__row:last-child {
  border-bottom: 0;
}

.optimex-checkout-summary__row span,
.optimex-checkout-summary__row strong,
.optimex-checkout-summary__row strong .amount {
  margin: 0;
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  line-height: 1.2;
}

.optimex-checkout-summary__row span {
  color: #737373;
  overflow-wrap: anywhere;
}

.optimex-checkout-summary__row strong,
.optimex-checkout-summary__row strong .amount {
  color: #111;
  font-family: "MazzardH-SemiBold";
  text-align: right;
  overflow-wrap: anywhere;
}

.optimex-checkout-summary__row--discount strong,
.optimex-checkout-summary__row--discount strong .amount {
  font-family: "MazzardH-Bold";
}

.optimex-checkout-summary__shipping {
  margin-top: 20px;
}

.optimex-checkout-summary__shipping h3 {
  font-size: 1.95rem;
  margin-bottom: 10px;
}

.optimex-checkout-summary__shipping-methods ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.optimex-checkout-summary__shipping-methods ul#shipping_method li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  color: #444;
}

.optimex-checkout-summary__shipping-methods ul#shipping_method li input {
  width: 18px;
  height: 18px;
  accent-color: #111;
  border-radius: 4px;
}

.optimex-checkout-summary__final {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.optimex-checkout-summary__final-label {
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  color: #111;
}

.optimex-checkout-summary__final-value {
  font-family: "MazzardH-Medium";
  font-size: 1.35rem;
  line-height: 1.05;
  color: #111;
}

.optimex-checkout-summary__final-tax {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  color: #707070;
}

.optimex-checkout-payment {
  margin-top: 14px;
  background: transparent !important;
  min-width: 0;
}

.optimex-checkout-payment .wc_payment_methods {
  margin: 0 0 12px !important;
  padding: 0 !important;
  list-style: none;
  border: 0 !important;
}

.optimex-checkout-payment .wc_payment_methods .wc_payment_method {
  border: 0 !important;
  margin: 0 0 6px;
  padding: 0;
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  color: #444;
}

.optimex-checkout-place-order {
  padding: 0 !important;
  margin: 0 !important;
}

.optimex-checkout-place-order .woocommerce-terms-and-conditions-wrapper {
  margin: 10px 0 14px;
}

.optimex-checkout-place-order .woocommerce-form__label-for-checkbox,
.optimex-checkout-place-order .woocommerce-form__label-for-checkbox span {
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
  color: #666;
}

.optimex-checkout-place-order input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #111;
}

.optimex-checkout-place-order #place_order {
  width: 100% !important;
  min-height: 52px;
  border-radius: 999px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.98rem !important;
  line-height: 1 !important;
  padding: 0 24px !important;
}

.optimex-checkout-place-order #place_order:hover {
  background: #1f1f1f !important;
}

@media (max-width: 1199px) {
  .optimex-checkout-page__grid {
    grid-template-columns: 1fr;
  }
  .optimex-checkout-page__aside {
    position: static;
  }
}
@media (max-width: 991px) {
  .optimex-checkout-page {
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .optimex-checkout-page__title {
    font-size: 1.45rem;
  }
  .optimex-checkout-page__main,
  .optimex-checkout-page__aside {
    padding: 16px;
  }
  .optimex-checkout-billing__title,
  .optimex-checkout-summary h3,
  .optimex-checkout-summary__shipping h3 {
    font-size: 1.5rem;
  }
  .optimex-checkout-billing__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .optimex-checkout-billing__fields .form-row,
  .optimex-checkout-billing__fields #billing_city_field,
  .optimex-checkout-billing__fields #billing_postcode_field {
    grid-column: span 1;
  }
  .optimex-checkout-billing__fields .form-row.form-row-wide,
  .optimex-checkout-billing__fields #billing_address_book_field,
  .optimex-checkout-billing__fields #billing_address_2_field,
  .optimex-checkout-billing__fields #billing_address_1_field,
  .optimex-checkout-billing__fields #ship-to-different-address,
  .optimex-checkout-billing__fields #order_comments_field {
    grid-column: 1/-1;
  }
  .woocommerce-checkout .shipping_address,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .woocommerce-checkout .shipping_address .form-row,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-checkout .shipping_address #shipping_city_field,
  .woocommerce-checkout .shipping_address #shipping_postcode_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    grid-column: 1/-1;
  }
  .woocommerce-checkout .shipping_address .form-row.form-row-wide,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide,
  .woocommerce-checkout .shipping_address #shipping_address_1_field,
  .woocommerce-checkout .shipping_address #shipping_address_2_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field {
    grid-column: 1/-1;
  }
}
@media (max-width: 575px) {
  .optimex-checkout-billing__fields,
  .woocommerce-checkout .shipping_address {
    grid-template-columns: 1fr;
  }
  .optimex-checkout-billing__fields .form-row,
  .optimex-checkout-billing__fields #billing_city_field,
  .optimex-checkout-billing__fields #billing_postcode_field,
  .woocommerce-checkout .shipping_address .form-row,
  .woocommerce-checkout .shipping_address #shipping_city_field,
  .woocommerce-checkout .shipping_address #shipping_postcode_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    grid-column: 1/-1;
  }
}
/* Disable Woo visual preloaders (keep AJAX logic) */
.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockOverlay,
.woocommerce-checkout .woocommerce .blockUI.blockOverlay,
.woocommerce-cart .woocommerce .blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

.woocommerce-checkout .blockUI.blockMsg,
.woocommerce-cart .blockUI.blockMsg,
.woocommerce-checkout .blockUI.blockMsg.blockElement,
.woocommerce-cart .blockUI.blockMsg.blockElement {
  display: none !important;
  background: transparent !important;
  border: 0 !important;
}

.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-cart .woocommerce-NoticeGroup {
  z-index: 3;
}

.home {
  background: #fff !important;
}

.home .woocommerce-notices-wrapper,
.home .woocommerce-message,
.home .woocommerce-error,
.home .woocommerce-info,
.home a.added_to_cart,
.home .added_to_cart.wc-forward {
  display: none !important;
}

.optimex-home {
  background: #fff;
  padding: 18px 0 36px;
}

.optimex-home__hero {
  position: relative;
  height: clamp(360px, 52vw, 720px);
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 34px;
}

.optimex-home__hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 55%);
}

.optimex-home__hero-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "MazzardH-Medium";
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: 0.03em;
}

.optimex-home-brands {
  margin: 24px 0 28px;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.optimex-home-brands__item {
  text-align: center;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optimex-home-brands__item img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.22s ease;
}
.optimex-home-brands__item img.is-fading {
  opacity: 0.18;
}

.optimex-home-products {
  margin-bottom: 28px;
}

.optimex-home-products__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.optimex-home-products__head h2 {
  margin: 0;
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  color: #111;
}

.optimex-home-products__auth {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.optimex-home-products__auth a {
  text-decoration: none;
  border-radius: 999px;
  padding: 9px 18px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  border: 1px solid #222;
  color: #111;
}

.optimex-home-products__grid-wrap {
  position: relative;
}

.optimex-home-products .products {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.optimex-home-products .products > li.product.optimex-product-tile {
  margin: 0 !important;
}

.optimex-home-products.is-guest .products {
  filter: blur(5px);
  opacity: 0.92;
  pointer-events: none;
  user-select: none;
}

.optimex-home-products__blur-cta {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.optimex-home-products__blur-cta a {
  pointer-events: auto;
  text-decoration: none;
  border-radius: 999px;
  background: #000;
  color: #fff;
  min-height: 42px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "MazzardH-SemiBold";
  font-size: 0.85rem;
}

.optimex-home-newsletter {
  border-radius: 14px;
  background: #f5f5f5;
  padding: 46px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.optimex-home-newsletter__content h3 {
  margin: 0 0 14px;
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  color: #111;
}

.optimex-home-newsletter__content p {
  margin: 0 0 20px;
  font-family: "MazzardH-Medium";
  font-size: 1.05rem;
  color: #333;
  line-height: 1.42;
}

.optimex-home-newsletter__form {
  max-width: 430px;
  border-radius: 999px;
  background: #fff;
  min-height: 42px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  font-family: "MazzardH-Medium";
  color: #666;
}

.optimex-home-newsletter__image {
  display: flex;
  justify-content: flex-end;
}
.optimex-home-newsletter__image img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
  mix-blend-mode: darken;
}

.optimex-home-hotdeals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-bottom: 28px;
}

.optimex-home-hotdeals__signup {
  grid-column: span 2;
  border-radius: 18px;
  background: #f5f5f5;
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.optimex-home-hotdeals__signup h3,
.optimex-home-hotdeals__signup h4,
.optimex-home-hotdeals__signup p {
  margin: 0;
}

.optimex-home-hotdeals__promo h3 {
  font-family: "MazzardH-Medium";
  font-size: clamp(1.02rem, 1.15vw, 1.2rem);
  line-height: 1.2;
  color: #111;
}

.optimex-home-hotdeals__promo h3 strong {
  font-family: "MazzardH-SemiBold";
}

.optimex-home-hotdeals__promo-note {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.optimex-home-hotdeals__promo-note p {
  font-family: "MazzardH-Medium";
  font-size: 0.98rem;
  line-height: 1.3;
  color: #1b1b1b;
}

.optimex-home-hotdeals__promo-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  border: 2px solid #1b1b1b;
  font-family: "MazzardH-Bold";
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.optimex-home-hotdeals__promo-btn {
  margin-top: 16px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #000;
  color: #fff;
  padding: 0 36px;
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s ease;
}
.optimex-home-hotdeals__promo-btn:hover {
  color: #fff;
  background: #111;
}

.optimex-home-hotdeals__divider {
  margin: 34px 0 30px;
  border: 0;
  border-top: 1px solid #d4d4d4;
}

.optimex-home-hotdeals__newsletter h4 {
  font-family: "MazzardH-Medium";
  font-size: clamp(1.02rem, 1.15vw, 1.2rem);
  line-height: 1.2;
  color: #111;
}

.optimex-home-hotdeals__newsletter p {
  margin-top: 8px;
  font-family: "MazzardH-Medium";
  font-size: 0.98rem;
  line-height: 1.3;
  color: #1f1f1f;
}

.optimex-home-hotdeals__newsletter-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.optimex-home-hotdeals__form {
  margin-top: 0;
}

.optimex-home-hotdeals__form .ml-embedded {
  width: 100%;
}

.optimex-home-hotdeals__form #mlb2-33011758.ml-form-embedContainer {
  width: 100% !important;
  margin: 0 !important;
  display: block !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-align-center,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-align-default {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedWrapper,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedWrapper.embedForm,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedWrapper.embedDefault,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedWrapper.embedPopup {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedBody,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-successBody,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-formContent.horozintalForm {
  padding: 0 !important;
  margin: 0 !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedContent,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-checkboxRow,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-mobileButton-horizontal {
  display: none !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-horizontalRow {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  float: none !important;
  position: relative !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-input-horizontal {
  width: 100% !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .horizontal-fields {
  width: 100% !important;
  padding-right: 0 !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-field-group {
  margin: 0 !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-field-group input[type=email],
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-horizontalRow input {
  width: 100% !important;
  min-height: 60px !important;
  height: 60px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #111 !important;
  padding: 0 28px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.98rem !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-field-group input[type=email]::placeholder,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-horizontalRow input::placeholder {
  color: #757575 !important;
  opacity: 1 !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-button-horizontal {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-button-horizontal .primary,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedSubmit button {
  min-height: 60px !important;
  height: 60px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #000 !important;
  color: #fff !important;
  padding: 0 32px !important;
  min-width: 184px !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.98rem !important;
  line-height: 1 !important;
  width: auto !important;
  box-shadow: none !important;
  transition: background 0.2s ease !important;
}

.optimex-home-hotdeals__form #mlb2-33011758 .ml-button-horizontal .primary:hover,
.optimex-home-hotdeals__form #mlb2-33011758 .ml-form-embedSubmit button:hover {
  background: #111 !important;
}

.optimex-home-hotdeals__slider-wrap {
  grid-column: span 2;
  min-width: 0;
}

.optimex-home-hotdeals__slider {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.optimex-home-hotdeals__slider::-webkit-scrollbar {
  display: none;
}

.optimex-home-hotdeals__slider .products {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 14px) / 2);
  gap: 14px;
  align-items: stretch;
}

.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile {
  width: auto;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  border-radius: 14px;
  background: #f5f5f5;
  scroll-snap-align: start;
  position: relative;
}

.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile::before {
  content: "hot deals";
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: "MazzardH-SemiBold";
  font-size: 0.72rem;
  line-height: 1;
  text-transform: lowercase;
  pointer-events: none;
}

.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__media,
.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__body,
.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__primary,
.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__meta,
.optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__actions {
  background: #f5f5f5 !important;
}

.optimex-home-hotdeals.is-guest .optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .price,
.optimex-home-hotdeals.is-guest .optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__price {
  display: none !important;
}

.optimex-home-hotdeals.is-guest .optimex-home-hotdeals__slider .products > li.product.optimex-product-tile .optimex-product-tile__actions a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  background: transparent !important;
}

.optimex-home-products.is-guest .products > li.product.optimex-product-tile .optimex-product-tile__actions a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  background: transparent !important;
}

.optimex-home-hotdeals__empty {
  margin: 0;
  border-radius: 14px;
  background: #f5f5f5;
  padding: 22px;
  font-family: "MazzardH-Medium";
  color: #666;
}

@media (max-width: 1023px) {
  .optimex-home-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .optimex-home-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .optimex-home-newsletter {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .optimex-home-newsletter__image {
    justify-content: center;
  }
  .optimex-home-hotdeals {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .optimex-home-hotdeals__slider .products > li.product.optimex-product-tile {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 990px) {
  .optimex-home {
    padding-top: 12px;
  }
  .optimex-home-products__head h2 {
    font-size: 1.6rem;
  }
  .optimex-home-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .optimex-home-products .products {
    grid-template-columns: 1fr;
  }
  .optimex-home-hotdeals__signup {
    padding: 24px 18px;
  }
  .optimex-home-hotdeals__promo h3,
  .optimex-home-hotdeals__newsletter h4,
  .optimex-home-hotdeals__promo-note p,
  .optimex-home-hotdeals__newsletter p {
    font-size: 0.95rem;
  }
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-form-horizontalRow {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-button-horizontal {
    position: static !important;
    width: 100% !important;
  }
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-button-horizontal .primary {
    width: 100% !important;
    min-width: 0 !important;
  }
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-field-group input[type=email],
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-form-horizontalRow input {
    padding-top: 25px !important;
  }
  .optimex-home-hotdeals__promo-btn {
    width: 100%;
  }
  .optimex-home-hotdeals__slider .products > li.product.optimex-product-tile {
    width: auto;
    min-width: 0;
  }
  .optimex-home-hotdeals__slider .products {
    grid-auto-columns: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-form-formContent.horozintalForm .ml-button-horizontal {
    display: block !important;
  }
  .optimex-home-hotdeals__form #mlb2-33011758 .ml-mobileButton-horizontal {
    display: none !important;
  }
}
.woocommerce-account:not(.logged-in) {
  background: #f5f5f5;
}

.woocommerce-account:not(.logged-in) .site-main.container-fluid {
  max-width: 1420px;
  margin-top: 54px !important;
  margin-bottom: 80px;
}

.optimex-auth {
  max-width: 1220px;
  margin: 0 auto;
}

.optimex-auth.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.optimex-auth.pt-md-5 {
  padding: 0;
}

.optimex-register {
  max-width: 880px;
}

.optimex-register__col {
  display: flex;
  flex-direction: column;
}

.optimex-auth-card--register-form {
  min-height: 0;
}

.optimex-register .woocommerce-form-register {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.optimex-register .woocommerce-form-row {
  margin: 0;
  padding: 0 !important;
}

.optimex-register .form-row::before,
.optimex-register .form-row::after {
  content: none !important;
  display: none !important;
}

.optimex-register .woocommerce-form-row label {
  display: block;
  margin: 0 0 5px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.optimex-register__label-with-hint {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.optimex-register__hint {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.optimex-register__hint-trigger {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.68rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.optimex-register__tooltip {
  display: none;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: 0.75rem;
  font-family: "MazzardH-Medium";
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: normal;
  width: max-content;
  max-width: 300px;
  z-index: 20;
  pointer-events: none;
}
.optimex-register__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #222;
}

.optimex-register__hint:hover .optimex-register__tooltip,
.optimex-register__hint:focus-within .optimex-register__tooltip {
  display: block;
}

.optimex-register .input-text {
  width: 100% !important;
  height: 62px !important;
  border: 2px solid #d6d6da !important;
  border-radius: 18px !important;
  background: #fff !important;
  padding: 0 20px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 0.98rem !important;
  line-height: 1 !important;
  color: #111 !important;
  box-shadow: none !important;
}

.optimex-register__actions {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.optimex-register__actions .button,
.optimex-register__actions .woocommerce-Button {
  border-radius: 999px !important;
  min-height: 56px !important;
  padding: 14px 34px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.05rem !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.optimex-register__actions .button:hover,
.optimex-register__actions .woocommerce-Button:hover {
  background: #111 !important;
}

.optimex-register__login-link {
  margin-left: auto;
  color: #111;
  text-decoration: none;
  font-family: "MazzardH-Medium";
  font-size: 1rem;
}

.optimex-auth__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.optimex-auth__col {
  display: flex;
  flex-direction: column;
}

.optimex-auth__heading {
  margin: 0 0 16px;
  font-family: "MazzardH-SemiBold";
  font-size: 2.1rem;
  line-height: 1.15;
  color: #111;
}

.optimex-auth-card {
  background: #fff;
  border-radius: 10px;
  padding: 44px 44px 38px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 1 auto;
}

.optimex-auth-card .woocommerce-form-login {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.optimex-auth-card .woocommerce-ResetPassword {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.optimex-auth-card__intro {
  margin: 0 0 24px;
  font-family: "MazzardH-Medium";
  font-size: 1rem;
  line-height: 1.45;
  color: #444;
}

.optimex-auth-card label {
  display: block;
  margin: 0 0 5px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #111;
}

.woocommerce-account:not(.logged-in) .optimex-auth-card .input-text {
  width: 100% !important;
  height: 68px !important;
  border: 2px solid #d6d6da !important;
  border-radius: 18px !important;
  background: #fff !important;
  padding: 0 56px 0 22px !important;
  font-family: "MazzardH-Medium" !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  color: #111 !important;
  box-shadow: none !important;
}

.woocommerce-account:not(.logged-in) .optimex-auth-card .input-text::placeholder {
  color: #b3b3b8;
  opacity: 1;
}

.optimex-auth-card .form-row {
  margin: 0 0 30px;
  padding: 0 !important;
}

.woocommerce-account:not(.logged-in) .optimex-auth .form-row::before,
.woocommerce-account:not(.logged-in) .optimex-auth .form-row::after {
  content: none !important;
  display: none !important;
}

.woocommerce.woocommerce-account:not(.logged-in) .optimex-auth form .form-row::before,
.woocommerce.woocommerce-account:not(.logged-in) .optimex-auth form .form-row::after,
.woocommerce-page.woocommerce-account:not(.logged-in) .optimex-auth form .form-row::before,
.woocommerce-page.woocommerce-account:not(.logged-in) .optimex-auth form .form-row::after {
  content: none !important;
  display: none !important;
}

.optimex-auth__password-row {
  margin-bottom: 14px !important;
}

.optimex-auth__password-wrap {
  position: relative;
  display: block;
}

.optimex-auth__password-wrap .input-text,
.optimex-auth .password-input .input-text {
  padding-right: 120px !important;
}

.optimex-auth__toggle-password,
.woocommerce-account:not(.logged-in) .optimex-auth .show-password-input {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.woocommerce-account:not(.logged-in) .optimex-auth .password-input {
  position: relative;
  display: block;
}

.woocommerce-account:not(.logged-in) .optimex-auth .show-password-input svg,
.woocommerce-account:not(.logged-in) .optimex-auth .show-password-input::before {
  transform: scale(1.1);
}

.woocommerce-account:not(.logged-in) .optimex-auth .show-password-input::after {
  margin-top: 0 !important;
}

.optimex-auth__remember-row {
  margin-bottom: 58px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin-left: 0 !important;
}

.optimex-auth__remember-row label {
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: "MazzardH-Medium";
  font-size: 1.02rem;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  padding: 0 !important;
}

.optimex-auth__remember-row .lost_password {
  margin: 0;
  flex: 0 0 auto;
  text-align: right;
  padding: 0 !important;
  margin-left: auto !important;
}

.optimex-auth__remember-row input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 2px solid #d2d2d2;
  background: #fff;
  margin: 0;
  position: relative;
}

.optimex-auth__remember-row input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: 0;
  background: transparent;
}

.optimex-auth__remember-row input[type=checkbox]:checked {
  border-color: #111;
}

.optimex-auth-card .woocommerce-form-login__rememberme {
  margin-right: auto;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.optimex-auth-card .woocommerce-LostPassword {
  margin-left: auto;
}

.optimex-auth__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 0 !important;
  margin-top: auto !important;
  width: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
}

.optimex-auth__actions .woocommerce-form-login__submit {
  margin: 0 !important;
}

.optimex-auth-card .woocommerce-form__label-for-checkbox {
  margin-left: 0 !important;
}

.optimex-auth__actions .optimex-auth__register-hint {
  margin-left: auto !important;
  text-align: right;
}

.optimex-auth__actions .woocommerce-form-login__submit,
.optimex-auth-card__register-btn {
  border-radius: 999px;
  min-height: 56px;
  padding: 14px 34px;
  border: 0;
  background: #000;
  color: #fff;
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
  box-shadow: none !important;
}

.optimex-auth__actions--lost {
  margin-top: auto !important;
}

.optimex-auth__actions--lost .button {
  margin: 0 !important;
}

.optimex-auth__actions .woocommerce-form-login__submit:hover,
.optimex-auth-card__register-btn:hover {
  background: #111;
}

.woocommerce-account:not(.logged-in) .optimex-auth .button,
.woocommerce-account:not(.logged-in) .optimex-auth button.button,
.woocommerce-account:not(.logged-in) .optimex-auth input.button,
.woocommerce-account:not(.logged-in) .optimex-auth .woocommerce-button.button {
  border-radius: 999px !important;
  min-height: 56px !important;
  padding: 14px 34px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.05rem !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.optimex-auth__register-hint {
  font-family: "MazzardH-Medium";
  font-size: 1rem;
  color: #111;
}

.optimex-auth__register-hint a {
  color: #111;
  text-decoration: none;
  font-family: "MazzardH-SemiBold";
  margin-left: 4px;
}

.optimex-auth-card .lost_password {
  margin-bottom: 0;
}

.optimex-auth-card .lost_password a {
  font-family: "MazzardH-Medium";
  font-size: 0.95rem;
  color: #7a7a7a;
  text-decoration: none;
}

.optimex-auth-card--register {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.optimex-auth-card--register h3 {
  margin: 0 0 24px;
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  line-height: 1.16;
  color: #111;
}

.optimex-auth-card--register ul {
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.optimex-auth-card--register li {
  position: relative;
  padding-left: 28px;
  font-family: "MazzardH-Medium";
  font-size: 1.03rem;
  line-height: 1.32;
  color: #111;
}

.optimex-auth-card--register li::before {
  content: "↗";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 1rem;
  line-height: 1;
}

.optimex-auth-card--register .optimex-auth-card__register-btn {
  align-self: flex-start;
  margin-top: auto;
}

.optimex-auth-card--lost {
  min-height: 420px;
}

.woocommerce-account.logged-in {
  background: #f5f5f5;
}

.woocommerce-account.logged-in .site-main.container-fluid {
  max-width: 1420px;
  margin-top: 54px !important;
  margin-bottom: 80px;
}

.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  grid-column: 1;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  grid-column: 2;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  color: #111;
  font-family: "MazzardH-Medium";
  font-size: 0.96rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover {
  background: #f5f5f5;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a {
  background: #000;
  color: #fff;
  font-family: "MazzardH-SemiBold";
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  min-height: 560px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content p,
.woocommerce-account.logged-in .woocommerce-MyAccount-content li,
.woocommerce-account.logged-in .woocommerce-MyAccount-content label,
.woocommerce-account.logged-in .woocommerce-MyAccount-content input,
.woocommerce-account.logged-in .woocommerce-MyAccount-content select,
.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
  font-family: "MazzardH-Medium";
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
  font-family: "MazzardH-Medium";
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Button {
  border-radius: 999px !important;
  min-height: 48px;
  padding: 10px 24px !important;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.95rem !important;
  line-height: 1;
  text-decoration: none !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background: #111 !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .input-text,
.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=text],
.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=email],
.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=password],
.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=tel],
.woocommerce-account.logged-in .woocommerce-MyAccount-content select,
.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d6d6da !important;
  border-radius: 10px;
  padding: 10px 14px;
  box-shadow: none !important;
  background: #fff;
  color: #111;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content table th,
.woocommerce-account.logged-in .woocommerce-MyAccount-content table td {
  padding: 12px 14px;
  border-color: #ececec;
}

.optimex-account-dashboard__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.optimex-account-dashboard__title {
  margin: 0 0 6px;
  font-family: "MazzardH-SemiBold";
  font-size: 2rem;
  color: #111;
}

.optimex-account-dashboard__hello {
  margin: 0;
  color: #666;
  font-size: 1rem;
}

.optimex-account-dashboard__logout {
  border-radius: 999px;
  border: 1px solid #111;
  min-height: 42px;
  padding: 9px 16px;
  text-decoration: none;
  color: #111;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
}

.optimex-account-dashboard__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.optimex-account-tile {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 16px;
  text-decoration: none;
  color: #111;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.optimex-account-tile:hover {
  border-color: #d8d8d8;
  background: #fafafa;
}

.optimex-account-tile__title {
  font-family: "MazzardH-SemiBold";
  font-size: 1.05rem;
}

.optimex-account-tile__desc {
  font-size: 0.92rem;
  color: #666;
}

.optimex-account-privacy {
  border: 0;
  border-radius: 36px;
  padding: 22px 28px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.optimex-account-privacy__content {
  min-width: 0;
}

.optimex-account-privacy__label {
  display: block;
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.optimex-account-privacy__hint {
  margin: 8px 0 0;
  font-family: "MazzardH-Medium";
  font-size: 0.92rem;
  line-height: 1.4;
  color: #666;
}

.optimex-account-privacy__row {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
}

.optimex-account-privacy__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 62px;
  height: 36px;
  border-radius: 999px;
  border: 2px solid #bfbfbf;
  background: #c8c8c8;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.optimex-account-privacy__checkbox::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f3f3f3;
  transition: transform 0.2s ease, background 0.2s ease;
}

.optimex-account-privacy__checkbox:checked {
  background: #111;
  border-color: #111;
}

.optimex-account-privacy__checkbox:checked::after {
  transform: translateX(24px);
  background: #fff;
}

.optimex-account-privacy__text {
  display: none;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.woocommerce-account.logged-in .woocommerce .col2-set::before,
.woocommerce-account.logged-in .woocommerce .col2-set::after,
.woocommerce-account.logged-in .woocommerce-page .col2-set::before,
.woocommerce-account.logged-in .woocommerce-page .col2-set::after {
  content: none !important;
  display: none !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .col-2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.addresses > .col-1,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.addresses > .col-2 {
  background: #f5f5f5;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-right: 150px;
  margin-bottom: 10px;
  min-height: 44px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 1.5rem;
  font-family: "MazzardH-Medium";
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  text-align: left !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title [class*=default],
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title [class*=Default] {
  margin-left: 0 !important;
  align-self: center;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
  position: absolute;
  top: 0;
  right: 0;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses address {
  margin: 0;
  color: #333;
  line-height: 1.5;
  font-size: 0.98rem;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .edit,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address a.button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address] a.button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address] button {
  border-radius: 999px !important;
  min-height: 44px !important;
  padding: 9px 20px !important;
  border: 0 !important;
  background: #e6e6e6 !important;
  color: #111 !important;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 0.92rem !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Address a.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address] a.button:hover,
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address] button:hover {
  background: #000 !important;
  color: #fff !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account.logged-in .woocommerce-MyAccount-content h2:has(+ .woocommerce-Addresses),
.woocommerce-account.logged-in .woocommerce-MyAccount-content h3:has(+ .woocommerce-Addresses) {
  margin-bottom: 10px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address-book],
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=address_book],
.woocommerce-account.logged-in .woocommerce-MyAccount-content [class*=addresses] {
  border-radius: 10px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .billing_address_book,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .shipping_address_book {
  margin-top: 34px;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .billing_address_book > h2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .shipping_address_book > h2,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .billing_address_book > h3,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .shipping_address_book > h3 {
  margin: 0 0 10px;
  font-family: "MazzardH-Medium";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.12;
  color: #000;
  text-align: left !important;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .billing_address_book .myaccount_address,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .shipping_address_book .myaccount_address {
  margin-top: 10px;
  margin-bottom: 14px;
  color: #333;
  font-size: 1rem;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content .billing_address_book [class*=address],
.woocommerce-account.logged-in .woocommerce-MyAccount-content .shipping_address_book [class*=address] {
  margin-bottom: 12px;
}

.woocommerce-account .addresses .title::before,
.woocommerce-account .addresses .title::after {
  content: none !important;
  display: none !important;
}

header.woocommerce-Address-title {
  padding: 10px 15px !important;
}

.wc-address-book-address-badges {
  margin-bottom: 0 !important;
}
.wc-address-book-address-badges span {
  margin-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .woocommerce-account:not(.logged-in) .site-main.container-fluid {
    margin-top: 36px !important;
    margin-bottom: 56px;
  }
  .optimex-auth {
    max-width: 100%;
  }
  .optimex-auth.pt-md-5 {
    padding-top: 3rem !important;
  }
  .optimex-auth__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .optimex-register .input-text {
    border-width: 1px !important;
    border-radius: 12px !important;
    height: 56px !important;
    font-size: 0.94rem !important;
  }
  .optimex-register__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .optimex-register__login-link {
    margin-left: 0;
  }
  .optimex-auth-card {
    min-height: 0;
    padding: 30px 24px;
  }
  .optimex-auth-card label {
    font-size: 1.1rem;
  }
  .optimex-auth-card__intro {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }
  .woocommerce-account:not(.logged-in) .optimex-auth-card .input-text {
    height: 64px !important;
    border-width: 1px !important;
    border-radius: 12px !important;
    padding: 0 52px 0 16px !important;
    font-size: 1.2rem !important;
  }
  .optimex-auth__remember-row label {
    font-size: 1.1rem;
    gap: 10px;
  }
  .optimex-auth__remember-row input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-width: 1px;
  }
  .optimex-auth__register-hint {
    font-size: 1.05rem;
  }
  .optimex-auth-card .lost_password a {
    font-size: 1rem;
  }
  .optimex-auth-card--register li {
    font-size: 1.06rem;
  }
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    grid-column: auto;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 18px;
  }
  .optimex-account-dashboard__tiles {
    grid-template-columns: 1fr;
  }
  .optimex-account-privacy {
    border-radius: 20px;
    padding: 16px;
  }
  .optimex-account-privacy__label {
    font-size: 1rem;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.col2-set,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
    grid-template-columns: 1fr;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
    padding-right: 0;
    min-height: 0;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  .woocommerce-account:not(.logged-in) .site-main.container-fluid {
    margin-top: 20px !important;
    margin-bottom: 36px;
  }
  .optimex-auth.my-5 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .optimex-auth__heading {
    font-size: 1.45rem;
    margin-bottom: 12px;
  }
  .optimex-register .woocommerce-form-register {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .optimex-register .woocommerce-form-row label,
  .optimex-auth-card label {
    font-size: 0.8rem;
    margin-bottom: 4px;
  }
  .optimex-register .input-text,
  .woocommerce-account:not(.logged-in) .optimex-auth-card .input-text {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 12px !important;
    font-size: 0.92rem !important;
    padding: 0 16px !important;
  }
  .optimex-auth__password-wrap .input-text,
  .optimex-auth .password-input .input-text {
    padding-right: 48px !important;
  }
  .optimex-auth__toggle-password,
  .woocommerce-account:not(.logged-in) .optimex-auth .show-password-input {
    width: 36px;
    height: 36px;
    right: 10px;
  }
  .optimex-auth__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .optimex-auth__actions--lost .optimex-auth__register-hint {
    margin-left: 0 !important;
    text-align: left;
  }
  .optimex-auth__remember-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 22px !important;
  }
  .optimex-auth__remember-row label {
    font-size: 0.95rem;
    gap: 8px;
  }
  .optimex-auth__remember-row .lost_password {
    text-align: left;
    margin-left: 0 !important;
    width: 100%;
  }
  .optimex-auth-card .woocommerce-LostPassword {
    margin-left: 0 !important;
  }
  .optimex-auth__actions .woocommerce-form-login__submit,
  .optimex-auth-card__register-btn {
    min-height: 48px;
    padding: 11px 24px;
    font-size: 0.92rem;
    width: 100%;
    justify-content: center;
  }
  .optimex-auth__actions .optimex-auth__register-hint {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
  .optimex-auth-card--register h3 {
    font-size: 1.35rem;
    margin-bottom: 16px;
  }
  .optimex-auth-card--register li {
    font-size: 0.92rem;
    line-height: 1.3;
    padding-left: 22px;
  }
  .optimex-auth-card {
    padding: 18px 16px;
  }
  .optimex-auth-card .form-row {
    margin-bottom: 14px;
  }
  .optimex-auth-card__intro {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
  .woocommerce-account.logged-in .site-main.container-fluid {
    margin-top: 20px !important;
    margin-bottom: 36px;
  }
  .woocommerce-account.logged-in .woocommerce {
    gap: 14px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 14px;
    border-radius: 10px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
    font-size: 1.2rem;
  }
  .optimex-account-dashboard__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .optimex-account-dashboard__title {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .optimex-account-dashboard__hello {
    font-size: 0.9rem;
  }
  .optimex-account-tile {
    min-height: 0;
    padding: 12px;
    gap: 6px;
  }
  .optimex-account-tile__title {
    font-size: 0.95rem;
  }
  .optimex-account-tile__desc {
    font-size: 0.84rem;
  }
  .optimex-account-privacy {
    border-radius: 16px;
    padding: 12px;
    gap: 12px;
  }
  .optimex-account-privacy__label {
    font-size: 0.88rem;
  }
  .optimex-account-privacy__hint {
    font-size: 0.82rem;
    margin-top: 6px;
  }
  .optimex-account-privacy__checkbox {
    width: 52px;
    height: 30px;
  }
  .optimex-account-privacy__checkbox::after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
  }
  .optimex-account-privacy__checkbox:checked::after {
    transform: translateX(20px);
  }
}
@media (max-width: 639px) {
  .optimex-auth__heading {
    font-size: 1.28rem;
  }
  .optimex-register .input-text,
  .woocommerce-account:not(.logged-in) .optimex-auth-card .input-text {
    height: 50px !important;
    min-height: 50px !important;
    font-size: 0.88rem !important;
  }
  .optimex-auth__remember-row label,
  .optimex-auth__register-hint {
    font-size: 0.88rem;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
    min-height: 40px;
    font-size: 0.9rem;
    padding: 9px 12px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
    font-size: 1.1rem;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .input-text,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=text],
  .woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=email],
  .woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=password],
  .woocommerce-account.logged-in .woocommerce-MyAccount-content input[type=tel],
  .woocommerce-account.logged-in .woocommerce-MyAccount-content select,
  .woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
    min-height: 46px;
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=style.css.map */
