.zen-complete-stack,.zen-complete-stack *{font-family:neue-haas-unica,sans-serif}.zen-complete-stack{position:relative;background-color:#f8f9fb;color:#111314}.zen-complete-stack .zen-page-width{max-width:1420px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media screen and (min-width:1024px){.zen-complete-stack .zen-page-width{padding-left:48px;padding-right:48px}}@media screen and (min-width:1440px){.zen-complete-stack .zen-page-width{padding-left:64px;padding-right:64px}}@media screen and (min-width:1920px){.zen-complete-stack .zen-page-width{padding-left:0;padding-right:0}}.zen-cs__container{display:block}.zen-cs__content{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}@media screen and (min-width:768px){.zen-cs__content{gap:12px;margin-bottom:32px}}.zen-cs__heading{font-size:28px;font-weight:600;line-height:1.2;margin:0;color:#111314}@media screen and (min-width:768px){.zen-cs__heading{font-size:40px}}.zen-cs__subtitle{color:#6f7c82;font-size:16px;line-height:1.4}.zen-cs__subtitle>*{margin:0}@media screen and (min-width:768px){.zen-cs__subtitle{font-size:22px}}.zen-cs__cards{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:768px){.zen-cs__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}}.zen-cs-card{background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;padding:0;border:1px solid rgba(17,19,20,.32);transition:background-color .3s ease;box-sizing:border-box}.zen-cs-card__tag{background:var(--zen-cs-tag-bg, #e8eefa);color:var(--zen-cs-tag-fg, #173446);padding:8px 24px 10px;font-size:16px;line-height:1.4;font-weight:500;display:flex;justify-content:center;align-items:center;text-align:center}.zen-cs-card__card-body{display:flex;flex-direction:row;padding:20px;gap:16px;text-decoration:none;color:inherit;align-items:flex-start}@media screen and (min-width:768px){.zen-cs-card__card-body{flex-direction:column;gap:18px;padding:24px;align-items:stretch}}.zen-cs-card__image{display:flex;justify-content:center;align-items:center;flex-shrink:0}.zen-cs-card__image img{object-fit:contain;width:96px;height:auto;display:block}@media screen and (min-width:768px){.zen-cs-card__image img{width:100%;max-height:215px}}.zen-cs-card__content{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.zen-cs-card__heading{font-size:18px;line-height:1.3;font-weight:700;color:#111314;margin:0}.zen-cs-card__heading-link,.zen-cs-card__image{color:inherit;text-decoration:none}.zen-cs-card__heading-link:hover{text-decoration:underline}@media screen and (min-width:768px){.zen-cs-card__heading{font-size:22px}}.zen-cs-card__reviews{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.zen-cs-card__okendo-stars .oke-sr-rating-stars,.zen-cs-card__okendo-stars [data-oke-star-rating]{display:inline-flex;align-items:center;line-height:1}.zen-cs-card__okendo-count{font-size:13px;color:#6f7c82;line-height:1;text-decoration:none}.zen-cs-card__okendo-count:hover{text-decoration:underline}@media screen and (min-width:768px){.zen-cs-card__okendo-count{font-size:14px}}.zen-cs-card__stars{display:inline-flex;align-items:center;gap:1px;color:rgb(var(--color-button))}.zen-cs-card__star{width:14px;height:14px;display:block}@media screen and (min-width:768px){.zen-cs-card__star{width:16px;height:16px}}.zen-cs-card__reviews-count{font-size:13px;color:#6f7c82;line-height:1}@media screen and (min-width:768px){.zen-cs-card__reviews-count{font-size:14px}}.zen-cs-card__description{font-size:14px;line-height:1.4;color:#6f7c82;margin:0}@media screen and (min-width:768px){.zen-cs-card__description{font-size:16px}}.zen-cs-card__button-wrapper{padding:0 20px 20px;display:flex;flex-direction:column;gap:12px;margin-top:auto}@media screen and (min-width:768px){.zen-cs-card__button-wrapper{padding:0 24px 24px;gap:16px}}.zen-cs-card__option-text{color:#6f7c82;font-size:14px;font-weight:400;line-height:1.3;display:block}.zen-cs-card__button{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:56px;padding:14px 20px;background:var(--zen-cs-btn-bg, #111314);color:var(--zen-cs-btn-fg, #ffffff);font-size:16px;font-weight:500;line-height:1.2;border:1px solid var(--zen-cs-btn-bg, #111314);border-radius:6px;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;box-sizing:border-box;width:100%}.zen-cs-card__button:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.zen-cs-card__button:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}@media screen and (min-width:768px){.zen-cs__scrollbar{display:none}}@media screen and (max-width:767px){.zen-cs__container{position:relative}.zen-cs__cards{display:flex!important;flex-direction:row!important;flex-wrap:nowrap;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 16px 8px;margin:0 -16px;scroll-padding-inline:16px;scrollbar-width:none}.zen-cs__cards::-webkit-scrollbar{display:none}.zen-cs__scrollbar{position:relative;width:auto;height:3.5px;margin-top:16px;background:transparent;border-radius:2px;overflow:hidden;pointer-events:none}.zen-cs__scrollbar-thumb{position:absolute;top:0;left:0;height:100%;width:40px;background:var(--zen-cs-btn-bg, #122b22);border-radius:inherit;transition:transform .2s ease-out;will-change:transform}.zen-cs-card{flex:0 0 74.12vw!important;min-width:74.12vw;max-width:74.12vw;scroll-snap-align:start}.zen-cs-card__card-body{flex-direction:column;gap:14px;padding:20px;align-items:stretch}.zen-cs-card__image{width:100%}.zen-cs-card__image img{width:100%;height:auto;max-height:240px}.zen-cs-card__heading{font-size:18px}.zen-cs-card__content{gap:10px}.zen-cs-card__button-wrapper{padding:0 20px 20px;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-zen-complete-stack.css.map */
