html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/* Navigation Bar */

nav {
    background-color: #C1C1C1;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
}

.nav-bar {
    text-decoration: none;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw; 
    color: #232323;
    margin: 0 1rem;
}

.nav-icon {
    height: 3vh; 
    width: auto; 
    margin-right: 3rem;  
}

.grp-2 {
    display: flex;
    justify-content: space-between;
}

.grp-2 a {
    margin-right: 6vw;
}

.grp-3 {
    display: flex;
    justify-content: space-between;
    gap: 0.1vw;
}

.grp-3 a {
    margin: 0;
}

/* Footer */

footer {
    background-color: #000000;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100vw;
    margin-top: 50vh;
}

footer h4 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw; 
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.footer-content p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 0.8vw;
    color: #FFFFFF;
}

footer .footer-content {
    display: flex;
    justify-content: center;
    gap: 1vh; 
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15vw;
    margin-right: 15vw;
}

footer .footer-bottom p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 0.8vw;
    color: #FFFFFF;
}

footer .footer-bottom {
    display: flex;
    gap: 4vw; 
    flex-direction: row;
    align-items: flex-start;
    margin-left: 2vw;
    margin-top: 5vh;
}

/* contact.html */

#contact-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    color: #232323;
    margin-left: 15vw;
}

#contact-sub {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 1.5vw;
    font-style: normal;
    display: flex;
    justify-content: center;
}

.contact-content {
    display: flex;
    justify-content: center;
    gap: 8vw; 
    flex-direction: row;
    align-items: flex-start;
}

.contact-section {
    text-align: center;
}

.contact-section h4 {
    font-size: 1.5vw;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
}

.contact-section p {
    line-height: 1.5;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 1vw;
}

.contact-section img {
    border-radius: 50%;
}

.contact-divider {
    width: 80%;
    height: 0.1vh; 
    background-color: #B5B5B5;
    border: none;
    margin-top: 10vh;
    margin-bottom: 5vh;
}

/* account.html */

.sidebar a img {
    width: 1.5vw;
    height: 1.5vw;
}

.account-content .id img {
    width: 4vw;
    height: auto;
}

.sidebar a {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 1vw;
    color: #232323;
    text-decoration: none;
}

.sidebar {
    display: flex;
    justify-content: center;
    gap: 0vh; 
    flex-direction: column;
    align-items: flex-start;
    margin-left: 3vw;
    margin-right: 5vw;
    margin-top: 5vh;
}

.account-options {
    display: flex;
    flex-direction: row;
}

.account-options a {
    display: flex;
    align-items: center;
}

.account-options a img {
    margin-right: 1vw;
}

.sidebar hr {
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: -1vw;
    width: 150%; 
    height: 0.1vh; 
    background-color: #B5B5B5;
    border: none;
    display: block; 
}

.account-container {
    display: flex;
    gap: 8vw; 
    flex-direction: row;
    align-items: flex-start;
    margin-top: 5vh;
}

.vertical-line {
    width: 0.1vh; 
    height: 100vh; 
    background-color: #B5B5B5;
    border: none;
    display: block;
    margin-left: -7vw;
    margin-right: 0vw;  
}

.id img {
    border-radius: 50%;
}

.id {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    margin-top: 4vh;
}

.id h4 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #232323;
}

.account-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2vh;
}

.edit-account {
    border-radius: 25vw;
    padding: 2vh 1vw;
    line-height: 100%;
    display: inline-block;
    border-width: 0.1vh;
    border-color: #B5B5B5;
    border-style: solid;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    background-color: white;
    margin-left: 4vw;
  }

.account-details {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-top: 4vh;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
}
.account-footer {
    margin-top: 5vh !important;
}

/* orders.html */

.order-container .ordered-shoe img {
    object-fit: cover !important;
}

.order-container {
    display: flex;
    gap: 1vh; 
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vh;
    margin-left: -3vw;
}

.order-details {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: center;
}

.order-info {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.order-info p, .order-info h3 {
    margin: 0;
  }

.order-header h3 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
}

.delivery-status p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    color: #B5B5B5;
}

.item h3 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
}

.details p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    color: #000000;
}

.order-container hr {
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: -1vw;
    width: 440%; 
    height: 0.1vh; 
    background-color: #B5B5B5;
    border: none;
    display: block; 
}

