/** Shopify CDN: Minification failed

Line 308:15 Expected identifier but found whitespace
Line 308:21 Unexpected ";"
Line 337:3 Expected ")" to go with "("

**/

.collection-list-wrapper .title-wrapper-with-link {
    justify-content: center;
}
.hide {
  display: none;
}

.showonhover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.showonhover span span {
    display: inline-block;
    font-size: 15px;
    background: white;
    border: 1px solid #dbdbdb !important;
    padding: 1px 8px;
}
/* .showonhover ul {
    list-style: none;
    margin: 0px;
} */
.showonhover {
    opacity: 0;
    transition: 0.3s;
}
.grid__item:hover .showonhover {
    opacity: 1;
}  
.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
    display: none;
}
/* .image-with-text__media img{max-width: 500px; max-height: 500px; margin: auto; right: 0; bottom: 0;}
@media screen and (min-width: 750px) {
.product__media-item.grid__item {
width: 100% !important;
max-width: 100% !important;
}
} */

@media screen and (min-width: 750px) {
 .banner__text p {
    max-width: 54rem;
}
  .image-with-text__content {
    margin: 0 auto;
    width: 82%;
}
  .image-with-text__media--medium {
    height: 50rem;
}
}
@media screen and (max-width: 749px) {
  h2.banner__heading.inline-richtext.h1, .content-container--full-width-mobile {
      color: #000000;
  }
}

.goodmsin--22 {
    width: 75px;
    height: 75px;
    background-size: cover !important;
    border: 1px solid #e7e7e7 !important;
    border-radius:5px;
    padding:10px;
}
.maingood--con22 {
    text-align: center;
    padding: 20px;
}

.maingood--con22 h3 {
    font-size: 32px;
    margin-bottom: 0px;
}

.goodmsin---22 {
    display: flex;
    align-items: center;
    width: 90%;
}

.goodmsin---22 label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goodmsin---22 {
    margin-bottom: 30px;
}

.maingod--ss {
    font-size: 12px;
    margin-right: 11px;
}

.chosequanti--22 input {
    padding: 2px 20px !important;
    font-size: 13px !important;
    border: 1px solid #e1e1e1 !important;
    max-width: 74px;
    max-height: unset !important;
    height: unset !important;
    padding: 10px 20px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 50px !important;
}

.goodmsin--22 {
    margin: 0px 25px !important;
    margin-left: 10px !important;
}

.gmdins--pricess {
    font-size: 14px !important;
}

.maintitle--producss h6 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 16px;
}

.nicemains-22 {
    width: 70%;
}

.gmdins--pricess {
    width: 10%;
}

.prodycmain--listt {
    max-width: 600px;
    margin: auto;
}

.bigmains--22 {
    margin-top: 11px;
}

.bigmains--22 select {
    font-size: 12px;
    padding: 6px 20px;
    border: 1px solid #e1e1e1 !important;
    border-radius: 50px !important;
}

.chosequanti--22, .bigmains--22 {
    display: flex;
    align-items: center;
}

.bigmains--22 {
    margin-top: 6px;
}

.goodmsin---22 {
    margin: auto;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0px;
}
.goodmsin---22:hover {
    background: aliceblue;
}
.prodycmain--listt {
    max-width: 800px;
}

.goodmsin---22 label {
    width: 100%;
}

.mingoos--22 {
    text-align: center;
    background: #f7f7f7;
    font-weight: 600;
    padding: 12px 30px;
}

.maingood--con22 {
    max-width: 800px;
    margin: auto;
}
.flixmin-22 {
    max-width: 800px;
    margin: auto;
}
.flsim2--wsinss input {
}

.nicmeins--cnontss, .flsim2--wsinss .field {
    margin-bottom: 20px !important;
}

.flsim2--wsinss .field {}

.flsim2--wsinss {
    margin-top: 40px !important;
}

@media screen and (max-width: 750px) {
.goodmsin---22 {
    width: 100%;
    padding: 20px 10px;
}

.goodmsin--22 {
    margin-left: 5px !important;
    margin-right: 15px !important;
    width: 60px !important;
    height: 60px !important;
}

.goodmsin---22 label {
    width: 80%;
}

.maintitle--producss h6 {
    font-size: 12px;
}

.flsim2--wsinss {
    padding: 0px 20px;
}
}
@media screen and (min-width: 750px) {
    .facets-vertical .facets__summary {
        background: rgb(165 141 113);
      font-size: 18px;
        color: #fff;
        padding-left: 1.5rem;
      padding-top: 1.5rem;
        margin-bottom: 0;
        padding-bottom: 1.5rem;
    }
      .facets__summary .icon-caret {
        right: 1.5rem !important;
        width: 1.7rem;
        height: 2rem;
        top: 32%;
    }
}

/* popup css*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
}
.popup input[type="email"] {
  padding: 10px;
  width: 80%;
  margin: 10px 0;
}
.popup button {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup button:hover {
  background: #0056b3;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.whatsapp-subscribe a button {
  background-color: #25d366;
}
.whatsapp-subscribe a button:hover {
  background-color: #128c7e;
}
/* .banner, .banner__media, .banner__media img {
    height: 100vh !important; /* Full viewport height */
    object-fit: cover;
    width: 100%;
}
.banner__box {
    background-color: rgba(255, 255, 255, 0.1; /* Adjust last value (0.6) for more/less opacity */
    /* padding: 20px; /* Adjust as needed */ */
    border-radius: 10px; /* Optional: soft rounded corners */
}
.header-wrapper {
    background: transparent !important;
    position: absolute !important;
    width: 100%;
    z-index: 100;
}

.shopify-section-header-sticky {
    background: rgba(255, 255, 255, 0.8) !important; /* Slight opacity when scrolling */
    backdrop-filter: blur(5px);
}

.header__heading-link, .header__menu-item {
    color: #ffffff !important; /* Ensures menu text is visible */
}

@media (max-width: 768px) {
    .header-wrapper {
        background: rgba(0, 0, 0, 0.4) !important; /* Slightly darker on mobile for readability */
    }
}
 */