/** Shopify CDN: Minification failed

Line 791:1 Unexpected "}"
Line 1133:51 Expected identifier but found "!"

**/
h1, h2, h3 {
   font-family: 'Audrey-bold';
}

/*************** Bloom Heder couneter css ********************/

/* div#myCountdown_header {
    border: 1px solid;
    padding: 10px;
    border-radius: 34px !important;
    background-clip: padding-box;
    background-clip: border-box;
} */
#myCountdown_header {
  position: relative;
  z-index: 1;
  border-radius: 30px; 
  padding: 10px 20px;
}

#myCountdown_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 2px; /* Thickness of the gradient border */
  background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%); /* Gradient border */
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1; /* Behind the main content */
}

  #myCountdown_header span.clock-icon {
    height: 20px;
}
.bloom-header .Header__Wrapper_logo_icons { width:100%;}
#myCountdown_header .counter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
   align-items: center;
}
#myCountdown_header .counter-box {
    display: flex;
    align-items: flex-end;
}
#myCountdown_header .counter-box span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding: 0 3px;
  font-family: 'Roc Grotesk Medium';
}
#myCountdown_header .counter-box p {
    font-size: 11px;
    line-height: 1;
}
/*************** Bloom Hero Section Css ********************/
.hero-bg-img1 {
    position: absolute;
    top: -4%;
    right: 18%;
    /* width: 100%; */
}
.hero-bg-img2 {
    position: absolute;
    bottom: 42%;
    left: 2%;
    display: inline;
    width: auto;
}
.hero-bg-img3 {
    /* display: block; */
    /* width: 100%; */
    position: absolute;
    bottom: 0%;
    left: 10%;
    width:150px;
}
.popup_content_show {
  position: fixed;
  margin: 0;
  height: 90vh;
  width: 90%;
  z-index: 9999;
  background: #fff;
  border-radius:10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Header__Wrapper_logo_icons {align-items: center; }
@media screen and (max-width: 749px) {
  label.checkbox__label_cstm{
    font-size:11px;
  }
  .small-hide {
    display: none !important;
  }
  .bloom-header .Container {
    padding: 5px !important;
  }
  #myCountdown_header .counter{ column-gap: 10px; }
  #myCountdown_header .counter-box span {
    font-size: 16px;
    line-height: 17px;
  }
  #myCountdown_header span.clock-icon {
    height: 22px;
  }
  #myCountdown_header {padding: 10px 14px;}
  /*********** Mobile view bubble animation css *****************/
    .hero-bg-img1, .hero-bg-img2 {
     display:none;
    }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.rouge-bloom-hero {
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
#intro-hero-banner .section-content h4 {
    margin: 0px;
    font-family: 'Audrey-medium';
    font-size: 50px;
    font-weight: 350;
    line-height: 45px;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(98.03deg, #161616 13.04%, #C97900 16.89%, #222120 27.19%, #835612 63.94%, #FFD391 68.35%, #3C2D16 73.25%);
    max-width: 450px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#intro-hero-banner h2.title {
    margin: 0;
    font-family: 'Roc Grotesk Medium';
    text-transform: uppercase;
    background: linear-gradient(98.03deg, #161616 13.04%, #c97900 16.89%, #222120 27.19%, #835612 63.94%, #ffd391 68.35%, #3c2d16 73.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
    font-size: 90px;
    font-weight: 500;
    line-height: 85px;
    text-align: left;
}
#intro-hero-banner .section-content {
  position: absolute;
  top: 40px;
  overflow: hidden;
}
#intro-hero-banner h2.title p {
    margin: 0px;
    font-family: Roc Grotesk Medium;
}
#intro-hero-banner {
    position: relative;
}
#intro-hero-banner .section-image img {
    width: 80%;
    right: 0px;
    position: relative;
    display: grid;
    align-items: flex-end;
    justify-content: end;
}
#intro-hero-banner .section-image {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    padding-top: 75px;
}
#intro-hero-banner .bottom-icon {
    position: absolute;
    bottom: 0px;
    right: 80px;
}
#intro-hero-banner .bottom-icon p {
  font-family: 'Audrey-medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: center;
  color:#000000;
  margin:0px;
  text-transform:uppercase;
}
#intro-hero-banner .bottom-icon span {
    width: 3px;
    height: 32px;
    border-radius: 5px 5px 0 0;
    background: #000;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