#whatsapp {
    height: 4vw;   
    width: auto;
}

.contact-footer {
    margin-top: 5vh !important;
}

/* settings.html */

.settings-container {
    display: flex;
    gap: 5vh;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vh;
    margin-left: -3vw;
    width: 100%;
}

.settings-container > div {
    width: 100%;
}

.settings-container hr {
    margin: 2vh 0;
    width: 97%;
    height: 0.1vh;
    background-color: #B5B5B5;
    border: none;
    display: block;
    margin-left: -1vw;
}

.settings-container p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
}

.settings-footer {
    margin-top: 5vh !important;
}

/* rewards.html */

.rewards-container {
    display: flex;
    gap: 2vh;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vh;
    margin-left: -3vw;
    width: 100%;
}

.rewards-container h3 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
}

.rewards-container p {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    color: #000000;
}

.coin {
    height: 6vw;
    width: auto;
}

.claim-button {
    border-radius: 25vw;
    padding: 2vh 2vw;
    line-height: 100%;
    display: inline-block;
    border-style: none;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    background-color: rgb(0, 0, 0);
    color: white;
}

.claim-button:hover {
    opacity: 0.8;
}

.vouchers img {
    width: 5vw;
    height: auto;
}

.rewards-footer {
    margin-top: 5vh !important;
}

/* Daily Reward Overlay */
.daily-overlay, .gacha-overlay, .gacha-pic-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.daily-overlay.show, .gacha-overlay.show, .gacha-pic-overlay.show {
    display: flex;
    animation: fadeIn 0.5s;
}

.daily-overlay-content, .gacha-overlay-content, .gacha-pic-overlay-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2vh;
    padding: 5vh 2vw;
    text-align: center;
    width: 80%;
    max-width: 20%;
    animation: popUp 0.5s ease-out;
}

.daily-overlay-content .daily-logo, .gacha-overlay-content .daily-logo, .gacha-pic-overlay-content .daily-logo {
    align-self: center; 
    max-width: 25%;
    height: auto; 
}

.daily-overlay p, .gacha-overlay p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
}

.claim-daily, .spin-daily {
    border-radius: 25vw;
    padding: 2vh 1vw;
    line-height: 150%;
    width: 40%;
    display: block;
    border-style: none;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    background-color: rgb(0, 0, 0);
    color: white;
    align-self: center;
}

.claim-daily:hover, .spin-daily:hover {
    opacity: 0.8;
}

.gacha-pic-overlay-content {
    border-radius: 1vw;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.gacha-pic-overlay p {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    margin: 0.3vh;
    padding: 0;
}

.rates-name {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.rates-chance {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-end;
}

#rates-common {
    color: #8C8C8C;
}

#rates-uncommon {
    color: #40BB4E;
}

#rates-rare {
    color: #35AFDE;
}

#rates-epic {
    color: #BB00FF;
}

#rates-legendary {
    color: #FFBE55;
}

#rates-secret {
    color: #FF0004;
}

/* Animation keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes popUp {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Login Feature */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.7); 
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #ffffff;
    margin: 5% auto 15% auto; 
    border: none;
    width: 30%; 
    padding: 2vh 1vw;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

input[type=email], input[type=text] {
    width: 100%;
    padding: 2vh 1vw;
    display: inline-block;
    border: 1px solid #B5B5B5;
    box-sizing: border-box;
    border-radius: 0.7vw;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
}

.login-button {
    border-radius: 25vw;
    padding: 2vh 1vw;
    line-height: 150%;
    width: 40%;
    display: block;
    border-style: none;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 0 auto;
    margin-bottom: 5vh;
}

.login-button:hover {
    opacity: 0.8;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.logo {
    width: 20%;
}

.container {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.terms {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    width: 100%;
    text-align: center;
}

.login-country {
    width: 100%;
    padding: 2vh 1vw;
    display: inline-block;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
}

.country-2 {
    display: flex;
    flex-direction: row;
    gap: 0.5vw;
    align-items: center; 
}

.country-2 p {
    margin: 0; 
    padding: 0; 
}

.country-2 :nth-child(2) {
    text-decoration: underline;
}

.login-sent {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    text-align: center;
}

.login-resend {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    display: flex;
    flex-direction: row;
    gap: 0.5vw;
    justify-content: center;
}

.login-resend :nth-child(2) {
    text-decoration: underline;
}

.otp-container {
    display: flex;
    justify-content: space-between;
    gap: 1vw;
    display: flex;
    flex-direction: row;
}

.otp-input {
    width: 3vw;
    height: 3vw;
    text-align: center;
    font-size: 1.5vw;
    border: 1px solid #B5B5B5;
    border-radius: 0.5vw;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
}

#country-dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 10px; 
}

#country-dropdown.show {
    display: block !important;
}

