nav.breadcrumbs ul {
  padding: 0;
}
nav.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  padding: 4px;
}
nav.breadcrumbs ul li:first-of-type {
  padding-left: 0;
}
nav.breadcrumbs ul li a {
  font-size: 12px;
  text-transform: capitalize;
}
nav.breadcrumbs ul li:nth-of-type(n+2):before {
  content: "/";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 26px;
  /* Styles Label */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background + show checkmark */
}
.custom-checkbox p {
  font-size: 13px;
  width: 100%;
  margin: 0;
}
.custom-checkbox p a {
  font-size: inherit;
  text-decoration: underline;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: solid 1px var(--text-primary-color);
  /* Create the checkmark/indicator (hidden when not checked) */
}
.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -59%) rotate(40deg);
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: var(--text-primary-color);
}
.custom-checkbox:hover input ~ .checkmark::after {
  display: block;
}
.custom-checkbox input:checked ~ .checkmark {
  border-color: #e61e3c;
  background-color: #e61e3c;
}
.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.search-bar-qf {
  position: relative;
  width: clamp(125px, 100%, 145px);
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 21px;
}
.search-bar-qf input[type=text] {
  color: var(--text-primary-color);
  font-weight: regular;
  height: 36px;
  position: relative;
  background: #F5F5F5;
  border-radius: 21px;
  border: none;
  outline: none;
  padding: 10px 40px 10px 20px;
  width: 100%;
}
.search-bar-qf input[type=text]::-moz-placeholder {
  font-weight: regular;
}
.search-bar-qf input[type=text]::placeholder {
  font-weight: regular;
}
.search-bar-qf .submit-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
}
.search-bar-qf .submit-group label {
  width: 40px;
  height: 36px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}
.search-bar-qf .submit-group label svg {
  width: 21px;
  height: 21px;
}
.search-bar-qf .submit-group label svg path {
  fill: var(--text-primary-color);
}
.search-bar-qf .submit-group label input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  display: none;
}

.custom-search-qf-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  max-width: 750px;
}
.custom-search-qf-section .wrapper p {
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: bolder;
}
.custom-search-qf-section .wrapper .search-bar-qf input {
  color: rgba(0, 0, 0, 0.65);
  padding-right: 50px;
}
.custom-search-qf-section .wrapper .search-bar-qf input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.custom-search-qf-section .wrapper .search-bar-qf input::placeholder {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 500;
}
.custom-search-qf-section .wrapper .search-bar-qf .submit-group label svg path {
  fill: #10573b;
}

.button-wishlist {
  padding: unset;
  background-color: unset;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.button-wishlist:hover {
  background-color: unset;
}
.button-wishlist svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
}
.button-wishlist svg path {
  fill: rgba(255, 255, 255, 0.2);
  stroke: #e61e3c;
}
.button-wishlist.active-wishlist svg path {
  fill: #e61e3c;
  stroke: #e61e3c;
}

.lightbox-trigger {
  padding: 12px;
}
.lightbox-trigger svg {
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
}
.lightbox-trigger svg path {
  fill: white;
}