#intro-hero-banner .section-image {
    padding-top: 130px;
}
#intro-hero-banner .section-image img {
    width: 60%;
}
}
@media only screen and (max-width: 750px) {
  .bloom_popup_content {
    position: relative;
    bottom: 2%;
}
  /* img.bloom-mob.image-with-animation.large-up-hide.medium-hide{
    width:100%;
    height:100%;
  } */
  #truncated-texts{
    display:none;
  }
  .section-desktop{
    display:none;
  }
  .bloom_popup_ptoduct .section-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0px;
    /* max-width: 398px; */
    padding: 2px 12px;
    text-transform: math-auto;
}
  span.product_regular_price{
    font-size:17px !important;
    bottom:7px !important;
    padding-left:0px !important;
  }
#intro-hero-banner .section-image {
        padding-top: 70px;
}
#intro-hero-banner .section-image img {
    width: 100%;
}
#intro-hero-banner .section-content h4 {
    font-size: 18px;
    font-weight: 350;
    line-height: 32.4px;
}
#intro-hero-banner h2.title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}
#intro-hero-banner .section-content {
    position: relative;
    top: 40px;
}
#intro-hero-banner .bottom-icon {
    right: 0;
    left: 0;
}
#intro-hero-banner .bottom-icon span {
    width: 2px;
  height: 20px;
}
  #bloom-can-wait .section-text p, #bloom-can-wait .section-text{
    font-size: 18px !important;
    line-height: 22.8px !important;
    padding-top: 14px !important;
}
}
/*************** Bloom Hero Section Css Ends ********************/

/*************** Bloom Can Wait Section Css ********************/

.bloom-can-wait {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-main { position: relative ;}
.wait-bg-img1 {
   position: absolute;
    top: 0%;
    left: 15%;
    width: 100px;
}
.wait-bg-img2 {
    position: absolute;
    top: -1%;
    left: 52%;
    display: inline;
    width: 130px;
    z-index:-1;
}
.wait-bg-img3 {
  position: absolute;
  bottom: 4%;
  left: 37%;
  width: 130px;
}
.wait-bg-img4 {
    position: absolute;
    bottom: 12%;
    left: -3%;
    width: 130px;
}
#bloom-can-wait h2.title {
    margin: 0;
    font-family: 'Roc Grotesk Medium';
    text-transform: uppercase;
    background: linear-gradient(98.03deg, #161616 13.04%, #c97900 16.89%, #222120 27.19%, #835612 63.94%, #ffd391 68.35%, #3c2d16 73.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 5px;
    font-size: 80px;
    font-weight: 500;
    line-height: 99px;
    text-align: left;
}
#bloom-can-wait h2.title p {
    margin: 0px;
    font-family: Roc Grotesk Medium;
}
#bloom-can-wait {
    position: relative;
    height:100vh;
    overflow: hidden;
 }
.bloom-can-wait:after {
    content: "";
    width: 261px;
    height: 100%;
    position: absolute;
    top: -32px;
    right: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: unset;
}
#bloom-can-wait .section-content {
    padding-top: 60px;
    padding-bottom: 150px;
    max-width: 75%;
}
#bloom-can-wait .section-text p, #bloom-can-wait .section-text  {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    padding-top: 24px;
    margin: 0px;
}
#bloom-can-wait .bottom-icon {
    position: absolute;
    bottom: 0px;
    right: 80px;
}
#bloom-can-wait .bottom-icon p {
  font-family: 'Audrey-medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: center;
  color:#000000;
  margin:0px;
  text-transform:uppercase;
}
#bloom-can-wait .bottom-icon span {
    width: 3px;
    height: 32px;
    border-radius: 5px 5px 0 0;
    background: #000;
    display: block;
    margin: auto;
}
#bloom-can-wait  button.notify-btn {
    background: #ffffff00;
    border: 0px;
    align-items: center;
    display: flex;
    gap: 12px;
    font-family: 'Roc Grotesk Medium';
    font-size: 20px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 2.4000000953674316px;
    text-align: center;
    padding-top: 60px;
}
#bloom-can-wait .page-width {
    width: 100%;
    margin: 0px;
  max-width:1440px;
}
@media only screen and (max-width: 750px) {
#bloom-can-wait .section-content h4 {
    font-size: 36px;
    font-weight: 350;
    line-height: 32.4px;
}
#bloom-can-wait h2.title {
    font-size: 42px;
    line-height: 41px;
    font-weight: 900;
}