#country-dropdown select {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: white;
    font-size: 1vw;
    color: black;
    cursor: pointer;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
}

/* index.html */

.box-image-featured {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    object-fit: fill;
    background-image: url("images/featured-shoe-bg.jpg");
    width: 90%;
    height: 80vh;
    background-size: cover; 
    background-position: center;
    margin-left: 5.5vw;
    gap: 1vh;
    position: relative; 
    margin-top: 10vh;    
}

.box-image-featured p,
.box-image-featured strong {
    position: absolute;
    bottom: 0; 
    left: 1vw;
    margin: 0;
}

.box-image-featured strong {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #FFFFFF;
    margin: 0;
}

.box-image-featured p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 8vh;
}

.classic-container {
    display: flex;
    flex-direction: column;
}

.classic-box-content {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    margin-left: 2vw;
}

.classic-box-content img {
    width: 90%;
    height: auto;
    max-width: 100%; 
    object-fit: cover; 
}

.classic-container h3, .search-by {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    color: #000000;
    margin-left: 2vw;
    margin-top: 20vh;
}


.classic-text {
    margin-top: -6vh;
    margin-left: 0.5vw;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;
    color: #ffffff;
}

.gender-container {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    margin-top: 5vh;
}

.gender-box-content {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    margin-left: 2vw;
}

.gender-box-image {
    position: relative;
    width: 100%;
}

.gender-box-image img {
    width: 98%;
    height: 35vh;
    max-width: 100%; 
    object-fit: cover;
    object-position: 30% 20%;
}

.gender-box-image b {
    position: absolute;
    bottom: 10px; 
    left: 10px;
    color: white;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-size: 3vw;
    margin-left: 0.5vw;
}

.index-footer {
    margin-top: 10vh !important;
}

/* shoeShop.html */

.shoe-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
    margin-left: -3vw;
}

.shoe-grp1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 70%;
    margin-bottom: 5vh;
}

.shoe-grp2 {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: flex-start;
}

.filters {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: center;
}

.sort-filter {
    display: flex;
    flex-direction: row;
    gap: 5vw;
}

.sort-filter a {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    text-decoration: underline;
}

.filters button {
    border-radius: 25vw;
    padding: 2vh 2vw;
    line-height: 100%;
    display: inline-block;
    border-width: 0.1vh;
    border-color: #B5B5B5;
    border-style: solid;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8vw;
    background-color: white;
}

.filters button.active {
    background-color: black;
    color: white;
    border-color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(5, auto);
    gap: 2vw; 
    width: 100%;
    max-width: 1200px;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vh;
    padding-bottom: -1vh;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.product-grid a {
    text-decoration: none;
}


.product-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-card p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    margin-top: 1vh;
}


.filters button.active {
    background-color: black;
    color: white;
    border-color: black;
}

.shoeShop-footer {
    margin-top: 10vh !important;
}

/* shoeMenu.html */

.product-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 5vh;
    justify-content: center;
    gap: 2vw;
}

.product-image img {
    width: 30vw;
    height: auto;
    object-fit: cover;
    margin: 0;
}

.product-title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    margin: 0;
}

.product-grp2 .product-price {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
    margin: 0;
}

.size-selector h2 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0vw;
    margin: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.product-var img {
    width: 8vw;
    height: auto;
    object-fit: cover;
}

.product-var {
    margin-top: 10vh;    
}

.size-selector {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 5vh;
    margin-bottom: 3vh; 
}

.size-selector :nth-child(2) {
    text-decoration: underline !important;
}

.sizes {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(6, auto); 
    gap: 1vw; 
}

