/* ==========================================================================
   GENERAL
   ========================================================================== */

/* --------------------------------------------------------------------------
   GENERAL / TYPOGRAPHY
   -------------------------------------------------------------------------- */

@font-face {
  font-family: "Strawford";
  src: url("../fonts/Strawford/Strawford-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Strawford";
  src: url("../fonts/Strawford/Strawford-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Strawford";
  src: url("../fonts/Strawford/Strawford-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons/theseasons-reg.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons/theseasons-bd.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bs-font-sans-serif: "Strawford", sans-serif;
  --bs-body-font-family: "Strawford", sans-serif;
  --sulion-heading-font-family: "The Seasons", serif;
  --sulion-type-display-xxxl: 5.25rem;
  --sulion-type-display-xxl: 4.5rem;
  --sulion-type-display-xl: 3.75rem;
  --sulion-type-display-l: 3rem;
  --sulion-type-heading-xl: 2.5rem;
  --sulion-type-heading-l: 2rem;
  --sulion-type-heading-m: 1.5rem;
  --sulion-type-heading-s: 1.25rem;
  --sulion-type-body-l: 1.125rem;
  --sulion-type-body-m: 1rem;
  --sulion-type-body-s: 0.875rem;
  --sulion-leading-display: 0.95;
  --sulion-leading-heading: 1.05;
  --sulion-leading-body: 1.6;
  --bs-body-font-size: var(--sulion-type-body-m);
  --bs-body-line-height: var(--sulion-leading-body);
  --bs-heading-color: #000000;
}

#header .row > * {
  padding-left: unset !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--bs-body-font-family);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sulion-heading-font-family);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: var(--sulion-leading-heading);
}

body {
  font-size: var(--sulion-type-body-m);
  font-weight: 400;
  line-height: var(--sulion-leading-body);
}

p,
li,
td,
th,
label,
input,
select,
textarea {
  font-size: var(--sulion-type-body-m);
  line-height: var(--sulion-leading-body);
}

small,
.text-small {
  font-size: var(--sulion-type-body-s);
  line-height: 1.5;
}

.display-xxxl,
.type-display-xxxl {
  font-family: var(--sulion-heading-font-family);
  font-size: var(--sulion-type-display-xxxl);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: var(--sulion-leading-display);
}

.display-xxl,
.type-display-xxl {
  font-family: var(--sulion-heading-font-family);
  font-size: var(--sulion-type-display-xxl);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: var(--sulion-leading-display);
}

.display-xl,
.type-display-xl {
  font-family: var(--sulion-heading-font-family);
  font-size: var(--sulion-type-display-xl);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: var(--sulion-leading-display);
}

.display-l,
.type-display-l {
  font-family: var(--sulion-heading-font-family);
  font-size: var(--sulion-type-display-l);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: var(--sulion-leading-display);
}

h1,
.h1 {
  font-size: var(--sulion-type-heading-xl);
}

h2,
.h2 {
  font-size: var(--sulion-type-heading-l);
}

h3,
.h3 {
  font-size: var(--sulion-type-heading-m);
}

h4,
.h4 {
  font-size: var(--sulion-type-heading-s);
}

h5,
.h5 {
  font-family: var(--bs-body-font-family);
  font-size: var(--sulion-type-body-l);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

h6,
.h6 {
  font-family: var(--bs-body-font-family);
  font-size: var(--sulion-type-body-m);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.rich-text .h2, .rich-text h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------
   GENERAL / COLORS
   -------------------------------------------------------------------------- */


.form-control:focus, 
.modal.product-comment-modal .form-control:focus, 
.modal.product-comment-modal textarea:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

   
.rich-text .h1, 
.rich-text .h2, 
.rich-text .h3, 
.rich-text .h4, 
.rich-text .h5, 
.rich-text .h6, 
.rich-text h1, 
.rich-text h2, 
.rich-text h3, 
.rich-text h4, 
.rich-text h5, 
.rich-text h6,
#customer-orders-table a i.fa-map-marker,
#quickorderform-table a.delete i,
label.stkcs-checkbox a {
  color: #000000 !important;
}

a.special-link {
  color: #FFBF36 !important;
}

a.stk-test,
.addresses-footer a,
.address__actions.card-footer a,
label.stkcs-checkbox a {
  color: inherit !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .12em !important;
}

a.stk-test:hover,
.addresses-footer a:hover,
.address__actions.card-footer a:hover,
label.stkcs-checkbox a:hover {
  text-decoration: none !important;
}

a.stk-test:hover::after,
.addresses-footer a:hover::after,
.address__actions.card-footer a:hover::after,
label.stkcs-checkbox a:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

a.stk-test::after,
.addresses-footer a::after,
.address__actions.card-footer a::after,
label.stkcs-checkbox a::after {
  content: "\2192" !important;
  display: inline-block !important;
  margin-left: .45rem !important;
  opacity: 0 !important;
  text-decoration: none !important;
  transform: translateX(-.2rem) !important;
  transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.badge {
  background-color: #000000 !important;
}

.header .stk-mega-col a:hover,
.header .stk-mega-col a:hover i {
  color: #000000 !important;
}

#_desktop_user_info a.dropdown-toggle:hover,
.header-top-desktop a:hover {
  color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   GENERAL / SPACING & BUTTONS
   -------------------------------------------------------------------------- */

body #wrapper {
  padding: 0;
}

#notifications {
  margin: 0 !important;
}

.stk-collapse-cms {
  align-items: baseline;
  border-bottom: 1px solid #000;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.stk-collapse-cms.title .pull-xs-right {
  margin-left: auto;
}

.stk-collapse-cms h4 {
  margin-bottom: 0;
}

.stk-collapse-cms i {
  font-size: 20px;
}

.stk-collapse-cms.title .collapse-icons .remove {
  display: none;
}

.stk-collapse-cms.title[aria-expanded="true"] .collapse-icons .add {
  display: none;
}

.stk-collapse-cms.title[aria-expanded="true"] .collapse-icons .remove {
  display: inline-block;
}

#stk-menu-anchor {
  font-size: 0.875rem;
  padding: 0.3125rem;
}

#stk-menu-anchor ul {
  font-size: 12px;
  margin-bottom: 0 !important;
}

#stk-menu-anchor ul li {
  font-size: 12px;
  padding: 0.3125rem 0;
}

#stk-menu-anchor ul li a,
#stk-menu-anchor .stk-anchor {
  font-size: 12px !important;
  line-height: 1.4;
}

.stk-cms-menu {
  padding: 0.625rem;
}

body#product #wrapper {
  padding: 1rem 0 0 0;
}

body#cart #wrapper,
body#checkout #wrapper,
body#my-account #wrapper,
body#module-blockwishlist-lists #wrapper {
  padding: 3rem 0;
}

#content-wrapper .page-footer {
  margin-top: unset;
}

#content-wrapper {
  padding-bottom: unset;
}

#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link) {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link)::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.45rem;
  opacity: 0;
  text-decoration: none;
  transform: translateX(-0.2rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link):hover,
#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link):focus-visible {
  text-decoration: none;
}

#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link):hover::after,
#wrapper #content-wrapper :is(p, th, blockquote, figcaption) a:not(.btn):not(.nav-link):not(.page-link):not(.dropdown-item):not(.product-sections__nav-link):not([role="button"]):not(.card-link):focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

#wrapper #content-wrapper .card a,
#wrapper #content-wrapper .card > a {
  text-decoration: inherit;
}

#wrapper #content-wrapper .card a::after,
#wrapper #content-wrapper .card > a::after {
  content: none;
}

#wrapper #content-wrapper .elementor-shortcode a,
#wrapper #content-wrapper .elementor-shortcode > a {
  text-decoration: inherit;
}

#wrapper #content-wrapper .elementor-shortcode a::after,
#wrapper #content-wrapper .elementor-shortcode > a::after {
  content: none;
}

.btn,
.btn:focus-visible  {
  -bs-btn-focus-box-shadow: unset;
  outline: none;
}

.btn-primary,
.stk-btn-primary,
.stk-step-next {
  color: #ffffff;
  background-color: #000000;
  border-radius: 50px !important;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px !important;
}

.back-to-top {
  align-items: center;
  background: rgb(0 0 0 / 88%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  bottom: 1.25rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.1rem;
  height: 3rem;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1.25rem;
  transform: translateY(0.75rem);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  width: 3rem;
  z-index: 1030;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: #111;
  color: #fff;
}

.back-to-top span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

.btn-primary:hover,
.stk-btn-primary:hover,
.stk-step-next:hover {
  background-color: #4A4A4A;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible {
  background-color: #000000 !important;
}

.btn.btn-primary:disabled,
.btn.btn-secondary:disabled,
.btn.btn-primary.disabled,
.btn.btn-secondary.disabled,
.btn.btn-primary[aria-disabled="true"],
.btn.btn-secondary[aria-disabled="true"],
a.btn.btn-primary.disabled,
a.btn.btn-secondary.disabled,
a.btn.btn-primary[aria-disabled="true"],
a.btn.btn-secondary[aria-disabled="true"],
body#cart .sulion-cart-actions__checkout.btn.btn-primary.disabled,
body#cart .sulion-cart-actions__checkout.btn.btn-primary[aria-disabled="true"],
body#cart .sulion-cart-actions__checkout.btn.btn-secondary.disabled,
body#cart .sulion-cart-actions__checkout.btn.btn-secondary[aria-disabled="true"] {
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
  color: #a8a8a8 !important;
  cursor: not-allowed;
  opacity: 1 !important;
  pointer-events: none;
}

.btn-secondary {
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px !important;
  border: 1px solid #000000 !important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px !important;
}

.btn-outline-primary {
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #000000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px;
}

.btn-secondary:hover,
.btn-outline-primary:hover {
  border: 1px solid #000000;
  background-color: #CCCDCD !important;
  color: #000000;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible {
  border: 1px solid #000000;
  background-color: #CCCDCD !important;
  color: #000000;
}

.sulion-account-panel {
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.05);
  text-align: center;
}

.sulion-account-panel__header {
  margin-bottom: 1.5rem;
}

.sulion-account-panel__eyebrow {
  margin: 0 0 0.5rem;
  color: #7b6a58;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sulion-account-panel__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  color: #000000;
}

.sulion-account-panel__description {
  margin: 0;
  color: #5f564d;
}

.sulion-account-panel__alert {
  margin-bottom: 1.25rem;
  padding: 0.875rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  font-size: 0.9375rem;
}

.sulion-account-panel__alert.alert-success {
  background: rgba(215, 236, 224, 0.8);
  border-color: #b7d1c0;
  color: #234b34;
}

.sulion-account-panel__alert.alert-danger {
  background: rgba(247, 224, 220, 0.9);
  border-color: #dfb7b0;
  color: #7a2f24;
}

.sulion-account-form {
  display: grid;
  gap: 1.25rem;
}

.sulion-account-form__option {
  position: relative;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #d8cec1;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sulion-account-form__option:hover {
  border-color: #b7aa98;
  box-shadow: 0 0.75rem 1.5rem rgba(65, 51, 37, 0.08);
  transform: translateY(-1px);
}

.sulion-account-form__option input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sulion-account-form__check {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.15rem;
  border: 1px solid #3d362f;
  border-radius: 999px;
  background: #fff;
}

.sulion-account-form__check::after {
  content: "";
  position: absolute;
  inset: 0.25rem;
  border-radius: 999px;
  background: #000;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sulion-account-form__option input[type="checkbox"]:checked + .sulion-account-form__check::after {
  opacity: 1;
  transform: scale(1);
}

.sulion-account-form__option input[type="checkbox"]:focus + .sulion-account-form__check {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
}

.sulion-account-form__content {
  display: block;
}

.sulion-account-form__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
}

.sulion-account-form__hint {
  display: block;
  color: #6d645a;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.sulion-account-form__actions {
  display: flex;
  justify-content: flex-start;
}

.sulion-account-form__submit {
  min-width: 13rem;
}

.sulion-auth-page {
  max-width: 78rem;
  margin: 0 auto;
}

.sulion-auth-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.05);
}

.sulion-auth-kicker {
  color: #7b6a58;
  letter-spacing: 0.18em;
}

.sulion-auth-card .form-control,
.sulion-auth-card .form-select {
  min-height: 3.5rem;
  border-color: #d8cec1;
  border-radius: 1rem;
  background-color: #fffdfa;
}

.sulion-auth-card .form-control:focus,
.sulion-auth-card .form-select:focus {
  border-color: #b7aa98;
  box-shadow: 0 0 0 0.2rem rgba(123, 106, 88, 0.12);
}

.sulion-auth-card .form-check-input {
  margin-top: 0.3rem;
  margin-left: 10px;
}

.sulion-auth-option {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  margin: 0;
  padding: 1rem 1.125rem;
  border: 1px solid #ded6ca;
  border-radius: 1rem;
  background: #fffdfa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.sulion-auth-option:hover {
  border-color: #b7aa98;
  box-shadow: 0 0.75rem 1.5rem rgba(65, 51, 37, 0.08);
  transform: translateY(-1px);
}

.sulion-auth-option .form-check-input {
  flex: 0 0 auto;
}

.sulion-auth-option .form-check-label {
  display: block;
  color: #2f2924;
  font-size: 0.95rem;
  line-height: 1.55;
}

