/** Shopify CDN: Minification failed

Line 351:38 Expected identifier but found "!"
Line 839:0 Expected "}" to go with "{"

**/
/*============== SECTION NEWSLETTER =============*/
.wpbingo-widget--newsletter .newsletter__content.layout-1 .newsletter-form__wrap {
  display: flex;
}
.wpbingo-widget--newsletter .newsletter__content.layout-1 .newsletter-form__wrap input {
  width: 100%;
  border: 0;
  padding: 0 0 5px;
  font-size: var(--font-size-base);
  background: transparent;
  border-bottom: 2px solid var(--gray-dark);
  height: auto;
}
.wpbingo-widget--newsletter .newsletter__content.layout-1 .newsletter-form__wrap input::placeholder {
  color: var(--text-color-50);
}
.wpbingo-widget--newsletter .newsletter__content.layout-1 .newsletter-form__wrap .newsletter-form__submit {
	border: 0;
    border-bottom: 2px solid var(--gray-dark);
    background: transparent;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--gray-dark);
    padding: 0 15px 5px;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    top: 1px;
    margin-left: 15px;
    cursor: pointer;
}
.wpbingo-widget--newsletter .newsletter__content.layout-1 .newsletter-form__wrap .newsletter-form__submit:hover {
  color: var(--theme-color);
  border-color:var(--theme-color);
}
.wpbingo-widget--newsletter .newsletter__content.layout-2 .newsletter-form__wrap {
	display: block;
}
.wpbingo-widget--newsletter .newsletter__content.layout-2 .newsletter-form__wrap input {
	height: 45px;
  border-radius: 20px;
  padding: 0 20px;
  color: var(--text-color);
  font-size: 12px;
  line-height: 45px;
  margin-bottom: 20px;
}
.wpbingo-widget--newsletter .newsletter__content.layout-2 .newsletter-form__wrap .newsletter-form__submit {
	line-height: 45px;
  height: 45px;
  border: 0;
  font-size: 12px;
  font-weight: var(--body-font-weight-semibold);
  padding: 0 44px;
  background: var(--gray-dark);
  color: var(--white);
  position: relative;
  border-radius: 20px;
}
.wpbingo-widget--newsletter .newsletter__content.layout-2 .newsletter-form__wrap .newsletter-form__submit:hover {
	background: var(--theme-color);
}
@media(max-width: 767px){
  .wpbingo-widget--newsletter .newsletter__content.layout-2 .newsletter-form__wrap .newsletter-form__submit {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 600px) {
  #shopify-block-AdjMvQVVDY1U5QitEN__image_rbXUhc{
  display:none !important;
}

#shopify-block-AVVNpcFF1L2dYWXRmO__image_wKnh36{
  display:none!important;
}

#shopify-block-AYWd6S01NczNPSldWZ__image_FmnJ8U{
  display:none!important;
}

#shopify-block-AMGczYXAxc2FISS83M__image_wAaEQH{
  display:none!important;}

  #shopify-block-AenI5eGh0Q21VckxIM__image_XEtaPG{
  display:none!important;}

  #shopify-block-Ad0NGUEcwYWN3N2NhO__image_8JNnrT{
  display:none!important;}
}

.more-info-tabs__nav-link {
border-radius:20px;
}

.button-wishlist button{
  border-radius:100px !important;
}

@media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
 #shopify-section-template--25034196615450__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}


.cart-whatsapp-row {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between buttons */
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #25D366; /* WhatsApp green */
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s ease;
  margin-left:2px;
}

.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #1ebe5d;
}

.whatsapp-button img {
  width: 22px;
  height: 22px;
}

.custom-btn {
  margin-top:0px;
  position: relative;
  display: flex;              /* flexbox for centering */
  justify-content: center;    /* horizontal center */
  align-items: center;        /* vertical center */
  width: 224px;
  height: 41px;
  
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  overflow: hidden;
  padding: 0;                 /* remove default button padding */
}

.custom-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.custom-btn .btn__text {
 position: relative;
  z-index: 1;
  line-height: 1 !important;   /* reset Shopify’s line-height */
  margin: 0 !important;        /* remove theme margins */
  padding: 0 !important;       /* remove extra padding */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;   }


/* Buy Now button wrapper */
.custom-buy-now-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 41px;
  margin-top: 10px; /* spacing below Add to Cart */
}

/* SVG background */
.custom-buy-now-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 224px;
  height: 41px;
  z-index: 1;
}

