@import url(https://db.onlinewebfonts.com/c/dd6f9ee33ee5e2870955332600d45175?family=URW+Imperial+W01+Extra+Wide);
.main {
    font-family: 'Cera Round Pro DEMO', sans-serif;
    margin-bottom: 1%;
}

.hero-slider-section {
    position: relative;
}

.home-slider .banner-item {
    position: relative;
}

.home-slider img {
    object-fit: cover;
}

/* TEXT CONTENT */

.banner-title {
    /*font-size: 48px;*/
   text-transform:uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.banner-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.banner-links{
    display: flex;
    gap: 25px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.banner-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 2px;

    color: #fff;
    text-decoration: none;
    font-size: 16px;

    padding-bottom: 2px;
    text-shadow: 
        4px 4px 6px rgba(0,0,0,0.8);
}

/* underline */
.banner-btn::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.4s ease;
}

/* Arrow after text */
.banner-btn::after{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    flex-shrink: 0;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    position: relative;
    top: 1px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M11.537 6.30958C11.5684 6.23335 11.6182 6.16606 11.6819 6.11371C11.7455 6.06137 11.8212 6.02558 11.9021 6.00955C11.9829 5.99351 12.0665 5.99772 12.1454 6.02181C12.2242 6.04589 12.2959 6.08909 12.354 6.14758L16.354 10.1476C16.4006 10.194 16.4375 10.2492 16.4627 10.3099C16.4879 10.3707 16.5009 10.4358 16.5009 10.5016C16.5009 10.5673 16.4879 10.6325 16.4627 10.6932C16.4375 10.754 16.4006 10.8091 16.354 10.8556L12.354 14.8556C12.2601 14.9495 12.1328 15.0022 12 15.0022C11.8672 15.0022 11.7399 14.9495 11.646 14.8556C11.5521 14.7617 11.4994 14.6344 11.4994 14.5016C11.4994 14.3688 11.5521 14.2415 11.646 14.1476L14.793 11.0016H4C3.86739 11.0016 3.74021 10.9489 3.64645 10.8551C3.55268 10.7614 3.5 10.6342 3.5 10.5016C3.5 10.369 3.55268 10.2418 3.64645 10.148C3.74021 10.0543 3.86739 10.0016 4 10.0016H14.793L11.646 6.85558C11.5757 6.78563 11.5279 6.69637 11.5085 6.59915C11.4891 6.50193 11.499 6.40114 11.537 6.30958Z' fill='white'/%3E%3C/svg%3E");

    transition: transform 0.3s ease;
}

/* hover */
.banner-btn:hover::before{
    width: 100%;
}

.banner-btn:hover::after{
    transform: translateX(4px);
}

/* CONTROLLER */
/* PARENT IMPORTANT */
.hero-slider-section {
    position: relative;
}

/* CONTROLLER */
.slider-controller {
    position: absolute;
    bottom: 30px;
    left: 80px;
    right: 80px;
    display: flex;
    align-items: center;
    z-index: 999;
}


.pause-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    cursor: pointer;
}

.progress-wrapper {
    display: flex;
    gap: 8px;
    width: 200px;
    margin: 0 auto;
}

