/* ---------------------------------------------------------
    * Name: Merch Supermarket
    * File: custom.css
    * Version: 1.0
    * Author: Samedaybags.com
    * Author URI: http://samedaybags.com
 ------------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------
 *  Home Main Template - Table of Content

  1 - General
    1.0 - Defer SVG Inject
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons 
    1.6 - Form / Input / Textarea  
    1.7 - Theme Colors
    1.8 - Theme Fonts
    1.9 - Rating Stars
    2.0 - Images
    2.1 - Swiper Slider
    2.2 - Grid layout
    
  2 - Header
    2.1 - Header Navigation
    
  3 - Inner Pages 
              
  4 - Footer

  5 - Forms
    5.1 - To Top
    5.2 - Product Preview 
    5.3 - Subscribe
    5.4 - Request a Quote

  6 - Products
    6.1 - Product List
    6.2 - Product Details
    6.3 - Product Filters
    6.4 - Product Search
    6.5 - Product Hover image swap

 * -------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Montserrat:400,500,600,700,800,900');

/******************************* 
    1 - GENERAL CSS STARTS 
********************************/

/* Palette: 
Main Pink: C31A7E
Secondary Pink: F1C3DB
Grey: 333745
Teal: 119DA4
Orange: FFA630 */


:root {
    /* Core Brand Colors */
    /* --primary: #08a66c; */
    /* A rich, modern organic forest green (replaces the harsh red) */
    /* --secondary: #5a7566; */
    /* A soft sage green for accents, filters, and lesser borders */
    /* --third: #e8c564; */
    /* A warm, sunny gold accent for badges or critical highlight stars */

    /* Core Brand Colors */
    --primary: #C31A7E;
    /* A rich, modern organic forest green (replaces the harsh red) */
    --secondary: #F1C3DB;
    /* A soft sage green for accents, filters, and lesser borders */
    --third: #FFA630;
    /* A warm, sunny gold accent for badges or critical highlight stars */

    --text: #333745;

}

body {
    color: var(--text);
}

.bn-content a:hover,
.bn-content a:focus,
.bn-content a:active {
    color: var(--secondary) !important;
}

.section-info-page ul {
    list-style-type: disc;
    margin: 0 0 .5rem 1.25rem;
  
}
.section-info-page ul li {
    list-style-type: disc;
    margin: 0 0 .5rem 1.25rem;
 
}

@media (max-width: 1199px) {
    body {
        padding-bottom: 0;
    }
}

.item-link.active {
    color: var(--primary);
}

.item-link.active .cus-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background: var(--primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item-link.active .cus-text::after {
    right: auto;
    left: 0;
    width: 100%;
}

/* Custom Active State Styles for your Jump Links */
#sticky-jump-nav .nav-link.active,
.filter-button-group .nav-link.active {
    background-color: var(--primary) !important;
    /* Uses your fresh organic green */
    color: #ffffff !important;
    /* Swaps text to crisp white for contrast */
    font-weight: 600 !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);   */
}

/* Optional: Smooth scrolling behavior so jumping sections feels elegant */
html {
    scroll-behavior: smooth;
    scroll-behavior: unset !important;
}


/*---------------- 1.0 - Defer SVG Inject ------------------*/
/* Usage: <img class="banana defer-svg-inject" src="/assets/icon/bootstrap/bicycle.svg" /> */
/* JS: Defered in footer, loads the JS after the DOM, hidden with CSS until loaded */
.defer-svg-inject {
    visibility: hidden;
    /* hide until injected */
}

.defer-svg-inject.injected-svg {
    visibility: visible;
    /* show after SVGInject */
}


/*---------------- 1.1 Preloader Starts ------------------*/
/* #quoteForm.form-loading {
    opacity: .6;
    pointer-events: none;
    transition: opacity .2s ease;
}

#quoteForm.form-loading input,
#quoteForm.form-loading textarea,
#quoteForm.form-loading select {
    cursor: wait;
}
 */

#quoteForm {
    position: relative;
}

.loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(2px);
}

.loading-overlay.d-none {
    display: none !important;
}

/*---------------- 1.2 Global ------------------*/

@media (max-width: 767px) {

    .section-product-single .col-12.col-md-6,
    .prod-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 1600px) {
    .d-xxxl-block {
        display: block !important;
    }
}

@media (max-width: 991px) {
     .banner-image-mobile-space-1 {
        display: flex;
     }
     .banner-image-mobile-space-1 .h1{
        margin-bottom: auto!important;
     }
}