.sulion-auth-card .login__forgot-password,
.sulion-auth-card .login__forgot-password a,
.sulion-auth-card #chkPolitica + .form-check-label a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.sulion-auth-card .login__forgot-password::after,
.sulion-auth-card .login__forgot-password a::after,
.sulion-auth-card #chkPolitica + .form-check-label a::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.45rem;
  opacity: 0;
  text-decoration: none;
  transform: translateX(-0.2rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sulion-auth-card .login__forgot-password:hover,
.sulion-auth-card .login__forgot-password:focus-visible,
.sulion-auth-card .login__forgot-password a:hover,
.sulion-auth-card .login__forgot-password a:focus-visible,
.sulion-auth-card #chkPolitica + .form-check-label a:hover,
.sulion-auth-card #chkPolitica + .form-check-label a:focus-visible {
  text-decoration: none;
}

.sulion-auth-card .login__forgot-password:hover::after,
.sulion-auth-card .login__forgot-password:focus-visible::after,
.sulion-auth-card .login__forgot-password a:hover::after,
.sulion-auth-card .login__forgot-password a:focus-visible::after,
.sulion-auth-card #chkPolitica + .form-check-label a:hover::after,
.sulion-auth-card #chkPolitica + .form-check-label a:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.sulion-auth-option .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.sulion-auth-card .g-recaptcha {
  overflow: hidden;
  border-radius: 1rem;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
  border: 1px solid #000000;
  background-color: #CCCDCD !important;
}

.btn-primary.stk-bb {
  background-color: #ffffff;
  color: #000000;
}

.btn-primary.stk-bb:hover {
  background-color: #CCCDCD;
  color: #000000;
}

.btn-primary.stk-bb:active
.btn-primary.stk-bb:focus,
.btn-primary.stk-bb:focus-visible {
  background-color: #8F8C86 !important;
  color: #000000;
}

.btn-secondary.stk-bb {
  background-color: #000000;
  color: #ffffff;
}

.btn-secondary.stk-bb:hover {
  border: 2px solid #ffffff;
}

.btn-secondary.stk-bb:active,
.btn-secondary.stk-bb:focus,
.btn-secondary.stk-bb:focus-visible {
  border: 2px solid #ffffff;
  background-color: #4A4A4A !important;
}

/* ==========================================================================
   HEADER / MENU
   ========================================================================== */

/* --------------------------------------------------------------------------
   HEADER / GLOBAL
   -------------------------------------------------------------------------- */

#header  {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(18, 18, 18, 0.5) 0%,
    rgba(18, 18, 18, 0) 50%
  ),
  rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
}

#_desktop_language_selector {
  width: auto !important;
}

#language-selector option {
  color: #000 !important;
  text-align: center !important;
}

#language-selector.form-select {
  padding: unset !important;
  padding-right: 1.5rem !important;
}

#language-selector {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 6l5 5 5-5'/%3e%3c/svg%3e") !important;
  background-position: right 0.35rem center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 12px !important;
  color: #fff !important;
  border: unset;
}

#language-selector:focus,
#language-selector.form-select:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#language-selector > span,
#language-selector li.current,
#language-selector li.current > a,
#language-selector ul > li > a {
  color: #fff !important;
}

#language-selector > span,
#language-selector ul,
#language-selector ul > li,
#language-selector ul > li > a {
  background: transparent !important;
  background-color: transparent !important;
}

#language-selector > span::after {
  border-top-color: #fff !important;
}

#language-selector ul {
  border: 0 !important;
  box-shadow: none !important;
}

#language-selector ul > li > a:hover,
#language-selector ul > li > a:focus,
#language-selector ul > li.current > a {
  color: #fff !important;
  background: transparent !important;
  background-color: transparent !important;
}

.header-top, .header-bottom{
  background: none;
  --header-top-border-bottom: none;
  --header-bottom-border-bottom: none;
}

.header a:not(.dropdown-item):not(.btn) {
  color: #fff;
}

.header-block__icon-image {
  padding-right: 5px;
}

/*
.header-top a:not(.dropdown-item):not(.btn):hover,
.header-bottom a:not(.dropdown-item):not(.btn):hover i,
.header-bottom a:not(.dropdown-item):not(.btn):hover,
.header-bottom a:not(.dropdown-item):not(.btn):hover i {
  color: #ffffff;
}
  */

.stk-mobile-detail-groups a:hover,
.stk-mobile-detail-groups a:focus,
.stk-mobile-detail-groups a:active,
.stk-mobile-detail-groups a:visited,
.stk-mobile-detail-groups a:hover i,
.stk-mobile-detail-groups a:focus i,
.stk-mobile-detail-groups a:active i,
.stk-mobile-detail-groups a:visited i {
  color: #2b2b2b !important;
}

/* --------------------------------------------------------------------------
   HEADER / LOGO & MENU
   -------------------------------------------------------------------------- */

.navbar-brand img {
  width: 128px !important;
}


@media (max-width: 1199px) {
  .main-menu {
    order: -1 !important;
  }
}

@media (min-width: 1200px){
  .main-menu {
    order: unset !important;
    justify-content: end;
  }
}



ul#top-menu li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    opacity: 0.92;
    transition: opacity 0.14s ease;
}

ul#top-menu li > a:hover,
ul#top-menu li > a:focus {
    opacity: 1;
    color: #fff;
}

ul#top-menu li > a::after {
    content: '';
    position: absolute;
    top: 75%;
    left: 50%;
    width: 90%;
    right: auto;
    bottom: 0;
    height: 1px;
    background: #fff;
    opacity: 0;
    transform: translateX(-50%) scaleX(0.65);
    transform-origin: center;
    transition: opacity 0.14s ease, transform 0.14s ease;
}

ul#top-menu li:hover > a::after,
ul#top-menu li > a:focus::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}

ul#top-menu li.current > a::after,
ul#top-menu li.active > a::after,
ul#top-menu li.current:hover > a::after,
ul#top-menu li.active:hover > a::after,
ul#top-menu li > a.current::after,
ul#top-menu li > a.active::after,
ul#top-menu li > a[aria-current="page"]::after {
    opacity: 0 !important;
    transform: translateX(-50%) scaleX(0) !important;
}

ul#top-menu li.current > a::before,
ul#top-menu li.active > a::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f2c94c;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

/* Icon cart */

#_desktop_cart, #_desktop_user_info {
  width: auto;
}

.header-block__action-btn {
  position: relative;
}

span.header-block__badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #000000 !important;
}

#_desktop_cart i, #_mobile_cart i {
  color: #ffffff;
}

/* Icon user */

#_desktop_user_info span.header-block__title {
  font-size: 12px;
}

#search_widget {
  width: 100% !important;
}

/* Search */

#_desktop_search {
  line-height: 2.5;
  background-color: #f1f1f1;
  border-bottom: 1px solid #000000;
}

#_desktop_search #search_widget form {
  margin: 0;
}

search-widgets__dropdown js-search-dropdown {
  display: none !important;
}

#search_widget form input {
  border-radius: 0 !important;
  background-color: #ffffff;
}

.stk-close-search-mobile {
  padding-bottom: 20px !important;
}

/* ==========================================================================
   HOME
   ========================================================================== */

