/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 731:2 "align-item" is not a known CSS property

**/
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap" rel="stylesheet">
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1e1e1e; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFD335; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e1e1e; 
}

::selection {
  color: #fff;
  background: #1e1e1e;
}

@font-face {
  font-family: Coiny;
  src: url("/cdn/shop/files/Coiny-Regular.ttf?v=1724186682");
}

@font-face {
  font-family: Baloo;
  src: url("/cdn/shop/files/Baloo2-ExtraBold.ttf?v=1725024930");
}

:root {
  --font-heading: "Maven Pro", sans-serif;
  --maven-weight: 900;
  --color_white: #ffffff;
  --color_black: #000000;
  /* --color_yellow: #FFD335; */
  --color_yellow: #77D1F6;
  /* --color_skyblue: #B8FFF8; */
  --color_skyblue: #BBE2E9;
  --color_blue: #82D0D6;
  /* --color_pink: #FFBAAA; */
  --color_pink: #F5CFD2;
  --color_grey: rgba(0,0,0,0.6);
}

.font_heading, h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: var(--font-heading) !important;
  font-weight: var(--maven-weight);
}

.font_text{
      font-family: 'Nunito';
}
.letter-spacing{
  letter-spacing:0;
}
.text_uppercase{
  text-transform:uppercase;
}
.font_weight_700{
  font-weight:700;
}

.font_xxs {
  font-size: 14px;
}

.font_xs {
  font-size: 16px;
}
.font_sm {
  font-size: 18px;
}
.font_md {
  font-size: 20px !important;
}
.font_lg {
  font-size: 22px ;
}
.font_xl {
  font-size: 24px !important;
}

.font_xxl {
  font-size: 40px;
}



.color_white{
  color:var(--color_white);
}
.color_black{
  color:var(--color_black);
}
.color_grey{
  color:var(--color_grey);
}
.color_yellow{
  color:var(--color_yellow);
}
.color_skyblue{
  color:var(--color_skyblue);
}
.color_pink{
  color:var(--color_pink);
}
.caption_title{
  display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito';
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
}
.cmn-btn{
  background-color: var(--color_yellow) !important;
  border-radius: 50px;
  color: var(--color_black);
  min-height: calc(3.3rem + var(--buttons-border-width)* 2);
  border: 1px solid var(--color_black);
  box-shadow: 0px 4px 0 0 !important;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
}
.cmn-btn:hover {
    background-color: #B8FFF8 !important;
}
.cmn-btn:after, .cmn-btn:hover:after{
  box-shadow:none !important;
}

.cloud_img_class{
  position:relative;
}
.cloud_img_class:before{
  content:' ';
  background:url('/cdn/shop/files/banner-bg-2.png_4.png?v=1758355028');
  width:100%;
  height:200px;
  position: absolute;
    top: -198px;
    background-repeat: repeat-x;
    background-size: contain;
  z-index: 0;
}

.cloud_img_class:after {
    content: ' ';
    background: url('/cdn/shop/files/banner-bg-2.png_2.png?v=1758353850');
    width: 100%;
    height: 168px;
    position: absolute;
    bottom: -167px;
    background-repeat: repeat-x;
    background-size: contain;
    transform: inherit;
    z-index: 2;
}

@media(max-width:767px){
  .cloud_img_class:before{
    background:url('/cdn/shop/files/mobile_cloud_img.png?v=1724839326');
    background-repeat: no-repeat;
        background-size: contain;
        top: -42px;
  }
   .cloud_img_class:after{
    background:url('/cdn/shop/files/mobile_cloud_img.png?v=1724839326');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -48px;
    transform: rotate(180deg);
  }
  .caption_title{
        width: 100%;
    margin: 15px 0px !important;
  }
}

/* header */

.index-main-page .header-wrapper{
   /* position: relative; */
     position: absolute;
  width: 100%;
    background: transparent;
}
.header-wrapper{
   /* position: relative; */
     position: relative;
  width: 100%;
    background: transparent;
}
.shopify-policy__container {
    margin-bottom: 50px;
}
.login-main-page .header-wrapper, .register-main-page .header-wrapper, .addresses-main-page .header-wrapper{
   position: relative;
     /* position: absolute; */
  width: 100%;
    background: transparent;
}
.header-wrapper .header{
        padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    background: var(--color_white);
    border-radius: 50px;
    border: 2px solid var(--color_black);
    box-shadow: 0px 4px 0px 0px var(--color_black);
}
.header__menu-item span{
  color:#7d7d7d;
}

.header__menu-item:hover span{
  color:var(--color_yellow);
}
.header__heading a.header__heading-link.link.link--text.focus-inset {
    padding-top: 0;
    padding-bottom: 0;
}
.header__icons a.header__icon.header__icon--account {
    order: 5;
    justify-content: end;
}
.header-wrapper .header details-modal.header__search {
    display: none;
}
.header .header__icons {
  padding-right: 0;
  /* column-gap: 13px; */
}
.header .header__icons {
    align-items: center;
}
.location_popup_sec button#openPopupBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 7px;
}
.header__icons  .location_popup_sec {
    margin-top: 0;
}
.header__inline-menu .header__menu-item{
  padding-top :0; 
  padding-bottom :0; 
}

/* slideshow */

.main_banner_sec .slideshow__controls{
      position: absolute !important;
    width: 100%;
    bottom: 141px;
    z-index: 2;
    border: none !important;
}
.banner__text.rte p {
    color: #000;
    font-size: 17px;
}
h2.banner__heading.inline-richtext.h1 {
    font-size: 30px;
}
.banner__text.rte p {
    line-height: normal;
}
@media screen and (max-width: 989px) {
  .location_popup_sec .down_arrow {
     display: none;
  }
  .location_popup_sec span.location_icon {
      display: none;
  }
  .card_info p{
    font-size: 13px;
        margin-top: 10px;
  }
  .header-wrapper {
    padding: 0 20px;
  }
.location_popup_sec button#openPopupBtn {
    padding: 0;
}
.header  svg.icon.icon-hamburger {
    stroke: #666666;
}

