/*! general styles */

/*! tailwind */

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 240 10% 3.9%;
    --card: 0 0% 100%;
    --card-foreground: 240 10% 3.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 240 10% 3.9%;
    --primary:0 0% 9%;
    --primary-foreground:0 0% 98%;
    --secondary: 240 4.8% 95.9%;
    --secondary-foreground: 240 5.9% 10%;
    --muted: 240 4.8% 95.9%;
    --muted-foreground: 240 3.8% 46.1%;
    --accent: 240 4.8% 95.9%;
    --accent-foreground: 240 5.9% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 98%;
    --border: 240 5.9% 90%;
    --input: 240 5.9% 90%;
    --ring: 240 12.6% 62.7%;
    --radius: .75rem;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --muted-60: 240 4.8% 95.9% / .6;
    --muted2: 0 0 91%;
    --muted2-foreground: 240 3.8% 46.1%;
    --montage-bg-background: #ffffff;
    --montage-bg-foreground: rgba(0, 0, 0, .2);
    --height: 1px;
    --width: 5px;
    --fade-stop: 90%;
    --offset: 200px;
    --color-dark: rgba(255, 255, 255, .5);
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
    --color-gray-300: oklch(0.872 0.01 258.338);
  }
}

@layer utilities {
  /* Chrome, Safari and Opera */
  .scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }

  .scrollbar-hidden {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
}

/*! swiper.js styles */

swiper-slide {
  height: 0;
}

swiper-slide .swiper-slide-active, .swiper-ready swiper-slide {
  height: auto;
  display: flex;
}

swiper-slide .border  {
  flex-grow: 1;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  min-height: 7px;
  width: 7px;
  min-width: 7px;
  background-color: #999;
  display: block;
  border-radius: 100px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #444;
}

/*! swiper /product */

.swiper-gallery, .swiper-single-product, .swiper-single-product-thumbs {
  transition: opacity 0.3s ease-in-out;
}

.swiper-ready {
  opacity: 1;
}

.swiper-single-product-thumbs .swiper-slide-active {
  opacity: 0.5;
}

/*! swiper coverflow styles */

swiper-container.swiper-gallery-effect-coverflow swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  height: 500px;
}

/*! swiper cards styles */

swiper-container.swiper-gallery-effect-cards  {
  width: 50%;
}

swiper-container.swiper-gallery-effect-cards swiper-slide {
  border-radius: 18px;
}

/*! swiper flip styles */

swiper-container.swiper-gallery-effect-flip swiper-slide .slide-info-wrapper {
  opacity:0;
  transition: opacity 0.3s ease-in;
}

swiper-container.swiper-gallery-effect-flip swiper-slide.swiper-slide-visible .slide-info-wrapper {
  opacity: 1;
}

/*! collections, product types, vendor and tags shared styles */

.resource-description p {
  margin: 0 0 1rem 0;
}

.resource-description p:last-child {
  margin: 0;
}

/*! basic add to cart styles */

.buttons-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0 0.5rem;
}

.buttons-container input {
  width: 100%;
}

.buttons-container .submit {
  border: 1px solid #b0b0b0;
  color: #6a6a6a;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}

/*! main-menu */

#main-menu {
  position: relative;
}

#main-menu li {
  position: relative;
}

#main-menu .nested-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 20rem;
  margin-top: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  z-index: 50;
}

#main-menu .nested-menu.nested-two-col {
  min-width: 650px;
  width: fit-content;
  column-count: 2;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(0, auto);
  overflow: auto;
  box-sizing: border-box;
}

.dropdown-first-level[data-state="open"] > .nested-menu {
  display: grid;
}

#main-menu .nested-menu li a {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
  color: #222;
}

#main-menu .nested-menu li a:hover {

}

/*! mobile menu */

#mobile-menu-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  padding: 1rem 0 0 0;
  z-index: 20;
  background-color: #131313ed;
  transform: translate(0, 100%);
  transition: opacity 0.1s 0.3s cubic-bezier(.7,.16,.2,.9), transform 1s 0.5s cubic-bezier(.7,.16,.2,.9);
}

#mobile-menu-modal.active {
  opacity: 1;
  transform: translate(0, 0%);
  transition: transform 0.1s cubic-bezier(.7,.16,.2,.9), opacity 0.2s 0.5s cubic-bezier(.7,.16,.2,.9);
}

#mobile-menu-wrapper {
  position: absolute;
  width: 100dvw;
  border-radius: 20px 20px 0 0;
  background-color: var(--header-bg-color, #111);
  transform: translate(0, 100%);
  transition: all 0.5s cubic-bezier(.7,.16,.2,.9);
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}

#mobile-menu a,
#mobile-menu span,
#mobile-menu-wrapper .social-icons a {
  color: black;
}

.active #mobile-menu-wrapper {
  transform: translate(0, 0%);
  transition: all 0.5s 0.5s cubic-bezier(.7,.16,.2,.9);
}

#mobile-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100dvw;
  margin: 0;
  transform: none;
  padding: 2rem;
  flex-grow: 1;
  overflow-y: auto;
}

#mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}

#mobile-menu.mobile-vertical {
  width: 100%;
}

#mobile-menu .menu a:hover,
#mobile-menu .menu a:focus {
  color: var(--button-bg-hover);
}

#mobile-menu .menu a:active,
#mobile-menu.menu a.active,
#mobile-menu .menu .active a {
  font-weight: 600;
  color: var(--button-bg-hover);
}

#mobile-menu .menu a.btn-with-loader:hover, #mobile-menu .menu a.btn-with-loader:focus {
  color: initial;
}

#mobile-menu li {
  text-align: center;
  margin: 0 0 1rem 0;
  position: initial;
}

#mobile-menu li.first-level > a {
  font-weight: 400;
}

#mobile-menu.mobile-vertical li a {
  position: relative;
}

#mobile-menu li.second-level,
#mobile-menu li.third-level {
  margin: 0;
  font-weight: 400;
}

#mobile-menu.mobile-vertical .second-level .has-submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin: 0 auto;
}

#mobile-menu li:last-child {
  margin: 0;
}

#mobile-menu li.menuitem-all {
  margin: 2rem 0 0 0;
  padding: 2rem 0 0 0;
  border-top: 1px solid #2f2f2f;
}

#mobile-menu li .has-submenu svg {
  transition:transform 0.3s ease;
  margin: 0 0 -0.1rem 0;
}

#mobile-menu li .has-submenu.active svg {
  transform:rotate(90deg)
}

#mobile-menu.mobile-horizontal li .has-submenu.active svg {
  transform: rotate(0deg);
}

#mobile-menu.mobile-horizontal li.previous-menu-title {
  margin-top: 1.5rem;
}

#mobile-menu.mobile-horizontal li.previous-menu {
  position: sticky;
  top: 0;
  z-index: 1;
}

#mobile-menu li .has-submenu:focus,
#mobile-menu li .has-submenu:hover,
#mobile-menu li .has-submenu.active,
#mobile-menu li .has-submenu.active:hover {
  text-decoration: none;
  position: relative;
}

#mobile-menu .menuitem-all a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

#mobile-menu .menuitem-all svg {
  position: absolute;
  right: -24px;
  top: 5px;
}

#mobile-menu ul {
  padding: 2rem 1rem;
  border-radius: 4px;
}

#mobile-menu .submenu,
#mobile-menu .subsubmenu {
  transition: all 0.3s ease;
  max-height: 800px;
  opacity: 1;
  border-radius: 24px;
}

#mobile-menu.mobile-vertical .submenu {
  margin: 0;
  padding: 2rem;
  border-radius: 0
}

#mobile-menu.mobile-vertical .second-level:has(.active) .subsubmenu {
  /* margin: 1rem 0; */
}

#mobile-menu.mobile-vertical .subsubmenu {
  margin: 0;
  padding: 2rem;
  /* background-color: #fff; */
}

#mobile-menu.mobile-vertical .first-level:has(.active) .submenu {
  /* margin: 1rem 0; */
}

#mobile-menu .submenu.hidden,
#mobile-menu .subsubmenu.hidden  {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  /* max-height: 0; */
  overflow: hidden;
  /* display: block!important; */
}

#mobile-menu.mobile-vertical .submenu.hidden,
#mobile-menu.mobile-vertical .subsubmenu.hidden  {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  display: block!important;
}

.mobile-menu-actions {
  display: flex;
  padding: 1.25rem 2rem 1rem;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: sticky;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #2f2f2f;
  color: var(--header-link-color, #222);
  flex-shrink: 0;
}

.mobile-menu-actions button {
  color: var(--header-link-color, #e5e7eb);
  border-color: var(--header-link-color, #e5e7eb);
}

.mobile-menu-actions .login-icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.close-mobile-menu {
  display: inline-flex;
}

.mobile-menu-actions .login-icon svg {
  fill: var(--header-link-color, #222);
  width: 30px;
  height: 30px;
}

.social-icons.social-mobile {
  margin: 3rem 0 3rem 0;
}

.contact-mobile {
  padding: 2rem;
  margin: 0rem 0rem 2rem 0rem;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--header-link-color, #71717a);
}

ul.contact-mobile {
  display: none;
}

#mobile-menu.mobile-vertical .previous-menu {
  display: none;
}

#mobile-menu:not(.mobile-vertical) .has-submenu {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 90%;
}

ul#mobile-menu.extra-menu svg.lucide-package-search {
  display: none;
}

#mobile-menu.extra-menu a {
  color: inherit;
  font-weight: 400 !important;
}

.mobile-vertical .lucide-chevron-right,
.mobile-vertical .lucide-chevron-left {
  display: none;
}

.mobile-horizontal .plusminus {
  display: none;
}

.plusminus {
  position: absolute;
  top: 1px;
  right: -20px;
  width: 10px;
  height: 1rem;
  cursor: pointer;
}

.mobile-vertical .submenu .plusminus {
  top: 5px;
}

.has-submenu.active .plusminus:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.has-submenu.active .plusminus:after {
  transform: translatey(-50%) rotate(0);
}
.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: var(--header-link-color, #71717a);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}

.plusminus:before {
  transform: translatey(-50%);
}

.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.menus-wrapper {
  overflow: auto;
  height: 100%;
  padding-bottom: 5rem;
  background: white;
}

.menus-wrapper::-webkit-scrollbar {
  display: none;
}

#mobile-menu:not(.mobile-vertical) .has-submenu {
  line-height: normal;
}

/*! three level menu */

#mobile-menu.mobile-horizontal {
  display: flex;
  justify-content: flex-start;
}

#mobile-menu.mobile-horizontal li {
  text-align: left;
  margin-bottom: 0.5rem;
}

#mobile-menu.mobile-horizontal {
  transition:all 0.3s ease;
  opacity:1
}

#mobile-menu.mobile-horizontal .submenu.hidden,
#mobile-menu.mobile-horizontal .subsubmenu.hidden {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  opacity:0;
  overflow:hidden;
  display:block;
  margin: 0;
  transform: translate(100%, 0%);
  transition: all 0.5s cubic-bezier(.7,.16,.2,.9);
}

#mobile-menu.mobile-horizontal .submenu,
#mobile-menu.mobile-horizontal .subsubmenu {
  position: fixed;
  margin: 0;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  opacity:1;
  overflow: auto;
  display:block;
  z-index: 9;
  background-color: #fff;
  padding: 0;
  padding-bottom: 40px;
  transform: translate(0, 0%);
  transition: all 0.3s cubic-bezier(.7,.16,.2,.9);
}

#mobile-menu.mobile-horizontal .subsubmenu {
  top: 70px;
  border: 1px solid #d9d9d9;
  display: block;
}

#mobile-menu .previous-menu {
  display: flex;
  gap: 0.5rem
}

#mobile-menu .previous-menu a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#mobile-menu .previous-menu a svg {
  max-height: 1.5rem;
  max-width: 1.5rem;
}

#mobile-menu.mobile-horizontal .menuitem-all {
  display: none
}

.second-level-header,
.third-level-header {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.all-items {
  font-size: 11px;
  margin: 0 0 0 5px;
  min-width: fit-content;
  border: 1px solid var(--header-link-color, #222);
  border-radius: 4px;
  padding: 0 10px;
}

#mobile-menu.mobile-horizontal .second-level .has-submenu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  line-height: unset;
}

/*! main-gallery */

.main-gallery-section .swiper-pagination .swiper-pagination-bullet {
  min-height: 9px;
  height: 9px;
  min-width: 9px;
  width: 9px;
  background-color: #fff;
  display: block;
  border-radius: 100px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.main-gallery-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222;
  min-height: 11px;
  height: 11px;
  min-width: 11px;
  width: 11px;
}

.slide-info-background {
  pointer-events: none; /* item.url clickable even if show_overlay==true(fondo oscuro) */
}

/*! product item card */

.bootic-price-comparison-label {
  display: none;
}

.product-meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.front-image {
  opacity: 1;
  z-index: 2;
}

.back-image {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.image-wrapper.swap-images .front-image {
  opacity: 0;
}

.image-wrapper.swap-images .back-image {
  opacity: 1;
}

.product-item .vol-discount-container {
  display: none;
}

.product-item .vol-discount-text {
  padding: 0;
  background-color: unset;
}

.product-item .bootic-price-comparison {
  font-size: 0.75rem;
  color: #b5b5b5;
}

.choose-product {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted-foreground);
}

.list-view .choose-product {
  width: fit-content;
  margin: 0;
  align-self: flex-start;
}

@media screen and (max-width:670px) {
  .list-view .choose-product {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    z-index: 9;
    background-color: #ffffff73;
    padding: 0.1rem 0.4rem;
    border-radius: 2px;
  }

  .list-view .choose-product span {
    /* mix-blend-mode: color; */
    color: #535353;
  }

}

/*! layout chooser */

.layout-chooser a.active {
  background-color: rgb(227, 227, 227);
}

/*! comparison table */

.product-comparison-section {
  padding: 3rem;
}

.product-comparison-section > .container {
  max-width: 1280px;
  width: 100%;
}

.comparison-table {
  table-layout: fixed
}

.comparison-table td.comparison-header {
  vertical-align: baseline
}

.comparison-table .comparison-image {
  display: block;
  position: relative;
  background-color: #fff;
  margin-bottom: 20px
}

.comparison-table .comparison-image img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}

