.shop_info {
    color: #b18f4e;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
}

body {
    color: #43454b;
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}


.ps-banner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;

    min-height: auto !important;
    aspect-ratio: 24 / 6;
    background-size: cover;
}

.product-discount-badge {
    position: absolute;
    width: 25%;
    bottom: 14%;
    left: 10%;
    z-index: 10;
}

.product-discount-badge svg {
    width: 100%;
    height: auto;
}


.product-label-icons {
    position: absolute;
    bottom: 4%;
    right: 5%;
    display: flex;
    gap: 5%;
    z-index: 10;
}

.product-label-icons img {
    width: clamp(28px, 4vw, 45px);
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    flex: 0 0 auto;
}

@media (min-width: 1500px) {
    .product-label-icons img {
        width: 60px;
    }

    .product-label-icons {
        bottom: 4%;
        right: 4%;
        gap: 10px;
    }
}



/* Mobile <768px */
@media (max-width: 767.98px) {
    .product-label-icons {
        bottom: 3%;
        right: 3%;
        gap: 8px;
    }

    .product-label-icons img {
        width: clamp(36px, 10vw, 56px);
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        flex: 0 0 auto;
    }

    .product-discount-badge {
        bottom: 10%;
        left: 8%;

    }
}


.category-title {
    font-size: 2em;
    line-height: 1.214;
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    color: #131315;
}

h3 {
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
    color: #131315;
    font-size: 1.618em;
}

.card {
    position: relative;
}

.product-img {
    height: auto;
    max-width: 100%;
    margin: 0 auto 1.618em;
    display: block;
    border-radius: 3px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.sold-out-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(128, 128, 128, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sold-out-text {
    color: #8B4513;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 14px;
    border-radius: 4px;
    text-transform: uppercase;
}

.category-description_container {
    display: flex;
    justify-content: center;
    color: black;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.category-description {
    width: 70%;
}

.category-description p {
    color: black !important;
}

.label-filters-container {
    margin-bottom: 1.5rem;
}

.label-filter-btn {
    display: inline-block;
    margin: 0 5px 10px 5px;
    padding: 6px 18px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.label-filter-btn:hover {
    background-color: #f0f0f0;
}

.label-filter-btn.active {
    background-color: #000;
    color: #fff;
}

@media (max-width: 800px) {
    .category-description {
        width: 80%
    }
}

@media (max-width: 550px) {
    .category-description {
        width: 90%
    }
}


.product-title {
    position: absolute;
    top: 10px;
    left: -4%;
    width: fit-content;
    max-width: 90%;

    background: #b18f4e;
    color: #fff;

    padding: 8px 10px;
    border-radius: 6px;

    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 600;
    text-align: left;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    z-index: 6;
}



.product-stock-title {
    position: absolute;
    top: calc(6px + 36px + 12px);
    left: -4%;

    background: rgba(0, 0, 0, 0.85);
    color: #fff;

    padding: 8px 10px;
    border-radius: 6px;

    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 600;

    white-space: nowrap;
    z-index: 5;
}




.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}


.add-to-cart-button.disabled {
    background-color: #f8f8f8;
    color: #c0c0c0;
    pointer-events: none;
    cursor: not-allowed;
}


.products-layout-style {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    font-size: 25px;
}

.category-title {
    color: #b18f4e;
}

.card-title {
    border-top: 1px solid rgba(0, 0, 0, .05);
    padding-top: .5407911001em;
}

.date-button {
    background-color: transparent;
    border: 2px solid;
    color: #b18f4e !important;
    ;
    font-size: 1.125em;
    border-radius: 9999px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.date-button:hover {
    border-color: #d5d5d5;
}

.date-button.active {
    color: #ffffff !important;
    background-color: #b18f4e !important;
}

.add-to-cart {
    background-color: #eeeeee !important;
    color: #333333;
    border-color: #eeeeee;
    border: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

.category-description>p {
    font-size: medium;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    word-spacing: 0px;
}


.add-to-cart:hover {
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5;
    color: #333333;
}


.nx-product_img {
    height: auto;
    max-width: 100%;
    max-height: 550px;
    /* margin: 0 auto 1.618em; */
    display: block;
    border-radius: 3px;
}

.nx-product_title {
    color: #333333;
    font-size: 2.617924em;
    line-height: 1.214;
    letter-spacing: -1px;
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
}

.nx-product_price {
    font-size: 1.41575em;
    margin: 1.41575em 0;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nx-add-to-cart {
    font-weight: 600;
    text-decoration: underline;
    color: #ffffff !important;
    background-color: #b18f4e !important;
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}

.nx-add-to-cart-button {
    font-weight: 600;
    text-decoration: underline;
    color: #ffffff !important;
    background-color: #b18f4e !important;
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
}

.nx-shop_info {
    color: #b18f4e;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    margin-bottom: 30px;
}

.posted_in>a {
    font-weight: 600;
    text-decoration: underline;
}

.nx-tabs {
    width: 70%;
    padding-left: 0;
    float: left;
    margin-right: 4.347826087%;
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.nx-tabs>li {
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
}

.nx-tabs>li:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    /* -webkit-font-smoothing: antialiased; */
    /* -moz-osx-font-smoothing: grayscale; */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    display: block;
    position: absolute;
    top: 30%;
    right: 15px;
    transform: rotate(270deg);
    opacity: 1;
    transition: all, ease, .3s;
}

.nx-tabs>li>a {
    color: #6d6d6d;
    padding: 1em 0;
    display: block;
}

@media only screen and (max-width: 840px) {
    .nx-product-wrap>.nx-product-img {
        flex-direction: column;
    }

    .nx-product_title {
        margin-top: 20px;
    }

}