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

/* NEWSLETTER */
.footer-newsletter-mobile {
    margin-bottom: 25px;
}

.Shipping-and-arrow img {
    display: none;
}

.footer-newsletter-mobile h3 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #ff4d8d;
    text-align: center;
}

.footer-newsletter-mobile p {
    font-size: 10px;
    text-align: center;
    color: #b0b0b0;
    margin-bottom: 12px;
    line-height: 1.4;
}

.newsletter-form-mobile {
    display: flex;
    gap: 6px;
    background-color: rgba(255, 77, 141, 0.1);
    padding: 6px;
    border-radius: 8px;
    border: 1px solid rgba(255, 77, 141, 0.3);
}

.newsletter-form-mobile input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    outline: none;
    font-size: 11px;
    padding: 6px 8px;
}

.newsletter-form-mobile input::placeholder {
    color: #888;
    font-size: 10px;
}

.newsletter-form-mobile button {
    background-color: #ff4d8d;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form-mobile button:hover {
    background-color: #ff6fa8;
    transform: scale(1.05);
}

.product-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.product-loading img {
    width: 55px;
    height: 55px;
    animation: shopElevenSpin 1.2s linear infinite;
}

@keyframes shopElevenSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body {
    font-family: "Bodoni Moda", serif;
}

.footer-section-mobile {
    display: none;
}

.mobile-search {
    display: none;
}

.mobile-dropdown {
    display: none;
}

nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
}

.mobile-nav {
    display: none;
}

.back-arrow {
    margin-top: -10px;
}

.shop-logo {
    width: 35px;
    height: 35px;
}

body {
    font-family: "Bodoni Moda", serif;
}

.logo {
    display: flex;
}

.shop-eleven-text {
    padding-top: 4px;
    padding-left: 5px;
    font-family: "Great Vibes", cursive;
    font-size: 22px;
}

.logo {
    margin-left: 38px;
}

.single-cart-image {
    border-style: solid;
    border-radius: 50%;
    border-width: 0.5px;
    padding: 5px;
    margin-left: 10px;
    margin-top: -11px;
}

.right-nav-items {
    display: flex;
    gap: 30px;
    list-style: none;
}

.right-nav-items a {
    text-decoration: none;
    color: black;
}

.single-product-nav {
    display: flex;
}

.single-cart-image img {
    width: 25px;
    height: 20px;
    margin-top: 5px;
    margin-left: 1.5px;
    padding-left: 3px;
    padding-right: 3px;
}

.single-cart-image {
    height: 40px;
    width: 40px;
    margin-top: -10px;
}

.menu-image-single img {
    width: 35px;
    height: 35px;
}

.container-search {
    display: flex;
    gap: 10px;
    padding-left: 50px;
}

.search-under-nav {
    display: flex;
    gap: 38px;
    padding-top: 10px;
}

.men-women-children {
    display: flex;
    gap: 10px;
}

.men,
.women,
.children,
.Brands {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 20px;
    font-size: 16px;
    padding: 7px;
    padding-left: 43px;
    padding-right: 43px;
}

.categories-search-box {
    border-style: none;
    margin-top: 2px;
}

.product-search-box {
    margin-top: 2px;
}

.categories-form h3 {
    margin-top: -5px;
    padding-left: 7px;
}

.categories-form {
    display: flex;
    border-style: groove;
    border-width: 0.05px;
    border-color: rgb(244, 244, 244);
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border-radius: 25px;
    width: 290px;
    justify-content: space-between;
}

.new-product-form {
    display: flex;
    border-style: groove;
    border-width: 0.05px;
    border-color: rgb(244, 244, 244);
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border-radius: 25px;
    width: 270px;
    justify-content: space-between;
}

.new-product-form h3 {
    margin-top: -6px;
    border-radius: 50%;
    margin-left: 7px;
}

.first-arrow-background {
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-top: 8px;
}

.second-arrow-background {
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-top: 8px;
}

.search-icon-container {
    background-color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    margin-top: 7px;
}
.search-form {
    display: flex;
    border-style: groove;
    border-width: 0.05px;
    border-color: rgba(255, 77, 141, 0.4);
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border-radius: 25px;
    width: 380px;
    justify-content: space-between;
}

.product-search-box,
.third-search-box,
.categories-search-box {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: rgba(244, 244, 244, 0);
    font-weight: 500;
}

.search-form img {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-left: 6px;
    background-color: white;
    border-radius: 20px;
}

.product-two-column-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -10px;
    gap: 50px;
}

.single-product-details h1 {
    font-size: 35px;
    padding-top: 10px;
    font-weight: 900;
}

.product-price {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 23px;
    font-weight: 900;
}

.product-two-column-wrapper {
    display: flex;
    gap: 50px;
    padding-top: 30px;
}

.back-arrow {
    padding-top: 30px;
    padding-left: 50px;
}

.back-arrow span {
    color: #4a2c20;
}

.image-left {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 15px;
    overflow: hidden;
    width: 700px;
}

.image-left img {
    width: 100%;
    height: auto;
    display: block;
}

