@media (max-width: 768px) {
        [data-full-screen] .zsslider-arrows-container {
            display: block !important;
        }
    }

.zphero .zsslider-arrows-container .zsslider-arrow-left svg.svg-icon-24px, .zphero .zsslider-arrows-container .zsslider-arrow-right svg.svg-icon-24px {
    width: 15px !important;
    height: 15px !important;
}

.zphero .zsslider-arrows-container .zsslider-arrow-left, .zphero .zsslider-arrows-container .zsslider-arrow-right{
    width:15px !important;
    height:65px !important;
    background:none !important;
}

@media (min-width: 1024px){
    .zphero{
        min-block-size:35.5rem !important;
    }
}

@media (max-width: 1024px){
    .zphero{
        min-block-size:26rem !important;
    }
}

@media (max-width: 992px){
    .zphero{
        min-block-size:18rem !important;
    }
}

@media (max-width: 500px){
    .zphero{
        min-block-size:11rem !important;
    }
}


.theme-logo-parent {
    height: 50px;
    width: 160px;
    margin-left: 30px;
}



.zcs_slider_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  overflow-x: auto; }
  .zcs_slider_row .zcs_col_25 {
    width: 25%; }
  .zcs_slider_row .zcs_col_50 {
    width: 45%; }
  @media (max-width: 992px) {
    .zcs_slider_row .zcs_col_25 {
      width: 33.33%; } }
  @media (max-width: 490px) {
    .zcs_slider_row .zcs_col_25, .zcs_slider_row .zcs_col_50 {
      width: 60%; } }

.zcs_slider_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 10px; }
  .zcs_slider_row .zcs_flex_one {
    min-width: 130px;
    flex: 1; }
  @media (max-width: 490px) {
    .zcs_slider_row {
      gap: 14px; } }
.zcs_slider_row::-webkit-scrollbar {
  height: 8px; }

.zcs_slider_row::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 4px; }

@media (max-width: 767px) {
  .theme-content-area{
    padding-top: 0px;
  }

  [data-element-id='elm_R6zeK0EXpTPO9F1oQ2up6w'].zpsection{
    padding-top: 0px !important;
  }
}

@media (max-width: 767px) {
  [data-element-id='elm_roVsQ9D3yg0brHhDFeFpjw'] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [data-element-id='elm_roVsQ9D3yg0brHhDFeFpjw'] > .zpelem-col {
    flex: 0 0 calc(100% / 3.5) !important;
    min-width: calc(100% / 2.6) !important;
    width: calc(100% / 3.5) !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .zpstorecollection-container.zpfilmstrip .zprow.theme-store-style-collection-row-15 .theme-prod-box {
    width: calc(100% / 22.5) !important;
  }
}

@media only screen and (max-width: 767px) {
    [data-zs-mobile-content-wrap] [data-themebanner="zptheme-banner"].theme-banner.zphero-boxed {
        margin-bottom: 0;
    }

    [data-zs-mobile-content-wrap] .zpcontent-container.hero-container {
        margin-bottom: 0;
    }
}

.zpcarousel-arrow-left svg, .zpcarousel-arrow-right svg {
    fill: #000 !important;
}

#zs-pincode-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: grey;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#zs-pincode-bar label {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.02em;
}

#zs-pincode-input {
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 3px;
  width: 110px;
  outline: none;
  font-family: inherit;
}

#zs-pincode-input::placeholder {
  color: rgba(255,255,255,0.65);
}

#zs-pincode-btn {
  background: #fff;
  color: green;
  border: none;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#zs-pincode-btn:hover {
  background: #e8f5e9;
}

#zs-pincode-result {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

#zs-pincode-result.zs-pin-ok {
  color: #b7ffcf;
}

#zs-pincode-result.zs-pin-fail {
  color: #ffb3b3;
}

/* Mobile: stack label on small screens */
@media (max-width: 480px) {
  #zs-pincode-bar {
    padding: 5px 8px;
    gap: 6px;
  }
  #zs-pincode-input {
    width: 90px;
  }
}

@media (max-width: 767px) {
    input {
        font-size: 10px !important;
        width: 40%;
        height: 20px;
    }
}

@media (max-width: 991px) {
    .theme-mobile-header-style-05.theme-mobile-header-top {
        background: White !important;
    }
}


@media (min-width: 768px) {
.theme-banner .zphero,
.theme-banner .zphero-slide {
  min-height: 350px !important;
  height: 350px !important;
}
}