.shop-title {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 90px;
	padding: 180px 0px 80px 0px;
	position: relative;

}

.shop-title .title-inner {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	z-index: 1;
	position: relative;
}


.custom-background-overlay {
	background-color: #000000;
	opacity: 0.6;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.shop-title .title-inner .title-text-wrap h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 70px;
}



.content-area .woocommerce-breadcrumb{
    display: none;
}

.shop-title .content-area .woocommerce-breadcrumb{
    display: block !important;
}

.shop-title .content-area .woocommerce-breadcrumb {
    color: #fff !important;
} 

.shop-title .content-area .woocommerce-breadcrumb a{
  
    color: #faaf3a !important;
    transition: all 0.3s ease-in-out;
} 

.shop-title .content-area .woocommerce-breadcrumb a:hover{
      color: #fff !important;
} 


.shop-products-container {
    display: flex;
    gap: 1rem;
    width: 100%;
    flex-direction: row-reverse;
}

.shop-products-container .product-list {
    width: 75%;
}

.shop-products-container .right {
    width: 25%;
}

.shop-products-container .product-list {
    width: 75%;
    margin-bottom: 50px;
}


.shop-products-container .product-list .woocommerce-ordering select:focus {
    border-color: #faaf3a !important;
    box-shadow:none;
}

.shop-products-container .product-list .woocommerce-ordering select {
    background-color: #941a0b;
    color: #fff;
    cursor: pointer;
}

