/* GRAVON_BRAND_V013_TOPBAR_MENU_FULL_PRODUCT_IMAGE */
:root{
  --gravon-card-media-h:370px;
  --gravon-card-media-h-md:330px;
  --gravon-card-media-h-sm:292px;
}

/* Topbar is now controlled by Menu Builder: Frontend Topbar Left + Frontend Topbar Social. */
.crafto-topbar-v013{
  display:block!important;
  background:linear-gradient(90deg,var(--crafto-secondary,#0c0d29),#060713)!important;
  border-bottom:1px solid color-mix(in srgb,var(--crafto-primary,#66cc33) 55%,transparent)!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-left,
.crafto-header-v013-topbar-menu .crafto-topbar-menu-left{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  min-height:32px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-menu-item{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  color:#edf4f1!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
  line-height:1!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-menu-item:hover,
.crafto-header-v013-topbar-menu .crafto-topbar-social-link:hover{
  color:var(--crafto-primary,#66cc33)!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-menu-right{
  gap:0!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-social-link{
  position:relative!important;
  color:#edf4f1!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
}
.crafto-header-v013-topbar-menu .crafto-topbar-social-link:not(:last-child)::after{
  content:""!important;
  position:absolute!important;
  right:-9px!important;
  top:50%!important;
  width:1px!important;
  height:12px!important;
  background:rgba(255,255,255,.24)!important;
  transform:translateY(-50%)!important;
}

/* Product cards: remove the inner-box feeling and make the actual product fill the visual area cleanly. */
.gravon-brand-v003 .crafto-pro-product-card,
.gravon-brand-v003 .crafto-pro-product-card-v008{
  border-radius:26px!important;
  overflow:hidden!important;
}
.gravon-brand-v003 .crafto-pro-product-media{
  height:var(--gravon-card-media-h)!important;
  min-height:var(--gravon-card-media-h)!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 50% 56%, color-mix(in srgb,var(--crafto-primary,#66cc33) 18%, transparent), transparent 42%),
    linear-gradient(145deg,#f6fbf3,#edf5ee)!important;
}
.gravon-brand-v003 .crafto-pro-product-media-grid{display:none!important;opacity:0!important}
.gravon-brand-v003 .crafto-pro-product-media::after{
  left:8%!important;
  right:8%!important;
  bottom:18px!important;
  height:32px!important;
  opacity:.58!important;
  pointer-events:none!important;
}
.gravon-brand-v003 .crafto-pro-product-media img{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  transform:scale(1.035)!important;
  transform-origin:center center!important;
  mix-blend-mode:multiply!important;
  filter:drop-shadow(0 26px 22px rgba(8,9,29,.22))!important;
  transition:transform .25s ease, filter .25s ease!important;
}
.gravon-brand-v003 .crafto-pro-product-card:hover .crafto-pro-product-media img{
  transform:scale(1.075)!important;
}
.gravon-brand-v003 [data-product-card][data-title*="yıkama"] .crafto-pro-product-media img,
.gravon-brand-v003 [data-product-card][data-title*="yikama"] .crafto-pro-product-media img,
.gravon-brand-v003 [data-product-card][data-title*="pressure"] .crafto-pro-product-media img{
  transform:scale(1.055)!important;
}
.gravon-brand-v003 [data-product-card][data-title*="yıkama"] .crafto-pro-product-card:hover .crafto-pro-product-media img,
.gravon-brand-v003 [data-product-card][data-title*="yikama"] .crafto-pro-product-card:hover .crafto-pro-product-media img,
.gravon-brand-v003 [data-product-card][data-title*="pressure"] .crafto-pro-product-card:hover .crafto-pro-product-media img{
  transform:scale(1.09)!important;
}
.gravon-brand-v003 .crafto-pro-product-tags-row{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  margin:0 0 13px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
}
.gravon-brand-v003 .crafto-pro-product-code,
.gravon-brand-v003 .crafto-pro-product-category-tag,
.gravon-brand-v003 .crafto-pro-product-featured-tag,
.gravon-brand-v003 .crafto-pro-product-model-chip,
.gravon-brand-v003 .crafto-pro-product-badges{
  position:static!important;
  max-width:100%!important;
  white-space:normal!important;
  line-height:1.15!important;
}
.gravon-brand-v003 .crafto-pro-product-media .crafto-pro-product-code,
.gravon-brand-v003 .crafto-pro-product-media .crafto-pro-product-category-tag,
.gravon-brand-v003 .crafto-pro-product-media .crafto-pro-product-featured-tag,
.gravon-brand-v003 .crafto-pro-product-media .crafto-pro-product-model-chip,
.gravon-brand-v003 .crafto-pro-product-media .crafto-pro-product-badges{
  display:none!important;
}
.gravon-brand-v003 .crafto-pro-product-specs,
.gravon-brand-v003 .crafto-pro-product-quick-specs,
.gravon-brand-v003 .crafto-pro-product-specs.crafto-pro-product-quick-specs{
  display:none!important;
}
.gravon-brand-v003 .crafto-pro-product-quote,
.gravon-brand-v003 a[href*="/iletisim?product="],
.gravon-brand-v003 a[href*="/contact?product="]{
  display:none!important;
}
.gravon-brand-v003 .crafto-pro-product-body{
  display:flex!important;
  flex-direction:column!important;
}
.gravon-brand-v003 .crafto-pro-product-actions-single{margin-top:auto!important}

/* Detail and related images should not be over-cropped after physical image trimming. */
.gravon-brand-v003 .crafto-product-detail-stage{
  padding:12px!important;
  overflow:hidden!important;
}
.gravon-brand-v003 .crafto-product-detail-main-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:560px!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1.02)!important;
  mix-blend-mode:multiply!important;
}
.gravon-brand-v003 .crafto-product-related-media{
  padding:0!important;
  overflow:hidden!important;
}
.gravon-brand-v003 .crafto-product-related-media img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1.04)!important;
  mix-blend-mode:multiply!important;
}

@media(max-width:991px){
  .gravon-brand-v003 .crafto-pro-product-media{height:var(--gravon-card-media-h-md)!important;min-height:var(--gravon-card-media-h-md)!important}
}
@media(max-width:575px){
  .gravon-brand-v003 .crafto-pro-product-media{height:var(--gravon-card-media-h-sm)!important;min-height:var(--gravon-card-media-h-sm)!important}
  .crafto-header-v013-topbar-menu .crafto-topbar-left{justify-content:center!important;gap:12px!important}
  .crafto-header-v013-topbar-menu .crafto-topbar-menu-item{font-size:11px!important}
}
