/** Shopify CDN: Minification failed

Line 810:17 Expected ":"

**/
.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;
  }
}
@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;
}

@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 */
.template-product-aya-massagesal .na-Mains .product__info-wrapper .product__info-container variant-selects,
.template-product-aya-massagesal .featured-product .product__info-wrapper variant-selects {
  display: block !important; 
}

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

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

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

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

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

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

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

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

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

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

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

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

/* variant color background */

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

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

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

.template-product-aya-massagesal .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;
}
.template-product-aya-massagesal 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;
}
.template-product-aya-massagesal [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){
  .template-product-aya-massagesal .thumbnail-list__item.slider__slide{
  height:70px;
  width:70px!important;
  }
    .template-product-aya-massagesal .thumbnail-slider .thumbnail-list.slider{
      margin-left 0px !Important;
      gap:5px!important;
      padding:0!Important;
    }
     .template-product-aya-massagesal .thumbnail[aria-current] {
      box-shadow:none!important;
      border-width: 2px;
    }
  ul.icon-with-text.icon-with-text--vertical.list-unstyled {
    padding-top: 0px;
}
.template-product-aya-massagesal .images-slider-title-wrap p {
  display: flex;
  justify-content: center; 
  column-gap: 8px; 
}
.template-product-aya-massagesal span.na-new-one {
    font-size: 10px;
    width: 100%;
    word-break: keep-all;
    line-height:1;
}
.template-product-aya-massagesal ul.icon-with-text.icon-with-text--vertical.list-unstyled {
    padding-top: 5px;
    margin-top:5px !important;
}
}
 /* .template-product-aya-massagesal .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;
}
}