.slideshow__text.banner__box {
    max-width: 100%;
}
.slideshow__text-wrapper .slideshow__text.banner__box {
    max-width: 100%;
}
.slider-mobile-gutter .banner--mobile-bottom .banner__box {
    padding: 4rem 20px;
}
h2.banner__heading.inline-richtext.h1 {
    text-align: left;
    font-size: 22px;
}
.banner__text.rte p {
    font-size: 12px;
    text-align: left;
}
.drs-cstm-about-us .banner__text.rte p {
        text-align: center;
}
}
@media(min-width:767px){
.main_banner_sec .slideshow__controls .slider-button--prev,
.main_banner_sec .slideshow__controls .slider-button--next{
  display:none;
}
}
.main_banner_sec .slider-counter--dots,
.testimonial_sec .slider-counter__link{
  background: rgba(217, 217, 217, 0.6);
    padding: 0 10px;
      border-radius: 5px;
}
.main_banner_sec .slider-counter__link--dots .dot,
.testimonial_sec .slider-counter__link .dot{
  width: 1.5rem !important;
    height: 0.3rem !important;
      border-radius: 0 !important;
  background: rgba(38, 38, 38, 0.5) ;
    border: none !important;
      display: block;
}
.main_banner_sec .slider-counter__link {
    padding: 5px 4px;
}
@media(max-width:767px){
 .main_banner_sec .slideshow.banner{
    height:700px;
    position:relative;
  }
  .main_banner_sec .slideshow__text-wrapper{
    position:absolute !important;
    top:90px;
  }
  .main_banner_sec .slideshow__controls{
            bottom: 45px;
        column-gap: 25px;
  }
  .footer__content-top .address_info {
    width: 100%;
}
  .footer__content-top .address_info p{
    line-height: 1.4;
    font-size: 14px;
  }
  .footer__content-top .address_info .address svg {
    width: 35px;
}
    .testimonial_sec{
        padding: 69px 0 !important;
  }
      .main_banner_sec  .slideshow__controls .slider-button--prev, .main_banner_sec  .slideshow__controls .slider-button--next {
        display: block;
        background: var(--color_yellow);
        border-radius: 50px;
        border: 1px solid #000;
        box-shadow: 2px 2px 0 0 var(--color_black);
    }
  .main_banner_sec .slider-button .icon {
    height: .9rem;
}
}
.slideshow.banner
/* about section */

.image-with-text--overlap .image-with-text__content{
          margin-left: 0 !important;
}

.about_section .image-with-text__content{
          padding: 0rem 7rem 2rem;
      background: transparent;
}

.about_section .image-with-text__media{
      border: none;
}
.about_section .image-with-text__grid{
      column-gap: 40px;
}

 .about_section .image-with-text--overlap .image-with-text__text-item {
        padding: 0rem 0;
    }
/* .cloud_img_class.about_section {
    background-image: url('/cdn/shop/files/Vector_10_4.png?v=1737366808');
    background-attachment: inherit;
    background-size: contain;
} */
@media(max-width:767px){
  .about_section .image-with-text__content{
    width: 100% !important;
    margin: 0 !important;
            padding: 0;
        padding-bottom: 15px;
  }
  .image_with_text_btn_sec{
    width:100%;
    margin:0 auto;
            text-align: center;
  }
}

/* packages section */

.package_section, .gift_box_section{
  background-color: var(--color_pink);
  position:relative;
}
.package_section, .gift_box_section{
  background-color: var(--color_pink);
  position:relative;
}

