: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:#fff;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}}

/* Groh v1.0.4 refinements */
body{font-family:var(--groh-body-font);font-size:var(--groh-base-font-size)}h1,h2,h3,h4,.groh-menu a,.groh-product-card__title{font-family:var(--groh-heading-font)}.groh-section-head h2{font-size:var(--groh-section-title-size);line-height:1.08;letter-spacing:-.04em}.groh-page{padding:42px 0 80px}.groh-page-card{background:#fff;border:1px solid var(--groh-border);border-radius:26px;padding:clamp(22px,4vw,46px);box-shadow:0 14px 44px rgba(16,24,40,.05)}.groh-page-header h1{font-size:clamp(30px,4vw,46px);line-height:1.05;margin:0 0 22px;letter-spacing:-.05em}.groh-content{font-size:16px;color:#344054}.groh-content :where(h2,h3){letter-spacing:-.035em;color:var(--groh-text)}.groh-content a{color:#fff;font-weight:800}.groh-content :where(input,textarea,select){width:100%;border:1px solid var(--groh-border);border-radius:14px;min-height:46px;padding:10px 14px}.groh-content :where(button,.wp-element-button){background:var(--groh-pink);color:#fff;border:0;border-radius:999px;min-height:46px;padding:0 22px;font-weight:950}
.groh-hero--image-only{margin:0 0 24px}.groh-hero--image-only .groh-hero__track{min-height:auto}.groh-hero--image-only .groh-hero__slide{min-height:0;background:#fff;position:absolute;border-radius:0;overflow:hidden}.groh-hero--image-only .groh-hero__slide.is-active{position:relative}.groh-hero--image-only picture,.groh-hero--image-only img{display:block;width:100%;height:auto}.groh-hero--image-only .groh-hero__link{z-index:3}.groh-hero--image-only .groh-hero__controls{bottom:16px;right:calc((100vw - min(100% - 32px,var(--groh-container)))/2);top:auto;transform:none;left:auto;width:auto;gap:8px}.groh-hero--image-only .groh-hero__controls button{background:rgba(255,255,255,.92);border:1px solid rgba(16,24,40,.12);box-shadow:0 8px 24px rgba(16,24,40,.12)}
.groh-category-strip{margin:22px auto 28px}.groh-category-card__icon img{width:38px;height:38px;object-fit:contain}
.groh-product-card--compact{border-radius:16px;box-shadow:0 10px 24px rgba(16,24,40,.06)}.groh-product-card--compact .groh-product-card__media{background:#fff;min-height:172px;padding:20px 12px 12px;border-bottom:1px solid #f2f4f7}.groh-product-card--compact .groh-product-card__media img{height:142px;max-width:190px;object-fit:contain}.groh-product-card--compact .groh-product-card__body{padding:12px;gap:7px}.groh-product-card--compact .groh-product-card__brand{font-size:10px;text-transform:uppercase;font-weight:900;color:#98a2b3;letter-spacing:.08em}.groh-product-card--compact .groh-product-card__title{font-size:var(--groh-product-title-size);min-height:35px;line-height:1.22}.groh-product-card--compact .groh-rating{font-size:12px;margin-top:-2px}.groh-variant-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:#475467;font-size:12px;font-weight:750}.groh-variant-line span:not(:last-child):after{content:'•';margin-left:6px;color:#98a2b3}.groh-product-card--compact .groh-product-row{border-top:1px solid #f2f4f7;padding-top:8px}.groh-product-card--compact .groh-product-grade{font-size:12px}.groh-product-card--compact .groh-stock{font-size:11px}.groh-product-card--compact .groh-installment{background:transparent;padding:0;text-align:left;color:#667085;font-size:11px;margin:0}.groh-product-card--compact .groh-product-card__footer{border-top:1px solid #f2f4f7;padding-top:9px}.groh-product-card--compact .groh-price{font-size:20px;color:var(--groh-pink-dark)}.groh-product-card--compact .groh-price del{font-size:12px;color:#98a2b3;display:block}.groh-product-card--compact .groh-add-cart{width:40px;height:40px;border-radius:999px;background:var(--groh-pink)}.groh-product-card--compact .groh-add-cart:hover{background:#101828}.groh-sale-badge{left:10px;top:10px}.groh-grade-badge{display:none!important}
.groh-footer__cols{grid-template-columns:repeat(var(--groh-footer-cols,3),minmax(0,1fr))}.groh-footer__badges{display:flex;flex-wrap:wrap;gap:14px;margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.groh-footer__badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:8px;min-height:46px}.groh-footer__badge img{max-height:34px;width:auto}.groh-socials{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.groh-socials a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#fff;font-weight:900;text-transform:uppercase}.groh-socials a:hover{background:var(--groh-pink)}
.groh-cart-line{grid-template-columns:62px 1fr auto}.groh-cart-line__img img{background:#fff;border:1px solid #f2f4f7}.groh-cart-line__price{text-align:right;font-weight:950;color:var(--groh-text)}.groh-cart-line__price del{display:block;color:#98a2b3;font-size:12px}.groh-cart-line__price ins{text-decoration:none;color:var(--groh-pink-dark)}.groh-cart-line__remove{font-size:12px;color:#98a2b3;text-decoration:underline;margin-top:4px;display:inline-flex}
.groh-single-shell{padding:34px 0 76px}.groh-breadcrumbs{font-size:13px;color:#667085;margin-bottom:18px}.groh-breadcrumbs a{color:#667085}.groh-single-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,470px);gap:34px;align-items:start}.groh-single-gallery{background:#fff;border:1px solid var(--groh-border);border-radius:24px;box-shadow:0 14px 40px rgba(16,24,40,.05);padding:28px;position:sticky;top:120px}.groh-single-gallery .woocommerce-product-gallery{opacity:1!important}.groh-single-gallery .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px;min-height:440px}.groh-single-gallery .woocommerce-product-gallery__image img{max-height:430px;object-fit:contain;width:auto;margin:auto}.groh-single-buybox{background:#fff;border:1px solid var(--groh-border);border-radius:24px;box-shadow:0 14px 40px rgba(16,24,40,.05);padding:26px}.groh-single-brand{display:block;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3;font-size:11px;font-weight:950;margin-bottom:6px}.groh-single-title{font-size:var(--groh-single-title-size);line-height:1.05;letter-spacing:-.05em;margin:0 0 8px}.groh-single-price{background:#f8fafc;border:1px solid #f2f4f7;border-radius:18px;padding:16px;margin:16px 0}.groh-single-price .price{font-size:28px;font-weight:950;color:var(--groh-text);margin:0}.groh-single-price del{font-size:15px;color:#98a2b3}.groh-single-price ins{text-decoration:none}.groh-single-stock{font-weight:950;margin:10px 0}.groh-single-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid #f2f4f7;border-bottom:1px solid #f2f4f7;padding:14px 0;margin:18px 0}.groh-single-benefits span{font-size:12px;font-weight:850;color:#475467;text-align:center}.groh-single-accordions{display:grid;gap:10px;margin-top:18px}.groh-single-accordions details{border:1px solid #f2f4f7;border-radius:16px;background:#fff}.groh-single-accordions summary{padding:13px 14px;font-weight:950;cursor:pointer}.groh-single-accordions .inside{padding:0 14px 14px;color:#475467;font-size:14px}.groh-single-buybox form.cart{display:grid;gap:12px}.groh-single-buybox table.variations{width:100%;border:0}.groh-single-buybox table.variations th,.groh-single-buybox table.variations td{display:block;text-align:left;padding:4px 0}.groh-single-buybox table.variations label{font-weight:950;color:#344054}.groh-single-buybox table.variations select{width:100%;min-height:46px;border:1px solid var(--groh-border);border-radius:14px;padding:0 12px;background:#fff;font-weight:800}.groh-single-buybox .quantity input{height:46px;border:1px solid var(--groh-border);border-radius:14px}.groh-single-buybox .single_add_to_cart_button{width:100%}.groh-single-summary{margin-top:34px}.groh-single-summary .groh-section-head{margin-bottom:16px}.groh-single-summary .woocommerce-tabs{background:#fff;border:1px solid var(--groh-border);border-radius:24px;padding:24px;box-shadow:0 14px 40px rgba(16,24,40,.05)}
@media(max-width:1100px){.groh-single-grid{grid-template-columns:1fr}.groh-single-gallery{position:relative;top:auto}.groh-footer__cols{grid-template-columns:1fr 1fr}.groh-socials{justify-content:flex-start}}
@media(max-width:640px){.groh-hero--image-only .groh-hero__controls{display:none}.groh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.groh-product-card--compact .groh-product-card__media{min-height:150px}.groh-product-card--compact .groh-product-card__media img{height:126px}.groh-product-card--compact .groh-product-card__body{padding:10px}.groh-product-card--compact .groh-product-card__title{font-size:13px;min-height:32px}.groh-product-card--compact .groh-price{font-size:16px}.groh-product-card--compact .groh-add-cart{width:36px;height:36px}.groh-single-buybox,.groh-single-gallery{border-radius:18px;padding:16px}.groh-single-gallery .woocommerce-product-gallery__image a{min-height:300px}.groh-single-benefits{grid-template-columns:1fr}.groh-footer__cols{grid-template-columns:1fr}.groh-socials{justify-content:flex-start}}
.groh-specs{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;margin:0}.groh-specs dt{font-weight:950;color:#667085}.groh-specs dd{margin:0;font-weight:800;color:#101828}.groh-single-related{margin-top:34px}.groh-single-related h2{font-size:24px;letter-spacing:-.04em}.groh-single-related ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.groh-single-related ul.products:before,.groh-single-related ul.products:after{display:none}.groh-single-related ul.products li.product{width:auto!important;margin:0!important;float:none!important}
.groh-benefit__icon img{width:26px;height:26px;object-fit:contain}

/* Groh visual polish v1.0.5 */
html body.groh-theme,
body.groh-theme{font-family:var(--groh-body-font, Inter), Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;font-size:var(--groh-base-font-size,15px);line-height:1.45;color:#101828;background:#f7f9fc!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.groh-theme h1,body.groh-theme h2,body.groh-theme h3,body.groh-theme h4,body.groh-theme .groh-menu a,body.groh-theme .groh-product-card__title{font-family:var(--groh-heading-font, Inter), Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif!important;letter-spacing:-.025em}
.groh-section-head h2{font-size:var(--groh-section-title-size,30px)!important;line-height:1.1;margin:8px 0 6px}.groh-section-head p{font-size:15px}.groh-header__inner{min-height:76px}.groh-logo img{width:116px}.groh-topbar{font-size:12px}.groh-menu a{font-size:13px;padding:9px 12px}.groh-header__search input[type=search]{height:42px;font-size:13px}.groh-icon-btn{width:40px;height:40px;border-radius:14px}.groh-overlay{z-index:999998;background:rgba(16,24,40,.38);backdrop-filter:blur(2px)}.groh-lock{overflow:hidden}.groh-page-card,.groh-content{font-family:var(--groh-body-font, Inter), Inter, system-ui, sans-serif!important}.groh-sell-cta{display:none!important}
@media(max-width:782px){.admin-bar .groh-header{top:46px}.groh-header__inner{min-height:64px;grid-template-columns:auto 1fr auto}.groh-header__nav,.groh-header__search{display:none}.groh-mobile-search{display:block}.groh-menu-trigger{display:grid}.groh-logo img{width:98px}}

/* Groh polish v1.0.7: product page, mobile, overlays, SEO-friendly variation URLs */
.groh-overlay{z-index:90!important;background:rgba(16,24,40,.36)!important;backdrop-filter:none!important}
.groh-mobile-panel,.groh-cart-drawer,.groh-shop-filters{z-index:100!important}
.groh-cart-drawer{z-index:120!important}
@media(max-width:782px){
  .groh-header__inner{grid-template-columns:auto minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important;padding:8px 0 6px!important;min-height:58px!important}
  .groh-logo{grid-column:1;min-width:0}.groh-logo img{width:88px!important;max-height:40px!important}
  .groh-header__actions{grid-column:3;justify-content:flex-end!important;gap:6px!important;min-width:max-content}.groh-icon-btn{width:36px!important;height:36px!important;border-radius:13px!important}.groh-icon-btn svg{width:18px!important;height:18px!important}
  .groh-menu-trigger{display:grid!important}.groh-mobile-search{grid-column:1/-1;display:block!important;padding:0 0 8px!important}.groh-mobile-search input[type=search]{height:38px!important;font-size:13px!important}
}

body.single-product .groh-single-shell{padding:28px 0 72px!important}.groh-single-product-wrap>.groh-container.groh-single-shell{padding-top:0!important}.groh-breadcrumbs{margin-bottom:14px!important;font-size:12px!important}.groh-single-grid{grid-template-columns:minmax(0,1fr) minmax(360px,470px)!important;gap:0!important;background:#fff;border:1px solid var(--groh-border);border-radius:24px;box-shadow:0 16px 48px rgba(16,24,40,.055);padding:24px;align-items:start}.groh-single-gallery{position:relative!important;top:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0 34px 0 0!important}.groh-single-buybox{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0 0 0 34px!important;border-left:1px solid #f2f4f7!important}.groh-single-title{font-size:clamp(30px,3vw,var(--groh-single-title-size,36px))!important;letter-spacing:-.055em!important;line-height:1.02!important;margin-bottom:12px!important}.groh-single-brand{font-size:11px!important;margin-bottom:6px!important;color:#98a2b3!important}.groh-single-excerpt{font-size:14px!important;line-height:1.45!important;color:#667085!important;margin:0 0 14px!important}.groh-single-price-box{background:#f8fafc!important;border:1px solid #eef2f6!important;border-radius:14px!important;padding:13px 16px!important;margin:12px 0 14px!important}.groh-single-price-box .price{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;font-weight:950!important;color:#101828!important;font-size:30px!important;line-height:1.05!important}.groh-single-price-box .price del{font-size:15px!important;color:#98a2b3!important;font-weight:800!important}.groh-single-price-box .price ins{text-decoration:none!important;color:#101828!important}.groh-price-prefix{font-size:14px!important;color:#667085!important;font-weight:800!important}.groh-single-price-box small{display:block;margin-top:5px;font-size:11px!important;color:#667085!important;font-weight:700!important}.groh-single-stock{font-size:13px!important;margin:8px 0 12px!important}.groh-single-stock span{display:inline-block;width:7px;height:7px;background:#12b76a;border-radius:50%;margin-right:7px;vertical-align:1px}.groh-single-buybox form.cart{gap:9px!important}.groh-variation-picker{margin:8px 0 10px!important}.groh-variation-picker__title{font-size:12px!important;font-weight:950!important;margin-bottom:6px!important;color:#344054!important}.groh-variation-grid{gap:8px!important}.groh-variation-grid--grade{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.groh-variation-grid--grade .groh-variation-choice{min-height:54px!important;padding:9px 11px!important;border-radius:10px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:2px 8px!important;align-items:center!important;text-align:left!important}.groh-variation-grid--grade .groh-variation-choice>strong{grid-row:1/3;display:grid;place-items:center;min-width:28px;height:28px;border-radius:7px;background:#f2f4f7;color:#344054;font-size:12px!important}.groh-variation-grid--grade .groh-variation-choice>span{font-size:11px!important;line-height:1.15!important;font-weight:850!important;color:#475467!important}.groh-variation-grid--grade .groh-variation-choice>em{font-style:normal!important;font-size:10px!important;line-height:1.1!important;color:#101828!important;font-weight:950!important}.groh-variation-grid--pills{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.groh-variation-grid--pills .groh-variation-choice{min-height:34px!important;padding:0 12px!important;border-radius:9px!important;font-size:12px!important}.groh-variation-picker--culoare .groh-variation-choice strong{font-weight:850!important}.groh-color-dot{display:none!important}.groh-single-buybox .quantity input{height:42px!important;border-radius:11px!important;width:74px!important}.groh-single-buybox .single_add_to_cart_button{height:44px!important;border-radius:11px!important;font-size:13px!important}.groh-single-actions-mini{font-size:12px!important;margin-top:6px!important}.groh-single-benefits{margin:12px 0!important;padding:12px 0!important;gap:0!important}.groh-single-benefits span{font-size:11px!important;line-height:1.2!important}.groh-single-benefits strong{display:block;color:#101828}.groh-single-benefits em{display:block;font-style:normal;color:#667085}.groh-single-accordions{gap:8px!important;margin-top:12px!important}.groh-single-accordions details{border-radius:14px!important}.groh-single-accordions summary{padding:12px 13px!important;font-size:13px!important}.groh-single-accordions .inside{font-size:12px!important}.groh-specs{grid-template-columns:max-content minmax(0,1fr)!important;gap:7px 14px!important;font-size:12px!important}.groh-single-description{margin-top:28px!important}.groh-single-description .woocommerce-tabs,.groh-single-summary .woocommerce-tabs{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.woocommerce-tabs ul.tabs{display:none!important}.woocommerce-Tabs-panel{max-width:650px}.woocommerce-Tabs-panel h2,.groh-single-description h2{font-size:24px!important;letter-spacing:-.04em!important}.woocommerce-Tabs-panel p{color:#475467;line-height:1.6}.groh-single-related{margin-top:36px!important}.groh-single-related h2{font-size:26px!important;margin-bottom:16px!important}.groh-single-related .groh-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important}
.woocommerce-product-gallery .flex-control-thumbs{display:flex!important;gap:10px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important}.woocommerce-product-gallery .flex-control-thumbs li{width:96px!important;margin:0!important}.woocommerce-product-gallery .flex-control-thumbs img{border:1px solid #eef2f6!important;border-radius:12px!important;background:#f8fafc!important;padding:4px!important;opacity:1!important}.woocommerce-product-gallery .flex-control-thumbs img.flex-active{border-color:var(--groh-pink)!important}.woocommerce-product-gallery__wrapper{margin:0!important}.woocommerce-product-gallery__image a{background:#fff!important}.woocommerce-product-gallery__image img{mix-blend-mode:normal!important}

.groh-cart-drawer{width:min(100vw,440px)!important}.groh-cart-line{display:grid!important;grid-template-columns:58px minmax(0,1fr) minmax(104px,max-content)!important;gap:12px!important;align-items:start!important}.groh-cart-line__price{min-width:104px!important;text-align:right!important;white-space:nowrap!important;line-height:1.35!important}.groh-cart-line__price .woocommerce-Price-amount,.groh-cart-line__price .amount,.groh-cart-total .amount{white-space:nowrap!important}.groh-cart-line__price del,.groh-cart-line__price ins{display:block!important;white-space:nowrap!important}.groh-cart-line__info strong{font-size:14px!important;line-height:1.25!important}.groh-cart-total strong{white-space:nowrap!important}

.woocommerce-checkout input[type=checkbox],.woocommerce-checkout input[type=radio],.woocommerce-cart input[type=checkbox],.woocommerce-cart input[type=radio],.wc-block-components-checkbox__input,.wc-block-components-radio-control__input{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;padding:0!important;appearance:auto!important;-webkit-appearance:auto!important;border-radius:initial!important}.wc-block-components-checkbox .wc-block-components-checkbox__mark{width:18px!important;height:18px!important}.wc-block-components-radio-control__option{min-height:44px!important;padding:10px 12px!important}.wc-block-components-radio-control__input{position:relative!important;left:auto!important;top:auto!important}.wc-block-checkout__shipping-method-option{min-height:48px!important}

@media(max-width:1100px){.groh-single-grid{grid-template-columns:1fr!important;gap:0!important;padding:18px!important}.groh-single-gallery{padding:0!important}.groh-single-buybox{border-left:0!important;border-top:1px solid #f2f4f7!important;padding:18px 0 0!important;margin-top:18px!important}.groh-single-related .groh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){body.single-product .groh-single-shell{padding:18px 0 48px!important}.groh-single-grid{border-radius:16px!important;padding:12px!important}.groh-single-gallery{margin-bottom:12px!important}.groh-single-gallery .woocommerce-product-gallery__image a{min-height:255px!important}.groh-single-gallery .woocommerce-product-gallery__image img{max-height:245px!important}.woocommerce-product-gallery .flex-control-thumbs{gap:8px!important;margin-top:10px!important}.woocommerce-product-gallery .flex-control-thumbs li{width:72px!important}.groh-single-buybox{padding-top:14px!important}.groh-single-title{font-size:28px!important}.groh-single-excerpt{font-size:13px!important}.groh-single-price-box{padding:12px!important;border-radius:12px!important}.groh-single-price-box .price{font-size:24px!important}.groh-variation-grid--grade{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.groh-variation-grid--grade .groh-variation-choice{min-height:50px!important;padding:8px!important;gap:2px 6px!important}.groh-variation-grid--grade .groh-variation-choice>strong{min-width:24px;height:24px;font-size:11px!important}.groh-variation-grid--grade .groh-variation-choice>span{font-size:9.5px!important}.groh-variation-grid--grade .groh-variation-choice>em{font-size:9px!important}.groh-variation-grid--pills .groh-variation-choice{min-height:32px!important;padding:0 10px!important;font-size:11px!important}.groh-single-benefits{grid-template-columns:repeat(3,1fr)!important}.groh-single-related .groh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.groh-cart-drawer{width:100vw!important}.groh-cart-line{grid-template-columns:54px minmax(0,1fr) minmax(92px,max-content)!important;gap:10px!important}.groh-cart-line__price{min-width:92px!important;font-size:13px!important}.groh-footer__badges{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.groh-footer__badge{width:max-content;max-width:170px}}

/* Groh v1.0.8 fixes */
.groh-overlay{z-index:99!important;background:rgba(16,24,40,.42)!important;backdrop-filter:none!important}.groh-mobile-panel{z-index:1000!important}.groh-cart-drawer{z-index:1001!important}.groh-shop-filters.is-open{z-index:1000!important}.groh-header__search button{top:6px!important}.groh-mobile-search button{top:6px!important}.groh-mobile-panel .groh-menu,.groh-mobile-panel .groh-mobile-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important}.groh-mobile-panel .groh-menu>li,.groh-mobile-panel .groh-mobile-menu>li{display:block!important;width:100%!important;border-bottom:1px solid var(--groh-border)!important}.groh-mobile-panel .groh-menu a,.groh-mobile-panel .groh-mobile-menu a{display:flex!important;width:100%!important;justify-content:space-between!important;padding:16px 6px!important;border-radius:0!important;font-size:16px!important;font-weight:900!important;color:var(--groh-text)!important}.groh-mobile-panel .sub-menu{position:static!important;display:none!important;box-shadow:none!important;border:0!important;background:#f8fafc!important;border-radius:14px!important;margin:0 0 10px!important;padding:8px!important}.groh-mobile-panel .submenu-open>.sub-menu{display:block!important}.groh-mobile-panel .sub-menu li{border:0!important}.groh-mobile-panel .sub-menu a{font-size:14px!important;padding:11px 12px!important;border-radius:10px!important}.groh-footer__brand>img{filter:brightness(0) invert(1)!important}.groh-footer__badge img{filter:none!important;width:auto!important;max-width:180px!important;max-height:66px!important;object-fit:contain!important}.groh-footer__badge{background:#fff!important;border-radius:12px!important;padding:10px 12px!important}.groh-contact-form-placeholder input,.groh-contact-form-placeholder textarea{width:100%;border:1px solid var(--groh-border);border-radius:14px;padding:12px 14px;background:#fff}.groh-contact-form-placeholder button{border:0;border-radius:999px;background:var(--groh-pink);color:#fff;font-weight:900;padding:12px 18px;cursor:pointer}.groh-variant-line span:not(:last-child):after{content:none!important}.groh-variant-line{gap:6px!important}.groh-lock{overflow:hidden!important}
@media(max-width:783px){.groh-header__inner{grid-template-columns:auto 1fr auto!important;min-height:58px!important;gap:10px!important}.groh-nav--desktop{display:none!important}.groh-header__actions{justify-content:flex-end!important}.groh-menu-trigger{display:grid!important}.groh-logo img{width:92px!important}.groh-mobile-search{display:block!important}.groh-header__search{display:none!important}.groh-topbar__inner{font-size:11px!important;min-height:28px!important}.admin-bar .groh-header{top:46px!important}}

/* Groh v2.0.0 layout fixes */
.groh-overlay{z-index:98!important;background:rgba(16,24,40,.42)!important;backdrop-filter:none!important}
.groh-mobile-panel{z-index:1000!important}.groh-shop-filters.is-open{z-index:1000!important}.groh-cart-drawer{z-index:1001!important}
.groh-variant-line span{border-radius:30px!important}.groh-variant-line span:not(:last-child):after{content:none!important}
body.home .groh-home-products .groh-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
.groh-footer__top{display:grid!important;grid-template-columns:minmax(240px,.85fr) minmax(0,1.65fr)!important;gap:64px!important;align-items:start!important}
.groh-footer__cols{grid-column:2!important}
.groh-footer__banners{grid-column:1 / -1!important;display:flex!important;gap:14px!important;flex-wrap:wrap!important;align-items:center!important;margin-top:22px!important;padding-top:22px!important;border-top:1px solid rgba(255,255,255,.10)!important;order:3!important}
.groh-footer__badge{display:inline-flex!important;background:transparent!important;padding:0!important;border-radius:0!important;border:0!important;box-shadow:none!important;max-width:none!important}
.groh-footer__badge img{background:transparent!important;border-radius:0!important;padding:0!important;max-width:180px!important;max-height:70px!important;object-fit:contain!important;filter:none!important}
.groh-cart-actions .button,.groh-empty-cart-button{background:var(--groh-pink)!important;color:#fff!important;border:0!important;border-radius:999px!important;font-weight:950!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;text-align:center!important}
.groh-empty-state{border:1px solid var(--groh-border)!important;border-radius:22px!important;padding:36px 18px!important;text-align:center!important;font-weight:900!important;color:#667085!important;background:#fff!important}
@media(max-width:1100px){body.home .groh-home-products .groh-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:760px){body.home .groh-home-products .groh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.groh-footer__top{grid-template-columns:1fr!important;gap:26px!important}.groh-footer__cols{grid-column:auto!important}.groh-footer__banners{grid-column:auto!important;order:99!important;flex-direction:column!important;align-items:flex-start!important}.groh-footer__badge img{max-width:160px!important}.groh-header__inner{grid-template-columns:auto 1fr auto!important}.groh-header__nav{display:none!important}.groh-header__actions{justify-self:end!important}.groh-mobile-search{grid-column:1 / -1!important}.groh-header__search button{top:6px!important}.groh-mobile-search button{top:6px!important}}


/* Groh v2.0.2 fixes */
.groh-overlay{z-index:98!important}
.groh-cart-drawer{transition:transform .34s cubic-bezier(.22,.61,.36,1)!important;will-change:transform!important}
.groh-variant-line span{border-radius:30px!important}
.groh-header__search button{top:6px!important}
@media(max-width:783px){.groh-mobile-search button{top:3px!important}.groh-header__search button{top:6px!important}}

/* My account/login cleanup */
.woocommerce-account .groh-content .woocommerce{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{max-width:760px;margin:0 auto!important;background:#fff!important;border:1px solid var(--groh-border)!important;border-radius:22px!important;padding:26px!important;box-shadow:0 14px 44px rgba(16,24,40,.05)!important}
.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce-form-register .form-row{margin:0 0 16px!important;padding:0!important}
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text{width:100%!important;min-height:48px!important;border:1px solid var(--groh-border)!important;border-radius:14px!important;padding:0 44px 0 14px!important;background:#fff!important}
.woocommerce-account .password-input{display:block!important;position:relative!important;width:100%!important}
.woocommerce-account .show-password-input{position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important;min-height:0!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;box-shadow:none!important;color:#98a2b3!important}
.woocommerce-account .woocommerce-form-login__rememberme{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 14px 0 0!important;line-height:1.2!important;font-weight:700!important;color:#475467!important}
.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"],
.woocommerce-account input[type="checkbox"]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;margin:0!important;appearance:auto!important;-webkit-appearance:auto!important;accent-color:var(--groh-pink)!important;position:static!important}
.woocommerce-account .woocommerce-form-login .woocommerce-button,
.woocommerce-account .woocommerce-form-register .woocommerce-button{background:var(--groh-pink)!important;color:#fff!important;border:0!important;border-radius:999px!important;min-height:44px!important;padding:0 22px!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important}
.woocommerce-account .woocommerce-LostPassword{margin:8px 0 0!important}.woocommerce-account .woocommerce-LostPassword a{color:var(--groh-pink-dark)!important;font-weight:900!important}

/* Groh v2.0.3 refinements */
.groh-overlay{z-index:98!important}
.groh-mobile-panel,.groh-shop-filters.is-open{z-index:1000!important}
.groh-cart-drawer{z-index:1001!important}
.groh-product-card,.groh-product-card--compact{border-radius:16px!important}
.groh-variant-line span{border-radius:30px!important}
@media(max-width:782px){.groh-header__search button,.groh-mobile-search button{top:3px!important}}

/* Groh v2.0.4 final overrides */
.groh-product-card,.groh-product-card--compact{border-radius:16px!important}
.groh-overlay{z-index:98!important}
.groh-cart-drawer{z-index:1001!important;transition:transform .34s cubic-bezier(.22,.61,.36,1)!important}

/* Groh 2.0.6 - slide cart image cleanup */
.groh-cart-drawer .groh-cart-line img,
.groh-cart-drawer .groh-cart-line__img img,
.groh-cart-line img,
.groh-cart-line__img img{border:0!important;box-shadow:none!important;outline:0!important;}


/* Groh v2.0.9 hero/mobile polish */
.groh-hero--image-only .groh-hero__track{position:relative!important;overflow:hidden!important}
.groh-hero--image-only .groh-hero__slide{display:block!important;position:absolute!important;inset:0!important;opacity:0!important;visibility:hidden!important;transform:translateX(3%)!important;transition:opacity .45s ease,transform .45s ease!important;pointer-events:none!important;z-index:1!important}
.groh-hero--image-only .groh-hero__slide.is-active{position:relative!important;opacity:1!important;visibility:visible!important;transform:translateX(0)!important;pointer-events:auto!important;z-index:2!important}
.groh-hero--image-only .groh-hero__slide.is-leaving{position:absolute!important;opacity:0!important;visibility:visible!important;transform:translateX(-3%)!important;pointer-events:none!important;z-index:1!important}
.groh-hero--image-only .groh-hero__controls{bottom:30px!important}
@media(max-width:820px){.groh-benefit{flex:0 0 166px!important;padding:5px 5px!important}.groh-benefit__icon{width:35px!important;height:35px!important}.groh-benefit strong{font-size:12px!important}.groh-benefit em{font-size:11px!important}}
.woocommerce-checkout .groh-content .wc-block-components-chip,
.woocommerce-checkout .groh-content .wc-block-components-chip__remove,
.woocommerce-checkout .groh-content .woocommerce-remove-coupon{min-height:auto!important;height:auto!important}

/* Groh v2.0.10 checkout and gallery fixes */
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method,
.woocommerce-checkout #payment ul.payment_methods > li{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  column-gap:10px!important;
  row-gap:4px!important;
  align-items:start!important;
  padding:12px 14px!important;
}
.woocommerce-checkout #payment ul.payment_methods li > input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods li input.input-radio{
  grid-column:1!important;
  grid-row:1!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:1px 0 0!important;
  float:none!important;
  position:static!important;
}
.woocommerce-checkout #payment ul.payment_methods li > label{
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  margin:0!important;
  max-width:none!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box{
  grid-column:2!important;
  grid-row:2!important;
  margin:4px 0 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box p{margin:0!important;line-height:1.45!important;color:#667085!important}
.woocommerce-checkout #place_order,
.woocommerce-checkout button#place_order,
.woocommerce-checkout .place-order .button,
.woocommerce-checkout .place-order button.button.alt{
  min-height:48px!important;
  height:48px!important;
  width:100%!important;
  border-radius:999px!important;
  padding:0 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  background:var(--groh-pink)!important;
  color:#fff!important;
  font-weight:950!important;
  border:0!important;
}
.woocommerce-product-gallery .flex-control-thumbs{align-items:flex-start!important;overflow:hidden!important}
.woocommerce-product-gallery .flex-control-thumbs li{width:96px!important;flex:0 0 96px!important;overflow:hidden!important}
.woocommerce-product-gallery .flex-control-thumbs img{
  width:100%!important;
  height:96px!important;
  max-width:100%!important;
  max-height:96px!important;
  object-fit:contain!important;
  display:block!important;
}
@media(max-width:640px){
  .woocommerce-product-gallery .flex-control-thumbs li{width:72px!important;flex-basis:72px!important}
  .woocommerce-product-gallery .flex-control-thumbs img{height:72px!important;max-height:72px!important}
}

/* Groh v2.0.30 - 404 page */
.groh-main--404{padding:72px 0 92px}.groh-404{display:flex;justify-content:center}.groh-404__card{width:min(100%,720px);background:#fff;border:1px solid var(--groh-border);border-radius:20px;box-shadow:0 18px 56px rgba(16,24,40,.06);padding:42px 28px;text-align:center}.groh-404__card h1{font-size:clamp(32px,5vw,44px);line-height:1.06;letter-spacing:-.045em;margin:14px 0 12px;color:var(--groh-text)}.groh-404__card p{max-width:500px;margin:0 auto 24px;color:var(--groh-muted);font-size:16px;font-weight:700}.groh-404__card .groh-btn{min-width:190px;justify-content:center}.groh-btn--primary{background:var(--groh-pink);color:#fff}.groh-btn--primary:hover{background:var(--groh-pink-dark);transform:translateY(-1px)}@media(max-width:640px){.groh-main--404{padding:44px 0 64px}.groh-404__card{padding:28px 18px;border-radius:18px}.groh-404__card .groh-btn{width:100%}}

/* Groh 2.0.35 product long sections + gallery safeguards */
.groh-single-description,.groh-single-specifications,.groh-product-long-section{max-width:100%!important;width:100%!important;margin:28px 0 0!important;background:#fff!important;border:1px solid var(--groh-border)!important;border-radius:16px!important;box-shadow:0 16px 48px rgba(16,24,40,.045)!important;padding:18px!important;overflow:hidden!important}.groh-product-long-section h2,.groh-single-description h2,.groh-single-specifications h2{font-size:24px!important;letter-spacing:-.04em!important;margin:0 0 14px!important}.groh-product-long-section__clip{position:relative!important;max-height:200px!important;overflow:hidden!important;transition:max-height .22s ease!important}.groh-product-long-section:not(.is-expanded) .groh-product-long-section__clip:after{content:"";position:absolute!important;left:0;right:0;bottom:0;height:74px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 72%)!important;pointer-events:none}.groh-product-long-section.is-expanded .groh-product-long-section__clip{max-height:none!important}.groh-product-long-section__content{width:100%!important;max-width:100%!important;color:#475467!important;line-height:1.65!important}.groh-product-long-section__content img{max-width:100%!important;height:auto!important;border-radius:12px}.groh-product-long-section__toggle{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:34px!important;margin-top:12px!important;border:1px solid var(--groh-pink)!important;border-radius:10px!important;background:#fff!important;color:var(--groh-pink)!important;font-size:13px!important;font-weight:900!important;cursor:pointer!important}.groh-product-long-section__toggle:hover{background:#fff5f9!important}.groh-single-gallery,.woocommerce-product-gallery{max-width:100%!important;min-width:0!important;overflow:hidden!important}.woocommerce-product-gallery__wrapper{margin:0!important}.woocommerce-product-gallery .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}.woocommerce-product-gallery .flex-control-thumbs li{width:96px!important;flex:0 0 96px!important;margin:0!important;overflow:hidden!important}.woocommerce-product-gallery .flex-control-thumbs img{display:block!important;width:100%!important;height:96px!important;max-height:96px!important;object-fit:contain!important;border:1px solid #eef2f6!important;border-radius:12px!important;background:#f8fafc!important;padding:4px!important;opacity:1!important}.woocommerce-product-gallery .flex-control-thumbs img.flex-active{border-color:var(--groh-pink)!important}@media(max-width:640px){.groh-single-description,.groh-single-specifications,.groh-product-long-section{margin-top:18px!important;border-radius:14px!important;padding:14px!important}.groh-product-long-section h2,.groh-single-description h2,.groh-single-specifications h2{font-size:22px!important}.woocommerce-product-gallery .flex-control-thumbs{gap:8px!important}.woocommerce-product-gallery .flex-control-thumbs li{width:72px!important;flex-basis:72px!important}.woocommerce-product-gallery .flex-control-thumbs img{height:72px!important;max-height:72px!important}}