.men-delivery-block h3 {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 20px;
    width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.image-of-reviewer img {
    height: 50px;
    width: 50px;
}

.single-product-detail {
    width: 1000px;
}

.Rating-comment-two-columns {
    display: flex;
    justify-content: space-between;
}

.color-options {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}

.select-color-section {
    padding-top: 10px;
    padding-bottom: 20px;
}

.select-color-section h3 {
    font-size: 13px;
    padding-top: 6px;
}

.color-text {
    color: grey;
}

.color-options span {
    background-color: #ff4d8d;
    color: white;
    padding: 15px;
    border-radius: 25px;
    padding-left: 45px;
    padding-right: 45px;
}
.logo-footer img {
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: left;
    margin-left: -15px;
}
.logo-footer {
    display: flex;
    justify-content: left;
    align-items: left;
}

.footer-section {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}

.footer-tagline {
    font-size: 14px;
    color: grey;
    padding-bottom: 10px;
}

.social-icons img {
    width: 15px;
    height: 15px;
}

.mail h1 {
    font-size: 14px;
    color: grey;
}

.footer-column-b {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-column-b span {
    font-size: 14px;
}

.footer-column-c span {
    font-size: 14px;
}

.footer-column-c {
    display: flex;
    flex-direction: column;
}

.subscribe {
    border-color: lightgray;
    border-width: 0.5px;
    border-style: solid;
    padding: 3px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.subscribe input {
    border: none;
    outline: none;
}

.subscribe input::placeholder {
    padding-left: 8px;
}

.subscribe button {
    background-color: black;
    color: white;
    padding: 8px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
}

.footer-column-d p {
    display: flex;
    align-items: end;
    justify-content: end;
}

.shop-text {
    font-family: "Great Vibes", cursive;
    font-size: 20px;
    margin-top: 9px;
    padding-bottom: 10px;
}

.logo-footer img {
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: left;
    margin-left: -15px;
}

.might-like-images {
    display: flex;
    justify-content: space-between;
}

.might-like-images img {
    height: 85px;
    width: 85px;
}

.rating-number-block {
    display: flex;
    gap: 30px;
}

.review {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
}

.review h3 {
    font-size: 14px;
    color: #595959;
    padding-bottom: 7px;
}

.review-block {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 150px;
    width: 700px;
}

.review-block span {
    font-size: 15px;
    font-weight: 900;
}

.rating-flex {
    display: flex;
}

.shipping-and-delivery-details {
    border-style: groove;
    border-width: 0.05px;
    border-color: rgb(200, 200, 200);
    width: 500px;
}

.discount-and-package-flexbox {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}

.discount-and-package-flexbox img {
    height: 20px;
    width: 18px;
}

.discount-text h3,
.delivery-text h3,
.estimation-text h3,
.package-text h3 {
    font-size: 11px;
    color: #939393;
    padding-bottom: 5px;
}

.discount-text h4,
.delivery-text h4,
.estimation-text h4,
.package-text h4 {
    font-size: 14px;
}

.discount-text,
.delivery-text,
.estimation-text,
.package-text {
    margin-top: 5px;
}

.delivery-and-estimation-flexbox img {
    height: 20px;
    width: 18px;
    color: rgb(241, 241, 241);
}

.delivery-text {
    margin-top: 5px;
}

.discount-image {
    background-color: rgb(248, 248, 248);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.discount-image img {
    margin-left: 16px;
    margin-top: 15px;
}

.package-image {
    background-color: rgb(248, 248, 248);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.package-image img {
    margin-left: 16px;
    margin-top: 15px;
}

.delivery-image {
    background-color: rgb(248, 248, 248);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.delivery-image img {
    margin-left: 16px;
    margin-top: 15px;
}

.estimation-image {
    background-color: rgb(248, 248, 248);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.estimation-image img {
    margin-left: 16px;
    margin-top: 15px;
}

.Shipping-and-arrow h1 {
    font-size: 18px;
}

.Shipping-and-arrow {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.Shipping-and-arrow img {
    width: 18px;
    height: 18px;
    margin-top: 13px;
}

.section-rating {
    padding-top: 40px;
    flex: 0 0 100%; /* ← ADD THIS LINE */
    padding-left: 50px;
    padding-right: 50px;
}
.You-might-also-like {
    padding-left: 50px;
    padding-right: 50px;
}

.You-might-also-like h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    font-size: 60px;
    padding-bottom: 55px;
}

.discount-block {
    display: flex;
    gap: 5px;
}

.package-block {
    display: flex;
    gap: 5px;
    margin-right: 18px;
}

.Estimation-block {
    display: flex;
    gap: 5px;
}

.delivery-and-estimation-flexbox {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.Description-and-Fit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.Description-and-Fit img {
    width: 18px;
    height: 18px;
    margin-top: 13px;
}

.caution img {
    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.caution {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 20px;
    padding-left: 6px;
}

.caution span {
    position: relative;
    top: -4px;
    font-size: 12px;
}

.Addtocart {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.Addtocart span {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}

.addtocart-button {
    background-color: #b10443;
    color: white;
    width: 620px;
    padding: 15px;
    display: flex;
    justify-items: center;
    padding-left: 200px;
    padding-right: 200px;
    border-radius: 25px;
}

.addtocart-button h3 {
    margin-top: -5px;
    margin-left: 64px;
}

.description-section {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 25px;
    padding: 15px;
    max-width: 700px;
    line-height: 1.8;
}

.Description-and-Fit h1 {
    font-size: 18px;
    font-weight: bold;
}

.description-section p {
    font-size: 15px;
    font-weight: lighter;
    color: grey;
}

.delivery-time-block {
    display: flex;
    gap: 10px;
}

.Estimation-block {
    display: flex;
}

.shipping-and-delivery-details {
    margin-top: 10px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 25px;
    padding: 15px;
    width: 700px;
}

.fill {
    background-color: black;
    height: 7px;
    border-radius: 10px;
}

.fill-container {
    background-color: rgb(222, 221, 221);
    width: 300px;
    border-radius: 20px;
}

.ratings-bar {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 200px;
    height: 8px;
    border-radius: 5px;
}

.rating-flex h1 {
    font-size: 200px;
    font-weight: 900;
    margin-top: -50px;
}

.rating-flex h4 {
    margin-top: 150px;
    color: grey;
}

.rating-widgets {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    padding-left: 20px;
}

.Rating-comment-two-columns {
    padding-top: 20px;
}

.star-conatiner {
    width: 60px;
}

.number-block h3 {
    color: #939393;
    margin-top: -65px;
    font-size: 14px;
}

.date-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
}

.date-flex h3 {
    color: #595959;
    font-size: 12px;
    font-weight: 900;
}

.review img {
    width: 35px;
    height: 35px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
}

.image {
    display: flex;
    flex-direction: column;
}

.image img {
    width: 300px;
    height: 300px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 25px;
}

.categoryAndShopcont {
    display: flex;
    gap: 30px;
    margin-left: 50px;
    padding-top: 30px;
}

.category-column {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 15px;
}

.product-container img {
    height: 280px;
    width: 290px;
}

.product-container {
    border-style: solid;
    border-color: #8b5e3c;
    border-width: 2.5px;
    border-radius: 25px;
    overflow: hidden;
    padding: 20px;
}

.product-container h1 {
    font-size: 23px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.pricexcart {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.pricexcart img {
    width: 30px;
    height: 30px;
}

.Pricebutton-container {
    background-color: deeppink;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.image-container {
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-width: 1.5px;
    border-radius: 25px;
    overflow: hidden;
}

.cart-cont img {
    border-style: solid;
    border-color: black;
    border-width: 0.5px;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
}

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

.shop-list-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.cart-badge {
    color: white;
    background-color: #602f03;
    padding-top: 0.2px;
    padding-bottom: 0.2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
}

.cart-cont {
    position: relative;
}

.cart-badge-nav {
    color: white;
    background-color: #602f03;
    padding-top: 0.2px;
    padding-bottom: 0.2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 40px;
    display: none;
}

.single-badge-nav {
    color: white;
    background-color: #602f03;
    padding-top: 0.2px;
    padding-bottom: 0.2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 40px;
    display: flex;
}

@media (max-width: 480px) {
    /* Hide desktop navigation */
    nav {
        display: none;
    }

    .search-under-nav {
        display: none;
    }

    .footer-section {
        display: none;
    }

    .mobile-nav {
        display: flex !important;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, 0.315);
        width: 90%;
        max-width: 400px;
        margin-left: 20px;
        margin-right: 25px;
        margin-top: 10px;
        border-radius: 10px;
        position: relative;
    }

    .search-form input {
        font-size: 16px;
    }

    .single-cart-image {
        width: 38px;
        height: 38px;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px;
    }

    .third-search-box {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .logo {
        gap: 0%;
    }

    .mobile-menu-bar {
        flex: 1;
        margin-left: -20px;
        margin-top: -9.5px;
    }

    .mobile-menu-bar img {
        width: 32px;
        height: 36px;
    }

    .might-like-images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .image {
        padding-bottom: 10px;
    }

    .menu-bar {
        color: #1a1a1a;
    }

    .mobile-nav .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-right: 87px;
        margin-top: -10px;
    }

    .mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-nav .logo img {
        width: 18px;
        height: 18px;
        margin-bottom: 6px;
    }

    .mobile-nav .logo h1 {
        font-size: 14px;
        padding-left: 8px;
        color: #602f03;
        margin-bottom: 4px;
        margin-left: -5px;
        margin-right: 8px;
    }

    .mobile-cart-cont {
        width: 20px;
        height: 28px;
        margin-right: -50px;
    }

    .color-options {
        display: none;
    }

    .color-text {
        display: none;
    }

    /* General */
    body {
        overflow-x: hidden;
    }

    .back-arrow {
        padding: 20px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .product-two-column-section {
        padding: 20px;
    }

    .footer-whatsapp {
        display: flex;
        justify-content: center;
        font-size: 13px;
    }
    /* Product layout */
    .product-two-column-wrapper {
        flex-direction: column;
        gap: 25px;
        margin-top: -50px;
    }

    /* Image */
    .image-left {
        width: 100%;
    }

    .image-left img {
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }

    /* Product details */
    .single-product-detail {
        width: 100%;
    }

    .single-product-details h1 {
        font-size: 28px;
    }

    .product-price {
        font-size: 20px;
    }

    /* Colours */
    .color-options {
        flex-wrap: wrap;
    }

    .color-options span {
        flex: 1;
        text-align: center;
        padding: 12px;
    }

    /* Description */
    .description-section {
        width: 100%;
        max-width: none;
    }

    /* Shipping */
    .shipping-and-delivery-details {
        width: 100%;
    }

    .discount-and-package-flexbox,
    .delivery-and-estimation-flexbox {
        flex-direction: column;
        gap: 20px;
    }

    /* Add to cart */
    .Addtocart {
        gap: 15px;
        align-items: center;
    }

    .addtocart-button {
        width: 100%;
        padding: 16px;
        justify-content: center;
    }

    .addtocart-button h3 {
        margin: 0;
    }

    /* Reviews */
    .section-rating {
        padding: 20px;
    }

    .Rating-comment-two-columns {
        flex-direction: column;
        gap: 30px;
    }

    .rating-number-block {
        flex-direction: column;
        gap: 20px;
    }

    .review-block {
        width: 100%;
        margin-bottom: 50px;
    }

    .rating-flex h1 {
        font-size: 110px;
        margin-top: 0;
    }

    .rating-flex h4 {
        margin-top: 70px;
    }

    /* Related products */
    .You-might-also-like {
        padding: 20px;
    }

    .You-might-also-like h1 {
        font-size: 32px;
        margin-top: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .shop-list-column {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-left: 25px;
        margin-top: -16px;
    }

    .product-container {
        width: 90px;
    }

    .product-container img {
        width: 100%;
        height: auto;
    }

    .might-like-images {
        display: flex;
        flex-direction: column;
    }

    .footer-section-mobile {
        background: linear-gradient(135deg, #d6d1d7 0%, #a06705 100%);
        color: black;
        padding: 30px 15px;
        margin-top: 40px;
        border-top: 2px solid #ffffff;
        display: flex;
        flex-direction: column;
    }

    /* LOGO SECTION */
    .footer-logo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 77, 141, 0.3);
    }

    .footer-logo-img {
        width: 35px;
        height: 35px;
    }

    .footer-shop-name {
        font-family: "Great Vibes", cursive;
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-top: 8px;
    }

    /* QUICK LINKS */
    .footer-links-mobile {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-links-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 5px 8px;
        border-radius: 5px;
    }

    .footer-links-mobile a:hover {
        color: #ff4d8d;
        background-color: rgba(255, 77, 141, 0.1);
    }

    /* CONTACT INFO */
    .footer-contact-mobile {
        margin-bottom: 25px;
        padding: 20px 12px;
        background-color: rgba(71, 44, 3, 0.586);
        border-radius: 10px;
        border-left: 3px solid #9d9d9d;
    }

    .footer-contact-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
        color: black;
    }

    .footer-contact-mobile p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #d0d0d0;
    }

    /* SOCIAL SECTION */
    .footer-socials-mobile {
        margin-bottom: 25px;
    }

    .footer-socials-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ff4d8d;
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .social-links a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 77, 141, 0.15);
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .social-links a:hover {
        background-color: #ff4d8d;
        transform: scale(1.1);
    }

    .social-links img {
        width: 16px;
        height: 16px;
        filter: brightness(1.2);
    }

    /* NEWSLETTER */
    .footer-newsletter-mobile {
        margin-bottom: 25px;
    }

    .footer-newsletter-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #000000;
        text-align: center;
    }

    .footer-newsletter-mobile p {
        font-size: 10px;
        text-align: center;
        color: #000000;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .newsletter-form-mobile {
        display: flex;
        gap: 6px;
        background-color: rgba(255, 77, 141, 0.1);
        padding: 6px;
        border-radius: 8px;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .newsletter-form-mobile input {
        flex: 1;
        background: transparent;
        border: none;
        color: rgb(255, 255, 255);
        outline: none;
        font-size: 11px;
        padding: 6px 8px;
    }

    .newsletter-form-mobile input::placeholder {
        color: #ffffff;
        font-size: 10px;
    }

    .newsletter-form-mobile button {
        background-color: #ff4d8d;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .newsletter-form-mobile button:hover {
        background-color: #ff6fa8;
        transform: scale(1.05);
    }

    /* COPYRIGHT */
    .footer-copyright-mobile {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-copyright-mobile p {
        font-size: 9px;
        color: #000000;
        line-height: 1.5;
    }

    .footer-socials-mobile h3 {
        color: black;
    }

    /* SMOOTH TRANSITIONS */
    * {
        transition:
            color 0.3s ease,
            background-color 0.3s ease;
    }

    .rating-number-block {
        display: none;
    }

    .mobile-dropdown {
        position: absolute;
        top: 9%;
        left: 33px;
        width: 100%;
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;

        transition: all 0.3s ease;
    }

    .mobile-dropdown.active {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background-color: #965e73;
        color: white;
        width: 150px;
        border: #ff4d8e6e;
        border-style: solid;
        border-width: 1.5px;
        padding: 10px;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hr {
        color: #ff4d8d;
        height: 1px;
    }

    .mobile-dropdown a.active {
        background-color: white;
        padding: 5px;
        color: #000000;
        border-radius: 5px;
    }

    /*shop page mobile css*/

    /* Main shop container */
    .categoryAndShopcont {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: -15px;
    }

    * {
        box-sizing: border-box;
    }

    /* Horizontal scrolling categories */
    .category-column {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-left: -40px;

        width: 400%;
        max-width: 100%;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 10px 15px;

        box-sizing: border-box;
    }

    .category-col-mobile {
        margin-left: 80px;
        margin-right: -10px;
    }

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

    .category-column h1 {
        display: none;
    }

    .category-column label {
        flex: 0 0 auto;
        white-space: nowrap;

        background: #965e73;
        color: white;

        padding: 8px 18px;
        border-radius: 20px;

        font-size: 14px;
    }

    .category-column label {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    /* Remove radio button appearance */
    .category-column input {
        display: none;
    }

    /* Product section */
    .shop-list-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        padding: 10px 15px;
    }

    /* Product card */
    .product-container {
        width: 100%;
    }

    /* Product image */
    .image-container {
        width: 100%;
        height: 160px;
        overflow: hidden;
        border-radius: 12px;
    }

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

    /* Product name */
    .product-container h1 {
        font-size: 11px;
        margin-top: 8px;
        line-height: 18px;
    }

    /* Price + cart row */
    .pricexcart {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 5px;
        gap: 10%;
    }

    .Pricebutton-container h1 {
        font-size: 10px !important;
        padding-top: 0px !important;
        padding-bottom: 5px;

        padding-left: 0%;
        padding-right: 0%;
    }

    .Pricebutton-container {
        width: 90px;
        padding: 0%;
    }

    /* Cart icon */
    .cart-cont img {
        width: 35px;
        height: 35px;
    }

    .cart-cont {
        position: relative;
    }

    .cart-badge {
        font-size: 10px;
    }

    .mobile-search {
        display: flex;
        margin-left: 25px;
        margin-top: 30px;
        padding-bottom: 0;
        width: calc(100% - 50px);
    }

    .search-icon-container {
        margin-bottom: 5px;
    }
}

@media (max-width: 390px) {
    .mobile-search {
        margin-left: 33px;
        width: 320px;
    }

    .pricexcart {
        width: 150px;
        margin-left: -10px;
    }
}

/*tablet portrait*/
@media (min-width: 600px) and (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    /* =====================
       NAVIGATION
    ====================== */

    nav {
        display: none;
    }

    .mobile-nav {
        display: flex !important;
        justify-content: space-between;
        align-items: center;

        width: calc(100% - 60px);
        margin: 20px auto 0;

        padding: 10px 20px;

        background-color: rgba(0, 0, 0, 0.25);
        border-radius: 15px;
    }

    .mobile-menu-bar img {
        width: 35px;
        height: 35px;
    }

    .mobile-nav .logo {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .mobile-nav .logo img {
        width: 35px;
        height: 35px;
    }

    .mobile-nav .logo h1 {
        font-size: 24px;
        margin-left: 8px;
        padding: 0;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .single-cart-image {
        width: 45px;
        height: 45px;

        margin: 0;
    }

    .single-cart-image img {
        width: 30px;
        height: 25px;
    }

    /* =====================
       HIDE DESKTOP SEARCH
    ====================== */

    .search-under-nav {
        display: none;
    }

    /* =====================
       MOBILE SEARCH
    ====================== */

    .mobile-search {
        display: flex;

        width: 90%;

        margin: 35px auto 20px;
    }

    .mobile-search .search-form {
        display: flex;
        width: 100%;
        max-width: 100%;
    }

    /* =====================
       MOBILE DROPDOWN
    ====================== */

    .mobile-dropdown {
        position: absolute;
        top: 9%;
        left: 33px;
        width: 100%;
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;

        transition: all 0.3s ease;
    }

    .mobile-dropdown.active {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background-color: #965e73;
        color: white;
        width: 150px;
        border: #ff4d8e6e;
        border-style: solid;
        border-width: 1.5px;
        padding: 10px;
        border-radius: 20px;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .hr {
        color: #ff4d8d;
        height: 1px;
    }

    .mobile-dropdown a.active {
        background-color: white;
        padding: 5px;
        color: #000000;
        border-radius: 5px;
    }

    /* =====================
       CATEGORY FILTERS
    ====================== */

    .categoryAndShopcont {
        display: flex;

        flex-direction: column;

        margin: 0;

        padding: 0 25px;

        gap: 25px;
    }

    .category-col-mobile {
        margin: 0;

        display: flex;

        justify-content: center;

        align-items: center;
    }

    .category-column {
        display: flex;

        flex-direction: row;

        gap: 12px;

        overflow-x: auto;

        width: 100%;

        justify-content: center;

        align-items: center;

        padding: 10px 0;
    }

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

    .category-column h1 {
        display: none;
    }

    .category-column label {
        flex: none;

        white-space: nowrap;

        background: #965e73;

        color: white;

        padding: 10px 22px;

        border-radius: 25px;

        font-size: 15px;
    }

    .category-column input {
        display: none;
    }

    /* =====================
       PRODUCTS
    ====================== */

    .shop-list-column {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
    }

    .product-container {
        width: 100%;
        min-width: 0;
        padding: 12px;
        overflow: hidden;
    }

    .image-container {
        width: 100%;
        height: 220px;
        overflow: hidden;
        border-radius: 15px;
    }

    .product-container img,
    .product-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }
    .product-container h1 {
        font-size: 16px;

        padding-top: 10px;
    }

    .pricexcart {
        align-items: center;

        margin-top: 10px;
    }

    .Pricebutton-container {
        padding: 8px 15px;
    }

    .Pricebutton-container h1 {
        font-size: 13px !important;

        padding: 0 !important;
    }

    .cart-cont img {
        width: 45px;

        height: 45px;
    }

    /* =====================
       FOOTER
    ====================== */

    .footer-section {
        display: none;
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 70px;
    }

    .footer-column-a,
    .footer-column-b,
    .footer-column-c,
    .footer-column-d {
        flex: 1 1 45%;
    }

    .footer-section-mobile {
        background: linear-gradient(135deg, #824809 0%, #000000 100%);
        color: white;
        padding: 30px 15px;
        margin-top: 40px;
        border-top: 2px solid #000000;
        display: block;
        border-radius: 20px;
    }

    /* LOGO SECTION */
    .footer-logo-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 77, 141, 0.3);
    }

    .footer-logo-img {
        width: 35px;
        height: 35px;
    }

    .footer-shop-name {
        font-family: "Great Vibes", cursive;
        font-size: 18px;
        font-weight: 600;
        color: #ff4d8d;
    }

    /* QUICK LINKS */
    .footer-links-mobile {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        padding: 20px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-links-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.3s ease;
        padding: 5px 8px;
        border-radius: 5px;
    }

    .footer-links-mobile a:hover {
        color: #ff4d8d;
        background-color: rgba(255, 77, 141, 0.1);
    }

    /* CONTACT INFO */
    .footer-contact-mobile {
        margin-bottom: 25px;
        padding: 20px 12px;
        background-color: rgba(255, 77, 141, 0.08);
        border-radius: 10px;
        border-left: 3px solid #ffffff;
    }

    .footer-contact-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .footer-contact-mobile p {
        font-size: 11px;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #d0d0d0;
    }

    /* SOCIAL SECTION */
    .footer-socials-mobile {
        margin-bottom: 25px;
    }

    .footer-socials-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #ff4d8d;
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 77, 141, 0.2);
    }

    .social-links a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 77, 141, 0.15);
        border-radius: 50%;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .social-links a:hover {
        background-color: #ff4d8d;
        transform: scale(1.1);
    }

    .social-links img {
        width: 16px;
        height: 16px;
        filter: brightness(1.2);
    }

    /* NEWSLETTER */
    .footer-newsletter-mobile {
        margin-bottom: 25px;
    }

    .footer-newsletter-mobile h3 {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #ff4d8d;
        text-align: center;
    }

    .footer-newsletter-mobile p {
        font-size: 10px;
        text-align: center;
        color: #b0b0b0;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .newsletter-form-mobile {
        display: flex;
        gap: 6px;
        background-color: rgba(255, 77, 141, 0.1);
        padding: 6px;
        border-radius: 8px;
        border: 1px solid rgba(255, 77, 141, 0.3);
    }

    .newsletter-form-mobile input {
        flex: 1;
        background: transparent;
        border: none;
        color: white;
        outline: none;
        font-size: 11px;
        padding: 6px 8px;
    }

    .newsletter-form-mobile input::placeholder {
        color: #888;
        font-size: 10px;
    }

    .newsletter-form-mobile button {
        background-color: #ff4d8d;
        color: white;
        border: none;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .newsletter-form-mobile button:hover {
        background-color: #ff6fa8;
        transform: scale(1.05);
    }

    /* COPYRIGHT */
    .footer-copyright-mobile {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 77, 141, 0.2);
    }

    .footer-copyright-mobile p {
        font-size: 9px;
        color: #888;
        line-height: 1.5;
    }

    /* =====================================
   SINGLE PRODUCT TABLET PORTRAIT
===================================== */

    @media (min-width: 600px) and (max-width: 900px) {
        body {
            overflow-x: hidden;
        }

        /* =====================
       PRODUCT SECTION
    ====================== */

        .product-two-column-section {
            padding: 25px 20px;
        }

        .product-two-column-wrapper {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding-top: 20px;
            align-items: center;
        }

        /* PRODUCT IMAGE */

        .image-left {
            width: 100%;
            max-width: 650px;
            margin: 0 auto;
        }

        .image-left img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* PRODUCT DETAILS */

        .single-product-details {
            width: 100%;
            max-width: 650px;
            margin: 0 auto;
        }

        .single-product-details h1 {
            font-size: 35px;
        }

        .product-price {
            font-size: 24px;
        }

        /* CATEGORY */

        .men-delivery-block h3 {
            width: fit-content;
        }

        /* ADD TO CART */

        .Addtocart {
            width: 100%;
            gap: 20px;
        }

        .addtocart-button {
            width: 100%;
            padding: 16px;

            display: flex;
            justify-content: center;
            align-items: center;
        }

        .addtocart-button h3 {
            margin: 0;
        }

        /* DESCRIPTION */

        .description-section {
            width: 100%;
            max-width: 650px;
        }

        /* SHIPPING */

        .shipping-and-delivery-details {
            width: 100%;
            max-width: 650px;
        }

        .discount-and-package-flexbox,
        .delivery-and-estimation-flexbox {
            flex-direction: row;
            justify-content: space-between;
        }

        /* =====================
       REVIEWS
    ====================== */

        .section-rating {
            padding-top: 40px;
            padding-left: 20px;
            padding-right: 20px;

            width: 100%;

            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .Rating-comment-two-columns {
            width: 100%;

            flex-direction: column;

            align-items: center;

            gap: 40px;
        }

        .review-block {
            width: 100%;
            max-width: 650px;
        }

        /* =====================
       YOU MIGHT ALSO LIKE
    ====================== */

        .You-might-also-like {
            padding-left: 20px;
            padding-right: 20px;

            width: 100%;
        }

        .You-might-also-like h1 {
            font-size: 45px;

            text-align: center;
        }

        .might-like-images {
            display: grid;

            grid-template-columns: repeat(2, minmax(0, 1fr));

            gap: 20px;

            width: 100%;

            margin-left: 0;
        }

        .image {
            width: 100%;
        }

        .image img {
            width: 100%;

            height: auto;
        }

        .single-badge-nav {
            margin-top: 15px;
            margin-right: 8px;
        }

        /* =====================
       SMALLER TABLETS
       600px - 700px
    ====================== */
    }

    @media (min-width: 600px) and (max-width: 700px) {
        .product-two-column-section {
            padding-left: 15px;
            padding-right: 15px;
        }

        .single-product-details h1 {
            font-size: 28px;
        }

        .product-price {
            font-size: 20px;
        }

        .discount-and-package-flexbox,
        .delivery-and-estimation-flexbox {
            flex-direction: column;

            gap: 20px;
        }

        .You-might-also-like h1 {
            font-size: 35px;
        }

        .might-like-images {
            gap: 15px;
        }
    }
}

/* =========================================
   SHOP — TABLET DESKTOP / LANDSCAPE
   901px - 1200px
========================================= */

@media (min-width: 901px) and (max-width: 1200px) {
    /* SHOP LAYOUT */
    .categoryAndShopcont {
        display: flex;
        gap: 30px;
        margin-left: 30px;
        margin-right: 30px;
        padding-top: 30px;
        align-items: flex-start;
    }

    /* CATEGORY SIDEBAR */
    .category-col-mobile {
        flex: 0 0 180px;
    }

    .category-column {
        display: flex;
        flex-direction: column;
        gap: 15px;

        width: 100%;
        max-width: 180px;
    }

    /* PRODUCT GRID */
    .shop-list-column {
        flex: 1;

        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));

        gap: 25px;

        width: 100%;
        min-width: 0;
    }

    /* PRODUCT CARD */
    .product-container {
        width: 100%;
        min-width: 0;

        padding: 12px;

        border-radius: 20px;

        overflow: hidden;
    }

    /* IMAGE BOX */
    .image-container {
        width: 100%;
        height: 210px;

        display: flex;
        align-items: center;
        justify-content: center;

        overflow: hidden;
        border-radius: 15px;
    }

    /* PRODUCT IMAGE */
    .product-container img.product-img {
        width: 100%;
        height: 100%;

        max-width: 100%;
        max-height: 100%;

        object-fit: contain;

        display: block;
    }

    /* PRODUCT NAME */
    .product-container h1 {
        font-size: 16px;
        line-height: 1.4;

        text-align: center;

        padding-top: 10px;

        min-height: 45px;

        overflow: hidden;
    }

    /* PRICE + CART */
    .pricexcart {
        display: flex;
        align-items: center;
        justify-content: space-between;

        gap: 10px;

        padding: 8px 3px;
    }

    .Pricebutton-container {
        padding: 7px 14px;

        margin: 0;

        max-width: 70%;

        border-radius: 6px;
    }

    .Pricebutton-container h1 {
        font-size: 13px !important;
        padding: 0 !important;
        min-height: auto;

        white-space: nowrap;
    }

    /* CART */
    .cart-cont {
        position: relative;
        flex-shrink: 0;
    }

    .cart-cont img {
        width: 43px;
        height: 43px;

        max-width: 43px;
        max-height: 43px;

        object-fit: contain;

        padding: 8px;
    }

    /* CART BADGE */
    .cart-badge {
        font-size: 10px;

        top: -6px;
        right: -6px;
    }

    .container-form {
        display: none;
    }

    /* =========================================
   TABLET DESKTOP — CLEAN SEARCH + MENUS
   901px - 1200px
========================================= */

    @media (min-width: 901px) and (max-width: 1200px) {
        /* Hide the first two search controls */
        .categories-form,
        .new-product-form {
            display: none;
        }

        /* Search + menu row */
        .search-under-nav {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 100%;

            padding-top: 20px;
            padding-bottom: 15px;

            gap: 30px;
        }

        /* Main search */
        .container-search {
            display: flex;
            align-items: center;
            justify-content: center;

            width: auto;

            padding-left: 0;
            padding-right: 0;

            gap: 0;
        }

        .search-form {
            display: flex;
            align-items: center;

            width: 380px;
            height: 42px;

            margin: 0;

            padding-left: 15px;
            padding-right: 10px;

            border-radius: 25px;
        }

        .third-search-box {
            flex: 1;
            width: 100%;

            font-size: 14px;
        }

        .search-icon-container {
            flex-shrink: 0;

            display: flex;
            align-items: center;
            justify-content: center;

            width: 28px;
            height: 28px;

            margin-top: 0;
        }

        .search-form img {
            width: 15px;
            height: 15px;

            margin: 0;
        }

        /* Four menu buttons */
        .men-women-children {
            display: flex;
            align-items: center;

            gap: 8px;

            flex-shrink: 0;
        }

        .men,
        .women,
        .children,
        .Brands {
            font-size: 13px;

            padding: 7px 15px;

            white-space: nowrap;

            border-radius: 20px;
        }
    }
}

/* =========================================================
   SINGLE PRODUCT — TABLET DESKTOP / LANDSCAPE
   901px - 1200px
========================================================= */
@media (min-width: 901px) and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    /* =====================================================
       NAVIGATION
    ===================================================== */

    nav.desktop-nav {
        display: flex;
        align-items: center;
        padding: 18px 35px 5px;
    }

    .desktop-nav .logo {
        margin-left: 20px;
        align-items: center;
    }

    .desktop-nav .shop-logo {
        width: 32px;
        height: 32px;
    }

    .desktop-nav .shop-eleven-text {
        font-size: 21px;
        padding-top: 3px;
    }

    .menu-image-single img {
        width: 32px;
        height: 24px;
    }

    .right-nav-items {
        gap: 22px;
        align-items: center;
    }

    .right-nav-items li a {
        font-size: 14px;
    }

    .desktop-nav .single-cart-image {
        margin-top: 0;
        width: 38px;
        height: 38px;
        padding: 4px;
    }

    .desktop-nav .single-cart-image img {
        width: 24px;
        height: 20px;
    }

    /* =====================================================
       SEARCH
    ===================================================== */

    .categories-form,
    .new-product-form {
        display: none;
    }

    .search-under-nav {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;

        padding-top: 18px;
        padding-bottom: 12px;

        gap: 25px;
    }

    .container-search {
        display: flex;
        align-items: center;

        padding: 0;
        gap: 0;
    }

    .search-form {
        width: 330px;
        height: 40px;

        display: flex;
        align-items: center;

        margin: 0;
        padding: 0 10px 0 14px;
    }

    .third-search-box {
        flex: 1;
        min-width: 0;

        font-size: 13px;
    }

    .search-icon-container {
        width: 26px;
        height: 26px;

        margin: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-form img {
        width: 14px;
        height: 14px;
        margin: 0;
    }

    .men-women-children {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .men,
    .women,
    .children,
    .Brands {
        font-size: 12px;
        padding: 7px 14px;
        white-space: nowrap;
    }

    /* =====================================================
       PRODUCT SECTION
    ===================================================== */

    .product-two-column-section {
        padding-left: 35px;
        padding-right: 35px;
    }

    .product-two-column-wrapper {
        display: flex;
        align-items: flex-start;

        gap: 40px;

        padding-top: 25px;

        width: 100%;
    }

    /* =====================================================
       PRODUCT IMAGE
    ===================================================== */

    .image-left {
        flex: 0 0 50%;

        width: 50%;
        max-width: none;

        border-radius: 15px;
        min-width: 0;
    }

    .image-left img {
        width: 100%;
        height: auto;

        display: block;

        border-radius: 15px;
    }

    /* =====================================================
       PRODUCT DETAILS
    ===================================================== */

    .single-product-details {
        flex: 1 1 0;

        width: auto;
        min-width: 0;
        max-width: none;

        padding: 0;

        box-sizing: border-box;
    }

    /* =====================================================
       PRODUCT NAME
    ===================================================== */

    .single-product-details h1 {
        font-size: 22px;
        line-height: 1.25;

        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 4px;

        max-width: 100%;
    }

    /* =====================================================
       CATEGORY
    ===================================================== */

    .men-delivery-block h3 {
        width: fit-content;

        padding: 5px 14px;

        font-size: 11px;

        margin-bottom: 0;
    }

    /* =====================================================
       PRICE
    ===================================================== */

    .product-price {
        display: block;

        font-size: 17px;
        line-height: 1.2;

        padding-top: 4px;
        padding-bottom: 7px;

        margin: 0;
    }

    /* =====================================================
       FREE DELIVERY
    ===================================================== */

    .caution {
        display: inline-flex;
        align-items: center;

        width: fit-content;
        max-width: 100%;

        padding: 4px 8px;

        margin-top: 5px;

        box-sizing: border-box;
    }

    .caution img {
        width: 16px;
        height: 16px;

        margin: 0 3px 0 0;

        flex-shrink: 0;
    }

    .caution span {
        position: static;

        font-size: 11px;
        line-height: 1.2;

        white-space: nowrap;
    }

    /* =====================================================
       COLOR
    ===================================================== */

    .select-color-section {
        padding-top: 8px;
        padding-bottom: 12px;

        max-width: 100%;
    }

    /* =====================================================
       ADD TO CART
    ===================================================== */

    .Addtocart {
        display: flex;
        align-items: center;

        width: 100%;

        gap: 10px;

        padding-top: 10px;
    }

    .addtocart-button {
        flex: 1 1 auto;

        width: auto;
        min-width: 0;

        padding: 13px 18px;

        display: flex;
        align-items: center;
        justify-content: center;

        box-sizing: border-box;
    }

    .addtocart-button h3 {
        margin: 0;

        font-size: 13px;
        white-space: nowrap;
    }

    .Addtocart span {
        flex: 0 0 48px;

        width: 48px;
        height: 48px;

        margin-top: 0;
    }

    /* =====================================================
       DESCRIPTION
    ===================================================== */

    .description-section {
        width: 100%;
        max-width: 100%;

        padding: 13px;

        margin-top: 10px;

        border-radius: 18px;

        line-height: 1.6;

        box-sizing: border-box;

        overflow: hidden;
    }

    .Description-and-Fit {
        padding-bottom: 7px;

        display: flex;
        align-items: center;
    }

    .Description-and-Fit h1 {
        font-size: 15px;
    }

    .Description-and-Fit img {
        width: 15px;
        height: 15px;

        margin-top: 6px;
    }

    .description-section p {
        font-size: 12px;

        max-width: 100%;
        overflow-wrap: break-word;
    }

    /* =====================================================
       REVIEWS
    ===================================================== */

    .section-rating {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 45px;
    }

    .rating-reviews-text h2 {
        font-size: 24px;
    }

    .Rating-comment-two-columns {
        display: flex;

        gap: 30px;

        align-items: flex-start;
    }

    .rating-number-block {
        display: flex;

        flex: 1;

        gap: 20px;

        min-width: 0;
    }

    .rating-flex h1 {
        font-size: 110px;
        margin-top: -25px;
    }

    .rating-flex h4 {
        margin-top: 80px;
    }

    .number-block h3 {
        margin-top: -35px;
        font-size: 12px;
    }

    .rating-widgets {
        gap: 20px;

        padding-left: 0;
        margin-top: 15px;
    }

    .ratings-bar {
        width: 180px;
    }

    .fill-container {
        width: 130px;
    }

    .review-block {
        flex: 1;

        width: auto;

        margin-bottom: 80px;

        padding: 14px;

        border-radius: 20px;

        min-width: 0;
    }

    .review-block span {
        font-size: 13px;
    }

    .review h3 {
        font-size: 12px;
        line-height: 1.5;
    }

    .date-flex h3 {
        font-size: 11px;
    }

    .review img {
        width: 32px;
        height: 32px;
    }

    .image-of-reviewer img {
        width: 45px;
        height: 45px;
    }

    /* =====================================================
       YOU MIGHT ALSO LIKE
    ===================================================== */

    .You-might-also-like {
        padding-left: 35px;
        padding-right: 35px;
    }

    .You-might-also-like h1 {
        font-size: 42px;

        margin-top: -25px;

        padding-bottom: 35px;
    }

    .might-like-images {
        display: grid;

        grid-template-columns: repeat(4, minmax(0, 1fr));

        gap: 18px;

        width: 100%;
    }

    .might-like-images .image {
        width: 100%;
        min-width: 0;
    }

    .might-like-images .image img {
        width: 100%;
        height: auto;

        aspect-ratio: 1 / 1;

        object-fit: cover;

        border-radius: 18px;
    }

    .might-like-images .image span {
        max-width: 100%;

        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* =====================================================
       FOOTER
    ===================================================== */

    .footer-section {
        display: flex;

        padding-left: 35px;
        padding-right: 35px;

        padding-top: 60px;

        gap: 25px;
    }

    .footer-column-a,
    .footer-column-b,
    .footer-column-c,
    .footer-column-d {
        min-width: 0;
    }

    .footer-column-a {
        flex: 1.2;
    }

    .footer-column-b,
    .footer-column-c {
        flex: 0.8;
    }

    .footer-column-d {
        flex: 1.4;
    }

    .footer-column-d h2 {
        font-size: 21px !important;
    }

    .footer-column-d p {
        font-size: 11px;
    }

    .subscribe {
        width: 100%;
    }

    .subscribe button {
        padding: 7px 12px;
    }

    .footer-section-mobile {
        display: none;
    }

    /* =====================================================
       OTHER
    ===================================================== */

    .image-of-reviewer {
        display: none;
    }

    .single-badge-nav {
        margin-right: -10px;
    }
}

@media (min-width: 901px) and (max-width: 1115px) {
    .shipping-and-delivery-details {
        display: none;
    }
}

@media (min-width: 961px) and (max-width: 1083px) {
    .single-category-button {
        padding-bottom: 5px;
    }

    .single-product-details h1 {
        padding-bottom: 5px;
    }

    .product-price {
        padding-bottom: 5px;
    }

    .description-section p {
        font-size: 15px;
    }

    .description-section {
        padding-bottom: 5px;
    }

    .description-section {
        height: 220px;
    }
}
@media (min-width: 1084px) and (max-width: 1200px) {
    .shipping-and-delivery-details {
        display: block;
        width: clamp(440px, 43vw, 500px);
        padding: 8px 10px;
        margin-top: 8px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    /* HEADER */
    .Shipping-and-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding-bottom: 3px;
        margin-bottom: 4px;
    }

    .shipping-text {
        font-size: 15px;
        margin: 0;
    }

    .Shipping-and-arrow img {
        width: 13px;
        height: 13px;
        margin: 0;
    }

    /* TOP ROW */
    .discount-and-package-flexbox {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;
        gap: 12px;

        padding: 0 0 6px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    /* BOTTOM ROW */
    .delivery-and-estimation-flexbox {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;

        padding-bottom: 10px;
        margin: 0;
    }

    /* EACH ITEM */
    .discount-block,
    .package-block,
    .delivery-time-block,
    .Estimation-block {
        display: flex;
        align-items: center;

        gap: 7px;

        flex: 1;
        min-width: 0;

        padding: 0;
        margin: 0;
    }

    /* ICON CIRCLE */
    .discount-image,
    .package-image,
    .delivery-image,
    .estimation-image {
        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        display: flex;
        align-items: center;
        justify-content: center;

        margin: 0;
    }

    .discount-image img,
    .package-image img,
    .delivery-image img,
    .estimation-image img {
        width: 17px;
        height: 17px;

        object-fit: contain;

        margin: 0;
    }

    /* TEXT */
    .discount-text,
    .package-text,
    .delivery-text,
    .estimation-text {
        min-width: 0;

        margin: 0;
        padding: 0;
    }

    .discount-text h3,
    .package-text h3,
    .delivery-text h3,
    .estimation-text h3 {
        font-size: 10px;
        line-height: 1.1;

        margin: 0 0 2px;
        padding: 0;
    }

    .discount-text h4,
    .package-text h4,
    .delivery-text h4,
    .estimation-text h4 {
        font-size: 11px;
        line-height: 1.1;

        margin: 0;
        padding: 0;
    }

    .Estimation-block {
        padding-left: 45px;
    }
}

@media (min-width: 1175px) and (max-width: 1200px) {
    .shipping-and-delivery-details {
        display: block;
        width: clamp(440px, 53vw, 518px);
        padding: 8px 10px;
        padding-top: 15px;
        margin-top: 23px;
        box-sizing: border-box;
        border-radius: 12px;
    }

    .delivery-and-estimation-flexbox {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 100%;

        padding-bottom: 27px;
        margin: 0;
    }
}
