/** Shopify CDN: Minification failed

Line 161:26 Expected ")" to end URL token
Line 1211:0 Expected "}" to go with "{"

**/
/*
* MOMENTUM CSS
DON'T EDIT BEYOND THIS POINT
PLEASE ADD YOUR CUSTOM STYLING AT THE VERY BOTTOM
*/

/* GLOBAL */:root{--FONT-ASTACK-OVERRIDE: "IBM Plex Serif", serif;
    --FONT-ASTYLE-OVERRIDE: normal;
    --FONT-AWEIGHT-OVERRIDE: 500;--FONT-A-LS: 1px;--FONT-A-TRANSFORM: UPPERCASE;}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    color: var(--text-heading);
}
/* END GLOBAL */

/* STARTER CSS for mega nav styling. This removes the awkward spacing / sizing below each column heading
and cleans up formatting between child and parent links */

.grandparent .navlink--child{
  margin-bottom:unset!important;
  margin-bottom:10px;
}
.grandparent .navlink--child .navtext{
  font-weight:700!important;
  font-size:13px!important;
}
.menu__item.grandparent .navlink--grandchild,
.menu__item.parent .navlink--child{
  letter-spacing:unset!important;
  font-weight:400!important;
  text-transform:capitalize!important;
}

/* Limits the width of mega drop-downs and centers */
.grandparent .header__dropdown{
  max-width:75%;
  left:50%;
  transform:translatex(-50%);
}

.header__dropdown__wrapper{
    border-bottom:4px solid #FFB3C8;
}

/* ANNOUNCEMENT BAR */
.announcement__bar-outer{
    .announcement__text{
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p{
            font-family: var(--FONT-ASTACK-OVERRIDE, var(--FONT-STACK-BODY));
            text-transform: var(--FONT-A-TRANSFORM);
            letter-spacing: var(--FONT-A-LS);
        }
    }
    .cc__announcementbar-umenu{ 
        .announcement__message{
            @media screen and (max-width: 750px){
                justify-content: center;
            }
        }       
        @media screen and (min-width: 750px){
            display: grid;
            grid-template-columns: 2fr 1fr;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 0 var(--outer);
        }

        .announcement__bar-holder--marquee{
            overflow: hidden;
        }
        

        .announcement__slide{
            &.announcement__bar{
                @media screen and (min-width: 750px){
                    padding: 0;
                }
            }
        }

        .free-shipping{
            font-family: var(--FONT-ASTACK-OVERRIDE, var(--FONT-STACK-NAV));
            font-style: var(--FONT-ASTACK-OVERRIDE, var(--FONT-STYLE-NAV));
            font-weight: var(--FONT-AWEIGHT-OVERRIDE, var(--FONT-WEIGHT-NAV));
            letter-spacing: var(--FONT-A-LS);
            text-transform: var(--FONT-A-TRANSFORM);
        }

        .cc__autility-menu{
            display: none;
            @media screen and (min-width: 750px){
                display: flex;
                justify-content: flex-end;
            }
            gap: 20px;
            a{
                padding: 0;
                font-family: var(--FONT-ASTACK-OVERRIDE, var(--FONT-STACK-NAV));
                font-style: var(--FONT-ASTACK-OVERRIDE, var(--FONT-STYLE-NAV));
                font-weight: var(--FONT-AWEIGHT-OVERRIDE, var(--FONT-WEIGHT-NAV));
                letter-spacing: var(--FONT-A-LS);
                text-transform: var(--FONT-A-TRANSFORM);
                line-height: 1.2;
                position: relative;
                transition: none;
                color: var(--link);
                span{
                    position: relative;
                    &:after{
                        content: "";
                        position: absolute;
                        bottom: -2px;
                        left: 0;
                        width: 0;
                        height: 1px;
                        background-color: var(--link);
                        transition: width .3s 
                    cubic-bezier(.39, .575, .565, 1);
                    }
                }
                &:hover{
                    span:after{
                        width: 100%;
                    }
                }
            }
        }
    }
}
/* END ANNOUNCEMENT BAR */

