.arrow-container{display:flex;width:4rem;height:4rem;padding:.8rem;align-items:center;gap:1rem;flex-shrink:0;border-radius:3.4rem;border:none;background:var(--surface-light, #F2F1E7);cursor:pointer;transition:background .2s}.arrow-container:hover{background:var(--surface-page, #FFF)}.arrow-container.inactive{opacity:.5}.arrow-container-inner{display:flex;width:2.4rem;height:2.4rem;justify-content:center;align-items:center;gap:1rem;flex-shrink:0}.arrow-container-inner svg path,.arrow-container-inner svg{width:1.2rem;height:1.2rem;flex-shrink:0;stroke-width:1.432px;stroke:var(--icons-default, #183306)}.arrow-container:hover>.arrow-container-inner svg path{stroke:var(--primary-500, #5FCE36)}#theme .button-general-md{display:flex;padding:1rem 2.4rem;justify-content:center;align-items:center;gap:.8rem;border-radius:var(--border-radius-xxl, 12.8rem);border:var(--scale-25, 1px) solid var(--border-dark, #183306);background:var(--surface-dark, #183306);transition:all .3s ease;text-decoration:none}#theme .button-general-md:hover{border:var(--scale-25, 1px) solid var(--border-dark-hover, #5FCE36);background:var(--surface-dark-hover, #5FCE36)}#theme .button-general-md:focus{border-radius:var(--border-radius-xxl, 128rem);border:var(--scale-25, 1px) solid var(--border-dark, #183306);background:var(--surface-dark, #183306)}#theme .button-general-md .text{color:var(--text-on-action, #FFF);font-family:var(--font-family-neutral, "General Sans");font-size:var(--paragraph-md-font-size, 16px);font-style:normal;font-weight:600;line-height:var(--paragraph-md-line-height, 20px);width:99px}#theme .button-general-md .icon{width:24px;height:24px;padding:3px 5px}#theme .button-general-md .icon svg{width:18px;height:14px;fill:var(--icons-on-action, #FFF)}#theme .button-action-md{display:flex;padding:1rem 2.4rem;justify-content:center;align-items:center;gap:.8rem;border-radius:var(--border-radius-xxl, 12.8rem);border:var(--scale-25, 1px) solid var(--border-action, #5FCE36);background:var(--surface-action, #5FCE36);color:var(--text-on-action, #FFF);font-family:var(--font-family-neutral, "General Sans");font-size:var(--paragraph-md-font-size, 1.6rem);font-style:normal;font-weight:600;line-height:var(--paragraph-md-line-height, 2rem);transition:all .3s ease}#theme .button-action-md:hover{border-color:var(--border-action-hover, #4CA52B);background:var(--surface-action-hover, #4CA52B)}.product-card{background:#fff;border-radius:1.6rem;border:1px solid #EEE;box-shadow:0 4px 24px #0000000a;position:relative;overflow:hidden;width:100%;display:flex;flex-direction:column}.product-card .variant-card{display:none;flex-direction:column;flex:1}.product-card .variant-card.active{display:flex;flex-direction:column;padding:2rem;gap:3.6rem;justify-content:space-between}.product-card__badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--colour--orange, #FD8D0D);color:#fff;font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:600;line-height:1;padding:.4rem .8rem;border-radius:2rem}.product-card__badges{position:absolute;top:1.2rem;right:1.2rem;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.product-card__badges span{display:inline-flex;align-items:center;color:var(--badge-colour, #FFF);background:var(--badge-background, #1A4314);font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:600;line-height:1;padding:.7rem .9rem;border-radius:2rem}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-card__image-area{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(90deg,#f0f0eb 25%,#e8e8e2,#f0f0eb 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;flex-shrink:0}.product-card__image-area.img-loaded{background:#fff;animation:none}.product-card__image-link{display:block;width:100%;height:100%}.product-card__overlay{position:absolute;top:0rem;left:0rem;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;max-width:calc(100% - 2.4rem)}.product-card__subscription-badge{display:inline-flex;align-items:center;gap:.4rem;background:#1a4314;color:#fff;font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:600;line-height:1;padding:.4rem .8rem;border-radius:2rem}.product-card__subscription-badge svg{height:1.2rem;width:1.2rem}.product-card__overlay-message{display:inline-flex;align-items:center;max-width:100%;background:var(--surface-action, #5FCE36);color:#fff;font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:600;line-height:1;padding:.4rem .8rem;border-radius:2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__image{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .25s ease,transform .3s ease}.product-card__image.img-loaded{opacity:1}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__top{display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;width:100%}.product-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;width:100%}.product-card__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;width:100%}#theme .product-card h3.product-card__title,#theme .product-card a.product-card__title{color:var(--text-body, #183306);font-family:var(--font-family-neutral, "General Sans");font-size:1.6rem;font-weight:600;line-height:2.3rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__reviews{display:flex;align-items:center;gap:.4rem;min-height:1.7rem}.product-card__stars{display:inline-flex;align-items:center;gap:.2rem}#theme .product-card__rating-score{color:#1a4314;font-family:var(--font-family-neutral, "General Sans");font-size:1.4rem;font-weight:500;line-height:1}#theme .product-card__rating-count{color:#b5b5b5;font-family:var(--font-family-neutral, "General Sans");font-size:1.4rem;font-weight:500;line-height:1}.product-card__variants{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}#theme .product-card__variants-more{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.6rem 1.2rem;border-radius:.8rem;border:1px solid #EEE;background:transparent;color:var(--text-body, #183306);font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease}#theme .product-card__variants-more:hover{border-color:#a9a8a0}#theme .product-card__variants .variant-option{align-items:center;padding:.4rem .8rem;border-radius:.8rem;border:1px solid #EEE;background:transparent;color:var(--text-body, #183306);font-family:var(--font-family-neutral, "General Sans");font-size:1.2rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;max-width:11ch;overflow:hidden;text-overflow:ellipsis;text-align:center;vertical-align:middle}#theme .product-card__variants .variant-option.active{border-color:var(--text-body, #183306);background:var(--surface-light, #F2F1E7)}#theme .product-card__variants .variant-option:not(.active):hover{border-color:#a9a8a0}.product-card__price-section{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:100%}.product-card__price-left{display:flex;flex-direction:column;align-items:flex-start}.product-card__card-label{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:.4rem;background:#5fce36;color:#fff;font-family:var(--font-family-neutral, "General Sans");font-size:1.4rem;font-weight:500;line-height:1}#theme .product-card__final-price{color:#1a4314;font-family:var(--font-family-neutral, "General Sans");font-size:2.6rem;font-weight:600;line-height:3.2rem}#theme .product-card__compare-price{color:#838383;font-family:var(--font-family-neutral, "General Sans");font-size:2.2rem;font-weight:500;line-height:3.2rem;text-decoration:none}.product-card__atc-form{margin-top:.4rem;width:100%}.product-card__atc.button-action-md{width:100%;height:4rem;padding:0;border-radius:4.9rem}.product-card__atc:hover.button-action-md{cursor:pointer}@media(max-width:768px){.product-card .variant-card.active{padding:1.2rem;gap:2.8rem}.product-card__bottom{gap:1.2rem}#theme .product-card h3.product-card__title,#theme .product-card a.product-card__title{color:#1a4314;font-family:General Sans;font-size:1.4rem;font-style:normal;font-weight:600;line-height:1.9rem}#theme .product-card__final-price{font-size:2rem}#theme .product-card__compare-price{font-size:1.6rem}.product-card__card-label{font-size:1.2rem;padding:.4rem .6rem}#theme .product-card__rating-score,#theme .product-card__rating-count{font-size:1.2rem}#theme .product-card__variants .variant-option{padding:.4rem .8rem}#theme .product-card__atc.button-action-md{height:3.2rem;font-size:1.4rem}.product-card__atc-form{margin-top:0}.product-card__image{margin-bottom:.3rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-card.css.map */