.sizes .size-button {
    border-radius: 25vw;
    padding: 2vh 2vw;
    line-height: 100%;
    display: inline-block;
    border-width: 0.3vh;
    border-color: black;
    border-style: solid;
    font-family: "Bebas Neue", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1vw;
    background-color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.size-button.active {
    background-color: black;
    color: white;
    border-color: black;
}

.add-to-cart {
    display: flex;
    justify-content: center;
    width: 100%;
}

.add-to-cart .btn {
    margin-top: 3vh;
    border-radius: 20vw;
    padding: 2vh 13vw;
    line-height: 100%;
    display: inline-block;
    font-family: "Bebas Neue", serif;
    border: none;
    font-weight: 300;
    font-style: normal;
    font-size: 1vw;
    color: white;
    background-color: rgb(0, 0, 0);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.add-to-cart a {
    text-decoration: none;
}

.add-to-cart .btn:hover {
    opacity: 0.8;
}

.recommendations {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    margin-top: 5vh;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


.recommended-shoes {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    justify-content: space-between;
    width: 100%;
}

.recommended-shoes img {
    width: 15vw;
    height: auto;
    object-fit: cover;
}

.recommended-shoes a {
    text-decoration: none;
}

.recommended-shoes p {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    color: white;
    margin-top: -4vh;
    margin-left: 0.5vw;
}

.recommendation-header h2 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    color: #000000;
}

/* featured.html */

.featured-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
}

.featured-header h3 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;
    color: #000000;
    margin: 0;
}

.featured-header h2 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5vw;
    color: #000000;
    margin: 0;
}

.featured-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5vh;
    gap: 5vh;
}

.sketchfab-embed-wrapper {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.featured-container .box-content p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1vw;
    color: #000000;
    margin-top: -2vh;
}

.new-release-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5vh;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.new-release-header h3 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #000000;
    margin: 0;
}

.release-content {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.box-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.box-image b {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2vw;
    color: white;
    margin-top: -5.5vh;
    margin-left: 0.5vw;
}

.box-content a {
    text-decoration: none;
}

/* shoppingCart.html */

.shopping-cart {
    width: 80vw;
    margin: 0 auto;
    margin-top: 5vh;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.title {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #000000;
    text-align: center;
    margin-bottom: 5vh;
}

.checkout-header {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #000000;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 2vh;
}

.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2vh 1vw;
    border-bottom: 0.1vh solid #B5B5B5;
}

.item .buttons {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.plus-btn, .minus-btn {
    background: none !important;
    width: 1.5vw !important; 
    height: 1.5vw !important; 
}

.plus-btn img, .minus-btn img {
    width: 100% !important;
    height: auto !important;
    background: none !important; 
}

.delete-btn,
.like-btn {
    width: 1.5vw !important; 
    height: 1.5vw !important; 
    cursor: pointer;
    background: none !important;
    border: none;
    padding: 0;
    transition: transform 0.3s ease;
}

.delete-btn img,
.like-btn img {
    width: 1.5vw !important;
    height: 1.5vw !important;
    background: none !important; 
}

.like-btn.is-active img {
    content: url('images/heart-filled.svg'); 
    transform: scale(1.2); 
}

.like-btn img {
    transition: transform 0.3s ease; 
}

.like-btn.is-active img {
    transform: scale(1.2);
}

.image {
    width: 10vw;
    height: auto;
}

.image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    width: 20vw;
}

.description span {
    font-size: 1vw;
}

.quantity {
    display: flex;
    align-items: center;
}

.quantity button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.quantity button img {
    width: 1.5vw !important;
    height: 1.5vw !important;
    background: none !important;
}

.quantity input {
    width: 6vw;
    text-align: center;
    border: 0.1vh solid #ccc;
    margin: 0 1vw;
    font-size: 1vw;
}

.total-price {
    font-size: 1.2vw;
    font-weight: 400;
    width: 10vw; 
    text-align: right; 
    font-family: "Bebas Neue", serif;
}

.subtotal, .delivery-fee, .total {
    display: flex;
    justify-content: space-between;
    font-size: 1vw;
    font-weight: 400;
    margin-top: 2vh;
    padding: 2vh 1vw;
    font-family: "Montserrat", serif;
}

.subtotal span:last-child, .delivery-fee span:last-child, .total span:last-child {
    font-family: "Bebas Neue", serif;
    font-size: 1.2vw;
}

.promo-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vh;
    padding: 2vh 1vw;
    font-family: "Montserrat", serif;
}