/*---------------- 1.3 Page section block ------------------*/
/*---------------- 1.4 Typography (section title, links, page dividers) ------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-red_hat,
.display-1,
.display-2,
.display-3,
.display-4 {
    text-transform: capitalize;
    font-weight: 900 !important;
    letter-spacing: -.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
.p,
a,
.a,
span,
.span,
.font-red_hat,
.display-1,
.display-2,
.display-3,
.display-4 {
    /* font-family: "Quicksand", sans-serif!important; */
}

.display-4 {
    letter-spacing: -1px;
    /* line-height: 3.5rem; */
}

u>a {
    text-decoration: underline;
}

u>a:hover,
u>a:focus,
u>a:active {
    text-decoration: none;
}

.swiper-wrapper-hero-banner .title.text-white:hover,
.swiper-wrapper-hero-banner .title.text-white:focus {
    text-decoration: underline;
    color: #fff !important;

}




/* 
.bg-main, .faq-accordion_item {
    background-color: #faf9f6;
} */


/* .bg-main {
    background: #fef9f0;
} */

.small-caps {
    font-size: 0.85rem;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
}

/*---------------- 1.5 Buttons ------------------*/
.tf-btn {
    background: #C31A7E;
}

/*---------------- 1.6 Form / Input / Textarea ------------------*/
/*---------------- 1.7 Theme Colors ------------------*/
/*---------------- 1.8 Theme Fonts ------------------*/
/*---------------- 1.9 Rating Stars ------------------*/
.star-wrap .icon {
    color: var(--primary);
}

/*---------------- 2.0 Images ------------------*/
.bw-image {
    filter: grayscale(100%);
}

.gallery-item {
    aspect-ratio: 1/1;
}

.img-brand-color {
    filter: grayscale(0%);
}

.box-icon_V01:hover .icon {
   transform: scale(1);
}

/*---------------- 2.1 - Swiper Slider ------------------*/

.swiper-gallery-custom .image.img-style {
    width: 100%;
    height: 100%;
}

.swiper-pop-cats .swiper-slide .category-v03 {
    border-radius: 16px !important;
}

@media (min-width: 1200px) {
    .tf-product-media-thumbs {
        max-height: 764px;
        max-height: 874px;
        /* max-height: none; */
    }


    /* .product-thumbs-slider .tf-product-media-main .item img {
        max-height: 764px;
} */

}

@media (min-width: 1200px) {
    .product-thumbs-slider.style-row .tf-product-media-thumbs .swiper-slide {
        max-height: 102px;
        max-height: 200px;
    }
}

@media (min-width: 1200px) {
    .product-thumbs-slider.style-row .tf-product-media-thumbs {
        width: 115px;
    }


    .product-thumbs-slider .flat-wrap-media-product {
        order: 1;
    }

}

/* Animate text on cards */
.category-v03.hover-img4 .cate-content .text-body-1 {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s ease 0.1s,
        transform 0.4s ease 0.1s;
    pointer-events: none;
    margin: 0;
    /* Remove margins when hidden */
    padding: 0;
    /* Remove padding when hidden */
}

.category-v03.hover-img4:hover .cate-content .text-body-1 {
    max-height: 250px;
    /* Set to a value larger than your content */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin: inherit;
    /* Restore margins */
    padding: inherit;
    /* Restore padding */
}

/* Psuedo element top padding */
.category-v03.hover-img4 .cate-content .text-body-1:before {
    content: "";
    padding-top: 20px;
    position: relative;
    display: block;
}


/* Apply this class to the outer container of your banner or card */
.bottom-gradient-overlay {
    position: relative;
    overflow: hidden;
    /* Keeps the gradient neatly inside the container */
}

/* This creates the actual gradient */
.bottom-gradient-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    /* Shorthand for top, right, bottom, and left 0 */

    /* Gradient starts at black (0.85 opacity) at the very bottom, fading to transparent at 33% up */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 50%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, transparent 50%);

    pointer-events: none;
    /* Crucial: Ensures users can still click links/buttons underneath the overlay */
    z-index: 2;
    /* Places the gradient above the background */
}

/* Ensures your text and content sit perfectly on top of the gradient */
.bottom-gradient-overlay .cate-content,
.bottom-gradient-overlay .bn-content,
.banner-image-text.style-3 .bn-content {
    /* position: relative; */
    z-index: 3;
}



/* Full overlay - light black tint */
.full-overlay {
    position: relative;
    overflow: hidden;
}

.full-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    /* Adjust opacity: 0.3 = light, 0.6 = darker */
    pointer-events: none;
    z-index: 2;
}