.stk-overtitle h5 {
  font-size: .78rem;
  letter-spacing: .28em;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

/* ==========================================================================
   CATEGORY PAGE
   ========================================================================== */

.page-category .subcategory-section {
  background: #f7f3ec;
  margin-bottom: 2rem;
  padding: 1.6rem 0;
}

.page-category {
  background: #f7f3ec;
}

.page-category .full-width-block {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-category .full-width-block img {
  width: 100%;
  height: auto;
  display: block;
}

.page-category .full-width-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-category .full-width-block .stk-hero-content {
  position: relative;
  z-index: 2;
}

.page-category .full-width-block .stk-hero-content h1 {
  color: #ffffff !important;
}

.page-category .subcategory-section__inner {
  margin: 0 auto;
  max-width: 70rem;
  padding: 0 1rem;
}

.page-category .subcategory-section__eyebrow {
  color: #7a7267;
  font-size: 0.92rem;
  letter-spacing: 0.26em;
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.page-category .subcategory-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.page-category .subcategory-card {
  border-radius: 0.7rem;
  color: #2a2724;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  padding: 0.55rem;
  text-align: center;
  text-decoration: none;
}

.page-category .subcategory-card:hover {
  background: #ffffff;
  color: #2a2724;
  text-decoration: none;
}

.page-category .subcategory-card__media {
  background: #000000;
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
}

.page-category .subcategory-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-category .subcategory-card--logo .subcategory-card__media {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.page-category .subcategory-card--logo .subcategory-card__media img {
  object-fit: contain;
}

.page-category .subcategory-card__name {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  padding: 0 0.25rem 0.2rem;
  text-transform: uppercase;
}

.horizontal-layout .closed .af_subtitle,
.af_subtitle.toggle-content:before {
    border-color: #000000;
}

.horizontal-layout .af_subtitle {
  border: 1px solid #000000;
  text-transform: none;
  border-radius: 25px;
}

.af_filter label {
  font-size: 12px;
}

.horizontal-layout .af_filter_content {
  width: 150px;
}

#amazzing_filter .toggleMoreFilters, 
#amazzing_filter .toggleMoreFilters:focus {
  background: #ffffff;
  color: #000000;
  text-transform: none;
  border: 1px solid #000000;
  border-radius: 25px;
}

.product-miniature .card {
    text-align: center;
}

.product-miniature .product-miniature__prices {
    justify-content: center;
}

.product-miniature .card .product-miniature__infos__top a {
    color: #000000;
}

.stk-additional-block {
  padding-top: 20px;
}

/* ==========================================================================
   PRODUCT PAGE / GALLERY
   ========================================================================== */

.page-product .product__images {
  position: relative;
}

.page-product .product__images .carousel-inner {
  background-color: #ffffff;
  border: 1px solid #e6ded2;
  border-radius: 12px;
}

.page-product .product__images .carousel-item {
  aspect-ratio: 1 / 1;
}

.page-product .product__images .carousel-item picture,
.page-product .product__images .carousel-item img {
  display: block;
  height: 100%;
  width: 100%;
}

.page-product .product__images .carousel-item img {
  object-fit: contain;
}

.page-product .product__images .carousel-control-prev,
.page-product .product__images .carousel-control-next {
  align-items: center;
  background: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  bottom: 0;
  height: 44px;
  opacity: 1;
  top: unset;
  width: 44px;
}

.page-product .product__images__modal-opener {
  align-items: center;
  background: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  bottom: 1.35rem;
  box-shadow: none;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 1.25rem;
  min-width: 44px;
  right: auto;
  width: 44px;
}

.page-product .product__images__modal-opener .material-icons {
  font-size: 20px;
  line-height: 1;
}

.page-product .product__images .carousel-control-prev {
  left: auto;
  right: 4.5rem;
}

.page-product .product__images .carousel-control-next {
  right: 1.25rem;
}

.page-product .product__images .carousel-control-prev-icon,
.page-product .product__images .carousel-control-next-icon {
  background-image: none;
  height: 14px;
  position: relative;
  width: 14px;
}

.page-product .product__images .carousel-control-prev-icon::before,
.page-product .product__images .carousel-control-next-icon::before {
  border-top: 1.5px solid #1f1f1f;
  border-right: 1.5px solid #1f1f1f;
  content: "";
  display: block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}

.page-product .product__images .carousel-control-prev-icon::before {
  transform: rotate(-135deg);
}

.page-product .product__images .carousel-control-next-icon::before {
  transform: rotate(45deg);
}

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

.page-product .thumbnails__list {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.page-product .thumbnails__container .thumbnail {
  cursor: pointer;
}

.page-product .thumbnails__container .thumbnail img {
  background: #f7f3ec;
  border: 1px solid transparent;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.page-product .thumbnails__container .thumbnail.active img {
  border-color: #6f6558;
}

/* ==========================================================================
   PRODUCT PAGE / SUMMARY
   ========================================================================== */

.page-product .product-summary {
  color: #1f1f1f;
}

.page-product .product-summary__top {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-product .product-summary__breadcrumbs {
  color: #4b443d;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  gap: 0.375rem;
  line-height: 1.4;
}

.page-product .product-summary__breadcrumbs a,
.page-product .product-summary__breadcrumb-current {
  color: inherit;
  text-decoration: none;
}

.page-product .product-summary__breadcrumb-current {
  font-weight: 600;
}

.page-product .product-summary__wishlist {
  flex: 0 0 auto;
}

.page-product .product-summary__wishlist .wishlist-button-add {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  min-width: 0;
  padding: 0;
  width: auto;
}

.page-product .product-summary__wishlist .wishlist-button-add i {
  color: #111111;
  font-size: 1.9rem;
}

.page-product .product-summary__title-row {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.page-product .product-summary__name {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.page-product .product-summary__title-row .product__prices {
  flex: 0 0 auto;
}

.page-product .product-summary__price-wrap {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-product .product-summary__price-current {
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.page-product .product-summary__price-regular {
  color: #8b857d;
  font-size: 0.95rem;
  text-decoration: line-through;
}

.page-product .product-summary__description {
  color: #3d3934;
  display: -webkit-box;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page-product .product-summary__description-wrap.is-expanded .product-summary__description {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.page-product .product-summary__more {
  background: transparent;
  border: 0;
  color: #3d3934;
  display: inline-block;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.page-product .product-summary__meta {
  display: grid;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}

.page-product .product-summary__reference {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.page-product .product-summary__reference strong {
  font-weight: 700;
}

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

.page-product .product-summary__stars {
  display: flex;
  gap: 0.125rem;
}

.page-product .product-summary__stars i {
  font-size: 1.15rem;
}

.page-product .product-summary__rating-text {
  align-items: center;
  color: #3d3934;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.page-product .product-summary__rating-score {
  color: #1f1f1f;
  font-size: 1rem;
  font-weight: 700;
}

.page-product .product-summary__rating-count {
  color: #3d3934;
  margin-left: 0.35rem;
}

.page-product .product__variants {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.page-product .product__variants .variant {
  margin-bottom: 0;
}

.page-product .product__variants .form-label {
  color: #1f1f1f;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.page-product .product__variants .form-select {
  background-color: transparent;
  background-position: right 1rem center;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  min-height: 3.25rem;
  padding-left: 1rem;
  padding-right: 2.75rem;
}

.page-product .product__variants .color-variants {
  gap: 0.625rem;
}

.page-product .product__variants .color-variants .color {
  border: 1px solid transparent;
  border-radius: 0.375rem;
  height: 1.75rem;
  width: 1.75rem;
}

.page-product .product__variants .color-variants .color.active {
  border-color: #1f1f1f;
  box-shadow: 0 0 0 2px #d8d1c8;
}

.page-product .product__add-to-cart {
  margin-bottom: 0;
}

.page-product .product-summary__purchase-label {
  color: #1f1f1f;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.page-product .product-summary__purchase-main {
  display: grid;
  gap: 0.75rem;
  align-items: center;
}

.page-product .product-summary__purchase .input-group {
  background: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  display: flex;
  height: 3.25rem;
  margin-bottom: 0;
  max-width: 140px;
  overflow: hidden;
}

.page-product .product-summary__purchase .product-actions__quantity,
.page-product .product-summary__purchase .product-actions__button {
  display: flex;
  margin: 0;
}

.page-product .product-summary__purchase .input-group .btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1f1f1f;
  display: flex;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0;
}

.page-product .product-summary__purchase .input-group .form-control {
  border: 0;
  box-shadow: none;
  height: 100%;
  font-size: 1.2rem;
  padding: 0;
  text-align: center;
}

.page-product .product-summary__purchase .add-to-cart {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 3.25rem;
  min-height: 3.25rem;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.page-product .product-summary__purchase-price {
  align-items: center;
  color: #1f1f1f;
  display: none;
  height: 3.25rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.page-product .product-summary__stock {
  color: #b5afa8;
  font-size: 0.9rem;
  margin-top: 0.625rem;
}

.page-product .product-summary__stock .stk-stock,
.page-product .product-summary__stock .ficha-tecnica {
  color: #8b857d;
  font-size: 0.9rem;
  margin: 20px 0 !important;
  text-decoration: none !important;
}

.page-product .product-summary__stock .stk-search,
.page-product .product-summary__stock .ficha-tecnica.attachment:not(.stk-stock) {
  display: none !important;
}

.page-product .product-summary__stock .unides {
  display: block !important;
}

.page-product .product-summary__stock .en-stock {
  color: #8b857d !important;
  display: block !important;
  font-size: 0.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
}

.page-product .product-summary__stock .en-stock span {
  color: #8b857d !important;
  font-weight: 400;
  text-transform: none !important;
}

.page-product .product-summary__stock .eta-stock {
  margin-top: 0.45rem;
}

.page-product .product-summary__stock .eta-stock strong {
  color: #2a2724;
  display: block;
  font-size: 0.9rem !important;
  font-weight: 600;
  margin-bottom: 0.35rem !important;
}

.page-product .product-summary__stock .eta-stock ul {
  color: #8b857d;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-product .product-summary__stock .eta-stock ul li {
  color: #8b857d;
  font-size: 0.88rem;
  margin-top: 0.2rem;
  padding-left: 0.9rem !important;
  position: relative;
}

.page-product .product-summary__stock .eta-stock ul li::before {
  background: #8b857d !important;
  border-radius: 50%;
  content: "";
  height: 0.28rem;
  left: 0;
  position: absolute;
  top: 0.52rem !important;
  width: 0.28rem;
}

.page-product .product__minimal-quantity {
  color: #8b857d;
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
}

.page-product .product-summary__extras-card {
  background: #f3eee6;
  border: 1px solid #e5ddd1;
  border-radius: 0.9rem;
  margin-top: 1.75rem;
  padding: 1rem;
}

.page-product .product-summary__extras {
  margin-top: 0;
}

.page-product .product-summary__extras > [class*='col-'] {
  display: flex;
}

.page-product .product-summary__extras .product-summary__payments,
.page-product .product-summary__actions-block,
.page-product .product-summary__actions-hook {
  width: 100%;
}

.page-product .product-summary__payments {
  margin-top: 0;
  height: 100%;
  padding: 0;
}

.page-product .product-summary__actions-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-product .product-summary__actions-hook {
  display: flex;
  align-items: stretch;
}

.page-product .product-summary__actions-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.page-product .product-summary__payments-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.page-product .product-summary__payments-list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-product .product-summary__payment-badge {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd4c7;
  border-radius: 0.35rem;
  display: inline-flex;
  justify-content: center;
  min-height: 3rem;
  padding: 0.35rem 0.55rem;
}

.page-product .product-summary__payment-badge img {
  display: block;
  height: 2rem;
  max-width: 100%;
  width: auto;
}

/* ==========================================================================
   PRODUCT PAGE / SECTIONS
   ========================================================================== */

.page-product .product-reassurance {
  margin-top: 2rem;
}

.page-product .product-sections {
  margin-top: 3rem;
}

.page-product .product-sections__nav {
  display: none;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.page-product .product-sections__nav-track {
  background: #f7f3ec;
  border-radius: 999px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem;
}

.page-product .product-sections__nav-link {
  border-radius: 999px;
  color: #2a2724;
  padding: 0.7rem 1.1rem;
  text-decoration: none;
}

.page-product .product-sections__nav-link.is-active {
  background: #1f1f1f;
  color: #ffffff;
}

.page-product .product-sections__items {
  display: grid;
  gap: 0;
}

.page-product .product-section {
  border-top: 1px solid #ddd4c7;
}

.page-product .product-section__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #2a2724;
  display: flex;
  font-size: 1.05rem;
  justify-content: space-between;
  padding: 1rem 0;
  text-align: left;
  width: 100%;
}

.page-product .product-section__toggle::after {
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  content: "+";
  display: inline-flex;
  font-size: 1rem;
  height: 1.4rem;
  justify-content: center;
  line-height: 1.2rem;
  width: 1.4rem;
}

.page-product .product-section.is-open .product-section__toggle::after {
  content: "-";
}

.page-product .product-section__content {
  display: none;
  padding: 0;
}

.page-product .product-section.is-open .product-section__content {
  display: block;
}

.page-product .product-section__body {
  color: #2a2724;
}

.page-product {
  --product-section-space-y: 2.5rem;
  --product-section-space-x: 1.5rem;
}

.page-product .product-section__reviews-layout {
  display: grid;
  gap: 1.5rem;
  padding: var(--product-section-space-y) var(--product-section-space-x);
}

.page-product .product-section__reviews-summary {
  background: #ffffff;
  border: 1px solid #e4dbce;
  padding: 1.5rem;
}

.page-product .product-section__eyebrow {
  color: #554d44;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.page-product .product-section__reviews-score {
  align-items: baseline;
  color: #60634c;
  display: flex;
  gap: 0.35rem;
  line-height: 0.9;
  margin-bottom: 1rem;
}

.page-product .product-section__reviews-score-value {
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 300;
}

.page-product .product-section__reviews-score-max {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
}

.page-product .product-section__reviews-stars {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.page-product .product-section__reviews-stars i {
  font-size: 1.2rem;
}

.page-product .product-section__reviews-count {
  color: #2a2724;
  text-decoration: underline;
}

.page-product .product-section__reviews-main {
  background: #f3eee6;
  border: 1px solid #e4dbce;
  padding: 1.5rem;
}

.page-product .product-section__title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 400;
  margin: 0 0 3rem;
  text-align: center;
}

.page-product .product-section__reviews-content .product-comments-wrapper {
  margin: 0;
}

.page-product .product-section__reviews-content #product-comments-list-btn-group,
.page-product .product-section__reviews-content .empty-product-comment,
.page-product .product-section__reviews-content .comment-date,
.page-product .product-section__reviews-content .comment-buttons {
  display: none;
}

.page-product .product-section__reviews-content .product-comments-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.page-product .product-section__reviews-content .product-comments-header__count {
  color: #554d44;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-product .product-section__reviews-content #product-comments-list {
  display: grid;
  gap: 1rem;
  grid-auto-columns: minmax(320px, 420px);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x proximity;
}

.page-product .product-section__reviews-content .pagination {
  gap: 0.5rem;
  justify-content: flex-start !important;
  margin: 0;
}

.page-product .product-section__reviews-content .page-item:not(:first-child):not(:last-child) {
  display: none;
}

.page-product .product-section__reviews-content .page-link {
  align-items: center;
  background: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 999px;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}

.page-product .product-section__reviews-content .product-comment-list-item {
  align-items: flex-start;
  background: #ffffff;
  border-radius: 0.75rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 160px 1fr;
  min-width: 320px;
  padding: 1rem;
  scroll-snap-align: start;
}

.page-product .product-section__reviews-content .comment-card__media img {
  border-radius: 0.45rem;
  display: block;
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.page-product .product-section__reviews-content .comment-card__body {
  min-width: 0;
}

.page-product .product-section__reviews-content .comment-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.page-product .product-section__reviews-content .comment-author {
  margin-bottom: 0.75rem;
}

.page-product .product-section__reviews-content .comment-infos {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.page-product .product-section__reviews-content .comment-grade {
  color: #2a2724;
}

.page-product .product-section__reviews-content .comment-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow: hidden;
}

.page-product .product-section__reviews-content .product-comment-list-item.is-expanded .comment-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.page-product .product-section__reviews-content .comment-read-more {
  background: transparent;
  border: 0;
  color: #2a2724;
  padding: 0;
  text-decoration: underline;
}

.page-product .product-section__details .product__details,
.page-product .product-section__details .product__features {
  background: #f7f3ec;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.page-product .product-section__details .detail {
  border-bottom: 1px solid #e4dbce;
}

.page-product .product-section__details .detail:last-child {
  border-bottom: 0;
}

.page-product .product-specs__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-product .product-specs__group {
  border-radius: 0.95rem;
  overflow: hidden;
}

.page-product .product-specs__heading {
  border-bottom: 1px solid #e4dbce;
  color: #2a2724;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
}

.page-product .product-specs__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-product .product-specs__list li {
  align-items: start;
  border-bottom: 1px solid #e4dbce;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0.3125rem;
}

.page-product .product-specs__list li:last-child {
  border-bottom: 0;
}

.page-product .product-specs__list span {
  color: #6a6258;
  font-size: 0.92rem;
  line-height: 1.5;
}

.page-product .product-specs__list strong {
  color: #22201d;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}

.page-product .product-section--box .product-section__body,
.page-product .product-section--technology .product-section__body {
  padding: 0;
}

.page-product .product-box-content,
.page-product .product-technology,
.page-product .product-documentation,
.page-product .product-specs {
  padding: var(--product-section-space-y) var(--product-section-space-x);
}

.page-product .product-box-content__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-product .product-box-content__item {
  background: #ffffff;
  border: 1px solid #e4dbce;
  border-radius: 0.9rem;
  min-height: 180px;
  padding: 1.25rem;
}

.page-product .product-box-content__label {
  color: #2a2724;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.page-product .product-box-content__value {
  color: #5d564d;
  line-height: 1.65;
}

.page-product .product-section--technology {
  background: #171717;
  color: #f5efe5;
  box-shadow: 0 0 0 100vmax #171717;
  clip-path: inset(0 -100vmax);
  position: relative;
}

.page-product .product-section--box {
  background: #f5efe5;
  box-shadow: 0 0 0 100vmax #f5efe5;
  clip-path: inset(0 -100vmax);
  position: relative;
}

.page-product .product-section#section-attachments {
  background: #f3eee6;
  box-shadow: 0 0 0 100vmax #f3eee6;
  clip-path: inset(0 -100vmax);
  position: relative;
}

.page-product .product-section--technology .product-section__toggle {
  color: #f5efe5;
}

.page-product .product-section--technology .product-section__eyebrow,
.page-product .product-section--technology .product-section__title {
  color: #f5efe5 !important;
}

.page-product .product-feature-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-product .product-section--technology .product-feature-card {
  border-radius: 0.95rem;
  overflow: hidden;
}

.page-product .product-section--technology .product-feature-card__media {
  overflow: hidden;
}

.page-product .product-section--technology .product-feature-card__media img,
.page-product .product-section--technology .product-feature-card__media video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.page-product .product-section--technology .product-feature-card__body {
  color: #ffffff !important;
  padding: 1rem 1rem 1.1rem;
}

.page-product .product-section--technology .product-feature-card__title {
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.page-product .product-section--technology .product-feature-card__text,
.page-product .product-section--technology .product-feature-card__body p,
.page-product .product-section--technology .product-feature-card__body span,
.page-product .product-section--technology .product-feature-card__body li {
  color: #ffffff !important;
  font-size: 0.92rem;
  line-height: 1.6;
  opacity: 1;
}

.page-product .product-section__attachments {
  padding: 0;
}

.page-product .product-documentation__layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.page-product .product-documentation__media,
.page-product .product-documentation__downloads {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.page-product .product-documentation__column-title {
  color: #2a2724;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.page-product .product-documentation__video-card,
.page-product .product-documentation__downloads-card {
  border-radius: 1rem;
  height: 100%;
  padding: 1rem;
}

.page-product .product-documentation__video-stack {
  display: grid;
  gap: 1rem;
}

.page-product .product-documentation__video-embed {
  aspect-ratio: 16 / 9;
  background: #d9d0c2;
  border-radius: 0.85rem;
  overflow: hidden;
}

.page-product .product-documentation__video-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.page-product .product-documentation__downloads-title {
  color: #2a2724;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.page-product .product-documentation__downloads-list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.page-product .product-documentation__download-group {
  display: grid;
  gap: 0.75rem;
}

.page-product .product-documentation__download-item {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e4dbce;
  border-radius: 0.85rem;
  color: #2a2724;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  min-height: 3.75rem;
  position: relative;
  padding: 0.95rem 1rem;
  text-decoration: none;
}

.page-product .product-documentation__download-item::before {
  color: #2a2724;
  content: "download";
  font-family: "Material Icons";
  font-size: 1.15rem;
  line-height: 1;
  flex: 0 0 auto;
}

.page-product .product-documentation__download-item:hover {
  border-color: #c6b9a5;
  color: #2a2724;
  text-decoration: none;
}

.page-product .product-documentation__download-item a {
  color: inherit;
  text-decoration: none;
}

.page-product .product-documentation__download-item .attachment {
  width: 100%;
}

.page-product .product-documentation__download-group .attachment {
  align-items: center;
  border-bottom: 1px solid #e4dbce;
  color: #2a2724;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  min-height: 3.75rem;
  padding: 0.95rem 1rem;
  position: relative;
}

.page-product .product-documentation__download-group .attachment::before {
  color: #2a2724;
  content: "download";
  font-family: "Material Icons";
  font-size: 1.15rem;
  line-height: 1;
  flex: 0 0 auto;
}

.page-product .product-documentation__download-item .attachment a {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  width: 100%;
}

.page-product .product-documentation__download-group .attachment a {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}

.page-product .product-documentation__download-item .attachment a::after {
  color: #2a2724;
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 1.2rem;
  line-height: 1;
  speak: none;
}

/*
.page-product .product-documentation__download-group .attachment a::after {
  color: #2a2724;
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 1.2rem;
  line-height: 1;
  speak: none;
}
*/

.page-product .product-documentation__download-item span {
  color: #2a2724;
  display: inline-flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-size: 0.98rem;
  gap: 0.1rem;
  line-height: 1.4;
}

.page-product .product-documentation__download-item small {
  color: #7a7267;
  font-size: 0.8rem;
}

.page-product .product-documentation__download-item .material-icons {
  color: #2a2724;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

/* --------------------------------------------------------------------------
   CART
   -------------------------------------------------------------------------- */

body#cart {
  background: #f6f2ea;
}

body#cart .sulion-cart {
  --sulion-cart-border: #b9b1a4;
  --sulion-cart-card-border: #ddd5c8;
  --sulion-cart-text-muted: #7f776c;
  --sulion-cart-text-soft: #b6aea1;
  --sulion-cart-button-dark: #1f1f1f;
  align-items: start;
  row-gap: 2rem;
}

body#cart .sulion-cart__title {
  color: #171717;
  font-size: clamp(2rem, 2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 2rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-items {
  display: grid;
  gap: 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line {
  background: #ffffff;
  border: 1px solid var(--sulion-cart-card-border);
  border-radius: 0.75rem;
  display: flex;
  gap: 1.4rem;
  padding: 1.2rem 1.35rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__media {
  flex: 0 0 140px;
  align-self: center;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__image {
  display: block;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__image img {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  object-fit: contain;
  width: 100%;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__body {
  display: grid;
  flex: 1 1 auto;
  gap: 1rem;
  min-width: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__header {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__main {
  min-width: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__title {
  color: #23201b;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.45rem;
  text-decoration: none;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__title:hover,
:is(body#cart, #blockcart-modal) .sulion-cart-line__title:focus-visible {
  text-decoration: none;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__attribute,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability {
  color: var(--sulion-cart-text-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__attribute .label {
  color: inherit;
  margin-right: 0.25rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__price {
  color: #4a4640;
  flex: 0 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__price-base {
  color: var(--sulion-cart-text-muted);
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__footer {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__label {
  color: #23201b;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group {
  border: 1px solid var(--sulion-cart-border);
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .btn,
:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .form-control {
  background: #ffffff;
  border: 0;
  box-shadow: none;
  height: 2.8rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .btn {
  color: #2b2926;
  min-width: 3rem;
  padding: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .form-control {
  color: #1f1f1f;
  font-size: 1.1rem;
  max-width: 3rem;
  padding: 0;
  text-align: center;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .material-icons {
  font-size: 1.1rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__availability {
  color: var(--sulion-cart-text-soft);
  margin-top: 0.55rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__meta {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__total {
  color: #23201b;
  font-size: 1rem;
  font-weight: 600;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__remove {
  color: var(--sulion-cart-text-muted);
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__remove:hover,
:is(body#cart, #blockcart-modal) .sulion-cart-line__remove:focus-visible {
  color: #23201b;
}

body#cart .sulion-cart-summary {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body#cart .sulion-cart-totals {
  color: var(--sulion-cart-text-muted) !important;
}

body#cart .sulion-cart-totals__products,
body#cart .sulion-cart-totals__subtotals,
body#cart .sulion-cart-totals__footer {
  display: grid;
}

body#cart .sulion-cart-totals__line {
  align-items: center;
  border-top: 1px solid var(--sulion-cart-border);
  column-gap: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.85rem 0;
}

body#cart .sulion-cart-totals__footer .sulion-cart-totals__line:last-child {
  border-bottom: 1px solid var(--sulion-cart-border);
}

body#cart .sulion-cart-totals__details {
  grid-column: 1 / -1;
  margin-top: -0.1rem;
  padding: 0.2rem 0 0.1rem;
}

body#cart .sulion-cart-totals__details small,
body#cart .sulion-cart-totals__details .value,
#blockcart-modal .blockcart-modal__total-details small,
#blockcart-modal .blockcart-modal__total-details .value {
  color: var(--sulion-cart-text-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

body#cart .sulion-cart-totals__details .cart-summary-line,
#blockcart-modal .blockcart-modal__total-details .cart-summary-line {
  align-items: center;
  border-top: 1px dashed rgba(127, 119, 108, 0.35);
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.45rem 0 0;
}

body#cart .sulion-cart-totals__details .label,
#blockcart-modal .blockcart-modal__total-details .label {
  color: inherit;
}

body#cart .sulion-cart-totals__details .value,
#blockcart-modal .blockcart-modal__total-details .value {
  margin-left: auto;
  font-weight: 500;
  text-align: right;
}

body#cart .sulion-tax-breakdown,
#blockcart-modal .sulion-tax-breakdown {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.3rem;
}

body#cart .sulion-tax-breakdown__line,
#blockcart-modal .sulion-tax-breakdown__line {
  align-items: center;
  border-top: 1px dashed rgba(127, 119, 108, 0.35);
  padding: 0.45rem 0 0;
}

body#cart .sulion-tax-breakdown__line > small,
#blockcart-modal .sulion-tax-breakdown__line > small {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  width: 100%;
}

body#cart .sulion-tax-breakdown__line .label,
body#cart .sulion-tax-breakdown__line .value,
#blockcart-modal .sulion-tax-breakdown__line .label,
#blockcart-modal .sulion-tax-breakdown__line .value {
  color: var(--sulion-cart-text-muted);
  font-size: var(--sulion-type-body-s);
  line-height: 1.45;
}

body#cart .sulion-tax-breakdown__line .value,
#blockcart-modal .sulion-tax-breakdown__line .value {
  font-weight: 500;
  margin-left: auto;
  text-align: right;
}

body#cart .sulion-tax-breakdown__line--surcharge .label,
body#cart .sulion-tax-breakdown__line--surcharge .value,
body#cart .sulion-tax-breakdown__line--total .label,
body#cart .sulion-tax-breakdown__line--total .value,
#blockcart-modal .sulion-tax-breakdown__line--surcharge .label,
#blockcart-modal .sulion-tax-breakdown__line--surcharge .value,
#blockcart-modal .sulion-tax-breakdown__line--total .label,
#blockcart-modal .sulion-tax-breakdown__line--total .value {
  color: var(--sulion-cart-text-muted);
  /* font-weight: 500; */
}

body#cart .sulion-cart-totals__label,
body#cart .sulion-cart-totals__value {
  font-size: 1rem;
  line-height: 1.35;
}

body#cart .sulion-cart-totals__value {
  text-align: right;
  white-space: nowrap;
}

body#cart .sulion-cart-totals__line--grand .sulion-cart-totals__label,
body#cart .sulion-cart-totals__line--grand .sulion-cart-totals__value {
  color: #1f1f1f;
  font-size: 1.15rem;
  font-weight: 700;
}

body#cart .sulion-cart-totals__tax {
  color: var(--sulion-cart-text-muted);
  margin-top: 0.65rem;
}

body#cart .sulion-cart-totals__tax-line,
#blockcart-modal .blockcart-modal__tax-line {
  align-items: baseline;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

body#cart .sulion-cart-totals__tax-label,
body#cart .sulion-cart-totals__tax-value,
#blockcart-modal .blockcart-modal__tax-label,
#blockcart-modal .blockcart-modal__tax-value {
  color: var(--sulion-cart-text-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

body#cart .sulion-cart-totals__tax-value,
#blockcart-modal .blockcart-modal__tax-value {
  font-weight: 500;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

body#cart .sulion-cart-totals__tax-note,
#blockcart-modal .blockcart-modal__tax-note {
  display: block;
  margin-top: 0.15rem;
  color: #8a8176;
  font-size: 0.75rem;
  line-height: 1.45;
}

body#cart .sulion-cart-actions {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

body#cart .sulion-cart-actions .btn {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 3.55rem;
  padding: 0.95rem 1.75rem;
  text-decoration: none;
  width: 100%;
}

body#cart .sulion-cart__reassurance {
  margin-top: 1.5rem;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line {
  align-items: center;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__media,
:is(body#cart, #blockcart-modal) .sulion-cart-line__body {
  min-width: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__qty {
  width: fit-content;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__qty .input-group {
  display: inline-flex;
  flex-wrap: nowrap;
  width: auto;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__qty .input-group .form-control {
  display: block;
  flex: 0 0 3rem;
  min-width: 3rem;
  opacity: 1;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock .stk-stock,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock .unides {
  margin: 0;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock .en-stock,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock .eta-stock,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock li,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock span,
:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock strong {
  color: var(--sulion-cart-text-soft);
  font-size: 0.85rem;
  line-height: 1.4;
}

:is(body#cart, #blockcart-modal) .sulion-cart-line__availability--zstock ul {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
}

body#cart .sulion-cart-totals__voucher {
  margin-top: 1rem;
}

body#cart .sulion-cart-totals__voucher .cart-voucher {
  border-top: 1px solid var(--sulion-cart-border);
  padding-top: 1rem;
}

body#cart .sulion-cart-totals__voucher .cart-voucher hr {
  display: none;
}

body#cart .sulion-cart-totals__voucher .accordion-button,
body#cart .sulion-cart-totals__voucher .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: #23201b;
  font-size: 0.95rem;
  font-weight: 600;
}

body#cart .sulion-cart-totals__voucher form {
  display: grid !important;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

body#cart .sulion-cart-totals__voucher .form-control {
  border: 1px solid var(--sulion-cart-border);
  border-radius: 999px;
  min-height: 3rem;
  padding: 0.65rem 1rem;
}

body#cart .sulion-cart-totals__voucher .btn-primary {
  background: #23201b;
  border-color: #23201b;
  border-radius: 999px;
  margin-left: 0 !important;
  min-height: 3rem;
  text-transform: uppercase;
}

/* CHECKOUT */

/* CART MODAL */

.blockcart-modal {
  --sulion-cart-border: #b9b1a4;
  --sulion-cart-card-border: #ddd5c8;
  --sulion-cart-text-muted: #7f776c;
  --sulion-cart-text-soft: #b6aea1;
  --sulion-cart-button-dark: #1f1f1f;
}

.blockcart-modal .modal-dialog {
  margin: 0 0 0 auto;
  max-width: 637px;
  min-width: min(420px, 100%);
  min-height: 100%;
}

.blockcart-modal.fade .modal-dialog {
  transform: translateX(2rem);
}

.blockcart-modal.show .modal-dialog {
  transform: translateX(0);
}

.blockcart-modal .modal-content {
  background: #f6f2ea;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 100vh;
  position: relative;
}

.blockcart-modal__loader {
  align-items: center;
  background: rgba(246, 242, 234, 0.72);
  display: none;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 20;
}

.blockcart-modal__loader .spinner-border {
  color: #23201b;
  height: 2.5rem;
  width: 2.5rem;
}

.blockcart-modal.is-loading .blockcart-modal__loader {
  display: flex;
}

.blockcart-modal.is-loading .modal-content {
  pointer-events: none;
}

.blockcart-modal .modal-header,
.blockcart-modal .modal-body,
.blockcart-modal .modal-footer {
  border: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.blockcart-modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

.blockcart-modal .modal-title {
  color: #171717;
  flex: 1 1 auto;
  font-size: clamp(1.55rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-right: 1rem;
}

.blockcart-modal .btn-close {
  flex: 0 0 auto;
  box-shadow: none;
  font-size: 0.8rem;
  margin: 0 0 0 auto;
  opacity: 1;
  padding: 0.25rem;
}

.blockcart-modal .modal-body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 0;
}

.blockcart-modal__layout {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.blockcart-modal__items {
  display: grid;
  gap: 0.95rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.blockcart-modal__item {
  background: #fff;
  border: 1px solid var(--sulion-cart-card-border);
  border-radius: 0.5rem;
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.blockcart-modal__item-media {
  align-self: center;
  display: block;
  flex: 0 0 96px;
}

.blockcart-modal__item-media img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 88px;
  object-fit: contain;
  width: 100%;
}

.blockcart-modal__item-body {
  display: grid;
  flex: 1 1 auto;
  gap: 0.8rem;
  min-width: 0;
}

.blockcart-modal__item-header,
.blockcart-modal__item-footer,
.blockcart-modal__total-line {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.blockcart-modal__item-main {
  min-width: 0;
}

.blockcart-modal__item-title {
  color: #23201b;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.35rem;
  text-decoration: none;
}

.blockcart-modal__item-title:hover,
.blockcart-modal__item-title:focus-visible {
  color: #23201b;
  text-decoration: none;
}

.blockcart-modal__item-attribute,
.blockcart-modal__item-availability {
  color: var(--sulion-cart-text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.blockcart-modal__item-attribute .label {
  color: inherit;
  margin-right: 0.2rem;
}

.blockcart-modal__item-price {
  color: #23201b;
  flex: 0 0 auto;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}

.blockcart-modal__item-label {
  color: #23201b;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.blockcart-modal__qty .input-group {
  border: 1px solid var(--sulion-cart-border);
  border-radius: 999px;
  flex-wrap: nowrap;
  overflow: hidden;
  width: fit-content;
}

.blockcart-modal__qty .input-group .btn,
.blockcart-modal__qty .input-group .form-control {
  background: #fff;
  border: 0;
  box-shadow: none;
  height: 2.35rem;
}

.blockcart-modal__qty .input-group .btn {
  color: #2b2926;
  min-width: 2.4rem;
  padding: 0;
}

.blockcart-modal__qty .input-group .form-control {
  color: #1f1f1f;
  flex: 0 0 2.5rem;
  font-size: 0.95rem;
  max-width: 2.5rem;
  min-width: 2.5rem;
  opacity: 1;
  padding: 0;
  text-align: center;
}

.blockcart-modal__qty .input-group .material-icons {
  font-size: 1rem;
}

.blockcart-modal__item-availability {
  color: var(--sulion-cart-text-soft);
  margin-top: 0.45rem;
}

.blockcart-modal__item-meta {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blockcart-modal__item-remove {
  color: var(--sulion-cart-text-muted);
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.blockcart-modal__item-remove:hover,
.blockcart-modal__item-remove:focus-visible {
  color: #23201b;
}

.blockcart-modal__summary {
  margin-top: auto;
  padding-top: 1.5rem;
}

.blockcart-modal__totals {
  color: #3a3731;
}

.blockcart-modal__total-line {
  border-top: 1px solid var(--sulion-cart-border);
  padding: 0.85rem 0;
}

.blockcart-modal__total-line--grand {
  border-bottom: 1px solid var(--sulion-cart-border);
}

.blockcart-modal__total-label,
.blockcart-modal__total-value {
  font-size: 0.95rem;
  line-height: 1.35;
}

.blockcart-modal__total-value {
  text-align: right;
  white-space: nowrap;
}

.blockcart-modal__total-line--grand .blockcart-modal__total-label,
.blockcart-modal__total-line--grand .blockcart-modal__total-value {
  color: #1f1f1f;
  font-size: 1rem;
  font-weight: 700;
}

.blockcart-modal__tax {
  color: var(--sulion-cart-text-muted);
  margin-top: 0.65rem;
}

.blockcart-modal .modal-footer {
  display: block;
  padding-bottom: 1.5rem;
  padding-top: 1.25rem;
}

.blockcart-modal__actions {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.blockcart-modal__actions .btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 3.2rem;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.blockcart-modal__continue {
  background: transparent;
  border: 1px solid var(--sulion-cart-border);
  color: #23201b;
}

.blockcart-modal__continue:hover,
.blockcart-modal__continue:focus-visible {
  background: transparent;
  border-color: #23201b;
  color: #23201b;
}

.blockcart-modal__checkout {
  background: var(--sulion-cart-button-dark);
  border-color: var(--sulion-cart-button-dark);
  color: #fff;
}

.blockcart-modal__checkout:hover,
.blockcart-modal__checkout:focus-visible {
  background: #111;
  border-color: #111;
  color: #fff;
}

.blockcart-modal .cart-footer-extra {
  margin-top: 0.75rem !important;
}

.stk-cms-sidebar {
    margin: 0 0 20px 0;
}

.stk-cms-sidebar, .stk-cms-menu {
    /* position: sticky; */
    z-index: 1;
}

.stk-cms-menu {
    background-color: #F3F1F3;
    padding: 10px;
}

.stk-anchor{
  color: #000;
}

#stk-menu-anchor {
    padding: 5px;
    font-size: 12px !important;
}

.checkout__steps__item:after, 
.checkout__steps__item:before {
  top: 1rem;
}

.step .address.selected {
  border: 2px solid #000000;
}

body#checkout {
  background: #f6f2ea;
}

body#checkout .checkout__steps {
  background: transparent !important;
  padding: 0 0 1.5rem !important;
}

body#checkout .checkout__steps__list {
  --bs-gutter-x: 1rem;
}

body#checkout .checkout__steps__item {
  color: #000000;
  position: relative;
  z-index: 0;
}

body#checkout .checkout__steps__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

body#checkout .checkout__steps__number {
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd5c8;
  border-radius: 999px;
  color: #23201b;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.5rem;
  position: relative;
  z-index: 2;
}

body#checkout .checkout__steps__item::before {
  z-index: 0;
}

body#checkout .checkout__steps__item::before,
body#checkout .checkout__steps__item::after {
  z-index: -1;
}

body#checkout .checkout__steps__text {
  position: relative;
  z-index: 2;
}

body#checkout .checkout__steps__text {
  color: #23201b;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body#checkout .checkout__steps__item .nav-link.active .checkout__steps__number,
body#checkout .checkout__steps__item.js-step-item.-current .checkout__steps__number {
  background: #23201b;
  border-color: #23201b;
  color: #ffffff;
}

body#checkout .checkout__steps__item .nav-link.active .checkout__steps__text,
body#checkout .checkout__steps__item.js-step-item.-current .checkout__steps__text {
  color: #171717;
  font-weight: 700;
}

body#checkout .checkout__steps__item.-complete .checkout__steps__number,
body#checkout .checkout__steps__item.step--complete .checkout__steps__number {
  background: #d9e8db;
  border-color: #9eb7a2;
  color: #1d4d2b;
}

body#checkout .checkout__steps__item.-complete .checkout__steps__text,
body#checkout .checkout__steps__item.step--complete .checkout__steps__text {
  color: #35553d;
}

body#checkout .step {
  background: #ffffff;
  border: 1px solid #ddd5c8;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem !important;
  padding: 1.5rem;
}

body#checkout .step__title {
  margin-bottom: 1.25rem;
}

body#checkout .step__title-left {
  color: #171717;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
}

body#checkout .step__title hr {
  border-color: #ddd5c8;
  margin: 1rem 0 0;
  opacity: 1;
}

body#checkout .step__content .form-control,
body#checkout .step__content .form-select,
body#checkout .step__content textarea {
  background: #ffffff;
  border: 1px solid #cfc6b9;
  border-radius: 1rem;
  min-height: 3rem;
  padding: 0.75rem 1rem;
}

body#checkout .step__content .form-check-input {
  border-color: #b9b1a4;
}

body#checkout .step__content .form-check-input:checked {
  background-color: #23201b;
  border-color: #23201b;
}

body#checkout .step__content .btn,
body#checkout .cart-grid-right .btn {
  text-decoration: none;
}

body#checkout .step__content a:not(.btn),
body#checkout .cart-grid-right a:not(.btn) {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body#checkout .cart-grid-right .accordion-button {
  background: transparent !important;
  box-shadow: none;
  color: #23201b;
  font-size: 1rem;
  letter-spacing: 0.06em;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}

body#checkout #js-checkout-summary {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0 !important;
  padding: 0;
}

body#checkout #js-checkout-summary .card-block,
body#checkout #js-checkout-summary .cart-summary__totals,
body#checkout #js-checkout-summary .cart-voucher {
  background: #ffffff;
  border: 1px solid #ddd5c8;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

body#checkout #js-checkout-summary .cart-summary__totals,
body#checkout #js-checkout-summary .cart-voucher {
  margin-top: 1rem;
}

body#checkout #js-checkout-summary .cart-summary__line,
body#checkout #js-checkout-summary .cart-summary__products .cart-summary__product {
  border-top: 1px solid #b9b1a4;
  margin: 0;
  padding: 0.8rem 0;
}

body#checkout #js-checkout-summary .cart-summary__products .cart-summary__product:first-child,
body#checkout #js-checkout-summary .cart-summary__line:first-child {
  border-top: 0;
  padding-top: 0;
}

body#checkout #js-checkout-summary .cart-total {
  border-top: 1px solid #23201b;
  padding-top: 1rem;
}

body#checkout #js-checkout-summary .cart-total .cart-summary__label,
body#checkout #js-checkout-summary .cart-total .cart-summary__value {
  color: #171717;
  font-weight: 700;
}

body#checkout #js-checkout-summary .cart-voucher .accordion-item,
body#checkout #js-checkout-summary .cart-voucher .accordion-button {
  background: transparent;
}

body#checkout #delivery-addresses {
  margin-top: 10px;
}

/* ==========================================================================
   CMS
   ========================================================================== */

/*
#cms .conteiner-cms-custom {
  padding-top: 25px;
}
*/

#cms #content-wrapper .page-header {
  margin-bottom: unset !important;
}

.cookiesplus-finality-body {
  overflow-x: scroll !important;
}

/* --------------------------------------------------------------------------
   CMS / Sobre Nosotros
   -------------------------------------------------------------------------- */

body.cms-id-4 h1 {
  display: none;
}

.section_movil {
  display: block;
}

.section_ordenador {
  display: block;
}

.section_ordenador td {
  border: none !important;
}

.ancho90 {
  width: 90%;
  margin: 0 auto;
}

.video_nosotros_new {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.h1_nosotros_new,
.h1_nosotros_divulga {
  margin: 0 !important;
  padding-bottom: 20px;
}

.h1_nosotros_new_2,
.h1_nosotros_new_3 {
  margin: 0 !important;
}

/* ==========================================================================
   MODULE / ZBUSCADOR
   ========================================================================== */

/*
#module-zbuscador-buscador #wrapper {
  padding-top: 30px;
}
*/

#module-zbuscador-buscador .btn.btn-custom-zbuscador img {
  padding-right: 10px;
}

#module-zbuscador-buscador .btn.btn-custom-zbuscador:hover img {
  filter: invert(100%);
}

/*
#module-zbuscador-buscador .btn.btn-custom-zbuscador span {
  font-size: 10px;
  text-transform: capitalize;
}
*/

#module-zbuscador-buscador .btn.btn-custom-zbuscador:hover span {
  color: #fff;
}

#module-zbuscador-buscador .btn-custom-search-zbuscador {
  align-items: center;
  background: #3b3b3b;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 14px;
  line-height: 1.65 !important;
  right: 6%;
  text-transform: capitalize;
  z-index: 1 !important;
}

#module-zbuscador-buscador .btn-custom-search-zbuscador i {
  padding-right: 5px;
}

#module-zbuscador-buscador .btn.btn-custom-search-zbuscador:hover {
  background: #333;
  border: 2px solid #333;
  box-sizing: border-box;
  box-shadow: 5px 5px 0 #fdc743;
}