.shop-products-container .product-list ul.products li.product {
    width: 100% !important;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-products-container .product-list ul.products li.product a img {
    border: 1px solid #eee !important;
}

.shop-products-container .product-list ul.products li.product:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.shop-products-container .product-list ul.products li.product .onsale {
    position: absolute;
    top: 20px;
    left: 15px;
    background: #941a0b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
    line-height: 24px !important;
    text-transform: uppercase;
    min-height: auto !important;
    min-width: max-content !important;
    width: fit-content !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 700 !important;
}


.shop-products-container .product-list ul.products li.product a img {
    border-bottom: 1px solid #eee;
}

.shop-products-container .product-list ul.products li.product h2 {
    font-family: "Inter Variable", Sans-serif;
    text-align: center;
    font-size: 16px!important;
    font-weight: 700;
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}

.shop-products-container .product-list ul.products li.product h2:hover {
    color: #faaf3a !important;
}




.shop-products-container .product-list ul.products li.product .price {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3px !important;
}

.shop-products-container .product-list ul.products li.product .button {
    display: block;
    margin-top: 0 !important;
    margin: 8px !important;
    text-align: center;
}

.shop-products-container .product-list ul.products li.product .button {
     opacity: 0;
    transform: translateY(-15px);
}

.shop-products-container .product-list ul.products li.product:hover .button {
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width: 991.98px) {
    .shop-products-container .product-list ul.products li.product .button {
     opacity: 1;
    transform: translateY(0px);
}
}

.shop-products-container .product-list ul.products li.product .button {
    background-color: #941a0b;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}
.shop-products-container .product-list ul.products li.product .button:hover {
    background-color: #faaf3a;
    color: #222222;
}

.shop-products-container .product-list ul.products li.product a.added_to_cart {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 0.8rem;
    background: #941a0b;
    border-radius: 0px;
    display: inline-block;
    padding: 4px 7px !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.shop-products-container .product-list ul.products li.product a.added_to_cart:hover {
    background-color: #faaf3a;
    color: #222222;
}


.shop-products-container .product-list nav.woocommerce-pagination ul li a, .shop-products-container .product-list nav.woocommerce-pagination ul li span {
    width: 30px;
    height: 30px;
     line-height: 0.9;
}

.shop-products-container .product-list nav.woocommerce-pagination ul li a:focus,
 .shop-products-container .product-list nav.woocommerce-pagination ul li a:hover,
  .shop-products-container .product-list nav.woocommerce-pagination ul li span.current {
    background: #faaf3a !important;
    color: #222 !important;
}














.shop-products-container .product-list ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* WooCommerce product grid: 3 products per row */
.shop-products-container .product-list ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Remove default float styles */
.shop-products-container .product-list ul.products li.product {
    float: none;
    width: 100%;
    margin: 0;
}

.shop-products-container .product-list ul::after, .shop-products-container .product-list ul::before, .shop-products-container .product-list ul.products::after, .shop-products-container .product-list ul.products::before {
    display: none !important;
}










.product-list-sidebar {
    border: 1px solid #eee;
    width: 25%;
    height: max-content;
    position: sticky;
    top: 8%;
}

.product-list-sidebar .product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-list-sidebar .sidebar-title {
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 14px 12px 8px !important;
    background: #020101C7 !important;
    color: #fff !important;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
    font-weight: 300 !important;
}

.product-list-sidebar .product-categories li {
    font-size: 16px;
    padding: 12px 15px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #cccccc4f;
}

.product-list-sidebar .product-categories li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}


.product-categories li.active > a,
.product-list-sidebar .product-categories li a:hover {
    color: #faaf3a;
}

.product-list-sidebar .product-categories img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}




















@media (max-width: 1200px) {
.archive .site-main {
        max-width: 98% !important;
    }
}

@media (max-width: 768px) {
.archive .site-main {
        max-width: 98% !important;
    }
}






@media screen and (max-width: 991.98px) {
	.woocommerce {
		margin: 0 0px !important;
	}

	.shop-title .title-inner .title-text-wrap h1 {
		font-size: 60px;
	}

	.shop-title {
		margin-bottom: 70px;
		padding: 150px 0px 80px 0px;
	}

    .shop-products-container .product-list ul.products {
    grid-template-columns: repeat(2, 1fr);
}

.product-list-sidebar {
    width: 40%;
margin-bottom: 30px;
}

}

@media screen and (max-width: 767px) {
    .shop-products-container .product-list {
    margin-bottom: 0px;
}
    .product-list-sidebar {
    width: 100%;
}
    .shop-products-container .product-list ul.products {
    gap: 12px;
}
	.shop-title .title-inner .title-text-wrap h1 {
		font-size: 50px;
	}

	.shop-title {
		margin-bottom: 40px;
		padding: 110px 0px 80px 0px;
	}

     .shop-products-container {
        flex-direction: column;
    }

     .shop-products-container .product-list,
    .shop-products-container .right {
        width: 100%;
    }

    .shop-products-container .product-list ul.products li.product h2 {
    font-size: 14px!important;
    font-size: 12px;
}
.shop-products-container .product-list ul.products li.product .button {
    padding: 10px 20px;
    font-size: 12px;
}
.shop-products-container .product-list ul.products li.product .price {
    font-size: 0.9rem;
    margin-bottom: 0 !important;
}

.shop-products-container .product-list .woocommerce-result-count {
    float: right;
    font-size: 14px;
}
}









.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper:hover {
    border: 1px solid #faaf3a ;
}

.product-detail-section .summary {
    margin-bottom: 2em;
    background: #f6f5f8;
    padding: 1rem;
    border-top: 5px solid #020101C7;
}

.product-detail-section .summary .product_title {
    font-size: 2.2rem;
}

.product-detail-section .summary .price {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.product-detail-section .summary p {
    margin-block-end: 22px !important;
}


.product-detail-section form.cart {
    margin-bottom: 1.5em !important;
} 

.product-detail-section form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0 !important;
}

.product-detail-section form.cart {
    display: flex;
    align-items: center;
}

.product-detail-section .quantity {
    position: relative;
}

.product-detail-section .quantity input.qty {
    width: 70px;
    height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid #d7d2cc;
    outline: none;
    background-color: #fff;
    transition: all 0.3s ease;
}

.product-detail-section .quantity input.qty:focus {
    border-color: #faaf3a;
}

.product-detail-section .quantity input.qty::-webkit-outer-spin-button,
.product-detail-section .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail-section .quantity input.qty {
    -moz-appearance: textfield;
}

.product-detail-section .single_add_to_cart_button {
    height: 48px !important ;
    padding: 0 34px !important  ;
    font-size: 15px !important  ;
    font-weight: 600 !important ;
    text-transform: uppercase !important    ;
    background-color: #941a0b !important    ;
    color: #fff !important  ;
    border: none !important ;
    cursor: pointer !important  ;
    transition: all 0.3s ease !important    ;
}


.product-detail-section .single_add_to_cart_button:hover {
    background: #faaf3a !important  ;
    color: #222222 !important   ;
}

.product-detail-section .single_add_to_cart_button:disabled {
    background: #ccc !important ;
    cursor: not-allowed !important  ;
    box-shadow: none !important ;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    border: 1px solid #ccc;
    padding: 1.5rem;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
     font-size: 1.6rem !important;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments p {
    margin-block-end: 22px !important;
}


.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform {
    margin-top: 16px;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform .form-submit input {
    background-color: #941a0b !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}


.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform .form-submit input:hover {
    background: #faaf3a !important;
    color: #222222 !important;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform #review_form #respond p {
    margin: 5px 0 10px;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform textarea {
   border: 1.5px solid #d7d2cc !important;
    outline: none;
}

.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form .comment-respond #commentform textarea:focus {
    border-color: #faaf3a !important;
    box-shadow:none;
}


.product-detail-section .related.products > h2 {
       font-size: 2.2rem !important;
}


.product-detail-section .related.products ul.products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}


.product-detail-section .related.products ul.products::before {
    display: none !important;
}







.product-detail-section .related.products ul.products li.product {
    border: 1px solid #ccc;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    width: 100% !important;
    flex-direction: column;
    justify-content: space-between;
}


.product-detail-section .related.products ul.products li.product:hover{
    border: 1px solid #faaf3a;
}

.product-detail-section .related.products ul.products li.product a img {
    border-bottom: 1px solid #eee;
}

.product-detail-section .related.products ul.products li.product h2 {
    font-family: "Inter Variable", Sans-serif;
    text-align: center;
    font-size: 16px!important;
    font-weight: 700;
    text-shadow: none;
    transition: all 0.3s ease-in-out;
}

.product-detail-section .related.products ul.products li.product h2:hover {
    color: #faaf3a !important;
}

.product-detail-section .related.products ul.products li.product .price {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3px !important;
}

.product-detail-section .related.products ul.products li.product .button {
    display: block;
    margin-top: 0 !important;
    margin: 8px !important;
    text-align: center;
}

.product-detail-section .related.products ul.products li.product .button {
    background-color: #941a0b;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}
.product-detail-section .related.products ul.products li.product .button:hover {
    background-color: #faaf3a;
    color: #222222;
}

.product-detail-section .related.products ul.products li.product a.added_to_cart {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 0.8rem;
    background: #941a0b;
    border-radius: 0px;
    display: inline-block;
    padding: 4px 7px !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.product-detail-section .related.products ul.products li.product a.added_to_cart:hover {
    background-color: #faaf3a;
    color: #222222;
}


@media  screen and (max-width: 991px) {
.product-detail-section .related.products ul.products li.product{
    margin: 0 0 1em !important;
}
.product-detail-section .related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
}












@media  screen and (max-width: 767px) {



    .product-detail-section .related.products ul.products li.product h2 {
    font-size: 14px!important;
    font-size: 12px;
}
.product-detail-section .related.products ul.products li.product .button {
    padding: 10px 20px;
    font-size: 12px;
}
.product-detail-section .related.products ul.products li.product .price {
    font-size: 0.9rem;
    margin-bottom: 0 !important;
}








    .product-detail-section .summary .product_title {
    font-size: 1.4rem;
}
.product-detail-section .single_add_to_cart_button {
    height: 40px !important;
    font-size: 14px !important;
    padding: 0 30px !important;
}
.product-detail-section .quantity input.qty {
    width: 60px;
    height: 40px;
    font-size: 14px;
}
.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    padding: 0.7rem;
}
.product-detail-section .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments .woocommerce-Reviews-title {
    font-size: 1.4rem !important;
}
.product-detail-section .related.products > h2 {
    font-size: 1.6rem !important;
}
}

/* =============================================
   Featured Products Grid — [aurvana_featured_products]
   ============================================= */
.aurvana-featured-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.afp-card {
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.afp-card .afp-image-wrap{
    border: 1px solid #eee  ;
}



.afp-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.afp-image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}
.afp-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.afp-card:hover .afp-image-wrap img {
    transform: scale(1.05);
}

.afp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #941a0b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}

.afp-info {
    padding: 5px 5px 5px;
    text-align: center;
}

.afp-card .afp-info .afp-btn {
    opacity: 0;
    width: 100%;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    color: #fff;

}

.afp-card .afp-info .afp-btn:hover {
   background-color: #faaf3a;
    color: #222222;
}

.afp-card:hover .afp-info .afp-btn {
    opacity: 1;
    transform: translateY(0px);
}

.afp-card .afp-info .afp-title {
    margin: 5px 0 9px;
    line-height: 0.7;
}

.afp-card .afp-info .afp-title a {
    color: #4f0600 !important;
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter Variable", Sans-serif;
}



/* .afp-title a {
    color: #222;
    text-decoration: none;
} */

.afp-title a:hover {
    color: #941a0b;
}

.afp-pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}
.afp-price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}
.afp-price-new {
    color: #941a0b;
    font-size: 18px;
    font-weight: 700;
}

.afp-btn {
    display: inline-block;
    background: #941a0b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 28px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.3s ease;
}
.afp-btn:hover {
    background: #faaf3a;
    color: #fff;
}

/* Tablet ≤991px */
@media (max-width: 991px) {
    .aurvana-featured-products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .afp-card .afp-info .afp-btn {
    opacity: 1;
    transform: translateY(0px);
}
.afp-card .afp-info .afp-title a {
    font-size: 14px;
}
}

/* Mobile ≤767px */
@media (max-width: 767px) {
    .aurvana-featured-products {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .afp-title {
        font-size: 13px;
    }
    .afp-price-new {
        font-size: 16px;
    }


    .afp-card .afp-info .afp-btn {
    padding: 5px 18px;
    font-size: 12px;
}
}

/* =============================================
   Header Cart Icon
   ============================================= */
.header-cart-wrapper {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}

.header-cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-cart-wrapper {
    position: relative !important;
    left: -17px !important;
}

.header-cart:hover {
    color: #faaf3a;
}

.header-cart svg {
    width: 24px;
    height: 24px;
}

.header-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #faaf3a;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .header-cart-wrapper {
        margin-left: 8px;
    }
    .header-cart svg {
        width: 20px;
        height: 20px;
    }
    .header-cart-count {
        width: 17px;
        height: 17px;
        font-size: 10px;
        top: -6px;
        right: -8px;
    }
}

/* =============================================
   Page Hero Banner (Cart, Checkout)
   ============================================= */
.page-hero-banner {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding: 230px 0 80px;
    position: relative;
    width: 100%;
    display: block;
}
.page-hero-banner .custom-background-overlay {
    background-color: #000;
    opacity: 0.6;
    position: absolute;
    inset: 0;
    z-index: 0;
}
.page-hero-banner .title-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}
.page-hero-banner .title-inner .title-text-wrap h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 70px;
    margin: 0 0 5px;
}
.page-hero-breadcrumb { color: #fff; font-size: 14px; }
.page-hero-breadcrumb a { color: #faaf3a; text-decoration: none; transition: color .3s; }
.page-hero-breadcrumb a:hover { color: #fff; }
.page-hero-breadcrumb span { color: #ccc; }

/* =============================================
   Cart & Checkout — Luxury Redesign
   ============================================= */

/* Hide default title */
.woocommerce-cart .site-main .page-header,
.woocommerce-checkout .site-main .page-header {
    display: none !important;
}

/* Main wrapper — warm parchment-tinted background */
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 20px;
}

.woocommerce-cart .page-content,
.woocommerce-checkout .page-content {
    position: relative;
}

/* ========================
   EMPTY CART STATE
   ======================== */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    text-align: center;
    padding: 60px 20px 20px;
    position: relative;
}

/* Large empty cart SVG icon replacement — golden tint */
.woocommerce-cart .wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-family: "Inter Variable", Sans-serif !important;
    font-size: 2.2rem !important;
    color: #1a1a1a !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
}

/* Dot separator — golden */
.woocommerce-cart .wp-block-separator.is-style-dots {
    border: none !important;
    color: #faaf3a !important;
    margin: 20px auto 30px !important;
    font-size: 24px !important;
}

/* "New in store" heading — dramatic underline */
.woocommerce-cart .wp-block-heading.has-text-align-center:not(.with-empty-cart-icon) {
    font-family: "Inter Variable", Sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin-bottom: 45px !important;
    position: relative !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading.has-text-align-center:not(.with-empty-cart-icon)::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #941a0b, #faaf3a);
    border-radius: 2px;
}

/* ========================
   PRODUCT CARDS — DRAMATIC
   ======================== */
.woocommerce-cart .wc-block-grid.wc-block-product-new {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-cart .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .wc-block-grid__product {
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #fff !important;
    position: relative !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.04) !important;
}

.woocommerce-cart .wc-block-grid__product::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, #941a0b, #faaf3a) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1) !important;
    z-index: 3 !important;
}