/* Keep your text above the overlay */
.full-overlay .cate-content,
.full-overlay .bn-content,
.banner-image-text.style-3 .bn-content {
    z-index: 3;
}

.left-gradient-overlay {
    position: relative;
    overflow: hidden;
}
.left-gradient-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 2;
}

@media (max-width: 767px) {
    .left-gradient-overlay::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, transparent 70%)!important;
    }
}

/*---------------- 2.2 - Grid layout ------------------*/
.container-full,
.container {
    width: 1600px;
}

/* =========================================================
   Start Images (Image cover etc)
   ========================================================= */
.img-cover-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

.img-cover {
    object-fit: cover;
    object-position: center;
    max-width: none;
    max-height: none;
    width: 100%;
    /* Force it to fill the width */
    height: 100%;
    /* Force it to fill the height */
}

/* Image Position Utilities */
.img-pos-center {
    object-position: center !important;
}

.img-pos-top {
    object-position: top !important;
}

.img-pos-bottom {
    object-position: bottom !important;
}

.img-pos-left {
    object-position: left !important;
}

.img-pos-right {
    object-position: right !important;
}

/* Aspect Ratio Containers */
.aspect-1-1 {
    aspect-ratio: 1 / 1;
}

.aspect-4-3 {
    aspect-ratio: 4 / 3;
}

.aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.aspect-21-9 {
    aspect-ratio: 21 / 9;
}

.aspect-3-2 {
    aspect-ratio: 3 / 2;
}

/* Portrait Aspect Ratios */
/* Standard Portrait (The flip of your 4:3) */
.aspect-3-4 {
    aspect-ratio: 3 / 4;
}

/* Classic Photo Portrait (The flip of your 3:2) */
.aspect-2-3 {
    aspect-ratio: 2 / 3;
}

/* Social Media Story / Mobile Full Screen (The flip of your 16:9) */
.aspect-9-16 {
    aspect-ratio: 9 / 16;
}

/* Tall Aesthetic / Editorial (Common in fashion grids) */
.aspect-4-5 {
    aspect-ratio: 4 / 5;
}

/* Ultra Tall (The flip of your 21:9) */
.aspect-9-21 {
    aspect-ratio: 9 / 21;
}

/* =========================================================
   End Images (Image cover etc)
   ========================================================= */


/******************************* 
    2 - Header
********************************/

@media (max-width: 1199px) {
    .tf-header .logo-site img {
        max-width: 200px;
    }
}


header {
    background-color: #fff;
}

.hotline i {
    min-width: 35px;
    margin-right: 12px;
}

.hotline p {
    color: rgb(105, 140, 115);
    font-size: 26px;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.hotline p span {
    font-weight: 500;
    font-size: 12px;
    color: rgb(126, 126, 126);
    color: var(--text);
    display: block;
    letter-spacing: 0.9px;
}

/******************************* 
    2.1 - Header Navigation
********************************/

@media (min-width:1200px) {
    nav .sub-menu {
        top: calc(100% - 1px);
        z-index: 1;
    }
}

/******************************* 
    3 - Inner Pages 
********************************/

/******************************* 
    4 - Footer 
********************************/
@media (min-width: 1600px) {
    .footer-s5 .footer-link-list {
        gap: 25%;
    }

    .footer-s5 .col-center {
        width: 100%;
    }
}

/******************************* 
    5 - Forms 
********************************/
/* Override Dropzone's default bulky height */
.dropzone#fileDropzone {
    min-height: 80px !important;
}

/* Add a visual highlight when a user drags a file over the box */
.dropzone#fileDropzone.dz-drag-hover {
    background-color: #e9ecef !important;
    border-color: #0a58ca !important;
}

/* Custom class applied via JavaScript when a field has a value */
/* Custom class matched exactly to brand #C31A7E */
.field-has-value {
    background-color: #e6f6f0 !important;
    /* 10% tint of your primary green */
    border-color: #6bc9a6 !important;
    /* 40% tint of your primary green */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Override Mac/WebKit default autofill colors ONLY if the field is validated by our script */
input.field-has-value:-webkit-autofill,
input.field-has-value:-webkit-autofill:hover,
input.field-has-value:-webkit-autofill:focus,
input.field-has-value:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #e6f6f0 inset !important;
    -webkit-text-fill-color: #212529 !important;
    border-color: #6bc9a6 !important;
}

/* 5.4 - Request a Quote */
.modal .modal-content {
    border-radius: var(--bs-modal-border-radius);
}



