/** Shopify CDN: Minification failed

Line 242:10 Expected ":"

**/
body,
.shopify-section--feature-chart{
  overflow-x: hidden !important;
}

compare-at-price.text-subdued,
sale-price.text-subdued {
  color: #ff0000 !important;
}

.product-card {
  border: 1px solid #122c4d;
}

.quantity_button_wrapper {
  display: flex;
  gap: 1rem;
}

.product-info__quantity-selector .quantity-selector,
.product-info__quantity-selector label.block-label {
  display: none;
}

.quantity_button_wrapper button {
  width: 100%;
}

body.modal-body {
  overflow: hidden;
}

body.modal-body .shopify-section--header {
  z-index: 0 !important;
}

.product-info__variant-picker {
  margin: 15px 0px;
}

.collection-list .collection-card__content * {
  font-size: 16px;
}

.collection-list .content-over-media:before {
  content: unset !important;
}

.section:has(.whatsapp_section) {
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}

.section:has(.collection_section) {
  padding-bottom: 40px !important;
}

.collection_section .content-over-media {
  display: block !important;
}

.collection_section .content-over-media * {
  color: #000 !important;
}

.collection_section .scrollable-with-controls {
  gap: 1.5rem !important;
}

.collection-list * {
  transform: unset !important;
}

.collection-card__content:first-child {
  margin: unset !important;
}

.collection-card__content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  padding: 10px;
}

.collection-card__content+svg {
  transform: unset !important;
}

.collection-card__content-wrapper svg {
  opacity: 1 !important;
  visibility: visible !important;
  fill: #000;
}

#weglot-switcher-1 {
  opacity: 0;
  visibility: hidden;
}

.footer__block.footer__block--text p br {
  display: none !important;
}

.announcement-bar__static-list p, .announcement-bar__static-list p * {
    font-size: 14px;
    line-height: normal;
}

