/** Shopify CDN: Minification failed

Line 222:26 Expected identifier but found bad string token
Line 222:28 Unterminated string token

**/

.banner-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    z-index:9;
    display:block !important;
}

/* cart drawer button in the header */
.nav-icons li .cart-sidebar-open-btn {
  position: relative;
  /* width: 30px;
    height: 30px; */
}

.cart-item-count {
  position: absolute;
  top: 5px;
  right: -7px;
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
}
.cart-item-count.d-none {
  display: none;
}

/* Policy styles */
.shopify-policy__container {
  max-width: 800px;
  margin: 80px auto;
}

.shopify-policy__container h1 {
  color: var(--heading-text-color);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.shopify-policy__container h2,
.shopify-policy__container h3,
.shopify-policy__container h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  color: var(--black);
}
strong:has(+ br) {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
  color: var(--black);
}
.shopify-policy__body p {
  margin: 10px 0;
  line-height: 25px;
}

#ajax-search-form {
  width: 100%;
  display: flex;
  align-items: center;
}

.shopify-policy__body ul {
  list-style: disc;
}

.shopify-policy__body ol {
  list-style: decimal;
}

.banner-slider .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  padding: 15px 40px;
}
.banner-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
}
/* product page 2 - delivery-details border top removed */
.product-delivery-details .product-accordion-items .product-accordion-item:first-child{
    border-top: 0px;
}
.add-to-cart.sold_out,
.addToCart.sold_out {
    opacity: 0.4;
    pointer-events: none;
}

.card-badge.soldout {
    bottom: 10px;
    top: inherit;
}

.short_description {
    margin-top: 15px;
}

.short_description p {
    color: #000;
    font-weight: 600;
}

.icon-item-btn .btn {
    text-transform: none;
}

.card-variants {
    /* position: absolute; */
    z-index: 1;
    background: #fff;
    right: 0;
    /* bottom: 55px; */
    height: 100%;
    /* box-shadow: 0 0 10px #ececec; */
    border-radius: 10px;
    /* padding: 20px; */
    width: 100%;
    max-height: fit-content;
    transition: 300ms;
    /* opacity: 0; */
    /* visibility: hidden; */
}


.card_atc_text {
    color: var(--white);
}

.card-variant-close {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    opacity: 0.5;
}

.color-variant-wrap .card-variant-label .variant-value {
    width: 14px;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--paragraph-font);
    line-height: 1;
    display: block;
    text-wrap: nowrap;
    height: 2;
    height: 14px;
}

.color-variant-wrap .card-variant-label {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
}


.card-variant-label {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
}


.card-variant-input {
    position: absolute;
}

.card-variant-field-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.card-variant-title-wrap {
    margin-bottom: 10px;
}


.card-variant-input:checked + label {
    border-color: red;
}

.primary-btn.variant_select {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;';
    margin-top: 1;
    display: block;
}
.card-variants.show {
    opacity: 1;
    visibility: visible;
}

.card-content-bottom .product_form {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.card-content-bottom {
    position: relative;
    padding-bottom: 50px;
}

.media-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* change if needed */
  overflow: hidden;
  border-radius: 10px;
  background: #f2f2f2;
}

/* Force all media to fill container */
.media-box img,
.media-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-thumb-box {
    position: relative;
    display: flex;
    height: 100%;
}

.video_play {
    position: absolute;
    background: #ffffff7a;
    top: 50%;
    left: 50%;
    max-width: 40px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 5;
    /* padding: 5px; */
    border-radius: 50%;
}


@media screen and (max-width: 575px) {
  .shopify-policy__container h1 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}