.swiper-wrapper-hero-banner {
    max-height: 1000px;
}


.mask-overlay {
    z-index: 1;
    position: relative;
}

.mask-overlay::before {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.mask-overlay>* {
    z-index: 3;
}

/******************************* 
    6 - Products 
********************************/

/* 6.1 - Product List */
@media (max-width: 575px) {
    .card-product {
        flex-direction: column;
    }
}

.tf-product-info-wrap .tf-product-extra-link {
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
}

@media (min-width: 1200px) {
    .tf-product-info-wrap .tf-product-extra-link {
        column-gap: 40px;
        row-gap: 20px;
    }
}

.product-thumbs-slider .tf-product-media-main,
.product-thumbs-slider .tf-product-media-thumbs .item {
    border: none;
}



/*Fixed aspect ratio image for product category thumbs and product images*/
.category-v03 {
    aspect-ratio: 503.33 / 671;
    width: 100%;
    /* or a fixed width like 250px */
    object-fit: cover;
    /* crops to fill the box */
}

.product-thumbs-slider .swiper-slide>a {
    aspect-ratio: 655 / 873;
    width: 100%;
    object-fit: cover;
}

.swiper-horizontal .swiper-slide .item {
    aspect-ratio: 100 / 124;
    width: 100%;
    object-fit: cover;
}

.product-features-list {
    margin-top: 20px;
    padding-left: 0;      /* Removes the large default indent */
    list-style: none;     /* Turns off the default vertical bullets */
}

.product-features-list li {
    display:list-item; /* Forces the items to flow left to right */
    margin-right: 15px;    /* Spacing between each feature */
    margin-bottom: 5px;    /* Spacing if the features wrap to a second line */
}

/* This safely injects the bullet point back in */
.product-features-list li::before {
    content: "\2022";      /* The CSS hex code for a perfect bullet (•) */
    margin-right: 8px;     /* Space between the bullet and the text */
    font-weight: bold;
}

@media (min-width: 1200px) {
    .tf-product-info-list .fs-1 {
        font-size: 3.5rem !important;
    }
}

.tf-product-info-list .fs-1 {
    font-size: 2.5rem !important;
}

/* Ensure the container can hold absolutely positioned elements */
.cate-image {
    position: relative;
    display: block;
}

/* Base styles for all images inside the link */
.cate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    /* Smooth crossfade */
    object-position: center !important;
}

/* Position the secondary image directly over the primary one */
.cate-image .img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* Hidden by default */
    /* 10s total cycle: 5s hidden, 5s visible */
    /* animation: imageToggle 15s infinite;  */
}



/* Keyframes to handle the 5-second toggle */


/* 6.5 - Product Hover image swap */
/* Ensure the container is relative */
.cate-image-swap { 
    position: relative; 
    display: block; 
}

.cate-image-swap + .cate-content { 
    z-index: 3;
}

/* Highly specific selector to beat the theme's CSS */
.hover-img4 .img-style4.cate-image-swap img.img-secondary { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    opacity: 0; 
    z-index: 1; /* Ensure it sits on top */
    
    /* 1. KILL THE 10-SECOND THEME ANIMATION */
    animation: none !important; 
    
    /* 2. FORCE OUR FAST 0.15s TRANSITION (Overrides the theme's 1s transition) */
    transition: opacity 0.15s ease-in-out !important; 
    
    /* 3. KILL ANY STAGGERED DELAYS */
    transition-delay: 0s !important; 
    animation-delay: 0s !important; 
}

/* The Hover State */
.hover-img4:hover .img-style4.cate-image-swap img.img-secondary { 
    opacity: 1 !important; 
}

/* =========================================
   1. KEYFRAMES
========================================= */

/* 10s cycle */
@keyframes imageToggle {

    0%,
    48% {
        opacity: 0;
    }

    /* Hold Image 1 */
    52%,
    96% {
        opacity: 1;
    }

    /* Hold Image 2 */
    100% {
        opacity: 0;
    }

    /* Fade back to Image 1 */
}

/* 10s cycle (Synced perfectly to the imageToggle) */
@keyframes autoFlash {

    0%,
    48% {
        height: 0%;
        background-color: transparent;
    }

    49% {
        height: 0%;
        background-color: rgba(255, 255, 255, 0.3);
        /* Flash 1 starts */
    }

    55% {
        height: 250%;
        background-color: transparent;
        /* Flash 1 ends */
    }

    55.1%,
    94% {
        height: 0%;
        background-color: transparent;
        /* Instant invisible reset */
    }

    95% {
        height: 0%;
        background-color: rgba(255, 255, 255, 0.3);
        /* Flash 2 starts */
    }

    100% {
        height: 250%;
        background-color: transparent;
        /* Flash 2 ends */
    }
}

