/** Shopify CDN: Minification failed

Line 205:6 "rigth" is not a known CSS property
Line 423:22 Expected identifier but found bad string token
Line 423:23 Unterminated string token
Line 451:22 Expected identifier but found bad string token
Line 451:23 Unterminated string token

**/
.box {
    --border-angle: 0deg;
    border-radius: 12px;
    box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
    animation: border-angle-rotate 2s infinite linear;
    border: 0.1rem solid transparent;
    position: relative;
  
    &.a {
      background: linear-gradient(white, white) padding-box,
        conic-gradient(
            from var(--border-angle),
            oklch(100% 100% 0deg),
            oklch(100% 100% 45deg),
            oklch(100% 100% 90deg),
            oklch(100% 100% 135deg),
            oklch(100% 100% 180deg),
            oklch(100% 100% 225deg),
            oklch(100% 100% 270deg),
            oklch(100% 100% 315deg),
            oklch(100% 100% 360deg)
          )
          border-box;
    }
    &.c {
      border-radius: 100%;
      background: radial-gradient(circle, var(--bg) 60%, transparent 60%);
  
      &:before,
      &:after {
        content: "";
        display: block;
        position: absolute;
        inset: 4px;
        border-radius: 100%;
        animation: border-angle-rotate 4s infinite linear;
        z-index: -1;
      }
  
      &:before {
        inset: 0;
        background: repeating-conic-gradient(
            from var(--border-angle),
            var(--bg),
            var(--bg) 30deg,
            oklch(100% 50% 190deg) calc(360deg / 6)
          )
          border-box;
      }
  
      &:after {
        background: repeating-conic-gradient(
            from calc(var(--border-angle) * -1),
            oklch(100% 40% 50deg),
            black 60deg
          )
          border-box;
      }
    }
  }
  @keyframes border-angle-rotate {
    from { --border-angle: 0deg; }
    to { --border-angle: 360deg; }
  }
  @property --border-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }
  
    .old-special-price{
      color: #5c5c5c !important;
      opacity: 0.8;
      font-size: 20px;
      text-decoration: line-through;
    }
    .checkbox-container {
      display: flex;
      margin: 15px 0 0;
      flex-wrap: wrap;
      gap: 8px;
    }
    .checkbox-container > .chooseVaraintCardContainer {
      width: 100%;
    }
    @media(min-width: 719px) {
      .checkbox-container {
        flex-wrap: nowrap;
      }
      .checkbox-container > .chooseVaraintCardContainer {
        width: calc(50% - 8px);
      }
    }
    .checkbox-div {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    .checkbox-label {
      font-size: 16px;
      text-transform: capitalize;
    }
    .variant-radio:checked + .checkbox-label {
      font-weight: 600;
    }
    .variantValidity {
      color: gray;
      font-size: 14px;
    }
  
  
    .variant-radio {
      cursor: pointer;
      height: 12px;
      width: 12px;
      appearance: none;
      -webkit-appearance: none;
  
      border-radius: 50%;
      border: 3px solid #FFF;
      box-shadow: 0 0 0 2px gray;
  
    }
    .variant-radio:checked {
      height: 12px;
      width: 12px;
      appearance: none;
      -webkit-appearance: none;
  
      border-radius: 50%;
  
      background: green;
      border: 3px solid #FFF;
      box-shadow: 0 0 0 2px green;
    }
  
  
    .chooseVaraintCardContainer {
      border: 1px solid;
      border-color: #C8DAED;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
    }
    .chooseVariantTitle {
      margin: 0;
      font-size: 16px;
    }
    @media(min-width: 1023px) {
      .chooseVariantTitle {
        font-size: 18px;
      }
    }
    .chooseVariantContent {
      padding: 10px 15px;
    }
    .chooseVariantContent p {
      margin: 0;
    }
    .chooseVarinatPriceContainer {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .flex-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px;
      border-bottom: 1px solid;
      border-color: #C8DAED;
      cursor: pointer;
    }
    @media(min-width: 1023px) {
      .flex-container {
        padding: 10px 15px;
      }
    }
    .check-animate {
      animation: checkIconAnimate 0.5s linear;
    }
    @keyframes checkIconAnimate {
      0% {
        width: 20px;
        height: 0;
      }
      100% {
        width: 20px;
        height: 20px;
      }
    }
    .overlay {
      position: absolute;
      background-color: gray;
      left: 0;
      rigth: 0;
      top: 0;
      bottom: 0;
    }
    .calendereInput {
      height: 46px;
      outline: none;
      /* border: 1px solid #D51A3C; */
      background-color: #f1f1f1 !important;
      border: none;
      padding: 4px 40px;
      border-radius: 16px;
      width: 100%;
    }
    .calendereInputWrapper {
      position: relative;
      width: 100%;
      cursor: pointer;
    }
    .calender-icon {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
    }
    @media(min-width: 1023px) {
      .calendereInputWrapper {
        position: relative;
        width: calc(60% - 10px);
      }
    }
    .textSelectData {
      display: flex;
      position: relative;
      justify-content: center;
      width: 100%;
      margin: 12px 0 10px;
    }
    .textSelectData::before {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #ddd;
      width: 100%;
      height: 1px;
      z-index: 0;
    }
    .textSelectData p {
      z-index: 2;
      background: #fff;
      padding: 0 10px;
      margin: 0;
      font-weight: 600;
    }
    .custom-drop-container {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-direction: column;
      flex-wrap: wrap;
    }
    @media(min-width: 1023px) {
      .custom-drop-container {
        flex-direction: row;
      }
    }
    @media(max-width: 719px) {
      #shopify-section-sections--21237083144485__discount_banner_TGtiWm{
     top: 60px !important;
     }
      .jdropdown-header {
        height: 46px;
        padding-left: 20px;
        background-color: #fff;
        border: none !important;
        /* border: 1px solid #D51A3C; */
      }
      .jdropdown-picker {
        width: 100%;
      }
    }
    .buyBook {
      height: 46px;
      cursor: pointer;
      box-shadow: none !important;
      transition: 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .disabeldBookDate {
      pointer-events: none;
      color: #878787 !important;
      background-color: #fff !important;
      border: 1px solid #878787 !important;
    }
    .disabeldBookDate:hover {
      color: #878787 !important;
      background-color: #fff !important;
      border: 1px solid #878787 !important;
    }
    .disabeldBuyVoucher {
      background-color: #878787 !important;
      color: #fff !important;
      pointer-events: none !important;
    }
    .activeBookDate {
      background-color: #d51a3c !important;
      color: #fff !important;
      border: 1px solid #d51a3c !important;
    }
    .activeBookDate:hover {
      background-color: #d51a3c !important;
      color: #fff !important;
    }
    .submitButton {
      color: #fff;
      border: none;
      font-size: var(--font-size-button-large);
      padding: 0 20px;
      letter-spacing: 0;
      position: relative;
      flex: 1;
      width: 100%;
      box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2)
      , 0 2px 2px 0 rgba(0, 0, 0, 0.14)
      , 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
    .submitButton {
      background-color: #d51a3c;
      border-radius: 16px !important;
    }
    .submitButton:hover {
      background-color: #d51a3cc4;
      color: #fff !important;
      border: none !important;
      transition: 0.3s;
    }
    .closeRedIcon {
      cursor: pointer;
      width: fit-content;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 8px;
      top: 50%;
      transform: translateY(-50%);
    }
    .old-price-variant {
      margin: 0 0 2px;
      color: grey;
      font-size: 18px;
      position: relative;
      text-decoration: line-through;
    }
    .free-hamper-box {
      padding: 10px 8px;
      border: 1px solid #FFD0D6;
      margin-bottom: 15px;
      border-radius: 12px;
      background: #FFF2F4;
      font-weight: 600;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-top: 20px;
      cursor: pointer;
    }
    .desktopFromOnly {
      display: none;
    }
    .mobileFormOnly {
      display: block;
    }
    .flower-pro-image {
      position: absolute;
      right: 0;
      bottom: 0;
    }
    .flower-pro-image-second {
      position: absolute;
      right: 2%;
      bottom: 0;
    }
  .tabbyTamaraContainer{
      margin-top: 15px;
      margin-bottom:15px;
      width:100%;
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .new-tabby-tamra-container{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
    border: 1px solid gray;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #80808038;
    border-radius: 10px;
    }
    .tabbyTamaraPopup{
    width: 90%;
    height: 80%;
    position:relative;
    background:#fff;
    bottom: 100px;
    top: -25px;
    }
    .tamaraIcon{
    width: 45px;
    height: 20px;
    border-radius: 5px;
    object-fit: cover;"
    }
    .tabyIcon{
    width: 45px;
    }
    .tabbyTamaraPopupClose{
    position: absolute;
    top: 10px;
    right: 18px;
    background: #c7c7c7;
    border: none;
    box-shadow: 0px 0px 2px gray;
    border-radius: 5px;
    padding: 3px 8px;
    cursor: pointer;
    }
    .tabbyTamaraText{
      margin: 0px;
      font-size: 13px;
    }
    @media(min-width: 1023px) {
    .tabbyTamaraText{
      font-size: 15px;
    }
    .tamaraIcon{
    width: 65px;
    height: 30px;
    border-radius: 5px;
    object-fit: cover;"
    }
    .tabyIcon{
    width: 65px;
    }
      .tabbyTamaraPopup{
      width:800px;
      max-height: 80vh;
      }
      .tabbyTamaraContainer{
           flex-wrap:nowrap;
       }
      .flower-pro-image {
        right: 5%;
      }
      .desktopFromOnly {
        display: block;
      }
      .mobileFormOnly {
        display: none;
      }
    }
    .price-highlight {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(94deg, #f05074, #bd1d00, #f05074);
    background-size: 200% auto;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-right:10px;
  }
      .offer-text {
        font-weight:600; 
        color:#8000FF;
        margin: 0px;
      font-size:17px;
      line-height: 1.4;
      }

 .buyBtnForm{
  background: #D51A3C;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  border: none;
  cursor: pointer;
  box-shadow: 0 1px 2px #80808087;
  min-width: 100px;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 5px;
}
@media(min-width:1023px) {
  .buyBtnForm{
    flex:1;
  } 
}
.buyBtnForm:hover{
   background: #DE4F69;
 }     
.deliveryBuyBtn{
    position: relative;
    overflow: hidden !important;
    /* flex: 1;
    width: 100%; */
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.deliveryBuyBtn:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    opacity: 1 !important;
    background-image: linear-gradient(
        120deg,
        rgba(255,255,255, 0) 30%,
        rgba(255,255,255, .8),
        rgba(255,255,255, 0) 70%
    );
    top: 0;
    left: -100px;
    animation: shine 8s infinite linear;
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
#deliveryCalendar::placeholder {
  color: #002C59 ;
}
  .info-container {
    display: flex;
    align-items: center;
    gap: 12px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
  }
    .info-font {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .custom-porduct-info-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 2px;
    flex-wrap: wrap;
  }
  .pricePercentageContainer{
    margin: 15px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
  }
  .delivery-container{
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0px;
  margin-bottom: 6px;
}
  .salary-font {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
  .old-price {
    margin: 0;
    margin-bottom: 5px; margin-top:2px;
    color: grey;
    font-size: 16px;
    position: relative;
  }
  .productDiscountPercentage{
  margin: 0px 15px;
  font-weight: 600;
  background: #d51a3c;
  color: #fff;
  border-radius: 5px;
  letter-spacing: .4px;
  font-size: 13px;
  margin-bottom: 2px;
}
  @media(min-width:719px) {
    .info-container {
      column-gap: 1.5vw;
    }
      .info-font {
    margin: 0;
    font-size: 14px;
  }
    .custom-porduct-info-container {
      justify-content: flex-start;
      gap: 3px;
    }
}
    .share-btn{
    background: #002C59;
    color: #FFf;
    font-size: 13px;
    padding: 6px 12px; 
    border-radius: 15px;
    border: none;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
  }
  .share-desktop{
      display: none;
  }
  .productDiscountPercentage{
  margin: 0px 15px;
  font-weight: 600;
  background: #d51a3c;
  color: #fff;
  border-radius: 5px;
  letter-spacing: .4px;
  font-size: 14px;
  margin-bottom: 2px;
}
.delivery-container{
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0px;
}
.timeSlotsContainer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    gap: 5px;
}
.timeSlotItem{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #002C59;
    border-radius: 6px;
    height: 42px;
    color: #002C59;
    cursor: pointer;
    flex-wrap:wrap;
}
@media(min-width:1023px){
  .timeSlotItem{
   height: 32px;  
  }
}
.timeSlotItemActive{
  background-color:#002C59;
  color: white;
}
.animate-rotate{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
    -webkit-animation: rotate 0.8s linear infinite;
  animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}