/** Shopify CDN: Minification failed

Line 1246:0 Unexpected "`"

**/
.product-list--center .product-list__inner{
  padding: 1rem;
}
product-list .product-list__inner{
  padding:1rem;
 /* padding-left:0;*/
}
/*Product Card*/
.product-item {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(57, 56, 56, .1);
    padding: 1rem;
  height: 100%;
}
.product-item-meta__title {
        text-align: left;
        font-size: 18px;
        color: #427300 !important;
        font-weight: 900;
    }
.product-item etrusted-widget {
    display: block;
    width: fit-content;
}
.product-item .price-list {
     flex-wrap: wrap;
    align-items: flex-end;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    flex-direction: column;
    align-content: flex-end;
}
.product-item .price-list:not(.price-list--stack)>.price:not(:last-child){
  margin-inline-end:0;
}
.product-item .price-list>.price--block{
  width: fit-content;
    flex-basis: auto;
}
.product-item .product-item-meta__price-list-container {
    display: flex;
    justify-content: space-between;
  align-items: flex-end;
}
.product-item-meta__price-list-container > div:first-child{
  text-align: left;
}
.product-item-meta__price-list-container > div:first-child a{
    color: #427300 !important;
    text-decoration: underline;
    font-weight: bold;
}
/*Header*/
.mega-menu__inner{
  align-items: baseline;
  /*justify-content: space-around;*/
  column-gap:120px;
  justify-content: start;
      padding-left: 4rem;
}
.mega-menu__columns-wrapper{
  flex-direction:column;
}
.mega-menu__column {
    margin: 15px 15px 15px 0;
}
.document-links li {
    margin: 15px 0 5px 0;
}
ul.document-links.product-information {
    list-style: none;
    display: flex;
    flex-direction: column;
}
.document-links li a{
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
    text-transform: capitalize;
}
.document-links li a svg{
  width: 30px;
  height:30px;
}
.mega-menu__column,.mega-menu__column a {
  color:rgb(var(--heading-color));
    font-size: 16px;
    font-weight: bold;
}
.header__linklist-link {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width:768px){
  ul.document-links.product-information{
    padding:0;
  }
}

.mini-cart__recommendations-inner{
  padding: 16px !important;
}
.mini-cart__recommendations-inner .product-item .price-list{
  font-size:16px;
  width:fit-content;
}
.mini-cart__recommendations-inner .product-item .product-item-meta__price-list-container div:first-child > span{
  font-size:12px;
}



@media screen and (min-width: 1000px) {
    .product-list .product-list__arrow:not([disabled]) {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
}



.product .product__info{
  position: sticky;
  top:100px;
  
}
.product__info .product-meta__title {
    font-weight: bold;
    margin-bottom:0;
}
.product__info .price-list .price--large {
    font-size: 30px;
    font-weight: bold;
}
.product__info .product-meta__price-list-container{
  margin-top: 5px !important;
}
.product__info .product-meta__sku {
  font-size: 14px;
    font-weight: bold;
}
/*
.featured-product-container .shipping-with-text > div {
    flex-direction: column;
    text-align: center;
}
*/
.qs-bb{
  display:flex;
  align-items: flex-end;
    gap: 1rem;
  .product-form__buy-buttons{
  flex: 1 1 100%;
}

}
@media screen and (min-width:768px){
    .qs-bb .quantity-selector{
    min-height:52px;
  }
}
@media screen and (max-width:768px){
    .qs-bb #AddToCart{
    font-size:10px;
      padding:0;
  }
  .qs-bb .quantity-selector__button{
    width:30px;
  }
  .qs-bb .quantity-selector__input{
    width:46px;
  }
  .product-item__cta-wrapper button{
    padding: 0;
        width: 100%;
  }
  .footer__item-list{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 741px) {
   .featured-product-container .product-form__payment-container {
        margin-block-start: 0;
    }
}
.mega-menu__column .heading--small{
  text-transform: none;
}

.header__wrapper{
  /*padding-top:0 !important;*/
}

@media screen and (min-width: 741px) {
    .announcement-bar {
        /*justify-content: start;*/
    }
  .announcement-bar__message{
    /*text-align: left;*/
    font-size: 14px;
  }
}
.banner--error {
    background: #7FBB3E;
    color: #000;
}

@media screen and (max-width:768px){
  product-list .product-list__inner{
    padding:0;
  }
  .product-item-meta__title{
    font-size:16px;
  }
  .product-item .price-list{
    font-size:17px;
  }
  .product-item-meta__price-list-container>div:first-child a{
    font-size:12px;
  }
  .product-item{
    padding:0.5rem;
  }
}


/***/

@media screen and (min-width:768px){
  .featured-product-main-container{
  .collection-metafields{
    max-width:45%;
  }
  .product__media {
    display: unset;
}
  }
}
@media screen and (max-width:768px){
  .featured-product-container--inner{
      width:100%;
    }
}

.mini-cart__recommendations-list .product-item-meta__price-list-container>div:first-child a{
  display:none;
}
.mini-cart__recommendations-list  button.product-item__link.link.text--subdued {
    background: #5d9e00;
    color: #fff;
    width: 100%;
  padding: 5px 0;
    text-decoration: none;
  text-align:center;
}
.product.attribute.description {
    margin: 0;
}
.tab-content div:first-child a{
  display: flex;
    align-items: center;
    gap: 5px;
      text-decoration:underline;
    font-size:18px;
font-weight: bold;
  svg{
     width: 30px;
  height:30px;
  }
}
@media screen and (max-width:768px){
  .tab-content div:first-child strong{
    font-size:17px;
  }
  .header__icon-list{
    gap:10px !important;;
  }
}
.mini-cart__recommendations-list .zzgl{
  display:none;
}
.shopify-policy__body{
tbody tr:nth-child(odd) {
    background: #ddd;
}
thead tr {
    border-bottom: 1px solid #999999;
    background-color: #eeeeee;
  font-weight: bold;
}
  tbody tr:nth-child(even){
    background-color: #eeeeee;
  }
  .table td, .rte table td {
    padding: var(--table-spacing) !important;
  }
}

.product__thumbnail-list-inner{
  align-items: center;
}
#trustbadge-container-98e3dadd90eb493088abdc5597a70810{
  z-index: 9 !important;
}