.woocommerce-cart .wc-block-grid__product:hover::before {
    transform: scaleX(1) !important;
}

.woocommerce-cart .wc-block-grid__product:hover {
    box-shadow: 0 20px 50px rgba(148, 26, 11, 0.12), 0 8px 20px rgba(0,0,0,0.06) !important;
    transform: translateY(-8px) !important;
}

/* Product image — dramatic zoom */
.woocommerce-cart .wc-block-grid__product-image {
    overflow: hidden !important;
    position: relative !important;
    background: #f5f0eb !important;
}

.woocommerce-cart .wc-block-grid__product-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image img {
    transform: scale(1.1) !important;
}

/* Image overlay on hover */
.woocommerce-cart .wc-block-grid__product-image::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(148,26,11,0.08), transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.woocommerce-cart .wc-block-grid__product:hover .wc-block-grid__product-image::after {
    opacity: 1 !important;
}

/* Sale badge — premium pill */
.woocommerce-cart .wc-block-grid__product-onsale {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    background: #941a0b !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    padding: 6px 16px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    border: none !important;
    z-index: 2 !important;
    line-height: 1.2 !important;
    box-shadow: 0 2px 8px rgba(148, 26, 11, 0.3) !important;
}

/* Product info area */
.woocommerce-cart .wc-block-grid__product-title {
    font-family: "Inter Variable", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #1a1a1a !important;
    padding: 20px 16px 6px !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    letter-spacing: -0.01em !important;
}

