:root{--cg-grass: #2f6b3b;--cg-grass-dark: #1f4a28;--cg-forest: #14331c;--cg-cream: #f6f1e8;--cg-text: #1f2937;--cg-muted: #6b7280;--cg-border: #e5e7eb;--cg-white: #ffffff;--cg-shadow: 0 16px 40px rgba(17, 24, 39, .08);--cg-radius: 24px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:DM Sans,sans-serif;color:var(--cg-text);background:var(--cg-cream)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:1000}.cg-container{width:min(1280px,calc(100% - 32px));margin:0 auto}.site-main{min-height:60vh}.cg-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.8rem 1.4rem;border-radius:999px;border:1px solid transparent;font-weight:700;transition:.2s ease}.cg-button--primary{background:var(--cg-grass);color:var(--cg-white)}.cg-button--primary:hover{background:var(--cg-grass-dark)}.cg-button--ghost,.cg-button--outline{border-color:#ffffff80;color:var(--cg-white)}.cg-button--outline{border-color:var(--cg-grass);color:var(--cg-grass)}.cg-button--outline:hover{background:var(--cg-grass);color:var(--cg-white)}.cg-button--full{width:100%}.cy-eyebrow{margin:0 0 .75rem;color:var(--cg-grass);font-size:.8rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.cy-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,.06)}.cy-header__row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:80px}.cy-logo__wordmark{font-size:1.9rem;font-weight:800;letter-spacing:-.05em}.cy-logo__wordmark span:first-child{color:var(--cg-grass)}.cy-logo__wordmark--light{color:var(--cg-white)}.cy-logo__wordmark--light span:first-child{color:#81c784}.cy-nav{display:flex;align-items:center;gap:2rem}.cy-nav__link{font-size:.95rem;font-weight:600;color:#374151}.cy-nav__link:hover{color:var(--cg-grass)}.cy-header__actions{display:flex;align-items:center;gap:.75rem}.cy-cart{position:relative;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#4b5563}.cy-cart svg{width:22px;height:22px}.cy-cart__count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--cg-grass);color:var(--cg-white);font-size:.7rem;font-weight:700}.cy-menu-toggle{display:none;width:44px;height:44px;padding:0;background:transparent;border:0}.cy-menu-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:var(--cg-text)}.cy-mobile-menu{border-top:1px solid rgba(15,23,42,.08);background:var(--cg-white)}.cy-mobile-menu__inner{display:grid;gap:1rem;padding:1rem 0 1.5rem}.cy-mobile-menu__link{font-weight:600}.cy-hero{position:relative;background:var(--cg-forest)}.cy-hero__viewport{position:relative;min-height:min(86vh,820px)}.cy-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .45s ease}.cy-hero__slide.is-active{opacity:1;pointer-events:auto}.cy-hero__media,.cy-hero__image,.cy-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cy-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#06140bad,#06140b66 40%,#06140b24)}.cy-hero__content-wrap{position:relative;z-index:1;min-height:min(86vh,820px);display:flex;align-items:center}.cy-hero__content{max-width:640px;color:var(--cg-white)}.cy-hero__content h1{margin:0;font-size:clamp(2.8rem,6vw,5.5rem);line-height:.95;letter-spacing:-.06em}.cy-hero__text{margin:1.2rem 0 0;font-size:1.08rem;line-height:1.7;color:#ffffffd1}.cy-hero__buttons{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.8rem}.cy-hero__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:999px;background:#ffffff2e;color:var(--cg-white);font-size:1.8rem}.cy-hero__nav--prev{left:1rem}.cy-hero__nav--next{right:1rem}.cy-hero__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:2}.cy-hero__dot{width:12px;height:12px;border-radius:999px;border:0;background:#ffffff73}.cy-hero__dot.is-active{background:var(--cg-white)}.cy-benefits,.cy-section,.cy-custom-service,.cy-footer{padding:4.5rem 0}.cy-section--white{background:var(--cg-white)}.cy-section--muted{background:#edf3ed}.cy-section--tint,.cy-custom-service{background:#edf7ef}.cy-benefits{background:var(--cg-white)}.cy-benefits__grid,.cy-testimonial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.cy-benefit,.cy-testimonial,.cy-product-card,.cy-filter-card,.cy-empty-state,.cy-calc-card{background:var(--cg-white);border:1px solid rgba(15,23,42,.06);border-radius:var(--cg-radius);box-shadow:var(--cg-shadow)}.cy-benefit{padding:1.75rem;text-align:center}.cy-benefit__icon{width:72px;height:72px;margin:0 auto 1.25rem;border-radius:999px;background:#eef8ef;display:inline-flex;align-items:center;justify-content:center;color:var(--cg-grass);transition:transform .25s ease,box-shadow .25s ease}.cy-benefit:hover .cy-benefit__icon{transform:scale(1.08);box-shadow:0 0 0 12px #2f6b3b0f}.cy-benefit h3,.cy-section__heading h2,.cy-split__content h2,.cy-guide-card h3,.cy-product-info h1,.cy-page-heading h1{margin:0}.cy-benefit p,.cy-section__heading p,.cy-split__content,.cy-product-info__excerpt,.cy-page-heading__text,.cy-testimonial__quote,.cy-product-card__body p{color:var(--cg-muted)}.cy-section__heading{max-width:700px;margin:0 auto 2.5rem;text-align:center}.cy-section__heading--left{margin-left:0;text-align:left}.cy-section__heading h2,.cy-split__content h2,.cy-page-heading h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:-.05em}.cy-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:center}.cy-split__media{position:relative}.cy-split__image,.cy-split__placeholder{width:100%;min-height:380px;max-height:520px;border-radius:32px;object-fit:cover}.cy-floating-stat{position:absolute;right:1.25rem;bottom:-1.25rem;display:grid;gap:.25rem;padding:1rem 1.25rem;border-radius:20px;background:var(--cg-grass);color:var(--cg-white);box-shadow:var(--cg-shadow)}.cy-floating-stat strong{font-size:2rem;line-height:1}.cy-checklist{padding:0;margin:1.5rem 0 0;list-style:none;display:grid;gap:.8rem}.cy-checklist li{display:flex;gap:.75rem;color:var(--cg-text)}.cy-checklist li:before{content:"\2713";color:var(--cg-grass);font-weight:700}.cy-inline-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}.cy-gallery-grid,.cy-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.cy-gallery-card{position:relative;overflow:hidden;border-radius:24px;aspect-ratio:1 / 1}.cy-gallery-card__image,.cy-gallery-card__placeholder{width:100%;height:100%;object-fit:cover}.cy-gallery-card__caption{position:absolute;left:1rem;right:1rem;bottom:1rem;color:var(--cg-white);font-weight:700}.cy-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.cy-guide-card{border-radius:28px;padding:2rem}.cy-guide-card--green{background:#edf7ef}.cy-guide-card--light{background:#f5f6f7}.cy-guide-steps{display:grid;gap:1.25rem;margin-top:1.5rem}.cy-guide-step{display:grid;grid-template-columns:40px minmax(0,1fr);gap:1rem;align-items:start}.cy-guide-step span{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--cg-grass);color:var(--cg-white);font-weight:700}.cy-guide-card--light .cy-guide-step span{background:#dff0e3;color:var(--cg-grass)}.cy-testimonial{padding:1.75rem}.cy-testimonial__stars{color:#f59e0b;letter-spacing:.16em}.cy-testimonial__quote{line-height:1.8}.cy-testimonial__meta{display:grid;gap:.25rem}.cy-testimonial__meta span{color:#9ca3af;font-size:.85rem}.cy-footer{background:var(--cg-forest);color:#ffffffc7}.cy-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.cy-footer__heading{margin:0 0 1rem;color:var(--cg-white);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}.cy-footer__links,.cy-footer__contact{list-style:none;padding:0;margin:0;display:grid;gap:.85rem}.cy-footer__links a:hover,.cy-footer__socials a:hover{color:var(--cg-white)}.cy-footer__socials{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.cy-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#ffffff73}.cy-breadcrumb{display:flex;align-items:center;gap:.5rem;padding:1.75rem 0 1rem;color:var(--cg-muted);font-size:.9rem}.cy-page-heading{padding-bottom:2rem}.cy-shop-layout{display:grid;grid-template-columns:288px minmax(0,1fr);gap:2.5rem;align-items:start;padding-bottom:4rem}.cy-filter-card{padding:1.5rem;position:sticky;top:98px}.cy-filter-card__head,.cy-shop-toolbar,.cy-calc-card__head,.cy-product-card__meta,.cy-qty-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cy-filter-card__head{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--cg-border)}.cy-filter-card__head h2{margin:0;font-size:1rem}.cy-filter-group{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--cg-border)}.cy-filter-group summary{cursor:pointer;list-style:none;font-weight:700}.cy-filter-options{display:grid;gap:.75rem;margin-top:1rem}.cy-checkbox{display:flex;align-items:center;gap:.65rem;color:var(--cg-text)}.cy-price-range,.cy-variant-group,.cy-calc-grid{display:grid;gap:.9rem}.cy-price-range,.cy-calc-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.cy-price-range label,.cy-calc-grid label,.cy-variant-group label{display:grid;gap:.45rem}.cy-price-range input,.cy-calc-grid input,.cy-variant-group select,.cy-sort select,.cy-qty-box input{min-height:46px;width:100%;border:1px solid var(--cg-border);border-radius:14px;padding:.75rem .9rem;background:var(--cg-white)}.cy-shop-toolbar{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--cg-border)}.cy-active-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.cy-tag,.cy-chip{display:inline-flex;align-items:center;padding:.4rem .7rem;border-radius:999px;background:#edf7ef;color:var(--cg-grass);font-size:.78rem;font-weight:700}.cy-product-card{overflow:hidden}.cy-product-card__link{display:block}.cy-product-card__image{aspect-ratio:1 / 1;background:#f3f4f6}.cy-product-card__image img,.cy-product-card__image svg{width:100%;height:100%;object-fit:cover}.cy-product-card__body{padding:1rem}.cy-product-card__body h3{margin:.75rem 0 .45rem;font-size:1rem}.cy-product-card__body p{margin:0;font-size:.92rem;line-height:1.6}.cy-product-card__meta{margin-top:1rem}.cy-product-card__meta strong small{color:var(--cg-muted);font-weight:500}.cy-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.cy-pagination a,.cy-pagination span{min-width:40px;height:40px;padding:0 .75rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--cg-border);background:var(--cg-white)}.cy-pagination .is-current{background:var(--cg-grass);color:var(--cg-white);border-color:var(--cg-grass)}.cy-empty-state{padding:4rem 1.5rem;text-align:center}.cy-page-shell{padding:2rem 0 5rem}.cy-page-content,.cy-review-summary{max-width:860px;color:var(--cg-muted);line-height:1.8}.cy-specs{overflow-x:auto}.cy-spec-table{width:100%;border-collapse:collapse;font-size:.95rem}.cy-spec-table thead th{padding:.75rem 1rem;text-align:left;color:var(--cg-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:2px solid var(--cg-border)}.cy-spec-table tbody td{padding:.9rem 1rem;border-bottom:1px solid var(--cg-border);color:var(--cg-text)}.cy-spec-table tbody tr:last-child td{border-bottom:none}.cy-spec-table tbody td:first-child{font-weight:600}.cy-spec-table tbody td[data-cg-imperial]{color:var(--cg-muted)}.cy-search-form,.cy-cart-actions{display:flex;gap:.75rem;align-items:center;margin-bottom:2rem}.cy-search-form input{flex:1 1 auto;min-height:48px;border:1px solid var(--cg-border);border-radius:16px;padding:.8rem 1rem}.cy-cart-form{display:grid;gap:1.5rem}.cy-cart-table{display:grid;gap:1rem}.cy-cart-table__head,.cy-cart-row{display:grid;grid-template-columns:minmax(0,1.6fr) 120px 120px;gap:1rem;align-items:center}.cy-cart-table__head{color:var(--cg-muted);font-size:.9rem;padding:0 1rem}.cy-cart-row{padding:1rem;background:var(--cg-white);border:1px solid rgba(15,23,42,.06);border-radius:24px;box-shadow:var(--cg-shadow)}.cy-cart-row__product{display:grid;grid-template-columns:104px minmax(0,1fr);gap:1rem;align-items:center}.cy-cart-row__image{border-radius:18px;overflow:hidden;background:#f3f4f6}.cy-cart-row__image img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.cy-cart-row input{min-height:46px;width:100%;border:1px solid var(--cg-border);border-radius:14px;padding:.75rem .9rem}.cy-cart-row__total{font-weight:700}.cy-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.cy-collection-card{overflow:hidden;background:var(--cg-white);border:1px solid rgba(15,23,42,.06);border-radius:24px;box-shadow:var(--cg-shadow)}.cy-collection-card__image{aspect-ratio:1.15 / 1;background:#f3f4f6}.cy-collection-card__image img,.cy-collection-card__image svg{width:100%;height:100%;object-fit:cover}.cy-collection-card__body{padding:1rem}.cy-collection-card__body h2{margin:0 0 .35rem;font-size:1.1rem}.cy-product{padding-bottom:4rem}.cy-product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:2.5rem;align-items:start}.cy-product-gallery__main{overflow:hidden;border-radius:28px;background:var(--cg-white);box-shadow:var(--cg-shadow)}.cy-product-gallery__image,.cy-product-gallery__placeholder{width:100%;aspect-ratio:16 / 10;object-fit:cover}.cy-product-gallery__thumbs{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.9rem}.cy-thumb{width:82px;height:82px;padding:0;border:2px solid transparent;border-radius:18px;overflow:hidden;background:var(--cg-white)}.cy-thumb.is-active{border-color:var(--cg-grass)}.cy-thumb img{width:100%;height:100%;object-fit:cover}.cy-product-info{display:grid;gap:1rem}.cy-rating{color:#f59e0b;letter-spacing:.08em}.cy-rating span{color:var(--cg-muted);letter-spacing:normal;margin-left:.5rem}.cy-price{margin:0;color:var(--cg-grass);font-size:2rem;font-weight:800}.cy-price span{color:var(--cg-muted);font-size:1rem;font-weight:500}.cy-calc-card{padding:1.25rem}.cy-calc-meta{margin-bottom:0}.cy-product-form{display:grid;gap:1rem}.cy-qty-box{display:inline-grid;grid-template-columns:42px 72px 42px;gap:.5rem;align-items:center}.cy-qty-box button{width:42px;height:42px;border:1px solid var(--cg-border);border-radius:12px;background:var(--cg-white)}.cy-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.cy-trust-grid>div{padding:.85rem 1rem;border-radius:18px;background:var(--cg-white);border:1px solid rgba(15,23,42,.06);color:var(--cg-muted);text-align:center}.cy-product-meta p{margin:.25rem 0;color:var(--cg-muted)}.cy-tabs{padding:4rem 0}.cy-tabs__buttons{display:flex;flex-wrap:wrap;gap:1.5rem;border-bottom:1px solid var(--cg-border)}.cy-tabs__buttons button{padding:0 0 1rem;border:0;background:transparent;color:var(--cg-muted);font-weight:700}.cy-tabs__buttons button.is-active{color:var(--cg-text);box-shadow:inset 0 -2px 0 var(--cg-grass)}.cy-tabs__panel{display:none;padding-top:2rem;color:var(--cg-muted);line-height:1.8}.cy-tabs__panel.is-active{display:block}.cy-related-products{padding:0 0 5rem}@media(max-width:1023px){.cy-nav,.cy-header__sample{display:none}.cy-menu-toggle{display:inline-block}.cy-shop-layout,.cy-product-layout,.cy-split,.cy-guide-grid,.cy-footer__grid{grid-template-columns:1fr}.cy-filter-card{position:static}.cy-product-grid,.cy-gallery-grid,.cy-benefits__grid,.cy-testimonial-grid,.cy-trust-grid,.cy-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cy-cart-table__head,.cy-cart-row{grid-template-columns:1fr}}@media(max-width:767px){.cg-container{width:min(100% - 24px,1280px)}.cy-header__row{min-height:72px}.cy-hero__content h1{font-size:2.6rem}.cy-product-grid,.cy-gallery-grid,.cy-benefits__grid,.cy-testimonial-grid,.cy-trust-grid,.cy-collection-grid,.cy-price-range,.cy-calc-grid{grid-template-columns:1fr}.cy-hero__nav{display:none}.cy-search-form,.cy-cart-actions{flex-direction:column;align-items:stretch}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cygrass.css.map */
