/** Shopify CDN: Minification failed

Line 326:14 Expected identifier but found whitespace
Line 326:15 Unexpected "18px"

**/
 @font-face {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
   src: url("//thenap.se/cdn/fonts/nunito/nunito_n4.eeda324bc2f350e5c92cf5ef4a0712035386bd19.woff2?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=194ec6082920d4dfa93c376020b8d449739feac9042b363af5b0d7bffbdb71d0") format("woff2"),
       url("//thenap.se/cdn/fonts/nunito/nunito_n4.510d96f4fbdd1b53fb60bf060c2e23e85d391444.woff?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=c3cbe451c6a430222a1a30a88ef462572426dc25aae69ddae4258da77b2963bd") format("woff");
 }
 @font-face {
  font-family: Nunito;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
   src: url("//thenap.se/cdn/fonts/nunito/nunito_n6.25fbb07676e80c0118b1a227738a6690eb775389.woff2?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=f621454fbfde0e6609215d3d287e7d8eab7fefac0ecac4c5b78e794d2b31a858") format("woff2"),
       url("//thenap.se/cdn/fonts/nunito/nunito_n6.aab9ccab139d7ff8b79e563298ad6f44613db3ac.woff?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=3325f10820c22065b534ee53b51d21ccacd6e7c530c09cca0c16399c3990a4f2") format("woff");
}
@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//thenap.se/cdn/fonts/nunito/nunito_n7.11fe4cbfacf531cf735c34b0201089187174544c.woff2?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=978e27c334dc50b770db1d0b7a9610687ad1668fe79472a9308a9d2b6dd5d065") format("woff2"),
       url("//thenap.se/cdn/fonts/nunito/nunito_n7.020eae217066713ac7fdef90e29cdc906697a02f.woff?h1=dGhlbmFwc2UuYWNjb3VudC5teXNob3BpZnkuY29t&h2=dGhlbmFwLnNl&hmac=bf4d265f3dab92a9d5f004c9f2f5dbadb00e6354d9aa6eb910687d5d958e5b52") format("woff");
}
.focus_color{
  color:#5333FF;
  font-style:italic;
}

.mega-menu__promotions.collection-products {
    width: 100%;
}
.custom-color-html {
    height: 20px;
    position: absolute;
    bottom: 10px;
}
.custom-color-html .more-color {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.custom-color-html .color-name-more {
    height: 20px;
    display: inline-block !important;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background-color:var(--swatch-background);
    box-shadow: 0px 0px 10px #dbdbdb;
}
.collection-products .mega-menu__promotions-grid {
    grid-template-columns: repeat(var(--visible-cols), var(--col-size));
    --visible-cols: 6;
    --col-size: calc((100% - var(--col-gap)*(var(--visible-cols) - 1)) / var(--visible-cols));
    --col-gap: 14px;
    gap: 14px;
}
.collection-products .product-card-style-card .product-card__wrapper {
    padding-bottom: 28px;
}
.collection-products .product-card-style-card .product-card__info{
  padding: 1rem;
}
.collection-products .product-card .f-price {
    /* justify-content: center; */
    font-family: 'Nunito';
}
.collection-products .f-price--on-sale .f-price-item--sale {
    color: #000;
}
@media(max-width:1023.98px){
  .collection-products .mega-menu__promotions-grid {
    --visible-cols: 2;
  }
  .custom-color-html .color-name-more{
    height: 18px;
    width: 18px;
    border-radius: 4px;
  }
  .custom-color-html {
    height: 20px;
  }
}

.custom-price-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-price-main .f-price--on-sale .f-price-item--sale {
    color: #141B4D;
    font-family: 'Nunito';
}
.custom-price-main .f-price--on-sale .f-price-item--regular {
    color: #b5b5b5;
    font-family: 'Nunito';
    font-weight: bold;
    font-size: var(--font-h4-size);
    line-height: 1.45455;
}
.custom-pl-alireviews.mobile-only{
  display:none;
}

.custom-price-main .custom-pl-alireviews {
    margin-right: 0;
}
/* .custom-pl-alireviews.alireviews-review-star-rating .alr-wh-comp-rating-star svg {
    fill: #ffd43a;
    stroke: #ffd43a !important;
} */
.custom-pl-alireviews .alr-wh-review-star-rating-number {
    font-weight: 500;
}
.product__inventory .black-text {
    color: #000;
}
.custom-pl-alireviews + .product__block--title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
@media(max-width:767.98px){
  .custom-pl-alireviews.mobile-only{
    display:inline-flex;
  }
  .custom-pl-alireviews.desktop-only{
    display:none;
  }
}

.section-video .page-width {
    max-width: 970px !important;
}

.btn-after-info .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    padding: 10px 0;
}
.btn-after-info .info-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #141B4D;
    padding: 0 10px;
    font-weight: 700 !important;
}