.progress-segment {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.progress-segment span {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    background: #fff;
}

/* LEFT SIDE */
.mega-left li {
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #eee; */
    cursor: pointer;
    font-weight: 500;
}

.mega-left li:hover,
.mega-left li.active {
    background: #f5f5f5;

}

/* Main Category Hover */
.menu-lv-1__action:hover .text,
.menu-lv-1__action.active .text {
    font-weight: 700;
    color: #000 !important;
}

/* Child Category Hover */
.mega-parent:hover>a .text,
.mega-parent.active>a .text {
    font-weight: 700;
    color: #000 !important;
}

/* Sub Child Hover */
.site-nav-link:hover,
.site-nav-link.active {
    font-weight: 700;
    color: #000 !important;
}

.menu-lv-1__action .text,
.mega-parent a .text,
.site-nav-link {
    transition: all 0.3s ease;
}

.arrow {
    opacity: 0.6;
}

/* RIGHT SIDE */
.mega-child {
    display: none;
    padding: 20px 30px;
}

.mega-child.active {
    display: block;
}

.mega-child ul li {
    padding: 6px 0;
}

.mega-child a {
    color: #222;
    text-decoration: none;
}







/* ============================= */
/* LEFT BANNER CONTENT */
/* ============================= */
.custom-banner {
    position: relative;
    height: 100%;
    z-index: 2;
}

/* ============================= */
/* BANNER CONTENT TEXT & BUTTON */
/* ============================= */
.banner-content {
    position: absolute;
    left: 40px;
    bottom: 60px;
    z-index: 3;
}

.banner-content h3 {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
    color: #fdfdfd;
    margin-bottom: 25px;
}

/* Button */
.btn-banner {
    background: #000;
    color: #fff;
    padding: 14px 28px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.btn-banner:hover {
    background: #333;
}

/* ============================= */
/* RIGHT SLIDER BACKGROUND */
/* ============================= */
.bg-white {
    background-color: #fff;
}

/* ============================= */
/* SLIDER ARROWS */
/* ============================= */
.site-nav-link {
    display: flex;
    align-items: center;
    width: 100%;
}

.site-nav-link .text {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    /* 🔥 important */
}

.site-nav-link .arrow {
    margin-left: auto;
    /* 🔥 pushes arrow to right */
    font-size: 16px;
    opacity: 0.6;
}

.custom-arrows {
    position: absolute;
    right: 0;
    bottom: -50px;
    display: flex;
    gap: 10px;
}

.social-icons a {
    margin: 0 8px;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
}


.footer-top {
    position: relative;
    overflow: hidden;
}

/* Background image container */
.footer-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0.08;
    /* 🔥 is se fade control karo */
    z-index: 0;
    pointer-events: none;
}

/* Image styling */
.footer-bg-img img {
    max-width: 100%;
    height: auto;
}

/* Ensure content is above image */
.footer-top .container,
.footer-top .row {
    position: relative;
    z-index: 2;
}

/* slider css */

/* SLIDER */
.hero-slider {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

/* SLIDES */
.slide {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* DARK OVERLAY */
.slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* CONTENT */
.content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

.content h1 {
  font-size: 60px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.content h2 {
  margin-top: 20px;
  font-weight: 300;
  opacity: 0.8;
}

.btn {
  display: inline-block;
  margin-top: 0px;
  padding: 12px 25px;
  background: white;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

/* About Us */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.pr-section {
  position: relative;
  background: linear-gradient(to right, #1a1410, #221a14);
  padding: 120px 0;
  overflow: hidden;
}

/* Wrapper */
.pr-wrapper {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 2;
}

/* IMAGE */
.pr-image-box {
  position: relative;
}

.pr-image-box img {
  width: 520px;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
}

/* CIRCLE TEXT */
.pr-circle-text {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #c2a35a;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotate 10s linear infinite;
}

.pr-circle-text span {
  font-size: 12px;
  color: #c2a35a;
  text-align: center;
  transform: rotate(-20deg);
}

/* CONTENT */
.pr-content-box {
  margin-top: 50px;  
  background: #c2a35a;
  padding: 50px 60px;
  width: 840px;
}

.pr-content-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.pr-content-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.pr-content-box button {
  margin-top: 25px;
  padding: 12px 25px;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
}

/* BACKGROUND TEXT */
.pr-bg-text {
  position: absolute;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(194, 163, 90, 0.2);
  font-weight: bold;
  letter-spacing: 5px;
  z-index: 1;
}

.pr-bg-text.top {
  top: 10px;
  right: 100px;
}

.pr-bg-text.bottom {
  bottom: 0px;
  left: 100px;
}


 body {
      font-family: Arial, sans-serif;
    }

    /* SECTION */
    .product-section {
      position: relative;
      height: 620px;
      
      overflow: hidden;
    }

    /* DARK OVERLAY */
    .product-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.25);
    }

    /* SLIDER */
    
    .product-grid {
    position: absolute;
    bottom: 50px;
    left: 400px;
    right: 30px;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    z-index: 2;
}
.product-card {
    flex: 0 0 calc((100% - 30px) / 4);
}
.product-grid-feature{
     position: absolute;
    bottom: 50px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    z-index: 2;
    
}

 .product-grid-feature::-webkit-scrollbar {
      display: none;
    }
    .product-grid::-webkit-scrollbar {
      display: none;
    }

    /* CARD */
    .product-card {
      min-width: 280px;
      background: #fff;
      transition: 0.3s;
    }

    .product-card:hover {
      transform: translateY(-6px);
    }

    /* BADGE */
    .badge {
      position: absolute;
      margin: 10px;
      background: #e74c3c;
      color: #fff;
      font-size: 12px;
      padding: 4px 8px;
      border-radius: 4px;
      z-index: 2;
    }

    /* IMAGE */
    .product-image {
      position: relative;
    }

    .product-image img {
      width: 100%;
      height: 450px;
      object-fit: cover;
    }

    /* HOVER IMAGE */
    .hover-img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: 0.3s;
    }

    .product-card:hover .hover-img {
      opacity: 1;
    }

    /* INFO */
    .product-info {
      padding: 15px;
    }

    .brand {
      font-size: 12px;
      color: #777;
    }

    .product-info h3 {
      font-size: 15px;
      margin: 5px 0 10px;
    }

    /* COLORS */
    .colors {
      display: flex;
      gap: 6px;
      margin-bottom: 8px;
    }

    .color {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #ccc;
    }

    .black {
      background: black;
    }

    .brown {
      background: #6b4f2a;
    }

    .pink {
      background: pink;
    }

    /* PRICE */
    .price {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .new {
      color: #e74c3c;
      font-weight: bold;
    }

    .old {
      text-decoration: line-through;
      color: #aaa;
      font-size: 13px;
    }

    /* BUTTONS */
    .slider-btn {
      position: absolute;
      bottom: 8px;
      border: none;
      padding: 10px 18px;
      cursor: pointer;
      border-radius: 6px;
      z-index: 3;
    background: transparent;
    }

    .slider-btn.left {
      right: 60px;
    }

    .slider-btn.right {
      right: 12px;
    }


    .hero-content {
   position: absolute;
  bottom: 60px;  /* 👈 neeche se distance */
  left: 60px;
  z-index: 3;
  color: white;
}

.hero-content h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.shop-btn {
  background: #1a2a41;
  color: #fff;
  border: 1px solid #1a2a41;
  border-radius: 5px;

  padding: 12px 28px;
  cursor: pointer;

  transition: all 0.3s ease;
}


.shop-btn:hover {
  background: #fff;
  color: #1a2a41;

  border: 1px solid #1a2a41;

  transform: translateY(-2px) scale(1.02);

  box-shadow:
    0 4px 10px rgba(0,0,0,0.08),
    0 8px 22px rgba(26, 42, 65, 0.15);
}

.slider-dots {
  position: absolute;
  bottom: 33px;
  left: 400px;
  display: flex;
  gap: 6px;
  z-index: 5;
}

/* each segment */
.dot {
  width: 20px;
  height: 3px;
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
  transition: 0.3s;
}

/* active segment */
.dot.active {
  background: #000000;  /* blue like your screenshot */
  width: 24px;
}

/* Section */
.footwear-sec {
  padding: 0px 25px;
  background: #fff;
}

/* Title */
.footwear-sec__title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Grid */
.footwear-sec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.footwear-sec__card {
  background:#f6f6f6;
  padding: 20px;
  text-align: left;
  transition: 0.3s ease;
}

/* Image */
.footwear-sec__card img {
  width: 100%;
  height: auto;
}

/* Label */
.footwear-sec__label {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Cera Round Pro DEMO', sans-serif;
  color: #333;
}

/* Hover effect (optional but modern) */
.footwear-sec__card:hover {
  transform: translateY(-5px);
}


/* ANIMATION */
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* =====feauterd SECTION ===== */
.featured-products-section {
  background: #f6f6f6;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
}

/* ===== SLIDER WRAPPER ===== */
.featured-slider {
  position: relative;
  overflow: hidden;
}

/* ===== TRACK ===== */
.featured-products-track {
  display: flex;
  gap: 4px;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); /* smoother easing */
  will-change: transform; /* performance boost */
}

/* ===== CARD ===== */
.featured-product-card {
  min-width: 405px;
  max-width: 405px;
  flex: 0 0 300px;   /* IMPORTANT */
  
}

/* ===== IMAGE ===== */
.featured-product-card img {
    width:100%;
    height: 676px;      
  
}

/* ===== PRODUCT COLORS (TOP DOTS) ===== */
.product-colors {
  margin: 10px 0 5px;
}

.product-colors span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /*margin-right: 6px;*/
  border: 1px solid #ccc;
}

/* ===== TITLE ===== */
.featured-product-card h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin: 0px 0;
}

/* ===== CODE ===== */
.featured-product-card .code {
  color:#333333;
  font-weight: 0;
  font-size: 14px;
}

/* ===== CONTROLS AREA ===== */
.featured-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* ===== BOTTOM DOTS ===== */
.featured-dots {
  display: flex;
  align-items: center;
}

.featured-dots .dot {
  height: 4px;
  width: 18px;
  background: #cfcfcf;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-dots .dot.active {
  background: #000;
  width: 26px;
}

/* ===== ARROWS ===== */
.featured-arrows {
  display: flex;
  gap: 10px;
}

.featured-arrows button {
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  color: #333;
  transition: 0.2s;
}

.featured-arrows button:hover {
  color: #000;
}

/* ===== HOVER EFFECT ===== */
.featured-product-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ===== SCROLLBAR HIDE (OPTIONAL) ===== */
.featured-products-track::-webkit-scrollbar {
  display: none;
}

/*spring section*/
.spring-sec {
  padding: 25px;
  background: #f8f8f8;
}

.spring-title {
  font-size: 32px;
  margin-bottom: 25px;
}

.spring-slider {
  overflow: hidden;
}

.spring-track {
  display: flex;
  gap: 4px;
  animation: scroll 40s linear infinite;
}

/* Pause on hover */
.spring-slider:hover .spring-track {
  animation-play-state: paused;
}

.spring-card {
  min-width: 366px;
  height: 652px; /* FIXED HEIGHT (important) */
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.spring-card img {
  width: 100%;
  height: 652px;
  object-fit: cover; /* keeps image perfect */
  transition: 0.4s;
}

.spring-card:hover img {
  transform: scale(1.05);
}

/* Overlay text fix */
.spring-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 180px; /* overlay ki height barha di */
  
  display: flex;
  align-items: flex-end;

  padding: 12px;
  background: linear-gradient(
  to top,
  rgba(147, 147, 147, 0.95) 0%,
  rgba(147, 147, 147, 0.6) 50%,
  rgba(147, 147, 147, 0) 100%
);

  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}

/*promo sevtion*/
.promo-sec {
  padding: 0;
  /*margin: 40px 0;*/
}

.promo-banner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.promo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center content */
.promo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.promo-content h2 {
  color: #000;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

/* Button */
.promo-btn {
  margin-top: 100px;    
  display: inline-block;
  padding: 12px 22px;
  background: #000;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 5px;
  border: 1px solid transparent; /* Add this */
}

.promo-btn:hover {
  background: #fff;
  color: #000;
  border-color: #000; /* Change only color */
}
/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Papular Section */

.pcat-section {
  padding: 0px 0;
  background: #ffffff00;
}

.pcat-container {
   width: 100%;
  max-width: 100%;
  padding: 0 20px;
}

.pcat-heading {
  
  font-size: 32px;
  margin-bottom: 30px;

}

.pcat-slider {
  width: 100%;
}

.pcat-item {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.pcat-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s ease;
}

.pcat-item:hover img {
  transform: scale(1.08);
}

.pcat-item-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  text-align: center;
}

.pcat-item-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 992px) {

    /* HEADER */
    .halo-block-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .halo-block-header .text {
        font-size: 22px;
    }

    /* SECTION */
    .product-section {
        height: 520px;
    }

    .hero-content {
        left: 30px;
        bottom: 15px;
    }

    .product-grid {
        left: 30px;
        right: 20px;
        bottom: 100px;
    }

    .product-card {
        min-width: 220px;
    }

    .product-image img {
        height: 260px;
    }
}