#module-zbuscador-buscador .stk-results-search-form-catalog.pro,
#module-zbuscador-buscador .stk-results-search-form-catalog.cat,
#module-zbuscador-buscador .stk-results-search-form-catalog.cor,
#module-zbuscador-buscador .stk-results-search-form-catalog.dos {
  border-bottom: 1px solid #000;
}

#module-zbuscador-buscador .stk-results-search-form-catalog.pro h4,
#module-zbuscador-buscador .stk-results-search-form-catalog.cat h4,
#module-zbuscador-buscador .stk-results-search-form-catalog.cor h4,
#module-zbuscador-buscador .stk-results-search-form-catalog.dos h4 {
  margin-bottom: 0 !important;
}

#module-zbuscador-buscador .stk-results-search-form-catalog.pro {
  width: 100%;
}

#module-zbuscador-buscador .stk-block-item-zbuscador {
  background: rgb(255 255 255 / 50%);
  box-shadow: 0 3px 6px rgb(51 51 51 / 30%);
  height: 100%;
  overflow: hidden;
  padding: 1rem;
}

#module-zbuscador-buscador .stk-block-item-zbuscador > p {
  font-size: 14px !important;
  font-weight: 900;
  margin: 1rem 0;
  text-transform: capitalize;
}

#module-zbuscador-buscador .stk-block-item-zbuscador img.stk-icons-zbuscador,
#module-zbuscador-buscador .stk-results-icons img {
  margin: 0 auto;
}

