@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url("https://use.typekit.net/gbq1zre.css");
@import url("https://use.typekit.net/gbq1zre.css");
@import url("https://use.typekit.net/gbq1zre.css");

/*general*/

html {
    scroll-behavior: smooth;
    align-items: center;
}

body {
    width: 100vw;
    margin: 0px;
    background-color: #0F0F0F;
    color: #fff;
}

h1 {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-size: 96px;
    font-style: normal;
    margin: 0px;
}

h2 {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    font-style: normal;
    margin: 0px;
    line-height: 75px;
}

h3 {
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    font-style: normal;
    margin: 0px;
}

h4 {
    font-family: "Indivisible", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

h5 {
    font-family: "Indivisible", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p {
    font-family: "Indivisible", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

input {
    text-align: left;
    font-family: Indivisible;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #87888C;

    background-color: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
    padding: 10px 15px;
    width: 120px;
}

input:focus,
input:hover {
    border: 2px solid #E6FE2C;
}

/*links*/

a {
    color: inherit;
    text-decoration: none;
}

a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

.button:link {
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 50px;
    border: 1px solid #fff;
    font-family: "Indivisible", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;

    transition: 0.5s ease;
}

.button:visited {
    text-decoration: none;
    color: #fff;
}

.button:hover {
    background-color: #E6FE2C;
    border: 1px solid #E6FE2C;
    color: #0F0F0F;
}

.button:active {
    background: #0F0F0F;
}

svg {
    transition: 0.5s ease;
}

/*above nav banner*/

.nav-banner {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #fff;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

/*responsive nav test*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic styles for the navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 50px;
    align-items: center;
    border-bottom: 1px solid #fff;

    svg {
        height: 30px;
        width: auto;
        fill: #fff;
        transition: 0.5s ease;
    }

    svg:visited {
        fill: #fff;
    }

    svg:hover {
        fill: #E6FE2C;
    }

    svg:active {
        fill: #fff;
    }
}

/* Navigation links styling */
.nav-links {
    list-style-type: none;
    display: flex;
    font-family: "Indivisible", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 50px;
}

.nav-links a:link {
    color: #fff;
}

.nav-links a:visited {
    color: #fff
}

.nav-links li:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s, text-decoration 0.3s,
}

/* Menu toggle button for mobile view */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle .bar {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin: 3px;
}

/*nav

#nav {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 50px;
    align-items: center;
    border-bottom: 1px solid #fff;

    svg {
        height: 30px;
        width: auto;
        fill: #fff;
        transition: 0.5s ease;
    }

    svg:visited {
        fill: #fff;
    }

    svg:hover {
        fill: #E6FE2C;
    }

    svg:active {
        fill: #fff;
    }

    ul {
        list-style-type: none;
        display: flex;
        font-family: "Indivisible", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        gap: 50px;
    }

    ul li a:link {}

    ul li a:visited {
        color: #fff
    }

    ul li:hover {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    ul li a:active {
        color: #fff
    }
}
*/

.logo-box {
    width: 207.59px;
}

.search-heart-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: 0.5s ease;
}

/*header*/

.index-header {
    background-image: url("../images/other-images/man-sitting-down-with-shoes.jpg");
    background-color: rgba(0, 0, 0, 0.60);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;

    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #fff;
}

.header-kicker {
    font-family: "Indivisible", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*selling brands*/

.selling-brands {
    display: flex;
    padding: 50px;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.shoe-brand-logos {
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
}

.brand-logo {
    height: 30px;
    width: auto;
}

/*animation*/

.wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.wrapper:before,
.wrapper:after {
    content: "";
    position: absolute;
    height: 84px;
    width: 150px;
    z-index: 2;
}

.wrapper:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.wrapper:before {
    left: 0;
    top: 0;
}

.wrapper .track {
    display: flex;
    width: calc(150px * 10);
    animation: scroll 15s 0.5s linear infinite;
    gap: 100px;
}

.wrapper .logo {
    width: auto;
}

.wrapper .logo img {
    height: 30px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-150px * 5));
    }
}

/*animation

.scroll-parent {
    position: relative;
    width: 100vw;
    height: 20rem;
    overflow-x: hidden;
  }
  
  .scroll-element {
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0%;
    top: 0%;
    animation: primary 3s linear infinite;
  }
  
  @keyframes primary {
    from {
      left: 0%;
    }
    to {
      left: -100%;
    }
  }

  .primary {
    animation: primary 3s linear infinite;
  }
  
  .secondary {
    animation: secondary 3s linear infinite;
  }
  
  @keyframes secondary {
    from {
      left: 100%;
    }
    to {
      left: 0%;
    }
  }

  */

/*landing page link*/

.landing-page-link {
    display: flex;
    padding: 100px 50px 50px 50px;
    align-items: center;
    gap: 180px;
}

.landing-page-link-image {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-12.jpg");
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.landing-page-link-text {
    display: flex;
    width: 438px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
}

.landing-page-link-kicker {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landing-page-link-buttons {
    display: flex;
    gap: 15px;
}

/*featured sneakers preview*/

.featured-sneakers-preview {
    display: flex;
    padding: 50px 50px 100px 50px;
    flex-direction: column;
    gap: 50px;
    border-bottom: 1px solid #fff;
}

.featured-sneakers-preview-text {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-bottom: 1px solid #fff;
}

.full-list-text {

    display: flex;
    gap: 15px;
    transition: 0.5s ease;

    :link {
        color: #fff;
        fill: #fff;
    }

    :visited {
        color: #fff;
        fill: #fff;
    }

    :hover {
        fill: #E6FE2C;
        color: #E6FE2C;
    }

    :active {
        color: #fff;
        fill: #fff;
    }

    svg {
        fill: #fff;
        height: 15px;
        width: 15px;
    }

}

.preview-link {
    font-weight: 500;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex: 1 0 0;
}

.product-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.154px;
}

.product-name {
    font-weight: 700;
}

.product-image {
    height: 240px;
    align-self: stretch;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
}

.product-image:hover {
    opacity: 0.5;
    transform: scale(1.01);
    cursor: pointer;
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}

.product-image-mexico-66 {
    background-image: url("../images/products/onitsuka_tiger-mx_66.jpg");
}

.product-image-speedcat-og {
    background-image: url("../images/products/puma_speedcat.jpg");
}

.product-image-hillary-tech {
    background-image: url("../images/products/vagabond-hillary_tech.jpg")
}

.product-image-samba-og {
    background-image: url("../images/products/adidas_samba_og.jpg");
}

/*featured*/

.featured-page {
    display: flex;
    flex-direction: column;
    background-color: #F9F9F9;
    padding: 100px 50px;
    color: #0F0F0F;
    gap: 100px;
}

.featured-header {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;

    border-bottom: 1px solid #0F0F0F;

    h2 {
        color: #0F0F0F;
    }
}

.filter-sort-section {
    display: flex;
    gap: 20px;
    transition: 0.5s ease;
    padding-bottom: 6px;
}

.filter-sort {
    display: flex;
    gap: 5px;
    align-items: center;

    h4 {
        font-weight: 500;
    }

    svg {
        height: 15px;
        width: 15px;
    }

    :link {
        color: #0f0f0f;
        fill: #0f0f0f;
    }

    :visited {
        color: #0f0f0f;
        fill: #0f0f0f;
    }

    :hover {
        fill: #87888C;
        color: #87888C;
    }

    :active {
        color: #0f0f0f;
        fill: #0f0f0f;
    }
}

/*product grid*/

.product-1 {
    background-image: url("../images/products/adidas_samba_og.jpg");
}

.product-2 {
    background-image: url("../images/products/asics-ex_90.jpg");
}

.product-3 {
    background-image: url("../images/products/diadora-equipe_dirty_sw_evo.jpg");
}

.product-4 {
    background-image: url("../images/products/new_balance-530.jpg");
}

.product-5 {
    background-image: url("../images/products/new_balance-991.jpg");
}

.product-6 {
    background-image: url("../images/products/nike-air_force_1.jpg");
}

.product-7 {
    background-image: url("../images/products/nike-cortez.jpg");
}

.product-8 {
    background-image: url("../images/products/nike-dunk_low.jpg");
}

.product-9 {
    background-image: url("../images/products/nike-p_6000.jpg");
}

.product-10 {
    background-image: url("../images/products/onitsuka_tiger-mx_66.jpg");
}

.product-11 {
    background-image: url("../images/products/puma_speedcat.jpg");
}

.product-12 {
    background-image: url("../images/products/vagabond-hillary_tech.jpg");
}

/*landing page*/

.landing-header {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-8.webp");
    background-color: rgba(0, 0, 0, 0.60);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;

    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #fff;
    height: 600px;
}

.tagline {
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

/*showcase*/

.showcase-container {
    padding: 50px;
}

.showcase {
    padding: 50px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.showcase-1 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-1.jpg");
}

.showcase-2 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-2.webp");
}

.showcase-3 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-3.webp");
}

.showcase-4 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-4.webp");
}