@media (max-width: 576px) {

    /* HEADER */
    .halo-block-header {
        display: block;
    }

    .halo-block-header .text {
        font-size: 18px;
        line-height: 1.3;
    }

    /* SECTION */
    .product-section {
        height: 400px;
    }

    .hero-content {
        left: 15px;
        bottom: 18px;
    }

    .hero-content h3 {
        font-size: 16px;
    }

    .shop-btn {
        padding: 8px 12px;
        /* font-size: 12px; */
    }

    .product-grid {
        left: 15px;
        right: 15px;
        bottom: 90px;
        gap: 10px;
    }

    .product-card {
        min-width: 160px;
    }

    .product-image img {
        height: 180px;
    }

    .slider-btn {
        bottom: 10px;
    }

    .slider-btn.left {
        right: 60px;
    }

    .slider-btn.right {
        right: 15px;
    }
}
  /* HOME CATEGORY SECTION */
.home_cat_section {
    width: 100%;
}

.home_cat_wrapper {
    display: flex;
    height: 450px;
    margin-top: 12px;
    padding: 5px;
    overflow: hidden;
}

/* EACH BOX */
.home_cat_item {
    position: relative;
    flex: 1;
    overflow: hidden;

    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
    margin-left: -40px;
}

.home_cat_item:first-child {
    margin-left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
}