.comparison-table .comparison-name {
  height: 40px
}

.comparison-table .comparison-price {
  font-weight: bold
}

.comparison-table .bootic-price-comparison-box.shown {
  display: block
}

.comparison-table .vol-discount-notice {
  margin-top: 0
}

.comparison-table .vol-discount-notice .first {
  display: none
}

.comparison-table .attribute-name {
  font-weight: bold
}

.comparison-table .vol-discount-container {
  display: none;
}

.comparison-table tfoot td a {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 20px auto 0 auto;
  max-width: 80%;
}

.comparison-table tbody tr:first-of-type:hover {
  background-color: transparent;
}

.compare-button {
  border: 1px solid #aaa;
  padding: 0 5px;
  border-radius: 4px;
}

/*! add to cart */

.add-to-cart-component,
.add-to-cart-component-container {
  width: 100%;
  margin: 20px 0 0 0;
}

.add_to_cart {
  width: 100%;
}

.add_to_cart .bootic_button,
.add_to_cart .bootic_alert,
.bootic_button.product-add-cart,
.add_to_cart .view_single.bootic_alert,
.bootic_button.read-more-post,
.post-product-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--button-bg, #333);
  font-weight: 600;
  font-size: 14px;
  color: var(--button-text, #fff);
  height: 38px;
  min-width: 120px;
  line-height: 38px;
  width: 100%;
  padding: 0 10px;
  border-radius: 25px;
  text-transform: none;
  letter-spacing: 0
}

@media screen and (max-width: 640px) {
  .add_to_cart .bootic_button,
  .bootic_button.product-add-cart,
  .add_to_cart .view_single.bootic_alert,
  .bootic_button.read-more-post {
   font-size: 12px;
   padding: 0 2px;
  }
}

.bootic_button.product-add-cart:hover,
.bootic_button:hover,
.add_to_cart .view_single:hover,
.bootic_button.read-more-post:hover,
.post-product-cta:hover {
  background-color: var(--button-bg-hover, #000);
}

.submitting .product-add-cart {
  opacity: 0.6
}

.product-add-cart:hover {
  color: var(--button-text, #fff);
  border: none;
}

.product-change-quantity {
  display: flex;
  align-items: center;
  gap: 1rem;
  display: none;
  border-radius: 25px;
  border: none;
  background-color: var(--button-bg, #333);
  justify-content: space-between;
  padding: 0 0.5rem 0 0.5rem;
}

.in-cart .product-change-quantity {
  display: flex
}

.in-cart .product-add-cart {
  display: none
}

.add_to_cart .product-change-quantity .cart_item_quantity {
  width: 65px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: white;
  display: inline-block;
  pointer-events: auto;
}

.add_to_cart .product-change-quantity .cart_item_quantity:hover {
  background: rgba(255,255,255,0.1);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
}

.add_to_cart .product-change-quantity .cart_item_quantity:focus {
  background: rgba(255,255,255,0.2);
}

.product-change-quantity-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  height: 25px;
  width: 25px;
  line-height: 38px;
  border: none;
  background-color: var(--button-bg, #333);
  border-radius: var(--cart-button-border-radius, 24px);
}

.icon-arrow-btn {
  display: flex;
  justify-content: center;
}

.product-change-quantity-btn:hover {
  background-color: color-mix(in srgb, var(--button-bg, #333) 70%, white);
  border-radius: 50%;
}

.submitting .product-change-quantity-btn {
  opacity: 0.6
}

.product-change-quantity-btn svg {
  height: 15px;
  width: 15px
}

.product-change-quantity-btn svg path {
  stroke: var(--button-text, #fff);
  stroke-width: 7rem;
  stroke-linecap: round
}

.wrapper-product-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  border: none;
  text-align: center;
  padding: 0;
  height: 38px;
  line-height: 38px;
}

@media screen and (max-width: 640px) {
  .wrapper-product-quantity {
    padding: 0;
  }
}

.submitting .wrapper-product-quantity {
  color: var(--button-text, #fff);
  opacity: 0.6;
}

.wrapper-product-quantity svg {
  height: 17px;
  width: 17px;
  transition: all 0.2s ease;
  opacity: 0.5;
}

.wrapper-product-quantity svg:hover {
  opacity: 1;
}

.wrapper-product-quantity.open svg {
  opacity: 1;
  transform: rotateZ(-180deg);
}

.wrapper-product-quantity svg path {
  stroke: var(--button-text, #fff);
  fill: var(--button-text, #fff);
  stroke-width: 5rem;
}

.product-quantity-unit {
  color: var(--button-text, #fff);
  font-weight: 700;
  font-size: 14px;
}

.product-quantity-unit.with-dropdown {
  margin-left: 8px
}

.product-add-cart:active,
.product-change-quantity-btn:active {
  color: var(--button-bg-active-text, #fff);
  stroke: var(--button-bg-active-text, #fff);
}

.product-add-cart:disabled,
.product-change-quantity-btn:disabled {
  pointer-events: none
}

.product-add-cart:hover,
.product-change-quantity-btn:hover,
button.wrapper-product-quantity:hover {
  cursor: pointer;
}

/*! /cart view */

.cart-title { /* same as all h2 style (mt-3 mb-8 text-3xl font-extrabold text-gray-800) */
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}

.cart_table {
  width: 100%;
  font-size: 13px;
  border-spacing: 0;
  margin-top: 10px;
  color: #444;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
}


.cart_table th,
.cart_total_price,
.cart_item_total {
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
  line-height: 20px;
  border: none;
}

.cart_total_items {
  color: #666;
  font-size: 14px;
}

.cart_table tr.bundle-child {
  background: #f6f6f6;
  /*border-left: 5px solid #ddd;*/
  box-shadow: -5px 0px 0px 0px #ddd;
}

.cart_table tr.bundle-child.price-0 {
  display: none;
}

.cart_table th.cart_item_name span {
  display: none;
}

/* both tr and td */
.cart_table .cart_item_thumb {
  width: 90px;
}

.cart_table td.cart_total_items {
  text-align: right;
  padding-right: 1em;
}

.cart_table td {
  border: none;
  vertical-align: middle;
}

.cart_table .cart_item_qty {
  text-align: center;
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cart_table .cart_item_qty input {
  text-align: center;
  padding: 7px 3px;
  border: 1px solid #ccc;
  width: auto;
  height: 36px;
  border-radius: 2px;
  margin-bottom: 0;
}

.cart_table .icon {
  width: 20px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 100%;
  text-align: center;
  font-size: 14px;
  border: none;
  display: inline-block;
  background: transparent;
  cursor: pointer;
}

.cart_table .icon svg {
  height: 12px;
  position: relative;
  top: 3px;
  fill: #666;
}

.cart_table .icon.item_discount,
.cart_table .icon.global_discount {
  /*cursor: help;*/
  height: auto;
  width: 16px;
}

.cart_table .icon.item_discount svg,
.cart_table .icon.global_discount svg {
  top: 2px;
}

.discount_total .icon.item_discount svg {
  fill: rgb(32 177 86);
  left: 2px;
}

.discount_total {
  color: rgb(32 177 86);
}

.cart_table .icon:disabled svg {
  fill: #ccc;
}

.cart_table .icon:hover svg {
  fill: rgb(17 24 39);
}

.cart_table img {
  object-fit: cover;
  border-radius: 6px;
  width: 64px;
  height: 64px;
}

.cart_action_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 2rem 0;
}

/*! sidebar filters */

.toggle-cats {
  margin-bottom: 25px
}

.collection-desc {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 60px;
}

.sidebar h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  color: rgb(17, 24, 39);
}

.sidebar .has-submenu {
  margin-top: 20px;
}

.sidebar .menu-header {
  color: #40bd83;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar .filter-name {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}

.collapsable-filters-true .filter-panel .filter-name:after {
  display: inline-block;
  font-family: "Icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

.non-collapsable.filter-panel .filter-name:after {
  content: "";
}

.filter-panel.collapsed .filter-name:after {
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.filter-panel .filter-input-item {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sidebar .filter-panel {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.collapsable-filters-true .filter-panel.collapsed ul {
  height: 0;
  overflow: hidden;
}

.collapsable-filters-true .filter-panel ul {
  transition: height 0.2s ease-out;
  max-height: 500px;
}

.filter-list {
  overflow: hidden;
}

.panel-open .filter-list {
  overflow: auto;
}

.sidebar ul {
  margin: 10px 0 0
}

.sidebar li.current {
  font-weight: bold;
}

.sidebar li ul {
  border-bottom: none;
  padding: 0;
}

.sidebar li input.search-filter {
  margin-bottom: 0;
  accent-color: var(--checkbox-color, #111);
}

.sidebar li label,
.checkbox.color-checkbox .checkbox__body {
  display: inline;
  margin-left: 5px;
  cursor: pointer;
  font-weight: normal;
}

.checkbox.color-checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0.5rem;
  align-items: center;
}

.checkbox.color-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.color-checkbox input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.color-checkbox:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}

.checkbox.color-checkbox .checkbox__checkmark {
  position: relative;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
  border: solid #333;
  border-width: 1px;
}

.checkbox.color-checkbox .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.black-color-checkbox .checkbox__checkmark:after {
  border-color: #fff;
}

#sidebar-modal {
  transform: translate(-100%, 0%);
  transition: transform 0.1s cubic-bezier(.7,.16,.2,.9);
}

#sidebar-modal.active {
  transform: translate(0%, 0%);
  transition: transform 0.1s cubic-bezier(.7,.16,.2,.9);
}

.sidebar button {
  color: var(--header-link-color, #e5e7eb);
  border-color: var(--header-link-color, #e5e7eb);
}

@media screen and (max-width: 640px) {
  #sidebar-modal {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    padding: 1rem 0 0 0;
    z-index: 20;
    background-color: #131313ed;
    transform: translate(0, 100%);
    transition: opacity 0.1s 0.3s cubic-bezier(.7,.16,.2,.9), transform 1s 0.5s cubic-bezier(.7,.16,.2,.9);
  }

  #sidebar-modal.active {
    opacity: 1;
    transform: translate(0, 0%);
    transition: transform 0.1s cubic-bezier(.7,.16,.2,.9), opacity 0.2s 0.5s cubic-bezier(.7,.16,.2,.9);
  }

  #sidebar-modal .sidebar {
    position: absolute;
    height: 100dvh;
    width: 100dvw;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    transform: translate(0, 100%);
    transition: all 0.5s cubic-bezier(.7,.16,.2,.9);
  }

  #sidebar-modal.active .sidebar {
    transform: translate(0, 0%);
    transition: all 0.5s 0.5s cubic-bezier(.7,.16,.2,.9);
  }
}

/*! product filters */

.product-filters {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.product-filters .filter-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.product-filters select {
  margin: 0!important;
  width: 19rem!important;
}

@media (max-width: 760px) {
  .products-top-actions {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .top-bar-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .filters-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }

  .product-filters .filter-wrapper {
    width: 100%;
  }

  .layout-chooser {
    justify-content: flex-end;
    width: auto;
  }

  .product-filters select {
    width: 100% !important;
  }
}

/*! single product */

.product-attributes-content {
  & ::marker {
    color: var(--color-gray-300);
  }
}

.v4-button-active .product-control {
  max-width: 50%;
  padding: 2rem 0;
}

.product-control-dropdown {
  box-sizing: border-box;
  z-index: 3;
  position: absolute;
  width: 100px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.product-control {
  position: relative;
  border: 1px solid #ccc;
  box-sizing: content-box;
  line-height: 1;
  border: none;
}

.product-control-dropdown.with-input {
  width: 150px
}

.product-control-dropdown.hide {
  display: none
}

.product-control-items {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  max-height: 173px;
  cursor: pointer;
  text-align: left;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  list-style-type: none;
  z-index: 1;
  display: grid;
}

.product-control-items:after {
  content:'';
  border-bottom: 6px solid #fff;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 2px;
  overflow: hidden;
  display: block;
}

.product-control-items li.product-control-item {
  padding: 8px 16px;
  color: #333;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 0;
  border-top: none;
  box-shadow: none;
}

.product-control-items li.product-control-item:hover {
  box-shadow: none;
  background-color: #cdf3ff;
}

.product-control-item.selected {
  background-color: #f4f4f4;
  font-weight: 500
}

input.product-control-dropdown-input {
  margin: 0;
  width: 86% !important;
  margin-left: 7%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.product-control-dropdown-input::-webkit-inner-spin-button {
  display: none;
}

.product-control-dropdown-arrow {
  position: absolute;
  left: 45%;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background-color: #fff;
  transform: rotate(45deg) translateX(-50%);
}

.product-control-dropdown input[type=number] {
  border: none;
  display: block;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding-inline: 12px;
  padding-block: 8px;
  font-size: 14px;
  line-height: 24px;
  color: oklch(0.21 0.034 264.665);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: oklch(0.872 0.01 258.338);
}

.product-info div:has(.product-info-content) {
  border-bottom: 1px solid var(--color-gray-300);
}

.product-info-content {
  padding: 0 0 1.5rem 0;
}

.product-info-content h3 {
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
  color: hsl(240, 6.5%, 18%);
}

.product-info-content h3:first-child {
  margin-top: 0;
}

.product-info-content p {
  margin: 0.5rem 0;
}

#product-info-main > div:last-of-type {
  border-bottom: none;
}

.main-image-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: crosshair;
}

.main-image {
  position: absolute;
  width: 100%;
  height: auto;
  transform-origin: center center;
  transition: transform 0.1s ease-out;
}

.product-single-image {
  transition: transform 0.1s ease-out;
}

.shipping-calc > a {
  font-weight: 500;
}

.shipping-calc > a:hover {
  text-decoration: underline;
}

.swiper-single-product swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-side-thumbnails-true .swiper-single-product {
  width: 100%;
  order: 2;
}

.left-side-thumbnails-true .swiper-single-product-thumbs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 4.5rem;
  order: 1;
  margin: 0;
}

#product-images .image-placeholder {
  position: sticky;
  width: 100%;
  height: 100%;
  max-height: 600px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 12px;
  box-sizing: border-box;
}

#product-images .image-placeholder svg {
  height: 300px;
  width: 300px;
  stroke: #ddd;
}

@media screen and (max-width: 640px) {
  .left-side-thumbnails-true .swiper-single-product-thumbs {
    display: none;
  }
}

/*! single product - volume discount */

#product-main .vol-discount-container {
  margin: 2rem 0 2rem 0;
  font-size: 1rem;
}

#product-main .vol-discount-desc {
  margin: 0 0 1rem 0;
}

#product-main .vol-discount-text {
  background-color: #F1F5F9;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  width: fit-content;
}

#product-main .vol-discount-tier-result {
  font-weight: 600;
  color: #0F172A;
}

#product-main .vol-discount-title {
  font-weight: 600;
  margin: 0 0 5px 0;
}

#product-main .vol-discount-title::after {
  content: '';
  margin: 0 5px 1px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  line-height: 0;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M484.658,27.343c-36.456-36.457-95.776-36.457-132.233,0c-3.534,3.534-3.534,9.263,0,12.796 c3.534,3.534,9.263,3.534,12.796,0c24.347-24.347,72.707-33.932,106.64,0c33.329,33.329,24.786,81.852,0,106.64 c-5.634,5.634-11.949,10.178-18.677,13.653v-8.112c0-51.557-41.946-93.502-93.502-93.502h-103.23c-2.4,0-4.702,0.953-6.398,2.651 L2.651,308.87c-3.534,3.534-3.534,9.263,0,12.796L190.335,509.35c1.766,1.766,4.083,2.651,6.398,2.651 c2.315,0,4.632-0.883,6.398-2.651l247.402-247.402c1.698-1.696,2.651-3.998,2.651-6.398v-75.191 c11.389-4.53,22.121-11.43,31.474-20.784C521.114,123.119,521.114,63.8,484.658,27.343z M435.087,166.986 c-14.825,3.311-30.459,2.128-44.695-3.58c3.628-11.032,1.611-23.973-8.106-33.689c-12.937-12.937-33.984-12.936-46.921,0 c-13.221,13.221-12.593,34.328,0,46.921c11.028,11.028,30.684,13.838,44.734,1.994c17.219,7.738,36.45,10.133,54.989,6.853 v66.317L196.734,490.156L21.846,315.268L260.2,76.915h99.483c41.578,0,75.405,33.827,75.405,75.405V166.986z M357.762,138.089 c4.241-0.294,8.537,1.233,11.727,4.423c3.487,3.487,4.643,7.715,4.324,11.653c-3-2.211-5.874-4.671-8.589-7.387 C362.508,144.062,360.019,141.155,357.762,138.089z M362.01,167.903c-4.84,1.039-10.095-0.306-13.849-4.061 c-3.967-3.967-5.132-9.161-4.092-13.848c2.56,3.365,5.346,6.569,8.359,9.582C355.455,162.604,358.666,165.367,362.01,167.903z'/%3E%3Cpath d='M241.522,155.31L87.961,308.87c-3.534,3.534-3.534,9.263,0,12.796L190.335,424.04c1.766,1.766,4.083,2.651,6.398,2.651 c2.315,0,4.632-0.883,6.398-2.651l153.56-153.56c3.534-3.534,3.534-9.263,0-12.796L254.318,155.31 C250.784,151.776,245.055,151.776,241.522,155.31z M196.734,404.845l-89.578-89.578L247.92,174.505l89.578,89.578 L196.734,404.845z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  #product table {
    font-size: 0.75rem;
  }
  #product thead th, tbody td {
    padding: 0.5rem;
  }
}

