/** Shopify CDN: Minification failed

Line 1156:0 All "@import" rules must come first

**/
.vbox-overlay {
  --vbox-tools-color: #fff;
  --vbox-title-background: #101010;
  --vbox-title-width: 'auto';
  --vbox-title-radius: 0;
  --vbox-share-background: #101010;
  --vbox-share-width: 'auto';
  --vbox-share-radius: 0;
  --vbox-padding: 0
}

.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999
}

.vbox-share,
.vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color)
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.vbox-share {
  font-size: 24px;
  padding: 0 .35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius)
}

.vbox-link-btn,
button.vbox-link-btn,
button.vbox-link-btn:active,
button.vbox-link-btn:focus,
button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: .8;
  transition: opacity .2s
}

.vbox-close:hover {
  opacity: 1
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color)
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px
}

.vbox-left {
  left: 0
}

.vbox-right {
  right: 0
}

.vbox-top {
  top: 0
}

.vbox-bottom {
  bottom: 0
}

.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: .8;
  transition: opacity .2s
}

.vbox-next:hover,
.vbox-prev:hover {
  opacity: 1
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block
}

.vbox-prev {
  left: 15px
}

.vbox-next {
  right: 15px
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px
}

.vbox-inline,
.venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: ""
}

.venoratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding)
}

.venoratio-1x1 {
  --vb-aspect-ratio: 100%
}

.venoratio-4x3 {
  --vb-aspect-ratio: calc(3 / 4 * 100%)
}

.venoratio-16x9 {
  --vb-aspect-ratio: calc(9 / 16 * 100%)
}

.venoratio-21x9 {
  --vb-aspect-ratio: calc(9 / 21 * 100%)
}

.venoratio-full {
  --vb-aspect-ratio: calc(100vh - 100px)
}

.vbox-child.vbox-inline,
.vbox-child.venoratio {
  max-width: 100%
}

.vbox-open {
  overflow: hidden
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0
}

.vbox-content {
  opacity: 0
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%
}

.vbox-container img {
  max-width: 100%;
  height: auto
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding)
}

.vbox-child img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block
}

.vbox-grab .vbox-child img {
  cursor: grab
}

.vbox-child>iframe {
  border: none !important
}

.vbox-content.swipe-left {
  margin-left: -200px !important
}

.vbox-content.swipe-right {
  margin-left: 200px !important
}

.vbox-preloader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity .2s
}

.vbox-hidden {
  display: none
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-1px);
  -moz-transform: translateZ(-1px);
  -o-transform: translateZ(-1px);
  transform: translateZ(-1px);
  z-index: 0
}

.vbox-tooltip {
  position: relative;
  display: inline-block
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity .3s;
  margin-bottom: 2px;
  font-family: sans-serif
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, .9);
  border-radius: 6px;
  font-size: 10px
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1
}

.vbox-overlay {
  --sk-size: 40px;
  --sk-color: #333
}

.sk-center {
  margin: auto
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -.6s
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes sk-chase-dot {

  100%,
  80% {
    transform: rotate(360deg)
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(.4)
  }

  0%,
  100% {
    transform: scale(1)
  }
}

.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(.455, .03, .515, .955)
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0)
  }

  45%,
  55% {
    transform: scale(1)
  }
}

.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -.9s
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -.8s
}

@keyframes sk-wave {

  0%,
  100%,
  40% {
    transform: scaleY(.4)
  }

  20% {
    transform: scaleY(1)
  }
}

.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(.455, .03, .515, .955)
}

@keyframes sk-pulse {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1);
    opacity: 0
  }
}

.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(.455, .03, .515, .955) 0s infinite both
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -.3s
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -.15s
}

@keyframes sk-flow {

  0%,
  100%,
  80% {
    transform: scale(.3)
  }

  40% {
    transform: scale(1)
  }
}

.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg)
  }
}

@keyframes sk-swing-dot {

  0%,
  100% {
    transform: scale(.2)
  }

  50% {
    transform: scale(1)
  }
}

.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-circle-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg)
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg)
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg)
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg)
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg)
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg)
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg)
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg)
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg)
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg)
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg)
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -.6s
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -.5s
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -.4s
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -.3s
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -.2s
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -.1s
}