/* IMAGE */
.home_cat_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.home_cat_item:hover img {
    transform: scale(1.05);
}

/* DARK OVERLAY */
.home_cat_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
}

/* CONTENT */
.home_cat_content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    text-align: left;
}

/* TITLE */
.home_cat_content h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* SHOP NOW */
.shop_now_link {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* SMOOTH UNDERLINE */
.shop_now_link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.35s ease;
}

.shop_now_link:hover::after {
    width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {

    .home_cat_wrapper {
        flex-direction: column;
        height:600px;
        gap: 15px;
    }

    .home_cat_item {
        margin-left: 0;
        clip-path: none;
        height: 280px;
    }

    .home_cat_item:first-child {
        clip-path: none;
    }

    .home_cat_content {
        right: 20px;
        bottom: 20px;
    }

    .home_cat_content h3 {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {

  .footwear-sec {
    padding: 0px 20px;
  }

  .footwear-sec__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .footwear-sec__title {
    font-size: 28px;
    margin-bottom: 18px;
  }

}


/* =========================
   MOBILE VIEW
========================= */
@media (max-width: 768px) {

  .footwear-sec {
    padding: 0px 15px;
  }

  .footwear-sec__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footwear-sec__card {
    padding: 15px;
  }

  .footwear-sec__title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .footwear-sec__label {
    font-size: 11px;
  }

}

/* =========================
   MAIN SECTION
========================= */

/* =========================
   MAIN SECTION
========================= */

.horse-rug{
    width:100%;
    overflow:hidden;
    background:#f3f3f3;
    position:relative;
}

.horse-rug-wrapper{
    display:flex;
    min-height:760px;
    position:relative;
}

/* =========================
   LEFT BANNER
========================= */

.horse-rug-banner{
    width:350px;
    min-width:350px;
    position:relative;
    overflow:hidden;
    flex-shrink:0;
}

/* IMAGE */

.horse-rug-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* SOFT RIGHT FADE */

.horse-rug-banner::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:140px;
    height:100%;
    z-index:3;
    pointer-events:none;

    background:linear-gradient(
        to right,
        rgba(243,243,243,0) 0%,
        rgba(243,243,243,0.04) 35%,
        rgba(243,243,243,0.12) 55%,
        rgba(243,243,243,0.28) 72%,
        rgba(243,243,243,0.55) 86%,
        #f3f3f3 100%
    );
}

.horse-rug-content{
    position:absolute;
    left:50px;
    bottom:60px;
    z-index:5;
}

.horse-rug-content h2{
    font-family:'Cera Round Pro DEMO', sans-serif;
    font-size:28px;
    color:#fff;
    margin-bottom:15px;
    letter-spacing:1px;
    line-height:1;
}

.horse-rug-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#244268;
    color:#fff;
    text-decoration:none;
    padding:16px 20px;
    border-radius:5px;
    font-size:16px;
    font-weight:700;
    transition:.3s;
    border:1px solid transparent;
}

.horse-rug-btn:hover{
    background:#fff;
    color:#000;
    border:1px solid #000;
}

/* =========================
   PRODUCTS AREA
========================= */

.horse-rug-products{
    flex:1;
    display:flex;
    overflow:hidden; /* NO SCROLL */
    position:relative;
    align-items:flex-start;
    padding-top:12px;
    padding-bottom:60px;
}

/* =========================
   PRODUCT CARD
========================= */

.horse-rug-item{
    width:25%;
  
    max-width:25%;
    padding:0 5px;
    flex-shrink:0;

    display:flex;
    flex-direction:column;
}

/* =========================
   IMAGE
========================= */

.horse-rug-image{
    width:100%;
    height:676px;
    min-height:676px;
    max-height:676px;

    background:#ececec;
    overflow:hidden;
    position:relative;
}

.horse-rug-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
    transition:.4s ease;
}

