/** Shopify CDN: Minification failed

Line 262:18 Unexpected "{"
Line 262:27 Expected ":"
Line 265:18 Unexpected "{"
Line 265:27 Expected ":"
Line 273:18 Unexpected "{"
Line 273:27 Expected ":"
Line 276:18 Unexpected "{"
Line 276:27 Expected ":"
Line 741:0 Expected "}" to go with "{"

**/
/* summary.facets__summary {
    background: red;
} */
/* Force scrollbar to apply globally */
/* html {
  scrollbar-width: thin;              
  scrollbar-color: #ff1493 #f3f3f3;          


*::-webkit-scrollbar {
  width: 16px;                       
  height: 16px;                       
}

*::-webkit-scrollbar-track {
  background: #f3f3f3;                   
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #ff1493 !important;                    
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #ff1493 !important;                
}
 */


 summary.facets__summary   .facets__label
 {
    content:"by: ";
 }
     .products-count-wrapper {
    
        margin-left: 0px !important;
        
    }

    /* we are using section id here .we need to remove it */
    form#FacetFiltersForm--template--24918443491631__main-desktop {
    display: flex;
    flex-direction: row-reverse;
}
    .product-media-constraint-wrapper {
        width:100% !important;
    }
    .product-media

 {
    width: 100% !important;
}

@media screen and (min-width: 1200px) {
    .product-information__grid:not(.product-information__grid--half,:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr 1fr ! important;
    }
}    


.text-block h3, .text-block.h3>* {
 
    text-transform: uppercase;
  
}

    /* product-details
     .price{
    font-size:24px;
}

    product-details
     span.compare-at-price {
    font-size: 18px;
} */

.product-details .quantity-selector {
    border-radius:10px;
}

/* buttons color change animation */
.add-to-cart-button ,.product-form-buttons .shopify-payment-button__button{
    text-transform: uppercase !important;
    background: #FF1493 !important; /*change */
    border-radius:10px ! important;
    transition:0.5s;
    position:relative;
    overflow:hidden;
    z-index: 1;
}
.add-to-cart-button::before,.product-form-buttons .shopify-payment-button__button::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:white !important;
    transition:0.5s;
    z-index:-1;

}
.add-to-cart-button:hover::before,.product-form-buttons .shopify-payment-button__button:hover::before{
    width:100%;
}
.add-to-cart-button:hover,.product-form-buttons .shopify-payment-button__button:hover {
    color: #FF1493 !important;  /*change */
    background: #ffffff !important;
    border: 2px solid #ff1493;
  
}





.accordion .details__header {
    font-size:16px;
     color: #FF1493 !important;  /*change */
    text-transform: normal !important;
}

/* for faq's answer */
:is(.rte,.shopify-policy__title) :first-child:is(p){
    font-size:16px;
  

}
:is(.rte,.shopify-policy__title) :first-child:is(h3){
     text-transform: uppercase !important;
      color: #000000 !important;  /*change */
      margin-bottom: 8px;
      font-weight: 300 !important;
      letter-spacing: 2px;
      
}
ul.media-gallery__grid.list-unstyled li:nth-child(4) {
  /* Your styles here */
  grid-column:span 2;
}
h3{
    text-transform: uppercase !important; 
}
h1{
    text-transform: capitalize ! important;


}

/* accordian style */
.accordion .details__header , .accordion .details{
    font-size:16px !important;
}

/* faq's center styling */
.accordion
 {
    
    max-width: 1057px;
    margin: 0 auto;
    padding:0 15px;
}

.section-content-wrapper.section-content-wrapper {
    gap:0px;
}
 .group-block-content .price{
    padding-right:15px;
    font-size:24px;
    font-weight:400;
}
 .group-block-content .compare-at-price {
    font-weight: 400;
    font-size: 18px;
}
.section-resource-list .price{
   
    font-size:18px;
    font-weight:600;

}
.section-resource-list .compare-at-price{

        margin-left: 4px;
    font-weight: 600;
    font-size: 12px;
}

/* for search bar */
.onhow-search-bar__input {
    border:2px solid #FF1493 !important;
    border-radius:20px;
}
/* change color of the menus of a nav bar */
span.menu-list__link-title{
    color: #FF1493;  /*change */
}
.button-unstyled.slideshow-control.slideshow-control--shape-square, .button-unstyled.slideshow-control.slideshow-control--shape-circle {
    color:black;
    background-color: #fbf7f5;
    
}
/* .onhow-coupon-ticket {
    background: pink !important;
} */
/* default headermenu hide */
    .header__columns header-menu{
        display:none;
    }

