@media (min-width: 992px) {
  .theme-pages-full-stretch .zpcontainer{
    max-inline-size: 100%!important;
    padding-inline-start: 40px!important;
    padding-inline-end: 40px!important;
  }
  .zpheader-style-04 .theme-header .zpcontainer .theme-branding-info {
    padding-inline: 0;
  }
  body:not(:has(.theme-header-fixed)) .theme-navigation-and-icons .theme-menu-area .theme-menu ul li > a {
    background: transparent;
    color: #000;
  }
  body:not(:has(.theme-header-fixed)) .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a, .theme-navigation-and-icons .theme-menu-area .theme-menu ul li:hover>a {
    background: transparent;
    color: #AA336A!important;
  }
  body:not(:has(.theme-header-fixed)) .theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-mini-cart .theme-minicart-icon svg path {
    fill: #000;
  }
}
@media (min-width: 992px) {
    .zsright-overlay-box {
        margin-inline-end: -75px;
        position: relative;
        z-index: 1;
    }
}

.zcs_aspect_ratio_one img{
  aspect-ratio: 1;
}
.theme-product-list-style-10 .theme-product-card .theme-product-image-area picture img, .theme-product-details-style-10 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-image-container .theme-product-detail-image-inner picture img{
      object-fit: contain;
}
.zphero-slides .zpdark-section-bg {
  background-color: rgb(249, 238, 179)
}
.zcs_aspect_ratio_one img{
  aspect-ratio: 1;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
}
.theme-header-animate {
    top: 0;
}

.theme-header-topbar {
  display: none;
}
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-view-details,
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-button-area {
  transition: all 0.2s linear;
}

.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-view-details:hover,
.theme-product-list-style-10 .theme-product-card .theme-product-details-area .theme-product-button-area:hover {
  background: #783d67;
}
@media (max-width: 991px) {
    .theme-mobile-header-style-04.theme-mobile-header-top .theme-mobile-header-nav-wrapper .theme-mobile-header-logo {
        max-inline-size: 72px;
    }
}
@media (max-width: 992px) {
  .theme-mobile-header-style-04.theme-mobile-header-bottom {
    position: relative !important;
    bottom: unset;
    width: fit-content;
    left: unset;
    padding-inline: 0;
  }
  .theme-mobile-header-search-icon {
    height: 20px!important;
    width: 20px!important;
  }
  .theme-mobile-header-style-04 .theme-mobile-header-bottom .theme-mobile-header-icon-wrapper {
    gap: 0;
  }
  .theme-mobile-header-style-04.theme-mobile-header-bottom .theme-mobile-header-icon-wrapper .theme-mobile-header-icon {
    svg {
      height: 20px;
    }
  }
  [data-zs-mobile-header-slide-open] {
    position: relative;
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 991px) {
  [data-category-style-09] .theme-category-image-description-conatainer {
    min-block-size: 32px;
    aspect-ratio: 16 / 9;
  }
}
.zcs_align_center_accordion [data-element-type="accordionheader"]{
  justify-content: center;
}