@keyframes sk-circle {

  0%,
  100%,
  80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.sk-circle-fade-dot:before {
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg)
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg)
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg)
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg)
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg)
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg)
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg)
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg)
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg)
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg)
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg)
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -.9s
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -.8s
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -.7s
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -.6s
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -.5s
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -.4s
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -.3s
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -.2s
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -.1s
}

@keyframes sk-circle-fade {

  0%,
  100%,
  39% {
    opacity: 0;
    transform: scale(.6)
  }

  40% {
    opacity: 1;
    transform: scale(1)
  }
}

.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size)
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out
}

.sk-grid-cube:nth-child(1) {
  animation-delay: .2s
}

.sk-grid-cube:nth-child(2) {
  animation-delay: .3s
}

.sk-grid-cube:nth-child(3) {
  animation-delay: .4s
}

.sk-grid-cube:nth-child(4) {
  animation-delay: .1s
}

.sk-grid-cube:nth-child(5) {
  animation-delay: .2s
}

.sk-grid-cube:nth-child(6) {
  animation-delay: .3s
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s
}

.sk-grid-cube:nth-child(8) {
  animation-delay: .1s
}

.sk-grid-cube:nth-child(9) {
  animation-delay: .2s
}

@keyframes sk-grid {

  0%,
  100%,
  70% {
    transform: scale3D(1, 1, 1)
  }

  35% {
    transform: scale3D(0, 0, 1)
  }
}

.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg)
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1)
}

.sk-fold-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg)
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg)
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg)
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: .3s
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: .6s
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: .9s
}

@keyframes sk-fold {

  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  100%,
  90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance: calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -.5s
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s
}

@keyframes sk-wander {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(.6)
  }

  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg)
  }

  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg)
  }

  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(.6)
  }

  100% {
    transform: rotate(-360deg)
  }
}

/*# sourceMappingURL=venobox.min.css.map */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

.lh-0 {
  line-height: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.text-center {
  text-align: center !important;
}

.baadmay-color-dark {
  color: #213D46 !important;
}

.baadmay-color-primary {
  color: #6016EB !important;
}

.vbox-close {
  display: none !important;
}

.baadmay-popup-close {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(255, 255, 255, .15);
  position: absolute;
  top: 23px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baadmay-widget {
  display: flex;
  align-items: center;
  gap: 16px;
}

.baadmay-widget>p {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #213D46;
}

.baadmay-product {
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 2px 8px rgba(33, 61, 70, 0.07);
  border-radius: 8px;
  padding: 16px;
}

.baadmay-modal-container .vbox-inline {
  box-shadow: none !important;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px;
}

.baadmay-modal-container .vbox-inline::before {
  content: '';
  width: 100%;
  height: 252px;
  background-color: #6016EB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.baadmay-popup-head {
  text-align: center;
}

.baadmay-modal-container .vbox-inline h3 {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.baadmay-popup-head>img {
  margin: 0 auto 32px;
}

.baadmay-info-box {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(26, 10, 54, 0.08);
  border-radius: 10px;
  padding: 32px;
  display: flex;
  justify-content: space-around;
  max-width: 404px;
  margin: 0 auto;
}

.baadmay-info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}

.baadmay-info-item>p {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #213D46;
  margin-bottom: 0;
}

.baadmay-info-box.compact-box {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #E8E8E8;
  max-width: 100%;
}

.baadmay-info-box.compact-box .baadmay-info-item::after {
  content: '';
  width: 68px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 100%;
  margin-left: -34px;
  background-color: #939393;
  opacity: 0.25;
}

.baadmay-info-box.compact-box .baadmay-info-item:last-of-type:after {
  content: none;
}

.baadmay-info-box.compact-box .baadmay-info-item>p {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
}

.baadmay-wide {
  flex: 0 0 100%;
}

.baadmay-checkout {
  flex-flow: wrap;
  gap: 12px;
}

.baadmay-checkout>div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.baadmay-checkout>div>p {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #213D46;
  margin: 0;
}

.baadmay-checkout>div>a {
  padding-left: 10px;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .baadmay-modal-container .vbox-inline h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .baadmay-info-item>img {
    max-width: 48px;
    max-height: 48px;
  }

  .baadmay-info-item>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
  }

  .baadmay-info-box.compact-box .baadmay-info-item>p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 12px;
  }

  .baadmay-info-box.compact-box {
    flex-direction: column;
    gap: 24px;
  }

  .baadmay-info-box.compact-box .baadmay-info-item::after {
    content: none;
  }

  .mt-sm-24 {
    margin-top: 24px !important;
  }

  .baadmay-modal-container .vbox-inline {
    padding: 40px 16px;
  }

  .baadmay-popup-close {
    top: 10px;
    right: 10px;
  }
}