.btn-after-info .info-item img {
    width: 15px; /* Adjust icon size */
    height: auto;
    margin-right: 8px;
}
.btn-after-info.info-box-wrapper.color-blue .white-img,
.btn-after-info.info-box-wrapper.color-white .blue-img{
    display: none;
}
.btn-after-info.info-box-wrapper.color-white .info-item {
    color: #fff;
}
@media(max-width: 767.98px){
  .btn-after-info .info-box {
      flex-wrap: wrap;
  }
  .custom-price-main .f-price--on-sale .f-price-item--regular{
      font-size: calc(var(--font-heading-mobile-scale)* var(--font-h4-size));
    line-height: calc(1 + .4546 / max(1, var(--font-heading-scale)));
  }
}


.rich-text__subheading.text-subheading,
.section__subheading.text-subheading{
    color: #5333FF;
}
.feature-list__items .feature-item__icon {
    background: #5333FF;
    color: #fff;
}
.slideshow__subtitle.text-subheading{
    color: #fff;
}

.product-form__submit .price-info-btn .saving-checkout {
    font-family: Nunito;
    font-weight: 700;
    color: #fff;
    background: #141B4D;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 12px;
    position: relative;
    top: -2px;
    left: 2px;
    text-transform: none;
}
.main-product .main-product-form .product-form__submit {
    height: 60px;
    font-size: 18px;
    text-transform: uppercase;
}
@media(max-width:767.98px){
  .main-product .main-product-form .product-form__submit {
    font-size: 16px;
    padding: 0px 15px;
  }
}

.main-product-form .product-form__submit,
.sticky-atc-bar .product-form__buttons .product-form__submit{
    background-image: linear-gradient(90deg, #0097b2, #7ed957);
    border: 2px solid #00B67A;
    margin-bottom: 0;
    font-weight: 700;
    text-transform:uppercase;
}
/* .littlenap-mommypillow .product-form__submit .price-info-btn .saving-checkout{
  display:none !important;
} */

.full-product-main .main-icon-column {
    background: #EDF5FD;
}
.full-product-main .icon-column-in {
    border: 0;
    padding: 15px;
}
.full-product-main .icon-column-in .icon-col p {
    font-size: 13px;
    color: #141B4D;
}

.icon-column-in {
    padding: 10px 0;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
    margin: 25px 0;
}
.icon-column-in .icon-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 32%;
    width: 100%;
}
.icon-column-in .icon-col p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    max-width: calc(100% - 50px);
    padding-left: 10px;
    line-height: 18px;
    word-wrap: break-word;
    letter-spacing: -0.2px;
}
.icon-column-in .icon-col .icon-column-img {
    max-width: 50px;
    width: 100%;
    height:auto;
    display:block;
}
@media(max-width:767.98px){
  .icon-column-in .icon-col .icon-column-img{
    max-width:30px;
  }
  .icon-column-in {
    gap: 0.5%;
    margin-top:10px;
  }
  .icon-column-in .icon-col {
    max-width: 33%;
  }
  .icon-column-in .icon-col p {
    font-size: 12px;
    max-width: calc(100% - 30px);
    padding-left: 5px;
    line-height: 15px;
  }
}