#module-zbuscador-buscador .stk-block-item-zbuscador > a:first-of-type {
  display: block;
}

#module-zbuscador-buscador .stk-block-item-zbuscador img.stk-front,
#module-zbuscador-buscador .stk-block-item-zbuscador img.stk-icons-zbuscador {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

#module-zbuscador-buscador #stk-search-product-form {
  align-items: baseline !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 8% !important;
  padding: 50px 0 !important;
}

#module-zbuscador-buscador #stk-search-product-form .input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

#module-zbuscador-buscador #stk-search-product-form input[type="search"] {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 3px 6px rgb(51 51 51 / 30%);
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  outline: none !important;
}

#module-zbuscador-buscador #stk-search-product-form .input-group-btn {
  display: flex;
  flex: 0 0 auto;
}

#module-zbuscador-buscador #stk-search-product-form .btn-custom-search-zbuscador {
  border-radius: 0 50px 50px 0;
  white-space: nowrap;
}

#module-zbuscador-buscador img.stk-icons-search-zbuscador {
  width: 100px;
}

#module-zbuscador-buscador .stk-catalog-center {
  text-align: center;
}

#module-zbuscador-buscador .stk-catalog-center > div {
  padding: 20px;
}

#module-zbuscador-buscador .stk-catalog-center > div > img {
  display: inline-block !important;
}

