:root{--h1: clamp(2.1875rem, 1.3444rem + 4.2157vw, 4.0625rem);--h1-line-height: clamp(45px, calc(var(--h1) * 1.1), 84px);--main-h1: clamp(1.875rem, 1.515rem + 1.8vw, 3rem);--main-h1-line-height: clamp(30px, calc(var(--main-h1) * 1.2), 58px);--h2: clamp(1rem, 1rem + 2vw, 2rem);--h2-line-height: clamp(30px, calc(var(--h2) * 1.4), 38px);--p: clamp(1rem, 1.2rem + 1vw, 1.125rem);--p-line-height: clamp(24px, calc(var(--p) * 1.5), 27px);--darkblue: #183761}body{scroll-behavior:smooth}.headline-size h1{font-size:var(--h1) !important;line-height:var(--h1-line-height) !important}.main-headline h1{font-size:var(--main-h1) !important;font-weight:500 !important;line-height:var(--main-h1-line-height) !important}.headline-size h2{font-size:var(--h2) !important;line-height:var(--h2-line-height) !important;font-weight:500}.headline-size-h2{font-size:var(--h2) !important;line-height:var(--h2-line-height) !important;font-weight:500 !important}.p-tag p{font-size:var(--p) !important;line-height:var(--p-line-height) !important}.category-tabs-nav{margin-bottom:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.category-tab-badge{padding:8px 20px;border:1px solid #004d40;background-color:transparent;color:#004d40;border-radius:20px;cursor:pointer;font-size:1em;transition:background-color 0.3s, color 0.3s;border-radius:50px;padding:10px 35px}.category-tab-badge:hover{background-color:#004d40;color:white}.category-tab-badge.active{background-color:#004d40;color:#ffffff;font-weight:bold}.category-tab-pane{display:none}.category-tab-pane.active{display:block}.products-grid{margin-top:50px;display:flex;gap:20px}.product-item{width:100%;display:flex;flex-direction:row;gap:20px;border:1px solid #eee;padding:15px;margin-bottom:30px}.product-item .left{width:50%;display:flex;flex-direction:column}.product-item .right{width:50%;position:relative;overflow:hidden}.product-item .product-add-to-cart{margin-top:auto;margin:0 auto;padding-top:15px}.product-title{font-size:1.1em;margin-bottom:8px;text-align:center}.product-description{font-size:0.9em;margin-top:20px;margin-bottom:12px}.product-description p,.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{text-align:center !important}.image-scroll-track{display:block;width:100%;position:absolute;top:0;left:0;will-change:transform;animation:verticalScrollUp 60s linear infinite}@keyframes verticalScrollUp{0%{transform:translateY(0%)}100%{transform:translateY(-50%)}}.stacked-gallery-image-wrapper{width:100%;margin-bottom:10px}.stacked-gallery-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover;max-height:550px}.custom-add-to-cart-wrapper{display:flex;align-items:stretch;gap:0;margin-top:15px}.custom-add-to-cart-wrapper .quantity-input-wrapper{display:flex;align-items:stretch;background-color:#f5f1e9;border:1px solid #707070;border-radius:0;overflow:hidden}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-btn{background-color:transparent;border:none;cursor:pointer;padding:6px 10px;display:flex;align-items:center;justify-content:center;line-height:1;color:#3c3c3b;flex-grow:0;flex-shrink:0}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-btn svg{fill:#3c3c3b;width:10px;height:10px}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-btn:hover{background-color:#ede6d7}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-btn.custom-quantity-minus{order:1;border-right:1px solid #636363}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-btn.custom-quantity-plus{order:3;border-left:1px solid #636363}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-input.quantity-input{width:45px;text-align:center;border:none;background-color:transparent;color:#3c3c3b;font-size:1.1em;padding:8px 5px;order:2;-moz-appearance:textfield;flex-grow:1}.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-input.quantity-input::-webkit-outer-spin-button,.custom-add-to-cart-wrapper .quantity-input-wrapper .custom-quantity-input.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-add-to-cart-wrapper .custom-ajax-add-to-cart-button{background-color:#0d4946;color:#ffffff;border:none;border-radius:0;padding:10px 20px;font-size:1rem;font-weight:normal;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1.2}.custom-add-to-cart-wrapper .custom-loading-indicator{width:16px;height:16px;border:2px solid rgba(255, 255, 255, 0.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-left:8px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.product-add-to-cart{margin-top:1em}@media (max-width:767px){.product-item{flex-direction:column}.product-item .right,.product-item .left{width:100%}}/*# sourceMappingURL=style.css.map */