/*informational*/

.informational-section-1 {
    display: flex;
    padding: 0px 100px;
    justify-content: space-between;
    align-items: center;
}

.section-1-text {
    width: 330px;
}

.informational-image-1 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-12.jpg");
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.informational-section-2 {
    display: flex;
    padding: 50px 100px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.section-2-text {
    width: 900px;
    padding: 0px 100px;
}

.informational-image-2 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-11.jpg.webp");
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

/*cta*/

.call-to-action {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-6.webp");
    background-color: rgba(0, 0, 0, 0.70);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 330px;

    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #fff;

    p {
        text-align: center;
        width: 438px;
    }
}

/*product pages - global*/

.product-container {
    display: flex;
    color: #0F0F0F;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 100px;
    background-color: #F9F9F9;
    gap: 50px;
}

/*slider*/

/* Slideshow container */
.slideshow-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    width: 100%;
}

/* Hide the images by default */
.mySlides {
    display: none;
    height: 600px;
    background-size: cover;
    background-position: center;
}

/* Next & previous buttons */

.prev-next-buttons {
    display: flex;
    cursor: pointer;
    position: absolute;
    align-items: center;

    bottom: 3%;
    gap: 10px;
    align-self: center;
}

.prev,
.next {
    width: auto;
    height: auto;
    transition: 0.5s ease;
    height: 13px;

    svg {
        fill: #87888C;
    }
}