.package_section .dot_element{
      position: absolute;
    right: 0;
    top: 108px;
    width: 150px;
}
.package_section .paper_plane_element{
    position: absolute;
    right: 180px;
    top: 180px;
}
.gift_box_section .paper_plane_element{
    position: absolute;
    right: unset;
    top: 35%;
    left: 90px;
    transform: scaleX(-1);
}
.gift_box_section .dot_element{
  display:none;
}
.package_section .card-wrapper .product_info_sec .card__information,
.gift_box_section .card-wrapper .product_info_sec .card__information,
.product-recommendations .card-wrapper .product_info_sec .card__information{
    background-color: var(--color_white);
    padding: 10px 15px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.package_section .caption_title, .package_section .title,
.gift_box_section .caption_title, .gift_box_section .title{
  text-align:center;
}
.package_section ul,
.gift_box_section ul,
.product-recommendations ul{
  column-gap:22px;
}

.package_section ul li,
.gift_box_section ul li,
.product-recommendations ul li{
  border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 3px 3px 0px 2px var(--color_black);
}

.package_section .card__inner, .package_section .card__inner img,
.gift_box_section .card__inner, .gift_box_section .card__inner img,
.product-recommendations .card__inner, .product-recommendations .card__inner img{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
} 

.package_section .card__inner .media, .gift_box_section .card__inner .media,
.product-recommendations .card__inner .media{
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
} 

.prod_desc{
  line-height:1.2;
}
.price_sec{
      display: flex;
    align-items: center;
    column-gap: 5px;
}
.price_sec p{
  margin:0;
}
.product_details_btn{
  text-align:center; 
  margin-top: 20px !important;
}

.product_details_btn a{
  padding: 5px 30px;
}

.package_section .grid--3-col-desktop .grid__item,
.gift_box_section .grid--3-col-desktop .grid__item,
.product-recommendations .grid__item{
   width: calc(30% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}

.product-recommendations  .grid__item{
   max-width: calc(30% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}

@media(min-width:767px){
  .product-recommendations ul{
  justify-content:center;
}
}

@media(max-width:767px){
  .package_section .grid--3-col-desktop .grid__item,
.gift_box_section .grid--3-col-desktop .grid__item,
  .product-recommendations  .grid__item{
   width: calc(80% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}
  .product-recommendations  .grid__item{
  max-width: calc(80% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}
  .package_section ul, .gift_box_section ul {
    column-gap: 20px;
            padding: 15px 0;
}
  .package_section .slider__slide, .gift_box_section .slider__slide{
    --focus-outline-padding: 0;
  }
  .product-recommendations ul{
    column-gap:20px;
  }
  .dot_element, .paper_plane_element{
    display:none;
  }
}

/* add-on-section */

.add_on_section .title-wrapper-with-link{
  flex-direction:column;
}

.add_on_section .multicolumn-card__info .link{
      padding: 5px 40px;
}
@media(max-width:767px){
  .add_on_section .title-wrapper-with-link{
    align-items:center;
  }
    .add_on_section  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item{
       width: calc(45% - var(--grid-mobile-horizontal-spacing) - 3rem) !important;
    }
 .add_on_section .multicolumn-list{
   column-gap:20px;
 }
  .add_on_section .multicolumn-main{
        padding-top: 25px;
    padding-bottom: 25px;
  }
  .add_on_section .multicolumn-card__info .link {
            padding: 5px;
        margin: 0;
        width: 100%;
}
  .add_on_section .multicolumn-card__info {
    padding-left: 0 !important;
}
}

/* testimonial section */
.testimonial_sec {
  background: var(--color_skyblue);
      padding: 150px 0;
  position:relative;
}
.testimonial_sec h4.place_name.font_text.font_sm {
    font-weight: 400;
    font-size: 16px;
}
.testimonial_sec .paper_plane_element{
  position:absolute;
    bottom: 30%;
    left: 18%;
    transform: rotate(45deg);
}
.testimonial_sec .slideshow.banner{
  min-height:0 !important;
}

.testimonial_sec .title-sec{
      text-align: center;
}
.testimonial_sec .place_name{
  margin:0;
}
.testimonial_sec .slideshow__controls{
      bottom: 0px;
  border:0;
}
@media(min-width:767px){
.testimonial_sec .slideshow__controls .slider-button--prev,
.testimonial_sec .slideshow__controls .slider-button--next{
  display:block;
  background: var(--color_yellow);
    border-radius: 50px;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 0px var(--color_black);
}
}
.testimonial_sec .slideshow__controls .slider-button--prev{
      position: absolute;
    left: 24%;
    top: -210px;
}
.testimonial_sec .slideshow__controls .slider-button--next{
      position: absolute;
    right: 24%;
    top: -210px;
}
.testimonial_sec .slideshow__control-wrapper{
  background: #d9d9d999;
  border-radius:20px;
}
    
.testimonial_sec .slider-counter__link{
      padding: 10px 10px;
   background: transparent;
}

.slider-counter__link--active .dot{
  background:#000 !important;
}
.testimonial_sec .slider-button .icon {
    height: 0.9rem;
}
@media(max-width:767px){

  .testimonial_sec .slider__slide{
    width: 80%;
    margin-right: 15px;
  }
   .testimonial_sec .slider__slide:nth-child(2){
   margin-left:15px;
 }
  .testimonial_sec .slideshow__controls .slider-button--prev,
.testimonial_sec .slideshow__controls .slider-button--next{
  display:none;
}
}

/* faq section */
.faq_section .icon-caret{
  height: 15px;
    top: calc(50% - 1rem);
}
.faq_section details{
   padding: 0;
    border: 1px solid var(--color_black);
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: 0 3px 0 0 var(--color_black);
}
.faq_section summary{
  padding: 1.5rem 0 1.5rem 1.5rem !important;
}
.faq_section summary[aria-expanded="true"]{
      padding: 1.5rem 0 1.5rem 1.5rem;
    margin-bottom: 15px;
    background: #F2F2F2;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.faq_section details[open]{
    border-radius: 15px;
}
.faq_section details[open] .accordion__content{
  padding: 0 1.5rem;
}

.faq_section.cloud_img_class:after{
  display:none;
}
.faq_section .collapsible-content .accordion{
      border-top: 0 !important;
  border-bottom: 0 !important;
}
.faq_section .collapsible-content summary:hover{
     background: transparent; 
}
.faq_section .collapsible-content summary:hover .accordion__title{
  text-decoration: none;
}
@media(max-width:767px){
 .faq_section .collapsible-content__heading{
   font-size:24px;
  margin-bottom: 0;
 }
}
/* Contact section */
.contact_section {
  display:flex;
  align-item:center;
  background:url('/cdn/shop/files/Group_1000004385.png?v=1743417668');
  background-repeat:no-repeat;
  background-size:cover;
  justify-content:space-between;
}
.contact_section .contact_img_section{
     width: 50%;
    position: relative;
}
.contact_img_section img {
    /* width: 640px; */
    /* height: 430px; */
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 100%;
    max-width: 522px;
    height: auto;
}

.contact_section  .contact{
  /* flex:1; */
}

.contact_section .field__label{
  color: rgba(38, 38, 38, 0.3);
    letter-spacing: 0;
    font-weight: 700;
    display: flex !important;
    align-items: center;
    column-gap: 5px;
    font-size: 14px;
    line-height: inherit;
}
.contact_section #ContactForm{
  display:block;
}
.contact_section .pxFormGenerator iframe{
  height:320px !important;
}
.contact_section .pxFormGenerator .form-control{
  height:40px;
      border-radius: 50px;
    border: 1px solid #262626;
    box-shadow: 0 3px 0 0 #262626;
}

.contact_section .pxFormGenerator textarea.form-control{
      border-radius: 20px;
}
.footer__blocks-wrapper .footer-block__details-content .list-menu__item--link, .copyright__content a{
  color:var(--color_black);
}
.contact_section .field__input{
      border-radius: 50px;
}
.contact_section .field:after{
  border: 1px solid var(--color_black);
    border-radius: 50px;
    box-shadow: 0 3px 0 0 var(--color_black);
}
.contact_section .field__input,
.contact_section .textarea_field:after{
  border-radius: 20px;
}

.contact_section  .field__input:focus~.field__label{
  top:0
}
.contact_section  .field__input:focus~.field__label svg{
  width:15px;
  height:20px;
}
.contact_section .phone_no_sec{
   display:none;
 }
.index-main-page .contact.page-width.page-width--narrow {
    width: 50%;
    max-width: 500px;
    margin-left: 0;
}

/* contact us page  */
.drs-cstm-contact .icon_with_text {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    column-gap: 6px;
}
.drs-cstm-contact .locations_wapper_area .icon_with_text {
    display: flex;
    justify-content: space-between;
    column-gap: 6px;
    border-bottom: 1px solid #d8d8d8 ;
    /* padding-bottom: 32px; */
    padding: 32px 0px;
  flex-wrap: wrap;
}
.drs-cstm-contact .locations_wapper_area .icon_with_text.icon_with_text_2 {
    padding: 12px 0px 0;
}
.drs-cstm-contact .locations_wapper_area .icon_with_text:first-child {
    padding-top: 0;
}
.drs-cstm-contact .locations_wapper_area .icon_with_text:last-child {
    padding-bottom: 0;
    border: none;
    width: 100%;
}
.drs-cstm-contact .icon_type img {
    width: 21px;
}
.drs-cstm-contact .icon_type {
    width: 7%;
}
.drs-cstm-contact .text_wappert_data {
    width: 90%;
    max-width: 364px;
    margin-right: auto;
    font-size: 17px;
    font-family: 'Nunito';
    color: #262626;
}
.drs-cstm-contact .new_contact_form {
    width: calc(50% - 20px);
}
.drs-cstm-contact .new_from_wapper .form_contact_cstm {
    width: calc(47% - 25px);
    border-radius: 10px;
    box-shadow: 0 4px #000;
    border: 2px solid;
}
.drs-cstm-contact .form_contact_cstm .contact__fields {
  grid-template-columns: repeat(1, 1fr);
}
.drs-cstm-contact .contact.page-width.page-width--narrow {
    max-width: 76%;
    padding-left: 20px;
    padding-right: 20px;
}
.drs-cstm-contact .new_from_wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  position:relative;
  margin-top:40px;
}
.drs-cstm-contact .contact_img_section {
    text-align: center;
}
.drs-cstm-contact .contact img.contact_img_sec {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    height: auto;
}
.drs-cstm-contact .location_details {
    background: #F2F2F2;
    border: 2px solid;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px #000;
    padding: 30px;
    margin-top: -11px;
}
.drs-cstm-contact .text_wappert_data a {
    color: #262626;
    text-decoration: none;
}
.drs-cstm-contact .form_contact_cstm {
    background: #f2f2f2;
    padding: 40px;
}
.drs-cstm-contact .send_message_text h2 {
    margin-top: 0;
}
.drs-cstm-contact .form_contact_cstm label.field__label svg {
    display: none;
}
.drs-cstm-contact .form_contact_cstm label.field__label img {
    display: none;
}
.drs-cstm-contact .form_contact_cstm label.field__label img {
    display: none;
}
.drs-cstm-contact .form_contact_cstm .field input {
    background: #0000;
   border: none;
    border-bottom: 1px solid;
    padding: 0;
}
.drs-cstm-contact .form_contact_cstm .field.textarea_field textarea {
    background: #0000;
    border-bottom: 1px solid;
    padding: 0;
}
.drs-cstm-contact .form_contact_cstm  .field::after,.form_contact_cstm  .field::before {
    display: none;
}
.drs-cstm-contact .form_contact_cstm .field input:focus, .form_contact_cstm .field textarea:focus  {
    /* border: none; */
    box-shadow: none;
}
.drs-cstm-contact .form_contact_cstm .field label.field__label {
    left: 0;
}
.drs-cstm-contact .form_contact_cstm textarea#ContactForm-body {
    padding-top: 22px;
    height: 125px;
}
.drs-cstm-contact .contact__button button.button.cmn-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 19px;
    color: #262626;
}
.drs-cstm-contact p.input-fileds_title {
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
    color: #262626;
}
.drs-cstm-contact p.input-fileds_title span {
    color: #DC2A2A;
    margin-left: -2px;
}
.drs-cstm-contact .side_image_ballon {
    position: absolute;
    right: -7%;
    top: -16%;
    transform: translateY(-50%);
    transform: rotate(31deg);
}
.drs-cstm-contact .contact .new_from_wapper img {
    max-width: 20px;
    width: 100%;
}
.drs-cstm-contact .contact h4.caption_title {
    display: none;
}
.drs-cstm-contact .side_image_ballon.left_side_image_wapper {
    left: -9%;
    right: inherit;
    top: 2%;
    transform: rotate(324deg);
}
/* About us page  */
.drs-cstm-about-us .banner--adapt .banner__box.content-container {
    border: 2px solid;
    box-shadow: 0 4px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 35px 45px;
    max-width: 87rem;
    min-width: 45rem;
}
.drs-cstm-about-us .banner--adapt .banner__box .banner__buttons {
    margin-top: 0;
}
.multicolumn.background-none {
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
 
}
#ImageWithText--template--18382975795379__image_with_text_6gmJze {
    background: var(--color_skyblue);
}
.multicolumn.background_image_cloud.cloud_img_class.color-scheme-9418e801-6dae-4ade-a5a2-7f165e4744a0.gradient.background-none{
   background-color: var(--color_pink);
    padding: 90px 0;
}
.drs-cstm-about-us .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.multicolumn__title {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0;
}
.drs-cstm-about-us .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding-top: 0;
}
.drs-cstm-about-us .multicolumn-card__info p {
    line-height: 1.2;
    color: #000;
    max-width: 324px;
}
.background_image_cloud.cloud_img_class:before {
    top: -1px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 2;
    padding-top: 12%;
    transform: rotate(0);
    height: auto;
}
.background_image_cloud.cloud_img_class::after {
    bottom: 0;
    transform: rotate(0deg);
    height: auto;
    padding-top: 12%;
}
.about_us_changes_new .image-with-text__content {
  border-radius: 20px 0 0 20px !important;
  padding-right: 40px;
  padding-left: 40px;
}
.about_us_changes_new .image-with-text__media{
    background: #fff;
    border-radius: 0px 20px 20px 0px;

}
.drs-cstm-about-us .cloud_img_class.image_with_wapper:before {
    height: 177px;
    top: -159px;
    padding-top: 2%;
    background-size: contain;
}
.how_text_wapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.how_we_icon {
    width: 5%;
    line-height: normal;
    display: flex;
}
.how_we_icon svg {
    width: 50px;
    height: 50px;
}
.how_we_work {
    width: 95%;
    color: #000;
    line-height: normal;
}
.how_text_wapper {
    margin-bottom: 25px;
}
.how_text_wapper:last-child {
    margin-bottom: 0;
}
.banner .show_mobile_banner img.mobile_image_wapper {
    display: none;
}
.how_we_icon span strong {
    font-size: 20px;
}
@media screen and (max-width: 989px) {
  .drs-cstm-contact .new_contact_form, .drs-cstm-contact .new_from_wapper .form_contact_cstm {
    width: 100%;
  }
  .drs-cstm-contact .form_contact_cstm {
    margin-top: 25px;
  }
  .drs-cstm-contact .contact.page-width.page-width--narrow{
     max-width: 100%;
  }
   .drs-cstm-contact .side_image_ballon {
        right: 0;
        top: 0%;
        transform: inherit;
    }
  .drs-cstm-contact .side_image_ballon.left_side_image_wapper {
    left: 0%;
    top: 0%;
    transform: inherit;
}
.drs-cstm-contact .locations_wapper_area .icon_with_text {
    padding: 20px 0;
}
.drs-cstm-contact .text_wappert_data {
    font-size: 14px;
}
}
@media(min-width: 750px) {
.drs-cstm-about-us .slider--everywhere .banner--desktop-transparent .banner__box {
        max-width: 53rem;
    }
}
@media(max-width:767px){
  .contact_section {
  flex-direction:column-reverse;
  background:url('/cdn/shop/files/Group_1000004490.png?v=1743487595');
  height: 650px;
            padding-top: 30px;
            background-repeat: no-repeat;
        background-size: cover;
}
.contact_section .contact_img_section {
    width: 100%;
    display: none;
}
  .contact_img_section img{
    width: 280px;
    height: 200px;
    position: relative;
    bottom: -10px;
  }
  .contact_section .contact{
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
  }
.drs-cstm-about-us .banner--adapt .banner__box.content-container {
    max-width: 34rem;
    min-width: 10rem;
}
.drs-cstm-about-us slideshow-component.slider-mobile-gutter.main_banner_sec.mobile-text-below {
    margin-bottom: -39px;
  }
.drs-cstm-about-us .cloud_img_class.image_with_wapper:before {
    height: 100%;
    top: -41px;
    padding-top: 12%;
    background-size: contain;
}
.background_image_cloud.cloud_img_class:after {
    background-size: cover;
}
.multicolumn .section-template--18155694260403__multicolumn_Tmrh9t-padding {
  padding-top: 6px;
  padding-bottom: 50px;
}
.about_us_changes_new .image-with-text__content {
    border-radius: 0px 0 20px 20px !important;
}
.about_us_changes_new .image-with-text__media{
    background: #fff;
    border-radius: 0px 20px 20px 0px;

}
/* .drs-cstm-about-us .image-with-text__content {
    padding: 30px 20px;
} */
.drs-cstm-about-us .banner--adapt .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 20px;
}
.drs-cstm-about-us .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--top.grid__item {
    margin-bottom: 20px;
}
.banner .show_mobile_banner img.mobile_image_wapper {
    display: block;
}
.banner .show_mobile_banner img.desktop_banner_wapper{
     display: none;
}
#Banner-template--18155694260403__image_banner_dJ6FLn::before, #Banner-template--18155694260403__image_banner_dJ6FLn .banner__media::before, #Banner-template--18155694260403__image_banner_dJ6FLn:not(.banner--mobile-bottom) .banner__content::before {
  padding-bottom: 81.010417% !important;
}
.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: #fff;
}
.drs-cstm-about-us .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient{
  background: inherit;
}
.index-main-page .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: transparent;
}
.about_us_changes_new .image-with-text__content {
  padding-right: 20px;
  padding-left: 20px;
}
}
/* newletter section */
.newsletter-form{
          max-width: 85rem !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper{
      max-width: 100% !important;
}
.newsletter-form__field-wrapper .field:after,
.newsletter-form__field-wrapper .field:hover:after{
  border: 1px solid var(--color_black);
    border-radius: 50px;
    box-shadow: 0 3px 0 0 var(--color_black);
}
.newsletter-form__field-wrapper .field__input:focus{
  box-shadow:none;
}
.newsletter-form__button{
      width: 13rem !important;
    right: 8px !important;
    top: 4px !important;
    height: auto !important;
}
/* footer */
.footer-block__details-content .list-menu__item--link{
      color: var(--color_black);
    text-decoration: none;
}
.footer-block__heading{
  margin:0;
}


/* Product Page */

.product-main-page .testimonial_sec{
  background-color:var(--color_white);
      padding: 50px 0;
} 

product-info{
      margin-top: 50px;
}

product-info.cloud_img_class:before{
  display:none;
}

product-info share-button{
      position: absolute !important;
    top: 0;
    right: 0;
    margin: 0 !important;
}
product-info .price {
      font-family: 'Baloo';
    font-size: 32px;
}

.product_reviews_section{
  background:url('/cdn/shop/files/Group_1000004386.png?v=1743488209');
  background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0 0;
}
.jdgm-rev-widg__title{
      color: var(--color_white);
}
.jdgm-row-stars{
    justify-content: space-between !important;
    margin: 0 15% !important;
    background-color: var(--color_white);
    padding: 30px 0;
    border: 1px solid var(--color_black);
    border-radius: 10px;
    box-shadow: 0 4px 0 0 var(--color_black);
}
.footer__content-top.page-width:after {
    content: "";
    background-image: url(/cdn/shop/files/Frame_25.png?v=1739275409);
    background-size: contain;
    position: absolute;
    top: 79%;
    width: -webkit-fill-available;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0;
    max-width: 95px;
}
.footer__content-top.page-width:before {
    content: "";
    background-image: url(/cdn/shop/files/Frame_25.png?v=1739275409);
    background-size: contain;
    position: absolute;
    top: 79%;
    width: -webkit-fill-available;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    max-width: 95px;
}
.newsletter__wrapper:after {
    content: "";
    background-image: url('/cdn/shop/files/Frame_26.png?v=1739276258');
    background-repeat: no-repeat;
    right: 12%;
    width: 100%;
    position: absolute;
    max-width: 90px;
    background-size: contain;
    margin: 0 0 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.footer__content-top.page-width {
    position: relative;
}
@media(max-width:767px){
  #judgeme_product_reviews{
        padding-top: 50px;
  }
  .index-main-page .contact.page-width.page-width--narrow {
    width: 100%;
  }
.contact_section .contact.page-width.page-width--narrow {
    padding-top: 21px !important;
  margin-top: 0;
        height: 100%;
}
}
@media(max-width:989px){
.overflow-hidden-tablet div#menu-drawer {
  margin: 0 auto;
  right: 0;
  height: 423px;
  width: 100%;
  background: #ffffff1a;
  padding: 0 20px;
}
.overflow-hidden-tablet .header-wrapper .header{
  border-bottom: none;
}
.overflow-hidden-tablet .header-wrapper .header {
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
.overflow-hidden-tablet .menu-drawer__inner-container {
  background: #fff;
  border-radius: 0 0 30px 30px;
  border: 2px solid #000;
  border-top: 0;
  box-shadow: 0px 5px #000;
  /* height: auto; */
}
.js body details[open].menu-opening>.menu-drawer, body details[open].menu-opening>.menu-drawer__submenu {
      transform: translateY(0px);
}
ul.menu-drawer__menu.has-submenu.list-menu.submenu-open div#link-packages {
    border-radius: 0px 0px 30px 30px;
}
.newsletter__wrapper:after,.footer__content-top.page-width:before,.footer__content-top.page-width:after {
  display:none;
}
.email_sec  a{
  width:80%;
}
}
/* .row.form_container textarea#form_input_2 {
    border-radius: 14px;
}
.formElement_2  textarea#form_input_2 {
    border-radius: 17px !important;
} */
/* .line_image_wapper img {
    max-width: 100%;
    width: 100%;
}
.line_image_wapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 64px;
} */
a.banner_link_btn.button.button--primary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: inherit;
    z-index: 9999;
}
a.banner_link_btn.button.button--primary::before, a.banner_link_btn.button.button--primary::after {
    display: none;
}
.list-menu--disclosure {
    top: 52px;
}
.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.3s;
}

