 @media only screen and (min-width: 992px) {
     .shorts__slider .swiper-slide {
         width: auto !important;
         margin-right: 20px;
     }
 }

 .product__card--title a {
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 @media only screen and (max-width: 767px) {
     .discount__banner--img__height {
         object-position: right center;
     }
 }

 /* =========================
   HERO IMAGE SLIDER
========================= */

 .hero-slider-section {
     width: 100%;
     overflow: hidden;
     position: relative;
 }

 .heroSlider {
     width: 100%;
     height: 100%;
 }

 .heroSlider .swiper-slide {
     width: 100%;
     position: relative;
 }

 .hero-slide-link {
     display: block;
     width: 100%;
 }

 .heroSlider .swiper-slide img {
     width: 100%;
     height: 720px;
     object-fit: cover;
     display: block;
 }

 /* Navigation Buttons */

 .hero-next,
 .hero-prev {
     width: 52px;
     height: 52px;
     background: rgba(255, 255, 255, 0.15);
     backdrop-filter: blur(10px);
     border-radius: 50%;
     transition: 0.3s ease;
 }

 .hero-next::after,
 .hero-prev::after {
     font-size: 18px;
     color: #fff;
     font-weight: 700;
 }

 .hero-next:hover,
 .hero-prev:hover {
     background: #d60000;
 }

 /* Pagination */

 .heroSlider .swiper-pagination-bullet {
     width: 10px;
     height: 10px;
     background: #fff;
     opacity: 0.5;
 }

 .heroSlider .swiper-pagination-bullet-active {
     opacity: 1;
     width: 28px;
     border-radius: 20px;
     background: #d60000;
 }

 /* =========================
   RESPONSIVE
========================= */

 @media only screen and (max-width: 1600px) {
     .heroSlider .swiper-slide img {
         height: 650px;
     }
 }

 @media only screen and (max-width: 1200px) {
     .heroSlider .swiper-slide img {
         height: 580px;
     }
 }

 @media only screen and (max-width: 991px) {

     .heroSlider .swiper-slide img {
         height: auto;
         object-fit: contain;
     }

     .hero-next,
     .hero-prev {
         width: 42px;
         height: 42px;
     }

     .hero-next::after,
     .hero-prev::after {
         font-size: 14px;
     }
 }

 @media only screen and (max-width: 767px) {

     .hero-slider-section {
         background: #000;
     }

     .heroSlider .swiper-slide img {
         width: 100%;
         height: auto;
         object-fit: contain;
     }

     .hero-next,
     .hero-prev {
         display: none;
     }

     .heroSlider .swiper-pagination {
         bottom: 10px !important;
     }
 }

 /* =========================
   HERO CONTENT SLIDE
========================= */

 .hero-slide-content-wrapper {
     position: relative;
     width: 100%;
     overflow: hidden;
 }

 .hero-slide-content-wrapper img {
     width: 100%;
     height: 720px;
     object-fit: cover;
     display: block;
 }

 /* Overlay */

 .hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(90deg,
             rgba(0, 0, 0, 0.75) 15%,
             rgba(0, 0, 0, 0.45) 45%,
             rgba(0, 0, 0, 0.10) 100%);
     z-index: 1;
 }

 /* Content */

 .hero-slide-content {
     position: absolute;
     top: 50%;
     left: 8%;
     transform: translateY(-50%);
     z-index: 2;
     max-width: 650px;
     color: #fff;
 }

 .hero-subtitle {
     display: inline-block;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #ff3c00;
     margin-bottom: 18px;
 }

 .hero-title {
     font-size: 68px;
     line-height: 1.1;
     font-weight: 800;
     margin-bottom: 25px;
     color: #fff;
 }

 .hero-title span {
     color: #ff3c00;
 }

 .hero-desc {
     font-size: 18px;
     line-height: 32px;
     color: rgba(255, 255, 255, 0.88);
     margin-bottom: 35px;
     max-width: 600px;
 }

 .hero-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 16px 34px;
     background: #ff3c00;
     color: #fff;
     font-size: 15px;
     font-weight: 700;
     border-radius: 8px;
     text-decoration: none;
     transition: 0.35s ease;
 }

 .hero-btn:hover {
     background: #fff;
     color: #111;
 }

 /* =========================
   RESPONSIVE
========================= */

 @media only screen and (max-width: 1400px) {

     .hero-title {
         font-size: 58px;
     }

     .hero-slide-content-wrapper img {
         height: 650px;
     }
 }

 @media only screen and (max-width: 991px) {

     .hero-slide-content-wrapper img {
         height: 550px;
     }

     .hero-slide-content {
         left: 6%;
         max-width: 90%;
     }

     .hero-title {
         font-size: 42px;
     }

     .hero-desc {
         font-size: 16px;
         line-height: 28px;
     }
 }

 @media only screen and (max-width: 767px) {

     .hero-slide-content-wrapper img {
         height: 500px;
         object-fit: cover;
     }

     .hero-overlay {
         background: linear-gradient(180deg,
                 rgba(0, 0, 0, 0.65) 10%,
                 rgba(0, 0, 0, 0.55) 50%,
                 rgba(0, 0, 0, 0.70) 100%);
     }

     .hero-slide-content {
         left: 20px;
         right: 20px;
         top: 50%;
         transform: translateY(-50%);
         max-width: 100%;
     }

     .hero-subtitle {
         font-size: 12px;
         margin-bottom: 12px;
     }

     .hero-title {
         font-size: 30px;
         margin-bottom: 18px;
     }

     .hero-desc {
         font-size: 14px;
         line-height: 24px;
         margin-bottom: 25px;
     }

     .hero-btn {
         padding: 14px 24px;
         font-size: 14px;
     }
 }

 /* =========================
   PREMIUM BANNER SECTION
========================= */

 .premium-banner-section {
     padding: 100px 0;
     background: #fff;
 }

 .premium-banner-card {
     position: relative;
     overflow: hidden;
     border-radius: 24px;
     height: 520px;
     cursor: pointer;
     transition: 0.4s ease;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
 }

 .premium-banner-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: 0.7s ease;
 }

 /* Overlay */

 .premium-banner-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg,
             rgba(0, 0, 0, 0.10) 0%,
             rgba(0, 0, 0, 0.45) 45%,
             rgba(0, 0, 0, 0.88) 100%);
     z-index: 1;
 }

 /* Content */

 .premium-banner-content {
     position: absolute;
     left: 35px;
     right: 35px;
     bottom: 35px;
     z-index: 2;
 }

 .premium-banner-subtitle {
     display: inline-block;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #ff5a1f;
     margin-bottom: 14px;
 }

 .premium-banner-content h2 {
     font-size: 34px;
     line-height: 1.2;
     font-weight: 800;
     color: #fff;
     margin-bottom: 16px;
 }

 .premium-banner-content p {
     font-size: 15px;
     line-height: 28px;
     color: rgba(255, 255, 255, 0.82);
     margin-bottom: 28px;
 }

 /* Button */

 .premium-banner-btn {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     color: #fff;
     font-size: 15px;
     font-weight: 700;
     text-decoration: none;
     transition: 0.3s ease;
 }

 .premium-banner-btn i {
     transition: 0.3s ease;
 }

 .premium-banner-btn:hover {
     color: #ff5a1f;
 }

 .premium-banner-btn:hover i {
     transform: translateX(6px);
 }

 /* Hover Effects */

 .premium-banner-card:hover img {
     transform: scale(1.08);
 }

 .premium-banner-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
 }

 /* =========================
   RESPONSIVE
========================= */

 @media only screen and (max-width: 1200px) {

     .premium-banner-card {
         height: 470px;
     }

     .premium-banner-content h2 {
         font-size: 30px;
     }
 }

 @media only screen and (max-width: 991px) {

     .premium-banner-section {
         padding: 80px 0;
     }

     .premium-banner-card {
         height: 440px;
     }
 }

 @media only screen and (max-width: 767px) {

     .premium-banner-section {
         padding: 60px 0;
     }

     .premium-banner-card {
         height: 400px;
         border-radius: 18px;
     }

     .premium-banner-content {
         left: 22px;
         right: 22px;
         bottom: 24px;
     }

     .premium-banner-content h2 {
         font-size: 24px;
     }

     .premium-banner-content p {
         font-size: 14px;
         line-height: 24px;
         margin-bottom: 20px;
     }

     .premium-banner-btn {
         font-size: 14px;
     }
 }

 /* =========================
   HERO VIDEO
========================= */

 .hero-slide-content-wrapper {
     position: relative;
     width: 100%;
     height: 720px;
     overflow: hidden;
 }

 /* Video */

 .hero-video {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 /* Overlay */

 .hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(90deg,
             rgba(0, 0, 0, 0.70) 10%,
             rgba(0, 0, 0, 0.35) 50%,
             rgba(0, 0, 0, 0.10) 100%);
     z-index: 1;
 }

 /* Content */

 .hero-slide-content {
     position: absolute;
     top: 50%;
     left: 8%;
     transform: translateY(-50%);
     z-index: 2;
     max-width: 650px;
 }

 /* Responsive */

 @media(max-width: 991px) {

     .hero-slide-content-wrapper {
         height: 550px;
     }

     .hero-video {
         object-position: center;
     }
 }

 @media(max-width: 767px) {

     .hero-slide-content-wrapper {
         height: 500px;
     }

     .hero-video {
         object-fit: cover;
     }
 }