.woocommerce-cart,
.woocommerce-checkout {
    background-color: #19232d;
}

.woocommerce-cart main,
.woocommerce-checkout main {
    background-color: #fff;
}

.product_title,
.woocommerce-result-count,
.category-thumbnail,
.woocommerce-breadcrumb,
li.product a h2,
.price {
    font-family: "Forum", serif !important;
}

.category-thumbnail,
.category-thumbnail div:nth-child(1) {
    border-radius: 0px;
}

.seperator-shop {
    display: block;
    margin: 32px auto !important;
    opacity: 0.4;
}

.wc-block-components-address-form div {
    background-color: #fff;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px #ddd !important;
}

.wc-block-components-textarea {
    resize: vertical !important;
    /* Allow only vertical resizing */
}

.wc-block-components-text-input input,
.components-flex-item input,
.wc-block-components-textarea {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 3px #ddd !important;
}

/* Heading of produucts when they appear in the cart */
.wc-block-components-product-name {
    font-family: "Forum", serif;
    font-size: 1.8em;
    color: #19232d;
    letter-spacing: 0.1em;
    text-decoration: none;
    font-weight: bold;
}

.wp-block-woocommerce-proceed-to-checkout-block div a,
.wc-block-components-checkout-place-order-button {
    font-family: "Forum", serif;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #649925;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 24px;

    transition: background-color 0.1s ease-in, color 1s ease-in !important;
}

.wp-block-woocommerce-proceed-to-checkout-block div a:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #38813b;
    border: none;
}

/* Card container design */
.wp-block-woocommerce-checkout {
    box-shadow: 0px 6px 8px 0px #00000075;
    padding: 32px;
    margin-top: 24px;
    border-bottom: 12px solid #649925;
}

.wp-block-woocommerce-cart {
    box-shadow: 0px 6px 8px 0px #00000075;
    padding: 32px;
    margin-top: 24px;
    border-bottom: 12px solid #649925;
}

.woocommerce span.onsale {
    z-index: 0 !important;
}

.onsale {
    background-color: #4CAF50 !important;
}

.sku_wrapper {
    font-size: 0.8em;
    opacity: 0.6;
}

.categories,
.tagged_as {
    margin-top: 24px;
    display: block;
}

.categories a,
.tagged_as a {
    width: 192px;
    height: 32px;
    margin-bottom: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-variant: petite-caps;
}

.categories a,
.tagged_as a {
    background-color: rgb(167 167 167);
    color: #ffffff;
}

@media (max-width: 768px) {

    /* Adjust the max-width to your breakpoint */
    .categories a,
    .tagged_as a {
        width: 100%;
        /* Makes them span the full width */
    }
}

li.product {
    padding: 12px !important;
    border: 1px solid #f4f4f4;
}

li.product a h2 {
    color: #19232d;
    letter-spacing: 0.1em;
}

li.product a span.price {
    font-size: 1.2em !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #4CAF50;
}

.category-thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 126px;
    width: 100%;
    color: white;
    margin-bottom: 24px;
}

.category-thumbnail div:nth-child(1) {
    width: 100%;
    height: 100%;
    background-color: #00000087;
    padding: 4px 24px;
    border-bottom: 4px solid #205dd8;
}

.category-thumbnail h1 {
    letter-spacing: 0.2em;
    font-size: 2em;
}

button[type="submit"][name="add-to-cart"],
input.input-text.qty {
    width: 50% !important;
}

.woocommerce-page #page #main {
    margin: auto;
    width: 100%;
}

/* Container styling */
.woocommerce-breadcrumb {
    margin: 24px auto !important;
    font-size: 14px;
    color: #666;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Spacing between breadcrumb items */
.woocommerce-breadcrumb a {
    color: #205dd8;
    /* Link color */
    text-decoration: none;
    margin-right: 5px;
    transition: color 0.3s ease;
}

.woocommerce-breadcrumb a:hover {
    color: #153e8f;
    /* Hover state */
}

/* Separator styling */
.woocommerce-breadcrumb .breadcrumb-separator {
    color: #999;
    margin-right: 5px;
}

/* Current breadcrumb styling */
.woocommerce-breadcrumb .current {
    font-weight: bold;
    color: #333;
}

/* Media Queries */
@media (min-width: 768px) {
    .woocommerce-breadcrumb {
        font-size: 12px;
    }

    .woocommerce-page #page #main {
        width: 90%;
    }

    .category-thumbnail,
    .category-thumbnail div:nth-child(1) {
        border-radius: 24px 24px 0px 0px;
    }

    .woocommerce-page #page #main {
        padding: 0px 0px !important;
    }
}

@media (min-width: 1200px) {
    .woocommerce-page #page #main {
        width: 80%;
    }
}

.woocommerce-checkout main {
    background-color: #19232d;
}

div.woocommerce-order {
    padding: 24px;
    margin: 24px;
    background-color: #ffffff;
} 

div.woocommerce-order p.woocommerce-notice {
    padding: 24px;
    color: green;
}

div.woocommerce-order h2 {
    font-family: "Forum", serif !important;
}