/*
Theme Name: Shop30 WooCommerce Theme
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Tema WooCommerce com fundo branco, navegação comercial e identidade visual inspirada no material Shop30.
Version: 1.0.1
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: shop30
Tags: e-commerce, woocommerce, custom-logo, custom-menu, featured-images
*/

:root {
  --shop30-blue: #0057a8;
  --shop30-blue-dark: #003d78;
  --shop30-blue-soft: #eaf4ff;
  --shop30-orange: #e79a36;
  --shop30-orange-dark: #c97f1f;
  --shop30-cyan: #24c7e8;
  --shop30-lilac: #df9be5;
  --text: #16304d;
  --muted: #6e7d8f;
  --line: #e5edf5;
  --bg: #ffffff;
  --bg-soft: #f7fbff;
  --success: #1d9c5c;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 6px 18px rgba(0, 64, 128, .08);
  --shadow-md: 0 18px 48px rgba(0, 64, 128, .12);
  --container: 1360px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.site-header svg, .searchbar button svg, .shortcut-icon svg, .icon-btn svg, .mobile-action svg, .mega-icon svg, .hero-arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.searchbar button svg { width: 22px; height: 22px; }
.container, .site-width { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }
.screen-reader-text { position:absolute; left:-999em; }
.skip-link { position:absolute; left:-999em; top:0; }
.skip-link:focus { left:10px; top:10px; background:#fff; padding:10px 14px; z-index:9999; }

.topbar, .eyebrow, .menu-link, .btn, .chip, .tag, .pill, .price-installments, .support-card strong, .benefit-card strong, .filter-title, .footer-title, .woocommerce .button, .woocommerce button.button, .woocommerce a.button {
  letter-spacing: .04em;
}
.topbar {
  background: linear-gradient(90deg, var(--shop30-blue), var(--shop30-cyan));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.topbar-track {
  display: flex; gap: 28px; white-space: nowrap; overflow: auto; padding: 10px 0;
  scrollbar-width: none;
}
.topbar-track::-webkit-scrollbar { display: none; }
.topbar-item { display: flex; align-items: center; gap: 8px; }
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: background .22s ease, box-shadow .22s ease;
}
.header-main {
  display: grid; grid-template-columns: 260px 1fr auto; gap: 18px; align-items: center; padding: 16px 0;
  transition: padding .22s ease, grid-template-columns .22s ease;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg, var(--shop30-cyan), var(--shop30-lilac));
  position: relative; box-shadow: var(--shadow-sm); flex-shrink:0;
}
.logo-mark::before, .logo-mark::after {
  content: ""; position: absolute; inset: 9px; border: 4px solid rgba(255,255,255,.85); border-radius: 30px 30px 30px 6px; transform: rotate(45deg);
}
.logo-mark::after { inset: 14px; border-color: rgba(0,87,168,.55); }
.custom-logo-link img { max-height: 44px; width: auto; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-title { font-size: 34px; font-weight: 900; color: var(--shop30-blue); }
.logo-title span { color: var(--shop30-orange); }
.logo-sub { font-size: 12px; color: var(--muted); font-weight: 700; text-transform: uppercase; }
.searchbar {
  display: grid; grid-template-columns: 200px 1fr 54px; border: 2px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff;
}
.searchbar:focus-within { border-color: var(--shop30-cyan); box-shadow: 0 0 0 5px rgba(36,199,232,.12); }
.searchbar select, .searchbar input { border: 0; background: transparent; min-width: 0; }
.searchbar select { padding: 0 18px; color: var(--muted); border-right: 1px solid var(--line); }
.searchbar input { padding: 16px 18px; }
.searchbar button {
  border: 0; background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); color: #fff; cursor: pointer; font-size: 20px;
}
.header-actions { display: flex; gap: 10px; }
.icon-btn, .header-actions a {
  min-width: 52px; min-height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #fff; color: var(--shop30-blue); font-weight: 800;
}
.icon-btn svg, .header-actions a svg { flex: 0 0 auto; }
.icon-btn.cart, .header-actions .cart-link { background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); color: #fff; border-color: transparent; }
.header-nav { border-top: 1px solid var(--line); }
.nav-row { display: flex; gap: 6px; align-items: center; overflow: auto; padding: 12px 0; }
.nav-row::-webkit-scrollbar { display: none; }
.menu-link, .main-navigation a {
  padding: 11px 16px; border-radius: 999px; color: var(--text); font-size: 13px; font-weight: 800; text-transform: uppercase; white-space: nowrap;
}
.menu-link.active, .menu-link:hover, .main-navigation a:hover { background: var(--shop30-blue-soft); color: var(--shop30-blue); }
.mega-icon { display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; }
.menu-link.sale { background: #fff4e7; color: var(--shop30-orange-dark); }
.main-navigation ul { display:flex; gap:6px; list-style:none; padding:0; margin:0; }
.main-navigation .sub-menu { display:none; }


.hero-slider { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #ffffff, #f7fbff 82%); }
.hero-slides { position: relative; min-height: 620px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,23,44,.82) 0%, rgba(6,23,44,.68) 35%, rgba(6,23,44,.18) 70%, rgba(6,23,44,.05) 100%); }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 20%, rgba(223,155,229,.26), transparent 25%), radial-gradient(circle at 78% 75%, rgba(36,199,232,.22), transparent 28%); }
.hero-slide:not([style*='background-image']) { background: radial-gradient(circle at top right, rgba(223,155,229,.20), transparent 30%), radial-gradient(circle at bottom left, rgba(36,199,232,.16), transparent 35%), linear-gradient(180deg, #ffffff, #f7fbff 82%); }
.hero-slide.is-active { opacity: 1; pointer-events: auto; position: relative; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; padding: 64px 0 72px; min-height: 620px; }
.hero-copy { color: #fff; }
.hero-copy .eyebrow { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.24); color: #fff; backdrop-filter: blur(6px); }
.hero-copy h1 { color: #fff; text-shadow: 0 12px 32px rgba(0,0,0,.22); }
.hero-copy p { color: rgba(255,255,255,.9); max-width: 650px; }
.hero-sidecard { justify-self: end; max-width: 430px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.hero-checks { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--text); }
.hero-checks li { position: relative; padding-left: 18px; color: var(--muted); line-height: 1.55; }
.hero-checks li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 999px; background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); }
.hero-arrow { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 52px; height: 52px; border: 0; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--shop30-blue); display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); cursor: pointer; }
.hero-arrow-prev { left: 18px; }
.hero-arrow-next { right: 18px; }
.hero-arrow-prev svg { transform: rotate(90deg); }
.hero-arrow-next svg { transform: rotate(-90deg); }
.hero-dots { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: inline-flex; gap: 10px; z-index: 3; }
.hero-dot { width: 12px; height: 12px; border-radius: 999px; border: 0; background: rgba(255,255,255,.45); cursor: pointer; }
.hero-dot.is-active { width: 34px; background: #fff; }

.page-hero {
  background:
    radial-gradient(circle at top right, rgba(223,155,229,.20), transparent 30%),
    radial-gradient(circle at bottom left, rgba(36,199,232,.16), transparent 35%),
    linear-gradient(180deg, #ffffff, #f7fbff 82%);
  border-bottom: 1px solid var(--line);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--shop30-blue);
}
.hero-copy h1 { font-size: clamp(36px, 5vw, 66px); line-height: .95; margin: 18px 0 12px; }
.hero-copy h1 em { color: var(--shop30-orange); font-style: normal; }
.hero-copy p { font-size: 18px; color: var(--muted); line-height: 1.7; max-width: 640px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.btn,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 15px 22px !important; border-radius: 999px !important; font-size: 14px !important; font-weight: 800 !important; text-transform: uppercase; border: 0 !important; cursor: pointer;
}
.btn-primary,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.single_add_to_cart_button,
.checkout-button,
.wp-block-button__link {
  background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)) !important; color: #fff !important; box-shadow: var(--shadow-sm);
}
.btn-secondary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #fff !important; color: var(--shop30-blue) !important; border: 1px solid var(--line) !important;
}
.hero-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-md);
}
.hero-card-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.mockup-product {
  border: 1px solid var(--line); border-radius: 24px; padding: 22px; background: linear-gradient(180deg, #fff, #f8fbff);
}
.mockup-product .product-shot {
  aspect-ratio: 1; border-radius: 22px; background: linear-gradient(135deg, rgba(36,199,232,.18), rgba(223,155,229,.18)); position: relative; overflow: hidden; margin-bottom: 16px;
}
.mockup-product .product-shot::before {
  content: ""; position: absolute; width: 46%; height: 58%; left: 27%; top: 18%; border-radius: 26px 26px 30px 30px; background: #fff; border: 8px solid #eaf4ff; box-shadow: 0 20px 40px rgba(0,0,0,.08);
}
.mockup-product .product-shot::after {
  content: ""; position: absolute; width: 18%; height: 16%; right: 26%; top: 28%; border: 7px solid #fff; border-left-color: transparent; border-radius: 999px;
}
.mockup-title { font-size: 20px; font-weight: 900; margin: 0 0 8px; }
.muted { color: var(--muted); }
.price-line { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.price-main, .woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 34px; font-weight: 900; color: var(--shop30-blue); }
.price-old, .woocommerce span.price del, .woocommerce div.product p.price del { color: var(--muted); text-decoration: line-through; font-weight: 700; opacity:1; }
.price-installments { font-size: 12px; font-weight: 800; text-transform: uppercase; color: var(--success); margin-top: 6px; }
.hero-stats { display: grid; gap: 14px; }
.stat-card, .benefit-card, .support-card, .mini-card, .filter-box, .product-card, .cart-box, .account-card, .institutional-card, .category-banner, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm);
}
.stat-card { padding: 18px; }
.stat-number { font-size: 34px; font-weight: 900; color: var(--shop30-blue); }
.stat-label { font-size: 14px; font-weight: 800; text-transform: uppercase; margin-top: 4px; }
.stat-card small { display: block; color: var(--muted); margin-top: 4px; }
.section { padding: 28px 0 10px; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.section-title { font-size: clamp(28px, 4vw, 42px); line-height: 1; margin: 0; }
.section-title span { color: var(--shop30-orange); }
.section-sub { color: var(--muted); max-width: 760px; line-height: 1.7; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { padding: 22px; }
.benefit-card strong, .support-card strong, .filter-title, .footer-title, .widget-title, .card-title, .category-card strong { font-size: 14px; font-weight: 900; text-transform: uppercase; }
.benefit-card p, .support-card p, .mini-card p, .footer-col a, .widget-list a, .woocommerce .woocommerce-product-details__short-description, .woocommerce-tabs { color: var(--muted); line-height: 1.65; }
.benefit-icon, .support-icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 14px; color: #fff; font-weight: 900;
  background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan));
}
.categories-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 16px; }
.category-card {
  min-height: 210px; padding: 22px; border-radius: 28px; position: relative; overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: end;
}
.category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.28)); }
.category-card > * { position: relative; z-index: 1; }
.category-featured { background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); }
.category-orange { background: linear-gradient(135deg, var(--shop30-orange), #f2ba68); }
.category-lilac { background: linear-gradient(135deg, var(--shop30-lilac), #f0bff0); }
.category-cyan { background: linear-gradient(135deg, #24c7e8, #66dff5); }
.category-card .chip { align-self: start; background: rgba(255,255,255,.18); }
.chip, .tag, .pill {
  display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase;
}
.chip { background: var(--shop30-blue-soft); color: var(--shop30-blue); }
.tag { background: #e9fff4; color: var(--success); }
.pill { background: #fff4e7; color: var(--shop30-orange-dark); }
.product-grid, .woocommerce ul.products {
  display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 !important; padding: 0 !important; list-style: none;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display:none !important; }
.woocommerce ul.products li.product, .product-card { overflow: hidden; width:auto !important; margin:0 !important; float:none !important; }
.product-media, .woocommerce ul.products li.product .woocommerce-loop-product__link > img:first-child {
  aspect-ratio: 1; background: linear-gradient(135deg, #f4fbff, #eef6ff); padding: 18px; position: relative; border-radius: 22px 22px 0 0;
}
.woocommerce ul.products li.product a img { margin:0 !important; width:100%; height:auto; object-fit:cover; }
.product-media .cup, .product-media .shirt, .product-media .printer, .product-media .tile {
  position: absolute; inset: 18px; border-radius: 26px; background: #fff; border: 8px solid #eaf4ff;
}
.product-media .cup { inset: 18% 28% 18% 28%; }
.product-media .cup::after { content: ""; position: absolute; width: 26%; height: 22%; right: -13%; top: 23%; border: 6px solid #fff; border-left-color: transparent; border-radius: 999px; }
.product-media .shirt { clip-path: polygon(25% 15%, 38% 7%, 62% 7%, 75% 15%, 88% 34%, 72% 40%, 72% 89%, 28% 89%, 28% 40%, 12% 34%); }
.product-media .printer { inset: 28% 16% 20% 16%; }
.product-media .printer::before { content: ""; position: absolute; left: 14%; right: 14%; top: -18%; height: 28%; background: #fff; border-radius: 16px 16px 0 0; }
.product-media .tile { inset: 22%; border-radius: 18px; }
.product-content, .woocommerce ul.products li.product .shop30-product-card { padding: 18px; }
.product-kicker, .shop30-product-card .product-kicker { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--muted); }
.product-name, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 8px 0 10px !important; font-size: 18px !important; font-weight: 800; line-height: 1.3; padding:0 !important; color:var(--text); }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.product-actions-row { display: flex; gap: 10px; margin-top: 16px; }
.btn-block { flex: 1; }
.support-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.support-card { padding: 24px; }
.support-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
.mini-card { padding: 16px; }
.newsletter {
  margin-top: 28px; border-radius: 30px; background: linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); color: #fff; padding: 30px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center;
}
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input {
  min-width: 280px; flex: 1; height: 54px; border-radius: 999px; border: 0; padding: 0 18px;
}
.newsletter-form button { height: 54px; }
.site-footer { margin-top: 42px; background: #f8fbff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 18px; padding: 34px 0; }
.footer-col { display: grid; gap: 10px; }
.footer-title { color: var(--shop30-blue); }
.footer-col a { font-size: 15px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 18px 0 28px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; color: var(--muted); }
.breadcrumbs, .woocommerce-breadcrumb { padding: 18px 0 6px; color: var(--muted); font-size: 14px; }
.catalog-layout, .product-layout, .cart-layout, .account-layout, .institutional-layout, .shop30-main-layout { display: grid; gap: 18px; align-items: start; margin-top: 14px; }
.catalog-layout, .shop30-main-layout.shop-archive-layout { grid-template-columns: 300px 1fr; }
.filter-stack, .widget-stack { display: grid; gap: 16px; }
.filter-box, .cart-box, .account-card, .institutional-card { padding: 20px; }
.filter-title, .widget-title, .card-title { margin: 0 0 14px; color: var(--shop30-blue); }
.check-list, .widget-list { display: grid; gap: 10px; }
.check-item { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.range-inputs { display: flex; gap: 10px; }
.range-inputs input, .field, textarea, select.field, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection--single {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; background: #fff;
}
.catalog-toolbar, .woocommerce .woocommerce-result-count + form.woocommerce-ordering {
  display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 16px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px;
}
.woocommerce .woocommerce-result-count { margin:0; }
.category-banner { padding: 22px; background: linear-gradient(135deg, #ffffff, #f5fbff); }
.category-banner h1, .product-summary h1, .institutional-card h1, .woocommerce-products-header__title, .entry-title { margin: 8px 0 10px; font-size: clamp(30px, 4vw, 48px); line-height: 1; }
.catalog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pagination, .woocommerce nav.woocommerce-pagination ul { display: flex; gap: 8px; justify-content: center; margin: 24px 0 8px; border:0 !important; }
.page-dot, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  min-width: 42px; height: 42px; border-radius: 999px !important; display: inline-grid; place-items: center; background: #fff; border: 1px solid var(--line) !important; font-weight: 800; overflow:hidden;
}
.page-dot.active, .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--shop30-blue); color: #fff; border-color: var(--shop30-blue) !important; }
.woocommerce nav.woocommerce-pagination ul li { border:0 !important; }
.product-layout, .single-product div.product { display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; }
.single-product div.product .images, .single-product div.product .summary { width:auto !important; float:none !important; margin:0 !important; }
.single-product div.product .images { background:#fff; border:1px solid var(--line); border-radius:24px; padding:20px; box-shadow:var(--shadow-sm); }
.single-product div.product .summary { display:grid; gap:16px; }
.gallery-grid { display: grid; grid-template-columns: 110px 1fr; gap: 16px; }
.gallery-thumbs { display: grid; gap: 12px; }
.thumb, .gallery-main { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.thumb { aspect-ratio: 1; }
.thumb.active { outline: 3px solid rgba(36,199,232,.18); border-color: var(--shop30-cyan); }
.gallery-main { padding: 24px; aspect-ratio: 1; background: linear-gradient(135deg, #f6fcff, #fdfdff); position: relative; }
.big-cup { position: absolute; inset: 14% 28%; background: #fff; border: 10px solid #eef6ff; border-radius: 40px 40px 48px 48px; box-shadow: 0 24px 48px rgba(0,0,0,.06); }
.big-cup::before { content: ""; position: absolute; inset: 22% 10%; background: linear-gradient(135deg, rgba(36,199,232,.22), rgba(223,155,229,.18)); border-radius: 26px; }
.big-cup::after { content: ""; position: absolute; width: 24%; height: 18%; right: -12%; top: 24%; border: 8px solid #fff; border-left-color: transparent; border-radius: 999px; }
.product-summary { display: grid; gap: 16px; }
.rating-line, .woocommerce .woocommerce-review-link { color: var(--shop30-orange-dark); font-weight: 800; }
.buy-box, .woocommerce div.product form.cart, .woocommerce-Tabs-panel, .woocommerce-Reviews, .shop_attributes, .woocommerce .related, .woocommerce .upsells {
  padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm);
}
.woocommerce div.product form.cart { display:grid; gap:14px; margin-bottom:0; }
.variant-grid { display: flex; gap: 10px; flex-wrap: wrap; }
.variant-btn, .woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart .reset_variations {
  min-width: 52px; padding: 12px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 800; cursor: pointer;
}
.variant-btn.active { background: var(--shop30-blue-soft); border-color: var(--shop30-cyan); color: var(--shop30-blue); }
.qty-row { display: flex; gap: 10px; align-items: center; }
.qty-box { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-box button { width: 42px; height: 42px; border: 0; background: #fff; cursor: pointer; }
.qty-box input, .woocommerce .quantity .qty { width: 64px; height: 42px; text-align: center; border: 0; }
.product-tabs { margin-top: 14px; }
.tab-nav, .woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 12px; padding:0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display:none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border:none !important; background:none !important; padding:0 !important; margin:0 !important; border-radius:999px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  min-width: 52px; padding: 12px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 800; display:block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { background: var(--shop30-blue-soft); color: var(--shop30-blue); border-color:var(--shop30-cyan); }
.tab-pane, .woocommerce-Tabs-panel { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.shop_table, .woocommerce table.shop_table { border-collapse:separate; border-spacing:0; border:1px solid var(--line) !important; border-radius:22px; overflow:hidden; background:#fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding:16px !important; border-top:1px solid var(--line) !important; }
.woocommerce table.shop_table thead th { border-top:0 !important; }
.woocommerce-cart-form, .cart-collaterals, .woocommerce-account .woocommerce, .woocommerce-checkout, .page .entry-content, .single .entry-content {
  background:#fff; border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow-sm); padding:24px;
}
.woocommerce-cart .cart-collaterals { margin-top:18px; }
.woocommerce .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { width:100% !important; float:none !important; }
.woocommerce-account .woocommerce { display:grid; grid-template-columns:260px 1fr; gap:18px; }
.woocommerce-MyAccount-navigation ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.woocommerce-MyAccount-navigation a {
  display:block; padding:12px 16px; border:1px solid var(--line); border-radius:999px; font-weight:800; text-transform:uppercase;
}
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { background:var(--shop30-blue-soft); color:var(--shop30-blue); }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border:1px solid var(--line) !important; border-radius:22px; }
.widget-area .widget, .sidebar .widget {
  background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:var(--shadow-sm); padding:20px; margin-bottom:18px;
}
.widget-title { font-size: 14px; font-weight: 900; text-transform: uppercase; color: var(--shop30-blue); }
.entry-content, .entry-summary, .term-description { color:var(--muted); line-height:1.8; }
.site-main { padding-bottom: 20px; }

@media (max-width: 1200px) {
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .header-main { grid-template-columns: 1fr; }
  .searchbar { grid-template-columns: 1fr 54px; }
  .searchbar select { display:none; }
  .hero-grid, .support-grid, .catalog-layout, .shop30-main-layout.shop-archive-layout, .product-layout, .single-product div.product, .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .hero-card-grid, .newsletter, .catalog-cards { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid, .categories-grid, .support-list, .footer-grid { grid-template-columns: 1fr; }
  .newsletter-form input { min-width: 100%; }
  .header-actions { flex-wrap:wrap; }
  .site-header { position:static; }
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation { width:auto !important; float:none !important; }
}
@media (max-width: 560px) {
  .product-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .hero-copy p { font-size: 16px; }
  .logo-title { font-size: 28px; }
}


/* ===== V2 Mega Menu / Header Refinements ===== */
.header-nav { position: relative; z-index: 20; }
.nav-shell { display:flex; align-items:center; gap:18px; min-height:72px; }
.main-navigation { flex:1; }
.main-navigation ul { list-style:none; margin:0; padding:0; }
.nav-row { display:flex; align-items:center; gap:6px; flex-wrap:wrap; }
.nav-row > li { list-style:none; }
.mega-trigger, .nav-cta {
  display:inline-flex; align-items:center; gap:12px; height:48px; border-radius:999px; padding:0 18px; border:1px solid var(--line); background:#fff; color:var(--shop30-blue); font-weight:900; text-transform:uppercase; box-shadow: var(--shadow-sm);
}
.mega-trigger { cursor:pointer; }
.mega-trigger:hover, .mega-trigger[aria-expanded="true"], .nav-cta:hover { border-color: var(--shop30-cyan); background: var(--shop30-blue-soft); }
.mega-icon { width:18px; height:12px; position:relative; display:inline-block; }
.mega-icon::before, .mega-icon::after, .mega-icon { border-top:2px solid currentColor; }
.mega-icon::before, .mega-icon::after { content:""; position:absolute; left:0; right:0; }
.mega-icon::before { top:4px; }
.mega-icon::after { top:8px; }
.mega-menu-panel {
  position:absolute; left:0; right:0; top:100%; background:#fff; border-top:1px solid var(--line); box-shadow:0 18px 48px rgba(0,64,128,.12); padding:22px 0 26px; z-index:30;
}
.mega-menu-panel.is-open { display:block; }
.mega-menu-grid { display:grid; grid-template-columns: repeat(6, minmax(0, 1fr)) 320px; gap:18px; align-items:start; }
.mega-col, .mega-cta { background:#fff; border:1px solid var(--line); border-radius:24px; padding:18px; box-shadow:var(--shadow-sm); min-height:100%; }
.mega-title { display:block; font-size:14px; font-weight:900; color:var(--shop30-blue); text-transform:uppercase; margin-bottom:12px; }
.mega-links, .mega-sub-links { list-style:none; padding:0; margin:0; }
.mega-links > li { margin-bottom:12px; }
.mega-links > li > a { font-weight:800; line-height:1.35; display:block; margin-bottom:6px; }
.mega-sub-links { display:grid; gap:6px; }
.mega-sub-links a { color:var(--muted); font-size:14px; }
.mega-sub-links a:hover, .mega-links > li > a:hover, .mega-title:hover { color:var(--shop30-orange-dark); }
.mega-cta h3 { margin:12px 0 10px; font-size:28px; line-height:1.05; }
.mega-cta p { color:var(--muted); line-height:1.7; margin-bottom:16px; }
.single-product .single-product-shell { display:grid; grid-template-columns: 1.05fr .95fr; gap:22px; align-items:start; }
.single-product .woocommerce-product-gallery,
.single-product .summary.entry-summary { width:auto !important; float:none !important; margin:0 !important; }
.single-product div.product .summary .price { font-size:32px; font-weight:900; color:var(--shop30-blue); }
.single-product .summary.entry-summary { background:#fff; border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow-sm); padding:24px; }
.single-product .product_title { font-size: clamp(32px, 4vw, 46px); line-height:1.02; margin-bottom:12px; }
.single-product .woocommerce-product-details__short-description { margin:14px 0 20px; }
.single-product .summary .product_meta { margin-top:18px; padding-top:16px; border-top:1px solid var(--line); display:grid; gap:8px; }
.single-product .summary form.cart .single_add_to_cart_button { width:100%; min-height:54px; }
.archive .category-banner, .post-type-archive-product .category-banner, .tax-product_cat .category-banner {
  background:linear-gradient(135deg, #f4fbff, #fff 58%, #fff5ea); border:1px solid var(--line); border-radius:30px; box-shadow:var(--shadow-sm); padding:26px; margin-bottom:18px;
}
.archive .woocommerce-result-count, .archive .woocommerce-ordering,
.post-type-archive-product .woocommerce-result-count, .post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-result-count, .tax-product_cat .woocommerce-ordering { margin-bottom:16px; }
.woocommerce .woocommerce-ordering select { border:1px solid var(--line); border-radius:999px; height:48px; padding:0 18px; background:#fff; }
.woocommerce ul.products li.product .button { width:100%; margin-top:12px !important; }
.hide-mobile { display:inline-flex; }

@media (max-width: 1280px) {
  .mega-menu-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .mega-cta { grid-column: 1 / -1; }
}
@media (max-width: 980px) {
  .nav-shell { flex-wrap:wrap; align-items:stretch; padding:14px 0; }
  .main-navigation { width:100%; order:3; }
  .nav-row { display:grid; grid-template-columns:1fr; }
  .nav-row .menu-link { width:100%; justify-content:flex-start; }
  .nav-cta { margin-left:auto; }
  .mega-menu-panel { position:static; box-shadow:none; border-top:0; padding:12px 0 0; }
  .mega-menu-grid { grid-template-columns:1fr; }
  .hide-mobile { display:none; }
  .single-product .single-product-shell { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mega-trigger, .nav-cta { width:calc(50% - 9px); justify-content:center; }
}
@media (max-width: 560px) {
  .mega-trigger, .nav-cta { width:100%; }
}


.mega-item { position: relative; }
.mobile-menu-toggle { display:none; }
.mobile-nav-panel { display:none; }
.mobile-navigation .nav-row, .mobile-menu-list, .mobile-menu-list ul { list-style:none; margin:0; padding:0; }
.mobile-menu-list { display:grid; gap:0; }
.mobile-menu-list > li { border-bottom:1px solid var(--line); }
.mobile-menu-list > li:last-child { border-bottom:none; }
.mobile-menu-list li a, .mobile-navigation a { display:block; padding:14px 0; color:var(--shop30-blue); font-weight:800; text-transform:uppercase; background:transparent; }
.mobile-menu-list .sub-menu { display:grid; gap:0; padding:0 0 8px 14px; }
.mobile-menu-list .sub-menu a { padding:10px 0; font-size:13px; font-weight:700; text-transform:none; color:var(--text); }
.mobile-categories-panel[hidden], .mobile-nav-panel[hidden] { display:none !important; }
.mobile-cat-list { display:grid; gap:10px; }
.mobile-cat-group { border:1px solid var(--line); border-radius:16px; background:#fff; padding:0 14px 12px; }
.mobile-cat-group summary { list-style:none; cursor:pointer; padding:14px 0; font-weight:800; text-transform:uppercase; }
.mobile-cat-group summary::-webkit-details-marker { display:none; }
.mobile-cat-group summary a { pointer-events:none; }
.mobile-sub-list { list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.mobile-sub-list a { display:block; padding:10px 12px; border-radius:12px; background:var(--bg-soft); }
.mobile-empty { color:var(--muted); margin:0; }
@media (min-width: 1025px) {
  .mega-item:hover .mega-menu-panel,
  .mega-item:focus-within .mega-menu-panel,
  .mega-menu-panel.is-open { display:block; }
  .mega-menu-panel[hidden] { display:none !important; }
}
@media (max-width: 1024px) {
  body.mobile-nav-open { overflow:hidden; }
  .site-header { position:sticky; top:0; }
  .header-main { grid-template-columns:auto 1fr auto; gap:12px; padding:12px 0; }
  .mobile-menu-toggle {
    display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--line); background:#fff; color:var(--shop30-blue); border-radius:999px; padding:0 22px; min-width:124px; height:48px; font-weight:900;
  }
  .mobile-menu-toggle strong { font-size:16px; line-height:1; text-transform:uppercase; letter-spacing:.04em; }
  .header-search-wrap { display:none; }
  .hide-mobile, .desktop-nav, .desktop-shortcuts { display:none !important; }
  .header-actions { gap:8px; }
  .header-actions .icon-btn { min-width:46px; height:46px; padding:0 14px; }
  .header-actions .icon-btn span { display:none; }
  .custom-logo-link img, .shop30-default-logo { max-height:44px; width:auto; }
  .mobile-nav-panel {
    display:block !important; position:fixed !important; inset:0 !important; z-index:2147483000 !important; pointer-events:none; opacity:0; visibility:hidden;
  }
  .mobile-nav-backdrop { position:fixed !important; inset:0 !important; border:0; background:rgba(6,23,44,.56); opacity:0; transition:opacity .22s ease; z-index:1 !important; }
  .mobile-nav-drawer {
    position:fixed !important; inset:0 auto 0 0 !important; width:100vw !important; max-width:100vw !important; min-height:100dvh !important; height:100dvh !important; background:#fff !important; box-shadow:none !important; padding:calc(env(safe-area-inset-top, 0px) + 16px) 20px calc(env(safe-area-inset-bottom, 0px) + 28px); overflow-y:auto !important; display:grid; align-content:start; gap:18px; transform:translate3d(-100%,0,0); transition:transform .24s ease; will-change:transform; z-index:2 !important;
  }
  .mobile-nav-panel.is-open { pointer-events:auto; opacity:1; visibility:visible; }
  .mobile-nav-panel.is-open .mobile-nav-backdrop { opacity:1; }
  .mobile-nav-panel.is-open .mobile-nav-drawer { transform:translate3d(0,0,0); }
  .mobile-nav-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding-bottom:12px; margin-bottom:4px; border-bottom:1px solid var(--line); background:#fff; position:sticky; top:0; z-index:4; }
  .mobile-nav-logo img { max-height:34px; width:auto; }
  .mobile-nav-close {
    width:42px; height:42px; border-radius:999px; border:1px solid var(--line); background:#fff; color:var(--shop30-blue); font-size:28px; line-height:1; cursor:pointer; position:relative; z-index:3;
  }
  .mobile-nav-search .searchbar { grid-template-columns:1fr 48px; border-radius:18px; }
  .mobile-nav-search .searchbar select { display:none; }
  .mobile-nav-actions { display:grid; grid-template-columns:1fr; gap:10px; padding-top:4px; }
  .mobile-action {
    display:flex; align-items:center; justify-content:flex-start; gap:10px; min-height:48px; padding:0 14px; border:1px solid var(--line); border-radius:16px; font-weight:800; background:#fff; color:var(--shop30-blue);
  }
  .mobile-action svg { width:18px; height:18px; flex:0 0 18px; }
  .mobile-action-primary { background:linear-gradient(135deg, var(--shop30-blue), var(--shop30-cyan)); color:#fff; border-color:transparent; }
  .mobile-action-primary svg { stroke:currentColor; }
  .mobile-section-trigger {
    width:100%; min-height:50px; border-radius:16px; border:1px solid var(--line); background:var(--shop30-blue-soft); color:var(--shop30-blue); font-weight:900; text-transform:uppercase;
  }
  .mobile-nav-links { display:grid; gap:0; }
  .mobile-nav-links .menu, .mobile-nav-links ul { list-style:none; margin:0; padding:0; }
  .mobile-nav-links li { display:block; border-bottom:1px solid var(--line); }
  .mobile-nav-links li:last-child { border-bottom:none; }
  .mobile-nav-links a { display:block; padding:14px 0; color:var(--shop30-blue); font-weight:800; text-transform:uppercase; }
  .mobile-nav-links .sub-menu { padding:0 0 10px 14px; }
  .mobile-nav-links .sub-menu a { padding:10px 0; color:var(--text); font-size:14px; font-weight:700; text-transform:none; }
  .mobile-navigation { display:block; }
  .mobile-navigation .menu, .mobile-navigation .mobile-menu-list { display:block; }
  .mobile-menu-list li { display:block; }
  .mobile-menu-list li.menu-item-has-children > a { padding-bottom:10px; }
  .mobile-menu-list .sub-menu { display:block; padding:0 0 12px 14px; }
  .mobile-menu-list .sub-menu li { border-bottom:0; }

  .benefits-grid, .categories-grid, .product-grid, .woocommerce ul.products, .support-grid, .support-list, .footer-grid, .catalog-layout, .shop30-main-layout.shop-archive-layout, .product-layout, .single-product div.product, .woocommerce-account .woocommerce, .newsletter, .hero-card-grid, .hero-grid {
    grid-template-columns:1fr !important;
  }
  .section { padding-top:22px; }
  .hero-slides, .hero-grid { min-height: 560px; }
  .hero-copy h1 { font-size:clamp(28px, 8vw, 42px); }
  .hero-copy p { font-size:15px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .shortcut-row { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .catalog-layout > aside, .shop30-main-layout.shop-archive-layout > aside { order:2; }
  .catalog-layout > div:last-child, .shop30-main-layout.shop-archive-layout > div:last-child { order:1; }
  .gallery-grid { grid-template-columns:1fr; }
  .gallery-thumbs { grid-template-columns:repeat(4,1fr); }
  .spec-grid { grid-template-columns:1fr; }
  .newsletter { padding:22px; }
}
@media (max-width: 680px) {
  .container, .site-width { width:min(calc(100% - 22px), var(--container)); }
  .topbar { font-size:11px; }
  .header-main { grid-template-columns:auto 1fr auto; }
  .logo-wrap { justify-content:center; }
  .header-actions .icon-btn { min-width:42px; height:42px; padding:0 12px; }
  .price-main, .woocommerce div.product p.price, .woocommerce div.product span.price { font-size:28px; }
  .section-title, .category-banner h1, .product-summary h1, .woocommerce-products-header__title, .entry-title { font-size:clamp(24px, 8vw, 34px) !important; }
  .mobile-shortcuts .shortcut-row, .shortcut-row { grid-template-columns:1fr; }
}

/* V5 - foco em sublimação */
.hero-sublimation-card { background: linear-gradient(180deg, #fff, #f8fbff); }
.categories-grid-sublimation .category-card strong { font-size: 28px; }
.shop30-loop-card .button.add_to_cart_button,
.shop30-loop-card .button.product_type_simple,
.shop30-loop-card .button.ajax_add_to_cart { flex: 1; }
.shop30-price-wrap .price { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: baseline; }
.shop30-price-wrap ins { text-decoration: none; }
.shop30-price-wrap bdi { font-weight: 900; }
.shop30-single-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: start; }
.shop30-single-gallery .woocommerce-product-gallery { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 18px; box-shadow: var(--shadow-sm); }
.shop30-summary-card { padding: 24px; }
.shop30-single-summary .price { font-size: 34px !important; color: var(--shop30-blue) !important; font-weight: 900 !important; }
.shop30-single-summary .quantity .qty { height: 48px; border-radius: 999px; border: 1px solid var(--line); }
.shop30-reassurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.shop30-single-tabs { margin-top: 18px; padding: 18px 22px; }
.shop30-single-tabs .woocommerce-tabs, .shop30-single-tabs .related.products { margin-top: 0; }
.shop30-single-product .woocommerce-product-details__short-description { margin: 16px 0; }
.shop30-single-product .product_title { font-size: clamp(30px, 4vw, 46px); line-height: 1.05; margin-bottom: 12px; }
.shop30-single-product .cart { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.shop30-single-product form.cart .button { min-height: 50px; }
.shop30-single-product .woocommerce-tabs ul.tabs { padding-left: 0; }
.shop30-single-product .woocommerce-tabs ul.tabs li { border-radius: 999px; }
.shop30-single-product .woocommerce-tabs ul.tabs li a { font-weight: 800; }
.woocommerce .shop30-loop-card .added_to_cart { display:none !important; }

@media (max-width: 1024px) {
  .shop30-single-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .shop30-reassurance-grid { grid-template-columns: 1fr; }
  .categories-grid-sublimation .category-card strong { font-size: 24px; }
}


.shortcut-shell { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); max-height: 140px; }
.shortcut-row { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; padding: 14px 0; }
.shortcut-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #f9fcff); box-shadow: var(--shadow-sm); }
.shortcut-card:hover { border-color: rgba(0,87,168,.22); transform: translateY(-1px); }
.shortcut-icon { width: 44px; height: 44px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; color: var(--shop30-blue); background: #edf6ff; border: 1px solid #d7e9ff; flex: 0 0 auto; }
.shortcut-card strong { font-size: 13px; line-height: 1.2; color: var(--text); }

@media (max-width: 1200px) {
  .shortcut-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding: 42px 0 80px; }
  .hero-sidecard { justify-self: stretch; max-width: none; }
  .hero-slides { min-height: 0; }
  .hero-slide { position: absolute; }
  .hero-slide.is-active { position: relative; }
  .hero-arrow { display: none; }
  .shortcut-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .hero-slide::before { background: linear-gradient(180deg, rgba(6,23,44,.78), rgba(6,23,44,.56)); }
  .hero-grid { padding: 28px 0 70px; }
  .hero-copy h1 { font-size: clamp(30px, 9vw, 42px); }
  .hero-copy p { font-size: 16px; }
  .hero-sidecard { padding: 18px; border-radius: 20px; }
  .hero-dots { bottom: 18px; }
  .shortcut-row { grid-template-columns: 1fr; }
}


.site-header,
.site-header .header-main,
.site-header .header-nav,
.site-header .desktop-shortcuts,
.site-header .custom-logo-link img,
.site-header .shop30-default-logo,
.site-header .main-navigation a,
.site-header .menu-link,
.site-header .mega-trigger,
.site-header .nav-cta,
.site-header .icon-btn,
.site-header .header-actions a,
.site-header .searchbar,
.site-header .searchbar input,
.site-header .searchbar select {
  transition: background-color .22s ease, box-shadow .22s ease, padding .22s ease, min-height .22s ease, min-width .22s ease, opacity .2s ease, transform .22s ease, max-height .22s ease, border-color .22s ease, font-size .22s ease;
}
.logo-wrap, .custom-logo-link { display:inline-flex; align-items:center; }
.custom-logo-link img, .shop30-default-logo { display:block; height:auto; width:auto; transition: max-height .22s ease; }
.site-header.is-condensed { background: rgba(255,255,255,.985); box-shadow: 0 10px 26px rgba(0,36,90,.08); }
.site-header.is-condensed .header-main { padding: 6px 0; grid-template-columns: 200px 1fr auto; }
.site-header.is-condensed .custom-logo-link img,
.site-header.is-condensed .shop30-default-logo { max-height: 34px; }
.site-header.is-condensed .searchbar { transform: scale(.94); transform-origin: center; }
.site-header.is-condensed .menu-link,
.site-header.is-condensed .main-navigation a,
.site-header.is-condensed .mega-trigger,
.site-header.is-condensed .nav-cta { padding-top: 8px; padding-bottom: 8px; font-size: 12px; }
.site-header.is-condensed .nav-shell { min-height: 56px; }
.site-header.is-condensed .icon-btn,
.site-header.is-condensed .header-actions a { min-height: 42px; min-width: 42px; padding-left: 13px; padding-right: 13px; }
.site-header.is-condensed .desktop-shortcuts {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-top-width: 0;
  border-bottom-width: 0;
}
.hero-slide::before { background: var(--shop30-slide-overlay, linear-gradient(90deg, rgba(6,23,44,.82) 0%, rgba(6,23,44,.68) 35%, rgba(6,23,44,.18) 70%, rgba(6,23,44,.05) 100%)); }
.hero-slide[style*="background-image"]::after { background: radial-gradient(circle at 88% 20%, rgba(223,155,229,.18), transparent 22%), radial-gradient(circle at 78% 75%, rgba(36,199,232,.14), transparent 24%); }
.hero-sublimation-card .chip { margin-bottom: 8px; }
@media (max-width: 1024px) {
  .site-header.is-condensed .header-main { grid-template-columns: auto 1fr auto; padding: 8px 0; }
  .site-header.is-condensed .custom-logo-link img,
  .site-header.is-condensed .shop30-default-logo { max-height: 34px; }
}

/* will-change: transform removed — conflicts with position:sticky causing scroll jitter */
.site-header .desktop-shortcuts { will-change: opacity, max-height; }


/* ===== V6.4 fixes: simple dropdown nav, product page redesign, footer cleanup ===== */
.nav-shell-simple { min-height: 64px; }
.main-navigation-dropdown { flex: 1; }
.nav-row-dropdown { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.nav-row-dropdown > li { position:relative; list-style:none; }
.nav-row-dropdown > li > a,
.nav-row-dropdown .menu-link { display:inline-flex; align-items:center; min-height:46px; padding:0 16px; border-radius:999px; font-weight:800; text-transform:uppercase; color:var(--shop30-blue); }
.nav-row-dropdown > li:hover > a,
.nav-row-dropdown > li.current-menu-item > a,
.nav-row-dropdown > li.current-menu-ancestor > a { background:var(--shop30-blue-soft); color:var(--shop30-blue); }
.nav-row-dropdown .sub-menu { display:none; position:absolute; top:100%; left:0; min-width:260px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:10px; box-shadow:0 16px 40px rgba(0,64,128,.12); z-index:60; }
.nav-row-dropdown li:hover > .sub-menu, .nav-row-dropdown li:focus-within > .sub-menu { display:block; }
.nav-row-dropdown .sub-menu li { position:relative; }
.nav-row-dropdown .sub-menu a { display:block; padding:11px 12px; border-radius:12px; font-weight:700; text-transform:none; color:var(--text); }
.nav-row-dropdown .sub-menu a:hover { background:#f3f9ff; color:var(--shop30-blue); }
.nav-row-dropdown .sub-menu .sub-menu { top:-10px; left:100%; margin-left:8px; }

/* remove old mega visuals */
.mega-item, .mega-trigger, .mega-menu-panel, .nav-cta { display:none !important; }

/* product page */
.single-product .single-product-shell { display:block; }
.shop30-single-product { display:block; }
.shop30-single-main { display:grid; grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr); gap:30px; align-items:start; margin-top:16px; }
.shop30-single-gallery .woocommerce-product-gallery { background:#fff; border:1px solid var(--line); border-radius:24px; padding:18px; box-shadow:var(--shadow-sm); }
.shop30-single-gallery .woocommerce-product-gallery__wrapper { border-radius:18px; overflow:hidden; }
.shop30-single-gallery .woocommerce-product-gallery__image { background:#fff; display:flex !important; align-items:center; justify-content:center; }
.shop30-single-gallery .woocommerce-product-gallery__image a { display:flex; align-items:center; justify-content:center; width:100%; min-height:520px; }
.shop30-single-gallery .woocommerce-product-gallery__image img { width:100%; height:auto; max-height:520px; object-fit:contain; box-shadow:none; }
.shop30-single-gallery .flex-control-thumbs { display:grid !important; grid-template-columns:88px 1fr; gap:12px; margin-top:14px !important; }
.shop30-single-gallery .flex-control-thumbs li { width:100% !important; float:none !important; margin:0 !important; }
.shop30-single-gallery .flex-control-thumbs img { width:100%; aspect-ratio:1; object-fit:contain; background:#fff; border:1px solid var(--line); border-radius:16px; padding:8px; opacity:1 !important; }
.shop30-single-summary { background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:var(--shadow-sm); }
.shop30-single-summary .product_title { font-size: clamp(30px, 3.6vw, 44px); line-height:1.02; margin:8px 0 14px; color:var(--shop30-blue); word-break:break-word; overflow-wrap:anywhere; }
.shop30-single-summary .price { font-size:42px !important; line-height:1; font-weight:900 !important; color:var(--shop30-blue) !important; margin-bottom:12px !important; }
.shop30-single-summary .woocommerce-product-details__short-description { font-size:15px; line-height:1.8; color:var(--muted); margin:0 0 18px; }
.shop30-single-summary form.cart { padding:0; border:0; box-shadow:none; background:transparent; }
.shop30-single-summary table.variations { margin-bottom:16px !important; }
.shop30-single-summary table.variations td, .shop30-single-summary table.variations th { padding:0 0 10px !important; }
.shop30-single-summary .quantity .qty { width:84px; height:48px; border-radius:999px; border:1px solid var(--line); }
.shop30-single-summary .single_add_to_cart_button { min-height:54px; padding:0 24px; border-radius:999px; font-weight:800; }
.shop30-single-summary .product_meta { margin-top:18px; padding-top:16px; border-top:1px solid var(--line); font-size:14px; display:grid; gap:8px; }
.shop30-single-lower { margin-top:28px; display:grid; gap:24px; clear:both; }
.shop30-single-lower > * { width:100% !important; float:none !important; }
.shop30-single-lower .woocommerce-tabs { margin:0 !important; }
.shop30-single-lower .woocommerce-tabs ul.tabs { margin:0 0 16px !important; padding:0 !important; display:flex; gap:10px; flex-wrap:wrap; }
.shop30-single-lower .woocommerce-tabs ul.tabs li { border:0 !important; background:none !important; margin:0 !important; padding:0 !important; }
.shop30-single-lower .woocommerce-tabs ul.tabs li a { display:block; padding:12px 18px; border:1px solid var(--line); border-radius:999px; background:#fff; font-weight:800; }
.shop30-single-lower .woocommerce-tabs ul.tabs li.active a { background:var(--shop30-blue-soft); border-color:#9fdcff; color:var(--shop30-blue); }
.shop30-single-lower .woocommerce-Tabs-panel,
.shop30-single-lower .related.products,
.shop30-single-lower .upsells.products { background:#fff; border:1px solid var(--line); border-radius:24px; padding:24px; box-shadow:var(--shadow-sm); }
.shop30-single-lower .related.products h2, .shop30-single-lower .upsells.products h2 { margin:0 0 18px; font-size:22px; color:var(--shop30-blue); }
.shop30-single-lower .shop_attributes { padding:0; border:0; box-shadow:none; background:transparent; }
.shop30-single-lower .woocommerce-Reviews { padding:0; border:0; box-shadow:none; background:transparent; }
.single-product div.product .woocommerce-tabs::after, .single-product div.product::after { content:""; display:block; clear:both; }

/* footer */
.footer-brand-col p { display:none; }
.footer-logo-wrap { display:inline-flex; align-items:center; }
.footer-logo-wrap img { max-height:72px; width:auto; }
.site-footer .logo-wrap .custom-logo-link, .site-footer .logo-wrap .custom-logo { display:inline-block; }
.site-footer .logo-title, .site-footer .logo-sub, .site-footer .logo-mark { display:none !important; }
.footer-bottom { justify-content:flex-start; }
.footer-bottom > div:last-child { display:none; }

@media (max-width: 1024px) {
  .shop30-single-main { grid-template-columns:1fr; }
  .shop30-single-gallery .woocommerce-product-gallery__image a { min-height:420px; }
  .nav-row-dropdown .sub-menu, .nav-row-dropdown .sub-menu .sub-menu { position:static; min-width:0; margin:8px 0 0; box-shadow:none; }
}
@media (max-width: 767px) {
  .shop30-single-summary { padding:18px; }
  .shop30-single-summary .product_title { font-size: clamp(24px, 9vw, 34px); }
  .shop30-single-summary .price { font-size:34px !important; }
  .shop30-single-gallery .woocommerce-product-gallery { padding:12px; }
  .shop30-single-gallery .woocommerce-product-gallery__image a { min-height:300px; }
  .shop30-single-gallery .flex-control-thumbs { grid-template-columns:repeat(4,1fr); }
  .footer-logo-wrap img { max-height:60px; }
}


/* ===== v6.4.1 urgent fixes ===== */
.desktop-shortcuts { display:block; }
.nav-shell-dropdown-only { min-height:64px; display:flex; align-items:center; }
.desktop-catalog-dropdown { position:relative; }
.catalog-trigger { display:inline-flex; align-items:center; gap:10px; min-height:48px; padding:0 18px; border-radius:999px; border:1px solid var(--line); background:#fff; color:var(--shop30-blue); font-weight:800; text-transform:uppercase; cursor:pointer; }
.catalog-trigger svg { width:18px; height:18px; }
.catalog-trigger:hover { border-color:var(--shop30-cyan); background:var(--shop30-blue-soft); }
.catalog-dropdown-panel { position:absolute; top:calc(100% + 10px); left:0; min-width:320px; background:#fff; border:1px solid var(--line); border-radius:20px; box-shadow:0 18px 46px rgba(0,64,128,.14); padding:14px; z-index:90; }
.catalog-dropdown-list, .catalog-dropdown-list ul { list-style:none; margin:0; padding:0; }
.catalog-dropdown-list > li { position:relative; }
.catalog-dropdown-list > li > a { display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-radius:14px; font-weight:800; color:var(--shop30-blue); text-transform:uppercase; }
.catalog-dropdown-list > li > a:hover { background:#f3f9ff; }
.catalog-dropdown-list .sub-menu { display:none; position:absolute; left:calc(100% + 8px); top:0; min-width:260px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:10px; box-shadow:0 16px 40px rgba(0,64,128,.12); }
.catalog-dropdown-list li:hover > .sub-menu, .catalog-dropdown-list li:focus-within > .sub-menu { display:block; }
.catalog-dropdown-list .sub-menu a { display:block; padding:10px 12px; border-radius:12px; color:var(--text); font-weight:700; text-transform:none; }
.catalog-dropdown-list .sub-menu a:hover { background:#f3f9ff; color:var(--shop30-blue); }
.main-navigation-dropdown-only { display:block; }
.nav-row-dropdown, .main-navigation-dropdown, .main-navigation-dropdown-only .nav-row, .main-navigation-dropdown-only .nav-row-dropdown { display:block !important; }
.searchbar-simple { grid-template-columns:minmax(0,1fr) 54px !important; }
.searchbar-simple select { display:none !important; }
.searchbar-simple input { grid-column:1; }
.searchbar-simple button { grid-column:2; }

.single-product .single-product-shell,
.shop30-single-product,
.single-product div.product.shop30-single-product { display:block !important; width:100% !important; }
.shop30-single-main { display:grid !important; grid-template-columns:minmax(0, 56%) minmax(320px, 1fr) !important; gap:34px !important; align-items:start !important; width:100% !important; }
.shop30-single-gallery, .shop30-single-summary { width:100% !important; float:none !important; margin:0 !important; }
.single-product div.product .woocommerce-product-gallery,
.shop30-single-gallery .woocommerce-product-gallery { width:100% !important; float:none !important; }
.single-product div.product .summary,
.shop30-single-summary.summary,
.shop30-single-summary .summary { width:100% !important; float:none !important; clear:none !important; }
.shop30-single-summary { position:relative; z-index:2; }
.shop30-single-summary .cart { display:flex !important; flex-wrap:wrap !important; align-items:center !important; gap:12px !important; }
.shop30-single-summary .quantity { margin:0 !important; }
.shop30-single-summary .quantity .qty { width:86px !important; min-height:52px !important; }
.shop30-single-summary .single_add_to_cart_button { width:auto !important; min-width:220px; }
.shop30-single-lower { display:block !important; clear:both !important; width:100% !important; margin-top:30px !important; }
.shop30-single-lower > * { display:block !important; width:100% !important; float:none !important; clear:both !important; }
.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .upsells.products,
.shop30-single-lower .woocommerce-tabs,
.shop30-single-lower .related.products,
.shop30-single-lower .upsells.products { width:100% !important; float:none !important; clear:both !important; margin-left:0 !important; margin-right:0 !important; }
.single-product div.product .woocommerce-tabs .panel { float:none !important; width:100% !important; }
.single-product div.product .related.products ul.products { margin-top:0 !important; }

.footer-grid-simple { grid-template-columns:180px 1fr 1fr !important; align-items:start; }
.footer-brand-col-small { display:flex; align-items:flex-start; }
.footer-logo-wrap img, .site-footer .footer-logo-wrap img { max-height:28px !important; width:auto !important; }
.footer-brand-col .btn { display:none !important; }
.footer-col-institutional .widget-list, .footer-col-support .widget-list { display:grid; gap:10px; }
.site-footer .footer-col:first-child { max-width:180px; }

@media (max-width: 1024px) {
  .catalog-dropdown-panel { min-width:280px; }
  .catalog-dropdown-list .sub-menu { position:static; left:auto; top:auto; min-width:0; margin:8px 0 0; box-shadow:none; }
  .shop30-single-main { grid-template-columns:1fr !important; }
  .footer-grid-simple { grid-template-columns:1fr 1fr !important; }
}
@media (max-width: 767px) {
  .desktop-nav { display:none !important; }
  .footer-grid-simple { grid-template-columns:1fr !important; }
  .footer-logo-wrap img, .site-footer .footer-logo-wrap img { max-height:24px !important; }
  .shop30-single-summary .single_add_to_cart_button { width:100% !important; min-width:0; }
}

@media (max-width: 1024px) {
  .site-header { -webkit-backdrop-filter:none; backdrop-filter:none; }
  .mobile-nav-panel { top:0 !important; left:0 !important; width:100vw !important; height:100dvh !important; min-height:100dvh !important; }
  .mobile-nav-backdrop { z-index:1 !important; }
  .mobile-nav-drawer { position:fixed !important; inset:0 auto 0 0 !important; width:100vw !important; max-width:100vw !important; min-height:100dvh !important; height:100dvh !important; z-index:2 !important; }
  .mobile-nav-search, .mobile-nav-links, .mobile-nav-actions { position:relative; z-index:3; }
}

@media (max-width:1024px){ .mobile-nav-search, .mobile-nav-links, .mobile-nav-actions { background:#fff; } }


.shop30-pix-price {
  display: grid;
  gap: 2px;
  margin-top: 10px;
  color: #d61f26;
  font-weight: 800;
  line-height: 1.2;
}
.shop30-pix-price strong {
  color: #d61f26;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 900;
}
.shop30-pix-price span,
.shop30-pix-price em {
  font-style: normal;
  font-size: 14px;
  color: #d61f26;
  font-weight: 800;
}
.shop30-loop-card .shop30-pix-price {
  margin-top: 8px;
}
.shop30-loop-card .shop30-pix-price strong {
  font-size: 16px;
}
.shop30-loop-card .shop30-pix-price span,
.shop30-loop-card .shop30-pix-price em {
  font-size: 12px;
  line-height: 1.25;
}
.single-product .summary .shop30-pix-price {
  margin-top: -2px;
  margin-bottom: 8px;
}
