/** Shopify CDN: Minification failed

Line 22:8 Expected identifier but found whitespace
Line 22:10 Unexpected "{"
Line 22:19 Expected ":"

**/
 .announcement-bar__text--with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.announcement-bar__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.cc-link {
  color: {{ section.settings.heading_color }};
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  font-weight: 500;
  font-style: normal; /* Changed from 'Medium' as Medium is invalid for font-style */
  font-size: 16px;
}

product-card .productCardTitle {
  margin-top: 5px;
  display: block;
}

product-card .productCardTitle > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

product-card .productCardTitle p {
  font-size: 16px;
  font-weight: 600;
}

product-card .card-gallery {
  margin-inline: -10px;
}

product-card .buy-buttons-block {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 0px;
  width: calc(100% - 20px);
}

product-card product-price * {
  font-size: 16px;
  font-weight: 500;
}

.add-to-cart-text__content {
  font-weight: 600;
}

span.price.dbpirce {
  color: #f87b3e;
}

.shipping-block-wrapper {
  line-height: 100%;
}

.announcement-bar__slider slideshow-arrows {
  padding: 0;
  mix-blend-mode: normal;
  max-width: 400px;
  margin: 0 auto;
}

.badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 26.8px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  gap: 10px;
  border: 1px solid transparent;
}

.status-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: currentColor;
}

product-card .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 400px;
  margin-bottom: 10px;
  margin-top: 6px;
}

product-card .feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #111;
  font-size: 12px;
  line-height: 1.5;
}

product-card .checkmark-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 6px;
  color: #000;
}

.card-gallery__dots {
  display: none;
  justify-content: center;
  gap: 6px;
  z-index: 5;
  pointer-events: auto;
  padding-block: 10px;
}

.card-gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}

.card-gallery__dot:hover {
  background-color: #193E33;
  transform: scale(1);
}

.card-gallery__dot[aria-selected="true"] {
  background-color: #193E33;
  border-color: #193E33;
}

.announcement-bar__text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.m-product-shipping--content {
  font-size: 12px;
}

.variant-option--equal-width-buttons .variant-option__button-label {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 100 !important;
}

.cart__total-label {
  font-weight: 600 !important;
}

.cart-items .cart-items__details {
  grid-column: 2 / span 2;
}

.cart-items .cart-items__media {
  border-radius: 6px !important;
  overflow: hidden;
}

.details-content * {
  font-size: 16px;
}

.details-content h1 {
  font-size: 16px;
}

.details-content h2 {
  font-size: 14px;
}

cart-items-component .payment-icons {
  display: flex;
  justify-content: center;
}

.swiper-custom-controls-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-custom-controls {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.template-slider-section .swiper-custom-arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #193E33;
}

.template-slider-section .swiper-custom-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.template-slider-section .relative-container {
  position: relative;
  width: 100%;
}

.template-slider-section swiper-container {
  width: 100%;
  display: block;
}

.template-slider-section .swiper-button-disabled {
  opacity: 0.5;
}