.baadmay-gateway-wrapper .baadmay-para .baadmay-modal p,
.baadmay-gateway-wrapper .baadmay-para .baadmay-modal p span {
  color: #6016eb !important
}

/* ===== Hamburger Menu Drawer ===== */

.m-menu-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: all 0.4s ease !important;
  background: rgba(0, 0, 0, 0) !important;
  backdrop-filter: blur(0px);
}

.m-menu-drawer.open {
  visibility: visible !important;
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.3) !important;
  /* Slightly darker overlay */
  backdrop-filter: blur(8px);
  /* Stronger blur effect as requested */
}

.m-menu-drawer__wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 500px !important;
  /* Reduced to 500px as requested */
  height: 100% !important;
  background: #fff !important;
  transform: translateX(-100%) !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 15px 0 40px rgba(0, 0, 0, 0.15) !important;
  /* Enhanced shadow for the wider menu */
}

.m-menu-drawer.open .m-menu-drawer__wrapper {
  transform: translateX(0) !important;
}

/* Drawer Header: Logo left, Close right */
.m-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  /* 32px global side padding as specified */
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  /* Light gray divider from spec */
}

.m-drawer-header__logo a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.m-drawer-header__logo img {
  max-height: 44px;
  width: auto;
}

.m-drawer-header__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-drawer-header__close svg {
  width: 18px;
  height: 18px;
  stroke: #000;
  stroke-width: 1.2px;
}

/* Primary Horizontal Menu */
.m-drawer-primary-menu {
  display: flex;
  overflow-x: auto;
  padding: 0 24px;
  /* Side padding from spec */
  border-bottom: 1px solid #E5E5E5;
  /* Divider from spec */
  background: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.m-drawer-primary-menu::-webkit-scrollbar {
  display: none;
}

.m-drawer-primary-menu__link {
  display: inline-block;
  padding: 20px 0;
  margin-right: 24px;
  /* Slightly more space between tabs */
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  /* Explicit clean font */
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #555555;
  transition: color 0.2s ease;
  position: relative;
  flex-shrink: 0;
  letter-spacing: 1px;
  /* Slightly more tracking as per spec */
}

.m-drawer-primary-menu__link.is-active {
  color: #000;
  /* Pure black for active */
  font-weight: 500;
}

.m-drawer-primary-menu__link.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  /* Very thin line */
  background-color: #000;
}

/* Secondary Vertical Menu */
.m-drawer-secondary-menu {
  background: #fff;
  padding: 0;
  flex: 1;
  overflow-y: auto;
  position: relative;
  display: grid;
  align-items: start;
}

.m-drawer-secondary-menu__list {
  grid-area: 1 / 1;
  list-style: none !important;
  margin: 0 !important;
  padding: 24px !important;
  background: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
}

.m-drawer-secondary-menu__list.is-active {
  display: block;
}

.m-drawer-secondary-menu__list.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.m-drawer-secondary-menu__item {
  border: none !important;
  margin-bottom: 28px !important;
  /* Even more airy vertical spacing */
}

.m-drawer-secondary-menu__item:last-child {
  margin-bottom: 0 !important;
}

.m-drawer-secondary-menu__item a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #000 !important;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 4px;
}

.m-drawer-secondary-menu__item a:hover {
  background: #f0f0f0;
}

/* Make the drawer content flex column so secondary fills remaining space */
.m-menu-drawer__content {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background: #fff !important;
}

/* Ensure Desktop Header has auto height so menu doesn't take 100vh height bug */
.sf-header__desktop {
  height: auto;
}