#bloom-can-wait .bottom-icon {
    right: 0;
    left: 0;
}
#bloom-can-wait .bottom-icon span {
    width: 2px;
  height: 20px;
}
  .page-width {
    padding: 0 24px;
}
.bloom-can-wait:after {
    width: auto;
}
#bloom-can-wait { padding: 30px 0;}
/* Bloom wait media css */
.wait-bg-img3 { position: absolute; bottom: 0%; right: -4%; left: unset; width: 100px; }
.wait-bg-img4 {bottom: 17%; left: 20%; width: 100px; z-index: -9;}
.wait-bg-img1 { position: absolute; top: 45%; right: 0%; left:unset; width: 100px; z-index: -1;}
.wait-bg-img2 { display:none;}

}

/*************** Bloom Can Wait Section Css Ends ********************/


/*************** Bloom Discover Section Css ********************/

 
#bloom-discover-banner {
    position: relative;
}
#bloom-discover-banner .section-image img {
  width: 100%;
  display:block;
  height: 100%;
  object-fit: cover;
}
#bloom-discover-banner .section-image {
    width: 100%;
 }
#bloom-discover-banner .bottom-icon {
    position: absolute;
    bottom: 0px;
    right: 80px;
}
#bloom-discover-banner .bottom-icon p {
  font-family: 'Audrey-medium';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0.1em;
  text-align: center;
  color:#ffffff;
  margin:0px;
  text-transform:uppercase;
}
#bloom-discover-banner .bottom-icon span {
    width: 3px;
    height: 32px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    display: block;
    margin: auto;
}
#bloom-discover-banner .section-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    right: 0px;
    width: 50%;
    background: linear-gradient(90.29deg, rgba(0, 0, 0, 0.5) 22.1%, rgba(0, 0, 0, 0.5) 99.72%);
    padding: 80px 48px;
}
#bloom-discover-banner h2.section-text {
    margin: 0;
    font-family: 'Roc Grotesk Medium';
    font-size: 58px;
    font-weight: 500;
    line-height: 52.2px;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bloom-discover-banner h2.section-text span {
  font-weight: 300;
    font-family: 'Audrey-medium';
    font-size: 40px;
    color: #fff;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

@media only screen and (max-width: 1024px) {
 #bloom-discover-banner h2.section-text {
    font-size: 44px;
    line-height: 48.2px;
 }
}
@media only screen and (max-width: 900px) {
 #bloom-discover-banner h2.section-text {
    font-size: 40px;
    line-height: 44.2px;
 }
#bloom-discover-banner .section-content {
    padding:30px;
}
}
@media only screen and (max-width: 750px) {

#bloom-discover-banner .bottom-icon {
    right: 0;
    left: 0;
}
#bloom-discover-banner .bottom-icon span {
    width: 2px;
  height: 20px;
}
#bloom-discover-banner .section-content {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 49%;
    right: 0;
    left: 0;
  width:100%;
}
#bloom-discover-banner h2.section-text {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: 0;
}
#bloom-discover-banner h2.section-text span { font-size: 30px;}
#bloom-discover-banner .section-content {
    padding:48px 24px;
}
#bloom-can-wait .section-content {
    padding-top: 0px;
    padding-bottom: 150px;
   max-width:100%;
}
#bloom-discover-banner {
    height:100vh;
}
#bloom-discover-banner .section-image {
    width: 100%;
  height:100%;
}
}
/*************** Bloom Discover Section Css Ends ********************/

/*************** Bloom Matte Bullet Section Css Starts ********************/

