.cart-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

td.product-thumbnail {
    width: 25%;
}

@media (min-width: 1024px) {
    .cart-container {
        flex-direction: row;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    td.product-thumbnail {
        width: 14%;
    }
}

.woocommerce-cart-form {
    width: 100%;
    overflow: hidden;
}

.product-quantit-div {
    display: inline-flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 2px;
}

@media (min-width: 1024px) {
    .woocommerce-cart-form {
        width: 75%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-quantit-div {
        flex-direction: row;
    }
}

#cart-collaterals {
    background-color: #c09450;
    z-index: auto;
    margin-top: 1.25rem;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.375rem;
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product-thumbnail img {
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 0.375rem;
    margin: auto;
}

@media (min-width: 1024px) {
    #cart-collaterals {
        position: sticky;
        top: 9rem;
        left: auto;
        width: 25%;
        padding: 1rem;
        margin-top: 0;
    }

    .product-thumbnail img {
        width: 7rem;
        height: 8rem;
    }
}


.shop_table td {
    display: table-cell;
}

/*.order-total td {*/
/*    display: flex;*/
/*}*/

.order-total td {
    display: block;
    font-size: 0.6rem;
}

.shop_table.shop_table_responsive {
    border-color: #C09450;
    width: 100%;
    border-collapse: separate;
    --tw-border-spacing-x: 0.375rem;
    --tw-border-spacing-y: 0.375rem;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
    border-radius: 0.375rem;
    border-width: 1px;
    padding: 1px;
}

.cart_item:hover .cart_item>td {
    border-color: #492C17;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.shop_table.shop_table_responsive .cart_item>td {
    border-color: #C09450;
    border-collapse: collapse;
    border-top-width: 1px;
    padding-top: 0.375rem;
}

.woocommerce-cart-form__contents tbody th {
    text-align: right;
}

.shop_table.shop_table_responsive th {
    text-align: right;
    font-weight: 300;
    font-size: 11px;
}

#cart-collaterals .shop_table.shop_table_responsive td {
    justify-content: flex-end;
    text-align: left;
}

td.product-remove {
    text-align: center;
}

.checkout-button {
    background-color: #492C17;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cart_item .product-subtotal {
    display: none;
}
.product-name>a {
    font-size: 12px;
    font-weight: 400;
}
dl.variation {
    padding-top: 5px;
    font-size: 11px;
}
@media (min-width: 1024px) {
    .product-name>a {
        font-size: 17px;
    }
    dl.variation {
        padding-top: 5px;
        font-size: 15px;
    }
    .cart_item .product-subtotal {
        display: table-cell;
    }
}


@media (min-width: 1024px) {

    .product-quantity .zarbq {
        display: none;
    }
}

/*.woocommerce-Price-amount.amount {*/
/*    font-size: 0.875rem;*/
/*    line-height: 1.25rem;*/
/*}*/

.woocommerce-Price-amount.amount {
    font-size: 0.9rem;
    line-height: 1.25rem;
}

.hover\:bg-ashr:hover {
    background-color: #c09450;
}

.hover\:text-ashr-d:hover {
    color: #492C17;
}

@media (min-width: 1024px) {
    .lg\:w-unset {
        width: unset;
    }

    .lg\:border-b-1 {
        border-bottom-width: 1px;
    }

    .lg\:text-ashr-d {
        color: #492C17;
    }

    .lg\:shadow-b-div-none {
        -webkit-mask-image: none;
    }
}

.hover\:block:hover {
    display: block;
}

.hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-sky-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 89 133 / var(--tw-border-opacity));
}

.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-sky-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-sky-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}

.hover\:bg-sky-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}