/* Shopify native payment button */
.custom-buy-now-btn .shopify-payment-button__button {
  position: relative;
  z-index: 2; /* above SVG */
  width: 100% !important;
  height: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: transparent !important; /* use SVG background instead */
  color: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product-single .product-single__buttons .product-quantity {
    margin-top: 0;
    margin-bottom: 0;
}


@media (max-width: 767px) {
  #shopify-section-template--25034196615450__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25034196615450__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25034196615450__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25034196615450__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }

  .wpbingo-qty {
  border-radius: 20px 0 0 20px; /* top-left and bottom-left only */
  overflow: hidden; /* keeps corners clean */
}

.js-btn-addtocart.btn.btn--add-to-cart {
  border-radius: 0 20px 20px 0 !important; /* Only right side rounded */
}

}



/* Buy Now button wrapper */
.custom-buy-now-container {
  display: flex;
  margin-top: 15px;
}

.custom-buy-now-btn {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-buy-now-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display:flex;
}

.custom-buy-now-text .shopify-payment-button__button {
  background: transparent !important; /* Remove Shopify default bg */
  border: none !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

shopify-accelerated-checkout {
    margin: 0 !important;
}

.product-single .product-single__buttons .shopify-payment-button button{
  margin: 0;
}

.product-single .product-single__buttons .shopify-payment-button button:not([disabled]):hover:after{
  animation:none !important;
}

.product-single .product-single__buttons .shopify-payment-button button:not([disabled]):before{
  animation:none !important;
}

.product-single .product-single__buttons .shopify-payment-button button {}

.product-single .product-single__buttons .shopify-payment-button button:before {
    position: absolute;
    left: 0;
    right: 0;
    background: none !important;
}

.custom-buy-now-text {
    width: 100%;
}


.js-sidebar-toggle.collection-filter__button{
  border-radius:10px;
}

.facet-filters.sorting .facet-filters__sort{
  border-radius:20px;
}

.cart-tablet__image img{
  border-radius:20px !important;
}

.shipping-bar-cart{
   border-radius:20px !important;
}

.cart-table__footer{
   border-radius:20px !important;
}
.ajaxcart__qty.wpbingo-qty{
   border-radius:20px !important;
}

.discount_code_input{border-radius:20px !important;}

.btn.cart-modal__btn{border-radius:20px !important;}

.megamenu-banner a img{border-radius:20px !important;}

.megamenu-banner .button{border-radius:20px !important;}

.close-form-login{border-radius:20px; !important}

.login-popup .form-control{border-radius:20px !important;}

.form-button .btn.btn-primary{border-radius:20px !important;}

.register-account a{border-radius:20px !important;}

.ajaxcart__product-image{border-radius:20px !important;}

.drawer__close-button.js-drawer-close{border-radius:20px !important;}

.save.save-discount_code_input{border-radius:20px !important;}

.close-ajaxcart__info{border-radius:20px !important;}



@media only screen and (max-width: 600px) {
  #shopify-block-AeVNya0I3WGppSWJuM__image_kCFk8c{
  display:none !important;
}

#shopify-block-ANVBYYUtuM2prTVBhS__image_FQmzUt{
   display:none !important;
}

#shopify-block-AWjZNSkxQZlRDOGp1W__image_JwbTYX{
   display:none !important;
}

#shopify-block-ASGZPV0xpNlpFaU5oS__image_Uc66Uz{
   display:none !important;
}
#shopify-block-AVUtNV3FuN2RrM2E0b__image_QY6VQD{
   display:none !important;
}
#shopify-block-Ad2U0VVRvTVdMZnRzb__image_C8cMeb{
   display:none !important;
}
}

.blog-category a
				{border-radius:20px !important;}

.blog-tags__item a{border-radius:20px !important;}

.article__read-more-url{border-radius:20px !important;}

.tags__item {border-radius:20px !important;}

.article-comments .form-control{border-radius:20px !important;}

/* Input fields & textarea */
.contact-form .form-control,
.contact-form textarea {
    border-radius: 20px !important;
}

/* Submit button */
.contact-form button,
.contact-form input[type="submit"] {
    border-radius: 20px !important;
}

#shopify-block-AdHVQYklQRnMvalhCZ__inner_section_deKLJk .wpbingo-inner-section{
    border-radius: 20px !important;
}

