/* Bags Home Variant (Multikart) */
.bags-section {
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}
.bags-btn-gold {
  display: inline-block;
  background-color: #c9a96e;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 30px;
  border-radius: 4px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.bags-btn-gold:hover {
  background-color: #333333;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Hero Slider */
.bags-hero-slider {
  position: relative;
  overflow: hidden;
}
.bags-slide-item {
  height: 650px;
  position: relative;
  background-color: #eaeaea;
}
.bags-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.bags-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.bags-slide-text {
  max-width: 500px;
}
.slide-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #c9a96e;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.slide-title {
  font-size: 54px;
  font-weight: 800;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.bags-slide-placeholder {
  width: 100%;
  height: 100%;
}
.bags-slide-placeholder-default {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f7f7f7 0%, #e1e1e1 100%);
}

/* Section Header */
.bags-section-header {
  margin-bottom: 45px;
}
.header-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #c9a96e;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.header-title {
  font-size: 32px;
  font-weight: 800;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gold-underline {
  width: 60px;
  height: 2px;
  background-color: #c9a96e;
  margin: 15px auto 0 auto;
}

/* Tabs */
.bags-tab-link {
  color: #777777 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border: none !important;
  background: none !important;
  padding: 10px 20px !important;
  transition: color 0.2s !important;
}
.bags-tab-link.active {
  color: #c9a96e !important;
  border-bottom: 2px solid #c9a96e !important;
}
.bags-tag-btn {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #c9a96e;
  color: #c9a96e;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
}
.bags-tag-btn:hover {
  background-color: #c9a96e;
  color: #ffffff;
}

/* Promo Banner Full */
.bags-promo-banner {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.banner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner-pre {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.banner-title {
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Season Sale Sidebars */
.column-title {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.column-underline {
  width: 40px;
  height: 2px;
  background-color: #c9a96e;
}
.v-product-card {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
}
.v-product-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.v-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v-product-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.v-product-name a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}
.v-product-name a:hover {
  color: #c9a96e;
}
.text-gold {
  color: #c9a96e;
}

/* Spotlight center */
.bags-spotlight-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
}
.spotlight-badge {
  background-color: #c9a96e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.spotlight-img-wrap img {
  max-height: 220px;
  object-fit: contain;
}
.spotlight-name a {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

/* Service Features */
.bags-services {
  padding: 50px 0;
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.bags-service-item {
  border-right: 1px solid #eeeeee;
}
.col-md-3:last-child .bags-service-item {
  border-right: none;
}
.service-icon {
  font-size: 32px;
  color: #c9a96e;
}
.service-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #222222;
}

/* Promo Banner Grid */
.bags-grid-img-box {
  height: 380px;
  overflow: hidden;
}
.bags-grid-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bags-grid-img-box:hover img {
  transform: scale(1.05);
}
.bags-grid-text-box {
  height: 380px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.grid-sub {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a96e;
}
.grid-title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222222;
}
.text-gold-accent {
  color: #c9a96e !important;
}
.grid-badge {
  display: inline-block;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
}
.badge-gold {
  background-color: #c9a96e;
  color: #ffffff;
}
.badge-dark {
  background-color: #222222;
  color: #ffffff;
}
.grid-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Blogs */
.bags-blog-card {
  transition: all 0.3s;
}
.bags-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}
.blog-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-title a:hover {
  color: #c9a96e !important;
}

/* Instagram Feed */
.instagram-feed-section .container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}
.instagram-card {
  position: relative;
}
.insta-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(201, 169, 110, 0.85);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.instagram-card:hover .insta-overlay {
  opacity: 1;
}

.promo-banners-grid .container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .bags-slide-item {
    height: 450px;
  }
  .slide-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .bags-service-item {
    border-right: none;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
  }
}
