.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.shop-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.shop-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.shop-card:hover img {
  transform: scale(1.08);
}

/* overlay gradient */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 12, 22, 0.88) 0%,
    rgba(8, 12, 22, 0.38) 55%,
    rgba(8, 12, 22, 0.06) 100%
  );
}

/* icon circle */
.icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: rgba(232, 201, 122, 0.15);
  border: 1px solid rgba(232, 201, 122, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 20px;
  height: 20px;
  stroke: #e8c97a;
  fill: none;
  stroke-width: 1.5;
}

/* bottom content */
.content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  color: #fff;
  font-family: sans-serif;
}

.content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.line {
  display: block;
  width: 32px;
  height: 2px;
  background: #e8c97a;
}
/* Shop Now button (top-right) */
.shop-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: rgba(8, 12, 22, 0.6);
  border: 1px solid rgba(232, 201, 122, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

/* hover effect */
.shop-card:hover .shop-btn {
  background: #e8c97a;
  color: #000;
}

/* about us */

.about-section {
  padding: 80px 5%;
  background: #f9f9f9;
}

.about-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 60px;
}

/* Image styling */
.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

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

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.05)
  );
}

/* Content card */
.about-content {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.about-content h2 {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #111;
}

.divider {
  width: 50px;
  height: 3px;
  background: #e8c97a;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
}

/* Button */
.about-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 22px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #e8c97a;
  color: #000;
}

.scp-menu .navbar .dropdown {
    position: relative;
}

.scw-navigation .scw-navigation-nav>.dropdown>.dropdown-menu{
  width: max-content;
    position: absolute;
    padding: 0 12px;
    opacity: 0;
    visibility: hidden;
    top: 90%;
    transition: .35s;
    display: block;
    left: 0;
    min-width: 200px;
    max-width: 90vw;
}

.scp-menu .navbar .navbar-nav>li>a{
  color: #333 !important;
}
.scp-menu{
	background-color: #A8D5E3 !important;
    border-top: 1px #fff solid !important;
  
}
.sct-top-bar {
    background-color: #FF78AC !important;
    border-bottom: 1px #FFF solid !important;
    color: #333 !important;
}
.sct-top-bar .container a{
  font-weight: 700 !important;
}

.scp-body{
    background-color: #F2F0EA;
}
.scw-storelogo.h1{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.scp-header .scw-storelogo img{
  max-height: 74px !important;
}


/* 🔥 Responsive */
@media (max-width: 992px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-content {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .about-section {
    padding: 50px 20px;
  }

  .about-content h2 {
    font-size: 26px;
  }
}

/* 🔥 Responsive */
@media (max-width: 1200px) {
  .shop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 480px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .container.scp-container.sce-w-d > .row > .col-sm-3 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .container.scp-container.sce-w-d > .row > .col-sm-3 .scw-shoppingcart.scws-style-1, .scw-tollfree{
      height: fit-content !important;
      line-height: normal !important;
      margin-top: 0px !important;
  }
}

.scp-menu .navbar .navbar-nav>li:hover>a, .scp-menu .navbar .navbar-nav>li>a:focus{
  background-color: transparent !important;
}