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

.footer-column-d {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 260px;
    padding-top: 10px;
}

.footer-column-d h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 12px 0;
    padding: 0;
    line-height: 1.2;
}

.footer-column-d h2 a {
    text-decoration: none;
    color: inherit;
}

.footer-column-d p {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.footer-column-d .footer-whatsapp {
    display: inline-block;
    margin-top: 16px;
    padding: 0;
    font-size: 16px;
    color: purple;
    text-decoration: none;
    line-height: 1.2;
}

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

/* 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-whatsapp {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.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);
}
* {
    box-sizing: border-box;
}

.mobile-nav {
    display: none;
}

.mobile-dropdown {
    display: none;
}

body {
    font-family: "Bodoni Moda", serif;
    background-color: #410119;
}

.background {
    background-color: #410119; /* Beige/cream color */
    padding: 10px 40px 40px 40px;
    /* Padding around the image */
}

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

nav {
    display: flex;
    justify-content: space-between;
    width: 1430px;
    padding-top: 10px;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 20px;
}

.divider {
    width: 1335px;
    margin-left: 50px;
    border-bottom: 1px solid rgb(96, 96, 96);
}

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

.logo {
    display: flex;
}

.logo h1 {
    font-size: 15px;
    font-weight: normal;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent dark */
    border-radius: 10px;
    backdrop-filter: blur(10px);
    top: 30px;
    z-index: 100;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.nav-links a:hover {
    opacity: 0.7;
}

.menu-bar {
    width: 20px;
    height: 30px;
    padding-top: 5px;
}

.menu-box {
    width: 70px;
    height: 45px;
    background-color: white;
    border-radius: 10px;

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

.home-bar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-bar img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.logo {
    padding-top: 5px;
    padding-right: 170px;
}

.logo h1 {
    font-size: 20px;
    font-weight: 500;
}

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

.twocolumnscartandorder {
    display: flex;
    justify-content: space-between;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 100px;
}

.product-code {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

.quantity-left {
    display: flex;
    gap: 154px;
}

.prodimagexname img {
    border-radius: 5px;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-width: 0.25px;
    border-color: grey;
}

.prodimagexname {
    display: flex;
}

.Product-details-cont {
    display: flex;
    padding-top: 13px;
    padding-bottom: 17px;
    justify-content: space-between;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

.quantitytotalaction {
    display: flex;
    gap: 140.5px;
    padding-top: 30px;
}

.quantitytotalaction img {
    width: 25px;
    height: 25px;
}

.Product-card-cont {
    width: 900px;
    border-style: solid;
    border-color: rgba(84, 84, 84, 0.4);
    border-width: 1px;
    background-color: white;
    color: black;
    padding: 30px;
    border-radius: 20px;
}

.quantincreasecont {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
}

.quantincreasecont span {
    font-size: 15px;
    padding-left: 6px;
    padding-right: 6px;
}

.text-productcode {
    padding-left: 2px;
}

.text-productcode h1 {
    font-size: 18px;
    font-weight: 200;
}

.quantity-left h1 {
    font-size: 18px;
    font-weight: 200;
}

.totalprice {
    font-size: 22px;
    font-weight: 500;
}

.Nameandcategory h3 {
    color: black;
    font-weight: 700;
    font-size: 25px;
}

.Nameandcategory h1 {
    color: rgb(102, 102, 102);
    font-weight: 200;
    font-size: 15px;
}

.Nameandcategory {
    margin-top: 13px;
    padding-left: 10px;
}

.Order-summary-cont {
    border-style: solid;
    border-color: rgba(84, 84, 84, 0.4);
    border-width: 1px;
    background-color: white;
    color: black;
    border-radius: 20px;
    width: 400px;
    padding: 20px;
    padding-top: 25px;
}

.totalChild {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    padding-bottom: 10px;
}

.main-total-container {
    display: flex;
    justify-content: space-between;
}
.main-total-container h1 {
    font-weight: lighter;
}

.main-total-container h2 {
    font-size: 25px;
    font-weight: lighter;
    padding-top: 3px;
}

.totalChild h1 {
    font-size: 27px;
    font-weight: lighter;
    color: #585858;
}

.totalChild h2 {
    font-size: 25px;
    padding-top: 3px;
    font-weight: lighter;
}

.checkout {
    margin-left: 57px;
    margin-top: 7px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: white;
    font-weight: 900;
    background-color: rgba(2, 137, 43, 0.713); /* Semi-transparent dark */

    backdrop-filter: blur(10px);
    border-style: none;
    border-radius: 25px;
}

.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: 90px;
}

.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;
}

.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;
}

.footer-section {
    background-color: white;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0%;
    border-radius: 25px;
    width: 1353px;
    margin-left: 40px;
    margin-bottom: 50px;
}

.footer-column-b {
    padding-top: 10px;
}
.footer-column-c {
    padding-top: 10px;
}

.add,
.subtract {
    cursor: pointer;
    border: none;
    background: none;
}

@media (max-width: 480px) {
    html,
    body {
        position: relative;
        overflow-x: hidden;
    }

    #aifnmjmchg-container,
    .close-sidebar,
    .ai-el-resize {
        display: none !important;
    }

    * {
        max-width: 100vw;
    }

    .background {
        outline: 5px solid green;
    }

    * {
        max-width: 100%;
    }

    .background {
        padding: 10px 15px 25px;
    }

    .footer-section {
        display: none;
    }

    body {
        background-color: #410119;
    }

    nav {
        display: none;
    }

    .divider {
        display: none;
    }

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

        width: 100%;
        max-width: none;
        margin: 10px 0;
        padding: 15px;
        border-radius: 12px;
    }

    .background {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        padding: 10px 15px 25px;
        margin-right: 0px;
    }

    nav,
    .divider,
    .footer-section {
        display: none;
    }

    h1[style*="Shopping Cart"] {
        padding: 0 !important;
        font-size: 28px;
    }

    .twocolumnscartandorder {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        margin-top: -10px;
    }

    .Nameandcategory h3 {
        color: black;
        font-weight: 700;
        font-size: 15px;
    }

    .Nameandcategory h1 {
        color: rgb(102, 102, 102);
        font-weight: 200;
        font-size: 10px;
    }

    .shop-text-mobile {
        margin-left: -22px;
        font-size: 25px;
    }

    .Product-card-cont {
        width: 100%;
        padding: 15px;
        border-radius: 15px;
    }

    /* Hide desktop headings */

    .product-code {
        display: none;
    }

    /* One product */

    .Product-details-cont {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 18px 0;
    }

    /* Image + Info */

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

    .prodimagexname img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 12px;
        flex-shrink: 0;
    }

    .Nameandcategory {
        margin: 0;
        padding: 0;
    }

    .Nameandcategory h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .Nameandcategory h3 {
        font-size: 13px;
    }

    .quantitytotalaction {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        padding-top: 0;
    }

    .quantincreasecont {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        height: 38px;
        padding: 0 12px;
        border-radius: 20px;
    }

    .quantincreasecont span {
        padding: 0;
        font-size: 18px;
    }

    .totalprice {
        font-size: 18px;
        white-space: nowrap;
    }

    .deleteIcon img {
        width: 24px;
        height: 24px;
    }

    /* Summary */

    .Order-summary-cont {
        width: 100%;
        padding: 15px;
        border-radius: 18px;
    }

    .order-title {
        font-size: 22px !important;
    }

    .totalChild {
        padding: 16px 0;
    }

    .totalChild h1,
    .totalChild h2 {
        font-size: 18px;
    }

    .main-total-container {
        margin-top: 18px;
        align-items: center;
    }

    .main-total-container h1 {
        font-size: 20px;
    }

    .main-total-container h2 {
        font-size: 24px;
    }

    .checkout {
        width: 100%;
        margin: 20px 0 0;
        padding: 16px;
        border-radius: 25px;
        font-size: 15px;
    }

    .mobile-nav .logo {
        margin-left: -50px;
        margin-top: -10px;
    }

    .mobile-nav {
        background-color: rgba(122, 122, 122, 0.315);
        width: calc(100% - 40px);
        margin: 10px auto 0;
        border-radius: 10px;
    }

    .logo {
        width: auto;
        max-width: 200px;
    }

    .mobile-shop-icon {
        margin-left: -110px;
        padding-top: 2px;
    }

    .mobile-menu-bar img {
        height: 26px;
        width: 26px;
        color: black;
    }

    .mobile-shop-icon img {
        height: 28px;
        width: 28px;
    }

    .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;
    }
}

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

    * {
        box-sizing: border-box;
    }

    /* ======================
       BACKGROUND
    ======================= */

    .background {
        width: 100%;
        min-height: 100vh;

        padding: 10px 25px 40px;

        overflow: hidden;
    }

    /* ======================
       HIDE DESKTOP NAV
    ======================= */

    body > section > nav:not(.mobile-nav) {
        display: none !important;
    }

    .divider {
        display: none;
    }

    /* ======================
       MOBILE NAV TABLET
    ======================= */

    .mobile-nav {
        display: flex !important;

        width: 100%;

        margin: 10px 0;

        padding: 15px 20px;

        background-color: rgba(122, 122, 122, 0.3);

        border-radius: 15px;

        justify-content: space-between;

        align-items: center;
    }

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

    .mobile-nav .logo {
        padding: 0 !important;

        margin: 0 !important;

        display: flex;

        align-items: center;
    }

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

    .mobile-nav .shop-eleven-text {
        font-size: 24px;

        padding-left: 8px;

        padding-top: 5px;
    }

    .mobile-shop-icon img {
        width: 35px;
        height: 35px;
    }

    /* ======================
       TITLE
    ======================= */

    .shop-text-mobile {
        padding-left: 0 !important;

        margin: 20px 0;

        font-size: 30px !important;
    }

    /* ======================
       CART LAYOUT
    ======================= */

    .twocolumnscartandorder {
        width: 100%;

        padding: 0;

        display: flex;

        flex-direction: column;

        gap: 25px;
    }

    .Product-card-cont {
        width: 100%;

        padding: 20px;

        border-radius: 20px;
    }

    .Order-summary-cont {
        width: 100%;

        padding: 20px;

        border-radius: 20px;
    }

    /* ======================
       REMOVE DESKTOP HEADERS
    ======================= */

    .product-code {
        display: none !important;
    }

    /* ======================
       PRODUCT ROW
    ======================= */

    .Product-details-cont {
        display: flex;

        flex-direction: column;

        gap: 20px;

        padding: 15px 0;
    }

    .prodimagexname {
        display: flex;

        align-items: center;

        gap: 15px;
    }

    .prodimagexname img {
        width: 100px;

        height: 100px;

        object-fit: cover;

        flex-shrink: 0;

        border-radius: 10px;
    }

    .Nameandcategory {
        padding: 0;

        margin: 0;
    }

    .Nameandcategory h3 {
        font-size: 18px;
    }

    .Nameandcategory h1 {
        font-size: 14px;
    }

    /* ======================
       QUANTITY TOTAL ACTION
    ======================= */

    .quantitytotalaction {
        width: 100%;

        display: flex;

        justify-content: space-between;

        align-items: center;

        gap: 10px;

        padding-top: 10px;
    }

    .quantincreasecont {
        display: flex;

        align-items: center;

        justify-content: center;

        height: 35px;

        padding: 0 10px;

        border-radius: 20px;

        flex-shrink: 0;
    }

    .quantincreasecont span {
        font-size: 18px;

        padding: 0 8px;
    }

    .totalprice {
        font-size: 20px;

        white-space: nowrap;
    }

    .deleteIcon {
        display: flex;

        align-items: center;

        justify-content: center;
    }

    .deleteIcon img {
        width: 28px;

        height: 28px;

        display: block;
    }

    .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;
    }

    /* ======================
       ORDER SUMMARY
    ======================= */

    .checkout {
        width: 100%;

        margin: 20px 0 0;

        padding: 15px;
    }

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

    .footer-section {
        display: none !important;
    }

    .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;
        background-color: #410119;
    }

    /* 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;
    }
}

/* =========================================================
   TABLET / SMALL DESKTOP
   900px - 1200px
   Same desktop layout, scaled down
========================================================= */

