/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Text Domain: twentytwentyfive
*/
.is-order-first{
  order: -9999;
}
.is-order-last{
  order: 9999;
}
@media (max-width: 1024px) {
    .home2 .wp-block-cover.alignfull {
        min-height: 355px!important;
    }
}
.custom-product-categories ul.products {
  container-name: carousel;
  container-type: inline-size;
  display: flex;
  flex-wrap: nowrap;
  padding: 4px !important;
  overflow-x: auto;
  scroll-padding: 0 30%;
  scroll-snap-type: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-product-categories li.product-category {
  flex-basis: 0;
  min-width: 50% !important;
  scroll-snap-align: center;
  margin-right: 1.2rem !important;
  margin-bottom: 0px !important;
  list-style: none;
  text-align: center;
  font-weight: 600!important;
}
@container carousel (max-width: 600px) {
  .custom-product-categories li.product-category {
    min-width: 124px !important;
  }
  .wc-block-product{
    min-width: 164px !important;
  }
}
@container carousel (min-width: 600px) {
  .custom-product-categories li.product-category {
    min-width: 20.5% !important;
  }
  .wc-block-product{
    min-width: 28.5% !important;
  }
}
@container carousel (min-width: 782px) {
  .custom-product-categories li.product-category {
    min-width: 24% !important;
  }
  .wc-block-product{
    min-width: 32% !important;;
  }
}
@container carousel (min-width: 960px) {
  .custom-product-categories li.product-category {
    min-width: 14% !important;;
  }
  .wc-block-product{
    min-width: 22% !important;
  }
}
@container carousel (min-width: 1280px) {
  .custom-product-categories li.product-category {
    min-width: 10% !important;;
  }
  .wc-block-product{
    min-width: 18% !important;
  }
}
@container carousel (min-width: 1440px) {
  .custom-product-categories li.product-category {
    min-width: 8% !important;
  }
  .wc-block-product{
    min-width: 15% !important;
  }
}
.wp-block-categories__label {
  display: none !important;
}
.custom-product-categories .product-category .category-thumbnail {
  display: block;
  width: 72%;
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
  margin: 0 auto;
  background-color: #e6e5e5;
}
.custom-product-categories .product-category img{
  background-color: #f0f0f0;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 50%;
  margin: 0px !important;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.custom-product-categories .product-category:hover img {
  transform: scale(1.2);
}
.custom-product-categories .product-category a{
  text-decoration: none;
}

.wp-block-add-to-cart-with-options .wcpay-express-checkout-wrapper {
  padding-top: 16px;
}
.woocommerce .products .product-category {
  text-align: center;
}
.wp-block-categories-list{
  padding: 0px !important;
  list-style: none;
}
.wp-block-categories-list a{
  text-decoration: none;;
}
@media (max-width: 745px) {
  .product-categories-column {
    display: none;
  }
}
.product-category-inner .woocommerce-loop-category__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  word-break: break-word;
}

@media (max-width: 672px) {}
@media (max-width: 598px) {
  .wp-block-search__button-inside {
    /* padding: 0px !important; */
    flex: 1 1 auto;
    order: 2;
  }
  .header-icons {
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}
.wp-block-group:has(.wp-block-search__button-inside) {
  row-gap: 0px !important;
  justify-content: space-between;
}
.wp-block-search__button-inside {
  position: relative;
  padding: 16px;
  max-width:800px;
  z-index: 999;
}
.wp-block-search__inside-wrapper {
  /* border-radius: 50px; */
}
.wp-block-search__button-inside .wp-block-search__input {
  padding-right: 0px;
}
.wp-block-search__button-inside .wp-block-search__button {
  font-size: 24px;
  color: #000;
  background: none;
  border: none;
  margin: 0px;
  padding: 6px;
}
.wp-block-search__button-inside .no-results{
  padding:16px;
}
.live-search-overlay {
  position: absolute;
  display: none;
  inset: 0;
  background: #00000073;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 30;
}
.live-search-overlay.active {
  display: block;
  opacity: 1;
  
}
.live-search-container{
  background-color: #d65b5b;
  max-width: 800px;
}
body.search-open {
  overflow: hidden;
}
.live-search-items {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  max-height: 516px;
  overflow-y: auto;
}
.live-search-item {
  display: flex;
  padding: 16px;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.2s ease;
}
.live-search-item:hover {
  background-color: #f0f0f0;
}
.live-search-thumbnail img {
  width: 100px;
  height: auto;
  border-radius: 8px;
}
.live-search-info {
  margin-left: 16px;
}
.price.no-price{
  font-size: 14px;
  color: #1DB954;
  font-weight: 600;
}

header .sticky-menu {
    background-color: #fff;
    position: relative;
    transition: all 0.5s ease;
    z-index: 999;
}

header .sticky-menu.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
}
header .sticky-menu .custom-logo {
    transition: all 0.5s ease;
}
header .sticky-menu.sticky .custom-logo{
    width: 70px;
    height: auto;
}
@media screen and (min-width: 782px) {
  body:has(#wpadminbar) header .sticky-menu.sticky {
      top: 32px!important;
  }
}
@media screen and (max-width: 782px) {
  body:has(#wpadminbar) header .sticky-menu.sticky {
      top: 46px!important;
  }
}
@media screen and (max-width: 600px) {
  body:has(#wpadminbar) header .sticky-menu.sticky {
      top: 0px!important;
  }
}