
.dfgbsg-section {
  background: #050505;
  padding: 38px 0 46px;
}

.dfgbsg-head {
  margin-bottom: 28px;
}

.dfgbsg-title {
  position: relative;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dfgbsg-title span {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  z-index: 1;
}

.dfgbsg-title::before,
.dfgbsg-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 130px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.14) 18%, rgba(225,6,0,.95) 100%);
  transform: translateY(-50%);
}

.dfgbsg-title::before {
  left: 0;
}

.dfgbsg-title::after {
  right: 0;
  background: linear-gradient(270deg, transparent 0%, rgba(255,255,255,.14) 18%, rgba(225,6,0,.95) 100%);
}

.dfgbsg-title span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115%;
  height: 175%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(225,6,0,.18) 0%, rgba(225,6,0,.08) 30%, rgba(225,6,0,0) 72%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
}

.dfgbsg-subtitle {
  margin-top: 10px;
  color: #b8b8b8;
  font-size: 14px;
  text-align: center;
}

.dfgbsg-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.dfgbsg-card {
  background: #0d0d0d;
  border: 1px solid #232323;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dfgbsg-image-wrap {
  display: block;
  background: #111;
  aspect-ratio: 1 / 1;
}

.dfgbsg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dfgbsg-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.dfgbsg-product-title,
.dfgbsg-product-title a {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}

.dfgbsg-price {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.dfgbsg-btn,
.dfgbsg-viewall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e10600;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dfgbsg-btn {
  margin-top: auto;
  width: 100%;
}

.dfgbsg-footer {
  margin-top: 18px;
  text-align: center;
}

.dfgbsg-viewall {
  background: transparent;
  border: 1px solid #3a3a3a;
}

@media (max-width: 1199px) {
  .dfgbsg-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dfgbsg-title::before,
  .dfgbsg-title::after { width: calc(50% - 110px); }
}

@media (max-width: 767px) {
  .dfgbsg-title { font-size: 24px; letter-spacing: .1em; }
  .dfgbsg-title span { padding: 0 14px; }
  .dfgbsg-title::before,
  .dfgbsg-title::after { width: calc(50% - 85px); }
  .dfgbsg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .dfgbsg-body { padding: 12px; }
}
