/** Shopify CDN: Minification failed

Line 17:39 Expected identifier but found "\"open\""
Line 95:31 Unexpected "{"
Line 100:10 Expected "}" to go with "{"

**/
/* product-sticky-bar.product-sticky-bar {
  display: none !important;
}
 */
:root {
  --display-property: none; /* Default background color */
}

/* Styles applied when the cookie is present */
newsletter-popup#news-popup.d-none:not["open"] {
  display: var(--display-property) !important;
  /* Add other styles as needed */
}
.product-template .widgetSellingPlanWrapper input:checked + label {
  background: #fff4f8 !important;
}

@media only screen and (max-width: 768px) {
  
.product-gallery__carousel.bleed, .product-gallery__carousel.full-bleed {
      margin-inline-start: 0!important;
}

  .collection-menu ul li {
    margin-left: 10px;
}

}

/* sidebar header */
.header-sidebar.drawer button {
        font-weight: 700;
        font-size: 14px;
        color: #e89491;
    }

.header-sidebar.drawer button .icon{
  margin-left:20px;
}

.nav-ibu-img{
    width: 40px;
    margin-right: 10px;
}

.nav-ibu-icon{
  font-size:40px;
}

#header-panel-2 .header-sidebar__linklist li:nth-child(5), #header-panel-2 .header-sidebar__linklist li:nth-child(6), #header-panel-2 .header-sidebar__linklist li:nth-child(7), #header-panel-2 .header-sidebar__linklist li:nth-child(8){
  width:100%;
}
/* ends */

/* header mega menu */
.header__dropdown-menu li a{
    display: flex;
    align-items: center;
  }


/* ibu BFCM launch product CSS */
.ibu_readmore{
  text-decoration:underline;
}
.scrolling-content__icon{
  display:flex;
}
.scrolling-content__icon .heading{
  color:inherit;
  font-size:36px;
  line-height:normal;
}
.scrolling-content__icon .scrolling-content__text {
  line-height:normal;
}
.scrolling-content__icon img{
        margin-right: 1.25rem;
        width: 2.75rem;
}
.scrolling-content__icon_absolute [aria-hidden="true"] {
  gap:45px;
}
@media (max-width:750px){
  .scrolling-content__icon .heading{
  font-size:18px;
}
  .scrolling-content__icon img{{
    width: 2rem;
  }
}

/* Ends */