/*! single product - stock by branch */

#product-stock-wrapper {
  position: relative;
  background-color: #fff;
  width: 50dvw;
  height: 50dvh;
  padding: 2rem;
  border-radius: 20px;
}

#product-stock-wrapper h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

#product-stock-modal {
  display: none;
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background-color: #222222d6;
  top: 0;
  left:0;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

#product-stock-modal.visible {
  display: flex;
  z-index: 20;
  margin: 20px 0 0 0;
}

.close-stock-modal {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

#product-stock-branches {
  display: grid;
  gap: 1rem;
  overflow: scroll;
  height: calc(100%-2rem);
  padding: 0 0 3rem 0;
}

.product-branch-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background-color: #F1F5F9;
  color: #475569;
  font-weight: 600;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.product-branch-header .product-branch-name {
  font-weight: 700;
}

.product-branch-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background-color: rgba(241, 245, 249, 0.404);
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  max-width: 95%;
  margin: 0 auto;
  width: 95%;
}

.product-branch-row:hover {
  background-color: #F1F5F9;
}

.product-branch-name {
  font-weight: 500;
  color: var(--foreground);
}

.product-branch-stock {
  text-align: right;
  font-weight: 700;
  color: #475569;
}

#product-stock-by-branch,
.product-stock-stock-sku-wrapper {
  margin: 0 0 1rem 0;
}

.product-stock-sku-wrapper {
  color: #475569;
  font-size: 0.8rem;
}

.show-branches {
  display: block;
  width: fit-content;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: -0.025em;
  border: 1px solid #ebebfd;
  border-radius: 5px;
  background-color: #F1F5F9;
  color: rgb(17, 24, 39);
  transition: border-color 0.15s ease-in;
}

.show-branches:hover {
  border: 1px solid #bbbbca;
  cursor:pointer;
}

@media screen and (max-width: 640px) {
  #product-stock-wrapper {
    position: relative;
    background-color: #fff;
    width: 100dvw;
    height: 100dvh;
    padding: 1rem;
    border-radius: 20px 20px 0 0;
  }

  .close-stock-modal {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

/*! single product - giftcard */

.gift-card-modal h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}

/*! products pagination general styles */

.pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 100px 0 50px 0;
}

.pagination a:not(.more-results),
.pagination a[rel="prev"]:not(.previous_page),
.pagination a[rel="next"]:not(.next_page) {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}