.megamenu-blog .featured-blog__post .article__image .article__featured-image-link img{
    border-radius: 20px !important;
    overflow: hidden !important;
    display: block;
}
.megamenu-blog .featured-blog__post .article__image,
.megamenu-blog .featured-blog__post .article__image .article__featured-image-link {
    background: transparent !important;
}
.megamenu-blog .featured-blog__post .article__image .article__featured-image-link::before {
    background: transparent !important;
    border-radius: 20px !important; /* match the image */
}

.com-svg svg {
    width: auto;
    height: auto;
}

.mid-svg {
    width: calc(100% - 61px);
    background: #8b6350;
    margin: 0  auto;
}

.com-svg-cart .mid-svg {
    background: #000;
}

.com-svg {display: flex;width: 100%;}

 .desk{
    display:block;
  }
  .lap{
    display:none;
  }
  .mob{
    display:none;
  }
  .lap-mob{
    display:none;
  }

  .com-svg.com-svg-cart {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    top: 0;
    bottom: 0;
}

.com-svg-cart svg {
    position: static;
}

.custom-btn {
    height: 48px;
}
@media(max-width:1200px){
  .desk{
    display:none;
  }
  .lap{
    display:block;
  }
  .lap-mob{
    display:block;
  }
  	.cart-whatsapp-row {
    order: 1;
}

.product-single .product-single__metas .button-wishlist {
    order: 2;
}

.product-single .product-single__buttons .product-quantity {
    order: 0;
}

.product-single .product-single__buttons .product-single__add-to-cart {
    order: 3;
    width: 100%;
    margin: 0;
    margin-top:10px;
}

.custom-buy-now-container {
    order: 4;
    width: 100%;
}

.custom-buy-now-btn {
    width: 100%;
}

.custom-btn {
    width: 100%;
}

.com-svg-cart svg {
    position: static;
}

.com-svg.com-svg-cart {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    top: 0;
    bottom: 0;
}

.custom-btn {
    height: 48px;
}
.product-single .product-single__buttons {
    justify-content: flex-start;
}
}
@media(max-width:767px){
  .lap{
    display:none;
  }
  .mob{
    display:block;
  }

}

.sticky-cart-single.sticky .content{
  border-radius:20px !important;
}

.product-single__add-to-cart .btn.btn--add-to-cart{
  border-radius:20px !important;
}


.wpbingo-custom-section .section-content, .wpbingo-inner-section .inner-content{
   display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically (if needed) */
  flex-wrap: wrap;         /* keep wrapping for smaller screens */
}




@media only screen and (max-width: 600px) {
  #shopify-block-ASDNVZENvQkNhZTVoc__image_3pNU6Y{
  display:none !important;
}

#shopify-block-AeDBqSlp3RFIzUGk1U__image_QaaUeW{
  display:none !important;
}
}




@media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
 #shopify-block-AbXllK2hTRGpOVFhne__image_rbXUhc{
    display: none !important;
   
  }

  #shopify-block-AMEdZb0luVEVHb0cwV__image_wKnh36{
    display: none !important;
   
  }
  #shopify-block-AVjY4d3FoMG14ZWJqc__image_FmnJ8U{
    display: none !important;
   
  }

  #shopify-block-AS0EvQWI4OVhzSEkxT__image_8JNnrT{
    display: none !important;
   
  }
  #shopify-block-AMVM1SThVYnBXQU8xc__image_XEtaPG{
    display: none !important;
   
  }
  #shopify-block-AdG1uL3NKWENNRTFGb__image_wAaEQH{
    display: none !important;
   
  }
}
@media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
 #shopify-section-template--25278454137114__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 767px) {
  #shopify-section-template--25278454137114__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278454137114__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278454137114__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278454137114__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }



  @media (max-width: 767px) {
  #shopify-block-AME9kOTM1Ny96NTMwM__image_rbXUhc{display: none !important;}
  #shopify-block-AUzgxKzMyZWt5OEcwa__image_wKnh36{display: none !important;}
  #shopify-block-ASGZEeHhEaG15WUxsU__image_FmnJ8U{display: none !important;}
  #shopify-block-AM1kvN3RsVnZIdDdzY__image_8JNnrT{display: none !important;}
  #shopify-block-AdDBkVUthY3FLTkxHN__image_XEtaPG{display: none !important;}
  #shopify-block-AQ0J2YzR3Uys1TGJEW__image_wAaEQH{display: none !important;}
  }