.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large:hover {
    color: #fac747;
    transform: scale(1.1);
}

.card__information {
    text-align: center;
}
.price_sec.font_weight_700 {
    justify-content: center;
}
.prod_desc.color_black {
    display: none;
}
slideshow-component.slider-mobile-gutter.about-testimonial.testimonial_sec.mobile-text-below {
    background: transparent;
    padding-top: 0;
    padding-bottom: 30px;
}
slideshow-component.slider-mobile-gutter.about-testimonial.testimonial_sec.mobile-text-below:before{
  display:none;
}
#Banner-template--18382975795379__image_banner_dJ6FLn::before, #Banner-template--18382975795379__image_banner_dJ6FLn .banner__media::before{
  background:#fff;
}
.image-with-text.image-with-text--no-overlap.isolate.collapse-corners {
    overflow: hidden;
    border-radius: 32px;
}
.customer.login.section-template--18382975566003__main-padding{
      margin: 120px auto 0 !important;
}
.accordion svg.icon.icon-caret path {
    speak: #000;
    stroke: #77D1F6;
    fill: #77D1F6;
}
.formContainer div.form_submit_div button {
    background: #77d1f6 !important;
}
a.jdgm-write-rev-link {
    background: #77d1f6 !important;
    border: 1px solid #77d1f6 !important;
}
.drs-cstm-faq .header-wrapper {
    position: relative;
}
.related_products{
  padding: 100px 0 220px !important;
}
.masonry_grid_section.only_product_color.section-template--18570059481267__masonry_grid_section_7jBJYE-padding {
    padding: 80px 0 160px;
}
#judgeme_product_reviews h2.jdgm-rev-widg__title {
    color: black;
 
}
#judgeme_product_reviews a.jdgm-write-rev-link{
   background: #77d1f6 !important;
    background-color: var(--color_yellow) !important;
    border-radius: 50px;
    color: var(--color_black) !important;
    min-height: calc(3.3rem + var(--buttons-border-width) * 2);
    border: 1px solid var(--color_black) !important;
    box-shadow: 0px 4px 0 0 !important;
    letter-spacing: 0;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
}
#judgeme_product_reviews .jdgm-rev-widg{
      padding: 24px 16px 50px;
}