.bloom-matte-bullet h4.section-sub-title {
    font-family: 'Audrey-medium';
    font-size: 80px;
    font-weight: 350;
    line-height: 72px;
    text-align: left;
    margin: 0px;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bloom-matte-bullet h2.section-title {
    font-family: 'Audrey-medium';
    font-size: 100px;
    font-weight: 500;
    line-height: 90px;
    text-align: left;
    margin: 0;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-text-fill-color: #ff000000;
    -webkit-background-clip: text;
}
.bloom-matte-bullet .section-image img {
    max-width: 560px;
    margin: auto;
}
.bloom-matte-bullet h2.section-title p {
  margin:0;
  font-family: 'Roc Grotesk Medium';
}
.bloom-matte-bullet .section-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bloom-matte-bullet .section-text p { margin:0px;}
.bloom-matte-bullet .section-flex {
    display: flex;
    align-items: center;
    gap: 10px;
  position: relative;
 }
.bloom-matte-bullet .section-image img {
    display: block;
    object-fit: contain;
    width: 100%;
}
.bloom-matte-bullet .section-content {
    max-width: 550px;
    width: 50%;
}
.bloom-matte-bullet .section-image {
    width: 50%;
    position: relative;
    height: calc(100vh - 80px);
}
.bloom-matte-bullet .section-image img {
    display: block;
    object-fit: contain;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.bloom-matte-bullet button#matte-bullet-popup-show {
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 14px 32px;
    gap: 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, #fffc 0% 96%);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
}
.bloom-matte-bullet button#matte-bullet-popup-show span {
  margin-top:2px;
}
.bloom-matte-bullet .section-btn {
    position: absolute;
    bottom: 32px;
    left: 0px;
    right: 0px;
}
@media only screen and (max-width: 750px) {
.bloom-matte-bullet .section-flex {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
}
  .bloom-matte-bullet .section-content {
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
}
.bloom-matte-bullet .section-image {
    width: 100%;
    height: 100%;;
}
.bloom-matte-bullet h4.section-sub-title {
    font-size: 50px;
    line-height: 45px;
}
.bloom-matte-bullet h2.section-title p {
    margin: 0;
    font-family: 'Roc Grotesk Medium';
}
.bloom-matte-bullet h2.section-title {
    font-family: 'Roc Grotesk Medium';
    font-size: 70px;
    font-weight: 350;
    line-height: 68px;
}
.bloom-matte-bullet .section-text {
    font-size: 18px;
}
.bloom-matte-bullet .section-image {
        width: 100%;
        height: 523px;
        display: block;
        position: relative;
        max-width: 500px;
        margin: auto;
}
.bloom-matte-bullet button#matte-bullet-popup-show {
    bottom: 22px;
    gap: 10px;
    max-width: 242px;
    font-size: 15px;
}
 .bloom-matte-bullet button svg {
    width: 21px;
    height: 22px;
}
}
/*************** Bloom Matte Bullet Section Css Ends ********************/
/*************** Bloom Image Text Section Css Starts ********************/

.bloom-image-text h4.section-sub-title {
    font-family: 'Audrey-medium';
    font-size: 80px;
    font-weight: 350;
    line-height: 72px;
    text-align: left;
    margin: 0px;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bloom-image-text h2.section-title {
    font-family: 'Roc Grotesk Medium';
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
    text-align: left;
  text-transform:uppercase;
    margin: 0;
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    -webkit-text-fill-color: #ff000000;
    -webkit-background-clip: text;
}
.bloom-image-text h2.section-title p {
  margin:0;
  font-family: 'Roc Grotesk Medium';
}
/* .bloom-image-text .section-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
    
    letter-spacing: 2px;
    max-width: 410px;
} */
.bloom-image-text .section-text p { margin:0px;}
.bloom-image-text .section-flex {
    display: flex;
    align-items: center;
    gap: 10px;
  position: relative;
      justify-content: flex-end;
}
 }
