/** Shopify CDN: Minification failed

Line 93:17 Expected identifier but found whitespace
Line 93:19 Unexpected "{"
Line 93:28 Expected ":"
Line 93:57 Expected ":"

**/
.custom-banner-popup {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

.custom-banner-popup[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.custom-banner-popup__content {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  height: 98%;
  transform: translate(-50%, -50%)
}
.custom-banner-title {
    text-align: center;
  }
  .custom-banner__modal-button {
    margin: 0 0 0 5rem;
    display: block;
    background-color: rgb(var(--brand-color));
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
  }
   .custom-banner__modal-button:after{
     box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--brand-color), var(--alpha-button-background));
   }
  .custom-banner__modal-button:hover:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--brand-color), var(--alpha-button-background)) !important;
  }

  .custom-banner-description ul {
    margin: 0;
    padding: 1.5rem 0 2rem;
    list-style: none;
  }
  .custom-banner-description ul li {
    padding: 1rem 0 1rem 5rem;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 36px 36px;
  }
  .custom-banner-description ul li:first-child {
    background-image: url('/cdn/shop/files/icon__bullet__rudraksha.svg?v=1753896347');
  }
  .custom-banner-description ul li:nth-child(2) {
    background-image: url('/cdn/shop/files/icon__bullet__shaligram.svg?v=1753897438');
  }
  .custom-banner-description ul li:nth-child(3) {
    background-image: url('/cdn/shop/files/icon__bullet__tulsi.svg?v=1753896347');
  }
  .custom-banner-description ul li:nth-child(4) {
    background-image: url('/cdn/shop/files/icon__bullet__shank.svg?v=1753896347');
  }
  .custom-banner-description ul li:nth-child(5) {
    background-image: url('/cdn/shop/files/icon__bullet__giftbox.svg?v=1753896346');
  }

    @media screen and (max-width: 749) {
      .custom-banner__modal-opener {
      padding-bottom: 2rem;

    }
  }
  @media screen and (min-width: 750px) {
    .custom-banner-section {
      min-height: {{ section.settings.desktop_height }}px !important;
    }
    .custom-banner-container {
      position: relative;
      height: 100%;
    }
    .custom-banner-wrapper {
      position: absolute;
      top: 50%;
      right: 5rem;
      transform: translateY(-50%);
      max-width: 385px;
    }
  }