/*
.prev, .next {
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #0F0F0F;
  font-weight: bold;
  font-size: 18px;
  transition: 0.5s ease;
  border-radius: 50px;
  user-select: none;
}
*/

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    svg {
        fill: #0F0F0F;
    }
}

/* The dots/bullets/indicators */

.dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.5s ease;
}

.active {
    background-color: #87888C;
}

.dot:hover {
    background-color: #0F0F0F;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: .5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*end slider*/

.product-images-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/*

.main-product-image {
    height: 750px;
    align-self: stretch;
    background-size: cover;
    background-position: center;
    transition: 0.5s ease;
}

.main-product-image:hover {
    opacity: 0.5;
    transform: scale(1.01);
    cursor: pointer;
}

*/

.sub-product-grid {
    align-self: stretch;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;

    .product-image {
        height: 150px;
    }
}

.drop-down-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    transition: 0.5s ease;

    :hover {
        background-color: #D9D9D9;
    }
}

.drop-down {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    transition: 0.5s ease;
    cursor: pointer;

    h4 {
        font-weight: 500;
    }

    svg {
        fill: #87888C;
        transition: 0.5s ease;
    }

    /*
    svg:visited {
        fill: #87888C;
    }

    svg:hover {
        fill: #0f0f0f;
    }

    svg:active {
        fill: #87888C;
    }
    */
}

.review-stars {
    display: flex;
    gap: 15px;
    align-items: center;
}

.stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

/*accordion test*/

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #F9F9F9;
    color: #0F0F0F;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-family: "Indivisible", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    transition: 0.5s ease;
    cursor: pointer;

    svg {
        fill: #87888C;
        transition: 0.5s ease;
    }
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
    background-color: #D9D9D9;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    display: none;
    overflow: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0px 10px 0px 10px;

    p {
        font-size: 16px;
        line-height: 1.5;
    }
}

/*end accordion test*/

.recommended-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;

    p {
        font-size: 14px;
    }
}

.recommended-section-grid {
    align-self: stretch;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;

    .product-image {
        height: 215px;
    }
}

.recommended-header {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #0F0F0F;
}

.sidebar {
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 100px;
    background-color: #fff;
    gap: 50px;

    border-left: 1px solid #0f0f0f;
}

.sidebar-heading {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    align-self: stretch;
    padding-bottom: 5px;

    border-bottom: 1px solid #0f0f0f;

    p {
        font-size: 16px;
    }
}

.product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    line-height: normal;

    p {
        font-size: 20px;
    }
}

.size-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.sizes-heading {
    justify-content: space-between;
}

.size-guide {
    color: #87888C;
    transition: 0.5s ease;
    cursor: pointer;
}

.size-guide:visited {
    color: #0F0F0F;
}

.size-guide:hover {
    color: #0F0F0F;
}

.size-guide:active {
    color: #0F0F0F;
}