@media screen and (max-width:768px){
.masonry-swiper-container button.slider-button.slider-button--prev, .masonry-swiper-container button.slider-button.slider-button--next {
    display: none !important;
}
.product-media-container.constrain-height.media-fit-contain{
  width: 100% !important;
}
  .masonry_grid_section.only_product_color.section-template--18570059481267__masonry_grid_section_7jBJYE-padding {
    padding: 50px 0 110px;
}
  .jdgm-row-stars{
    padding: 30px 20px;
  }
  .baby-shower-section{
    padding: 70px 0px !important;
  }
  .baby-shower-section p{
        width: 90% !important;
  }
  .multicolumn.background_image_cloud.cloud_img_class.color-scheme-9418e801-6dae-4ade-a5a2-7f165e4744a0.gradient.background-none{
    padding: 0px 0;
  }
  .section-template--18570059317427__multicolumn_Tmrh9t-padding{
        padding-bottom: 79px;
  }
}

    .slideshow__slide .slideshow__text-wrapper.banner__content {
        width: 67%;
        margin: 0 auto;
    }
.slideshow__slide .slideshow__text.banner__box {
    max-width: 45%;
    display: block;
}
.masonry_grid_section.only_product_color {
    position: relative;
}

@media (min-width: 767px) {
    .slideshow__slide .slideshow__text-wrapper.banner__content {
        width: 90%;
        margin: 0 auto;
    }
  .slider-mobile-gutter .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}
