@charset "UTF-8";
/*
Theme Name:bica
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template:flatsome
Version: 3.0
*/
:root {
  --header-specific-color: #1E4E4B;
  --header-base-text-color: white;
  --header-base-background-color: transparent;
  --header-image-filter: brightness(0) invert(1);
  --header-button-alert-bg-color: white;
  --header-button-alert-color: #1E4E4B;
  --header-light-logo-display: inline-block;
  --header-dark-logo-display: none;
  --gap-amount: 15px;
}

body:has(.adt-beige-header) {
  --header-specific-color: #D9D7C5;
  --header-base-text-color: #272525;
  --header-base-background-color: #D9D7C5;
  --header-image-filter: brightness(0) invert(0) !important;
  --header-button-alert-bg-color: #8f5145;
  --header-button-alert-color: white;
  --header-light-logo-display: none;
  --header-dark-logo-display: inline-block;
}

body:has(.adt-red-header) {
  --header-specific-color: #8f5145;
  --header-base-text-color: white;
  --header-base-background-color: #8f5145;
  --header-image-filter: brightness(0) invert(1);
  --header-button-alert-bg-color: white;
  --header-button-alert-color: #8f5145;
  --header-light-logo-display: inline-block;
  --header-dark-logo-display: none;
}

body:has(.adt-white-header) {
  --header-specific-color: #ffffff;
  --header-base-text-color: #272525;
  --header-base-background-color: #ffffff;
  --header-image-filter: brightness(0) invert(0) !important;
  --header-button-alert-bg-color: #8f5145;
  --header-button-alert-color: #ffffff;
  --header-light-logo-display: inline-block;
  --header-dark-logo-display: none;
}

@media (max-width: 1919px) {
  :root {
    --gap-amount: calc(2.5% + 15px);
  }
}
@media (min-width: 1920px) {
  :root {
    --gap-amount: calc(5% + 15px);
  }
}
body::-moz-selection {
  background-color: rgba(27, 186, 137, 0.65);
  color: white !important;
}
body::selection {
  background-color: rgba(27, 186, 137, 0.65);
  color: white !important;
}

a.button {
  box-shadow: none !important;
}
a.button span {
  padding-top: 0px;
}

.btn-primary, .input-primary-button-group > .btn {
  border-radius: 12.5rem;
  padding-block: 0.3rem;
  padding-inline: 1.2rem;
}
.btn-primary span, .input-primary-button-group > .btn span {
  font-weight: 300;
  text-transform: initial;
}

.product-small .box-image, .product-small .title-wrapper, .product-small .price-wrapper {
  margin: 0px;
}
.product-small .adt-product-actions {
  margin: auto;
}
.product-small .box-text.text-center {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Ensure dashicons maintain their font for admin icons */
body #wpadminbar .ab-icon {
  font-family: dashicons !important;
}

ul.woocommerce-error.message-wrapper, .woocommerce-message {
  outline: none !important;
  margin-top: 3rem;
  padding-left: 0px !important;
}

body {
  font-family: roc-grotesk, Arial !important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: roc-grotesk, Arial !important;
  color: #0B2D2D;
  font-weight: 500;
  line-height: 1.1;
}

h1, .h1, .category-page-title .page-title-inner .flex-col h1 {
  font-size: 3.25rem;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: 2.5rem;
  letter-spacing: -0.01em;
}

@media (max-width: 1199px) {
  .h2, h2 {
    font-size: calc(1.75rem + 1vw);
  }
}
h3, .h3 {
  font-size: 1.65em;
}

h4, .h4 {
  font-size: 1.5rem;
}

.h4.uppercase {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

p {
  font-family: roc-grotesk, Arial !important;
  font-size: 1rem;
  margin: 0 0 1rem;
  color: #5E5E57;
}

.lead {
  font-size: 1.25rem;
  color: #0B2D2D;
  margin-bottom: 2rem;
}

a.lead, p.lead {
  font-size: 1.25rem;
}

p:has(.adt-small) {
  font-size: 1rem !important;
  line-height: 1.1 !important;
  margin-bottom: 0px !important;
  display: block !important;
}

.adt-small {
  display: inline-block !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.875em !important;
  font-weight: 500 !important;
  color: #5E5E57 !important;
  line-height: 1.5 !important;
}

p:has(+ .button) {
  margin-bottom: 1.5rem;
}

.col-inner p a {
  color: #5E5E57;
  text-decoration: underline;
}

span {
  font-family: roc-grotesk, Arial !important;
}

input, label, select, textarea, button {
  font-family: roc-grotesk, Arial !important;
}

ul {
  padding-left: 2rem;
}
ul li {
  margin-left: 0px !important;
  font-family: roc-grotesk, Arial !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-9 {
  margin-top: 15rem !important;
}

.mb-9 {
  margin-bottom: 15rem !important;
}

.mb-10 {
  margin-bottom: 21rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7.5rem !important;
}

.mr-8 {
  margin-right: 12rem !important;
}

.mr-9 {
  margin-right: 15rem !important;
}

.mr-10 {
  margin-right: 21rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7.5rem !important;
}

.ml-8 {
  margin-left: 12rem !important;
}

.ml-9 {
  margin-left: 15rem !important;
}

.ml-10 {
  margin-left: 21rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pt-7 {
  padding-top: 7.5rem !important;
}

.pb-7 {
  padding-bottom: 7.5rem !important;
}

.pt-9 {
  padding-top: 15rem !important;
}

.pb-9 {
  padding-bottom: 15rem !important;
}

.pt-10 {
  padding-top: 21rem !important;
}

.pb-10 {
  padding-bottom: 21rem !important;
}

.mw-75ch, .category-page-title .page-title-inner .flex-col .term-description {
  max-width: 91ch !important;
}

@media (max-width: 899px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 899px) {
  .show-mobile {
    display: initial !important;
  }
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.img-hover-zoom img:hover {
  transform: matrix(1.0125, 0, 0, 1.0125, 0, 0) !important;
}

.gap-1 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
  max-width: 100% !important;
}

.row-collapse > .adt-col-padding-left {
  padding-left: 15px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1700px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 95% !important;
  }
  .row-collapse > .adt-col-padding-left {
    padding-left: calc(2.5% + 15px) !important;
  }
  .row-collapse > .adt-col-padding-right {
    padding-right: calc(2.5% + 15px) !important;
  }
  main .row-full-width {
    max-width: 100% !important;
  }
}
@media (min-width: 1920px) {
  .container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 90% !important;
  }
  main .row-full-width {
    max-width: 100% !important;
  }
  .row-collapse > .adt-col-padding-left {
    padding-left: calc(5% + 15px) !important;
  }
  .row-collapse > .adt-col-padding-right {
    padding-right: calc(5% + 15px) !important;
  }
}
@media screen and (min-width: 1920px) {
  .xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xl-columns-1 .flickity-slider > .col,
  .xl-columns-1 > .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xl-columns-2 .flickity-slider > .col,
  .xl-columns-2 > .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xl-columns-3 .flickity-slider > .col,
  .xl-columns-3 > .col {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-columns-4 .flickity-slider > .col,
  .xl-columns-4 > .col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xl-columns-5 .flickity-slider > .col,
  .xl-columns-5 > .col {
    flex-basis: 20%;
    max-width: 20%;
  }
  .xl-columns-6 .flickity-slider > .col,
  .xl-columns-6 > .col {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-col-first {
    order: -1;
  }
}
.col .col-inner .row {
  max-width: 100% !important;
}

.adt-space-between {
  justify-content: space-between;
}
.adt-space-between:after {
  display: none;
}

@media (max-width: 1199px) {
  #top-bar {
    display: none;
  }
}
#top-bar {
  background-color: transparent;
}
#top-bar .header-search {
  opacity: 0.6;
}
#top-bar .header-search:hover {
  opacity: 1;
}
#top-bar .icon-search {
  color: var(--header-base-text-color);
}
#top-bar .adt-search-text {
  margin-left: 0.5em;
  font-size: 14px;
}
#top-bar .html_topbar_left {
  font-weight: 300 !important;
  font-style: normal;
  margin-right: 1.5rem !important;
}
#top-bar .html_topbar_left:hover span {
  opacity: 1 !important;
}
#top-bar .html_topbar_left:hover .small-icon {
  opacity: 1 !important;
}
#top-bar .html_topbar_left span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300 !important;
  opacity: 0.6;
}
#top-bar .html_topbar_left .small-icon {
  display: flex;
  align-items: center;
  opacity: 0.6;
}
#top-bar .html_topbar_left .small-icon svg {
  height: 1rem;
}
#top-bar .header-cart-title::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNob3BwaW5nLWNhcnQiPjxjaXJjbGUgY3g9IjkiIGN5PSIyMSIgcj0iMSI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMSIgcj0iMSI+PC9jaXJjbGU+PHBhdGggZD0iTTEgMWg0bDIuNjggMTMuMzlhMiAyIDAgMCAwIDIgMS42MWg5LjcyYTIgMiAwIDAgMCAyLTEuNjFMMjMgNkg2Ij48L3BhdGg+PC9zdmc+");
  position: absolute;
  margin-right: -1rem;
  margin-left: -1.5rem !important;
  background-position: center;
  background-size: cover;
  margin-top: -0.15rem;
}
#top-bar .primary, #top-bar input[type=submit], #top-bar input[type=submit].button {
  background-color: transparent;
  opacity: 0.6;
  border: none;
}
#top-bar .primary:hover, #top-bar input[type=submit]:hover, #top-bar input[type=submit].button:hover {
  opacity: 1;
  box-shadow: none !important;
}
#top-bar .cart-item span {
  color: var(--header-base-text-color);
}
#top-bar .cart-item:hover {
  text-decoration: none !important;
}
#top-bar .icon-shopping-basket:before {
  display: none;
}
#top-bar .icon-shopping-basket:after {
  color: var(--header-specific-color);
  background-color: var(--header-base-text-color);
  opacity: 0.6;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.15rem;
  width: 16px;
  height: 16px;
  top: -18px;
}
#top-bar li.cart-item.has-icon {
  margin-right: 5px !important;
}
#top-bar a:hover {
  box-shadow: none !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