/* fotter menu-items color     */
.main-container-sections--24918443852079__custom_footer_mTmTAT a {
     color: #f3e7d5;  /*change */
}
.menu-drawer-container[open] .menu-drawer__animated-element{
    font-size:16px;
    padding:14px 8px;
       color: #FF1493;  /*change */
       font-weight:700;
}
 .menu-drawer__menu-item>.svg-wrapper
 {
    padding-block: 0 ! important;
     
 }
 .image-block.collection-card__image.border-style {
    /* width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto; */
}
/* collection page heading */
.spacing-style.layout-panel-flex.layout-panel-flex--column.section-content-wrapper.mobile-column p{
   text-transform: unset !important;
       font-weight: 300;
}




.text-block.h5 > *{
    /* color: #FF1493;  */
    font-size:18px;
    text-transform:capitalize;
    font-weight:300;
}

#collection-tabs-{{ section.id }} img{
    border-radius:15px;
}
#collection-tabs-{{ section.id }} h4{
     color: #000000;
     font-size:18px; 
     text-transform:capitalize;
     padding:10px 0px;
     margin:0;
     font-weight:550;
}
#collection-tabs-{{ section.id }} p{
    margin:0px;
}
#collection-tabs-{{ section.id }} h6{
    padding:16px 0px 0px;
    margin:0px;
    color: #00000099;
}





/* cart text change */
span.cart-drawer__heading.h3{
    font-size:16px;
      
}

.cart-drawer__heading .cart-bubble__background {
    background-color: #FF1493! important;
}
.cart-bubble__background{
    background-color: #FF1493! important;
}

.menu-drawer__menu-item-text {
    color: #FF1493 !important;
}

/* hide add to cart div for mobile */
@media( max-width:769px ){
    /* .product-form-buttons.spacing-style.product-form-buttons--stacked
 {
    display:none;
 } */
 h1{
    font-size:26px !important;
}
}

.section-resource-list__content .spacing-style h3{
    font-size:40px;
      font-weight:300;
}
@media( max-width:769px ){
    .section-resource-list__content .spacing-style h3{
    font-size:24px;
  
}

.header-logo{
    display: none !important;
}

}

/* remove default padding of the nav bar */
/* .header__row .header__columns {
    padding-top:0;
    padding-bottom:0;
} */

/* search page's product */
/* .section .collection-wrapper .main-collection-grid .product-grid{
    grid-template-columns:repeat(auto-fill, minmax(315px,1fr));
} */




.custom-search-button{
        background-color: #ff1493 !important;
}
.shop-by-price-heading

 {
   
    color:  #000000 !important;
    font-weight: 300;
}
.cart__ctas .cart__checkout-button{
    background: #ff1493;
}

.menu-drawer__menu-item-text{
    text-transform: capitalize;
}

.header-section:has(> #header-component[sticky='always']), .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']){
    z-index: 12;
}

.product-image img, .resource-list .product-media img{
    filter: brightness(0.96);
}


.product-card h4 {
        line-height: 1.2 !important;
        color: #000000;
        font-weight: 300;
        font-family: 'Nunito Sans' !important;
        font-size: 16px;
}

.product-card p{
    font-size: 18px;
    font-weight: 300;
    font-family: 'Nunito Sans' !important;
}
.product-card h6{
    display: none;
}

.social-media-icons{
        padding-top: 20px;
        display: flex;
    gap: 15px;
}

.fa-brands.fa-facebook, .fa-brands.fa-instagram , .fa-brands.fa-youtube, .fa-brands.fa-pinterest , .fa-brands.fa-x-twitter {
        font-size: 20px;
}
.header-logo-mobile{
    display: none;
}


@media(max-width: 1024px){
  .slideshow--single-media slideshow-slide{
    height: 450px;
   }

   header-component{
    padding: 8px 0;
   }
   .header-logo-mobile{
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-bottom: 5px;
    position: relative;
    top: 50px;
    z-index: 10;
    margin: 0 auto;
    width: 200px;

   }
   .header-logo-mobile a{
    height: 45px;
   }
   .header-logo-mobile a img{
     height: 100%;
     width: 100%;
     object-fit: contain;
   }
}

@media(max-width: 550px){
  .slideshow--single-media slideshow-slide{
    height: 350px;
   }
}

.card-gallery img{
    filter: brightness(0.96);
}

.product-card__content p{
        font-family: 'Nunito Sans' !important;
        font-size: 16px !important;
}



.price{
    font-size: 18px;
    font-family: 'Nunito Sans' !important;
    font-weight: bold;
    /* display: flex;
    justify-content: center; */
}

strong{
    font-weight: 600;
}

.section-resource-list__content .button-secondary{
    width: 150px;
}

.section-resource-list__content .button-secondary:hover{
    background: black;
    color: white;
}

