@charset "UTF-8";.product-card{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:0;overflow:hidden;transition:background-color .25s ease}.product-card:hover{background:#f8f9fa}.product-card__image-wrap{position:relative;display:block;width:100%;padding-bottom:100%;overflow:hidden;background:#f0f0f0;text-decoration:none}.product-card__images{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;margin:0;padding:0}.product-card__img--primary{opacity:1;transition:opacity .25s ease;z-index:2}.product-card__img--secondary{opacity:0;transition:opacity .25s ease;z-index:1}@media(min-width:768px){.product-card__image-wrap:hover .product-card__img--primary{opacity:0}.product-card__image-wrap:hover .product-card__img--secondary{opacity:1}}.product-card__sale-badge{position:absolute;top:.75rem;right:.75rem;z-index:5;background-color:#d62828;color:#fff;font-size:.75rem;font-weight:600;padding:2px .5rem;border-radius:4px;line-height:1.5}.product-card__overlay{position:absolute;bottom:0;left:0;padding:.75rem;z-index:3;max-width:100%;display:flex;flex-direction:column;justify-content:flex-end}.product-card__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-weight:800;color:#fff;margin:0 0 .5rem;font-size:1.25rem;line-height:1.3;text-shadow:0 2px 6px rgba(0,0,0,.45);max-width:100%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(min-width:768px){.product-card__title{font-size:1.5625rem;line-height:1.3}}.product-card__pills{display:flex;flex-wrap:wrap;gap:6px;max-width:100%}@media(max-width:575px){.product-card__pills{display:none}}.product-card__pill{background:#a8570e;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;padding:2px .5rem;border-radius:6px;font-size:.75rem;line-height:1.4;white-space:nowrap}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:5;padding:3px .5rem;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1.2;pointer-events:none}.product-card__badge--best-seller,.product-card__badge--staff-pick{background-color:#2d6a4f;color:#fff}.product-card__badge--new-arrival{background-color:#e9c46a;color:#212529}.product-card__mobile-pills{display:none;padding:.25rem 1rem 0;line-height:1}@media(max-width:575px){.product-card__mobile-pills{display:flex;flex-wrap:wrap;gap:6px}}.product-card__body{padding:1rem;padding-top:5px;display:flex;flex-direction:column;flex-grow:1;min-height:0}.product-card__reviews{margin-top:0;margin-bottom:0;flex-shrink:0;min-height:24px}.product-card__reviews:empty{display:none}.product-card__reviews .star_container{min-height:0}.product-card__reviews .woocommerce-product-rating{display:flex;align-items:center;gap:6px;white-space:nowrap;flex-wrap:nowrap}.product-card__reviews .star-rating{display:inline-flex;font-size:1rem;line-height:1.5;color:#f16b0b;flex-shrink:0;overflow:hidden;position:relative;width:5.4em;height:1em;font-family:star}.product-card__reviews .star-rating:before{color:#ced4da;content:"sssss";position:absolute;top:0;left:0}.product-card__reviews .star-rating span{overflow:hidden;position:absolute;top:0;left:0;padding-top:1.5em}.product-card__reviews .star-rating span:before{color:#f16b0b;content:"SSSSS";position:absolute;top:0;left:0}.product-card__reviews .woocommerce-review-link{font-size:.875rem;line-height:1.5;color:#495057;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__reviews .woocommerce-review-link:hover{color:#a8570e}.product-card__wc-rating{flex-shrink:0}.product-card__pricing{margin-bottom:6px;flex-shrink:0}.product-card__price{font-size:1.25rem;line-height:1.4;font-weight:400;margin:0 0 2px;color:#212529}@media(max-width:575px){.product-card__price{font-size:1rem}}.product-card__price-row{display:flex;align-items:center;gap:6px}.product-card__info-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:help;color:#adb5bd;transition:color .15s ease}.product-card__info-icon:hover{color:#343a40}.product-card__info-icon svg{width:16px;height:16px}.product-card__info-icon:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#343a40;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;line-height:1.4;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:700}.product-card__info-icon:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#343a40;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:700}.product-card__info-icon:hover:after,.product-card__info-icon:hover:before{opacity:1}@media(max-width:575px){.product-card__info-icon:after{white-space:normal;max-width:200px;left:auto;right:0;transform:none}.product-card__info-icon:before{left:auto;right:8px;transform:none}}.product-card__highlights{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;line-height:1.5;color:#495057;margin:0 0 1rem;flex-grow:1}.product-card__cta{display:block;width:100%;padding:.75rem 1.5rem;background:#a8570e;color:#fff;text-align:center;text-decoration:none;border-radius:4px;font-weight:600;font-size:1rem;line-height:1.5;margin-top:auto;flex-shrink:0;transition:background .25s ease}.product-card__cta:hover{background:#8b4709;color:#fff}@media(min-width:576px){.product-card--horizontal{flex-direction:row}.product-card--horizontal .product-card__image-wrap{width:200px;flex-shrink:0;padding-bottom:0;height:auto;aspect-ratio:1}.product-card--horizontal .product-card__body{flex:1;justify-content:center}}.product-card--compact .product-card__body{padding:.75rem}.product-card--compact .product-card__title{font-size:.75rem}.product-single{padding-bottom:3rem;scroll-padding-top:60px}@media(min-width:768px){.product-single{scroll-padding-top:72px}}.product-single__top{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}@media(min-width:768px){.product-single__top{grid-template-columns:48% minmax(0,1fr);gap:2rem;align-items:start}}.product-single__gallery-col{display:flex;flex-direction:column;gap:1rem;min-width:0;max-width:100%}.product-single__content{margin-top:3rem}.product-single__info-row{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-single__info-row{grid-template-columns:1fr 1fr;gap:2rem;align-items:start}}.product-single__info-left{min-width:0}.product-gallery{position:relative;overflow:hidden;border-radius:8px;min-width:0;max-width:100%}.product-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__track:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px;border-radius:8px}.product-gallery__slide{flex:0 0 85%;scroll-snap-align:start;background-color:#f1f3f5}.product-gallery__slide img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}.product-gallery:not(.product-gallery--has-multiple) .product-gallery__slide{flex:0 0 100%}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffffffe6;border:1px solid #e9ecef;border-radius:9999px;cursor:pointer;color:#212529;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:opacity .15s ease,background-color .15s ease}.product-gallery__arrow:hover{background-color:#fff}.product-gallery__arrow.is-hidden{opacity:0;pointer-events:none}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__arrow svg{width:20px;height:20px}.product-gallery__dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.product-gallery__dot{width:8px;height:8px;border-radius:9999px;border:none;background-color:#ffffff80;cursor:pointer;padding:0;transition:background-color .15s ease,transform .15s ease}.product-gallery__dot.is-active{background-color:#fff;transform:scale(1.25)}.product-gallery__dot:hover:not(.is-active){background-color:#ffffffbf}.product-summary{display:flex;flex-direction:column;gap:.75rem;min-width:0}.product-summary__category-badge{display:inline-flex;align-items:center;align-self:flex-start;font-size:.875rem;font-weight:600;color:#fff;background-color:#2d6a4f4d;padding:.25rem .75rem;border-radius:9999px;line-height:1.4;text-decoration:none}.product-summary__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;line-height:1.2;color:#212529;margin:0}@media(min-width:768px){.product-summary__title{font-size:1.75rem}}.product-summary__stars{min-height:24px;line-height:1}.product-summary__subtitle{font-size:.875rem;color:#6c757d;line-height:1.6}.product-summary__subtitle em{font-style:italic}.product-summary__subtitle span{font-style:normal;color:#495057}.product-summary__separator{margin:0 .25rem;color:#6c757d}.product-summary__add-to-cart{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;min-width:0;max-width:100%}.product-summary__zip-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;text-align:left;font:inherit;font-size:.875rem;color:#495057;text-decoration:underline;transition:color .15s ease}.product-summary__zip-link:hover{color:#2d6a4f}.product-summary__species{display:flex;flex-direction:column;gap:.5rem}.product-summary__species-title{font-size:.875rem;font-weight:700;color:#212529;margin:0}.product-summary__species-pills{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.product-summary__species-pill{display:block;font-size:.875rem;color:#495057;background-color:#e9ecef;border-radius:4px;padding:6px .5rem;line-height:1.4}.variation-cards{display:flex;gap:.5rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.variation-cards::-webkit-scrollbar{display:none}.variation-cards{padding-bottom:.25rem;max-width:100%}.variation-cards:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px;border-radius:8px}.variation-card{flex-shrink:0;min-width:160px;max-width:200px;flex:1;border:1px solid #dee2e6;border-radius:8px;padding:.75rem;cursor:pointer;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;gap:.5rem}.variation-card:hover{border-color:#adb5bd;box-shadow:0 1px 2px #0000000d}.variation-card.is-selected,.variation-card.variation-card--active{border:2px solid #2d6a4f}.variation-card__badge{display:inline-flex;align-self:flex-start;padding:2px .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background-color:#2d6a4f;border-radius:9999px;line-height:1.4}.variation-card__title{font-size:.875rem;font-weight:700;color:#212529;line-height:1.2}.variation-card__price{display:flex;align-items:baseline;gap:.25rem;line-height:1}.variation-card__current-price{font-size:1.25rem;font-weight:700;color:#212529}.variation-card__original-price{font-size:.75rem;font-weight:400;color:#6c757d;text-decoration:line-through;margin-left:.25rem}.variation-card__per-lb{font-size:.75rem;color:#6c757d;font-weight:400}.variation-card__stock-notice{font-size:.75rem;color:#d62828;font-weight:500}.variation-card--out-of-stock{opacity:.5;cursor:not-allowed}.variable-add-to-cart__reset{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;font:inherit}.variable-add-to-cart__variation-info{display:none!important}.variable-add-to-cart__qty-row{display:flex;flex-direction:column;gap:.75rem}.variable-add-to-cart__qty-wrap{display:flex;align-items:center;gap:.75rem}.variable-add-to-cart__qty-label{font-size:.875rem;font-weight:600;color:#212529;flex-shrink:0}.variable-add-to-cart__quantity{display:flex;align-items:center;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;flex-shrink:0}.variable-add-to-cart__quantity>.quantity{display:contents}.quantity__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#a8570e;color:#fff;border:none;cursor:pointer;font-size:1.125rem;font-weight:700;transition:background-color .15s ease;line-height:1;flex-shrink:0}.quantity__btn:hover{background-color:#8b4709}.quantity__btn:disabled{opacity:.5;cursor:not-allowed}.quantity .qty,.quantity__input,.quantity input[type=number]{flex:1;min-width:48px;height:40px;text-align:center;border:none;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;font-weight:500;font-size:1rem;-moz-appearance:textfield}.quantity .qty::-webkit-outer-spin-button,.quantity .qty::-webkit-inner-spin-button,.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button,.quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn--primary,.single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn--primary:focus-visible,.single_add_to_cart_button:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.btn--primary:disabled,.btn--primary[disabled],.single_add_to_cart_button:disabled,.single_add_to_cart_button[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary,.single_add_to_cart_button{background-color:#a8570e;color:#fff;border-color:#a8570e}.btn--primary:hover,.btn--primary:focus,.single_add_to_cart_button:hover,.single_add_to_cart_button:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.btn--primary,.single_add_to_cart_button{width:100%;padding:22px 1rem;font-size:1rem;font-weight:700;border-radius:14px;text-align:center;display:block;text-transform:uppercase;letter-spacing:.025em}.order-summary{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem 1.25rem;min-width:0;max-width:100%;overflow:hidden}.order-summary__row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.875rem;color:#495057}.order-summary__row+.order-summary__row{border-top:1px solid #e9ecef}.order-summary__row--total{font-weight:700;color:#212529;font-size:1rem}.order-summary__row--savings{color:#2d6a4f;font-weight:500}.order-summary__row--savings[hidden]{display:none}.quality-highlights{border:1px solid #dee2e6;border-radius:8px;overflow:hidden;min-width:0;max-width:100%}.quality-highlights__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;color:#212529;padding:1rem 1.25rem;margin:0;border-bottom:1px solid #e9ecef}.quality-highlights__table{width:100%;border-collapse:collapse}.quality-highlights__row{border-bottom:1px solid #e9ecef}.quality-highlights__row:last-child{border-bottom:none}.quality-highlights__check-cell{width:40px;padding:.75rem 0 .75rem 1.25rem;vertical-align:top}.quality-highlights__icon{display:block;width:16px;height:16px;flex-shrink:0;color:#2d6a4f}.quality-highlights__text-cell{padding:.75rem 1.25rem .75rem .5rem}.quality-highlights__item-title{display:block;font-size:.875rem;font-weight:600;color:#212529;line-height:1.2}.quality-highlights__item-desc{display:block;font-size:.875rem;color:#495057;line-height:1.8;margin-top:2px}.quality-highlights__shipping-note{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;margin:0;font-size:.875rem;font-weight:600;color:#2d6a4f;background-color:#2d6a4f0f;border-top:1px solid #e9ecef}.quality-highlights__shipping-note svg{flex-shrink:0}.planting-aids{min-width:0;max-width:100%;overflow:hidden}.planting-aids__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 1rem}.planting-aids__list{display:flex;flex-direction:column;gap:.75rem}.planting-aids__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.planting-aids__item{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border:1px solid #e9ecef;border-radius:8px;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.planting-aids__item:hover{background-color:#f1f3f5;border-color:#dee2e6}.planting-aids__item:has(.planting-aids__checkbox:checked){border-color:#2d6a4f;background-color:#2d6a4f0a;box-shadow:0 0 0 1px #2d6a4f}.planting-aids__item-image{flex-shrink:0;width:56px;height:56px;border-radius:4px;overflow:hidden;background-color:#f1f3f5}.planting-aids__item-image img{display:block;width:100%;height:auto;height:100%;object-fit:cover}.planting-aids__item-info{flex:1;min-width:0}.planting-aids__item-name{font-size:.875rem;font-weight:500;color:#212529;display:block}.planting-aids__item-price{font-size:.875rem;font-weight:400;color:#495057;display:block;margin-top:2px}.planting-aids__check-indicator{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:2px solid #dee2e6;color:#fff;transition:background-color .15s ease,border-color .15s ease}.planting-aids__check-indicator svg{opacity:0;transition:opacity .15s ease}.planting-aids__checkbox:checked~.planting-aids__check-indicator{background-color:#2d6a4f;border-color:#2d6a4f}.planting-aids__checkbox:checked~.planting-aids__check-indicator svg{opacity:1}.product-content-section{padding:2.5rem 0;border-top:1px solid #e9ecef}.product-single__info-row .product-content-section{padding-top:2rem;border-top:none}.product-content-section__header{margin-bottom:1.5rem}.product-content-section__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:0 0 .75rem}@media(min-width:768px){.product-content-section__title{font-size:1.875rem}}.product-content-section__body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8}.product-single__info-row .product-content-section__body{max-width:none}.product-content-section__body p+p{margin-top:1rem}.product-content-section__body h3{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:1.5rem 0 .75rem}.product-content-section__body ul,.product-content-section__body ol{padding-left:1.25rem;margin:1rem 0}.product-content-section__body ul li,.product-content-section__body ol li{margin-bottom:.5rem}.product-single__info-left .mix-components{margin-top:2rem}.mix-components__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:0}.mix-components__divider{border:none;border-top:1px solid #e9ecef;margin:.75rem 0 0}.mix-components__item{border-bottom:1px solid #e9ecef}.mix-components__trigger{display:flex;align-items:center;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:.75rem;color:#212529}.mix-components__trigger:hover{color:#2d6a4f}.mix-components__pct{flex-shrink:0;width:40px;font-size:.875rem;font-weight:700;color:#2d6a4f}.mix-components__species{flex:1;font-size:.875rem;font-weight:600}.mix-components__toggle{flex-shrink:0;width:20px;height:20px;position:relative}.mix-components__toggle:before,.mix-components__toggle:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;border-radius:1px}.mix-components__toggle:before{width:12px;height:2px;transform:translate(-50%,-50%)}.mix-components__toggle:after{width:2px;height:12px;transform:translate(-50%,-50%);transition:transform .2s ease}[aria-expanded=true] .mix-components__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}.mix-components__panel{overflow:hidden;max-height:0;opacity:0;transition:max-height .25s ease,opacity .2s ease}.mix-components__panel[hidden]{display:block}.mix-components__panel.is-open{max-height:200px;opacity:1}.mix-components__desc{font-size:.875rem;color:#495057;line-height:1.8;margin:0;padding:0 0 .75rem calc(40px + .75rem)}.product-single__info-row .product-specs{padding-top:2rem}.product-specs__highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.product-specs__highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.product-specs__icon-circle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:#fff;border:1px solid #e9ecef;color:#2d6a4f;flex-shrink:0}.product-specs__icon-circle svg{width:22px;height:22px}.product-specs__icon-circle--sm{width:36px;height:36px}.product-specs__icon-circle--sm svg{width:20px;height:20px}.product-specs__highlight-label{font-size:.75rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.product-specs__highlight-value{font-size:.875rem;font-weight:700;color:#212529;line-height:1.2}.product-specs__group{margin-bottom:1.25rem}.product-specs__group-title{font-size:.75rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;margin-bottom:0;border-bottom:1px solid #e9ecef}.product-specs__table{width:100%}.product-specs__table-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;border-bottom:1px solid #e9ecef}.product-specs__table-row:nth-child(odd){background-color:#f8f9fa;border-radius:4px}.product-specs__table-row:last-child{border-bottom:none}.product-specs__table-label{font-weight:500;color:#495057;flex-shrink:0}.product-specs__table-value{font-weight:600;color:#212529;text-align:right}.product-specs__species{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px}.product-specs__species-text{display:flex;flex-direction:column;gap:2px}.product-specs__species-label{font-size:.75rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:.05em}.product-specs__species-value{font-size:.875rem;font-weight:600;color:#212529;line-height:1.2}.product-feature-cards__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.product-feature-cards__grid::-webkit-scrollbar{display:none}.product-feature-cards__grid{gap:1rem}@media(min-width:768px){.product-feature-cards__grid{display:grid;overflow:visible;scroll-snap-type:none;grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-feature-cards__grid{grid-template-columns:repeat(6,1fr)}}.product-feature-cards__grid:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px;border-radius:8px}.product-feature-cards__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-feature-cards__card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.product-feature-cards__card{display:flex;flex-direction:column;overflow:hidden;flex:0 0 80%;scroll-snap-align:start}@media(min-width:768px){.product-feature-cards__card{flex:none}}@media(min-width:992px){.product-feature-cards__card{grid-column:span 3}.product-feature-cards__card:nth-child(n+3){grid-column:span 2}}.product-feature-cards__card-image{aspect-ratio:16/10;overflow:hidden}.product-feature-cards__card-image img{display:block;width:100%;height:auto;object-fit:cover;height:100%}.product-feature-cards__card-image{background-color:#f1f3f5}.product-feature-cards__card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-feature-cards__card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#2d6a4f1a;color:#2d6a4f}.product-feature-cards__card-icon svg{width:20px;height:20px}.product-feature-cards__card-title{font-size:1rem;font-weight:600;color:#212529}.product-feature-cards__card-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin:0}.product-uses__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.product-uses__grid::-webkit-scrollbar{display:none}.product-uses__grid{gap:1rem}@media(min-width:768px){.product-uses__grid{display:grid;overflow:visible;scroll-snap-type:none;grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-uses__grid{grid-template-columns:repeat(4,1fr)}}.product-uses__grid:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px;border-radius:8px}.product-uses__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-uses__card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.product-uses__card{display:flex;flex-direction:column;overflow:hidden;flex:0 0 80%;scroll-snap-align:start}@media(min-width:768px){.product-uses__card{flex:none}}.product-uses__card-image{aspect-ratio:16/10;overflow:hidden}.product-uses__card-image img{display:block;width:100%;height:auto;object-fit:cover;height:100%}.product-uses__card-image{background-color:#f1f3f5}.product-uses__card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.product-uses__card-title{font-size:1rem;font-weight:600;color:#212529;margin:0}.product-uses__card-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin:0;flex:1}.product-uses__bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.product-uses__bottom-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:0 0 .75rem}.product-uses__bottom-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8}.product-faq-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-faq-layout{grid-template-columns:1fr 320px;gap:2rem;align-items:start}}.product-faq__table{display:flex;flex-direction:column;border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.product-faq__row{border-bottom:1px solid #e9ecef;padding:1rem 1.25rem}.product-faq__row:last-child{border-bottom:none}.product-faq__row:nth-child(2n){background-color:#f8f9fa}.product-faq__question{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.5rem}.product-faq__answer-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8}.product-faq__answer-text p{margin:0}.product-faq__answer-text p+p{margin-top:.5rem}.product-faq__answer-text ul,.product-faq__answer-text ol{padding-left:1.25rem;margin:.5rem 0}.product-faq-cta{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.product-faq-cta__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:0}.product-faq-cta__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin:0}.product-faq-cta__phone{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#2d6a4f;text-decoration:none;transition:color .15s ease}.product-faq-cta__phone:hover{color:#1b4332}.product-faq-cta__phone svg{flex-shrink:0}.product-faq-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.product-faq-cta__btn:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.product-faq-cta__btn:disabled,.product-faq-cta__btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.product-faq-cta__btn{background-color:transparent;color:#2d6a4f;border-color:#2d6a4f}.product-faq-cta__btn:hover,.product-faq-cta__btn:focus{background-color:#2d6a4f;color:#fff}.product-faq-cta__btn{width:100%;justify-content:center}.product-resources__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.product-resources__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-resources__grid{grid-template-columns:repeat(3,1fr)}}.product-resources .resource-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.product-resources .resource-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.product-resources .resource-card{display:flex;flex-direction:column}.product-resources .resource-card .resource-card__image-wrap{position:relative;aspect-ratio:16/9;overflow:hidden}.product-resources .resource-card .resource-card__image-wrap img{display:block;width:100%;height:auto;object-fit:cover;height:100%}.product-resources .resource-card .resource-card__image-wrap{background-color:#e9ecef}.product-resources .resource-card .resource-card__image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000026,#00000080);z-index:1;pointer-events:none}.product-resources .resource-card .resource-card__image{display:block;width:100%;height:auto;height:100%;object-fit:cover}.product-resources .resource-card .resource-card__image-placeholder{width:100%;height:100%;background-color:#dee2e6}.product-resources .resource-card .resource-card__title{position:absolute;top:1rem;left:1rem;right:1rem;z-index:2;font-size:1rem;font-weight:700;color:#fff;line-height:1.2;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.3)}.product-resources .resource-card .resource-card__link{display:inline-flex;align-items:center;gap:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#2d6a4f;text-decoration:none;transition:gap .15s ease,color .15s ease}.product-resources .resource-card .resource-card__link:hover{gap:.5rem;color:#1b4332}.product-resources .resource-card .resource-card__link svg{width:14px;height:14px;flex-shrink:0}.zip-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.zip-modal-overlay.is-open{opacity:1;visibility:visible}.zip-modal{background-color:#fff;border-radius:12px;padding:2rem;width:90%;max-width:440px;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.zip-modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:#6c757d;border-radius:9999px}.zip-modal__close:hover{background-color:#f1f3f5;color:#212529}.zip-modal__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin:0 0 .5rem}.zip-modal__subtitle{font-size:.875rem;color:#495057;margin:0 0 1.5rem}.zip-modal__form{display:flex;gap:.5rem}.zip-modal__input{flex:1;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;outline:none}.zip-modal__input:focus{border-color:#2d6a4f;box-shadow:0 0 0 2px #2d6a4f26}.zip-modal__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.zip-modal__submit:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.zip-modal__submit:disabled,.zip-modal__submit[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.zip-modal__submit{background-color:#a8570e;color:#fff;border-color:#a8570e}.zip-modal__submit:hover,.zip-modal__submit:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.zip-modal__submit{padding:.75rem 1.5rem;white-space:nowrap}.zip-modal__result{margin-top:1.25rem;padding:1rem;border-radius:8px;font-size:.875rem}.zip-modal__result--success{background-color:#2d6a4f14;color:#2d6a4f;border:1px solid rgba(45,106,79,.2)}.zip-modal__result--error{background-color:#d6282814;color:#d62828;border:1px solid rgba(214,40,40,.2)}.zip-modal__result a{color:inherit;font-weight:500;text-decoration:underline}.section{padding:2.5rem 0}.section__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1.5rem}@media(min-width:768px){.section__title{font-size:1.875rem}}.product-reviews{padding:2.5rem 0}.product-reviews__intro{margin-bottom:1.5rem}.product-reviews__intro p{font-size:.875rem;color:#495057;line-height:1.8;margin:0}.product-reviews__widget{min-height:200px}.product-region-section__map{border-radius:8px;overflow:hidden}.product-region-section__map img{display:block;width:100%;height:auto;object-fit:cover}.product-video-section__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.product-video-section__grid{grid-template-columns:repeat(2,1fr)}}.product-video-section__item{border-radius:8px;aspect-ratio:16/9;overflow:hidden}.product-video-section__item img{display:block;width:100%;height:auto;object-fit:cover;height:100%}.product-video-section__item{background-color:#f1f3f5}.product-video-section__item iframe{width:100%;height:100%;border:none}.variation-cards__scroll-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffffe6;border:1px solid #dee2e6;border-radius:9999px;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;z-index:2;transition:opacity .15s ease}.variation-cards__scroll-arrow.is-hidden{opacity:0;pointer-events:none}.variation-cards__scroll-arrow svg{color:#212529}.card-carousel__arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffffe6;border:1px solid #dee2e6;border-radius:9999px;cursor:pointer;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;z-index:2;transition:opacity .15s ease}.card-carousel__arrow.is-hidden{opacity:0;pointer-events:none}.card-carousel__arrow svg{color:#212529}@media(min-width:768px){.card-carousel__arrow{display:none}}.card-carousel__dots{display:flex;justify-content:center;gap:.25rem;margin-top:.75rem}@media(min-width:768px){.card-carousel__dots{display:none}}.card-carousel__dot{width:6px;height:6px;border-radius:9999px;background-color:#ced4da;transition:background-color .15s ease}.card-carousel__dot.is-active{background-color:#2d6a4f}.product-upsells{padding:2.5rem 0}.product-upsells__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.product-upsells__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-upsells__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1200px){.product-upsells__grid{grid-template-columns:repeat(4,1fr)}}[data-lazy-section]{content-visibility:auto;contain-intrinsic-size:auto 600px}.product-video__container{position:relative;border-radius:8px;overflow:hidden;margin-bottom:1rem;max-width:640px}.product-video__facade{position:relative;cursor:pointer;aspect-ratio:16/9;background-color:#212529}.product-video__facade img{display:block;width:100%;height:auto;height:100%;object-fit:cover}.product-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;padding:0;cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .15s ease}.product-video__play:hover{transform:translate(-50%,-50%) scale(1.1)}.product-video__embed{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden}.product-video__embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.mobile-atc-bar{position:fixed;bottom:0;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background-color:#fff;border-top:1px solid #e9ecef;box-shadow:0 -2px 10px #00000014;transform:translateY(100%);transition:transform .25s ease}.mobile-atc-bar.is-visible{transform:translateY(0)}@media(min-width:768px){.mobile-atc-bar{display:none}}.mobile-atc-bar__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.mobile-atc-bar__btn:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.mobile-atc-bar__btn:disabled,.mobile-atc-bar__btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.mobile-atc-bar__btn{background-color:#a8570e;color:#fff;border-color:#a8570e}.mobile-atc-bar__btn:hover,.mobile-atc-bar__btn:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.mobile-atc-bar__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;border-radius:12px}.mobile-atc-bar__btn svg{flex-shrink:0}.mobile-atc-bar__price{font-size:1.25rem;font-weight:700;color:#212529;white-space:nowrap;flex-shrink:0}.category-hero{position:relative;padding:2.5rem 0 2rem;background-color:#f1f3f5;color:#212529;overflow:hidden;min-height:200px}@media(min-width:768px){.category-hero{padding:3rem 0 2.5rem;min-height:260px}}@media(min-width:992px){.category-hero{padding:4rem 0 3rem;min-height:320px}}.category-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.category-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.category-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#ffffffb3}@media(min-width:768px){.category-hero__overlay{background:linear-gradient(to right,#fffffff2,#ffffffd9 35%,#ffffff73 65%,#fff0)}}.category-hero:not(.category-hero--has-bg) .category-hero__overlay{background:linear-gradient(to right,#fffffff7,#ffffffe6,#2d6a4f14)}.category-hero__content{position:relative;z-index:2}.category-hero__usps{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.category-hero__usp-item{display:inline-flex;align-items:center;gap:.25rem;color:#212529;font-size:.875rem;font-weight:400;white-space:nowrap;line-height:1.6}.category-hero__usp-icon{width:16px;height:16px;flex-shrink:0;opacity:.7}.category-hero__usp-item:not(:first-child):before{content:"|";display:inline-block;margin:0 .25rem;color:#ced4da;font-size:.875rem;-webkit-user-select:none;user-select:none}.category-hero__breadcrumbs{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.25rem;margin-bottom:.75rem;font-size:.875rem}.category-hero__breadcrumbs a{color:#6c757d;text-decoration:none;transition:color .15s ease}.category-hero__breadcrumbs a:hover{color:#2d6a4f}.category-hero__breadcrumbs .breadcrumb-sep{color:#ced4da;margin:0 .25rem}.category-hero__breadcrumbs .breadcrumb-current{color:#212529;font-weight:500}.category-hero__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}@media(min-width:768px){.category-hero__title{font-size:3rem}}@media(min-width:992px){.category-hero__title{font-size:3.75rem}}.category-hero__desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;max-width:560px;margin:0 0 1rem;line-height:1.8}.category-hero__quiz-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;background:none;border:none;padding:0;cursor:pointer;color:#495057;line-height:1.5}.category-hero__quiz-btn:hover .category-hero__quiz-label,.category-hero__quiz-btn:focus .category-hero__quiz-label{color:#1b4332;text-decoration-color:#1b4332}.category-hero__quiz-prompt{color:#495057;font-weight:400}.category-hero__quiz-separator{color:#adb5bd;margin:0 2px}.category-hero__quiz-label{display:inline-flex;align-items:center;gap:4px;color:#2d6a4f;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.category-hero__quiz-label svg{flex-shrink:0}.category-quick-filters{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.category-quick-filters{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.category-quick-filters{padding-top:5rem;padding-bottom:5rem}}.category-quick-filters{background-color:#fff}.category-quick-filters__heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;text-align:center;margin-bottom:.5rem}@media(min-width:768px){.category-quick-filters__heading{font-size:2.25rem}}.category-quick-filters__subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;text-align:center;color:#495057;max-width:560px;margin:0 auto 2rem}.category-quick-filters__grid{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;margin-bottom:-.5rem}.category-quick-filters__grid::-webkit-scrollbar{height:4px}.category-quick-filters__grid::-webkit-scrollbar-track{background:#e9ecef;border-radius:2px}.category-quick-filters__grid::-webkit-scrollbar-thumb{background:#ced4da;border-radius:2px}.category-quick-filters__card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:12px;text-decoration:none;transition:all .25s ease;flex:0 0 260px;scroll-snap-align:start}@media(min-width:768px){.category-quick-filters__card{flex:0 0 280px}}.category-quick-filters__card:hover{border-color:#2d6a4f;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.category-quick-filters__card:hover .category-quick-filters__card-title{color:#2d6a4f}.category-quick-filters__card:hover .category-quick-filters__card-meta svg{transform:translate(2px)}.category-quick-filters__card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;background-color:#2d6a4f14;border-radius:8px;color:#2d6a4f}.category-quick-filters__card-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden}.category-quick-filters__card-thumb img{width:100%;height:100%;object-fit:cover}.category-quick-filters__card-body{flex:1;min-width:0}.category-quick-filters__card-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;color:#212529;margin:0 0 .25rem;transition:color .15s ease}.category-quick-filters__card-desc{font-size:.875rem;color:#495057;line-height:1.8;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-quick-filters__card-meta{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#2d6a4f;text-transform:uppercase;letter-spacing:.025em}.category-quick-filters__card-meta svg{flex-shrink:0;transition:transform .15s ease}.shop-by-app{background-color:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0}.shop-by-app__inner{display:flex;align-items:center;gap:1rem}@media(max-width:991px){.shop-by-app__inner{flex-wrap:wrap;gap:.5rem .75rem}}.shop-by-app__heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0;margin:0}.shop-by-app__scroll-wrap{position:relative;flex:1;min-width:0;overflow:hidden}@media(max-width:991px){.shop-by-app__scroll-wrap{flex:0 0 100%}}.shop-by-app__scroll{display:flex;gap:.5rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.shop-by-app__scroll::-webkit-scrollbar{display:none}.shop-by-app__scroll{padding:.25rem 0}.shop-by-app__scroll-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;background:#0000008c;color:#fff;border:none;cursor:pointer;transition:background .25s ease}.shop-by-app__scroll-btn:hover{background:#000c}.shop-by-app__scroll-btn--prev{left:8px}.shop-by-app__scroll-btn--next{right:8px}.shop-by-app__scroll-btn[hidden]{display:none}.shop-by-app__scroll-btn svg{width:20px;height:20px;flex-shrink:0}.shop-by-app__pill{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#495057;background-color:#f1f3f5;border:1px solid #dee2e6;border-radius:9999px;white-space:nowrap;flex-shrink:0;cursor:pointer;transition:all .15s ease}.shop-by-app__pill:hover{color:#2d6a4f;border-color:#2d6a4f;background-color:#2d6a4f0a}.shop-by-app__pill--active{color:#fff;background-color:#2d6a4f;border-color:#2d6a4f}.shop-by-app__pill--active:hover{background-color:#1b4332;border-color:#1b4332;color:#fff}.shop-by-app__pill--active .shop-by-app__count{background-color:#ffffff40;color:#fff}.shop-by-app__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.75rem;font-weight:600;background-color:#dee2e6;color:#495057;border-radius:9999px;transition:all .15s ease}.shop-by-app__dropdown{position:relative;flex-shrink:0}.shop-by-app__pill--dropdown{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#495057;background-color:#f1f3f5;border:1px solid #dee2e6;border-radius:9999px;white-space:nowrap;flex-shrink:0;cursor:pointer;transition:all .15s ease}.shop-by-app__pill--dropdown:hover,.shop-by-app__pill--dropdown[aria-expanded=true]{color:#2d6a4f;border-color:#2d6a4f;background-color:#2d6a4f0a}.shop-by-app__pill--dropdown[aria-expanded=true] .shop-by-app__dropdown-chevron{transform:rotate(180deg)}.shop-by-app__pill--dropdown.has-selections{color:#fff;background-color:#2d6a4f;border-color:#2d6a4f}.shop-by-app__pill--dropdown.has-selections .shop-by-app__dropdown-chevron{color:#fff}.shop-by-app__dropdown-chevron{flex-shrink:0;transition:transform .15s ease;color:#6c757d}.shop-by-app__dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;z-index:100;min-width:240px;padding:.75rem;background:#fff;border:1px solid #dee2e6;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:none}.shop-by-app__dropdown-menu.is-open{display:block}.shop-by-app__dropdown-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background-color .15s ease}.shop-by-app__dropdown-option:hover{background-color:#f1f3f5}.shop-by-app__dropdown-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.shop-by-app__dropdown-checkbox:checked+.shop-by-app__dropdown-check{background-color:#2d6a4f;border-color:#2d6a4f}.shop-by-app__dropdown-checkbox:checked+.shop-by-app__dropdown-check:after{opacity:1;transform:rotate(45deg) scale(1)}.shop-by-app__dropdown-check{width:18px;height:18px;flex-shrink:0;border:2px solid #ced4da;border-radius:4px;position:relative;transition:all .15s ease}.shop-by-app__dropdown-check:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .15s ease}.shop-by-app__dropdown-label{font-size:.875rem;color:#212529;flex:1}.shop-by-app__dropdown-count{font-size:.75rem;color:#6c757d}.shop-by-app__dropdown-apply{display:block;width:100%;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background-color:#2d6a4f;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.shop-by-app__dropdown-apply:hover{background-color:#1b4332}.category-layout{display:flex;gap:2rem;padding-top:1.5rem;padding-bottom:3rem}@media(max-width:991px){.category-layout{gap:0}}.filter-sidebar{width:280px;flex-shrink:0;position:sticky;top:calc(72px + 1rem);max-height:calc(100vh - 72px - 2rem);overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.filter-sidebar::-webkit-scrollbar{display:none}.filter-sidebar{background-color:#f1f3f5;border-radius:12px;padding:1rem}@media(max-width:991px){.filter-sidebar{display:none;position:fixed;left:0;right:0;bottom:0;top:auto;z-index:500;width:100%;max-width:100%;max-height:85vh;background-color:#fff;box-shadow:0 -4px 24px #00000026;padding:1rem 1.5rem 1.5rem;overflow-y:auto;border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .3s ease}.filter-sidebar--open{display:block;transform:translateY(0)}}@media(min-width:992px){.filter-sidebar{display:block}}.filter-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.filter-sidebar__title{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:1rem;font-weight:600;color:#212529;margin:0}.filter-sidebar__title svg{color:#6c757d}.filter-sidebar__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6c757d;background:none;border:none;cursor:pointer;transition:color .15s ease}.filter-sidebar__close:hover{color:#212529}@media(min-width:992px){.filter-sidebar__close{display:none}}.filter-sidebar__drag-handle{display:none}@media(max-width:991px){.filter-sidebar__drag-handle{display:flex;justify-content:center;padding:.5rem 0 .75rem;cursor:grab}}.filter-sidebar__drag-bar{width:40px;height:4px;background-color:#ced4da;border-radius:9999px}.filter-sidebar__clear-all{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.filter-sidebar__clear-all:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.filter-sidebar__clear-all:disabled,.filter-sidebar__clear-all[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.filter-sidebar__clear-all{width:100%;padding:.75rem;font-size:.875rem;color:#d62828;background:transparent;border-color:#d62828;margin-top:1.5rem}.filter-sidebar__clear-all:hover{background-color:#d62828;color:#fff}.filter-sidebar__desktop-toggle{display:none}@media(min-width:992px){.filter-sidebar__desktop-toggle{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;color:#6c757d;background:none;border:none;cursor:pointer;transition:color .15s ease;white-space:nowrap}.filter-sidebar__desktop-toggle:hover{color:#212529}.filter-sidebar__desktop-toggle svg{flex-shrink:0;transition:transform .15s ease}}@media(min-width:992px){.filter-sidebar--collapsed{width:auto!important;padding:.75rem}.filter-sidebar--collapsed .filter-sidebar__header{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-sidebar--collapsed .filter-sidebar__title,.filter-sidebar--collapsed .filter-sidebar__body{display:none}.filter-sidebar--collapsed .filter-sidebar__desktop-toggle svg{transform:rotate(180deg)}}.filter-fab{display:none}@media(max-width:991px){.filter-fab{display:flex;align-items:center;justify-content:center;gap:.5rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:300;padding:.75rem 1.5rem;background-color:#2d6a4f;color:#fff;border:none;border-radius:9999px;font-size:.875rem;font-weight:600;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;transition:all .25s ease}.filter-fab:hover,.filter-fab:active{background-color:#1b4332;transform:translate(-50%) scale(1.05)}.filter-fab svg{width:18px;height:18px;flex-shrink:0}}.filter-drawer-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:499;background:#0006}.filter-drawer-backdrop.is-visible{display:block}.filter-widget{margin-bottom:0;padding-bottom:0;border-bottom:1px solid #e9ecef}.filter-widget:last-of-type{border-bottom:none}.filter-widget__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem .5rem;background:none;border:none;cursor:pointer;color:#212529;transition:color .15s ease}.filter-widget__toggle:hover{color:#2d6a4f}.filter-widget__toggle[aria-expanded=true] .filter-widget__chevron{transform:rotate(180deg)}.filter-widget__chevron{flex-shrink:0;color:#6c757d;transition:transform .15s ease}.filter-widget__title{font-size:.875rem;font-weight:600;color:inherit;text-transform:uppercase;letter-spacing:.025em;margin:0}.filter-widget__list,.filter-widget__content{display:none;padding:0 .5rem 1rem}.filter-widget--open>.filter-widget__list,.filter-widget--open>.filter-widget__content{display:flex;flex-direction:column;gap:.25rem}.filter-widget__list{flex-direction:column;gap:.25rem}.filter-widget__option{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background-color .15s ease}.filter-widget__option:hover{background-color:#f1f3f5}.filter-widget__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.filter-widget__checkbox:checked+.filter-widget__checkbox-custom{background-color:#2d6a4f;border-color:#2d6a4f}.filter-widget__checkbox:checked+.filter-widget__checkbox-custom:after{opacity:1;transform:rotate(45deg) scale(1)}.filter-widget__checkbox:focus-visible+.filter-widget__checkbox-custom{outline:2px solid #2d6a4f;outline-offset:2px}.filter-widget__checkbox-custom{width:18px;height:18px;flex-shrink:0;border:2px solid #ced4da;border-radius:4px;position:relative;transition:all .15s ease}.filter-widget__checkbox-custom:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .15s ease}.filter-widget__label{font-size:.875rem;color:#212529;flex:1}.filter-widget__count{font-size:.75rem;color:#6c757d}.filter-widget__zip-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid #dee2e6;border-radius:8px;background-color:#fff;transition:border-color .15s ease}.filter-widget__zip-input:focus{outline:none;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.filter-widget__zip-input::placeholder{color:#6c757d}.filter-widget__help{font-size:.75rem;color:#6c757d;margin-top:.5rem;margin-bottom:0}.category-products{flex:1;min-width:0}.category-products__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.category-products__toolbar-left,.category-products__toolbar-right{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.category-products__toolbar-right .woocommerce-ordering{margin:0}.category-products__toolbar-right .woocommerce-ordering select{font-size:.875rem;padding:.5rem 2rem .5rem .75rem;border:1px solid #dee2e6;border-radius:8px;background-color:#fff;color:#212529;cursor:pointer}.category-products__toolbar-right .woocommerce-ordering select:focus{outline:none;border-color:#2d6a4f}.category-products__filter-toggle{display:none}.results-count{font-size:.875rem;color:#6c757d}.active-filters{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.active-filters:empty{display:none}.active-filters.has-filters{margin-bottom:1rem}.active-filter-pill{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#2d6a4f;background-color:#2d6a4f14;border:none;border-radius:9999px;cursor:pointer;transition:background-color .15s ease}.active-filter-pill:hover{background-color:#2d6a4f26}.active-filter-pill svg{width:12px;height:12px;opacity:.7}.active-filter-clear-all{font-size:.75rem;font-weight:500;color:#6c757d;text-decoration:underline;background:none;border:none;cursor:pointer;transition:color .15s ease}.active-filter-clear-all:hover{color:#d62828}.product-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid-loading{display:none;position:relative;min-height:200px}.product-grid-loading.is-visible{display:flex;align-items:center;justify-content:center}.product-grid-loading__spinner{width:40px;height:40px;border:3px solid #dee2e6;border-top-color:#2d6a4f;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product-grid.is-loading{opacity:.4;pointer-events:none;transition:opacity .25s ease}.product-grid-empty{text-align:center;padding:4rem 0}.product-grid-empty__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1rem;background-color:#f1f3f5;border-radius:9999px;color:#6c757d}.product-grid-empty__text{font-size:1.125rem;color:#495057;margin-bottom:1rem}.product-grid-empty__reset{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.product-grid-empty__reset:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.product-grid-empty__reset:disabled,.product-grid-empty__reset[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.product-grid-empty__reset{background-color:transparent;color:#2d6a4f;border-color:#2d6a4f}.product-grid-empty__reset:hover,.product-grid-empty__reset:focus{background-color:#2d6a4f;color:#fff}.pagination-container{margin-top:2rem}.pagination-container .nav-links{display:flex;align-items:center;justify-content:center;gap:.5rem}.pagination-container .page-numbers{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;font-size:.875rem;font-weight:500;color:#495057;border:1px solid #dee2e6;border-radius:8px;text-decoration:none;transition:all .15s ease}.pagination-container .page-numbers:hover{color:#2d6a4f;border-color:#2d6a4f}.pagination-container .page-numbers.current{color:#fff;background-color:#2d6a4f;border-color:#2d6a4f}.pagination-container .page-numbers.dots{border:none;color:#6c757d}.pagination-container .page-numbers.prev,.pagination-container .page-numbers.next{padding:0 .75rem}.category-seo-content{background-color:#f8f9fa;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.category-seo-content{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.category-seo-content{padding-top:5rem;padding-bottom:5rem}}.category-seo-content__inner{max-width:960px}.category-seo-content__inner h2{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem;margin-top:2rem}.category-seo-content__inner h2:first-child{margin-top:0}.category-seo-content__inner h3{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem;margin-top:1.5rem}.category-seo-content__inner h3:first-child{margin-top:0}.category-seo-content__inner h4{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.5rem;margin-top:1.25rem}.category-seo-content__inner h4:first-child{margin-top:0}.category-seo-content__inner p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin-bottom:1rem;line-height:1.8}.category-seo-content__inner ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.category-seo-content__inner ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin-bottom:.5rem}.category-seo-content__inner ol{list-style-type:decimal;padding-left:1.5rem;margin-bottom:1rem}.category-seo-content__inner ol li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin-bottom:.5rem}.category-seo-content__inner a{color:#2d6a4f;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.category-seo-content__inner a:hover{color:#1b4332}.category-seo-content__inner .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.category-seo-content__inner table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}.category-seo-content__inner table th,.category-seo-content__inner table td{padding:.75rem 1rem;border:1px solid #e9ecef;text-align:left;color:#495057}.category-seo-content__inner table th{background-color:#f1f3f5;font-weight:600;color:#212529}.category-seo-content__inner table tbody tr:nth-child(2n){background-color:#f1f3f5}.category-seo-content__inner table tbody tr:nth-child(odd){background-color:#fff}.category-seo-content__inner img{max-width:100%;height:auto;border-radius:12px;margin-top:1rem;margin-bottom:1rem}.category-seo-content__inner hr{border:none;border-top:1px solid #e9ecef;margin:2rem 0}.category-seo-content__inner>div{margin-bottom:1.5rem}.category-seo-content__inner>div:last-child{margin-bottom:0}.seed-finder-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem}.seed-finder-modal[hidden]{display:none}.seed-finder-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.seed-finder-modal__panel{position:relative;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(max-width:575px){.seed-finder-modal__panel{padding:1.25rem;max-height:95vh}}.seed-finder-modal__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6c757d;background:none;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.seed-finder-modal__close:hover{color:#212529;background-color:#f1f3f5}.seed-finder-modal__progress{width:100%;height:4px;background-color:#e9ecef;border-radius:9999px;margin-bottom:1.5rem;overflow:hidden}.seed-finder-modal__progress-bar{height:100%;background-color:#2d6a4f;border-radius:9999px;transition:width .25s ease}.seed-finder-modal__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.5rem}@media(min-width:768px){.seed-finder-modal__title{font-size:1.875rem}}.seed-finder-modal__step{font-size:.875rem;color:#6c757d;margin-bottom:1.5rem}.seed-finder-modal__nav{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e9ecef}.seed-finder-modal__back{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.seed-finder-modal__back:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.seed-finder-modal__back:disabled,.seed-finder-modal__back[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.seed-finder-modal__back{background-color:transparent;color:#212529;border-color:#dee2e6}.seed-finder-modal__back:hover,.seed-finder-modal__back:focus{background-color:#f1f3f5;border-color:#ced4da}.seed-finder-modal__back{font-size:.875rem;padding:.5rem 1rem}.seed-finder-modal__back:disabled{opacity:.3;cursor:not-allowed}.seed-finder-modal__next{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.seed-finder-modal__next:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.seed-finder-modal__next:disabled,.seed-finder-modal__next[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.seed-finder-modal__next{background-color:#a8570e;color:#fff;border-color:#a8570e}.seed-finder-modal__next:hover,.seed-finder-modal__next:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.seed-finder-modal__next{font-size:.875rem;padding:.5rem 1.5rem}.seed-finder-modal__next:disabled{opacity:.3;cursor:not-allowed}.seed-finder-modal__results[hidden]{display:none}.seed-finder-modal__results-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1.5rem;text-align:center}.seed-finder-modal__results-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.seed-finder-modal__results-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.seed-finder-modal__results-grid{grid-template-columns:repeat(3,1fr)}}.seed-finder-modal__results-actions{text-align:center;margin-top:1.5rem}.seed-finder-modal__restart{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.seed-finder-modal__restart:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.seed-finder-modal__restart:disabled,.seed-finder-modal__restart[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.seed-finder-modal__restart{background-color:transparent;color:#212529;border-color:#dee2e6}.seed-finder-modal__restart:hover,.seed-finder-modal__restart:focus{background-color:#f1f3f5;border-color:#ced4da}.seed-finder-modal__restart{font-size:.875rem}.quiz-step[hidden]{display:none}.quiz-step__question{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#212529;font-weight:500;margin-bottom:1rem}.quiz-step__options{display:flex;flex-direction:column;gap:.5rem}.quiz-option{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;width:100%;padding:.75rem 1rem;text-align:left;background:#fff;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;transition:all .15s ease}.quiz-option:hover{border-color:#ced4da;background-color:#f1f3f5}.quiz-option--selected{border-color:#2d6a4f;background-color:#2d6a4f0a}.quiz-option--selected .quiz-option__check{background-color:#2d6a4f;border-color:#2d6a4f;color:#fff}.quiz-option--selected .quiz-option__check svg{opacity:1}.quiz-option__check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border:2px solid #ced4da;border-radius:9999px;transition:all .15s ease}.quiz-option__check svg{opacity:0;transition:opacity .15s ease}.quiz-option__label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;color:#212529;line-height:1.6}.quiz-result-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.quiz-result-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.quiz-result-card{padding:1rem;text-align:center}.quiz-result-card__image{aspect-ratio:1;overflow:hidden;border-radius:8px;margin-bottom:.75rem}.quiz-result-card__image img{width:100%;height:100%;object-fit:cover}.quiz-result-card__name{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quiz-result-card__score{font-size:.75rem;color:#2d6a4f;font-weight:500;margin-bottom:.25rem}.quiz-result-card__price{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.75rem;min-height:1.5em}.quiz-result-card__price .woocommerce-Price-amount{color:#212529}.quiz-result-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.quiz-result-card__cta:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.quiz-result-card__cta:disabled,.quiz-result-card__cta[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.quiz-result-card__cta{background-color:#a8570e;color:#fff;border-color:#a8570e}.quiz-result-card__cta:hover,.quiz-result-card__cta:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.quiz-result-card__cta{width:100%;font-size:.875rem;padding:.5rem 1rem}.branded-banner{position:relative;width:100%;overflow:hidden;border-radius:12px;background:#212529;aspect-ratio:16/9;grid-column:span 1}@media(min-width:576px){.branded-banner{grid-column:span 2}}@media(min-width:768px){.branded-banner{aspect-ratio:3/2}}@media(min-width:992px){.branded-banner{aspect-ratio:auto;min-height:0}}.branded-banner__slider{position:relative;width:100%;height:100%}.branded-banner__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.branded-banner__slide--active{opacity:1;visibility:visible;z-index:1}.branded-banner__image{position:relative;width:100%;height:100%}.branded-banner__image img{width:100%;height:100%;object-fit:cover;display:block}.branded-banner__gradient{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top,#000000e6,#000000a6 40%,#0000004d,#0000);pointer-events:none}.branded-banner__content{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#fff;z-index:2;display:flex;flex-direction:column;justify-content:flex-end}@media(min-width:768px){.branded-banner__content{padding:1.25rem}}.branded-banner__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 .5rem;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.branded-banner__title{font-size:1.875rem}}.branded-banner__text{font-size:.875rem;line-height:1.8;font-weight:400;margin:0;color:#fff;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:575px){.branded-banner__text{display:none}}.branded-banner__indicators{position:absolute;bottom:1rem;right:1rem;display:flex;gap:.5rem;z-index:3}.branded-banner__indicator{width:32px;height:6px;background:#fff6;border-radius:3px;cursor:pointer;transition:background .3s ease;position:relative;overflow:hidden}.branded-banner__indicator:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background:#fff;border-radius:3px;transition:width .1s linear}.branded-banner__indicator--active:before{animation:branded-indicator-progress 5s linear forwards}@keyframes branded-indicator-progress{0%{width:0%}to{width:100%}}.woocommerce-cart{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.woocommerce-cart{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.woocommerce-cart{padding-top:5rem;padding-bottom:5rem}}.woocommerce-cart__inner{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.woocommerce-cart__inner{padding-left:1.5rem;padding-right:1.5rem}}.woocommerce-cart__layout{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:992px){.woocommerce-cart__layout{grid-template-columns:1fr 380px;gap:2rem}}.cart-page__shipping-notice{padding:1rem;background-color:#f8f9fa;border-radius:12px;margin-bottom:1.5rem}.cart-page__shipping-text{font-size:.875rem;color:#495057;margin:0;display:flex;align-items:center;gap:.5rem}.cart-page__shipping-text .icon--inline{flex-shrink:0}.cart-page__shipping-text--success{color:#2d6a4f;font-weight:500}.cart-page__shipping-text--surcharge{margin-top:.5rem;color:#6c757d;font-size:.875rem;padding-left:calc(16px + .5rem)}.cart-page__bulk-callout{padding:1rem;background-color:#a8570e14;border:1px solid rgba(168,87,14,.25);border-radius:12px;margin-bottom:1.5rem}.cart-page__bulk-text{font-size:.875rem;color:#495057;margin:0;line-height:1.8}.cart-page__bulk-link{color:#a8570e;font-weight:600;text-decoration:underline}.cart-page__bulk-link:hover{color:#8b4709}.cart-table{width:100%}.cart-table__header{display:none}@media(min-width:768px){.cart-table__header{display:grid;grid-template-columns:80px 1fr 120px 100px 100px 40px;gap:1rem;padding:.75rem 0;border-bottom:1px solid #dee2e6;font-size:.75rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.05em}}.cart-table__item{display:grid;grid-template-columns:80px 1fr auto;gap:.75rem;padding:1rem 0;border-bottom:1px solid #e9ecef;align-items:center}@media(min-width:768px){.cart-table__item{grid-template-columns:80px 1fr 120px 100px 100px 40px;gap:1rem}}.cart-table__image{width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f1f3f5}.cart-table__image img{display:block;width:100%;height:auto;object-fit:cover;height:100%}.cart-table__product{min-width:0}.cart-table__product-name{font-size:.875rem;font-weight:600;color:#212529;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.cart-table__product-name a{color:inherit}.cart-table__product-name a:hover{color:#2d6a4f}.cart-table__product-meta{font-size:.75rem;color:#6c757d}.cart-table__price{font-size:.875rem;font-weight:500;color:#212529}.cart-table__quantity{display:flex;align-items:center;justify-content:center;border:1px solid #dee2e6;border-radius:8px;overflow:hidden;width:fit-content}.cart-table__quantity button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:.875rem;color:#495057}.cart-table__quantity button:hover{background-color:#f1f3f5}.cart-table__quantity input{width:40px;height:32px;text-align:center;border:none;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;font-size:.875rem;font-weight:500}.cart-table__subtotal{font-size:.875rem;font-weight:700;color:#212529}.cart-table__remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6c757d;border-radius:9999px;transition:background-color .15s ease,color .15s ease}.cart-table__remove:hover{background-color:#d628281a;color:#d62828}.cart-table__remove svg{width:16px;height:16px}.cart-totals{background-color:#f8f9fa;border-radius:12px;padding:1.5rem}@media(min-width:992px){.cart-totals{position:sticky;top:calc(72px + 1.5rem)}}.cart-totals__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #dee2e6}.cart-totals__row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;font-size:.875rem;color:#495057}.cart-totals__row--total{padding-top:1rem;margin-top:.5rem;border-top:2px solid #dee2e6;font-size:1.125rem;font-weight:700;color:#212529}.cart-totals__checkout-btn{margin-top:1.25rem;width:100%}.cart-totals__coupon{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e9ecef}.cart-totals__coupon-form{display:flex;gap:.5rem}.cart-totals__coupon-form input{flex:1}.site-header--checkout{border-bottom:1px solid #e9ecef}.site-header--checkout .site-header__top-inner--checkout{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;min-height:56px}.checkout-header__phone{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;color:#495057;text-decoration:none;transition:color .15s ease}.checkout-header__phone:hover{color:#2d6a4f}@media(max-width:575px){.checkout-header__phone-text{display:none}}.site-footer--checkout{border-top:1px solid #e9ecef}.site-footer--checkout .site-footer__bottom{padding:1rem 0}.site-footer--checkout .site-footer__bottom-inner{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.site-footer--checkout .site-footer__bottom-inner{padding-left:1.5rem;padding-right:1.5rem}}.site-footer--checkout .site-footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;text-align:center}.checkout-footer__policies{display:flex;gap:1rem;font-size:.75rem}.checkout-footer__policies a{color:#6c757d;text-decoration:none}.checkout-footer__policies a:hover{color:#2d6a4f;text-decoration:underline}.checkout-form{padding:1rem 0 3rem}@media(min-width:992px){.checkout-form{padding:1.25rem 0 4rem}}.checkout-form__layout{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.checkout-form__layout{padding-left:1.5rem;padding-right:1.5rem}}.checkout-form__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:992px){.checkout-form__layout{grid-template-columns:1fr 400px;gap:2.5rem}}@media(min-width:1200px){.checkout-form__layout{grid-template-columns:1fr 420px}}.checkout-form__main{min-width:0}.checkout-form__section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.checkout-form__section:last-child{border-bottom:none;margin-bottom:0}.checkout-form__section-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:1.25rem}.checkout-form__section-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;background-color:#2d6a4f;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;flex-shrink:0}.checkout-form__notes-toggle{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;background:none;border:none;padding:.75rem 0;font-size:.875rem;font-weight:500;color:#2d6a4f;cursor:pointer;transition:color .15s ease;width:100%}.checkout-form__notes-toggle:hover{color:#1b4332}.checkout-form__notes-toggle svg{transition:transform .15s ease;margin-left:auto}.checkout-form__notes-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.checkout-form__notes-content{padding-top:1rem}.checkout-form__notes-content[hidden]{display:none}.checkout-form__same-billing{margin-bottom:1rem}.checkout-form__same-billing label{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;font-weight:500;cursor:pointer}.checkout-form__same-billing input[type=checkbox]{accent-color:#2d6a4f;width:18px;height:18px;flex-shrink:0}.checkout-form .form-row{margin-bottom:1rem}.checkout-form .form-row label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#212529}.checkout-form .form-row input[type=text],.checkout-form .form-row input[type=email],.checkout-form .form-row input[type=tel],.checkout-form .form-row input[type=number],.checkout-form .form-row input[type=password],.checkout-form .form-row input[type=url],.checkout-form .form-row select,.checkout-form .form-row textarea{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#212529;background-color:#fff;border:1px solid #dee2e6;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.checkout-form .form-row input[type=text]::placeholder,.checkout-form .form-row input[type=email]::placeholder,.checkout-form .form-row input[type=tel]::placeholder,.checkout-form .form-row input[type=number]::placeholder,.checkout-form .form-row input[type=password]::placeholder,.checkout-form .form-row input[type=url]::placeholder,.checkout-form .form-row select::placeholder,.checkout-form .form-row textarea::placeholder{color:#6c757d}.checkout-form .form-row input[type=text]:focus,.checkout-form .form-row input[type=email]:focus,.checkout-form .form-row input[type=tel]:focus,.checkout-form .form-row input[type=number]:focus,.checkout-form .form-row input[type=password]:focus,.checkout-form .form-row input[type=url]:focus,.checkout-form .form-row select:focus,.checkout-form .form-row textarea:focus{outline:none;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.checkout-form .form-row textarea{min-height:80px;resize:vertical}.checkout-form .form-row select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23868e96' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.checkout-form .form-row.woocommerce-invalid input,.checkout-form .form-row.woocommerce-invalid select,.checkout-form .form-row.woocommerce-invalid textarea{border-color:#d62828}.checkout-form .form-row.woocommerce-invalid input:focus,.checkout-form .form-row.woocommerce-invalid select:focus,.checkout-form .form-row.woocommerce-invalid textarea:focus{box-shadow:0 0 0 3px #d628281a}.checkout-form .form-row.woocommerce-validated input,.checkout-form .form-row.woocommerce-validated select,.checkout-form .form-row.woocommerce-validated textarea{border-color:#2d6a4f}.checkout-form .form-row abbr.required{color:#d62828;text-decoration:none}@media(min-width:576px){.checkout-form .form-row-first,.checkout-form .form-row-last{display:inline-block;width:calc(50% - .5rem);vertical-align:top}}@media(min-width:576px){.checkout-form .form-row-first{margin-right:.5rem}}@media(min-width:576px){.checkout-form .form-row-last{margin-left:.5rem}}@media(min-width:576px){.checkout-form .form-row--zip,.checkout-form .form-row--city,.checkout-form .form-row--state{display:inline-block;vertical-align:top;margin-bottom:1rem}}@media(min-width:576px){.checkout-form .form-row--zip{width:calc(25% - .5rem);margin-right:.5rem}}@media(min-width:576px){.checkout-form .form-row--city{width:calc(45% - .5rem);margin-right:.5rem}}@media(min-width:576px){.checkout-form .form-row--state{width:30%}}.checkout-form .woocommerce-shipping-fields #ship-to-different-address{margin-top:0}.checkout-form .woocommerce-shipping-fields #ship-to-different-address label{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;font-weight:500;cursor:pointer}.checkout-form__account-notice{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;background-color:#2d6a4f0d;border:1px solid rgba(45,106,79,.15);border-radius:8px;font-size:.875rem;color:#495057}.checkout-form__account-notice svg{flex-shrink:0;color:#2d6a4f}.checkout-form__account-notice a{color:#2d6a4f;font-weight:600;text-decoration:none}.checkout-form__account-notice a:hover{text-decoration:underline}@media(min-width:992px){.checkout-form__sidebar{position:relative}}.checkout-form__sidebar-inner{background-color:#f8f9fa;border-radius:12px;padding:1.5rem}@media(min-width:992px){.checkout-form__sidebar-inner{position:sticky;top:1.5rem}}.checkout-form__sidebar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:#2d6a4f;transition:background-color .15s ease}@media(min-width:992px){.checkout-form__sidebar-toggle{display:none}}.checkout-form__sidebar-toggle:hover{background-color:#f1f3f5}.checkout-form__sidebar-toggle[aria-expanded=true] .checkout-form__sidebar-toggle-chevron{transform:rotate(180deg)}.checkout-form__sidebar-toggle-text{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.checkout-form__sidebar-toggle-chevron{transition:transform .15s ease}.checkout-form__sidebar-toggle-total{font-weight:700;color:#212529;font-size:1.125rem}@media(max-width:991px){#checkout-sidebar-content{display:none;margin-top:1rem;background-color:#f8f9fa;border-radius:12px;padding:1.25rem}#checkout-sidebar-content.is-expanded{display:block}}@media(max-width:991px){.checkout-form__section-title--sidebar{display:none}}.checkout-form__order-review .shop_table{width:100%;border-collapse:collapse;margin-bottom:1rem}.checkout-form__order-review .shop_table thead{display:none}.checkout-form__order-review .shop_table tbody tr{border-bottom:1px solid #e9ecef}.checkout-form__order-review .shop_table tbody tr:last-child{border-bottom:none}.checkout-form__order-review .shop_table tbody td{padding:.75rem 0;font-size:.875rem;vertical-align:top}.checkout-form__order-review .shop_table tbody .product-name{font-weight:500;color:#212529;padding-right:1rem}.checkout-form__order-review .shop_table tbody .product-name .product-quantity{font-weight:400;color:#6c757d}.checkout-form__order-review .shop_table tbody .product-total{text-align:right;font-weight:600;color:#212529;white-space:nowrap}.checkout-form__order-review .shop_table tfoot tr{border-top:1px solid #e9ecef}.checkout-form__order-review .shop_table tfoot tr:first-child{border-top:2px solid #dee2e6}.checkout-form__order-review .shop_table tfoot tr th,.checkout-form__order-review .shop_table tfoot tr td{padding:.5rem 0;font-size:.875rem}.checkout-form__order-review .shop_table tfoot tr th{text-align:left;font-weight:500;color:#495057}.checkout-form__order-review .shop_table tfoot tr td{text-align:right;font-weight:600;color:#212529}.checkout-form__order-review .shop_table tfoot .order-total th,.checkout-form__order-review .shop_table tfoot .order-total td{padding-top:.75rem;font-size:1.25rem;font-weight:700;color:#212529}.checkout-form__order-review .shop_table tfoot .order-total td{font-family:"Noto Serif Display",Georgia,Times New Roman,serif}.checkout-delivery-estimate{margin-top:1rem;padding:.75rem 1rem;background-color:#f1f3f5;border:1px solid #dee2e6;border-radius:8px}.checkout-delivery-estimate__header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.checkout-delivery-estimate__header svg{flex-shrink:0;color:#2d6a4f}.checkout-delivery-estimate__label{font-size:.875rem;font-weight:600;color:#212529}.checkout-delivery-estimate__days{font-size:.875rem;font-weight:700;color:#2d6a4f;margin-left:auto}.checkout-delivery-estimate__note{margin:.5rem 0 0;padding-top:.5rem;border-top:1px solid #dee2e6;font-size:.75rem;line-height:1.8;color:#495057}.checkout-delivery-estimate--extended{border-color:#e9c46a;background-color:#e9c46a0d}.checkout-delivery-estimate--extended .checkout-delivery-estimate__days{color:#c9a23a}.checkout-delivery-estimate--extended .checkout-delivery-estimate__note{border-top-color:#e9c46a33}.checkout-form__section--payment .wc_payment_methods{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.checkout-form__section--payment .wc_payment_method{border:1px solid #dee2e6;border-radius:8px;overflow:hidden;transition:border-color .15s ease}.checkout-form__section--payment .wc_payment_method label{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:1rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#212529}.checkout-form__section--payment .wc_payment_method label:hover{background-color:#f1f3f5}.checkout-form__section--payment .wc_payment_method label img{height:20px;width:auto}.checkout-form__section--payment .wc_payment_method input[type=radio]{accent-color:#2d6a4f}.checkout-form__section--payment .wc_payment_method .payment_box{padding:1rem;background-color:#f1f3f5;border-top:1px solid #e9ecef;font-size:.875rem;color:#495057}.checkout-form__section--payment .wc_payment_method .payment_box p{margin-bottom:.75rem}.checkout-form__section--payment .wc_payment_method .payment_box p:last-child{margin-bottom:0}.checkout-form__section--payment .wc_payment_method .payment_box .wc-stripe-elements-field,.checkout-form__section--payment .wc_payment_method .payment_box .stripe-card-group,.checkout-form__section--payment .wc_payment_method .payment_box .wc-stripe-upe-element{background-color:#fff;border:1px solid #dee2e6;border-radius:8px;padding:.75rem}.checkout-form__section--payment .wc_payment_methods li:only-child input[type=radio]{display:none}.checkout-form__section--payment .wc_payment_methods li:only-child .payment_box{display:block!important}.checkout-form__section--payment .place-order{margin-top:1rem}.checkout-form__section--payment #place_order{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.checkout-form__section--payment #place_order:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.checkout-form__section--payment #place_order:disabled,.checkout-form__section--payment #place_order[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.checkout-form__section--payment #place_order{background-color:#a8570e;color:#fff;border-color:#a8570e}.checkout-form__section--payment #place_order:hover,.checkout-form__section--payment #place_order:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.checkout-form__section--payment #place_order{width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;letter-spacing:.025em;text-transform:none;border-radius:8px}.checkout-form__section--payment #place_order:disabled,.checkout-form__section--payment #place_order.is-disabled{background-color:#ced4da;border-color:#ced4da;color:#868e96;cursor:not-allowed;opacity:1}.checkout-form__section--payment #place_order:disabled:hover,.checkout-form__section--payment #place_order.is-disabled:hover{background-color:#ced4da;border-color:#ced4da}.checkout-form .woocommerce-terms-and-conditions-wrapper{display:none}.checkout-form__sidebar-order-btn{margin-top:1.25rem}.checkout-form__sidebar-order-btn:empty{display:none}.checkout-form__sidebar-order-btn .place-order{margin-top:0}.checkout-form__sidebar-order-btn #place_order{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.checkout-form__sidebar-order-btn #place_order:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.checkout-form__sidebar-order-btn #place_order:disabled,.checkout-form__sidebar-order-btn #place_order[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.checkout-form__sidebar-order-btn #place_order{background-color:#a8570e;color:#fff;border-color:#a8570e}.checkout-form__sidebar-order-btn #place_order:hover,.checkout-form__sidebar-order-btn #place_order:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.checkout-form__sidebar-order-btn #place_order{width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;letter-spacing:.025em;text-transform:none;border-radius:8px}.checkout-form__sidebar-order-btn #place_order:disabled,.checkout-form__sidebar-order-btn #place_order.is-disabled{background-color:#ced4da;border-color:#ced4da;color:#868e96;cursor:not-allowed;opacity:1}.checkout-form__sidebar-order-btn #place_order:disabled:hover,.checkout-form__sidebar-order-btn #place_order.is-disabled:hover{background-color:#ced4da;border-color:#ced4da}.checkout-form__coupon{margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e9ecef}.checkout-form__coupon-toggle{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;font-weight:500;color:#495057;cursor:pointer}.checkout-form__coupon-toggle input[type=checkbox]{accent-color:#2d6a4f;width:16px;height:16px;flex-shrink:0}.checkout-form__coupon-fields{margin-top:.75rem}.checkout-form__coupon-fields[hidden]{display:none}.checkout-form__coupon-input-wrap{display:flex;gap:.5rem}.checkout-form__coupon-input{flex:1;padding:.5rem .75rem;font-size:.875rem;border:1px solid #dee2e6;border-radius:8px;background-color:#fff}.checkout-form__coupon-input:focus{outline:none;border-color:#2d6a4f;box-shadow:0 0 0 2px #2d6a4f1a}.checkout-form__coupon-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.checkout-form__coupon-btn:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.checkout-form__coupon-btn:disabled,.checkout-form__coupon-btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.checkout-form__coupon-btn{background-color:transparent;color:#2d6a4f;border-color:#2d6a4f}.checkout-form__coupon-btn:hover,.checkout-form__coupon-btn:focus{background-color:#2d6a4f;color:#fff}.checkout-form__coupon-btn{font-size:.875rem;padding:.5rem 1rem;white-space:nowrap}.checkout-form__coupon-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-form__coupon-message{font-size:.75rem;margin-top:.5rem}.checkout-form__coupon-message--success{color:#2d6a4f}.checkout-form__coupon-message--error{color:#d62828}#wc-stripe-express-checkout-element{margin-bottom:1.5rem!important;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}#wc-stripe-express-checkout-button-separator{font-size:.875rem;color:#6c757d;margin-bottom:1.5rem!important}.checkout-form__trust{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.checkout-form__trust--desktop{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}@media(max-width:991px){.checkout-form__trust--desktop{display:none}}.checkout-form__trust--sidebar{border-top:1px solid #e9ecef;margin-top:1rem;justify-content:center}.checkout-form__trust-item{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.75rem;color:#6c757d;white-space:nowrap}.checkout-form__trust-item svg{flex-shrink:0;color:#2d6a4f}.site-main--checkout .woocommerce-error,.site-main--checkout .woocommerce-info,.site-main--checkout .woocommerce-message{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.site-main--checkout .woocommerce-error,.site-main--checkout .woocommerce-info,.site-main--checkout .woocommerce-message{padding-left:1.5rem;padding-right:1.5rem}}.site-main--checkout .woocommerce-error,.site-main--checkout .woocommerce-info,.site-main--checkout .woocommerce-message{margin-bottom:1rem;padding:1rem;border-radius:8px;font-size:.875rem}.site-main--checkout .woocommerce-message{display:none}.woocommerce-form-login-toggle{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.woocommerce-form-login-toggle{padding-left:1.5rem;padding-right:1.5rem}}.woocommerce-form-login-toggle{margin-bottom:1rem}.woocommerce-form-login-toggle .woocommerce-info{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;font-size:.875rem;color:#495057}.woocommerce-form-login-toggle .woocommerce-info a{color:#2d6a4f;font-weight:500}.woocommerce-form-login-toggle .woocommerce-info a:hover{text-decoration:underline}.thankyou-cross-sells{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem}.thankyou-cross-sells__heading{text-align:center;font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 1.5rem}.thankyou-cross-sells__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.thankyou-cross-sells__grid{grid-template-columns:repeat(4,1fr)}}.thankyou-cross-sells__card{display:flex;flex-direction:column;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;text-decoration:none;color:#212529;transition:box-shadow .25s ease,border-color .25s ease}.thankyou-cross-sells__card:hover{border-color:#2d6a4f;box-shadow:0 4px 12px #00000014}.thankyou-cross-sells__card-image{aspect-ratio:1;overflow:hidden}.thankyou-cross-sells__card-image img{width:100%;height:100%;object-fit:cover}.thankyou-cross-sells__card-body{display:flex;flex-direction:column;gap:.25rem;padding:.75rem}.thankyou-cross-sells__card-name{font-size:.875rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.thankyou-cross-sells__card-price{font-size:.875rem;color:#495057}.thankyou-cross-sells__card-cta{display:inline-block;margin-top:.5rem;padding:.5rem .75rem;background-color:#2d6a4f;color:#fff;border-radius:8px;font-size:.75rem;font-weight:600;text-align:center;transition:background-color .25s ease}.thankyou-cross-sells__card:hover .thankyou-cross-sells__card-cta{background-color:#1b4332}.my-account{padding-top:1rem;padding-bottom:2rem}.my-account__layout{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.my-account__layout{padding-left:1.5rem;padding-right:1.5rem}}.my-account__layout{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:768px){.my-account__layout{grid-template-columns:200px 1fr;gap:1.25rem}}.my-account__nav{display:none}@media(min-width:768px){.my-account__nav{display:block;position:sticky;top:calc(72px + 1.5rem);align-self:start}}.my-account__nav-list{display:flex;gap:.25rem;overflow-x:auto;list-style:none;padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}.my-account__nav-list::-webkit-scrollbar{display:none}@media(min-width:768px){.my-account__nav-list{flex-direction:column;overflow-x:visible}}.my-account__nav-item{flex-shrink:0;list-style:none}.my-account__nav-link{display:block;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#495057;border-radius:8px;white-space:nowrap;text-decoration:none;transition:background-color .15s ease,color .15s ease}.my-account__nav-link:hover{background-color:#f1f3f5;color:#212529}.my-account__nav-link--active{background-color:#2d6a4f14;color:#2d6a4f;font-weight:600}.my-account__content{min-width:0}.my-account__fab{display:flex;align-items:center;gap:.5rem;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;padding:.75rem 1.25rem;background-color:#2d6a4f;color:#fff;border:none;border-radius:9999px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:background-color .15s ease,transform .15s ease}.my-account__fab:hover{background-color:#1b4332}.my-account__fab:active{transform:scale(.95)}.my-account__fab svg{width:18px;height:18px;flex-shrink:0}@media(min-width:768px){.my-account__fab{display:none}}.my-account__drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background-color:#0006}.my-account__drawer-overlay.is-open{display:block}.my-account__drawer{position:fixed;bottom:0;left:0;right:0;z-index:1002;background-color:#fff;border-radius:12px 12px 0 0;max-height:70vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease;padding:1.25rem}.my-account__drawer.is-open{transform:translateY(0)}@media(min-width:768px){.my-account__drawer{display:none}}.my-account__drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.my-account__drawer-title{font-size:1.125rem;font-weight:600;color:#212529}.my-account__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#6c757d;cursor:pointer;border-radius:8px;transition:background-color .15s ease}.my-account__drawer-close:hover{background-color:#f1f3f5;color:#212529}.my-account__drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.my-account__drawer-list li{list-style:none}.my-account__drawer-link{display:block;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#495057;text-decoration:none;border-radius:8px;transition:background-color .15s ease,color .15s ease}.my-account__drawer-link:hover{background-color:#f1f3f5;color:#212529}.my-account__drawer-link--active{background-color:#2d6a4f14;color:#2d6a4f;font-weight:600}.account-dashboard__greeting{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;margin-bottom:1.5rem}.account-dashboard__cards{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:576px){.account-dashboard__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:992px){.account-dashboard__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}}.dashboard-card{padding:1.25rem;background-color:#fff;border-radius:12px;border:1px solid #e9ecef;transition:border-color .15s ease}.dashboard-card:hover{border-color:#2d6a4f}.dashboard-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#2d6a4f1a;color:#2d6a4f;border-radius:8px;flex-shrink:0}.dashboard-card__icon svg{width:20px;height:20px}.dashboard-card__title{font-size:1rem;font-weight:600;color:#212529;margin-bottom:.25rem}.dashboard-card__desc{font-size:.75rem;color:#6c757d;line-height:1.8;margin-top:.75rem}.dashboard-card__section-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2d6a4f;margin-bottom:1rem}.dashboard-card__row{display:flex;gap:1rem;align-items:flex-start}.dashboard-card--zone{grid-column:1/-1}.dashboard-card--zone .dashboard-card__body{flex:1;min-width:0}.zone-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.zone-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;background-color:#2d6a4f14;color:#2d6a4f;line-height:1.2}.zone-badge--region{background-color:#d4a37326;color:#99632f}.dashboard-section{margin-bottom:2rem;padding-top:1rem}.dashboard-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.dashboard-section__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529}.dashboard-section__link{font-size:.875rem;font-weight:500;color:#2d6a4f;text-decoration:none;transition:color .15s ease}.dashboard-section__link:hover{color:#1b4332}.order-timeline-card{background-color:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.order-timeline-card:last-child{margin-bottom:0}.order-timeline-card__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.order-timeline-card__order-id{font-size:.875rem;font-weight:600;color:#212529}.order-timeline-card__date{font-size:.75rem;color:#6c757d}.order-timeline-card__status{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px}.order-timeline-card__status--completed{background-color:#2d6a4f1a;color:#2d6a4f}.order-timeline-card__status--processing{background-color:#457b9d1a;color:#457b9d}.order-timeline-card__status--on-hold{background-color:#e9c46a26;color:#cf9b1e}.order-timeline-card__item{display:flex;align-items:flex-start;gap:1rem}.order-timeline-card__item+.order-timeline-card__item{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.order-timeline-card__thumb-wrap{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background-color:#f1f3f5}.order-timeline-card__thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block}.order-timeline-card__item-body{flex:1;min-width:0}.order-timeline-card__product-name{display:block;font-size:.875rem;font-weight:500;color:#212529;text-decoration:none;margin-bottom:.75rem;transition:color .15s ease}.order-timeline-card__product-name:hover{color:#2d6a4f}.order-timeline-card__shipped,.order-timeline-card__tracking{font-size:.75rem;color:#6c757d}.order-timeline-card__tracking{font-family:monospace}.order-timeline-card__aids{margin-top:1.25rem;padding:1.25rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.order-timeline-card__aids-title{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.order-timeline-card__aids-desc{font-size:.75rem;color:#6c757d;margin-bottom:1rem}.order-timeline-card__aids-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:575px){.order-timeline-card__aids-grid{grid-template-columns:1fr}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.6);opacity:.6}}.planting-timeline{display:flex;align-items:flex-start;gap:0;position:relative}.planting-timeline__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;min-width:0}.planting-timeline__step:not(:last-child):after{content:"";position:absolute;top:4px;left:calc(50% + 6px);right:calc(-50% + 6px);height:2px;background-color:#dee2e6;z-index:0}.planting-timeline__step--done .planting-timeline__dot{background-color:#2d6a4f}.planting-timeline__step--done:not(:last-child):after{background-color:#2d6a4f}.planting-timeline__step--done .planting-timeline__label{color:#6c757d}.planting-timeline__step--current .planting-timeline__dot{background-color:#a8570e;animation:pulse-dot 1.5s ease-in-out infinite}.planting-timeline__step--current .planting-timeline__label{color:#a8570e;font-weight:600}.planting-timeline__step--upcoming .planting-timeline__dot{background-color:#e9c46a}.planting-timeline__step--future .planting-timeline__dot{background-color:#ced4da}.planting-timeline__step--future .planting-timeline__label,.planting-timeline__step--future .planting-timeline__date{color:#6c757d}.planting-timeline__dot{width:10px;height:10px;border-radius:9999px;flex-shrink:0;position:relative;z-index:1;background-color:#ced4da;margin-bottom:.25rem}.planting-timeline__info{text-align:center}.planting-timeline__label{display:block;font-size:.625rem;font-weight:500;color:#495057;line-height:1.2}.planting-timeline__date{display:block;font-size:.625rem;color:#6c757d;line-height:1.2;margin-top:1px}.care-calendar{overflow:hidden;margin:0 -1.25rem}.care-calendar__track{display:flex;gap:1rem;overflow-x:auto;padding:.5rem 1.25rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.care-calendar__track::-webkit-scrollbar{display:none}.care-calendar__card{flex:0 0 220px;scroll-snap-align:start;background-color:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1rem;transition:border-color .15s ease}.care-calendar__card--current{border-color:#2d6a4f;background-color:#2d6a4f08;box-shadow:0 2px 8px #2d6a4f1a}.care-calendar__card--highlight{border-left:3px solid #A8570E}.care-calendar__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.care-calendar__month-name{font-size:.875rem;font-weight:700;color:#212529}.care-calendar__badge{display:inline-flex;padding:2px .5rem;font-size:.65rem;font-weight:700;background-color:#a8570e;color:#fff;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.care-calendar__actions{list-style:none;padding:0;margin:0}.care-calendar__actions li{position:relative;padding-left:1rem;font-size:.75rem;color:#495057;line-height:1.5;margin-bottom:.25rem}.care-calendar__actions li:before{content:"✓";position:absolute;left:0;color:#2d6a4f;font-size:.75rem;font-weight:700}.care-calendar__actions li:last-child{margin-bottom:0}.calendar-notify{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem;padding:1.25rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px}@media(min-width:768px){.calendar-notify{flex-direction:row;align-items:center;justify-content:space-between}}.calendar-notify__content{display:flex;align-items:flex-start;gap:.75rem}.calendar-notify__content svg{width:24px;height:24px;color:#2d6a4f;flex-shrink:0;margin-top:2px}.calendar-notify__text{flex:1}.calendar-notify__title{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.calendar-notify__desc{font-size:.75rem;color:#6c757d;margin:0}.calendar-notify__form{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:767px){.calendar-notify__form{width:100%}}.calendar-notify__input{padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;font-family:inherit;color:#212529;min-width:220px;outline:none;transition:border-color .15s ease}.calendar-notify__input:focus{border-color:#2d6a4f}@media(max-width:767px){.calendar-notify__input{flex:1;min-width:0}}.calendar-notify__button{padding:.5rem 1.25rem;background-color:#2d6a4f;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.calendar-notify__button:hover{background-color:#1b4332}.calendar-notify__success{font-size:.875rem;font-weight:500;color:#2d6a4f}.order-aid-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f8f9fa;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.order-aid-card:hover{background-color:#e9ecef}.order-aid-card__image{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.order-aid-card__image img{width:100%;height:100%;object-fit:cover}.order-aid-card__body{display:flex;flex-direction:column;min-width:0}.order-aid-card__name{font-size:.75rem;font-weight:500;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-aid-card__price{font-size:.75rem;font-weight:600;color:#2d6a4f}.photo-upload-cta{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px}@media(min-width:768px){.photo-upload-cta{flex-direction:row;align-items:center}}.photo-upload-cta__content{flex:1}.photo-upload-cta__title{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:.5rem}.photo-upload-cta__desc{font-size:.875rem;color:#495057;margin-bottom:1rem}.photo-upload-cta__stages{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:#6c757d}.photo-upload-cta__stages span{font-weight:500;color:#495057}.photo-upload-cta__stages .separator{color:#6c757d}.photo-upload-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.photo-upload-cta__button:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.photo-upload-cta__button:disabled,.photo-upload-cta__button[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.photo-upload-cta__button{background-color:#a8570e;color:#fff;border-color:#a8570e}.photo-upload-cta__button:hover,.photo-upload-cta__button:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.photo-upload-cta__button{white-space:nowrap;flex-shrink:0}.thankyou-account-cta{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background-color:#fff;border:1px solid #e9ecef;border-radius:12px}@media(min-width:768px){.thankyou-account-cta{flex-direction:row;align-items:flex-start}}.thankyou-account-cta__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#2d6a4f1a;color:#2d6a4f;border-radius:8px;flex-shrink:0}.thankyou-account-cta__icon svg{width:24px;height:24px}.thankyou-account-cta__content{flex:1}.thankyou-account-cta__title{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:.5rem}.thankyou-account-cta__desc{font-size:.875rem;color:#495057;margin-bottom:1rem}.thankyou-account-cta__benefits{list-style:none;padding:0;margin:0 0 1.25rem}.thankyou-account-cta__benefits li{position:relative;padding-left:1.5rem;font-size:.875rem;color:#495057;line-height:1.8}.thankyou-account-cta__benefits li:before{content:"✓";position:absolute;left:0;color:#2d6a4f;font-weight:700}.thankyou-account-cta__benefits li+li{margin-top:.5rem}.thankyou-account-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.thankyou-account-cta__button:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.thankyou-account-cta__button:disabled,.thankyou-account-cta__button[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.thankyou-account-cta__button{background-color:#a8570e;color:#fff;border-color:#a8570e}.thankyou-account-cta__button:hover,.thankyou-account-cta__button:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.orders-table{width:100%;overflow-x:auto}.orders-table table{width:100%;min-width:600px}.orders-table th{text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #dee2e6}.orders-table td{padding:1rem;font-size:.875rem;color:#495057;border-bottom:1px solid #e9ecef;vertical-align:middle}.orders-table__status{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px}.orders-table__status--completed{background-color:#2d6a4f1a;color:#2d6a4f}.orders-table__status--processing{background-color:#457b9d1a;color:#457b9d}.orders-table__status--pending{background-color:#e9c46a26;color:#cf9b1e}.orders-table__status--cancelled{background-color:#d628281a;color:#d62828}.address-cards{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:576px){.address-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}.address-card{padding:1.25rem;border:1px solid #dee2e6;border-radius:12px}.address-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.address-card__title{font-size:.875rem;font-weight:600;color:#212529}.address-card__body{font-size:.875rem;color:#495057;line-height:1.8}.land-plan-banner{position:relative;overflow:hidden;border-radius:12px;margin-bottom:1.5rem;min-height:200px;display:flex;align-items:center}.land-plan-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.land-plan-banner__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.land-plan-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(135deg,#1b4332d9,#2d6a4fb3,#1b433299)}.land-plan-banner__content{position:relative;z-index:2;padding:2rem 1.5rem;max-width:560px}@media(max-width:575px){.land-plan-banner__content{padding:1.5rem 1.25rem}}.land-plan-banner__title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2}@media(min-width:768px){.land-plan-banner__title{font-size:1.75rem}}.land-plan-banner__desc{font-size:.875rem;color:#ffffffd9;line-height:1.8;margin-bottom:1.25rem}.land-plan-banner__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#a8570e;color:#fff;font-size:.875rem;font-weight:600;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.land-plan-banner__button:hover{background-color:#8b4709;color:#fff;transform:translateY(-1px)}.land-plan-intake__card-wrap{max-width:640px;margin:0 auto;background-color:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000a}@media(max-width:575px){.land-plan-intake__card-wrap{padding:1.25rem}}.land-plan-intake__header{text-align:center;margin-bottom:1.5rem}.land-plan-intake__header svg{width:32px;height:32px;color:#2d6a4f;margin-bottom:.75rem}.land-plan-intake__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;text-align:center;margin-bottom:.5rem}.land-plan-intake__subtitle{font-size:.875rem;color:#6c757d;text-align:center;max-width:420px;margin:0 auto}.land-plan-intake__progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;position:relative;padding:0 .5rem}.land-plan-intake__progress-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;z-index:1}.land-plan-intake__progress-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;background-color:#e9ecef;color:#6c757d;font-size:.75rem;font-weight:700;transition:background-color .15s ease,color .15s ease}.land-plan-intake__progress-step--active .land-plan-intake__progress-num{background-color:#2d6a4f;color:#fff}.land-plan-intake__progress-step--current .land-plan-intake__progress-num{background-color:#2d6a4f;color:#fff;box-shadow:0 0 0 4px #2d6a4f26}.land-plan-intake__progress-label{font-size:.75rem;font-weight:500;color:#6c757d;transition:color .15s ease}.land-plan-intake__progress-step--active .land-plan-intake__progress-label{color:#2d6a4f}.land-plan-intake__progress-bar{position:absolute;top:16px;left:1.5rem;right:1.5rem;height:3px;background-color:#e9ecef;border-radius:2px;z-index:0}.land-plan-intake__progress-fill{height:100%;background-color:#2d6a4f;border-radius:2px;transition:width .3s ease}.land-plan-intake__step{display:none}.land-plan-intake__step--active{display:block}.land-plan-intake__step-title{font-size:1.125rem;font-weight:600;color:#212529;margin-bottom:1.25rem}.land-plan-intake__step-hint{font-size:.875rem;color:#6c757d;margin-top:-.75rem;margin-bottom:1rem}.land-plan-intake__field{margin-bottom:1.25rem}.land-plan-intake__label{display:block;font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.5rem}.land-plan-intake__input{width:100%;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;font-family:inherit;color:#212529;background-color:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.land-plan-intake__input:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.land-plan-intake__input--zip{max-width:140px}.land-plan-intake__hint{display:block;font-size:.75rem;color:#6c757d;margin-top:.25rem}.land-plan-intake__actions{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.land-plan-intake__next{padding:.75rem 1.5rem;background-color:#a8570e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .15s ease}.land-plan-intake__next:hover{background-color:#8b4709}.land-plan-intake__back{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;color:#6c757d;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;padding:.5rem 0;transition:color .15s ease}.land-plan-intake__back svg{width:16px;height:16px}.land-plan-intake__back:hover{color:#212529}.land-plan-intake__cards{display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem}@media(min-width:576px){.land-plan-intake__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}.land-plan-intake__type-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.25rem;border:2px solid #e9ecef;border-radius:12px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.land-plan-intake__type-card:hover{border-color:#2d6a4f;box-shadow:0 2px 8px #2d6a4f14}.land-plan-intake__type-card--selected{border-color:#2d6a4f;background-color:#2d6a4f0a;box-shadow:0 0 0 3px #2d6a4f1a}.land-plan-intake__type-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#2d6a4f14;border-radius:8px;color:#2d6a4f;margin-bottom:.75rem}.land-plan-intake__type-icon svg{width:20px;height:20px}.land-plan-intake__type-label{display:block;font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.land-plan-intake__type-desc{display:block;font-size:.75rem;color:#6c757d;line-height:1.8}.land-plan-intake__goals{display:flex;flex-direction:column;gap:.5rem}.land-plan-intake__goal{width:100%;padding:1rem 1.25rem;border:2px solid #e9ecef;border-radius:12px;background:#fff;font-size:.875rem;font-weight:500;font-family:inherit;color:#495057;cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.land-plan-intake__goal:hover{border-color:#2d6a4f;background-color:#2d6a4f08;color:#2d6a4f}.land-plan-intake__loading{text-align:center;padding:2rem 0;color:#6c757d}.land-plan-intake__loading p{font-size:.875rem;margin-top:.75rem}.land-plan-intake__spinner{width:36px;height:36px;border:3px solid #e9ecef;border-top-color:#2d6a4f;border-radius:50%;margin:0 auto;animation:land-plan-spin .8s linear infinite}.land-plan-intake__error{font-size:.875rem;color:#d62828;padding:.75rem;background-color:#d628280d;border-radius:8px;margin-top:1rem}@keyframes land-plan-spin{to{transform:rotate(360deg)}}.land-plan-results{overflow:hidden;min-width:0}.land-plan-results__overview{padding:1.25rem;border:1px solid #e9ecef;border-radius:12px;background-color:#fff;margin-bottom:1.5rem}.land-plan-results__overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.land-plan-results__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529}.land-plan-results__header-actions{display:flex;align-items:center;gap:1rem}.land-plan-results__date{font-size:.75rem;color:#6c757d}.land-plan-results__retake{font-size:.75rem;font-weight:500;color:#2d6a4f;text-decoration:none;padding:.25rem .75rem;border:1px solid #2d6a4f;border-radius:8px;transition:background-color .15s ease,color .15s ease}.land-plan-results__retake:hover{background-color:#2d6a4f;color:#fff}.land-plan-results__profile{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:768px){.land-plan-results__profile{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}.land-plan-results__profile-item{display:flex;align-items:flex-start;gap:.75rem}.land-plan-results__profile-item svg{width:20px;height:20px;color:#2d6a4f;flex-shrink:0;margin-top:2px}.land-plan-results__profile-label{font-size:.75rem;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.land-plan-results__profile-value{font-size:.875rem;color:#212529;font-weight:600}.land-plan-results__zone-tip{font-size:.875rem;color:#495057;font-style:italic;margin-top:1rem;padding:.75rem 1rem;background-color:#f8f9fa;border-radius:8px}.land-plan-results__recs{margin-bottom:1.5rem}.land-plan-results__section-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1rem}.land-plan-results__category{margin-bottom:1.5rem}.land-plan-results__category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.land-plan-results__browse-link{font-size:.875rem;color:#2d6a4f;text-decoration:none;transition:text-decoration .15s ease}.land-plan-results__browse-link:hover{text-decoration:underline}.land-plan-results__products{display:flex;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.land-plan-results__products::-webkit-scrollbar{display:none}.land-plan-results__products{padding-bottom:.5rem}.land-plan-results__soil{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px dashed #dee2e6;border-radius:12px}@media(max-width:767px){.land-plan-results__soil{flex-direction:column;align-items:flex-start}}.land-plan-results__soil-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#f1f3f5;border-radius:8px;flex-shrink:0;color:#6c757d}.land-plan-results__soil-icon svg{width:24px;height:24px}.land-plan-results__soil-content{flex:1;min-width:0}.land-plan-results__soil-title{font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.25rem}.land-plan-results__soil-desc{font-size:.75rem;color:#6c757d}.land-plan-product{width:180px;flex-shrink:0;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.land-plan-product:hover{border-color:#2d6a4f;box-shadow:0 2px 8px #00000014}.land-plan-product__image{aspect-ratio:1;overflow:hidden;border-radius:12px 12px 0 0}.land-plan-product__image img{width:100%;height:100%;object-fit:cover;display:block}.land-plan-product__body{padding:.75rem}.land-plan-product__name{font-size:.875rem;font-weight:600;color:#212529;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.25rem}.land-plan-product__price{font-size:.875rem;font-weight:700;color:#1b4332}.lp-section{margin-bottom:2rem}.lp-section__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.5rem}.lp-section__intro{font-size:.875rem;color:#6c757d;margin-bottom:1.25rem;max-width:600px}.lp-product-card{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:1.25rem;margin-bottom:1rem}.lp-product-card__header{display:flex;gap:.75rem}.lp-product-card__image{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0}.lp-product-card__image img{width:100%;height:100%;object-fit:cover}.lp-product-card__meta{display:flex;flex-direction:column}.lp-product-card__name{font-size:.875rem;font-weight:600;text-decoration:none;display:block;color:inherit}.lp-product-card__name:hover{color:#2d6a4f}.lp-product-card__date{font-size:.75rem;color:#6c757d}.lp-product-card__specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.lp-product-card__spec{display:inline-block;font-size:.75rem;background:#f8f9fa;color:#495057;padding:.25rem .75rem;border-radius:9999px}.lp-product-card__guide{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.lp-product-card__guide-title{font-size:.875rem;font-weight:600;margin-bottom:.75rem}.lp-product-card__steps{padding-left:1.25rem}.lp-product-card__steps li{margin-bottom:.75rem;font-size:.75rem;color:#495057;line-height:1.8}.lp-product-card__steps li strong{display:block;font-size:.875rem;color:#212529;margin-bottom:.25rem}.lp-aid-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:1.25rem;margin-bottom:1rem}.lp-aid-card__product{display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.lp-aid-card__image{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0}.lp-aid-card__image img{width:100%;height:100%;object-fit:cover}.lp-aid-card__info{display:flex;flex-direction:column}.lp-aid-card__name{font-size:.875rem;font-weight:600;text-decoration:none;color:inherit}.lp-aid-card__name:hover{color:#2d6a4f}.lp-aid-card__price{font-size:.875rem;font-weight:700;color:#1b4332}.lp-aid-card__guide-item{margin-bottom:.75rem}.lp-aid-card__guide-item p{font-size:.75rem;color:#495057;line-height:1.8;margin:0}.lp-aid-card__guide-item:nth-child(1) .lp-aid-card__guide-label{background:#a8570e1a;color:#a8570e}.lp-aid-card__guide-item:nth-child(2) .lp-aid-card__guide-label{background:#2d6a4f1a;color:#2d6a4f}.lp-aid-card__guide-item:nth-child(3) .lp-aid-card__guide-label{background:#457b9d1a;color:#457b9d}.lp-aid-card__guide-label{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:8px;margin-bottom:.25rem}.lp-aids__grid{display:flex;flex-direction:column}.lp-supp-group{margin-bottom:1.5rem}.lp-supp-group__context{font-size:.875rem;color:#495057;font-style:italic;margin-bottom:.75rem;padding-left:1rem;border-left:3px solid #2d6a4f}.lp-supp-group__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.lp-supp-group__header h4{font-size:.875rem;font-weight:600}.lp-supp-group__link{font-size:.875rem;color:#2d6a4f;text-decoration:none}.lp-supp-group__link:hover{text-decoration:underline}.lp-supp-group__products{display:flex;gap:1rem;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.lp-supp-group__products::-webkit-scrollbar{display:none}.lp-reminders{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:1.5rem}.lp-reminders__content{margin-bottom:1.25rem}.lp-reminders__text{display:flex;gap:.75rem;margin-bottom:1rem}.lp-reminders__text svg{width:24px;height:24px;color:#2d6a4f;flex-shrink:0;margin-top:2px}.lp-reminders__desc{font-size:.75rem;color:#6c757d;margin:0}.lp-reminders__milestones{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.lp-reminders__milestones li{padding:.5rem 1rem;background:#fff;border:1px solid #e9ecef;border-radius:9999px;font-size:.75rem;color:#495057}.lp-reminders__milestones li:before{content:"✓ ";color:#2d6a4f;font-weight:700;margin-right:.25rem}.lp-reminders__form{display:flex;gap:.5rem}@media(max-width:767px){.lp-reminders__form{flex-direction:column}}.lp-reminders__input{flex:1;padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:.875rem;font-family:inherit;outline:none}.lp-reminders__input:focus{border-color:#2d6a4f}.lp-reminders__button{padding:.5rem 1.25rem;background:#2d6a4f;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap}.lp-reminders__button:hover{background:#1b4332}.lp-reminders__success{font-size:.875rem;font-weight:500;color:#2d6a4f}.filter-bar{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.filter-bar{padding-left:1.5rem;padding-right:1.5rem}}.filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.filter-bar__left{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.filter-bar__right{display:flex;align-items:center;justify-content:flex-start;gap:.75rem}.filter-bar__toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#212529;border:1px solid #dee2e6;border-radius:8px;transition:all .15s ease}@media(min-width:992px){.filter-bar__toggle{display:none}}.filter-bar__toggle:hover{border-color:#ced4da}.filter-bar__toggle svg{width:16px;height:16px}.filter-dropdown{position:relative}.filter-dropdown__trigger{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#212529;background-color:#fff;border:1px solid #dee2e6;border-radius:8px;transition:border-color .15s ease}.filter-dropdown__trigger:hover{border-color:#ced4da}.filter-dropdown__trigger--active{border-color:#2d6a4f;color:#2d6a4f}.filter-dropdown__trigger svg{width:14px;height:14px;transition:transform .15s ease}.filter-dropdown__trigger[aria-expanded=true] svg{transform:rotate(180deg)}.filter-dropdown__menu{position:absolute;top:100%;left:0;z-index:100;min-width:220px;margin-top:.5rem;background-color:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.75rem;visibility:hidden;opacity:0;transform:translateY(-4px);transition:visibility .15s ease,opacity .15s ease,transform .15s ease}.filter-dropdown__menu--open{visibility:visible;opacity:1;transform:translateY(0)}.filter-dropdown__option{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#495057;border-radius:4px;cursor:pointer;transition:background-color .15s ease}.filter-dropdown__option:hover{background-color:#f1f3f5}.filter-dropdown__option--selected{color:#2d6a4f;font-weight:500}.filter-dropdown__range{padding:.75rem}.filter-dropdown__range input[type=range]{width:100%}.filter-dropdown__range-labels{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#6c757d;margin-top:.5rem}.filter-pill{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:#2d6a4f;background-color:#2d6a4f14;border-radius:9999px;transition:background-color .15s ease}.filter-pill:hover{background-color:#2d6a4f26}.filter-pill__remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#2d6a4f;opacity:.7;transition:opacity .15s ease}.filter-pill__remove:hover{opacity:1}.filter-pill__remove svg{width:10px;height:10px}.active-filters{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;padding:.75rem 0}.active-filters__clear{font-size:.75rem;font-weight:500;color:#6c757d;text-decoration:underline;transition:color .15s ease}.active-filters__clear:hover{color:#d62828}.zip-fallback-notice{margin-bottom:1rem;padding:.75rem 1rem;background:#f0f7f0;border-left:3px solid #4a7c59;border-radius:4px;font-size:.875rem;color:#3a5c49}.mini-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:499;background-color:#00000080;visibility:hidden;opacity:0;transition:visibility .25s ease,opacity .25s ease}.cart-drawer-open .mini-cart-overlay{visibility:visible;opacity:1}.mini-cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;z-index:500;background-color:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease}.cart-drawer-open .mini-cart-drawer{transform:translate(0)}.mini-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e9ecef;flex-shrink:0}.mini-cart-drawer__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:600;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:0;display:flex;align-items:center;gap:.5rem}.mini-cart-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;color:#6c757d;background:none;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease}.mini-cart-drawer__close:hover{background-color:#f1f3f5;color:#212529}.mini-cart-drawer__close svg{width:20px;height:20px}.mini-cart-drawer__content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.mini-cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid #dee2e6;flex-shrink:0}.mini-cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:#212529}.mini-cart-drawer__subtotal-label{color:#495057}.mini-cart-drawer__actions{display:flex;flex-direction:column;gap:.5rem}.mini-cart__count{font-size:.875rem;color:#6c757d;font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.mini-cart__total{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn{text-align:center}.btn--primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn--primary:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.btn--primary:disabled,.btn--primary[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--primary{background-color:#a8570e;color:#fff;border-color:#a8570e}.btn--primary:hover,.btn--primary:focus{background-color:#8b4709;border-color:#8b4709;color:#fff}.btn--outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .25s ease;white-space:nowrap}.btn--outline:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.btn--outline:disabled,.btn--outline[disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn--outline{background-color:transparent;color:#2d6a4f;border-color:#2d6a4f}.btn--outline:hover,.btn--outline:focus{background-color:#2d6a4f;color:#fff}.btn--full{width:100%;justify-content:center}.mini-cart__shipping-notice{margin-bottom:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:8px;border-bottom:1px solid #e9ecef}.mini-cart__shipping-text{font-size:.75rem;color:#495057;margin:0;display:flex;align-items:center;gap:.25rem}.mini-cart__shipping-text .icon--inline{flex-shrink:0}.mini-cart__shipping-text--success{color:#2d6a4f;font-weight:500}.mini-cart__shipping-text--surcharge{margin-top:.25rem;color:#6c757d;font-size:.75rem;padding-left:calc(16px + .25rem)}.mini-cart__bulk-callout{margin-bottom:1rem;padding:.75rem;background-color:#a8570e14;border:1px solid rgba(168,87,14,.25);border-radius:8px}.mini-cart__bulk-text{font-size:.75rem;color:#495057;margin:0;line-height:1.8}.mini-cart__bulk-link{color:#a8570e;font-weight:600;text-decoration:underline}.mini-cart__bulk-link:hover{color:#8b4709}.mini-cart__items{list-style:none;margin:0;padding:0}.mini-cart__item{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;padding:1rem 0;border-bottom:1px solid #e9ecef;align-items:start}.mini-cart__item:last-child{border-bottom:none}.mini-cart__item.is-updating{opacity:.5;pointer-events:none}.mini-cart__item-image{width:64px;height:64px;flex-shrink:0}.mini-cart__item-image a{display:block}.mini-cart__item-image img{width:64px;height:64px;object-fit:cover;border-radius:8px}.mini-cart__item-details{min-width:0;display:flex;flex-direction:column;gap:.25rem}.mini-cart__item-name{font-size:.875rem;font-weight:600;line-height:1.3;margin:0}.mini-cart__item-name a{color:#212529;text-decoration:none}.mini-cart__item-name a:hover{color:#2d6a4f}.mini-cart__item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-cart__item-variation{font-size:.75rem;color:#6c757d}.mini-cart__item-qty{display:inline-flex;align-items:center;gap:0;margin-top:.25rem}.mini-cart__qty-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #dee2e6;background:#fff;color:#495057;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.mini-cart__qty-btn:first-child{border-radius:4px 0 0 4px;border-right:none}.mini-cart__qty-btn:last-child{border-radius:0 4px 4px 0;border-left:none}.mini-cart__qty-btn:hover{background-color:#f1f3f5;color:#212529;border-color:#dee2e6}.mini-cart__qty-btn svg{width:12px;height:12px}.mini-cart__qty-value{display:flex;align-items:center;justify-content:center;width:28px;height:24px;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;font-size:.75rem;font-weight:500;color:#212529;-webkit-user-select:none;user-select:none}.mini-cart__item-remove{display:inline-flex;align-items:center;gap:.25rem;padding:0;margin-top:.25rem;background:none;border:none;cursor:pointer;font-size:.75rem;color:#6c757d;transition:color .15s ease}.mini-cart__item-remove:hover{color:#d62828}.mini-cart__item-remove svg{width:14px;height:14px}.mini-cart__item-price{font-size:.875rem;font-weight:600;color:#212529;white-space:nowrap;padding-top:.25rem}.mini-cart__empty{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem 1rem;text-align:center;color:#6c757d}.mini-cart__empty-icon{margin-bottom:1rem;color:#ced4da}.mini-cart__empty-text{font-size:.875rem;margin-bottom:1rem}.mini-cart__cross-sells{border-top:1px solid #e9ecef;margin-top:1rem;padding-top:1rem}.mini-cart__cross-sells-heading{font-size:.875rem;font-weight:600;color:#212529;margin:0 0 .75rem}.mini-cart__cross-sells-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.mini-cart__cross-sells-scroll::-webkit-scrollbar{display:none}.mini-cart__cross-sells-scroll:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px;border-radius:8px}.mini-cart__cross-sell-card{flex:0 0 120px;display:flex;flex-direction:column;gap:.25rem;text-align:center}.mini-cart__cross-sell-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#212529}.mini-cart__cross-sell-img{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #e9ecef}.mini-cart__cross-sell-name{font-size:11px;font-weight:500;line-height:1.3;margin-top:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-cart__cross-sell-price{font-size:11px;color:#495057}.mini-cart__cross-sell-add{display:inline-block;padding:.25rem .5rem;background-color:#2d6a4f;color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;text-decoration:none;text-align:center;transition:background-color .25s ease}.mini-cart__cross-sell-add:hover{background-color:#1b4332}.mini-cart__cross-sell-add--view{background-color:#e9ecef;color:#212529}.mini-cart__cross-sell-add--view:hover{background-color:#dee2e6}.mini-cart__cross-sell-add:disabled{opacity:.6;cursor:wait}.mini-cart__cross-sell-tooltip-wrap{position:relative;text-align:center;margin-bottom:.25rem}.mini-cart__cross-sell-why{font-size:10px;color:#2d6a4f;cursor:help;text-decoration:underline dotted;text-underline-offset:2px}.mini-cart__cross-sell-tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);width:200px;padding:.5rem .75rem;background-color:#212529;color:#fff;border-radius:8px;font-size:11px;line-height:1.4;text-align:left;z-index:50;pointer-events:none}.mini-cart__cross-sell-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#212529}.mini-cart__cross-sell-tooltip ul{margin:0;padding:0 0 0 .75rem;list-style:disc}.mini-cart__cross-sell-tooltip li{margin-bottom:2px}.mini-cart__cross-sell-tooltip li:last-child{margin-bottom:0}.mini-cart__cross-sell-tooltip-wrap:hover .mini-cart__cross-sell-tooltip{display:block}.woocommerce-notices{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.woocommerce-notices{padding-left:1.5rem;padding-right:1.5rem}}.woocommerce-notices{padding-top:1rem;padding-bottom:1rem}.woocommerce-notice,.woocommerce-message,.woocommerce-error,.woocommerce-info{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.woocommerce-notice:last-child,.woocommerce-message:last-child,.woocommerce-error:last-child,.woocommerce-info:last-child{margin-bottom:0}.woocommerce-notice:before,.woocommerce-message:before,.woocommerce-error:before,.woocommerce-info:before{content:"";flex-shrink:0;width:20px;height:20px;margin-top:2px;background-size:contain;background-repeat:no-repeat;background-position:center}.woocommerce-notice a,.woocommerce-message a,.woocommerce-error a,.woocommerce-info a{font-weight:600;text-decoration:underline;text-underline-offset:2px}.woocommerce-notice a:hover,.woocommerce-message a:hover,.woocommerce-error a:hover,.woocommerce-info a:hover{text-decoration:none}.woocommerce-notice .notice-dismiss,.woocommerce-message .notice-dismiss,.woocommerce-error .notice-dismiss,.woocommerce-info .notice-dismiss{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;margin-left:auto;border-radius:9999px;opacity:.6;transition:opacity .15s ease,background-color .15s ease}.woocommerce-notice .notice-dismiss:hover,.woocommerce-message .notice-dismiss:hover,.woocommerce-error .notice-dismiss:hover,.woocommerce-info .notice-dismiss:hover{opacity:1;background-color:#0000000d}.woocommerce-notice .notice-dismiss svg,.woocommerce-message .notice-dismiss svg,.woocommerce-error .notice-dismiss svg,.woocommerce-info .notice-dismiss svg{width:14px;height:14px}.woocommerce-message{background-color:#2d6a4f14;border-left:3px solid #2d6a4f;color:#1e4634}.woocommerce-message a{color:#2d6a4f}.woocommerce-error{background-color:#d6282814;border-left:3px solid #d62828;color:#ab2020}.woocommerce-error a{color:#d62828}.woocommerce-error li{margin-bottom:.5rem}.woocommerce-error li:last-child{margin-bottom:0}.woocommerce-info{background-color:#457b9d14;border-left:3px solid #457b9d;color:#355f7a}.woocommerce-info a{color:#457b9d}.woocommerce-warning{background-color:#e9c46a1a;border-left:3px solid #e9c46a;color:#b88b1b}.woocommerce-warning a{color:#cf9b1e}.toast-notification{position:fixed;bottom:1.5rem;right:1.5rem;z-index:800;max-width:400px;width:calc(100% - 2rem);padding:1rem 1.25rem;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-left:4px solid #2d6a4f;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;transform:translateY(16px);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s ease}.toast-notification--visible{transform:translateY(0);opacity:1;visibility:visible}.toast-notification--error{border-left-color:#d62828}.toast-notification--info{border-left-color:#457b9d}.toast-notification__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:9999px;background-color:#2d6a4f1a;color:#2d6a4f}.toast-notification--error .toast-notification__icon{background-color:#d628281a;color:#d62828}.toast-notification__icon svg{width:16px;height:16px}.toast-notification__content{flex:1;min-width:0}.toast-notification__title{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.toast-notification__text{font-size:.75rem;color:#6c757d}.toast-notification__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:#6c757d;border-radius:9999px;transition:background-color .15s ease}.toast-notification__close:hover{background-color:#f1f3f5}.toast-notification__close svg{width:14px;height:14px}.state-hero{position:relative;padding:2rem 0;background-color:#1b4332;color:#fff;overflow:hidden;min-height:280px}@media(min-width:768px){.state-hero{padding:2.5rem 0;min-height:340px}}@media(min-width:992px){.state-hero{padding:3rem 0;min-height:400px}}.state-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.state-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.state-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#1b4332eb,#1b4332cc 40%,#1b433280)}@media(max-width:767px){.state-hero__overlay{background:#1b4332d9}}.state-hero:not(.state-hero--has-bg){background:linear-gradient(135deg,#1b4332,#2d6a4f,#48a379)}.state-hero:not(.state-hero--has-bg) .state-hero__overlay{display:none}.state-hero__content{position:relative;z-index:2;max-width:640px}.state-hero__breadcrumbs{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;font-size:.875rem}.state-hero__breadcrumbs a{color:#ffffffb3;text-decoration:none;transition:color .15s ease}.state-hero__breadcrumbs a:hover{color:#fff}.state-hero__breadcrumbs .breadcrumb-sep{color:#fff6;margin:0 .25rem}.state-hero__breadcrumbs .breadcrumb-current{color:#fff;font-weight:500}.state-hero__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.state-hero__title{font-size:3rem}}@media(min-width:992px){.state-hero__title{font-size:3.75rem}}.state-hero__title-suffix{display:block;font-size:1.5rem;font-weight:400;opacity:.9;margin-top:.25rem}@media(min-width:768px){.state-hero__title-suffix{font-size:1.875rem}}.state-hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#212529;color:#ffffffd9;line-height:1.8;margin:0 0 1rem;max-width:520px}.state-hero__pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.state-hero__pill{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:9999px;font-size:.75rem;font-weight:500;color:#ffffffe6;white-space:nowrap}.state-hero__pill svg{opacity:.7;flex-shrink:0}@media(min-width:768px){.state-hero__pill{font-size:.875rem;padding:.5rem .75rem}}.state-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem}.state-hero__cta.btn--outline{background:transparent;border-color:#ffffff80;color:#fff}.state-hero__cta.btn--outline:hover{background:#ffffff1a;border-color:#fff}.state-products{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.state-products{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.state-products{padding-top:5rem;padding-bottom:5rem}}.state-products__filters{margin-bottom:1.5rem}.state-products__heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1rem}@media(min-width:768px){.state-products__heading{font-size:1.875rem}}.state-products__pills{display:flex;flex-wrap:wrap;gap:.5rem}.state-products__pill{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#495057;background-color:#f1f3f5;border:1px solid #dee2e6;border-radius:9999px;white-space:nowrap;cursor:pointer;transition:all .15s ease}.state-products__pill:hover{color:#2d6a4f;border-color:#2d6a4f;background-color:#2d6a4f0a}.state-products__pill--active{color:#fff;background-color:#2d6a4f;border-color:#2d6a4f}.state-products__pill--active:hover{background-color:#1b4332;border-color:#1b4332;color:#fff}.state-products__pill-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.75rem;font-weight:600;background-color:#ffffff40;color:inherit;border-radius:9999px}.state-products__layout{display:flex;gap:2rem}@media(max-width:991px){.state-products__layout{gap:0}}.state-products__empty{text-align:center;padding:4rem 1rem}@media(min-width:768px){.state-products__empty{padding:5rem 2rem}}.state-products__empty-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;background-color:#2d6a4f14;border-radius:9999px;color:#2d6a4f}.state-products__empty-title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}.state-products__empty-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;max-width:480px;margin:0 auto 1.5rem;line-height:1.8}.state-zones{background-color:#f8f9fa;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.state-zones{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.state-zones{padding-top:5rem;padding-bottom:5rem}}.state-zones__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.state-zones__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.state-zones__grid{grid-template-columns:repeat(3,1fr)}}.state-zones__card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:box-shadow .25s ease,transform .25s ease}.state-zones__card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.state-zones__name{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;color:#1b4332;margin-bottom:.75rem}.state-zones__desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin-bottom:1rem}.state-zones__grasses{border-top:1px solid #e9ecef;padding-top:.75rem}.state-zones__grasses-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6c757d;margin:0 0 .5rem}.state-zones__grasses-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.state-zones__grasses-list li{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#2d6a4f0f;color:#1b4332;font-size:.75rem;font-weight:500;border-radius:9999px}.state-faq{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.state-faq{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.state-faq{padding-top:5rem;padding-bottom:5rem}}.state-faq__accordion{max-width:800px;margin:0 auto}.state-faq__item{border-bottom:1px solid #e9ecef}.state-faq__item:last-child{border-bottom:none}.state-faq__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1rem;transition:color .15s ease}.state-faq__toggle:hover{color:#2d6a4f}.state-faq__toggle[aria-expanded=true] .state-faq__chevron{transform:rotate(180deg)}.state-faq__question{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;font-weight:600;color:inherit;flex:1}@media(min-width:768px){.state-faq__question{font-size:1.125rem}}.state-faq__chevron{flex-shrink:0;color:#6c757d;transition:transform .25s ease}.state-faq__answer{overflow:hidden;transition:max-height .25s ease,padding .25s ease}.state-faq__answer[hidden]{display:block;max-height:0;padding:0}.state-faq__answer:not([hidden]){max-height:500px;padding-bottom:1.25rem}.state-faq__answer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin:0}.state-cta{background-color:#f8f9fa;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.state-cta{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.state-cta{padding-top:5rem;padding-bottom:5rem}}.state-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:720px;margin:0 auto}@media(min-width:768px){.state-cta__inner{flex-direction:row;text-align:left;max-width:none;gap:2rem}}.state-cta__content{flex:1}.state-cta__heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}.state-cta__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin:0}.state-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}@media(max-width:767px){.state-cta__actions{justify-content:center}}.state-cta__btn{white-space:nowrap}.section-heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}@media(min-width:768px){.section-heading{font-size:2.25rem}}.section-subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;max-width:600px;margin:0 0 2rem}.specialty-hero{position:relative;padding:2rem 0;background-color:#1b4332;color:#fff;overflow:hidden}@media(min-width:768px){.specialty-hero{padding:2.5rem 0}}@media(min-width:992px){.specialty-hero{padding:3rem 0}}.specialty-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.specialty-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.specialty-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#1b4332eb,#1b4332cc 40%,#1b433280)}@media(max-width:767px){.specialty-hero__overlay{background:#1b4332d9}}.specialty-hero:not(.specialty-hero--has-bg){background:linear-gradient(135deg,#1b4332,#2d6a4f,#48a379)}.specialty-hero:not(.specialty-hero--has-bg) .specialty-hero__overlay{display:none}.specialty-hero__content{position:relative;z-index:2;max-width:640px}.specialty-hero__breadcrumbs{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;font-size:.875rem}.specialty-hero__breadcrumbs a{color:#ffffffb3;text-decoration:none;transition:color .15s ease}.specialty-hero__breadcrumbs a:hover{color:#fff}.specialty-hero__breadcrumbs .breadcrumb-sep{color:#fff6;margin:0 .25rem}.specialty-hero__breadcrumbs .breadcrumb-current{color:#fff;font-weight:500}.specialty-hero__title{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.specialty-hero__title{font-size:3rem}}@media(min-width:992px){.specialty-hero__title{font-size:3.75rem}}.specialty-hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;color:#212529;color:#ffffffd9;line-height:1.8;margin:0 0 1rem;max-width:520px}.specialty-products{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.specialty-products{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.specialty-products{padding-top:5rem;padding-bottom:5rem}}.specialty-products__filters{margin-bottom:1.5rem}.specialty-products__heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:1rem}@media(min-width:768px){.specialty-products__heading{font-size:1.875rem}}.specialty-products__pills{display:flex;flex-wrap:wrap;gap:.5rem}.specialty-products__pill{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#495057;background-color:#f1f3f5;border:1px solid #dee2e6;border-radius:9999px;white-space:nowrap;cursor:pointer;transition:all .15s ease}.specialty-products__pill:hover{color:#2d6a4f;border-color:#2d6a4f;background-color:#2d6a4f0a}.specialty-products__pill--active{color:#fff;background-color:#2d6a4f;border-color:#2d6a4f}.specialty-products__pill--active:hover{background-color:#1b4332;border-color:#1b4332;color:#fff}.specialty-products__count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400;line-height:1.6;color:#212529;color:#6c757d;margin-bottom:1rem}.specialty-products__zip-finder{margin-bottom:1.5rem;padding:1.25rem 1.5rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px}.specialty-products__zip-inner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}@media(max-width:767px){.specialty-products__zip-inner{flex-direction:column;align-items:stretch}}.specialty-products__zip-icon{color:#2d6a4f;flex-shrink:0}@media(max-width:767px){.specialty-products__zip-icon{display:none}}.specialty-products__zip-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.6;font-weight:600;color:#212529;flex-shrink:0}.specialty-products__zip-field{display:flex;gap:.5rem;flex:1;max-width:320px}@media(max-width:767px){.specialty-products__zip-field{max-width:none}}.specialty-products__zip-input{flex:1;padding:.5rem .75rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:border-color .15s ease}.specialty-products__zip-input:focus{outline:none;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.specialty-products__zip-btn{padding:.5rem 1rem;background-color:#2d6a4f;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.specialty-products__zip-btn:hover{background-color:#1b4332}.specialty-products__zip-result{width:100%;margin:.5rem 0 0;font-size:.875rem;line-height:1.8}.specialty-products__zip-result--success{color:#2d6a4f;font-weight:500}.specialty-products__zip-result--error{color:#d62828}.specialty-products__zip-result--no-match{color:#495057}.specialty-products__zip-result:empty{display:none}.specialty-products__zone-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;margin-bottom:.5rem;background-color:#2d6a4f14;border:1px solid rgba(45,106,79,.2);border-radius:9999px;font-size:.75rem;font-weight:600;color:#1b4332;letter-spacing:.025em}.specialty-products__zone-badge svg{opacity:.7;flex-shrink:0}.specialty-products__card-wrap{transition:opacity .25s ease,transform .25s ease}.specialty-products__card-wrap--match .product-card{box-shadow:0 0 0 3px #2d6a4f,0 8px 24px #0000001f;transform:translateY(-2px)}.specialty-products__card-wrap--dimmed{opacity:.4}.specialty-products__empty{text-align:center;padding:4rem 1rem}@media(min-width:768px){.specialty-products__empty{padding:5rem 2rem}}.specialty-products__empty h3{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}.specialty-products__empty p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;max-width:480px;margin:0 auto 1.5rem;line-height:1.8}.specialty-faq{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.specialty-faq{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.specialty-faq{padding-top:5rem;padding-bottom:5rem}}.specialty-faq__accordion{max-width:800px;margin:0 auto}.specialty-faq__item{border-bottom:1px solid #e9ecef}.specialty-faq__item:last-child{border-bottom:none}.specialty-faq__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1rem;transition:color .15s ease}.specialty-faq__toggle:hover{color:#2d6a4f}.specialty-faq__toggle[aria-expanded=true] .specialty-faq__chevron{transform:rotate(180deg)}.specialty-faq__question{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;font-weight:600;color:inherit;flex:1}@media(min-width:768px){.specialty-faq__question{font-size:1.125rem}}.specialty-faq__chevron{flex-shrink:0;color:#6c757d;transition:transform .25s ease}.specialty-faq__answer{overflow:hidden;transition:max-height .25s ease,padding .25s ease}.specialty-faq__answer[hidden]{display:block;max-height:0;padding:0}.specialty-faq__answer:not([hidden]){max-height:500px;padding-bottom:1.25rem}.specialty-faq__answer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin:0}.specialty-cta{background-color:#f8f9fa;padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.specialty-cta{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1200px){.specialty-cta{padding-top:5rem;padding-bottom:5rem}}.specialty-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:720px;margin:0 auto}@media(min-width:768px){.specialty-cta__inner{flex-direction:row;text-align:left;max-width:none;gap:2rem}}.specialty-cta__content{flex:1}.specialty-cta__heading{font-family:"Noto Serif Display",Georgia,Times New Roman,serif;font-size:1.875rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;color:#212529;margin-bottom:.75rem}.specialty-cta__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#212529;color:#495057;line-height:1.8;margin:0}.specialty-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;flex-shrink:0}@media(max-width:767px){.specialty-cta__actions{justify-content:center}}.specialty-cta__btn{white-space:nowrap}@keyframes yard-plan-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes yard-plan-spin{to{transform:rotate(360deg)}}@keyframes yard-plan-badge-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.yard-plan-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.yard-plan-modal[hidden]{display:none}.yard-plan-modal--active{display:flex;opacity:1;visibility:visible}.yard-plan-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080}.yard-plan-modal__panel{position:relative;z-index:1;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;background-color:#fff;border-radius:16px;padding:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(max-width:768px){.yard-plan-modal__panel{max-width:100%;max-height:100%;height:100%;border-radius:0;padding:20px}}.yard-plan-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#666;cursor:pointer;transition:background-color .15s ease,color .15s ease}.yard-plan-modal__close:hover{background-color:#f5f5f5;color:#1a1a1a}.yard-plan-modal__close svg{width:20px;height:20px}.yard-plan-modal__progress{width:100%;height:4px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:16px}.yard-plan-modal__progress-bar{height:100%;background-color:#2d6a4f;border-radius:4px;transition:width .3s ease}.yard-plan-modal__title{font-size:20px;font-weight:600;color:#1a1a1a;text-align:center;margin:16px 0 4px}.yard-plan-modal__step{font-size:13px;color:#888;text-align:center;margin-bottom:24px}.yard-plan-modal__steps{position:relative}.yard-plan-modal__nav{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.yard-plan-modal__back{display:flex;align-items:center;gap:4px;background:none;border:none;font-size:14px;color:#666;cursor:pointer;padding:8px 4px;transition:color .15s ease}.yard-plan-modal__back:hover{color:#1a1a1a}.yard-plan-modal__back:disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.yard-plan-modal__back svg{width:16px;height:16px}.yard-plan-modal__next{background-color:#2d6a4f;color:#fff;font-size:14px;font-weight:600;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.yard-plan-modal__next:hover{background-color:#245a42}.yard-plan-modal__next:disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.yard-plan-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.yard-plan-modal__loading[hidden]{display:none}.yard-plan-modal__spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#2d6a4f;border-radius:50%;animation:yard-plan-spin .8s linear infinite}.yard-plan-modal__loading-text{font-size:15px;color:#666;margin-top:16px}.yard-plan-modal__teaser[hidden],.yard-plan-step[hidden]{display:none}.yard-plan-step:not([hidden]){animation:yard-plan-fade-in .2s ease-out}.yard-plan-step__question{font-size:18px;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:4px}.yard-plan-step__subtext{font-size:13px;color:#888;text-align:center;margin-bottom:20px}.yard-plan-step__input-wrap{max-width:320px;margin:0 auto}.yard-plan-step__input{width:100%;height:48px;border:2px solid #e0e0e0;border-radius:10px;padding:0 16px;font-size:16px;color:#1a1a1a;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.yard-plan-step__input::placeholder{color:#aaa}.yard-plan-step__input:focus{outline:none;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.yard-plan-step__input--error{border-color:#e74c3c}.yard-plan-step__zone-badge{display:inline-flex;align-items:center;gap:6px;margin-top:8px;background-color:#f0f7f0;border:1px solid #c8e0c8;border-radius:20px;padding:6px 14px;color:#2d6a4f;font-size:13px;font-weight:600;animation:yard-plan-badge-pop .2s ease-out}.yard-plan-step__zone-badge[hidden]{display:none}.yard-plan-step__zone-badge svg{width:14px;height:14px}.yard-plan-step__error{font-size:12px;color:#e74c3c;margin-top:6px}.yard-plan-step__error[hidden]{display:none}.yard-plan-step__contact-fields{display:flex;flex-direction:column;gap:14px}.yard-plan-step__field{display:flex;flex-direction:column}.yard-plan-step__label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:4px}.yard-plan-step__options{display:flex;flex-direction:column}.yard-plan-option{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:12px;background-color:#fff;margin-bottom:10px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.yard-plan-option:hover{border-color:#b0b0b0;background-color:#fafafa}.yard-plan-option--selected{border-color:#2d6a4f;background-color:#f0f7f0}.yard-plan-option--selected .yard-plan-option__check{opacity:1}.yard-plan-option--selected .yard-plan-option__checkbox{background-color:#2d6a4f;border-color:#2d6a4f}.yard-plan-option--selected .yard-plan-option__checkbox svg{stroke:#fff}.yard-plan-option--disabled{opacity:.4;pointer-events:none}.yard-plan-option__checkbox{flex-shrink:0;width:20px;height:20px;border:2px solid #d0d0d0;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,border-color .15s ease}.yard-plan-option__checkbox svg{width:12px;height:12px;stroke:transparent;stroke-width:2.5;fill:none;transition:stroke .15s ease}.yard-plan-option__content{flex:1;min-width:0}.yard-plan-option__label{font-size:15px;font-weight:500;color:#1a1a1a}.yard-plan-option__sublabel{font-size:12px;color:#888;margin-top:2px}.yard-plan-option__check{flex-shrink:0;opacity:0;color:#2d6a4f;transition:opacity .15s ease}.yard-plan-option__check svg{width:20px;height:20px}.yard-plan-teaser__hero{text-align:center;padding:24px 0}.yard-plan-teaser__hero svg{width:48px;height:48px;stroke:#2d6a4f}.yard-plan-teaser__title{font-size:22px;font-weight:700;color:#2d6a4f;margin:12px 0 8px}.yard-plan-teaser__summary{font-size:14px;color:#666;line-height:1.5}.yard-plan-teaser__product{margin:20px 0}.yard-plan-teaser__product-card{display:flex;gap:16px;padding:16px;border:2px solid #2d6a4f;border-radius:12px;background-color:#fafffe}@media(max-width:480px){.yard-plan-teaser__product-card{flex-direction:column;align-items:center;text-align:center}}.yard-plan-teaser__product-card img{width:100px;height:auto;border-radius:8px;object-fit:cover;flex-shrink:0}.yard-plan-teaser__product-info{flex:1;min-width:0}.yard-plan-teaser__match-badge{display:inline-block;background-color:#2d6a4f;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.025em}.yard-plan-teaser__product-name{font-size:16px;font-weight:600;color:#1a1a1a;margin:6px 0 2px}.yard-plan-teaser__product-price{font-size:15px;font-weight:700;color:#2d6a4f}.yard-plan-teaser__product-why{font-size:12px;color:#555;margin-top:6px;line-height:1.5}.yard-plan-teaser__locked{position:relative;margin:20px 0}.yard-plan-teaser__locked-content{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;filter:blur(3px);opacity:.6;-webkit-user-select:none;user-select:none}@media(max-width:480px){.yard-plan-teaser__locked-content{grid-template-columns:repeat(2,1fr)}}.yard-plan-teaser__locked-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background-color:#f8f9fa;border-radius:8px;text-align:center;font-size:12px;color:#666}.yard-plan-teaser__locked-icon{width:32px;height:32px;color:#2d6a4f}.yard-plan-teaser__locked-icon svg{width:100%;height:100%}.yard-plan-teaser__locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#ffffffd9;border-radius:8px;padding:24px;text-align:center}.yard-plan-teaser__locked-overlay svg{width:28px;height:28px;color:#888;margin-bottom:8px}.yard-plan-teaser__locked-overlay p{font-size:13px;color:#666;line-height:1.5;margin:0}.yard-plan-teaser__actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.yard-plan-teaser__shop-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px;background-color:#2d6a4f;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:8px;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .15s ease}.yard-plan-teaser__shop-btn:hover{background-color:#245a42}.yard-plan-teaser__shop-btn svg{width:18px;height:18px}.yard-plan-teaser__restart{display:flex;align-items:center;justify-content:center;gap:4px;background:none;border:none;font-size:13px;color:#888;cursor:pointer;padding:8px;transition:color .15s ease}.yard-plan-teaser__restart:hover{color:#666}.yard-plan-teaser__restart svg{width:14px;height:14px}.yard-plan-cta{display:flex;align-items:center;gap:14px;margin-top:16px;padding:16px 20px;background:#fff;border:1px solid #d4e8d4;border-left:4px solid #2d6a4f;border-radius:8px;box-shadow:0 2px 8px #00000026;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease;max-width:580px}.yard-plan-cta:hover,.yard-plan-cta:focus-visible{box-shadow:0 4px 14px #0003;border-color:#2d6a4f}.yard-plan-cta:hover .yard-plan-cta__btn,.yard-plan-cta:focus-visible .yard-plan-cta__btn{background:#1d5a3f}.yard-plan-cta:focus-visible{outline:2px solid #2d6a4f;outline-offset:2px}.yard-plan-cta__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#2d6a4f;border-radius:50%;color:#fff}.yard-plan-cta__icon svg{stroke:#fff}.yard-plan-cta__body{flex:1;min-width:0}.yard-plan-cta__heading{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 3px}.yard-plan-cta__desc{font-size:11px;color:#555;line-height:1.4;margin:0}.yard-plan-cta__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:9px 16px;background:#2d6a4f;color:#fff;font-size:12px;font-weight:600;border-radius:6px;white-space:nowrap;transition:background .2s ease}.yard-plan-cta__btn svg{width:13px;height:13px;stroke:#fff}@media(max-width:600px){.yard-plan-cta{flex-wrap:wrap;gap:10px;padding:14px}.yard-plan-cta__icon{width:36px;height:36px}.yard-plan-cta__icon svg{width:20px;height:20px}.yard-plan-cta__body{flex:1 1 calc(100% - 50px)}.yard-plan-cta__btn{width:100%;justify-content:center;padding:10px 14px}}