#top-bar a:hover .icon-shopping-basket:after {
  opacity: 1 !important;
}
#top-bar .header-vertical-menu {
  width: auto !important;
  margin-left: 0px;
}
#top-bar .header-vertical-menu__opener {
  width: auto !important;
  opacity: 0.6;
}
#top-bar .header-vertical-menu__opener:hover {
  opacity: 1;
}
#top-bar .header-vertical-menu__opener:hover::before {
  opacity: 1;
}
#top-bar .header-vertical-menu__opener::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1nbG9iZSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiPjwvY2lyY2xlPjxsaW5lIHgxPSIyIiB5MT0iMTIiIHgyPSIyMiIgeTI9IjEyIj48L2xpbmU+PHBhdGggZD0iTTEyIDJhMTUuMyAxNS4zIDAgMCAxIDQgMTAgMTUuMyAxNS4zIDAgMCAxLTQgMTAgMTUuMyAxNS4zIDAgMCAxLTQtMTAgMTUuMyAxNS4zIDAgMCAxIDQtMTB6Ij48L3BhdGg+PC9zdmc+");
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  opacity: 0.6;
  filter: brightness(0) invert(1);
}
#top-bar .header-vertical-menu__opener::before:hover {
  opacity: 1;
}
#top-bar .header-vertical-menu__opener:hover::before {
  opacity: 1;
}
#top-bar .header-vertical-menu__fly-out {
  width: 160px;
  background-color: var(--header-specific-color);
  padding: 8px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#top-bar .header-vertical-menu__fly-out li a {
  color: var(--header-base-text-color);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
#top-bar .header-vertical-menu__opener {
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent;
  opacity: 0.6;
  font-weight: 400;
  color: var(--header-base-text-color);
  height: 39px;
}
#top-bar .header-vertical-menu__opener .header-vertical-menu__title {
  padding-left: 18px;
}
#top-bar .header-vertical-menu__opener:hover {
  opacity: 1;
  cursor: pointer;
}
#top-bar .header-vertical-menu {
  width: 105px;
}
#top-bar .header-vertical-menu .icon-angle-down {
  display: none;
}
#top-bar:after {
  background-color: var(--header-base-text-color);
  height: 1px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* LIGHT  */
#header:has(.toggle-nav-dark) #top-bar .primary, #header:has(.toggle-nav-dark) #top-bar input[type=submit], #header:has(.toggle-nav-dark) #top-bar input[type=submit].button {
  background-color: transparent;
  opacity: 0.6;
}
#header:has(.toggle-nav-dark) #top-bar .primary:hover, #header:has(.toggle-nav-dark) #top-bar input[type=submit]:hover, #header:has(.toggle-nav-dark) #top-bar input[type=submit].button:hover {
  opacity: 1;
}
#header:has(.toggle-nav-dark) #top-bar .icon-shopping-basket:after {
  color: #0B2D2D;
  background-color: white;
}

/* WHITE WITH GRAY TEXT // ICONS */
.single-product header:has(:not(.transparent)) #top-bar.nav-dark .icon-shopping-basket:after {
  background-color: #5E5E57;
}
.single-product header:has(:not(.transparent)) #top-bar.nav-dark .dark, .single-product header:has(:not(.transparent)) #top-bar.nav-dark .dark p, .single-product header:has(:not(.transparent)) #top-bar.nav-dark .dark td {
  color: #5E5E57;
}
.single-product header:has(:not(.transparent)) #top-bar.nav-dark a span {
  color: #5E5E57;
  font-size: 14px;
  font-weight: 400;
}
.single-product header:has(:not(.transparent)) #top-bar.nav-dark .header-vertical-menu__opener::before {
  filter: unset;
}
.single-product header:has(:not(.transparent)) #top-bar.nav-dark .icon-search {
  color: #5E5E57;
}
.single-product header:has(:not(.transparent)) #top-bar.nav-dark .icon-search:hover {
  opacity: 1;
}

.header-inner .flex-col.hide-for-medium.flex-left.flex-grow {
  flex: auto;
  flex-grow: 0 !important;
}
.header-inner .flex-right, .header-inner #logo {
  flex-grow: 1 !important;
}

#logo {
  flex-grow: 1 !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-large.nav-uppercase li {
  margin-right: 24px !important;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-large.nav-uppercase li a {
  font-family: roc-grotesk, Arial !important !important;
}

.header-button .is-outline:hover:hover, .primary.is-outline:hover {
  background-color: transparent !important;
  border-color: var(--header-base-text-color);
}

.nav > li > a > i + span {
  margin-left: 0px;
}

#header #masthead .header-nav li a {
  font-family: roc-grotesk, Arial !important;
}

body {
  font-family: unset !important;
}
body #header .nav > li > a {
  font-family: roc-grotesk, Arial !important !important;
}

#header li {
  margin-right: 24px !important;
}
#header li a {
  font-family: roc-grotesk, Arial !important !important;
}
@media (max-width: 1199px) {
  #header .nav-column > li > a, #header .nav-dropdown > li > a, #header .nav-vertical-fly-out > li > a, #header .nav > li > a {
    color: white !important;
  }
}
#header #logo img {
  filter: var(--header-image-filter);
}
#header #logo .header_logo {
  display: var(--header-dark-logo-display) !important;
}
#header #logo .header-light-logo-display {
  display: var(--header-light-logo-display) !important;
}
#header #logo .header_logo {
  display: inline-block !important;
}
#header #logo .header-logo-dark {
  display: none !important;
}
#header #masthead {
  padding: 1rem 0 !important;
}
#header #masthead .header-nav li a {
  color: var(--header-base-text-color);
  font-family: roc-grotesk, Arial !important !important;
  font-size: 15px;
  line-height: 15px !important;
  font-weight: 400;
}
#header #masthead .header-nav li a .icon-angle-down {
  display: none;
}
#header #masthead .header-nav .has-underline {
  position: relative;
  display: inline-block;
}
#header #masthead .header-nav .has-underline .underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--header-base-text-color);
  pointer-events: none;
  transform-origin: left;
  /* Start hidden at the left edge */
  transform: translateX(0) scaleX(0);
}
#header #masthead .header-nav {
  /* Enter: grow from left to right */
}
@keyframes underline-enter {
  from {
    transform: translateX(0) scaleX(0);
  }
  to {
    transform: translateX(0) scaleX(1);
  }
}
#header #masthead .header-nav {
  /* Leave: sweep left->right while shrinking to nothing */
}
@keyframes underline-leave {
  from {
    transform: translateX(0) scaleX(1);
  }
  to {
    transform: translateX(100%) scaleX(0);
  }
}
#header #masthead .header-nav .underline.is-entering {
  animation: underline-enter 0.2s normal forwards;
}
#header #masthead .header-nav .underline.is-leaving {
  animation: underline-leave 0.2s normal forwards;
}
@media (prefers-reduced-motion: reduce) {
  #header #masthead .header-nav .underline {
    animation: none !important;
  }
}
#header .header-button a {
  padding: 10px 19px !important;
  line-height: 16px;
  display: flex;
  align-items: center;
}
#header .header-button a span {
  line-height: 14px;
  font-size: 14px !important;
  font-weight: 400;
}
#header .header-button a:hover {
  background-color: none !important;
}
#header .header-button:hover {
  background-color: none !important;
}
#header .header-button .alert {
  background-color: var(--header-button-alert-bg-color);
  border: var(--header-specific-color);
  font-size: 14px;
  color: var(--header-button-alert-color);
}
#header .header-button .alert span {
  color: var(--header-button-alert-color);
}
#header .header-button-2 {
  margin-left: 5px !important;
}

/*  Sticky menu */
.sticky-jump .stuck:not(.ux-no-animation),
.sticky-fade .stuck:not(.ux-no-animation) {
  animation: none !important;
}

