html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    background-color: #fff;
}

.left-icons { 
    display: flex; 
    align-items: center; 
    gap: 30px; 
}

.right-icons { 
    display: flex;
    align-items: center; 
    gap: 30px;  
    color: #000000; 
}

.logo img {
    height: 81.49px;
    width: 179.2px;
}

.logo {
    text-decoration: none;
}

.menu, .user-icons {
    display: flex;
    align-items: center;
    color: #000000;
}

body, main, section { 
    margin: 0; 
    padding: 0; 
}

.banner-container { 
    position: relative; 
}

.main-banner {
    width: 100%;
    height: 561px;
    object-fit: cover;
    display: block;
}

.banner-text {
    position: absolute;
    top: 35%;
    left: 30px;
    transform: translateY(-50%);
    color: #fff;
    text-align: left;
}

.banner-text h1 { 
    font-family: oswald, sans-serif;
    font-size: 72px; 
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5); 
} 

.banner-text p { 
    font-family: inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    max-width: 800px;
    margin-top: 20px;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5); 
}

.banner-buttons { 
    position: absolute; 
    top: 80%;  
    left: 50%;  
    transform: translate(-50%, -50%); 
    display: flex;
    gap: 150px;
}

.btn { 
    background-color: #000; 
    color: #fff; 
    padding: 12px 28px; 
    text-decoration: none; 
    text-align: center;
    font-weight: 300; 
    font-family: inter, sans-serif;
    border-radius: 6px; 
    display: inline-block; 
    transition: 0.2s ease; 
    width: 150px;    
} 

.btn:hover { 
    background-color: #333; 
}

.slideshow-container {
    width: 100%;
    height: 561px;
    overflow: hidden;
    margin: 0 auto;
}

.slide-wrapper {
    display: flex;
    height: 100%;
    animation: slide 64s infinite ease-in-out;
}

.slide-wrapper img {
    width: 100vw;
    height: 100%;
    flex: 0 0 100vw;
    object-fit: cover;
    object-position: center;
}

@keyframes slide {

   0% { transform: translateX(0); } 
   10% { transform: translateX(0); } 
   12.5% { transform: translateX(-100vw); } 
   22.5% { transform: translateX(-100vw); } 
   25% { transform: translateX(-200vw); } 
   35% { transform: translateX(-200vw); } 
   37.5% { transform: translateX(-300vw); } 
   47.5% { transform: translateX(-300vw); } 
   50% { transform: translateX(-400vw); } 
   60% { transform: translateX(-400vw); } 
   62.5% { transform: translateX(-500vw); } 
   72.5% { transform: translateX(-500vw); } 
   75% { transform: translateX(-600vw); } 
   85% { transform: translateX(-600vw); } 
   87.5% { transform: translateX(-700vw); } 
   100% { transform: translateX(0vw); }
}

h2 {
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: 30px;
    padding: 60px 30px;
    text-align: center;
}

.icon-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    gap: 190px;
}

.rain-icon,
.shield-icon,
.wind-icon { 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
    gap: 20px;
}

.rain-icon i,
.shield-icon i,
.wind-icon i {
    background-color: #000000;
    color: #fff;
    width: 60px;   
    height: 60px;   
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;  
}

 .rain-icon p,
 .shield-icon p,
 .wind-icon p {
    font-family: inter, sans-serif;
    font-weight: 500;
    max-width: 250px;
    line-height: 1.6;
}

.featured-products {
    width: 100%;
    background-color: #437480;
    padding: 60px 0;

    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: large;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 35px;
}

.featured-products h3,
.featured-products p {
    margin: 0;
}

.featured-products p {
    font-family: inter, sans-serif;
    font-weight: 500;
    font-size: medium;
    max-width: 250px;
    line-height: 1.6;
    text-align: center;
}   

.product-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 100px;
}

.logo-text {
    display: block;
    justify-content: flex-start;
    margin-top: 60px;
    margin-left: 60px;
    height: 120px;
}   

