:root{
  --groh-pink:#ff6fa3;
  --groh-pink-dark:#f24f8d;
  --groh-pink-soft:#fff0f6;
  --groh-blue:#38bdf8;
  --groh-text:#101828;
  --groh-muted:#667085;
  --groh-border:#eaecf0;
  --groh-bg:#f8fafc;
  --groh-card:#fff;
  --groh-success:#12b76a;
  --groh-warning:#f79009;
  --groh-danger:#f04438;
  --groh-shadow:0 18px 55px rgba(16,24,40,.08);
  --groh-radius:22px;
  --groh-container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at 15% 8%,rgba(255,111,163,.10),transparent 38%),var(--groh-bg);color:var(--groh-text);font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.groh-container{width:min(100% - 32px,var(--groh-container));margin-inline:auto}.groh-site{min-height:100vh;overflow-x:clip}.groh-topbar{background:#101828;color:#fff;font-size:13px;font-weight:700}.groh-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:center;text-align:center}.groh-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(234,236,240,.9);backdrop-filter:blur(16px)}.admin-bar .groh-header{top:32px}.groh-header__inner{min-height:82px;display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto;align-items:center;gap:22px}.groh-logo{display:inline-flex;align-items:center}.groh-logo img{width:126px;max-height:54px;object-fit:contain}.groh-menu,.groh-mobile-menu,.groh-footer-menu{list-style:none;margin:0;padding:0}.groh-menu{display:flex;align-items:center;gap:6px}.groh-menu>li{position:relative}.groh-menu a{display:inline-flex;align-items:center;gap:8px;padding:11px 13px;border-radius:999px;font-size:14px;font-weight:800;color:#344054;white-space:nowrap}.groh-menu a:hover,.groh-menu .current-menu-item>a{background:var(--groh-pink-soft);color:var(--groh-pink-dark)}.groh-menu .sub-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:230px;display:none;flex-direction:column;gap:4px;padding:10px;margin:0;list-style:none;background:#fff;border:1px solid var(--groh-border);border-radius:18px;box-shadow:var(--groh-shadow)}.groh-menu li:hover>.sub-menu{display:flex}.groh-menu .sub-menu a{display:flex;width:100%;border-radius:12px;justify-content:space-between}.groh-header__search .woocommerce-product-search,.groh-mobile-search .woocommerce-product-search{display:flex;position:relative}.groh-header__search input[type=search],.groh-mobile-search input[type=search]{width:100%;height:44px;border:1px solid var(--groh-border);border-radius:999px;background:#fff;padding:0 48px 0 18px;outline:0;font-weight:700;color:var(--groh-text);box-shadow:0 8px 28px rgba(16,24,40,.04)}.groh-header__search input:focus,.groh-mobile-search input:focus{border-color:var(--groh-pink);box-shadow:0 0 0 4px rgba(255,111,163,.16)}.groh-header__search button,.groh-mobile-search button{position:absolute;right:6px;top:6px;width:32px;height:32px;border:0;border-radius:50%;background:var(--groh-pink);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:0}.groh-header__search button:before,.groh-mobile-search button:before{content:"⌕";font-size:18px;font-weight:900}.groh-header__actions{display:flex;align-items:center;gap:8px}.groh-icon-btn{width:44px;height:44px;border:1px solid var(--groh-border);border-radius:16px;background:#fff;color:var(--groh-text);display:grid;place-items:center;cursor:pointer;position:relative;transition:.18s ease}.groh-icon-btn:hover{border-color:rgba(255,111,163,.55);box-shadow:0 10px 28px rgba(255,111,163,.12);transform:translateY(-1px)}.groh-icon-btn svg{width:21px;height:21px;fill:currentColor}.groh-cart-count{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--groh-pink);color:#fff;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center}.groh-menu-trigger{display:none}.groh-mobile-search{display:none;padding-bottom:12px}.groh-mobile-panel{position:fixed;inset:0 0 0 auto;width:min(92vw,420px);background:#fff;z-index:100;transform:translateX(105%);transition:.25s ease;box-shadow:-24px 0 60px rgba(16,24,40,.16);display:flex;flex-direction:column}.groh-mobile-panel.is-open{transform:translateX(0)}.groh-mobile-panel__head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px;border-bottom:1px solid var(--groh-border)}.groh-mobile-panel__head img{width:108px}.groh-mobile-close{border:0;background:#f2f4f7;border-radius:14px;width:42px;height:42px;display:grid;place-items:center}.groh-mobile-close svg{width:20px;fill:var(--groh-text)}.groh-mobile-panel__nav{padding:12px 18px 28px;overflow:auto}.groh-mobile-menu li{border-bottom:1px solid var(--groh-border)}.groh-mobile-menu a{display:flex;justify-content:space-between;padding:16px 4px;font-weight:900;color:var(--groh-text)}.groh-mobile-menu .sub-menu{display:none;list-style:none;margin:0;padding:0 0 10px 14px}.groh-mobile-menu .submenu-open>.sub-menu{display:block}.groh-overlay{position:fixed;inset:0;background:rgba(16,24,40,.45);z-index:90}.groh-overlay.is-visible{display:block}.groh-eyebrow{display:inline-flex;align-items:center;width:max-content;padding:7px 12px;border-radius:999px;background:var(--groh-pink-soft);color:var(--groh-pink-dark);font-size:11px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.groh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:900;transition:.18s ease}.groh-btn--dark{background:var(--groh-text);color:#fff}.groh-btn--dark:hover{background:var(--groh-pink-dark);transform:translateY(-1px)}.groh-btn--light{background:#fff;border:1px solid var(--groh-border);color:var(--groh-pink-dark);box-shadow:0 10px 28px rgba(16,24,40,.05)}.groh-btn--light:hover{background:var(--groh-pink);color:#fff;border-color:var(--groh-pink)}.groh-hero{position:relative;margin:22px 0 0}.groh-hero__track{position:relative;min-height:430px}.groh-hero__slide{display:none;min-height:430px;background:radial-gradient(circle at 82% 20%,rgba(255,255,255,.82),transparent 30%),var(--slide-bg,#fff0f6);border-radius:0;position:absolute;inset:0;overflow:hidden}.groh-hero__slide.is-active{display:block;position:relative}.groh-hero__link{position:absolute;inset:0;z-index:1}.groh-hero__inner{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);align-items:center;gap:30px;position:relative;z-index:2;pointer-events:none}.groh-hero__copy{max-width:610px;pointer-events:auto}.groh-hero h1{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-.06em;margin:14px 0 14px;font-weight:950}.groh-hero p{font-size:18px;color:#475467;font-weight:650;max-width:520px;margin:0 0 24px}.groh-hero__media{display:flex;align-items:center;justify-content:center;min-height:340px;pointer-events:none}.groh-hero__media img{max-height:380px;object-fit:contain}.groh-phone-mock{position:relative;width:310px;height:330px}.groh-phone-mock span{position:absolute;border-radius:38px;background:#fff;box-shadow:0 32px 70px rgba(16,24,40,.18);border:10px solid #111827}.groh-phone-mock span:nth-child(1){width:160px;height:310px;left:70px;top:10px;transform:rotate(-10deg)}.groh-phone-mock span:nth-child(2){width:150px;height:292px;left:120px;top:28px;transform:rotate(12deg);background:linear-gradient(160deg,#fff,#fff0f6)}.groh-phone-mock span:nth-child(3){width:88px;height:88px;left:110px;top:120px;border:0;background:var(--groh-pink);border-radius:50%;box-shadow:0 18px 40px rgba(255,111,163,.35)}.groh-hero__controls{position:absolute;right:calc((100vw - min(100% - 32px,var(--groh-container)))/2);bottom:26px;display:flex;gap:8px;z-index:5}.groh-hero__controls button{width:42px;height:42px;border:1px solid rgba(16,24,40,.08);border-radius:50%;background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.08);font-size:26px;font-weight:800;cursor:pointer}.groh-benefits{position:relative;margin-top:-46px;z-index:5}.groh-benefits__bar{display:flex;background:rgba(255,255,255,.94);border:1px solid rgba(234,236,240,.92);border-radius:24px;box-shadow:var(--groh-shadow);backdrop-filter:blur(12px);overflow:auto}.groh-benefit{flex:1 0 190px;display:flex;align-items:center;gap:12px;padding:17px 19px;border-right:1px solid var(--groh-border);color:var(--groh-text)}.groh-benefit:last-child{border-right:0}.groh-benefit__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,111,163,.14),rgba(56,189,248,.14));font-weight:950;color:var(--groh-pink-dark)}.groh-benefit__text{display:flex;flex-direction:column;line-height:1.18}.groh-benefit strong{font-size:14px}.groh-benefit em{font-style:normal;color:var(--groh-muted);font-size:13px;font-weight:700}.groh-category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:26px}.groh-category-card{min-height:86px;display:flex;align-items:center;justify-content:center;gap:13px;background:#fff;border:1px solid var(--groh-border);border-radius:20px;box-shadow:0 10px 32px rgba(16,24,40,.04);font-size:18px;font-weight:900;transition:.18s ease}.groh-category-card:hover{border-color:rgba(255,111,163,.45);box-shadow:0 16px 40px rgba(255,111,163,.12);transform:translateY(-2px)}.groh-category-card__icon{width:46px;height:46px;border-radius:15px;background:var(--groh-pink-soft);color:var(--groh-pink-dark);display:grid;place-items:center;font-weight:950}.groh-home-products{margin-top:58px}.groh-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.groh-section-head h2{font-size:clamp(28px,4vw,42px);line-height:1.05;letter-spacing:-.05em;margin:12px 0 8px;font-weight:950}.groh-section-head p{margin:0;color:var(--groh-muted);font-weight:650}.groh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.groh-sell-cta{margin-top:64px;margin-bottom:58px}.groh-sell-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#101828,#27213f 55%,#f24f8d);color:#fff;box-shadow:var(--groh-shadow)}.groh-sell-cta h2{font-size:clamp(28px,4vw,46px);line-height:1.05;letter-spacing:-.05em;margin:12px 0 10px}.groh-sell-cta p{margin:0;color:rgba(255,255,255,.78);font-weight:650}.groh-sell-cta .groh-eyebrow{background:rgba(255,255,255,.16);color:#fff}.groh-page,.groh-search-page{padding:42px 0 70px}.groh-page-card{background:#fff;border:1px solid var(--groh-border);border-radius:28px;padding:34px;box-shadow:0 16px 50px rgba(16,24,40,.05)}.groh-page-header h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.055em;line-height:1.05;margin:0 0 22px}.groh-content{color:#344054}.groh-content a{color:var(--groh-pink-dark);font-weight:800}.groh-footer{background:#101828;color:#fff;margin-top:54px}.groh-footer__top{display:grid;grid-template-columns:minmax(240px,1fr) 2fr;gap:44px;padding:48px 0}.groh-footer__brand img{width:132px;filter:brightness(0) invert(1)}.groh-footer__brand p{color:rgba(255,255,255,.72);font-weight:650;max-width:360px}.groh-footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.groh-footer h3{font-size:14px;margin:0 0 14px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.78)}.groh-footer-menu li{margin:9px 0}.groh-footer-menu a{color:rgba(255,255,255,.72);font-weight:700}.groh-footer-menu a:hover{color:#fff}.groh-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;color:rgba(255,255,255,.62);font-size:13px;font-weight:700}.groh-empty-state{padding:42px;border:1px solid var(--groh-border);border-radius:22px;background:#fff;text-align:center;font-weight:800;color:var(--groh-muted)}
@media(max-width:1100px){.groh-header__inner{grid-template-columns:auto 1fr auto}.groh-nav--desktop{display:none}.groh-menu-trigger{display:grid}.groh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.groh-hero__inner{grid-template-columns:1fr .75fr}.groh-header__search{display:none}.groh-mobile-search{display:block}}
@media(max-width:820px){.admin-bar .groh-header{top:0}.groh-topbar{font-size:12px}.groh-header__inner{min-height:62px;gap:12px}.groh-logo img{width:104px}.groh-icon-btn{width:40px;height:40px;border-radius:14px}.groh-hero{margin-top:0}.groh-hero__track{min-height:610px}.groh-hero__slide{min-height:610px;border-radius:0}.groh-hero__inner{min-height:610px;grid-template-columns:1fr;align-content:start;padding-top:34px;padding-bottom:34px}.groh-hero h1{font-size:42px}.groh-hero p{font-size:16px}.groh-hero__media{min-height:230px}.groh-phone-mock{transform:scale(.72);transform-origin:top center}.groh-hero__controls{display:none}.groh-benefits{margin-top:-34px}.groh-benefits__bar{border-radius:20px}.groh-benefit{flex:0 0 176px;padding:14px 15px}.groh-category-strip{display:flex;overflow:auto;gap:10px}.groh-category-card{flex:1 0 120px;min-height:76px;flex-direction:column;font-size:13px;gap:8px}.groh-category-card__icon{width:40px;height:40px}.groh-section-head{align-items:flex-start;flex-direction:column}.groh-section-head .groh-btn{width:100%}.groh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.groh-sell-cta__inner{align-items:flex-start;flex-direction:column;padding:26px}.groh-sell-cta .groh-btn{width:100%}.groh-footer__top{grid-template-columns:1fr}.groh-footer__cols{grid-template-columns:1fr}.groh-footer__bottom{align-items:flex-start;flex-direction:column}}
@media(max-width:420px){.groh-container{width:min(100% - 22px,var(--groh-container))}.groh-header__actions{gap:5px}.groh-logo img{width:96px}.groh-hero h1{font-size:36px}.groh-product-grid{gap:10px}.groh-page-card{padding:22px;border-radius:22px}}
