
.sa-edw-featured-image{display:block;max-width:100%;height:auto}
.sa-edw-subtitle{margin:0;line-height:1.25}
.sa-edw-summary{margin:0;line-height:1.5}
.sa-edw-spec-block,.sa-edw-gallery-block{width:100%}
.sa-edw-spec-heading,.sa-edw-gallery-heading{margin:0 0 10px 0;line-height:1.08}
.sa-edw-spec-list{margin:0;padding-left:18px;line-height:1.55}
.sa-edw-spec-list li{margin:0 0 8px 0}
.sa-edw-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-weight:700}

.sa-edw-product-title-text{margin:0}

.sa-edw-products-grid{display:grid;gap:18px}
.sa-edw-products-grid.columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.sa-edw-products-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.sa-edw-products-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.sa-edw-products-grid.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.sa-edw-products-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.sa-edw-products-grid.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.sa-edw-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;transition:.2s ease;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.sa-edw-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.10)}
.sa-edw-product-thumb{display:block;aspect-ratio:4/5;background:#f5f7fa}
.sa-edw-product-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.sa-edw-product-thumb-placeholder{min-height:250px;background:linear-gradient(135deg,#e5e7eb,#f8fafc)}
.sa-edw-product-body{padding:14px}
.sa-edw-product-title{margin:0 0 6px 0;line-height:1.2}
.sa-edw-product-title a,.sa-edw-product-link{text-decoration:none;color:#111827}
.sa-edw-product-subtitle{margin:0 0 10px 0;line-height:1.35}
.sa-edw-product-link{display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:2px}
.sa-edw-empty{padding:24px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff}

/* galleries */
.sa-edw-colors-gallery,
.sa-edw-bottom-gallery{gap:var(--sa-edw-gap,14px)}

.sa-edw-colors-gallery.layout-grid,
.sa-edw-bottom-gallery.layout-grid{
  display:grid;
  grid-template-columns:repeat(var(--sa-edw-columns,4),minmax(0,1fr));
}

.sa-edw-colors-gallery.layout-masonry,
.sa-edw-bottom-gallery.layout-masonry{
  column-count:var(--sa-edw-columns,4);
  column-gap:var(--sa-edw-gap,14px);
}
.sa-edw-colors-gallery.layout-masonry .sa-edw-colors-gallery-item,
.sa-edw-bottom-gallery.layout-masonry .sa-edw-bottom-gallery-item{
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  display:block;
  margin:0 0 var(--sa-edw-gap,14px) 0;
}

.sa-edw-colors-gallery.layout-justified,
.sa-edw-bottom-gallery.layout-justified{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:var(--sa-edw-gap,14px);
}
.sa-edw-colors-gallery.layout-justified .sa-edw-colors-gallery-item,
.sa-edw-bottom-gallery.layout-justified .sa-edw-bottom-gallery-item{
  height:var(--sa-edw-row-height,220px);
}

.sa-edw-colors-gallery-item,.sa-edw-bottom-gallery-item{position:relative;overflow:hidden}
.sa-edw-colors-gallery.layout-grid .sa-edw-colors-gallery-item{aspect-ratio:1/1}
.sa-edw-bottom-gallery.layout-grid .sa-edw-bottom-gallery-item{aspect-ratio:4/3}

.sa-edw-colors-gallery-item img,
.sa-edw-bottom-gallery-item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:16px;
}
.sa-edw-colors-gallery.layout-masonry .sa-edw-colors-gallery-item img,
.sa-edw-bottom-gallery.layout-masonry .sa-edw-bottom-gallery-item img{
  height:auto;
}

/* fallback */
.sa-edw-fallback-wrap{max-width:1200px;margin:0 auto;padding:32px 20px}
.sa-edw-fallback-article > *{margin-bottom:18px}
.sa-edw-fallback-title{margin:0 0 14px 0;line-height:1.05}
.sa-edw-fallback-content{line-height:1.7}

@media (max-width:1400px){
  .sa-edw-products-grid.columns-6{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:1100px){
  .sa-edw-products-grid.columns-6,.sa-edw-products-grid.columns-5,.sa-edw-products-grid.columns-4{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sa-edw-colors-gallery.layout-grid,
  .sa-edw-bottom-gallery.layout-grid{grid-template-columns:repeat(min(var(--sa-edw-columns,4),3),minmax(0,1fr))}
  .sa-edw-colors-gallery.layout-masonry,
  .sa-edw-bottom-gallery.layout-masonry{column-count:3}
}
@media (max-width:767px){
  .sa-edw-products-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .sa-edw-colors-gallery.layout-grid,
  .sa-edw-bottom-gallery.layout-grid,
  .sa-edw-colors-gallery.layout-justified,
  .sa-edw-bottom-gallery.layout-justified{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .sa-edw-colors-gallery.layout-masonry,
  .sa-edw-bottom-gallery.layout-masonry{column-count:2}
  .sa-edw-spec-list li{margin-bottom:6px}
}

.sa-edw-gallery-single-width{width:100%}
.sa-edw-gallery-align-center{margin-left:auto;margin-right:auto}
.sa-edw-gallery-align-right{margin-left:auto}
.sa-edw-bottom-horizontal.layout-grid{
  grid-auto-flow:column;
  grid-auto-columns:minmax(240px,1fr);
  grid-template-columns:none !important;
  overflow-x:auto;
  overflow-y:hidden;
  align-items:stretch;
}
.sa-edw-bottom-horizontal.layout-grid .sa-edw-bottom-gallery-item{aspect-ratio:16/10}
.sa-edw-bottom-horizontal.layout-justified{
  display:flex;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  gap:var(--sa-edw-gap,14px);
}
.sa-edw-bottom-horizontal.layout-justified .sa-edw-bottom-gallery-item{
  flex:0 0 min(42vw,420px);
  height:var(--sa-edw-row-height,220px);
}
.sa-edw-bottom-horizontal.layout-masonry{
  display:flex;
  gap:var(--sa-edw-gap,14px);
  overflow-x:auto;
  overflow-y:hidden;
  column-count:unset !important;
}
.sa-edw-bottom-horizontal.layout-masonry .sa-edw-bottom-gallery-item{
  flex:0 0 min(42vw,420px);
  margin:0;
}
.sa-edw-bottom-horizontal.layout-masonry .sa-edw-bottom-gallery-item img{height:100%}
.elementor-editor-active .sa-edw-bottom-horizontal.layout-grid,
.elementor-editor-active .sa-edw-bottom-horizontal.layout-justified,
.elementor-editor-active .sa-edw-bottom-horizontal.layout-masonry{overflow:visible}

/* v8 final polish */
.sa-edw-colors-gallery-item,
.sa-edw-bottom-gallery-item{
  background:#eef2f4;
  border-radius:18px;
}
.sa-edw-colors-gallery-item img,
.sa-edw-bottom-gallery-item img{
  background:#eef2f4;
  transition:transform .22s ease;
}
.sa-edw-colors-gallery-item:hover img,
.sa-edw-bottom-gallery-item:hover img{
  transform:scale(1.02);
}
.sa-edw-ratio-1-1 .sa-edw-colors-gallery-item,
.sa-edw-ratio-1-1 .sa-edw-bottom-gallery-item{aspect-ratio:1/1}
.sa-edw-ratio-4-3 .sa-edw-colors-gallery-item,
.sa-edw-ratio-4-3 .sa-edw-bottom-gallery-item{aspect-ratio:4/3}
.sa-edw-ratio-3-2 .sa-edw-colors-gallery-item,
.sa-edw-ratio-3-2 .sa-edw-bottom-gallery-item{aspect-ratio:3/2}
.sa-edw-ratio-16-10 .sa-edw-colors-gallery-item,
.sa-edw-ratio-16-10 .sa-edw-bottom-gallery-item{aspect-ratio:16/10}
.sa-edw-ratio-1-1.layout-masonry .sa-edw-colors-gallery-item,
.sa-edw-ratio-4-3.layout-masonry .sa-edw-colors-gallery-item,
.sa-edw-ratio-3-2.layout-masonry .sa-edw-colors-gallery-item,
.sa-edw-ratio-16-10.layout-masonry .sa-edw-colors-gallery-item,
.sa-edw-ratio-1-1.layout-masonry .sa-edw-bottom-gallery-item,
.sa-edw-ratio-4-3.layout-masonry .sa-edw-bottom-gallery-item,
.sa-edw-ratio-3-2.layout-masonry .sa-edw-bottom-gallery-item,
.sa-edw-ratio-16-10.layout-masonry .sa-edw-bottom-gallery-item{aspect-ratio:auto}

/* v9 featured image controls */
.sa-edw-featured-image-outer{
  display:flex;
  width:100%;
}
.sa-edw-featured-image-wrap{
  width:100%;
  max-width:100%;
}
.sa-edw-featured-image{
  width:100%;
  height:auto;
  display:block;
}
.sa-edw-featured-image-wrap[style*="height"] .sa-edw-featured-image{
  height:100%;
}

/* v10 showcase grid */
.sa-edw-products-pattern{
  display:grid;
  gap:18px;
}
.sa-edw-products-pattern-row{
  display:grid;
  grid-template-columns:repeat(var(--sa-edw-row-cols,3),minmax(0,1fr));
  gap:18px;
}
.sa-edw-products-grid.columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
.sa-edw-product-card{
  border:none;
  box-shadow:none;
  background:transparent;
}
.sa-edw-product-thumb{
  background:transparent;
  padding:0;
}
.sa-edw-product-card-image{
  width:100%;
  height:100%;
  display:block;
  object-position:center;
}
.sa-edw-product-body{
  padding:12px 6px 0;
}
.sa-edw-product-title{
  margin:0;
}
.sa-edw-product-subtitle{
  display:none;
}
@media (max-width:1400px){
  .sa-edw-products-grid.columns-8{grid-template-columns:repeat(6,minmax(0,1fr))}
}
@media (max-width:1100px){
  .sa-edw-products-pattern-row{grid-template-columns:repeat(min(var(--sa-edw-row-cols,3),4),minmax(0,1fr))}
  .sa-edw-products-grid.columns-8,
  .sa-edw-products-grid.columns-6,
  .sa-edw-products-grid.columns-5{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:767px){
  .sa-edw-products-pattern-row,
  .sa-edw-products-grid.columns-8,
  .sa-edw-products-grid.columns-6,
  .sa-edw-products-grid.columns-5,
  .sa-edw-products-grid.columns-4,
  .sa-edw-products-grid.columns-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}

/* v11 default showcase closer to reference */
.sa-edw-product-thumb{
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.sa-edw-product-card-image{
  max-width:100%;
  margin:0 auto;
}
.sa-edw-product-body{
  text-align:center;
}
.sa-edw-products-grid.columns-6{
  gap:22px 28px;
}
.sa-edw-products-pattern{
  gap:22px;
}
.sa-edw-products-pattern-row{
  gap:22px 28px;
}
.sa-edw-product-title{
  font-size:16px;
  font-weight:400;
  line-height:1.3;
}
.sa-edw-product-title a{
  color:#1f2937;
}
