/** Shopify CDN: Minification failed

Line 818:17 Expected ":"
Line 846:0 Unexpected "}"

**/
.annoucement-bar-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.annoucement-bar-top .singleblock {
  display: flex;
  align-items: center;
}
.annoucement-bar-top .singleblock span {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.annoucement-bar-top .singleblock span img {
height: 18px;
}

.annoucement-bar-top .singleblock span.block-icon svg {
  width: 18px;
  height: 18px;
}
.annoucement-bar-top .singleblock .block-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em; 
}
.cstm-single-img-wrapper img{
  display: block;
  width:100%;
}
.new-cstm-new-layout {
    background-color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .annoucement-bar-top .singleblock.block-3 {
    display: none;
  }
  .header-wrapper .annoucement-bar-top {
    flex-direction: row-reverse;
  }

  .annoucement-bar-top .singleblock .block-title {
    text-transform: uppercase;
  }
  .singleblock.block-2 span.block-icon {
    display: flex;
    align-items: center;
  }
  .annoucement-bar-top .singleblock .block-title {
    font-weight: 700;
  }
.section-header {
    margin-bottom: 0;
}


}
@media only screen and (max-width: 400px) {
  .annoucement-bar-top .singleblock .block-title {
    font-size: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .annoucement-bar-top .singleblock .block-title {
    font-size: 9px;
  }
  .annoucement-bar-top .singleblock {
    margin-left: 5px;
    margin-right: 5px;
  }
  .annoucement-bar-top .singleblock.block-1 img {
    height: 15px;
    top: 1px;
  }
  .annoucement-bar-top .singleblock.block-2 img {
    height: 13px;
  }
}

.product-left-image-area {
  position: relative;
}
.overlay-badges {
  margin: 8px 8px 0;
  position: absolute;
  z-index: 3;
}
.overlay-badges .f-btn {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: static;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  border: none;
}

.overlay-badges .f-btn.yellow-color {
  background-color: #f5b52b;
}
.overlay-badges .f-btn.black-color {
  background: #000;
}
.overlay-badges .f-btn.green-color {
  background: #30d492;
}

.slider_images {
  display: flex;
}
.slider_images .img-slides {
  width: 20%;
}

.images-slider-section .img-slides {
  padding: 0px 10px;
  border-radius: 10px;
}

.images-slider-section .img-slides img,
.images-slider-section .img-slides svg {
  border-radius: 10px;
  width: 100%;
}

.images-slider-section .img-slides svg {
  width: 100%;
  height: auto;
}
.images-slider-section .images-slider-title-wrap h2 {
  text-align: center;
}

/**************** mega menu *****************/
li.has-megamenu header-menu > details {
  position: inherit;
}
header.header {
  position: relative;
}
li.has-megamenu .ul-header__megamenu {
  display: inline-flex;
  left: 50%;
  flex-wrap: wrap;
  justify-content: center;
  background: #fcf9f6;
  padding: 10px 5px;
  margin: 0 auto;
  transform: translatex(-50%);
}

li.has-megamenu .ul-header__megamenu li {
  flex: 0 0 190px;
  padding: 0 10px;
}
li.has-megamenu .ul-header__megamenu li .block-image-area img {
  width: 100%;
  height: auto;
}
li.has-megamenu .ul-header__megamenu li a {
  display: block;
  text-decoration: none;
}
li.has-megamenu .ul-header__megamenu li span.block-image-area,
li.has-megamenu .ul-header__megamenu li span.block-title-area {
  display: block;
  text-align: center;
}
li.has-megamenu .ul-header__megamenu li span.block-title-area {
  font-size: 18px;
  color: #000;
}

.mobile-menu-item-wrapper > span {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.mobile-menu-item-wrapper .mobile_menu-image img {
  width: 100%;
  height: auto;
}

.custom-text-with-icons .icons__item-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.custom-text-with-icons .icons__item {
  /* width: 100%; */
   width: 33.3%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
.custom-text-with-icons .icon-size-2{
  width: 50%;
}
.custom-text-with-icons .icon-size-3{
  width: 33.3%;
}

.custom-text-with-icons .icons__item img.icons__item-img {
    width: 100%;
    max-width: 140px;
}
.custom-text-with-icons .icons__item svg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.custom-text-with-icons .icons__itemz p {
  text-transform: uppercase;
}

.section-custom-featured-content .image-with-text__media-item {
  margin-top: -50px;
}

.section-custom-featured-content .image-with-text__content--top {
  justify-content: center;
}

.cart-drawer .cart-items thead {
  display: none;
}
#CartDrawer .drawer__header {
  border-bottom: solid 1px #ccc;
}
.cart__payment-icons ul.inline-list.payment-icons.footer__section.cart-payment {
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px; 
  list-style-type: none;
  margin-bottom: 0px;
}
.image-with-text.content-is-empty .image-with-text__media-item {
    width: 100%;
}
.new-layout-featured-content.image-with-text .image-with-text__media-item .image-with-text__media video {
    object-fit: contain !important;
}
.new-layout-featured-content.image-with-text .image-with-text__media{
  border:0px; 
}
.quick-add-modal .product-thumb img {
    border-radius: 18px;
    padding: 5px !important;
}
.new-layout-featured-content.image-with-text .image-with-text__media-item {
    min-height: auto !important;
    height: auto !important;
    margin-top: 0px;
}

.new-layout-featured-content .image-with-text__media--placeholder:after{
  background:unset;
}
#CartDrawer-CartItems .cart-item__quantity-wrapper {
  display: flex;
  justify-content: space-between;
}
#CartDrawer-CartItems .cart-item__quantity-wrapper cart-remove-button {
  display: none;
}
#CartDrawer-CartItems td.cart-item__totals.right {
  display: none;
}
#CartDrawer-Form span.item-variant-compare-price {
    text-decoration: line-through;
}
#CartDrawer-CartItems quantity-popover .cart-item__price-wrapper {
  display: flex;
  align-items: center;
  padding-right: 10px;
  flex-direction:column;
}
.cart-drawer .cart-item__details {
  grid-column: 2 / 5 !important;
}
header.header
  nav.header__inline-menu
  .list-menu
  .has-megamenu
  .ul-header__megamenu {
  z-index: 1;
  top: 95px;
}