/* .tyngdedyne-voksen .main-product .main-product-form .product-form__submit span {
    font-size: 0;
    display: inline-block;
    width: 100%;
}
.tyngdedyne-voksen .main-product .main-product-form .product-form__submit span::before {
    content: "FORUDBESTIL - D. 10 MARTS";
    content: var(--text-var);
    font-size: 18px;
} */
.topmadras .main-product .main-product-form .product-form__submit span,
/* .main-product[data-product-id="9893595939143"] .main-product-form .product-form__submit span, */
.main-product[data-product-id="8430823145799"] .main-product-form .product-form__submit span {
    font-size: 0;
    display: inline-block;
    width: 100%;
}
.topmadras .main-product .main-product-form .product-form__submit span::before,
/* .main-product[data-product-id="9893595939143"] .main-product-form .product-form__submit span::before, */
.main-product[data-product-id="8430823145799"] .main-product-form .product-form__submit span::before {
    content: "FÖRBESTÄLL HÄR";
    content: var(--text-var);
    font-size: 18px;
    line-height: 36px;
}
/* .main-product[data-product-id="9893595939143"] .main-product-form .product-form__submit span::before {
    content: "FÖRBESTÄLL HÄR";
    /* content: var(--text-var); */
    font-size: 18px;
    line-height: 36px;
} */
.product-form input[value=""] + .product-form__buttons .product-form__submit {
    background: #7583b0;
    border-color: #7583b0;
    pointer-events: none;
}
.mega-menu__promotions .alireviews-review-star-rating,
.breadcrumbs .alireviews-review-star-rating{
    display: none !important;
}
.product-card__title + .alireviews-review-star-rating {
    display: none !important;
}

.product-card__badge.custom-badge + .product-card__badge {
    display: none;
}

@media(max-width:991.98px){
  .header__icons a.search-drawer-button,
  .header__icons  a.cart-drawer-button{
      position: relative;
  }
    .header__icons a.search-drawer-button:after,
    .header__icons  a.cart-drawer-button:after,
    .header__icons .menu-drawer-button:after{
      bottom: -8px;
      font-size: 12px;
      width: auto;
      min-width: auto;
      position: absolute;
      left: 10px;
    }
  .header__icons a.search-drawer-button:after {
      content: "S\f8g";
  }
  .header__icons  a.cart-drawer-button:after {
      content: "Kurv";
  }
  .header__icons .menu-drawer-button:after{
    content: "Meny";
    left: 4px;
  }
  .menu-drawer__item-link[href="/products/naptopper"]::after {
      content: "Populär";
      font-size: 14px;
      line-height: normal;
      border-radius: 50px;
      font-weight: 600;
      background: #141b4d;
      color: #fff;
      padding: 4px 8px 5px;
  }
    .menu-drawer__item .menu-drawer__item-link[data-title=Kuddar]:after {
        content: "Nyheter";
        font-size: 14px;
        line-height: normal;
        border-radius: 50px;
        font-weight: 600;
        background: #141b4d;
        color: #fff;
        padding: 4px 8px 5px;
        position: absolute;
        right: 30px;
    }
}
.btn-after-info.info-box-wrapper{
  margin-top: 8px;
  text-align: center;
}
.products-bundle .btn-after-info.info-box-wrapper {
    margin-top: 0;
}
.btn-after-info.info-box-wrapper .payments--footer svg {
    max-width: 30px;
}
.btn-after-info.info-box-wrapper .rich-box-review {
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-after-info .rich-box-review #profile-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 238px;
    width: 100%;
}
.btn-after-info .rich-box-review #trust-score {
    font-size: 14px;
    line-height: normal;
}
.btn-after-info .rich-box-review #tp-widget-rating {
    font-size: 13px;
    margin: 0 6px;
    line-height: normal;
}
.btn-after-info .rich-box-review #tp-widget-logo {
    width: 75px;
    height: 21px;
}
.btn-after-info .rich-box-review.theme-dark #tp-widget-logo path.tp-logo__text {
    fill: #fff;
}
@media(max-width:767.98px){
  .main-product .product.product--carousel {
      margin-left: -15px;
      margin-right: -15px;
  }
  .main-product .product .product__info-container {
    padding: 0 15px;
  }
  .main-product .product.product--carousel .product__media-gallery-viewer {
    border-radius: 0;
    padding-right: 30px;
  }
  .main-product .product.product--carousel .product__media-gallery-thumbails {
    margin-left: 15px;
    margin-right: 15px;
  }
}