.pagination .previous_page:first-of-type,
.pagination .next_page:last-of-type {
  width: fit-content;
  text-align: center;
  background-color: var(--button-bg, #000);
}

.pagination .previous_page.disabled,
.pagination .next_page.disabled {
  background-color: #738293;
}

.pagination .current,
.pagination .next,
.pagination a:not(.more-results) {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
}

.pagination a[aria-label="Page 1"]:hover,
.pagination a[aria-label="Page 3"]:hover,
.pagination a[rel="prev"]:not(.previous_page):hover,
.pagination a[rel="next"]:not(.next_page):hover  {
  background-color: var(--button-bg, #000);
  border: 1px solid var(--button-bg, #000);
  color: #fff;
}

.pagination .current {
  background-color: var(--button-bg, #000);
  color: #fff;
  border: 1px solid var(--button-bg, #000);
  border-radius: 10px;
}

@media screen and (max-width: 760px) {
  .pagination .previous_page,
  .pagination .next_page,
  .pagination em,
  .pagination a:not(.more-results) {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pagination .previous_page,
  .pagination .next_page {
    display: none
  }
}

@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot?xe2loj');
  src: url('icomoon.eot?xe2loj#iefix') format('embedded-opentype'),
    url('icomoon.ttf?xe2loj') format('truetype'),
    url('icomoon.woff?xe2loj') format('woff'),
    url('icomoon.svg?xe2loj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*! blog */

.post-description:empty {
  display: none;
}

/*! plans */

.plans-section details[open] summary svg {
  transform: rotate(180deg);
}

/*! faq */

.faq-list .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-list .answer.hidden {
  max-height: 0;
}

.faq-list .answer:not(.hidden) {
  max-height: 500px;
}

/*! contact form */

.contact-form-row input {
  display: flex; /* flex */
  height: 2.5rem; /* h-10 */
  width: 100%; /* w-full */
  border-radius: 0.375rem; /* rounded-md */
  padding: 0.5rem 0.75rem; /* py-2 px-3 */
  font-size: 0.875rem; /* text-sm */
  line-height: 1.25rem;
  color: var(--muted-foreground);
  background-color: var(--background);
  border-color: var(--input);
  border-width: 1px;
}

.contact-form-row textarea {
  border-radius: 0.375rem; /* rounded-md */
  padding: 0.5rem 0.75rem; /* py-2 px-3 */
  color: var(--muted-foreground);
  background-color: var(--background);
  border-color: var(--input);
  border-width: 1px;
}

.contact-form-row input:focus-visible,
.contact-form-row textarea:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #222;
}

.checkbox.contact-form-row {
  display: flex;
  align-items: center;
}

.checkbox.contact-form-row input {
  height: 1rem;
  width: fit-content;
  margin: 0;
  padding: 0;
}

.phone .iti {
  width: 100%;
}

.fieldWithErrors > input,
.fieldWithErrors > textarea {
  border-color: oklch(0.505 0.213 27.518);
  width: 100%;
}

.contact-form .disabled-fields {
  opacity: 0.5;
  pointer-events: none;
}

/*! pages */

.post-paragraph,
.entry p {
  margin: 0 0 1rem 0;
}

.post-header,
.entry h3 {
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 6px 0;
  color: hsl(240, 6.5%, 18%);
}

.post-paragraph a,
.entry a {
  font-weight: 500;
  text-decoration: underline;
}

.post-paragraph a:hover,
.entry a:hover {
  color: var(--button-bg-hover);
}

.post-list,
.entry ul {
  margin: 0 0 1rem 0;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 24px;
  font-size: 17px;
}

.post-product {
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #dbdbdb;
  padding: 20px;
  margin: 0 0 2rem 0;
}

.post-product-image {
  width: fit-content;
}

.post-product-image img {
  border-radius:6px;
}

.post-product .post-product-title {
  margin: 0 0 1rem 0;
}

.post-product-title a {
  font-weight: 700;
  font-size: 20px;
}

.post-product .post-product-cta {
  width: fit-content;
  text-decoration: none;
}

.post-product .post-product-cta:hover {
  color: var(--button-text, #fff);
}

.post-block {
  margin: 0 0 2rem 0;
}

.post-block:has(.post-header) {
  margin: 0;
}

.post-block:has(.post-delimiter) {
  margin: 2rem 0;
}

/*! products savings & volume discounts - product_item */

.vol-discount-notice:empty {
  display: none;
}

.product-savings .vol-discount-title,
.product-savings .vol-discount-table,
.product-savings .bootic-price,
.product-savings .bootic-price-comparison-box {
  display: none!important;
}

.product-savings .vol-discount-container {
  display: initial;
  margin: 0;
}

.product-savings .vol-discount-desc .vol-discount-text {
  width: fit-content;
  border-radius: 9999px;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-color: transparent;
  background-color: var(--discount-tag);
  color: var(--discount-tag-text);
}

@media screen and (max-width:670px) {
  .product-savings .vol-discount-desc .vol-discount-text {
    font-size: 10px;
  }
}

.product-savings .vol-discount-notice {
  margin: 10px 0 0 0;
  padding: 5px 7px;
  background-color: #E2E8F0;
  color: #1E293B;
  border-radius: 5px;
  font-size: 12px;
}

.product-savings .vol-discount-notice .saving {
  display: inline-block;
  margin: 0 0 5px 0;
}

/*! similar products modal */

.matching-products {
  display: inherit;
  overflow: scroll;
  height: calc(100% - 5rem);
  padding: 0 0 3rem 0;
}

.matching-products .product-in-modal  {
  display: flex;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  align-items: center;
  max-height: 162px;
  overflow: hidden;
  margin: 0 0 1rem 0;
}

.matching-products .product-in-modal-image {
  max-width: 10rem;
  min-width: 10rem;
  display: block;
  height: 10rem;
}

.matching-products .product-in-modal-image img {
  border-radius: 5px 0 0 5px;
  width: 100%;
  object-fit: contain;
  height: 10rem;
}

.matching-products .product-in-modal .bootic-price {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.matching-products .product-in-modal-main {
  display: flex;
  flex-direction: column;
}

.matching-products .product-in-modal-main-top {
  margin: 0 0 10px 10px;
}

.matching-products .product-in-modal .product-in-modal-main-bottom {
  margin: 0 0 0.5rem 0;
}

.matching-products .product-in-modal .units-in-stock {
  border: 1px solid rgb(32, 177, 86);
  color: rgb(32, 177, 86);
  border-radius: 4px;
  width: fit-content;
  padding: 0 0.5rem;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 500;
}

.matching-products .vol-discount-container {
  display: none;
}

.products-list-modal > div > div > hr {
  display: none;
}

.products-list-modal .product-in-modal-name-and-price p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.matching-products::-webkit-scrollbar {
  display: none;
}

.matching-products {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/*! product list modal, giftcard modal, delivery setup modal, user login modal - main styles */

.bootic-modal .toggle-password {
  top: 30px;
}

.bootic-modal.products-list-modal > div,
.bootic-modal:has(.gift-card-modal) > div {
  height: 90dvh;
  overflow: hidden;
  padding-top: 0;
}

.bootic-modal.products-list-modal > div > div {
  display: block;
  height: 100%;
}

.bootic-modal.products-list-modal .modal-header,
.bootic-modal:has(.gift-card-modal) form {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 1rem 0 1rem 0;
}

.bootic-modal.products-list-modal .modal-header .modal-title,
.bootic-modal:has(.gift-card-modal) h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgb(17, 24, 39);
}

.modal-desc {
  font-size: 16px;
  font-weight: 500;
  color: rgb(113, 113, 122);
  margin: 0 0 10px 0;
}

.products-list-modal .product-in-modal-add-to-cart .product-add-cart,
.products-list-modal .product-in-modal-add-to-cart .product-link,
.products-list-modal .product-in-modal-add-to-cart .bootic_alert  {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  max-width: fit-content;
  padding: 0 1rem
}

.bootic-modal.products-list-modal .modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: fit-content;
  background-color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0.5rem 0;
  border-top: 1px solid aliceblue;
}

.bootic-modal.products-list-modal .modal-footer a {
  background-color: #222;
  color: white;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.bootic-modal.product-modal > div {
  padding-top: 3rem;
  overflow: auto;
}

.bootic-modal.product-modal > div {
  padding: 3rem 0 0;
  overflow: auto;
}

.bootic-modal.product-modal section:not(:first-of-type) {
  padding: 0 2rem 2rem 2rem;
  margin: 0;
}

.modal-group-link {
  padding: 1px 20px;
  width: fit-content;
  background-color: #8e8e8e;
  border-radius: 25px 0 25px;
  font-size: 13px;
  font-weight: 600;
  color: #f4f4f4;
  transition: padding 0.2s ease;
}

.modal-group-link:hover {
  padding: 1px 25px;
}

@media screen and (max-width: 640px) {

  .bootic-modal.products-list-modal,
  .bootic-modal.delivery-setup-modal,
  .bootic-modal.user-login,
  .bootic-modal:has(.gift-card-modal),
  .bootic-modal:has(.popup-quote-flow-container) {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    padding: 1rem 0 0 0;
    z-index: 20;
    background-color: #131313ed;
    transform: translate(0, 100%);
    transition: opacity 0.1s 0.3s cubic-bezier(.7,.16,.2,.9), transform 1s 0.5s cubic-bezier(.7,.16,.2,.9);
  }

  .bootic-modal.products-list-modal.active,
  .bootic-modal:has(.gift-card-modal).active,
  .bootic-modal.delivery-setup-modal.active,
  .bootic-modal.user-login.active,
  .bootic-modal:has(.popup-quote-flow-container).active {
    opacity: 1;
    transform: translate(0, 0%);
    transition: transform 0.1s cubic-bezier(.7,.16,.2,.9), opacity 0.2s 0.5s cubic-bezier(.7,.16,.2,.9);
  }

  .bootic-modal.products-list-modal > div,
  .bootic-modal:has(.gift-card-modal) > div,
  .bootic-modal.delivery-setup-modal > div,
  .bootic-modal.user-login > div,
  .bootic-modal:has(.popup-quote-flow-container) > div {
    position: absolute;
    padding: 1rem;
    height: 100dvh;
    width: 100dvw;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    transform: translate(0, 100%);
    transition: all 0.5s cubic-bezier(.7,.16,.2,.9);
    top: unset;
  }

  .bootic-modal.products-list-modal.active > div,
  .bootic-modal:has(.gift-card-modal).active > div,
  .bootic-modal.delivery-setup-modal.active > div,
  .bootic-modal.user-login.active > div,
  .bootic-modal:has(.popup-quote-flow-container).active > div {
    transform: translate(0, 0%);
    transition: all 0.5s 0.5s cubic-bezier(.7,.16,.2,.9);
  }

}

/*! shipping calculator */

.shipping-calc-title {
  font-size: 1.2rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgb(17, 24, 39);
  margin: 0 0 20px 0;
}

input.shipping-weight-units {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--background);
  border-color: var(--input);
  border-width: 1px;
  border-radius: calc(var(--radius) - 2px);
  height: 2.5rem;
  margin: 0 0 20px 0;
}

/*! header styles */

header {
  background-color: var(--header-bg-color, #111)
}

header.is-stuck .header-wrapper {
  padding: 1rem 1.5rem 1rem 1rem;
}

@media screen and (max-width: 640px) {
  header.is-stuck .header-wrapper {
    padding: 1rem;
  }

  header #logo img {
    max-height: auto;
    transition: max-height 0.3s ease;
  }

  header.is-stuck #logo img {
    max-height: 35px;
  }
}

.header-wrapper {
  transition: padding 0.3s ease;
}

#logo,
#main-menu a,
#delivery-wrapper a,
#mobile-menu a,
.user-actions a,
.mobile-nav {
  color: var(--header-link-color, #71717a);
}

#main-menu a:hover {
  color: var(--header-link-hover-color, #111);
}

#main-menu > li > a:hover {
  background-color: var(--header-link-bg-color, #f4f4f5);
}

.header-wrapper .user-menu-container {
  position: relative;
  top: 15px;
  left: 0;
  margin-left: -1rem;
}

span.bootic_nav {
  display: flex;
  align-items: center;
}

/*! section menu */

.bootic-section-menu-container {
  display: none;
}

.bootic-section-menu-link {
  color: var(--header-link-color, #71717a);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: .75rem;
}

.bootic-section-menu-link:hover {
  background-color: var(--header-link-bg-color, #f4f4f5);
}

/* only display section menus on bigger screens */
@media (min-height: 300px) {

  .bootic-section-menu-container {
    z-index: 100;
    position: relative;
    white-space: nowrap;
    width: 100%;
    background: #fafafa;
  }

  .bootic-section-menu {
    position: relative;
    overflow-x: hidden;
    text-align: center;
    padding: 0;
    height: 65px;
    line-height: 65px;
    overflow-y: hidden;
    transition: all 0.2s;
    transform: scale(1);
    will-change: transform;
    user-select: none;
    cursor: grab;
    cursor: -webkit-grab;
  }

  .bootic-section-menu.moving {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1.02);
  }

  .bootic-section-menu.moving a {
    pointer-events: none;
  }

  .bootic-section-menu-item {
    list-style: none;
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0 15px;
  }

  /* only highlight active items if on sticky mode */
  .sticky .active.bootic-section-menu-item a {
    font-weight: 600;
    background-color: var(--header-link-bg-color, #f4f4f5);
  }

  .sticky.bootic-section-menu-container {
    position: sticky;
    top: 0;
    padding: 24px 0;
    border-bottom: 1px solid #e8e8e8;
  }

  /* .notice-shown .sticky.bootic-section-menu-container {
    top: 42px;
  } */
}

/*! footer styles */

#footer {
  background-color: var(--footer-bg-color, #f4f4f5);
}

.footer-menu-title {
  color: var(--footer-headings, #111);
}

footer a {
  color: var(--footer-link-color);
}

footer p, footer label {
  color: var(--footer-text-color, #71717a)
}

footer a:hover {
  color: var(--footer-link-hover-color);
}

/*! RangeSlider */

.price-select-wrapper {
  margin: 0 0 2rem 0;
}

.price-selector .irs--flat .irs-bar,
.price-selector .irs--flat .irs-shadow,
.price-selector .irs--flat .irs-handle > i:first-child,
.price-selector .irs--flat .irs-handle.state_hover > i:first-child,
.price-selector .irs--flat .irs-handle:hover > i:first-child,
.price-selector .irs--flat .irs-from,
.price-selector .irs--flat .irs-to,
.price-selector .irs--flat .irs-single {
  background-color: var(--slider-bg, #444);
}

.price-selector .irs--flat .irs-from::before,
.price-selector .irs--flat .irs-to::before,
.price-selector .irs--flat .irs-single::before {
  border-top-color: var(--slider-bg, #444);
}

.price-selector .irs--flat .irs-from,
.price-selector .irs--flat .irs-to,
.price-selector .irs--flat .irs-single {
  color: var(--slider-text, #fff);
}

.price-selector .btn-price-filter {
  width: 100%;
  font-weight: 400;
}

/*! login modal */

.bootic-modal.user-login .login-title {
  font-size: 1.2rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgb(17, 24, 39);
  margin: 0 0 20px 0;
}

.bootic-modal.user-login p:first-of-type {
  color: var(--muted-foreground);
  margin: 0 0 20px 0;
}

.bootic-modal.user-login a {
  font-weight: 500;
  text-decoration: underline;
}

.bootic-modal.user-login form input {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--background);
  border-color: var(--input);
  border-width: 1px;
  border-radius: calc(var(--radius) - 2px);
  height: 2.5rem;
  margin: 0 0 20px 0;
}

.recovery-link {
  color: var(--muted-foreground);
  line-height: 1;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  text-decoration: none!important;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 640px) {
  .recovery-link {
    font-size: 11px;
    margin: 2px 0 0 0;
  }
}

/* this is here only because of this modal's markup */
.right {
  float: right !important;
  clear: right;
}

.bootic-modal.user-login p.submit {
  display: flex;
  gap: 10px;
  max-width: 100%;
  align-items: center;
  margin: 0;
  color: var(--muted-foreground);
}

.bootic-modal.user-login p.submit input {
  background-color: #222;
  color: #fff!important;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  max-width: 200px;
  margin: 0;
  cursor: pointer;
}

/* override inline styles */
.bootic-modal.user-login p.submit a {
  text-decoration: none;
  margin: 0!important;
  padding: 0;
  color: var(--muted-foreground);
}

/*! track order */

.track-order {
  min-height: 60dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(249, 250, 251);
  padding: 3rem;
}

.track-order .container {
  max-width: 1024px;
}

.track-order h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.track-order h3 {
  font-size: 22px;
  margin: 0 0 1rem 0;
}

.search-order-container input {
  padding: 0 1rem;
}

/*! delivery setup modal */

.bootic-modal.delivery-setup-modal .nice-select {
  float: none;
}

.bootic-modal.delivery-setup-modal h2.title {
  font-size: 1.2rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgb(17, 24, 39);
  margin: 0 0 20px 0;
}

.edit-delivery {
  display: inline-block;
  vertical-align: text-bottom;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 55' width='18' height='18' fill='black' %3E%3Cpath d='M 36 5.0097656 C 34.205301 5.0097656 32.410791 5.6901377 31.050781 7.0507812 L 8.9160156 29.183594 C 8.4960384 29.603571 8.1884588 30.12585 8.0253906 30.699219 L 5.0585938 41.087891 A 1.50015 1.50015 0 0 0 6.9121094 42.941406 L 17.302734 39.974609 A 1.50015 1.50015 0 0 0 17.304688 39.972656 C 17.874212 39.808939 18.39521 39.50518 18.816406 39.083984 L 40.949219 16.949219 C 43.670344 14.228094 43.670344 9.7719064 40.949219 7.0507812 C 39.589209 5.6901377 37.794699 5.0097656 36 5.0097656 z M 36 7.9921875 C 37.020801 7.9921875 38.040182 8.3855186 38.826172 9.171875 A 1.50015 1.50015 0 0 0 38.828125 9.171875 C 40.403 10.74675 40.403 13.25325 38.828125 14.828125 L 36.888672 16.767578 L 31.232422 11.111328 L 33.171875 9.171875 C 33.957865 8.3855186 34.979199 7.9921875 36 7.9921875 z M 29.111328 13.232422 L 34.767578 18.888672 L 16.693359 36.962891 C 16.634729 37.021121 16.560472 37.065723 16.476562 37.089844 L 8.6835938 39.316406 L 10.910156 31.521484 A 1.50015 1.50015 0 0 0 10.910156 31.519531 C 10.933086 31.438901 10.975086 31.366709 11.037109 31.304688 L 29.111328 13.232422 z'/%3E%3C/svg%3E")
}

.delivery-setup-modal > div {
  width: 640px;
  margin-left: -320px;
  padding: 0
}

.delivery-setup-modal img {
  display: block;
  height: 440px;
  width: 100%;
  object-fit: cover
}

.delivery-setup-modal.has-shipping-branches.has-shipping-options img {
  height: 480px
}

.delivery-setup-modal .title {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px 0
}

.delivery-setup-modal .desc {
  margin-bottom: 15px
}

.delivery-setup-modal .left-col {
  background: #eee;
  position: relative;
  z-index: 1;
  border-radius: 8px 0 0 8px;
  overflow: hidden
}

.delivery-setup-modal .map-container {
  height: 100%;
  position: absolute;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  left: 0
}

.delivery-setup-modal .map-container .leaflet-control-attribution {
  display: none
}

.delivery-setup-modal .left-col.map-shown .map-container {
  visibility: visible
}

.delivery-setup-modal .left-col.map-shown .popup-image {
  visibility: hidden
}

.delivery-setup-modal .right-col {
  padding: 20px 20px 10px 20px
}

.delivery-setup-modal .toggle-input {
  float: right;
  color: #7ca2d3
}

.delivery-setup-modal .address-error {
  color: #ff1352;
  font-size: 13px;
  margin: 5px 0 10px
}

.delivery-setup-modal .inactive .toggle-input {
  display: inline-block
}

.branch-image {
  line-height: 0;
  margin: 1rem 0 2rem 0
}

.branch-image img {
  border-radius: 3px
}

.locate-me-action {
  font-size: 13px
}

.locate-me-action i {
  margin-right: 2px;
  position: relative;
  top: 1px
}

.pac-container {
  z-index: 100000000 !important;
}

.pac-logo:after {
  display: none;
}

.delivery-setup-modal .delivery-setup-step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 260px;
  transition: all .6s ease, opacity 0.3s ease;
  visibility: hidden;
}

.shipping-chosen .second-step.autocomplete-active {
  top: 33%
}

.delivery-setup-modal .delivery-setup-step.shown {
  visibility: visible;
  opacity: 1
}

.delivery-setup-modal.one-column>div {
  width: 440px;
  margin-left: -220px
}

.delivery-setup-modal.one-column .left-col {
  display: none
}

.delivery-setup-modal.one-column .delivery-setup-step {
  width: auto;
  left: 30px;
  right: 30px
}

.delivery-setup-modal.shipping-chosen .third-step .pickup-title,
.delivery-setup-modal.pickup-chosen .third-step .shipping-title {
  display: none
}

@media (max-width: 640px) {
  .delivery-setup-modal .delivery-setup-step,
  .shipping-chosen .second-step.autocomplete-active {
    width: auto;
    left: 30px;
    right: 30px;
    top: unset;
    transform: unset;
  }

  .delivery-setup-modal .left-col {
    display: none
  }

  .delivery-setup-modal>div {
    min-height: 500px;
    padding: 0 0 15px 0
  }
}

@media (min-width: 640px) {

  .delivery-setup-modal .left-col,
  .delivery-setup-modal .right-col {
    width: 50%;
    float: left;
    vertical-align: top;
    box-sizing: border-box
  }

  .delivery-setup-modal .right-col {
    padding-left: 30px
  }

  .bootic-modal.delivery-setup-modal>div {
    height: 440px
  }

  .delivery-setup-modal.has-shipping-branches.has-shipping-options>div {
    height: 480px
  }
}

.delivery-setup-modal input[type=text],
.delivery-setup-modal input[type=search],
.delivery-setup-modal button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  padding: 0 8px
}

.delivery-setup-modal input[type=text],
.delivery-setup-modal input[type=search],
.delivery-setup-modal select,
.delivery-setup-modal .nice-select {
  margin-bottom: 7px;
}

.delivery-setup-modal .nice-select .list {
  max-width: 100%;
  max-height: 100px;
}

.delivery-window-select-time {
  margin-top: 5px
}

.delivery-setup-modal .select-fulfillment-method {
  margin: 10px 0;
  text-align: left;
  position: relative;
  padding-left: 64px;
  height: 50px;
  line-height: 49px;
  border-radius: 5px;
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  border: 1px solid rgb(226, 232, 240);
  color: rgb(55, 65, 81);
}

.delivery-setup-modal .select-fulfillment-method:hover {
  border-color: rgb(164, 178, 196);
  color: rgb(55, 65, 81);
}

.delivery-setup-modal .select-fulfillment-method i {
  position: absolute;
  left: 20px;
  top: 15px;
  margin-right: 15px;
  height: 20px;
  width: 20px;
}

.delivery-setup-modal .bootic_form label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  padding: 0 0 0 4px;
  color: var(--muted-foreground);
}

.delivery-setup-modal .bootic_form {
  margin: 0
}

.delivery-setup-modal .bootic_row {
  margin: 0 0 20px 0;
}

.delivery-setup-modal .radio-options {
  margin: 0 0 10px
}

.delivery-setup-modal .radio-options label {
  cursor: pointer;
  color: #666;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 500
}

.delivery-setup-modal .radio-options label:hover {
  color: #222
}

.delivery-setup-modal .first-window {
  color: #7a7dff;
  margin-top: 5px;
  font-weight: 500
}

.delivery-setup-modal .radio-options input {
  margin-right: 7px;
  position: relative;
  top: 1px;
  margin-bottom: 0
}

.delivery-setup-modal .form-controls {
  border: none;
  margin: 0;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}

.delivery-setup-modal a.back {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 8px;
  color: #777
}

.delivery-chosen .show-delivery-setup {
  color: var(--accent-foreground);
  background-color: var(--accent);
}

.delivery-chosen #unchosen-delivery,
.delivery-not-chosen #delivery-selection {
  display: none;
}

.chosen-delivery-ico path.delivery-mark {
  color: #4CAF50;
}

.delivery-chosen #delivery-selection,
.delivery-not-chosen #unchosen-delivery {
  display: flex!important;
}

#delivery-selection i.pickup-icon,
#delivery-selection i.shipping-icon  {
  display: none;
}

#delivery-selection div > span:not(:has(strong.delivery-location)),
#delivery-selection div > br,
#delivery-selection div > span.delivery-window,
#delivery-selection div > span.delivery-text,
#delivery-selection span.delivery-text {
  display: none !important;
}

#delivery-selection div {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: initial;
  font-size: 0;
  line-height: 0;
}

#delivery-selection div * {
  font-size: initial;
  height: auto;
}

/* Show only location & price */
#delivery-selection strong.delivery-location,
#delivery-selection strong.shipping-base-rate {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

#delivery-selection strong.shipping-base-rate {
  font-size: 12px !important;
  font-weight: 500;
}

#delivery-wrapper.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  display: block;
  z-index: 1000;
}

#delivery-wrapper {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  max-width: 335px;
  min-width: 300px;
  background-color: #ffffff;
  border: 1px solid #2d2d2d;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.3s ease;
}

#delivery-content {
  align-items: center;
  position: relative;
  margin: 6px 10px;
}