/* HEADER */
.header-sections{
    --hde-dhs: 11px;
    --hde-mhs: 5px;
    --hde-bc: #ffeaef;
    --hde-img: url(Liquid error: invalid url input) no-repeat center;
    --qlgap: 5px;
    --qlcv: 5px;
    --qlv: 5px;    
    --qlh: 10px;

    --qlttransform: initial;
    --qlts: 12;
    --qltls: 1;
    --qltd: #fff;
    --qlbg: #000;
    --qlbor: #000;

    --qlta: #000;
    --qlbga: #fff;
    --qltbora: #000;

    --qlbr: 0px;

    &:before{
        content: "";
        width: 100%;
        height: var(--hde-dhs);display: block;order: -2;
        background: var(--hde-img, var(--hde-bc));
        background-size: cover;
        @media screen and (max-width: 749px){
            height: var(--hde-mhs);
        }
    }
    .header__wrapper{
        .navlink{
            .icon{
                --icons: #ef8da4;
                @media screen and (max-width: 749px){
                    --icons: #ef8da4;
                }
            }
        }
    
        .header__mobile__hamburger{
            .icon{
                --icons: #ef8da4;
            }
        }
    
    
        .header__desktop__button{
            .navtext{
                margin-left: 5px;
                letter-spacing: var(--navtextls);
                text-transform: var(--navtextt);
            }    
        }
        
        .navlink__cart__content{
            .navtext{
                margin-left: 5px;
                letter-spacing: var(--navtextls);
                text-transform: var(--navtextt);
            }    
        }
    
        .header__desktop__bar__l{
            .navlink{
                padding-left: 0;
                padding-right: 0;
            }
        }
    
        .navlink--toplevel{
            @media screen and (min-width: 750px){
                padding: 5px var(--link-padding);
            }

            span{
                @media screen and (min-width: 750px){
                    text-align: center;
                }
            }
        }
    
        .header__desktop__lower{
            margin-top: 10px;
        }
    
        .header__mobile__right {
            header-search-popdown{
                @media screen and (max-width: 749px){
                    display: none;
                }
            }
        }

        .header__mobile__bottom{
            display: block !important;
            @media screen and (min-width: 990px){
                display: none !important;
            }

            .header__mobile__nav__scroller{
                padding-top: var(--qlcv);
                padding-bottom: var(--qlcv);
                justify-content: center;
                gap: var(--qlgap);.navlink{
                    padding: var(--qlv) var(--qlh);
                    font-size: var(--qlts);
                    letter-spacing: var(--qltls);
                    text-transform: var(--qlttransform);
                    transition: all 0.3s ease-in-out;
                    color: var(--qltd);
                    border: 1px solid var(--qlbor);
                    background-color: var(--qlbg);
                    border-radius: var(--qlbr);

                    &:hover{
                        color: var(--qlta);
                        border: 1px solid var(--qltbora);
                        background-color: var(--qlbga);
                    }
                }
            }
        }
    }

    .mobile-menu__block--menu{
        &:after{
            display: none;
        }
    }
}
/* END HEADER */