.bloom-image-text .section-image img {
    display: block;
    object-fit: cover;
    width: 100%;
}
.bloom-image-text .section-content {
    position: absolute;
    left: 6%;
    max-width: 640px;
    /* top: 22%; */
    padding: 20px 0px;
}
.bloom-image-text .section-image {
    width: 56%;
    position: relative;
    height: auto;
}
.bloom-image-text .section-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}
.bloom-image-text button {
     align-items: center;
    justify-content: center;
    display: flex;
    padding: 14px 32px;
    gap: 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, #fffc 0% 96%);
    font-family: 'Roc Grotesk Medium';
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
}
.bloom-image-text button span {
  margin-top:2px;
}
.bloom-image-text .section-btn {
    padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
.bloom-image-text .section-content {
    position: static;
    max-width: 100%;
    width: 50%;
  padding: 50px 24px;
}
.bloom-image-text .section-image {
    width: 50%;
}
.bloom-image-text .section-btn {
    padding-top: 30px;
}
.bloom-image-text .section-btn {
    left: 0px;
    z-index: 1;
    right: 0px;
} 
.bloom-image-text button {
    margin: auto;
}
}
@media only screen and (max-width: 750px) {
  button.product-button {
    position: relative;
    top: 336px;
}
  .bloom-image-text .section-btn {
    position: absolute;
    bottom: unset;
} 
.bloom-image-text .section-flex {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column;
}
  .bloom-image-text .section-content {
    max-width: 100%;
    width: 100%;
    padding: 50px 24px 0px;
}
.bloom-image-text .section-image {
    width: 100%;
    height: 100%;;
}
.bloom-image-text h4.section-sub-title {
    font-size: 29px;
    line-height: 45px;
}
.bloom-image-text h2.section-title p {
    margin: 0;
    font-family: 'Roc Grotesk Medium';
}
.bloom-image-text h2.section-title {
    font-family: 'Roc Grotesk Medium';
    font-size: 37px;
    font-weight: 700;
    line-height: 41px;
}
/* .bloom-image-text .section-text {
    font-size: 18px;
} */
.bloom-image-text .section-image {
        width: 100%;
         display: block;
        position: relative;
        max-width: 500px;
        margin: auto;
}
.bloom-image-text button {
    bottom: 22px;
    gap: 10px;
    max-width: max-content;
    font-size: 15px;
}
.bloom-image-text button svg {
    width: 21px;
    height: 22px;
}
}


/*************** Bloom Image Text Section Css Ends ********************/

/*************** Bloom Counter Css Starts ********************/
#shopify-section-template--16442800210055__bloom_counter_Qz3AbB  {
  background-color: #000;
  padding-top:0px;
}

.parent-div:has(.bloom-counter) {
  background-color: lightblue; /* Background color when .bloom-counter class is present in child */
}

.bloom-counter {
    background: linear-gradient(91.55deg, #A8875D -7.35%, #D6B890 14.38%, #EAD5AD 26.58%, #FFEAC6 38.77%, #D7B883 53.09%, #AD833B 67.93%, #CFAD76 82.78%, #E3CD9D 98.68%);
    padding: 43px;
}
/* .bloom-counter .section-content{
    max-width:900px;
  margin:auto;
} */
.bloom-counter .section-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin: 0px;
}
.bloom-counter .counter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    padding-top: 32px;
}
.bloom-counter .counter-box {
    text-align: center;
    color: #000000;
}
.bloom-counter .counter-box span {
    font-family: 'Roc Grotesk Medium';
    font-size: 150px;
    font-weight: 500;
    line-height: 135px;
    text-align: left;
}
.bloom-counter .counter-box p {
    font-family: 'Audrey-medium';
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
}

@media only screen and (max-width: 750px) {
  button.collect_now{
    position: relative;
    top: 23px;
}
  .section-text {
    color: white;
}
  p#full-text {
    padding: 10px;
}
  button.show_content {
    font-size: 8px;
    letter-spacing: 1px;
    /* background: black; */
    /* color: white; */
    /* width: 25%; */
    padding: 0px 0px;
    float: right;
    position: relative;
    bottom: -9px;
    right: 5px;
    font-weight: 700;
}
.bloom-counter .section-title {
    font-size: 18px;
}
.bloom-counter .counter-box span {
    font-size: 55px;
    line-height: 55px;
  }
.bloom-counter .counter-box p {
    font-size: 14px;
    text-transform: uppercase;
}
.bloom-counter {
    padding: 32px 0px;
}
}
/*************** Bloom Counter Css Ends ********************/