.image-with-text__wrapper .btn-big-review,
.video-with-text .btn-big-review{
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.image-with-text__content .payments--footer,
.video-with-text .payments--footer{
    max-width: 300px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
}
.image-with-text__content .rich-box-review,
.video-with-text .rich-box-review{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 300px;
    width: 100%;
}
.image-with-text__content .rich-box-review p,
.video-with-text .rich-box-review p {
    font-size: 14px;
    margin-left: 5px;
    color: #545454;
    font-weight: 800;
    margin: 0;
}
.image-with-text__content .payments--footer+.rich-box-review,
.video-with-text .payments--footer+.rich-box-review{
    justify-content: center;
}

.modal-show iframe#launcher {
    z-index: 10 !important;
}
.product-template div#bai-cb-container div#userlink-chat-bubble,
.product-template iframe[id=launcher]{
  transition: 0.2s all;
}
.product-template.sticky-atc-active div#bai-cb-container div#userlink-chat-bubble,
.product-template.sticky-atc-active2 div#bai-cb-container div#userlink-chat-bubble{
    bottom: 110px;
}
.product-template.sticky-atc-active iframe[id=launcher],
.product-template.sticky-atc-active2 iframe[id=launcher]{
    bottom: 120px !important;
}
.page-template.gp-template-559449240317723453 div#bai-cb-container div#userlink-chat-bubble,
.page-template.gp-template-559449240317723453 iframe[id=launcher]
{
  display:none !important;
}
@media(max-width:767.98px){
  .product-template.sticky-atc-active div#bai-cb-container div#userlink-chat-bubble{
      bottom: 66px;
  }
  .product-template.sticky-atc-active2 div#bai-cb-container div#userlink-chat-bubble {
      bottom: 150px;
  }
  .product-template.sticky-atc-active iframe[id=launcher] {
      bottom: 74px !important;
  }
  .product-template.sticky-atc-active2 iframe[id=launcher] {
      bottom: 160px !important;
  }
}