@media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25278440898842__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
 @media (max-width: 767px) {
  #shopify-section-template--25278440898842__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278440898842__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278440898842__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278440898842__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }


  @media (max-width: 767px) {
  #shopify-block-AMldZNUREQXFKa3BKR__image_rbXUhc{display: none !important;}
  #shopify-block-AVW9WWHVyVGRGSTVzZ__image_wKnh36{display: none !important;}
  #shopify-block-AVlFIWmRaaWZ3MVIrc__image_FmnJ8U{display: none !important;}


  #shopify-block-Ac1Z3V0dvS3VzS1l1N__image_8JNnrT{display: none !important;}
  #shopify-block-AR1VOM2FTMFlkN3Vsc__image_XEtaPG{display: none !important;}
  #shopify-block-AckV1SkZzanljTUU0T__image_wAaEQH{display: none !important;}
  }
 
  @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25278513905946__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
  
 @media (max-width: 767px) {
  #shopify-section-template--25278513905946__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278513905946__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278513905946__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278513905946__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }

@media (max-width: 767px) {
    #shopify-block-AK2lpdkI1VmpvUDJsY__image_rbXUhc {display: none !important;}
  #shopify-block-AVUxTQkNLZzBWTmRlM__image_wKnh36{display: none !important;}
  #shopify-block-AWkI5YU5IWXhtaTBLe__image_FmnJ8U{display: none !important;}
  #shopify-block-AZDlKdWZqNHNkNzBnS__image_8JNnrT{display: none !important;}
  #shopify-block-AZ0hLTU1yZVQxQWpnY__image_XEtaPG{display: none !important;}
  #shopify-block-AdmF1U3g5S0hka2NnS__image_wAaEQH{display: none !important;}

  }
    @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25278465081626__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
  
   @media (max-width: 767px) {
  #shopify-section-template--25278465081626__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278465081626__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278465081626__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278465081626__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }

@media (max-width: 767px) {
 #shopify-block-ANFoxNjcySmRPUG1SN__image_rbXUhc{display: none !important;}
  #shopify-block-ANHo3K3pPSnE5Sjloa__image_wKnh36{display: none !important;}
  #shopify-block-ATzZGeURCLzkzdkFxS__image_FmnJ8U{display: none !important;}
  #shopify-block-AR2QxQytBT1FYaExXS__image_8JNnrT{display: none !important;}
  #shopify-block-ARTN6UmZiNXR2dGZ3b__image_XEtaPG{display: none !important;}
  #shopify-block-AeVBHQk93TmQrMm9NS__image_wAaEQH{display: none !important;}

  }
    @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25278581178650__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
   @media (max-width: 767px) {
  #shopify-section-template--25278581178650__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278581178650__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278581178650__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278581178650__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }
@media (max-width: 767px) {
 #shopify-block-AWWpFMWFVekNSakFSd__image_rbXUhc{display: none !important;}
  #shopify-block-AQXZucWE2dVBxM01VS__image_wKnh36{display: none !important;}
  #shopify-block-AWThlS3JSc3pqR1NGb__image_FmnJ8U{display: none !important;}
  #shopify-block-AYk5HbTdGME1xc050M__image_8JNnrT{display: none !important;}
  #shopify-block-AdlltMWs1d2VQZHhCQ__image_XEtaPG{display: none !important;}
  #shopify-block-AeGkyTUNCdFAwWHlZQ__image_wAaEQH{display: none !important;}

  }

   @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25278645764378__featured_custom_section_Ca7BxC .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

   @media (max-width: 767px) {
  #shopify-section-template--25278645764378__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content {
    display: flex;
    
  }

  #shopify-section-template--25278645764378__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content> .shopify-block:nth-child(1) {
    order: 2 !important;
  }

  #shopify-section-template--25278645764378__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(2) {
    order: 1;
  }

  #shopify-section-template--25278645764378__featured_custom_section_mCTwtD .wpbingo-custom-section .container-full .section-content > .shopify-block:nth-child(3) {
    order: 3;
  }


   @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25034196353306__featured_custom_section_U8wXUy .wpbingo-custom-section .section-container .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
  
@media (max-width: 767px) {
#shopify-block-AeFlWWTFRYVJIS3lnZ__image_FV4cyc {display: none !important;}
#shopify-block-AOFlPVE4xaDgzSkpyd__image_4HkcAU{display: none !important;}
#shopify-block-AeTk1bm82WFBBM1Z3a__image_QN8i9f{display: none !important;}

  }

  @media (max-width: 767px) {
  /* Make the section’s inner wrapper a column and reverse it */
  #shopify-section-template--25071462940954__featured_custom_section_AgV8iA .wpbingo-custom-section .container-full .section-content{
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
