.hero img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.hero {
  margin-top: var(--spacing-xl);
}

.woocommerce-shop .page-content,
.woocommerce.archive .page-content {
  background: #fdf3fc;
  margin-bottom: 0;
  position: relative;
}

.page-breadcrumb {
  margin-bottom: var(--spacing-lg) !important;
}

.shop-archive-block {
  padding: calc(var(--spacing-xxl) * 3) 0 calc(var(--spacing-xxl) * 3) 0;
}

.js-product-ordering .minimog-nice-select-wrap .minimog-nice-select-current,
.js-product-ordering select {
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);
}

.minimog-product div.price {
  margin-top: 0;
}

.minimog-product .price .amount,
.blind-box-status .status-text,
.minimog-product .woocommerce-loop-product__title {
  color: #121212;
  font-size: var(--text-md);
  font-weight: 500;
  line-height: 1.5em;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-blind-box-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 29px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.minimog-product .woocommerce-loop-product__title {
  margin-bottom: 15px;
}

.minimog-product:not(.style-list).group-style-01
  .product-thumbnail
  .woocommerce_loop_add_to_cart_wrap,
.active-filters-bar {
  display: none;
  pointer-events: none;
}

.minimog-product .thumbnail img {
  aspect-ratio: 1.63;
  object-fit: cover;
  border-radius: 12px;
}

.minimog-product .product {
  position: relative;
  padding: var(--spacing-md) var(--spacing-md) 16px var(--spacing-md);
  border-radius: 20px;
  border: 1px solid rgba(30, 7, 0, 0.2);
  background: #fff;
}

.minimog-product:not(.style-list).group-style-01.style-grid-01 .product-info {
  padding: 0;
}

.shop-actions-toolbar .current-category {
  color: var(--text-color);
  font-size: var(--heading-xl);
  font-weight: 700;
  line-height: 1em;
}

.archive-shop-actions,
.shop-actions-toolbar > .inner > * {
  margin-bottom: 0;
}

.shop-archive-block > .row-flex {
  margin-bottom: var(--spacing-xl);
}

.product-type-switcher {
  margin-top: calc(var(--spacing-xl) * 2);
}
.product-type-switcher ul {
  gap: var(--spacing-xxl);
}
.product-type-switcher ul li {
  flex: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .product-type-switcher ul {
    flex-direction: column;
  }
  .product-type-switcher ul li a {
    font-size: var(--heading-xs) !important;
  }
  .product-type-switcher ul li a svg {
    width: 24px;
    height: 24px;
  }

  .hero img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .minimog-product .product {
    border-radius: 4px;
  }

  .minimog-product .thumbnail img {
    border-radius: 4px;
  }
}

.product-type-switcher ul li a {
  color: var(--secondary-color) !important;
  font-size: var(--heading-sm);
  font-weight: 700;
  display: flex;
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 4px solid var(--secondary-color);
  box-shadow: 0px 4px 0px 0px var(--secondary-color);
  position: relative;
  top: 0;
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  background-blend-mode: soft-light;
}

.product-type-switcher ul li a:hover {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
  background-image: url("https://darkseagreen-toad-821603.hostingersite.com/wp-content/uploads/btn-img.webp");
  transform: translateY(2px);
  box-shadow: 0px 2px 0px 0px var(--secondary-color);
}

.product-type-switcher ul li a:active {
  transform: translateY(4px);
  box-shadow: none;
}

.product-type-switcher ul li a:hover svg path,
.product-type-switcher ul li a:active svg path {
  fill: var(--white-color);
  transition: fill 0.2s ease-in-out;
}

.product-type-switcher ul li.active a {
  color: var(--white-color) !important;
  background-color: var(--primary-color);
  background-image: url("https://darkseagreen-toad-821603.hostingersite.com/wp-content/uploads/btn-img.webp");

  transform: translateY(4px);
  box-shadow: none;
}

.product-type-switcher ul li.active a svg path {
  fill: var(--white-color);
}

.minimog-wp-widget-filter ul.list-style-normal a:after,
.active-filters-bar {
  display: none;
}

.js-product-ordering {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.shop-archive-block
  .shop-actions-toolbar-right
  .shop-actions-toolbar-right
  .inner::before {
  content: "Filter by Anime :";
  font-weight: 400;
  font-size: var(--text-lg);
  color: var(--text-color);
  display: block;
  white-space: nowrap;
  padding-left: 6px;
}

@media (max-width: 767px) {
  .shop-archive-block .shop-actions-toolbar-right .shop-actions-toolbar-left {
    display: none;
  }

  .shop-archive-block .shop-actions-toolbar-right,
  .shop-archive-block .shop-actions-toolbar-right .archive-shop-actions {
    width: 100%;
  }

  .shop-archive-block
    .shop-actions-toolbar-right
    .shop-actions-toolbar-right
    .inner {
    justify-content: space-between;
  }

  .shop-archive-block .row-flex {
    gap: 16px;
  }
	
  .product-type-switcher ul li a {
    padding: 16px;
    gap: 8px;
  }
}

.bg-img-container img {
  position: absolute;
}

.bg-img-container img.heart {
  top: 120px;
  left: -10px;
}

.bg-img-container img.line {
  top: 180px;
  left: 50%;
  transform: translateX(calc(-50% - 334px));
}

.bg-img-container img.orange-line-sm {
  top: 50%;
  left: 0;
}

.bg-img-container img.orange-line {
  top: 50%;
  right: 0;
}

.bg-img-container img.yellow-tri {
  top: 120px;
  transform: translateX(calc(-50% + 534px));
  left: 50%;
}

.bg-img-container img.orange-tri {
  top: 120px;
  right: 0;
}

@media (max-width: 1280px) {
  .bg-img-container img.line {
    left: 9vw;
    transform: none;
    width: 30vw;
  }

  .bg-img-container img.yellow-tri {
    top: 120px;
    transform: none;
    left: initial;
    right: 130px;
  }

  .bg-img-container img.heart {
    width: 5vw;
  }
}

@media (max-width: 767px) {
  .bg-img-container img:not(.heart) {
    display: none;
  }

  .bg-img-container img.heart {
    width: 36px;
    top: 240px;
  }
}