@media(max-width: 1024px){
    .header-logo__image-container{
        display: none;
    }
    .header-menu-social-icons{
        display: flex;
        gap: 20px;
    }
    .header-menu-social-icons .fa-brands{
        color: #FF1493;
        font-size: 30px;
    }
}

@media(max-width: 768px){
    header-actions {
        grid-area: rightB;
      }
/* .custom-search-form-mobile{
  margin-left: 50px !important;
} */
      
}

@media (max-width: 1024px) and (min-width: 768px){
    .blog-sidebar{
        padding: 20px 40px !important;
    }
}

.blog-post-item {
    grid-column: span 6 !important;
    border-radius: 30px;
    background: #f5f5f5;
    padding: 20px;
}

.blog-post-item:hover{
    background: #ddd;
}

@media (min-width: 1024px) {
  dialog.popup-link__content.dialog-modal.color-scheme-1 {
    width: 700px;
    padding: 20px;
  }
  
 
}

div#header-group {
    position: relative;
    z-index: 999999999;
}
/* ul.hide-and-show {
    padding-right: 0 !important;
} */

dialog.popup-link__content.dialog-modal.color-scheme-1 {
    border-radius: 0;
}

.header__column--left, .header__column--center{
    gap: 50px !important;
}

.wf-floating-launcher{
    display:none !important;
}


span.svg-wrapper.icon-plus {
    color: #FF1493 !important;
}
@media(min-width: 1025px){
.wishlist-hero-header-icon{
    position: relative;
    right: 55px;
    padding-top: 6px;
    width: 18px;
}
}
.account-popover{
   position: relative;
   left: 20px;
}


@media (max-width: 1024px){
    .custom-marquee{
    margin-bottom: -50px !important;
  } 
  .header-section{
    padding-bottom: 50px;
  }
  .header__icon {
    position: relative !important;
    z-index: 15 !important;
  }
  .menu-open > .menu-drawer, .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist){
    padding-bottom: 100px;
  }

  
}

@media (max-width: 1024px) and (min-width: 768px){
    .header__column--right {
    display: flex !important;
    position: absolute;
    top: -55px;
    right: 0;
}
/* .custom-search-form-mobile{
    margin-left: 136px !important;
} */
}
.product-share {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.share-btn {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  width: 36px;
  height: 36px;
}

.share-btn svg {
  width: 16px;
  height: 16px;
  fill: #ff1493; /* color of the icon */
  display: block;
}

.share-btn:hover {
  background-color: #cccccc;
  transform: scale(1.1);
}

.share-btn:hover svg {
  fill: #ff1493; /* icon color on hover */
}

@media(max-width: 376px){
    .header-logo-mobile{
            width: 150px;
        margin-right: 130px !important;
    }
}

@media(max-width: 550px){
    .header-logo-mobile{
            width: 150px;
        /* margin-right: 120px !important; */
    }
}


/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.infinite-scroll-container::-webkit-scrollbar {
  width: 0px;
  height: 0px; /* for horizontal scrollbar */
}

/* Hide scrollbar for Firefox */
.infinite-scroll-container {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

/* Optional: ensure scrolling still works */
.infinite-scroll-container {
  overflow: auto; /* or scroll */
}

#wishlist-hero-shared-list-view{
    padding-top: 40px;
}

.wishlisthero-product-page-button-container{
    display: none;
    height: 52px !important;
} 

.header__columns {
    @media screen and (max-width: 1024px) {
        --header-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}


@media(max-width: 425px) and (min-width: 377px){
    header-actions{
        position: relative !important;
        right: 65px;
    }
}
@media(max-width: 376px){
  header-actions{
    position: fixed;
  }
}
@media(min-width: 768px){
.header__columns {
    &:has(.header__column--center header-menu) {
        --header-center: auto;
        --header-left: minmax(max-content, 2.75fr) !important;
        --header-right: minmax(max-content, 1fr);
    }

}

.collection-card__content p{
    letter-spacing: 1px !important;
    font-weight: 500;
} 
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-stretch: expanded;
}

/* .collection-tabs h2, .collection-tabs button{
    color: #000000 !important;
} */



/* @media(min-width: 1024px){
     .facets__inline-select{
        position: relative !important;
        top: -50px;
        right: -300px;
    }
} */

#style-filter-select{
    border: none !important;
    outline: none !important;
}

.products-count-wrapper{
    display: none !important; 
}

.product__form--add-to-cart{
  height: 100% !important;
  background: #FF1493 !important;
  padding: 16px 32px !important;
}



@media (max-width: 480px) and (min-width: 424px) {
  header-actions {
    position: relative !important;
    right: 60px;
  }
}
