.puck-image-carousel{flex-direction:column;gap:14px;display:flex}.puck-image-carousel__viewport{background-color:var(--puck-color-bg-alt);border-radius:4px;width:100%;position:relative;overflow:hidden}.puck-image-carousel__slide{transition:opacity .4s;position:absolute;inset:0}.puck-image-carousel__arrow{z-index:2;width:34px;height:34px;color:var(--puck-color-text);cursor:pointer;background-color:#ffffffd9;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.puck-image-carousel__arrow:hover{background-color:#fff}.puck-image-carousel__arrow svg{width:18px;height:18px}.puck-image-carousel__arrow--prev{left:12px}.puck-image-carousel__arrow--next{right:12px}.puck-image-carousel__dots{justify-content:center;align-items:center;gap:8px;display:flex}.puck-image-carousel__dot{background-color:var(--puck-color-divider);cursor:pointer;border:none;border-radius:999px;width:8px;height:8px;padding:0;transition:background-color .2s}.puck-image-carousel__dot[data-active=true]{background-color:var(--puck-color-text)}
.puck-carousel{position:relative}.puck-carousel__track{scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding:4px 2px 8px;display:flex;overflow-x:auto}.puck-carousel__track::-webkit-scrollbar{display:none}.puck-carousel__arrow{z-index:2;width:36px;height:36px;color:var(--puck-color-text-tertiary);cursor:pointer;background-color:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:absolute;top:40%}.puck-carousel__arrow:hover{background-color:#00000017}.puck-carousel__arrow svg{width:20px;height:20px}.puck-carousel__arrow--prev{left:2px}.puck-carousel__arrow--next{right:2px}@media (min-width:768px){.puck-carousel__arrow{width:44px;height:44px}.puck-carousel__arrow svg{width:22px;height:22px}.puck-carousel__arrow--prev{left:-10px}.puck-carousel__arrow--next{right:-10px}}@media (min-width:1060px){.puck-carousel__arrow{width:50px;height:50px}.puck-carousel__arrow svg{width:24px;height:24px}.puck-carousel__arrow--prev{left:-40px}.puck-carousel__arrow--next{right:-40px}}
:root{--puck-font-heading:"Objektiv", Georgia, serif;--puck-font-body:"Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;--puck-color-text:#000;--puck-color-text-accent:#333;--puck-color-text-tertiary:#5c5c5c;--puck-color-text-secondary:#666;--puck-color-bg:#fff;--puck-color-bg-alt:#f2f5f0;--puck-color-button-hover-bg:#efefef;--puck-color-divider:#eee;--puck-color-accent:#07b98a;--puck-color-error:#cf2e2e;--puck-color-sale:#ef8f61;--puck-container-width:1280px}.puck-block{font-family:var(--puck-font-body);color:var(--puck-color-text)}.puck-container{width:90%;max-width:var(--puck-container-width);box-sizing:border-box;margin-left:auto;margin-right:auto}.puck-block h1,.puck-block h2,.puck-block h3,.puck-block h4{font-family:var(--puck-font-heading);margin:0 0 .5em;font-weight:700;line-height:1.3}.puck-block p{margin:0 0 1em;line-height:1.5}.puck-button{font-family:var(--puck-font-body);border:1px solid var(--puck-color-text);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:.5em;padding:.75em 1.5em;font-weight:600;text-decoration:none;transition:box-shadow .3s,background-color .3s;display:inline-flex}.puck-button:hover{box-shadow:0 2px 5px #07b98a38}.puck-button--primary{background-color:var(--puck-color-text);color:var(--puck-color-bg);border-color:var(--puck-color-text)}.puck-button--secondary{background-color:var(--puck-color-bg-alt);color:var(--puck-color-text)}.puck-button--outline{color:var(--puck-color-text);background-color:#0000}.puck-button--small{padding:.4em 1em;font-size:.85em}.puck-button--large{padding:1em 2em;font-size:1.1em}.puck-button--full{width:100%;display:flex}.puck-divider--line{border:none;border-top:1px solid var(--puck-color-divider)}.puck-divider--dashed{border-top-style:dashed}.puck-divider--dotted{border-top-style:dotted}.puck-split-grid{grid-template-columns:1fr}@media (min-width:768px){.puck-split-grid{grid-template-columns:1fr 1fr}}.puck-package-grid{grid-template-columns:1fr}@media (min-width:640px){.puck-package-grid{grid-template-columns:repeat(var(--puck-package-cols,3), 1fr)}}.puck-category-item{width:76vw;max-width:240px}@media (min-width:640px){.puck-category-item{width:32vw;max-width:220px}}@media (min-width:1024px){.puck-category-item{width:150px;max-width:none}}.puck-product-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:640px){.puck-product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.puck-product-grid{grid-template-columns:repeat(6,1fr)}}.puck-product-card{border:1px solid var(--puck-color-divider);color:inherit;background-color:#fff;border-radius:4px;flex-direction:column;text-decoration:none;transition:box-shadow .3s;display:flex;overflow:hidden}.puck-product-card:hover{box-shadow:0 4px 14px #00000014}.puck-product-card__image{aspect-ratio:1;background-color:var(--puck-color-bg-alt);width:100%;position:relative}.puck-product-card__badge{background-color:var(--puck-color-sale);color:#fff;white-space:nowrap;border-radius:4px;padding:10px 12px;font-size:14px;font-weight:500;line-height:1;position:absolute;top:10px;left:10px}.puck-product-card__body{flex-direction:column;flex:1;padding:12px;display:flex}.puck-product-card__title{font-family:var(--puck-font-body);color:var(--puck-color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0 0 8px;font-size:13px;font-weight:400;display:-webkit-box;overflow:hidden}.puck-product-card__footer{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.puck-product-card__price{margin:0;font-size:13px}.puck-product-card__price-original{color:var(--puck-color-text-tertiary);margin-right:6px;text-decoration:line-through}.puck-product-card__price-current{font-weight:700}.puck-product-card__cart{color:var(--puck-color-text-tertiary);flex:none;justify-content:center;align-items:center;display:inline-flex}.puck-product-card__cart svg{width:16px;height:16px}