@media screen and (max-width: 749px) {
  #menu-drawer .menu-drawer__navigation .menu-drawer__menu .list-menu__item {
    display: block;
    position: relative;
  }
  #menu-drawer
    .menu-drawer__navigation
    .menu-drawer__menu
    .list-menu__item:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 1px;
    background-color: #e8e8e1;
  }
  #menu-drawer
    .menu-drawer__navigation
    .menu-drawer__menu
    li:last-child
    .list-menu__item:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    background-color: #e8e8e1;
  }
  .mobile-menu-item-wrapper .mobile_menu-image img {
    border-radius: 8px;
  }
  #menu-drawer .menu-drawer__navigation .menu-drawer__menu-item {
    padding: 15px 20px;
  }
  #menu-drawer {
    max-width: 350px;
  }
}
.new-cart-svg-icon.icon.icon-bag-minimal {
  width: 30px;
  height: 30px;
}
.new-cart-svg-icon.icon.icon-bag-minimal path {
  fill: none;
  stroke-width: 2px;
  stroke: #000000;
  stroke-linecap: miter;
  stroke-linejoin: miter;
}

.enable_product_badges_new > span.product-label {
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  padding: 4px 8px;
  margin-right:5px;
}

.custom_layout_image_banner .banner__heading.inline-richtext.h1 {
    text-transform: capitalize!important;
}
.custom_layout_image_banner .banner__text p {
    text-transform: capitalize;
}
.featured-product .na-box-1 , .product--medium .na-box-1  {
    padding: 12px;
}
.featured-product .kaching-bundles .kaching-bundles__bars , 
.product--medium .kaching-bundles .kaching-bundles__bars {
    gap: 10px;
}
.featured-product .price-item.price-item--regular ,
.product--medium .price-item.price-item--regular {
  margin-right: 2px;
}
.featured-product .price-item.price-item--sale.price-item--last ,
.product--medium .price-item.price-item--sale.price-item--last {
    margin-right: 2px;
}
.featured-product .product__text.inline-richtext , 
.product--medium .product__text.inline-richtext {
 margin-top: 5px;
}
.featured-product .shopify-block ,
.product--medium .shopify-block {
  margin-top: 8px;
  margin-bottom: 8px;
}
.reviews-carousel__inner h2.reviews-carousel__heading p {
    margin-block: 10px;
}
@media (min-width: 720px) and (max-width: 868px) {
.featured-product .na-trusts-header img ,
.product--medium .na-trusts-header img {
  max-width: 70px;
}
}