#header .stuck {
  background-color: white !important;
  animation: none !important;
}
#header .stuck #logo img {
  filter: unset !important;
  max-height: 42px !important;
}
#header .stuck #logo .header_logo {
  display: none !important;
}
#header .stuck #logo .header-logo {
  display: none !important;
}
#header .stuck #masthead {
  background-color: transparent !important;
}
#header .stuck #masthead .header-nav li a {
  color: #5E5E57 !important;
  font-size: 15px;
  line-height: 15px !important;
  font-weight: 400;
}
#header .stuck #masthead .alert {
  background-color: #8f5145;
}
#header .stuck #masthead .alert span {
  color: #ffffff;
}
@media (max-width: 1199px) {
  #header .stuck .nav-column > li > a, #header .stuck .nav-dropdown > li > a, #header .stuck .nav-vertical-fly-out > li > a, #header .stuck .nav > li > a {
    color: #0B2D2D !important;
  }
}

body.mega-overlay-visible #header .stuck {
  background-color: #8f5145 !important;
}
body.mega-overlay-visible #header .stuck #logo img {
  filter: brightness(0) invert(1) !important;
}
body.mega-overlay-visible #header .stuck #logo .header_logo {
  display: inline-block !important;
}
body.mega-overlay-visible #header .stuck #logo .header-logo-dark {
  display: none !important;
}
body.mega-overlay-visible #header .stuck #masthead {
  background-color: #8f5145 !important;
}
body.mega-overlay-visible #header .stuck #masthead .header-nav li a {
  color: white !important;
}
body.mega-overlay-visible #header .stuck .header-button .alert {
  background-color: white !important;
  border-color: #8f5145 !important;
  color: #8f5145 !important;
}
body.mega-overlay-visible #header .stuck .header-button .alert span {
  color: #8f5145 !important;
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
  box-shadow: none !important;
}

@media (min-width: 900px) {
  #header .header-nav li.menu-item-has-children > .sub-menu {
    display: none !important;
  }
}
.adt-mega-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 300px;
  background-color: #8f5145;
  color: #ffffff;
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s linear 0.45s;
  padding: 240px 0px 84px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.adt-mega-overlay.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.adt-mega-overlay__inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adt-mega-overlay__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.adt-mega-overlay .col {
  padding: 0 15px;
  margin-bottom: 6rem;
}
.adt-mega-overlay .col-inner {
  height: 100%;
}
.adt-mega-overlay .mega-parent-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 0.75rem;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  text-decoration: none;
  padding: 18px 0px 15px;
  margin-bottom: 30px;
  position: relative;
}
.adt-mega-overlay .mega-parent-link.is-dimmed {
  opacity: 0.6;
}
.adt-mega-overlay .mega-parent-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform-origin: right center;
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform-origin 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.adt-mega-overlay .mega-parent-link:hover {
  opacity: 1;
}
.adt-mega-overlay .mega-parent-link:hover::after {
  width: 33%;
  transform-origin: left center;
}
.adt-mega-overlay .mega-parent-link:not(:hover)::after {
  width: 100%;
  transform-origin: right center;
}
.adt-mega-overlay .mega-child-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adt-mega-overlay .mega-child-list li {
  margin-bottom: 0.5rem;
  margin-left: 0px;
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.adt-mega-overlay .mega-child-list li a {
  font-size: 1.675em !important;
  line-height: 1.25 !important;
}
.adt-mega-overlay .mega-child-link {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  transition: opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  text-decoration: none;
  opacity: 1;
}
.adt-mega-overlay .mega-child-link.is-dimmed {
  opacity: 0.6;
}
.adt-mega-overlay .mega-child-link:hover, .adt-mega-overlay .mega-child-link:focus {
  opacity: 1;
}

@media (max-width: 899px) {
  .adt-mega-overlay {
    display: none !important;
  }
}
.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: calc(86px + 2rem) !important;
}

body.mega-overlay-visible #header:has(.stuck) .header_logo {
  height: 0px;
  display: none !important;
}
body.mega-overlay-visible #header:has(.stuck) .header-logo-dark {
  display: none !important;
  height: 0px;
}

body.mega-overlay-visible:has(.stuck) .adt-mega-overlay {
  padding: 201px 0px 84px;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
  background-color: #8f5145;
}
.off-canvas-left .mfp-content .mfp-close svg, .off-canvas-right .mfp-content .mfp-close svg {
  stroke: #fff !important;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content { /* still affected by parent opacity */ }
.off-canvas-left .mfp-content .mfp-close, .off-canvas-right .mfp-content .mfp-close {
  opacity: 1 !important;
}
.off-canvas-left .mfp-content .nav, .off-canvas-right .mfp-content .nav {
  padding-top: 5.5em;
}
.off-canvas-left .mfp-content .nav li, .off-canvas-right .mfp-content .nav li {
  border: 0px;
  color: white;
  font-weight: 500 !important;
}
.off-canvas-left .mfp-content .nav li a, .off-canvas-right .mfp-content .nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 500 !important;
  line-height: 1.5;
  font-family: roc-grotesk, Arial !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.off-canvas-left .mfp-content .nav li .toggle, .off-canvas-right .mfp-content .nav li .toggle {
  opacity: 1;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.off-canvas-left .mfp-content .nav li .toggle i::before, .off-canvas-right .mfp-content .nav li .toggle i::before {
  display: none;
}
.off-canvas-left .mfp-content .nav li .toggle i::after, .off-canvas-right .mfp-content .nav li .toggle i::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCI+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiA1IDE5IDEyIDEyIDE5Ij48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  filter: invert(1);
}
.off-canvas-left .mfp-content .nav li .toggle .icon-angle-left::after, .off-canvas-right .mfp-content .nav li .toggle .icon-angle-left::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCI+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiA1IDE5IDEyIDEyIDE5Ij48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  filter: invert(1);
  transform: rotate(180deg);
}
.off-canvas-left .mfp-content .nav li a[href^="tel:"], .off-canvas-right .mfp-content .nav li a[href^="tel:"] {
  margin-top: 3em !important;
}

.nav-slide-header {
  padding-top: 5.5em;
  padding-bottom: 4em;
}

.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu li {
  border: none !important;
}
.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu li a {
  color: white !important;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.5;
  font-family: roc-grotesk, Arial !important;
  text-transform: math-auto !important;
}

.mfp-close {
  mix-blend-mode: normal !important;
  opacity: 1; /* if you also want it fully opaque */
  color: #fff;
  opacity: 1 !important;
  margin-right: 0.5rem !important;
  margin-top: 1.5rem !important;
}

footer svg {
  max-width: 50%;
  height: 100px;
}
footer a {
  color: #5E5E57;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: none !important;
}
footer section:nth-child(2) h3 {
  opacity: 1;
  transition: opacity 0.3s ease;
}
footer section:nth-child(2) .row:hover h3 {
  opacity: 0.6;
}
footer section:nth-child(2) .row:hover h3:hover {
  opacity: 1 !important;
}
footer h3 {
  opacity: 1;
}
footer h3 a {
  color: #0B2D2D;
  font-size: 26.4px;
  line-height: 33px;
  text-decoration: none !important;
}
footer h3 a:hover {
  text-decoration: none !important;
}
footer h3:hover {
  opacity: 1 !important;
}
footer section:nth-child(3) a:hover {
  text-decoration: underline !important;
}
footer .h4 {
  font-size: 14px;
  color: #0b2d2d;
  font-weight: 600;
  line-height: 15.75px;
}
footer .adt-copyright p {
  font-size: 14px;
  color: #5E5E57;
  font-weight: 500;
}

.absolute-footer.dark {
  display: none;
}

.woocommerce-breadcrumb,
.breadcrumbs {
  font-family: roc-grotesk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: inherit;
  margin: 0;
  padding: 0;
}
.woocommerce-breadcrumb a,
.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.woocommerce-breadcrumb .divider,
.breadcrumbs .divider {
  margin: 0 8px;
  opacity: 0.7;
}
.woocommerce-breadcrumb > span:last-child, .woocommerce-breadcrumb > strong,
.breadcrumbs > span:last-child,
.breadcrumbs > strong {
  font-weight: 500;
  text-decoration: none;
}

.is-large .woocommerce-breadcrumb,
.is-large .breadcrumbs {
  font-size: 14px;
}

a.button {
  line-height: 1 !important;
  min-height: unset !important;
  padding: 10px 19px !important;
  border-radius: 99px !important;
}
a.button span {
  font-weight: 300 !important;
  line-height: 1 !important;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
  background-color: transparent;
  border: 1px solid;
}

a.button.white:not(.is-outline) span {
  color: #0B2D2D !important;
}

a.button.white.is-outline {
  border-color: white;
}
a.button.white.is-outline span {
  color: white;
}
a.button.white.is-outline:hover {
  background-color: transparent !important;
  color: #0B2D2D;
}

.gform_button {
  background-color: #1E4E4B !important;
  line-height: 1 !important;
  min-height: unset !important;
  padding: 10px 19px !important;
  border-radius: 99px !important;
}
.gform_button span {
  font-weight: 300 !important;
  line-height: 1 !important;
}