.company-fact {
   display: block;
   font-family: inter, sans-serif;
   font-weight: lighter;
   font-size: medium;
   margin-top: 40px;
   margin-left: 60px;
   line-height: 1.6;
   max-width: 650px;
}

.emphasis-1,
.emphasis-2,
.emphasis-3,
.emphasis-4 {
    color: #1a8ba7;
    font-weight: 500;
}

.customer-club-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.customer-club {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.customer-club-text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    font-family: inter, sans-serif;
    font-weight: lighter;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.customer-club-text h2 {
    margin: 0;
   padding: 0;
}

.customer-club-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #fff;
    color: #000;
    font-weight: lighter;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.25s ease;
}

.customer-club-button:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.toggle {
    display: none;
}

.email-form,
.thank-you {
    display: none;
}

#step1:checked ~ .email-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#step1:checked ~ .show-form {
    display: none;
}

#step2:checked ~ .thank-you {
    display: block;
}

#step2:checked ~ .email-form {
    display: none;
}

#step2:checked ~ .email-form .submit-button {
    pointer-events: none;
    opacity: 0;
}

.email-form input {
    padding: 10px;
    border-radius: 6px;
    border: none;
    width: 250px;
}

.submit-button {
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: lighter;
    transition: 0.25s ease;
}

.submit-button:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.membership-benefits {
    background-color: #437480;
    padding: 40px 20px;
    text-align: center;
    margin-top: 40px;
}

.membership-benefits h3 {
    color: #fff;
    font-family: inter, sans-serif;
    font-size: 28px;
    font-weight: medium;
    margin-bottom: 35px;
}

.membership-benefits p {
    color: #fff;
    font-family: inter, sans-serif;
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto;
}

.icon-heading {
    display: inline-flex;
    align-items: center;
    gap: 12px;
   justify-content: center;
}

.icon-heading i {
    background-color: #fff;
    color:#437480;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 24px;
}

.payment {
    text-align: center;
    margin-top: 40px;
}

.payment h4 {
    font-family: inter, sans-serif;
    font-size: 14px;
    font-weight: medium;
    margin-bottom: 20px;
    color: #000;
}