@media (min-width:769px){
  .mobile_media.banner__media.media{
    display: none;  
  }
  .custom_layout_image_banner .banner__box {
    padding: 0 !important;
  }
  .custom_layout_image_banner .banner__content.banner__content--middle-center {
    align-items: end;
  }
  .featured-product .na-upper-labels , .product--medium .na-upper-labels {
    position: absolute;
    top: 10px!important;
    left: 10px;
    z-index: 1;
}
.custom-text-with-icons .icons__itemz strong {
  font-size: 14px;
  text-transform: capitalize ;
  letter-spacing: normal;
}
.custom-text-with-icons .icons__itemz p {
  font-size: 14px!important;
  line-height: 20px!important;
  text-transform: lowercase!important;
  color: #000;
}
.product__media-wrapper .grid {
  margin-bottom: 1rem !important;
}
.product-media-container.media-fit-cover, .product-media-container.media-fit-cover .product__modal-opener, .product-media-container.media-fit-cover .media
{
  height: auto!Important;
}
.product__media img {
  height: auto!important;
}
}
@media (max-width:768px){
  .custom_mobile_header_layout{
    padding: 10px;
  }

  .custom_mobile_header_layout header-drawer {
    justify-self: unset;
    margin-left: 0;
  }
  .custom_mobile_header_layout .header__icon--menu{
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
  }
  .custom_mobile_header_layout .header__icon--menu .naNewMen.menu-drawer-container .header__icon.header__icon--menu[aria-controls="menu-drawer"] span svg{
    position: unset;
    transform: unset;
  }
  .custom_mobile_header_layout.header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 10px 0px 10px!important;
  }
  .custom_mobile_header_layout .naKURV{
    margin-top: 5px;
  }
  .custom_mobile_header_layout .header__icon .icon {
    height: 20px;
    width: 20px;
  }
  .custom_mobile_header_layout .new-cart-svg-icon.icon.icon-bag-minimal {
    width: 20px;
    height: 20px;
    transform: scale(1.2);
  }
  .custom_mobile_header_layout .menu-drawer-container {
    display: block;
  }
  .custom_layout_image_banner .banner__heading.inline-richtext.h1 {
    font-size: 24px!important;
    line-height: 100%;
    max-width: 100%;
    margin: 0;
  }
  .custom_layout_image_banner a.button.button--secondary {
    font-size: 14px;
    line-height: 100%;
    min-height: auto;
    padding: 12px 40px !important;
    letter-spacing: 0;
  }
  .custom_mobile_header_layout .header__icon--cart{
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: fit-content;
    margin: 0;
  }
  .custom_mobile_header_layout .visually-hidden{
    display: none;
  }
  .custom_layout_image_banner .banner__box {
    padding: 30px 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    height: 100%;
  }
  .custom_layout_image_banner .banner__text.rte.body {
    font-size: 14px !important;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: 0px !important;
    display: inline-block;
    margin: 0;
  }
  .custom_layout_image_banner .banner__buttons{
    margin-top: 5px !important;
  }
 .menu-drawer__inner-container a.menu_drawer_product_link {
    text-decoration: none !important;
    color: #000;
}
 .featured-product .na-upper-labels , .product--medium .na-upper-labels {
    position: absolute;
    top: 10px!important;
    left: 10px;
    z-index: 1;
}
 .featured-product .na-upper-labels p , .product--medium .na-upper-labels p {
   line-height: 24px;
}
.featured-product .kaching-bundles .kaching-bundles__bar-most-popular__content , 
.product--medium .kaching-bundles .kaching-bundles__bar-most-popular__content {
  font-size: 9px;
}
.featured-product .kaching-bundles .kaching-bundles__bars, 
.product--medium .kaching-bundles .kaching-bundles__bars {
    gap: 8px;
}
.featured-product .kaching-bundles .kaching-bundles__block ,
.product--medium .kaching-bundles .kaching-bundles__block {
  margin-bottom: 0px!important;
}
.featured-product .product-form__buttons , 
.product--medium .product-form__buttons {
  padding-top: 0px !important;
}
.featured-product , .product--medium {
    gap: 12px !important;
}
.featured-product .product__text.inline-richtext , 
.product--medium .product__text.inline-richtext {
  padding-top: 8px;
}