/*************** Bloom Game Css Starts ********************/
.bloom-game {
    padding: 156px 0px;
}
.bloom-game  h2.section-title {
    font-family: 'Audrey-bold';
    font-size: 110px;
    font-weight: 500;
    line-height: 99px;
    text-align: left;
    background: linear-gradient(270.05deg, #9D6D1D -0.45%, #E0C168 49.69%, #9D7431 99.46%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin: 0px;
}
.bloom-game h2.section-title p {
    font-family: 'Audrey-bold';
  margin:0px;
}
.bloom-game .section-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #000000;
    margin:0px;
  max-width: 448px;
}
.bloom-game .section-text p {
    margin:0px;
}
.bloom-game .section--flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.bloom-game .section-content {
    width: 50%;
}
.bloom-game .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.bloom-game .section-game {
    width: 50%;
}
.bloom-game .grid-item {
    background: #D9D9D9;
    display: grid;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    border-radius: 10px;
    gap: 50px;
}
@media only screen and (max-width: 1024px) {
.bloom-game h2.section-title {
    font-size: 90px;
    line-height: 88px;
    margin: 0px;
}
.bloom-game .grid-item {
    min-height: 130px;
}
}
@media only screen and (max-width: 900px) {
.bloom-game h2.section-title {
    font-size: 70px;
    line-height: 68px;
}
}
@media only screen and (max-width: 750px) {
.bloom-game h2.section-title {
    font-size: 60px;
    line-height: 54px;
}
}
/*************** Bloom Game Css Ends ********************/


/*************** Bloom Section Scroll CSS ********************/

.bloom-image-text .bloom_animation {
  position: relative;
  width:100%;
  height: 100vh; /* Ensure enough space for the pinned content */
}
.bloom-image-text .bloom_animation .point {
   height: 100vh;
    width: 100%;
}
.bloom-image-text .image_block img{
  width: 100%;
  height: 100vh;
}
.bloom-image-text .wrapper_scroll {
  position: relative;
  height: auto; /* Make sure the container height adjusts to its content */
}
.bloom-image-text .bloom_animation .point {overflow: hidden;}
.bloom-image-text .point:first-child .section-image img {
    object-fit: contain;
}
@media screen and (max-width:767px){
   .bloom_popup_ptoduct {
    justify-content: center;
  }
 .bloom-image-text .point {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.bloom-image-text  .point .image_block { max-width: 100%; height: 100%; z-index:-1;}
.bloom-image-text .section-image img {
    object-fit: contain;
}
.bloom-image-text .bloom_animation .point {height:100%; padding: 50px 0 0 0;}
.bloom-image-text .bloom_animation { height:100vh; !important;}
.bloom-image-text .image_block img{
  width: 100%;
  height: 100%;
}
/* #bloom-can-wait {
    height:100%;
 } */
  #shopify-section-template--16442800210055__bloom_counter_Qz3AbB  {
  background-color: #000;
  padding-top:0px;
}
}

/* Product-popup css */
 /*************** Bloom Image Text Section Css Starts ********************/
  .bloom_popup_ptoduct {
    padding: 100px;
    display: flex;
    height:100%;
  }
  .bloom_popup_content {
    width: 60%;
  }
  .bloom_popup_media {
    width: 40%;
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    position: relative;
  }
  
  h4.section-sub-title {
    color: red;
    font-size: 44px;
  }
  span.ProductItem__compare_Price {
    text-decoration: line-through;
    font-size: 22px;
    color: #8d8d8d;
    font-weight: 400;
    font-family: 'Audrey-bold';
  }
  span.product_regular_price {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Audrey-bold';
    padding-left: 5px;
    position: relative;
    bottom: 4px;
  }
  .bloom_popup_ptoduct h4.section-sub-title {
    font-family: "Audrey-medium";
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 350;
    line-height: 52px;
    text-align: left;
    margin: 0px;
    background: linear-gradient(
      91.55deg,
      #a8875d -7.35%,
      #d6b890 14.38%,
      #ead5ad 26.58%,
      #ffeac6 38.77%,
      #d7b883 53.09%,
      #ad833b 67.93%,
      #cfad76 82.78%,
      #e3cd9d 98.68%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .bloom_popup_ptoduct h2.section-title {
    font-family: 'Audrey-bold';
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(
      91.55deg,
      #a8875d -7.35%,
      #d6b890 14.38%,
      #ead5ad 26.58%,
      #ffeac6 38.77%,
      #d7b883 53.09%,
      #ad833b 67.93%,
      #cfad76 82.78%,
      #e3cd9d 98.68%
    );
    -webkit-text-fill-color: #ff000000;
    -webkit-background-clip: text;
  }
  .bloom_popup_ptoduct h2.section-title p {
    margin: 0;
    font-family: 'Audrey-bold';
  }
  /* .bloom_popup_ptoduct .section-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 410px;
  } */
  .bloom_popup_ptoduct .section-text p {
    margin: 0px;
  }
  .bloom_popup_ptoduct .section-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: flex-end;
  }

  /* new ss */
  .VariantSwatches {
    display: flex;
    gap: 10px;
  }

  .Swatch {
    cursor: pointer;
  }

  .SwatchColor {
    width: 30px;
    height: 30px;
    border-radius:8px;
    display: inline-block;
    /* border: 1px solid #ccc; */
  }

  .Swatch input {
    display: none;
  }

  .Swatch input:checked + .SwatchColor {
    border: 2px solid #000; /* Highlight selected swatch */
  }

  .ProductImageItem {
    display: none;
  }

  .ProductImageItem.is-selected {
    display: block;
  }