@media (max-width: 500px) {
    .contact_section {
        height: 650px;
        background-size: contain;
              background-size: cover;
        background-position: center;
    }
}


.drs-cstm-event-gallery h1.main-page-title.page-title {
    margin-bottom: 0;
    font-size: 40px;
text-align: center;
}
.drs-cstm-event-gallery .page-width.page-width--narrow {
    max-width: 1172px;
}
.masonry_grid_section   h4.caption_title {
    display: none;
}
.drs-cstm-event-gallery .masonry_grid_section {
    margin-bottom: 50px;
}
.footer__copyright.caption {
    margin-top: 0;
    text-align: center;
}
/* .accordion-tab-cstm-dr .tcustomizer-field__input {
   display: none;
   transition: all 0.3s ease;
}
.accordion-tab-cstm-dr .tcustomizer-field__input.visible {
    display: block;
}
    */
.accordion-tab-cstm-dr .tcustomizer-accordion__heading{
    padding: 8px 22px;
    border: 1px solid var(--color_black);
    border-radius: 9px;
    margin-bottom: 20px;
    box-shadow: 0 3px 0 0 var(--color_black);
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
} 
.tcustomizer-checkbox .tcustomizer-checkbox__input {
    height: 15px !important;
    width: 15px !important;
    border: 1px solid;
}
.tcustomizer-field__input .tcustomizer-radio__input:checked, .tcustomizer-field__input .tcustomizer-checkbox__input:checked {
    background-color: #77d1f6;
    border-color: #77d1f6;
}
.new_design_select_size label {
    margin-bottom: 15px !important;
}
.tcustomizer-product-form {
    border: 1px solid #000;
    padding: 17px 16px;
    border-radius: 20px;
    border-color: #000 !important;
}
/* .accordion-tab-cstm-dr .tcustomizer-field__input, .accordion-tab-cstm-dr .tcustomizer-horizontal-row {
    margin-top: 12px;
}
.accordion-tab-cstm-dr .tcustomizer-field__heading:after {
    content: "+";
    position: absolute;
    right: 12px;
    font-size: 23px;
    top: 44%;
    transform: translateY(-50%);
}
.accordion-tab-cstm-dr label.tcustomizer-field__heading.active:after {
    content: "-";
    height: auto;
} */
.tcustomizer-checkbox__label-value span {
    font-size: 15px;
    font-weight: 700;
}
.tcustomizer-product-form  .tcustomizer-watermark {
    display: none;
}
.product-grid-container .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
.product-grid-container ul#product-grid {
    column-gap: 22px;
}
.appEmbed button{
    padding: 10px !important;
}
.footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment_icon img {
    width: 100%;
    max-width: 300px;
}
.product-swatch-list img {
    width: 70px;
    border-radius: 10px;
    height:100%;
}
.main_product_image_dr {
    display: flex;
    justify-content: inherit;
    align-items: center;
    column-gap: 11px;
    margin-top: 30px;
}
a.product-swatch-item.active img {
    width: 70px;
    border-radius: 10px;
    height:100%;
    border: 2px solid #77d1f6;
    padding: 3px;
}
.customer form button {
    width: 100%;
    background: #75cef2;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    box-shadow: 0px 4px 0 0 !important;
}
.customer form button:hover{
background:  #B8FFF8;
}
span.text_cstm_title {
    display: block;
    line-height: 1;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #000;
}
.product-swatch-list {
    width: 13%;
}