.featured-product .icon-with-text__item ,
.product--medium .icon-with-text__item {
    margin-top: 12px;
}
.featured-product .new_custom_badge ,
.product--medium .new_custom_badge {
    padding-top: 0px !important;
}
.custom-text-with-icons .icons-section{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
.custom-text-with-icons img.icons__item-img {
  max-width: 40px!important;
}
.custom-text-with-icons .icons__itemz strong {
  font-size: 13px;
  text-transform: capitalize ;
  letter-spacing: normal;
}
.custom-text-with-icons .icons__itemz p {
  font-size: 13px!important;
  line-height: 18px!important;
  text-transform: lowercase!important;
  color: #000;
}
.custom-text-with-icons .icons__item {
  padding: 0px!important;
  margin-top: 0px;
}
.custom-text-with-icons .icons__item-wrapper {
    gap: 10px;
}
.custom_marquee_block .na-mar-header h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
.custom_marquee_block .na-mar-inner {
    padding-bottom: 15px;
}
 .na-container.page-width  {
    padding-bottom: 20px!important;
}
.na-faq-wrapper .na-header-faq h2 {
    margin-top: 0px;
}
.featured-product .product-form__input ,
.product--medium .product-form__input {
  margin-top: 12px;
}
}


.na-Mains .product__info-wrapper .product__info-container variant-selects, .featured-product .product__info-wrapper variant-selects{
  display: none;
}

/* Show variant selects for aya-massagesal template */
.custom-product-page-template .na-Mains .product__info-wrapper .product__info-container variant-selects,
.custom-product-page-template .featured-product .product__info-wrapper variant-selects {
  display: block !important; 
}

.custom-product-page-template .na-icon-tit-our {
    align-items: end;
}
.custom-product-page-template .na-icons-feaPro {
    align-items: center;
    display: flex;
    justify-content: center;
}
.custom-product-page-template .images-slider-title-wrap p strong {
    color: #0072ce;
}

.custom-product-page-template .images-slider-title-wrap p {
    font-weight: bold;
    margin: 0px;
}
.custom-product-page-template .images-slider-title-wrap h2 {
    margin: 0;
}

.custom-product-page-template .na-wrap-up p strong, .custom-product-page-template .na-tit-data p strong, .custom-product-page-template .na-header-faq p strong
{
  color: #0072ce;
}

.custom-product-page-template .na-wrap-up p, .custom-product-page-template .na-tit-data p, .custom-product-page-template .na-header-faq p
{
  margin: 0px;
}

/* .custom-product-page-template .pie svg circle {
  stroke: #0072ce;
} */

.custom-product-page-template span.na-new-one {
    font-size: 14px;
    width: 100%;
    word-break: break-word;
    line-height:1;
}
.custom-product-page-template .fodsmerter .image-with-text__heading, .custom-product-page-template .eksperterne-anbefaler .image-with-text__heading, .custom-product-page-template .give-dig-komfort h3 {
    font-weight: bold;
}
.custom-product-page-template .fodsmerter .image-with-text__heading strong, .custom-product-page-template .give-dig-komfort h3 strong, .custom-product-page-template .eksperterne-anbefaler .image-with-text__heading strong {
    color: #0072ce;
    font-weight: bold;
}

.custom-product-page-template h3.na-box-tit {
    font-size: 14px;
}

.custom-product-page-template .comparison-table-section .last_info p,.custom-product-page-template .comparison-table-section .child_info p {
    color: #FFF !important;
}

.custom-product-page-template .comparison-table-section .last_info:nth-child(1), 
.custom-product-page-template .comparison-table-section .child_info:nth-child(1), 
.custom-product-page-template .comparison-table-section .com_info:nth-child(1) {
    background-color: #0072ce;
}