.predictive-search-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  z-index: 999999;
  display: flex;
  top: 160px;
  display: none;
  opacity: 0;
}
.predictive-search-container.active {
  display: flex;
  opacity: 1;
}
.predictive-search-container .predictive-search-modal {
  position: relative;
  transform: translateY(-160px);
  margin: auto;
  background: white;
  min-height: 100px;
  width: clamp(320px, 90vw, 1300px);
  border-radius: 12px;
  box-shadow: 0px 6px 21px 5px rgba(0, 0, 0, 0.38);
}
.predictive-search-container .predictive-search-modal .inner {
  width: 100%;
  height: 100%;
  min-height: 432px;
  padding: 30px;
  max-height: calc(90vh - 160px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.predictive-search-container .predictive-search-modal .inner::-webkit-scrollbar {
  display: none;
}
.predictive-search-container .predictive-search-modal .inner .main-search {
  margin: 30px;
}
.predictive-search-container .predictive-search-modal .inner .main-search .page-width {
  padding: 0;
}
.predictive-search-container .predictive-search-modal .inner .main-search .page-width .result_amount {
  margin-bottom: 30px;
}
.predictive-search-container .predictive-search-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  z-index: 99;
  transition: all 0.3s;
}
.predictive-search-container .predictive-search-modal .close svg {
  width: 100%;
  height: 100%;
  margin: auto;
}
.predictive-search-container .predictive-search-modal .close:hover {
  rotate: 180deg;
}
.predictive-search-container .predictive-search-results {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.predictive-search-container .predictive-search-results .resource-header,
.predictive-search-container .predictive-search-results .resource-results {
  width: 100%;
}
.predictive-search-container .predictive-search-results .resource-header p,
.predictive-search-container .predictive-search-results .resource-results p {
  margin: 0;
}
.predictive-search-container .predictive-search-results .resource-header {
  border-bottom: solid 1px #ddd;
  padding: 15px 0px;
  margin-bottom: 5px;
}
.predictive-search-container .predictive-search-results .resource-header p {
  font-weight: bold;
  text-transform: capitalize;
  padding: 0 40px;
}
.predictive-search-container .predictive-search-results .resource-results {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.predictive-search-container .predictive-search-results .resource-results .resource-result {
  width: 100%;
  padding: 5px 5px 5px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.predictive-search-container .predictive-search-results .resource-results .resource-result:hover {
  background: rgb(241, 241, 241);
}
.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-title {
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px 0px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-url {
  white-space: nowrap;
  font-size: 12px;
  color: #707070;
}
@media (max-width: 1024px) {
  .predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-url {
    display: none;
  }
}
.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-image {
  width: 30px;
  height: 30px;
  background: white;
  margin: 0 0 0 auto;
  display: none;
}
.predictive-search-container .predictive-search-results .resource-results .resource-result .resource-result-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quick-view-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 130px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 99;
}
.quick-view-container.active {
  display: flex;
  opacity: 1;
}
.quick-view-container .quick-view-modal {
  position: relative;
  width: clamp(320px, 90vw, 1024px);
  background-color: white;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.18);
  margin: auto;
  transform: translateY(-130px);
  box-sizing: border-box;
  padding: 15px 15px 15px 0;
}
@media only screen and (max-width: 767.98px) {
  .quick-view-container .quick-view-modal {
    padding: 0 0 20px;
  }
}
.quick-view-container .quick-view-modal .inner {
  width: 100%;
  height: 100%;
  max-height: calc(90vh - 130px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.quick-view-container .quick-view-modal .inner::-webkit-scrollbar {
  display: none;
}
.quick-view-container .quick-view-modal .inner .page-width {
  padding: 0;
}
.quick-view-container .quick-view-modal .inner .breadcrumbs, .quick-view-container .quick-view-modal .inner .mobile-breadcrumbs {
  display: none;
}
.quick-view-container .quick-view-modal .inner .main-product {
  margin-bottom: 0;
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .desktop-breadcrumbs,
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .breadcrumbs-snippet,
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .brand-logo,
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .lightbox-trigger,
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .button-wishlist {
  display: none !important;
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .gallery .gallery-container {
  top: 0 !important;
}
@media only screen and (max-width: 767.98px) {
  .quick-view-container .quick-view-modal .inner .main-product #main-product-container .gallery .gallery-container {
    margin: 0 !important;
  }
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .gallery .gallery-container .thumb-gallery {
  padding: 0 10px;
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container .gallery .gallery-container .thumb-gallery .thumb-swiper {
  position: absolute;
  opacity: 0;
  height: 10vh;
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container #main-product .product-information {
  padding: 0 10px 30px;
}
.quick-view-container .quick-view-modal .inner .main-product #main-product-container #main-product .product-information .pdp-blocks {
  display: none;
}
.quick-view-container .quick-view-modal .close {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  z-index: 99;
}
.quick-view-container .quick-view-modal .close svg {
  width: 50%;
  height: 50%;
  stroke: #333;
  margin: auto;
  transition: 0.3s all;
}
.quick-view-container .quick-view-modal .close:hover svg {
  rotate: 90deg;
}

.collection-card .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 252/330;
}
.collection-card .img-wrap img,
.collection-card .img-wrap svg {
  background: white;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.collection-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #030303;
  margin: 15px 0 0;
}

.nav-mega-menu {
  position: relative;
  padding: 0 !important;
  background-color: #fff;
}
.nav-mega-menu .mega-menu-top-items {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.nav-mega-menu .mega-menu-top-items .menu-item {
  font-size: 14px;
  transition: all 0.3s;
  padding: 0 15px;
  cursor: pointer;
}
.nav-mega-menu .mega-menu-top-items .menu-item.menu-img {
  border-left: 2px solid #c9c9c9;
}
.nav-mega-menu .mega-menu-top-items .menu-item a span {
  font-size: 14px;
}
.nav-mega-menu .mega-menu-top-items > div:hover + .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.nav-mega-menu a:hover {
  text-decoration: underline;
}
.nav-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  min-height: -moz-min-content;
  min-height: min-content;
  background-color: #fff;
  width: 100vw;
  opacity: 0;
  padding-top: 20px;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  transition: all 0.3s;
  box-shadow: 0px 21px 9px 1px rgba(0, 0, 0, 0.12);
}
.nav-mega-menu .mega-menu:hover {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container {
  display: flex;
  padding: 30px;
  height: 100%;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block {
  aspect-ratio: 17/20;
  position: relative;
  overflow: hidden;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block:hover > img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block:hover .icon-arrow {
  transform: translateX(5px);
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block img,
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgb(16, 87, 60) 100%);
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block .link .link-text {
  font-size: 24px;
  font-weight: 700;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block .link > div {
  display: flex;
  align-items: center;
}
.nav-mega-menu .mega-menu .mega-menu-container.menu-image-container .mega-menu-image-block .link svg {
  width: 30px;
  height: 30px;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu {
  flex: 2;
  font-weight: 700;
  font-size: 13px;
  padding-right: 20px;
  margin-top: 20px;
  -moz-column-count: 3;
       column-count: 3;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu .mega-menu-title {
  margin-bottom: 30px;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu .submenu-title {
  font-size: 20px;
  font-weight: 700;
  color: #343434;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  font-weight: 500;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li {
  margin: 10px 0;
  position: relative;
  padding: 2px 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 14px;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li:hover {
  font-weight: 700;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li .menu-chevron {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 8px;
  display: none;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li:hover .menu-chevron {
  display: block;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li:hover .menu-chevron svg {
  width: 100%;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu ul li a {
  width: 100%;
  display: block;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-menu .submenu-link {
  font-size: 14px;
  color: #343434;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper {
  flex: 1;
  padding-left: 20px;
  display: flex;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner {
  flex: 1;
  height: 100%;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  cursor: pointer;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-title {
  align-items: center;
  padding: 15px 0;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-title span svg {
  width: 10px;
  transform: translateY(2px);
  visibility: hidden;
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover .mega-menu-banner-title span svg {
  visibility: visible;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-image {
  width: 100%;
  aspect-ratio: 20/19;
  overflow: hidden;
  flex: 1;
  position: relative;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-desc {
  position: absolute;
  bottom: -100%;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.7019607843);
  padding: 15px;
  font-size: 13px;
  transition: all 0.3s;
  bottom: 0;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-desc .desc-title {
  margin-bottom: 10px;
  font-weight: 700;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover {
  bottom: 0;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover .mega-menu-banner-image img {
  transform: scale(1.05);
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner .mega-menu-banner-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover .mega-menu-banner-image-hover {
  opacity: 1;
  transition: all 0.3s;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover .mega-menu-banner-image-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nav-mega-menu .mega-menu .mega-menu-container .mega-menu-banner-wrapper .mega-menu-banner:hover .mega-menu-banner-title {
  font-weight: 700;
}

@media screen and (max-width: 1250px) {
  .mega-menu-top-items .menu-item a span {
    font-size: 1.2vw !important;
  }
}
.open-sidecart {
  cursor: pointer;
}

#cart-drawer-container {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 100vw;
  background: transparent;
  z-index: -1 !important;
  transition: 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (max-width: 319.98px) {
  #cart-drawer-container {
    width: 100%;
  }
}
#cart-drawer-container #cart-drawer {
  height: 100%;
  width: clamp(220px, 100%, 470px);
  background-color: white;
  float: right;
  transition: 0.3s ease;
  transform: translateX(103%);
  pointer-events: auto;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer {
    width: clamp(220px, 100%, 370px);
  }
}
@media only screen and (max-width: 575.98px) {
  #cart-drawer-container #cart-drawer {
    width: clamp(220px, 100%, 360px);
  }
}
@media only screen and (max-width: 319.98px) {
  #cart-drawer-container #cart-drawer {
    width: clamp(220px, 100%, 100%);
  }
}
#cart-drawer-container #cart-drawer > .top {
  background-color: var(--secondary-color);
  padding: 17px 45px 0 10px;
  position: relative;
}
#cart-drawer-container #cart-drawer > .top .closeSideCart {
  position: absolute;
  top: 60%;
  right: 11px;
  transform: translateY(-50%);
}
#cart-drawer-container #cart-drawer > .top .closeSideCart svg {
  transition: 0.3s all;
}
#cart-drawer-container #cart-drawer > .top .closeSideCart svg:hover {
  rotate: 90deg;
}
#cart-drawer-container #cart-drawer > .top .closeSideCart svg path {
  fill: black;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs {
  display: flex;
  gap: 7px;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab {
  background-color: var(--primary-color);
  border-radius: 3px 3px 0 0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 3px;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active {
  background-color: #fff;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab.active span {
  font-weight: 700;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab:hover:not(.active) svg {
  transform: scale(1.2);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab svg {
  width: 17px;
  height: 17px;
  transition: 0.3s all;
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab svg.heart-full {
  fill: var(--accent-2-color);
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab span {
  font-size: 22px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab span {
    font-size: 22px;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab span:after {
  content: attr(data-title);
  content: attr(data-title)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  #cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab span:after {
    display: none;
  }
}
#cart-drawer-container #cart-drawer > .top .cart-tabs .cart-tab span:hover {
  font-weight: 700;
}
#cart-drawer-container #cart-drawer .free-delivery-status {
  margin: 16px 22px 0;
  padding: 8px;
  background-color: var(--primary-color);
  color: var(--text-primary-color);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
#cart-drawer-container #cart-drawer .inner {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
#cart-drawer-container #cart-drawer .inner > div {
  height: 100%;
}
#cart-drawer-container #cart-drawer > form {
  flex: 1;
  display: flex;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper {
  flex: 1;
  position: relative;
  margin: 20px;
  margin-right: 11px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 991.98px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items {
    padding: 0;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
  background: transparent;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items::-webkit-scrollbar-track {
  background-color: #fff;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items::-webkit-scrollbar-thumb {
  background-color: var(--accent-1-color);
  border-radius: 2px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper {
  border-top: 3px solid #EDEDED;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper {
    border-top: unset;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title {
    display: none;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title * {
  pointer-events: none;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg {
  width: 14px;
  height: 14px;
  scale: 1 1;
  transition: all 0.3s;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title svg.active {
  transform: rotateX(180deg);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title.active svg {
  scale: 1 -1;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items-title .counter {
  padding: 3px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  color: white;
  font-size: 10px;
  background: var(--text-primary-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items {
  display: block;
  overflow: hidden;
  max-height: unset;
  transition: max-height 0.15s ease-in-out;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items.active {
  max-height: 100000px;
}
@media only screen and (min-width: 768px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items {
    max-height: unset;
    overflow: unset;
    display: none;
    max-height: 0;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items.active {
  display: block !important;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .additional-items-wrapper .additional-items .additional-items-inner {
  padding: 10px 0;
  max-height: unset;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item {
  display: flex;
  margin-right: 10px;
  padding: 16px 0;
  border-bottom: 1px solid var(--primary-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item:first-of-type {
  padding-top: 0;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper {
  display: flex;
  justify-content: center;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .img-wrapper svg {
  width: 94px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper {
    padding-left: 15px;
  }
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top > div {
  display: flex;
  justify-content: space-between;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top a {
  margin: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top svg {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .top span {
  margin-bottom: 0px;
  font-size: 12px;
  padding-top: 14px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .mid {
  font-size: 12px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .bottom .price * {
  font-size: 16px;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-compare-price {
  text-decoration: line-through;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-sale-price, #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .bottom .price .item-final-price {
  font-weight: 700;
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .quantity {
  min-width: 20px;
  min-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .minus, #cart-drawer-container #cart-drawer > form .cart .items-wrapper .items .item .info-wrapper .quantity-wrapper .plus {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 0;
  color: #000;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
#cart-drawer-container #cart-drawer > form .cart .items-wrapper .empty-cart {
  padding-top: 100px;
  text-align: center;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations {
  padding: 10px 0 20px 20px;
  padding-right: 0;
  display: none;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .heading {
  margin-bottom: 10px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card {
  gap: 1px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-image .product-badges {
  gap: 2px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-image .product-badges .product-badge {
  font-size: 10px;
  padding: 3px 6px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-reviews {
  display: none;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-description {
  display: none;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-price span {
  font-size: 14px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons {
  gap: 0;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons .product-link {
  font-size: 14px;
  padding: 3px 6px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons button {
  border: none;
  max-height: 26px;
}
#cart-drawer-container #cart-drawer > form .cart .cart-recommendations .product-card .product-buttons button svg {
  width: 15px;
  height: 17px;
}
#cart-drawer-container #cart-drawer > form .cart .sub-total-wrapper p:first-of-type {
  font-size: 22px;
}
#cart-drawer-container #cart-drawer .cart-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  display: none;
}
#cart-drawer-container #cart-drawer .cart-content .buttons {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 10px 10px;
  gap: 10px;
  position: relative;
  z-index: 2;
  background: white;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer .cart-content .buttons {
    flex-direction: column;
  }
}
#cart-drawer-container #cart-drawer .cart-content .buttons .text-toggle {
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .text-toggle.hidden {
  display: none;
}
#cart-drawer-container #cart-drawer .cart-content .buttons #express-checkout-section {
  position: relative;
}
#cart-drawer-container #cart-drawer .cart-content .buttons #express-checkout-section.hidden {
  display: none;
}
#cart-drawer-container #cart-drawer .cart-content .buttons #express-checkout-section .express-checkout-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
#cart-drawer-container #cart-drawer .cart-content .buttons #express-checkout-section .express-checkout-header .close-button {
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
#cart-drawer-container #cart-drawer .cart-content .buttons .checkout {
  width: 100%;
  flex: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer .cart-content .buttons .checkout {
    width: 100%;
  }
}
#cart-drawer-container #cart-drawer .cart-content .content-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#cart-drawer-container #cart-drawer .cart-content .content-heading svg {
  width: 30px;
  height: 30px;
}
#cart-drawer-container #cart-drawer .cart-content .content-heading svg.heart-full {
  fill: var(--accent-2-color);
}
#cart-drawer-container #cart-drawer .cart-content .grid-container {
  overflow-y: auto;
  position: relative;
  flex: 1;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 8px;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar {
  margin-left: 10px;
  width: 4px;
  background: transparent;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-track {
  background-color: #fff;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container::-webkit-scrollbar-thumb {
  background-color: var(--accent-1-color);
  border-radius: 2px;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid {
  opacity: 0;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  display: grid;
  grid-gap: 20px;
  width: calc(100% - 29px);
}
@media only screen and (max-width: 767.98px) {
  #cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid {
    grid-template-columns: 1fr;
  }
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid + .loader {
  position: absolute;
  left: 50%;
  top: 120px;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid.loaded {
  opacity: 1;
  transition: 1s;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .side-cart-saved-grid.loaded + .loader {
  opacity: 0;
  transition: 0.25s;
}
#cart-drawer-container #cart-drawer .cart-content .grid-container .empty-wishlist {
  position: absolute;
  text-align: center;
  width: 100%;
}
#cart-drawer-container #cart-drawer span.closeSideCart {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#cart-drawer-container #cart-drawer span.closeSideCart svg {
  height: 100%;
  width: 100%;
  fill: var(--text-primary-color);
}
#cart-drawer-container #cart-drawer .cart-details {
  padding: 15px 20px;
}
#cart-drawer-container #cart-drawer .cart-details .total-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#cart-drawer-container .side-cart-recommended {
  overflow: hidden;
  border-radius: 5px;
  opacity: 1;
  padding: 0px 15px;
  background-color: #fff;
  pointer-events: none;
  max-width: 1300px;
  transition: all 0.5s ease;
  z-index: 1;
  margin-bottom: -160px;
}
#cart-drawer-container .side-cart-recommended .recommended-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#cart-drawer-container .side-cart-recommended .recommended-title svg {
  transform: rotate(180deg);
}
#cart-drawer-container .side-cart-recommended.active {
  margin-bottom: 0;
}
#cart-drawer-container .side-cart-recommended.active .recommended-title svg {
  transform: rotate(0);
}
#cart-drawer-container .side-cart-recommended .side-cart-recommended-container {
  overflow: visible;
}
#cart-drawer-container .side-cart-recommended .recommended-heading {
  margin-bottom: 20px;
}
#cart-drawer-container .side-cart-recommended .recommended-heading .heading-md {
  font-size: 20px;
}
#cart-drawer-container .side-cart-recommended .swiper-button-prev {
  left: 2px !important;
  color: #000;
}
#cart-drawer-container .side-cart-recommended .swiper-button-prev:after {
  font-size: 21px;
}
#cart-drawer-container .side-cart-recommended .swiper-button-next {
  right: 2px !important;
  color: #000;
}
#cart-drawer-container .side-cart-recommended .swiper-button-next:after {
  font-size: 21px;
}
#cart-drawer-container .side-cart-recommended .swiper-button-next.swiper-button-disabled, #cart-drawer-container .side-cart-recommended .swiper-button-prev.swiper-button-disabled {
  color: transparent;
  opacity: 0;
}
#cart-drawer-container .side-cart-recommended.open {
  opacity: 1;
  pointer-events: auto;
  max-height: 300px;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card {
  height: 160px;
  padding-bottom: 5px;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card .product-image {
  height: 100%;
  width: auto;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card .card-content {
  flex: 1;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card .quickview-eye {
  display: none !important;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card .product-badges {
  display: none;
}
#cart-drawer-container .side-cart-recommended.open .product .product-card .product-title {
  height: unset;
  font-size: 14px;
}
#cart-drawer-container .side-cart-recommended.open .swiper-button-next, #cart-drawer-container .side-cart-recommended.open .swiper-button-prev {
  display: none;
}
#cart-drawer-container .side-cart-recommended.open .recommended-title {
  border-top: 3px solid var(--primary-color);
  padding: 10px 0 15px;
  font-weight: 600;
}
#cart-drawer-container .side-cart-recommended.open .product-image:hover .quick-add {
  display: block !important;
}
#cart-drawer-container #cart-recommended {
  position: absolute;
  display: none;
  top: 50%;
  left: calc(50% - 195px);
  transform: translate(-50%, -50%);
  background: white;
  max-width: 600px;
  width: 100%;
  padding: 25px;
  z-index: 99;
  pointer-events: auto;
  opacity: 0;
  transition: 0.3s ease;
}
@media only screen and (min-width: 992px) {
  #cart-drawer-container #cart-recommended {
    display: block;
  }
}
@media (min-width: 1240px) {
  #cart-drawer-container #cart-recommended {
    left: calc(50% - 235px);
  }
}
@media (min-width: 1400px) {
  #cart-drawer-container #cart-recommended {
    max-width: 900px;
  }
}
#cart-drawer-container #cart-recommended .closeSideCartRecommended {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#cart-drawer-container #cart-recommended .closeSideCartRecommended svg {
  height: -moz-max-content;
  height: max-content;
  fill: var(--text-primary-color);
}
#cart-drawer-container #cart-recommended .closeSideCartRecommended svg path {
  fill: var(--text-primary-color);
}
#cart-drawer-container #cart-recommended h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
#cart-drawer-container #cart-recommended .swiper-button-next,
#cart-drawer-container #cart-recommended .swiper-button-prev {
  background: white;
  width: 36px;
  height: 36px;
  border-radius: 35px;
}
#cart-drawer-container.open {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(0.5px);
          backdrop-filter: blur(0.5px);
  visibility: visible;
  z-index: 9999 !important;
}
#cart-drawer-container.open #cart-drawer {
  transform: translateX(0%);
  display: flex;
  flex-direction: column;
}
#cart-drawer-container.open #cart-recommended {
  opacity: 1;
}
#cart-drawer-container.open #cart-recommended.hidden {
  opacity: 0;
}

.cart .cart-item {
  padding: 10px 0px 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.cart .cart-item .img-wrap {
  height: 110px;
  width: 110px;
  margin-right: 25px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .img-wrap {
    margin-right: 10px;
    margin-left: 10px;
    width: 65px;
    min-width: auto;
    height: 65px;
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
.cart .cart-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart .cart-item .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper {
    margin-right: 10px;
  }
}
.cart .cart-item .content-wrapper .product-info {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.cart .cart-item .content-wrapper .product-info .p-var {
  font-size: 13px;
  margin: 0;
}
.cart .cart-item .content-wrapper .product-info .p-title {
  margin: 0;
  width: 80%;
}
.cart .cart-item .content-wrapper .product-info .p-title,
.cart .cart-item .content-wrapper .product-info .p-brand,
.cart .cart-item .content-wrapper .product-info .p-title span {
  color: inherit;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper .product-info .p-title,
  .cart .cart-item .content-wrapper .product-info .p-brand,
  .cart .cart-item .content-wrapper .product-info .p-title span {
    font-size: 14px;
  }
}
.cart .cart-item .content-wrapper .product-info .p-brand {
  margin: 0;
}
.cart .cart-item .content-wrapper .product-info:nth-of-type(2) {
  margin-top: 2.5px;
  margin-bottom: 10px;
}
.cart .cart-item .content-wrapper .cart-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px 25px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  border-top: solid 1px #f0f0f0;
}
@media screen and (max-width: 425px) {
  .cart .cart-item .content-wrapper .cart-info {
    gap: 10px;
    justify-content: space-between;
  }
}
.cart .cart-item .content-wrapper .cart-info .row-break {
  height: 0px;
  flex-basis: 100%;
  margin: 10px 0px;
  border-bottom: solid 1px #f0f0f0;
}
.cart .cart-item .content-wrapper .cart-info .p-price,
.cart .cart-item .content-wrapper .cart-info .p-variant,
.cart .cart-item .content-wrapper .cart-info .p-subtotal,
.cart .cart-item .content-wrapper .cart-info .p-quantity {
  text-align: left;
  height: 42px;
}
.cart .cart-item .content-wrapper .cart-info .p-price p,
.cart .cart-item .content-wrapper .cart-info .p-variant p,
.cart .cart-item .content-wrapper .cart-info .p-subtotal p,
.cart .cart-item .content-wrapper .cart-info .p-quantity p {
  margin: 6.5px 0 auto 0;
  font-size: 14px;
  font-weight: 700;
}
.cart .cart-item .content-wrapper .cart-info .p-price .label,
.cart .cart-item .content-wrapper .cart-info .p-variant .label,
.cart .cart-item .content-wrapper .cart-info .p-subtotal .label,
.cart .cart-item .content-wrapper .cart-info .p-quantity .label {
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 3px 0;
}
.cart .cart-item .content-wrapper .cart-info .p-subtotal {
  margin-left: auto;
}
.cart .cart-item .content-wrapper .cart-info .p-quantity .quantity-wrapper .quantity {
  flex-basis: 50%;
}
.cart .cart-item .content-wrapper .cart-info .remove-item {
  display: none;
}
.cart .cart-item .content-wrapper .cart-info .remove-item svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart .cart-item .content-wrapper .cart-info .remove-item svg path {
  fill: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .cart .cart-item .content-wrapper .cart-info .p-variant {
    display: none;
  }
}
.cart .cart-item .content-wrapper .remove-control,
.cart .cart-item .content-wrapper .policy-link {
  display: flex;
  order: 1;
  flex-direction: column;
  margin-left: auto;
}
.cart .cart-item .content-wrapper .remove-control .policy,
.cart .cart-item .content-wrapper .policy-link .policy {
  white-space: nowrap;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: regular;
  margin-top: auto;
  margin-left: auto;
}
.cart .cart-item .content-wrapper .remove-control .policy:hover,
.cart .cart-item .content-wrapper .policy-link .policy:hover {
  text-decoration: underline;
}
.cart .cart-item .content-wrapper .remove-control .remove-item,
.cart .cart-item .content-wrapper .policy-link .remove-item {
  margin: 0 0 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.cart .cart-item .content-wrapper .remove-control .remove-item svg,
.cart .cart-item .content-wrapper .policy-link .remove-item svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart .cart-item .content-wrapper .remove-control .remove-item svg path,
.cart .cart-item .content-wrapper .policy-link .remove-item svg path {
  fill: var(--primary-color);
}

.item .quantity {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.item .quantity .subtotal {
  padding-top: 6px;
}
.item .quantity .quantity-wrapper {
  display: flex;
}
.item .quantity .quantity-wrapper > * {
  width: 25px;
  height: 25px;
  text-align: center;
  border: solid 1px #d3d3d3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .quantity .quantity-wrapper .plus,
.item .quantity .quantity-wrapper .minus {
  cursor: pointer;
  transition: 0.3s ease;
}
.item .quantity .quantity-wrapper .plus:hover,
.item .quantity .quantity-wrapper .minus:hover {
  background: #d3d3d3;
}
.item .quantity .quantity-wrapper .plus[data-pending=true],
.item .quantity .quantity-wrapper .minus[data-pending=true] {
  cursor: not-allowed;
}
.item .quantity .quantity-wrapper .quantity {
  border-left: none;
  border-right: none;
}
.item .quantity .quantity-wrapper .quantity span {
  font-size: 12px;
}
.item .oos {
  font-size: 12px;
  width: 50%;
  margin: 0px;
  text-align: right;
}
.item .oos span {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.collection-grid-tile {
  padding-top: 100%;
  height: 0;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.collection-grid-tile.hover:hover img {
  scale: 1.05;
}
.collection-grid-tile.hover img {
  scale: 1;
  transition: scale 3.5s ease-in-out;
}
.collection-grid-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.collection-grid-tile .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-grid-tile .content-wrapper .title {
  color: var(--text-primary-color);
  font-size: 18px;
  margin: 0;
}
.collection-grid-tile .content-wrapper .icon {
  width: 15px;
  height: 15px;
}
.collection-grid-tile .content-wrapper .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.variant-prices-container .variant-price-wrapper span.product-sale-price {
  margin-right: 5px;
  font-size: 20px;
}
.variant-prices-container .variant-price-wrapper span.product-sale-price.strikethrough {
  text-decoration: line-through;
}
.variant-prices-container .variant-price-wrapper .product-price {
  font-weight: bold;
  font-size: 20px;
}
.variant-prices-container .variant-price-wrapper.hidden {
  display: none;
}

.accordion-faqs-tag-based-container {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 40px;
}
@media screen and (max-width: 768px) {
  .accordion-faqs-tag-based-container {
    padding: 40px 0px;
    grid-template-columns: 1fr;
  }
}
.accordion-faqs-tag-based-container .accordion-sub-container .faq-sub-title {
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #484848;
  margin-bottom: 21px;
  font-family: var(--font-body);
}
@media screen and (max-width: 768px) {
  .accordion-faqs-tag-based-container .accordion-sub-container .faq-sub-title {
    text-align: center;
  }
}
.accordion-faqs-tag-based-container .accordion-sub-container .accordion-wrapper:last-of-type .panel-active {
  border: solid 1px #F4F4F4;
}

.accordion-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.accordion-wrapper .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  background-color: #F4F4F4;
  color: #212121;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 22px;
  text-align: left;
  outline: none;
  border: 3px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.2s;
  transition: max-height 0.3s ease-out;
}
.accordion-wrapper .accordion.active .custom-arrow svg {
  transform: scaleY(-1);
}
.accordion-wrapper .accordion .custom-arrow svg {
  width: 10px;
  height: 10px;
  transform: scaleY(1);
}
.accordion-wrapper .accordion .custom-arrow svg path {
  fill: var(--text-primary-color);
}
.accordion-wrapper .panel {
  padding: 0 22px;
  background-color: #fcfcfc;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-wrapper .panel.panel-active.panel-open-default {
  max-height: 100%;
}
.accordion-wrapper .panel p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
  font-family: var(--font-body);
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 12px;
  /*
  .product-buttons {
    width: 100%;
    // display: none;
    gap: 5px;
    text-align: center;
    .product-link {
      flex: 1;
      @include to-xs() {
        padding: 6px 8px;
      }
    }
  }
  */
}
.product-card .product-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  aspect-ratio: 317/415;
}
.product-card .product-image:hover .image-hover {
  opacity: 1;
}
.product-card .product-image:hover .quickview-eye {
  display: block !important;
  opacity: 1 !important;
}
.product-card .product-image img, .product-card .product-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.product-card .product-image img.image-hover, .product-card .product-image svg.image-hover {
  opacity: 0;
  transition: 0.5s all;
  transform: scale(1);
}
.product-card .product-image svg {
  width: 100%;
  height: auto;
}
.product-card .product-image svg:hover {
  fill: unset;
}
.product-card .product-image .wishlist-heart {
  display: flex;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 24px;
  height: 24px;
}
.product-card .product-image .wishlist-heart svg {
  cursor: pointer;
}
.product-card .product-image .wishlist-heart .button-wishlist {
  width: 100%;
  height: 100%;
}
.product-card .product-image .wishlist-heart .button-wishlist svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card .product-image .quick-add {
  display: none;
  position: absolute;
  right: calc(50% - 76px);
  bottom: 10px;
  padding: 11px 32px;
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
  transition: 0.5s all;
}
.product-card .product-image .quickview-eye {
  display: none;
  opacity: 0;
  position: absolute;
  right: calc(50% - 72px);
  bottom: 30px;
  padding: 11px 32px;
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 500;
  transition: 0.5s all;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767.98px) {
  .product-card .product-image .quickview-eye {
    display: block;
    opacity: 1;
  }
}
.product-card .product-image .quickview-eye svg {
  height: 21px;
}
.product-card .product-image .quickview-eye svg path {
  stroke: #000000;
}
.product-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.product-card .product-title-reviews {
  flex: 1;
  font-size: 14px;
  text-transform: capitalize;
}
.product-card .product-title-reviews .product-title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.product-card .product-price .full-price, .product-card .product-price .sale-price {
  font-size: 14px;
}
.product-card .product-price .full-price {
  color: var(--primary-text-color);
}
.product-card .product-price .full-price.on-sale {
  text-decoration: line-through;
}
.product-card .product-price .sale-price {
  margin-left: 6px;
}
.product-card .product-description {
  display: none;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
}
.product-card .quick-add-container {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .quick-add-container.active .quick-add-cart {
  display: none;
}
.product-card .quick-add-container.active .variant-selector {
  display: flex;
}
.product-card .quick-add-container .variant-selector {
  display: none;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 10px;
  padding: 5px 0;
  background: white;
}
.product-card .quick-add-container .variant-selector .variant-quick-add {
  aspect-ratio: 1;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
  color: var(--text-primary-color);
}
.product-card .quick-add-container .variant-selector .variant-quick-add.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-card .quick-add-container .variant-selector .close-quick-add {
  cursor: pointer;
  width: 15px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .quick-add-container .variant-selector .close-quick-add svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: var(--text-primary-color);
}
.product-card .quick-add-cart {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  padding: 0 !important;
  color: var(--text-primary-color);
  margin-right: auto;
}
.product-card .quick-add-cart.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product-card .swatches {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.product-card .swatches::before {
  content: "+ Colours";
  pointer-events: none;
  position: absolute;
  width: 100%;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.1s ease-in-out 0.1s;
}
.product-card .swatches .swatch {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out, outline 0.15s ease-in;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--swatch-colour);
  outline: solid 1px #dddddd;
  border: solid 3px #ffffff;
}
.product-card .swatches .swatch.active {
  order: 0;
}
.product-card .swatches .swatch:hover, .product-card .swatches .swatch.active {
  outline: solid 1px var(--swatch-colour);
  border: solid 3px #ffffff;
}
@media only screen and (min-width: 992px) {
  .product-card:hover .swatches::before {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
  .product-card:hover .swatches .swatch {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.1s ease-in-out 0.1s, outline 0.15s ease-in;
  }
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 0px;
  width: clamp(50%, 100%, 100% - 65px);
  padding: 0;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.product-badges .product-badge {
  font-size: 14px;
  line-height: 1;
  color: white;
  padding: 7px 12px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  background: #0B0B0B;
  border: solid 1px rgba(210, 210, 210, 0.3);
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.product-badges .product-badge::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0.3;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  animation: badge_shine 10s infinite 3s;
}
@keyframes badge_shine {
  0% {
    transform: translateX(-100%);
  }
  90% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/*

<button class="accordion">Section 1</button>
<div class="panel">
  <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>

*/
.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  outline: none;
  font-size: 15px;
  transition: 0.3s all;
}
.accordion > div {
  display: flex;
  align-items: center;
}
.accordion .chevron {
  width: 15px;
  height: 15px;
}
.accordion .chevron svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.accordion .chevron .icon-minus {
  display: none;
}
.accordion .chevron .icon-plus {
  display: block;
}
.accordion.active .chevron svg {
  transform: rotateX(180deg);
}
.accordion.active .chevron .icon-plus {
  display: none;
}
.accordion.active .chevron .icon-minus {
  display: block;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel .content {
  padding: 20px 0;
  font-size: 14px;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.article-card:hover img {
  transform: scale(1.05);
}
.article-card .article-card-image {
  height: 200px;
  overflow: hidden;
}
.article-card .article-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.article-card .article-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card .article-card-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card .article-card-link {
  text-align: center;
}
.article-card .article-card-tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-card .article-card-tags .article-card-tag {
  padding: 7px 20px;
  background-color: var(--primary-color);
  color: var(--text-alternate-color);
  text-transform: capitalize;
  text-align: center;
}

.label-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.label-input label {
  font-weight: 700;
}

.label-input input {
  border: none;
  font-size: 14px;
  border-radius: 21px;
  padding: 10px 11px 10px 17px;
}

.modal-container {
  z-index: 999999;
  position: fixed;
  inset: 0;
  display: none;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
}

.modal-container::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.modal {
  padding: 60px 50px;
  max-width: 90%;
  max-height: 90%;
  background: white;
  position: relative;
  overflow: auto;
  text-align: center;
}
@media only screen and (max-width: 575.98px) {
  .modal {
    padding: 1.5rem;
  }
}
.modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-container.active {
  display: flex;
}

.modal .close-button {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  transition: all 150ms ease-in-out;
}

.modal .icon.icon-close path {
  fill: var(--primary-text-color);
}

.modal .close-button:hover {
  rotate: 90deg;
}

.modal .icon.icon-close {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slide-in-enter {
  transition: all 300ms ease;
  margin-top: 0;
  opacity: 0;
}

.slide-in-enter.slide-in-active {
  opacity: 1;
}

.modal-title {
  font-weight: bold;
  font-size: var(--heading-lg);
  line-height: 35px;
}

.modal-subtitle {
  margin-top: 17px;
}

.button-container {
  display: flex;
}

.modal-container.basic-confirm {
  text-align: center;
}
.modal-container.basic-confirm .modal-header {
  max-width: 270px;
  margin: auto;
}
.modal-container.basic-confirm .modal-body {
  display: flex;
  gap: 10px;
  padding-top: 32px;
}
.modal-container.basic-confirm .modal-body button {
  width: 100%;
}

button[data-modal-trigger=example-fab] {
  position: fixed;
  left: 20px;
  bottom: 50px;
  border-radius: 50%;
  padding: 20px;
  z-index: 101;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  background-color: var(--primary-color);
}
button[data-modal-trigger=example-fab] svg {
  width: 30px;
  height: 30px;
  fill: white;
  pointer-events: none;
}

[data-modal=delete-profile] .modal-content {
  max-width: 280px;
  text-align: center;
}
[data-modal=delete-profile] .button-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  [data-modal=delete-profile] .button-container {
    flex-wrap: wrap;
  }
}
[data-modal=delete-profile] .button-container button {
  width: 100%;
}

.product-colours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-colours .swatch-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-colours .swatch-heading::after {
  content: var(--colour-title);
  font-size: 16px;
  font-weight: normal;
  color: var(--text-primary-color);
  margin-left: 5px;
}
.product-colours .swatches {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.product-colours .swatches .swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--swatch-colour);
  outline: solid 1px #dddddd;
  border: solid 3px #ffffff;
  transition: outline 0.15s ease-in;
}
.product-colours .swatches .swatch.active {
  order: 0;
}
.product-colours .swatches .swatch:hover, .product-colours .swatches .swatch.active {
  outline: solid 1px var(--swatch-colour);
  border: solid 3px #ffffff;
}
.product-colours .swatches .swatch.active {
  pointer-events: none;
}

.product-usp-card {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 15px;
}
.product-usp-card .icon {
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.product-usp-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-usp-card .title {
  width: 100%;
  padding: 13px 5px;
  white-space: nowrap;
  color: #fff;
  background: #000;
  font-size: 10px;
  font-family: VenusSB;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.product-usp-card .description {
  width: 100%;
  padding: 0 5px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
}

#boot-finder-popup {
  display: none;
  position: relative;
}
#boot-finder-popup.active {
  display: block;
}
#boot-finder-popup.popup-overlay {
  position: fixed;
}
@media only screen and (max-width: 991.98px) {
  #boot-finder-popup.popup-overlay .popup-content #boot-finder-steps .boot-finder-step {
    overflow-y: scroll;
    max-height: calc(100vh - 238px);
  }
  #boot-finder-popup.popup-overlay .popup-content .boot-finder-header {
    position: static;
    inset: unset;
  }
  #boot-finder-popup.popup-overlay .popup-content .boot-finder-footer {
    position: fixed;
  }
}

#open-popup-btn {
  margin: 20px 0 0;
  width: 100%;
}
#open-popup-btn.adjusted-width {
  width: calc(100% - 32px);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.popup-content {
  background-color: white;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-content .container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.popup-content .boot-finder-header {
  overflow: hidden;
  background: #F6F6F6;
  padding: 20px 0;
  box-sizing: border-box;
  /* Mobile-specific styles */
  /* Adjust the line indicator for mobile */
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-header {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .popup-content .boot-finder-header {
    position: sticky;
    inset: 42px 0 auto 0;
    z-index: 10;
  }
}
.popup-content .boot-finder-header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-content .boot-finder-header .column {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content .boot-finder-header .column:first-child {
  justify-content: flex-start;
}
.popup-content .boot-finder-header .column:last-child {
  justify-content: flex-end;
}
.popup-content .boot-finder-header .store-logo {
  display: block;
  margin: 0 auto;
}
.popup-content .boot-finder-header .store-logo img {
  width: 94px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-header .store-logo img {
    width: 140px;
  }
}
.popup-content .boot-finder-header #close-btn {
  display: block;
}
.popup-content .boot-finder-header #progress-bar-container {
  width: 100%;
  margin: 25px 0 0;
  position: relative;
}
.popup-content .boot-finder-header .progress-bar {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup-content .boot-finder-header .progress {
  height: 100%;
  width: 0;
  background-color: #000000;
  transition: width 0.4s ease;
}
.popup-content .boot-finder-header .progress-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup-content .boot-finder-header .progress-labels span {
  position: relative;
  font-size: 12px;
  font-family: VenusSB;
  font-weight: 700;
  opacity: 0;
  transition: all 0.35s ease;
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-header .progress-labels span:first-child, .popup-content .boot-finder-header .progress-labels span:last-child {
    width: 10%;
  }
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-header .progress-labels span {
    width: 17%;
  }
}
.popup-content .boot-finder-header .progress-labels span:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 0;
  width: 1px;
  background: black;
  transition: all 0.35s ease;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-header .progress-labels span.previous {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-header .progress-labels span.previous:before {
    height: 10px;
  }
}
.popup-content .boot-finder-header .progress-labels span.active {
  opacity: 1;
}
.popup-content .boot-finder-header .progress-labels span.active:before {
  height: 10px;
}
.popup-content .boot-finder-header .progress-labels span {
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 767.98px) {
  .popup-content .boot-finder-header .progress-labels {
    justify-content: flex-start; /* Align labels to the left */
    gap: 20%; /* Add spacing between labels */
    transform: translateX(calc(-100% + 50px)); /* Center the active label */
    transition: transform 0.4s ease; /* Smooth scrolling */
  }
  .popup-content .boot-finder-header .progress-labels span {
    opacity: 0; /* Hide inactive labels */
    transition: opacity 0.35s ease, transform 0.4s ease;
  }
  .popup-content .boot-finder-header .progress-labels span.active {
    opacity: 1; /* Show the current label */
    transform: translateX(0); /* Center the active label */
  }
  .popup-content .boot-finder-header .progress-labels span.previous {
    opacity: 0.5; /* Faded effect for previous labels */
  }
  .popup-content .boot-finder-header .progress-labels span.previous:before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .popup-content .boot-finder-header .progress-bar {
    height: 2px; /* Slightly thicker for mobile */
  }
}
.popup-content .boot-finder-content {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-content {
    max-height: calc(100% - 258px);
  }
}
.popup-content .boot-finder-content #boot-finder-steps {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-content #boot-finder-steps {
    padding: 50px 20px;
    align-items: center;
  }
}
.popup-content .boot-finder-content #boot-finder-steps .row {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content #boot-finder-steps .row {
    flex-wrap: nowrap;
  }
}
.popup-content .boot-finder-content #boot-finder-steps h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content #boot-finder-steps h2 {
    font-size: 16px;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content #boot-finder-steps h2 {
    font-size: 20px;
  }
}
.popup-content .boot-finder-content .image-radio {
  display: inline-block;
  position: relative;
  width: 100%;
  aspect-ratio: 390/170;
  transition: opacity 0.35s ease;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-content .image-radio {
    width: calc(50% - 8px);
    max-width: 230px;
    aspect-ratio: 390/470;
  }
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content .image-radio {
    width: 25%;
    max-width: unset;
    aspect-ratio: 255/405;
  }
}
.popup-content .boot-finder-content .image-radio input {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content .image-radio.wide {
    width: 50%;
    aspect-ratio: 533/405;
  }
}
.popup-content .boot-finder-content .image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 2px solid #ffffff;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-content .image-container {
    background-position: bottom;
  }
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-content .image-container {
    background-position: center;
  }
}
.popup-content .boot-finder-content .image-container:hover {
  border-color: #8b8b8b;
}
.popup-content .boot-finder-content .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
}
.popup-content .boot-finder-content .image-content h3 {
  font-size: 24px;
  letter-spacing: 2.4px;
  color: white;
  margin: 0 0 6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .popup-content .boot-finder-content .image-content h3 {
    font-size: 18px;
  }
}
.popup-content .boot-finder-content .image-content p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.popup-content .boot-finder-content .image-radio input[type=radio]:checked + .image-container {
  border-color: #000000;
}
.popup-content .boot-finder-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: #F6F6F6;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .popup-content .boot-finder-footer {
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .popup-content .boot-finder-footer {
    flex-direction: row;
    gap: 20px;
    padding: 40px 20px;
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .popup-content .boot-finder-footer {
    position: sticky;
    inset: auto 0 -1px 0;
    padding: 20px 20px 30px;
  }
}
.popup-content .button-1, .popup-content .button-2 {
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .popup-content .button-1, .popup-content .button-2 {
    width: 100%;
    padding: 5px;
  }
}
.popup-content .button-1 *, .popup-content .button-2 * {
  font-size: var(--button-font-size);
}

.boot-finder-step {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .boot-finder-step {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .boot-finder-step {
    padding: 30px 20px;
  }
}

#show-results-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

#next-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid black !important;
}

#previous-btn {
  width: auto;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  #previous-btn {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  #previous-btn {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  #previous-btn {
    border: none;
    background: transparent;
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  #previous-btn:hover, #previous-btn:focus {
    border: 2px solid black;
    color: black;
    background: transparent;
  }
}
@media only screen and (max-width: 991.98px) {
  #previous-btn:hover svg, #previous-btn:focus svg {
    fill: black;
  }
}
@media only screen and (max-width: 991.98px) {
  #previous-btn:hover svg path, #previous-btn:focus svg path {
    fill: black;
  }
}
#previous-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}
#previous-btn svg:focus, #previous-btn svg:hover {
  fill: black;
}
#previous-btn svg:focus path, #previous-btn svg:hover path {
  fill: black;
}
#previous-btn span {
  display: none;
}
@media only screen and (min-width: 768px) {
  #previous-btn span {
    display: block;
  }
}

#previous-btn, #next-btn, #show-results-btn {
  cursor: pointer;
}
#previous-btn.disabled, #next-btn.disabled, #show-results-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}

#next-btn:disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: not-allowed;
}

.mobile-menu {
  overflow: hidden;
  position: absolute;
  inset: auto auto 0 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  background: white;
  width: clamp(280px, 100% - 18px, 420px);
  height: calc(100dvh - 87px);
  min-height: calc(100dvh - 87px);
  max-height: calc(100dvh - 87px);
  opacity: 0;
  translate: -100% 100%;
  visibility: hidden;
  pointer-events: none;
  transition: translate 0.25s ease-out, opacity 0.05s ease-in;
}
.mobile-menu.mobile-menu-open {
  opacity: 1;
  translate: 0 100%;
  visibility: visible;
  pointer-events: all;
}
.mobile-menu__inner {
  isolation: isolate;
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: row nowrap;
}
.mobile-menu:has(.mobile-menu__page--mid-level.mobile-menu__page-active) .mobile-menu__page--top-level, .mobile-menu:has(.mobile-menu__page--sub-level.mobile-menu__page-active) .mobile-menu__page--top-level {
  translate: -100% 0;
}
.mobile-menu:has(.mobile-menu__page--sub-level.mobile-menu__page-active) .mobile-menu__page--mid-level {
  translate: -100% 0;
}
.mobile-menu__social {
  background: #ed1b3b;
  color: white;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 24px 34px;
}
.mobile-menu__social h4 {
  flex: none;
  font-size: 16px;
}
.mobile-menu__social h4, .mobile-menu__social a {
  color: white;
}
.mobile-menu__social > div {
  display: flex;
  align-items: center;
}
.mobile-menu__social .socials {
  gap: 20px;
  justify-content: flex-end;
}
.mobile-menu__social .socials .social-link {
  width: 20px;
  height: 20px;
}
.mobile-menu__page {
  width: 100%;
  height: calc(100% - 74px);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  grid-auto-flow: dense;
  grid-auto-rows: min-content;
  position: absolute;
  inset: 0 0 auto 0;
  background: var(--secondary-white-color);
  pointer-events: none;
  transition: translate 0.25s ease-in, opacity 0.1s ease-out 0.1s;
  overflow-y: scroll;
}
.mobile-menu__page.mobile-menu__page-active.mobile-menu__page--top-level, .mobile-menu__page.mobile-menu__page-active.mobile-menu__page--mid-level, .mobile-menu__page.mobile-menu__page-active.mobile-menu__page--sub-level {
  pointer-events: all;
  opacity: 1;
  translate: 0;
  transition: translate 0.25s ease-in, opacity 0.1s ease-out;
}
.mobile-menu__page.mobile-menu__page--top-level {
  z-index: -1;
}
.mobile-menu__page.mobile-menu__page--mid-level {
  z-index: 1;
  opacity: 0;
  translate: 100% 0;
}
.mobile-menu__page.mobile-menu__page--sub-level {
  z-index: 2;
  opacity: 0;
  translate: 100% 0;
}
.mobile-menu__footer {
  justify-self: end;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  margin-top: auto;
}
.mobile-menu__footer .mobile-footer-link-item {
  width: 100%;
  padding: 16px 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 450;
  font-style: italic;
  text-decoration: none;
  font-family: ff-good-headline-web-pro-con;
  color: var(--text-primary-color);
  border-top: solid 1px var(--secondary-grey-color);
}
.mobile-menu__footer .mobile-footer-link-item > svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  color: inherit;
}
.mobile-menu__linklist {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  width: 100%;
  padding: 25px;
}
.mobile-menu__linklist .link-item {
  width: 100%;
  padding: 17px 0 17px 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 8px;
  height: 65px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: var(--text-primary-color);
  border-bottom: solid 1px #ededed;
}
.mobile-menu__linklist .link-item:has(+ .mobile-banner) {
  margin-bottom: 20px;
}
.mobile-menu__linklist .link-item > svg {
  pointer-events: none;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  color: inherit;
}
.mobile-menu__linklist .link-item.link-item--bold {
  font-weight: 700;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button {
  justify-content: space-between;
  gap: 16px;
  margin-top: -25px;
  background: #f5f5f5;
  margin-left: -25px;
  width: calc(100% + 50px);
  border-bottom: none;
  box-sizing: border-box;
  padding: 20px 25px;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button span {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 60px;
  pointer-events: none;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button span > svg {
  flex: none;
  width: 24px;
  height: 24px;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button span > svg path {
  fill: #8b8b8b;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button span.back {
  text-transform: uppercase;
  color: #8b8b8b;
  font-weight: 500;
}
.mobile-menu__linklist .link-item.mobile-menu__back-button span.title {
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 120px);
}
.mobile-menu__linklist .link-item.mobile-sublink-item > svg {
  width: 14px;
  height: 14px;
}
.mobile-menu__linklist .link-item.mobile-sublink-item + .panel {
  padding: 0 25px;
  width: 100%;
}
.mobile-menu__linklist .link-item.mobile-sublink-item + .panel .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 20px;
}
.mobile-menu__linklist .link-item.mobile-sublink-item + .panel .content .subsublink {
  display: block;
  font-size: 16px;
}
.mobile-menu__linklist .link-item.mobile-sublink-item.active {
  border-bottom: none;
}
.mobile-menu__linklist .link-item.mobile-sublink-item.active + .panel {
  border-bottom: solid 1px #ededed;
}
.mobile-menu .mobile-banner {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  align-self: flex-end;
  width: 100%;
  max-width: 100%;
  height: 0;
  max-height: 0;
  padding-top: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-decoration: none;
  scale: 1;
  transition: scale 0.25s ease-in-out;
  margin: 0 0 20px;
}
.mobile-menu .mobile-banner + .mobile-banner {
  margin: 0;
}
.mobile-menu .mobile-banner__img, .mobile-menu .mobile-banner::before {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.mobile-menu .mobile-banner__img {
  z-index: -2;
  scale: 1;
  transition: scale 0.3s ease-in-out;
}
.mobile-menu .mobile-banner::before {
  content: "";
  z-index: -1;
  background: rgba(50, 50, 50, 0.3);
  mix-blend-mode: darken;
}
.mobile-menu .mobile-banner__content {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 5px;
  padding: 16px;
  translate: 0;
  transition: translate 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0 0 0;
}
.mobile-menu .mobile-banner__content .banner-text,
.mobile-menu .mobile-banner__content .banner-heading {
  width: 100%;
  text-align: center;
  color: var(--text-alternate-color);
}
.mobile-menu .mobile-banner__content .banner-heading {
  font-weight: bold;
  font-size: 20px;
}

body.is-scrolled .mobile-menu {
  height: calc(100dvh - 62px);
  min-height: calc(100dvh - 62px);
  max-height: calc(100dvh - 62px);
}

.mobile-menu-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  isolation: isolate;
  transition: opacity 0.5s ease;
}
.mobile-menu-overlay.mobile-menu-open {
  opacity: 0.65;
}