form .gform_fields {
  row-gap: 1rem !important;
}
form input {
  background-color: transparent !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  font-size: 1rem !important;
}
form label {
  color: #0b2d2d !important;
  opacity: 0.6 !important;
  font-size: 1rem !important;
}
form label::after {
  content: "*";
  color: #0b2d2d;
}
form label.gform-field-label.gform-field-label--type-sub {
  position: relative;
  top: 2rem;
  transition: top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
form label.gfield_label.gform-field-label {
  position: relative;
  top: 2rem;
  transition: top 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
form .gfield--type-textarea {
  margin-top: 1.5rem;
}
form label.gfield_label.gform-field-label:has(+ .ginput_container textarea) {
  position: static !important;
  top: 0rem;
}
form .gfield:not(.gfield--type-name):focus-within label.gform-field-label.gform-field-label--type-sub:not(:has(+ .ginput_container textarea)),
form .gfield:not(.gfield--type-name):focus-within label.gfield_label.gform-field-label:not(:has(+ .ginput_container textarea)),
form .gfield:not(.gfield--type-name).has-content label.gform-field-label.gform-field-label--type-sub:not(:has(+ .ginput_container textarea)),
form .gfield:not(.gfield--type-name).has-content label.gfield_label.gform-field-label:not(:has(+ .ginput_container textarea)) {
  top: 0;
}
form .ginput_container span[id*=_container]:focus-within > label.gform-field-label.gform-field-label--type-sub,
form .ginput_container span[id*=_container].has-content > label.gform-field-label.gform-field-label--type-sub {
  top: 0;
}
form textarea {
  background-color: transparent !important;
}
form .gfield_required_text, form .gfield_label_before_complex {
  display: none !important;
}

.accordion .accordion-icon {
  display: none !important;
}

.accordion {
  border-top: 1px solid #e5e5e5;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item .accordion-title {
  letter-spacing: 0.1em;
  font-family: roc-grotesk, Arial !important;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2e2e2e;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
  position: relative;
}
.accordion .accordion-item .accordion-title:hover {
  color: #0d544b;
}
.accordion .accordion-item .accordion-title {
  /* Hide Flatsome’s built-in toggle button and icon */
}
.accordion .accordion-item .accordion-title .toggle,
.accordion .accordion-item .accordion-title .icon-angle-down {
  display: none !important;
}
.accordion .accordion-item .accordion-title {
  /* Replace with custom arrow (chevron) */
}
.accordion .accordion-item .accordion-title::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-135deg);
  transition: transform 0.3s ease, color 0.3s ease;
  margin-right: 0.25rem;
}
.accordion .accordion-item .accordion-title.active {
  color: #0d544b;
}
.accordion .accordion-item .accordion-title.active::after {
  transform: rotate(45deg); /* points down */
}
.accordion .accordion-item .accordion-inner {
  padding: 0 0 1rem 0;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  animation: fadeIn 0.3s ease;
}
.accordion .accordion-item .accordion-inner .specifications-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem 2rem;
}
.accordion .accordion-item .accordion-inner .specifications-grid strong {
  font-weight: 500;
  color: #2e2e2e;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#accordion-specifications_tab-content .g-col-12.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* two equal columns */
  gap: 1rem;
}
#accordion-specifications_tab-content .g-col-12.grid dt {
  font-weight: 700;
  color: #5E5E57;
  font-size: 0.875rem;
  font-family: roc-grotesk, Arial !important;
}
#accordion-specifications_tab-content .g-col-12.grid dd {
  margin-left: 0px;
  font-size: 0.875rem;
  font-family: roc-grotesk, Arial !important;
}

.accordion {
  border-top: 0px !important;
}

/* =============================
   Add‑to‑Cart button & Quantity
   ============================= */
/* Quantity Input Styles */
.ux-quantity.quantity.buttons_added {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  vertical-align: middle;
}
.ux-quantity.quantity.buttons_added input[type=number].input-text.qty.text {
  width: 60px;
  padding: 5px 8px;
  border: 0px solid #ccc;
  border-radius: 0;
  background: #fff;
  text-align: center;
  font-size: 14px;
  /* Remove default spinner arrows in number input */
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.ux-quantity.quantity.buttons_added input[type=number].input-text.qty.text::-webkit-inner-spin-button, .ux-quantity.quantity.buttons_added input[type=number].input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ux-quantity.quantity.buttons_added input[type=number].input-text.qty.text:focus {
  border-color: #293133;
  outline: none;
  box-shadow: 0 0 0 2px rgba(41, 49, 51, 0.3);
}
.ux-quantity.quantity.buttons_added {
  /* Plus/Minus buttons */
}
.ux-quantity.quantity.buttons_added .ux-quantity__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.ux-quantity.quantity.buttons_added .ux-quantity__button:hover {
  background: #e0e0e0;
}
.ux-quantity.quantity.buttons_added .ux-quantity__button.ux-quantity__button--minus {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}
.ux-quantity.quantity.buttons_added .ux-quantity__button.ux-quantity__button--plus {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

/* Add to Cart Button Styles */
.single_add_to_cart_button.button.alt {
  display: inline-block;
  padding: 10px 30px;
  background-color: #293133; /* primary brand color (anthracite) */
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.single_add_to_cart_button.button.alt:hover {
  background-color: #494f51; /* slightly lighter on hover */
}
.single_add_to_cart_button.button.alt:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 49, 51, 0.5);
}
.single_add_to_cart_button.button.alt.disabled, .single_add_to_cart_button.button.alt.wc-variation-selection-needed {
  opacity: 0.5;
  cursor: not-allowed;
}
.single_add_to_cart_button.button.alt.disabled:hover, .single_add_to_cart_button.button.alt.wc-variation-selection-needed:hover {
  background-color: #293133;
}

/* Variations button wrapper */
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}

/* =============================
   Gallery section
   ============================= */