.promo-code input {
    padding: 1vh;
    font-size: 1vw;
    border: 0.1vh solid #ccc;
    border-radius: 0.5vw;
    width: 70%;
}

.promo-code button {
    padding: 1vh 2vw;
    font-size: 1vw;
    border: none;
    background-color: #000000;
    color: white;
    cursor: pointer;
    font-family: "Montserrat", serif;
    border-radius: 0.5vw;
    margin-left: 1vw;
}

.total-divider {
    width: 100%;
    height: 0.1vh;
    background-color: #B5B5B5;
    border: none;
    margin: 2vh 0;
}

button[class*=btn] {
    width: 3vw !important;
    height: 3vw !important;
    background-color: #E1E8EE;
    border-radius: 0.6vw;
    border: none;
    cursor: pointer;
}

button:focus,
input:focus {
    outline: 0;
}

button.checkout-btn {
    margin-top: 3vh;
    border-radius: 20vw;
    padding: 2vh 13vw;
    line-height: 100%;
    display: flex;
    justify-content: center;
    font-family: "Bebas Neue", serif;
    border: none;
    font-weight: 300;
    font-style: normal;
    font-size: 1vw;
    color: white;
    background-color: rgb(0, 0, 0);
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
    margin-left: 54vw;
}

button.checkout-btn:hover {
    opacity: 0.8;
}

/* checkOut.html */

.delivery-header {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    color: #000000;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: 3vh;
}

.delivery-container {
    display: flex;
    flex-direction: row;
    padding: 0 10vw;
    margin-bottom: 5vh;
    align-items: center;
    width: 80%;
    gap: 5vw;
}

.delivery-info {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    width: 100%;
}

.delivery-info input[type="email"],
.delivery-info input[type="tel"],
.delivery-info input[type="text"] {
    width: 100%;
    padding: 1.5vh;
    font-size: 1vw;
    border: 0.1vh solid #ccc;
    border-radius: 0.5vw;
    font-family: "Montserrat", serif;
}

.delivery-info input[type="email"]::placeholder,
.delivery-info input[type="tel"]::placeholder,
.delivery-info input[type="text"]::placeholder {
    color: #999;
}

.shipping {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    width: 100%;
}

.shipping-method {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.shipping-method input[type="radio"] {
    display: none; 
}

.shipping-method input[type="radio"] + label {
    position: relative;
    padding-left: 2vw;
    cursor: pointer;
    font-family: "Montserrat", serif;
    font-size: 1vw;
    color: #000000;
    display: flex;
    align-items: center;
}

.shipping-method input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1vw;
    height: 1vw;
    border: 0.1vh solid #000000;
    border-radius: 50%;
    background-color: #fff;
}

.shipping-method input[type="radio"]:checked + label::before {
    background-color: #000000;
}

.shipping-method input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 0.3vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 50%;
}

