* {
  outline: none;
}
:where(:focus-visible) {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type=checkbox]:checked:focus-visible,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus-visible,
[type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type=checkbox]:indeterminate:focus-visible,
[type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
[type=range]:focus,
[type=range]:focus-visible {
  outline: 0;
}
[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1)), 0 0 0 0.25rem rgba(var(--brand-color), 0.2);
}
[type=range]:focus::-webkit-slider-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [type=range]:focus::-webkit-slider-thumb {
  transition: none !important;
}
[type=range]:focus::-moz-range-thumb {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [type=range]:focus::-moz-range-thumb {
  transition: none !important;
}
.breeze-gallery.caption [data-caption]:not([data-caption=""])::after {
  content: attr(data-caption);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 5px;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  background: rgb(var(--base-bg, 255, 255, 255));
}
.breeze-gallery.opened .close {
  background: rgba(var(--base-bg, 255, 255, 255), .6);
  display: block;
  right: 3px;
  top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.breeze-gallery.opened .controls {
  visibility: visible;
}
.breeze-gallery.opened .stage {
  flex-grow: 1;
  overflow: hidden !important;
}
.breeze-gallery.opened .stage:not(.video) .main-image-wrapper {
  cursor: default;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture {
  margin: 0 auto;
  max-height: 100%;
}
.breeze-gallery.opened .stage > div:first-child,
.breeze-gallery.opened .stage > div:first-child picture,
.breeze-gallery.opened .stage > div:first-child .main-image-wrapper {
  align-items: normal;
}
.breeze-gallery.opened .stage > div:first-child img {
  object-fit: contain;
}
.breeze-gallery.opened .thumbnails.hidden {
  display: flex;
}
@media (orientation: landscape) {
  .breeze-gallery.opened {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .breeze-gallery.opened .thumbnails {
    flex-direction: column;
    flex-wrap: nowrap;
    order: -1;
    max-height: 550px;
    margin: 0 5px 0 0;
    padding-right: 5px;
    padding-bottom: 0;
    overflow-y: overlay;
  }
  .breeze-gallery.opened .stage {
    height: 100%;
    flex-shrink: 1;
  }
  .breeze-gallery.opened .thumbnails {
    max-height: none !important;
    height: 100%;
    justify-content: flex-start;
  }
}
:root {
  --magnifier-gap: var(--gallery-columns-gap, 10px);
}
.image-magnifier-lens,
.image-magnifier-stage {
  direction: ltr;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  visibility: visible !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.image-magnifier-lens.magnifier-active,
.image-magnifier-stage.magnifier-active {
  opacity: 1;
}
.image-magnifier-lens div,
.image-magnifier-stage div {
  transform: translate3d(0, 0, 0);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-magnifier-lens img[src=''],
.image-magnifier-stage img[src=''] {
  opacity: 0;
}
.image-magnifier-lens {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.image-magnifier-lens.circle {
  border-radius: 9999px;
}
.image-magnifier-lens div {
  background: rgba(255, 255, 255, 0.4);
}
.image-magnifier-stage {
  z-index: 999;
  background: #fff;
}
.image-magnifier-stage div {
  transition: 100ms transform ease-out;
}
@media (prefers-reduced-motion) {
  .image-magnifier-stage div {
    transition: none;
  }
}
.magnifier .breeze-gallery:not(.opened) .stage,
.magnifier .breeze-gallery .images {
  -webkit-touch-callout: none;
}
.magnifier .main-image,
.magnifier .images .item > img {
  backface-visibility: hidden;
  transition: filter 100ms linear;
}
.magnifier-stage-inner .image-magnifier-lens {
  opacity: 0;
}
.magnifier-stage-inner .image-magnifier-stage {
  box-shadow: none;
}
.magnifier-stage-inner:has(.stage .loading-mask) .image-magnifier-stage {
  opacity: 0;
}
.magnifier-stage-inner .breeze-gallery .next,
.magnifier-stage-inner .breeze-gallery .prev {
  z-index: 1000;
}
.magnifier-stage-inner.magnifier-active .product.media .main-image-wrapper {
  z-index: 100;
}
:not(.magnifier-stage-inner).magnifier-active .product.media .stage,
:not(.magnifier-stage-inner).magnifier-active .product.media .images .item {
  z-index: 100;
}
.magnifier-active .product.media .main-image,
.magnifier-active .product.media .images .magnifier-active > img {
  filter: grayscale(100%) opacity(60%);
}
.mfblog-contents .mfblog-contents-toggle {
  cursor: pointer;
}
.mfblog-contents .mfblog-contents-toggle:hover {
  text-decoration: underline;
}
[data-mage-init*='"collapsible":'] > [data-role=content],
.modal-inner-wrap,
.block.filter .filter-content,
.block.filter .filter-title strong::after,
.actions-secondary .action,
.toolbar .sorter-action,
.toolbar .modes a,
.pages a.page,
.pages .action.next,
.pages .action.previous,
.minicart-items .actions a,
.navigation-wrapper,
.nav-toggle span::after,
.navigation .parent > a .ui-icon,
.navigation .parent > a::after,
.product-social-links a.action,
.product-social-links button.action,
.cart.table-wrapper .action-edit,
.cart.table-wrapper .action-delete,
.cart.table-wrapper .action-towishlist,
.cart.table-wrapper .action-gift::after,
.cart-tax-total::after,
.totals-tax-summary .amount .price::before {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [data-mage-init*='"collapsible":'] > [data-role=content],
.breeze-inactive .modal-inner-wrap,
.breeze-inactive .block.filter .filter-content,
.breeze-inactive .block.filter .filter-title strong::after,
.breeze-inactive .actions-secondary .action,
.breeze-inactive .toolbar .sorter-action,
.breeze-inactive .toolbar .modes a,
.breeze-inactive .pages a.page,
.breeze-inactive .pages .action.next,
.breeze-inactive .pages .action.previous,
.breeze-inactive .minicart-items .actions a,
.breeze-inactive .navigation-wrapper,
.breeze-inactive .nav-toggle span::after,
.breeze-inactive .navigation .parent > a .ui-icon,
.breeze-inactive .navigation .parent > a::after,
.breeze-inactive .product-social-links a.action,
.breeze-inactive .product-social-links button.action,
.breeze-inactive .cart.table-wrapper .action-edit,
.breeze-inactive .cart.table-wrapper .action-delete,
.breeze-inactive .cart.table-wrapper .action-towishlist,
.breeze-inactive .cart.table-wrapper .action-gift::after,
.breeze-inactive .cart-tax-total::after,
.breeze-inactive .totals-tax-summary .amount .price::before {
  transition: none !important;
}
.block > .title,
.block .block-title {
  color: rgba(var(--block-title-color), var(--block-title-alpha, 1));
  background: rgba(var(--block-title-bg), var(--block-bg-alpha, 1));
}
.block .block-content {
  background: rgb(var(--block-content-bg), var(--block-content-bg-alpha, 1));
}
.breadcrumbs li::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.swatch-option-tooltip {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 156, 163, 175;
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
}
.breeze-inactive .swatch-option-tooltip {
  transition: none !important;
}
.swatch-option-tooltip[style*="block"] {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.field-tooltip-content,
.dropdown.options .dropdown,
.tooltip.wrapper .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog,
.minisearch .search-autocomplete,
.map-popup,
.navigation .submenu {
  color: rgba(var(--base-color), var(--base-alpha, 1));
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  --headings-color: var(--base-color);
  --headings-alpha: 1;
  --block-title-color: var(--base-color);
  --link-color: var(--blue);
  --link-alpha: 0.85;
  --muted-bg: 243, 244, 246;
  --muted-bg-alpha: 1;
  --ring-color: var(--brand-color);
  --ring-alpha: 1;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
  --button-color: 255, 255, 255;
  --button-primary-color: 255, 255, 255;
  --button-primary-bg: var(--brand-color);
  --button-primary-border-color: var(--button-bg);
  --button-secondary-color: var(--gray-600);
  --button-secondary-bg: var(--gray-200);
  --button-secondary-border-color: var(--button-secondary-bg);
  --input-color: 17, 24, 39;
  --input-alpha: 1;
  --input-bg: var(--base-bg);
  --input-bg-alpha: 1;
  --input-border-color: 156, 163, 175;
  --input-border-alpha: 1;
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: var(--dropdown-padding);
  width: var(--dropdown-width);
  transform-origin: top;
  transform: scale(0.95);
  z-index: 850;
  visibility: hidden;
  margin-top: 0.125rem;
  color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  text-align: left;
}
.breeze-inactive .field-tooltip-content,
.breeze-inactive .dropdown.options .dropdown,
.breeze-inactive .tooltip.wrapper .tooltip.content,
.breeze-inactive .minicart-wrapper .mage-dropdown-dialog,
.breeze-inactive .minisearch .search-autocomplete,
.breeze-inactive .map-popup,
.breeze-inactive .navigation .submenu {
  transition: none !important;
}
.breeze .field-tooltip-content,
.breeze .dropdown.options .dropdown,
.breeze .tooltip.wrapper .tooltip.content,
.breeze .minicart-wrapper .mage-dropdown-dialog,
.breeze .minisearch .search-autocomplete,
.breeze .map-popup,
.breeze .navigation .submenu {
  display: block !important;
}
.field-tooltip-content[aria-hidden="false"],
.dropdown.options .dropdown[aria-hidden="false"],
.tooltip.wrapper:hover .tooltip.content,
.tooltip.wrapper:focus .tooltip.content,
.minicart-wrapper .mage-dropdown-dialog[style=""],
.minicart-wrapper .mage-dropdown-dialog[style*="block"],
.minisearch .search-autocomplete:not(:empty):not([style*="display:none"]):not([style*="display: none"]),
.map-popup.active,
.navigation .submenu.shown,
.navigation .submenu[aria-expanded="true"]:not([aria-hidden]),
body:not(.breeze) .navigation .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
  z-index: 851;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: scale(1);
  top: auto;
}
.dropdown.options .dropdown > li > a,
.dropdown.options .dropdown > ul > li > a,
.minisearch .search-autocomplete [role="listbox"] li,
.navigation :where(li[class*=level]) > a {
  --divider-alpha: 0.05;
  cursor: pointer;
}
.dropdown.options .dropdown > li > a:hover,
.dropdown.options .dropdown > ul > li > a:hover,
.minisearch .search-autocomplete [role="listbox"] li:hover,
.navigation :where(li[class*=level]) > a:hover {
  background: rgba(var(--base-color), var(--divider-alpha, .1));
}
[data-collapsible] > [data-role="title"],
[data-role="collapsible"] > [data-role="title"],
[data-mage-init*='"collapsible":'] > [data-role="title"],
.block-collapsible-nav > .title,
.dropdown.options .toggle,
.minicart-wrapper .action.showcart {
  cursor: pointer;
}
[data-collapsible] > [data-role="title"]::after,
[data-role="collapsible"] > [data-role="title"]::after,
[data-mage-init*='"collapsible":'] > [data-role="title"]::after,
.block-collapsible-nav > .title::after,
.dropdown.options:not(.no-chevron) .toggle::after {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
:where(input:not([type=range])):focus,
:where(input:not([type=range])):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  --input-border-color: var(--brand-color);
  --input-outline-color: var(--input-border-color);
  --input-shadow-spread: 1px;
  outline: 2px solid rgba(var(--input-outline-color), var(--input-outline-alpha));
  outline-offset: 2px;
}
:where(input:not([type=range])):-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 var(--input-shadow-spread, 0) rgba(var(--input-border-color), var(--input-border-alpha)), 0 0 0 30px rgba(var(--muted-bg), var(--muted-bg-alpha, 1)) inset;
  -webkit-text-fill-color: rgba(var(--input-color), var(--input-alpha));
}
button,
.action.primary,
input[type='submit'],
input[type='reset'],
input[type='button'],
.pagebuilder-button-primary,
.pagebuilder-button-secondary,
.pagebuilder-button-link {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive button,
.breeze-inactive .action.primary,
.breeze-inactive input[type='submit'],
.breeze-inactive input[type='reset'],
.breeze-inactive input[type='button'],
.breeze-inactive .pagebuilder-button-primary,
.breeze-inactive .pagebuilder-button-secondary,
.breeze-inactive .pagebuilder-button-link {
  transition: none !important;
}
button.selected,
.action.primary.selected,
input[type='submit'].selected,
input[type='reset'].selected,
input[type='button'].selected,
.pagebuilder-button-primary.selected,
.pagebuilder-button-secondary.selected,
.pagebuilder-button-link.selected {
  --button-color: 255, 255, 255;
  --button-bg: var(--brand-color);
  --button-border-color: var(--button-bg);
}
@media (hover: hover) {
  button:hover,
  .action.primary:hover,
  input[type='submit']:hover,
  input[type='reset']:hover,
  input[type='button']:hover,
  .pagebuilder-button-primary:hover,
  .pagebuilder-button-secondary:hover,
  .pagebuilder-button-link:hover {
    --button-bg-alpha: var(--button-hover-bg-alpha);
    text-decoration: none !important;
  }
}
button:focus-visible,
.action.primary:focus-visible,
input[type='submit']:focus-visible,
input[type='reset']:focus-visible,
input[type='button']:focus-visible,
.pagebuilder-button-primary:focus-visible,
.pagebuilder-button-secondary:focus-visible,
.pagebuilder-button-link:focus-visible {
  --button-border-alpha: 1;
  z-index: 10;
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 2px;
}
@media (hover: hover) {
  .pagebuilder-button-link:hover {
    text-decoration: underline !important;
    --button-bg: transparent;
    --button-border-color: transparent;
    --button-color: var(--link-color);
  }
}
@media (hover: hover) {
  .button-ghost button:hover,
  .button-ghost .pagebuilder-button-primary:hover,
  .button-ghost .pagebuilder-button-secondary:hover {
    --button-bg-alpha: .1;
    --button-color: var(--base-color);
  }
}
.product-options-wrapper .action.back {
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
}
.product-options-wrapper .action.back:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close,
.ui-dialog.popup .action.close,
.modal-header .action-close,
.block-minicart .action.close {
  float: right;
  --button-bg: var(--base-bg);
  --button-border-color: var(--base-bg);
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left;
  margin-left: auto;
  opacity: .7;
  cursor: pointer;
}
.button-close:focus-visible,
.ui-dialog.popup .action.close:focus-visible,
.modal-header .action-close:focus-visible,
.block-minicart .action.close:focus-visible {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.button-close::before,
.ui-dialog.popup .action.close::before,
.modal-header .action-close::before,
.block-minicart .action.close::before {
  display: block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.button-close span,
.ui-dialog.popup .action.close span,
.modal-header .action-close span,
.block-minicart .action.close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.minicart-items .details-qty .update-cart-item {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem 0.5rem;
}
.minicart-items .details-qty .item-qty {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.25rem;
  width: auto;
  flex-grow: 0;
}
.minicart-items-wrapper::after {
  pointer-events: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1rem;
  background: linear-gradient(rgba(var(--z-layer-bg), 0), rgba(var(--z-layer-bg), .8));
}
.modal-content::-webkit-scrollbar,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}
.modal-content::-webkit-scrollbar-track,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-track {
  background-color: rgb(var(--scrollbar-bg));
  border-radius: 24rem;
}
.modal-content::-webkit-scrollbar-thumb,
.minicart-items-wrapper > .minicart-items::-webkit-scrollbar-thumb {
  background-color: rgb(var(--scrollbar-color));
  border-radius: 24rem;
}
.loading-mask .loader,
.load.indicator::before,
.product-item-info-image-loading .product-item-photo::before {
  animation: rotate var(--spinner-duration) linear infinite;
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: var(--spinner-border-width) solid rgb(var(--spinner-border-color));
  border-top-color: transparent;
  border-radius: 50%;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"] {
  cursor: pointer;
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:focus-visible {
  z-index: 10;
}
@media (max-width: 767.98px) {
  [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 0.75rem 0.75rem;
  }
  .breeze-inactive [data-mage-init*='"tabs":'] > [data-role="collapsible"]::after {
    transition: none !important;
  }
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"],
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]) {
  --muted-alpha: .9;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
[data-mage-init*='"tabs":'] > [data-role="collapsible"][aria-expanded="true"]:hover,
[data-mage-init*='"tabs":'] > [data-role="collapsible"]:nth-child(1):not([aria-expanded]):hover {
  --muted-bg-alpha: 1;
}
[data-content-type="tabs"] .tab-header {
  cursor: pointer;
}
[data-content-type="tabs"] .tab-header:hover {
  --muted-alpha: .9;
  --muted-bg-alpha: .5;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
[data-content-type="tabs"] .tab-header:focus-visible {
  z-index: 10;
}
[data-content-type="tabs"] .tab-header.active {
  --muted-alpha: .9;
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
[data-content-type="tabs"] .tab-header.active:hover {
  --muted-bg-alpha: 1;
}
[data-mage-init*='"tabs":'] > [data-role="content"] {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-content-type="tabs"] .tabs-content > div {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.breeze-inactive [data-content-type="tabs"] .tabs-content > div {
  transition: none !important;
}
.minicart-items .details-qty .update-cart-item span,
.minicart-items .action.edit span,
.minicart-items .action.delete span,
.review-control-vote label span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mobile-header-panel .switcher .label {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.minicart-items .details-qty .label,
.minicart-items .details-qty .value {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.block-minicart .items-total {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.block-minicart .block-content > .actions a.action {
  color: rgba(var(--link-color), var(--link-alpha));
  text-decoration: none;
}
.block-minicart .block-content > .actions a.action:hover {
  --link-alpha: 1;
  text-decoration: underline;
}
.popup-authentication .block-new-customer p {
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.popup-authentication .block-new-customer ul {
  padding-left: 1.25rem;
}
.popup-authentication .block-new-customer ul {
  list-style: disc;
}
div.mage-error,
div.field-error {
  margin-top: 0.125rem;
  font-size: .9rem;
  color: rgba(var(--danger-color), var(--danger-alpha, 1));
}
.field-tooltip {
  --dropdown-width: 18rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.field-tooltip-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-trigger::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-sm-around {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
}
.shadow-around {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md-around {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.06);
}
.shadow-lg-around {
  box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
}
.shadow-xl-around {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
}
.shadow-2xl-around {
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
[data-mage-init*='"collapsible":'] > [data-role=content][aria-hidden=false] {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  position: static;
}
.block-collapsible-nav .title {
  cursor: pointer;
}
.block-collapsible-nav .content a:hover {
  text-decoration: none;
  --base-bg-alpha: .8;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
}
@media (min-width: 768px) {
  .block-collapsible-nav .content {
    position: sticky;
    top: 0.5rem;
    left: 0;
  }
}
@media (min-width: 640px) {
  .ui-dialog.popup {
    width: 24rem;
  }
}
.ui-dialog.popup .action.close {
  position: absolute;
  z-index: 101;
  right: 0.5rem;
  top: 0.5rem;
}
.dropdown.options .block-title {
  padding: 0;
  border: 0;
  margin-bottom: 0.5rem;
}
.dropdown.options .subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.dropdown.options .product-item + .product-item {
  margin-top: 1rem;
}
.dropdown.options .actions-toolbar {
  justify-content: center;
  margin-top: 1rem;
}
.dropdown.options .empty {
  font-weight: 500;
}
:root {
  --dropdown-padding: 0.5rem;
  --dropdown-width: 11rem;
}
.dropdown-lg {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 18rem;
}
.dropdown-xl,
.map-popup {
  --dropdown-padding: 0.75rem 1rem;
  --dropdown-width: 20rem;
}
.modals-overlay,
.modal-custom-overlay {
  transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  inset: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  visibility: hidden;
  content: '';
  z-index: 810;
  opacity: 0;
  pointer-events: none;
  background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
}
.breeze-inactive .modals-overlay,
.breeze-inactive .modal-custom-overlay {
  transition: none !important;
}
._show ~ .modals-overlay,
._show ~ .modal-custom-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.breeze._has-modal,
body.breeze._has-modal-custom {
  overflow: hidden;
}
.modal-slide,
.modal-popup,
.modal-custom {
  --modal-max-width: 500px;
  --modal-max-height: 85vh;
  --modal-padding-x: 1rem;
  --modal-padding-y: var(--modal-padding-x);
  inset: 0;
  position: fixed;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
}
@media (min-width: 768px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    --modal-padding-x: 2rem;
  }
}
.modal-slide._show,
.modal-popup._show,
.modal-custom._show {
  pointer-events: auto;
  visibility: visible;
}
@media (min-width: 640px) {
  .modal-slide,
  .modal-popup,
  .modal-custom {
    justify-content: center;
  }
}
.modal-slide[data-type="slide"] {
  width: 100%;
  padding: 0;
  align-items: flex-end;
  padding-left: 1.75rem;
  left: auto !important;
}
.modal-inner-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: var(--modal-max-width);
  max-height: var(--modal-max-height);
  max-height: -webkit-fill-available;
  background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.04);
  opacity: 0;
}
.modal-xl .modal-inner-wrap {
  --modal-max-width: 850px;
}
@media (max-width: 767.98px) {
  .modal-inner-wrap {
    transform: translateY(10px);
  }
}
@media (min-width: 768px) {
  .modal-inner-wrap {
    transform: scale(0.97);
  }
}
[data-type="slide"] .modal-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: none;
  border-radius: 0;
  transform: translateX(100%);
}
._show .modal-inner-wrap {
  transform: none;
  opacity: 1;
}
.modal-header,
.modal-content,
.modal-footer {
  padding: 0 var(--modal-padding-x);
}
.modal-header,
.modal-footer {
  flex-shrink: 0;
  padding-top: var(--modal-padding-y);
  position: relative;
  z-index: 10;
}
.modal-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.modal-header .action-close {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  position: absolute;
  top: calc(var(--modal-padding-y) / 3);
  right: calc(var(--modal-padding-x) / 3);
}
.modal-content {
  overflow: auto;
  overscroll-behavior: contain;
  padding-bottom: 3px;
  padding-top: 3px;
}
.modal-content:last-child {
  padding-bottom: var(--modal-padding-y);
}
.modal-content .message .button-close {
  display: none;
}
.modal-footer {
  padding-bottom: var(--modal-padding-y);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.page-header .action.skip {
  --base-color: 17, 24, 39;
  --base-alpha: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
  text-align: center;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  color: rgba(var(--base-color), var(--base-alpha, 1));
}
.page-header .action.skip:hover {
  text-decoration: underline;
}
.page-header .action.skip:focus-within {
  outline: none;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
  padding: 0.375rem 0.5rem;
}
.loading-mask,
.load.indicator {
  inset: 0;
  margin: auto;
  position: fixed;
  z-index: 800;
  --base-bg-alpha: .6;
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
body > .loading-mask,
body > .load.indicator {
  z-index: 990;
}
body > .loading-mask {
  position: fixed !important;
}
.loading-mask .loader {
  flex-shrink: 0;
  flex-grow: 0;
}
.loading-mask .loader p,
.loading-mask .loader img {
  display: none;
}
.loading-mask + .loading-mask {
  opacity: 0;
}
.load.indicator[style*="display: inline"] {
  display: flex !important;
}
.load.indicator::before {
  content: '';
  display: block;
}
.load.indicator span {
  display: none;
}
._block-content-loading {
  position: relative;
}
.tooltip.wrapper {
  --dropdown-width: 16rem;
  --dropdown-padding: 0.5rem 0.75rem;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .subtitle {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .tooltip.wrapper {
    --dropdown-width: 12rem;
  }
}
.towishlist::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.tocompare::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.print::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 17h2a2 2 0 002-2v-4a2 2 0 00-2-2H5a2 2 0 00-2 2v4a2 2 0 002 2h2m2 4h6a2 2 0 002-2v-4a2 2 0 00-2-2H9a2 2 0 00-2 2v4a2 2 0 002 2zm8-12V5a2 2 0 00-2-2H9a2 2 0 00-2 2v4h10z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.action.mailto::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .hover-zoom {
    overflow: hidden;
  }
  .hover-zoom > img,
  .hover-zoom [data-background-images^="{\\"],
  .hover-zoom [data-background-images^="{\\"] > * {
    transition: transform 600ms cubic-bezier(0.35, 0, 0.05, 1);
  }
  .hover-zoom:hover [data-background-images^="{\\"] {
    transform: scale(1.05);
  }
  .hover-zoom:hover [data-background-images^="{\\"] > * {
    transform: scale(0.95);
  }
  .hover-zoom:hover > img {
    transform: scale(1.05);
  }
}
.popup-authentication .modal-inner-wrap {
  --modal-max-width: 850px;
}
.popup-authentication .block-authentication {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .popup-authentication .block-authentication {
    flex-direction: row;
    gap: 2rem;
  }
  .popup-authentication .block-authentication > .block {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.block .block-title .counter {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete,
.filter .action.remove,
.sidebar .action.delete,
.sidebar .action.remove {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.block-compare .action.delete::before,
.filter .action.remove::before,
.sidebar .action.delete::before,
.sidebar .action.remove::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
footer {
  background-color: #222529;
  color: #fff;
  padding: 30px 0;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  flex: 1 1 22%;
  margin: 15px;
  min-width: 250px;
}
.footer-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.footer-section p,
.footer-section ul {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}
.footer-section ul {
  list-style-type: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  color: #a8a8a8;
  text-decoration: none;
  font-size: 14px;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
.footer-section form {
  display: flex;
  flex-direction: column;
}
.footer-section input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-section button {
  padding: 10px 15px;
  background-color: #00b0ff;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
button.action.subscribe.primary {
  border-radius: 100px !important;
  background-color: #666 !important;
  border-color: #666 !important;
}
button.action.subscribe.primary:hover {
  background-color: #336601 !important;
  border-color: #336601 !important;
}
.social-icons {
  margin-top: 20px;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.footer-section li strong {
  color: #cccccc;
}
.footer-section ul li span {
  color: #777;
}
.footer-share-links div {
  display: inline-block;
  padding: 3px;
  border: 1px solid #777;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.footer-facebook svg path,
.footer-twitter svg path,
.footer-instagram svg path,
.footer-linkedin svg path,
.footer-tiktok svg path,
.footer-youtube svg path,
.footer-pinterest svg path,
.footer-tumblr svg path {
  fill: #ffffff;
}
.footer-facebook:hover {
  background-color: #3b5998;
}
.footer-twitter:hover {
  background-color: #1DA1F2;
}
.footer-instagram:hover {
  background-color: #E1306C;
}
.footer-linkedin:hover {
  background-color: #0077B5;
}
.footer-tiktok:hover {
  background-color: #69C9D0;
}
.footer-youtube:hover {
  background-color: #FF0000;
}
.footer-pinterest:hover {
  background-color: #E60023;
}
.footer-tumblr:hover {
  background-color: #35465C;
}
.footer-share-links svg {
  width: 25px;
  height: 20px;
}
.folded-button {
  position: relative;
  display: inline-block;
  background-color: #336601;
  /* Green background for the button container */
  padding: 5px;
  /* Optional padding to give some space around the button */
  border-radius: 0px;
  /* Optional rounded corners */
}
.folded-button p {
  display: inline-block;
  background-color: #336601;
  /* Green background for the button */
  color: white;
  padding: 3px 20px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  position: relative;
}
.dropdown .header.links {
  flex-direction: column;
  gap: 0;
}
.mobile-header-panel {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.mobile-header-panel .slideout\:hide {
  display: none;
}
.mobile-header-panel .heading,
.mobile-header-panel .switcher-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.mobile-header-panel .switcher,
.mobile-header-panel .header-panel-info {
  margin-top: 1rem;
  padding: 0 0.5rem;
  display: flex;
  gap: 0.75rem;
}
.mobile-header-panel .switcher a:not(.toggle),
.mobile-header-panel .header-panel-info a:not(.toggle) {
  opacity: .7;
}
.mobile-header-panel .switcher + .switcher {
  margin-top: 0.5rem;
}
.mobile-header-panel .header-panel-info {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.porto-sicon-box.text-left.style_1.default-icon.m-0 {
  display: flex;
}
.minisearch .control .input-text {
  padding-right: 2.25rem;
  text-overflow: ellipsis;
  border-radius: 30px;
}
.field.search {
  width: 100%;
}
.block.block-search {
  width: 50%;
  margin-right: 80px;
}
.minisearch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel.wrapper {
  background-color: #ccc;
  letter-spacing: 0.025em;
  margin-top: 40px !important;
}
.header2_text {
  display: flex;
  /*margin-right: 70px;*/
}
.payment_logo {
  display: inherit;
}
.header.content {
  position: relative;
  align-items: center;
  margin-top: 20px;
}
.header.panel {
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 0.7857em;
}
.header.panel,
.header.links,
.header.content {
  display: flex;
  gap: 1rem;
  justify-content: space-between !important;
}
/*div#switcher-language {
	margin-right: -10px;
}*/
ul.header.links {
  gap: 2rem;
}
/*div#switcher-currency {
	margin-left: 15px;
}*/
.share-links {
  margin-top: -2px;
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .logo img {
    max-width: 85px;
    height: auto;
    margin-left: 100px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  form#search_mini_form {
    float: right;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .custom-block {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .switcher.switcher-account {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .switcher.switcher-wishlist {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .header.content {
    position: relative;
    align-items: center;
    margin-top: 0px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .minicart-wrapper {
    position: relative;
    margin-left: -110px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .field.search {
    width: 100%;
    margin-left: 26px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .header2_text {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .share-links {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
/*@media (max-width: 768px) {
	ul.header.links {
		display: none;
	}
}*/
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  li.login {
    padding: 3px;
    margin-left: -3px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  li.faqs {
    padding: 3px;
    margin-left: -3px;
  }
}
/* Apply rules for larger devices (min-width 769px) */
@media (min-width: 769px) {
  li.login,
  li.faqs {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  li.level0.nav-7.last.level-top {
    border-top: 1px solid grey;
  }
}
.switcher .account-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>) no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.switcher .wishlist-dropdown > .action::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z" /></svg>) no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
.minicart-wrapper .action.showcart::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z" /></svg>) no-repeat 50% 50%;
  -webkit-mask-size: 2rem 2rem;
}
ul.header.links {
  gap: 1rem !important;
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  li.custom-blog,
  li.contact,
  li.faq {
    display: none;
  }
}
/* Apply rules for larger devices (min-width 769px) */
@media (min-width: 769px) {
  li.link-account,
  li.link-wishlist,
  li.link-create {
    display: none;
  }
}
/* Override styles for small devices (max-width 768px) */
media (max-width: 768px) li.link-create,
media (max-width: 768px) li.link.authorization-link {
  order: 0 !important;
}
/* Override styles for small devices (max-width 768px) */
media (max-width: 768px) li.link-create {
  order: -1 !important;
}
.header.content {
  min-height: 122px !important;
}
@media (max-width: 767.98px) {
  .block.filter .filter-content {
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(-100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .active.block.filter .filter-content,
  .filter-active .block.filter .filter-content {
    transform: translateX(0);
    visibility: visible;
  }
  .block.filter .filter-title strong::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .block.filter .filter-title strong::before {
    transition: none !important;
  }
  .active.block.filter .filter-title strong::before,
  .filter-active .block.filter .filter-title strong::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .block.filter .filter-title strong::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .active.block.filter .filter-title strong::after,
  .filter-active .block.filter .filter-title strong::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-options-content {
    color: rgba(var(--base-color), var(--base-alpha, 1));
    --base-color: 17, 24, 39;
    --base-alpha: 1;
    --headings-color: var(--base-color);
    --headings-alpha: 1;
    --block-title-color: var(--base-color);
    --link-color: var(--blue);
    --link-alpha: 0.85;
    --muted-bg: 243, 244, 246;
    --muted-bg-alpha: 1;
    --ring-color: var(--brand-color);
    --ring-alpha: 1;
    --button-bg: var(--brand-color);
    --button-border-color: var(--button-bg);
    --button-color: 255, 255, 255;
    --button-primary-color: 255, 255, 255;
    --button-primary-bg: var(--brand-color);
    --button-primary-border-color: var(--button-bg);
    --button-secondary-color: var(--gray-600);
    --button-secondary-bg: var(--gray-200);
    --button-secondary-border-color: var(--button-secondary-bg);
    --input-color: 17, 24, 39;
    --input-alpha: 1;
    --input-bg: var(--base-bg);
    --input-bg-alpha: 1;
    --input-border-color: 156, 163, 175;
    --input-border-alpha: 1;
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: var(--dropdown-padding);
    width: var(--dropdown-width);
    transform-origin: top;
    transform: scale(0.95);
    z-index: 850;
    visibility: hidden;
    margin-top: 0.125rem;
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
    text-align: left;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .breeze-inactive .column.main .block.filter .filter-options-content {
    transition: none !important;
  }
  .breeze .column.main .block.filter .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-options-content[aria-hidden=false] {
    z-index: 851;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: scale(1);
    top: auto;
  }
  .column.main .block.filter .filter-options-content .item {
    --divider-alpha: 0.05;
    cursor: pointer;
    display: flex;
  }
  .column.main .block.filter .filter-options-content .item:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
}
.block.filter a:hover {
  text-decoration: underline;
}
.block.filter .filter-title {
  cursor: initial;
}
.block.filter .filter-title::after {
  -webkit-mask: none;
}
@media (min-width: 768px) {
  .block.filter .filter-content,
  .block.filter .filter-title strong::after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .block.filter [data-role="title"] {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .block.filter .filter-title::before {
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M3 3a1 1 0 011-1h12a1 1 0 011 1v3a1 1 0 01-.293.707L12 11.414V15a1 1 0 01-.293.707l-2 2A1 1 0 018 17v-5.586L3.293 6.707A1 1 0 013 6V3z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.25rem 1.25rem;
  }
  .block.filter .filter-content {
    padding: 1rem 1.5rem;
  }
}
.product-item-name a:hover {
  text-decoration: underline;
}
.actions-secondary .action:hover {
  --muted-alpha: .6;
}
.actions-secondary .action::before {
  -webkit-mask-size: 1.5rem;
}
.pages .action.previous::before,
.pages .action.next::before,
.sorter-action::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .sort-desc::before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover {
  --muted-alpha: .6;
}
.toolbar .modes a:hover {
  --muted-alpha: .6;
}
.toolbar .mode-grid::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.toolbar .mode-list::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.pages a.page:hover {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.pages .action.next::before {
  transform: rotate(90deg);
}
.pages .action.previous::before {
  transform: rotate(-90deg);
}
.pages .action.next:hover,
.pages .action.previous:hover {
  --muted-alpha: .6;
}
.lac-notification-sticky {
  background: rgba(var(--base-bg), var(--base-bg-alpha, 1));
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  position: sticky;
  z-index: 810;
  top: 0;
}
.lac-notification .top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.minicart-wrapper .mage-dropdown-dialog {
  width: 20rem;
  max-width: 90vw;
  display: block !important;
  padding: 0.75rem 1rem;
  transform-origin: top right;
}
.minicart-wrapper .showcart {
  --spinner-size: 1rem;
}
.block-minicart .block-title {
  float: left;
  padding: 0;
  border: 0;
}
.block-minicart .block-title .qty {
  display: none;
}
.block-minicart .block-content {
  clear: both;
  display: flex;
  flex-direction: column;
}
.block-minicart .action.close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.block-minicart .items-total {
  font-weight: 500;
  display: none;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  padding: 0.5rem 0 0;
  display: flex;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
  font-weight: 500;
  text-align: right;
}
.block-minicart .block-content > .actions {
  margin: 0.25rem 0;
  text-align: center;
}
.block-minicart .block-content > .actions .action.checkout {
  width: 100%;
  padding: 0.625rem;
}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty) {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.minicart-items-wrapper {
  position: relative;
  height: auto !important;
  max-height: none !important;
  margin: 1rem 0;
}
.minicart-items-wrapper > .minicart-items {
  max-height: 35vh;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 0 0.25rem 0.375rem;
  margin: 0 0 0 -0.25rem;
}
.modal-slide[data-type="slide"] .minicart-items-wrapper > .minicart-items {
  max-height: none;
}
.minicart-items-wrapper .message {
  margin-top: 0.25rem;
}
.minicart-items li.product-item + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.minicart-items li.product-item > div.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}
.minicart-items li.product-item > div.product > :nth-child(1) {
  max-width: 30%;
}
.minicart-items li.product-item > div.product > :nth-child(2) {
  max-width: calc(70% - 0.75rem);
  flex-grow: 1;
}
.minicart-items li.product-item > div.product .message {
  width: 100%;
}
.minicart-items li.product-item > div.product .message:last-child {
  margin: 0;
}
.minicart-items .product.options .toggle {
  justify-content: flex-start;
}
.minicart-items .product-item-photo,
.minicart-items .product-image-container {
  flex-shrink: 0;
}
.minicart-items .product-image-container {
  border: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.minicart-items .subtotal,
.minicart-items .price-container {
  margin: 0.25rem 0;
}
.minicart-items .details-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  margin: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.minicart-items .details-qty .item-qty {
  color: rgba(var(--base-color), var(--muted-alpha, .6));
  width: 2.5rem;
  border-color: transparent;
  margin-left: -0.25rem;
}
.minicart-items .details-qty .update-cart-item::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1rem 1rem;
}
.minicart-items .actions {
  display: flex;
  gap: 0.125rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.minicart-items .actions a {
  display: flex;
  --muted-alpha: .2;
  color: rgba(var(--base-color), var(--muted-alpha, .6));
}
.minicart-items .action.edit::before,
.minicart-items .action.delete::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.minicart-items .action.edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .action.delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.minicart-items .actions a:hover {
  --muted-alpha: .4;
}
.minisearch .label::before {
  position: relative;
  cursor: pointer;
}
.minisearch.active .control {
  display: block;
  z-index: 40;
  left: 0;
  right: 0;
}
.minisearch.active .actions {
  display: flex;
  z-index: 41;
}
.minisearch .search-autocomplete {
  width: auto;
  right: auto;
}
.minisearch .search-autocomplete [role="listbox"] li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.minisearch .search-autocomplete [role="listbox"] li.selected {
  background: rgba(var(--muted-bg), var(--muted-bg-alpha, 1));
}
.minisearch .search-autocomplete [role="listbox"] .amount {
  opacity: .5;
}
.message:where(.warning, .success, .notice, .error, .info) {
  background: rgb(var(--message-bg));
  color: rgb(var(--message-color));
  border-color: rgb(var(--message-border-color, var(--message-color)), var(--message-border-alpha, .1));
}
.message a {
  color: rgb(var(--message-color)) !important;
}
.message a:hover {
  text-decoration: none !important;
}
.message > .button-close::before {
  -webkit-mask-size: 1rem 1rem;
}
.message.success {
  --message-bg: var(--green-muted);
  --message-color: var(--green);
}
.message.success::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.info,
.message.warning,
.message.notice {
  --message-bg: var(--blue-muted);
  --message-color: var(--blue);
}
.message.info::before,
.message.warning::before,
.message.notice::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.message.error {
  --message-bg: var(--red-muted);
  --message-color: var(--red);
}
.message.error::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.map-popup {
  transition: opacity var(--transition-duration), visibility var(--transition-duration) 0s;
  width: 100%;
  right: auto;
  left: 0;
}
.map-popup.active {
  z-index: 950;
  /* Move above modal since map can be triggered within the modal */
}
.map-popup .action.tocart {
  width: 100%;
}
.map-popup-wrapper.ui-dialog .action.close {
  z-index: 951;
}
.map-form-addtocart {
  margin: 0.5rem 0;
}
.actual-price {
  font-weight: 500;
}
.additional-addtocart-box {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.additional-addtocart-box:empty {
  display: none;
}
.additional-addtocart-box > div {
  max-width: calc(50% - 0.25rem);
}
@media (max-width: 639.98px) {
  .navigation-wrapper {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24rem;
    z-index: 850;
    max-width: calc(100vw - 4rem);
    background: rgba(var(--z-layer-bg), var(--z-layer-bg-alpha, 1));
    color: rgba(var(--z-layer-color), var(--z-layer-color-alpha, 1));
    transform: translateX(-100%);
    overscroll-behavior: contain;
    overflow: auto;
    padding: 1rem;
  }
  .nav-open .navigation-wrapper {
    transform: translateX(0);
    visibility: visible;
  }
  .nav-open .navigation-wrapper,
  .nav-before-open .navigation-wrapper {
    display: block;
  }
  .nav-toggle::before {
    transition: background-color var(--transition-duration), border-color var(--transition-duration), box-shadow var(--transition-duration), color var(--transition-duration), text-decoration-color var(--transition-duration), opacity var(--transition-duration), transform var(--transition-duration), visibility var(--transition-duration) 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    inset: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    visibility: hidden;
    content: '';
    z-index: 810;
    opacity: 0;
    pointer-events: none;
    background: rgba(var(--z-overlay-bg), var(--z-overlay-bg-alpha, .8));
  }
  .breeze-inactive .nav-toggle::before {
    transition: none !important;
  }
  .nav-open .nav-toggle::before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .nav-toggle span::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 811;
    color: rgba(var(--base-bg), var(--base-bg-alpha, 1));
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    top: 1.25rem;
    left: min(calc(24rem + 1.125rem), calc(100vw - 2.75rem));
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /></svg>') no-repeat 50% 50%;
    -webkit-mask-size: 1.5rem 1.5rem;
    transform: translateX(-20px);
  }
  .nav-open .nav-toggle span::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
@media (min-width: 640px) {
  .navigation-wrapper {
    transition: none;
  }
}
.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media (max-width: 639.98px) {
  .nav-before-open .nav-toggle span {
    clip: unset;
  }
}
.navigation li > a {
  position: relative;
}
.navigation .parent > a .ui-icon,
.navigation .parent > a::after {
  content: '';
  position: absolute;
  right: 0.125rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.navigation .parent > a .ui-icon {
  -webkit-mask-size: 1rem 1rem;
}
@media (max-width: 639.98px) {
  .navigation-wrapper .navigation {
    clear: both;
    padding: 0.5rem 0;
  }
  .navigation-wrapper .navigation > ul {
    margin: 0;
  }
  .navigation-wrapper li > a {
    padding: 0.5rem;
  }
  .navigation-wrapper .submenu {
    padding: 0 0 0 1rem;
    width: auto;
    top: -9999px;
    border: 0;
    box-shadow: none;
    background: none;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu,
  .navigation-wrapper .submenu.shown,
  .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) {
    position: static !important;
    transform: scale(1);
  }
  body:not(.breeze) .navigation-wrapper .submenu .ui-icon {
    display: none;
  }
  body:not(.breeze) .navigation-wrapper .submenu[aria-expanded="true"]:not([aria-hidden]) .submenu {
    display: block !important;
  }
  .navigation-wrapper .parent > a::after {
    display: none;
  }
  .navigation-wrapper .opened > a .ui-icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 640px) {
  .navigation-wrapper li > a:hover,
  .navigation-wrapper .opened > a {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li > a.level-top:hover,
  .navigation-wrapper .opened > a.level-top {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper li.active > a.level-top,
  .navigation-wrapper li.has-active > a.level-top,
  .navigation-wrapper li.active > a.level-top:hover,
  .navigation-wrapper li.has-active > a.level-top:hover {
    background: rgba(var(--base-color), var(--divider-alpha, .1));
  }
  .navigation-wrapper .parent > a .ui-icon {
    display: none;
  }
  .navigation-wrapper .parent > a::after {
    transition: none;
  }
  .navigation-wrapper .parent.level-top > a::after {
    transform: rotate(90deg);
  }
  .navigation-wrapper .submenu {
    width: 13rem;
    top: -9999px;
    left: -9999px;
    right: auto;
    border-color: rgba(var(--base-color), var(--divider-alpha, .1));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .navigation-wrapper .submenu.shown {
    top: 100%;
    left: 0;
  }
  .navigation-wrapper .submenu .submenu.shown {
    top: -0.125rem !important;
    left: calc(100% - 1rem) !important;
  }
}
li.custom-home {
  order: -1;
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .navigation-wrapper {
    padding: 10px !important;
    margin-top: 20px !important;
    background-color: #336601;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .page-wrapper > .navigation-wrapper .navigation > ul,
  .page-header > .navigation-wrapper .navigation > ul {
    margin-left: 0.5rem;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .page-wrapper > .navigation-wrapper .navigation > ul,
  .page-header > .navigation-wrapper .navigation > ul {
    margin-left: 0.5rem;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.slick-next::before,
.slick-prev::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
}
.slick-prev::before {
  transform: scaleX(-1);
}
#html-body [data-show-button="hover"]:hover button {
  opacity: 1;
  visibility: visible;
}
.product-social-links a.action:hover,
.product-social-links button.action:hover {
  --muted-alpha: .8;
}
.bundle-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bundle-wrapper {
    align-items: flex-start;
    flex-direction: row;
  }
  .bundle-wrapper > div {
    width: 50%;
  }
  .bundle-wrapper .block-bundle-summary {
    position: sticky;
    top: 0;
    right: 0;
  }
}
.bundle-wrapper .product-addto-links {
  display: none;
}
.fieldset-bundle-options .title,
.block-bundle-summary .title,
.block-bundle-summary .subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(var(--base-color), var(--divider-alpha, .1));
}
.product-options-wrapper .action.back {
  color: rgba(var(--base-color), var(--base-alpha, 1)) !important;
}
.product-options-wrapper .action.back:hover {
  text-decoration: underline !important;
}
.product-options-wrapper .field.option > .label {
  font-weight: 500;
}
.product-options-wrapper .field.option + .field {
  margin-top: 1.5rem;
}
.product-options-wrapper .field.qty {
  margin-top: 0.5rem;
}
.block-bundle-summary .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-bundle-summary .product.name,
.block-bundle-summary .stock {
  display: none;
}
.block-bundle-summary .product-image-container {
  margin-bottom: 0.75rem;
}
.block-bundle-summary .product-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.block-bundle-summary .price-box {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block-bundle-summary .bundle-summary {
  order: -1;
}
.block-bundle-summary .subtitle {
  display: none;
}
.block-bundle-summary .bundle.items li {
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .block-bundle-summary .content {
    gap: 0.5rem;
  }
  .block-bundle-summary .bundle-summary {
    order: initial;
  }
  .block-bundle-summary .subtitle {
    display: block;
    border: 0;
    padding: 0;
  }
}
.rating-result::before,
.rating-result > span::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
.rating-result > span {
  color: rgb(var(--yellow));
}
.review-control-vote::before,
.review-control-vote label::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.5rem 1.5rem;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 0 50%;
}
@media (hover: hover) {
  .review-control-vote label:hover {
    opacity: 1;
  }
}
.review-control-vote input:checked + label,
.review-control-vote input:focus-visible + label {
  opacity: 1;
}
.review-control-vote input:focus-visible + label {
  outline: 2px solid rgba(var(--ring-color), var(--ring-alpha, 1));
  outline-offset: 1px;
}
.review-control-vote label {
  cursor: pointer;
  color: rgb(var(--yellow));
  height: 1.5rem;
  left: 0;
}
.review-control-vote label::before {
  content: '';
  position: absolute;
  inset: 0;
}
.review-control-vote .rating-1 {
  z-index: 5;
  width: 1.5rem;
}
.review-control-vote .rating-2 {
  z-index: 4;
  width: 3rem;
}
.review-control-vote .rating-3 {
  z-index: 3;
  width: 4.5rem;
}
.review-control-vote .rating-4 {
  z-index: 2;
  width: 6rem;
}
.review-control-vote .rating-5 {
  z-index: 1;
  width: 7.5rem;
}
.review-field-ratings .mage-error + .mage-error {
  display: none;
}
.search-terms a:hover {
  text-decoration: underline;
}
.search.summary + .message .button-close {
  display: none;
}
.swatch-option-tooltip {
  font-size: 0.875rem;
  line-height: 1.25rem;
  right: auto;
  transform-origin: bottom;
  width: auto;
  text-align: center;
  padding: 0.25rem;
  min-width: 2rem;
}
.swatch-option.selected::before {
  box-shadow: 0 0 0 2px inset rgba(var(--brand-color), var(--brand-alpha, 1)), 0 0 0 3px inset #ffffff;
}
.swatch-option.disabled::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
}
.product-item-info-image-loading .product-item-photo::before {
  content: '';
  border-color: rgba(var(--base-color), var(--base-alpha, 1));
  border-top-color: transparent;
  opacity: .3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.75rem;
  margin-left: -0.625rem;
}
.product-item-info-image-loading .product-item-photo img,
.product-item-info-image-loading .product-item-photo picture {
  opacity: .5;
}
.cart.table-wrapper .action-edit:hover,
.cart.table-wrapper .action-delete:hover,
.cart.table-wrapper .action-towishlist:hover {
  --muted-alpha: .6;
}
.cart.table-wrapper .action::before {
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-edit::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 113.536 3.536L6.5 21.036H3v-3.572L16.732 3.732z" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-delete::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}
.cart.table-wrapper .action-gift::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.cart.table-wrapper .action-gift._active::after {
  transform: rotate(-90deg);
}
.cart-tax-total {
  cursor: pointer;
}
.cart-tax-total::after {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
}
.cart-tax-total-expanded::after {
  transform: rotate(-90deg);
}
.totals-tax-summary {
  cursor: pointer;
}
.totals-tax-summary .amount .price::before {
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 0.75rem 0.75rem;
  transform: rotate(90deg);
}
.totals-tax-summary.expanded .amount .price::before {
  transform: rotate(-90deg);
}
@media all and (min-width: 1024px), print {
  .breeze-gallery.opened {
    padding: 30px;
  }
}
.pagebuilder-poster-content p {
  text-align: left;
  background-color: #ffffff;
}
figure.like-icon {
  width: 45px;
  margin-left: 180px;
}
figure.diamond-icon {
  width: 45px;
  margin-left: 180px;
}
figure.check-icon {
  width: 45px;
  margin-left: 180px;
}
h4.about {
  color: green;
}
h4.choose {
  color: green;
}
h4.premium {
  color: green;
}
figure.grow-kits {
  margin-left: 90px;
  margin-top: 30px;
}
.grow-kits1 {
  margin-top: -15px;
  margin-left: -35px;
}
.nutritional-supplements1 {
  margin-top: 7px;
}
.magic-truffles1 {
  margin-top: -47px;
}
.microdosing1 {
  margin-top: -48px;
  margin-left: -5px;
}
.cbd-oil1 {
  margin-top: 2px;
  margin-left: -72px;
}
figure.cbd-oil2 {
  margin-top: 18px;
}
.post-text-hld.clearfix {
  display: none;
}
a.post-read-more {
  display: none;
}
figure.nutritional-supplements {
  margin-left: 108px;
  margin-top: 45px;
}
ul.post-list.clearfix {
  display: flex;
}
.post-info.clear {
  display: none;
}
.post-content {
  margin-top: 60px;
}
img.full-spectrum2 {
  height: 220px;
}
img.mushrooms2 {
  height: 214px;
}
h4.neem-oil {
  margin-top: 5px;
  margin-left: 8px;
}
h4.essential-oil2 {
  margin-right: 5px;
}
/* For tablets and medium-sized screens */
@media (max-width: 1024px) {
  .lions-turkey2 ol.product-items.widget-product-carousel.slick-list,
  .pine-oregano2 ol.product-items.widget-product-carousel.slick-list {
    width: 400px;
    margin-left: 0px;
  }
}
/* For mobile devices and small screens */
@media (max-width: 768px) {
  .lions-turkey2 ol.product-items.widget-product-carousel.slick-list,
  .pine-oregano2 ol.product-items.widget-product-carousel.slick-list {
    width: 300px;
    margin-left: 0px;
  }
}
/* For very small screens */
@media (max-width: 480px) {
  .lions-turkey2 ol.product-items.widget-product-carousel.slick-list,
  .pine-oregano2 ol.product-items.widget-product-carousel.slick-list {
    width: 200px;
    margin-left: 0px;
  }
}
.nutritional-supplements3 .pagebuilder-poster-content {
  margin-bottom: 170px;
}
.medicinale-paddenstoelen .pagebuilder-poster-content {
  margin-bottom: 270px;
}
.medicinale-paddenstoelen .banner-p {
  padding: 15px;
  word-spacing: 5px;
}
.nutritional-supplements3 .banner2-p {
  padding: 15px;
  word-spacing: 5px;
}
strong.product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pine-oregano2 li.product-item {
  width: 250px !important;
  margin-left: 80px !important;
}
.lions-turkey2 li.product-item {
  width: 250px !important;
  margin-left: 80px !important;
}
button.action.tocart.primary:hover {
  background: #336601 !important;
  color: #fff;
  padding: 8px 1.2em;
  border-color: #666 !important;
}
button.action.tocart.primary {
  background-color: #666 !important;
  color: #fff;
  border: 1px solid #f4f4f4;
  padding: 8px 1.2em;
  border-color: #666 !important;
  min-width: 150px !important;
}
li.product-category.product-col {
  position: relative;
}
/* Main container styling */
ul.products.products-container.products-slider.owl-carousel.category-pos-bottom.category-text-center.category-color-dark.nav-pos-outside.nav-style-4.show-nav-hover.owl-loaded.owl-drag {
  list-style-type: none;
  overflow-x: scroll;
  overflow-y: hidden;
}
/* Hide scrollbar on desktop and large devices */
@media (min-width: 768px) {
  ul.products.products-container.products-slider.owl-carousel.category-pos-bottom.category-text-center.category-color-dark.nav-pos-outside.nav-style-4.show-nav-hover.owl-loaded.owl-drag {
    /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
  }
  /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
  ul.products.products-container.products-slider.owl-carousel.category-pos-bottom.category-text-center.category-color-dark.nav-pos-outside.nav-style-4.show-nav-hover.owl-loaded.owl-drag::-webkit-scrollbar {
    display: none;
  }
}
/* Hover effect on the product category */
ul.products li.product-category:hover .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}
/* Background on thumb-info wrapper */
span.thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}
ul.products li.product-category .thumb-info-wrapper:after {
  z-index: 1;
  opacity: 1;
}
.thumb-info .thumb-info-wrapper:after {
  content: "";
  transition: all .3s;
  bottom: 0;
  color: #FFF;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
}
/* Title styling */
.thumb-info .thumb-info-title {
  transition: all .3s;
  background: rgba(33, 37, 41, 0.8);
  bottom: 13%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  left: 0;
  letter-spacing: -.05em;
  padding: 13px 21px 2px;
  position: relative;
  z-index: 2;
  max-width: 90%;
}
ul.products li.product-category .thumb-info-title {
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
#category-products li.product-category .thumb-info,
li.product-category .thumb-info img,
li.product-category .thumb-info-wrapper:after {
  border-radius: 0;
}
#category-products span.thumb-info-wrapper.tf-none img {
  width: 100px;
  height: 100px;
  border-radius: 41%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
#category-products .owl-item {
  display: block !important;
}
#category-products .owl-stage {
  max-height: 200px;
}
#category-products li.product-category.product-col a {
  display: flex;
  flex-wrap: wrap;
}
#category-products span.thumb-info.align-center {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#category-products span.thumb-info-wrapper.tf-none {
  text-align: center;
}
#category-products li.product-category .thumb-info img {
  border-radius: 0;
}
/* Thumb info wrapper */
span.thumb-info-wrap {
  box-sizing: inherit;
}
span.thumb-info-title {
  text-align: center;
}
/* Product category subtitle */
ul.products li.product-category .thumb-info-type {
  display: block;
  margin: -10px 0 0;
  padding: 0;
  font-weight: 400;
  background: none;
  float: none;
  opacity: .7;
  line-height: 1.8;
}
/* Mark element */
ul.products li.product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
.products ul,
ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
}
/* Dark mode styling */
ul.category-color-dark li.product-category .thumb-info-title {
  color: #1d2127;
}
/* Media Queries for responsiveness */
@media (max-width: 1200px) {
  .thumb-info .thumb-info-title {
    font-size: 15px;
    padding: 10px 15px 2px;
  }
}
@media (max-width: 992px) {
  .thumb-info .thumb-info-title {
    font-size: 14px;
    padding: 8px 12px 2px;
  }
  ul.products li.product-category .thumb-info-title {
    padding: 1em 1.2em;
  }
}
@media (max-width: 768px) {
  .thumb-info .thumb-info-title {
    font-size: 13px;
    padding: 7px 10px 2px;
  }
  ul.products li.product-category .thumb-info-title {
    padding: 0.8em 1em;
  }
}
@media (max-width: 576px) {
  .thumb-info .thumb-info-title {
    font-size: 12px;
    padding: 5px 8px 1px;
  }
  ul.products li.product-category .thumb-info-title {
    padding: 0.6em 0.8em;
  }
}
.custom-products title-border-middle mb-3 {
  color: #777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  box-sizing: inherit;
  margin-bottom: 1rem !important;
  margin-left: -45px;
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .owl-stage {
    display: flex !important;
    justify-content: space-between !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .owl-stage {
    display: flex !important;
    justify-content: space-between !important;
    width: 1340px !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .pagebuilder-column.lions-turkey {
    order: 1;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .lions-turkey3 li.product-item {
    width: 245px !important;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .pine-oregano1 li.product-item {
    width: 245px !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .actions-secondary {
    /* margin-left: 28px; */
    display: none;
  }
}
.product-item-info {
  text-align: center;
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .product-item-inner {
    margin-left: 38px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .product-item-inner {
    margin-left: 30px;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .product-item-inner {
    margin-left: 60px;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  a.action.tocompare {
    margin-left: 152px;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  a.action.towishlist {
    margin-left: -48px;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .actions-secondary {
    margin-top: -50px;
  }
}
.custom-shop .pagebuilder-button-primary,
.custom-shop2 .pagebuilder-button-primary {
  background-color: #336601;
  width: 171px;
  height: 55px;
  font-weight: bold;
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .breeze-bg-lazy.pagebuilder-banner-wrapper {
    background-position: right !important;
    background-size: cover !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .accordians {
    text-align: center;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .custom-sliders {
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 600px !important;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .pagebuilder-slider.slick-initialized {
    text-align: center;
    min-height: 600px !important;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .pagebuilder-slide-wrapper {
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px !important;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .custom-sliders .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 90vh !important;
    background-color: transparent;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .custom-sliders {
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    min-height: 200px !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .pagebuilder-slider.slick-initialized {
    text-align: center;
    min-height: 200px !important;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .pagebuilder-slide-wrapper {
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 200px !important;
    background-color: transparent;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .actions-primary {
    margin-left: -8px !important;
  }
}
/* Hide scrollbar on desktop and large devices */
@media (min-width: 768px) {
  .actions-primary {
    margin-left: -15px !important;
  }
}
.custom-shop {
  margin-top: -285px;
  margin-left: 30px;
}
.custom-shop2 {
  margin-top: -185px;
  margin-left: 30px;
}
.blog-slider {
  display: flex !important;
  overflow: scroll !important;
}
/* Hide scrollbar on desktop and large devices */
@media (min-width: 768px) {
  .blog-slider {
    /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
  }
  /* Hide scrollbar in WebKit browsers (Chrome, Safari) */
  .blog-slider {
    display: none;
  }
}
.secondary-addto-links.actions-secondary {
  display: none;
}
a.post-item-link {
  color: #336601;
  text-decoration: none !important;
}
.catalog-product-view .product.attribute.description a {
  color: green;
}
.cart-container button#empty_cart_button {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  opacity: .8;
  color: #222529;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container button#empty_cart_button:hover {
  background-color: #336601 !important;
  border-color: #336601 !important;
  opacity: .8;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container button.action.update {
  background-color: #f4f4f4;
  color: #222529;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container button.action.update:hover {
  background: #336601 !important;
  border-color: #336601 !important;
  opacity: .8;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.cart-container button.action.primary {
  background-color: #222529 !important;
  text-transform: uppercase;
  font-size: 18px;
}
.cart-container button.action.primary:hover {
  background-color: #336601 !important;
  border-color: #336601 !important;
  text-transform: uppercase;
  font-size: 18px;
}
.minicart-wrapper button#top-cart-btn-checkout {
  background-color: #222529 !important;
  border-color: #222529 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.minicart-wrapper button#top-cart-btn-checkout:hover {
  background-color: #336601 !important;
  border-color: #336601 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.products-crosssell button.action.tocart.primary {
  margin-left: 57px;
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .products-crosssell button.action.tocart.primary {
    margin-left: 32px;
  }
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .product-share {
    margin-left: 589px;
  }
}
/* Apply the rule for larger devices */
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .cus-button2 {
    margin-left: 100px;
  }
}
.cus-button2 a.pagebuilder-button-primary {
  background-color: #336601;
  width: 200px;
  height: 55px;
  font-weight: bold;
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .cus-button2 {
    margin-left: 512px;
  }
}
/* Override styles for small devices (max-width 768px) */
@media (max-width: 768px) {
  .cus-button3 {
    margin-left: 100px;
  }
}
.cus-button3 .pagebuilder-button-primary {
  background-color: #336601;
  width: 200px;
  height: 55px;
  font-weight: bold;
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .cus-button3 {
    margin-left: 520px;
  }
}
.pagebuilder-column-group.custom-assort {
  background-color: #f6f7f9 !important;
}
.login-container .primary:hover {
  background-color: #336601 !important;
  border-color: #336601 !important;
}
.login-container .primary {
  background-color: #222529 !important;
  border-color: #222529 !important;
}
/* Apply the rule for larger devices */
@media (min-width: 769px) {
  .breeze [data-appearance='carousel'] .slick-list,
  .breeze .products-grid.slick-initialized .slick-list,
  .breeze [data-appearance='carousel'] > .product-items,
  .breeze .products-grid.slick-initialized > .product-items {
    justify-content: space-evenly;
  }
}
span.counter-number {
  display: block !important;
  margin-left: 9px !important;
  margin-top: 2px;
  color: white;
}
.minicart-wrapper .action.showcart .counter.qty {
  top: -14px !important;
  right: 2px !important;
  height: 1.625rem !important;
  width: 1.625rem !important;
}
.cms-index-index button.action.tocart.primary,
.checkout-index-index button.action.tocart.primary,
.sidebar-bestseller button.action.tocart.primary,
.blog-index-index button.action.tocart.primary {
  background-color: #febd00 !important;
  color: #03031a;
  border: 1px solid #666;
  border-color: #febd00 !important;
}
.cms-index-index button.action.tocart.primary:hover,
.checkout-index-index button.action.tocart.primary:hover,
.sidebar-bestseller button.action.tocart.primary:hover,
.blog-index-index button.action.tocart.primary:hover {
  background-color: yellow !important;
  color: #03031a !important;
  border: 1px solid yellow !important;
}
.swatch-opt .swatch-attribute-options .swatch-option.selected {
  border-color: #336601 !important;
}
.catalog-product-view .comma {
  padding-left: 0.2em !important;
  margin-right: 0.4em !important;
}
.most-viewed-products > h2 {
  font-size: 24px;
}
.related-products > h2 {
  font-size: 24px;
}
.upsell-products > h2 {
  font-size: 24px;
}
.catalog-product-view .block.related .block-title.title,
.upsell .block-title.title {
  display: none;
}
#category-products h4.sub-title.thumb-info-inner {
  font-size: 14px;
}
.blog-index-index ol.product-items.widget-bestseller-grid {
  --listing-grid-columns: 1;
}
.blog-index-index ol.product-items.widget-bestseller-grid .product-item-info {
  width: 50%;
}
.blog-index-index ol.product-items.widget-bestseller-grid .product-item-info .product-item-actions {
  justify-content: center;
}
.sidebar-bestseller ol.product-items.widget-bestseller-grid {
  --listing-grid-columns: 1 !important;
}
.sidebar-bestseller .products-grid .product-items .product-item-info {
  width: 50%;
}
.sidebar-bestseller .product-item-actions {
  justify-content: center;
}
.blog-index-index .sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button,
.sidebar-bestseller .sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button {
  transform: translate(-4%, 0);
}
@media (max-width: 767px) {
  .blog-index-index ol.product-items.widget-bestseller-grid .product-item-info {
    width: 100%;
  }
  .blog-index-index li.item.product.product-item.dss.sparsh-quick-view-item,
  .sidebar-bestseller li.item.product.product-item.dss.sparsh-quick-view-item {
    max-width: 100%;
  }
  .blog-index-index ol.product-items.widget-bestseller-grid .product-item-info .product-item-actions {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
  }
  .sidebar-bestseller .products-grid .product-items .product-item-info {
    width: 100%;
  }
  .sidebar-bestseller .product-item-actions {
    justify-content: center;
    display: grid;
    /* transform: translate(0%, 0); */
  }
  .sidebar-bestseller .sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button {
    transform: translate(-2%, 0);
  }
}
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  /* Change from absolute to fixed */
  top: 0;
  left: 0;
  text-align: center;
  z-index: 99998;
}
.popup__content {
  width: 100%;
  max-width: 900px;
  overflow: auto;
  padding: 20px;
  background: white;
  color: black;
  position: fixed;
  /* Fixed ensures it stays in view */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  height: 80%;
  z-index: 99;
}
.popup__content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: inline-block;
  z-index: 9999;
}
.popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
.popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}
/* Prevent background scrolling when popup is open */
body.popup-open {
  overflow: hidden;
}
.popup__content .columns {
  grid-template-columns: auto !important;
}
section.popup #notice-cookie-block {
  display: none !important;
}
section.popup .most-viewed-blogs {
  display: none;
}
.sparsh-quick-view-btn-container {
  opacity: 1;
  order: 2;
}
.product-items .product-item-info:hover .sparsh-quick-view-btn-container {
  opacity: 1;
}
.sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button {
  min-width: 150px;
  padding: 8px 1.4em;
  background-color: #febd00 !important;
  color: #03031a;
  border: 1px solid #febd00 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  transform: translate(-18%, 0);
  z-index: 9;
}
.sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button:hover {
  background-color: yellow !important;
  color: #03031a !important;
  border: 1px solid yellow !important;
}
.popup .popup__content .page-wrapper {
  /* flex-direction: unset; */
  min-height: max-content !important;
}
a.action.tocompare {
  margin-left: 152px !important;
}
section.popup .product-info-stock-sku a.action.tocompare {
  margin-left: 0px !important;
  text-align: left;
  font-size: 15px;
}
.popup .popup__content .product-info-main .product.attribute.overview ul li,
.popup .popup__content .product-info-main .product.attribute.overview p {
  text-align: justify;
}
section.popup .product-add-form .box-tocart .additional-info .checklist {
  text-align: justify;
}
.popup .page-title-wrapper.product h1.page-title {
  text-align: left;
  font-size: 20px;
  display: block;
}
.product-info-price .price-box.price-final_price {
  text-align: justify;
}
section.popup .selected-tier-price {
  text-align: justify;
}
section.popup .product-social-links {
  display: none;
}
@media (max-width: 767px) {
  section.popup .tier-price-item {
    width: 110px;
  }
  section.popup .breeze-gallery {
    width: 50%;
    margin: 0 auto;
  }
  .popup__content {
    height: 80%;
  }
  .product-items .product-item-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
  }
  .sparsh-quick-view-btn-container .action.primary.sparsh-quick-view-button {
    transform: translate(-3%, 0);
  }
  section.popup .value {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6.5em;
    white-space: normal;
  }
  .popup .page-title-wrapper.product h1.page-title {
    font-size: 18px;
  }
  .popup__content .product-info-wrapper {
    gap: 0px;
  }
  .popup__content .breeze-gallery.default.horizontal .close {
    display: none;
  }
  section.popup .breeze-gallery.default.horizontal.opened {
    width: 100%;
  }
  section.popup .breeze-gallery.default.horizontal.opened .close {
    display: block;
  }
  section.popup .breeze-gallery .stage > div:first-child,
  section.popup .breeze-gallery .stage .main-image-wrapper,
  section.popup .breeze-gallery .stage .main-image-wrapper > picture {
    pointer-events: none;
  }
}