.woocommerce-cart .wc-block-grid__product-title:hover {
    color: #941a0b !important;
}

/* Price — larger, bolder */
.woocommerce-cart .wc-block-grid__product-price {
    text-align: center !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #941a0b !important;
    padding: 2px 16px 14px !important;
    font-family: "Inter Variable", Sans-serif !important;
}

.woocommerce-cart .wc-block-grid__product-price del {
    color: #ccc !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-right: 6px !important;
}

.woocommerce-cart .wc-block-grid__product-price ins {
    text-decoration: none !important;
    color: #941a0b !important;
}

/* Add to cart — full-width dark button */
.woocommerce-cart .wc-block-grid__product .wp-block-button {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-cart .wc-block-grid__product .wp-block-button__link {
    background-color: #1a1a1a !important;
    color: #faaf3a !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    transition: all 0.35s ease !important;
    width: 100% !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    display: block !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
}

.woocommerce-cart .wc-block-grid__product .wp-block-button__link:hover {
    background-color: #941a0b !important;
    color: #fff !important;
}

/* View cart link */
.woocommerce-cart .wc-block-grid__product .added_to_cart {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    color: #faaf3a !important;
    background: #1a1a1a !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    padding: 8px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

.woocommerce-cart .wc-block-grid__product .added_to_cart:hover {
    background: #941a0b !important;
    color: #fff !important;
}

/* ========================
   FILLED CART STATE
   ======================== */
.wc-block-cart .wp-block-woocommerce-filled-cart-block {
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

.wc-block-cart .wp-block-woocommerce-cart-items-block {
    flex: 1 !important;
    min-width: 0 !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.04) !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Order summary — dark sidebar */
.wc-block-cart .wp-block-woocommerce-cart-totals-block {
    width: 380px !important;
    flex-shrink: 0 !important;
    background: #1a1a1a !important;
    color: #fff !important;
    border: none !important;
    padding: 32px 28px !important;
    position: sticky !important;
    top: 50px !important;
}

/* Override text colors in dark sidebar */
.wc-block-cart .wc-block-cart__totals-title {
    font-family: "Inter Variable", Sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #faaf3a !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    margin-bottom: 0 !important;
}

.wc-block-cart .wc-block-components-totals-wrapper {
    border-color: rgba(255,255,255,0.08) !important;
}

.wc-block-cart .wc-block-components-totals-item__label {
    font-weight: 500 !important;
    color: rgba(255,255,255,0.6) !important;
    font-size: 14px !important;
}

.wc-block-cart .wc-block-components-totals-item__value {
    font-weight: 700 !important;
    color: #fff !important;
}

.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700 !important;
    color: #fff !important;
    font-size: 15px !important;
}

.wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: #faaf3a !important;
    font-size: 1.4rem !important;
}

/* Shipping text in dark sidebar */
.wc-block-cart .wc-block-components-totals-shipping__fieldset,
.wc-block-cart .wc-block-components-shipping-rates-control,
.wc-block-cart .wc-block-components-radio-control__label,
.wc-block-cart .wc-block-components-radio-control__description,
.wc-block-cart .wc-block-components-radio-control__secondary-label,
.wc-block-cart .wc-block-components-radio-control__secondary-description {
    color: rgba(255,255,255,0.7) !important;
}

/* Coupon form in dark sidebar */
.wc-block-cart .wc-block-components-totals-coupon__input .wc-block-components-text-input input {
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,0.05) !important;
    color: #fff !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

.wc-block-cart .wc-block-components-totals-coupon__input .wc-block-components-text-input input:focus {
    border-color: #faaf3a !important;
    box-shadow: none !important;
    background: rgba(255,255,255,0.08) !important;
}

.wc-block-cart .wc-block-components-totals-coupon__input .wc-block-components-text-input label {
    color: rgba(255,255,255,0.5) !important;
}

.wc-block-cart .wc-block-components-totals-coupon__button {
    background: #faaf3a !important;
    color: #1a1a1a !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    padding: 12px 20px !important;
}

.wc-block-cart .wc-block-components-totals-coupon__button:hover {
    background: #fff !important;
    color: #1a1a1a !important;
}

/* Checkout button — golden accent */
.wc-block-cart .wc-block-cart__submit-container {
    margin-top: 28px !important;
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-cart .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
    background: linear-gradient(135deg, #faaf3a, #e8991f) !important;
    color: #1a1a1a !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 18px 30px !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    letter-spacing: 2.5px !important;
    width: 100% !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(250, 175, 58, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-cart .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover {
    background: #fff !important;
    color: #1a1a1a !important;
    box-shadow: 0 8px 30px rgba(255,255,255,0.2) !important;
    transform: translateY(-2px) !important;
}

/* Payment methods */
.wc-block-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
    text-align: center !important;
    margin-top: 20px !important;
    opacity: 0.4 !important;
    transition: opacity 0.3s !important;
    filter: invert(1) !important;
}

.wc-block-cart .wp-block-woocommerce-cart-accepted-payment-methods-block:hover {
    opacity: 0.7 !important;
}

/* Cart items table */
.wc-block-cart table.wc-block-cart-items {
    border-collapse: collapse !important;
    width: 100% !important;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 28px 24px !important;
    transition: background 0.25s ease !important;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row:hover {
    background: #fefcf8 !important;
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row:last-child {
    border-bottom: none !important;
}

/* Product image in cart */
.wc-block-cart .wc-block-cart-item__image {
    width: 110px !important;
    min-width: 110px !important;
}

.wc-block-cart .wc-block-cart-item__image img {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
    transition: all 0.35s ease !important;
}

.wc-block-cart .wc-block-cart-item__image img:hover {
    box-shadow: 0 6px 20px rgba(148, 26, 11, 0.15) !important;
}

/* Product name in cart */
.wc-block-cart .wc-block-components-product-name {
    color: #1a1a1a !important;
    font-family: "Inter Variable", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    line-height: 1.5 !important;
}

.wc-block-cart .wc-block-components-product-name:hover {
    color: #941a0b !important;
}

/* Price in cart */
.wc-block-cart .wc-block-components-product-price {
    color: #941a0b !important;
    font-weight: 800 !important;
    font-size: 16px !important;
}

/* Quantity selector */
/* .wc-block-cart .wc-block-components-quantity-selector {
    border: 2px solid #1a1a1a !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    background: #fff !important;
}

.wc-block-cart .wc-block-components-quantity-selector:focus-within {
    border-color: #faaf3a !important;
} */

.wc-block-cart .wc-block-cart-item__remove-link {
    color: #000!important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
    outline: none;
}

.wc-block-cart .wc-block-components-quantity-selector input {
    border: none !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    background: transparent !important;
    color: #1a1a1a !important;
}

.wc-block-cart .wc-block-components-quantity-selector input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: transparent !important;
    color: #1a1a1a !important;
    border: none !important;
    transition: all 0.2s ease !important;
    font-weight: 700 !important;
}

.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: #faaf3a !important;
    color: #1a1a1a !important;
}

/* Remove link */
.wc-block-cart .wc-block-cart-item__remove-link {
    color: #ccc !important;
    font-size: 11px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.wc-block-cart .wc-block-cart-item__remove-link:hover {
    color: #941a0b !important;
}

/* Cross-sells heading */
.wc-block-cart .wp-block-heading {
    font-family: "Inter Variable", Sans-serif !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    font-size: 1.3rem !important;
    margin-top: 40px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* ========================
   RESPONSIVE
   ======================== */

/* --- Tablet (max 991px) --- */
@media screen and (max-width: 991px) {
    .page-hero-banner { padding: 170px 0 70px; }
    .page-hero-banner .title-inner .title-text-wrap h1 { font-size: 55px; }

    .woocommerce-cart .site-main,
    .woocommerce-checkout .site-main { padding: 40px 15px 70px; }

    /* Stack cart items + totals vertically */
    .wc-block-cart .wp-block-woocommerce-filled-cart-block {
        flex-direction: column !important;
        gap: 30px !important;
    }
    .wc-block-cart .wp-block-woocommerce-cart-totals-block {
        width: 100% !important;
        position: static !important;
    }

    /* Product grid: 3 columns */
    .woocommerce-cart .wc-block-grid__products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }

    /* Cart item rows — slightly tighter padding */
    .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
        padding: 20px 16px !important;
    }

    /* Cart item image */
    .wc-block-cart .wc-block-cart-item__image {
        width: 90px !important;
        min-width: 90px !important;
    }
}

/* --- Mobile (max 767px) --- */
@media screen and (max-width: 767px) {
    .page-hero-banner { padding: 120px 0 50px; }
    .page-hero-banner .title-inner .title-text-wrap h1 { font-size: 38px; }

    .woocommerce-cart .site-main,
    .woocommerce-checkout .site-main { padding: 25px 12px 50px; }

    .woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 30px 10px 0; }

    /* Product grid: 2 columns */
    .woocommerce-cart .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }
    .woocommerce-cart .wc-block-grid__product-title {
        font-size: 13px !important;
        padding: 12px 8px 4px !important;
    }
    .woocommerce-cart .wc-block-grid__product .wp-block-button__link {
        font-size: 10px !important;
        padding: 14px 12px !important;
        letter-spacing: 1.5px !important;
    }
    .woocommerce-cart .wc-block-grid__product-price {
        font-size: 15px !important;
        padding: 0 8px 8px !important;
    }

    /* Cart item image smaller */
    .wc-block-cart .wc-block-cart-item__image {
        width: 80px !important;
        min-width: 80px !important;
    }

    /* Cart totals sidebar — less padding */
    .wc-block-cart .wp-block-woocommerce-cart-totals-block {
        padding: 24px 18px !important;
    }

    /* Empty cart title */
    .wc-block-cart__empty-cart__title,
    .woocommerce-cart .wp-block-heading.has-text-align-center.with-empty-cart-icon {
        font-size: 1.5rem !important;
    }
    .woocommerce-cart .wp-block-heading.has-text-align-center:not(.with-empty-cart-icon) {
        font-size: 1.1rem !important;
        letter-spacing: 2px !important;
    }

    /* Cart table — hide header row on mobile */
    .wc-block-cart table.wc-block-cart-items thead {
        display: none !important;
    }

    /* Cart item rows — stack layout */
    .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 16px 12px !important;
        gap: 0 !important;
        align-items: flex-start !important;
    }

    /* Cart item cells — remove default table display */
    .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row td {
        display: block !important;
        border: none !important;
        padding: 0 !important;
    }

    /* Image cell */
    .wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image {
        width: 80px !important;
        min-width: 80px !important;
        margin-right: 12px !important;
    }

    /* Product info cell — fill remaining space beside image */
    .wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__product {
        flex: 1 !important;
        min-width: 0 !important;
    }

    /* Product name — smaller on mobile */
    .wc-block-cart .wc-block-components-product-name {
        font-size: 13px !important;
        line-height: 1.4 !important;
        display: block !important;
        margin-bottom: 6px !important;
    }

    /* Product metadata (variations, etc.) */
    .wc-block-cart .wc-block-components-product-metadata {
        font-size: 11px !important;
    }

    /* Quantity + price row — full width below image/name */
    .wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__quantity {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    /* Total cell — align right in the quantity row */
    .wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__total {
        position: absolute !important;
        right: 12px !important;
        top: 16px !important;
    }

    /* Make rows position relative for absolute total */
    .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
        position: relative !important;
    }

    /* Price on mobile */
    .wc-block-cart .wc-block-components-product-price {
        font-size: 14px !important;
    }

    /* Remove link — more tappable */
    .wc-block-cart .wc-block-cart-item__remove-link {
        font-size: 10px !important;
        padding: 4px 0 !important;
    }

    /* Quantity selector — smaller on mobile */
    .wc-block-cart .wc-block-components-quantity-selector {
        transform: scale(0.9) !important;
        transform-origin: left center !important;
    }

    /* Checkout button — full width, taller for tap targets */
    .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
        padding: 16px 20px !important;
        font-size: 13px !important;
        letter-spacing: 2px !important;
    }

    /* Coupon button — taller tap target */
    .wc-block-cart .wc-block-components-totals-coupon__button {
        padding: 12px 16px !important;
        font-size: 11px !important;
    }

    /* Totals title */
    .wc-block-cart .wc-block-cart__totals-title {
        font-size: 12px !important;
        letter-spacing: 2px !important;
    }

    /* Cross-sells heading */
    .wc-block-cart .wp-block-heading {
        font-size: 1.1rem !important;
        letter-spacing: 1.5px !important;
        margin-top: 30px !important;
    }

    /* Sale badge — smaller on mobile */
    .woocommerce-cart .wc-block-grid__product-onsale {
        font-size: 9px !important;
        padding: 4px 10px !important;
        top: 8px !important;
        left: 8px !important;
    }
}

