.cz-categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cz-categories-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.cz-categories-grid--2 .cz-category-card{display:grid;grid-template-columns:minmax(0,.85fr) minmax(240px,1.15fr);align-items:center;min-height:360px}.cz-categories-grid--2 .cz-category-card__media{height:270px;margin-top:0}.cz-category-card{position:relative;min-height:340px;border-radius:var(--cz-radius);padding:25px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--cz-line);transition:.25s ease;background:#fff;color:var(--cz-forest)}.cz-category-card:hover{transform:translateY(-5px);box-shadow:var(--cz-shadow)}.cz-category-card h3{margin:0;font-family:var(--font-heading--family);font-size:1.55rem;letter-spacing:-.035em}.cz-category-card p{color:var(--cz-muted);font-size:.9rem;max-width:240px;margin:8px 0 0}.cz-category-card__media{height:180px;position:relative;margin-top:14px}.cz-category-card__media img{width:100%;height:100%;object-fit:contain}.cz-category-card--oral{background:linear-gradient(150deg,#eef7f1,#d7e8df)}.cz-category-card--sweets{background:linear-gradient(150deg,#fff0e6,#f1d5c8)}.cz-category-card--care{background:linear-gradient(150deg,#e7eef6,#cfdfec)}.cz-category-card--new{background:linear-gradient(150deg,#eee9f5,#ddd2ec)}.cz-category-art{position:absolute;top:0;right:0;bottom:0;left:0}.cz-category-art--tube:before{content:"";position:absolute;width:58px;height:163px;border-radius:14px;bottom:5px;left:50%;transform:translate(-50%) rotate(-9deg);background:linear-gradient(160deg,#fff 0 48%,#3b825e 49%);box-shadow:0 18px 30px #15251f2e}.cz-category-art--tube:after{content:"";position:absolute;width:42px;height:24px;left:calc(50% - 21px);bottom:-9px;background:#eee8de;border-radius:3px 3px 8px 8px}.cz-category-art--sweets:before{content:"";position:absolute;width:62px;height:62px;border-radius:42% 58% 52% 48%;background:#e47664;box-shadow:58px 18px #e7aa4e,-54px 28px #82ad6c,15px 72px #ca6f95;left:42%;top:26px;transform:rotate(18deg)}.cz-category-art--bottle:before{content:"";position:absolute;width:77px;height:148px;border-radius:18px 18px 25px 25px;background:linear-gradient(160deg,#fdfefe,#77a5be);left:50%;bottom:0;transform:translate(-50%) rotate(6deg);box-shadow:0 18px 32px #15251f2e}.cz-category-art--bottle:after{content:"";position:absolute;width:39px;height:30px;left:calc(50% - 19px);bottom:142px;background:#223c4c;border-radius:8px 8px 4px 4px}.cz-category-art--plus{display:grid;place-items:center;border-radius:50%;border:1px dashed rgba(65,46,86,.28);font-size:5rem;color:#6c5284;font-weight:300;margin:25px}@media(max-width:749px){.cz-categories-grid--2 .cz-category-card{grid-template-columns:1fr;min-height:285px}.cz-categories-grid--2 .cz-category-card__media{height:170px;margin-top:14px}}.cz-product-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.cz-product-tab{border:1px solid var(--cz-line);background:#ffffffb8;padding:10px 16px;border-radius:999px;font-weight:750;cursor:pointer;color:var(--cz-ink)}.cz-product-tab.is-active{background:var(--cz-forest);color:#fff;border-color:var(--cz-forest)}.cz-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.cz-products-grid:has(.cz-product-card__more[open]){align-items:start}.cz-products-grid:has(.cz-product-card__more[open]) .cz-product-card{height:auto}.cz-product-card{display:grid;grid-template-rows:330px minmax(0,1fr);height:100%;min-width:0;overflow:hidden;border:1px solid rgba(21,37,31,.12);border-radius:18px;background:#fff;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease}.cz-product-card:hover{border-color:#15251f33;box-shadow:0 16px 38px #15251f12}.cz-product-card[hidden]{display:none}.cz-product-card--wide{grid-template-columns:42% minmax(0,58%);grid-template-rows:none;min-height:430px}.cz-product-media{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:24px;overflow:hidden;background:linear-gradient(145deg,#fbfaf6,#f3ebdf);text-decoration:none}.cz-product-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.48);pointer-events:none}.cz-product-media__image{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s ease}.cz-product-card:hover .cz-product-media__image{transform:scale(1.025)}.cz-badge,.cz-stock-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:5px 8px;border-radius:999px;font-size:.55rem;font-weight:850;letter-spacing:.075em;line-height:1;text-transform:uppercase;white-space:nowrap}.cz-badge{border:1px solid var(--cz-product-text-accent, #243d34);background:var(--cz-product-text-accent, #243d34);color:#fff}.cz-stock-badge{border:1px solid rgba(21,37,31,.12);background:#eef1ef;color:#65706a}.cz-product-card.is-sold-out .cz-product-media__image{opacity:.72}.cz-product-card__content{display:flex;flex-direction:column;min-width:0;padding:24px}.cz-product-card__topline{display:flex;justify-content:space-between;gap:10px;min-width:0;margin-bottom:10px;color:var(--cz-product-text-accent, #243d34);font-size:.68rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.cz-product-card__brand{min-width:0;overflow-wrap:anywhere}.cz-product-card__topmeta{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.cz-product-card__topmeta small{max-width:112px;color:#52635a;font-size:.68rem;font-weight:700;letter-spacing:0;text-align:right;text-transform:none;overflow-wrap:anywhere}.cz-product-card h3{display:block;min-height:3.12em;margin:0;overflow:visible;font-family:var(--font-heading--family);font-size:1.4rem;line-height:1.04;letter-spacing:-.035em;overflow-wrap:anywhere;white-space:normal}.cz-product-card--editorial h3{min-height:2.08em}.cz-product-card h3 a{color:var(--cz-product-text-accent, #243d34);text-decoration:none}.cz-product-card__essentials{display:grid;gap:12px;min-height:10.4rem;margin:18px 0 20px}.cz-product-card__essentials>div{display:grid;align-content:start;gap:3px;min-width:0}.cz-product-card__essentials dt,.cz-product-card__facts dt{color:var(--cz-product-text-accent, #243d34);font-size:.67rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.cz-product-card__essentials dd{margin:0;color:#596760;font-size:.82rem;line-height:1.45;overflow-wrap:anywhere}.cz-product-card__benefit{display:-webkit-box;min-height:3.9em;margin:15px 0 18px;overflow:hidden;color:#596760;font-size:.82rem;line-height:1.48;text-wrap:pretty;-webkit-box-orient:vertical;-webkit-line-clamp:3}.cz-product-card--compact .cz-product-card__content{padding-bottom:0}.cz-product-card--compact .cz-product-card__footer{margin-top:auto}.cz-product-card__essentials--expanded{min-height:0;margin:0}.cz-product-card__more{min-width:0;margin:0;border-top:1px solid rgba(21,37,31,.12)}.cz-product-card__more summary{position:relative;display:flex;align-items:center;min-height:46px;padding:12px 34px 12px 0;color:var(--cz-forest);font-size:.74rem;font-weight:820;letter-spacing:.02em;cursor:pointer;list-style:none}.cz-product-card__more summary::-webkit-details-marker{display:none}.cz-product-card__more summary:after{content:"+";position:absolute;right:2px;top:50%;display:grid;place-items:center;width:24px;height:24px;border:1px solid rgba(21,37,31,.14);border-radius:50%;color:var(--cz-product-text-accent, #243d34);font-size:1rem;line-height:1;transform:translateY(-50%)}.cz-product-card__more[open] summary{color:var(--cz-product-text-accent, #243d34)}.cz-product-card__more[open] summary:after{content:"\2212"}.cz-product-card__more-body{display:grid;gap:18px;max-height:min(56vh,520px);padding:4px 2px 22px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(18,63,51,.28) transparent}.cz-product-card__more-backdrop,.cz-product-card__drawer-head{display:none}.cz-product-card__more-section{display:grid;gap:8px;min-width:0}.cz-product-card__more-section+.cz-product-card__more-section{padding-top:16px;border-top:1px solid rgba(21,37,31,.12)}.cz-product-card__more-section h4{margin:0;color:var(--cz-product-text-accent, #243d34);font-size:.67rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.cz-product-card__more-section p,.cz-product-card__more-section li,.cz-product-card__more-section dd{margin:0;color:#596760;font-size:.8rem;line-height:1.55;overflow-wrap:anywhere}.cz-product-card__more-section .rte>*:first-child{margin-top:0}.cz-product-card__more-section .rte>*:last-child{margin-bottom:0}.cz-product-card__more-section .rte p{margin:0 0 .8em}.cz-product-card__more-section .rte ul,.cz-product-card__more-section .rte ol{display:grid;gap:7px;margin:0;padding-left:18px}.cz-product-card__description.rte{display:grid;gap:0}.cz-product-card__description.rte>*{margin:0!important}.cz-product-card__description.rte>p{max-width:44ch;color:#4f5f57;font-size:.8rem;line-height:1.68;text-wrap:pretty}.cz-product-card__description.rte>p:first-child{color:#44554d}.cz-product-card__description.rte>p:first-child>strong:first-child{display:block;margin-bottom:4px;color:var(--cz-product-text-accent, #243d34);font-size:.84rem;line-height:1.45}.cz-product-card__description.rte>p+p{margin-top:10px!important;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--cz-product-accent) 14%,#e5ebe7)}.cz-product-card__description.rte>p:has(>strong:first-child){padding:11px 12px;border-top:0;border-left:3px solid color-mix(in srgb,var(--cz-product-accent) 52%,#fff);border-radius:0 10px 10px 0;background:color-mix(in srgb,var(--cz-product-accent) 7%,#fbfaf6)}.cz-product-card__description.rte>p>strong:first-child{color:var(--cz-product-text-accent, #243d34)}.cz-product-card__description.rte>h2,.cz-product-card__description.rte>h3,.cz-product-card__description.rte>h4{padding-top:3px;color:var(--cz-product-text-accent, #243d34);font-size:.68rem;line-height:1.4;letter-spacing:.06em;text-transform:uppercase}.cz-product-card__description.rte>ul,.cz-product-card__description.rte>ol{display:grid;gap:8px;padding:0;list-style:none}.cz-product-card__description.rte>ul>li,.cz-product-card__description.rte>ol>li{position:relative;padding-left:18px}.cz-product-card__description.rte>ul>li:before,.cz-product-card__description.rte>ol>li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--cz-product-text-accent, #243d34);font-weight:900}.cz-product-card .cz-product-formula{display:grid;gap:0;border-top:1px solid color-mix(in srgb,var(--cz-product-accent) 14%,#e5ebe7)}.cz-product-card .cz-product-formula__item,.cz-product-card .cz-product-formula__group{display:grid;gap:9px;min-width:0;padding:14px 0;border:0;border-bottom:1px solid color-mix(in srgb,var(--cz-product-accent) 14%,#e5ebe7);border-radius:0;background:transparent}.cz-product-card .cz-product-formula__item h5,.cz-product-card .cz-product-formula__group>h5{display:inline-flex;align-items:center;box-sizing:border-box;width:fit-content;max-width:100%;margin:0;padding:6px 9px;border-left:3px solid #a45168;border-radius:4px;background:#f8eef1;color:#78384a;font-size:.67rem;font-weight:850;letter-spacing:.05em;line-height:1.4;text-transform:uppercase;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.cz-product-card .cz-product-formula__actives{color:#405249!important;font-size:.78rem!important;line-height:1.48!important}.cz-product-card .cz-product-formula__actives strong{color:var(--cz-product-text-accent, #243d34)}.cz-product-card .cz-product-formula__description{color:#596760!important;font-size:.78rem!important;line-height:1.55!important}.cz-product-card .cz-product-formula__actives-list{display:grid}.cz-product-card .cz-product-formula__active{min-width:0;padding:10px 0;border-top:1px solid color-mix(in srgb,var(--cz-product-accent) 12%,#e3e9e5)}.cz-product-card .cz-product-formula__active:first-child{padding-top:0;border-top:0}.cz-product-card .cz-product-formula__active:last-child{padding-bottom:0}.cz-product-card .cz-product-formula__active h6{min-width:0;max-width:100%;margin:0 0 4px;color:#405249;font-size:.78rem;font-weight:800;line-height:1.4;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.cz-product-card .cz-product-formula__active p{min-width:0;max-width:100%;margin:0;color:#596760;font-size:.78rem;line-height:1.58;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty}.cz-product-card .cz-product-ingredients{display:grid;gap:7px;min-width:0;padding:12px;border:1px solid color-mix(in srgb,var(--cz-product-accent) 14%,#e5ebe7);border-radius:9px;background:color-mix(in srgb,var(--cz-product-accent) 4%,#fff)}.cz-product-card .cz-product-ingredients>strong{color:var(--cz-product-text-accent, #243d34);font-size:.64rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.cz-product-card .cz-product-ingredients p{margin:0;color:#596760;font-size:.78rem;line-height:1.62;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto;text-wrap:pretty}.cz-product-card .cz-product-attribute-groups{display:grid;gap:0;min-width:0;overflow:hidden;border:1px solid rgba(41,116,79,.14);border-radius:9px;background:#f6faf7}.cz-product-card .cz-product-attribute-group{display:grid;gap:7px;min-width:0;padding:11px 12px;border:0;border-radius:0;background:transparent}.cz-product-card .cz-product-attribute-group+.cz-product-attribute-group{border-top:1px solid rgba(41,116,79,.11)}.cz-product-card .cz-product-attribute-group strong{display:flex;align-items:center;gap:6px;color:#2d6f4c;font-size:.64rem;font-weight:850;letter-spacing:.065em;text-transform:uppercase}.cz-product-card .cz-product-attribute-group strong:before{content:"\2713";flex:0 0 auto;color:#28704b;font-size:.6rem;font-weight:900}.cz-product-card .cz-product-attribute-group ul{display:flex;align-items:center;flex-wrap:wrap;gap:6px 11px;max-width:100%;margin:0;padding:0;list-style:none}.cz-product-card .cz-product-attribute-group li{position:relative;flex:0 0 auto;min-width:0;padding-left:16px;font-size:.72rem;line-height:1.45;white-space:nowrap;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.cz-product-card .cz-product-attribute-group li:before{content:"\2713";position:absolute;left:0;top:0;color:#33805a;font-weight:900}.cz-product-card .cz-product-attribute-group--features{background:#f8faf8}.cz-product-card .cz-product-attribute-group--features strong:before{content:"+"}.cz-product-card .cz-product-attribute-group--free-from{border-color:#9a5a4329;background:#fbf5f2}.cz-product-card .cz-product-attribute-group--free-from strong{color:#8d513d}.cz-product-card .cz-product-attribute-group--free-from strong:before{content:"\2212";color:#94543e}.cz-product-card .cz-product-attribute-group--free-from li{color:#79584c}.cz-product-card .cz-product-attribute-group--free-from li:before{content:"\2212";color:#94543e}.cz-product-card .cz-product-attribute-group--age{background:#f7f8f7}.cz-product-card .cz-product-attribute-group--age strong{color:#596760}.cz-product-card .cz-product-attribute-group--age strong:before{content:"\2022";color:#65716b}.cz-product-card__facts{display:grid!important;gap:8px!important;margin:0!important}.cz-product-card__facts>div{display:grid!important;grid-template-columns:minmax(90px,.8fr) minmax(0,1.2fr);gap:12px;min-height:0!important}.cz-product-card__facts dt{color:#6d7973}.cz-product-card__facts dd{margin:0;text-align:right}.cz-product-card__full-link{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;margin-top:2px;padding:10px 13px;border:1px solid rgba(21,37,31,.14);border-radius:10px;color:var(--cz-forest);font-size:.75rem;font-weight:800;text-decoration:none}.cz-product-card__full-link:hover{border-color:color-mix(in srgb,var(--cz-product-accent) 44%,transparent);background:#fbfaf6}.cz-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;margin-top:auto;padding-top:18px;border-top:1px solid rgba(21,37,31,.12)}.cz-product-pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px}.cz-price{font-size:1.05rem;font-weight:850}.cz-old-price{color:#8c9691;font-size:.82rem;text-decoration:line-through}.cz-quick-add-form{flex:0 0 auto;margin:0}.cz-quick-add{display:inline-flex;align-items:center;justify-content:center;min-width:108px;min-height:44px;padding:10px 17px;border:0;border-radius:999px;background:var(--cz-forest);color:#fff;font-size:.75rem;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.cz-quick-add:hover{background:#244f3f;transform:translateY(-1px);box-shadow:0 10px 22px #173d3126}.cz-quick-add:focus-visible{outline:3px solid color-mix(in srgb,var(--cz-product-accent) 38%,transparent);outline-offset:3px}.cz-product-card.is-in-cart{border-color:#1f5d4957}.cz-product-card.is-in-cart:hover{border-color:#1f5d497a}.cz-quick-add.is-added{gap:6px;background:#e8f1ec;color:var(--cz-forest);box-shadow:inset 0 0 0 1px #1f5d492e}.cz-quick-add.is-added:before{content:"\2713";font-size:.78rem;font-weight:900;line-height:1}.cz-quick-add.is-added:hover{background:#dfece5;color:var(--cz-forest);box-shadow:inset 0 0 0 1px #1f5d4942}.cz-quick-add.is-added[aria-busy=true]:before{display:none}.cz-product-card.is-sold-out .cz-quick-add{background:#d9dedb;color:#65706a}.cz-product-card.is-sold-out .cz-quick-add:hover{box-shadow:none;transform:none}.cz-product-card--selectable{position:relative}.cz-product-card--selectable.is-selected{border-color:color-mix(in srgb,var(--cz-product-accent) 55%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--cz-product-accent) 13%,transparent)}.cz-product-card--selectable .cz-product-card__footer{display:grid;grid-template-columns:1fr;align-items:stretch;gap:10px}.cz-product-card--selectable .cz-product-selection{width:100%;min-width:0}.cz-product-select{display:inline-flex;align-items:center;justify-content:center;gap:7px;box-sizing:border-box;width:100%;min-width:0;min-height:48px;padding:8px 12px;border:1px solid var(--cz-forest);border-radius:999px;background:#fff;color:var(--cz-forest);font:inherit;font-size:.74rem;font-weight:820;line-height:1.2;text-align:center;text-decoration:none;white-space:normal;cursor:pointer;transition:background .18s ease,color .18s ease}.cz-product-select[hidden]{display:none}.cz-product-select span{min-width:0;overflow-wrap:anywhere;text-wrap:balance}.cz-product-select b{flex:0 0 auto;font-size:1rem;font-weight:600}.cz-product-select:hover{background:var(--cz-forest);color:#fff}.cz-product-select:focus-visible,.cz-product-quantity button:focus-visible{outline:3px solid color-mix(in srgb,var(--cz-product-accent) 35%,transparent);outline-offset:2px}.cz-product-select.is-disabled{border-color:#15251f29;background:#f3f3ef;color:#7e8883;cursor:not-allowed}.cz-product-select.is-disabled:hover{background:#f3f3ef;color:#7e8883}.cz-product-quantity{display:grid;grid-template-columns:44px minmax(38px,1fr) 44px;align-items:center;width:100%;min-width:0;min-height:44px;overflow:hidden;border:1px solid rgba(36,85,68,.32);border-radius:999px;background:#f7faf8;color:var(--cz-forest)}.cz-product-quantity[hidden]{display:none}.cz-product-quantity button{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:1.12rem;font-weight:800;cursor:pointer}.cz-product-quantity button:hover{background:#24554414}.cz-product-quantity output{display:grid;place-items:center;min-height:44px;border-inline:1px solid rgba(36,85,68,.14);font-size:.82rem;font-weight:850}@media(max-width:1180px)and (min-width:750px){.cz-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.cz-products-grid{grid-template-columns:1fr;gap:14px}.cz-product-card{grid-template-rows:260px minmax(0,1fr)}.cz-product-card--wide{grid-template-columns:1fr;grid-template-rows:270px minmax(0,1fr);min-height:0}.cz-product-media,.cz-product-card__content{padding:20px}.cz-product-card__topline{margin-bottom:8px;line-height:1.35}.cz-product-card h3,.cz-product-card--editorial h3{min-height:0;font-size:1.35rem;line-height:1.08}.cz-product-card__essentials{min-height:0;gap:10px;margin:14px 0 18px}.cz-product-card__essentials dd{font-size:.8rem;line-height:1.42}.cz-product-card__more-body{max-height:none;overflow:visible}.cz-product-card__more summary{min-height:48px}.cz-product-card--compact .cz-product-card__more[open] .cz-product-card__more-backdrop{position:fixed;z-index:170;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:#0f1c177a;cursor:pointer}.cz-product-card--compact .cz-product-card__more[open] .cz-product-card__more-body{position:fixed;z-index:171;right:0;bottom:0;left:0;display:grid;box-sizing:border-box;gap:18px;width:100%;max-height:min(82dvh,720px);padding:0 18px calc(22px + env(safe-area-inset-bottom));overflow:auto;border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -24px 60px #0f1c1733;overscroll-behavior:contain}.cz-product-card__drawer-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;margin-inline:-2px;padding:12px 0;border-bottom:1px solid rgba(21,37,31,.12);background:#fff}.cz-product-card__drawer-head strong{color:var(--cz-forest);font-size:.83rem;line-height:1.3}.cz-product-card__drawer-head button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid rgba(21,37,31,.14);border-radius:50%;background:#fff;color:var(--cz-forest);font:inherit;font-size:1.45rem;line-height:1;cursor:pointer}.cz-product-card__drawer-head button:focus-visible{outline:3px solid color-mix(in srgb,var(--cz-product-accent) 36%,transparent);outline-offset:2px}.cz-product-card__more-section p,.cz-product-card__more-section li,.cz-product-card__more-section dd{font-size:.81rem}.cz-product-card__footer{gap:14px;padding-top:16px}.cz-quick-add{min-width:104px}.cz-badge,.cz-stock-badge{padding:4px 7px;font-size:.51rem}.cz-product-card--selectable .cz-product-pricing{margin-bottom:0}.cz-product-selection,.cz-product-select,.cz-product-select--options,.cz-product-quantity{width:100%;min-width:0}}@media(max-width:359px){.cz-product-card__content{padding:18px 16px}.cz-product-card__footer{gap:10px}.cz-quick-add{min-width:98px;padding-inline:14px}}@media(prefers-reduced-motion:reduce){.cz-product-card,.cz-product-media__image,.cz-quick-add{transition:none}.cz-product-card:hover .cz-product-media__image,.cz-quick-add:hover{transform:none}}.cz-product-card.cz-product-card--compact .cz-product-card__footer{padding-bottom:14px}.cz-product-card .cz-product-card__more>summary.cz-disclosure-summary{min-height:60px;padding-block:12px}.cz-product-card .cz-product-card__more>summary.cz-disclosure-summary>.cz-disclosure-toggle{top:50%;inset-inline-end:0;transform:translateY(-50%)}.cz-product-card .cz-product-card__footer .cz-quick-add-form{display:flex;align-items:center;margin:0}.cz-product-card .cz-product-card__footer .cz-quick-add{margin:0}
/*# sourceMappingURL=/cdn/shop/t/90/assets/cz-catalog.css.map */