/* FOOTER */
.footer-sections{
    --fde-dhs: 24px;
    --fde-mhs: 24px;
    --fde-bc: #000;
    --fde-img: url(//47mxqp-z1.myshopify.com/cdn/shop/files/Simply_chic_-_headerfooter_pattern.jpg?v=1760712674) no-repeat center;
    --fnl-t: #bc9c22;
    --fnl-c: #000;
    --fnl-btn: #ef8da4;
    --fnl-ni: #000;
    --fnl-nibg: #fff;
    --fnl-nb: #bc9c22;
    --fnl-nbs: 2px;
    --fnl-si: #bc9c22;
    &:before{
        content: "";
        width: 100%;
        height: var(--fde-dhs);
        @media screen and (max-width: 749px){
            height: var(--fde-mhs);
        }display: block;background: var(--fde-img, var(--fde-bc));      
        background-size: cover; 
    }

    .footer__blocks{
        @media screen and (max-width: 750px){
            margin: 0;
            padding: 0;
        }

        .accordion{
            border-top: unset;
        }
        .footer__block--menu{
            .accordion__title{
                font-family: var(--mh);
                font-weight: var(--mhw);
                font-style: var(--mhs);
                margin-top: 0;
                @media screen and (max-width: 749px){
                    padding: 1rem 20px 1rem 0;
                }

                .icon{
                    right: 0;
                }
            }
            .footer__quicklinks {
                li{
                    margin: 0 0 6px;
                    a{
                        font-size: 12px;
                    }
                }
            }
        }

        .footer__block--newsletter{
            @media screen and (max-width: 750px){
                order: -1;
            }
            .footer__newsletter__wrapper{
                @media screen and (max-width: 750px){
                    margin-left: auto;
                    margin-right: auto;
                }
            }
            .footer__block__title{
                font-family: var(--newh);
                font-weight: var(--newhw);
                font-style: var(--newhs);
                margin-top: 0;
                color: var(--fnl-t, var(--text-heading));
                @media screen and (max-width: 750px){
                    text-align: center;
                }
                @media screen and (min-width: 750px){ 
                    text-wrap: balance;
                }
            }

            .footer__newsletter__text{
                color: var(--fnl-c, var(--text));
            }
            .socials{
                margin-top :24px;
                @media screen and (max-width: 750px){
                    display: none;
                }
            }

            .newsletter-form{
                .input-group{
                    background-color: var(--fnl-nibg, transparent);
                    border-bottom: 1px solid var(--fnl-nb, var(--border));
                    .input-group__field{
                        color: var(--fnl-ni, var(--text));
                        padding: 14px 0;
                    }
                    .input-group__btn{
                        color: var(--fnl-btn, var(--text));
                    }
                }
            }
            &.cc__footerinputpill{
                .newsletter-form{
                    .input-group{
                        padding-left: 1rem;
                        padding-right: 1rem;
                        border-radius: 999px;
                        background-color: var(--fnl-nibg, transparent);
                        border: var(--fnl-nbs) solid var(--fnl-nb, var(--border));
                    }
                }
            }
            .cc__copyright{
                margin-top: 24px;
                @media screen and (max-width: 750px){
                    display: none;
                }
            }
        }

        .socials {
            display: flex;
            align-items: center;
            gap: 12px;
            
            li{
               margin: 0;
               
               a{
                color: var(--fnl-si, var(--text));
                    .cc-icon{
                        fill: currentColor;
                        stroke: none;
                   }
               }
            }
        }

    }

    .cc__copyright{
        font-size: 12px;
        color: var(--fnl-c, var(--text));
    }


    .cc__footermobileinfo{
        @media screen and (min-width: 750px){
            display: none;
        }

        .footer__block--newsletter{
            margin: 0;
            @media screen and (max-width: 750px){
                order: unset;
            }

            .socials{
                @media screen and (max-width: 750px){
                    display: flex;
                   justify-content:center;
                }
            }

            .cc__copyright{
                text-align:center;
                margin-top: 16px;
                @media screen and (max-width: 750px){
                    display: block;
                }
            }
        }


    }

}
/* END FOOTER */

/* MOBILE SWIPE TIP */
  .mobile-swipe-tip {
    font-size: var(--font-size-body-smaller);
    margin-top: -16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    text-align: center;
    font-style: italic;
    color: #9a9a9a;
    z-index: 999!important;
    border-radius: 25px;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    line-height: 1.1;
    font-size: 14px;
    display: none;
  }
  /* END MOBILE SWIPE TIP */

  /* PRODUCT GRIDS */
  .collection__products,
  .grid__items-holder,
  .related__wrapper {
    .grid{
        --gap: 16px;
        @media screen and (max-width: 749px){
            --gap: 16px;
        }
    }
  }

  .product-item{
    --pvcolor: #000;
    --pvf: var(--FONT-STACK-HEADING);
    --ptcolor: #000;
    --ptf: var(--FONT-STACK-HEADING);
    --prcolor: #000;

    .product-item__vendor{
        font-size: 11px;
        text-transform: uppercase;
        font-family: var(--pvf);
        letter-spacing: 1px;
        margin: 0;
    }
    .product-item__title{
        color: var(--ptcolor);
        font-family: var(--ptf);
    }
    
    .product-item__price{
        color: var(--prcolor);
        font-size: 13px;
    }

    
    .cc__actualimage {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .quick-add__button{
        @media screen and (min-width: 750px){
            width: 100%;
        }
    }
  }

  .supports-touch{        
    .cc__hideimageonmobile{
        hover-images{
            &:after{
                @media screen and (max-width: 749px){
                display: none;
                }
            }
        }

        .product-item__bg__slide:not(:first-child){
            @media screen and (max-width: 749px){
                display: none;
            }
        }
    }
}


.cc__hideimageonmobile{
    &:after{
        @media screen and (max-width: 749px){
        display: none;
        }
    }

    .product-item__bg__slide:not(:first-child){
        @media screen and (max-width: 749px){
            display: none;
        }
    }
}
  /* END PRODUCT GRIDS */

  /* GRID HEADING */
  .grid__heading-holder{
    margin: 0 0 24px;
    &.grid__heading-bottom{
        margin: 24px 0 0;
    }
  }
  /* END GRID HEADING */

  /* GRID SLIDER */
  .grid--slider,
  .grid--mobile-slider{
    .mobile-swipe-tip{
        display: block;
        @media screen and (min-width: 750px) {
            display: none;
        }

        @media screen and (max-width: 375px){
            font-size: 10px;
        }
    } 
        
    @media only screen and (min-width: 990px){
        --item-width: 22%;
    }
  }
  /* END GRID SLIDER */

  /* COLLECTION TEMPLATE */
  .collection.collection-products{
    --btnfsls: 1px;
    --btnf: #000;
    --btns: #000;
    --fhtf: uppercase;
    --fhls: 1px;
    --fhfw: bold;

    --fidc: #000;
    --fiac: #ef8da4;
    --fidcb: #ef8da4;
    --fiacb: #ef8da4;

    --pgb: 100%;
    --pgabc: #ef8da4;
    --pgdc: #777;
    --pgac: #ef8da4;
    --pgarrow: #ef8da4;
    --bcbts: 1px;
    --bcbtc: #bc9c22;

    .collection__sidebar__slider{
        &.expanded{
            @media screen and (min-width: 750px){
                --sidebar-width: 242px;
            }
        }
        .collection__sidebar{
            .collection__filters{
                width: auto;
            }

            .sidebar__item{
                label,
                a{
                    color: var(--fidc);
                    &:after{border-radius: 100%;border: 1px solid var(--fidcb);
                    }
                }

                &.sidebar__item--active{
                    label,
                    a{
                        font-weight: bold;
                        color: var(--fiac);
                    }
                }
            } 
            .sidebar__item input:checked~label:after{
                background-color: var(--fidab);
                box-shadow: unset;
            }
        }
    }

    .collection__nav  {
        .icon.icon-filter{
            display: none;
        }

        .popout--group, 
        .popout--sort{
            .popout__toggle{
                letter-spacing: var(--btnfsls);
            }
        }

        .popout--group{
            .popout__toggle {
                color: var(--btnf);
            }
        }

        .popout--sort{
            .popout__toggle {
                color: var(--btns);
            }
        }
    }

    .filter-group:not(.filter-group--hidden)~.collection__filters .filter-group, 
    .filter-group:not(.filter-group--hidden)~.filter-group{
        margin-top: 15px;
    }

    .filter-group{
        .filter-group__heading{
            padding-bottom: 15px;
            text-transform: var(--fhtf);
            letter-spacing: var(--fhls);
            font-weight: var(--fhfw);
        }
    }

    .pagination-custom{
        .pagination-custom__prev,
         .pagination-custom__next{
            --link: var(--pgarrow);
            .icon{
                display: block !important;
            }
         }

         .pagination-custom__page{
            margin: 0;
            line-height: 1.1;
            color: var(--pgdc);
            &:hover{
                color: var(--pgac);
            }
        }
        .pagination-custom__page--active{
            box-shadow: unset;
            border: 1px solid var(--pgabc);
            border-radius: var(--pgb);
        }
    }

    .collection__titlebottom  {
        padding-left: 0;
        padding-right: 0;
        .collection__title-inner{
            padding-top: 40px;
            border-top: var(--bcbts) solid var(--bcbtc);
            @media screen and (min-width: 1180px){
                display: grid;
                grid-template-columns: 1fr 2fr;
                gap: 16px;
            }
            .hero__title{
                @media screen and (min-width: 1180px){
                    margin: 0;
                }
            }

            .hero__description {
                p:last-child,
                p:only-child{
                    margin: 0;
                }
            }
        }
    }

  }
  /* END COLLECTION TEMPLATE */

  /* PRODUCT TEMPLATE */
  .product__wrapper {
    --imggap: 10px;
    --imgactive: #a1c9df;
    --pcvendor: #bc9c22;
    --pctitle: #000;
    --pcprice: #2f2c38;
    --pco: #000;
    --pcov: #ef8da4;
    --pcvtd: #2f2c38;
    --pcvta: #fff;
    --pcvbd: #fff;
    --pcvba: #ef8da4;
    --pcvbgd: transparent;
    --pcvbga: #ef8da4;
    --pcvsbd: #2f2c38;
    --pcvsbga: #dddddd;
    --pcqb: #ef8da4;
    
    --wbr: 100%;
    --wbta: #fff;
    --wbd: #ef8da4;
    --wba: #ef8da4;
    --wbbg: transparent;
    --wbbga: #ef8da4;

    --pcaccordd: #000;
    --pcaccorda: #000;

    &.product__wrapper--thumbnails-left{
        .product__thumb{
            @media screen and (min-width: 750px){
            margin: 0 0 var(--imggap);
            }
            &.is-active{
                &:after{
                    background: var(--imgactive);
                }
            }
            @media screen and (min-width: 750px){
            height: 162px;
            }
        }

        .product__thumbs{
            margin-right: var(--imggap);
            @media screen and (min-width: 750px){
                width: 108px;
                flex: 0 0 108px;
            }
            

            .product__thumb__link{
                @media screen and (min-width: 750px){
                width: 100%;
                height: 100%;
                }

                .image-wrapper{
                    height: 100%;
                }
            }
        }
    }
    .product__content{
        .form__width{
            max-width: 100%;
            
            .breadcrumbs,
            .product__price {
                justify-content: center;
            }

            .product__title__wrapper{
                padding-right: 0;
                text-align: center;
            }
            
        }

        .breadcrumbs{
            a{
                color: var(--pcvendor);
            }
        }

        .product__title{
            color: var(--pctitle);
        }

        .product__price{
            color: var(--pcprice);
        }
        .select-popout--quantity{
            .select-popout__toggle{
                --border: var(--pcqb);
            }
        }

        .product__form__outer{
            .radio__legend__option-name{
                color: var(--pco);
            }

            .radio__legend__value{
                color:var(--pcov);
                padding: 0;
            }
            .radio__buttons{
                text-align: right;

                .radio__button{
                    input{
                        &:checked{
                            &~label{
                                color: var(--pcvta);
                                background-color: var(--pcvbga);
                                border: 1px solid var(--pcvba);
                                font-weight:700!important;
                            }
                        }
                        &.disabled{
                            &+label{
                                background-color: var(--pcvsbga);                                
                                border: 1px solid var(--pcvsbga);
                                color: var(--pcvsbd);
                                text-decoration: line-through;
                            }
                        }
                    }

                    label{
                        color: var(--pcvtd);
                        background-color: var(--pcvbgd);
                        border: 1px solid var(--pcvbd);
                        &:hover{
                            color: var(--pcvta);
                            background-color: var(--pcvbga);
                        }
                    }
                }
            }
        }

        .product-accordion{
            .accordion__title {
                letter-spacing: 1px;
                text-transform: uppercase;
                color: var(--pcaccordd);
            }
            .accordion[open="true"]{
                .accordion__title{
                    font-weight: bold;
                    color: var(--pcaccorda);
                }
            }
        }

        .product__submit__buttons{
            &.product__submit-withwishlist{ 
                display: grid;
                grid-template-columns: auto 50px;
                gap: 5px;
            }

            .product__submit__item--inline{
                gap: 5px;
                grid-template-columns: minmax(0,61px) minmax(0,100%);
            }

            #wishlist-hero-product-page-button{
                flex-shrink: 0;
                #wishlisthero-product-page-button-container {
                  padding-top: 0 !important;
                  margin-top: 0 !important;
                  width: 100%;
                  height: 100%;
            
                  button {
                    background-color: transparent !important;
                    height: 100% !important;
                    width: 100% !important;
                    display: flex !important;
                    align-items: center;
                    justify-content: center;
                    font-weight: 400 !important;
                    font-size: 26px !important;
                    padding: 0 !important;
                    border: 1px solid var(--wbd) !important;
                    transition: all 0.3s ease-in-out;
                    border-radius: var(--wbr) !important;
                  }
            
                  button:hover {
                    background-color: var(--wbbg) !important;
                    border: 1px solid var(--wba) !important;
            
                    svg {
                      color: var(--wbta) !important;
                    }
            
                    span {
                      color: var(--wbta) !important;
                    }
                  }
                
                }
            
                #wishlisthero-product-page-button-container  > div{
                  width: 100%;
                  height: 100%;
                }
              }
        }

        .cc__product-usp{
            .cc__product-usp-inner{
                
                padding: 0;
                @media screen and (min-width: 400px){
                padding: 0 15px;
                }
                
                display: grid;
                align-items: center;
                grid-template-columns: 1fr;
                gap: 14px;
                @media screen and (min-width: 400px){
                    grid-template-columns: repeat(2, 1fr);
                    gap: 0;
                }
                .cc__product-usp-item {
                    display: flex;
                    align-items: center;
                    
                    @media screen and (min-width: 400px){
                    justify-content: center;
                    }
                    
                    .icon{
                        margin:0;
                        fill: var(--icons, currentColor);
                        stroke: transparent;
                    }

                    .cc__inner-usp{
                        display: grid;
                        grid-template-columns: 1fr;
                        &>span{
                            grid-row-start: 1;
                            grid-column-start: 1;
                            min-height: 100%;
                        }
                        .cc__inner-uspspan{
                            display: flex;
                            align-items:center;
                        }
                    }
                }
            }
        }

        .variant--soldout{
            .cc__product-usp{
                display: none;
            }
        }

        /* SHOP THE LOOK */
        .cc__product-stl{                 
            overflow: hidden;
            .grid{
                --gap: 10px;

                &.grid--slider.grid--mobile-slider{
                    @media screen and (min-width: 990px){
                        --item-width: calc((145vw - var(--scrollbar-width) - var(--outer) * 2) * .28);
                    }
                    @media screen and (min-width: 1040px){
                        --item-width: calc((100vw - var(--scrollbar-width) - var(--outer) * 2) * .28);
                    }
                }
                
            }
            .stl-vscroll{
                max-height: 300px;
                overflow-y: auto;
                overflow-x: hidden;
              }
          
            .cc__product-stl-blocktitle{                
                font-size: 14px;
                color:var(--pbt);
                letter-spacing: 1px;
            }
            .cc__product-stl-item-title{
                font-size: 14px;
                color:var(--pbt);
            }
            .cc__stl-blockitem {
                display: grid;
                grid-template-columns: 120px auto;
                height: 100%;

                .cc__stlimg{
                    position: relative;
                    a{
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 2;
                        width: 100%;
                        height: 100%;
                        display: block;
                    }
                    img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        max-width: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
                }
                .cc__stlcontent{
                    padding: 20px 30px;
                    background-color: var(--pc);

                    h3{
                        font-size: 16px;
                        color: var(--pt);
                    }

                    .cc__stlprice{
                        font-size: 13px;
                        margin-bottom: 12px;
                    }

                    cc-quick-add{
                        position: relative;
                        .btn{
                            width: 100%;
                            height: 100%;
                            border-radius: 0;
                        }

                        .cc_qa-selector {
                            border: 1px solid var(--pstlb);
                            background: var(--pstlbg);
                            padding: 0px 2px;
                            color: var(--pstlv);
                            font-size: 12px;
                            margin-bottom: 4px;
                            &.cc_qa-open{
                                .cc_qa-select{
                                    height: 100%;
                                }

                                .icon{
                                    transform: rotate(-180deg);
                                }
                            }
                            .cc_qa-current{
                                cursor: pointer;
                                padding: 6px 8px;
                                display: flex;
                                align-items:center;
                                justify-content: space-between;

                                .icon{
                                    transition: all 0.3s ease-in-out;
                                }
                            }
                            .cc_qa-select{
                                max-height: 200px;
                                overflow-y: auto;
                                height: 0;
                                transition: all 0.3s ease-in-out;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                background: var(--pstlbg);
                                z-index: 2;

                                .cc_qa-varitem{
                                    cursor: pointer;
                                    font-size: 12px;
                                    padding: 6px 8px;
                                    transition: all 0.3s ease-in-out;
                                    &:hover{
                                    background-color: rgba(0,0,0,0.2);
                                    }
                                    
                                    &.cc_qa-soldout{
                                    cursor: not-allowed;
                                    opacity: 0.7;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        /* END SHOP THE LOOK */
    }
  }
  /* END PRODUCT TEMPLATE */


/* =========== CUSTOM STYLING =========== */
.badge-box-container{
    .badge-box{
        width: 65px;
        height: 65px;
        border-radius:100%;
        border: 1px solid #fff;
        display: flex;
        align-items:center;
        justify-content: center;
        text-align: center;
        text-transform: UPPERCASE;
        text-wrap: balance;
        font-size:11px;
    }
@media screen and (max-width:779px){
.badge-box{
        width:50px;
        height:50px;
        font-size:8px;
}}

/* =========== END CUSTOM STYLING ======= */

.grandparent .header__dropdown{
  top:5.25rem!important;
}

.cc__stl-grid-holder .grid--slider .badge-box-container{
    margin-bottom:5rem;
}
@media screen and (min-width:780px){
.badge-box-container{
   margin-bottom:1rem;
   margin-left:1rem;
}}
@media screen and (max-width:779px){
.badge-box-container{
   margin-bottom:.75rem;
   margin-left:.5rem;
}}
