/* GRAVON_BRAND_V008
 * Gravon product catalogue and detail system.
 * All visual tokens inherit from the administrator-controlled Crafto theme variables.
 */

.gravon-brand-v003{
  --product-primary:var(--crafto-primary,#66cc33);
  --product-accent:var(--crafto-accent,#4fae25);
  --product-secondary:var(--crafto-secondary,#0c0d29);
  --product-dark:var(--crafto-dark,#08091d);
  --product-light:var(--crafto-light,#f4f7f3);
  --product-surface:var(--crafto-surface,#fff);
  --product-muted:var(--crafto-muted,#66737d);
  --product-border:var(--crafto-border,#dfe5e8);
  --product-radius:var(--crafto-card-radius,18px);
  --product-button-radius:var(--crafto-button-radius,9px);
}

/* Product listing: stronger, cleaner visual hierarchy. */
.gravon-brand-v003 .crafto-pro-product-card-v008{
  position:relative;
  isolation:isolate;
  min-height:100%;
  border:1px solid var(--product-border)!important;
  border-radius:calc(var(--product-radius) + 2px)!important;
  background:var(--product-surface)!important;
  box-shadow:0 16px 44px color-mix(in srgb,var(--product-secondary) 7%,transparent)!important;
  overflow:hidden;
  transform:translateZ(0);
}
.gravon-brand-v003 .crafto-pro-product-card-v008:after{
  content:"";
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,var(--product-primary),color-mix(in srgb,var(--product-primary) 35%,transparent));
  transform:scaleX(.18);
  transform-origin:left center;
  transition:transform .34s ease;
  pointer-events:none;
}
.gravon-brand-v003 .crafto-pro-product-card-v008:hover{
  border-color:color-mix(in srgb,var(--product-primary) 72%,var(--product-border))!important;
  box-shadow:0 28px 70px color-mix(in srgb,var(--product-secondary) 14%,transparent)!important;
  transform:translateY(-7px)!important;
}
.gravon-brand-v003 .crafto-pro-product-card-v008:hover:after{transform:scaleX(1)}

.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media{
  height:300px;
  padding:24px;
  background:
    radial-gradient(circle at 75% 18%,color-mix(in srgb,var(--product-primary) 9%,transparent),transparent 28%),
    linear-gradient(145deg,var(--product-surface),color-mix(in srgb,var(--product-light) 75%,var(--product-surface)))!important;
  border-bottom:1px solid color-mix(in srgb,var(--product-border) 75%,transparent);
}
.gravon-brand-v003 .crafto-pro-product-media-grid{
  position:absolute;
  inset:0;
  opacity:.36;
  pointer-events:none;
  background-image:
    linear-gradient(color-mix(in srgb,var(--product-secondary) 5%,transparent) 1px,transparent 1px),
    linear-gradient(90deg,color-mix(in srgb,var(--product-secondary) 5%,transparent) 1px,transparent 1px);
  background-size:31px 31px;
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 82%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 82%);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media:before{
  right:-58px;
  bottom:-72px;
  width:195px;
  height:195px;
  background:color-mix(in srgb,var(--product-primary) 10%,var(--product-surface));
  border:1px solid color-mix(in srgb,var(--product-primary) 16%,transparent);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media img{
  width:92%;
  height:92%;
  object-fit:contain;
  filter:drop-shadow(0 23px 22px color-mix(in srgb,var(--product-secondary) 20%,transparent));
  transition:transform .42s cubic-bezier(.2,.7,.2,1),filter .42s ease;
}
.gravon-brand-v003 .crafto-pro-product-card-v008:hover .crafto-pro-product-media img{
  transform:scale(1.055) translateY(-3px);
  filter:drop-shadow(0 29px 28px color-mix(in srgb,var(--product-secondary) 26%,transparent));
}
.gravon-brand-v003 .crafto-pro-product-model-chip{
  position:absolute;
  z-index:2;
  right:16px;
  bottom:15px;
  min-width:70px;
  padding:8px 11px;
  border-radius:8px;
  border:1px solid color-mix(in srgb,var(--product-secondary) 10%,transparent);
  background:color-mix(in srgb,var(--product-surface) 92%,transparent);
  backdrop-filter:blur(8px);
  box-shadow:0 8px 20px color-mix(in srgb,var(--product-secondary) 8%,transparent);
  color:var(--product-secondary);
  font-size:10px;
  font-weight:900;
  letter-spacing:.07em;
  text-align:center;
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-badges b{
  background:color-mix(in srgb,var(--product-secondary) 94%,transparent)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 7px 18px color-mix(in srgb,var(--product-secondary) 16%,transparent);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-badges em{
  background:var(--product-primary)!important;
  color:var(--product-secondary)!important;
  box-shadow:0 7px 18px color-mix(in srgb,var(--product-primary) 25%,transparent);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-body{padding:24px 24px 22px}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-identifiers span{
  background:color-mix(in srgb,var(--product-primary) 9%,var(--product-surface));
  border:1px solid color-mix(in srgb,var(--product-primary) 18%,var(--product-border));
  color:var(--product-secondary);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-identifiers span:last-child{
  background:var(--product-light);
  border-color:var(--product-border);
  color:var(--product-muted);
}
.gravon-brand-v003 .crafto-pro-product-card-v008 h3{
  min-height:50px;
  margin:12px 0 8px;
  font-size:19px;
  font-weight:760;
  line-height:1.32;
  letter-spacing:-.02em;
}
.gravon-brand-v003 .crafto-pro-product-card-v008 h3 a{color:var(--product-secondary)!important}
.gravon-brand-v003 .crafto-pro-product-card-v008 h3 a:hover{color:var(--product-accent)!important}
.gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-body>p{
  min-height:59px;
  margin-bottom:15px;
  color:var(--product-muted);
  font-size:12px;
  line-height:1.65;
}
.gravon-brand-v003 .crafto-pro-product-quick-specs{
  margin:0 0 17px!important;
  padding:4px 13px!important;
  border:1px solid color-mix(in srgb,var(--product-border) 82%,transparent);
  border-radius:13px!important;
  background:linear-gradient(145deg,var(--product-light),color-mix(in srgb,var(--product-light) 48%,var(--product-surface)))!important;
}
.gravon-brand-v003 .crafto-pro-product-quick-specs>div{
  min-height:39px;
  padding:7px 0!important;
}
.gravon-brand-v003 .crafto-pro-product-quick-specs>div+div{border-top:1px solid var(--product-border)!important}
.gravon-brand-v003 .crafto-pro-product-quick-specs dt{
  max-width:55%;
  color:var(--product-muted)!important;
  font-size:9px!important;
  font-weight:650;
  line-height:1.25;
}
.gravon-brand-v003 .crafto-pro-product-quick-specs dd{
  color:var(--product-secondary)!important;
  font-size:10px!important;
  font-weight:900!important;
}
.gravon-brand-v003 .crafto-pro-product-actions{margin-top:auto}
.gravon-brand-v003 .crafto-pro-product-actions a{border-radius:var(--product-button-radius)!important}
.gravon-brand-v003 .crafto-pro-product-detail{
  background:linear-gradient(135deg,var(--product-dark),var(--product-secondary))!important;
  color:#fff!important;
  box-shadow:0 10px 23px color-mix(in srgb,var(--product-secondary) 15%,transparent);
}
.gravon-brand-v003 .crafto-pro-product-detail:hover{background:var(--product-primary)!important;color:var(--product-secondary)!important}
.gravon-brand-v003 .crafto-pro-product-quote{background:var(--product-surface);border-color:var(--product-border)!important;color:var(--product-secondary)!important}
.gravon-brand-v003 .crafto-pro-product-quote:hover{border-color:var(--product-primary)!important;background:color-mix(in srgb,var(--product-primary) 9%,var(--product-surface))}

/* List mode remains compact and useful. */
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008{grid-template-columns:minmax(270px,31%) minmax(0,1fr)}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008 .crafto-pro-product-media{height:100%;min-height:335px;border-bottom:0;border-right:1px solid var(--product-border)}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008 h3{min-height:0;font-size:22px}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008 .crafto-pro-product-body>p{min-height:0}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs{grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 15px!important}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs>div{display:block;padding:3px 10px!important;border-top:0!important;border-left:1px solid var(--product-border)}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs>div:first-child{border-left:0}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs dt{max-width:none;margin-bottom:4px}
.gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs dd{text-align:left!important}

/* Product detail: premium technical catalogue presentation. */
.gravon-brand-v003 .crafto-product-detail-v008{
  position:relative;
  padding:84px 0 90px;
  background:
    radial-gradient(circle at 90% 7%,color-mix(in srgb,var(--product-primary) 10%,transparent),transparent 22%),
    linear-gradient(180deg,var(--product-light),color-mix(in srgb,var(--product-light) 55%,var(--product-surface)));
}
.gravon-brand-v003 .crafto-product-detail-v008:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(color-mix(in srgb,var(--product-secondary) 3%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--product-secondary) 3%,transparent) 1px,transparent 1px);
  background-size:46px 46px;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 72%);
  mask-image:linear-gradient(to bottom,#000,transparent 72%);
}
.gravon-brand-v003 .crafto-product-detail-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:42px;
  align-items:start;
}
.gravon-brand-v003 .crafto-product-detail-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;min-width:0}
.gravon-brand-v003 .crafto-product-detail-thumbs{display:flex;flex-direction:column;gap:10px}
.gravon-brand-v003 .crafto-product-detail-thumbs button{
  width:84px;
  height:84px;
  padding:8px;
  border:1px solid var(--product-border);
  border-radius:13px;
  background:var(--product-surface);
  overflow:hidden;
  transition:.2s ease;
}
.gravon-brand-v003 .crafto-product-detail-thumbs button:hover,
.gravon-brand-v003 .crafto-product-detail-thumbs button.active{border-color:var(--product-primary);box-shadow:inset 0 -3px 0 var(--product-primary)}
.gravon-brand-v003 .crafto-product-detail-thumbs img{width:100%;height:100%;object-fit:contain}
.gravon-brand-v003 .crafto-product-detail-stage{
  position:relative;
  min-height:610px;
  display:grid;
  place-items:center;
  padding:48px;
  border:1px solid var(--product-border);
  border-radius:calc(var(--product-radius) + 8px);
  background:var(--product-surface);
  box-shadow:0 27px 72px color-mix(in srgb,var(--product-secondary) 11%,transparent);
  overflow:hidden;
}
.gravon-brand-v003 .crafto-product-detail-stage-grid{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.5;
  background:
    radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--product-primary) 12%,transparent),transparent 29%),
    linear-gradient(color-mix(in srgb,var(--product-secondary) 4%,transparent) 1px,transparent 1px),
    linear-gradient(90deg,color-mix(in srgb,var(--product-secondary) 4%,transparent) 1px,transparent 1px);
  background-size:auto,38px 38px,38px 38px;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 88%);
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.gravon-brand-v003 .crafto-product-detail-main-image{
  position:relative;
  z-index:1;
  width:100%;
  height:500px;
  object-fit:contain;
  filter:drop-shadow(0 35px 28px color-mix(in srgb,var(--product-secondary) 24%,transparent));
  cursor:zoom-in;
  transition:transform .36s ease;
}
.gravon-brand-v003 .crafto-product-detail-main-image:hover{transform:scale(1.025)}
.gravon-brand-v003 .crafto-product-detail-stage-actions{position:absolute;z-index:2;top:18px;right:18px;display:flex;gap:8px}
.gravon-brand-v003 .crafto-product-detail-stage-actions button,
.gravon-brand-v003 .crafto-product-gallery-nav{
  width:42px;
  height:42px;
  padding:0;
  border:1px solid var(--product-border);
  border-radius:11px;
  background:color-mix(in srgb,var(--product-surface) 92%,transparent);
  color:var(--product-secondary);
  display:grid;
  place-items:center;
  backdrop-filter:blur(8px);
}
.gravon-brand-v003 .crafto-product-detail-stage-actions button:hover,
.gravon-brand-v003 .crafto-product-gallery-nav:hover{border-color:var(--product-primary);background:var(--product-primary)}
.gravon-brand-v003 .crafto-product-detail-stage-model{
  position:absolute;
  z-index:2;
  left:20px;
  bottom:18px;
  padding:9px 12px;
  border-radius:9px;
  background:var(--product-secondary);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}
.gravon-brand-v003 .crafto-product-gallery-counter{
  position:absolute;
  z-index:2;
  right:20px;
  bottom:19px;
  padding:7px 10px;
  border-radius:9px;
  background:var(--product-light);
  color:var(--product-muted);
  font-size:10px;
  font-weight:800;
}
.gravon-brand-v003 .crafto-product-detail-summary{
  position:sticky;
  top:108px;
  padding:34px 34px 31px;
  border:1px solid var(--product-border);
  border-radius:calc(var(--product-radius) + 6px);
  background:var(--product-surface);
  box-shadow:0 24px 65px color-mix(in srgb,var(--product-secondary) 10%,transparent);
}
.gravon-brand-v003 .crafto-product-detail-summary:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  border-radius:inherit 0 0 inherit;
  background:var(--product-primary);
}
.gravon-brand-v003 .crafto-product-detail-summary-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.gravon-brand-v003 .crafto-product-detail-category,
.gravon-brand-v003 .crafto-product-detail-featured{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:29px;
  padding:5px 9px;
  border-radius:8px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.gravon-brand-v003 .crafto-product-detail-category{background:var(--product-secondary);color:#fff}
.gravon-brand-v003 .crafto-product-detail-featured{background:var(--product-primary);color:var(--product-secondary)}
.gravon-brand-v003 .crafto-product-detail-summary h1{
  margin:0 0 14px;
  color:var(--product-secondary);
  font-size:clamp(34px,3.15vw,53px);
  font-weight:760;
  line-height:1.04;
  letter-spacing:-.045em;
}
.gravon-brand-v003 .crafto-product-detail-excerpt{margin-bottom:21px;color:var(--product-muted);font-size:14px;line-height:1.75}
.gravon-brand-v003 .crafto-product-detail-quick-specs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin:0 0 21px;
}
.gravon-brand-v003 .crafto-product-detail-quick-specs>div{
  min-width:0;
  padding:13px 14px;
  border:1px solid var(--product-border);
  border-radius:12px;
  background:linear-gradient(145deg,var(--product-light),var(--product-surface));
}
.gravon-brand-v003 .crafto-product-detail-quick-specs small{display:block;margin-bottom:5px;color:var(--product-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.gravon-brand-v003 .crafto-product-detail-quick-specs strong{display:block;color:var(--product-secondary);font-size:13px;line-height:1.3;overflow-wrap:anywhere}
.gravon-brand-v003 .crafto-product-detail-categories{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 19px}
.gravon-brand-v003 .crafto-product-detail-categories span{padding:5px 8px;border-radius:7px;background:color-mix(in srgb,var(--product-primary) 9%,var(--product-surface));border:1px solid color-mix(in srgb,var(--product-primary) 20%,var(--product-border));color:var(--product-secondary);font-size:9px;font-weight:760}
.gravon-brand-v003 .crafto-product-detail-codes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin:0 0 22px;
  border:1px solid var(--product-border);
  border-radius:12px;
  overflow:hidden;
  background:var(--product-border);
}
.gravon-brand-v003 .crafto-product-detail-codes>div{min-width:0;padding:12px 14px;background:var(--product-surface)}
.gravon-brand-v003 .crafto-product-detail-codes small{display:block;margin-bottom:3px;color:var(--product-muted);font-size:8px;font-weight:800;text-transform:uppercase}
.gravon-brand-v003 .crafto-product-detail-codes strong{display:block;color:var(--product-secondary);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gravon-brand-v003 .crafto-product-detail-actions{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}
.gravon-brand-v003 .crafto-product-detail-actions .btn{min-height:48px;padding-left:21px;padding-right:21px}
.gravon-brand-v003 .crafto-product-detail-assurance{display:grid;gap:8px;padding-top:19px;border-top:1px solid var(--product-border)}
.gravon-brand-v003 .crafto-product-detail-assurance span{display:flex;align-items:flex-start;gap:8px;color:var(--product-muted);font-size:10px;line-height:1.45}
.gravon-brand-v003 .crafto-product-detail-assurance span:first-child{color:var(--product-secondary);font-size:11px}
.gravon-brand-v003 .crafto-product-detail-assurance i{margin-top:1px;color:var(--product-accent);font-size:14px}
.gravon-brand-v003 .crafto-product-detail-standard-strip{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin-top:28px;
  border:1px solid color-mix(in srgb,var(--product-primary) 28%,transparent);
  border-radius:calc(var(--product-radius) + 4px);
  overflow:hidden;
  background:linear-gradient(135deg,var(--product-dark),var(--product-secondary));
  box-shadow:0 22px 54px color-mix(in srgb,var(--product-secondary) 18%,transparent);
}
.gravon-brand-v003 .crafto-product-detail-standard-strip>div{display:flex;align-items:center;gap:13px;min-height:91px;padding:18px 24px;border-left:1px solid rgba(255,255,255,.09)}
.gravon-brand-v003 .crafto-product-detail-standard-strip>div:first-child{border-left:0}
.gravon-brand-v003 .crafto-product-detail-standard-strip i{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--product-primary);color:var(--product-secondary);font-size:19px}
.gravon-brand-v003 .crafto-product-detail-standard-strip span{display:flex;flex-direction:column;gap:3px}
.gravon-brand-v003 .crafto-product-detail-standard-strip strong{color:#fff;font-size:12px}
.gravon-brand-v003 .crafto-product-detail-standard-strip small{color:rgba(255,255,255,.63);font-size:9px}

.gravon-brand-v003 .crafto-product-detail-information-v008{padding:92px 0;background:var(--product-surface)}
.gravon-brand-v003 .crafto-product-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.65fr);gap:40px;align-items:end;margin-bottom:34px}
.gravon-brand-v003 .crafto-product-section-heading>div>span,
.gravon-brand-v003 .crafto-product-related-heading>div>span,
.gravon-brand-v003 .crafto-product-detail-eyebrow{
  display:block;
  margin-bottom:8px;
  color:var(--product-accent);
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.gravon-brand-v003 .crafto-product-section-heading h2,
.gravon-brand-v003 .crafto-product-related-heading h2,
.gravon-brand-v003 .crafto-product-detail-panel h2{
  margin:0;
  color:var(--product-secondary);
  font-weight:760;
  letter-spacing:-.035em;
}
.gravon-brand-v003 .crafto-product-section-heading h2{font-size:clamp(34px,3.6vw,55px)}
.gravon-brand-v003 .crafto-product-section-heading>p{margin:0;color:var(--product-muted);font-size:13px;line-height:1.75}
.gravon-brand-v003 .crafto-product-spec-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:32px}
.gravon-brand-v003 .crafto-product-spec-group{
  border:1px solid var(--product-border);
  border-radius:calc(var(--product-radius) + 1px);
  background:var(--product-surface);
  overflow:hidden;
  box-shadow:0 13px 36px color-mix(in srgb,var(--product-secondary) 6%,transparent);
}
.gravon-brand-v003 .crafto-product-spec-group>header{display:flex;align-items:center;gap:12px;min-height:62px;padding:13px 18px;background:linear-gradient(135deg,var(--product-dark),var(--product-secondary));border-bottom:3px solid var(--product-primary)}
.gravon-brand-v003 .crafto-product-spec-group>header span{width:30px;height:30px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--product-primary) 45%,transparent);border-radius:8px;color:var(--product-primary);font-size:9px;font-weight:900}
.gravon-brand-v003 .crafto-product-spec-group>header h3{margin:0;color:#fff;font-size:15px;font-weight:720}
.gravon-brand-v003 .crafto-product-detail-specs{padding:5px 18px 12px}
.gravon-brand-v003 .crafto-product-detail-specs>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,.7fr);gap:18px;align-items:center;min-height:48px;padding:9px 0;border-bottom:1px solid var(--product-border)}
.gravon-brand-v003 .crafto-product-detail-specs>div:last-child{border-bottom:0}
.gravon-brand-v003 .crafto-product-detail-specs span{color:var(--product-muted);font-size:11px;line-height:1.35}
.gravon-brand-v003 .crafto-product-detail-specs strong{color:var(--product-secondary);font-size:12px;font-weight:850;text-align:right;line-height:1.35}
.gravon-brand-v003 .crafto-product-description-row{margin-top:4px}
.gravon-brand-v003 .crafto-product-detail-panel,
.gravon-brand-v003 .crafto-product-quality-panel{
  padding:31px;
  border:1px solid var(--product-border);
  border-radius:calc(var(--product-radius) + 3px);
  background:var(--product-surface);
  box-shadow:0 16px 44px color-mix(in srgb,var(--product-secondary) 7%,transparent);
}
.gravon-brand-v003 .crafto-product-detail-panel h2{margin-bottom:18px;font-size:30px}
.gravon-brand-v003 .crafto-product-rich-content{color:var(--product-muted);font-size:13px;line-height:1.8}
.gravon-brand-v003 .crafto-product-rich-content h2,
.gravon-brand-v003 .crafto-product-rich-content h3{color:var(--product-secondary)}
.gravon-brand-v003 .crafto-product-rich-content h3{margin:23px 0 10px;font-size:18px}
.gravon-brand-v003 .crafto-product-rich-content ul{padding-left:0;list-style:none}
.gravon-brand-v003 .crafto-product-rich-content li{position:relative;margin:7px 0;padding-left:22px}
.gravon-brand-v003 .crafto-product-rich-content li:before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:3px;background:var(--product-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--product-primary) 13%,transparent)}
.gravon-brand-v003 .crafto-product-quality-panel{
  position:relative;
  overflow:hidden;
  border-color:color-mix(in srgb,var(--product-primary) 30%,transparent);
  background:
    radial-gradient(circle at 88% 7%,color-mix(in srgb,var(--product-primary) 17%,transparent),transparent 30%),
    linear-gradient(145deg,var(--product-dark),var(--product-secondary));
}
.gravon-brand-v003 .crafto-product-quality-panel:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:var(--product-primary)}
.gravon-brand-v003 .crafto-product-quality-panel>span{display:block;margin-bottom:10px;color:var(--product-primary);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gravon-brand-v003 .crafto-product-quality-panel h3{margin-bottom:22px;color:#fff;font-size:26px;line-height:1.22;letter-spacing:-.025em}
.gravon-brand-v003 .crafto-product-quality-panel ul{margin:0 0 26px;padding:0;list-style:none}
.gravon-brand-v003 .crafto-product-quality-panel li{display:flex;align-items:flex-start;gap:9px;margin:11px 0;color:rgba(255,255,255,.75);font-size:11px;line-height:1.45}
.gravon-brand-v003 .crafto-product-quality-panel li i{margin-top:2px;color:var(--product-primary)}
.gravon-brand-v003 .crafto-product-quality-panel>a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:850}
.gravon-brand-v003 .crafto-product-quality-panel>a:hover{color:var(--product-primary)}

.gravon-brand-v003 .crafto-product-related-v008{padding:86px 0;background:var(--product-light)}
.gravon-brand-v003 .crafto-product-related-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.gravon-brand-v003 .crafto-product-related-heading h2{font-size:43px}
.gravon-brand-v003 .crafto-product-related-heading>a{display:inline-flex;align-items:center;gap:8px;color:var(--product-secondary);font-size:11px;font-weight:850}
.gravon-brand-v003 .crafto-product-related-heading>a:hover{color:var(--product-accent)}
.gravon-brand-v003 .crafto-product-related-card{
  position:relative;
  height:100%;
  display:block;
  border:1px solid var(--product-border);
  border-radius:var(--product-radius);
  background:var(--product-surface);
  overflow:hidden;
  box-shadow:0 14px 38px color-mix(in srgb,var(--product-secondary) 6%,transparent);
  transition:.28s ease;
}
.gravon-brand-v003 .crafto-product-related-card:hover{transform:translateY(-6px);border-color:var(--product-primary);box-shadow:0 23px 55px color-mix(in srgb,var(--product-secondary) 12%,transparent)}
.gravon-brand-v003 .crafto-product-related-media{height:215px;padding:22px;display:grid;place-items:center;background:linear-gradient(145deg,var(--product-surface),var(--product-light));border-bottom:1px solid var(--product-border)}
.gravon-brand-v003 .crafto-product-related-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 18px color-mix(in srgb,var(--product-secondary) 17%,transparent));transition:.3s}
.gravon-brand-v003 .crafto-product-related-card:hover .crafto-product-related-media img{transform:scale(1.045)}
.gravon-brand-v003 .crafto-product-related-media>span{width:80px;height:80px;display:grid;place-items:center;border-radius:19px;background:var(--product-secondary);color:var(--product-primary);font-size:36px;font-weight:800}
.gravon-brand-v003 .crafto-product-related-copy{padding:18px 19px 21px}
.gravon-brand-v003 .crafto-product-related-copy small{display:block;margin-bottom:6px;color:var(--product-accent);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.gravon-brand-v003 .crafto-product-related-copy strong{display:block;min-height:44px;color:var(--product-secondary);font-size:15px;line-height:1.4}
.gravon-brand-v003 .crafto-product-related-copy em{display:inline-block;margin-top:8px;padding:4px 7px;border-radius:6px;background:var(--product-light);color:var(--product-muted);font-size:8px;font-weight:850;font-style:normal}
.gravon-brand-v003 .crafto-product-related-card>i{position:absolute;right:17px;bottom:20px;color:var(--product-muted)}
.gravon-brand-v003 .crafto-product-related-card:hover>i{color:var(--product-accent)}

.gravon-brand-v003 .crafto-product-final-cta{padding:0 0 92px;background:var(--product-light)}
.gravon-brand-v003 .crafto-product-final-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  padding:38px 42px;
  border:1px solid color-mix(in srgb,var(--product-primary) 30%,transparent);
  border-radius:calc(var(--product-radius) + 6px);
  background:linear-gradient(135deg,var(--product-dark),var(--product-secondary));
  box-shadow:0 25px 65px color-mix(in srgb,var(--product-secondary) 20%,transparent);
}
.gravon-brand-v003 .crafto-product-final-cta-inner span{display:block;margin-bottom:7px;color:var(--product-primary);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gravon-brand-v003 .crafto-product-final-cta-inner h2{margin:0 0 7px;color:#fff;font-size:34px;letter-spacing:-.035em}
.gravon-brand-v003 .crafto-product-final-cta-inner p{margin:0;color:rgba(255,255,255,.67);font-size:12px}
.gravon-brand-v003 .crafto-product-final-cta-inner .btn{flex:0 0 auto}

/* Lightbox */
.gravon-brand-v003 .crafto-product-lightbox[hidden]{display:none!important}
.gravon-brand-v003 .crafto-product-lightbox{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:28px}
.gravon-brand-v003 .crafto-product-lightbox-backdrop{position:absolute;inset:0;border:0;background:color-mix(in srgb,var(--product-dark) 88%,transparent);backdrop-filter:blur(8px)}
.gravon-brand-v003 .crafto-product-lightbox-dialog{position:relative;z-index:1;width:min(1100px,94vw);height:min(820px,88vh);display:grid;place-items:center;padding:38px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:var(--product-surface);box-shadow:0 35px 100px rgba(0,0,0,.35)}
.gravon-brand-v003 .crafto-product-lightbox-dialog>img{max-width:100%;max-height:100%;object-fit:contain}
.gravon-brand-v003 .crafto-product-lightbox-close,
.gravon-brand-v003 .crafto-product-lightbox-nav{position:absolute;z-index:2;width:46px;height:46px;border:0;border-radius:12px;display:grid;place-items:center;background:var(--product-secondary);color:#fff}
.gravon-brand-v003 .crafto-product-lightbox-close{right:16px;top:16px}
.gravon-brand-v003 .crafto-product-lightbox-nav[data-product-lightbox-prev]{left:16px;top:50%;transform:translateY(-50%)}
.gravon-brand-v003 .crafto-product-lightbox-nav[data-product-lightbox-next]{right:16px;top:50%;transform:translateY(-50%)}
.gravon-brand-v003 .crafto-product-lightbox-close:hover,
.gravon-brand-v003 .crafto-product-lightbox-nav:hover{background:var(--product-primary);color:var(--product-secondary)}

@media(max-width:1199.98px){
  .gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media{height:270px}
  .gravon-brand-v003 .crafto-product-detail-shell{grid-template-columns:minmax(0,1fr) minmax(355px,.88fr);gap:28px}
  .gravon-brand-v003 .crafto-product-detail-stage{min-height:530px;padding:35px}
  .gravon-brand-v003 .crafto-product-detail-main-image{height:430px}
  .gravon-brand-v003 .crafto-product-detail-summary{padding:28px 27px}
  .gravon-brand-v003 .crafto-product-detail-summary h1{font-size:39px}
}
@media(max-width:991.98px){
  .gravon-brand-v003 .crafto-product-detail-v008{padding:68px 0 72px}
  .gravon-brand-v003 .crafto-product-detail-shell{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-detail-summary{position:relative;top:auto}
  .gravon-brand-v003 .crafto-product-detail-stage{min-height:540px}
  .gravon-brand-v003 .crafto-product-detail-standard-strip{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-detail-standard-strip>div{min-height:75px;border-left:0;border-top:1px solid rgba(255,255,255,.09)}
  .gravon-brand-v003 .crafto-product-detail-standard-strip>div:first-child{border-top:0}
  .gravon-brand-v003 .crafto-product-section-heading{grid-template-columns:1fr;gap:14px}
  .gravon-brand-v003 .crafto-product-spec-groups{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-final-cta-inner{align-items:flex-start}
}
@media(max-width:767.98px){
  .gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media{height:260px;padding:18px}
  .gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-body{padding:21px}
  .gravon-brand-v003 .crafto-pro-product-card-v008 h3{min-height:0}
  .gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008{display:flex!important}
  .gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-card-v008 .crafto-pro-product-media{min-height:0;height:260px;border-right:0;border-bottom:1px solid var(--product-border)}
  .gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs{display:block}
  .gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs>div{display:flex;border-left:0!important;border-top:1px solid var(--product-border)!important}
  .gravon-brand-v003 .crafto-pro-product-grid[data-view="list"] .crafto-pro-product-quick-specs>div:first-child{border-top:0!important}
  .gravon-brand-v003 .crafto-product-detail-gallery{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-detail-thumbs{order:2;flex-direction:row;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
  .gravon-brand-v003 .crafto-product-detail-thumbs button{flex:0 0 72px;width:72px;height:72px}
  .gravon-brand-v003 .crafto-product-detail-stage{min-height:410px;padding:28px 18px}
  .gravon-brand-v003 .crafto-product-detail-main-image{height:330px}
  .gravon-brand-v003 .crafto-product-detail-summary{padding:26px 22px}
  .gravon-brand-v003 .crafto-product-detail-summary h1{font-size:34px}
  .gravon-brand-v003 .crafto-product-detail-quick-specs{grid-template-columns:1fr 1fr}
  .gravon-brand-v003 .crafto-product-detail-actions{display:grid;grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-detail-actions .btn{width:100%}
  .gravon-brand-v003 .crafto-product-detail-information-v008{padding:70px 0}
  .gravon-brand-v003 .crafto-product-section-heading h2{font-size:37px}
  .gravon-brand-v003 .crafto-product-detail-specs>div{grid-template-columns:1fr;gap:4px}
  .gravon-brand-v003 .crafto-product-detail-specs strong{text-align:left}
  .gravon-brand-v003 .crafto-product-detail-panel,.gravon-brand-v003 .crafto-product-quality-panel{padding:25px 22px}
  .gravon-brand-v003 .crafto-product-related-v008{padding:68px 0}
  .gravon-brand-v003 .crafto-product-related-heading{display:block}
  .gravon-brand-v003 .crafto-product-related-heading>a{margin-top:12px}
  .gravon-brand-v003 .crafto-product-final-cta{padding-bottom:70px}
  .gravon-brand-v003 .crafto-product-final-cta-inner{display:block;padding:31px 24px}
  .gravon-brand-v003 .crafto-product-final-cta-inner h2{font-size:29px}
  .gravon-brand-v003 .crafto-product-final-cta-inner .btn{width:100%;margin-top:22px}
  .gravon-brand-v003 .crafto-product-lightbox{padding:12px}
  .gravon-brand-v003 .crafto-product-lightbox-dialog{height:82vh;padding:23px}
}
@media(max-width:430px){
  .gravon-brand-v003 .crafto-pro-product-card-v008 .crafto-pro-product-media{height:240px}
  .gravon-brand-v003 .crafto-product-detail-v008{padding-top:55px}
  .gravon-brand-v003 .crafto-product-detail-stage{min-height:350px;border-radius:18px}
  .gravon-brand-v003 .crafto-product-detail-main-image{height:285px}
  .gravon-brand-v003 .crafto-product-detail-summary h1{font-size:31px}
  .gravon-brand-v003 .crafto-product-detail-quick-specs{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-detail-codes{grid-template-columns:1fr}
  .gravon-brand-v003 .crafto-product-section-heading h2{font-size:33px}
}