.popup-show .wrapper_scroll {
    transform: none !important;
    position: unset !important;
}
.popup-show {
    overflow: hidden;
  }
.popup-show:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 97%);
    z-index: 9;
}
.close-popup_product svg {
    background: #d7d7d7;
    border-radius: 30px;
    padding: 5px;
    height: 30px;
    width: 30px;
}
.close-popup_product {
    position: absolute;
    bottom: 10px;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -10px);
}
.close-icon-p {
    /* transform: rotateX(112deg); */
    transform: rotate(7rad);
}
@media screen and (min-width:768px){
  label.checkbox__label_cstm{
    font-size:12px;
  }
  .section-content .section-text {
    color: white;
}
  p#truncated-texts, p#full-text {
    font-size: 8px;
}
 
  button#show-less {
    float: right;
    position: relative;
    bottom: 16px;
    letter-spacing: 1px;
    font-size:10px;
}
  button#show-more {
    font-size: 10px;
    letter-spacing: 2px;
    float: right;
    position: relative;
    bottom: 23px;
}
  #truncated-text{
    display:none;
  }
 .varient_popproduct {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
  .Swatch.slick-slide {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}
.varient-selector .slick-track, .varient-selector .slick-list {
    height: 100% !important;
      width: 100%;
}
.varient-slideshow {width: 20%;}
.varient-slideshow .SlideshowNav--next {
  bottom: -30px;
  right: 4px;
  left:unset;
  display:block;
  background: unset;
  padding: 0;
}
.varient-slideshow .SlideshowNav--previous {
  top: -25px;
  right: 4px;
  left:unset;
  background: unset;
  padding: 0;
}  
.varient-slideshow button svg {
    width: 15px;
}
.varient-slideshow .SlideshowNav--next, .varient-slideshow .SlideshowNav--previous {display:block;}
}
/* Popup product media query */
@media screen and (max-width:767px){
  .bloom_popup_ptoduct{ padding: 15px;  flex-direction: column;}
  .bloom_popup_content { width: 100%;}
  .bloom_popup_ptoduct h4.section-sub-title{ font-size: 22px;  line-height: 30px; }
  .bloom_popup_ptoduct h2.section-title {font-size: 31px; line-height: 27px; font-weight:700; padding: 4px 0px;}
  .bloom_popup_media { width:100%; column-gap: 15px;  padding-top: 20px;  padding-bottom: 25px; overflow:hidden; flex-direction: column;}
  .close-popup_product { bottom: -5px;}
  .close-icon-p { width: 30px;}
    .varient_popproduct {
    height: unset;
  }
  .varient-slideshow {
    width: 100%;
    padding-top: 15px;
 }
.varient-slideshow .slick-track { width:100% !important; display: flex !important; flex-direction: row; column-gap: 10px; }
.Swatch{width:100% !important; display:flex !important;}
.popup_content_show {height:89vh;}
}