#delivery-content a {
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  gap: 5px;
}

#delivery-wrapper.active #delivery-content a {
  position: relative;
  height: auto;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

div#delivery-content .show-delivery-setup > div span{
  white-space: break-spaces!important;
}

div#delivery-content strong.delivery-location {
  display: inline-block;
}

@media screen and (max-width:768px) {

  .delivery-chosen .show-delivery-setup > div {
    display: flex;
    gap: 2px;
  }

  #delivery-wrapper {
    background-color: var(--header-link-bg-color, #f4f4f5);
  }

  div#delivery-content .show-delivery-setup > div  {
    display: block!important;
  }
}

.delivery-setup-modal .nice-select .option {
  padding-right: 0;
}

.delivery-setup-modal input.nice-select-search {
  margin: 0;
}

/* we need to do this because the dropdown overflows inside the modal... */
.delivery-setup-modal .nice-select.open .nice-select-dropdown {
  max-height: 160px;
  width: 100%;
}

.delivery-setup-modal .pickup-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-store'%3E%3Cpath d='m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7'/%3E%3Cpath d='M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8'/%3E%3Cpath d='M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4'/%3E%3Cpath d='M2 7h20'/%3E%3Cpath d='M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7'/%3E%3C/svg%3E");
}


.delivery-setup-modal .shipping-icon {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 491.928 491.928' fill='%23374151' style='enable-background:new 0 0 491.928 491.928;' xml:space='preserve'%3E%3Cpath d='M488.56,226.977l-83.433-83.433c-2.157-2.156-5.082-3.368-8.132-3.368H337.13V96.312c0-11.544-9.982-21.297-21.797-21.297 L21.297,75.015C9.554,75.015,0,84.568,0,96.312v243.949c0,11.744,9.554,21.298,21.297,21.298h34.987 c5.263,31.369,32.593,55.354,65.434,55.354s60.171-23.984,65.434-55.354h152.27c5.263,31.369,32.593,55.354,65.434,55.354 c32.847,0,60.182-23.992,65.437-55.371c0.113,0.004,0.223,0.018,0.337,0.018c11.744,0,21.297-9.554,21.297-21.297V235.108 C491.928,232.059,490.716,229.134,488.56,226.977z M392.231,163.176l62.716,62.716H337.13v-62.716H392.231z M56.459,338.56H23 V98.015l291.13,0.001V338.56H186.977c-5.662-30.888-32.76-54.375-65.259-54.375C89.22,284.185,62.121,307.672,56.459,338.56z M121.718,393.913c-23.911,0-43.364-19.453-43.364-43.364c0-23.911,19.453-43.364,43.364-43.364 c23.911,0,43.364,19.453,43.364,43.364C165.083,374.46,145.629,393.913,121.718,393.913z M404.856,393.913 c-23.911,0-43.364-19.453-43.364-43.364c0-23.911,19.453-43.364,43.364-43.364c23.911,0,43.364,19.453,43.364,43.364 C448.221,374.46,428.767,393.913,404.856,393.913z M404.856,284.185c-32.499,0-59.597,23.487-65.259,54.375h-2.468v-89.668h131.798 v84.389C461.307,305.035,435.477,284.185,404.856,284.185z'/%3E%3C/svg%3E%0A");

}

/*! user login modal mobile */

@media screen and (max-width:600px) {

  .bootic-modal.user-login .login-title {
    max-width: 80%;
  }

  .bootic-modal.user-login p.submit {
    flex-direction: column;
    gap: 5px;
  }
}

/*! quote flow modal  */

.popup-quote-flow-container > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}

.popup-quote-flow-container h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.popup-quote-flow-container button {
  border-radius: 15px;
}

.popup-quote-flow-container .left,
.popup-quote-flow-container .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px #e1e1e1 solid;
  border-radius: 15px;
  padding: 20px 10px;
}

.popup-quote-flow-container p {
  color: rgb(113, 113, 122);
  margin: 0 auto 30px auto;
  max-width: 90%;
  padding: 0 10px;
  line-height: 19px;
}

@media screen and (max-width: 640px) {
  .popup-quote-flow-container > div {
    grid-template-columns: 1fr;
  }
}

.add_to_cart.hidden {
  display: none;
}

/*! megamenu */

#mega-menu-wrapper {
  position: fixed;
  top: 0;
  left: -50vw;
  width: 20vw;
  height: 100vh;
  background-color: #fff;
  color: #777676;
  transition: left 0.5s ease;
  z-index: 102;
}

#mega-menu-wrapper.active {
  left: 0;
}

.mega-menu-content {
  height: 100%;
  width: fit-content;
  min-width: 20vw;
  overflow: auto;
}

.mega-menu-content h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1rem;
  border-top: 4px solid var(--rojo);
}

.mega-menu-content h3 span {
  color: var(--rojo);
  cursor: pointer;
}

#mega-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  height: 100%;
  min-width: 20vw;
  width: fit-content;
}

#mega-menu>li {
  display: flex;
  align-items: center;
  height: 4rem !important;
  padding: 0 0 0 0;
  margin: 0;
  border-left: 0.5rem solid transparent;
  transition: border-left 0.5s ease, border-top 0.5s ease, border-bottom 0.5s ease, background-color 0.5s ease;
}

#mega-menu>li:hover,
#mega-menu>li.hovered {
  cursor: pointer;
  border-left: 0.5rem solid var(--azul);
  background-color: #fff;
  transition: border-left 0.2s ease;
  border-top: 1px solid var(--azul-light);
  border-bottom: 1px solid var(--azul-light);
}

#mega-menu>li:hover p,
#mega-menu>li.hovered p {
  font-weight: 500;
  color: var(--header-link-hover-color, #111);
}

#mega-menu>li>p {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100%;
  padding-left: 5rem;
  font-size: 1.4rem;
  color: var(--header-link-color, #71717a);
  font-weight: 500;
}

#mega-menu>li p:before {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  content: "";
}

#mega-menu>li:hover p:before {
  top: 9px;
}

#mega-menu>li>p {
  position: relative;
}

#mega-menu .second-level-wrapper {
  display: none;
  position: absolute;
  padding: 2rem 4rem 20rem 4rem;
  margin: 0;
  right: -60vw;
  width: 60vw;
  top: 0;
  background-color: #fff;
  height: 100%;
  overflow: auto;
}

#mega-menu .second-level {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0;
  margin: 4rem 0 0 0;
}

#mega-menu .second-level>li {
  padding: 0 !important;
  margin: 0 !important;
  width: calc(25% - 1.5rem)
}

#mega-menu .second-level-wrapper>h4 {
  font-family: Jost, "sans-serif";
  text-transform: none;
  margin: 2rem 0 0 0;
  padding: 1rem 0 1rem 5.5rem;
  background-position: 0 0rem !important;
  background-size: 4.5rem 4.5rem !important;
}

#mega-menu .second-level-wrapper>h4 a {
  font-size: 1.2rem;
  margin: 0 0 0 1rem;
}

#mega-menu .second-level h4 {
  font-family: Jost, "sans-serif";
  font-size: 1.6rem !important;
  color: var(--header-link-color, #71717a);
  text-transform: none;
}

#mega-menu .second-level h4:hover {
  color: var(--header-link-hover-color, #111);
}

#mega-menu .third-level {
  margin: 0;
  padding: 0;
  width: 100%;
}

#mega-menu .third-level a:not(.ver-mas) {
  font-size: 1.4rem;
  color: var(--header-link-color, #71717a);
}

#mega-menu .third-level a:not(.ver-mas):hover {
  color: var(--header-link-hover-color, #111);
  text-decoration: none;
}

#mega-menu .third-level .ver-mas {
  font-weight: 600;
  font-size: 1.3rem;
}

#mega-menu .mega-menu-btn {
  margin: 0 0 0 1rem;
  line-height: normal !important;
  height: min-content !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1.8rem;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

#mega-menu .mega-menu-btn:hover {
  border-radius: 30px;
  background-color: var(--azul);
  transition: background-color 0.3s ease;
}

#mega-menu .mega-menu-btn.menu-on {
  border-radius: 30px;
  padding: 0.5rem 1.8rem;
  background-color: var(--azul);
}

#mega-menu .mega-menu-btn span {
  height: 25px;
  display: flex;
  align-items: center;
  padding-top: 1px;
}

#mega-menu .mega-menu-btn.menu-on span,
#mega-menu .mega-menu-btn:hover span {
  color: #fff !important;
}

#mega-menu .mega-menu-btn span:last-child {
  color: var(--azul);
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  margin: -0.1rem 0 0 0;
}

#mega-menu .mega-menu-btn svg {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
}

#mega-menu .mega-menu-btn.menu-on span svg,
#mega-menu .mega-menu-btn:hover span svg {
  fill: #fff;
}