.announcement-bar {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.announcement-bar .icon_text_wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.announcement-bar__static-list .custom_title:first-child p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.announcement-bar__static-list .custom_title:first-child p em {
  font-style: normal;
  padding: 5px;
  background: #fff;
  color: rgb(var(--background)) !important;
  margin: 0px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.announcement-bar .announcement-bar__static-list {
  gap: 10px;
}

product-card.product-card .product-card__info {
  padding: 10px;
}

product-card.product-card .product-card__info .product-card__title {
  min-height: 50px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
}

product-card.product-card .product-card__info .product-card-delivery-text {
  margin-top: 10px;
  margin-bottom: 15px;
  align-items: flex-start;
  line-height: normal;
  gap: 11px;
  font-size: 14px;
  font-weight: 500;
}

sale-price.text-on-sale {
  font-weight: 700;
  font-size: 18px;
}

.jdgm-preview-badge .jdgm-star {
  color: #edfe22 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.jdgm-prev-badge__text {
  font-size: 14px;
}

.product-card__info .jdgm-star.jdgm--off:before {
  content: "\e000";
}

.custom_title .reveal-invisible {
  opacity: 1 !important;
  visibility: visible !important;
}

.custom_title>div {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.custom_title.is-selected {
  opacity: 1;
  visibility: visible;
}

.custom_title {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
}

.icontext_slider {
  overflow: hidden;
}

.icontext_slider .icon_text_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.icontext_slider .icon_text_wrapper img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.icontext_slider .icon_text_wrapper span {
  font-size: 13px;
  font-weight: 700;
}

   .review_wrapper .slide_item .star_verify svg {
     width: 90px;
     height: auto;
     display: block;
   }

   .review_wrapper .slide_item .tick_verify_wrapper {
     display: flex;
     align=items: center;
     gap: 6px;
     margin-top: 6px;
   }

   .review_wrapper .slide_item .tick_verify_wrapper {
     font-size: 12px;
   }
  
   .review_wrapper .slide_item .tick_verify_wrapper svg {
     width: 15px;
   }

   .review_wrapper .swiper-wrapper {
     padding: 10px 0px;
     align-items: center;
   }

    .tp_wrapper .inner_wrapper.tp_slider {
      padding: 0px 10px;
    }

    .review_wrapper .slide_item  {
      padding: 20px 15px;
      background: white;
      border-radius: 5px;
      box-shadow: 1px 1px 11px 2px #00000029;
    }

   .review_wrapper .slide_item .star_date {
      display: flex;
      align-items: start;
      justify-content: space-between;
   }

   .inner_wrapper.tp_slider {
     overflow: hidden;
   }

   .tp_wrapper .tp_header_review_wraper {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 1rem;
    align-items: center;
   }
  
  .tp_wrapper .tp_header_review_wraper .header_wrapper {
    display: grid;
    text-align: center;
  }

  .tp_wrapper .tp_header_review_wraper .header_wrapper svg {
    margin: auto;
  }

  .tp_wrapper .tp_description {
    margin: 10px 0px !important;
  }

  .tp_wrapper .tp_description * {
    font-size: 16px;
    line-height: 20px;
  }

  .tp_wrapper .tp_title {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .tp_wrapper .date_wrapper span {
    font-size: 12px;
  }

  .tp_wrapper .review_wrapper {
    padding: 8px 0px;
  }

  .tp_wrapper .review_wrapper * {
    font-size: 14px;
  }

  .tp_wrapper .author_name {
    font-size: 14px;
    text-transform: uppercase;
    color: gray;
  }

.text_heading_slideshow.slideshow {
	padding-block-start: 18px !important;
}

.text_heading_slideshow.slideshow div.slideshow_title {
  text-align: center;
  padding: 10px 0px 20px;
  font-size: 24px;
  text-transform: capitalize;
}
/* .selluxe-popup .popup-product-image img+img {
  display: none;
}

.popup-product-image.show_second_image img:first-child {
  display: none;
}

.popup-product-image.show_second_image img+img {
  display: block;
}  */

[lang="de"] .selluxe-hotspot {
  display: none !important;
}

[lang="de"] .variant-option:has([data-title="montiert"]) {
  display: none;
}

.karla_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    padding: 10px 14px;
    border: 1px solid #eae7e4;
    border-radius: 10px;
}

.trustpilot_review {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.author_img_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author_img_name img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.footer__payment-icons img {
  width: 40px;
}

.popup-blocks-wrapper .footer__payment-icons {
  justify-content: center;
  margin-bottom: 1.5rem;
}

.logo_wrapper_pdp {
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.shopify-section.shopify-section--feature-chart {
  display: block !important;
}

.block-swatch {
  white-space: unset !important;
}

@media (min-width: 769px) {
  .collection_section .content-over-media img {
    width: 232px;
  height: 232px;
  }
}

@media (max-width: 768px) {
.trustpilot_review * {
  font-size: 12px !important;
}
  
.trustpilot_review .star-rating {
   height: 15px !important;
}
  
  .modal-wrapper {
    width: 95% !important;
  }

  .announcement-bar__static-list p,
  .announcement-bar__static-list p * {
    text-align: left !important;
  }

  .announcement-bar__static-list {
    flex-direction: column;
    justify-content: center;
  }

  product-card.product-card .product-card__info .product-card__title {
    min-height: 38px;
  }

  .icontext_slider .icon_text_wrapper img {
    width: 25px;
    height: 25px;
  }

  .icontext_slider .icon_text_wrapper span {
    font-size: 12px;
  }

  .icon_text_slider.icon_text_slider  .section {
    padding-top: 10px !important;
    padding-bottom: 5px!important;
  }

  .announcement-bar__wrapper button {
    display: none;
  }

  .tp_wrapper .tp_header_review_wraper {
      grid-template-columns: 100%;
    }

  .text_heading_slideshow.slideshow div.slideshow_title {
    font-size: 20px; 
  }

  .collection_section .content-over-media img {
    width: 269px;
    height: 269px;
  }

  .trustpilot_review .review_text * {
  font-size: 11px;
}

  .logo_wrapper_pdp {
    grid-template-columns: 1fr;
  }

  .modal .modal-body .modal-content .col-sm-6 {
    flex: unset !important;
  }

  .block-swatch {
    height: unset !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .announcement-bar__static-list .custom_title:first-child p em  {
    display: none !important;
  }
}




/* 11/11/2025 css start */

.discount-text-block {
    background-color: #fef2e4;
    border: 1px dashed #1a1a1a;
    border-radius: 8px;
    position: relative;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.2s 
ease, box-shadow 0.2s 
ease;
    display: flex;
    gap: 10px;
    padding: 15px;
}

p.discount-text-block__title {
    color: #482500;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
p.discount-text-block__subtitle {
    color: #542c01;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.8;
    margin: 0;
}
p.discount-text-block__discount{
   color:rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    white-space: nowrap;
    margin-left: auto;
    margin-top: 10px;
}

.discount-label-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(66, 66, 66, 1), rgba(0, 0, 0, 1) 100%);
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 12px;
    border-bottom-left-radius: 8px;
    height: 24px;
    flex-direction: row-reverse;
}
 p.discount-label-text {
    color: #fff;
}
.new-temp-10nov .product-info__offer-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.new-temp-10nov .product-info__offer-list .text-with-icon span {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #482500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    min-height: 24px;
}
.new-temp-10nov .product-info__offer-list .offer {
    background: transparent;
    padding: 0;
}


.low-stock-bar {
  margin-top: 1rem;
}

.low-stock-bar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #4b2e05;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.low-stock-bar__viewers {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  color: #555;
  font-size: 14px;
}

.low-stock-bar__progress {
  background-color: #e0e0e0;
  height: 6px;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.low-stock-bar__fill {
  background-color: #f57c00;
  height: 100%;
  border-radius: 10px;
  width: 0;
  transition: width 0.8s ease;
}


.related-products-section {
    border-radius: 16px;
    padding: 24px;
    position: relative;
    box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
}

.related-products-section .related-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 2rem;
    color: #3b2d1f;
}
.related-products-section .relatedSwiper {
  overflow: hidden;
}

.related-products-section .swiper-slide {
  display: flex;
  justify-content: center;
}

.related-products-section .related-item {
    background: #fff;
    border: 2px solid #f5e6d8;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 220px;
    height: 360px;
}

.related-products-section .related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.related-products-section .related-item p {
    font-size: 18px;
    font-weight: 800;
}
.related-products-section .related-item img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    margin-bottom: 8px;
    object-fit: contain;
}

.related-products-section .related-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3b2d1f;
  margin-bottom: 4px;
  line-height: 1.3;
}

.related-products-section .related-price {
  font-size: 0.9rem;
  color: #5c4a36;
  margin-bottom: 8px;
}

.related-products-section .related-add-btn {
  background: #3b2d1f;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.related-products-section .related-add-btn:hover {
  background: #5c3b20;
}

.related-products-section .swiper-button-next, .related-products-section .swiper-button-prev {
    color: #ffffff;
    background: #122c4d;
    border: 1px solid #f0d8b8;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.related-products-section .swiper-button-next:hover,
.related-products-section .swiper-button-prev:hover {
  background:rgb(255, 255, 255);
  color:  #122c4d;
}

.related-products-section .swiper-button-next::after,
.related-products-section .swiper-button-prev::after {
  font-size: 14px;
}
.new-temp-10nov lb-upsell-product-page-addon.hydrated {
display:none;
}

@media (max-width: 480px) {
  .new-temp-10nov .product-info__offer-list {

    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