#module-zbuscador-buscador .stk-catalog-center > div > p {
  font-size: 14px !important;
  margin-top: 1rem;
  text-transform: uppercase;
}

#module-zbuscador-buscador .at-input-busqueda-documentacion {
  border: none;
  border-bottom: 1px solid #64676c !important;
  padding: 10px !important;
  width: 100%;
}

#module-zbuscador-buscador .bl-centro-documentacion,
#module-zbuscador-buscador .stk-results-search-form-dossier {
  padding-top: 2%;
}

#module-zbuscador-buscador .stk-results-search-form-dossier h3 {
  margin-top: 1rem;
}

#module-zbuscador-buscador .stk-search-form-margin-5 {
  margin: 5px 0;
}

#module-zbuscador-buscador .stk-search-form-margin-10 {
  margin: 10px 0;
}

#module-zbuscador-buscador .stk-search-form-margin-20 {
  margin: 20px 0;
}

#module-zbuscador-buscador .stk-search-form-right {
  text-align: right;
}

#module-zbuscador-buscador #myModal.modal .close:before {
  content: "" !important;
}

#module-zbuscador-buscador .stk-text-before-search p {
  font-size: 14px !important;
}

#module-zbuscador-buscador .stk-results-search-form {
  padding: 20px;
}

#module-zbuscador-buscador .stk-results-icons {
  margin: 15px;
  padding: 10px;
  text-align: center;
}

#module-zbuscador-buscador .stk-results-icons span.stk-search-type-file {
  display: block;
  font-size: 14px !important;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

/* ==========================================================================
   MODULE / AMAZZING BLOG
   ========================================================================== */

.ab-root-blog {
  padding: 0;
}

.ab-root-blog__intro,
.ab-root-blog__section,
.ab-root-blog__shortcode {
  margin: 0 auto;
  max-width: 84rem;
  padding: 0 1.5rem;
}

.ab-root-blog__intro {
  margin-bottom: 2rem;
}

.ab-root-blog__hero {
  margin-bottom: 2rem;
}