/* A/B Test */
.announcement-bar__message {
        display: flex;
        justify-content: center;
        gap: 5px;
            align-items: center;
}
.announcement-bar__message p{
  margin:0;
  line-height: normal;
}
.announcement-bar__message .announcement-bar__block-icon{
  width: 18px;
  height: 18px
}
.announcement-bar__list-with-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-with-lang-divider{
  height: 16px;
    width: 1px;
    background: #fff;
}
.menu-with-lang{
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 14px;
}
a.review-snippet {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.review-snippet img{
  width:16px;
  height:16px;
}
.review-snippet--text p{
  line-height:normal;
}
@media screen and (min-width:768px) and (max-width:1100px){
  .review-snippet--text p{
    font-size:12px;
  }
  a.review-snippet, .menu-with-lang{
    gap:5px;
  }
}
.review-snippet--stars{
  display: flex;
}
.announcement-bar-inner-container{
  max-width: var(--container-max-width);
    /* padding-inline: var(--container-gutter); */
    padding-inline: 35px;
    --container-outer-margin: 0px;
    width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: flex;
    justify-content: space-between;
}
.announcement-bar__message{
  min-width: unset;
}
@media screen and (max-width:768px){
  .announcement-bar-inner-container{
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    justify-content: center;
  }
  .announcement-bar__list-with-arrows,.menu-with-lang{
    display:none;
  }
}
.announcement-bar{
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.highlight-linklist-item{
  /* background-color: rgb(var(--heading-color));
  color: #fff; */
  background-color: var(--highlight-desktop-bg-color);
  color: var(--highlight-desktop-font-color);
  padding: 0 8px;
}
.highlight-mobile-nav__item button, .highlight-mobile-nav__item a{
    background-color: var(--highlight-mobile-bg-color);
    color: var(--highlight-mobile-font-color);
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    padding-left: 24px;
    padding-right: 24px;
}

/* ============================================
   POPUP UPSELL MODAL STYLES
   ============================================ */
/* Modal Container */
.popup-upsell-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-upsell-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Overlay */
.popup-upsell-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 54, 37, 0.5019607843);
  /* backdrop-filter: blur(4px); */
  cursor: pointer;
}

/* Modal Wrapper */
.popup-upsell-wrapper {
  position: relative;
    transform: translate(-50%, -50%);
    background: #fff;
    width: calc(100% - 16px - 16px);
    height: auto;
    max-width: 480px;
    padding: 24px;
  overflow-y: auto;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
  z-index: 1;
}

.popup-upsell-modal.is-visible .popup-upsell-wrapper {
  transform: scale(1) translateY(0);
}

