/* Approved source cascade: styles.css; scoped child presentation. */
.zc-approved .shell { width: min(calc(100% - 48px), var(--zc-shell)); margin-inline: auto; }
.zc-approved .section { padding: 112px 0px; }
.zc-approved .side-carousel-arrow { display: none; }
.zc-approved .product-carousel-frame { display: contents; }
.zc-approved .product-carousel-track { display: contents; }
.zc-approved .review-carousel-frame { display: contents; }
.zc-approved .articles-carousel-frame { display: contents; }
.zc-approved .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--zc-green-700); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.zc-approved .eyebrow > span { width: 28px; height: 2px; background: var(--zc-gold); }
.zc-approved .eyebrow--light { color: rgb(214, 230, 219); }
.zc-approved .eyebrow--light > span { background: rgb(232, 201, 143); }
.zc-approved .button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.15; transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s; }
.zc-approved .button:hover { transform: translateY(-2px); }
.zc-approved .button:focus-visible { outline: rgba(196, 150, 67, 0.42) solid 3px; outline-offset: 3px; }
.zc-approved .button--primary { background: var(--zc-green-800); color: white; box-shadow: rgba(32, 81, 58, 0.2) 0px 12px 28px; }
.zc-approved .button--primary:hover { background: var(--zc-green-950); }
.zc-approved .button--secondary { border-color: rgb(185, 199, 189); background: white; color: var(--zc-green-900); }
.zc-approved .button--secondary:hover { border-color: var(--zc-green-800); box-shadow: var(--zc-shadow-sm); }
.zc-approved .button--cream { background: var(--zc-cream); color: var(--zc-green-950); }
.zc-approved .button--ghost { border-color: rgba(255, 255, 255, 0.42); color: white; background: transparent; }
.zc-approved .button--ghost:hover { background: rgba(255, 255, 255, 0.08); }
.zc-approved .button--small { min-height: 44px; padding: 10px 17px; border-radius: 12px; background: var(--zc-green-800); color: white; }
.zc-approved .text-link { display: inline-flex; align-items: center; color: var(--zc-green-800); font-weight: 750; line-height: 1.35; }
.zc-approved .text-link:hover { color: var(--zc-green-950); text-decoration: underline; text-underline-offset: 4px; }
.zc-approved .text-link--large { font-size: 17px; }
.zc-approved .reason-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgb(201, 214, 203); border-radius: 50%; color: var(--zc-gold); font-family: var(--zc-heading); font-size: 14px; }
.zc-approved .section-heading { margin-bottom: 50px; }
.zc-approved .section-heading h2 { margin-bottom: 14px; color: var(--zc-green-950); font-size: clamp(39px, 4vw, 56px); line-height: 1.08; }
.zc-approved .section-heading > p { color: var(--zc-muted); }
.zc-approved .section-heading--split > p { color: var(--zc-muted); }
.zc-approved .section-heading--center { max-width: 730px; margin-inline: auto; text-align: center; }
.zc-approved .section-heading--center .eyebrow { justify-content: center; }
.zc-approved .section-heading--split { display: grid; grid-template-columns: minmax(0px, 1.5fr) minmax(270px, 0.6fr); align-items: end; gap: 70px; }
.zc-approved .section-heading--split > p { max-width: 420px; margin-bottom: 5px; }
.zc-approved .need-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 50%; background: var(--zc-green-100); color: var(--zc-green-800); font-family: var(--zc-heading); font-size: 23px; }
.zc-approved .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.zc-approved .product-card { min-width: 0px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--zc-line); border-radius: var(--zc-radius-md); background: white; transition: transform 0.24s, box-shadow 0.24s; }
.zc-approved .product-card:hover { transform: translateY(-5px); box-shadow: var(--zc-shadow-lg); }
.zc-approved .product-card[hidden] { display: none; }
.zc-approved .bundle-card[hidden] { display: none; }
.zc-approved .product-card__image { position: relative; height: 332px; display: grid; place-items: center; overflow: hidden; background: rgb(247, 248, 246); }
.zc-approved .product-card__image::after { content: ""; position: absolute; inset: auto 23% 24px; height: 18px; border-radius: 50%; background: rgba(0, 0, 0, 0.09); filter: blur(9px); }
.zc-approved .product-card__image img { position: relative; z-index: 1; width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.3s; }
.zc-approved .product-card:hover .product-card__image img { transform: scale(1.035); }
.zc-approved .product-card__badge { position: absolute; z-index: 3; left: 16px; top: 16px; padding: 7px 10px; border-radius: 999px; background: white; border: 1px solid var(--zc-line); color: var(--zc-green-800); font-size: 10px; font-weight: 850; letter-spacing: 0.04em; text-transform: uppercase; }
.zc-approved .product-card__body { flex: 1 1 0%; display: flex; flex-direction: column; padding: 25px; }
.zc-approved .product-card__meta { margin-bottom: 8px; color: rgb(115, 128, 120); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.zc-approved .product-card h3 { margin-bottom: 11px; font-family: var(--zc-heading); font-size: 25px; font-weight: 600; }
.zc-approved .product-card__body > p:not(.product-card__meta) { margin-bottom: 18px; color: var(--zc-muted); font-size: 13px; line-height: 1.55; }
.zc-approved .stock { display: flex; align-items: center; gap: 7px; margin-top: auto; color: var(--zc-green-700); font-size: 11px; font-weight: 800; }
.zc-approved .stock span { width: 7px; height: 7px; border-radius: 50%; background: rgb(60, 155, 101); box-shadow: rgba(60, 155, 101, 0.12) 0px 0px 0px 4px; }
.zc-approved .product-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 18px 0px 15px; padding-top: 16px; border-top: 1px solid var(--zc-line); }
.zc-approved .product-card__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.zc-approved .product-card__price del { color: rgb(145, 155, 148); font-size: 12px; }
.zc-approved .product-card__price strong { color: var(--zc-green-950); font-family: var(--zc-heading); font-size: 30px; line-height: 1; }
.zc-approved .product-card__price small { color: rgb(128, 139, 132); font-size: 9px; }
.zc-approved .quick-add { padding: 10px 15px; border: 0px; border-radius: 12px; background: var(--zc-green-800); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.zc-approved .quick-add:hover { background: var(--zc-green-950); }
.zc-approved .product-card .text-link { font-size: 12px; }
.zc-approved .section-heading--light h2 { color: white; }
.zc-approved .section-heading--light > p { color: rgb(199, 215, 204); }
.zc-approved .section-heading--light .eyebrow { color: rgb(219, 232, 222); }
.zc-approved .bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.zc-approved .bundle-card { overflow: hidden; border-radius: var(--zc-radius-md); background: white; color: var(--zc-ink); }
.zc-approved .bundle-card__visual { position: relative; height: 325px; display: grid; place-items: center; overflow: hidden; background: rgb(242, 241, 234); }
.zc-approved .bundle-card__visual img { width: 95%; height: 95%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.3s; }
.zc-approved .bundle-card:hover .bundle-card__visual img { transform: scale(1.03); }
.zc-approved .bundle-save { position: absolute; z-index: 2; left: 17px; top: 17px; padding: 8px 12px; border-radius: 999px; background: var(--zc-green-950); color: white; font-size: 11px; font-weight: 850; }
.zc-approved .bundle-card__body { padding: 26px; }
.zc-approved .bundle-card h3 { margin-bottom: 14px; font-family: var(--zc-heading); font-size: 29px; font-weight: 600; }
.zc-approved .bundle-card__body > p:not(.product-card__meta) { color: var(--zc-muted); font-size: 13px; line-height: 1.55; }
.zc-approved .bundle-contains { min-height: 62px; padding-bottom: 15px; border-bottom: 1px solid var(--zc-line); }
.zc-approved .bundle-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; }
.zc-approved .closing { padding: 95px 0px; background: var(--zc-green-950); color: white; text-align: center; }
.zc-approved .closing__inner { max-width: 880px; }
.zc-approved .closing .eyebrow { justify-content: center; }
.zc-approved .closing h2 { margin-bottom: 18px; color: white; font-size: clamp(45px, 5vw, 66px); line-height: 1.05; }
.zc-approved .closing p:not(.eyebrow) { max-width: 660px; margin: 0px auto 30px; color: rgb(208, 222, 212); }
.zc-approved .closing__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
@media (min-width: 961px) {
.zc-approved .section-heading > p { font-size: 16px; line-height: 1.65; }
}
@media (min-width: 961px) {
.zc-approved .section-heading--split > p { font-size: 16px; line-height: 1.65; }
}
@media (min-width: 961px) {
.zc-approved .product-card__meta { font-size: 11px; }
}
@media (min-width: 961px) {
.zc-approved .product-card h3 { line-height: 1.2; }
}
@media (min-width: 961px) {
.zc-approved .product-card__body > p:not(.product-card__meta) { font-size: 14px; line-height: 1.6; }
}
@media (min-width: 961px) {
.zc-approved .stock { font-size: 12px; }
}
@media (min-width: 961px) {
.zc-approved .quick-add { font-size: 14px; }
}
@media (min-width: 961px) {
.zc-approved .product-card .text-link { font-size: 14px; }
}
@media (min-width: 961px) {
.zc-approved .bundle-card__body > p:not(.product-card__meta) { font-size: 14px; line-height: 1.6; }
}
@media (max-width: 1180px) {
.zc-approved .product-card__image { height: 290px; }
}
@media (max-width: 960px) {
.zc-approved .section { padding: 88px 0px; }
}
@media (max-width: 960px) {
.zc-approved .shell { width: min(calc(100% - 36px), var(--zc-shell)); }
}
@media (max-width: 960px) {
.zc-approved .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
.zc-approved .bundle-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
.zc-approved .bundle-card { display: grid; grid-template-columns: 0.84fr 1.16fr; }
}
@media (max-width: 960px) {
.zc-approved .bundle-card__visual { height: 100%; min-height: 355px; }
}
@media (max-width: 680px) {
.zc-approved .section { padding: 52px 0px; }
}
@media (max-width: 680px) {
.zc-approved .shell { width: calc(100% - 32px); margin-inline: auto; }
}
@media (max-width: 680px) {
.zc-approved .reason-icon { flex-basis: 30px; width: 30px; height: 30px; font-size: 11px; }
}
@media (max-width: 680px) {
.zc-approved .section-heading { margin-bottom: 24px; }
}
@media (max-width: 680px) {
.zc-approved .section-heading .eyebrow { margin-bottom: 11px; font-size: 9px; }
}
@media (max-width: 680px) {
.zc-approved .section-heading h2 { margin-bottom: 10px; font-size: 32px; }
}
@media (max-width: 680px) {
.zc-approved .section-heading > p { margin-bottom: 0px; font-size: 15px; line-height: 1.55; }
}
@media (max-width: 680px) {
.zc-approved .section-heading--split > p { margin-bottom: 0px; font-size: 15px; line-height: 1.55; }
}
@media (max-width: 680px) {
.zc-approved .section-heading--split { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 680px) {
.zc-approved .section-heading--split > p { max-width: none; }
}
@media (max-width: 680px) {
.zc-approved [data-mobile-carousel] { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
}
@media (max-width: 680px) {
.zc-approved [data-mobile-carousel]::-webkit-scrollbar { display: none; }
}
@media (max-width: 680px) {
.zc-approved [data-mobile-carousel] > * { scroll-snap-align: start; scroll-snap-stop: normal; }
}
@media (max-width: 680px) {
.zc-approved .need-card__icon { grid-area: 1 / 1 / 3; width: 44px; height: 44px; margin: 0px; font-size: 20px; }
}
@media (max-width: 680px) {
.zc-approved .mobile-side-carousel { position: relative; display: block; min-width: 0px; }
}
@media (max-width: 680px) {
.zc-approved .product-grid { display: flex; flex-direction: column; gap: 24px; overflow: visible; }
}
@media (max-width: 680px) {
.zc-approved .product-carousel-frame { display: block; }
}
@media (max-width: 680px) {
.zc-approved .review-carousel-frame { display: block; }
}
@media (max-width: 680px) {
.zc-approved .articles-carousel-frame { display: block; }
}
@media (max-width: 680px) {
.zc-approved .product-carousel-track { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc(50% - 6px); align-items: stretch; gap: 12px; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow { position: absolute; z-index: 8; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; padding: 0px; transform: translateY(-50%); border: 0px; background: transparent; cursor: pointer; touch-action: manipulation; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow--prev { left: -14px; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow--next { right: -14px; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgb(185, 199, 189); border-radius: 50%; background: rgba(255, 255, 255, 0.96); color: var(--zc-green-900); box-shadow: rgba(16, 42, 30, 0.12) 0px 5px 14px; font-size: 14px; font-weight: 850; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow--prev span { transform: translateX(-2px); }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow--next span { transform: translateX(2px); }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow--light span { border-color: rgba(255, 255, 255, 0.55); background: rgba(16, 42, 30, 0.94); color: white; box-shadow: rgba(0, 0, 0, 0.22) 0px 5px 14px; }
}
@media (max-width: 680px) {
.zc-approved .side-carousel-arrow:disabled { opacity: 0.32; cursor: default; pointer-events: none; }
}
@media (max-width: 680px) {
.zc-approved .product-card { border-radius: 16px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__image { height: 155px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__badge { left: 8px; top: 8px; max-width: calc(100% - 16px); padding: 5px 7px; overflow: hidden; font-size: 9px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
}
@media (max-width: 680px) {
.zc-approved .product-card__body { padding: 12px 22px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__meta { display: none; }
}
@media (max-width: 680px) {
.zc-approved .product-card h3 { min-height: 57px; margin-bottom: 7px; font-size: 17px; line-height: 1.12; hyphens: auto; }
}
@media (max-width: 680px) {
.zc-approved .product-card__body > p:not(.product-card__meta) { display: -webkit-box; min-height: 53px; margin-bottom: 10px; overflow: hidden; font-size: 13px; line-height: 1.36; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
}
@media (max-width: 680px) {
.zc-approved .stock { font-size: 11px; }
}
@media (max-width: 680px) {
.zc-approved .stock span { width: 6px; height: 6px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__buy { align-items: stretch; flex-direction: column; gap: 9px; margin: 10px 0px 0px; padding-top: 10px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__price { gap: 5px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__price strong { font-size: 24px; }
}
@media (max-width: 680px) {
.zc-approved .product-card__price small { display: none; }
}
@media (max-width: 680px) {
.zc-approved .quick-add { width: 100%; min-height: 44px; padding: 9px; font-size: 14px; }
}
@media (max-width: 680px) {
.zc-approved .product-card .text-link { display: none; }
}
@media (max-width: 680px) {
.zc-approved .bundle-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc(50% - 6px); align-items: stretch; gap: 12px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card { min-width: 0px; display: flex; flex-direction: column; border-radius: 16px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__visual { height: 156px; min-height: 0px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-save { left: 8px; top: 8px; padding: 5px 7px; font-size: 9px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__body { flex: 1 1 0%; display: flex; flex-direction: column; padding: 12px 22px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card h3 { min-height: 41px; margin-bottom: 8px; font-size: 18px; line-height: 1.15; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__body > p:not(.product-card__meta) { margin-bottom: 9px; font-size: 13px; line-height: 1.42; }
}
@media (max-width: 680px) {
.zc-approved .bundle-contains { min-height: 0px; padding-bottom: 8px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__body > p:not(.product-card__meta):not(.bundle-contains) { display: block; overflow: visible; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__bottom { gap: 9px; margin-top: auto; padding-top: 7px; }
}
@media (max-width: 680px) {
.zc-approved .bundle-card__bottom .button { width: 100%; min-height: 44px; padding-inline: 5px; font-size: 14px; text-align: center; }
}
@media (max-width: 680px) {
.zc-approved .review-carousel-frame .side-carousel-arrow--prev { left: -14px; }
}
@media (max-width: 680px) {
.zc-approved .review-carousel-frame .side-carousel-arrow--next { right: -14px; }
}
@media (max-width: 680px) {
.zc-approved .review-carousel-frame .side-carousel-arrow span { width: 36px; height: 36px; border-color: rgb(159, 178, 164); color: var(--zc-green-950); font-size: 18px; font-weight: 900; }
}
@media (max-width: 680px) {
.zc-approved .closing { padding: 52px 0px; }
}
@media (max-width: 680px) {
.zc-approved .closing h2 { font-size: 34px; }
}
@media (max-width: 680px) {
.zc-approved .closing p:not(.eyebrow) { margin-bottom: 22px; font-size: 13px; }
}
@media (max-width: 680px) {
.zc-approved .closing__actions { flex-direction: column; }
}
@media (max-width: 680px) {
.zc-approved .closing__actions .button { width: 100%; }
}
