
/* CSS LINKS START */

@import url('https://storage.googleapis.com/decathlon_com_mx/hp_swiper-main-re.css');
@import url('https://storage.googleapis.com/decathlon_com_mx/hp_swiper-banners-revamp-25.css');
@import url('https://storage.googleapis.com/decathlon_com_mx/hp_container-vf.css');
@import url('https://storage.googleapis.com/decathlon_com_mx/hp_panoplies-algolia.css');

/* CSS LINKS END */

/*ONESHOP CMS OVERRIDE START*/

.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0pX !important;
}

/* ONESHOP CMS OVERRIDE END*/


.hp-revamp-hr {
    /*font-family: 'Inter';*/
}


.gender-section {
    text-align: left;
    padding: 20px;
    max-width: 1800px;
    margin: 40px auto;
}

.gender-title {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 600 !important;
}

.gender-link {
    display: inline-block;
    color: #3643ba;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500 !important;
    letter-spacing: 0em;
    outline: none;
}

.gender-link:hover {
    color: #010101;
}

.gender-slider {
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
    max-width: 1800px;
}

.gender-slider-wrapper {
    display: flex;
    gap: 60px;
}

.gender-item {
    flex: 1 1 180px;
    max-width: 250px;
    text-align: center;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gender-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 15px;
}

.gender-item span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #010101;
    width: fit-content;
}

.gender-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.gender-item a:hover {
    text-decoration: underline;
}