/* Close Button */
.popup-upsell-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.popup-upsell-close:hover {
  color: #000;
}

.popup-upsell-close svg {
  width: 32px;
  height: 32px;
}

/* Content Container */
.popup-upsell-content {
  
}

/* Header Section */
.popup-upsell__header {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.popup-upsell__heading {
  font-size: 30px;
  font-weight: 700;
  color: #427300; /* Green color from screenshot */
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.popup-upsell__description {
  font-size: 20px;
  line-height: 1;
  color: #427300;
}

.popup-upsell__description strong {
  color: #427300;
  font-weight: 700;
}

/* Product Section */
.popup-upsell__product {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.popup-upsell__product-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.popup-upsell__product-image img {
  width: 120px;
  height: 170px;
  object-fit: contain;
}

.popup-upsell__product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.popup-upsell__product-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
    color: #427300;
}

.popup-upsell__product-subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0;
}

/* Price Section */
.popup-upsell__price {
  display: flex;
  align-items: center;
  gap: 2px 8px;
  flex-wrap: wrap;
  width: 150px
}

.popup-upsell__price-current {
  font-size: 20px;
  font-weight: 700;
  color: #4a7c2e;
}

.popup-upsell__price-compare {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #070605;
}

.popup-upsell__price-badge {
  color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5d9e00;
    padding: 0 6px;
    width: auto;
}

/* Features Section */
.popup-upsell__features {
  background-color: #e6f4d4; /* Light green background */
  padding: 20px;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 24px 0 20px 0;
}

.popup-upsell__features-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 0 0 12px 0;
    color: #427300;
}