.custom-mobile-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-menu-img {
    max-width: 49%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.custom-menu-img a img {
    max-width: 100%;
}
.tippy-box {
    font-size: 14px;
    padding: 8px;
}

.header .product-card__info .product-card__title {
    font-size: 14px;
    line-height: 17px;
}
.mega-menu__wrapper {
    padding-block: 14px 5rem !important;
}

/*mobile menu image*/
.menu-drawer__item .menu-drawer__item-link {
    background: #edf5fd;
    padding: 8px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    border-radius:6px;
}
.menu-drawer__item .menu-image-main {
    display: inline-flex;
    align-items: center;
}
.menu-drawer__item .menu-image-main img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.menu-drawer__item .menu-drawer__item-link {
    font-weight: bold;
}
/*mobile menu image end*/

.custom-mobile-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.custom-menu-img {
    max-width: 49%;
    width: 100%;
}
.custom-menu-img a img {
    max-width: 100%;
}
.menu-drawer__item .menu-drawer__item-link {
    font-size: 18px;
}
.menu-drawer__item .menu-drawer__item-link span .in-text-menu {
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.trustpilot.custom-menu-drawer-tr {
    padding: 15px 0;
}
.menu-drawer__item.custom-menu-drawer img {
    transform: scale(0.8);
}

.cart-drawer__body .cart-item foxkit-incart-upsell {
    display: none;
}
.cart-drawer__body .cart-item:not(:last-child) cart-drawer-products-recommendation {
    display: none;
}





.pro-countdown{
  background: linear-gradient(90deg, #e0eeff, #e0eeff);
  display: flex;
  padding: 10px 16px;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 12px;
  width: max-content;
  border: 3px solid #523aff;
  gap: 10px;
  
}
.pro-countdown .pro-left-text p,
.pro-countdown .pro-left-text h4,
.pro-countdown .countdown-timer .countdown-timer__block .h3{
    margin: 0;
    color: #0a014b;
    font-weight: 500;
}
.pro-countdown .pro-left-text h4{font-size:20px;}
.pro-countdown .pro-left-text p{font-size:16px;}
.pro-countdown .countdown-timer .countdown-timer__block .h3{font-size:24px;}
.pro-countdown .countdown-timer .countdown-timer__block {
    margin: 0;
    margin-right: 8px;
}
.pro-countdown .countdown-timer .countdown-timer__block div:after {
    inset-inline-end: -4px;
    color: #0a014b;
}
.pro-countdown .countdown-timer .countdown-timer__block .text-subtext {
    color: #0a014b;
    font-size: 14px;
}
/* .gradient-timer .pro-countdown {
    background: linear-gradient(90deg, #ffe201, #ff9705);
    padding: 13px 19px;
    border: none;
}
.gradient-timer .pro-countdown .countdown-timer .countdown-timer__block div:after,
.gradient-timer .pro-countdown .countdown-timer .countdown-timer__block .text-subtext,
.gradient-timer .pro-countdown .pro-left-text p,
.gradient-timer .pro-countdown .pro-left-text h4,
.gradient-timer .pro-countdown .countdown-timer .countdown-timer__block .h3{
  color: #fff;
} */
.pro-countdown.hidden{
    display: none;
}

@media(max-width:991.98px){
  .pro-countdown {
    width: 100%;
    justify-content: center;
    padding: 5px;
  }
  .pro-countdown .pro-left-text,
  .countdown-timer.pro-right{
    width: 100%;
    text-align: center;
  }
  .pro-countdown .pro-left-text h4{font-size:18px;}
  /* .pro-countdown .pro-left-text p{font-size:14px;} */
  .pro-countdown .countdown-timer .countdown-timer__block .h3{font-size:18px;}
  .countdown-timer .countdown-timer__block {
    min-width: 49px;
}
}


.custom-btn-menudr .menu-drawer__item-link{
  background: linear-gradient(90deg, #231D47, #5756CB);
  color: #fff;
}

.product-card__badge .f-badge{
    width: auto;
    position: absolute;
    height: auto;
    top: 0px;
    z-index: 2;
    left: 0px;
    font-size: 12px;
    line-height: normal;
    border-radius: 50px;
    font-weight: 600;
    background: #141b4d;
    color: #fff;
    padding: 2.5px 5.5px;
}

.product-card__badge .f-badge--soldout{
    background:#8d8d8d;
}


/*New upsell*/
.product__block.product__block--complementary {
    overflow: hidden;
}
.product-card.product-card--list,
cart-drawer-products-recommendation .blocks-radius{
    -webkit-mask-image: none;
    overflow: visible;
}
complementary-product-slider .swiper ,
cart-drawer-products-recommendation .swiper {
    overflow: visible;
}
.product-card__wrapper .select-menu {
    max-width: max-content;
    width: 100%;
}
.product-card__wrapper .select-menu.color-option {
    max-width: 70px;
    width: 100%;
}
.product-card__wrapper .select-menu .select-btn {
    display: flex;
    background: #fff;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0 0 5px #0000001a;
}
.product-card__wrapper .select-menu.red-new-btn .select-btn {
    box-shadow: 0 0 5px #ff00005e;
}
.product-card__wrapper .select-menu .options {
  position: absolute;
  width: 160px;
  overflow-y: auto;
  max-height: 120px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 70px;
  pointer-events: none;
  opacity: 0;
}
.product-card__wrapper .select-menu .options li {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 6px 10px;
}
.product-card__wrapper .select-menu .options li:hover {
    background: #ecf3f9;
}
.product-card__wrapper .select-menu.active .options {
  display: block;
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}
.product-card__wrapper .select-menu.active .options::-webkit-scrollbar {
  width: 8px;
}

.product-card__wrapper .select-menu.active .options::-webkit-scrollbar-track {
  background: #7583b04d; 
  border-radius: 10px;
}
 
.product-card__wrapper .select-menu.active .options::-webkit-scrollbar-thumb {
  background: #052281; 
  border-radius: 10px;
}
.product-card__wrapper .select-menu.active .options::-webkit-scrollbar-thumb:hover {
  background: #00b67a; 
}

.product-card--list .product-card__wrapper {
    min-height: 120px;
}
.product-card__wrapper .select-menu .select-btn .caret svg {
    transform: rotate(90deg);
    margin-right: -5px;
}
.product-card__wrapper .select-menu .component--product-color {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #0f1528;
    border-radius: 50%;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.product-card__wrapper .select-menu .sBtn-text {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
}
.product-card__wrapper .select-menu .sBtn-text .component--product-color {
    margin: 0;
}
.product-card__wrapper .select-menu .sBtn-text .component--product-color + span {
    display: none;
}
.product-card__wrapper .select-menu + .product-card__atc,
.product-card__wrapper .product-card__atc{
    display: none;
}
.product-card--list .product-card__info {
    padding-right: 0;
}
.product-quick-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product-quick-option > .pro-quick-atc-btn {
    display: inline-flex;
    margin-left: auto;
}
.product-quick-option .select-menu-main + .pro-quick-atc-btn {
    margin-left: 0;
}
.product-quick-option .select-menu-main {
    max-width: calc(100% - 80px);
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    align-items:center;
}
.product-quick-option .pro-quick-atc-btn {
    background: #00B67A;
    color: #fff;
    border-color: #00B67A;
    height: 42px;
    padding: 10px 17px;
    border-radius: 8px;
    font-size: 16px;
}
.product-quick-option .pro-quick-atc-btn.loading span {
    opacity: 0;
}
.product-quick-option .pro-quick-atc-btn.loading .loading__spinner {
    display: block;
}
@media(max-width:767.98px){
  .product-card__wrapper .select-menu .options{
    bottom: 60px;
    max-height: 115px;
  }
}
/*New Upsell end*/





/*BFF 2025*/

.free-gift-top-p {
    margin-top: 12px;
}
.free-gift-top-p-in {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:5px;
}
.free-gift-top-p-in p {
    font-size: 16px;
    margin: 0;
    line-height: 38px;
}
.free-gift-top-p-in img {
    max-width: 30px;
}
@media(max-width:767.98px){
  .free-gift-top-p-in img {
    max-width: 20px;
  }
  .free-gift-top-p-in p {
    font-size: 13px;
    margin: 0;
    line-height: 18px;
    max-width: calc(100% - 24px);
    width: 100%;
  }
  .free-gift-top-p-in {
      margin-top: 0px;
      margin-bottom: 12px;
      padding: 4px;
      flex-wrap: nowrap;
  }
}


.pfree-gift-inline {
    margin: 0 0 15px;
}

.pfree-gift-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#000;
    width: 100%;
}
.pfree-gift-title:before, .pfree-gift-title:after {
    background-color: #000;
    content: "";
    flex-grow: 1;
    height: 2px;
}

.pfree-gift-inline .pfree-gift-col {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    background: #F8F8F8;
    position: relative;
}

.pfree-top-head {
    background:linear-gradient(90deg,#231D47  , #5756CB );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pfree-top-head p {
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    color:#fff;
    font-weight: 500;
}
.pfree-bottom-body {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pfree-bottom-body .pfree-gift-img {
    max-width: 100px;
    width: 100%;
}
.pfree-bottom-body .pfree-gift-img img {
    max-width: 100%;
}
.pfree-bottom-body .pfree-gift-info {
    max-width: calc(100% - 110px);
    width: 100%;
}
.pfree-bottom-body .pfree-price {
    color: #131B4D;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}
.pfree-bottom-body .pfree-title {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    color:#131B4D;
    line-height: normal;
}
.pfree-gift-info .pfree-subtext {
    margin: 10px 0 0;
    font-size: 14px;
    color: #131B4D;
    font-weight: 500;
}
@media(max-width:767.98px){
    .pfree-gift-title {
        font-size: 16px;
    }
    .pfree-bottom-body .pfree-gift-img {
      max-width: 80px;
    } 
    .pfree-bottom-body .pfree-gift-info {
        max-width: calc(100% - 90px);
    }
      
    .pfree-top-head p,
    .pfree-bottom-body .pfree-title,
    .pfree-bottom-body .pfree-price {
        font-size: 14px;
    }
    .pfree-gift-info .pfree-subtext{
        font-size:12px;
    }
}


.section--scrolling-promotion {
    background: radial-gradient(circle at 0% 0%, #936420, #f1cd65, #b68e36);
}
.section--scrolling-promotion  .promotion__text {
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    color: #0A014B;
    font-size: 1.1rem;
}
.main-content .main-product .product__media-gallery .product__media-item[data-media-index="0"]:before {
    content: "" !important;
    width: 110px;
    background-size: 80%;
    background-image: url(https://cdn.shopify.com/s/files/1/0560/8770/7708/files/Blackweek.png?v=1762319946);
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
    border-radius: 50px;
}

@media(max-width:767.98px){
    .section--scrolling-promotion  .promotion__text {
        font-size: 1rem;
    }
}
/*BFF 2025 end*/


.slideshow-wrapper .swiper-slide[data-index="0"] .slideshow__text.rich-text {
    max-width: 100%;
}

.slideshow-wrapper .swiper-slide[data-index="0"] .slideshow__title {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
    font-size:0;
}

.slideshow-wrapper .swiper-slide[data-index="0"] .slideshow__title:before {
    background-size: 100%;
    background-image: url(https://cdn.shopify.com/s/files/1/0560/8770/7708/files/Blackweek-new.png?v=1762436439);
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 200px;
    display: inline-block;
    content: "";
}
@media(max-width:767.98px){
    .slideshow-wrapper .swiper-slide[data-index="0"] .slideshow__title:before {
        padding: 20px 150px;
    }
}