.baby-shower-section.cloud_img_class:before {
    left: 0;
    transform: rotate(0);
    top: 0;
}
.baby-shower-section.cloud_img_class:after{
  display:none;
}
.drs-cstm-about-us .about_section.image_with_wapper.gradient{
  padding-top: 150px;
}
.drs-cstm-about-us .slider-mobile-gutter.cloud_img_class:after {
    content: ' ';
    background: url('/cdn/shop/files/banner-bg-2.png_2.png?v=1758353850');
    width: 100%;
    height: 131px;
    position: absolute;
    bottom: -118px;
    background-repeat: repeat-x;
    background-size: contain;
    transform: inherit;
    z-index: 2;
}
@media screen and (min-width:768px){
  #judgeme_product_reviews .jdgm-form-wrapper {
    background: #fff;
    margin-top: 18px;
    border-radius: 16px;
    margin: 18px 15% 0;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars {
    padding-left: 10px;
    padding-right: 10px;
}
  /* .masonry-swiper-container button.slider-button {
    display: none !important;
} */

.footer-block.grid__item {
    width: 40%;
}
.footer-block.grid__item.footer-block--menu {
    width: 29%;
}
.product-main-page .cloud_img_class:after {
    width: 100%;
    height: 179px;
    bottom: -148px;
}
.drs_cstm-hazelnut.product-main-page product-info.cloud_img_class:after {
    width: 100%;
    height: 179px;
    bottom: -94px;
}
.cloud_img_class:before {
    background: url('/cdn/shop/files/banner-bg-2.png_2.png?v=1758353850');
    height: 177px;
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 0;
    top: -171px;
    transform: rotate(180deg);
}
}
.cart__checkout-button, button.tcustomizer-btn.tcustomizer-btn--atc{
    max-width: none;
    background: #77d1f6;
    background-color: var(--color_yellow) !important;
    border-radius: 50px;
    color: var(--color_black);
    min-height: calc(3.3rem + var(--buttons-border-width) * 2);
    border: 1px solid var(--color_black);
    box-shadow: 0px 4px 0 0 !important;
    letter-spacing: 0;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5s;
    padding: 13px 2px;
    text-transform: capitalize;
}
button.tcustomizer-btn.tcustomizer-btn--atc {
    max-width: none;
    background: #77d1f6;
    border-radius: 9px;
    box-shadow: 0px 4px 0 0 !important;
    letter-spacing: 0;
    padding: 13px 2px;
    margin-bottom: 8px;
}
button.tcustomizer-btn.tcustomizer-btn--atc span { 
color:#000;
}
.cart-item .product-option .tcustomizer-btn--edit-option {
    box-shadow: none;
    color: #000;
    background-color: #77d1f6;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid var(--color_black);
    box-shadow: 0px 4px 0 0 !important;
    font-weight: 600;
    text-transform: capitalize;
}
.whatsapp_icon_cstm {
    position: fixed;
    bottom: 50px;
    left: inherit;
    right: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: inherit;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 0;
}
a.whatsapp_icon_cstm svg {
    width: 55px;
    height: 55px;
}
.drs_cstm-hazelnut slideshow-component.slider-mobile-gutter.cloud_img_class.testimonial_sec.mobile-text-below:before {
    display: none;
}
.index-main-page  .gradient.package_section.cloud_img_class:before {
    top: 1px;
    transform: rotate(
0deg);
}
.index-main-page .masonry_grid_section.cloud_img_class:before {
    display: none;
}
.index-main-page .masonry_grid_section.cloud_img_class {
    padding-top: 160px;
}
.select_payment {
    text-align: left;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 2px;
}
.cart__ctas {
    flex-direction: column;
}
.whatsapp_icon_type {
    display: flex;
    align-items: center;
    column-gap: 10px;
      margin-top: 10px;
}
.whatsapp_icon_type span a {
    border-bottom: 1px solid;
}
.whatsapp_icon_type a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}
input#accept_terms {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.select_payment {
    cursor: pointer;
    font-size: 15px;
    line-height: normal;
    font-weight: 800;
}
@media screen and (max-width:768px){
  .image-with-text__text-item.grid__item {
    margin-top: 17px;
}
  .index-main-page  .gradient.package_section.cloud_img_class:before {
    top: -148px;
    transform: rotate(
180deg);
}
  .index-main-page .masonry_grid_section.cloud_img_class {
    padding-top: 34px;
}
  .drs-cstm-about-us .multicolumn.background_image_cloud.cloud_img_class{
    padding-top: 40px !important;
}
.whatsapp_icon_cstm {
    bottom: 50px;
    right: 11px;
    left: inherit;
}
a.whatsapp_icon_cstm svg {
    width: 40px;
    height: 40px;
}
  .product-swatch-list {
    width: 20%;
    height: max-content;
    
}
  .footer__copyright.caption {
    flex-direction: column;
    row-gap: 6px;
}
.package_includes_text .package_title {
    font-size: 16px;
    margin: 0 0 10px;
}
.product__info-wrapper .package_name_sec li:before {
    width: 9px;
    height: 9px;
    left: -24px;
}
.product__info-wrapper .package_name_sec li {
    font-size: 13px;
    line-height: 1.5em;
}
/* .accordion-tab-cstm-dr .tcustomizer-field__heading {
    padding: 8px 14px;
    font-size: 13px;
    line-height: normal;
} */
  .slideshow__slide .slideshow__text-wrapper.banner__content{
     width: 100%;
  }
.masonry_grid_section .grid_section.page-width {
    display: flex;
    flex-wrap: wrap;
}
.masonry_grid_section .grid-item {
    width: 100% !important;
}
.drs-cstm-event-gallery h1.main-page-title.page-title {
    font-size: 30px;
}
.slideshow.banner.customCss h2.banner__heading.inline-richtext.h1, .slideshow.banner.customCss .banner__text.rte p {
    text-align: center;
}
.masonry-swiper-container button.slider-button.slider-button--prev, .masonry-swiper-container button.slider-button.slider-button--next {
    display: block !important;
}
.content-for-layout .masonry_grid_section.only_product_color{
    padding: 50px 0 61px;
  }
slideshow-component .slideshow.banner {
    margin-bottom: 12px;
}
.cloud_img_class:after {
    height: 84px;
    z-index: 2;
}
.related_products {
    padding: 68px 0 66px !important;
}
#judgeme_product_reviews .jdgm-form-wrapper {
    background: #fff;
    margin-top: 18px;
    border-radius: 16px;
}
.product-card-wrapper .card-information .price_sec {
    flex-direction: column;
}
.card__information .font_lg {
    font-size: 17px;
}
.card-information .price_sec p {
    font-size: 12px;
    margin: 0;
}
.product-grid-container .grid {
    row-gap: 24px;
    justify-content: space-between;
}
#product-grid .grid__item {
    width: calc(48% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
}
.price__regular .price-item--regular {
    font-size: 14px;
}
#judgeme_product_reviews .jdgm-review-widget--medium .jdgm-write-rev-link, #judgeme_product_reviews .jdgm-review-widget--medium .jdgm-ask-question-btn {
    max-width: 59%;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}