/* =========================================
   2. COMPONENT STYLES
========================================= */

.tf-swiper .swiper-slide {
    height: auto;
    max-height: 700px;
}

.tf-swiper.tf-swiper-home .swiper-slide {
    height: auto;
    max-height: 790px;
}


.cate-image {
    position: relative;
    display: block;
}

.img-style4 {
    position: relative;
    overflow: hidden;
    display: block;
}

/* The white sweep element */
.tf-swiper .img-style4:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 2;
    pointer-events: none;

    /* Updated to 10s to match the image toggle */
    animation: autoFlash 10s infinite;
    animation-fill-mode: both;
}

/* Base styles for all images inside the link */
.img-style4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Secondary image positioning and animation */
.img-style4 img.img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;

    animation: imageToggle 10s infinite;
    animation-fill-mode: both;
}

/* =========================================
   3. STAGGERED DELAYS (Swiper Loop Safe)
========================================= */

/* Slide 1 - 0s delay (nth-child corrected to 1-index) */
.swiper-slide:nth-child(1) .img-style4:after,
.swiper-slide:nth-child(1) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="0"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="0"] .img-style4 img.img-secondary {
    animation-delay: 0s;
}

/* Slide 2 - 1.25s delay */
.swiper-slide:nth-child(2) .img-style4:after,
.swiper-slide:nth-child(2) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="1"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="1"] .img-style4 img.img-secondary {
    animation-delay: .3s;
}

/* Slide 3 - 2.5s delay */
.swiper-slide:nth-child(3) .img-style4:after,
.swiper-slide:nth-child(3) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="2"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="2"] .img-style4 img.img-secondary {
    animation-delay: .6s;
}

/* Slide 4 - 3.75s delay */
.swiper-slide:nth-child(4) .img-style4:after,
.swiper-slide:nth-child(4) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="3"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="3"] .img-style4 img.img-secondary {
    animation-delay: .9s;
}





/* Subtle opacity fade for the entire card (10s cycle synced) */
@keyframes cardFade {

    0%,
    47% {
        opacity: 1;
    }

    /* Fully visible */
    50% {
        opacity: 0.9;
    }

    /* Dips down during the first swap */
    53%,
    95% {
        opacity: 1;
    }

    /* Back to fully visible for Image 2 */
    98% {
        opacity: 0.9;
    }

    /* Dips down during the second swap */
    100% {
        opacity: 1;
    }

    /* Loop back to fully visible */
}



.tf-swiper .category-v03 {
    animation: cardFade 10s infinite;
    animation-fill-mode: both;
}

/* =========================================
   3. STAGGERED DELAYS (Swiper Loop Safe)
========================================= */

/* Slide 1 - 0s delay */
.swiper-slide:nth-child(1) .category-v03,
.swiper-slide:nth-child(1) .img-style4:after,
.swiper-slide:nth-child(1) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="0"] .category-v03,
.swiper-slide[data-swiper-slide-index="0"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="0"] .img-style4 img.img-secondary {
    animation-delay: 0s;
}

/* Slide 2 - 0.3s delay */
.swiper-slide:nth-child(2) .category-v03,
.swiper-slide:nth-child(2) .img-style4:after,
.swiper-slide:nth-child(2) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="1"] .category-v03,
.swiper-slide[data-swiper-slide-index="1"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="1"] .img-style4 img.img-secondary {
    animation-delay: 0.3s;
}

/* Slide 3 - 0.6s delay */
.swiper-slide:nth-child(3) .category-v03,
.swiper-slide:nth-child(3) .img-style4:after,
.swiper-slide:nth-child(3) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="2"] .category-v03,
.swiper-slide[data-swiper-slide-index="2"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="2"] .img-style4 img.img-secondary {
    animation-delay: 0.6s;
}

/* Slide 4 - 0.9s delay */
.swiper-slide:nth-child(4) .category-v03,
.swiper-slide:nth-child(4) .img-style4:after,
.swiper-slide:nth-child(4) .img-style4 img.img-secondary,
.swiper-slide[data-swiper-slide-index="3"] .category-v03,
.swiper-slide[data-swiper-slide-index="3"] .img-style4:after,
.swiper-slide[data-swiper-slide-index="3"] .img-style4 img.img-secondary {
    animation-delay: 0.9s;
}