.sizes {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
    align-self: stretch;
    flex-wrap: wrap;

    grid-template-columns: 1fr 1fr;
}

.size-container {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.5s ease;
    cursor: pointer;

    border-radius: 5px;
    border: 1px solid #D9D9D9;
    font-size: 16px;
}

.size-container:hover {
    background-color: #D9D9D9;
}

.cart-favorites-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}

.add-to-cart-button {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: 0.5s ease;

    border-radius: 5px;
    border: 1px solid #0f0f0f;
    background: #0F0F0F;

    p {
        color: #fff;
        font-size: 16px;
    }
}

.add-to-cart-button:hover {
    cursor: pointer;

    p {
        color: #0F0F0F;
    }

    background-color: #E6FE2C;
}

.add-to-favorites-button {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: 0.5s ease;

    border-radius: 5px;
    border: 1px solid #D9D9D9;

    p {
        font-size: 16px;
    }
}

.add-to-favorites-button:hover {
    cursor: pointer;

    color: #0F0F0F;
    border: 1px solid #0f0f0f;
}

.shipping-returns-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.text-line {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    p {
        font-size: 16px;
    }
}

.help-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;

    p {
        font-size: 16px;
    }
}

.chat-with-us {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: 0.5s ease;

    color: #87888C;

    svg {
        fill: #87888C;
    }
}

.chat-with-us:visited {
    color: #87888C;
    fill: #87888C;
}

.chat-with-us:hover {
    cursor: pointer;
    color: #0f0f0f;

    svg {
        fill: #0f0f0f;
    }
}

.chat-with-us:active {
    color: #87888C;
    fill: #87888C;
}

/*product pages - onitsuka*/

.onitsuka-img1 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-1.jpg");
}

.onitsuka-img2 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-2.webp");
}

.onitsuka-img3 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-4.webp");
}

.onitsuka-img4 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-6.webp");
}

.sub-product-onitsuka-img1 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-1.jpg");
}

.sub-product-onitsuka-img2 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-2.webp");
}

.sub-product-onitsuka-img3 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-4.webp");
}

.sub-product-onitsuka-img4 {
    background-image: url("../images/onitsuka/onitsuka_tiger-mx_66-6.webp");
}

/*product pages - puma speedcat og*/

.speedcat-img1 {
    background-image: url("../images/speedcat/speedcat-og-1.jpg");
}

.speedcat-img2 {
    background-image: url("../images/speedcat/speedcat-og-2.png");
}

.speedcat-img3 {
    background-image: url("../images/speedcat/speedcat-og-3.png");
}

.speedcat-img4 {
    background-image: url("../images/speedcat/speedcat-og-4.png");
}

.sub-product-speedcat-img1 {
    background-image: url("../images/speedcat/speedcat-og-1.jpg");
}

.sub-product-speedcat-img2 {
    background-image: url("../images/speedcat/speedcat-og-2.png");
}

.sub-product-speedcat-img3 {
    background-image: url("../images/speedcat/speedcat-og-3.png");
}

.sub-product-speedcat-img4 {
    background-image: url("../images/speedcat/speedcat-og-4.png");
}

/*product pages - vagabond hilalry tech*/

.vagabond-img1 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-1.jpg");
}

.vagabond-img2 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-2.png");
}

.vagabond-img3 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-3.png");
}

.vagabond-img4 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-4.webp");
    background-position: bottom;
}

.sub-product-vagabond-img1 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-1.jpg");
}

.sub-product-vagabond-img2 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-2.png");
}

.sub-product-vagabond-img3 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-3.png");
}

.sub-product-vagabond-img4 {
    background-image: url("../images/vagabond/vagabond-hillary_tech-4.webp");
    background-position: bottom;
}

/*footer*/

#footer {
    display: flex;
    flex-direction: column;
}

#footer {
    a {
        font-family: "Indivisible", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    li a:link {
        color: #fff;
    }

    li a:visited {
        color: #fff;
    }

    li a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    li a:active {
        color: #fff;
    }
}