/* Create a responsive grid for product images */
.product-gallery { /* Container for gallery */
  display: flex; /* assume main image and thumbnails side by side on desktop */
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-gallery {
    flex-direction: row;
  }
}
.product-gallery .main-image {
  position: relative;
  flex: 1;
}
.product-gallery .main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.product-gallery .main-image {
  /* Navigation arrows (Previous/Next) */
}
.product-gallery .main-image a.prev, .product-gallery .main-image a.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-gallery .main-image a.prev {
  left: 10px;
}
.product-gallery .main-image a.next {
  right: 10px;
}
.product-gallery .main-image a.prev::after {
  content: "❮";
}
.product-gallery .main-image { /* left arrow icon */ }
.product-gallery .main-image a.next::after {
  content: "❯";
}
.product-gallery .main-image { /* right arrow icon */ }
.product-gallery .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product-gallery .thumbnails {
    flex-direction: column;
    margin-top: 0;
    margin-left: 15px;
  }
}
.product-gallery .thumbnails img {
  width: 80px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.product-gallery .thumbnails img:hover {
  border-color: #999;
}
.product-gallery .thumbnails .active img {
  border-color: #293133; /* active thumb highlighted in primary color:contentReference[oaicite:0]{index=0} */
  border-width: 2px;
}

/**
 * Custom Badge Overrides for Product Feature Image
 * Overrides Flatsome's badge styles to match Swift theme design
 */
.badge-container {
  position: absolute;
  z-index: 10;
  margin: 0px;
  padding-top: 1rem;
  padding-left: 1rem;
}
.badge-container.left.top {
  left: 0;
  top: 0;
}
.badge-container.right.top {
  right: 0;
  top: 0;
  left: auto;
  padding-left: 0;
  padding-right: 1rem;
}
.badge-container.left.bottom {
  left: 0;
  bottom: 0;
  top: auto;
  padding-top: 0;
  padding-bottom: 1rem;
}
.badge-container.right.bottom {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 1rem;
}
.badge-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.badge-container .badge.callout {
  display: inline-block;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.badge-container .badge.callout.badge-circle, .badge-container .badge.callout.badge-square, .badge-container .badge.callout.badge-frame {
  border-radius: 100%;
  margin: 0;
}
.badge-container .badge.callout.badge-eco-label {
  border-radius: 0;
}
.badge-container .badge.callout.badge-eco-label .badge-inner {
  border-radius: 0;
}
.badge-container .badge.callout .badge-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.65rem;
  border-radius: 100%;
  font-family: roc-grotesk, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  overflow-wrap: break-word; /* or word-wrap: break-word; */
  word-break: break-word; /* legacy fallback */
  hyphens: auto;
  color: rgb(255, 255, 255);
}
.badge-container .badge.callout .badge-inner.new-bubble-auto {
  background-color: rgb(27, 186, 137);
}

.badge-eco-label .badge-inner {
  padding: 0px !important;
}

.adt-product-feature-image .badge-container .badge.callout {
  width: 7rem;
  height: 7rem;
}
.adt-product-feature-image .badge-container .badge.callout .badge-inner {
  font-size: 1rem;
}

.product-badges-single {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.product-badges-single .badge.badge-inline {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-badges-single .badge.badge-inline .badge-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-family: roc-grotesk, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.product-badges-single .badge.badge-inline.badge-eco-label .badge-inner {
  padding: 0.25rem;
  border-radius: 0;
}

.product-badges-single .badge-eco-label {
  width: 5.25rem;
  height: 5.25rem;
}

/**
 * Product Box Enhancements
 * Styles for color swatches and cart buttons on product boxes
 */
/* Color Swatches */
.adt-color-swatches {
  margin-bottom: 8px;
}

.adt-colorbox {
  display: inline-block;
  border: 1px solid rgba(94, 94, 87, 0.2) !important;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.adt-colorbox-sm {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
}

.adt-colorbox:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Cart Button */
.adt-addtocart {
  margin-bottom: 8px;
}

.adt-product-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background-color: rgb(11, 45, 45) !important;
  border: 1px solid rgb(11, 45, 45) !important;
  color: white !important;
  transition: all 0.2s ease;
  text-decoration: none;
}

.adt-product-buy-btn .icon-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.adt-product-buy-btn svg {
  width: 20px;
  height: 20px;
}

/* Product Actions Container */
.adt-product-actions {
  gap: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Ensure proper spacing in product box */
.product-small .box-text {
  padding-bottom: 1rem;
}

/**
 * Child Categories Grid
 * Styles for child category links displayed on category pages
 */
.adt-child-categories {
  margin: 2rem 0;
}

.adt-child-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.adt-child-cat-link {
  display: block;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}
.adt-child-cat-link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.adt-child-cat-image-wrap .adt-child-cat-image {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.adt-child-cat-content {
  padding: 1rem;
  text-align: center;
}

.adt-child-cat-name {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.adt-child-cat-count {
  font-size: 0.875rem;
  color: #666;
}

#accordion-downloads_tab {
  order: 3;
}

#accordion-downloads_tab-content {
  padding-bottom: 0px;
}

.adt-downloads-table-wrapper {
  width: 100%;
  padding: 0;
}
.adt-downloads-table-wrapper .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.adt-downloads-table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
}
.adt-downloads-table thead tr th {
  padding: 0.75rem 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
  font-family: roc-grotesk, Arial !important;
  text-transform: math-auto;
  color: #5E5E57;
}
.adt-downloads-table thead tr th:first-child {
  width: 60px;
  padding-right: 0.75rem;
}
.adt-downloads-table thead tr th:last-child {
  width: 100px;
}
.adt-downloads-table tbody {
  border-top: 0;
}
.adt-downloads-table tbody tr {
  position: relative;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.15s ease;
}
.adt-downloads-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.adt-downloads-table tbody tr:last-child {
  border-bottom: none;
}
.adt-downloads-table tbody tr td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}
.adt-downloads-table tbody tr td:first-child {
  padding-right: 0.75rem;
  width: 60px;
}
.adt-downloads-table tbody tr td a {
  color: inherit;
  text-decoration: none;
}
.adt-downloads-table tbody tr td a:hover {
  color: var(--primary-color, #007bff);
}
.adt-downloads-table tbody tr td a.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.adt-downloads-table tbody tr td img {
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.adt-downloads-table tbody tr td .icon-2 {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}
.adt-downloads-table tbody tr td .icon-2 svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.adt-downloads-table tbody tr:last-child td {
  border-bottom: 0px;
}

@media (max-width: 991.98px) {
  .adt-downloads-table thead tr th.d-none.d-lg-table-cell {
    display: none !important;
  }
  .adt-downloads-table tbody tr td.d-none.d-lg-table-cell {
    display: none !important;
  }
}
.position-relative {
  position: relative !important;
}

.text-end {
  text-align: right !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.align-middle {
  vertical-align: middle !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.h-100 {
  height: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.adt-hero-video-section {
  height: calc(100vh - 110px) !important;
}
.adt-hero-video-section .adt-ecolabel img {
  width: 100px;
  margin-bottom: 29px;
}
.adt-hero-video-section h1 {
  margin-bottom: 1rem;
}
.adt-hero-video-section p {
  margin-bottom: 1rem;
}

@media (min-width: 1920px) {
  .adt-hero-row {
    flex-direction: column;
  }
  .adt-hero-row .col {
    width: 41.66666667%;
  }
}
.adt-reference-images img {
  max-width: 100px;
  max-height: 100px;
  opacity: 0.6;
}

.adt-references-for-mobile {
  overflow: scroll;
}
.adt-references-for-mobile .col-inner {
  width: 250%;
  padding: 1rem 0;
}
.adt-references-for-mobile .col-inner img {
  opacity: 0.6;
}

.adt-line {
  margin-left: var(--gap-amount) !important;
  height: 1px;
  background-color: black;
  position: relative;
  top: 0.75rem;
}

.adt-why-us .h4 {
  background-color: white;
  display: inline;
  padding-right: 1rem;
}
.adt-why-us .h2 {
  margin-top: 3rem;
}

ul.nav.nav-simple.nav-vertical.nav-uppercase.nav-size-normal.nav-left.active-on-hover {
  width: 50%;
}

main .col-inner ol li.tab, main .col-inner ul li.tab, main .entry-content ol li.tab, main .entry-content ul li.tab, main .entry-summary ol li.tab, main .entry-summary ul li.tab {
  border: none;
}
main .nav-vertical + .tab-panels {
  border-left: 0px;
}
main .tabbed-content {
  min-height: 16.875rem !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
main .tabbed-content .nav-vertical {
  width: 35%;
}
main .tabbed-content .nav-vertical li:first-child a {
  padding-top: 0px;
}
main .tabbed-content ul li {
  opacity: 1;
  transition: opacity 0.3s ease;
}
main .tabbed-content ul li a span {
  font-family: roc-grotesk, Arial !important;
  font-size: 1.65rem;
  color: white;
  font-weight: 500;
  line-height: 1.1;
}
main .tabbed-content ul li:hover {
  opacity: 1 !important;
}
main .tabbed-content ul:hover li {
  opacity: 0.6;
}
main .tabbed-content .tab-panels {
  padding: 0px;
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
main .tabbed-content .tab-panels .panel img {
  width: auto !important;
  max-height: 16.875rem;
  min-height: 16.875rem !important;
  opacity: 0;
  transition: opacity 0.75s ease;
}
main .tabbed-content .tab-panels .panel.active img {
  opacity: 1;
}

.adt-frontpage-cases .is-divider {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.adt-frontpage-cases .col-inner p:has(+ p a) {
  display: inline !important;
  font-family: roc-grotesk, Arial !important;
  color: #0B2D2D;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.65em;
  transition: opacity 0.3s ease, color 0.3s ease;
  margin-right: 4px;
}
.adt-frontpage-cases .col-inner p:has(a) {
  font-family: roc-grotesk, Arial !important;
  color: #0B2D2D;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.65em;
  display: inline !important;
}
.adt-frontpage-cases .col-inner p:has(a) a {
  color: #0B2D2D;
  opacity: 0.6;
  text-decoration: none !important;
}
.adt-frontpage-cases .col-inner p:has(a) a:hover {
  opacity: 1;
  color: #0B2D2D;
}
.adt-frontpage-cases .col-inner:has(a:hover) p:not(:has(a)) {
  opacity: 0.6 !important;
}
.adt-frontpage-cases .col-inner p:has(+ span) {
  display: block !important;
}

.gform_footer {
  text-align: right !important;
  justify-content: flex-end !important;
}

.icon-box img {
  padding-top: 0px;
}
.icon-box h3 {
  line-height: 1.25 !important;
}

.tax-product_cat .featured-title {
  background-color: #0B2D2D;
}
.tax-product_cat .featured-title .shop-page-title {
  margin-bottom: 1rem;
}

.row.category-page-row .section {
  padding: 0px;
}

.category-page-title .woocommerce-ordering {
  visibility: hidden;
}
.category-page-title .title-overlay {
  background-color: transparent;
}
.category-page-title .page-title-inner {
  padding-top: 0px;
  padding-bottom: 7.5rem;
}
.category-page-title .page-title-inner .flex-col {
  display: flex;
  flex-direction: column;
}
.category-page-title .page-title-inner .flex-col h1 {
  order: 2;
  padding-top: 7.5rem !important;
  margin-bottom: 1rem !important;
}
.category-page-title .page-title-inner .flex-col .is-large {
  order: 1;
}
.category-page-title .page-title-inner .flex-col .term-description {
  order: 3;
}
.category-page-title .page-title-inner .flex-col .term-description p {
  margin-bottom: 0px;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories {
  order: 4;
  margin-top: 1rem;
  margin-bottom: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-categories-grid {
  display: contents !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link {
  display: block !important;
  text-decoration: none !important;
  padding: 6.4px 19.2px 4.8px 19.2px !important;
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 800px !important;
  background-color: transparent !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  text-align: center !important;
  color: rgb(255, 255, 255) !important;
  transition: filter 0.25s !important;
  filter: brightness(0.85) contrast(1.3) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link:hover {
  filter: brightness(1) contrast(1) !important;
  transform: none !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link .adt-child-cat-image-wrap,
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link .adt-child-cat-count {
  display: none !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link .adt-child-cat-content {
  padding: 0 !important;
  text-align: center !important;
}
.category-page-title .page-title-inner .flex-col .adt-child-categories .adt-child-cat-link .adt-child-cat-name {
  margin: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  color: inherit !important;
  transition: none !important;
}
@media (max-width: 1199px) {
  .category-page-title .page-title-inner h1, .category-page-title .page-title-inner p {
    text-align: left;
  }
}

.category-page-row .shop-container .products.row {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 7rem;
}
.category-page-row .section {
  padding: 0px;
}

.shop-container .container {
  margin: 0px;
}

@media (max-width: 1199px) {
  .category-page-row .container .row:not(.row-collapse), .category-page-row .lightbox-content .row:not(.row-collapse), .category-page-row .row .gallery, .category-page-row .row .row:not(.row-collapse) {
    margin: 0px !important;
    width: auto;
  }
  .category-page-row .container .row:not(.row-collapse) .col, .category-page-row .lightbox-content .row:not(.row-collapse) .col, .category-page-row .row .gallery .col, .category-page-row .row .row:not(.row-collapse) .col {
    padding-left: 0;
    padding-right: 0;
  }
  .category-page-row .shop-container .products.row {
    padding-bottom: 3rem;
  }
}
.category-page-row {
  padding-top: 1rem !important;
}

.products.row.row-small.large-columns-3.medium-columns-3.small-columns-2 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .products.row.row-small.large-columns-3.medium-columns-3.small-columns-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.row-small > .col, .row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  max-width: 100%;
  width: 100% !important;
  padding: 0px !important;
}

.product-small .col-inner {
  background-color: hsla(54, 21%, 81%, 0.6);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-small .col-inner:hover {
  background-color: hsla(54, 21%, 81%, 0.4);
}
.product-small .box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-small .box-image {
  order: 1;
  position: relative;
  overflow: hidden;
}
.product-small .box-image > a {
  position: relative;
  display: block;
}
.product-small .box-image > a > .image-cover {
  position: relative;
  display: block;
}
.product-small .box-image img.wp-post-image,
.product-small .box-image img.attachment-woocommerce_thumbnail {
  z-index: 1;
}
.product-small .box-image img.back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  z-index: 2;
  transition: all 0.375s cubic-bezier(0.33, 0, 0.2, 1);
  transition-property: opacity, transform;
  transform: scale(1);
}
.product-small:hover .box-image img.wp-post-image,
.product-small:hover .box-image img.attachment-woocommerce_thumbnail, .product-small.hover .box-image img.wp-post-image,
.product-small.hover .box-image img.attachment-woocommerce_thumbnail {
  opacity: 0;
  transition: all 0s;
}
.product-small:hover .box-image img.back-image, .product-small.hover .box-image img.back-image {
  opacity: 1;
  transform: scale(1.125) !important;
  z-index: 2;
  transition: all 0.375s cubic-bezier(0.33, 0, 0.2, 1);
  transition-property: opacity, transform;
}
.product-small .box-text {
  order: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

img.woocommerce-placeholder.wp-post-image {
  background-color: transparent !important;
  /* filter: grayscale(1); */
  mix-blend-mode: multiply;
  opacity: 1;
  filter: grayscale(100%) brightness(100%) contrast(120%);
}

.title-wrapper .product-title {
  display: inline-flex !important;
  justify-content: center !important;
  text-align: center !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: rgb(11, 45, 45) !important;
  margin-bottom: 16px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgb(11, 45, 45) !important;
  word-break: break-word !important;
  text-decoration: none !important;
}
.title-wrapper .product-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.category-page-row .price-wrapper {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 8px !important;
}
.category-page-row .price-wrapper .price {
  font-family: roc-grotesk, Arial !important;
  font-size: 0.875em !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: rgb(94, 94, 87) !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.category-page-row .price-wrapper .price .woocommerce-Price-amount {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.category-page-row .price-wrapper .price .woocommerce-Price-amount bdi {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.category-page-row .price-wrapper .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
}

.adt-excl-vat-text,
.adt-price-disclaimer {
  display: flex !important;
  justify-content: center !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 0.875em !important;
  line-height: 1.5;
  font-weight: 400 !important;
  color: rgb(94, 94, 87) !important;
  font-style: italic !important;
  margin-left: 0.5ch;
}

.adt-price-disclaimer {
  font-size: 14px !important;
  margin-top: 8px !important;
}

/* =============================
   YITH Filter Dropdown Customization
   ============================= */
.yith-wcan-dropdown .li.filter-item.chosen {
  background-color: transparent !important;
}

.yith-wcan-filter.filter-tax.select-design .yith-wcan-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #0B2D2D;
}

.yith-wcan-filter.filter-tax.select-design .yith-wcan-dropdown .dropdown-label .filter-count {
  display: inline-block;
  position: relative;
  top: -1px;
  box-sizing: border-box;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 4.2px;
  padding-right: 7.8px;
  padding-bottom: 4.2px;
  padding-left: 7.8px;
  border-radius: 4px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-family: roc-grotesk, Arial;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  opacity: 0.5;
}

.filter-title {
  margin-top: 10.5px;
  font-size: 1rem !important;
  position: absolute;
  display: none;
}

.filters-container {
  margin-bottom: 2.25rem !important;
  min-height: 40px;
}
.filters-container form {
  display: flex;
}

.filters-container, .yith-wcan-filters {
  height: 40px;
}
.filters-container form, .yith-wcan-filters form {
  min-height: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  flex-direction: row;
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
}
.filters-container form.filters-initialized, .yith-wcan-filters form.filters-initialized {
  opacity: 1;
  visibility: visible;
}
.filters-container form .woocommerce-ordering, .yith-wcan-filters form .woocommerce-ordering {
  visibility: visible !important;
  opacity: 1 !important;
}
.filters-container form label::after, .yith-wcan-filters form label::after {
  content: "";
}
.filters-container form input, .yith-wcan-filters form input {
  padding-right: 25px !important;
  margin: 0 !important;
  font-size: 1rem !important;
  font-family: roc-grotesk, Arial !important;
}
.filters-container form .dropdown-wrapper, .yith-wcan-filters form .dropdown-wrapper {
  width: -moz-max-content;
  width: max-content;
  padding: 16px !important;
}
.filters-container form .dropdown-wrapper .search-field-container, .yith-wcan-filters form .dropdown-wrapper .search-field-container {
  display: none;
}
.filters-container form .yith-wcan-filter.filter-tax.select-design .yith-wcan-dropdown .dropdown-label, .yith-wcan-filters form .yith-wcan-filter.filter-tax.select-design .yith-wcan-dropdown .dropdown-label {
  padding-right: 20px;
  font-size: 1rem !important;
  font-family: roc-grotesk, Arial !important;
}

.yith-wcan-dropdown.closed {
  width: -moz-fit-content;
  width: fit-content; /* Or max-content */
  padding-right: 5ch; /* Add the extra space */
}

.yith-wcan-dropdown {
  padding-left: 0px !important;
}
.yith-wcan-dropdown .dropdown-wrapper {
  border: 1px solid rgba(94, 94, 87, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  max-height: 400px;
  overflow-y: auto;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 100px;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  transition: background-color 0.15s ease;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item:hover {
  background-color: rgba(248, 244, 231, 0.3);
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item a,
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  cursor: pointer !important;
  width: 100%;
  text-decoration: none !important;
  color: rgb(94, 94, 87) !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  transition: all 0.15s ease;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item a:hover,
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item label:hover {
  color: rgb(11, 45, 45) !important;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0;
  border: 1px solid rgb(94, 94, 87) !important;
  border-radius: 3px !important;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item input[type=checkbox]:checked {
  background-color: #0B2D2D !important;
  border-color: #0B2D2D !important;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.active, .yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.chosen {
  background-color: rgba(248, 244, 231, 0.5);
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.active a,
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.active label, .yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.chosen a,
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item.chosen label {
  font-weight: 600 !important;
  color: rgb(11, 45, 45) !important;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item[data-count]:not([data-count=""]) {
  position: relative;
}
.yith-wcan-dropdown .dropdown-wrapper .matching-items.filter-items li.filter-item[data-count]:not([data-count=""])::after {
  content: "(" attr(data-count) ")";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 2px 8px;
  min-width: 24px;
  height: 20px;
  border-radius: 10px;
  background-color: #0B2D2D;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* =============================
   Product List Facets Filter Styling
   ============================= */
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu {
  border: 1px solid rgba(94, 94, 87, 0.2) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px !important;
  max-height: 400px;
  overflow-y: auto;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check {
  padding-left: 0 !important;
  margin-bottom: 8px !important;
  transition: background-color 0.15s ease;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check:hover {
  background-color: rgba(248, 244, 231, 0.3);
  border-radius: 4px;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  cursor: pointer !important;
  width: 100%;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0;
  border: 1px solid rgb(94, 94, 87) !important;
  border-radius: 3px !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label input[type=checkbox]:checked {
  background-color: #0B2D2D !important;
  border-color: #0B2D2D !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label .flex-fill {
  font-family: roc-grotesk, Arial !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  color: rgb(94, 94, 87) !important;
  flex: 1;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label .badge,
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check .form-check-label .count {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  padding: 2px 8px !important;
  min-width: 24px !important;
  height: 20px !important;
  border-radius: 10px !important;
  background-color: #0B2D2D !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  flex-shrink: 0;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check.checked, .item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check:has(input:checked) {
  background-color: rgba(248, 244, 231, 0.5);
  border-radius: 4px;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check.checked .flex-fill, .item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-menu .form-check:has(input:checked) .flex-fill {
  font-weight: 600 !important;
  color: rgb(11, 45, 45) !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(94, 94, 87, 0.3) !important;
  border-radius: 4px !important;
  background-color: white !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgb(94, 94, 87) !important;
  transition: all 0.2s ease;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-toggle:hover {
  border-color: rgba(94, 94, 87, 0.5) !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .dropdown-toggle:focus {
  outline: none !important;
  border-color: #0B2D2D !important;
  box-shadow: 0 0 0 2px rgba(30, 78, 75, 0.1) !important;
}

/* =============================
   Swift Facets Filter Badge Styling
   ============================= */
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle .badge,
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle span.badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 8px !important;
  padding: 2px 8px !important;
  min-width: 20px !important;
  height: 20px !important;
  border-radius: 10px !important;
  background-color: #0B2D2D !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  top: 0 !important;
  position: relative !important;
  opacity: 1 !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle .badge.bg-dark,
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle span.badge.bg-dark {
  background-color: #0B2D2D !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle .badge.opacity-50,
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle span.badge.opacity-50 {
  opacity: 1 !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle .badge.text-white,
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle span.badge.text-white {
  color: white !important;
}
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle .badge.ms-2,
.item_swift_productlistfacets .dropdown.js-facets-selector .btn.dropdown-toggle span.badge.ms-2 {
  margin-left: 8px !important;
}

/* =============================
   YITH Reset Filters Button Styling
   ============================= */
.yith-wcan-reset-filters.reset-filters {
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  padding: 6.4px 8px 4.8px 0px !important;
  margin-right: 8px !important;
  margin-left: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 3.2px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-family: roc-grotesk, Arial !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  text-align: center !important;
  color: rgb(94, 94, 87) !important;
  transition: filter 0.25s !important;
  cursor: pointer !important;
  white-space: normal !important;
}
.yith-wcan-reset-filters.reset-filters:hover {
  filter: brightness(0.9);
}
.yith-wcan-reset-filters.reset-filters .icon-2,
.yith-wcan-reset-filters.reset-filters .reset-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}

.adt-addtocart a {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0 1.75rem !important;
  border-radius: 25rem !important;
  background-color: #1e4e4b;
}
.adt-addtocart a .icon-2 svg {
  width: 1rem !important;
  height: 1rem !important;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.adt-addtocart a:hover {
  background-color: #1e4e4b;
  filter: brightness(0.85) contrast(1.3) !important;
}

.woocommerce-ordering {
  opacity: 1 !important;
}
.woocommerce-ordering select {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-family: roc-grotesk, Arial !important;
  color: #5e5e57 !important;
}

.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0px !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  border: 0px !important;
  color: #5e5e57 !important;
  box-shadow: unset !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
  box-shadow: unset !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
  color: #5e5e57 !important;
  font-size: 1rem !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
  border: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px !important;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
  padding-right: 100px !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
  padding-right: 10px;
}

.adt-product-actions {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.adt-product-buy-btn {
  width: auto;
  padding: 0px 1rem !important;
  border-radius: 25rem;
}

.shop-container mark {
  display: none;
}

/* =============================
   Product Page Styles
   ============================= */
body.single-product .custom-product-page .section:first-of-type {
  padding-top: 2rem;
}
body.single-product .custom-product-page .is-divider.small {
  display: none;
}
body.single-product .custom-product-page .product-title {
  font-size: 1.65rem;
  line-height: 2.0625rem;
  font-weight: 500;
  color: #0B2D2D;
  margin: 0 0 0.5rem;
}
body.single-product .custom-product-page .price-wrapper {
  margin: 0;
}
body.single-product .custom-product-page .price-wrapper .price.product-page-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #5E5E57;
  margin: 0;
}
body.single-product .custom-product-page .price-wrapper .price.product-page-price del {
  opacity: 0.6;
  font-size: 0.85em;
  margin-right: 0.25rem;
}
body.single-product .custom-product-page .price-wrapper .price.product-page-price ins {
  text-decoration: none;
  color: inherit;
}
body.single-product .custom-product-page .adt-price-disclaimer {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
  font-size: 0.75rem;
  color: #5E5E57;
}
body.single-product .custom-product-page .product-short-description {
  font-size: 1rem;
  font-weight: 500;
  color: #5E5E57;
  margin-bottom: 1rem;
}
body.single-product .custom-product-page .product-short-description p {
  margin: 0;
}
body.single-product .custom-product-page form.variations_form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0px;
}
body.single-product .custom-product-page form.variations_form table.variations {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
}
body.single-product .custom-product-page form.variations_form table.variations tbody {
  display: block;
}
body.single-product .custom-product-page form.variations_form table.variations tr {
  display: block;
  padding-bottom: 2rem;
}
body.single-product .custom-product-page form.variations_form table.variations th.label {
  display: block;
  padding: 0;
}
body.single-product .custom-product-page form.variations_form table.variations th.label label {
  display: block !important;
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0B2D2D;
  text-transform: none;
}
body.single-product .custom-product-page form.variations_form table.variations th.label .woo-selected-variation-item-name {
  display: none;
}
body.single-product .custom-product-page form.variations_form table.variations td.value {
  display: block;
  padding: 0;
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(94, 94, 87, 0.3);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  transition: filter 250ms cubic-bezier(0.22, 0.61, 0.36, 1), transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: pointer;
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item .variable-item-contents {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: none;
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item:hover:not(.disabled) {
  filter: brightness(0.95);
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item[aria-checked=true], body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item.selected, body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item.wvs-selected {
  border-color: #0B2D2D;
  box-shadow: 0 0 0 3px rgba(30, 78, 75, 0.15);
}
body.single-product .custom-product-page form.variations_form .variable-items-wrapper .variable-item.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
body.single-product .custom-product-page form.variations_form .reset_variations {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(94, 94, 87, 0.7);
  text-decoration: underline;
}
body.single-product .custom-product-page form.variations_form .single_variation_wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body.single-product .custom-product-page form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding-bottom: 2rem;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 2.4rem;
}
body.single-product .custom-product-page form.variations_form .ux-quantity {
  margin-right: 0px;
  display: flex !important;
  align-items: center;
  height: 38px;
  border: 1px solid rgba(94, 94, 87, 0.3);
  border-right: 0;
  border-radius: 200px 0 0 200px;
  overflow: hidden;
  background: #ffffff;
}
body.single-product .custom-product-page form.variations_form .ux-quantity .ux-quantity__button {
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #0B2D2D;
  font-weight: 500;
  transition: filter 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
body.single-product .custom-product-page form.variations_form .ux-quantity .ux-quantity__button:hover, body.single-product .custom-product-page form.variations_form .ux-quantity .ux-quantity__button:focus-visible {
  filter: brightness(0.85);
  outline: none;
}
body.single-product .custom-product-page form.variations_form .ux-quantity .qty {
  width: 100px;
  height: 100%;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #0B2D2D;
  padding: 0;
}
body.single-product .custom-product-page form.variations_form .ux-quantity .qty::-webkit-outer-spin-button, body.single-product .custom-product-page form.variations_form .ux-quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product .custom-product-page form.variations_form .ux-quantity .qty {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
body.single-product .custom-product-page form.variations_form .single_add_to_cart_button {
  margin-bottom: 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-height: 2.3rem !important;
  padding: 0 1.2rem;
  border-radius: 0 200px 200px 0;
  background: #1E4E4B;
  color: #fff;
  border: 1px solid #1E4E4B;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transition: filter 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
body.single-product .custom-product-page form.variations_form .single_add_to_cart_button::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxcmVtIiBoZWlnaHQ9IjFyZW0iIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1zaG9wcGluZy1jYXJ0Ij48Y2lyY2xlIGN4PSI5IiBjeT0iMjEiIHI9IjEiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjEiIHI9IjEiPjwvY2lyY2xlPjxwYXRoIGQ9Ik0xIDFoNGwyLjY4IDEzLjM5YTIgMiAwIDAgMCAyIDEuNjFoOS43MmEyIDIgMCAwIDAgMi0xLjYxTDIzIDZINiI+PC9wYXRoPjwvc3ZnPg==);
  width: 1rem;
  height: 1rem;
  max-width: 1rem;
  margin-right: 0.5rem;
  color: white;
}
body.single-product .custom-product-page form.variations_form .single_add_to_cart_button:hover, body.single-product .custom-product-page form.variations_form .single_add_to_cart_button:focus-visible {
  background: #1E4E4B;
  filter: brightness(0.85) contrast(1.3);
  outline: none;
}
body.single-product .custom-product-page form.variations_form .single_add_to_cart_button.disabled, body.single-product .custom-product-page form.variations_form .single_add_to_cart_button.wc-variation-selection-needed {
  opacity: 0.5;
  cursor: not-allowed;
  filter: none;
}
body.single-product .custom-product-page form.variations_form .single_add_to_cart_button.disabled:hover, body.single-product .custom-product-page form.variations_form .single_add_to_cart_button.wc-variation-selection-needed:hover {
  background: #1E4E4B;
}
body.single-product .custom-product-page .product_meta.product-usp-meta {
  padding-bottom: 2rem;
  padding: 0;
}
body.single-product .custom-product-page .product_meta.product-usp-meta .usp-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: block;
  padding-bottom: 2rem !important;
}
body.single-product .custom-product-page .product_meta.product-usp-meta .usp-list .usp-item {
  margin: 0 0 0.25rem;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #5E5E57;
  background: none;
}
body.single-product .custom-product-page .product_meta.product-usp-meta .usp-list .usp-item::before {
  content: "\e00a";
  font-family: "fl-icons";
  color: #0b2d2d;
  font-size: 0.5rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}
body.single-product .custom-product-page .product_meta.product-usp-meta .usp-list .usp-item span {
  color: inherit;
}
body.single-product .custom-product-page .product-page-accordian .accordion-description {
  border-bottom: 1px solid #ddd !important;
}
body.single-product .custom-product-page .product-page-accordian .accordion-title {
  border-top: 0px !important;
  color: #0b2d2d !important;
  padding: 2rem 0;
}
body.single-product .custom-product-page .product-page-accordian .accordion-title.plain.active {
  border-top: 0px !important;
  background-color: transparent !important;
  color: #0b2d2d !important;
}
body.single-product .custom-product-page .social-icons.share-icons {
  margin-top: 1rem;
}
body.single-product .custom-product-page .product-download-section {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
body.single-product .custom-product-page .product-download-section .adt-download-datablad-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  border-radius: 200px;
  transition: all 250ms cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: #1E4E4B;
  color: #fff;
  margin-bottom: 0px;
}
body.single-product .custom-product-page .product-download-section .adt-download-datablad-btn .download-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
body.single-product .custom-product-page .product-download-section .adt-download-datablad-btn:hover {
  background-color: #0B2D2D !important;
}
body.single-product .adt-product-feature-image {
  background-color: #D9D7C5;
  border-radius: 0;
  padding: 0;
}
body.single-product .adt-product-feature-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-product .adt-product-gallery .col-inner {
  gap: 0.5rem;
}
body.single-product .adt-product-gallery [id^=row-] {
  width: auto !important;
  flex-grow: 1;
}
body.single-product .adt-product-gallery [id^=row-] > .col {
  flex: 1 1 50%;
  max-width: 50%;
}

@media (max-width: 991px) {
  body.single-product .custom-product-page form.variations_form .woocommerce-variation-add-to-cart {
    width: 100%;
    justify-content: stretch;
  }
  body.single-product .custom-product-page form.variations_form .woocommerce-variation-add-to-cart .ux-quantity {
    flex: 1 1 auto;
  }
  body.single-product .custom-product-page form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1 1 auto;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
}
.accordion #accordion-specifications_tab {
  order: 1;
}
.accordion #accordion-description {
  order: 2;
}
.accordion #accordion-additional_information {
  display: none;
}

.custom-product-page .section .section-content .row > .col:has(.product-title):first-child {
  padding-right: 2rem;
}

/* =============================
   Tilbehør (Accessories) Section
   ============================= */
.adt-tilbehor-section {
  margin: 12rem 0;
  padding: 6rem 0;
  background: #EAE8D1;
}
.adt-tilbehor-section .section-content {
  position: relative;
}
.adt-tilbehor-section h3 {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0B2D2D;
}
.adt-tilbehor-section .slider-style-container .flickity-slider > *,
.adt-tilbehor-section .flickity-slider > * {
  opacity: 1 !important;
}
.adt-tilbehor-section .product-small {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.adt-tilbehor-section .product-small:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.adt-tilbehor-section .product-small .box-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background: white;
}
.adt-tilbehor-section .product-small .box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.adt-tilbehor-section .product-small .box-image:hover img {
  transform: scale(1.05);
}
.adt-tilbehor-section .product-small .box-text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.adt-tilbehor-section .product-small .box-text .title-wrapper {
  margin-bottom: 0.5rem;
}
.adt-tilbehor-section .product-small .box-text .title-wrapper .product-title {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}
.adt-tilbehor-section .product-small .box-text .title-wrapper .product-title a {
  color: #272525;
  text-decoration: none;
  transition: color 0.2s ease;
}
.adt-tilbehor-section .product-small .box-text .title-wrapper .product-title a:hover {
  color: #1E4E4B;
}
.adt-tilbehor-section .product-small .box-text .price-wrapper {
  margin-bottom: 1rem;
}
.adt-tilbehor-section .product-small .box-text .price-wrapper .price {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0B2D2D;
}
.adt-tilbehor-section .product-small .box-text .add-to-cart-button {
  margin-top: auto;
}
.adt-tilbehor-section .product-small .box-text .add-to-cart-button .button {
  width: 100%;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.adt-tilbehor-section .product-small .box-text .add-to-cart-button .button:hover {
  transform: translateY(-2px);
}
.adt-tilbehor-section .flickity-button {
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 44px;
  height: 44px;
  opacity: 1 !important;
  visibility: visible !important;
}
.adt-tilbehor-section .flickity-button:hover {
  background: #1E4E4B;
}
.adt-tilbehor-section .flickity-button:hover .flickity-button-icon {
  fill: white;
}
.adt-tilbehor-section .flickity-button .flickity-button-icon {
  fill: #1E4E4B;
}
.adt-tilbehor-section .flickity-button:disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}
.adt-tilbehor-section .flickity-prev-next-button.previous {
  left: -22px;
}
.adt-tilbehor-section .flickity-prev-next-button.next {
  right: -22px;
}

.adt-accessories-slider.adt-slider-loading {
  display: flex;
  flex-wrap: wrap;
}
.adt-accessories-slider.adt-slider-loading .product-small,
.adt-accessories-slider.adt-slider-loading .col {
  flex-shrink: 0;
}
.adt-accessories-slider .product-small,
.adt-accessories-slider .col {
  width: 25% !important;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}
.adt-accessories-slider .product-small .product-small,
.adt-accessories-slider .col .product-small {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.adt-accessories-slider .product-small .box-vertical,
.adt-accessories-slider .col .box-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.adt-accessories-slider .product-small .box-image,
.adt-accessories-slider .col .box-image {
  flex-shrink: 0;
}
.adt-accessories-slider .product-small .box-text,
.adt-accessories-slider .col .box-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.adt-accessories-slider .product-small .add-to-cart-button,
.adt-accessories-slider .col .add-to-cart-button {
  margin-top: auto;
}
.adt-accessories-slider .flickity-slider > * {
  opacity: 1 !important;
  height: 100%;
  min-height: 100%;
}
.adt-accessories-slider .flickity-viewport {
  overflow: visible !important;
}
.adt-accessories-slider .flickity-slider {
  left: 0 !important;
}
.adt-accessories-slider .flickity-prev-next-button {
  opacity: 1 !important;
  visibility: visible !important;
}
.adt-accessories-slider .flickity-prev-next-button.previous {
  left: -50px;
}
.adt-accessories-slider .flickity-prev-next-button.next {
  right: -50px;
}

@media (max-width: 992px) {
  .adt-accessories-slider .product-small,
  .adt-accessories-slider .col {
    width: 33.333% !important;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 768px) {
  .adt-accessories-slider .product-small,
  .adt-accessories-slider .col {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 549px) {
  .adt-accessories-slider .product-small,
  .adt-accessories-slider .col {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.flickity-enabled.is-draggable .flickity-viewport {
  overflow: hidden !important;
}

.adt-accessories-slider .flickity-prev-next-button.next {
  right: 1rem !important;
  top: 1rem !important;
  bottom: unset !important;
}

.adt-accessories-slider .flickity-prev-next-button.previous {
  left: -50px;
  left: 1rem !important;
  top: 1rem !important;
  bottom: unset;
}

.adt-accessories-row .box {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 1rem !important;
}
.adt-accessories-row .price-wrapper {
  display: none;
}
.adt-accessories-row .adt-product-actions {
  display: none !important;
}
.adt-accessories-row .box-text-products {
  height: 10rem;
}

/*************** CUSTOM ADDITIONS BELOW ***************/