#lightbox .lb-next {
    right: 0 !important;
}
#lightbox  a.lb-prev{
  left:0 !important;
}
.overflow-hidden-tablet div#menu-drawer {
    height: 381px;
}
.tcustomizer-checkbox__label-value {
    line-height: normal;
}
.tcustomizer-checkbox__label-value span {
    font-size: 12px;
    font-weight: 700;
}
.tcustomizer-checkbox .tcustomizer-checkbox__input {
    height: 10px !important;
    width: 10px !important;
}
.tcustomizer-vertical-row .tcustomizer-checkbox {
    margin-bottom: 0 !important;
}
.product__info-wrapper span.price-item.price-item--regular {
    font-size: 20px;
}
.footer__copyright.caption {
    padding-top: 14px;
}
ul.footer-block__details-content.list-unstyled a.link.link--text.list-menu__item.list-menu__item--link {
    padding: 0;
}
.drs-cstm-contact p.input-fileds_title {
    font-size: 14px;
}
.field input, .field textarea {
    font-size: 16px;
}
.drs-cstm-contact .form_contact_cstm .field label.field__label {
    font-size: 12px;
}
.product-grid-container ul#product-grid {
    column-gap: 18px;
}
h2.title.inline-richtext.h1 {
    font-size: 22px;
}
.banner__text.rte {
    margin-top: 9px;
}
.background_image_cloud.cloud_img_class:before {
    transform: rotate(180deg);
}
.index-main-page .gradient.package_section.cloud_img_class.banner_bottom_wapper:before{
    top: -160px;
}
}
.masonry-swiper-container .grid-item img {
    border-width: 2px, 6px, 6px, 2px;
    border-style: solid;
    border-color: #000000;
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px #000;
}
.popup-content .header_cont img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
    border: 1px solid;
    object-fit: cover;
}
.masonry_grid_section  img.plus_icon {
    border: none;
}

.popup_form_cstm {
    position: fixed;
    /* top: 0; */
    bottom: 19px;
    right: 8px;
    background: #77d1f6;
    border-radius: 50px;
    padding: 8px 9px;
    z-index: 9;
    cursor: pointer;
}
.popup_form_cstm span {
    font-weight: 700;
    font-size: 14px;
}
.drs-cstm-contact.cstm_popup_form .new_from_wapper {
    justify-content: center;
}
.drs-cstm-contact.cstm_popup_form {
    background: #0000004f;
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    display: none;
    backdrop-filter: blur(4px);
}
p.location_name {
    margin: 0;
    line-height: normal;
    font-size: 12px;
}
div#myPopup .icons_sec label {
    width: 40%;
}
div#myPopup .icons_sec label {
    padding: 8px 0;
}
input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev {
    background: #77d1f6;
    border: 1px solid;
    color: #000;
    border-radius: 50px;
}
a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev {
    color: #77d1f6;
    border: 1px solid;
    border-radius: 50px;
}
.product-form .product-form__submit {
    margin-bottom: 1rem;
    padding: 10px 0;
    font-size: 17px;
}
.product-form .product-form__buttons {
    max-width: 100%;
}
h4.caption_title svg, p.image-with-text__text svg, .collapsible-content__header svg {
    display: none;
}
h4.caption_title {
    display: none;
}
p.caption-with-letter-spacing.caption_title {
    display: none;
}
p.image-with-text__text.caption_title.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium.caption-with-letter-spacing {
    display: none;
}
button.tcustomizer-btn.tcustomizer-btn--atc:hover {
    background-color: #77d1f6 !important;
}
.cstm_dr_pincode {
    display: none;
}
.tcustomizer-product-form .tcustomizer-price-addons {
    background: #77d1f69e;
    border-color: #000;
    max-width: max-content;
}
.location_pincode_wapper {
    display: flex;
    flex-direction: column;
}
span.pincode_show {
    font-size: 12px;
}
span.check_pincode strong {
    cursor: pointer;
}
.contact .contact__fields .field:hover::after, .contact .contact__fields .field:hover::before{
    box-shadow: 0 3px 0 0 var(--color_black);
    border-radius: 50px;
}
.field.textarea_field:hover::before,.field.textarea_field:hover::after {
    box-shadow: 0 3px 0 0 var(--color_black);
    border-radius: 20px;
}
small#ContactForm-email-error {
    display: none;
}
label.field__label svg {
    width: 20px;
    height: 20px;
}
.contact_section .field__input:focus {
    outline: none;
    border: none;
    box-shadow: 0 3px 0 0 var(--color_black);
}
.contact__button svg {
    display: none;
}
span.check_pincode strong {
    text-decoration: underline;
    color: #77d1f6;
}
div#lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
}
svg.user_icon_cstm path {
    fill: #cbcbcb;
}
.tcustomizer-accordion {
    border: none;
}

button.slideshow__autoplay.slider-button {
    display: none !important;
}
.metafield-rich_text_field ul li::marker {
    font-size: 0;
}
.index-main-page .shopify-section.shopify-section-group-header-group.section-header.scrolled-past-header.shopify-section-header-sticky.animate.shopify-section-header-hidden {
    display: none;
}
.referral-discount-page.page-width {
    padding: 30px 15px;
    background: #f5cfd2;
    max-width: 100%;
}
.instagramfeed.page-width {
    max-width: 100%;
    width: 100%;
    text-align: center;
    background: #f5cfd2;
    padding-top: 70px;
    padding-bottom: 70px;
}
.instafeed-new-layout-container {
    margin: 0 auto;
}
.pc-identixweb-order-delivery .identixweb-order-delivery-datepicer-icon, .pc-identixweb-order-delivery .identixweb-order-delivery-Time, .note_div {
    width: 100%;
    min-width: 346px;
    max-width: 346px;
    margin: auto;
}
.pc-identixweb-order-delivery .note_div {
    display: none;
}
.pc-identixweb-order-delivery .iw-calendar.odd-product-calendar {
    margin-bottom: 19px;
    width: 100%;
    max-width: 100%;
}
.pc-identixweb-order-delivery .iw-calendar.odd-product-calendar {
    margin-bottom: 19px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.product__tax.caption.rte p {
    margin-top: 5px;
}
.product__description.rte.quick-add-hidden p {
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
}
.product__description.rte.quick-add-hidden {
    margin: 0 0;
}
label.local_radio.odd-radio .label-body {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 1px 6px;
}
.local-radio {
    background: #77d1f6 !important;
}
label.local_radio.odd-radio .label-body:hover {
    color: #fff !important;
}
.cart__footer .order-delivery-date-postalcode-text {
    width: 100%;
}
.cart__footer .identixweb-order-delivery-date-uiHeading{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.cart__footer .identixweb-order-delivery-datepicer-icon, .cart__footer .identixweb-order-delivery-Time, .cart__footer .note_div {
    width: 100%;
    min-width: 100%;
}
.cart__footer .iw-calendar {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.identixweb-order-delivery-date-local-delivery-uiHeading.odd_calender_heading {
    font-size: 14px;
    line-height: normal;
    max-width: 301px;
    margin-right: auto;
    margin-left: auto;
}
@media(max-width:767px){
  .cart__footer .all-radio-btn.local-radio.active-radio {
    width: 100%;
}
.cart__footer .all-radio-btn .odd-radio .display-flex {
    flex-wrap: inherit;
    /* width: 100%; */
    flex-direction: row;
    align-items: center;
}
label.local_radio.odd-radio .label-body {
    padding: 0px 1px 6px;
}
.main_product_image_dr {
    justify-content: space-between;
}
}