.footer-info {
    display: flex;
    padding: 50px 100px 25px 100px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-card {
    display: flex;
    width: 180px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
}

.subscribe {
    width: 240px;
}

.footer-title {
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    align-self: stretch;

    border-bottom: 1px solid #fff;
}

.footer-card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.payment-options {
    display: flex;
    padding: 25px 50px;
    justify-content: center;
    align-items: center;
    gap: 25px;

    img {
        height: 45px;
        width: auto;
    }
}

.copyright {
    display: flex;
    padding: 25px 50px 50px 50px;
    justify-content: space-between;
    align-items: center;

    svg {
        height: 30px;
        width: auto;
        fill: #fff;
    }

    svg:visited {
        fill: #fff;
    }

    svg:hover {
        fill: #E6FE2C;
    }

    svg:active {
        fill: #fff;
    }
}

.social-media {
    display: flex;
    align-items: center;
    gap: 25px;

    svg {
        height: 25px;
    }
}

/*responsive*/

@media (max-width: 480px) {

    /*global*/

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 14px;
    }

    .button:link {
        font-size: 10px;
    }

    /*nav*/

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 125px;
        left: 0;
        background-color: #0F0F0F;
        gap: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-links.active {
        display: flex;
        background-color: #0F0F0F;
    }

    .nav-links li {
        margin: 10px 0;
        text-align: center;
    }

    .menu-toggle {
        display: flex;
    }

    .search-heart-cart {
        display: none;
    }

    /*index header*/

    .index-header {
        gap: 20px;
    }

    .header-kicker {
        font-size: 14px;
    }

    /*selling brands*/

    .selling-brands {
        padding: 25px;
    }

    .wrapper {
        padding-bottom: 25px;
    }

    .wrapper .logo img {
        height: 15px;
    }

    .wrapper .track {
        gap: 50px;
    }

    /*landing page link*/

    .landing-page-link {
        flex-direction: column;
        gap: 50px;
        padding: 50px;
        padding-bottom: 0px;
    }

    .landing-page-link-image {
        width: 100%;
        height: 460px;
    }

    .landing-page-link-kicker {
        font-size: 14px;
    }

    .landing-page-link-text {
        width: 380px;
        gap: 15px;
    }

    /*featured sneakers preview*/

    .featured-sneakers-preview {
        padding: 50px;
        gap: 25px;
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .product-card {
        gap: 15px;
    }

    .product-image {
        height: 160px;
    }

    .product-card-text {
        gap: 0px;
    }

    /*featured*/

    .featured-page {
        padding: 50px;
        gap: 50px;
    }

    .filter-sort {
        h4 {
            font-size: 12px;
        }
        svg {
            height: 10px;
            width: 10px;
        }
    }

    /*landing page*/

    .landing-header {
        height: 346.5px;
        gap: 20px;

        h1 {
            text-align: center;
            line-height: 60px;
        }
    }

    .tagline {
        padding-top: 25px;
    }

    .showcase-container {
        padding-top: 25px;
    }

    .informational-section-1 {
        padding: 0px 50px;
        flex-direction: column-reverse;
        gap: 50px;
    }

    .section-1-text {
        width: auto;
    }

    .section-2-text {
        width: auto;
        padding: 0px;
    }

    .informational-image-1 {
        width: 100%;
        height: 460px;
    }

    .informational-section-2 {
        flex-direction: column;
        gap: 50px;
        padding: 50px;
    }

    .informational-image-2 {
        width: 100%;
        height: 430px;
    }

    .call-to-action {
        padding: 50px;
        height: 250px;

        p {
            width: auto;
        }
    }

    /*product pages*/

    .product-container {
        flex-direction: column-reverse;
    }

    .content {
        padding: 50px;
    }

    .sidebar {
        gap: 25px;
    }

    .size-section {
        p {
            font-size: 12px;
        }
    }
    .cart-favorites-section {
        p {
            font-size: 12px;
        }
    }   

    .shipping-returns-section {
        gap: 10px;

        p {
            font-size: 12px;
        }

        img {
            height: 14px;
            width: auto;
        }
    }

    .help-section {
        gap: 10px;

        p {
            font-size: 12px;
        }
    }

    .chat-with-us {
        align-items: center;
        svg {
            height: 14px;
            width: auto;
        }
    }

    .mySlides {
        height: 360px;
    }

    .recommended-section-grid {
        .product-image {
            height: 160px;
        }
    }

    /*footer*/

    #footer {
        a {
            font-size: 10px;
            line-height: 12px;
        }

        input {
            font-size: 10px;
        }

        p {
            font-size: 10px;
        }
    }

    .footer-info {
        flex-direction: column;
        gap: 30px;
    }

    .footer-title {
        font-size: 12px;
    }

    .payment-options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0px;

        img {
            height: 25px;
            vertical-align: middle;
        }
    }

    .copyright {
        flex-direction: column;
        gap: 15px;
        padding: 25px 50px 25px 50px;
    }

}