.horse-rug-title{
    
    font-size:16px;
}
.horse-rug-model{
    
    font-size:14px;
}
.horse-rug-item:hover .horse-rug-image img{
    transform:scale(1.03);
}

/* =========================
   DISCOUNT BADGE
========================= */

.discount{
    position:absolute;
    top:14px;
    left:14px;
    background:#274469;
    color:#fff;
    font-size:11px;
    font-weight:700;
    padding:5px 10px;
    border-radius:4px;
    z-index:2;
}

/* =========================
   WISHLIST ICON
========================= */

.wishlist-icon{
    position:absolute;
    top:14px;
    right:14px;

    width:42px;
    height:42px;

    background:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    cursor:pointer;

    z-index:5;

    box-shadow:0 2px 10px rgba(0,0,0,0.12);

    transition:.3s;
}

.wishlist-icon:hover{
    background:#244268;
    color:#fff;
    transform:scale(1.08);
}

.wishlist-icon{
    line-height:1;
}

.wishlist-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}

.wishlist-icon{
    padding-top:2px; /* adjust heart position */
}
/* =========================
   CART ICON
========================= */

.cart-icon{
    position:absolute;
    bottom:14px;
    right:14px;

    width:46px;
    height:46px;

    background:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
    cursor:pointer;

    z-index:5;

    box-shadow:0 2px 10px rgba(0,0,0,0.15);

    transition:.3s;
}

