    .main-header {
        position: unset;
        margin-bottom: 4rem;
    }
    h1 {
        color: #7e7e7e !important;
    }

    .navbar {
        border-bottom: 0px solid white !important;
    }

    .woocommerce-breadcrumb {
        margin-top: 6rem !important;
    }

    .woocommerce div.product form.cart .button:hover {
        background-color: #000000 !important;
    }

    .woocommerce div.product form.cart .button:hover {
        background-color: #967594 !important;
    }
    .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left;
        border: 1px solid #967594;
        font-size: 18px;
        color: white;
        width: fit-content !important;
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
        background-color: #967594;
        border-radius: 0 !important;
        font-family: 'HarmonyOS' !important;
        font-weight: 100;
    }

    .quantity {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 0px;
        overflow: hidden;
        height: 42px;
    }

    .quantity button {
        background: transparent;
        color: #333;
        border: 1px solid #ced4da;
        width: 35px;
        height: 100%;
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
        font-family: 'HarmonyOS' !important;
        font-weight: 100;
    }

    .quantity button:hover {
        background-color: #967594;
        color: white;
    }

    .quantity .qty {
        width: 50px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #ced4da;
        outline: none;
        height: 100%;
    }

    /* Remove the number input arrows */
    .quantity .qty::-webkit-inner-spin-button,
    .quantity .qty::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #size,
    #weight {
        display: block;
        max-width: fit-content;
        min-width: fit-content;
        padding: .375rem 2.25rem .375rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #weight {
        margin-left: 0.5rem !important;
    }

    .variations .label {
        width: 55px !important;
    }

    .variations .value {
        display: flex !important;
    }

    .shop-btn-1 span {
        color: white !important;
    }


    .woocommerce div.product .woocommerce-tabs .panel,
    .wc-tabs {
        display: none !important;
    }

    .img-main-dev:hover .slider-img {
        transform: scale(1) !important;
    }


    .flex-control-thumbs {
        gap: 0.5rem !important;
        display: flex;
        margin-top: 0.5rem !important;
    }


    .product-colors {
        margin-top: 10px;
    }

    .color-box {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border: 1px solid #ddd;
        border-radius: 50%;
        cursor: pointer;
    }

    .woocommerce div.product div.images img {
        aspect-ratio: 1 / 1.2;
        object-fit: cover;
    }

    .entry-summary .price {
        color: black !important;
    }

    .woocommerce-Price-amount {
        font-weight: 700 !important;
    }

    .sticky .sticky-area {
        box-shadow: unset !important;
    }

    header .fs-6 {
        color: white !important;
    }

    #shoppingCart img {
        width: 100px !important;
        height: auto !important;
    }