.ab-root-blog__hero img {
  aspect-ratio: 16 / 6;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ab-root-blog__heading {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
}

.ab-root-blog__eyebrow {
  color: #7a7267;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.ab-root-blog__description {
  color: #4b443d;
  margin-top: 1rem;
}

.ab-root-blog__section {
  margin-bottom: 4rem;
}

.ab-root-blog__section-head {
  margin-bottom: 1.5rem;
}

.ab-root-blog__section-head--split {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.ab-root-blog__section-title {
  margin: 0;
}

.ab-root-blog__section-head--center {
  text-align: center;
}

.ab-root-blog__section-head--center > div {
  margin: 0 auto;
}

.ab-root-blog__tabs--tags {
  justify-content: center;
}

.ab-root-blog__tabs--categories {
  justify-content: center;
}

.ab-root-blog__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.ab-root-blog__tab {
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ab-root-blog__tab-count {
  opacity: 0.72;
}

.ab-root-blog__tab:hover,
.ab-root-blog__tab.is-active {
  background: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

.ab-root-blog__tabs--categories {
  border-bottom: 1px solid #d9d0c4;
  gap: 1.75rem;
  margin-bottom: 1.5rem;
}

.ab-root-blog__tabs--categories .ab-root-blog__tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #7a7267;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 0 0 0.7rem;
  text-transform: uppercase;
}

.ab-root-blog__tabs--categories .ab-root-blog__tab:hover,
.ab-root-blog__tabs--categories .ab-root-blog__tab.is-active {
  background: transparent;
  border-color: #8f877b;
  color: #5e584f;
}

.ab-root-blog__panel {
  position: relative;
}

.ab-root-blog__section.is-loading .ab-root-blog__panel {
  opacity: 0.55;
  pointer-events: none;
}

.ab-root-blog__posts .post-list {
  margin-bottom: 0;
}

.ab-root-blog__posts .post-item {
  background: #fff;
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

.ab-root-blog__posts .post-item-cover img {
  aspect-ratio: 1 / 0.8;
  display: block;
  object-fit: cover;
  width: 100%;
}

.ab-root-blog__posts .post-item-title,
.ab-root-blog__posts .post-item-content,
.ab-root-blog__posts .post-item-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ab-root-blog__posts .post-item-title {
  margin-top: 1rem;
}

.ab-root-blog__posts .post-item-footer {
  padding-bottom: 1rem;
}

.ab-root-blog__actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.ab-root-blog__load-more {
  min-width: 14rem;
  text-align: center;
}

.ab-root-blog__shortcode {
  background: #f5efe5;
  border: 1px dashed #b8aea1;
  border-radius: 1.25rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: center;
}

.ab-root-blog__shortcode-label {
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.ab-root-blog__shortcode-code {
  color: #6b645b;
  font-family: monospace;
  font-size: 0.95rem;
}

.ab-root-blog__sorting {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.ab-root-blog__sorting--center {
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.ab-root-blog__sorting label {
  margin: 0;
}

.ab-root-blog__sorting select,
.ab-root-blog__order-way {
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  min-height: 2.75rem;
  padding: 0 1rem;
}

.ab-root-blog__order-way {
  min-width: 4.5rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .ab-item {
  height: 100%;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item {
  background: #fff;
  border: 1px solid #ece3d7;
  border-radius: 0.5rem;
  box-shadow: none;
  height: 100%;
  overflow: hidden;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-cover {
  margin: 0;
  padding: 0.9rem 0.9rem 0;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-cover img {
  aspect-ratio: 1.32;
  border-radius: 0.2rem;
  object-fit: cover;
  width: 100%;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-title,
.ab-root-blog__section--categories .ab-root-blog__posts .post-item-content,
.ab-root-blog__section--categories .ab-root-blog__posts .post-item-footer {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  margin-top: 0.85rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-content {
  color: #6f685f;
  font-size: 0.86rem;
  line-height: 1.5;
  min-height: 4.1rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-footer {
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .post-item-info,
.ab-root-blog__section--categories .ab-root-blog__posts .item-readmore {
  color: #6f685f;
  font-size: 0.78rem;
}

.ab-root-blog__section--categories .ab-root-blog__posts .item-readmore {
  text-transform: none;
}

.post-card {
  display: flex;
  flex-direction: column;
}

.post-card__cover-link {
  display: block;
}

.post-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.post-card__title a {
  color: inherit;
  text-decoration: none;
}

.post-card__title a:hover {
  text-decoration: none;
}

.post-card__meta {
  align-items: center;
  color: #6f685f;
  column-gap: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
  row-gap: 0.35rem;
}

.post-card__meta .post-item-info,
.post-card__meta .post-item-info a {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 0.35rem;
  text-decoration: none;
}

.post-card__content {
  flex: 1 1 auto;
}

.post-card__content p {
  margin: 0;
}

.post-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.post-card__tags .ab-tag {
  background: #f5efe5;
  border-radius: 999px;
  color: #7a7267;
  font-size: 0.72rem;
  padding: 0.2rem 0.55rem;
  text-decoration: none;
}

.post-card__footer {
  margin-top: 1rem;
}

.post-card__readmore {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.ab-root-blog__section--categories .post-card__readmore {
  color: #8b8377;
}

.ab-root-blog__section--categories .post-card__readmore:hover {
  color: #5e584f;
}

.post-page .ab-single-related {
  margin: 4.5rem auto 0;
  max-width: 84rem;
}

.post-page .ab-single-related__head {
  margin: 0 auto 2.5rem;
  max-width: 100%;
  text-align: center;
}

.post-page .ab-single-related__eyebrow {
  color: #9a9083;
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  text-align: center;
  text-transform: uppercase;
}

.post-page .ab-single-related__title {
  color: #5d5a50;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 0;
  text-align: center;
}

.post-page .ab-single-related .post-list.ab-grid {
  row-gap: 2rem;
}

.post-page .ab-single-related .post-item {
  background: #fff;
  border: 1px solid #ece3d7;
  border-radius: 0.5rem;
  height: 100%;
}

.post-page .ab-single-related .post-item-cover {
  padding: 0.9rem 0.9rem 0;
}

.post-page .ab-single-related .post-item-cover img {
  aspect-ratio: 1.32;
  border-radius: 0.2rem;
  object-fit: cover;
  width: 100%;
}

.post-page .ab-single-related .post-item-title,
.post-page .ab-single-related .post-item-content,
.post-page .ab-single-related .post-item-footer,
.post-page .ab-single-related .post-item-meta {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.post-page .ab-single-related .post-item-title {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.9rem;
}

.post-page .ab-single-related .post-item-content {
  color: #6f685f;
  font-size: 0.86rem;
  line-height: 1.55;
}

.post-page .ab-single-related .post-item-footer {
  padding-bottom: 1rem;
}

.post-page .ab-single-related .post-card__title {
  color: #2f2f2b;
}

.post-page .ab-single-related .post-card__meta {
  color: #6b645b;
  font-size: 0.76rem;
}

.post-page .ab-single-related .post-card__readmore {
  color: #8b8377;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #c8bfb3;
  text-underline-offset: 0.16rem;
}

.post-page .ab-single-related .post-card__readmore:hover {
  color: #5e584f;
  text-decoration-color: #8b8377;
}

.post-page .ab-single-related-products {
  margin: 3.5rem auto 0;
  max-width: 84rem;
}

.post-page .ab-single-related-products__head {
  margin: 0 auto 2rem;
  max-width: 38rem;
  text-align: center;
}

.post-page .ab-single-related-products__eyebrow {
  color: #9a9083;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.post-page .ab-single-related-products__title {
  color: #4e4b43;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
}

.post-page .ab-single-related-products .ab-item {
  height: 100%;
}

.ab-related-product-card {
  background: #fff;
  border: 1px solid #ece3d7;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.ab-related-product-card__image {
  margin: 0;
  padding: 0.9rem 0.9rem 0;
}

.ab-related-product-card__image-link {
  display: block;
}

.ab-related-product-card__image img {
  aspect-ratio: 1.15;
  border-radius: 0.2rem;
  object-fit: cover;
  width: 100%;
}

.ab-related-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.95rem;
}

.ab-related-product-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.ab-related-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.ab-related-product-card__category {
  margin-bottom: 0.5rem;
}

.ab-related-product-card__category a {
  color: #8b8377;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ab-related-product-card__description {
  color: #6f685f;
  flex: 1 1 auto;
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 0.9rem;
}

.ab-related-product-card__price {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ab-related-product-card__price .price {
  color: #4e4b43;
  font-size: 1.05rem;
  font-weight: 600;
}

.ab-related-product-card__price .old-price {
  color: #9a9083;
  font-size: 0.85rem;
}

.ab-related-product-card__actions {
  margin-top: auto;
}

.ab-related-product-card__button {
  border-radius: 999px;
  min-width: 100%;
}

/* SINGLE POST */

.ab-single-post {
  margin: 0 auto;
  padding: 2.5rem 0 4rem;
}

.ab-single-post__header {
  margin: 0 auto 2.5rem;
  max-width: 52rem;
  text-align: center;
}

.ab-single-post__eyebrow {
  color: #9a9083;
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0 auto 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ab-single-post__title {
  color: #5d5a50;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.03;
  margin: 0 auto 1.5rem;
  max-width: 46rem;
  text-align: center;
}

.ab-single-post.post-page h1 {
  margin-left: auto;
  margin-right: auto;
}

.ab-single-post__excerpt {
  color: #7b746b;
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}

.ab-single-post__meta {
  align-items: center;
  color: #7b746b;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.ab-single-post__meta-item {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  gap: 0.45rem;
}

.ab-single-post__meta-icon {
  display: block;
  flex: 0 0 0.875rem;
  height: 0.875rem;
  width: 0.875rem;
}

.ab-single-post__hero {
  margin: 0 auto 2.5rem;
  max-width: 84rem;
}

.ab-single-post__hero img {
  display: block;
  height: auto;
  width: 100%;
}

.ab-single-post__content {
  margin: 0 auto;
  max-width: 52rem;
}

.ab-single-post__content > *:first-child {
  margin-top: 0;
}

.ab-single-post__after-content,
.ab-single-post__comments {
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
}

/* RELATED POSTS */

.amazzingblog.blocks.displayPostFooter {
  margin: 4rem auto 0;
}

.amazzingblog.blocks.displayPostFooter .ab.block {
  max-width: 84rem;
  margin: 0 auto;
}

.amazzingblog.blocks.displayPostFooter .block-title {
  color: #5d5a50;
  font-family: var(--sulion-heading-font-family);
  font-weight: 400;
  line-height: 1.02;
  margin: 0 0 2.25rem;
  text-align: center;
}

.ab-display-post-footer__head {
  text-align: center;
}

.ab-display-post-footer__eyebrow {
  color: #9a9083;
  display: block;
  font-family: var(--bs-body-font-family);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.amazzingblog.blocks.displayPostFooter .post-list.ab-grid {
  row-gap: 2rem;
}

.amazzingblog.blocks.displayPostFooter .ab-item {
  height: 100%;
}

.amazzingblog.blocks.displayPostFooter .post-item-compact,
.amazzingblog.blocks.displayPostFooter .ab-related-post-compact {
  background: #fff;
  border: 1px solid #ece3d7;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.amazzingblog.blocks.displayPostFooter .post-item-cover-compact {
  margin: 0;
  padding: 0.9rem 0.9rem 0;
}

.amazzingblog.blocks.displayPostFooter .post-item-cover-compact img {
  aspect-ratio: 1.32;
  border-radius: 0.2rem;
  object-fit: cover;
  width: 100%;
}

.amazzingblog.blocks.displayPostFooter .post-item-title,
.amazzingblog.blocks.displayPostFooter .post-item-content,
.amazzingblog.blocks.displayPostFooter .post-item-footer,
.amazzingblog.blocks.displayPostFooter .ab-related-post-compact__actions {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.amazzingblog.blocks.displayPostFooter .post-item-title {
  color: #2f2f2b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0.9rem 0 0.6rem;
}

.amazzingblog.blocks.displayPostFooter .post-item-title a {
  color: inherit;
  text-decoration: none;
}

.amazzingblog.blocks.displayPostFooter .post-item-footer {
  color: #6b645b;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.amazzingblog.blocks.displayPostFooter .post-item-info,
.amazzingblog.blocks.displayPostFooter .post-item-info a {
  color: inherit;
  text-decoration: none;
}

.amazzingblog.blocks.displayPostFooter .post-item-content {
  color: #6f685f;
  flex: 1 1 auto;
  font-size: 0.86rem;
  line-height: 1.55;
}

.amazzingblog.blocks.displayPostFooter .post-item-content p {
  margin: 0;
}

.amazzingblog.blocks.displayPostFooter .item-readmore,
.amazzingblog.blocks.displayPostFooter .ab-related-post-compact__readmore {
  color: #8b8377;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0;
  margin: 0.9rem 0 1rem;
  text-decoration: underline;
  text-decoration-color: #c8bfb3;
  text-underline-offset: 0.16rem;
}

.amazzingblog.blocks.displayPostFooter .item-readmore:hover,
.amazzingblog.blocks.displayPostFooter .ab-related-post-compact__readmore:hover {
  color: #5e584f;
  text-decoration-color: #8b8377;
}

.stk-image-asesor {
    width: 150px; 
}

.stk-image-asesor img {
    object-fit: cover;
    height: 125px !important;
}

.block-stk-asesor {
    background-color: #E3E3E3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 15px;
    border-radius: 15px; 
    align-items: center; 
    text-align: left; 
    max-width: 400px !important; 
    margin-left: auto;
}

.stk-myaccount-wrapper p,
.stk-myaccount-wrapper-simple p,
.stk-simple-box-text p,
.stk-myaccount-wrapper span,
.stk-myaccount-wrapper-simple span,
.stk-myaccount-wrapper input,
.stk-myaccount-wrapper-simple input,
.stk-myaccount-wrapper a,
.stk-myaccount-wrapper-simmple a {
  font-family: 'Strawford','Roboto',Arial, sans-serif;
  color: #000000;
}

.stk-myaccount-block {
    padding: 10px;
}

.stk-myaccount-block .block-item {
    align-items: flex-start;
    background-color: rgba(246, 247, 237, 1);
    border-radius: 8px;
    padding: 16px;
    opacity: 1;
    align-items: center;
}

.stk-myaccount-block .box-text {
    padding: 10px;
}

.stk-myaccount-block .box-text p {
    line-height: 1.5;
    margin-bottom: 5px;
}

.stk-myaccount-block .box-icon {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    padding: 8px;
    gap: 10px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135.45deg, #9BA385 10.37%, #4D523E 87.81%);
}

.stk-myaccount-block.promotions .box-icon {
    background: linear-gradient(135.45deg, #FFDF29 10.37%, #FFAA00 87.81%) !important;
}

.stk-myaccount-simple {
    margin-top: 10px;
}

.stk-simple-box {
    background-color: rgba(246, 247, 237, 1);
    border-radius: 8px;
    padding: 16px;
    opacity: 1;
    align-items: center;
    justify-content: space-between;
}

.stk-simple-box-back {
    background-color: rgba(246, 247, 237, 1);
    border-radius: 8px;
    padding: 16px;
    opacity: 1;
    align-items: center;
    justify-content: flex-start
}

.stk-simple-box-back > div {
    padding: 0 10px;
}

.stk-simple-box-icon {
    display: flex;
    justify-content: center;
}

.stk-simple-box-text p {
    margin-bottom: 0 !important;
}

.container {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-columns {
    padding-top: 0 !important;
}

table.table-striped .thead-default th {
    color: #ffffff;
    background-color: #63666a;
}

table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #eef0f5;
}

table.table-striped tbody tr:nth-of-type(2n) {
    background-color: #e5e5e5;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

.rich-text table>:not(caption)>*>*, .table>:not(caption)>*>* {
  background-color: transparent;
}

.btn-custom-search-zbuscador {
    background: #3b3b3b;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    left: 6%;
    z-index: 1 !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-custom-search-zbuscador i {
    padding-left: 5px;
}

.btn-custom-search-zbuscador span {
    padding-right: 5px;
}

.btn.btn-custom-search-zbuscador:hover {
    background: #333333;
    border: 2px solid #333333;
    box-sizing: border-box;
    box-shadow: -5px 5px 0 #FDC743;
}

.page-customer-account #content {
    padding: unset;
    border: none;
    color: #000000;
}

 #content-wrapper > .page-header:empty,
 #content-wrapper > .page-header {
    display: none;
    margin: 0;
    padding: 0;
}

 #content-wrapper.wrapper__content,
 #content-wrapper.wrapper__content-full-width {
    padding-top: 0;
}

 .position-relative {
    position: relative;
}

 .position-absolute {
    position: absolute;
}

 .table-wrapper {
    min-height: 100px;
}

 .stk-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

 .table-wrapper .spinner-border {
    position: absolute;
}

 .block-stk-asesor {
    margin: 0 auto 1.5rem !important;
}

 .stk-info-asesor p {
    line-height: 0.75 !important;
    font-size: 14px !important;
    padding: 10px;
    margin-bottom: 0 !important;
}

 .btn-customer-order-show-details {
    padding: 5px;
}

 .btn-custom-search-zbuscador {
    right: 6%;
    left: auto;
    line-height: 1.65 !important;
}

 .btn-custom-search-zbuscador i {
    padding-right: 5px;
    padding-left: 0;
}

 .btn-custom-search-zbuscador span {
    padding-left: 5px;
    padding-right: 0;
}

 .btn.btn-custom-search-zbuscador:hover {
    box-shadow: 5px 5px 0 #FDC743;
}

 .table-labeled th,
 .table-labeled td {
    vertical-align: middle;
}

 .table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 6px;
    margin: 2px;
    color: #ffffff;
    white-space: nowrap;
}

 .order-actions a,
 .stk-ajax-order.btn {
    padding: 5px;
}

 .order-details-ajax {
    border: 1px solid #f0f0f0;
    padding: 20px;
}

 .spinner-border {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

#history .orders {
  margin: 0 rem(-16px); }
  #history .orders .order {
    padding: 12px 16px;
    border-bottom: 1px solid #f6f6f6; }
    #history .orders .order a h3 {
      color: #878787; }
    #history .orders .order .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

      .stk-banner-my-account {
    padding-bottom: 20px;
}

.stk-banner-my-account img {
    width: 100% !important;
}

.input-stk-search {
    width: 100%;
    border: thin solid #64676c;
    padding: 10px !important;
    outline: none !important;
}

#content > div.col > div > div.stk-search-block.row > div.col-md-4.input-group{
  max-width: 33.333333%;
}

.stk-search-block {
    align-items: center;
    row-gap: 16px;
    margin-bottom: 24px;
}

.stk-search-block > .col-md-8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.stk-search-block__label {
    white-space: nowrap;
}

.stk-search-block > .col-md-4.input-group,
#module-zbuscador-buscador #stk-search-product-form .input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 0;
}

.input-datepicker {
    min-height: 40px;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    box-shadow: none;
    padding: 0 14px;
    font-size: 15px;
}

.input-stk-search,
#module-zbuscador-buscador #stk-search-product-form input[type="search"] {
    min-height: 40px;
    border: 1px solid #9a9a9a;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 14px !important;
    font-size: 15px;
    color: #222;
}

.input-stk-search::placeholder,
#module-zbuscador-buscador #stk-search-product-form input[type="search"]::placeholder {
    color: #8a8a8a;
    opacity: 1;
}

.input-group-btn,
#module-zbuscador-buscador #stk-search-product-form .input-group-btn {
    display: flex;
    flex: 0 0 auto;
}

.btn-custom-search-zbuscador,
#module-zbuscador-buscador #stk-search-product-form .btn-custom-search-zbuscador {
    min-height: 40px;
    padding: 0 22px;
    border: 1px solid #333333;
    border-radius: 0 22px 22px 0;
    background: #333333;
    color: #ffffff;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    left: auto;
    right: auto;
}

.btn-custom-search-zbuscador i,
#module-zbuscador-buscador #stk-search-product-form .btn-custom-search-zbuscador i {
    padding: 0;
    font-size: 16px;
}

.btn-custom-search-zbuscador span {
    padding: 0;
}

.btn.btn-custom-search-zbuscador:hover,
.btn.btn-custom-search-zbuscador:focus,
#module-zbuscador-buscador .btn.btn-custom-search-zbuscador:hover,
#module-zbuscador-buscador .btn.btn-custom-search-zbuscador:focus {
    background: #252525;
    border-color: #252525;
    color: #ffffff;
    box-shadow: none;
}

#module-zbuscador-buscador #stk-search-product-form {
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 32px !important;
    padding: 32px 0 !important;
    width: 100%;
    max-width: 980px;
}

#module-zbuscador-buscador #stk-search-product-form .input-group {
    max-width: 580px;
    margin: 0 auto;
}

.stk-search-block--delivery-notes {
    justify-content: space-between;
}

.stk-search-block--delivery-notes > .stk-search-block__dates {
    flex: 1 1 0;
    min-width: 0;
}

.stk-search-block--delivery-notes > .stk-search-block__search {
    flex: 0 0 430px;
    max-width: 430px;
    margin-left: auto;
}

/* MODULE WHISLIST */

.wishlist-container-header a,
.wishlist-container-header a:hover,
.wishlist-footer-links a,
.wishlist-footer-links a:hover {
  color: #000000 !important;
}

/* MODULE AMAZZING FILTER */ 

.horizontal-layout .closed .af_subtitle,
.horizontal-layout .af_subtitle {
  border-color: #000000 !important;
  text-transform: capitalize !important;
}

.horizontal-layout .af_subtitle {
  padding: 10px 25px 10px 10px !important;
  line-height: normal !important;
}

.af_subtitle.toggle-content:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/design_2026/general/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px !important;
  height: 10px !important;
  transform: unset !important;
  -webkit-transform: unset !important;
  border: none !important;
  margin-top: -5px !important;
}

#amazzing_filter .toggleMoreFilters, 
#amazzing_filter .toggleMoreFilters:focus {
  background: #ffffff !important;
  color: unset !important;
  font-weight: unset !important;
  text-transform: capitalize !important;
}

#amazzing_filter .btn.toggleMoreFilters span.more-txt,
#amazzing_filter .btn.toggleMoreFilters span.less-txt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#amazzing_filter .af-form:not(.show-more-f) .btn.toggleMoreFilters span.less-txt {
  display: none;
}

#amazzing_filter .af-form.show-more-f .btn.toggleMoreFilters span.more-txt {
  display: none;
}

#amazzing_filter .af-form.show-more-f .btn.toggleMoreFilters span.less-txt {
  display: inline-flex;
}

#amazzing_filter .btn.toggleMoreFilters span.more-txt:after,
#amazzing_filter .btn.toggleMoreFilters span.less-txt:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/design_2026/general/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 10px;
}

#amazzing_filter .btn.toggleMoreFilters span.less-txt:after {
  transform: rotate(180deg);
}

#amazzing_filter .compact-toggle.sticky {
  height: unset !important;
  line-height: unset !important;
}

.has-compact-filter #amazzing_filter .title_block {
  background: #17191f !important;
  color: #ffffff;
}

#amazzing_filter .compact-close {
  color: #ffffff !important;
}

.af_filter .count {
  color: unset !important;
}

.af-total-count {
  opacity: unset !important;
}

.page-content:has(.stkproyecto) > h1 {
  display: none;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
      .block-stk-asesor {
        margin: 0 auto 1.5rem !important;
    }

.block-stk-asesor {
        margin: 0 auto 1.5rem !important; 
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
      display: none !important; 
    }

     #content > .col > .col-lg-12 > .d-block.d-lg-flex {
        padding-top: 0 !important;
        padding-bottom: 1rem !important;
    }

     h1.text-center {
        font-size: 20px;
        margin-bottom: 1rem;
    }

     .block-stk-asesor {
        max-width: 460px !important;
        padding: 18px;
    }

     .stk-search-block {
        max-width: 760px;
        margin: 0 auto 1rem;
    }

     .stk-search-block > .col-md-8 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }

     .stk-search-block__label {
        width: 100%;
    }

     .stk-search-block > .col-md-4.input-group {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        padding-top: 0;
        max-width: 100%;
    }

     .input-datepicker {
        width: 150px !important;
        max-width: 150px;
        flex: 0 0 150px;
    }

     .input-stk-search {
        flex: 1 1 auto;
        min-width: 0;
    }

     .input-group-btn {
        display: flex;
        flex: 0 0 auto;
    }

     .input-group .input-group-btn > .btn {
        margin-left: 0;
        padding: 0 16px;
        font-size: 12px;
    }

     .btn-custom-search-zbuscador {
        right: auto;
        min-width: 132px;
    }

     #customer-ofertas-table th,
     #customer-ofertas-table td {
        font-size: 14px;
    }

     .btn-customer-order-show-details {
        min-width: 64px;
        font-size: 12px;
        border-radius: 999px;
    }

     .stk-search-block--delivery-notes > .stk-search-block__search {
        flex: 1 1 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (min-width: 480px) {
  #search_widget form i {
    top: 5px;
  }

  #amazzing_filter.horizontal-layout .btn {
    border-width: 1px;
  }
}