.gender-controls {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.gender-controls button {
    background: none;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gender-controls button:hover {
    background: #ecedf8;
}

@media (min-width: 1024px) {
    .gender-controls {
        display: none;
    }
}

@media (max-width: 1024px) {
    .gender-slider {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .gender-slider::-webkit-scrollbar {
        display: none;
    }

    .gender-slider-wrapper {
        gap: 20px;
    }

    .gender-item {
        flex: 0 0 80%;
        max-width: 130px;
    }

    .gender-item img {
        max-width: 130px;
    }

    .gender-item span {
        font-size: 13px;
        padding: 4px 8px;
    }

    .gender-controls {
        display: flex;
    }

    .gender-title {
        font-size: 26px;
    }

    .gender-section {
        padding: 10px;
    }
}


.category-section {
    text-align: left;
    padding: 20px;
    max-width: 1800px;
    margin: 0 auto 50px auto;
}

.category-title {
    font-size: 32px;
    font-weight: 600 !important;
    margin-bottom: 25px;
    line-height: 1.1875;
    letter-spacing: 0em;
}

.category-link {
    display: inline-block;
    color: #3643ba;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
    margin-bottom: 25px;
}

.category-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
    max-width: 1800px;
}

.category-slider-wrapper {
    display: flex;
    gap: 15px;
    margin: 5px;
}

.category-item {
    flex: 1 1 auto;
    max-width: 340px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.category-item img {
    width: 100%;
    max-width: 340px;
    height: 100%;
    max-height: 425px;
    aspect-ratio: 340 / 425;
    object-fit: cover;
}


.category-item p {
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0em;
    margin-top: 8px;
}

.category-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}

.category-item a:hover {
    text-decoration: underline;
}

.category-controls {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.category-controls button {
    background: none;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.category-controls button:hover {
    background: #ecedf8;
}

@media (min-width: 1024px) {
    .category-controls {
        display: none;
    }
}

@media (max-width: 1024px) {
    .category-slider {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .category-slider::-webkit-scrollbar {
        display: none;
    }

    .category-item {
        flex: 0 0 80%;
        max-width: 240px;
    }

    .category-item img {
        max-width: 240px;
        max-height: 300px;
        aspect-ratio: 240 / 300;
    }

    .category-controls {
        display: flex;
        justify-content: flex-start;
    }

    .category-title {
        font-size: 26px;
    }

    .category-section {
        padding: 10px;
    }
}


.deals-box{
    margin: 100px auto;
}

.deals-box a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    outline: none;
    max-width: 1800px;
    margin: 0 auto;
  }
  
  .deals-box a:focus-visible {
    outline: 3px solid #3643ba;
    outline-offset: 4px;
    border-radius: 6px;
    z-index: 1;
  }
  

.deals-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffcd4e;
    flex-wrap: wrap;
    position: relative;
    max-width: 1800px;
}

.deals-text {
    max-width: 50%;
    padding: 20px;
}

.deals-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 600 !important;
}

.deals-text p {
    font-size: 16px;
    margin: 20px 0;
}

.deals-text i {
    text-decoration: none;
    color: black;
    font-weight: 600;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    font-size: 1.3rem;
}

.deals-images {
    position: relative;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.deals-image-container {
    position: relative;
    display: inline-block;
}

.deals-main-image {
    width: 400px;
    height: auto;
}

.deals-overlay-image {
    position: absolute;
    bottom: 0px;
    left: -100px;
    width: 200px;
    height: auto;
}

@media (max-width: 900px) {
    .deals-banner {
        flex-direction: column;
        background-color: #fff;
    }

    .deals-images {
        order: -1;
        max-width: 100%;
    }

    .deals-text {
        width: 100%;
        max-width: 1000px;
        background-color: #ffcd4e;
        padding: 30px;
    }

    .deals-text h1 {
        font-size: 1.7rem !important;
    }

    .deals-main-image {
        width: 80%;
        height: auto;
        display: inline;
    }

    .deals-image-container {
        text-align: right;
    }

    .deals-overlay-image {
        left: 5%;
        bottom: 0px;
        width: 170px;
    }
}

.product-featured {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1800px;
    margin: 30px auto;
    padding: 20px;
    gap: 40px;
    height: 800px;
}

.product-image-featured {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;

}

.product-details-featured {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-title-featured {
    font-size: 32px;
    font-weight: 600 !important;
    margin-bottom: 25px;
    line-height: 1.1875;
    letter-spacing: 0em;
    margin-bottom: 20px;
    width: 100%;
    max-width: 450px;
}

.product-title-featured span {
    padding-left: 10%;
}

.product-card-featured {
    text-decoration: none;
    color: black;
    background: white;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.product-card-image-featured {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.product-info-featured {
    text-align: left;
}

.product-info-featured p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.price-featured {
    font-weight: 500;
    font-size: 18px;
    background-color: #ffcd4e;
    padding: 3px 5px;
}

.price-featured-sale {
    font-size: 18px;
}

.price-featured-sale strong {
    font-weight: 500 !important;
    background-color: #e20c18;
    padding: 3px 5px;
    color: white;
}

.price-featured-sale small {
    background-color: #fff;
    color: #e20c18;
}

.sale-line {
    text-decoration: line-through;
    font-weight: 500 !important;
}

.cart-icon-featured {
    background: #3643ba;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    display: none;
}

@media (max-width: 1024px) {
    .product-featured {
        position: relative;
        padding: 0;
        height: auto;
    }

    .product-image-featured {
        width: 100%;
        height: 600px;
        /* Mobitel visina */
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .product-details-featured {
        position: absolute;
        bottom: 20px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-title-featured {
        color: white;
        position: absolute;
        bottom: 460px;
        left: 0px;
    }

    .product-info-featured p {
        margin-bottom: 5px;
    }


    .product-card-featured {
        width: 100%;
        max-width: 600px;
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .product-card-image-featured {
        width: 80px;
        margin-bottom: 0;
    }

    .product-info-featured {
        text-align: left;
        flex: 1;
        padding-left: 10px;
    }

    .cart-icon-featured {
        width: 40px;
        height: 40px;
        display: inline-flex;
    }
}

.container-popular-links {
    max-width: 1800px;
    width: 100%;
    margin: 50px auto;
    padding: 20px;
}

.container-popular-links h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.box-popular-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.column-popular-links {
    flex: 1;
    min-width: 300px;
}

.link-popular-links {
    display: flex;
    align-items: center;
    font-size: 3rem;
    text-decoration: none;
    color: black;
    letter-spacing: 0em;
    transition: color 0.3s ease-in-out;
    font-weight: 600 !important;
}

.link-popular-links img {
    margin-left: 20px;
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.link-popular-links:hover {
    color: #3643ba;
}

.link-popular-links:hover img {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .link-popular-links {
        font-size: 2.5rem;
    }
}


@media (max-width: 768px) {
    .box-popular-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .link-popular-links {
        font-size: 2.3rem;
    }

    .link-popular-links img {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 500px) {
    .link-popular-links {
        font-size: 1.8rem;
    }
}

.apphp-box a {
    color: #fff!important;
    text-decoration: none;
    display: block;
    position: relative;
    outline: none;
    max-width: 1800px;
    margin: 0 auto;
  }

  .apphp-box a:hover {
    color: #fff!important;
  }
  
  .apphp-box a:focus-visible {
    outline: 3px solid #3643ba;
    outline-offset: 4px;
    border-radius: 6px;
    z-index: 1;
  }

.apphp-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3643ba;
    flex-wrap: wrap;
    position: relative;
    max-width: 1800px;
    margin: 100px auto;
}

.apphp-text {
    max-width: 50%;
    padding: 20px;
}

.apphp-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.1875;
    letter-spacing: 0em;
    font-weight: 600 !important;
}

.apphp-text p {
    font-size: 16px;
    margin: 20px 0;
}

.apphp-text i {
    text-decoration: none;
    color: black;
    font-weight: 600;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    font-size: 1.3rem;
}

.apphp-images {
    position: relative;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.apphp-image-container {
    position: relative;
    display: inline-block;
}

.apphp-main-image {
    width: 400px;
    height: auto;
}

.apphp-overlay-image {
    position: absolute;
    bottom: 0px;
    left: -100px;
    width: 200px;
    height: auto;
    background-color: #fff;
}

@media (max-width: 900px) {
    .apphp-banner {
        flex-direction: column;
        background-color: #fff;
    }

    .apphp-images {
        order: -1;
        max-width: 100%;
    }

    .apphp-text {
        width: 100%;
        max-width: 1000px;
        background-color: #3643ba;
        padding: 30px;
    }

    .apphp-text h2 {
        font-size: 26px !important;
    }

    .apphp-main-image {
        width: 80%;
        height: auto;
        display: inline;
    }

    .apphp-image-container {
        text-align: right;
    }

    .apphp-overlay-image {
        left: 5%;
        bottom: 0px;
        width: 170px;
    }
}

/* EAA OUTLINE LINKS START */

.slider-reskin-cro a:focus-visible,
.slider-reskin-cro button:focus-visible,
.swiper-buttons-mobile a:focus-visible,
.swiper-buttons-mobile button:focus-visible,
.hp-revamp-hr a:focus-visible,
.hp-revamp-hr button:focus-visible {
    outline: 3px solid #3643ba;
    transition: outline 0.2s ease-in-out;
    z-index: 5;
}


/* EAA OUTLINE LINKS END */



/* counter start */

.counter-wrapper {
    color: #fff;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1900px;
    margin: 0 auto 20px auto;
    text-decoration: none;
}

.counter-wrapper a:focus-visible {
    outline: 3px solid #3643ba;
    transition: outline 0.2s ease-in-out;
}

.sales-counter {
    background-color: #e50029;
}

.deals-counter {
    background-color: #ffcd4e;
    color: #000;
}

.counter-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 0em;
    font-weight: 600 !important;

}

.counter-text {
    margin-bottom: 15px;
}

.counter-link {
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 0 !important;
    cursor: pointer;
}

.countdown {
    display: flex;
    gap: 0.5rem;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
}

.time-box .number {
    font-size: 1.8rem;
    background-color: #fff;
    color: #000;
    padding: 0.3rem 0.6rem;
    font-weight: 600;
    min-width: 3ch;
    text-align: center;
}

.sales-counter .time-box .number {
    background-color: #fff;
    color: #000;
}

.deals-counter .time-box .number {
    background-color: #000;
    color: #fff;
}

.time-box .label {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .counter-title {
        font-size: 1.8rem;
    }

    .counter-link {
        padding: 0.5rem 1rem;
    }

    .time-box .number {
        font-size: 1.2rem;
        padding: 0.2rem 0.4rem;
        min-width: 2ch;
    }

    .time-box .label {
        font-size: 0.5rem;
    }
}

/* counter end */