.hover\:fill-red-900:hover {
    fill: #7f1d1d;
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bg-none:focus {
    background-image: none;
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
    .max-sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media not all and (min-width: 350px) {
    .max-xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 350px) {
    .xs\:w-\[150\%\] {
        width: 150%;
    }
}

@media (min-width: 640px) {
    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-16 {
        gap: 4rem;
    }
}

@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky;
    }

    .lg\:right-10 {
        right: 2.5rem;
    }

    .lg\:right-auto {
        right: auto;
    }

    .lg\:top-36 {
        top: 9rem;
    }

    .lg\:top-48 {
        top: 12rem;
    }

    .lg\:z-auto {
        z-index: auto;
    }

    .lg\:float-none {
        float: none;
    }

    .lg\:m-3 {
        margin: 0.75rem;
    }

    .lg\:m-6 {
        margin: 1.5rem;
    }

    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .lg\:-mt-1 {
        margin-top: -0.25rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:ml-1 {
        margin-left: 0.25rem;
    }

    .lg\:mr-0 {
        margin-right: 0px;
    }

    .lg\:mr-2 {
        margin-right: 0.5rem;
    }

    .lg\:mr-4 {
        margin-right: 1rem;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:mr-8 {
        margin-right: 2rem;
    }

    .lg\:mr-auto {
        margin-right: auto;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-2 {
        margin-top: 0.5rem;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:table-cell {
        display: table-cell;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-4 {
        height: 1rem;
    }

    .lg\:h-5\/6 {
        height: 83.333333%;
    }

    .lg\:h-6 {
        height: 1.5rem;
    }

    .lg\:h-8 {
        height: 2rem;
    }

    .lg\:h-96 {
        height: 24rem;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:max-h-none {
        max-height: none;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-3\/6 {
        width: 50%;
    }

    .lg\:w-4 {
        width: 1rem;
    }

    .lg\:w-4\/5 {
        width: 80%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-6 {
        width: 1.5rem;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8 {
        width: 2rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:grow {
        flex-grow: 1;
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:justify-evenly {
        justify-content: space-evenly;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:self-start {
        align-self: flex-start;
    }

    .lg\:overflow-auto {
        overflow: auto;
    }

    .lg\:border-0 {
        border-width: 0px;
    }

    .lg\:border-t {
        border-top-width: 1px;
    }

    .lg\:border-none {
        border-style: none;
    }

    .lg\:bg-transparent {
        background-color: transparent;
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:p-2 {
        padding: 0.5rem;
    }

    .lg\:p-5 {
        padding: 1.25rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .lg\:pr-4 {
        padding-right: 1rem;
    }

    .lg\:pt-4 {
        padding-top: 1rem;
    }

    .lg\:text-right {
        text-align: right;
    }

    .lg\:text-justify {
        text-align: justify;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .lg\:font-medium {
        font-weight: 500;
    }

    .lg\:text-neutral-600 {
        --tw-text-opacity: 1;
        color: rgb(82 82 82 / var(--tw-text-opacity));
    }

    .lg\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 1280px) {
    .xl\:w-1\/4 {
        width: 25%;
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:pr-0 {
        padding-right: 0px;
    }
}

@media (min-width: 1536px) {
    .\32xl\:max-w-\[1280px\] {
        max-width: 1280px;
    }
}


.product-archive-grid {
    box-sizing: border-box;
    display: grid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media not all and (min-width: 640px) {
    .product-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media not all and (min-width: 350px) {
    .product-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .product-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .product-archive-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .product-archive-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.5rem;
    }
}

@media (min-width: 1280px) {
    .product-archive-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.75rem;
    }
}

.product-archive-grid>article {
    border-width: 1px;
    box-sizing: border-box;
    height: -moz-fit-content;
    height: fit-content;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.product-archive-grid>article:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.span-original-product-tag-archive {
    position: absolute;
    left: 0.5rem;
    display: none;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    padding: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.original-product-tag-archive:hover .span-original-product-tag-archive {
    display: block;
}

.tags-showing-product-archive {
    font-size: 0.45rem;
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .tags-showing-product-archive {
        font-size: 0.5rem;
        border-radius: 0.25rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.abs-tags-showing-product-archive {
    position: absolute;
    bottom: 0px;
    border-top-left-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.abs-tags-showing-product-archive-top {
    display: none;
}

.single-article-product>.product-tag-archive {
    display: none;
}

.link-submenu-mobile svg.abs-tags-showing-product-archive-top svg.h-5 {
    position: absolute;
    right: -18px;
}

.link-submenu-mobile svg.w-5.abs-tags-showing-product-archive-top svg {
    position: absolute;
    right: -18px;
}

.abs-tags-showing-product-archive-top svg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.abs-tags-showing-product-archive-top svg:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.single-article-product:hover .first-image-product {
    opacity: 0;
    transition-duration: 300ms;
}

.single-article-product:hover .secend-image-product {
    height: unset;
    border-radius: 0.5rem;
    opacity: 1;
}

.single-article-product {
    position: relative;
    overflow: hidden;
}

.a-single-product-archive {
    display: block;
    padding: 0.375rem;
}

@media (min-width: 1024px) {
    .a-single-product-archive {
        padding: 0.75rem;
    }
}

.a-single-product-archive:hover .tags-showing-product-archive {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.a-single-product-archive:hover .abs-tags-showing-product-archive {
    --tw-bg-opacity: 0.55;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.a-single-product-archive:hover .tags-showing-product-archive {
    opacity: 0.5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.div-img-product-archive {
    position: relative;
    margin-bottom: 0.25rem;
    aspect-ratio: 3/4;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .div-img-product-archive {
        margin-bottom: 1.25rem;
    }
}

.first-image-product {
    aspect-ratio: 3/4;
    height: auto;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.single-article-product:hover .first-image-product {
    opacity: 0;
    transition-duration: 300ms;
}

.rating-span-star {
    margin-right: auto;
    display: flex;
    align-items: center;
    border-top-right-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.a-single-product-archive:hover .rating-span-star {
    opacity: 0.5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.div-tags-showing-product-archive {
    position: relative;
    z-index: 10;
    margin-top: -1.25rem;
    display: flex;
    height: 1rem;
}

@media (min-width: 1024px) {
    .link-submenu-mobile svg.div-tags-showing-product-archive.w-5 {
        position: absolute;
        right: -18px;
    }

    .div-tags-showing-product-archive {
        margin-top: -2.5rem;
        height: 1.25rem;
    }
}

.proce-offer-product-archive {
    margin-right: auto;
    margin-left: 0.5rem;
    align-self: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
    text-decoration-line: line-through;
}

@media (min-width: 1024px) {
    .proce-offer-product-archive {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.off-span-product-archive {
    position: absolute;
    right: 1rem;
    top: 1rem;
    align-self: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h3-single-product-archive {
    -webkit-mask-image: -webkit-gradient(linear, left top,
            left bottom, from(rgba(1, 1, 1, 1)), to(rgba(0, 0, 0, 0.75)));
    height: 3rem;
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .h3-single-product-archive {
        margin-bottom: 0.5rem;
    }
}


@media (min-width: 1536px) {
    .\32xl\:max-w-\[1280px\] {
        max-width: 1280px;
    }
}

.max-h-\[300px\] {
    max-height: 300px;
}

a.item_help_cart_empty {
    color: #c09450;
    border: solid 1px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px;
    transition: .3s;
    text-align: center;
}

a.item_help_cart_empty:hover {
    color: #fff;
    background: #c09450;
    transition: .3s;

}

.adinr,
.reinr {
    margin: 0;
}

a.remove {
    font-size: 25px;
    transition: .3s;
    padding: 5px;
}

a.remove:hover {
    color: #ff0000;
    transition: .3s;
}

.cart-discount span.woocommerce-Price-currencySymbol {
    display: none;
}

a.woocommerce-remove-coupon {
    font-size: 12px;
    color: #492c17;
}

.cart-discount td {
    direction: ltr;
}

dl.variation{
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.variation dr {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
}
dl dt {
    color: #1a1a1a;
}

dd.variation- {
    display: inline-block;
    width: max-content;
    margin-left: 20px;
}
dt.variation- {
    width: fit-content;
    display: inline-block;
    text-align: left;
    color: #b9b9b9;
}

.product-name span.woocommerce-Price-amount.amount {
    display: none;
}

.cart_totals .woocommerce-shipping-totals.shipping.contents {
    display: none;
}