@media (min-width: 901px) and (max-width: 1200px) {
    * {
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        background-color: #410119;
    }

    /* =====================================================
       MAIN BACKGROUND
    ===================================================== */

    .background {
        width: 100%;
        max-width: 100%;
        padding: 10px 25px 40px;
        overflow: hidden;
    }

    /* =====================================================
       DESKTOP NAV
    ===================================================== */

    nav {
        width: 100%;
        max-width: 100%;
        padding: 10px 25px 18px;

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

    .nav-links {
        gap: clamp(20px, 3vw, 35px);
        padding: 8px 15px;
        border-radius: 9px;
    }

    .nav-links a {
        font-size: clamp(11px, 1.1vw, 13px);
    }

    .logo {
        padding-right: 0;
        padding-top: 5px;
    }

    .logo h1 {
        font-size: clamp(17px, 1.7vw, 20px);
    }

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

    .menu-box {
        padding: 8px 20px 5px;
        gap: 8px;
        border-radius: 9px;
    }

    .menu-text {
        font-size: 13px;
    }

    .menu-bar {
        width: 18px;
        height: 18px;
    }

    /* =====================================================
       DIVIDER
    ===================================================== */

    .divider {
        width: calc(100% - 50px);
        margin-left: 25px;
    }

    /* =====================================================
       SHOPPING CART TITLE
    ===================================================== */

    .shop-text-mobile {
        padding-left: 0 !important;
        margin-left: 25px;
        font-size: clamp(25px, 2.6vw, 30px) !important;
    }

    /* =====================================================
       CART + ORDER SUMMARY
    ===================================================== */

    .twocolumnscartandorder {
        width: 100%;

        display: flex;
        flex-direction: row;

        justify-content: space-between;
        align-items: flex-start;

        gap: clamp(15px, 2vw, 30px);

        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 70px;
    }

    /* =====================================================
       PRODUCT CARD
    ===================================================== */

    .Product-card-cont {
        /*
           Roughly:
           900px screen  -> ~62%
           1200px screen -> ~68%
        */
        width: clamp(550px, 65vw, 780px);

        flex: 1 1 auto;
        min-width: 0;

        padding: clamp(20px, 2.5vw, 30px);

        border-radius: 17px;

        border-style: solid;
        border-color: rgba(84, 84, 84, 0.4);
        border-width: 1px;

        background-color: white;
        color: black;
    }

    /* =====================================================
       PRODUCT HEADER
    ===================================================== */

    .product-code {
        padding-bottom: 12px;
    }

    .text-productcode h1,
    .quantity-left h1 {
        font-size: clamp(14px, 1.5vw, 17px);
        font-weight: 200;
    }

    .quantity-left {
        gap: clamp(50px, 7vw, 110px);
    }

    /* =====================================================
       PRODUCT ROW
    ===================================================== */

    .Product-details-cont {
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .prodimagexname img {
        width: clamp(65px, 7vw, 80px);
        height: clamp(65px, 7vw, 80px);
    }

    .Nameandcategory {
        margin-top: 10px;
        padding-left: 8px;
    }

    .Nameandcategory h3 {
        font-size: clamp(17px, 2vw, 23px);
    }

    .Nameandcategory h1 {
        font-size: clamp(11px, 1.3vw, 15px);
    }

    /* =====================================================
       QUANTITY / TOTAL / ACTION
    ===================================================== */

    .quantitytotalaction {
        gap: clamp(45px, 6vw, 95px);
        padding-top: 25px;
    }

    .quantitytotalaction img {
        width: 22px;
        height: 22px;
    }

    .quantincreasecont {
        height: 27px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .quantincreasecont span {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .totalprice {
        font-size: clamp(17px, 1.8vw, 21px);
    }

    /* =====================================================
       ORDER SUMMARY
    ===================================================== */

    .Order-summary-cont {
        /*
           Keeps it around 30% of the available space
           instead of a fixed 400px.
        */
        width: clamp(280px, 31vw, 370px);

        flex: 0 0 auto;

        padding: clamp(16px, 2vw, 22px);
        padding-top: 20px;

        border-radius: 17px;

        border-style: solid;
        border-color: rgba(84, 84, 84, 0.4);
        border-width: 1px;

        background-color: white;
        color: black;
    }

    .order-title {
        font-size: clamp(20px, 2.2vw, 25px) !important;
        padding-bottom: 7px !important;
    }

    .totalChild {
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .totalChild h1 {
        font-size: clamp(19px, 2.2vw, 25px);
    }

    .totalChild h2 {
        font-size: clamp(18px, 2vw, 23px);
    }

    .main-total-container {
        margin-top: 5px;
    }

    .main-total-container h1 {
        font-size: clamp(20px, 2.2vw, 25px);
    }

    .main-total-container h2 {
        font-size: clamp(20px, 2.2vw, 25px);
    }

    /* =====================================================
       CHECKOUT BUTTON
    ===================================================== */

    .checkout {
        width: 85%;

        margin: 8px auto 0;

        display: block;

        padding: 12px 15px;

        font-size: clamp(11px, 1.2vw, 14px);

        border-radius: 22px;
    }

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

    .footer-section {
        display: flex;

        width: calc(100% - 50px);

        margin-left: 25px;
        margin-bottom: 35px;

        padding: 0 20px 20px;

        border-radius: 20px;

        justify-content: space-between;
        gap: 20px;
    }

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

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

    .footer-column-d {
        max-width: 300px;
    }

    .footer-column-b span,
    .footer-column-c span {
        font-size: 12px;
    }

    .footer-tagline {
        font-size: 11px !important;
    }

    .mail h1 {
        font-size: 12px;
    }

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

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

    .subscribe {
        width: 100%;
    }

    /* =====================================================
       HIDE MOBILE ELEMENTS
    ===================================================== */

    .mobile-nav {
        display: none !important;
    }

    .mobile-dropdown {
        display: none !important;
    }

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

    .quantitytotalaction {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        gap: clamp(25px, 4vw, 60px);

        padding-top: 25px;

        white-space: nowrap;
    }

    .quantincreasecont {
        display: flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;
        flex-wrap: nowrap;

        width: auto;
        min-width: 75px;
        height: 28px;

        padding: 0 5px;

        border: 1px solid black;
        border-radius: 15px;
    }

    .quantincreasecont span {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        flex-shrink: 0;

        font-size: 15px;

        padding: 0 6px;

        white-space: nowrap;
    }

    .totalprice {
        flex-shrink: 0;
        white-space: nowrap;
        font-size: 18px;
    }

    .deleteIcon {
        flex-shrink: 0;

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

    .deleteIcon img {
        width: 22px;
        height: 22px;
        display: block;
    }
}
