/* main-20260604.css */
@charset "UTF-8";
.herlan-top-bar-container {
  z-index: 2;
  position: sticky;
  background-color: white;
  padding: 0px 30px;
  box-shadow: none;
}
.herlan-top-bar-container .herlan-top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper #herlan-top-bar-widget-area .widget .promo-content-text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links {
  list-style: none;
  margin: 0px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li:first-child {
  padding-left: 0px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li:last-child {
  padding-right: 0px;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li a {
  color: white;
}
.herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li a svg {
  margin-bottom: -3px;
}
.header-4 .header-4-container {
  border-top: 1px solid #eee;
  z-index: 98;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
.cart-menu-items-wrapper {
  margin-right: 15px;
  z-index: 1;
}
.cart-menu-items-wrapper ul {
  list-style: none;
  margin: 0px;
}
.cart-menu-items-wrapper ul li {
  display: inline;
  padding-right: 10px;
}
.cart-menu-items-wrapper ul li:last-child {
  border-right: 1px solid #f6f6f6;
  margin-right: 5px;
}
.cart-menu-items-wrapper ul li a {
  color: black;
  line-height: 60px;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
}
.shoptimizer-cart-icon {
  position: relative !important;
}
.shoptimizer-cart-icon svg {
  stroke: black !important;
}
.shoptimizer-cart-icon .mini-count {
  position: absolute !important;
  top: -8px !important;
  right: -12px !important;
  left: auto !important;
  background-color: var(--herlan-primary-color, #eb161e) !important;
  border-color: var(--herlan-primary-color, #eb161e) !important;
  font-size: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
  padding-top: 2px !important;
}
.site-header-cart .cart-contents {
  padding-right: 12px !important;
}
.herlan-top-bar-search-bar-wrapper {
  width: 75%;
}
.herlan-top-bar-search-bar-wrapper .site-search {
  display: block;
}
.herlan-top-bar-search-bar-wrapper .site-search.type-outline input[type="search"] {
  border: 1px solid #f6f6f6;
  font-size: 12px;
  padding-left: 1.41575em;
  box-shadow: none;
  border-radius: 2rem;
}
.herlan-top-bar-search-bar-wrapper .site-search form::before {
  left: auto;
  right: 15px;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 7px;
  left: auto;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 7px;
}
.herlan-common-page-header {
  padding: 4rem 0px;
  background-color: var(--herlan-primary-color);
}
.herlan-common-page-header h1 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.herlan-common-page-header p {
  margin-bottom: 0px;
  font-size: 1.3rem;
  color: white;
}
@media (max-width: 991px) {
  .header-4 .site-header .col-full {
    justify-content: space-between;
  }
  .header-4 .site-header .col-full .site-search input[type="search"] {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .herlan-top-bar-container {
    padding: 0 16px;
  }
  .herlan-top-bar-container .herlan-top-bar-wrapper {
    min-height: 44px;
    gap: 8px;
  }
  .herlan-top-bar-container .herlan-top-bar-wrapper #herlan-top-bar-widget-area .widget .promo-content-text {
    font-size: 11px;
    line-height: 1.3;
  }
  .herlan-top-bar-container .herlan-top-bar-wrapper .herlan-top-bar-links li {
    font-size: 12px;
    padding: 0 6px;
  }
  .site-header .main-header, .site-header .col-full {
    min-height: 38px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-header .site-branding img, .site-header .custom-logo {
    max-width: 130px;
    height: auto;
  }
  .site-header-cart .cart-contents {
    padding-right: 8px !important;
  }
  .col-full-nav {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 993px) {
  .header-4 .header-4-container {
    z-index: 98;
  }
  .herlan-top-bar-wrapper .herlan-top-bar-search-bar-wrapper .site-search {
    display: block;
  }
  .herlan-top-bar-wrapper .herlan-top-bar-search-bar-wrapper .site-search.type-outline input[type="search"] {
    font-size: 12px;
  }
  .herlan-top-bar-wrapper .herlan-top-bar-search-bar-wrapper .site-search form::before {
    right: 15px;
    left: auto;
  }
  .brand-lg-menu-items .container .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .brand-lg-menu-items .container .sub-menu li {
    width: 100% !important;
    margin: 0px !important;
  }
  #nav-menu-item-7182 > div > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #nav-menu-item-7182 > div > div > ul li {
    width: 10%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 0px;
  }
  #nav-menu-item-7182 > div > div > ul li a {
    padding: 2px;
    width: 100%;
    text-align: center;
  }
  #nav-menu-item-7182 > div > div > ul li a img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    max-width: 100%;
  }
}
.herlan-product-groups-section {
  margin-bottom: 0px;
}
.herlan-product-groups-section .product-groups-swiper {
  overflow: hidden;
  padding-bottom: 0;
}
.herlan-product-groups-section .product-groups-swiper .swiper-pagination {
  display: none !important;
}
.herlan-product-groups-section .product-groups-swiper .swiper-wrapper {
  display: flex;
}
.herlan-product-groups-section .product-group-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: auto;
  padding: 10px;
  background: white;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 4px;
  box-shadow: none;
  width: 40%;
  margin-right: 7.5px;
  overflow: hidden;
}
@media (min-width: 993px) {
  .herlan-product-groups-section .product-group-card {
    width: 20%;
    margin-right: 10px;
  }
}
.herlan-product-groups-section .product-group-card .group-title {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
}
.herlan-product-groups-section .product-group-card .group-title a {
  color: inherit;
  text-decoration: none;
}
.herlan-product-groups-section .product-group-card .group-title a:hover {
  color: var(--herlan-primary, #000);
}
@media (max-width: 767px) {
  .herlan-product-groups-section .product-group-card {
    padding: 5px;
  }
  .herlan-product-groups-section .product-group-card .group-title {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 100%;
  }
  .herlan-product-groups-section .product-group-card .group-title a {
    font-size: 11px !important;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
  }
  .herlan-product-groups-section .product-group-card .group-grid {
    gap: 5px;
  }
}
.herlan-product-groups-section .product-group-card .group-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.herlan-product-groups-section .product-group-card .group-grid .grid-item {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 4px;
}
.herlan-product-groups-section .product-group-card .group-grid .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.herlan-product-groups-section .product-group-card .group-grid .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.herlan-product-groups-section .product-group-card .group-grid .grid-item:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .herlan-product-groups-section .product-group-card .group-grid {
    gap: 5px;
  }
}
:root {
  --herlan-primary-color: #eb161e;
  --herlan-secondary-color: #FFC933;
  --swiper-theme-color: var(--herlan-primary-color);
  --herlan-font-family-global: "PingFang SC", "HarmonyOS Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --herlan-font-2xs: 0.6rem;
  --herlan-font-xs: 0.625rem;
  --herlan-font-sm: 0.6875rem;
  --herlan-font-md: 0.75rem;
  --herlan-font-lg: 0.8rem;
  --herlan-font-xl: 0.8125rem;
  --herlan-font-2xl: 0.875rem;
  --herlan-font-3xl: 0.9375rem;
  --herlan-font-base: 1rem;
  --herlan-font-title-sm: 1.125rem;
  --herlan-line-tight: 1.1;
  --herlan-line-title: 1.15;
  --herlan-line-normal: 1.3;
  --herlan-line-copy: 1.4;
}
:root {
  --ap-primary: var(--herlan-primary-color, #eb161e);
  --ap-primary-dark: #c11319;
  --ap-primary-light: #fdeceb;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "kern", "liga";
  font-kerning: normal;
}
html body, html body button, html body input, html body select, html body textarea {
  font-family: var(--herlan-font-family-global, inherit) !important;
}
html body section .container .section-title h4, html body ul.products li.product .woocommerce-loop-product__title, html body ul.products li.product .price, html body ul.products li.product .price ins, html body ul.products li.product .price del, html body ul.products li.product .price bdi {
  font-family: var(--herlan-font-family-global, inherit) !important;
}
body.woocommerce-cart table.cart td.actions .coupon {
  grid-template-columns: minmax(0px, 1fr) 56px;
  align-items: stretch;
  width: 100%;
  max-width: 250px;
  margin: 0px 0px 8px;
  gap: 0px;
  display: grid !important;
}
body.woocommerce-cart table.cart td.actions .coupon label {
  grid-column: 1 / -1;
  color: #222;
  font-weight: 400;
  line-height: 1.25;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0px 0px 6px !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  font-size: 0px !important;
  white-space: normal !important;
}
body.woocommerce-cart table.cart td.actions .coupon label::before {
  content: "Apply coupon code";
  font-size: 12px;
}
body.woocommerce-cart table.cart td.actions .coupon #coupon_code {
  height: 31px;
  border-width: 1px 0px 1px 1px;
  border-style: solid none solid solid;
  border-color: #ddd currentcolor #ddd #ddd;
  border-image: initial;
  border-radius: 0px;
  background: white;
  color: #222;
  font-size: 11px;
  font-weight: 600;
  line-height: 31px;
  text-transform: uppercase;
  box-shadow: none;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px 9px !important;
}
body.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"] {
  width: 56px;
  height: 31px;
  border: 0px;
  border-radius: 0px;
  font-size: 11px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  text-transform: none;
  margin: 0px !important;
  padding: 0px !important;
  background: #202020 !important;
  color: white !important;
}
.woocommerce-notices-wrapper > .woocommerce-error:not(.cart-empty), .woocommerce-notices-wrapper > .woocommerce-message:not(.cart-empty), .woocommerce-notices-wrapper > .woocommerce-info:not(.cart-empty), .woocommerce > .woocommerce-error:not(.cart-empty), .woocommerce > .woocommerce-message:not(.cart-empty), .woocommerce > .woocommerce-info:not(.cart-empty) {
  display: none !important;
}
body.woocommerce-cart .woocommerce-notices-wrapper:empty, body.woocommerce-cart .woocommerce-notices-wrapper:not(:has(.woocommerce-error, .woocommerce-message, .woocommerce-info)) {
  display: none !important;
  height: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper.herlan-empty-notices-wrapper, body.woocommerce-cart .woocommerce-notices-wrapper.herlan-empty-notices-wrapper {
  display: none !important;
  height: 0px !important;
  min-height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
}
body.herlan-hide-coupon-prompt-notice .woocommerce-form-coupon-toggle {
  display: none !important;
}
.herlan-woo-alert {
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s, visibility 0.18s;
}
.herlan-woo-alert.is-visible {
  opacity: 1;
  visibility: visible;
}
.herlan-woo-alert__panel {
  position: relative;
  width: min(320px, 100%);
  padding: 26px 22px 20px;
  background: white;
  border-radius: 6px;
  text-align: center;
}
.herlan-woo-alert__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 28px;
  height: 28px;
  padding: 0px;
  border: 0px;
  font-size: 22px;
  line-height: 28px;
  background: transparent !important;
  color: #555 !important;
}
.herlan-woo-alert__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0px auto 12px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}
.herlan-woo-alert--success .herlan-woo-alert__icon {
  color: #1f8f46;
}
.herlan-woo-alert--success .herlan-woo-alert__icon::before {
  content: "✓";
}
.herlan-woo-alert--error .herlan-woo-alert__icon {
  color: #d92d20;
}
.herlan-woo-alert--error .herlan-woo-alert__icon::before {
  content: "!";
  font-weight: 700;
}
.herlan-woo-alert--info .herlan-woo-alert__icon {
  color: #2563eb;
}
.herlan-woo-alert--info .herlan-woo-alert__icon::before {
  content: "i";
  font-weight: 700;
  font-family: var(--herlan-font-family-global, inherit);
}
.herlan-woo-alert__title {
  margin-bottom: 7px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.herlan-woo-alert__message {
  color: #444;
  font-size: 13px;
  line-height: 1.45;
}
.herlan-woo-alert__button {
  min-width: 82px;
  height: 34px;
  margin-top: 16px;
  padding: 0px 18px;
  border: 0px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 34px;
  background: #202020 !important;
  color: white !important;
}
.herlan-ajax-loader {
  position: fixed;
  inset: 0px;
  z-index: 99998;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.16s, visibility 0.16s;
}
.herlan-ajax-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.herlan-ajax-loader::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  background-color: #111;
  content: "";
  mask-image: url("data:image/svg+xml;charset=utf8,%3C!-- --%3E%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
body.herlan-ajax-loading {
  cursor: wait;
}
@media (max-width: 992px) {
  body.drawer-open .shoptimizer-mini-cart-wrap, body.drawer-open #shoptimizerCartDrawer {
    top: 0;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
  body.drawer-open.admin-bar .shoptimizer-mini-cart-wrap, body.drawer-open.admin-bar #shoptimizerCartDrawer {
    top: var(--wp-admin--admin-bar--height, 0px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
    max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  }
  body.drawer-open .shoptimizer-mini-cart-wrap .widget_shopping_cart {
    min-height: 0px;
    height: calc(100% - 50px);
    max-height: calc(100% - 50px);
  }
  body.drawer-open .shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
    min-height: 0px;
  }
  body.drawer-open .shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget, body.drawer-open.admin-bar .shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
    min-height: 0px;
    height: auto;
    max-height: none;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }
  body.drawer-open .shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons, body.drawer-open .shoptimizer-mini-cart-wrap .cart-drawer-below {
    flex: 0 0 auto;
  }
  body.woocommerce-cart .checkout-wrap, body.woocommerce-checkout .checkout-wrap {
    display: none !important;
  }
  body.woocommerce-checkout .site-footer, body.woocommerce-checkout .copyright {
    display: none !important;
  }
  body.woocommerce-cart .site-content {
    padding-bottom: calc(var(--herlan-bottom-nav-height, 68px) + 90px) !important;
  }
  body.woocommerce-cart .wc-proceed-to-checkout {
    position: fixed;
    bottom: var(--herlan-bottom-nav-height, 68px);
    left: 0px;
    width: 100%;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(95px, 1fr) minmax(132px, auto);
    align-items: center;
    gap: 10px;
    margin: 0px;
    padding: 15px 15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -4px 16px 0px;
    box-sizing: border-box;
  }
  body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 42px;
    margin: 0px;
    padding: 0px 12px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0px;
    background-color: #f7c948 !important;
    color: #111 !important;
  }
  body.woocommerce-cart .wc-proceed-to-checkout .herlan-mobile-checkout-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart {
    max-width: 100%;
    overflow-x: clip;
  }
  body.woocommerce-cart .site, body.woocommerce-cart .site-content, body.woocommerce-cart #page, body.woocommerce-cart #content, body.woocommerce-cart .content-area, body.woocommerce-cart .entry-content, body.woocommerce-cart .woocommerce, body.woocommerce-cart .woocommerce-cart-form, body.woocommerce-cart .cart-collaterals, body.woocommerce-cart .cart_totals {
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 0px;
  }
  body.woocommerce-cart .cart_totals .shop_table, body.woocommerce-cart .cart_totals .shop_table tbody, body.woocommerce-cart .cart_totals .shop_table tr, body.woocommerce-cart .cart_totals .shop_table th, body.woocommerce-cart .cart_totals .shop_table td, body.woocommerce-cart .cart_totals .shop_table tr.shipping th, body.woocommerce-cart .cart_totals .shop_table tr.shipping td {
    box-sizing: border-box;
  }
  body.woocommerce-cart .m-cart table.cart {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin-bottom: 1rem;
  }
  body.woocommerce-cart .m-cart table.cart tbody, body.woocommerce-cart .m-cart table.cart tr {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  body.woocommerce-cart .m-cart table.cart tr.woocommerce-cart-form__cart-item {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 90px;
    margin: 0px;
    padding: 10px 12px 10px 86px;
    border-bottom: 1px solid #eee;
    background: white;
  }
  body.woocommerce-cart .m-cart table.cart td {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0px;
    border: 0px;
  }
  body.woocommerce-cart .m-cart table.cart td::before {
    display: none !important;
    content: none !important;
  }
  body.woocommerce-cart .m-cart table.cart td.product-thumbnail {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 68px;
    height: 68px;
    max-height: none;
    padding: 0px;
    overflow: hidden;
    border: 0px;
    background: #f7f7f7;
  }
  body.woocommerce-cart .m-cart table.cart .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
  }
  body.woocommerce-cart .m-cart table.cart .product-thumbnail img {
    display: block;
    object-fit: contain;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }
  body.woocommerce-cart .m-cart table.cart td.product-remove {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 1;
    width: 22px;
    height: 22px;
    padding: 0px;
    border: 0px;
  }
  body.woocommerce-cart .m-cart table.cart td.product-remove a.remove {
    width: 22px;
    height: 22px;
  }
  body.woocommerce-cart .m-cart table.cart tr td.product-name {
    width: auto;
    padding: 0px 30px 0px 0px;
    border: 0px;
  }
  body.woocommerce-cart .m-cart table.cart tr td.product-name a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    color: #222;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
  }
  body.woocommerce-cart .m-cart table.cart dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 5px 0px 7px;
    color: #555;
    font-size: 10px;
    line-height: 1.2;
  }
  body.woocommerce-cart .m-cart table.cart dl.variation dt {
    display: none;
  }
  body.woocommerce-cart .m-cart table.cart dl.variation dd {
    margin: 0px;
  }
  body.woocommerce-cart .m-cart table.cart dl.variation p, body.woocommerce-cart .m-cart table.cart dl.variation a {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    margin: 0px;
    padding: 2px 8px;
    border: 1px solid #ddd;
    border-radius: 999px;
    color: #555;
    text-decoration: none;
  }
  body.woocommerce-cart .m-cart table.cart td.product-price {
    display: flex;
    align-items: center;
    gap: 4px;
    width: calc(100% - 80px);
    padding: 2px 0px 0px;
    border: 0px;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }
  body.woocommerce-cart .m-cart table.cart td.product-price del {
    color: #777;
    font-size: 10px;
    font-weight: 400;
    opacity: 1;
  }
  body.woocommerce-cart .m-cart table.cart td.product-price ins {
    color: #111;
    font-weight: 700;
    text-decoration: none;
  }
  body.woocommerce-cart .m-cart table.cart td.product-subtotal {
    display: none;
  }
  body.woocommerce-cart .m-cart table.cart td.product-quantity {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: auto;
    padding: 0px;
    border: 0px;
  }
  body.woocommerce-cart .m-cart table.cart td.product-quantity .quantity {
    width: 58px;
    height: 22px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    background: white;
  }
  body.woocommerce-cart .m-cart table.cart td.product-quantity .qty {
    width: 22px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
  body.woocommerce-cart .m-cart table.cart td.product-quantity .quantity-nav {
    display: flex;
    position: static;
    inset: auto;
    height: 20px;
  }
  body.woocommerce-cart .m-cart table.cart td.product-quantity .quantity-button {
    width: 18px;
    height: 20px;
    border: 0px;
    background: transparent;
  }
  body.woocommerce-cart .m-cart table.cart td.actions {
    padding-top: 12px;
  }
  body.woocommerce-cart .m-cart table.cart td.actions .coupon {
    grid-template-columns: minmax(0px, 1fr) 56px;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin: 0px 0px 8px;
    gap: 0px;
    display: grid !important;
  }
  body.woocommerce-cart .m-cart table.cart td.actions .coupon label {
    grid-column: 1 / -1;
    color: #222;
    font-weight: 400;
    line-height: 1.25;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0px 0px 6px !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    font-size: 0px !important;
    white-space: normal !important;
  }
  body.woocommerce-cart .m-cart table.cart td.actions .coupon label::before {
    content: "Apply coupon code";
    font-size: 12px;
  }
  body.woocommerce-cart .m-cart table.cart td.actions .coupon #coupon_code {
    height: 31px;
    border-width: 1px 0px 1px 1px;
    border-style: solid none solid solid;
    border-color: #ddd currentcolor #ddd #ddd;
    border-image: initial;
    border-radius: 0px;
    background: white;
    color: #222;
    font-size: 11px;
    font-weight: 600;
    line-height: 31px;
    text-transform: uppercase;
    box-shadow: none;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px 9px !important;
  }
  body.woocommerce-cart .m-cart table.cart td.actions .coupon button[name="apply_coupon"] {
    width: 56px;
    height: 31px;
    border: 0px;
    border-radius: 0px;
    font-size: 11px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    text-transform: none;
    margin: 0px !important;
    padding: 0px !important;
    background: #202020 !important;
    color: white !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart table.cart {
    margin-bottom: 0px;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }
  body.woocommerce-cart table.cart tr.woocommerce-cart-form__cart-item {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-height: 89px !important;
    margin: 0px !important;
    padding: 10px 12px 10px 84px !important;
    border-bottom: 1px solid #eee !important;
    background: white !important;
  }
  body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th {
    max-width: 100% !important;
    box-sizing: border-box !important;
    border: 0px !important;
  }
  body.woocommerce-cart table.cart td::before, body.woocommerce-cart table.cart td[data-title]::before, body.woocommerce-cart table.cart tr td.product-name::before, body.woocommerce-cart table.cart tr td.product-price::before, body.woocommerce-cart table.cart tr td.product-quantity::before, body.woocommerce-cart table.cart tr td.product-subtotal::before {
    display: none !important;
    content: none !important;
  }
  body.woocommerce-cart table.cart td.product-thumbnail {
    position: absolute !important;
    top: 10px !important;
    left: 6px !important;
    display: block !important;
    width: 68px !important;
    height: 68px !important;
    max-height: none !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden !important;
    border: 0px !important;
    background: #f7f7f7 !important;
  }
  body.woocommerce-cart table.cart td.product-thumbnail a, body.woocommerce-cart table.cart td.product-thumbnail img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }
  body.woocommerce-cart table.cart td.product-thumbnail img {
    object-fit: contain !important;
  }
  body.woocommerce-cart table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    display: flex !important;
    width: 22px !important;
    height: 22px !important;
    padding: 0px !important;
    border: 0px !important;
  }
  body.woocommerce-cart table.cart tr td.product-name {
    min-height: 34px;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    width: auto !important;
    padding: 0px 30px 0px 0px !important;
    border: 0px !important;
  }
  body.woocommerce-cart table.cart tr td.product-name > a {
    display: inline-block !important;
    flex: 0 1 auto !important;
    max-width: calc(100% - 30px) !important;
    padding: 0px !important;
    color: #222 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  body.woocommerce-cart table.cart dl.variation {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin: 5px 0px 6px !important;
    padding: 0px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
  body.woocommerce-cart table.cart dl.variation dt {
    display: none !important;
  }
  body.woocommerce-cart table.cart dl.variation dd {
    margin: 0px !important;
    padding: 0px !important;
  }
  body.woocommerce-cart table.cart dl.variation p, body.woocommerce-cart table.cart dl.variation a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-height: 18px !important;
    margin: 0px !important;
    padding: 2px 8px !important;
    border: 1px solid #ddd !important;
    border-radius: 999px !important;
    color: #555 !important;
    text-decoration: none !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-attributes {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    clear: none !important;
    vertical-align: middle !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-attribute {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0px !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-terms {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-term {
    float: none !important;
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0px !important;
    height: auto !important;
    min-height: 18px !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: transparent !important;
    line-height: 1 !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-term a, body.woocommerce-cart table.cart .product-name .wpclv-term span {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 0px !important;
    padding: 0px 6px !important;
    border: 1px solid #ddd !important;
    border-radius: 999px !important;
    background: white !important;
    color: #555 !important;
    font-size: 10px !important;
    line-height: 16px !important;
    text-decoration: none !important;
  }
  body.woocommerce-cart table.cart .product-name .wpclv-term-color a, body.woocommerce-cart table.cart .product-name .wpclv-term-color span {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    font-size: 0px !important;
  }
  body.woocommerce-cart table.cart td.product-price {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    width: calc(100% - 78px) !important;
    margin: 6px 0px 0px !important;
    padding: 0px !important;
    border: 0px !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }
  body.woocommerce-cart table.cart td.product-price del {
    color: #777 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
  }
  body.woocommerce-cart table.cart td.product-price ins {
    color: #111 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }
  body.woocommerce-cart table.cart td.product-subtotal {
    display: none !important;
  }
  body.woocommerce-cart table.cart td.product-quantity {
    position: absolute !important;
    right: 12px !important;
    bottom: 10px !important;
    display: block !important;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .quantity {
    width: 58px !important;
    height: 22px !important;
    padding: 0px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0px !important;
    background: white !important;
    display: grid !important;
    grid-template-columns: 18px 22px 18px !important;
    align-items: center !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .qty {
    position: absolute;
    order: 2 !important;
    width: 58px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 11px !important;
    line-height: 20px !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .quantity-nav {
    display: contents !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .quantity-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 20px !important;
    border: 0px !important;
    background: transparent !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .quantity-button.quantity-down, body.woocommerce-cart table.cart td.product-quantity .quantity-button.minus {
    order: 1 !important;
  }
  body.woocommerce-cart table.cart td.product-quantity .quantity-button.quantity-up, body.woocommerce-cart table.cart td.product-quantity .quantity-button.plus {
    order: 3 !important;
  }
}
.herlan-mobile-checkout-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0px;
  line-height: 1.1;
}
.herlan-mobile-checkout-summary__discount, .herlan-mobile-checkout-summary__saved {
  color: #ed1c24;
  font-size: 10px;
  font-weight: 500;
}
.herlan-mobile-checkout-summary__total {
  color: #111;
  font-size: 16px;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  body, body .site, body .entry-content, body .woocommerce-terms-and-conditions-wrapper, body .woocommerce-terms-and-conditions-wrapper * {
    font-size: 12px;
  }
  body address, body p, body table {
    margin: 0px 0px 0.607875rem;
  }
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
section .container {
  max-width: 1190px;
  margin: 0px auto;
  padding: 2rem 0px;
}
section .container .section-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
section .container .section-title h4 {
  font-size: 1.3rem;
  margin-bottom: 0px;
  line-height: 1.25;
  font-weight: 600;
}
section .container .section-title a {
  font-size: 0.85rem;
  color: #222;
  border-bottom: 1px solid #222;
  line-height: 1.25;
  white-space: nowrap;
}
section.herlan-home-product-categories-container {
  background-color: white;
}
section.herlan-home-product-categories-container .container.product-categories {
  margin-top: 0px;
}
.product-cats-logo-wrappers, .product-swiper-slider-wrapper {
  position: relative;
}
.product-cats-logo-wrappers:first-child, .product-swiper-slider-wrapper:first-child {
  margin-top: 0px !important;
}
.product-cats-logo-wrappers ul.products, .product-swiper-slider-wrapper ul.products {
  width: 100%;
  margin: 0px;
  display: flex;
  gap: 0px;
  padding: 0px;
}
.product-cats-logo-wrappers ul.products li, .product-swiper-slider-wrapper ul.products li {
  height: auto;
}
.product-cats-logo-wrappers .swiper-container, .product-swiper-slider-wrapper .swiper-container {
  position: relative;
  padding-bottom: 22px;
}
.product-cats-logo-wrappers .swiper-container .swiper-pagination, .product-swiper-slider-wrapper .swiper-container .swiper-pagination {
  bottom: 4px;
  z-index: 2;
}
.product-cats-logo-wrappers .swiper-container .swiper-pagination .swiper-pagination-bullet, .product-swiper-slider-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d0d0d0;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
}
.product-cats-logo-wrappers .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .product-swiper-slider-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ED1C24;
  transform: scale(1.35);
}
ul.products li.product {
  background-color: white;
  padding: 0px;
}
ul.products li.product.swiper-slide {
  height: auto;
}
ul.products li.product::before {
  content: none;
}
ul.products li.product:not(.product-category) {
  padding: 0px;
}
ul.products li.product:not(.product-category)::before {
  content: none;
}
ul.products li.product img {
  height: 100%;
}
ul.products li.product .woocommerce-card__header {
  padding: 7px;
}
ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(2.8em);
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 0px;
}
ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title a {
  font-size: 0.85rem;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price {
  margin-bottom: 0px;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: transparent;
  opacity: 1;
  padding: 0px;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button::after {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(235, 22, 30, 0.3) rgba(235, 22, 30, 0.3) rgba(235, 22, 30, 0.3) #eb161e;
  border-image: initial;
}
ul.products li.product:hover .woocommerce-image__wrapper img {
  background-color: white;
}
.home-video-placeholder {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .home-video-placeholder {
    padding-top: 0.65rem;
  }
}
.home-video-placeholder .skeleton {
  height: 37vh;
}
@media (max-width: 768px) {
  .home-video-placeholder .skeleton {
    height: 13.5dvh;
  }
}
.hero-video-section {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}
.hero-video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-video-container .video-overlay-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  text-indent: -9999px;
}
.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  perspective: 1000px;
}
.hero-video::-webkit-media-controls {
  display: none !important;
}
.hero-video::-webkit-media-controls-enclosure {
  display: none !important;
}
@media (max-width: 992px) {
  body.mobile-toggled .mobile-overlay, body.mobile-toggled .main-header::before {
    background: rgba(17, 17, 17, 0.22);
  }
  body.mobile-toggled .col-full-nav {
    left: 0px;
    width: calc(-56px + 100vw);
    max-width: 640px;
    z-index: 10002;
    padding: 0px 0px 112px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.14) 22px 0px 48px;
  }
  body.mobile-toggled .herlan_mobile_drawer_container {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  body.mobile-toggled .mobile-menu.close-drawer {
    top: 14px;
    left: calc(-46px + 100vw);
    width: 32px;
    height: 32px;
    z-index: 10003;
    opacity: 1;
    color: white;
  }
  body.mobile-toggled .mobile-menu.close-drawer svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.2;
  }
  body.mobile-toggled .main-navigation {
    padding: 32px 0px 0px;
  }
  body.mobile-toggled .menu-primary-menu-container.shoptimizer-mobile-menu {
    min-height: calc(-32px + 100dvh);
    height: auto;
    justify-content: flex-start;
  }
  body.mobile-toggled .main-navigation ul.menu > li {
    border-bottom: 1px solid #f0f0f0;
  }
  body.mobile-toggled .main-navigation ul.menu > li > a, body.mobile-toggled .menu-primary-menu-container > ul > li.nolink > span {
    padding: 22px 28px;
    color: #24262b;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }
  body.mobile-toggled .main-navigation ul.menu li.menu-item-has-children > .sub-menu-wrapper {
    margin: 0px;
    padding: 0px 28px 18px;
  }
  body.mobile-toggled .main-navigation ul.menu li.menu-item-has-children > .sub-menu-wrapper a {
    padding: 12px 0px;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.35;
  }
  body.mobile-toggled .mobile-extra {
    margin-top: 28px;
    padding: 34px 20px max(120px, calc(88px + env(safe-area-inset-bottom)));
    border-top: 1px solid #ececec;
    background: #fafafa;
    color: #24262b;
  }
  body.mobile-toggled .mobile-extra .widget {
    margin: 0px 0px 26px;
    padding: 0px;
    border: 0px;
  }
  body.mobile-toggled .mobile-extra .heading, body.mobile-toggled .mobile-extra h4, body.mobile-toggled .mobile-extra .widget-title {
    margin: 0px 0px 22px;
    padding: 0px;
    color: #24262b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    opacity: 1;
    text-transform: none;
  }
  body.mobile-toggled .mobile-extra ul li {
    margin-bottom: 14px;
  }
  body.mobile-toggled .mobile-extra a:not(.button) {
    color: #24262b;
    font-size: 18px;
    line-height: 1.35;
  }
  body.mobile-toggled .mobile-extra p {
    margin: 0px 0px 16px;
    color: #24262b;
    font-size: 16px;
    line-height: 1.45;
  }
  body.mobile-toggled .mobile-extra .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: 18px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #242424;
    color: white;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }
  body.mobile-toggled .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul {
    list-style: none;
    border-top: 1px solid #ececec;
    margin: 28px 0px 0px !important;
    padding: 34px 20px 0px !important;
  }
  body.mobile-toggled .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul li {
    margin: 0px 0px 14px !important;
    padding: 0px !important;
    border: 0px !important;
  }
  body.mobile-toggled .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul li a {
    display: block;
    font-weight: 500;
    padding: 0px !important;
    color: #24262b !important;
    font-size: var(--herlan-font-title-sm, 1.125rem) !important;
    line-height: 1.35 !important;
  }
  body.mobile-toggled .mobile-left-menu-contact-query-wrapper {
    padding: 8px 20px max(120px, calc(88px + env(safe-area-inset-bottom))) !important;
  }
  body.mobile-toggled .mobile-left-menu-contact-query-wrapper p {
    margin: 0px 0px 16px !important;
    color: #24262b !important;
    font-size: var(--herlan-font-base, 1rem) !important;
    line-height: 1.45 !important;
  }
  body.mobile-toggled .mobile-left-menu-contact-query-wrapper a {
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    text-decoration: none;
    display: flex !important;
    margin: 0px !important;
    padding: 14px 24px !important;
    background: #111 !important;
    color: white !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
  body:not(.mobile-toggled) .col-full-nav {
    left: calc(56px - 100vw);
    width: calc(-56px + 100vw);
    max-width: 640px;
  }
}
ul.products li.product {
  border-radius: 6px;
  overflow: visible;
  background: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
ul.products li.product .woocommerce-loop-herlan__wrapper {
  height: 100%;
  min-height: 100%;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
ul.products li.product:hover .woocommerce-loop-herlan__wrapper {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
ul.products li.product .woocommerce-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 0;
  background: white;
  position: relative;
}
ul.products li.product .woocommerce-image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
ul.products li.product:hover .woocommerce-image__wrapper img {
  transform: scale(1.03);
}
ul.products li.product .woocommerce-card__header {
  padding: 4px 10px 10px !important;
}
ul.products li.product .woocommerce-card__header > a:first-child {
  display: block !important;
  margin: 0 0 2px !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #999 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title, .swiper-wrapper.products .swiper-slide .woocommerce-card__header .woocommerce-loop-product__title {
  min-height: 0 !important;
  margin: 0px 0px 6px !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  max-height: none !important;
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title a, .swiper-wrapper.products .swiper-slide .woocommerce-card__header .woocommerce-loop-product__title a {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  color: #1e1e1e !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper {
  align-items: center !important;
  justify-content: space-between;
  min-height: 30px;
  gap: 6px;
}
ul.products li.product .herlan-loop-rating-price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
  min-width: 0;
}
ul.products li.product .herlan-loop-rating-price-wrapper .star-rating:empty {
  display: none !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price {
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0px 8px;
  margin: 0px !important;
  color: #d50032 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price del {
  margin-right: 0;
  color: #9b9b9b !important;
  opacity: 1 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price ins {
  color: #d50032 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price .amount {
  color: inherit !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) {
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #d50032 !important;
  display: inline-flex !important;
  line-height: 0 !important;
  transition: transform 0.15s ease;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon):hover {
  transform: scale(1.1);
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon)::after {
  content: none !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: static !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #d50032 !important;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:not(:has(.shoptimizer-cart-icon)), ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .added_to_cart {
  text-align: right;
  white-space: normal;
  width: auto !important;
  min-height: 0px !important;
  padding: 0px !important;
  margin: 0px 0px 0px 8px !important;
  border: 0px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #d50032 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  display: inline-flex !important;
  align-items: center;
}
ul.products li.product .tinv-wraper {
  z-index: 6;
  top: 8px !important;
  right: 8px !important;
}
ul.products li.product .tinv-wraper a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.products li.product .product-label, ul.products li.product .onsale {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
  font-size: 9px !important;
  padding: 2px 5px !important;
  line-height: 12px !important;
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-loop-herlan__wrapper {
    border-radius: 4px;
  }
  ul.products li.product {
    border-radius: 4px;
  }
  ul.products li.product .woocommerce-image__wrapper {
    padding: 0;
  }
  ul.products li.product .woocommerce-card__header {
    padding: 4px 7px 7px !important;
  }
  ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title {
    margin: 0px 0px 4px !important;
  }
  ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title a {
    font-size: 12px !important;
  }
  ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper {
    min-height: 26px;
    gap: 4px;
  }
  ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price {
    font-size: 12px !important;
  }
  ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .price del {
    font-size: 11px !important;
  }
  ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) {
    width: 22px !important;
    height: 22px !important;
    min-height: 22px !important;
  }
  ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon, ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon svg, ul.products li.product .woocommerce-card__header .herlan-product-price-cart-wrapper .button:has(.shoptimizer-cart-icon) .shoptimizer-cart-icon img {
    width: 16px;
    height: 16px;
  }
  ul.products li.product .tinv-wraper {
    top: 6px !important;
    right: 6px !important;
  }
  ul.products li.product .tinv-wraper a {
    width: 24px;
    height: 24px;
  }
  ul.products li.product .star-rating {
    display: none !important;
  }
}
.home-categories-swiper .cat-logo {
  text-align: center;
  height: auto;
}
.home-categories-swiper .cat-logo .img-wrapper {
  background-color: #f6f6f6;
  padding: 15px;
  border-bottom-left-radius: 80% 50%;
  border-bottom-right-radius: 50% 80%;
  border-top-left-radius: 50% 80%;
  border-top-right-radius: 80% 50%;
  display: block;
  margin: 0 auto;
  width: 64px;
  height: 64px;
}
.home-categories-swiper .cat-logo .img-wrapper img {
  width: 100%;
  height: auto;
}
.home-categories-swiper .cat-logo p {
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 0px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1.25;
}
.herlan-promo-section .container, .herlan-product-groups-section .container, .herlan-home-slider-v2-wrapper .container, section.herlan-home-product-categories-container .container, .herlan-home-products-slider .container, .custom-tags-list-home .container, #herlan-campaign-shortcuts .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .herlan-promo-section .container, .herlan-product-groups-section .container, .herlan-home-slider-v2-wrapper .container, section.herlan-home-product-categories-container .container, .herlan-home-products-slider .container, .custom-tags-list-home .container, #herlan-campaign-shortcuts .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .herlan-home-slider-v2-wrapper .container {
    padding-top: 0;
  }
}
.home-categories-swiper .cat-logo.brand .img-wrapper {
  border-radius: 4px;
  width: 100%;
  height: 80px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-categories-swiper .cat-logo.brand .img-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 80px;
  object-fit: contain;
  transform: none;
}
.home-page-campaign-shortcuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .home-page-campaign-shortcuts {
    justify-content: space-between;
    gap: 8px;
  }
  .home-page-campaign-shortcuts .campaign-shortcut-item {
    flex: 0 0 calc(33.333% - 6px);
    width: calc(33.333% - 6px);
    max-width: calc(33.333% - 6px);
  }
  .home-page-campaign-shortcuts .campaign-shortcut-item a {
    padding: 0.5rem 0.2rem;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }
}
.home-page-campaign-shortcuts .campaign-shortcut-item a {
  display: block;
  padding: 0.65rem 1.82rem;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.home-page-campaign-shortcuts .campaign-shortcut-item a:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 14px;
  background-color: #eb161e;
  color: white;
}
.custom-tags-list-home .custom-tags-swiper-container {
  padding-bottom: 2rem;
  position: relative;
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-pagination {
  bottom: 0px;
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 16px 12px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  width: 140px;
  flex: 0 0 140px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .custom-tag-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-title {
  font-weight: 600;
  font-size: 13px;
  color: #111111;
  line-height: 1.25;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 32px;
  margin-bottom: 0;
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-image {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide img {
  max-width: 50px;
  height: auto;
  margin-bottom: 0;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide:hover {
  box-shadow: 0 10px 25px rgba(235, 22, 30, 0.08);
  border-color: rgba(235, 22, 30, 0.25);
  transform: translateY(-5px);
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide:hover .tag-title {
  color: var(--herlan-primary-color, #eb161e);
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide:hover .tag-image {
  background: #fff5f5;
  border-color: rgba(235, 22, 30, 0.1);
}
.custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide:hover img {
  transform: scale(1.08);
}
.theme-shoptimizer li.product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
  right: 10px;
  top: 0px;
  left: auto;
}
.ajax_add_to_cart.herlan_added_to_cart .shoptimizer-cart-icon svg {
  stroke: var(--herlan-primary-color) !important;
}
@media (max-width: 782px) {
  body.admin-bar .menu-primary-menu-container.shoptimizer-mobile-menu {
    padding-top: 46px;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  body.admin-bar .menu-primary-menu-container.shoptimizer-mobile-menu {
    padding-top: 32px;
  }
}
.menu-primary-menu-container.shoptimizer-mobile-menu .menu-item a {
  padding: 12px 0px;
  font-size: 17px;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .menu-item.menu-item-has-has-children span.caret {
  top: 10px;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .mobile-left-menu-contact-query-wrapper {
  margin-bottom: 1rem;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .mobile-left-menu-contact-query-wrapper p {
  margin-bottom: 0px;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .mobile-left-menu-contact-query-wrapper a {
  background-color: black;
  color: white;
  border-radius: 30px;
  display: block;
  text-align: center;
  padding: 12px;
  line-height: 1.6;
}
.mobile-brand-menu-items .sub-menu-wrapper .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items.dropdown-open > .sub-menu-wrapper {
  padding: 0 8px 8px !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items .sub-menu-wrapper > .container {
  padding: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items > .sub-menu-wrapper ul.sub-menu {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 4px !important;
  padding: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items > .sub-menu-wrapper ul.sub-menu > li {
  display: block !important;
  width: auto !important;
  background: #fff !important;
  border-radius: 4px !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items > .sub-menu-wrapper ul.sub-menu > li > a {
  padding: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a {
  padding: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a > span > span.sub {
  min-height: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a > span > span.sub img {
  height: 54px !important;
  margin: 0 !important;
}
.menu-primary-menu-container.shoptimizer-mobile-menu li.mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .mobile-brand-menu-items > a {
    display: block !important;
  }
  .mobile-brand-menu-items > a > span {
    display: inline !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0px !important;
  }
  .mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a > span {
    font-size: 0px !important;
    line-height: 0 !important;
  }
  .mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a {
    padding: 4px 0px !important;
  }
  .mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a > span > span.sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 76px;
    font-size: 0px !important;
    line-height: 0 !important;
  }
  .mobile-brand-menu-items .sub-menu-wrapper .sub-menu li.menu-item-image > a > span > span.sub img {
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 76px;
    object-fit: contain;
    object-position: center center;
  }
}
.custom-brand-item-menu-lg-wrapper .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
}
.custom-brand-item-menu-lg-wrapper .sub-menu li {
  width: 100% !important;
  border-left: 0px !important;
}
.custom-brand-item-menu-lg-wrapper .sub-menu li:last-child {
  border-right: 0px !important;
}
.back-to-top {
  position: fixed;
  right: 16px;
  bottom: calc(var(--herlan-bottom-total-height, 0px) + env(safe-area-inset-bottom, 0px) + 20px);
  z-index: 999;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0px;
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 22px;
  transition: bottom 0.2s, transform 0.2s, background-color 0.2s;
}
.back-to-top:hover {
  background: black;
  color: white;
  transform: translateY(-2px);
}
.back-to-top__ring {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: rotate(-90deg);
}
.back-to-top__ring-track {
  fill: none;
  stroke: rgba(0, 0, 0, 0.18);
  stroke-width: 3;
}
.back-to-top__ring-progress {
  fill: none;
  stroke: black;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 125.664;
  stroke-dashoffset: var(--back-to-top-offset, 125.6637);
  transition: stroke-dashoffset 0.08s linear;
}
.back-to-top__arrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
body.has-back-to-top .back-to-top {
  display: block;
}
@media (max-width: 992px) {
  body.woocommerce-cart .back-to-top, body.woocommerce-checkout .back-to-top {
    bottom: calc(max(var(--herlan-bottom-total-height, 0px), 68px) + env(safe-area-inset-bottom, 0px) + 20px);
    z-index: 1001;
  }
  body.herlan-product-archive .back-to-top, body.woocommerce.archive .back-to-top, body.wc-active.search-results .back-to-top, body.page-template-template-woocommerce-archives .back-to-top {
    bottom: calc(var(--herlan-bottom-total-height, 0px) + env(safe-area-inset-bottom, 0px) + 76px);
  }
}
.loading-cards-wrapper .loading-card {
  padding: 10px;
}
.loading-cards-wrapper .loading-card .image {
  height: 100px;
  background: linear-gradient(110deg, #ececec 8%, whitesmoke 18%, #ececec 33%) 0% 0% / 200% 100%;
  animation: 1s linear 0s infinite normal none running shine;
}
.loading-cards-wrapper .loading-card .list {
  height: 30px;
  background: linear-gradient(110deg, #ececec 8%, whitesmoke 18%, #ececec 33%) 0% 0% / 200% 100%;
  animation: 1s linear 0s infinite normal none running shine;
  margin-bottom: 30px;
}
span.tinvwl-product-stats {
  display: none;
}
.asnp_easy_product_bundle .asnp-productList-wrapper, .asnp_easy_product_bundle .asnp-totalPrice-section {
  display: none;
}
.home .site-content {
  padding-bottom: 4rem;
}
body.single-product:has(:not(.woocommerce-breadcrumb)) .site-main, body:has(:not(.woocommerce-breadcrumb)) .site-content {
  padding-top: 0px !important;
}
.swiper-wrapper.products {
  display: flex;
  align-items: stretch;
}
.swiper-wrapper.products .swiper-slide {
  height: auto;
  display: flex;
}
.swiper-wrapper.products .swiper-slide .woocommerce-loop-herlan__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
}
@media (max-width: 575px) {
  .swiper-wrapper.products .swiper-slide .woocommerce-card__header {
    padding: 5px !important;
  }
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header > a:first-child {
  margin-bottom: 0.5rem;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header .woocommerce-loop-product__title {
  flex-grow: 1;
  margin-bottom: 0.25rem;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header .woocommerce-loop-product__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 2.8em;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header .herlan-product-price-cart-wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header .herlan-product-price-cart-wrapper .herlan-loop-rating-price-wrapper {
  flex-shrink: 0;
}
.swiper-wrapper.products .swiper-slide .woocommerce-card__header .herlan-product-price-cart-wrapper .button {
  flex-shrink: 0;
}
.swiper-wrapper.products .swiper-slide .tinv-wraper {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 10;
}
.woocommerce-product-gallery__image:not(.flex-active-slide) img {
  margin-left: 0px;
}
@media (max-width: 992px) {
  button.mobile-search-toggle {
    right: 1em;
  }
  .loading-cards-wrapper .loading-card .image {
    height: 30px;
  }
  .loading-cards-wrapper .loading-card .list {
    height: 10px;
    margin-bottom: 10px;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90dvh;
  }
  .herlan-product-price-cart-wrapper .shoptimizer-cart-icon {
    right: 0px;
  }
  .shoptimizer-cart, .cart-contents {
    display: none !important;
  }
}
@media (max-width: 770px) {
  .woocommerce-page .m-grid-2 ul.products {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  section .container {
    margin-inline: 2%;
    padding: 0.65rem 0px;
  }
  section .container .section-title {
    margin-bottom: 0.3rem;
  }
  .blog-menu-item {
    display: none;
  }
}
@media (max-width: 575px) {
  .home .site-content {
    padding-bottom: 2rem;
  }
  section .container .section-title h4 {
    font-size: 0.85rem;
  }
  section .container .section-title a {
    font-size: 0.75rem;
  }
  .skeleton-product {
    width: 40%;
  }
  .home-categories-swiper .cat-logo.product_cat .img-wrapper {
    width: 44px;
    height: 44px;
    padding: 10px;
    margin-bottom: 0;
  }
  .home-categories-swiper .cat-logo.product_cat p {
    font-size: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }
  .asnp-App-GridItem-wrapper {
    justify-content: center;
  }
  .product-cats-logo-wrappers:first-child, .product-swiper-slider-wrapper:first-child {
    margin-top: 0px !important;
  }
  .product-cats-logo-wrappers .swiper-container, .product-swiper-slider-wrapper .swiper-container {
    padding-bottom: 0;
  }
  .product-cats-logo-wrappers .swiper-container .swiper-pagination, .product-swiper-slider-wrapper .swiper-container .swiper-pagination {
    display: none;
  }
  .home-page-campaign-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .home-page-campaign-shortcuts .campaign-shortcut-item {
    flex: 0 0 calc(33.33% - 0.4rem);
    box-sizing: border-box;
  }
  .home-page-campaign-shortcuts .campaign-shortcut-item a {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    text-align: center;
  }
  .home-page-campaign-shortcuts .campaign-shortcut-item.skeleton {
    height: 27px;
    background-color: #eee;
    border-radius: 4px;
  }
  ul.products li.product .woocommerce-card__header .woocommerce-loop-product__title a {
    font-size: 0.7rem;
  }
  .custom-tags-list-home .custom-tags-swiper-container {
    padding-bottom: 1rem;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide {
    width: 100px;
    flex: 0 0 100px;
    padding: 10px 8px;
    border-radius: 4px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .custom-tag-card {
    gap: 6px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-title {
    font-size: 11px;
    height: 24px;
    line-height: 1.1;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-image {
    width: 48px;
    height: 48px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide img {
    max-width: 36px;
  }
}
@media (max-width: 575px) and (max-width: 991px) and (min-width: 576px) {
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide {
    width: 120px;
    flex: 0 0 120px;
    padding: 12px 10px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-title {
    font-size: 12px;
    height: 30px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide .tag-image {
    width: 58px;
    height: 58px;
  }
  .custom-tags-list-home .custom-tags-swiper-container .swiper-wrapper .custom-tag-slide img {
    max-width: 44px;
  }
}
@media (min-width: 992px) {
  .secondary-wrapper {
    position: sticky;
    top: 100px;
    height: calc(-100px + 80vh);
    width: 22%;
    overflow-y: auto;
  }
  .secondary-wrapper #secondary {
    overflow-y: auto;
    width: 100%;
  }
}
#herlan-campaign-shortcuts {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#herlan-campaign-shortcuts.lazy-bg-loaded {
  background-image: var(--herlan-campaign-bg, none);
}
#herlan-campaign-shortcuts .campaign-shortcut-item a {
  background-color: white;
}
@media (max-width: 768px) {
  #herlan-campaign-shortcuts.lazy-bg-loaded {
    background-image: var(--herlan-campaign-bg-mobile, var(--herlan-campaign-bg, none));
  }
}
.lazy-bg-section {
  background-image: none !important;
}
.lazy-bg-section.lazy-bg-loaded {
  background-image: var(--bg-url, none) !important;
}
@media (min-width: 993px) {
  a.cg-menu-link.main-menu-link {
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
  .shoptimizer-plp-carousel-container {
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
    border-radius: 4px;
  }
  .shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    will-change: transform;
  }
  .shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper img {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
  }
  .swiper-slide:has(.shoptimizer-plp-carousel-container) {
    touch-action: pan-y;
  }
}
#herlan-campaign-shortcuts > div > div > div > li > a:hover {
  color: #222 !important;
}
#masthead .site-branding .menu-toggle {
  text-align: left;
  padding-left: 0px;
}
@media (max-width: 992px) {
  /* Header edge padding now matches the body content's own edge padding
     (.col-full uses 8px) so the icon row lines up with breadcrumbs/product
     grids below it instead of sitting 4px further in. */
  /* Real flexbox centering instead of a guessed pixel offset: back+hamburger
     live together in .herlan-header-icons (a real flex-flow group, not two
     independently absolute-positioned buttons), and the logo sits in a
     flex:1 zone that centers its own content between that group and
     .herlan-header-icons-spacer. The spacer's job is simply to close the gap
     between .site-branding's own right edge and the search icon's left edge
     (the search icon lives outside .site-branding, absolutely positioned by
     the parent theme) -- that gap is constant regardless of what's in the
     icon group on the left, so ONE spacer width serves both the back+hamburger
     and hamburger-only cases. Because the icon group's actual width doesn't
     enter into the spacer's value at all, the logo stays correctly centered
     if the left-side icon content ever changes -- nothing to re-measure. */
  .main-header.col-full {
    padding-left: 8px;
    padding-right: 8px;
  }
  .site-branding {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    position: static;
  }
  .herlan-header-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    justify-self: start;
  }
  .herlan-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    position: static;
    transform: none;
  }
  .herlan-header-icons-spacer {
    display: block;
  }
  .herlan-header-back {
    display: none;
  }
  .site-branding.has-back-button .herlan-header-back {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }
  .site-branding.has-back-button .herlan-header-back svg {
    stroke: #fff;
  }
  .site-header .site-branding button.menu-toggle {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .site-header-cart {
    right: 16px !important;
  }
}
.herlan-header-back {
  display: none;
}
@media (max-width: 992px) {
  body.mobile-toggled .col-full-nav {
    left: 0px !important;
    transform: translateX(0) !important;
    transition: transform 0.3s ease !important;
    width: min(82vw, 404px) !important;
    max-width: min(82vw, 404px) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding: 0px !important;
    background: white !important;
    z-index: 10002 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 18px 0px 42px !important;
  }
  body.mobile-toggled .mobile-menu.close-drawer {
    top: 18px !important;
    left: calc(12px + min(82vw, 404px)) !important;
    width: 28px !important;
    height: 28px !important;
    z-index: 10003 !important;
    opacity: 1 !important;
    color: white !important;
  }
  body.mobile-toggled .mobile-menu.close-drawer svg {
    width: 22px !important;
    height: 22px !important;
  }
  body.mobile-toggled .herlan_mobile_drawer_container {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
  body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 100dvh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    padding: 28px 0px 18px !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation, body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu, body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu > ul, body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu > ul li {
    margin: 0px !important;
    padding: 0px !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul.menu > li {
    margin: 0px !important;
    border: 0px !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul.menu > li > a, body.mobile-toggled .col-full-nav .menu-primary-menu-container > ul > li.nolink > span {
    display: block !important;
    padding: 16px !important;
    color: #24262b !important;
    font-size: var(--herlan-font-title-sm, 1.125rem) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul.menu li.menu-item-has-children > .sub-menu-wrapper a {
    display: block !important;
    color: #4b5563 !important;
    font-size: var(--herlan-font-2xl, 0.875rem) !important;
    line-height: 1.35 !important;
  }
  body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul {
    flex: 0 0 auto !important;
    margin: auto 0px 0px !important;
    padding: 22px 16px 0px !important;
    list-style: none !important;
    border-top: 1px solid #ececec !important;
  }
  body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul li {
    margin: 0px 0px 9px !important;
    padding: 0px !important;
    border: 0px !important;
  }
  body.mobile-toggled .col-full-nav .menu-primary-menu-container.shoptimizer-mobile-menu > ul + ul li a {
    display: block !important;
    padding: 0px !important;
    color: #24262b !important;
    font-size: var(--herlan-font-3xl, 0.9375rem) !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
  }
  body.mobile-toggled .col-full-nav .mobile-left-menu-contact-query-wrapper {
    margin: 0px !important;
    padding: 4px 16px max(18px, calc(10px + env(safe-area-inset-bottom))) !important;
    box-sizing: border-box !important;
    width: 100% !important;
  }
  body.mobile-toggled .col-full-nav .mobile-left-menu-contact-query-wrapper p {
    margin: 0px 0px 8px !important;
    color: #24262b !important;
    font-size: 0.7125rem !important;
    line-height: 1.35 !important;
    padding: 0px !important;
  }
  body.mobile-toggled .col-full-nav .mobile-left-menu-contact-query-wrapper a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0px !important;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: white !important;
    font-size: var(--herlan-font-3xl, 0.9375rem) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }
  body:not(.mobile-toggled) .col-full-nav {
    left: 0px !important;
    transform: translateX(calc(-1 * min(82vw, 404px))) !important;
    transition: transform 0.3s ease !important;
    width: min(82vw, 404px) !important;
    max-width: min(82vw, 404px) !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul#menu-site-nav.menu > li {
    border-bottom: 1px solid whitesmoke !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul#menu-site-nav.menu > li > a {
    display: flex !important;
    align-items: center !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }
  body.mobile-toggled .col-full-nav .main-navigation ul#menu-site-nav.menu > li > a::after {
    content: "" !important;
    display: block !important;
    width: 7px !important;
    height: 7px !important;
    border-right: 1.5px solid #b4b4b4 !important;
    border-top: 1.5px solid #b4b4b4 !important;
    transform: rotate(45deg) !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }
  body.mobile-toggled .col-full-nav .mobile-left-menu-contact-query-wrapper {
    margin-top: auto !important;
  }
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-logo-bar {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f4f4f4;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-logo-bar .custom-logo-link {
  display: inline-block;
  line-height: 0;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-logo-bar .custom-logo {
  height: 30px;
  width: auto;
  max-width: 160px;
  display: block;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-logo-bar .hmenu-site-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-section {
  padding: 14px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
  flex-shrink: 0;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d50032;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-avatar--photo {
  background: #e5e7eb;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-greeting {
  font-size: 11px;
  color: #8c8c8c;
  line-height: 1;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-links a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: white;
  white-space: nowrap;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-links .hmenu-sign-out-link {
  color: #b91c1c;
  border-color: #fecaca;
  background: white;
}
.menu-primary-menu-container.shoptimizer-mobile-menu .hmenu-account-section--guest .hmenu-sign-in-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 18px;
  background: #111;
  color: white;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.herlan-about-page {
  min-height: 100vh;
  background: #f7f7f7;
}
.herlan-about-page .herlan-about-hero {
  padding: 14px 16px;
  background: white;
  text-align: center;
}
.herlan-about-page .herlan-about-hero h1 {
  margin: 0px 0px 10px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.herlan-about-page .herlan-about-hero p {
  max-width: 360px;
  margin: 0px auto;
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}
.herlan-about-page .herlan-about-content {
  padding: 16px 0px 43px;
}
.herlan-about-page .herlan-about-content .col-full {
  max-width: 382px;
  padding-right: 8px;
  padding-left: 8px;
}
.herlan-about-page .herlan-about-card {
  margin: 0px auto;
  padding: 22px 20px 36px;
  border: 0px;
  border-radius: 7px;
  background: white;
  box-shadow: none;
}
.herlan-about-page .herlan-about-card h2 {
  margin: 0px 0px 8px;
  color: #222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.herlan-about-page .herlan-about-intro {
  margin: 0px 0px 12px;
  color: #666;
  font-size: 9px;
  line-height: 1.45;
}
.herlan-about-page .herlan-about-copy {
  color: #666;
  font-size: 10px;
  line-height: 1.42;
}
.herlan-about-page .herlan-about-copy p {
  margin: 0px;
}
.herlan-about-page .herlan-about-copy p + p {
  margin-top: 1px;
}
.herlan-about-page .herlan-about-image {
  margin: 19px 0px 0px;
}
.herlan-about-page .herlan-about-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .herlan-about-page .herlan-about-hero {
    padding-top: 14px;
  }
  .herlan-about-page .herlan-about-content {
    padding-top: 16px;
    padding-bottom: 43px;
  }
  .herlan-about-page .herlan-about-content .col-full {
    padding-right: 8px;
    padding-left: 8px;
  }
  .herlan-about-page .herlan-about-card {
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .herlan-about-page {
    min-height: 0px;
  }
  body.page-id-1004 .site-content {
    min-height: 0px !important;
    height: auto !important;
  }
  .herlan-about-page .herlan-about-hero {
    padding: 34px 24px 32px;
    background: white;
  }
  .herlan-about-page .herlan-about-hero .col-full {
    max-width: 1170px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .herlan-about-page .herlan-about-hero h1 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .herlan-about-page .herlan-about-hero p {
    max-width: 620px;
    font-size: 15px;
    line-height: 1.5;
  }
  .herlan-about-page .herlan-about-content {
    padding: 36px 0px;
  }
  .herlan-about-page .herlan-about-content .col-full {
    max-width: 1170px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .herlan-about-page .herlan-about-card {
    display: grid;
    grid-template-columns: minmax(0px, 1fr) minmax(280px, 44%);
    column-gap: 34px;
    align-items: start;
    padding: 32px;
  }
  .herlan-about-page .herlan-about-card h2 {
    grid-column: 1;
    font-size: 20px;
  }
  .herlan-about-page .herlan-about-intro, .herlan-about-page .herlan-about-copy {
    grid-column: 1;
  }
  .herlan-about-page .herlan-about-intro {
    font-size: 13px;
    line-height: 1.45;
  }
  .herlan-about-page .herlan-about-copy {
    font-size: 14px;
    line-height: 1.62;
  }
  .herlan-about-page .herlan-about-copy p + p {
    margin-top: 11px;
  }
  .herlan-about-page .herlan-about-image {
    grid-area: 0.5 / span 3;
    align-self: stretch;
    margin: 0px;
  }
  .herlan-about-page .herlan-about-image img {
    height: 100%;
    min-height: 320px;
    object-fit: cover;
  }
}
.woocommerce-image__wrapper {
  position: relative;
  /* Ensure container is relative */
}
html body .products li.product .woocommerce-image__wrapper .shoptimizer-plp-image-wrapper > .herlan-loop-swatches, html body.herlan-product-archive .products li.product .woocommerce-image__wrapper .shoptimizer-plp-image-wrapper > .herlan-loop-swatches, html body.shoptimizer-archive .products li.product .woocommerce-image__wrapper .shoptimizer-plp-image-wrapper > .herlan-loop-swatches, .herlan-loop-swatches {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 2;
  display: flex !important;
  /* Override PLP carousel :not(:first-child) hidden rules */
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  width: 22px;
  /* Fixed width for capsule vertical alignment */
}
.herlan-loop-swatch {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.herlan-loop-swatch:hover {
  transform: scale(1.15);
}
.herlan-loop-swatch--active {
  box-shadow: 0 0 0 1.5px #000;
}
.herlan-loop-swatch--out-of-stock {
  opacity: 0.5;
  position: relative;
}
.herlan-loop-swatch--out-of-stock::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.herlan-loop-swatch-count {
  display: block;
  color: #333;
  font-size: var(--herlan-font-xs, 10px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 1px;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff;
  font-family: var(--herlan-font-family-global, inherit);
}
.herlan-loop-swatch--image {
  overflow: hidden;
  transform: translateZ(0);
}
.herlan-loop-swatch--image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.herlan-loop-swatch--label {
  width: auto;
  min-width: 14px;
  height: 14px;
  border-radius: 7px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.herlan-loop-swatch--label span {
  font-size: 8px;
  line-height: 1;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
/* Mobile scroll containment: stop iOS body bounce inside drawers/menus. */
.shoptimizer-mini-cart-wrap, .col-full-nav, .herlan_mobile_drawer_container, .herlan-mobile-cat-menu, .mobile-bottom-drawer {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
/* Skip rendering below-the-fold home sliders until they scroll near the viewport.
   contain-intrinsic-size reserves layout space so the scrollbar doesn't jump. */
.home .herlan-home-products-slider {
  content-visibility: auto;
  contain-intrinsic-size: 1px 520px;
}
/* Shared background rules for lazy-bg sections (previously inlined per-section). */
.herlan-home-products-slider.lazy-bg-section {
  background-image: var(--bg-url);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Promote Swiper transforms to their own compositor layer for smoother mobile drag. */
.swiper-wrapper {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.swiper-slide {
  transform: translate3d(0, 0, 0);
}
/* ============================================================
   Mobile drawer menu — accordion (flex row, +/- caret, nested-safe)
   ============================================================ */
@media (max-width: 992px) {
  /* Every has-children li becomes a flex-wrap row: [anchor][caret][submenu on new row] */
  /* Neutralize parent theme's chevron mask on the anchor — it renders as black boxes on mobile */
  /* Caret sits in the row as a flex item — auto-matches anchor height. Icon = inline SVG chevron. */
  /* Accordion: hide sub-menu-wrapper entirely when closed so it takes zero flex-row space */
  /* Sub items align left with parent (20px from container: 10px wrapper padding + 10px anchor padding) */
  /* Sub-sub items — keep same left/right padding as top-level items */
  /* Never transform menu item text — keep whatever casing was authored */
  .menu-primary-menu-container.shoptimizer-mobile-menu ul, .menu-primary-menu-container.shoptimizer-mobile-menu ul.menu, .menu-primary-menu-container.shoptimizer-mobile-menu ul.sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    position: static !important;
    width: 100% !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > a {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > .sub-menu-wrapper {
    flex: 1 0 100% !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu > ul > li > a {
    display: block;
    padding: 14px 12px 14px 20px;
    color: #24262b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    background: transparent;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu > ul > li.dropdown-open > a {
    color: black;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > a::before, .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > a::after {
    content: none !important;
    display: none !important;
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > span.caret {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    flex: 0 0 44px !important;
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat !important;
    transform: none !important;
    transition: transform 0.25s ease !important;
    opacity: 1 !important;
    z-index: 1 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > span.caret::before, .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > span.caret::after {
    content: none !important;
    display: none !important;
    background: none !important;
    mask: none !important;
    -webkit-mask: none !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children.dropdown-open > span.caret {
    transform: rotate(180deg) !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children > .sub-menu-wrapper {
    display: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    background: #fafafa;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu li.menu-item-has-children.dropdown-open > .sub-menu-wrapper {
    display: block !important;
    margin: 0 !important;
    padding: 0 10px 10px !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    min-height: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu {
    display: block !important;
    grid-template-columns: none !important;
    padding: 4px 0 8px !important;
    margin: 0 !important;
    list-style: none !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    width: 100% !important;
    display: block !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li.menu-item-has-children {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li > a {
    display: block !important;
    padding: 10px 12px 10px 10px !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    width: auto !important;
    background: transparent !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li > a:hover, .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li.dropdown-open > a {
    color: black !important;
    background: #f3f3f3 !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper .sub-menu-wrapper ul.sub-menu > li > a {
    padding: 10px 12px 10px 20px !important;
    font-size: 14px !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu > ul > li > a, .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li > a, .menu-primary-menu-container.shoptimizer-mobile-menu > ul > li > a > span, .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper ul.sub-menu > li > a > span {
    text-transform: none !important;
    letter-spacing: normal !important;
  }
  .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper .sub-menu-wrapper ul.sub-menu > li > a:hover, .menu-primary-menu-container.shoptimizer-mobile-menu .sub-menu-wrapper .sub-menu-wrapper ul.sub-menu > li.dropdown-open > a {
    background: #ececec !important;
  }
}
/* ============================================
   SUBTLE MOTION — respects prefers-reduced-motion
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  /* 1. Micro-transitions on interactive elements */
  /* 2. Product-card hover — desktop pointer devices only */
  /* 3. Reveal-on-scroll for sections (JS toggles .is-visible) */
  /* 4. Bottom-nav tap feedback + active pop */
  /* 5. Category tile press feedback (mobile) */
  a, button, .button, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce-page a.button, .woocommerce-page button.button {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  }
  .herlan-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    will-change: opacity, transform;
  }
  .herlan-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
  .herlan_mobile_drawer_container ul li a .svg-wrapper {
    transition: transform 0.12s ease;
  }
  .herlan_mobile_drawer_container ul li a:active .svg-wrapper {
    transform: scale(0.88);
  }
  .herlan_mobile_drawer_container ul li a.link-active .svg-wrapper {
    animation: herlanNavPop 0.22s ease;
  }
  @keyframes herlanNavPop {
    0% {
      transform: scale(1);
    }
    45% {
      transform: scale(1.18);
    }
    100% {
      transform: scale(1);
    }
  }
  .mobile-category-menu .nav-item {
    transition: transform 0.15s ease, border-color 0.15s ease;
  }
  .mobile-category-menu .nav-item:active {
    transform: scale(0.97);
    border-color: #d0d0d0;
  }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 993px) and (hover: hover) {
  ul.products li.product .woocommerce-card__header img {
    transition: transform 0.35s ease;
  }
  ul.products li.product:hover .woocommerce-card__header img {
    transform: scale(1.03);
  }
  ul.products li.product .woocommerce-loop-product__title a {
    transition: color 0.15s ease;
  }
  ul.products li.product:hover .woocommerce-loop-product__title a {
    color: #ED1C24;
  }
  .herlan-product-groups-section .product-group-card .group-grid .grid-item img {
    transition: transform 0.4s ease;
  }
  .herlan-product-groups-section .product-group-card .group-grid .grid-item:hover img {
    transform: scale(1.05);
  }
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, .menu-toggle:focus-visible, .mobile-search-toggle:focus-visible, .mobile-category-menu-close:focus-visible, .mcm-back:focus-visible, .mcm-close:focus-visible, .mobile-category-grid-item:focus-visible, .mobile-brand-item:focus-visible, .herlan-tab-button:focus-visible, .js-mcm-open:focus-visible, .main-navigation a:focus-visible, .woocommerce-LoopProduct-link:focus-visible {
  outline: 2px solid var(--herlan-primary-color, #eb161e) !important;
  outline-offset: 2px !important;
}
.mobile-category-grid-thumb:has(:focus-visible), .mobile-brand-item:focus-visible, .mcm-back:focus-visible, .mcm-close:focus-visible {
  outline-offset: 1px !important;
  border-radius: 8px;
}
/* Scroll Behavior and Floating Cart */
.herlan_mobile_drawer_container {
  transition: transform 0.3s ease;
}
body.herlan-nav-hidden .herlan_mobile_drawer_container {
  transform: translateY(100%);
}
.herlan-floating-cart-wrapper {
  position: fixed;
  right: 16px;
  bottom: calc(var(--herlan-bottom-total-height, 0px) + env(safe-area-inset-bottom, 0px) + 74px);
  /* 20 + 44 + 10 */
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, bottom 0.3s ease;
  transform: translateY(20px);
}
body.herlan-nav-hidden .herlan-floating-cart-wrapper, body:has(.commercekit-sticky-add-to-cart.visible) .herlan-floating-cart-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
/* Track Back to Top position on Archive Pages */
@media (max-width: 992px) {
  body.herlan-product-archive .herlan-floating-cart-wrapper, body.woocommerce.archive .herlan-floating-cart-wrapper, body.wc-active.search-results .herlan-floating-cart-wrapper, body.page-template-template-woocommerce-archives .herlan-floating-cart-wrapper {
    bottom: calc(var(--herlan-bottom-total-height, 0px) + env(safe-area-inset-bottom, 0px) + 130px);
    /* 76 + 44 + 10 */
  }
}
/* Slide elements down when the bottom navbar hides */
body {
  --herlan-bottom-total-height: var(--herlan-bottom-nav-height, 68px);
}
body.herlan-nav-hidden {
  --herlan-bottom-total-height: 0px;
}
/* Single Product Page Adjustments */
body.single-product {
  /* 75px roughly accounts for the mobile-add-to-cart-wrapper height */
  --herlan-bottom-total-height: calc(var(--herlan-bottom-nav-height, 68px) + 75px);
}
body.single-product.herlan-nav-hidden {
  --herlan-bottom-total-height: 75px;
}
body.single-product.herlan-nav-hidden .mobile-add-to-cart-wrapper {
  bottom: 0 !important;
  transition: bottom 0.3s ease;
}
.floating-mobile-cart {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  background-color: var(--herlan-primary-color, #eb161e) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  text-decoration: none !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  box-sizing: border-box !important;
  border: none !important;
}
.floating-mobile-cart .svg-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.floating-mobile-cart .svg-wrapper svg {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  display: block !important;
}
.floating-mobile-cart .drawer-cart-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  background: black !important;
  color: white !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: bold !important;
  border: 2px solid white !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* footer-20260604.css */
#page {
  --herlan-footer-divider-color: #33353c;
}
#page .site-footer, #page .copyright {
  background: #222;
  color: #f4f4f4;
}
#page .site-footer {
  padding: 3.5rem 0 2.5rem;
  border-top: 1px solid var(--herlan-footer-divider-color);
  border-bottom: 1px solid var(--herlan-footer-divider-color);
}
#page .site-footer .col-full {
  display: grid;
  grid-template-columns: minmax(18rem, 1.45fr) minmax(9rem, 1fr) minmax(11rem, 1fr);
  gap: 3rem;
  align-items: flex-start;
}
#page > footer.site-footer > div > section {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
#page .herlan-footer-newsletter {
  max-width: 28rem;
}
#page .herlan-footer-newsletter-title {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
}
#page .herlan-footer-newsletter-copy {
  margin: 0.7rem 0 1.2rem;
  color: #c9ccd3;
  font-size: 0.784rem;
  line-height: 1.5;
}
#page .herlan-footer-newsletter-form {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
#page .herlan-footer-newsletter-form input {
  width: 100%;
  height: 2.4rem;
  padding: 0 1rem;
  background: transparent;
  color: #fff;
  font-size: 0.88rem;
  border: 1px solid #d8d9dd;
  border-radius: 999px;
}
#page .herlan-footer-newsletter-form input::placeholder {
  color: #a5a8b0;
}
#page .herlan-footer-newsletter-form button {
  height: 2.4rem;
  padding: 0 1.25rem;
  background: #fff;
  color: #202226;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
#page .herlan-footer-newsletter-feedback {
  min-height: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-0.2rem);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
#page .herlan-footer-newsletter-feedback.is-success, #page .herlan-footer-newsletter-feedback.is-error {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.8rem;
  padding: 0.55rem 0.8rem;
  background: transparent;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
  border: 1px solid #fff;
  border-radius: 999px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#page .herlan-footer-newsletter-feedback-text {
  flex: 1 1 auto;
}
#page .herlan-footer-newsletter-feedback-close {
  flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
#page .herlan-footer-newsletter-feedback-close:hover {
  opacity: 1;
}
#page .herlan-footer-nav-group {
  margin: 0;
  padding: 0;
  border: none;
}
#page .herlan-footer-nav-group > summary {
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
#page .herlan-footer-nav-group > summary::-webkit-details-marker {
  display: none;
}
#page .herlan-footer-nav-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
}
#page .herlan-footer-nav-list li {
  margin: 0.55rem 0 0;
  line-height: 1.35;
}
#page .herlan-footer-nav-list li:first-child {
  margin-top: 0;
}
#page .herlan-footer-nav-list a {
  color: #d8dbe1;
  font-size: 0.89rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
#page .herlan-footer-nav-list a:hover {
  color: #fff;
}
#page > footer.copyright {
  padding: 1rem 0;
}
#page > footer.copyright .col-full {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}
#page > footer.copyright > div > div > img {
  width: 70%;
}
#page .herlan-footer-social {
  display: flex;
  align-items: center;
  justify-self: start;
  gap: 0.95rem;
}
#page .herlan-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
#page .herlan-footer-social svg {
  display: block;
  opacity: 0.96;
}
#page .herlan-footer-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 0.85rem;
  text-align: left;
}
#page .herlan-footer-payment-label {
  margin: 0;
  color: #f4f5f7;
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
}
#page .herlan-footer-payment-image {
  display: block;
  flex: 0 1 24.4rem;
  width: auto;
  max-width: 24.4rem;
  height: auto;
}
#page .herlan-footer-copyright-text {
  margin: 0;
  justify-self: end;
  color: #b8bcc4;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: right;
}
@media (min-width: 768px) {
  #page .site-footer {
    border-bottom: none;
  }
  #page .copyright {
    border-top: 1px solid #454545;
  }
  #page .herlan-footer-nav-group > summary {
    display: block;
    margin-bottom: 0.95rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #454545;
    pointer-events: none;
  }
  #page .herlan-footer-nav-group > .herlan-footer-nav-list, #page .herlan-footer-nav-group:not([open]) > .herlan-footer-nav-list {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #page {
    --herlan-footer-divider-color: #454545;
    --herlan-footer-font-size-lg: 1.2rem;
    --herlan-footer-font-size-md: 0.82rem;
    --herlan-footer-font-size-sm: 0.8rem;
  }
  #page > footer.site-footer {
    padding: 1rem 0 0 0;
  }
  #page > footer.site-footer .col-full {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #page .herlan-footer-newsletter {
    max-width: none;
    padding-bottom: 1.4rem;
  }
  #page .herlan-footer-newsletter-title {
    font-size: var(--herlan-footer-font-size-lg);
  }
  #page .herlan-footer-newsletter-copy {
    max-width: 22rem;
    margin: 0.2rem 0 0.5rem;
    color: #c9ccd3;
    font-family: var(--herlan-font-family-global, inherit);
    font-size: var(--herlan-footer-font-size-sm);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
  }
  #page .herlan-footer-newsletter-feedback.is-success, #page .herlan-footer-newsletter-feedback.is-error {
    width: fit-content;
    max-width: 100%;
    margin-top: 0.9rem;
    font-size: var(--herlan-footer-font-size-sm);
    border-radius: 999px;
  }
  #page .herlan-footer-newsletter-feedback-close {
    font-size: var(--herlan-footer-font-size-md);
  }
  #page .herlan-footer-newsletter-form input {
    min-width: 0;
    height: 2.1rem;
    font-size: var(--herlan-footer-font-size-md);
    border: 1px solid #fff;
  }
  #page .herlan-footer-newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.25rem;
    height: 2.1rem;
    font-size: var(--herlan-footer-font-size-md);
    text-align: center;
  }
  #page .herlan-footer-nav-group {
    border-bottom: 1px solid var(--herlan-footer-divider-color);
  }
  #page .herlan-footer-nav-group:last-child {
    border-bottom: 0;
  }
  #page .herlan-footer-nav-group > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0;
    font-size: var(--herlan-footer-font-size-md);
  }
  #page .herlan-footer-nav-group > summary::after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    border-right: 1.8px solid #fff;
    border-bottom: 1.8px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  #page .herlan-footer-nav-group[open] > summary::after {
    transform: rotate(-135deg);
  }
  #page .herlan-footer-nav-list {
    margin: 0;
    padding: 0 0 15px;
  }
  #page .herlan-footer-nav-list a {
    font-size: var(--herlan-footer-font-size-sm);
  }
  #page > footer.copyright {
    margin-top: 0;
    padding: 0.7rem 0;
  }
  #page > footer.copyright .col-full {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #page .herlan-footer-social, #page .herlan-footer-payment, #page .herlan-footer-copyright-text {
    justify-self: center;
    text-align: center;
  }
  #page .herlan-footer-social {
    order: 1;
    gap: 1rem;
  }
  #page .herlan-footer-payment {
    order: 2;
    width: 100%;
    flex-direction: column;
    gap: 0.3rem;
  }
  #page .herlan-footer-payment-label {
    font-size: var(--herlan-footer-font-size-sm);
    white-space: normal;
  }
  #page .herlan-footer-payment-image {
    flex: none;
    width: min(24rem, 100%);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #page .herlan-footer-copyright-text {
    order: 3;
    font-size: var(--herlan-footer-font-size-sm);
  }
}

/* skeleton-20260604.css */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.skeleton {
  height: 125px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  border-radius: 8px;
}
.skeleton::after {
  content: "Loading...";
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.loading-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
  width: 100%;
}
.skeleton-product {
  display: inline-block;
  width: calc((100% - 40px) * 0.2);
  flex: 0 0 calc((100% - 40px) * 0.2);
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.skeleton-product.swiper-slide {
  display: block;
  margin-right: 5px;
}
.skeleton-product .skeleton-image {
  height: auto;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  aspect-ratio: 1;
  width: 100%;
  margin: 0 0 12px;
  border-radius: 0;
}
.skeleton-product .skeleton-title {
  height: 12px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  position: relative;
  width: 60%;
  margin: 0 10px 8px;
}
.skeleton-product .skeleton-title::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: min(150%, calc(100vw - 44px));
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  animation: shimmer 1.8s infinite ease-in-out;
}
.skeleton-product .skeleton-price {
  height: 14px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  position: relative;
  width: 46%;
  margin: 22px 10px 14px;
}
.skeleton-product .skeleton-price::after {
  content: "";
  position: absolute;
  right: calc(-100% - 10px);
  top: -4px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: inherit;
  background-size: inherit;
  animation: inherit;
}
.product-swiper-slider-wrapper .lazy-load-section > .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.product-swiper-slider-wrapper .lazy-load-section .skeleton-product {
  width: calc((100% - 40px) * 0.2);
  flex: 0 0 calc((100% - 40px) * 0.2);
}
.promotion-swiper-slider-wrapper .skeleton-product {
  width: calc((100% - 17px) * 0.37037);
  flex: 0 0 calc((100% - 17px) * 0.37037);
}
.skeleton-promotion-grid {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.skeleton-promotion-grid .image {
  height: 200px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  margin-bottom: 0;
  border-radius: 0;
}
.skeleton-promotion-grid .content-container {
  padding: 12px 14px;
}
.skeleton-promotion-grid .content-container .title {
  height: 14px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  width: 70%;
  margin-bottom: 8px;
}
.skeleton-promotion-grid .content-container .subtitle {
  height: 10px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  width: 45%;
}
.product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) {
  overflow: hidden;
}
.product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: row;
  gap: 5px;
  transform: none !important;
}
.product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide {
  width: auto !important;
  flex: none !important;
  margin: 0 !important;
}
.product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+17) {
  display: none;
}
@media (max-width: 992px) {
  .product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+13) {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr) 0.5fr;
  }
  .product-cats-logo-wrappers .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+11) {
    display: none;
  }
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton {
  height: auto;
  margin-right: 5px;
  background: transparent;
  animation: none;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton .skeleton-image {
  margin: 0 auto 8px;
  border-radius: 8px;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton .skeleton-title {
  width: 72%;
  margin: 0 auto;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.product_cat .skeleton-image {
  height: 64px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  width: 64px;
  height: 64px;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.product_cat .skeleton-title {
  height: 14px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  margin-top: 6px;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.brand .skeleton-image {
  height: 76px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  width: 100%;
  border-radius: 3px;
}
.product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.brand .skeleton-title {
  display: none;
}
.custom-tags-list-home .swiper-wrapper .skeleton {
  height: 143px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  border-radius: 6px;
  animation: shimmer 1.8s infinite ease-in-out;
  width: 140px;
  flex: 0 0 140px;
  border-radius: 12px;
  margin-right: 5px;
}
.herlan-product-groups-section .skeleton-product {
  width: calc((100% - 40px) * 0.2);
  flex: 0 0 calc((100% - 40px) * 0.2);
  padding: 15px;
}
.herlan-product-groups-section .skeleton-product .skeleton-title {
  height: 19px;
  margin: 0 0 15px !important;
}
.herlan-product-groups-section .skeleton-product .skeleton-title::after {
  content: none;
}
.herlan-product-groups-section .skeleton-product .group-grid .skeleton-image {
  aspect-ratio: 1;
  height: auto !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .skeleton-product {
    width: calc((100% - 11.25px) * 0.4);
    flex-basis: calc((100% - 11.25px) * 0.4);
  }
  .product-swiper-slider-wrapper .lazy-load-section .skeleton-product {
    width: calc((100% - 11.25px) * 0.4);
    flex-basis: calc((100% - 11.25px) * 0.4);
  }
  .promotion-swiper-slider-wrapper .skeleton-product {
    width: calc((100% - 7px) * 0.588235);
    flex-basis: calc((100% - 7px) * 0.588235);
  }
  .herlan-product-groups-section .skeleton-product {
    width: calc((100% - 11.25px) * 0.4);
    flex-basis: calc((100% - 11.25px) * 0.4);
  }
  .custom-tags-list-home .swiper-wrapper .skeleton {
    height: 85px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
    width: 120px;
    flex-basis: 120px;
    border-radius: 8px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .skeleton-product {
    width: calc((100% - 11.25px) * 0.4);
    flex-basis: calc((100% - 11.25px) * 0.4);
  }
  .product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.product_cat .skeleton-image {
    height: 44px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
    width: 44px;
    height: 44px;
  }
  .product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.product_cat .skeleton-title {
    height: 10px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
    width: 90%;
    margin-top: 4px;
  }
  .product-cats-logo-wrappers .swiper-wrapper .swiper-slide.skeleton.brand .skeleton-image {
    height: 62px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
  }
  .custom-tags-list-home .swiper-wrapper .skeleton {
    height: 96px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
    width: 100px;
    flex-basis: 100px;
    margin-right: 4px;
  }
  .home-page-campaign-shortcuts .skeleton {
    height: 25px;
    background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
    background-size: 200% 100%;
    border-radius: 6px;
    animation: shimmer 1.8s infinite ease-in-out;
  }
}
@media (max-width: 400px) {
  .skeleton-product {
    width: calc((100% - 11.25px) * 0.4);
    flex-basis: calc((100% - 11.25px) * 0.4);
    margin-bottom: 10px;
  }
  .loading-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton, .skeleton-image, .skeleton-title, .skeleton-price, .skeleton-promotion-grid .image, .skeleton-promotion-grid .title, .skeleton-promotion-grid .subtitle {
    background: #e0e0e0;
    animation: none;
  }
}
