/** Shopify CDN: Minification failed

Line 393:0 Expected "}" to go with "{"

**/
/* --- Bubzio Custom Styles Start --- */

/* Purana Search Icon Hatana */
.header__icon--search {
    display: none !important;
    }

    /* Custom Search Bar Styling */
    .custom-search-container {
        padding: 10px 15px !important;
            background-color: #fff !important;
            }
            .search-form {
                position: relative !important;
                }
                .search-input {
                    width: 100% !important;
                        height: 45px !important;
                            border: 1px solid #e0e0e0 !important;
                                border-radius: 8px !important;
                                    padding-left: 15px !important;
                                        font-size: 15px !important;
                                        }
                                        .search-button {
                                            position: absolute !important;
                                                right: 5px !important;
                                                    top: 50% !important;
                                                        transform: translateY(-50%) !important;
                                                        }

                                                        /* Custom Category Grid Styling */
                                                        .custom-grid {
                                                          display: flex !important;
                                                            flex-wrap: wrap !important;
                                                              justify-content: center !important;
                                                                gap: 20px !important;
                                                                  padding: 20px 15px !important;
                                                                  }
                                                                  .custom-grid-item {
                                                                    width: 90px !important;
                                                                    }
                                                                    .custom-grid-image-wrapper {
                                                                      width: 80px !important;
                                                                        height: 80px !important;
                                                                          border-radius: 50% !important;
                                                                            overflow: hidden;
                                                                              margin: 0 auto !important;
                                                                              }
                                                                              .custom-grid-image-wrapper img {
                                                                                width: 100% !important;
                                                                                  height: 100% !important;
                                                                                    object-fit: contain;
                                                                                    }
                                                                                    .custom-grid-text {
                                                                                      font-size: 13px !important;
                                                                                        margin-top: 8px !important;
                                                                                          font-weight: 500;
                                                                                            word-break: break-word !important;
                                                                                            }

                                                                                            /* Featured Collection Styling */
                                                                                            .section-featured-collection {
                                                                                                background-color: #F0F8FF !important;
                                                                                                    padding: 20px 0 !important;
                                                                                                    }
                                                                                                    .section-featured-collection .title-wrapper-with-link {
                                                                                                        background-color: #FFFBEB !important;
                                                                                                            padding: 15px !important;
                                                                                                                margin: 0 10px 15px 10px !important;
                                                                                                                    border-radius: 12px 12px 0 0 !important;
                                                                                                                    }
                                                                                                                    .section-featured-collection .title {
                                                                                                                        color: #212121 !important;
                                                                                                                            text-align: left !important;
                                                                                                                                font-size: 20px;
                                                                                                                                }
                                                                                                                                .section-featured-collection .card-wrapper {
                                                                                                                                    background-color: #fff;
                                                                                                                                        border: none !important;
                                                                                                                                            border-radius: 12px !important;
                                                                                                                                                overflow: hidden;
                                                                                                                                                    height: 100%;
                                                                                                                                                    }
                                                                                                                                                    .section-featured-collection .grid {
                                                                                                                                                        grid-template-rows: 1fr;
                                                                                                                                                        }

                                                                                                                                                        /* Search Results Page Ka Default Search Bar Hatana */
                                                                                                                                                        .template-search .search {
                                                                                                                                                            display: none !important;
                                                                                                                                                            }

                                                                                                                                                            /* --- Bubzio Custom Styles End --- *
                                    /* --- Flipkart Style Products Styling --- */
                                    .flipkart-section-wrapper {
                                      padding-bottom: 20px;
                                      }
                                      .flipkart-header-wrapper {
                                        padding: 15px;
                                          margin: 0 10px 15px 10px;
                                            border-radius: 12px 12px 0 0;
                                            }
                                            .flipkart-section-title {
                                              color: #212121;
                                                text-align: left;
                                                  font-size: 20px;
                                                    margin: 0;
                                                    }
                                                    .flipkart-products-grid {
                                                      display: grid;
                                                        grid-template-columns: repeat(2, 1fr);
                                                          gap: 10px;
                                                            padding: 0 10px;
                                                            }
                                                            .flipkart-product-card {
                                                              display: flex;
                                                                flex-direction: column;
                                                                  background-color: #ffffff;
                                                                    border-radius: 12px;
                                                                      overflow: hidden;
                                                                        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
                                                                          text-decoration: none;
                                                                            color: inherit;
                                                                              height: 100%; /* Sab cards ko barabar height dega */
                                                                              }
                                                                              .flipkart-product-image-wrapper {
                                                                                width: 100%;
                                                                                  padding-top: 100%; /* Square image aspect ratio */
                                                                                    position: relative;
                                                                                      overflow: hidden;
                                                                                      }
                                                                                      .flipkart-product-image-wrapper img {
                                                                                        position: absolute;
                                                                                          top: 0;
                                                                                            left: 0;
                                                                                              width: 100%;
                                                                                                height: 100%;
                                                                                                  object-fit: cover;
                                                                                                  }
                                                                                                  .flipkart-product-details {
                                                                                                    padding: 10px;
                                                                                                      text-align: left;
                                                                                                        flex-grow: 1; /* Details ko poori height lene dega */
                                                                                                          display: flex;
                                                                                                            flex-direction: column;
                                                                                                              justify-content: flex-end; /* Text ko neeche align karega */
                                                                                                              }
                                                                                                              .flipkart-product-name {
                                                                                                                font-size: 14px;
                                                                                                                  font-weight: 500;
                                                                                                                    margin-top: 0;
                                                                                                                      margin-bottom: 5px;
                                                                                                                        color: #212121;
                                                                                                                        }
                                                                                                                        .flipkart-product-custom-text {
                                                                                                                          font-size: 12px;
                                                                                                                            color: #888;
                                                                                                                              margin-bottom: 5px;
                                                                                                                              }
                                                                                                                              .flipkart-product-price {
                                                                                                                                font-size: 14px;
                                                                                                                                  font-weight: 600;
                                                                                                                                    color: #212121;
                                                                                                                                      margin-top: auto; /* Price ko hamesha neeche rakhega */
                                                                                                                                      }
                                                                                                                                      .flipkart-product-price s {
                                                                                                                                        color: #a0a0a0;
                                                                                                                                          font-weight: normal;
                                                                                                                                            margin-right: 5px;
                                                                                                                                            }
                                                                                                                                            .flipkart-product-price .price-sale {
                                                                                                                                              color: #e44d26; /* Sale price ke liye red color */
                                                                                                                                              }
                                                                                                  /* --- Naya Style for Flipkart Section (Aapke Plan Ke Hisaab Se) --- */ /* 1. Price ko HIDE karega */
                                                                                                  .flipkart-product-price {
                                                                                                    display: none !important;
                                                                                                    } /* 2. Custom Text (Special offer) ko BOLD aur HIGHLIGHT karega */
                                                                                                    .flipkart-product-custom-text {
                                                                                                      font-weight: bold !important;
                                                                                                        font-size: 15px !important;
                                                                                                          color: #000000 !important;
                                                                                                          } /* 3. Section Title ("Future collocation") ko SUNDAR BANAYEGA */
                                                                                                          .flipkart-header-wrapper {
                                                                                                            background-color: #87ceeb !important; /* Nela (Sky Blue) background */
                                                                                                            }
                                                                                                            .flipkart-section-title {
                                                                                                              text-align: center !important; /* Text ko center mein laayega */
                                                                                                              } /* Bonus: Poore section ka background white kar dega (yellow ki jagah) */
                                                                                                              .flipkart-section-wrapper {
                                                                                                                background-color: #ffffff !important;
                                                                                                                } /* --- Offer Text Ke Peeche Yellow Patti Lagane Ke Liye --- */
                                                                                                                .flipkart-product-custom-text {
                                                                                                                  background-color: #ffd700; /* Sundar sa Yellow color */
                                                                                                                    color: #000000 !important; /* Text ka color black */
                                                                                                                      padding: 4px 8px; /* Patti ke andar thodi jagah */
                                                                                                                        border-radius: 4px; /* Patti ke kone halke se goal */
                                                                                                                          display: inline-block; /* Yeh line zaroori hai */
                                                                                                                            font-weight: bold !important;
                                                                                                                              font-size: 14px !important;
                                                                                                                                margin-top: 5px; /* Upar wale text se thoda gap */
                                                                                                                                } /* --- Section Header Patti Ko Theek Karne Ke Liye --- */
                                                                                                                                .flipkart-header-wrapper {
                                                                                                                                  margin: 0 !important; /* Side se gap hata dega */
                                                                                                                                  }
                                                                                                                                  .flipkart-section-title {
                                                                                                                                    text-align: center !important; /* Text ko center mein laayega */
                                                                                                                                    } /* --- Yellow Patti Ke Text Ko Center Karne Ke Liye --- */
                                                                                                                                    .flipkart-product-custom-text {
                                                                                                                                      text-align: center !important; /* Text ko patti ke beech mein laayega */
                                                                                                                                      } /* --- Flipkart Section Ke Overall Padding Ko Theek Karne Ke Liye --- */
                                                                                                                                      .flipkart-section-wrapper {
                                                                                                                                        padding-left: 0 !important;
                                                                                                                                          padding-right: 0 !important;
                                                                                                                                          }   /* --- Flipkart Style Products (Stable Version) --- */
                                                                                                                                          .flipkart-section-wrapper {
                                                                                                                                            background-color: #f0f8ff !important; /* Section ka background Sky Blue */
                                                                                                                                              padding: 20px 10px;
                                                                                                                                              }
                                                                                                                                              .flipkart-header-wrapper {
                                                                                                                                                background-color: #fffbeb !important; /* Header ka background Yellow */
                                                                                                                                                  padding: 15px !important;
                                                                                                                                                    margin-bottom: 15px;
                                                                                                                                                      border-radius: 12px 12px 0 0 !important;
                                                                                                                                                      }
                                                                                                                                                      .flipkart-section-title {
                                                                                                                                                        color: #212121;
                                                                                                                                                          text-align: center !important;
                                                                                                                                                            font-size: 20px;
                                                                                                                                                              margin: 0;
                                                                                                                                                              }
                                                                                                                                                              .flipkart-products-grid {
                                                                                                                                                                display: grid;
                                                                                                                                                                  grid-template-columns: repeat(2, 1fr);
                                                                                                                                                                    gap: 15px;
                                                                                                                                                                    }
                                                                                                                                                                    .flipkart-product-card {
                                                                                                                                                                      display: flex;
                                                                                                                                                                        flex-direction: column;
                                                                                                                                                                          background-color: #ffffff;
                                                                                                                                                                            border-radius: 12px;
                                                                                                                                                                              overflow: hidden;
                                                                                                                                                                                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
                                                                                                                                                                                  text-decoration: none;
                                                                                                                                                                                    color: inherit;
                                                                                                                                                                                      height: 100%;
                                                                                                                                                                                      }
                                                                                                                                                                                      .flipkart-product-image-wrapper {
                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                          padding-top: 100%;
                                                                                                                                                                                            position: relative;
                                                                                                                                                                                              overflow: hidden;
                                                                                                                                                                                              }
                                                                                                                                                                                              .flipkart-product-image-wrapper img {
                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                  top: 0;
                                                                                                                                                                                                    left: 0;
                                                                                                                                                                                                      width: 100%;
                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                          object-fit: cover;
                                                                                                                                                                                                          }
                                                                                                                                                                                                          .flipkart-product-details {
                                                                                                                                                                                                            padding: 10px;
                                                                                                                                                                                                              text-align: left;
                                                                                                                                                                                                                flex-grow: 1;
                                                                                                                                                                                                                  display: flex;
                                                                                                                                                                                                                    flex-direction: column;
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                    .flipkart-product-name {
                                                                                                                                                                                                                      font-size: 14px;
                                                                                                                                                                                                                        font-weight: 500;
                                                                                                                                                                                                                          margin: 0 0 5px 0;
                                                                                                                                                                                                                            color: #212121;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            .flipkart-product-price {
                                                                                                                                                                                                                              display: none !important;
                                                                                                                                                                                                                              }
                                                                                                                                                                                                                              .flipkart-product-custom-text {
                                                                                                                                                                                                                                background-color: #ffd700;
                                                                                                                                                                                                                                  color: #000 !important;
                                                                                                                                                                                                                                    padding: 4px 8px;
                                                                                                                                                                                                                                      border-radius: 4px;
                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                          font-weight: bold !important;
                                                                                                                                                                                                                                            font-size: 14px !important;
                                                                                                                                                                                                                                              margin-top: auto;
                                                                                                                                                                                                                                                text-align: center !important;
/* --- Header Ko Final Flipkart Look Dene Ke Liye --- */ /* 1. Poore header ke background ko Sky Blue karega */
.header {
  background-color: #f0f8ff !important; /* Halka Sky Blue Color */
  } /* 2. Menu icon (☰) ko Black aur Ghara (Bold) karega */
  .header__icon--menu .icon {
    stroke: black !important; /* Icon ko black karega */
      stroke-width: 2px !important; /* Icon ko mota (bold) karega */
      } /* --- Search Bar Ko Blue Header Ke Upar Laane Ke Liye --- */
      .custom-search-container {
        background-color: transparent !important; /* Blue background dikhane ke liye */
          position: relative;
            z-index: 1;
            }
            .search-input {
              background-color: #ffffff !important; /* Search box ko white rakhega */
              } /* --- Cart Icon Ko Blue Header Ke Upar Laane Ke Liye --- */
              .header__icon--cart {
                position: relative;
                  z-index: 1;
                  }
                  .header__icon--cart::after {
                    color: #000000; /* Icon ko black kar dega */
                    } /* --- Cart Icon Ko Black Aur BOLD Banane Ke Liye --- */
                    .header__icon--cart .icon {
                      stroke: black !important; /* Icon ko black karega */
                        stroke-width: 1.5px !important; /* Icon ko mota (bold) karega */
                        }/* --- Custom Product Grid Styling --- */
                        .custom-product-section-wrapper {
                          padding: 20px 0;
                            background-color: #F0F8FF !important; /* Poore section ka background sky blue */
                            }
                            .custom-product-header-wrapper {
                              padding: 15px;
                                margin: 0 10px 15px 10px;
                                  border-radius: 12px 12px 0 0;
                                  }
                                  .custom-product-section-title {
                                    color: #212121;
                                      text-align: left;
                                        font-size: 20px;
                                          margin: 0;
                                          }
                                          .custom-products-grid {
                                            display: grid;
                                              grid-template-columns: repeat(2, 1fr);
                                                gap: 10px;
                                                  padding: 0 10px;
                                                  }
                                                  .custom-product-card {
                                                    display: flex;
                                                      flex-direction: column;
                                                        background-color: #ffffff;
                                                          border-radius: 12px;
                                                            overflow: hidden;
                                                              box-shadow: 0 2px 4px rgba(0,0,0,0.05);
                                                                text-decoration: none;
                                                                  color: inherit;
                                                                    height: 100%;
                                                                    }
                                                                    .custom-product-image-wrapper {
                                                                      width: 100%;
                                                                        padding-top: 100%;
                                                                          position: relative;
                                                                            overflow: hidden;
                                                                            }
                                                                            .custom-product-image-wrapper img {
                                                                              position: absolute;
                                                                                top: 0;
                                                                                  left: 0;
                                                                                    width: 100%;
                                                                                      height: 100%;
                                                                                        object-fit: cover;
                                                                                        }
                                                                                        .custom-product-details {
                                                                                          padding: 10px;
                                                                                            text-align: left;
                                                                                              flex-grow: 1;
                                                                                                display: flex;
                                                                                                  flex-direction: column;
                                                                                                  }
                                                                                                  .custom-product-name {
                                                                                                    font-size: 14px;
                                                                                                      font-weight: 500;
                                                                                                        margin: 0 0 5px 0;
                                                                                                          color: #212121;
                                                                                                          }
                                                                                                          .custom-product-price {
                                                                                                            font-size: 16px;
                                                                                                              font-weight: 600;
                                                                                                                color: #212121;
                                                                                                                  margin-top: auto;
                                                                                                                  }
                                                                                                                  .custom-product-price s {
                                                                                                                    color: #a0a0a0;
                                                                                                                      font-weight: normal;
                                                                                                                        margin-right: 5px;
                                                                                                                        }
                                                                                                                        .custom-product-price .price-sale {
                                                                                                                          color: #e44d26;
                                                                                                                          }
                                                                                                                                                                                    
