/*
Theme Name: Gulnaz Catalog
Description: DriveStylish-inspired WhatsApp catalog for Astra - clean product cards, SALE badges, strikethrough pricing, WhatsApp ordering.
Author: Maysan Labs
Template: astra
Version: 1.0.0
Text Domain: gulnaz-catalog
*/

:root{
  --gn-red:#ed1e24;
  --gn-ink:#111418;
  --gn-text:#677279;
  --gn-muted:#98a2a8;
  --gn-line:#ececec;
  --gn-soft:#f7f7f8;
  --gn-green:#25d366;
  --gn-green-d:#1fb959;
}

body{ color:var(--gn-text); font-size:15px; }

/* announcement bar */
.gn-announce{ background:#0b0b0d; color:#fff; text-align:center; font-size:13px; font-weight:600; letter-spacing:.2px; padding:8px 14px; width:100%; margin:0 auto; }

/* header tidy-up for catalog mode */
.ast-cart-menu-wrap{ display:none !important; }
.ast-header-woo-cart{ display:none !important; }
.ast-site-header-cart{ display:none !important; }

.ast-container{ max-width:1240px; }

/* shop heading + toolbar */
.woocommerce-products-header{ padding:18px 0 4px; }
.woocommerce-products-header .page-title{ font-size:24px; font-weight:800; letter-spacing:-.2px; }
.woocommerce-ordering{ margin:0; }
.woocommerce-ordering select, form.woocommerce-ordering select{ border:1px solid #d0d5dd; border-radius:8px; padding:7px 12px; font-size:13px; background:#fff; color:var(--gn-ink); max-width:230px; box-shadow:0 1px 2px rgba(16,24,40,.04); }
.woocommerce-result-count{ color:var(--gn-muted); font-size:13px; }

/* ---------- product grid ---------- */
ul.products, .woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px !important;
  margin:18px 0 34px !important;
  padding:0 !important;
  list-style:none;
}
ul.products::before, ul.products::after{ display:none !important; }
ul.products li.product{ width:auto !important; margin:0 !important; float:none !important; clear:none !important; }
@media (max-width:1100px){ ul.products, .woocommerce ul.products{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:760px){ ul.products, .woocommerce ul.products{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px !important; } }

/* card */
ul.products li.gn-card{
  background:#fff; border:1px solid var(--gn-line); border-radius:10px; overflow:hidden;
  display:flex; flex-direction:column; transition:box-shadow .18s ease, transform .18s ease;
}
ul.products li.gn-card:hover{ box-shadow:0 8px 22px rgba(17,20,24,.08); transform:translateY(-2px); }
.gn-thumb{ position:relative; display:block; aspect-ratio:1/1; background:var(--gn-soft); overflow:hidden; }
.gn-thumb img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .25s ease; }
.gn-card:hover .gn-thumb img{ transform:scale(1.04); }
.gn-badge{
  position:absolute; top:10px; left:10px; z-index:2;
  background:var(--gn-red); color:#fff; font-size:11px; font-weight:800;
  text-transform:uppercase; letter-spacing:.6px; padding:4px 9px; border-radius:5px;
}
.gn-body{ display:flex; flex-direction:column; gap:6px; padding:12px 12px 14px; }
.gn-title{
  font-size:14px; line-height:1.55; font-weight:600; color:#000; text-decoration:none;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:44px;
}
.gn-title:hover{ color:var(--gn-red); }
.gn-price{ font-size:20px; color:#111; }
.gn-price ins{ text-decoration:none; }
.gn-price ins .woocommerce-Price-amount{ color:#ee0000; font-size:20px; font-weight:400; }
.gn-price del{ margin-right:6px; }
.gn-price del .woocommerce-Price-amount{ color:#677279; font-size:14px; font-weight:400; }
.gn-price > .woocommerce-Price-amount{ font-weight:400; }
.gn-wa{
  margin-top:4px; display:flex; align-items:center; justify-content:center; gap:7px;
  background:var(--gn-green); color:#fff !important; font-size:13px; font-weight:700;
  padding:11px 10px; border-radius:8px; text-decoration:none !important;
  transition:background .15s ease;
}
.gn-wa:hover{ background:var(--gn-green-d); color:#fff !important; }
.gn-wa-ico{ flex:0 0 auto; }
.gn-details{ text-align:center; font-size:12px; color:var(--gn-muted) !important; text-decoration:underline; margin-top:2px; }
.gn-details:hover{ color:var(--gn-ink) !important; }

/* ---------- single product ---------- */
.gn-wa-single{
  display:inline-flex; align-items:center; gap:9px; margin-top:8px;
  background:var(--gn-green); color:#fff !important; font-weight:700; font-size:15px;
  padding:12px 26px; border-radius:9px; text-decoration:none !important;
}
.gn-wa-single:hover{ background:var(--gn-green-d); color:#fff !important; }
.single-product .summary .price{ font-size:26px; color:var(--gn-ink); }
.single-product .summary .price del{ color:var(--gn-muted); font-size:17px; margin-right:8px; }
.single-product .summary .price ins{ text-decoration:none; }
.stock.in-stock{ display:none; }
.single-product div.product .woocommerce-tabs ul.tabs{ padding-left:0; }

/* ================= homepage (catalog) ================= */
.gn-home{ padding-bottom:12px; width:100%; max-width:100%; min-width:0; box-sizing:border-box; }
html, body{ overflow-x:hidden; }
.site-content .ast-container > .gn-home, .ast-container > .gn-home{ flex:1 1 100%; max-width:100%; min-width:0; }

/* hero slider */
.gn-hero{ position:relative; width:100vw; margin-left:calc(50% - 50vw); height:min(35vw,520px); min-height:320px; overflow:hidden; background:#111418; }
.gn-slide{ position:absolute; top:0;left:0;right:0;bottom:0; background-size:cover; background-position:center; opacity:0; transition:opacity .7s ease; z-index:1; }
.gn-slide.is-active{ opacity:1; z-index:2; }
.gn-slide-inner{ position:absolute; top:0;left:0;right:0;bottom:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:0 24px; background:linear-gradient(180deg,rgba(10,12,15,.18),rgba(10,12,15,.42)); }
.gn-slide-title{ font-size:clamp(26px,4vw,52px); font-weight:800; color:#fff; margin:0 0 12px; letter-spacing:-.5px; line-height:1.12; text-shadow:0 2px 18px rgba(0,0,0,.35); }
.gn-slide-sub{ font-size:clamp(14px,1.4vw,18px); color:#eef1f4; margin:0 0 22px; max-width:640px; }
.gn-slide-btn{ display:inline-block; background:#fff; color:#111418 !important; font-weight:700; font-size:15px; padding:13px 34px; border-radius:8px; text-decoration:none !important; transition:transform .15s ease, box-shadow .15s ease; }
.gn-slide-btn:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,.25); color:#111418 !important; }
.gn-dots{ position:absolute; left:0; right:0; bottom:16px; z-index:5; display:flex; gap:8px; justify-content:center; }
.gn-dot{ width:9px; height:9px; border-radius:50%; border:0; padding:0; background:rgba(255,255,255,.45); cursor:pointer; }
.gn-dot.is-active{ background:var(--gn-red); }
.gn-dot:hover{ background:rgba(255,255,255,.8); }

/* trust strip */
.gn-usp{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 34px; border-bottom:1px solid var(--gn-line); padding:13px 10px; margin:0 0 8px; }
.gn-usp-item{ font-size:13px; font-weight:700; color:var(--gn-ink); display:inline-flex; align-items:center; gap:7px; }
.gn-usp-check{ color:var(--gn-red); font-weight:800; }

/* sections */
.gn-section{ padding:38px 0 6px; }
.gn-section-head{ display:flex; align-items:center; justify-content:space-between; gap:14px; margin:0 0 14px; }
.gn-section-head h2{ font-size:21px; font-weight:700; color:#000; margin:0; letter-spacing:-.3px; }
.gn-row-nav{ display:flex; align-items:center; gap:10px; }
.gn-see-all{ font-size:13px; font-weight:700; color:var(--gn-red) !important; text-decoration:none !important; }
.gn-see-all:hover{ color:#b00e13 !important; }
.gn-row-btn{ width:34px; height:34px; border-radius:50%; border:1px solid #e5e7eb; background:#fff; color:var(--gn-ink); font-size:17px; line-height:1; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; padding:0; }
.gn-row-btn:hover{ border-color:#c9ced4; }

/* category tiles */
.gn-tiles{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.gn-tile{ position:relative; display:block; aspect-ratio:4/3; border-radius:10px; overflow:hidden; background:var(--gn-soft); text-decoration:none !important; }
.gn-tile-img{ position:absolute; top:0;left:0;right:0;bottom:0; background-size:cover; background-position:center; transition:transform .35s ease; }
.gn-tile::after{ content:""; position:absolute; top:0;left:0;right:0;bottom:0; background:linear-gradient(180deg,transparent 45%,rgba(8,10,13,.62)); z-index:1; }
.gn-tile:hover .gn-tile-img{ transform:scale(1.06); }
.gn-tile-name{ position:absolute; left:13px; bottom:11px; z-index:2; color:#fff; font-weight:700; font-size:15px; text-shadow:0 1px 8px rgba(0,0,0,.45); }

/* product rows (horizontal carousels) */
ul.products.gn-row-track, .woocommerce ul.products.gn-row-track{
	display:flex !important; gap:14px !important; overflow-x:auto; scroll-snap-type:x mandatory;
	margin:0 0 10px !important; padding:2px 2px 14px !important; list-style:none;
	width:100% !important; max-width:100%; min-width:0;
	-webkit-overflow-scrolling:touch; scrollbar-width:thin;
}
ul.products.gn-row-track::-webkit-scrollbar{ height:6px; }
ul.products.gn-row-track::-webkit-scrollbar-thumb{ background:#d9dde2; border-radius:99px; }
ul.products.gn-row-track li.gn-card{ flex:0 0 auto; min-width:255px; max-width:255px; scroll-snap-align:start; }

@media (max-width:900px){ .gn-tiles{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:760px){
	.gn-hero{ height:430px; }
	.gn-slide-btn{ padding:11px 26px; }
	.gn-section-head h2{ font-size:18px; }
	ul.products.gn-row-track li.gn-card{ min-width:210px; max-width:210px; }
	.gn-usp{ gap:8px 18px; }
}

/* ===== DriveStylish-parity sections ===== */
.gn-intro{ padding:30px 0 4px; }
.gn-intro h2{ font-size:21px; font-weight:700; color:#000; margin:0 0 12px; }
.gn-intro p{ color:var(--gn-text); font-size:15px; line-height:1.65; margin:0 0 12px; max-width:1050px; }
.gn-intro strong{ color:#000; font-weight:700; }

/* category circles */
.gn-cats{ display:flex; flex-wrap:wrap; gap:26px 30px; }
.gn-cat{ display:block; width:112px; text-align:center; text-decoration:none !important; }
.gn-cat-img{ display:block; width:112px; height:112px; border-radius:50%; overflow:hidden; background:#f6f6f6 center/cover no-repeat; border:1px solid #e9e9ec; transition:transform .18s ease, box-shadow .18s ease; }
.gn-cat:hover .gn-cat-img{ transform:translateY(-2px); box-shadow:0 8px 18px rgba(17,20,24,.10); }
.gn-cat-name{ display:block; margin-top:9px; font-size:13px; font-weight:600; color:#111; line-height:1.3; }
.gn-cat:hover .gn-cat-name{ color:var(--gn-red); }

/* promo mosaic */
.gn-mosaic{ display:grid; grid-template-columns:1fr 1.25fr 1fr; grid-template-rows:190px 190px; gap:14px; }
.gn-mo{ position:relative; display:block; background:#f6f6f6 center/cover no-repeat; overflow:hidden; border-radius:6px; text-decoration:none !important; }
.gn-mo::after{ content:""; position:absolute; top:0;left:0;right:0;bottom:0; background:linear-gradient(180deg,rgba(8,10,13,.02) 45%,rgba(8,10,13,.55)); }
.gn-mo-1{ grid-column:1; grid-row:1; }
.gn-mo-2{ grid-column:1; grid-row:2; }
.gn-mo-3{ grid-column:2; grid-row:1 / span 2; }
.gn-mo-4{ grid-column:3; grid-row:1; }
.gn-mo-5{ grid-column:3; grid-row:2; }
.gn-mo-label{ position:absolute; left:16px; bottom:14px; z-index:2; color:#fff; font-weight:800; font-size:15px; letter-spacing:.8px; text-transform:uppercase; text-shadow:0 1px 8px rgba(0,0,0,.5); }
.gn-mo:hover{ filter:brightness(1.04); }

/* reviews */
.gn-reviews{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.gn-review{ background:#f8f8f9; border:1px solid #eeeef0; border-radius:10px; padding:20px; }
.gn-stars{ color:#f5a623; font-size:15px; letter-spacing:2px; margin-bottom:10px; }
.gn-review-text{ font-size:14px; line-height:1.6; color:#3f4750; margin:0 0 12px; }
.gn-review-name{ font-size:13px; font-weight:700; color:#111; }

/* brands */
.gn-brands{ display:flex; flex-wrap:wrap; gap:12px 34px; align-items:center; padding:4px 0 2px; }
.gn-brand{ font-size:16px; font-weight:700; color:#a3aab2; letter-spacing:.2px; }

/* FAQ */
.gn-faq details{ border-bottom:1px solid #ececec; padding:15px 0; }
.gn-faq summary{ font-size:15px; font-weight:700; color:#111; cursor:pointer; list-style:none; position:relative; padding-right:26px; }
.gn-faq summary::-webkit-details-marker{ display:none; }
.gn-faq summary::after{ content:"+"; position:absolute; right:2px; top:-1px; font-size:19px; font-weight:400; color:#98a2a8; }
.gn-faq details[open] summary::after{ content:"\2212"; }
.gn-faq p{ color:var(--gn-text); font-size:14px; line-height:1.6; margin:11px 0 2px; max-width:900px; }

/* blog */
.gn-blog{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.gn-post{ display:block; text-decoration:none !important; }
.gn-post-img{ display:block; aspect-ratio:16/10; background:#f6f6f6; border-radius:8px; overflow:hidden; }
.gn-post-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.gn-post-title{ display:block; margin-top:10px; font-size:15px; font-weight:700; color:#111; line-height:1.4; }
.gn-post:hover .gn-post-title{ color:var(--gn-red); }
.gn-post-date{ display:block; margin-top:5px; font-size:12px; color:#98a2a8; }

@media (max-width:900px){
	.gn-mosaic{ grid-template-columns:1fr 1fr; grid-template-rows:150px 150px 150px; }
	.gn-mo-1{ grid-column:1; grid-row:1; } .gn-mo-2{ grid-column:2; grid-row:1; }
	.gn-mo-3{ grid-column:1 / span 2; grid-row:2; } .gn-mo-4{ grid-column:1; grid-row:3; } .gn-mo-5{ grid-column:2; grid-row:3; }
	.gn-reviews{ grid-template-columns:1fr; }
	.gn-blog{ grid-template-columns:1fr; }
}

/* 3-col homepage rows (DriveStylish style) */
ul.products.gn-row-grid, .woocommerce ul.products.gn-row-grid{
	display:grid !important;
	grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	gap:20px !important; margin:0 0 8px !important; padding:0 !important; list-style:none;
}
@media (max-width:900px){
	ul.products.gn-row-grid, .woocommerce ul.products.gn-row-grid{ grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:12px !important; }
}

/* review avatars */
.gn-review-head{ display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.gn-avatar{ width:38px; height:38px; border-radius:50%; background:#e9ecef; color:#111; font-weight:700; display:inline-flex; align-items:center; justify-content:center; font-size:15px; flex:0 0 auto; }
.gn-review-head .gn-review-name{ margin:0; }

/* brand chips */
.gn-brand{ font-size:15px; font-weight:700; color:#6f7a83; border:1px solid #ececec; border-radius:8px; padding:9px 18px; background:#fff; }
.gn-brand:hover{ border-color:#d9dde2; }

/* ===== DriveStylish-style navbar ===== */
.ast-primary-header-bar{ padding-top:16px !important; padding-bottom:16px !important; border-bottom:1px solid #f0f0f2; }
.ast-primary-header-bar .site-title a, .ast-primary-header-bar .site-title{ font-size:21px !important; font-weight:800 !important; letter-spacing:-.4px !important; color:#0b0b0d !important; line-height:1.2 !important; }
.ast-desktop .main-header-menu > .menu-item > .menu-link{ font-size:13.5px !important; font-weight:500 !important; color:#383843 !important; padding-left:12px !important; padding-right:12px !important; letter-spacing:.1px; }
.ast-desktop .main-header-menu > .menu-item > .menu-link:hover{ color:var(--gn-red) !important; }
.ast-desktop .main-header-menu > .menu-item.current-menu-item > .menu-link{ color:var(--gn-red) !important; }
/* dropdown */
.ast-desktop .main-header-menu .sub-menu{ background:#fff; border:1px solid #f0f0f2; border-radius:8px; box-shadow:0 16px 34px rgba(17,20,24,.12); padding:8px 0; min-width:210px; }
.ast-desktop .main-header-menu .sub-menu .menu-link{ font-size:13.5px !important; padding:10px 18px !important; color:#383843 !important; }
.ast-desktop .main-header-menu .sub-menu .menu-link:hover{ color:var(--gn-red) !important; background:#fafafa; }
/* search */
.gn-nav-search{ display:inline-flex; align-items:center; margin-left:22px; }
.gn-search{ display:flex; align-items:stretch; }
.gn-search input[type="search"]{ width:165px; height:40px; border:1px solid #e2e5e9; border-right:0; border-radius:4px 0 0 4px; padding:0 13px; font-size:13px; outline:none; background:#fff; color:#383843; }
.gn-search input[type="search"]::placeholder{ color:#9aa2ab; }
.gn-search input[type="search"]:focus{ border-color:#c9ced4; }
.gn-search button{ width:46px; height:40px; border:0; background:var(--gn-red); border-radius:0 4px 4px 0; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; padding:0; }
.gn-search button:hover{ background:#c81219; }
@media (max-width:921px){
	.ast-primary-header-bar{ padding-top:12px !important; padding-bottom:12px !important; }
	.main-header-menu .menu-link{ color:#383843 !important; font-size:15px !important; font-weight:500 !important; }
	.main-header-menu li.current-menu-item > .menu-link{ color:var(--gn-red) !important; background:transparent !important; }
	.main-header-menu .dropdown-menu-toggle, .main-header-menu .ast-menu-toggle{ color:#383843 !important; }
	.main-header-menu li.current-menu-item .dropdown-menu-toggle{ color:var(--gn-red) !important; }
	.menu-toggle.main-header-menu-toggle, .ast-mobile-menu-trigger-minimal{ color:#111 !important; }
	.main-header-menu > .menu-item.gn-nav-search{ display:block !important; width:100% !important; margin:0 !important; padding:12px 20px 14px !important; border-top:1px solid #eeeef0; box-sizing:border-box; }
	.main-header-menu > .menu-item.gn-nav-search .gn-search{ display:flex !important; width:100%; align-items:stretch; }
	.main-header-menu > .menu-item.gn-nav-search .gn-search input[type="search"]{ flex:1; width:auto; }
}

/* ===== content pages polish ===== */
.page .site-content .entry-header, .page .site-content .entry-content{ max-width:860px; margin-left:auto; margin-right:auto; }
.page .entry-header .entry-title{ font-size:30px !important; font-weight:800 !important; letter-spacing:-.4px; }
.page .entry-content h2{ font-size:21px !important; font-weight:700 !important; color:#000; margin:30px 0 12px !important; }
.page .entry-content p, .page .entry-content li{ color:var(--gn-text); font-size:15px; line-height:1.7; }
.page .entry-content strong{ color:#000; }
.page .entry-content ul{ padding-left:22px; }
.page .entry-content ul li{ margin-bottom:6px; }
.page .entry-content .wp-block-button__link, .wp-block-button__link{
	background:var(--gn-red) !important; color:#fff !important; border-radius:8px !important;
	font-weight:700 !important; font-size:14.5px !important; padding:13px 28px !important; text-decoration:none !important;
}
.page .entry-content .wp-block-button__link:hover, .wp-block-button__link:hover{ background:#c81219 !important; }
.page .entry-content .gn-wa-single{ margin:6px 0 4px; }

/* ===== blog archive ===== */
.gn-blog-head{ max-width:1240px; margin:0 auto; padding:28px 0 4px; }
.gn-blog-head h1{ font-size:28px; font-weight:800; color:#000; margin:0 0 6px; letter-spacing:-.4px; }
.gn-blog-head p{ color:var(--gn-text); font-size:14.5px; margin:0; }
.blog .ast-article-post{ background:#fff; border:1px solid #eeeef0; border-radius:10px; overflow:hidden; padding-bottom:16px; transition:box-shadow .18s ease; }
.blog .ast-article-post:hover{ box-shadow:0 10px 26px rgba(17,20,24,.08); }
.blog .ast-blog-featured-section{ margin:0 !important; }
.blog .ast-blog-featured-section img{ width:100%; aspect-ratio:16/10; object-fit:cover; }
.blog .entry-title{ font-size:17px !important; line-height:1.35 !important; font-weight:700 !important; margin:14px 16px 8px !important; }
.blog .entry-title a{ color:#111 !important; text-decoration:none !important; }
.blog .entry-title a:hover{ color:var(--gn-red) !important; }
.blog .entry-meta, .blog .cat-links, .blog .posted-by, .blog .posted-on, .blog .comments-link, .blog .ast-reading-time{ display:none !important; }
.blog .ast-excerpt-container, .blog .entry-content{ margin:0 16px !important; }
.blog .ast-excerpt-container p, .blog .entry-content p{ color:#677279 !important; font-size:13.5px !important; line-height:1.6 !important; margin:0 0 10px !important; }

/* ===== desktop navbar refinements ===== */
.ast-desktop .main-header-menu .dropdown-menu-toggle.ast-header-navigation-arrow{ display:inline-flex !important; align-items:center !important; margin-left:2px; padding-left:4px !important; }
.ast-desktop .main-header-menu .dropdown-menu-toggle .ast-arrow-svg{ width:11px !important; height:11px !important; position:relative !important; top:0 !important; }
.ast-desktop .main-header-menu > .menu-item > .menu-link > .dropdown-menu-toggle{ align-self:center; }

/* ===== custom footer ===== */
#colophon.gn-footer{ background:#000 !important; color:#fff; padding:0 !important; margin:0 !important; }
.gn-footer a{ color:#cfcfcf; text-decoration:none; transition:color .15s ease; }
.gn-footer a:hover{ color:var(--gn-red); }
.gn-footer-inner{ max-width:1240px; margin:0 auto; padding:48px 24px 34px; }
.gn-footer-cols{ display:grid; grid-template-columns:1.3fr .8fr 1.5fr 1fr; gap:44px; }
.gn-fcol h4{ font-size:13px; font-weight:700; letter-spacing:.8px; text-transform:uppercase; color:#fff; margin:0 0 18px; }
.gn-fcol ul{ list-style:none; margin:0; padding:0; }
.gn-fcol li{ font-size:14px; line-height:1.6; color:#cfcfcf; margin:0 0 10px; }
.gn-fbrand-logo{ font-size:21px; font-weight:800; color:#fff; margin:0 0 8px; letter-spacing:-.2px; }
.gn-ftag{ color:#cfcfcf; font-size:14px; margin:0 0 18px; }
.gn-fnews{ display:flex; max-width:310px; }
.gn-fnews input[type="email"]{ flex:1; min-width:0; height:44px; border:0; border-radius:3px 0 0 3px; padding:0 14px; font-size:13.5px; background:#fff; color:#333; }
.gn-fnews button{ height:44px; flex:0 0 auto; background:var(--gn-red); color:#fff; border:0; border-radius:0 3px 3px 0; padding:0 20px; font-weight:700; font-size:13.5px; cursor:pointer; }
.gn-fnews button:hover{ background:#c81219; }
.gn-finfo li{ color:#cfcfcf; }
.gn-ph{ color:#8a8a8a; font-style:italic; }
.gn-footer-bottom{ border-top:1px solid rgba(255,255,255,.13); }
.gn-fbottom-inner{ max-width:1240px; margin:0 auto; padding:18px 24px; display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap; font-size:13px; color:#cfcfcf; }
.gn-fbottom-inner a{ color:#fff; }
.gn-follows{ display:inline-flex; align-items:center; gap:9px; font-size:13px; }
.gn-fsoc{ width:33px; height:33px; border-radius:50%; background:#3f3f3f; display:inline-flex !important; align-items:center; justify-content:center; }
.gn-fsoc:hover{ background:var(--gn-red); }
.gn-fsoc svg{ width:15px; height:15px; }
@media (max-width:1024px){ .gn-footer-cols{ grid-template-columns:1fr 1fr; gap:38px 30px; } }
@media (max-width:640px){ .gn-footer-cols{ grid-template-columns:1fr; gap:34px; } .gn-fbottom-inner{ flex-direction:column; align-items:flex-start; } }

/* ===== mobile toggle icon + scroll-to-top brand colors ===== */
.main-header-menu-toggle .ast-mobile-svg, .main-header-menu-toggle svg{ fill:#111 !important; }
.ast-mobile-menu-trigger-minimal svg{ fill:#111 !important; }
#ast-scroll-top{ background-color:var(--gn-red) !important; color:#fff !important; }
#ast-scroll-top:hover{ background-color:#c81219 !important; }

/* ================= BEAUTY PASS v2 ================= */
.gn-announce{ letter-spacing:.3px; padding:9px 14px; }

/* hero */
.gn-hero{ height:min(42vw,580px); min-height:420px; }
.gn-slide-inner{ background:linear-gradient(180deg, rgba(8,10,14,.28) 0%, rgba(8,10,14,.46) 55%, rgba(8,10,14,.68) 100%); padding:0 28px; }
.gn-slide-eyebrow{ font-size:12.5px; font-weight:700; letter-spacing:3.4px; text-transform:uppercase; color:#ffd0d2; margin:0 0 15px; text-shadow:0 1px 10px rgba(0,0,0,.35); }
.gn-slide-title{ font-size:clamp(30px,4.4vw,56px); font-weight:800; letter-spacing:-1.2px; line-height:1.05; margin:0 0 16px; text-shadow:0 3px 26px rgba(0,0,0,.45); }
.gn-slide-sub{ font-size:17px; line-height:1.55; color:#e9edf0; max-width:620px; margin:0 0 27px; }
.gn-slide-btn{ background:var(--gn-red); color:#fff !important; font-size:14.5px; font-weight:700; letter-spacing:.3px; padding:15px 40px; border-radius:8px; box-shadow:0 10px 26px rgba(237,30,36,.35); }
.gn-slide-btn:hover{ background:#c81219 !important; color:#fff !important; transform:translateY(-2px); box-shadow:0 14px 32px rgba(237,30,36,.45); }
.gn-dots{ bottom:25px; gap:9px; }
.gn-dot{ width:10px; height:10px; background:rgba(255,255,255,.5); }
.gn-dot.is-active{ width:26px; border-radius:6px; background:var(--gn-red); }

/* trust band */
.gn-usp{ width:100vw; margin-left:calc(50% - 50vw); background:#fafafb; border-top:1px solid #f1f1f4; border-bottom:1px solid #f1f1f4; padding:20px 24px; margin-bottom:0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:0; }
.gn-usp-item{ display:inline-flex; align-items:center; gap:11px; padding:2px 30px; font-size:13.5px; font-weight:600; color:#232a31; border-right:1px solid #e7e7ec; }
.gn-usp-item:last-child{ border-right:0; }
.gn-usp-ico{ width:36px; height:36px; border-radius:50%; background:#fdecec; color:var(--gn-red); display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; }
.gn-usp-ico svg{ width:17px; height:17px; }

/* section heads */
.gn-section{ padding:48px 0 8px; }
.gn-section-head{ margin:0 0 20px; align-items:flex-end; }
.gn-section-head h2{ font-size:24px; font-weight:800; letter-spacing:-.6px; }
.gn-section-head h2::before{ content:""; display:block; width:26px; height:3px; border-radius:2px; background:var(--gn-red); margin-bottom:11px; }
.gn-see-all{ font-size:13px; font-weight:700; letter-spacing:.2px; display:inline-flex; align-items:center; gap:4px; padding-bottom:3px; }
.gn-see-all::after{ content:"\2192"; font-size:14px; transition:transform .15s ease; }
.gn-see-all:hover::after{ transform:translateX(3px); }

/* intro two-column */
.gn-intro{ padding:54px 0 10px; }
.gn-intro-inner{ display:grid; grid-template-columns:1.12fr .88fr; gap:54px; align-items:center; }
.gn-eyebrow{ font-size:12px; font-weight:700; letter-spacing:2.8px; text-transform:uppercase; color:var(--gn-red); margin:0 0 12px; }
.gn-intro h2{ font-size:31px !important; font-weight:800; letter-spacing:-.8px; line-height:1.14; margin:0 0 16px !important; }
.gn-intro p{ font-size:15.5px; line-height:1.75; margin:0 0 12px; max-width:640px; }
.gn-intro-points{ list-style:none; margin:22px 0 0; padding:0; display:grid; gap:15px; }
.gn-intro-points li{ display:flex; gap:13px; align-items:flex-start; }
.gn-ip-ico{ width:35px; height:35px; border-radius:10px; background:#fdecec; color:var(--gn-red); display:inline-flex; align-items:center; justify-content:center; flex:0 0 auto; }
.gn-ip-ico svg{ width:16px; height:16px; }
.gn-intro-points strong{ display:block; font-size:14.5px; color:#14181d; margin-bottom:2px; font-weight:700; }
.gn-intro-points div span{ font-size:13.5px; color:var(--gn-text); line-height:1.5; }
.gn-intro-media{ position:relative; z-index:0; }
.gn-intro-media img{ width:100%; aspect-ratio:4/3.4; object-fit:cover; border-radius:16px; display:block; box-shadow:0 26px 54px rgba(17,20,24,.17); }
.gn-intro-media::before{ content:""; position:absolute; right:-15px; bottom:-15px; width:62%; height:58%; border:2px solid rgba(237,30,36,.30); border-radius:16px; z-index:-1; }

/* card polish */
ul.products li.gn-card{ border-radius:12px; }
ul.products li.gn-card:hover{ box-shadow:0 18px 36px rgba(17,20,24,.12); transform:translateY(-3px); }
.gn-body{ padding:13px 15px 16px; gap:7px; }
.gn-title{ font-size:14.5px; }
.gn-price ins .woocommerce-Price-amount{ font-weight:700; }
.gn-wa{ height:42px; border-radius:9px; font-size:13px; letter-spacing:.2px; box-shadow:0 3px 10px rgba(37,211,102,.22); }
.gn-wa:hover{ box-shadow:0 7px 18px rgba(37,211,102,.32); }
.gn-details{ font-size:12px; text-decoration:none; letter-spacing:.2px; }
.gn-details::after{ content:" \2192"; }
.gn-details:hover{ color:var(--gn-red) !important; }

/* category circles */
.gn-cats{ justify-content:center; gap:30px 42px; padding:6px 0 2px; }
.gn-cat{ width:126px; }
.gn-cat-img{ width:126px; height:126px; border:0; box-shadow:0 0 0 1.5px rgba(237,30,36,.22), 0 3px 10px rgba(17,20,24,.05); }
.gn-cat:hover .gn-cat-img{ transform:translateY(-3px); box-shadow:0 0 0 2.5px var(--gn-red), 0 12px 26px rgba(17,20,24,.13); }
.gn-cat-name{ font-size:14px; font-weight:700; margin-top:12px; }

/* mosaic */
.gn-mo{ border-radius:12px; }
.gn-mo::after{ background:linear-gradient(180deg, rgba(8,10,13,.03) 40%, rgba(8,10,13,.62)); }
.gn-mo-label{ font-size:16px; letter-spacing:1.2px; }

/* reviews */
.gn-review{ position:relative; background:#fff; border:1px solid #ececf0; border-radius:14px; padding:24px 24px 20px; box-shadow:0 4px 14px rgba(17,20,24,.04); overflow:hidden; }
.gn-review::before{ content:"\201C"; position:absolute; top:-8px; right:16px; font-size:78px; color:rgba(237,30,36,.10); font-family:Georgia, serif; line-height:1; }
.gn-stars{ letter-spacing:1.5px; margin:0 0 10px; }
.gn-review-text{ margin:0 0 16px; }
.gn-avatar{ width:40px; height:40px; background:#fdecec; color:var(--gn-red); }
.gn-verified{ display:block; margin-top:10px; font-size:12px; color:#1fa855; font-weight:600; }

/* brands */
.gn-brands{ justify-content:center; gap:14px 16px; padding:8px 0 4px; }
.gn-brand{ font-size:14px; font-weight:700; color:#4c565f; background:#fff; border:1px solid #ececf0; border-radius:10px; padding:11px 22px; box-shadow:0 2px 8px rgba(17,20,24,.04); transition:all .15s ease; }
.gn-brand:hover{ border-color:rgba(237,30,36,.45); color:var(--gn-red); transform:translateY(-1px); }

/* FAQ cards */
.gn-faq details{ background:#fff; border:1px solid #ececf0; border-radius:11px; padding:17px 20px; margin-bottom:10px; transition:border-color .15s ease, box-shadow .15s ease; }
.gn-faq details:hover{ border-color:#dcdce2; }
.gn-faq details[open]{ border-color:rgba(237,30,36,.35); box-shadow:0 8px 20px rgba(17,20,24,.05); }
.gn-faq summary::after{ color:var(--gn-red); font-size:21px; }
.gn-faq details[open] summary{ color:var(--gn-red); }
.gn-faq p{ margin:12px 0 2px; }

/* blog cards */
.gn-post{ background:#fff; border:1px solid #ececf0; border-radius:12px; overflow:hidden; transition:box-shadow .18s ease, transform .18s ease; }
.gn-post:hover{ box-shadow:0 14px 30px rgba(17,20,24,.10); transform:translateY(-2px); }
.gn-post-img{ border-radius:0; }
.gn-post-title{ margin:14px 16px 0; }
.gn-post-date{ margin:6px 16px 16px; }

@media (max-width:1000px){
	.gn-intro-inner{ grid-template-columns:1fr; gap:32px; }
	.gn-intro-media{ order:-1; max-width:540px; }
}
@media (max-width:760px){
	.gn-usp{ display:grid; grid-template-columns:1fr 1fr; gap:14px 10px; padding:16px 18px; }
	.gn-usp-item{ border-right:0; padding:0; gap:9px; font-size:12.5px; }
	.gn-usp-ico{ width:31px; height:31px; }
	.gn-usp-ico svg{ width:15px; height:15px; }
	.gn-hero{ min-height:430px; }
	.gn-slide-eyebrow{ letter-spacing:2.4px; margin-bottom:12px; }
}

/* polish round 3 */
.gn-review{ display:flex; flex-direction:column; }
.gn-review::before{ top:6px; right:16px; font-size:62px; color:rgba(237,30,36,.12); line-height:1; }
.gn-verified{ margin-top:auto; padding-top:12px; }
.gn-intro-media::before{ right:-12px; bottom:-12px; border:2px solid rgba(237,30,36,.5); border-radius:18px; }
.gn-brands{ justify-content:center !important; }

.gn-brands{ max-width:1060px; margin:0 auto; }

/* ===== ultra-robust image boxes — explicit reserved height + plain fill.
   Works in every browser and every render state: the box always has a real
   height, the img simply fills it (object-fit:cover where supported). ===== */
ul.products li.gn-card .gn-thumb{ aspect-ratio:auto !important; position:relative; display:block; height:385px; height:min(30vw, 400px); overflow:hidden; background:var(--gn-soft); }
ul.products li.gn-card .gn-thumb::before{ content:none !important; }
ul.products li.gn-card .gn-thumb img, .gn-thumb img{ position:static !important; top:auto !important; left:auto !important; right:auto !important; bottom:auto !important; width:100% !important; height:100% !important; object-fit:cover; display:block; }
@media (max-width:920px){ ul.products li.gn-card .gn-thumb{ height:48vw; min-height:150px; } }
.gn-post-img{ aspect-ratio:auto !important; position:relative; display:block; }
.gn-post-img::before{ content:none !important; }
.gn-post-img img{ position:static !important; width:100% !important; height:auto !important; display:block; object-fit:cover; }
