/** Shopify CDN: Minification failed

Line 89:0 Unexpected "}"

**/
.product__info-container .product__title h1{
    font-size: 20px;
}
.gift-hamper-label.label {
    line-height: 1;
    background: #234374;
    height: auto;
    top: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
}
.product-form__buttons{
  max-width: 100% !important;

  button{
    text-transform: uppercase;
  }
}




/* ================ MEGA MENU ============== */
.custom-mega-menu {
    display: flex !important;
    justify-content: space-between;
    padding-inline: 20px;
    gap: 10px !important;
}


.custom-mega-menu li {
    flex: 0 0 15.66%;
}

.collection-image-wrapper {
    aspect-ratio: 3/4;
}

.collection-image-wrapper img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.collection-image-wrapper + span {
    margin-top: 10px;
    display: block;
}

@media(max-width: 740px){
  .collection-image-wrapper+span{
        margin-top: 0;
        margin-left: 10px;
  }
}


/* ========= sticky add to cart ========== */
@media(max-width: 768px){
  .eascStickyAddToCartBar .eascCountdownTimerDiv {
    width: calc(100% - 20px) !important;
    margin: 10px auto 0 !important;
  }
}

.ea-sticky-cart .eascStickyAddToCartBar:before {
    content: 'BUY 1 GET 2 FREE';
    text-align: center;
    display: block;
    background: #2e5590;
    color: #fff;
}



/* ============= CART DRAWER =========== */
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
    flex-direction: column;
}
}
cart-drawer-items .quantity input {
    font-size: 12px;
}
.cart-item__discounted-prices * {
    font-size: 12px !important;
    letter-spacing: 0px;
}
.cart-item__details .cart-item__discounted-prices *{
  display: none;
}
cart-drawer-items .quantity{
   min-height: calc((var(--inputs-border-width) * 2) + 3rem);
    width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    border: 1px solid #999;
    border-radius: 4px;
  
  .quantity__button{
    width: calc(2.5rem / var(--font-body-scale));
  }
  
  
}
cart-drawer-items .quantity:after{
  box-shadow: none;
}

img.btn-diya-ri {
    width: 50px;
    height: auto;
    position: absolute;
    right: 0;
}
img.btn-diya-le {
    width: 50px;
    height: auto;
    position: absolute;
    left: 0;
    transform: scaleX(-1);
}

.gift-hamper-label.label{
  font-size: 12px !important;
}


.complementary-product-card:has(.complementary-checkbox:checked){
  box-shadow: none !important;
}
.complementary-product-card{
  border: 1px solid rgba(var(--color-foreground), 0.1);
}

.complementary-product-card__image{
      width: 50px;
    height: 50px;
}



.product__media-list .product__media-item-static-99{
    order: 99 !important;
}
.product__media-list .product__media-item-static-98{
    order: 98 !important;
}