.payment img {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.social-media {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.social-media h4 {
    font-family: inter, sans-serif;
    font-size: 14px;
    font-weight: medium;
    margin-bottom: 20px;
    color: #000;
}

.social-media img {
    width: 180px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-section {
    position: relative;
    width: 100%;
    background-image: url(../images/Logo-black.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
}

.footer-content {
    background-color: #437480;
    padding: 15px 10px 20px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
}

.footer-column {
    display: flex;
    justify-content: center;
    gap: 200px;
    margin-bottom: 20px;
}

.footer-col h5 {
    color: #fff;
    font-size: 18px;
    font-family: oswald, sans-serif;
    font-weight: medium
}

.footer-col p {
    margin: 15px 0;
    font-size: 15px;
    font-weight: lighter; 
    color: #fff;
    font-family: oswald, sans-serif;
}

.footer-content .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-top: 20px;
    font-family: oswald, sans-serif;
    font-weight: 500;
}

.banner-container-men { 
    position: relative; 
    overflow: hidden; 
}

.main-banner-men {
    width: 100%;
    height: 561px;
    object-fit: cover;
    display: block;
}

.banner-text-men {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.banner-text-men h1 { 
    font-family: oswald, sans-serif;
    font-size: 72px; 
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5); 
} 

.men-fact {
   display: block;
   font-family: inter, sans-serif;
   font-weight: lighter;
   font-size: medium;
   margin-top: 40px;
   line-height: 1.6;
   max-width: 800px;
   margin-left: 20px;
}

.btn-buttons {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    gap: 600px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn-men { 
    background-color: #000; 
    color: #fff; 
    padding: 6px 14px; 
    text-decoration: none; 
    text-align: center;
    font-weight: 300; 
    font-family: inter, sans-serif;
    border-radius: 6px; 
    display: inline-block; 
    transition: 0.2s ease; 
    width: 150px;    
} 

.btn-men:hover { 
    background-color: #333; 
}

.product-selection {
    background-color: #437480;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 20px;
    justify-items: center;
}

.product-selection img {
    transition: opacity 0.3s ease;
    width: 100%;
    max-width: 300px; 
    object-fit: contain;
}

.product-selection img:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.more-container {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    grid-column: 1/ -1;
    margin-bottom: 5px;
}

.load-more {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    font-family: inter, sans-serif;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 12px 24px;
}

.items {
    font-size: 10px;
    font-weight: lighter;
    font-family: inter, sans-serif;
    margin: 5px 0 0 0;
}

.bestsellers h2 {
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-size: 48px;
    padding-left: 20px;
    text-align: left;
    margin-top: 5px;
    margin: 0;
}

.bestsellers .carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    padding: 10px 0 20px 0;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.item {
    flex: 0 0 350px;
    border-radius: 10px;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    display: block;
}

.item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    display: block;
}

.header-line header {
    border-bottom: 1px solid #000;
}

.cart-icon {
    position: relative;
    cursor: pointer;
}

.cart-icon i {
    color: #000;
}

.cart-number {
    position: absolute;
    top: -11px;
    right: -10px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    font-family: inter, sans-serif;
    padding: 2px 6px;
    border-radius: 50%;
    pointer-events: none;
}

.product-card {
    background-color: #437480;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    margin: 25px auto;
    height: 980px;
    width: 1390px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
    height: 100%;
}

.image-product {
    width: 600px;
    height: auto;
}

.product-information {
    flex: 1;
    flex-direction: column;
    display: flex;
    gap: 20px;
    height: 100%;
    padding-top: 110px;
}

.product-information h2,
.product-information h3,
.product-information p {
    margin: 0;
    padding: 0;
    display: block;
}

.product-information h2,
.product-information h3 {
    margin: 0;
    padding: 0;
    line-height: 1.1;
    display: block;
}

.category,
.title,
.price {
    letter-spacing: 0;
}

.category {
    font-family: inter, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #072D36;
}

.title {
    font-family: oswald, sans-serif;
    font-weight: medium;
    font-size: 25px;
    color: #fff;
    align-self: flex-start;
}

.price {
    font-family: inter, sans-serif;
    font-weight: medium;
    font-size: 20px;
    color: #0a3641;
}

.product-description {
    color: #fff;
    font-family: inter, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    width: 600px;
}

.key-features {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.key-features-header {
    font-family: inter, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #072D36;
}

.key-features li {
    margin-bottom: 8px;
    font-family: inter, sans-serif;
    font-weight: 600;
    color: #072D36;
    line-height: 1.8;
}

.key-features i {
    color: #fff;
    margin-right: 7px;
}

.size-header {
    font-family: inter, sans-serif;
    color: #072D36;
    font-size: 17px;
    font-weight: 400;
    font-family: inter, sans-serif;
    margin-top: 30px;
    margin-bottom: 12px;
}

.size-selector {
    display: flex;
    gap: 14px;
    border: none;
}

.size-selector label {
    position: relative;
    cursor: pointer;
}

.size-selector input {
    display: none;
}

.size-selector span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #fff;
    font-size: 1rem;
    transition: 0.2 ease;
    background-color: #fff;
    border-radius: 5px;
    font-family: inter, sans-serif;
}

.size-selector input:checked + span {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.add-to-cart {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #072D36;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: inter, sans-serif;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2 ease;
    width: fit-content;
    gap: 5px;
    align-self: center;
}

.add-to-cart i {
    font-size: 20px;
}

.add-to-cart:hover {
    background-color: #0a3641;
}

.cart-title {
    font-family: inter, sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #0a3641;
    text-align: left;
    margin-left: 65px;
    margin-top: 50px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.cart-container {
    display: flex;
    gap: 50px;
    width: 1200px;
    margin: 4px auto;
}

.cart-left-wrap {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.cart-left {
    background-color: #437480;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
    margin-top: 0;
    position: relative;
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-image {
    width: 120px;
}

.cart-info {
    flex: 1;
}

.item-name {
    font-family: inter, sans-serif;
    font-size: 18px;
    color: #072D36;
    margin: 0;
    margin-bottom: 10px;
}

.item-size,
.item-price {
    font-family: inter, sans-serif;
    color: #072D36;
    margin: 8px 0;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.quantity-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.15s ease;
}

.quantity-btn:hover {
    background-color: #0a3641;
    transform: scale(1.08);
}

.quantity-number {
    font-family: inter, sans-serif;
    font-size: 16px;
}

.remove-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transition: 0.2 ease;
    position: absolute;
    bottom: 12px;
    right: 16px;
}

.remove-btn:hover {
    color: #b30000;
    transform: scale(1.15);
}

.cart-right {
    font-family: inter, sans-serif;
    flex: 1;
    background-color: #437480;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

.summary-title {
    font-family: inter, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.summary-row,
.summary-total {
    display: flex;
    justify-content: space-between;
    font-family: inter, sans-serif;
    margin-bottom: 18px;
    line-height: 2;
}

.summary-line {
    height: 1px;
    background-color: #333;
    margin: 12px 0 16px;
}

.summary-total {
    font-weight: 700;
    font-size: 18px;
}

.checkout-btn {
    width: 100%;
    padding: 12px;
    background-color: #072D36;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: inter, sans-serif;
    font-size: 16px;
    font-weight: 200;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.25 ease;
}

.checkout-btn:hover {
    background-color: #0a3641;
    transform: translateY(-2px);
}

.continue-shopping {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-family: inter, sans-serif;
    position: relative;
    transition: 0.25 ease;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.continue-shopping:hover {
    color: #d9f1f7;
    transform: scale(1.08);
}

.empty-cart {
    width: 600px;
    margin: 120px auto 40px;
    background-color: #437480;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

.empty-box i {
    font-size: 50px;
    margin-bottom: 5px;
    color: #fff;
}

.empty-box h1 {
    font-family: inter, sans-serif;
    font-weight: 500;
    font-size: 28px;
}

.empty-box p {
    font-family: inter, sans-serif;
    font-weight: 400;
    color: #082830;
    font-size: 18px;
}

.browse-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #072D36;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-family: inter, sans-serif;
    font-weight: 200;
}

.browse-btn:hover {
    background-color: #0a3641;
    transform: translateY(-2px);
}

.checkout-title {
    font-family: inter, sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #0a3641;
    margin-bottom: 50px;
    margin-top: 40px;
    display: flex;
    margin-left: 65px;
}

.checkout-container {
    display: flex;
    gap: 40px;
    width: 1200px;
    margin: 10px auto;
}

.checkout-left {
    flex: 2;
}

.checkout-section {
    margin-bottom: 30px;
    background-color: #437480;
    padding: 15px 25px;
    border-radius: 12px;
}

.checkout-section h3 {
    font-family: inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #fff;
}

.input-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.checkout-section input {
    flex: 1;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inter, sans-serif;
    margin-bottom: 12px;
}

.full-width {
    width: 100%;
    max-width: 664px;
    flex: none;
    display: block;
}

.complete-purchase-btn {
    width: 100%;
    padding: 14px;
    background-color: #072D36;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.25s ease;
}

.complete-purchase-btn:hover {
    background-color: #0a3641;
    transform: translateY(-2px);
}

.checkout-right {
    flex: 1;
    background-color: #437480;
    padding: 15px 25px;
    border-radius: 12px;
    color: #fff;
    height: 350px;
}

.checkout-summary-title {
    font-family: oswald, sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.summary-top {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.checkout-cart-image {
    height: 100px;
    width: 100px;
}

.summary-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.summary-item {
    font-family: inter, sans-serif;
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-weight: 500;
}

.summary-item-size {
    font-size: 14px;
    font-weight: lighter;
    font-family: inter, sans-serif;
    line-height: 2;
}

.summary-price {
    font-size: 14px;
    font-weight: 500;
    font-family: inter, sans-serif;
    line-height: 2;
}

.summary-divider {
    height: 1px;
    background-color: #ffffff55;
    margin: 16px 0;
}

.checkout-summary-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    font-family: inter, sans-serif;
    margin-top: 8px;
}

.order-confirmation {
    width: 600px;
    margin: 40px auto;
    background-color: #437480;
    padding: 25px 40px 40px 40px;
    border-radius: 12px;
    color: #fff;
    font-family: inter, sans-serif;
    text-align: center;
}

.confirmation-icon {
    margin-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirmation-icon i {
    font-size: 40px;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 30px;
}

.order-confirmation h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: inter, sans-serif;
    font-weight: 500;
}

.confirmation-text {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inter, sans-serif;
    font-weight: lighter;
}

.order-number-box {
    background-color: #072D36;
    padding: 10px 8px;
    border-radius: 12px;
    margin-top: 50px;
    margin-bottom: 5px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.order-number-box h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-family: inter, sans-serif;
    font-weight: lighter;
}

.order-number {
    font-size: 20px;
    font-family: inter, sans-serif;
    font-weight: 500;
}

.order-information {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    text-align: left;
}

.box-icon,
.mail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 0;
    color: #fff;
    transform: translateY(-14px);
}

.box-icon i,
.mail-icon i {
    line-height: 1;
    display: block;
}

.order-information h4 {
    margin-bottom: 4px;
    font-size: 18px;
    font-family: inter, sans-serif;
    font-weight: 400;
    color: #04181D;
}

.order-information p {
    margin-bottom: 8px;
    font-size: 15px;
    font-family: inter, sans-serif;
    font-weight: 200;
    color: #04181D;
}

.button-row {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.first-button,
.second-button {
    background-color: #072D36;
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.25s ease;
    font-family: inter, sans-serif;
    font-weight: lighter;
    width: 180px;
}

.first-button:hover,
.second-button:hover {
    background-color: #0a3641;
}

@media (max-width: 900px) {

    .icon-row {
        gap: 30px;
    }

    .icon-row i {
        font-size: 28px;
    }

    .icon-row p {
        font-size: 14px;
        max-width: 260px;
    }

    .rain-icon,
    .shield-icon,
    .wind-icon {
        width: 100%;
        max-width: 260px;
        text-align: center;
    }

    .product-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
    }

    .product-row img {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .product-row img:last-child {
        grid-column: 1 / -1;
    }

    .social-media {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .payment img, 
    .social-media img {
        max-width: 250px;
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .footer-section {
    position: relative;
    width: 100%;
    background-image: url(../images/Logo-black.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 120px; 
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
    }

    .footer-col h5 {
        font-size: 15px;
    }

    .footer-col p {
        font-size: 14px;
        line-height: 1.4;
    }

    .footer-col {
        max-width: 150px;
    }

    .main-banner-men {
        height: 420px;
        object-fit: cover;
        object-position: center;
    }

    .banner-container-men {
        overflow: hidden;
    }

    .banner-text-men {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
    }

    .banner-text-men h1 {
        font-size: 50px;
        line-height: 1.2;
    }

   .btn-buttons {
        gap: 80px;
        padding: 0 10px;
        justify-content: space-around;
   }

   .btn-men {
    width: 120px;
    padding: 6px 10px;
    font-size: 14px;
   }

    .bestsellers h2 {
        font-size: 30px;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .bestsellers .carousel {
        gap: 12px;
    }

    .item img {
        height: 500px;
    }

   .product-card {
    width: 900px;
    height: auto;
    gap: 20px;
   }

   .image-product {
    max-width: 450px;
    width: 100%;
    height: auto;
   }

   .image-box {
    margin-top: 130px;
   }

   .product-information {
    padding-top: 40px;
   }

   .product-description {
    width: 350px;
   }

   .add-to-cart {
    margin-bottom: 40px;
   }

   .cart-title {
    margin-left: 20px;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
   }

   .cart-container {
    width: 900px;
    gap: 30px;
   }

   .cart-left,
   .cart-right {
    padding: 20px;
   }

   .cart-image {
    width: 90px;
   }

   .item-name {
    font-size: 16px;
   }

   .item-size,
   .item-price {
    font-size: 14px;
   }

   .quantity-btn {
    padding: 4px 10px;
   }

   .summary-title {
    font-size: 18px;
   }

   .summary-row,
   .summary-total {
    font-size: 15px;
   }

   .checkout-btn {
    font-size: 15px;
    padding: 10px;
   }

   .checkout-title {
    margin-left: 20px;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
   }

   .checkout-container {
    width: 900px;
    gap: 25px;
   }

   .checkout-section {
    padding: 12px 18px;
   }

   .checkout-section h3 {
    font-size: 18px;
    margin-bottom: 14px;
   }

   .input-row {
    gap: 10px;
   }

   .checkout-section input {
    padding: 10px;
    font-size: 14px;
   }

   .full-width {
    max-width: 537px;
   }

   .complete-purchase-btn {
    font-size: 16px;
    padding: 12px;
   }

   .checkout-right {
    padding: 18px;
    height: 320px;
   }

   .checkout-summary-title {
    font-size: 20px;
   }

   .summary-top {
    gap: 12px;
   }

   .checkout-cart-image {
    width: 80px;
    height: 80px;
   }

   .summary-item,
   .summary-price {
    font-size: 14px;
   }

   .checkout-summary-total {
    font-size: 16px;
   }

}

@media (max-width: 430px) {

    .header {
        padding: 15px 20px;
        gap: 18px;
    }

    .left-icons,
    .right-icons {
        gap: 18px;
    }

    .logo img {
        width: 130px;
        height: auto;
    }

    .menu i,
    .user-icons i {
        font-size: 20px;
    }

    .main-banner {
        height: 380px;
        object-position: center;
    }

    .banner-text {
        top: 40%;
        left: 20px;
        transform: translateY(-50%);
        max-width: 85%;
    }

    .banner-text h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .banner-text p {
        font-size: 14px;
        max-width: 300px;
        margin-top: 12px;
    }

    .banner-buttons {
        top: 75%;
        gap: 20px;
    }

    .btn {
        width: 120px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .slideshow-container {
        height: 300px;
    }

    .slide-wrapper {
        height: 100%;
    }

    .slide-wrapper img {
        width: 100vw;
        height: 100%;
        object-fit: cover;
        object-position: center;
        flex: 0 0 100vw;
    }

    .icon-row {
        gap: 18px;
    }

    .icon-row i {
        font-size: 22px;
    }

    .icon-row p {
        font-size: 13px;
        max-width: 220px;
        line-height: 1.4;
    }

    .rain-icon,
    .shield-icon,
    .wind-icon {
        width: 100%;
        max-width: 22opx;
        text-align: center;
    }

    .logo-text {
        margin-top: 30px;
        margin-left: 20px;
        height: 100px;
    }

    .company-fact {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 14px;
        max-width: 320px;
        line-height: 1.5;
    }

    .customer-club-wrapper {
        max-width: 430px;
    }

    .customer-club {
        height: 260px;
        object-fit: cover;
        object-position: center;
    } 

    .customer-club-text {
        left: 20px;
        top: 50%;
        gap: 10px;
        max-width: 300px;
    }

    .customer-club-text h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .customer-club-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .customer-club-button {
        padding: 10px 18px;
        font-size: 14px;
    }

    .email-form input {
        width: 200px;
        padding: 8px;
    }

    .submit-button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .membership-benefits {
        padding: 30px 15px;
        margin-top: 30px;
    }

    .membership-benefits h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .membership-benefits p {
        font-size: 14px;
        max-width: 300px;
        line-height: 1.5;
    }

    .icon-heading {
        gap: 10px;
    }

    .icon-heading i {
        padding: 8px 10px;
        font-size: 20px;
    }

    .footer-section {
    position: relative;
    width: 100%;
    background-image: url(../images/Logo-black.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 60px; 
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        width: 100%;
    }

    .footer-col h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-col p {
        font-size: 13px;
        line-height: 1.4;
    }

    .footer-col {
        max-width: 140px;
        margin: 0 auto;
        text-align: center;
    }

    .main-banner-men {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .banner-container-men {
        overflow: hidden;
    }

    .banner-text-men {
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 90%;
        padding: 0 10px;
    }

    .banner-text-men h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .product-selection {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 10px;
        justify-items: center;
    }

    .product-selection img {
        max-width: 300px;
        width: 100%;
        object-fit: contain;
    }

    .bestsellers h2 {
        font-size: 28px;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .bestsellers .carousel {
        gap: 12px;
    }

    .item img {
        height: 500px;
    }

    .product-card {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 40px;
   }

   .image-product {
    max-width: 260px;
    width: 100%;
    height: auto;
   }

   .image-box {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
   }

   .title {
    align-self: center;
    text-align: center;
    font-size: 22px;
   }

   .product-information {
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
   }

   .product-description {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
   }

   .size-selector {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 14px;
   }

   .add-to-cart {
    margin: 20px auto 40px auto;
    width: 100%;
    max-width: 260px;
   }

   .cart-title {
    margin-left: 20px;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
   }

   .cart-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
   }

   .cart-left,
   .cart-right {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
   }

   .cart-image {
    width: 70px;
   }

   .item-name {
    font-size: 15px;
    text-align: center;
   }

   .item-size,
   .item-price {
    font-size: 13px;
    text-align: center;
   }

   .quantity-btn {
    padding: 4px 8px;
    font-size: 14px;
   }

   .summary-title {
    font-size: 16px;
    text-align: center;
   }

   .summary-row,
   .summary-total {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
   }

   .checkout-btn {
    font-size: 15px;
    padding: 12px;
    width: 100%;
    max-width: 260px;
    margin: 20px auto 0 auto;
    display: block;
   }

   .empty-cart {
    width: 100%;
    max-width: 360px;
    margin: 80px auto 30px;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
   }

   .empty-box i {
    font-size: 40px;
    margin-bottom: 8px;
   }

   .empty-box h1 {
    font-size: 22px;
    margin-bottom: 10px;
   }

   .empty-box p {
    font-size: 15px;
    line-height: 1.4;
    max-width: 280px;
    margin: 0 auto;
   }

   .browse-btn {
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
   }

   .checkout-title {
    margin: 25px 0 20px 0;
    font-size: 24px;
    text-align: center;
   }

   .checkout-container {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
   }

   .checkout-section {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
   }

   .checkout-section h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
   }

   .input-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
   }

   .checkout-section input {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
   }

   .full-width {
    max-width: 100%;
   }

   .checkout-right {
    padding: 15px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    order: -1;
    align-items: flex-start;
    text-align: left;
   }

   .checkout-summary-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
   }

   .summary-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
   }

   .checkout-cart-image {
    width: 70px;
    height: 70px;
   }

   .summary-item,
   .summary-price,
   .summary-item-size {
    font-size: 14px;
    text-align: left;
   }

   .checkout-summary-total {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
   }

   .complete-purchase-btn {
    font-size: 15px;
    padding: 12px;
    width: 100%;
    max-width: 260px;
    margin: 20px auto 0 auto;
    display: block;
   }

   .order-confirmation {
    width: 100%;
    max-width: 360px;
    margin: 30px auto;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
    text-align: center;
   }

   .confirmation-icon {
    font-size: 32px;
    margin-top: 20px;
   }

   .order-confirmation h1 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 25px;
   }

   .confirmation-text {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
   }

   .order-number-box {
    max-width: 280px;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
   }

   .order-number-box h3 {
    font-size: 14px;
    margin-bottom: 6px;
   }

   .order-number {
    font-size: 18px;
   }

   .order-information {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    text-align: center;
   }

   .box-icon,
   .mail-icon {
    font-size: 18px;
    transform: translateY(0);
   }

   .order-information h4 {
    font-size: 16px;
    margin-bottom: 4px;
   }

   .order-information p {
    font-size: 14px;
    margin-bottom: 6px;
   }

   .button-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
   }

   .first-button,
   .second-button {
    width: 100%;
    max-width: 240px;
    padding: 10px 20px;
    font-size: 15px;
    margin: 0 auto;
   }

}