/* --- Small Mobile (max 480px) --- */
@media screen and (max-width: 480px) {
    .page-hero-banner { padding: 100px 0 40px; }
    .page-hero-banner .title-inner .title-text-wrap h1 { font-size: 28px; }
    .page-hero-breadcrumb { font-size: 12px; }

    .woocommerce-cart .site-main,
    .woocommerce-checkout .site-main { padding: 20px 10px 40px; }

    /* Cart item image even smaller */
    .wc-block-cart .wc-block-cart-item__image,
    .wc-block-cart .wc-block-cart-items__row .wc-block-cart-item__image {
        width: 65px !important;
        min-width: 65px !important;
        margin-right: 10px !important;
    }

    /* Product name */
    .wc-block-cart .wc-block-components-product-name {
        font-size: 12px !important;
    }

    /* Cart items row padding */
    .wc-block-cart .wc-block-cart-items .wc-block-cart-items__row {
        padding: 14px 10px !important;
    }

    /* Totals sidebar — minimal padding */
    .wc-block-cart .wp-block-woocommerce-cart-totals-block {
        padding: 20px 14px !important;
    }

    /* Totals text smaller */
    .wc-block-cart .wc-block-components-totals-item__label {
        font-size: 13px !important;
    }
    .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-size: 1.2rem !important;
    }

    /* Product grid: still 2 cols but tighter */
    .woocommerce-cart .wc-block-grid__products {
        gap: 10px !important;
    }
    .woocommerce-cart .wc-block-grid__product-title {
        font-size: 11px !important;
        padding: 10px 6px 2px !important;
    }
    .woocommerce-cart .wc-block-grid__product .wp-block-button__link {
        font-size: 9px !important;
        padding: 12px 8px !important;
        letter-spacing: 1px !important;
    }
    .woocommerce-cart .wc-block-grid__product-price {
        font-size: 13px !important;
        padding: 0 6px 6px !important;
    }

    /* Empty cart */
    .wc-block-cart__empty-cart__title,
    .woocommerce-cart .wp-block-heading.has-text-align-center.with-empty-cart-icon {
        font-size: 1.2rem !important;
    }
    .woocommerce-cart .wp-block-heading.has-text-align-center:not(.with-empty-cart-icon) {
        font-size: 0.95rem !important;
        letter-spacing: 1.5px !important;
        margin-bottom: 30px !important;
    }

    /* Separator dots */
    .woocommerce-cart .wp-block-separator.is-style-dots {
        font-size: 18px !important;
        margin: 14px auto 20px !important;
    }

    /* Checkout button */
    .wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button {
        padding: 14px 16px !important;
        font-size: 12px !important;
        letter-spacing: 1.5px !important;
    }

    /* Payment icons */
    .wc-block-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
        margin-top: 14px !important;
    }
    .wc-block-cart .wp-block-woocommerce-cart-accepted-payment-methods-block img {
        max-height: 22px !important;
    }
}




.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
    outline: none;
    background-color: #941a0b;
    color: #fff;
     border: none;
     transition: all 0.3s ease-in-out;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background-color: #faaf3a;
    color: #222222;
    box-shadow: none !important;
    border: none;
}

.wc-block-components-product-name {
    font-size: 1em !important;
}

.half-opacity {
    opacity: 0.7;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block {
   height: max-content !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:not(:last-child) {
    border-bottom: 1px solid #eeee;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
    padding: 16px;
}


@media screen and (max-width: 991.98px) {
.wc-block-components-sidebar-layout .wc-block-components-main {
    border: none;
    padding: 0px;
}
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    padding: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
    cursor: pointer;
}

.wc-block-components-sidebar-layout {
    gap: 32px;
}

.wc-block-cart__main .wc-block-cart-items th {
    font-size: 16px;
}



@media  screen and (max-width: 767px) {
    .woocommerce-cart .site-main {
   overflow-x: hidden;
}

.woocommerce-cart .site-main .wc-block-components-sidebar-layout {
       width: 360px;
}
.wc-block-components-sidebar-layout {
    gap: 16px;
}
}