.custom-product-page-template .comparison-table-section .columnone {
    text-align: center;
    padding: 0px 10px 0px 0;
}
.custom-product-page-template .comparison-table-section h1.product__title.heading-size--page-title {
    font-size: 16px !important;
    text-align: center !important;
}

.custom-product-page-template .comparison-table-section .table-container p strong {
    color: #0072ce;
}

.custom-product-page-template .page-width.feature-row-wrapper {
    padding-left: 1.5rem;
}

/* variant color background */

/* Variant color styling for aya-massagesal template */
.custom-product-page-template label.na-lab-pro-1 {
    background: #0072ce !important;
}

.custom-product-page-template label.na-lab-pro-2 {
    background: #000000 !important;
}

.custom-product-page-template label.na-lab-pro-3 {
    background: #8E8E8E !important;
    width: 45px;
    height: 45px;
}

.custom-product-page-template .product-form__input--pill input[type=radio]+label {
    /* border-radius: 50px !important; */
}

.size-guide .material-icon {
  font-size: 1.3em;
}
.size-guide .material-symbols-outlined.filled {
  font-variation-settings: 'FILL' 1;
}
.size-guide .product-popup-modal__button {
    font-size: 14px;
    font-weight: bold;
    column-gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.size-guide .product-popup-modal__button .pop-up-text {
  text-decoration: underline;
}


/* If :contains() is not supported, use a more specific approach */
/* You would need to know the exact legend text structure */
legend[data-selected-swatch-value="Size"] ~ * .na-lab-pro-1,
fieldset:has(span[data-selected-swatch-value="Size"]) .na-lab-pro-1,
legend[data-selected-swatch-value="Size"] ~ * .na-lab-pro-2, 
fieldset:has(span[data-selected-swatch-value="Size"]) .na-lab-pro-2
 {
    font-size: 16px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #FFF !important;
    color: #000 !important;
    border: 2px solid #ddd !important;
    padding: 10px 20px !important;
    min-width: 50px !important;
    height: 38px !important;
    border-radius: 5px !important;
    font-weight: 600;
}

fieldset:has(span[data-selected-swatch-value="Size"]) input[type="radio"]:checked + label {
    background: #0072ce !important;
    color: #FFF !important;
}
.custom-product-page-template ul.icon-with-text.icon-with-text--vertical.list-unstyled {
  border-top: 1px solid #d4d4d4 !important;
    padding-top: 20px;
    margin-top:10px !important;
}
.discounts.list-unstyled.discount-with-price-item{
  display:flex;
  gap: 10px;
  align-items:center;
}
.item-price-custom{
  font-weight:700;
  font-size:1.4rem;
  color:#000;
}
ul.discounts.list-unstyled.discount-with-price-item.aya-massagesal-bla-eu-35-36 .item-price-custom{
  font-weight:700;
  font-size:1.4rem;
  color:#0072ce;
}
.custom-product-page-template [data-deal-block-id="dea57754-0096-4058-a6fc-6c72e49bfb3a"] .kaching-bundles__bar:first-child .kaching-bundles__bar-pricing::after {
    content: "306 kr";
    text-decoration: line-through;
    color: var(--bar-full-price-color, #999);
    font-size: 14px;
    text-align: right; 
    order: 1;
    display:none!important;
}
@media (max-width:749px){
  .custom-product-page-template .thumbnail-list__item.slider__slide{
  height:70px;
  width:70px!important;
  }
    .custom-product-page-template .thumbnail-slider .thumbnail-list.slider{
      margin-left 0px !Important;
      gap:5px!important;
      padding:0!Important;
    }
     .custom-product-page-template .thumbnail[aria-current] {
      box-shadow:none!important;
      border-width: 2px;
    }
}

  ul.icon-with-text.icon-with-text--vertical.list-unstyled {
    padding-top: 0px;
}
.custom-product-page-template .images-slider-title-wrap p {
  display: flex;
  justify-content: center; 
  column-gap: 8px; 
}
.custom-product-page-template span.na-new-one {
    font-size: 10px;
    width: 100%;
    word-break: keep-all;
    line-height:1;
}
.custom-product-page-template ul.icon-with-text.icon-with-text--vertical.list-unstyled {
    padding-top: 5px;
    margin-top:5px !important;
}
}
 /* .custom-product-page-template .image-with-text__media {
  height: 29.6rem;
} */
.product__media img {
    object-fit: cover;
}
.product-media-container video {
    height: auto !important;
    object-fit: cover;
}
@media (max-width:749px){
.product-media-container video {
    height: 100% !important;
    object-fit: cover;
}
.product__media img {
  /* height: 352px !important; */
    height: 100% !important;
    object-fit: cover;
}
.template-product-aya-skintag-kit .product-media-thumbs .product-thumb img{
  height:auto!important;
  min-height: 70px;
}
}



/* AB Working 18-02-2026 */

.video-section-with-text .image-with-text__media-item {
  margin-top: 0px;
}
.video-section-with-text
  .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.image-with-text__media--placeholder.placeholder {
  border-radius: unset;
}
.video-section-with-text .image-with-text__media {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.video-section-with-text .image-with-text__content {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.product .product__media-wrapper {
    position: relative;
}
@media (max-width:899px) {
  .video-section-with-text .image-with-text__content {
    padding:40px;
  }
}

/* 04-02-2026 */
body .drawer__footer {
border-top: 0;
padding: 0;
}
.cart-drawer__footer {
border-top: .1rem solid rgba(var(--color-foreground), .2);
padding: 1.5rem 0;
}
.features {
display: flex;
justify-content:space-between;
align-items: center;
padding: 10px 0;
text-align: center;
gap: 10px;
}
.features .icon img {
display: block;
margin: 0 auto 6px;
width:40px;
}
.feature {
flex: 1;
max-width: 100px;
}

.features .icon svg {
width: 28px;
height: 28px;
margin-bottom: 8px;
}

.features .feature p {
font-size: 12px;
font-weight: 600;
color: #000;
line-height: 1;
margin: 0;
}
:root {
--bodylab-orange: #2c2f44;
--light-blue: #2C2F44;
--dark-blue: #2C2F44;
--gray-text: #666;
--border-color: #eee;
}
.shipping-header {
padding:20px 0 0;
font-size: 14px;
    line-height: 18px;
}
.notification-text {
display: flex;
align-items: center;
margin-bottom: 0;
}
.close-circle {
width: 12px;
height: 12px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
}
.progress-container {
position: relative;
height: 4px;
background:#A4B5B9 ;
/* margin: 9px 0 0px 0; */
    margin: 25px 0 0px 0;
border-radius: 2px;
}
body .progress-bar {
width: 90%;
height: 100%;
border-radius: 4px;
display: block !important;
background-color: #2C2F44;
}
.price-bubble {
position: absolute;
/* right: 0; */
top: -25px;
background: var(--light-blue);
color: white;
font-size: 11px;
border-radius: 3px;
padding: 0px 5px;
    margin-left: -9%;    white-space: nowrap;
}
.price-bubble:after {
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid var(--light-blue);
}
.price-bubble[style="left: 100%;"] {
    left: 89% !important;
}


/* Tabs Section */
.tabs {
display: flex;
border-bottom: 1px solid var(--border-color);
}
.tab {
flex: 1;
text-align: center;
padding: 0 5px 10px;
font-weight: bold;
font-size: 16px;
color: #999; /* Dimmed when inactive */
cursor: pointer;
transition: all 0.2s;
border-bottom: 2px solid transparent;
margin-top:20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.tab.active {
color: #333;
border-bottom: 2px solid var(--dark-blue);
}
.tab:first-child {
    border-right: solid 1px rgba(201, 201, 201, 1.00);
}
small.tax-note.caption-large.rte {
    margin: 0;
}
.tab .badge {
    background: var(--light-blue);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
.tab-content {
display: none;
  padding:0;
  /* height: 400px; */
  overflow-y: auto;
  /* width: 1px;
  height: 1px;
  opacity: 0; */
}
.tab-recommendations-content .drawer__footer {
    display: none;
}
.tab-content.active {
  padding: 20px 0 50px;
  display: grid;
  /* width: unset;
  height: unset;
  opacity: 1; */
}
div#cart-content {
padding-top: 0;
padding-bottom: 0;
}
#cart-content.active {
display: block;
}
div#recommendations-content.product-grid {
grid-template-columns: 1fr 1fr;
gap: 20px;
}

div#recommendations-content.product-grid::-webkit-scrollbar {
width: 6px;
}
div#recommendations-content.product-grid::-webkit-scrollbar-thumb {
background: #999;
border-radius: 10px;
}