.payment-method {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.payment-method button {
    padding: 1.5vh 3vw;
    font-size: 1.2vw;
    border: none;
    border-radius: 0.5vw;
    font-family: "Bebas Neue", serif;
    color: white;
    background-color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.payment-method button:hover {
    opacity: 0.8;
}

.contact-no {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.contact-no p {
    font-family: "Montserrat", serif;
    font-size: 1vw;
    color: #000000;
}

.shipping-header {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    margin: 0 auto;
}

/* creditCard.html */

.credit-card-container {
    width: 40vw;
    margin: 10vh auto;
    padding: 3vh 5vw;
    border-radius: 1vw;
    box-shadow: 0 0.5vh 1vh rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.credit-card-header {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    color: #000000;
    text-align: center;
    margin-bottom: 3vh;
}

.credit-card-form {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.credit-card-form input[type="number"],
.credit-card-form input[type="text"],
.credit-card-form input[type="password"] {
    width: 100%;
    padding: 1.5vh;
    font-size: 1vw;
    border: 0.1vh solid #ccc;
    border-radius: 0.5vw;
    font-family: "Montserrat", serif;
}

.credit-card-form input[type="number"]::placeholder,
.credit-card-form input[type="text"]::placeholder,
.credit-card-form input[type="password"]::placeholder {
    color: #999;
    font-family: "Montserrat", serif;
}

.credit-card-form input[type="submit"] {
    padding: 1.5vh 3vw;
    font-size: 1.2vw;
    border: none;
    border-radius: 0.5vw;
    font-family: "Bebas Neue", serif;
    color: white;
    background-color: #000000;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 5vh;
}

.credit-card-form input[type="submit"]:hover {
    opacity: 0.8;
}

/* payment.html */

.payment-complete-container {
    text-align: center;
    margin-top: 10vh;
}

.payment-complete-header {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    color: #000000;
    margin-bottom: 2vh;
}

.payment-complete-message {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 1.5vw;
    color: #000000;
    margin-bottom: 4vh;
}

.return-home-btn {
    margin-top: 3vh;
    border-radius: 20vw;
    padding: 2vh 13vw;
    line-height: 100%;
    display: flex;
    justify-content: center;
    font-family: "Bebas Neue", serif;
    border: none;
    font-weight: 300;
    font-style: normal;
    font-size: 1vw;
    color: white;
    background-color: rgb(0, 0, 0) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
    margin-left: 36.5vw;
}
.return-home-btn:hover {
    opacity: 0.8;
}

/* paynow.html */

.paynow-container {
    text-align: center;
    margin-top: 10vh;
}

.paynow-header {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5vw;
    color: #000000;
    margin-bottom: 2vh;
}

.paynow-image {
    width: 20vw;
    height: auto;
    margin-bottom: 4vh;
}

.custom-box-content p, .custom-box-content strong {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: #FFFFFF;
    margin-top: -2vh;
    margin-left: 1vw;
}

.custom-box-content p {
    margin-bottom: -1vh !important;
}

.custom-box-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    object-fit: fill;
    background-image: url("images/custom.jpg");
    width: 90%;
    height: 80vh;
    background-size: cover; 
    background-position: center;
    margin-left: 5.5vw;
    gap: 1vh;
    position: relative; 
    margin-top: 10vh;   
}

.custom-size-selector {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 5vh;
    margin-bottom: 3vh; 
}
.custom-size-selector h2 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0vw;
    margin: 0 auto;
}

.custom-size-selector :nth-child(2) {
    text-decoration: underline !important;
}

.shoe-customization {
    font-family: "Bebas Neue", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2vw;
    color: #000000;
    margin-top: -2vh;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}

.shoe-top {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    width: 10%;
    height: auto;
    object-fit: cover;
    margin-left: -40vw;
}

.shoe-top img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shoe-sole img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shoelaces img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.shoe-sole {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    width: 10%;
    height: auto;
    object-fit: cover;
    margin-left: -40vw;
}

.shoelaces {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    width: 10%;
    height: auto;
    object-fit: cover;
    margin-left: -40vw;
}

@media (max-width: 768px) {
    .nav-bar {
        font-size: 1.2rem;
    }

    .nav-icon {
        margin-right: 2rem;
    }

    .shoelaces {
        margin-left: -20vw;
        width: 20%;
    }

    .shoe-sole {
        margin-left: -20vw;
        width: 20%;
    }

    .shoe-top {
        margin-left: -20vw;
        width: 20%;
    }
}

@media (max-width: 480px) {
    .nav-bar {
        font-size: 1rem;
    }

    .nav-icon {
        margin-right: 1rem;
    }

    .shoelaces {
        margin-left: -10vw;
        width: 30%;
    }

    .shoe-sole {
        margin-left: -10vw;
        width: 30%;
    }

    .shoe-top {
        margin-left: -10vw;
        width: 30%;
    }
}

/* Footer */
footer {
    background-color: #000000;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    margin-top: 50vh;
}

footer h4 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem; 
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.footer-content p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFFFFF;
}

footer .footer-content {
    display: flex;
    justify-content: center;
    gap: 1vh; 
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15vw;
    margin-right: 15vw;
}

footer .footer-bottom p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #FFFFFF;
}

footer .footer-bottom {
    display: flex;
    gap: 4vw; 
    flex-direction: row;
    align-items: flex-start;
    margin-left: 2vw;
    margin-top: 5vh;
}

/* Responsive styles for footer */
@media (max-width: 768px) {
    footer h4 {
        font-size: 1.2rem;
    }

    .footer-content p {
        font-size: 0.7rem;
    }

    footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 2vh;
    }
}

@media (max-width: 480px) {
    footer h4 {
        font-size: 1rem;
    }

    .footer-content p {
        font-size: 0.6rem;
    }

    footer .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 1vh;
    }
}

.lottie {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}