/*! stores page */

.auto-search-wrapper {
  position: absolute;
  margin-top: 10px;
  left: 53px;
  right: 15px;
  width: auto;
  z-index: 1000;
}

.auto-search-wrapper input {
  border: 2px solid #bbb;
  border-radius: 2px;
  font-size: 14px;
}

.auto-search-wrapper input:focus {
  border: 2px solid lightblue;
}

.auto-search-wrapper .auto-expanded,
.auto-results-wrapper {
  border: 2px solid #bbb;
}

#location-search {
  margin: 0
}

.locator-pin {
  position: absolute;
  right: 9px;
  top: 11px;
}

.locator-pin svg {
  height: 20px;
  color: #666
}

.locator-pin:hover svg {
  color: red
}

.auto-is-loading .locator-pin {
  display: none
}

.auto-is-loading:after {
  margin: 11px 0
}

.auto-results-wrapper li {
  padding: 10px;
  margin: 0;
  font-size: 13px;
}

.stores-map-container {
  position: relative;
  margin-bottom: 30px;
  height: 400px;
  width: 100%;
  z-index: 1;
}

.stores-locality-filter {
  width: 100%;
  margin-bottom: 20px;
}

.filtered .locality-stores-list {
  display: none;
}

.locality-stores-list.visible-locality {
  display: block;
}

.store-card {
  padding: 10px 20px 15px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  text-align: initial;
  box-shadow: 0px 5px 0px rgb(151, 132, 239);
  margin-bottom: 20px;
  list-style: none;
}

.store-card h3 {
  margin: 10px 0;
  cursor: pointer;
  font-weight: 500;
}

.store-card h3:hover {
  text-decoration: underline;
}

.store-card p {
  margin: 0;
  color: #777;
}

.store-card:hover {
  background-color: #f8f8fa;
}

.store-card.active {
  background: #ece8ff;
}

.btn-zoom {
  padding: 1px 5px;
  line-height: 12px;
  background-color: #fff;
  height: 27px;
}

.delivery-icon,
.shipping-icon,
.pickup-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  filter: invert(1);
}

.delivery-icon,
.shipping-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="%23333333" viewBox="0 0 256 256"><path d="M247.42,117l-14-35A15.93,15.93,0,0,0,218.58,72H184V64a8,8,0,0,0-8-8H24A16,16,0,0,0,8,72V184a16,16,0,0,0,16,16H41a32,32,0,0,0,62,0h50a32,32,0,0,0,62,0h17a16,16,0,0,0,16-16V120A7.94,7.94,0,0,0,247.42,117ZM184,88h34.58l9.6,24H184ZM24,72H168v64H24ZM72,208a16,16,0,1,1,16-16A16,16,0,0,1,72,208Zm81-24H103a32,32,0,0,0-62,0H24V152H168v12.31A32.11,32.11,0,0,0,153,184Zm31,24a16,16,0,1,1,16-16A16,16,0,0,1,184,208Zm48-24H215a32.06,32.06,0,0,0-31-24V128h48Z"></path></svg>');
}

.pickup-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="%23333333" viewBox="0 0 256 256"><path d="M232,96a7.89,7.89,0,0,0-.3-2.2L217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.31,93.8A7.89,7.89,0,0,0,24,96v16a40,40,0,0,0,16,32v64a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V144a40,40,0,0,0,16-32ZM54,48H202l11.42,40H42.61Zm50,56h48v8a24,24,0,0,1-48,0Zm-16,0v8a24,24,0,0,1-48,0v-8ZM200,208H56V151.2a40.57,40.57,0,0,0,8,.8,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.57,40.57,0,0,0,8-.8Zm-8-72a24,24,0,0,1-24-24v-8h48v8A24,24,0,0,1,192,136Z"></path></svg>');
}

.white.delivery-icon,
.white.shipping-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="%23ffffff" viewBox="0 0 256 256"><path d="M247.42,117l-14-35A15.93,15.93,0,0,0,218.58,72H184V64a8,8,0,0,0-8-8H24A16,16,0,0,0,8,72V184a16,16,0,0,0,16,16H41a32,32,0,0,0,62,0h50a32,32,0,0,0,62,0h17a16,16,0,0,0,16-16V120A7.94,7.94,0,0,0,247.42,117ZM184,88h34.58l9.6,24H184ZM24,72H168v64H24ZM72,208a16,16,0,1,1,16-16A16,16,0,0,1,72,208Zm81-24H103a32,32,0,0,0-62,0H24V152H168v12.31A32.11,32.11,0,0,0,153,184Zm31,24a16,16,0,1,1,16-16A16,16,0,0,1,184,208Zm48-24H215a32.06,32.06,0,0,0-31-24V128h48Z"></path></svg>');
}

.white.pickup-icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="%23ffffff" viewBox="0 0 256 256"><path d="M232,96a7.89,7.89,0,0,0-.3-2.2L217.35,43.6A16.07,16.07,0,0,0,202,32H54A16.07,16.07,0,0,0,38.65,43.6L24.31,93.8A7.89,7.89,0,0,0,24,96v16a40,40,0,0,0,16,32v64a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V144a40,40,0,0,0,16-32ZM54,48H202l11.42,40H42.61Zm50,56h48v8a24,24,0,0,1-48,0Zm-16,0v8a24,24,0,0,1-48,0v-8ZM200,208H56V151.2a40.57,40.57,0,0,0,8,.8,40,40,0,0,0,32-16,40,40,0,0,0,64,0,40,40,0,0,0,32,16,40.57,40.57,0,0,0,8-.8Zm-8-72a24,24,0,0,1-24-24v-8h48v8A24,24,0,0,1,192,136Z"></path></svg>');
}

.google-maps-link {
  background: #fff 9px center no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map"><polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line></svg>');
  display: inline-block;
  padding: 10px 10px 9px 40px;
  font-size: 12px;
  font-weight: bold;
  border: solid 2px #333;
  margin: 15px 0 5px;
  border-radius: 35px;
}

.google-maps-link:hover {
  color: lightseagreen;
  border-color: lightseagreen;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="lightseagreen" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map"><polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line></svg>');
}

@media (min-width: 600px) {
  .stores-layout-bottom .stores-list {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    justify-content: flex-start;
  }

  .stores-layout-bottom .store-card {
    width: 31%;
    margin-bottom: 2%;
    margin-right: 2%;
  }

  .stores-layout-right .stores-map-container {
    float: left;
    width: 50%;
    height: 500px;
  }

  .stores-layout-right .stores-list {
    float: right;
    width: 48%;
    margin-left: 2%;
  }

  .stores-layout-left .stores-map-container {
    float: right;
    width: 50%;
    height: 500px;
  }

  .stores-layout-left .stores-list {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .stores-layout-left .auto-search-wrapper {
    right: 15px
  }
}

/*! track order */

.order-track-form {
  width: 60%;
  margin: 70px auto 30px auto;
}

.track-order form .error-message {
  color: #CA6664;
  font-size: 14px;
}

.none-status-container {
  width: 50%;
  min-width: 680px;
  margin: 0 auto 40px auto;
  padding: 15px 15px 15px 15px;
  background-color: #f6f8f9;
}

.none-status-container p {
  font-weight: bold;
}

.none-status-container li {
  list-style: disc;
  margin-left: 20px;
}

.search-order-container {
  display: flex;
  width: 100%;
  align-content: center;
  border: 1px solid #D1D1D1;
  padding: 0;
}

.search-order-container input {
  margin: 0;
  border: none !important;
}

.search-order-container button {
  font-size: 27px;
  border: none !important;
}

.status-timeline {
  display: grid;
  grid-template-columns: 170px;
  grid-template-rows: 130px;
  grid-auto-flow: column;
  grid-auto-columns: 170px;
  justify-content: center;
  grid-gap: 5px;
}

.status-timeline .status-item:nth-child(n + 2)::after {
  content: " ";
  position: absolute;
  width: 95px;
  border-bottom: 1px solid #ccc;
  bottom: 82px;
  right: 125px;
}

.status-item .icon-container {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 8px auto;
}

.status-timeline .status-item.completed::after {
  border-bottom: 1px solid black;
}

.status-item.completed .icon-container {
  background: black;
  border: 1px solid black;
}

.status-item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-item .icon img  {
  max-width: 100%;
  max-height: 100%;
}
.shipment-data-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.tracking-timeline {
  display: flex;
  width: 40%;
  flex-wrap: wrap;
  margin-left: 120px;
}

.tracking-event-description,
.tracking-time,
.status-timeline .status-description {
  font-size: 12px;
}

.status-timeline .status-description {
  text-align: center;
}

.tracking-event,
.status-timeline .status-item {
  position: relative;
  list-style: none;
}

.tracking-event {
  display: flex;
  height: 65px;
  align-items: center;
}

.tracking-event .tracking-icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #cccccc;
}

.tracking-event::after {
  content: " ";
  position: absolute;
  height: 47px;
  border-right: 1px solid #cccccc;
  top: 45px;
  left: 12px;
}

.tracking-event:last-child::after {
  border: none;
  content: "";
  width: 0;
}

.tracking-event.active .tracking-icon {
  background-image: url("https://envios.bootic.app/img/on-delivery.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tracking-event-body {
  display: flex;
  align-items: center;
  margin-left: 20px;
  flex-wrap: wrap;
}

.tracking-event-body div {
  width: 100%;
}

.shipment-data {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  padding-right: 45px;
  border-right: 1px solid #cccccc;
  margin: 20px 0 30px 0;
}

.shipment-data .item {
  display: flex;
  width: 100%;
  padding: 20px 0 20px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  align-items: center;
}

.shipment-data .item h3, .shipment-data .item span {
  width: 100%;
}

.shipment-data .item:last-child {
  border-bottom: none;
}

.courier-data .package-img {
  width: 68px;
  margin-right: 13px;
}

@media (max-width: 860px) {
  .shipment-data {
    width: 50%;
    padding-right: 15px;
  }
  .shipment-data-container {
    flex-wrap: nowrap;
  }
  .status-timeline {
    padding-top: 25px;
    grid-template-columns: 20%;
    grid-auto-columns: 20%;
  }
  .tracking-timeline {
    width: 100%;
    margin-left: 10%;
  }
  .status-timeline .status-item:nth-child(n+2)::after {
    right: 100%;
    width: 10%
  }
}

@media (max-width: 480px) {
  .status-timeline {
    grid-template-columns: 20%;
    grid-auto-columns: 19%;
    grid-gap: 1%;
    grid-template-rows: 100px;
  }

  .status-item .icon-container {
    width: 50px;
    height: 50px;
  }
  .status-item .icon img {
    width: 25px;
    height: 25px;
    object-fit: contain
  }
  .status-timeline .status-item:nth-child(n+2)::after {
    right: 100%;
    width: 5px;
    bottom: 75%
  }
  .shipment-data-container {
    flex-direction: column-reverse;
  }
  .shipment-data .item {
    text-align: center;
    justify-content: center;
  }
  .status-timeline .status-description {
    font-size: 10px;
    margin: auto
  }
  .shipment-data {
    width: 100%;
    padding-right: 0;
    border-right: transparent;
  }
  .tracking-timeline {
    margin: auto;
    width: 100%;
  }
}

/*! animations */

.animate__shrink,
.animate__unshrink.pending {
  font-size: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;

  /* fade out, then shrink */
  transition: opacity .15s,
              font-size .3s .15s,
              margin .3s .15s,
              padding .3s .15s;
}

.animate__unshrink,
.animate__shrink.pending {
  /* unshrink, then fade in */
  transition: font-size .15s,
              margin .15s,
              padding .15s,
              opacity .3s .15s;
}

.animate__slideToggle.pending {
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden;

  /* fade out, then shrink */
  transition: opacity .15s,
              max-height .3s .15s;
}

.animate__slideToggle {
  max-height: 10em;
  /* unshrink, then fade in */
  transition: max-height .15s,
              opacity .3s .15s;
}

.animated-number.goUp {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.1s ease-in-out;
}

.animated-number.goDown {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.1s ease-in-out;
}

.animated-number.waitDown {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.animated-number.waitUp {
  display: inline-flex;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}

.animated-number.initial {
  display: inline-flex;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: 0.1s ease-in-out;
}

.animate__animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animate__shakeX {
  -webkit-animation-name:shakeX;
  animation-name:shakeX
}

.animate__shakeY {
  -webkit-animation-name:shakeY;
  animation-name:shakeY
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0)
  }
}

@keyframes shakeX {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(-5px,0,0);
    transform:translate3d(-5px,0,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(5px,0,0);
    transform:translate3d(5px,0,0)
  }
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform:translateZ(0);
     transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0)
  }
}

@keyframes shakeY {
  0%, to {
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  20%, 60% {
    -webkit-transform:translate3d(0,-5px,0);
    transform:translate3d(0,-5px,0)
  }
  40%, 80% {
    -webkit-transform:translate3d(0,5px,0);
    transform:translate3d(0,5px,0)
  }
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.delivery-setup-modal .form-controls button {
    color: white;
}

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

/* Hidden at the beginning */
.preload-hidden {
  opacity: 0;
  pointer-events: none;
}

/* Visible while loading */
.preload-visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease;
}

/* Hidden after loading */
.preload-visible.preload-done {
  opacity: 0;
  pointer-events: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;             /* Chrome, Safari and Opera */
}

select#sort-select {
  padding-left: 35px !important;
}

.bootic-modal {
  z-index: 100000000!important;
}

.bg-blur {
  background-color: #eeeeee75;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* Required for Safari */
}

user-menu-container {
  z-index: 1000;
}

/* remove margin */
.add-to-cart-component, .add-to-cart-component-container, .add_to_cart {
  width: 100%;
  margin: 0;
  min-height: 60px;
}

