.gz-empty-note{text-align:center;color:var(--gz-muted);padding:40px 0;font-size:14.5px}.gz-page-hero{position:relative;text-align:center;overflow:hidden;color:var(--gz-dark-text)}.gz-page-hero--gradient{background:var(--gz-beige)}.gz-page-hero--full{min-height:calc(100vh - var(--gz-header-h, 96px));display:flex;align-items:center;justify-content:center}.gz-page-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gz-page-hero__media .gz-page-hero__img,.gz-page-hero__img{width:100%;height:100%}.gz-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--gz-dark);pointer-events:none}.gz-page-hero--image,.gz-page-hero--image h1{color:var(--gz-white)}.gz-page-hero--image h1 em{color:var(--gz-rose-light)}.gz-page-hero--image .gz-page-hero__sub{color:#ffffffd9}.gz-page-hero--image .gz-page-hero__crumb-link{color:#fffc}.gz-page-hero--image .gz-page-hero__crumb-link:hover{color:var(--gz-white);background:#ffffff29}.gz-page-hero--image .gz-page-hero__crumb-sep{color:#fff9}.gz-page-hero--image .gz-page-hero__crumb-current{color:var(--gz-white);background:#fff3}.gz-page-hero__inner{position:relative;z-index:2;max-width:700px;margin:0 auto;padding:0 24px}.gz-page-hero__crumb{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;font-size:13px;font-weight:500;margin-bottom:22px}.gz-page-hero__crumb-link{display:inline-flex;align-items:center;gap:6px;color:var(--gz-muted);padding:5px 12px;border-radius:var(--gz-r-full);transition:color var(--gz-dur) var(--gz-ease),background var(--gz-dur) var(--gz-ease)}.gz-page-hero__crumb-link:hover{color:var(--gz-red);background:var(--gz-blob-peach)}.gz-page-hero__crumb-link svg{width:15px;height:15px;flex-shrink:0}.gz-page-hero__crumb-sep{width:13px;height:13px;flex-shrink:0;color:var(--gz-rose)}.gz-page-hero__crumb-current{display:inline-flex;align-items:center;color:var(--gz-red-dark);font-weight:700;background:#d94f4f1a;padding:5px 13px;border-radius:var(--gz-r-full)}.gz-page-hero h1{margin-bottom:16px}.gz-page-hero h1 em{color:var(--gz-red);font-style:normal}.gz-page-hero__sub{color:var(--gz-muted);font-size:16.5px;max-width:520px;margin:0 auto;line-height:1.7}.gz-page-hero__card{margin:28px auto 0;max-width:460px;background:#fffffff0;color:var(--gz-dark-text);border-radius:var(--gz-r-lg);padding:22px 26px;border:1px solid var(--gz-line);font-size:14.5px;text-align:left}.gz-page-hero__wave{position:absolute;bottom:-1px;left:0;z-index:2;pointer-events:none}.gz-page-hero:has(.gz-page-hero__wave) .gz-page-hero__inner{padding-bottom:82px}@media(max-width:768px){.gz-page-hero__inner{padding:0 20px}.gz-page-hero__card{padding:18px 20px}.gz-page-hero:has(.gz-page-hero__wave) .gz-page-hero__inner{padding-bottom:46px}}.gz-bundle__grid{margin-top:50px;align-items:stretch}.gz-bundle-card{background:var(--gz-white);border-radius:var(--gz-r-lg);overflow:hidden;border:2px solid var(--gz-border);transition:transform var(--gz-dur) var(--gz-ease),border-color var(--gz-dur) var(--gz-ease);position:relative;display:flex;flex-direction:column}.gz-bundle-card--featured{border-color:var(--gz-red);border-width:3px}.gz-bundle-card:hover{transform:translateY(-6px);border-color:var(--gz-red-light)}.gz-bundle-card--featured:hover{border-color:var(--gz-red)}.gz-bundle-card__ribbon{position:absolute;top:-1px;left:50%;transform:translate(-50%);z-index:3;display:inline-flex;align-items:center;gap:6px;background:var(--gz-red);color:var(--gz-white);padding:6px 22px;border-radius:0 0 var(--gz-r-md) var(--gz-r-md);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.gz-bundle-card__ribbon .gz-ic{width:14px;height:14px}.gz-bundle-card__header{padding:30px 24px 20px;text-align:center;background:var(--gz-cream);border-bottom:2px solid var(--gz-border)}.gz-bundle-card--featured .gz-bundle-card__header{padding-top:38px;background:var(--gz-rose-light);border-bottom-color:var(--gz-red-light)}.gz-bundle-card__header h3{margin-top:0}.gz-bundle-card__desc{font-size:14px;color:var(--gz-muted);margin-top:6px}.gz-bundle-card__contents{padding:22px 24px 4px;display:flex;flex-direction:column;gap:10px;flex:1}.gz-bundle-card__item{display:flex;align-items:center;gap:12px;padding:9px 12px;background:var(--gz-cream);border:1px solid var(--gz-line);border-radius:var(--gz-r-md);font-size:13.5px}.gz-bundle-card__item-img{width:44px;height:44px;border-radius:var(--gz-r-sm);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:5px;background:var(--gz-panel-coral)}.gz-bundle-card__item:nth-child(5n+2) .gz-bundle-card__item-img{background:var(--gz-panel-gold)}.gz-bundle-card__item:nth-child(5n+3) .gz-bundle-card__item-img{background:var(--gz-panel-teal)}.gz-bundle-card__item:nth-child(5n+4) .gz-bundle-card__item-img{background:var(--gz-panel-rose)}.gz-bundle-card__item:nth-child(5n+5) .gz-bundle-card__item-img{background:var(--gz-panel-berry)}.gz-bundle-card__item-img img{width:100%;height:100%;object-fit:contain}.gz-bundle-card__item--gift{background:#d94f4f0f;border-color:#d94f4f24}.gz-bundle-card__item-img--gift,.gz-bundle-card__item--gift .gz-bundle-card__item-img{background:var(--gz-white);color:var(--gz-red);padding:0}.gz-bundle-card__item-img--gift svg{width:24px;height:24px}.gz-bundle-card__empty{font-size:13px;color:var(--gz-muted);padding:10px 0}.gz-bundle-card__footer{padding:20px 24px 26px;text-align:center;margin-top:auto}.gz-bundle-card__footer .gz-price{justify-content:center;margin-bottom:14px}@media(max-width:768px){.gz-bundle-card{max-width:400px;margin:0 auto}}.gz-product-grid__filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:0 auto 40px}.gz-filter-pill{padding:10px 24px;border-radius:var(--gz-r-full);font-size:13.5px;font-weight:600;border:2px solid var(--gz-border);color:var(--gz-dark-text);background:var(--gz-white);transition:all var(--gz-dur) var(--gz-ease)}.gz-filter-pill:hover{border-color:var(--gz-red-light);color:var(--gz-red);background:var(--gz-cream)}.gz-filter-pill.is-active{background:var(--gz-red);border-color:var(--gz-red);color:var(--gz-white)}.gz-product-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gz-product-grid__routine{max-width:940px;margin:80px auto 0;padding:50px;background:var(--gz-rose-light);border:2px solid var(--gz-border);border-radius:var(--gz-r-lg);text-align:center}.gz-product-grid__routine h3{font-size:26px;margin-bottom:14px}.gz-product-grid__routine>p{color:var(--gz-muted);max-width:560px;margin:0 auto 30px}.gz-routine-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}.gz-routine-step{background:var(--gz-white);border:1px solid var(--gz-border);border-radius:var(--gz-r-md);padding:26px 18px}.gz-routine-step__num{width:50px;height:50px;border-radius:50%;background:var(--gz-red);color:var(--gz-white);display:flex;align-items:center;justify-content:center;font-family:var(--gz-font-head);font-weight:700;margin:0 auto 12px}.gz-routine-step:nth-child(2) .gz-routine-step__num{background:var(--gz-gold);color:var(--gz-dark)}.gz-routine-step:nth-child(3) .gz-routine-step__num{background:var(--gz-rose);color:var(--gz-white)}.gz-routine-step h4{font-family:var(--gz-font-body);font-size:15px;color:var(--gz-dark-text);margin-bottom:4px}.gz-routine-step p{font-size:13px;color:var(--gz-muted)}.gz-product-grid__routine .gz-btn{margin-top:30px}@media(max-width:1024px){.gz-product-grid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gz-product-grid__routine{padding:34px 22px}.gz-routine-steps{grid-template-columns:1fr;gap:28px}}@media(max-width:640px){.gz-product-grid__grid{grid-template-columns:1fr}}.gz-product-card{background:var(--gz-white);border-radius:var(--gz-r-lg);overflow:hidden;border:2px solid var(--gz-border);transition:transform var(--gz-dur) var(--gz-ease-back),border-color var(--gz-dur) var(--gz-ease);position:relative;display:flex;flex-direction:column}.gz-product-card:hover{transform:translateY(-6px);border-color:var(--gz-red)}.gz-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--gz-cream)}.gz-product-card__media-link{display:block;width:100%;height:100%}.gz-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s var(--gz-ease)}.gz-product-card:hover .gz-product-card__img{transform:scale(1.06)}.gz-product-card__media .gz-ph{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:0;border:none}.gz-product-card__badge{position:absolute;top:14px;left:14px;z-index:2}.gz-product-card__soldout{position:absolute;right:14px;bottom:14px;z-index:2;background:var(--gz-white);color:var(--gz-muted);font-family:var(--gz-font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:6px 13px;border-radius:var(--gz-r-full);border:1px solid var(--gz-border)}.gz-product-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1}.gz-product-card__sub{font-size:11.5px;color:var(--gz-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:5px}.gz-product-card__title{font-family:var(--gz-font-head);font-size:18px;line-height:1.25;margin-bottom:10px}.gz-product-card__title a{color:var(--gz-dark);text-decoration:none}.gz-product-card__title a:hover{color:var(--gz-red)}.gz-product-card__price{display:flex;align-items:baseline;gap:8px;margin-bottom:14px}.gz-product-card__price .gz-price__now{font-family:var(--gz-font-head);font-size:20px;font-weight:800;color:var(--gz-red-dark)}.gz-product-card__price .gz-price__was{font-size:13px;color:var(--gz-muted);text-decoration:line-through}.gz-product-card__view{margin-top:auto;width:100%;justify-content:center;gap:7px}.gz-product-card__view .gz-ic{width:15px;height:15px}.gz-product-card--placeholder{align-items:center;text-align:center;padding:30px 20px;gap:14px}.gz-product-card--placeholder .gz-product-card__media{width:100%;border-radius:var(--gz-r-md)}.gz-product-card--hero{grid-column:1 / -1;border-color:var(--gz-red)}@media(min-width:641px){.gz-product-card--hero{flex-direction:row;align-items:stretch}.gz-product-card--hero .gz-product-card__media{flex:0 0 44%}.gz-product-card--hero .gz-product-card__body{justify-content:center;padding:28px 32px}.gz-product-card--hero .gz-product-card__title{font-size:26px}.gz-product-card--hero .gz-product-card__price .gz-price__now{font-size:28px}.gz-product-card--hero .gz-product-card__view{width:auto;align-self:flex-start;margin-top:8px;padding-left:28px;padding-right:28px}}.gz-shop__head{text-align:center;max-width:640px;margin:0 auto 40px}.gz-shop__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--gz-red);margin-bottom:10px}.gz-shop__title{font-family:var(--gz-font-head);font-size:40px;line-height:1.1;color:var(--gz-dark);margin-bottom:12px}.gz-shop__title em{color:var(--gz-red);font-style:normal}.gz-shop__lead{color:var(--gz-muted);font-size:16px;line-height:1.6}.gz-shop__layout{display:grid;grid-template-columns:1fr 3fr;gap:34px;align-items:start}.gz-shop__sidebar{position:sticky;top:calc(var(--gz-header-h, 96px) + 20px)}.gz-shop__sidebar-title{font-family:var(--gz-font-head);font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:var(--gz-muted);margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--gz-border)}.gz-shop__cats{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.gz-shop__cat{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border:0;border-radius:var(--gz-r-md);background:transparent;color:var(--gz-dark-text);font-family:var(--gz-font-body);font-weight:600;font-size:14.5px;text-align:left;cursor:pointer;transition:background var(--gz-dur) var(--gz-ease),color var(--gz-dur) var(--gz-ease)}.gz-shop__cat:hover{background:var(--gz-cream);color:var(--gz-red)}.gz-shop__cat.is-active{background:var(--gz-red);color:var(--gz-white)}.gz-shop__cat-n{font-size:12px;opacity:.7;font-weight:700}.gz-shop__main{min-width:0}.gz-shop__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--gz-border)}.gz-shop__result{color:var(--gz-muted);font-size:14px;font-weight:600}.gz-shop__sort{display:flex;align-items:center;gap:10px;margin:0}.gz-shop__sort label{font-size:13px;color:var(--gz-muted);font-weight:600}.gz-shop__sort select{appearance:none;-webkit-appearance:none;font-family:var(--gz-font-body);font-size:13.5px;font-weight:600;color:var(--gz-dark-text);background-color:var(--gz-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b83a3a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;border:1.5px solid var(--gz-border);border-radius:var(--gz-r-full);padding:10px 38px 10px 18px;cursor:pointer;transition:border-color var(--gz-dur) var(--gz-ease)}.gz-shop__sort select:hover{border-color:var(--gz-red-light)}.gz-shop__sort select:focus-visible{outline:2px solid var(--gz-red);outline-offset:2px}.gz-shop__grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}@media(max-width:900px){.gz-shop__title{font-size:32px}.gz-shop__layout{grid-template-columns:1fr;gap:22px}.gz-shop__sidebar{position:static}.gz-shop__sidebar-title{display:none}.gz-shop__cats{flex-direction:row;flex-wrap:wrap;gap:8px}.gz-shop__cat{width:auto;border:2px solid var(--gz-border);border-radius:var(--gz-r-full);padding:8px 16px}.gz-shop__cat-n{display:none}}@media(max-width:480px){.gz-shop__bar{flex-direction:column;align-items:stretch}.gz-shop__sort{justify-content:space-between}.gz-shop__sort select{flex:1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/grenzy-shop.css.map */