.cart-icon:hover{
    color:#fff;
    background:#244268;
    transform:scale(1.08);
}

/* =========================
   INFO AREA
========================= */

.horse-rug-info{
    padding:14px 4px 20px;
    min-height:90px;
    flex-shrink:0;
}

/* COLORS */

.horse-rug-colors{
    display:flex;
    gap:6px;
    margin-bottom:14px;
}
.horse-rug-info p.horse-rug-colors span{
    width:16px;
    height:16px;
    border-radius:50%;
    border:2px solid #d7d7d7;
    background:#6f543e;
}

.horse-rug-colors span.active{
    background:#1d1d1d;
}

/* BRAND */

.horse-rug-info h4{
    font-size:16px;
    color:#000000;
    margin-bottom:3px;
    font-weight:400;
}

/* PRODUCT NAME */

.horse-rug-info p{
    font-size:14px;
    color:#333333;
    margin-bottom:0;
    line-height:1.4;
}

/* =========================
   DOTS
========================= */

.horse-rug-dots{
    position:absolute;
    left:370px;
    bottom:12px;

    display:flex;
    gap:10px;

    z-index:1;
}

.horse-rug-dots span{
    width:34px;
    height:2px;
    background:#a8a8a8;
    cursor:pointer;
    transition:.3s;
}

.horse-rug-dots span.active{
    background:#111;
    width:38px;
}

/* =========================
   ARROWS
========================= */

.horse-rug-arrow{
    position:absolute;
    bottom:16px;

    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;
    z-index:1;

    font-size:18px;
}

.horse-rug-prev{
    right:68px;
}

.horse-rug-next{
    right:20px;
}

/*New Image Code */
.horse-rug-image{
    position:relative;
    overflow:hidden;
}

.primary-img,
.secondary-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:opacity .4s ease;
}

.primary-img{
    opacity:1;
    z-index:1;
}

.secondary-img{
    opacity:0;
    z-index:2;
}

.horse-rug-item:hover .primary-img{
    opacity:0;
}

.horse-rug-item:hover .secondary-img{
    opacity:1;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

    .horse-rug-banner{
        width:300px;
        min-width:300px;
    }

    .horse-rug-item{
        width:300px;
        min-width:300px;
        max-width:300px;
    }

    .horse-rug-image{
        height:560px;
        min-height:560px;
        max-height:560px;
    }
}

@media(max-width:991px){

    .horse-rug-wrapper{
        flex-direction:column;
    }

    .horse-rug-banner{
        width:100%;
        min-width:100%;
        height:500px;
    }

    .horse-rug-content{
        left:30px;
        bottom:35px;
    }

    .horse-rug-content h2{
        font-size:44px;
    }

    .horse-rug-item{
        width:280px;
        min-width:280px;
        max-width:280px;
    }

    .horse-rug-image{
        height:480px;
        min-height:480px;
        max-height:480px;
    }

    .horse-rug-dots{
        left:20px;
    }
}

@media(max-width:575px){

    .horse-rug-banner{
        height:420px;
    }

    .horse-rug-content h2{
        font-size:36px;
    }

    .horse-rug-btn{
        padding:14px 22px;
        font-size:12px;
    }

    .horse-rug-item{
        width:250px;
        min-width:250px;
        max-width:250px;
    }

    .horse-rug-image{
        height:380px;
        min-height:380px;
        max-height:380px;
    }

    .horse-rug-arrow{
        width:32px;
        height:32px;
    }
}