.custom-section{--custom-green: #2d4f3c;--custom-green-dark: #1a3328;--custom-green-light: #3d6b52;--custom-cream: #f5f0e6;--custom-cream-2: #ede8dc;--custom-cream-3: #faf8f4;--custom-white: #fff;--custom-text: #1a1a1a;--custom-muted: #6b6b6b;--custom-border: #e2ddd4;--custom-red: #c0392b;color:var(--custom-text);font-family:inherit}.custom-section *,.custom-section *:before,.custom-section *:after{box-sizing:border-box}.custom-page-width{width:100%;margin:0 auto;padding-left:var(--custom-page-padding, 48px);padding-right:var(--custom-page-padding, 48px)}.custom-width-standard{max-width:1276px}.custom-width-narrow{max-width:980px}.custom-width-full{max-width:none}.custom-section-header{text-align:center;margin:0 auto var(--custom-header-gap, 40px)}.custom-section-kicker{font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--custom-green);text-transform:uppercase;margin-bottom:10px}.custom-section-heading{font-size:clamp(28px,3vw,38px);font-weight:800;color:var(--custom-green-dark);line-height:1.16;margin:0 0 10px}.custom-section-text{color:var(--custom-muted);font-size:15px;line-height:1.7;max-width:620px;margin:0 auto}.custom-heading-line{width:48px;height:3px;background:var(--custom-green);border-radius:2px;margin:14px auto 0}.custom-button,.custom-button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 28px;border-radius:4px;font-size:14px;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.custom-button{background:var(--custom-button-bg, var(--custom-green));color:var(--custom-button-text, #fff);border:2px solid var(--custom-button-bg, var(--custom-green))}.custom-button:hover{background:var(--custom-button-hover-bg, var(--custom-green-light));border-color:var(--custom-button-hover-bg, var(--custom-green-light));color:var(--custom-button-hover-text, #fff)}.custom-button-secondary{background:transparent;color:var(--custom-green);border:2px solid var(--custom-green)}.custom-button-secondary:hover{background:var(--custom-green);color:#fff}.custom-announcement{background:var(--custom-green);color:#ffffffe0}.custom-announcement__inner{min-height:44px;display:flex;align-items:center;justify-content:center;gap:18px}.custom-announcement__inner--split{justify-content:space-between}.custom-announcement__messages{position:relative;flex:1;min-height:20px;text-align:var(--announcement-align, center)}.custom-announcement__text{display:none;color:inherit;font-size:13px;font-weight:700;line-height:1.45;text-decoration:none}.custom-announcement__text.is-active{display:block}.custom-announcement__highlight{color:#f5c842}.custom-language{display:flex;align-items:center;gap:8px}.custom-language select{min-height:32px;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.35);border-radius:4px;padding:0 28px 0 10px;font:inherit;font-size:12px;font-weight:700}.custom-hero{position:relative;overflow:hidden;background:var(--custom-cream)}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:64px;align-items:center}.custom-hero__content{max-width:660px}.custom-hero__kicker{display:inline-flex;background:var(--custom-green);color:#fff;font-size:11px;font-weight:700;padding:6px 14px;border-radius:2px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.custom-hero__heading{font-size:clamp(36px,5vw,58px);font-weight:800;color:var(--custom-green-dark);line-height:1.08;margin:0 0 16px}.custom-hero__heading p{margin:0}.custom-hero__heading em{color:var(--custom-green-light);font-style:italic}.custom-hero__text{color:var(--custom-muted);font-size:16px;line-height:1.8;margin:0 0 28px;max-width:520px}.custom-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.custom-hero__tag{background:var(--custom-white);border:1px solid var(--custom-border);border-radius:20px;padding:6px 14px;font-size:12px;font-weight:700;color:var(--custom-green)}.custom-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}.custom-hero--has-image .custom-hero__heading,.custom-hero--has-image .custom-hero__text{color:#fff}.custom-hero--has-image .custom-hero__heading em{color:#a8d5b8}.custom-hero--has-image .custom-hero__tag{background:#ffffff26;border-color:#ffffff52;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-hero--has-image .custom-button-secondary{border-color:#fff;color:#fff}.custom-hero--has-image .custom-button-secondary:hover{background:#fff;color:var(--custom-green)}.custom-price-panel{background:var(--custom-white);border-radius:12px;border:1px solid var(--custom-border);overflow:hidden;box-shadow:0 4px 24px #2d4f3c1a}.custom-price-panel__head{background:var(--custom-green);padding:18px 24px}.custom-price-panel__title{color:#fff;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin:0 0 4px}.custom-price-panel__text{color:#ffffffa6;font-size:12px;margin:0}.custom-price-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;border-bottom:1px solid var(--custom-border);color:inherit;text-decoration:none;transition:background-color .2s ease}.custom-price-row:hover{background:var(--custom-cream-3)}.custom-price-row:last-child{border-bottom:0}.custom-price-row.is-highlighted{background:var(--custom-cream);border-left:3px solid var(--custom-green)}.custom-price-row__title{font-size:14px;font-weight:800;color:var(--custom-text)}.custom-price-row__meta{font-size:11px;color:var(--custom-muted);margin-top:2px}.custom-price-row__price{font-size:26px;font-weight:800;color:var(--custom-green);white-space:nowrap}.custom-badge{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:2px 8px;border-radius:999px;background:var(--custom-badge-bg, var(--custom-red));color:var(--custom-badge-text, #fff);font-size:9px;font-weight:800;line-height:1;text-transform:uppercase;vertical-align:middle}.custom-feature-list{background:var(--custom-green)}.custom-feature-list__grid{display:grid;grid-template-columns:repeat(var(--columns-desktop, 4),minmax(0,1fr))}.custom-feature-list__item{padding:0 var(--custom-card-padding, 28px);border-right:1px solid rgba(255,255,255,.15);text-align:center}.custom-feature-list__item:first-child{padding-left:0}.custom-feature-list__item:last-child{border-right:0;padding-right:0}.custom-feature-list__icon{font-size:28px;line-height:1;margin-bottom:10px}.custom-feature-list__image{width:var(--feature-image-size, 48px);height:var(--feature-image-size, 48px);margin:0 auto 12px}.custom-feature-list__image img{width:100%;height:100%;display:block;object-fit:contain}.custom-feature-list__title{color:#fff;font-size:14px;font-weight:800;margin-bottom:4px}.custom-feature-list__text{color:#ffffffad;font-size:12px;line-height:1.5}.custom-card-grid{display:grid;grid-template-columns:repeat(var(--columns-desktop, 4),minmax(0,1fr));gap:var(--grid-gap, 20px)}.custom-collection-grid,.custom-type-grid{align-items:stretch}.custom-bundle-card{background:var(--custom-white);border:1.5px solid var(--custom-border);border-radius:10px;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.custom-bundle-card:hover{box-shadow:0 8px 28px #2d4f3c1f;transform:translateY(-3px)}.custom-bundle-card.is-highlighted{border-color:var(--custom-green);border-width:2px}.custom-bundle-card__badge{background:var(--custom-green);color:#fff;font-size:11px;font-weight:800;padding:7px 0;text-align:center;letter-spacing:1px;text-transform:uppercase}.custom-bundle-card__body{padding:var(--custom-card-padding, 24px) calc(var(--custom-card-padding, 24px) - 4px)}.custom-bundle-card__title{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--custom-muted);margin-bottom:3px}.custom-bundle-card__meta{font-size:12px;color:#999;margin-bottom:14px}.custom-bundle-card__price{font-size:44px;font-weight:800;color:var(--custom-green);line-height:1;margin-bottom:4px}.custom-bundle-card__note{font-size:12px;color:var(--custom-muted);margin-bottom:18px}.custom-bundle-card__divider{height:1px;background:var(--custom-border);margin-bottom:18px}.custom-bundle-card__list{list-style:none;margin:0 0 22px;padding:0}.custom-bundle-card__list li{display:flex;align-items:flex-start;gap:8px;color:#444;font-size:13px;line-height:1.45;padding:7px 0;border-bottom:1px solid var(--custom-cream)}.custom-bundle-card__list li:last-child{border-bottom:0}.custom-bundle-card__check{color:var(--custom-green);font-weight:800;flex:0 0 auto}.custom-bundle-card__button{width:100%}.custom-products--slider,.custom-collections--slider{position:relative;overflow:hidden;width:100%}.custom-scroll{display:flex;gap:var(--grid-gap, 20px);overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 24px;scrollbar-width:none;max-width:100%;overscroll-behavior-inline:contain}.custom-scroll::-webkit-scrollbar{display:none}.custom-scroll>*{flex:0 0 var(--slide-width, 240px);scroll-snap-align:start}.custom-featured-products__track>*{flex-basis:calc((100% - (var(--columns-desktop, 4) - 1) * var(--grid-gap, 20px)) / var(--columns-desktop, 4))}.custom-scroll-button{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:1px solid var(--custom-border);border-radius:50%;background:#fff;color:var(--custom-green);font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #2d4f3c1f;opacity:0;transform:translateY(calc(-50% + 6px));pointer-events:none;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.custom-scroll-button--prev{left:12px;right:auto}.custom-scroll-button--next{right:12px}.custom-products--slider:hover .custom-scroll-button,.custom-collections--slider:hover .custom-scroll-button,.custom-products--slider:focus-within .custom-scroll-button,.custom-collections--slider:focus-within .custom-scroll-button{opacity:1;transform:translateY(-50%);pointer-events:auto}.custom-product-card{height:100%;display:flex;flex-direction:column;background:var(--custom-cream-3);border:1.5px solid var(--custom-border);border-radius:12px;overflow:hidden;color:inherit;text-decoration:none;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.custom-product-card:hover{box-shadow:0 8px 28px #2d4f3c21;transform:translateY(-4px);border-color:var(--custom-green)}.custom-product-card__media{position:relative;display:block;overflow:hidden;background:var(--custom-cream-2);aspect-ratio:var(--image-ratio, 1 / 1)}.custom-product-card__media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s ease}.custom-product-card:hover .custom-product-card__media img{transform:scale(1.04)}.custom-product-card__placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--custom-green);font-size:28px;font-weight:800}.custom-product-card__badge,.custom-product-card__tag{position:absolute;top:12px;left:12px;z-index:1;background:var(--custom-green);color:#fff;font-size:10px;font-weight:800;padding:4px 10px;border-radius:2px;letter-spacing:1px;text-transform:uppercase}.custom-product-card__badge+.custom-product-card__tag{top:40px}.custom-product-card__badge--sale{background:var(--custom-red)}.custom-product-card__body{display:flex;flex:1;flex-direction:column;padding:16px 18px 18px;text-align:center}.custom-product-card__vendor,.custom-product-card__type{color:var(--custom-muted);font-size:11px;line-height:1.4;margin-bottom:4px}.custom-product-card__title{color:var(--custom-green-dark);font-size:14px;font-weight:800;line-height:1.4;margin:0 0 10px}.custom-product-card__title a{color:inherit;text-decoration:none}.custom-product-card__price{display:flex;align-items:baseline;justify-content:center;gap:8px;color:var(--custom-green);font-size:22px;font-weight:800;margin:auto 0 14px}.custom-product-card__compare{color:var(--custom-muted);font-size:13px;font-weight:600;text-decoration:line-through}.custom-product-card__quick{margin-top:auto}.custom-product-card__quick form{margin:0}.custom-quick-add{width:100%;min-height:42px;border:0;border-radius:6px;background:var(--custom-green);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.custom-quick-add.custom-button{padding:0 18px}.custom-quick-add:hover{background:var(--custom-green-light)}.custom-quick-add:disabled{background:#a8aaa5;cursor:not-allowed}.custom-collection-card{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--custom-cream-3);border:1.5px solid var(--custom-border);border-radius:10px;padding:var(--custom-card-padding, 24px) calc(var(--custom-card-padding, 24px) - 8px);text-align:center;color:inherit;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.custom-collection-card:hover{background:var(--custom-cream-2);border-color:var(--custom-green);box-shadow:0 6px 20px #2d4f3c1a;transform:translateY(-2px)}.custom-collection-card__image{width:var(--image-size, 72px);height:var(--image-size, 72px);border-radius:var(--image-radius, 10px);overflow:hidden;background:var(--custom-cream-2);margin-bottom:14px}.custom-collection-card__image img{width:100%;height:100%;display:block;object-fit:cover}.custom-collection-card__icon{min-height:var(--image-size, 54px);display:flex;align-items:center;justify-content:center;font-size:calc(var(--image-size, 54px) * .52);line-height:1;margin-bottom:12px}.custom-collection-card__title{color:var(--custom-green-dark);font-size:14px;font-weight:800;line-height:1.35;margin-bottom:5px}.custom-collection-card__text{color:var(--custom-muted);font-size:12px;line-height:1.5}.custom-category-card{height:100%;display:flex;align-items:center;gap:16px;background:var(--custom-white);border:1px solid var(--custom-border);border-radius:10px;padding:var(--custom-card-padding, 24px);color:inherit;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.custom-category-card:hover{border-color:var(--custom-green);box-shadow:0 4px 16px #2d4f3c1a;transform:translateY(-2px)}.custom-category-card__image,.custom-category-card__icon{width:var(--image-size, 54px);height:var(--image-size, 54px);border-radius:var(--image-radius, 8px);background:var(--custom-cream);flex:0 0 auto;overflow:hidden}.custom-category-card__image img{width:100%;height:100%;display:block;object-fit:cover}.custom-category-card__icon{display:flex;align-items:center;justify-content:center;font-size:calc(var(--image-size, 54px) * .44);line-height:1}.custom-category-card__content{min-width:0}.custom-category-card__title{color:var(--custom-green-dark);font-size:15px;font-weight:800;line-height:1.35;margin-bottom:3px}.custom-category-card__text{color:var(--custom-muted);font-size:12px;line-height:1.5}.custom-category-card__arrow{margin-left:auto;color:var(--custom-green);font-size:20px;font-weight:800}.custom-text-columns__item{display:flex;align-items:flex-start;gap:18px;background:var(--custom-cream-3);border:1px solid var(--custom-border);border-radius:10px;padding:var(--custom-card-padding, 30px)}.custom-text-columns__index{width:42px;height:42px;border-radius:8px;background:var(--custom-green);color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:16px;font-weight:800}.custom-text-columns__title{color:var(--custom-green-dark);font-size:16px;font-weight:800;line-height:1.35;margin-bottom:6px}.custom-text-columns__text{color:var(--custom-muted);font-size:13px;line-height:1.7}.custom-promo{background:var(--custom-cream-2)}.custom-promo__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.custom-promo__content{max-width:680px}.custom-promo__heading{color:var(--custom-green-dark);font-size:clamp(30px,4vw,42px);font-weight:800;line-height:1.18;margin:0 0 10px}.custom-promo__text{color:var(--custom-muted);font-size:15px;line-height:1.7;margin:0 0 24px}.custom-promo__price{text-align:right;flex:0 0 auto}.custom-promo__label{color:var(--custom-muted);font-size:12px;letter-spacing:1px;text-transform:uppercase;margin-bottom:4px}.custom-promo__amount{color:var(--custom-green);font-size:clamp(56px,7vw,86px);font-weight:800;line-height:1}.custom-promo__note{color:var(--custom-muted);font-size:14px;margin-top:4px}@media(max-width:1024px){.custom-page-width{padding-left:min(var(--custom-page-padding, 28px),28px);padding-right:min(var(--custom-page-padding, 28px),28px)}.custom-hero__inner{grid-template-columns:1fr;gap:36px}.custom-price-panel{display:none}.custom-card-grid,.custom-feature-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.custom-page-width{padding-left:min(var(--custom-page-padding, 20px),20px);padding-right:min(var(--custom-page-padding, 20px),20px)}.custom-announcement__inner{flex-direction:column;justify-content:center;gap:8px;padding-top:10px;padding-bottom:10px;text-align:center}.custom-section-header{margin-bottom:min(var(--custom-header-gap, 28px),28px)}.custom-card-grid,.custom-feature-list__grid{grid-template-columns:repeat(var(--columns-mobile, 1),minmax(0,1fr))}.custom-feature-list__grid{gap:24px}.custom-feature-list__item{border-right:0;padding:0}.custom-scroll>*{flex-basis:min(var(--slide-width-mobile, 78vw),320px)}.custom-featured-products__track>*{flex-basis:calc((100% - (var(--columns-mobile, 1) - 1) * var(--grid-gap, 20px)) / var(--columns-mobile, 1))}.custom-featured-products--mobile-grid .custom-products--slider{overflow:visible}.custom-featured-products--mobile-grid .custom-featured-products__track{display:grid;grid-template-columns:repeat(var(--columns-mobile, 1),minmax(0,1fr));overflow:visible;scroll-snap-type:none;padding-left:0;padding-right:0}.custom-featured-products--mobile-grid .custom-featured-products__track>*{min-width:0}.custom-scroll-button{display:none}.custom-hero__buttons,.custom-button,.custom-button-secondary{width:100%}.custom-category-card{padding:18px}.custom-promo__inner{flex-direction:column;align-items:center;text-align:center}.custom-promo__price{text-align:center}}.custom-announcement__controls{display:flex;align-items:center;gap:6px}.custom-announcement__controls button{width:26px;height:26px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff14;color:#fff;cursor:pointer}.custom-scroll{cursor:grab;touch-action:pan-y}.custom-scroll.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-snap-type:none}.custom-scroll-button{z-index:20}.custom-scroll-button:hover{background:var(--custom-green);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-sections.css.map */