.product-card {
display: flex;
flex-direction: column;
text-decoration: none;
}
cart-drawer.drawer.is-empty .widget-container ,
cart-drawer.drawer.is-empty .shipping-header ,
cart-drawer.drawer.is-empty .tabs {
    display: none;
}
.img-container {
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.img-container img{
  max-width:100%;
}
.product-cart-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
text-decoration: none;
}
.widget-container {
flex: 1;    
/* overflow: auto; */
}
.img-container img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}

.product-title {
font-size: 16px;
line-height: 1;
color: #000;
margin-bottom: 10px;
}

.price-row {
display: flex;
align-items: baseline;
gap: 10px;

}

.current-price {
font-size: 15px;
font-weight: 700;
}

.orange { color: var(--bodylab-orange); }

.old-price {
text-decoration: line-through;
color: #bbb;
font-size: 14px;
}

.empty-cart-msg {
grid-column: span 2;
text-align: center;
padding-top: 50px;
color: #999;
}
.skeleton {
  pointer-events: none;
}

.skeleton .img-container {
  width: 100%;
  height: 150px;
  background: #eee;
  border-radius: 8px;
  animation: shimmer 1.5s infinite;
}

.skeleton .product-title,
.skeleton .price-row {
  height: 12px;
  margin-top: 10px;
  background: #eee;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}

.skeleton .product-title {
  width: 80%;
}

.skeleton .price-row {
  width: 50%;
}
.skeleton>div {
    display: block !important;
}
@keyframes shimmer {
  0% { background-color: #eee; }
  50% { background-color: #ddd; }
  100% { background-color: #eee; }
}
div#rec-metadata {
    display: block !important;
}
body .drawer__inner {
    overflow: auto;
}


main#MainContent .product-media-container.constrain-height .media {
    padding-top: 100%;
}

main#MainContent .product-media-container.constrain-height .media video {
    object-fit: cover !important;
    height: 100% !important;
}
@media screen and (min-width:750px){
	.slider.gallery-slider--desktop{
		position:relative;
		flex-wrap:inherit;
		overflow-x:auto;
		scroll-snap-type:x mandatory;
		scroll-behavior:smooth;
		scroll-padding-left:0;
		-webkit-overflow-scrolling:touch;
		margin-bottom:0rem
	}
	.slider.gallery-slider--desktop .product__media-item:not(.is-active),
	.product--thumbnail_slider .product__media-item:not(.is-active){
		display:block
	}
	.slider.gallery-slider--desktop .grid__item{
		width:100%
	}
}

tabs-component.tabs.tabs__nav-design-1 {
    display: block;
}


/* 09-06-2026 */
.product-link{
  display:block;
  text-decoration:none;
  color:inherit; margin-top: 15px;
}

.rec-add-to-cart{
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    background: #2c2f44;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 21px;
    margin-top: auto;
}


.size-guide-arrow {
  display: inline-block;
  margin-left: 12px;
  color: #0072CE; 
  font-size: 28px;
  font-weight: 700;
  animation: sizeGuideArrow 1.2s ease-in-out infinite;
}

@keyframes sizeGuideArrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
}

.product-block.notification {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}
.product-block.notification .notification_title {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight:700;
    letter-spacing: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #2c2f44;
}
.product-block.notification  p {
    margin: 0;
}

 ._custom-rating a {
    display: flex;
    align-items: center;
    gap: 3px 10px;
    flex-wrap: wrap;
    background: transparent;
    color: #2c2f44;
    -webkit-text-decoration: none;
    text-decoration: none;
}

._custom-rating img {
    max-width: 100px;
    height: auto;
}

._custom-rating {
    margin: 0;
}
.custom-product-page-template.template-product-aya-foot-relief-cream ul.icon-with-text.icon-with-text--vertical.list-unstyled{
border-top:0 !important;
}