#product-images .siema-container > div {
  padding: 0;
}

#product-images .siema-container > div{
  height: 60vh;
}

.gallery-pagination {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
}

.gallery-bullet {
  width: 1.5rem;           /* equals w-6 */
  height: 0.25rem;         /* equals h-1 */    /* mx-0.5 */
  transition: opacity 0.3s ease; /* transition-opacity */
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 4px;
  margin: 0;
}

.main-gallery-section .gallery-bullet.active {
  background-color: var(--button-bg); /* bg-opacity-100 */
}

.gallery-bullet.active {
  background-color: var(--button-bg);
}

.gallery-bullet {
  background-color: #e5e7eb;
}

#product-images button.gallery-bullet {
  height: 75px;
  width: 75px;
  min-width: 75px;
  opacity: 0.7;
  transition: all 0.2s ease;
}

#product-images .gallery-container[data-thumbs="true"] .gallery-bullet.active {
  border: 1px solid black;
  height: 80px;
  width: 80px;
  min-width: 80px;
  opacity: 1;
  transition: all 0.1s ease;
}

/* still needed for main and galleries, and product */

/* .gallery-wrapper.ready {
    height: auto;
}

.gallery-wrapper.ready .skeleton-templates,
.gallery-wrapper .siema-container {
    opacity: 0;
    transition: opacity 1s ease 1s;
}

.gallery-wrapper .siema-container {
    opacity: 0;
    height: 0;
    pointer-events: none;
}

.gallery-wrapper.ready .siema-container {
    opacity: 1;
    transition: opacity 0.4s ease 0.5s;
    height: 100%!important;
    pointer-events: all;
} */

/* still needed for main and galleries, and product */


/* HACK: replace skeletons - more scalable and lightweight hack */

