.topbar {
  padding: 5px 15px;
  background: black;
  color: white;
}
.site-header {
  background: white;
}
.topbar p {
  font-weight: 400;
  font-style: Regular;
  font-size: 9.53px;
  line-height: 21px;
  letter-spacing: 1.4px;
  text-align: center;
}
.facet-pagination-wrap {
	margin-bottom: 50px;
	margin-top: 30px;
}
.header__right {
  gap: 30px;
}
.header__right img {
  max-width: 24px;
}
* {
  box-sizing: border-box !important;
}
.header__left > a {
  margin-right: 100px;
  max-width: 84px;
}
.header__left > a img {
  width: 100%;
}
.site-header {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.site-header a {
  font-weight: 500;
  font-size: 14px;
  line-height: 13.2px;
  letter-spacing: 0.32px;
  text-align: center;
  transition: all 0.3s ease-in;
}
.current-menu-item > a {
  transition: all 0.3s ease-in;
  font-weight: 700;
}

.site-header li:hover {
  /* border-bottom: 1px solid #000; */
  opacity: 0.6;
  transition: 0.3s;
}
.current-menu-item {
  transition: all 0.3s ease-in;
}
.site-header nav ul {
  gap: 47px;
}
.mini-cart-holder {
  position: fixed;
  transition: 0.3s;
  background: #f9f9f9;
  z-index: 99;
  right: 0;
  top: 0;
  width: 33vw;
  height: 100dvh;
  min-width: 350px;
  transform: translateX(100%);
}

.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  transition: 0.3s;
}
.site-overlay.site-overlay--active::after {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.cart-count {
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  background: black;
  width: 20px;
  font-size: 12px;
  height: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cart {
  position: relative;
}
#wpadminbar {
  display: none !important;
}
#close-minicart {
  display: flex;
}
.mini-cart-holder > .flex {
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 39px;
  background: white;
}
.mini-cart-holder .font-semibold {
  font-weight: 500;
  font-size: 15.94px;
  line-height: 25.5px;

  text-transform: unset;
}
.mini-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-mini-cart {
  height: calc(100% - 235px);
  overflow-y: scroll;
}
.woocommerce-mini-cart-item {
}
.woocommerce-mini-cart {
  padding: 24px 39px;
  background: #000;
  background: #f9f9f9;
}
.woocommerce-mini-cart img {
  margin-bottom: 0;
}
.quantity-controls {
  display: flex;
  align-items: center;
}

.quantity-controls button {
  background: white;
  width: 15px;
  height: 100%;
  border: unset;
}
.quantity-controls input {
  width: 30px;
  background: white;
  display: flex;
  justify-content: center;
  border: unset;
  text-align: center;
}
.quantity-controls input::placeholder {
  display: flex;
  justify-content: center;
  border: unset;
  text-align: center;
}
.quantity-controls {
  border-radius: 5px;
  width: max-content;
  border: 1px solid #e5e7eb;
}
.mini-cart-holder .product-thumbnail img {
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-right: 30px;
  margin-bottom: 0 !important;
  max-width: 148px;
}
.mini-cart-holder .product-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  padding-right: 30px;
  line-height: 22.14px;
}
.woocommerce-mini-cart-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e7eb;
}
.gap-23 {
  gap: 23px;
}
.mini-cart-right-price span,
.mini-cart-right-price bdi {
  font-weight: 700;
  font-size: 18px;
}
.mini-cart-holder .woocommerce-Price-currencySymbol {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.mini-cart-right-remove svg {
  width: 15px;
  height: 15px;
}
.mini-cart-right-remove svg path {
  fill: black;
  opacity: 0.6;
}
.mini-cart-wrapper {
  height: calc(100vh - 75px);
  overflow-y: scroll;
}
.mini-cart-footer {
  background: white;
  padding: 20px 39px;
  width: 100%;
}
.mini-cart-footer > p {
  padding-bottom: 27px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}
.woocommerce-mini-cart__buttons.not-checkout {
  border: unset;
}
.woocommerce-mini-cart__buttons.not-checkout > a:first-of-type {
  display: none;
}
.woocommerce-mini-cart__buttons.not-checkout .wc-forward {
  background: black;
  color: white;
  padding: 27px;
  border-radius: 7px;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.quantity-controls input {
  height: 45px;
  min-width: 50px;
}
.quantity-controls button {
  height: 45px;
}
.mini-cart-right-price span,
.mini-cart-right-price bdi {
  font-size: 24px !important;
}
.mini-cart-footer {
  position: absolute;
  bottom: 0;
}
.woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.woocommerce-mini-cart__total span,
.woocommerce-mini-cart__total bdi {
  font-size: 24px;
  font-weight: bold;
}
.woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
  font-size: 17px !important;
}
.predictive-search {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  padding: 20px;
  background: white;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
}
.aws-container {
  width: 100%;
}
.predictive-search.active {
  transform: translateY(0);
  transition: 0.3s;
}
.hamburger-menu {
  display: none;
}
@media only screen and (max-width: 1360px) {
  .site-header nav ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hamburger-menu {
    display: flex;
  }
  #site-navigation {
    background: white;
    height: 100dvh;
    left: 0;
    top: 0;
    width: 60vw;
    min-width: 300px;
    z-index: 99;
    position: fixed;
    padding: 40px 20px;
    transition: 0.3s;
    transform: translateX(-100%);
  }
  #site-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #site-navigation.active {
    transform: translateX(0);
    transition: 0.3s;
  }
}
@media only screen and (max-width: 575px) {
  .mini-cart-holder {
    width: 100vw;
  }
  .mini-cart-holder .product-thumbnail img {
    max-width: 80px;
  }
  .mini-cart-right-price span,
  .mini-cart-right-price bdi {
    font-size: 14px !important;
  }
  .woocommerce-mini-cart,
  .mini-cart-footer,
  .mini-cart-holder > .flex {
    padding: 20px;
  }
  .woocommerce-mini-cart__buttons.not-checkout {
    padding-bottom: 0;
  }
  .woocommerce-mini-cart__buttons.not-checkout .wc-forward {
    padding: 15px;
  }
}
.woocommerce-mini-cart__empty-message {
  padding: 40px;
}
@media only screen and (max-width: 575px) {
  .woocommerce-mini-cart__empty-message {
    padding: 20px;
  }
}
.product:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.product {
  transition: 0.3s;
}