.popup-upsell__features-content {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.popup-upsell__features-content ul {
  margin: 0;
  padding-left: 20px;
}

.popup-upsell__features-content li {
      color: #070605;
    font-size: 15px;
    margin: 0;
}

.popup-upsell__features-content li:last-child {
  margin-bottom: 0;
}

/* Action Buttons */
.popup-upsell__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-upsell__btn-accept,
.popup-upsell__btn-decline {
  display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #427300;
    background: #427300;
    padding: 12px 0;
    width: 100%;
    color: #fff;
    font-size: 14px !important;
    line-height: 20px;
    letter-spacing: 0 !important;
    transition: all .2s ease;
}

/* .popup-upsell__btn-accept {
  background-color: #4a7c2e;
  color: #ffffff;
} */

.popup-upsell__btn-accept:hover {
  background-color: #3d6625;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 124, 46, 0.3);
}

.popup-upsell__btn-decline {
  background: #fff;
  color: #427300;
}

.popup-upsell__btn-decline:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .popup-upsell-wrapper {
    width: 95%;
    max-height: 95vh;
  }
  
  .popup-upsell-content {
   
  }
  .popup-upsell__features-content li{
    font-size: 12px;
  }
  .popup-upsell__header{

  }
  .popup-upsell__heading {
    font-size: 30px;
  }
  .popup-upsell__header{
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
  }
  .popup-upsell__description {
    font-size: 16px;

  }

  .popup-upsell__product {
    padding: 0;
    margin: 0;
  }
  .popup-upsell__product-subtitle{
    font-size:12px;
  }
  .popup-upsell__product-image {
    width: 100px;
    height: 100px;
  }

  .popup-upsell__product-title {
    font-size: 15px;
  }

  .popup-upsell__price {
    
  }

  .popup-upsell__price-current {
    font-size: 20px;
  }

  .popup-upsell__btn-accept,
  .popup-upsell__btn-decline {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* Smooth Scrollbar */
.popup-upsell-wrapper::-webkit-scrollbar {
  width: 8px;
}

.popup-upsell-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup-upsell-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.popup-upsell-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Loading State (optional) */
.popup-upsell__btn-accept.is-loading,
.popup-upsell__btn-decline.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.popup-upsell__btn-accept.is-loading::after,
.popup-upsell__btn-decline.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: popup-spinner 0.6s linear infinite;
}

.popup-upsell__btn-decline.is-loading::after {
  border-color: #333;
  border-top-color: transparent;
}

@keyframes popup-spinner {
  to {
    transform: rotate(360deg);
  }
}

/* Accessibility */
.popup-upsell-modal:focus-within {
  outline: none;
}

.popup-upsell__btn-accept:focus,
.popup-upsell__btn-decline:focus,
.popup-upsell-close:focus {
  outline: 2px solid #4a7c2e;
  outline-offset: 2px;
}

/* Print styles - hide popup when printing */
@media print {
  .popup-upsell-modal {
    display: none !important;
  }
}

/* ============================================
   POPUP 2 - MODERN DESIGN STYLES
   ============================================ */

/* Modal uses same base from popup 1 */
/* Only override the wrapper for wider layout */
.popup-upsell-modal[data-template="modern"] .popup-upsell-wrapper {
  max-width: 900px;
  border-radius: 16px;
  padding: 0;
}

/* Modern Content Container - Split Layout */
.modern-popup__content {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 500px;
}

/* Left Side - Media */
.modern-popup__media {
  position: relative;
  background: linear-gradient(135deg, #f5f9f3 0%, #e8f3e0 100%);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}

.modern-popup__image {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

/* Floating Badge */
.modern-popup__badge {
  position: absolute;
  top: 30px;
  left: 30px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
  animation: pulse-badge 2s ease-in-out infinite;
  z-index: 2;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.modern-popup__badge-text {
  display: block;
  letter-spacing: 0.5px;
}

/* Right Side - Body */
.modern-popup__body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

/* Header */
.modern-popup__header {
  margin-bottom: 12px;
}

.modern-popup__tag {
  display: inline-block;
  background: linear-gradient(135deg, #4a7c2e 0%, #5d9c3a 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.modern-popup__heading {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.modern-popup__description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.modern-popup__description strong {
  color: #4a7c2e;
  font-weight: 700;
}

/* Product Details */
.modern-popup__product {
  background: #f8f9fa;
  padding: 0;
  border-radius: 12px;
  margin-bottom: 20px;
}

.modern-popup__product-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.modern-popup__price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.modern-popup__price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modern-popup__price-current {
  font-size: 32px;
  font-weight: 800;
  color: #4a7c2e;
  line-height: 1;
}

.modern-popup__price-compare {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
}

.modern-popup__savings {
  font-size: 14px;
  color: #ff6b6b;
  font-weight: 600;
  margin: 0;
}

/* Features */
.modern-popup__features {
  margin-bottom: 24px;
}

.modern-popup__features-content {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.modern-popup__features-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.modern-popup__features-content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.modern-popup__features-content li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4a7c2e;
  font-weight: 700;
  font-size: 16px;
}

/* Action Buttons */
.modern-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.modern-popup__btn {
  width: 100%;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.modern-popup__btn--primary {
  background: linear-gradient(135deg, #4a7c2e 0%, #5d9c3a 100%);
  color: white;
  box-shadow: 0 4px 20px rgba(74, 124, 46, 0.3);
}

.modern-popup__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(74, 124, 46, 0.4);
}

.modern-popup__btn--secondary {
  background: white;
  color: #666;
  border: 2px solid #e0e0e0;
}

.modern-popup__btn--secondary:hover {
  background: #f8f9fa;
  border-color: #ccc;
}

.modern-popup__btn-icon {
  font-size: 18px;
}

/* Trust Indicators */
.modern-popup__trust {
  display: flex;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.modern-popup__trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #666;
}

.modern-popup__trust-item svg {
  color: #4a7c2e;
  flex-shrink: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .popup-upsell-modal[data-template="modern"] .popup-upsell-wrapper {
    max-width: 95%;
  }

  .modern-popup__content {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .modern-popup__media {
    padding: 30px;
    border-radius: 16px 16px 0 0;
    min-height: 280px;
  }

  .modern-popup__image {
    max-width: 220px;
  }

  .modern-popup__badge {
    top: 20px;
    left: 20px;
    right: unset;
    padding: 10px 16px;
    font-size: 12px;
  }

  .modern-popup__body {
    padding: 30px 24px;
  }

  .modern-popup__heading {
    font-size: 22px;
  }

  .modern-popup__price-current {
    font-size: 26px;
  }

  .modern-popup__price-compare {
    font-size: 18px;
  }

  .modern-popup__trust {
    flex-direction: column;
    gap: 10px;
  }
}

/* Loading State */
.modern-popup__btn.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.modern-popup__btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: popup-spinner 0.6s linear infinite;
}

/* Accessibility */
.modern-popup__btn:focus {
  outline: 2px solid #4a7c2e;
  outline-offset: 2px;
}

/* Animations */
@keyframes popup-spinner {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  a.review-snippet img {
    width: 12px;
    height: 12px;
}
.review-snippet--text p{
  margin-left:10px;
}
}
/* PhotoSwipe Video Support Styles */

/* Override PhotoSwipe item positioning for video content */
.pswp__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.pswp__container {
  height: 100% !important;
}

.pswp__video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  margin: auto;
  position: relative;
  top: 10%;
}

.pswp__video-wrapper video {
  outline: none;
  background: #000;
}

.pswp__video-wrapper iframe {
  border: none;
  background: #000;
}

.pswp--zoom-allowed .pswp__video-wrapper {
  cursor: default;
}

.pswp__video-wrapper video:not([poster]) {
  background: #000 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><circle cx="25" cy="25" r="20" fill="none" stroke="%23fff" stroke-width="2" opacity="0.3"/><circle cx="25" cy="25" r="20" fill="none" stroke="%23fff" stroke-width="2" stroke-dasharray="80" stroke-dashoffset="60"><animateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="1s" repeatCount="indefinite"/></circle></svg>') center center no-repeat;
  background-size: 50px 50px;
}

.pswp__video-wrapper video::-webkit-media-controls {
  display: flex !important;
}

`@media screen and (max-width: 749px) {
  .pswp__video-wrapper {
    width: 100% !important;
    max-width: 100vw;
  }
  
  .pswp__video-wrapper video,
  .pswp__video-wrapper iframe {
    width: 100% !important;
    max-width: 100vw;
  }
}
.product__thumbnail-item,.product__thumbnail, .product__thumbnail>img{
  height:100%;
}
.product__thumbnail>img{
      object-fit: cover;
}
.product__thumbnail-badge{
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product__thumbnail-badge svg{
  width:100%;
}



/* ===== STANDARD DROPDOWN STYLING ===== */

/* Grüner Text */
.nav-dropdown__link {
  color: #5d9e00 !important;
}

.nav-dropdown__link:hover {
  color: #4a8000 !important;
}

/* Top Badge direkt neben Text */
.nav-badge {
  background: #5d9e00;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  float: none !important;
  right: auto !important;
}

/* Link als Inline-Flex für Ausrichtung */
.nav-dropdown__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  width: auto !important;
}
/* Pfeil vertikal zentriert mit Text */
.nav-dropdown__link {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.nav-dropdown__link svg,
.nav-dropdown__link .icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
  vertical-align: middle;
}
/* ===== MOBILE MENÜ STYLING ===== */

/* Grüner Text im Mobile-Menü */
.mobile-nav__link,
.mobile-nav__item a {
  color: #5d9e00 !important;
}

.mobile-nav__link:hover,
.mobile-nav__item a:hover {
  color: #4a8000 !important;
}

/* Badge im Mobile-Menü (falls verwendet) */
.mobile-nav__link .nav-badge {
  background: #5d9e00;
  color: #fff;
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Aktionen grüne Schrift */
.header__linklist-item[data-item-title="Aktionen"] .header__linklist-link {
  color: #5d9e00 !important;
}

.header__linklist-item[data-item-title="Aktionen"] .header__linklist-link:hover {
  color: #4a8000 !important;
}

/* 2) Dropdown-Unterpunkte fett und größer */
.nav-dropdown__link {
  font-weight: 600 !important;
  font-size: 15px !important;
}
/* Mobile: Aktionen grüner HG, schwarze Schrift */
.mobile-nav__aktionen,
.mobile-nav__aktionen.heading,
.mobile-nav__aktionen.h5,
.mobile-nav__aktionen.h6 {
  background: #5d9e00 !important;
  color: #000 !important;
  border-radius: 6px !important;
  text-align: left !important;
  margin-top: 15px !important;
  width: fit-content !important;
  display: inline-block !important;
  padding: 8px 20px !important;
  border: 2px solid #4a8000 !important;
}
/* Uppromote Widget ausblenden wenn Cart Drawer offen */
@media screen and (max-width: 740px) {
  html.lock-all .sca_aff_customer_refer_container {
    display: none !important;
  }
}
/* Upsell-Popup nur auf .eu-Domain ausblenden */
body.domain--eu .popup-upsell-modal {
  opacity: 0 !important;
  pointer-events: none !important;
}
/* Bundler Upsell-Popup bei Abo-Auswahl ausblenden */
body[data-zbv-purchase-type="subscription"] .popup-upsell-modal {
  display: none !important;
}
/* Footer-Link "Vertrag widerrufen" fett */
.linklist .link--faded[href*="widerrufen"],
.linklist .link--faded[href*="widerruf"] {
  font-weight: bold;
}
/* ============================================
   PageFly Sticky-Button: erst nach Scroll zeigen
   ============================================ */
#sticky01 {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}
#sticky01.zbv-sticky-ready {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