.template-slider-section .swiper-custom-scrollbar {
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(0,0,0,0.1);
  margin-top: 24px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.template-slider-section .swiper-scrollbar-drag {
  display: block;
  background: currentColor;
  height: 100%;
  width: 0;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}

.template-slider-section .swiper-progress-track {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.template-slider-section .swiper-progress-fill {
  background: #193E33;
  height: 100%;
  display: block;
  transition: transform 300ms;
}

.menu-list__list-item:where(:not([slot=overflow])) > .menu-list__submenu,
.overflow-menu::part(overflow) {
  background-color: #F4F0E9 !important;
}

.overflow-menu:after {
  content: none !important;
}

.media-gallery a[data-fancybox] {
  position: relative;
  z-index: 10;
  display: block;
}

.fancybox-trigger-link {
  width: 100%;
}

.product-media-container__zoom-button {
  display: none !important;
}

search-button svg {
  height: 30px !important;
  width: 30px !important;
}

search-button svg * {
  stroke-width: 1.1px;
}

.rev-nav-btn,
.swiper-custom-next,
.swiper-custom-prev,
.rev-nav-group,
.swiper-custom-controls-nav,
.announcement-bar__item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

footer rte-formatter p {
  color: #fff;
}

.dk-terms input {
  display: none;
}

.dk-checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #1a73e8;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.dk-terms input:checked + .dk-checkmark {
  background: #1a73e8;
}

.dk-terms input:checked + .dk-checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.dk-terms a {
  color: #1a73e8;
  text-decoration: underline;
}

.dk-terms {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #000;
  width: 100%;
}

label.dk-terms p {
  margin: 0;
}

footer a {
  color: white !important;
}
/* 
a.productCardTitle,
a.productCardTitle:hover,
.resource-card__link {
  background-image: none !important;
  background-size: 0 !important;
  transition: none !important;
} */

/* .button:not(.button-secondary, .button-unstyled), 
.add-to-cart-button.button-secondary {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
  isolation: isolate;
} */

/* .button:not(.button-secondary, .button-unstyled)::before, 
.add-to-cart-button.button-secondary::before {
  content: "";
  position: absolute;
  inset-block: -0.1rem;
  inset-inline-start: -0.1rem;
  width: 0;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: inherit;
} */

.button:not(.button-secondary, .button-unstyled)::before {
  background-color: rgb(var(--color-button-text, 255, 255, 255));
}

.add-to-cart-button.button-secondary::before {
  background-color: var(--button-background-color) !important;
  color: var(--button-color) !important;
}

.search-action-mobile {
  display: none;
}

.sticky-add-to-cart__variant,
.sticky-add-to-cart__price .subify-discount-percentage {
  display: none;
}

.sticky-add-to-cart__price .subify-product-price-wrapper {
  min-width: auto !important;
  min-height: auto !important;
  margin-bottom: 0px !important;
}

.sticky-add-to-cart__price .subify-product-price-wrapper * {
  font-size: 12px !important;
}


.resource-card__media {
  border-radius: 10px;
  overflow: hidden;
}

.ez-notify-me-button-container .ez-notify-me-button {
  max-width: calc(100% - 2px) !important;
  border-radius: 100px;
}

/* =========================================
   MEDIA QUERIES AND HOVER STATES 
   ========================================= */

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  /* a:not(.button):not(.btn):not([role="button"]):not(.swiper-custom-arrow):not(.fancybox-trigger-link):not(.card-gallery__dot):not(:has(img)):not(:has(svg)):not(.productCardTitle a):not(.productCardTitle *) {
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s ease, background-position 0s 0.3s;
  }

  a:not(.button):not(.btn):not([role="button"]):not(.swiper-custom-arrow):not(.fancybox-trigger-link):not(.card-gallery__dot):not(:has(img)):not(:has(svg)):not(.productCardTitle a):not(.productCardTitle *):hover {
    background-size: 100% 1px;
    background-position: 100% 100%;
  }*/

/* --- Default State (No Hover) --- */
.button:not(.button-secondary, .button-unstyled) {
  border: 1px solid transparent; /* Keeps layout stable so it doesn't jump on hover */
  transition: all 0.3s ease; /* Makes the transition smooth */
}

/* --- Hover State --- */
.button:not(.button-secondary, .button-unstyled):hover,
.add-to-cart-button.button-secondary:hover {
  background-color: transparent !important;
  border: 1px solid var(--button-color);
}

/* --- Cleaning up the ::before pseudo-element --- */
.button:not(.button-secondary, .button-unstyled):hover::before, 
.add-to-cart-button.button-secondary:hover::before {
  border: 1px solid transparent;
}

  .add-to-cart-button.button-secondary:hover {
    background-color: var(--button-background-color) !important;
    color: var(--button-color) !important;
  }
} 

@media screen and (min-width: 768px) {
  .template-slider-section .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  div#ResultsList {
    padding-inline: 14px;
  }

  product-card .card-gallery {
    margin-inline: 0px !important;
  }

  h1, .h1, .h1.h1, .text-block.h1 > *,
  h2, .h2, .h2.h2, .text-block.h2 > *,
  h3, .h3, .h3.h3, .text-block.h3 > * {
    font-size: 26px;
    line-height: 140%;
  }

  .text-block {
    width: 90%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .swiper-custom-controls {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .search-action-mobile {
    display: block;
  }

  .search-action-desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .template-slider-section .hide-on-mobile {
    display: none !important;
  }
  search-button.search-action.search-action--hidden-on-drawer {
    display: none;
}
} 


.product-card__swatches {
    display: none;
}

.predictive-search-results__inner .resource-card__buy-buttons.buy-buttons-block {
    display: none;
}

form.variant-picker__form {
    padding-left: 5px;
}