/* Custom Desktop Hamburger Menu Positioning and Styling */
.sf-desktop-hamburger-wrapper {
  order: -1 !important;
  /* Forces it to the left side of the flex box */
  flex: 0 0 auto !important;
  margin-right: 20px !important;
  margin-left: 65px !important;
  /* 65px from left as requested */
}

/* Ensure the icon lines display correctly on desktop */
.sf-desktop-hamburger-wrapper .sf-menu-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 50;
  background: #fff;
  border-radius: 2px;
  /* Sharper rectangular as requested */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  /* Minimal shadow as requested */
  transition: all 0.3s ease;
}

.sf-desktop-hamburger-wrapper .sf-menu-button:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.sf-desktop-hamburger-wrapper .m-hamburger-box__inner,
.sf-desktop-hamburger-wrapper .m-hamburger-box__inner::before,
.sf-desktop-hamburger-wrapper .m-hamburger-box__inner::after {
  width: 20px;
  /* Slightly smaller icon lines */
  height: 1.5px;
  /* Thinner lines for premium look */
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
  display: block;
}

.sf-desktop-hamburger-wrapper .m-hamburger-box__inner {
  top: 50%;
  margin-top: -0.75px;
}

.sf-desktop-hamburger-wrapper .m-hamburger-box__inner::before {
  content: "";
  top: -6px;
}

.sf-desktop-hamburger-wrapper .m-hamburger-box__inner::after {
  content: "";
  bottom: -6px;
}

/* Active state for Desktop Hamburger - Icon remains as hamburger */
.sf-menu-button.active .m-hamburger-box__inner {
  transform: none !important;
}

.sf-menu-button.active .m-hamburger-box__inner:before {
  opacity: 1 !important;
  top: -7px !important;
}

.sf-menu-button.active .m-hamburger-box__inner:after {
  bottom: -7px !important;
  transform: none !important;
}

/* Desktop hamburger in top bar */
.desktop-hamburger .m-hamburger-box {
  width: 22px;
  height: 16px;
  position: relative;
  display: inline-block;
}

.desktop-hamburger .m-hamburger-box__inner,
.desktop-hamburger .m-hamburger-box__inner::before,
.desktop-hamburger .m-hamburger-box__inner::after {
  width: 20px;
  height: 1.5px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
  display: block;
}

.desktop-hamburger .m-hamburger-box__inner {
  top: 50%;
  margin-top: -0.75px;
}

.desktop-hamburger .m-hamburger-box__inner::before {
  content: "";
  top: -6px;
}

.desktop-hamburger .m-hamburger-box__inner::after {
  content: "";
  bottom: -6px;
}

@media (max-width: 767px) {
  .m-menu-drawer__wrapper {
    max-width: 67% !important;
  }

  .m-drawer-header {
    padding: 16px 20px !important;
  }

  .m-drawer-header__logo img {
    max-height: 32px !important;
  }

  .m-drawer-primary-menu {
    padding: 0 20px !important;
  }

  .m-drawer-primary-menu__link {
    padding: 12px 0 !important;
    font-size: 8px !important;
    margin-right: 14px !important;
    letter-spacing: 0.3px !important;
  }

  .m-drawer-secondary-menu__list {
    padding: 24px 20px !important;
  }

  .m-drawer-secondary-menu__item {
    margin-bottom: 20px !important;
  }

  .m-drawer-secondary-menu__item a {
    font-size: 8px !important;
    letter-spacing: 0.4px !important;
  }

  .m-drawer-header__close svg {
    width: 16px !important;
    height: 16px !important;
  }

  .m-menu-customer__label {
    font-size: 14px !important;
    margin-bottom: 16px !important;
  }

  .m-menu-customer__name {
    font-size: 11px !important;
  }

  .m-menu-customer .sf__btn {
    font-size: 10px !important;
    padding: 8px 16px !important;
  }

  .border-top-dark {
    border-top: 1px solid #E5E5E5 !important;
    padding: 16px 20px !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .w3_bg {
    padding: 6px 12px !important;
  }

  .icon-text {
    font-size: 9px !important;
  }

  .w3_bg svg {
    width: 18px !important;
    height: auto !important;
  }
}

/* Override Global Font Family */
:root {
  --font-stack-header: 'Montserrat', sans-serif !important;
  --font-stack-body: 'Montserrat', sans-serif !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif !important;
}