@media (min-width: 576px) {
body#cart .sulion-cart-totals__voucher form {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body#cart .sulion-cart-totals__voucher .btn-primary {
    min-width: 8.5rem;
  }
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  span.header-block__badge {
    right: 0;
  }
}
 
@media (min-width: 769px) {
  .page-category .full-width-block .stk-hero-content p {
    width: 35%;
  }
}

@media (min-width: 992px) {

  .ab-root-blog {
    padding: 100px 0;
  }

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

  .page-product .product__images .js-product-carousel {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
  }

  .page-product .product__images .thumbnails__container {
    direction: rtl;
    flex: 0 0 96px;
    margin-top: 0;
    max-height: calc((96px * 6) + (0.75rem * 5));
    order: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0.75rem;
    scrollbar-color: #b8aea1 transparent;
    scrollbar-width: thin;
  }

  .page-product .product__images .thumbnails__list {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0.75rem;
    direction: ltr;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
  }

  .page-product .product__images .thumbnails__list .thumbnail {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .page-product .product__images .thumbnails__list .thumbnail img {
    height: auto;
  }

  .page-product .product__images .thumbnails__container::-webkit-scrollbar {
    width: 2px;
  }

  .page-product .product__images .thumbnails__container::-webkit-scrollbar-track {
    background: transparent;
  }

  .page-product .product__images .thumbnails__container::-webkit-scrollbar-thumb {
    background: #b8aea1;
    border-radius: 999px;
  }

  .page-product .product-summary {
    padding-left: 1rem;
  }

  .page-product .product-summary__meta {
    margin-bottom: 2rem;
  }

  .page-product .product__variants {
    column-gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-product .product-summary__purchase-main {
    align-items: center;
  }

  .page-product .product-summary__purchase .input-group {
    max-width: 128px;
  }

  .page-product .product-summary__purchase .add-to-cart {
    min-width: 210px;
  }

  .page-product .product-summary__purchase-price {
    display: flex;
  }

  .page-product .product-summary__title-row .product__prices {
    display: none;
  }

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

  .page-product .product-sections__nav {
    display: flex;
  }

  .page-product .product-sections__items {
    gap: 0;
  }

  .page-product .product-section {
    border-top: 0;
  }

  .page-product .product-section__toggle {
    display: none;
  }

  .page-product .product-section__content {
    display: block;
    padding: 0;
  }

  .page-product .product-section__reviews-layout {
    gap: 0;
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .page-product .product-section__reviews-summary {
    border-right: 0;
  }

  .page-product .product-section__reviews-main {
    border-left: 0;
  }

  .page-product .product-summary__meta {
    margin-bottom: 0;
  }
}

@media (min-width: 1099px) {
.section_movil {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  body#index #content-wrapper,
  body#module-amazzingblog-blog.stk-blog-home #wrapper,
  body#module-stkcustomlanding-cool_and_warm #wrapper,
  body#module-stkcustomlanding-cfiac_domotica #wrapper,
  module-stkcustomlanding-ventilador_techo_doble_motor #wrapper {
    margin-top: -100px;
  }

  .horizontal-layout .h-el {
    width: auto;
  }

  .horizontal-layout .h-el {
    width: auto !important;
  }
}

@media (min-width: 1400px) {
.page-product .product-summary__purchase-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

@media (max-width: 1100px) {
.section_ordenador {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
.block-stk-asesor {
        margin: 0 auto !important;
    }

  .page-product .product__images .carousel-item {
    aspect-ratio: 1 / 1;
  }

  .page-product .product__images .thumbnails__container {
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .page-product .product__images .thumbnails__list {
    flex-wrap: nowrap;
    margin: 0;
    width: max-content;
  }

  .page-product .product__images .thumbnails__list .thumbnail {
    flex: 0 0 72px;
    max-width: 72px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-product .product-summary__top {
    margin-bottom: 1.25rem;
  }

  .page-product .product-summary__title-row {
    align-items: flex-start;
  }

  .page-product .product-summary__price-current {
    font-size: 1.9rem;
  }

  .page-product .product-sections {
    margin-top: 2rem;
  }

  .page-product .product-section__content {
    padding-bottom: 0;
  }

  .page-product .product-specs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-product .product-section__reviews-content .product-comments-header {
    margin-bottom: 0.85rem;
  }

  .page-product .product-section__reviews-content #product-comments-list {
    grid-auto-columns: 82%;
  }

  .page-product .product-section__reviews-content .product-comment-list-item {
    grid-template-columns: 96px 1fr;
    min-width: 0;
  }

  .page-product .product-section__reviews-content .comment-card__media img {
    height: 96px;
  }

  .page-product {
    --product-section-space-y: 2rem;
    --product-section-space-x: 1.25rem;
  }

  .page-product .product-box-content,
  .page-product .product-technology,
  .page-product .product-documentation {
    padding: var(--product-section-space-y) var(--product-section-space-x);
  }

  .page-product .product-box-content__grid,
  .page-product .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .ab-root-blog {
    padding: 2rem 0 4rem;
  }

  .ab-root-blog__section-head--split {
    align-items: start;
    flex-direction: column;
  }

  .ab-root-blog__sorting {
    flex-wrap: wrap;
  }

body#cart .sulion-cart__title {
    margin-bottom: 1.5rem;
  }

  body#cart .sulion-cart-summary {
    margin-top: 0.5rem;
  }
}



@media (max-width: 767.98px) {
  .sulion-account-panel {
    padding: 1.25rem;
    border-radius: 1.25rem;
  }

  #_desktop_search_icon {
    display: none !important;
  }

  span.header-block__badge {
    background: #ffffff;
    right: -5px;
  }

  #_desktop_cart {
    padding-right: 15px;
  }

  .sulion-account-form__option {
    padding: 1rem;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.875rem;
  }

  .sulion-account-form__check {
    width: 1.25rem;
    height: 1.25rem;
  }

  .sulion-account-form__submit {
    width: 100%;
  }

.sulion-auth-card {
    border-radius: 1.25rem;
  }

  .sulion-auth-option {
    padding: 0.9rem 1rem;
  }

:root {
    --sulion-type-body-l: 1.0625rem;
    --sulion-type-body-m: 1rem;
    --sulion-type-body-s: 0.875rem;
    --sulion-type-display-l: 2.5rem;
    --sulion-type-display-xl: 3rem;
    --sulion-type-display-xxl: 3.5rem;
    --sulion-type-display-xxxl: 4rem;
    --sulion-type-heading-l: 1.75rem;
    --sulion-type-heading-m: 1.375rem;
    --sulion-type-heading-s: 1.125rem;
    --sulion-type-heading-xl: 2.125rem;
  }

  #module-zbuscador-buscador .stk-catalog-center > div {
    padding: 5px 15px;
  }

  #module-zbuscador-buscador .stk-block-item-zbuscador {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  #module-zbuscador-buscador .stk-block-item-zbuscador > a:nth-of-type(1) {
    width: 30%;
  }

  #module-zbuscador-buscador .stk-block-item-zbuscador p {
    width: 45%;
  }

  #module-zbuscador-buscador .btn-custom-zbuscador img {
    padding-left: 10px;
  }

  #module-zbuscador-buscador .btn.btn-custom-zbuscador span {
    font-size: 12px;
  }

  .post-page .ab-single-related {
    margin-top: 3rem;
  }

:is(body#cart, #blockcart-modal) .sulion-cart-line {
    gap: 1rem;
    flex-direction: row;
    padding: 1rem;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line__media {
    flex-basis: 100px;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line__header,
  :is(body#cart, #blockcart-modal) .sulion-cart-line__footer {
    flex-direction: column;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line__price,
  :is(body#cart, #blockcart-modal) .sulion-cart-line__meta {
    align-items: start;
    text-align: left;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line .input-group {
    width: 100%;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line .input-group .form-control {
    max-width: none;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line__qty,
  :is(body#cart, #blockcart-modal) .sulion-cart-line__qty .input-group {
    width: 100%;
  }

  .language-selector__wrapper {
    margin-bottom: unset !important;
  }
}



@media (max-width: 575.98px) {
.blockcart-modal .modal-dialog {
    max-width: 100%;
  }

  .blockcart-modal .modal-content {
    min-height: 100%;
  }

  .blockcart-modal__item {
    align-items: center;
    padding: 0.9rem;
  }

  .blockcart-modal__item-media {
    flex-basis: 84px;
  }

  .blockcart-modal .modal-header,
  .blockcart-modal .modal-body,
  .blockcart-modal .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.back-to-top {
    bottom: 1rem;
    height: 2.75rem;
    right: 1rem;
    width: 2.75rem;
  }

  .page-product .product-summary__title-row {
    gap: 0.75rem;
  }

  .page-product .product-summary__name {
    font-size: 2.2rem;
  }

  .page-product .product-summary__price-current {
    font-size: 1.7rem;
  }

  .page-product .product-summary__payments {
    padding: 0;
  }

  .page-product .product-summary__extras {
    margin-top: 1.25rem;
  }

  .page-product .product-summary__extras-card {
    margin-top: 1.25rem;
    padding: 0.9rem;
  }

  .page-product .product-summary__payment-badge {
    font-size: 0.72rem;
    padding: 0.2rem 0.45rem;
  }

  .page-product .product-section__reviews-summary,
  .page-product .product-section__reviews-main {
    padding: 1.2rem;
  }

  .page-product .product-section__reviews-content #product-comments-list {
    grid-auto-columns: 88%;
  }

  .page-product .product-section__reviews-content .product-comment-list-item {
    gap: 0.85rem;
    grid-template-columns: 80px 1fr;
    padding: 0.85rem;
  }

  .page-product .product-section__reviews-content .comment-card__media img {
    height: 80px;
  }

  .page-product .product-section__reviews-content .comment-title {
    font-size: 1.05rem;
  }

  .page-product .product-specs__heading {
    font-size: 0.92rem;
    padding: 0.9rem 1rem;
  }

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

  .page-product .product-specs__list li {
    gap: 0.35rem;
    grid-template-columns: 1fr;
    padding: 0.3125rem;
  }

  .page-product .product-specs__list strong {
    text-align: left;
  }

  .page-product {
    --product-section-space-y: 1.5rem;
    --product-section-space-x: 1rem;
  }

  .page-product .product-box-content,
  .page-product .product-technology,
  .page-product .product-documentation {
    padding: var(--product-section-space-y) var(--product-section-space-x);
  }

  .page-product .product-box-content__grid,
  .page-product .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .page-product .product-box-content__item {
    min-height: 0;
  }

  .page-product .product-documentation__download-item {
    min-height: 3.35rem;
    padding: 0.85rem 0.9rem;
  }

  .page-product .product-documentation__download-item span {
    font-size: 0.92rem;
  }

  .page-category .subcategory-section {
    padding: 1.25rem 0;
  }

  .page-category .subcategory-section__inner {
    padding: 0 0.85rem;
  }

  .page-category .subcategory-section__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    line-height: 1.5;
    margin-bottom: 1.15rem;
  }

  .page-category .subcategory-grid {
    display: grid;
    gap: 0.9rem;
    grid-auto-columns: minmax(10.5rem, 72%);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scroll-snap-type: x proximity;
  }

  .page-category .subcategory-card {
    border-radius: 0.8rem;
    gap: 0.65rem;
    padding: 0.45rem;
  }

  .page-category .subcategory-card__wrapper {
    min-width: 0;
    scroll-snap-align: start;
  }

  .page-category .subcategory-card__name {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    padding-bottom: 0.25rem;
  }

  .ab-root-blog__intro,
  .ab-root-blog__section,
  .ab-root-blog__shortcode {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ab-root-blog__hero img {
    aspect-ratio: 4 / 3;
  }

  .ab-root-blog__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
  }

  .ab-root-blog__tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

:is(body#cart, #blockcart-modal) .sulion-cart-line {
    flex-direction: column;
  }

  :is(body#cart, #blockcart-modal) .sulion-cart-line__image img {
    max-height: 140px;
    width: auto;
  }

  body#cart .sulion-cart-totals__label,
  body#cart .sulion-cart-totals__value {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
.stk-search-block > .col-md-8,
    .stk-search-block > .col-md-4.input-group,
    #module-zbuscador-buscador #stk-search-product-form .input-group {
        width: 100%;
    }

    .stk-search-block > .col-md-4.input-group,
    #module-zbuscador-buscador #stk-search-product-form .input-group {
        flex-wrap: wrap;
        gap: 12px;
    }

    .input-stk-search,
    #module-zbuscador-buscador #stk-search-product-form input[type="search"] {
        border-right: 1px solid #9a9a9a;
        width: 100%;
    }

    .input-group-btn,
    #module-zbuscador-buscador #stk-search-product-form .input-group-btn {
        width: 100%;
    }

    .btn-custom-search-zbuscador,
    #module-zbuscador-buscador #stk-search-product-form .btn-custom-search-zbuscador {
        width: 100%;
        border-radius: 999px;
    }
}

@media (max-width: 480px) {
  body:not(#index) #search_widget {
    top: -5px !important;
    margin-bottom: 5px;
  }

  body#index #search_widget {
    margin-bottom: 20px;
  }
}

/* FIXES */

body#pagenotfound .wrapper {
  padding-bottom: 3rem;
}

body#module-stkcustomizationproduct-customization,
body#pagenotfound {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body#module-stkcustomizationproduct-customization footer,
body#pagenotfound #footer {
   margin-top: auto;
}

#_desktop_user_info a.header-block__action-btn:hover {
  color: #ffffff !important;
}