@media screen and (min-width: 768px) {
  .gallery-wrapper:not(.ready) .in-carousel.max-per-row-5 {
    width: calc(20% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.max-per-row-4 {
    width: calc(25% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.max-per-row-3 {
    width: calc(33% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.max-per-row-2 {
    width: calc(50% - 0.25rem);
  }

  /* Show only first N elements on large screens */
  .in-carousel.max-per-row-2:nth-child(-n+2),
  .in-carousel.max-per-row-3:nth-child(-n+3),
  .in-carousel.max-per-row-4:nth-child(-n+4),
  .in-carousel.max-per-row-5:nth-child(-n+5),
  .in-carousel.max-per-row-6:nth-child(-n+6) {
    display: inline-flex;
    width: 100%;
  }

  .in-carousel.max-per-row-1{
    width: 100%!important;
  }

  .main-gallery-section .gallery-wrapper:not(.ready) .siema-container{
    display: flex;
  }

  .main-gallery-section .gallery-wrapper:not(.ready) .relative.in-carousel{
    width: 100%!important;
  }
}

.in-carousel.hidden.max-per-row-1.min-per-row-1{
  display: flex!important;
}

.gallery-wrapper.ready .in-carousel{
  display: flex;
}

@media screen and (max-width: 767px) {

  .gallery-wrapper:not(.ready) .in-carousel.min-per-row-5 {
    width: calc(20% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.min-per-row-4 {
    width: calc(25% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.min-per-row-3 {
    width: calc(33% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.min-per-row-2 {
    width: calc(50% - 0.25rem);
  }

  .gallery-wrapper:not(.ready) .in-carousel.min-per-row-1 {
    width: 100%;
  }

  /* Show only first N elements on small screens */
  .section.main-gallery-section .in-carousel.hidden:first-child,
  .in-carousel.hidden.min-per-row-1:first-child,
  section:not(.main-gallery-section) .in-carousel.min-per-row-2:nth-child(-n+2),
  section:not(.main-gallery-section) .in-carousel.min-per-row-3:nth-child(-n+3),
  section:not(.main-gallery-section) .in-carousel.min-per-row-4:nth-child(-n+4),
  section:not(.main-gallery-section) .in-carousel.min-per-row-5:nth-child(-n+5) {
    display: inline-flex!important;
    width: 100%;
  }
}

/* now that prev and next buttons are not above the title like they were with swiper
   the absolute positioning in style.css is no longer necessary */
.align-titles-center .section-title {
  margin: auto;
  position: relative !important;
  left: auto !important;
  transform: none !important;
}

@media screen and (max-width: 768px) {
  a#logo img {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .delivery-setup-modal > div {
    width: 650px!important;
    margin-left: -350px !important;
  }
}

a.fave-icon {
  background-color: white;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.widget-promotions .promo-card {
  width: 100%;
}

/* prices - volume discount in pack mode */

span.bootic-price-with-completing-discount {
  display: flex;
  flex-direction: column-reverse;
}

#price-on-img span.bootic-price-with-completing-discount {
  align-items: flex-end;
}

#price-on-img span,
#price-on-img .bootic-price-comparison,
#price-on-img span.vol-discount-completing-price strong,
#price-on-img span.vol-discount-completing-price  {
  color: white;
}

#price-on-img .span.vol-discount-completing-price strong{
  font-weight: 400;
}

.product-meta .bootic-price-comparison,
.product-meta span.vol-discount-completing-price  {
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
}

span.vol-discount-completing-price strong {
  font-weight: 600;
  font-size: 16px;
}

#price-on-img .bootic-price-comparison  {
  font-size: 12px;
  line-height: 18px;
}

span.vol-discount-completing-price,
#price-on-img span.bootic-price-with-completing-discount span.bootic-price,
#price-on-img span.bootic-price span.price-from,
#price-on-img span.bootic-price span.price-from {
  font-size: 12px;
}

.product-meta strike.bootic-price-comparison,
.product-meta span.bootic-price-comparison-box:before {
  font-size: 0.75rem;
  color: #4d4d4d;
}

span.vol-discount-completing-price-container {
  font-size: 0!important;
  line-height: normal;
}

.with-vol-discount span.bootic-price-comparison-box {
  display: none;
}

.bootic-price-with-completing-discount span.bootic-price:before,
.product-item.has_price_comparison span.bootic-price-comparison-box:before{
  content: "Regular: ";
}

.product-item:not(.has_price_comparison) span.bootic-price-comparison-box:before {
  display: none;
}

.product-item.out_of_stock img {
  filter: opacity(0.3);
}

.bootic-price-with-completing-discount span.bootic-price:after {
  content: " c/u";
}

span.bootic-price-with-completing-discount span.bootic-price span.price-from{
  display: none;
}

#product-main span.vol-discount-completing-price strong {
  font-weight: 600;
  font-size: 1.875rem;
}

#product-main .bootic-price-with-completing-discount span.bootic-price,
#product-main span.bootic-price-comparison-box.shown,
#product-main strike.bootic-price-comparison,
#product-main span.bootic-price-comparison-box:before {
  font-size: 1.125rem;
}

#product-main .bootic-price-with-completing-discount span.bootic-price,
#product-main span.bootic-price-comparison-box.shown,
#product-main span.bootic-price-comparison-box:before {
  color: #475569;
}

/* product-item - prices vol discount */

.product-meta span.vol-discount-completing-price {
  font-size: 1rem;
  font-weight: 400;
}

.product-meta .bootic-price-with-completing-discount span.bootic-price {
  font-size: 0.75rem;
  color: #4d4d4d;
  line-height: 18px;
}

span.bootic-price-comparison-box {
  line-height: normal;
}

.bootic-price {
  letter-spacing: 0rem!important;
}

.volume-discount-notice.below {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 2px;
}

/* ==========================================================================
   carousel for products related to volume discounts
   ========================================================================== */

div#more-in-vol .product-prices.prices,
div#more-in-vol span.vol-discount-completing-price-container strong {
  font-size: 14px;
}

div#more-in-vol .bootic-price-with-completing-discount span.bootic-price{
  font-size: 10px;
  color: #b5b5b5;
}

.minimalist div#more-in-vol .bootic-price-with-completing-discount span.bootic-price{
  color: white;
}

div#more-in-vol .product-image {
  height: 170px;
  aspect-ratio: 1 / 1;
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */

.pagination .current,
.pagination .next_page:last-of-type {
  color: var(--header-bg-color, #111);
  border: none;
}

.pagination .previous_page:first-of-type {
  background: var(--header-bg-color, #111);
  color: var(--header-link-color, #71717a);
}

.pagination .previous_page.disabled, .pagination .next_page.disabled {
  display: none;
}

/* ==========================================================================
   compare
   ========================================================================== */

.compare_products.active {
  position: absolute;
  background-image: linear-gradient(180deg, hsl(var(--primary) / 0.3), hsl(var(--primary) / 0));
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 11;
}

.list-view .compare_products.active {
  background: linear-gradient(130deg, hsl(var(--primary) / 0.3), hsl(var(--primary) / 0));
}

.compare_products label.choose-product {
  background: white;
  left: inherit;
  top: inherit;
  bottom: inherit;
  position: inherit;
}

label.choose-product {
  display: none;
}

.compare-button {
  border: none;
  padding: 0;
}

/* ==========================================================================
   product modal
   ========================================================================== */

.widget-promotions-container h3 {
  line-height: 1.5rem;
}

.matching-products .product-in-modal {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-height: none;
  height: auto;
  gap: 16px;
}

.matching-products .product-in-modal-image {
  max-height: none;
  width: 50%;
  height: auto;
  max-width: none;
}

.matching-products .product-in-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.matching-products .product-in-modal-main{
  margin-left: unset!important;
  width: 50%;
  justify-content: space-between;
  padding: 0.5rem;
}

.matching-products .product-in-modal .product-in-modal-main-top,
.matching-products .product-in-modal .product-in-modal-main-bottom {
  margin: 0;
}

a.product-in-modal-vendor-link {
  display: block;
  font-size: 12px;
}

.product-in-modal-name-and-price span.bootic-price-with-completing-discount {
  font-size: 12px;
}

.matching-products .product-in-modal-main-bottom .volume-discount-notice.below {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.matching-products .product-in-modal .product-in-modal-status {
  display: none;
}

html{scroll-behavior:smooth !important}#wrapper{min-height:50dvh}.force-hidden{display:none !important}body.notice-shown{padding-top:0 !important}body.no-scroll{overflow:hidden}#bootic_top_notice{position:absolute;top:0;height:42px;width:100%;background:lightblue;padding:8px;text-align:center;display:none !important}.bootic-price{letter-spacing:-0.06rem}.bootic_row{margin:0 0 20px 0}.bootic_row label,.bootic-modal.user-login form label{display:block;width:100%;line-height:1;font-weight:500;font-size:0.875rem;margin:10px 0}.bootic-modal>div{width:500px;margin-left:-250px}.bootic-notify-restocked-form .bootic_row input{padding:0.5rem 0.75rem}.bootic-notify-restocked-form h2{margin-bottom:0.5rem}.controls button,.delivery-setup-modal .form-controls button,.bootic_button,.more-results,.pagination .previous_page,.pagination .next_page{font-weight:500;font-size:0.875rem;line-height:1.25rem;width:fit-content;min-width:120px;padding:0.5rem 1rem;border-radius:calc(var(--radius) - 2px);background-color:var(--button-bg, #000)}.password-field{position:relative}.toggle-password{position:absolute;right:10px;top:27px;cursor:pointer;box-shadow:none;background:none;border:none;padding:5px;font-size:13px;line-height:1}.toggle-password svg{height:16px;display:none}.toggle-password.closed svg.open-eye,.toggle-password.open svg.closed-eye{display:inline}.section-title,#comparison-page h2{margin:0 0 0 0.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:500}.section-title a{color:var(--button-bg, #000)}.align-titles-center .section-title{position:absolute;left:50%;transform:translate(-50%, 0);text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;min-width:fit-content}.align-titles-center .section-title-wrapper .section-title{position:relative;left:unset;transform:unset}.align-titles-center .swiper-controls{margin-left:auto}.align-titles-center .section-title-wrapper{position:absolute;left:50%;transform:translate(-50%, 0);text-align:center;max-width:100%}.align-titles-right .section-title,.align-titles-right .section-title-wrapper{order:2;margin-left:auto;text-align:right}.align-titles-right .swiper-controls{order:1}.align-titles-center .product-comparison-section h2{position:relative;text-align:center}@media screen and (max-width: 640px){.align-titles-center .section-title,.align-titles-center .section-title-wrapper{position:unset;left:unset;transform:unset;text-align:unset;text-overflow:unset;overflow:unset;white-space:unset;margin-left:0}}input,select{display:flex;height:2.5rem;width:100%;border-radius:0.375rem;padding:0.5rem 0.75rem;font-size:0.875rem !important;line-height:1.25rem;color:var(--muted-foreground) !important;background-color:var(--background);border-color:var(--input);border-width:1px}input[type=checkbox],.delivery-setup-modal input{height:unset;padding:unset;width:unset;display:unset}select{padding:0.5rem 0.75rem !important;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg, transparent 50%, gray 50%),linear-gradient(135deg, gray 50%, transparent 50%),linear-gradient(to right, #ccc, #ccc);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;background-size:5px 5px, 5px 5px, 1px 1.5em;background-repeat:no-repeat}table{width:100%;border-collapse:collapse;margin-top:1rem;font-family:'Inter', sans-serif}thead th{text-align:left;padding:0.75rem 1rem;background-color:#F8FAFC;color:#1E293B;font-size:0.875rem;font-weight:600;border-bottom:2px solid #E2E8F0}tbody td{text-align:left;padding:0.75rem 1rem;font-size:0.875rem;color:#475569;border-bottom:1px solid #E2E8F0}tbody tr:nth-child(even){background-color:#F1F5F9}tbody tr:hover{background-color:#E2E8F0}.product-control-dropdown.hide{display:none}/*! hide inputs placeholder on focus */::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}:-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}::-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}:-ms-input-placeholder{opacity:1;-ms-transition:opacity .5s;transition:opacity .5s}::placeholder{opacity:1;transition:opacity .5s}*:focus::-webkit-input-placeholder{opacity:0}*:focus:-moz-placeholder{opacity:0}*:focus::-moz-placeholder{opacity:0}*:focus:-ms-input-placeholder{opacity:0}*:focus::placeholder{opacity:0}

/*! favorites */.fave-icon{position:absolute;top:0.5rem;right:0.5rem;z-index:2;width:20px;height:20px;display:block;background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9694 22C12.5756 22 12.9181 21.4709 13.8945 20.435C15.115 19.1402 16.2918 17.9336 17.1462 17.0272C19.6691 14.3511 20.661 13.3356 21.3649 12.5433C23.2357 10.4378 23.4784 7.51229 22.2097 5.29142C20.6101 2.49159 18.2247 2 16.9421 2C15.6594 2 14.7421 2.49159 13.1221 3.75703L11.9989 4.8084L10.9063 3.75703C9.1489 2.25488 7.87646 2 7.05939 2C6.37842 2 3.5339 2.00043 1.70086 5.29142C0.363371 7.6927 1.0623 10.6507 2.76628 12.5433C3.07139 12.8822 4.32884 14.1998 6.51094 16.572C7.3895 17.5272 8.63263 18.8407 9.54781 19.8382C10.0663 20.4034 11.3631 22 11.9694 22Z' stroke='LightGray' stroke-width='1.5'/%3E%3C/svg%3E")}.fave-icon:hover,.fave-icon.active{background-image:url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9694 22C12.5756 22 12.9181 21.4709 13.8945 20.435C15.115 19.1402 16.2918 17.9336 17.1462 17.0272C19.6691 14.3511 20.661 13.3356 21.3649 12.5433C23.2357 10.4378 23.4784 7.51229 22.2097 5.29142C20.6101 2.49159 18.2247 2 16.9421 2C15.6594 2 14.7421 2.49159 13.1221 3.75703L11.9989 4.8084L10.9063 3.75703C9.1489 2.25488 7.87646 2 7.05939 2C6.37842 2 3.5339 2.00043 1.70086 5.29142C0.363371 7.6927 1.0623 10.6507 2.76628 12.5433C3.07139 12.8822 4.32884 14.1998 6.51094 16.572C7.3895 17.5272 8.63263 18.8407 9.54781 19.8382C10.0663 20.4034 11.3631 22 11.9694 22Z' stroke='Crimson' fill='Crimson' stroke-width='1.5'/%3E%3C/svg%3E")}/*! livesearch */#live-search-modal{position:absolute;opacity:0;top:0;padding:1rem 0 0 0;z-index:-1}#live-search-modal.active{top:1rem;z-index:11;width:100dvw;background-color:transparent;opacity:1;transition:opacity 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9),top 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9)}body:has(header.sticky) #live-search-modal.active{position:fixed;top:160px}body:has(header.sticky.is-stuck) #live-search-modal.active{top:120px}@media screen and (max-width: 640px){body:has(header.sticky) #live-search-modal.active{top:190px}body:has(header.sticky.is-stuck) #live-search-modal.active{top:100px}}#live-search-modal #search-form{max-width:80dvw;width:0;margin:0 auto;transition:width 0.5s cubic-bezier(0.7, 0.16, 0.2, 0.9) 0.1s}#live-search-modal.active #search-form{max-width:80dvw;width:100%;margin:0 auto}#live-search-modal #live-search-form-wrapper{max-width:82dvw;margin:0 auto;background-color:#f9fafb;border-radius:12px;border:1px solid #eee8e8;padding:1rem 0;width:0;transition:width 0.3s cubic-bezier(0.7, 0.16, 0.2, 0.9) 0.1s}#live-search-modal.active #live-search-form-wrapper{width:100%}#live-search-modal #search-input{border:1px solid #bdbdbd;padding:0.5rem 1rem;border-radius:8px}#live-search-form-wrapper #search-input:focus-visible{outline:2px solid #222}.livesearch-autocomplete{position:absolute;color:#999;width:100%}.livesearch-suggestions{display:none;border:1px solid #ccc;position:relative;background:#fff;border-radius:8px;margin:1rem 0 0 0;max-height:60dvh;overflow:scroll}.livesearch-result{color:#000;font-size:13px;padding:0 11px;border-bottom:1px solid #eee;white-space:nowrap}.livesearch-result .show-results-page{padding:10px 0;display:block}.livesearch-result:last-child{border:none}.livesearch-result:hover{border-color:#eee;background:#f3f0ef;color:#000;cursor:pointer}.livesearch-result.selected{background:#333;color:#fff}#nav .livesearch-result a:link{color:#111;text-decoration:none}#nav .livesearch-result .livesearch-item-add:link{color:#fff}#nav .livesearch-result:hover .livesearch-item-title,#nav .livesearch-result:hover .show-results-page{color:#000}.livesearch-result img,.menu-item-image img{max-width:42px;float:left;margin:10px 10px 10px 0}.livesearch-item-info,.menu-item-info{display:block;padding:9px 0;line-height:22px}.livesearch-item-title{display:block;overflow:hidden;text-overflow:ellipsis}.livesearch-item-title b,.livesearch-item-desc b{background-color:transparent;color:#000}.livesearch-item-price{margin-right:8px;color:#111;font-weight:500}.livesearch-item-sku{background:#eee;padding:2px 4px;font-family:monospace;font-size:11px;border-radius:3px;color:#666}.livesearch-item-desc{color:#999}.images-true .livesearch-item-desc{display:block}.livesearch-item-add,.menu-item-add{display:flex;justify-content:center;align-items:center;text-align:center;background:none;box-sizing:border-box;border:1px solid var(--button-bg, #000);float:right;height:28px;font-size:11px;letter-spacing:0;font-weight:500;margin:6px 2px 0 10px;border-radius:3px;color:#fff;background-color:var(--button-bg, #000)}.images-true .livesearch-item-add,.images-true .menu-item-add{height:32px;line-height:32px;margin:15px 2px 0 10px;padding:0 14px}.livesearch-item-add:hover,.menu-item-add:hover{background-color:var(--button-bg, #000);border-color:var(--button-bg, #000);color:#fff}@media screen and (max-width: 600px){#live-search-modal #live-search-form-wrapper{max-width:95%}#live-search-modal.active #search-form{max-width:96%}}/*! promo widget */.widget-promotions-container h3{font-size:1.2rem;line-height:2.25rem;font-weight:700;letter-spacing:-0.025em;color:#111827;margin:0 0 0.5rem}.widget-promotions .promo-desc-container p.promo-name{color:#222;font-size:1rem;margin:0 0 0.5rem 0;font-weight:600}.widget-promotions .promo-group{margin-bottom:15px}.widget-promotions .promo-card{align-items:center;justify-content:flex-start;padding:14px 18px 16px;border:1px solid #e5e5e5;border-radius:6px;min-height:80px;margin-bottom:1rem;display:flex}.widget-promotions .promo-desc-container{border-left:1px solid #e5e5e5;color:#374151;padding:0 0 0 2rem;font-weight:500}.widget-promotions .promo-desc-container p.promo-desc{font-size:0.8rem}.widget-promotions .promo-desc-container p.promo-desc a{text-decoration:underline}.widget-promotions .promo-desc-container p.promo-conditions{margin-top:1rem;font-size:0.7rem;border-top:1px dotted #e0e0e0;padding-top:1rem}.widget-promotions span.promo-discount{display:flex;align-items:center;justify-content:center;padding:0 1rem 0 0;flex-shrink:0;min-width:4rem}/*! infobar widget */.infobar-social{margin:0 !important}.infobar-container{max-width:1280px !important;padding:0 10px !important}.infobar-icon i{background-color:var(--infobar-social-media, #fff);background-image:unset !important}.infobar .infobar-link{color:var(--infobar-links, #fff);font-weight:400;transition:text-shadow 0.2s}.infobar a:hover{text-shadow:0 0 1px currentColor}i.icon-twitter{mask:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.799" height="16" width="16" stroke="currentColor" fill="currentColor"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"/></svg>') center/16px 16px no-repeat}i.icon-facebook{mask:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 512 512" height="18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>') center/18px 18px no-repeat}i.icon-instagram{mask:url('data:image/svg+xml,<svg stroke="white" fill="white" stroke-width="0" viewBox="0 0 448 512" height="19" width="19" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>') center/19px 19px no-repeat}i.icon-youtube{mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E %3Csvg fill='%23000000' width='17' height='17' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='M23,9.71a8.5,8.5,0,0,0-.91-4.13,2.92,2.92,0,0,0-1.72-1A78.36,78.36,0,0,0,12,4.27a78.45,78.45,0,0,0-8.34.3,2.87,2.87,0,0,0-1.46.74c-.9.83-1,2.25-1.1,3.45a48.29,48.29,0,0,0,0,6.48,9.55,9.55,0,0,0,.3,2,3.14,3.14,0,0,0,.71,1.36,2.86,2.86,0,0,0,1.49.78,45.18,45.18,0,0,0,6.5.33c3.5.05,6.57,0,10.2-.28a2.88,2.88,0,0,0,1.53-.78,2.49,2.49,0,0,0,.61-1,10.58,10.58,0,0,0,.52-3.4C23,13.69,23,10.31,23,9.71ZM9.74,14.85V8.66l5.92,3.11C14,12.69,11.81,13.73,9.74,14.85Z'/%3E%3C/svg%3E") center/22px 22px no-repeat}i.icon-whatsapp{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 510 512.459' height='17' width='17'%3E%3Cpath stroke='currentColor' fill='currentColor' d='M435.689 74.468C387.754 26.471 324 .025 256.071 0 116.098 0 2.18 113.906 2.131 253.916c-.024 44.758 11.677 88.445 33.898 126.946L0 512.459l134.617-35.311c37.087 20.238 78.85 30.891 121.345 30.903h.109c139.949 0 253.88-113.917 253.928-253.928.024-67.855-26.361-131.645-74.31-179.643v-.012zm-179.618 390.7h-.085c-37.868-.011-75.016-10.192-107.428-29.417l-7.707-4.577-79.886 20.953 21.32-77.889-5.017-7.987c-21.125-33.605-32.29-72.447-32.266-112.322.049-116.366 94.729-211.046 211.155-211.046 56.373.025 109.364 22.003 149.214 61.903 39.853 39.888 61.781 92.927 61.757 149.313-.05 116.377-94.728 211.058-211.057 211.058v.011zm115.768-158.067c-6.344-3.178-37.537-18.52-43.358-20.639-5.82-2.119-10.044-3.177-14.27 3.178-4.225 6.357-16.388 20.651-20.09 24.875-3.702 4.238-7.403 4.762-13.747 1.583-6.343-3.178-26.787-9.874-51.029-31.487-18.86-16.827-31.597-37.598-35.297-43.955-3.702-6.355-.39-9.789 2.775-12.943 2.849-2.848 6.344-7.414 9.522-11.116s4.225-6.355 6.343-10.581c2.12-4.238 1.06-7.937-.522-11.117-1.584-3.177-14.271-34.409-19.568-47.108-5.151-12.37-10.385-10.69-14.269-10.897-3.703-.183-7.927-.219-12.164-.219s-11.105 1.582-16.925 7.939c-5.82 6.354-22.209 21.709-22.209 52.927 0 31.22 22.733 61.405 25.911 65.642 3.177 4.237 44.745 68.318 108.389 95.812 15.135 6.538 26.957 10.446 36.175 13.368 15.196 4.834 29.027 4.153 39.96 2.52 12.19-1.825 37.54-15.353 42.824-30.172 5.283-14.818 5.283-27.529 3.701-30.172-1.582-2.641-5.819-4.237-12.163-7.414l.011-.024z'/%3E%3C/svg%3E") center/17px 17px no-repeat}.bootic-ticker{width:100%;padding:0 15px;height:42px;overflow:hidden;position:relative;color:var(--infobar-news-ticker)}.bootic-ticker li{position:absolute;width:100%;margin:0;top:0px;line-height:42px;list-style:none;font-size:14px;text-align:center}.bootic-ticker:hover li{animation-play-state:paused !important}@keyframes ticker-5{0%{opacity:0;transform:translateY(100%)}1%,20%{opacity:1;transform:translateY(0%)}21%,100%{opacity:0;transform:translateY(-100%)}}@keyframes ticker-4{0%{opacity:0;transform:translateY(100%)}1.25%,25%{opacity:1;transform:translateY(0%)}26.25%,100%{opacity:0;transform:translateY(-100%)}}@keyframes ticker-3{0%{opacity:0;transform:translateY(100%)}1.666%,33%{opacity:1;transform:translateY(0%)}34.666%,100%{opacity:0;transform:translateY(-100%)}}@keyframes ticker-2{0%{opacity:0;transform:translateY(100%)}2.5%,50%{opacity:1;transform:translateY(0%)}52.5%,100%{opacity:0;transform:translateY(-100%)}}@media screen and (max-width: 640px){.infobar-social,.infobar-link{display:none !important}}/*! notifications widget */.push-notification-message{margin:0 0 14px 0 !important;font-size:15px;font-weight:500}

.close-sidebar{color:black}#contact-us a:hover{color:white !important}.pagination .previous_page.disabled,.pagination .next_page.disabled,.pagination .previous_page:first-of-type,.pagination .next_page:last-of-type{background-color:#ffffff;color:black;border:1px solid #dbdbdb}#mobile-menu a,#mobile-menu span,#mobile-menu-wrapper .social-icons a{color:black}h3.footer-menu-title{text-transform:uppercase}@media screen and (max-width: 768px){a#logo img{width:4.5rem}}
