/* THE KHATOON SHOP - WooCommerce */

.woocommerce,
.woocommerce-page{
--khatoon-woo-max:1320px;
--khatoon-woo-pink:#d94d73;
--khatoon-woo-pink-dark:#bd3d61;
--khatoon-woo-blush:#fff6f8;
--khatoon-woo-gold:#d4af37;
--khatoon-woo-black:#222222;
--khatoon-woo-border:#eeeeee;
}

.woocommerce *,
.woocommerce-page *{
box-sizing:border-box;
}

.woocommerce img,
.woocommerce-page img,
.woocommerce svg,
.woocommerce-page svg{
max-width:100%;
height:auto;
}

body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce{
width:100%;
max-width:100%;
min-width:0;
}

.woocommerce .woocommerce-breadcrumb{
width:min(100% - 48px, var(--khatoon-woo-max));
margin:28px auto 18px;
color:#777;
font-size:13px;
}

.woocommerce .woocommerce-breadcrumb a{
color:var(--khatoon-woo-black);
text-decoration:none;
}

.woocommerce .woocommerce-breadcrumb a:hover{
color:var(--khatoon-woo-pink);
}

.single-product.woocommerce div.product{
display:grid;
grid-template-columns:minmax(0, 1fr) minmax(320px, .82fr);
gap:56px;
width:min(100% - 48px, var(--khatoon-woo-max));
margin:0 auto 56px;
padding:0;
}

.single-product.woocommerce div.product::before,
.single-product.woocommerce div.product::after{
display:none;
}

.single-product.woocommerce div.product .woocommerce-product-gallery,
.single-product.woocommerce div.product .summary{
float:none !important;
width:auto !important;
min-width:0;
}

.single-product.woocommerce div.product .woocommerce-product-gallery{
align-self:start;
margin:0 !important;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__wrapper{
margin:0;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image{
display:flex !important;
align-items:center;
justify-content:center;
aspect-ratio:1 / 1;
background:#fff9fa;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image a{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image img{
width:100%;
height:100%;
object-fit:contain;
padding:22px;
}

.single-product.woocommerce div.product .flex-control-thumbs{
display:flex;
gap:12px;
margin:14px 0 0;
padding:0 0 8px;
overflow-x:auto;
overscroll-behavior-inline:contain;
scroll-snap-type:x proximity;
scrollbar-width:thin;
}

.single-product.woocommerce div.product .flex-control-thumbs li{
flex:0 0 82px;
float:none !important;
width:82px !important;
margin:0 !important;
list-style:none;
scroll-snap-align:start;
}

.single-product.woocommerce div.product .flex-control-thumbs img{
width:100%;
aspect-ratio:1 / 1;
object-fit:contain;
padding:8px;
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:6px;
opacity:1;
transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-product.woocommerce div.product .flex-control-thumbs img.flex-active,
.single-product.woocommerce div.product .flex-control-thumbs img:hover,
.single-product.woocommerce div.product .flex-control-thumbs img:focus{
border-color:var(--khatoon-woo-pink);
box-shadow:0 8px 20px rgba(217,77,115,.16);
transform:translateY(-1px);
}

.woocommerce span.onsale{
min-width:auto;
min-height:auto;
padding:7px 12px;
background:var(--khatoon-woo-pink);
border-radius:999px;
color:#ffffff;
font-size:12px;
font-weight:700;
line-height:1;
text-transform:uppercase;
}

.single-product.woocommerce div.product .summary{
padding:18px 0 0;
}

.single-product.woocommerce div.product .product_title{
margin:0 0 16px;
color:var(--khatoon-woo-black);
font-family:Georgia, "Times New Roman", serif;
font-size:42px;
font-weight:400;
line-height:1.12;
}

.single-product.woocommerce div.product .price{
margin:0 0 18px;
color:var(--khatoon-woo-pink);
font-size:26px;
font-weight:700;
}

.single-product.woocommerce div.product .price del{
margin-right:10px;
color:#999;
font-size:18px;
font-weight:400;
opacity:1;
}

.single-product.woocommerce div.product .price ins{
color:var(--khatoon-woo-pink);
font-weight:700;
text-decoration:none;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description{
max-width:620px;
margin:0 0 24px;
color:#444;
font-size:16px;
line-height:1.8;
}

.single-product.woocommerce div.product form.cart{
display:flex;
flex-wrap:wrap;
gap:12px;
align-items:center;
margin:0 0 22px;
}

.single-product.woocommerce div.product form.cart::before,
.single-product.woocommerce div.product form.cart::after{
display:none;
}

.woocommerce .quantity .qty{
width:82px;
height:48px;
padding:0 10px;
border:1px solid #dddddd;
border-radius:4px;
color:var(--khatoon-woo-black);
font-size:16px;
text-align:center;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit{
min-height:48px;
padding:0 28px;
background:var(--khatoon-woo-pink);
border:0;
border-radius:4px;
color:#ffffff;
font-size:13px;
font-weight:700;
letter-spacing:.3px;
line-height:48px;
text-transform:uppercase;
transition:background .18s ease, transform .18s ease;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover{
background:var(--khatoon-woo-pink-dark);
color:#ffffff;
transform:translateY(-1px);
}

.single-product.woocommerce div.product .stock{
display:inline-flex;
align-items:center;
margin:0 0 16px;
padding:8px 12px;
background:#f7fbf7;
border:1px solid #dcefdc;
border-radius:999px;
color:#28723d;
font-size:13px;
font-weight:700;
}

.single-product.woocommerce div.product .out-of-stock{
background:#fff6f6;
border-color:#f2cdcd;
color:#a33a3a;
}

.single-product.woocommerce div.product .product_meta{
display:grid;
gap:9px;
margin-top:18px;
padding-top:18px;
border-top:1px solid var(--khatoon-woo-border);
color:#555;
font-size:13px;
}

.single-product.woocommerce div.product .product_meta a{
color:var(--khatoon-woo-black);
text-decoration:none;
}

.single-product.woocommerce div.product .product_meta a:hover{
color:var(--khatoon-woo-pink);
}

.single-product.woocommerce div.product .khatoon-product-reassurance{
margin:18px 0 0;
padding:15px 16px;
background:#fff7f9;
border:1px solid #f0d7de;
border-radius:8px;
box-shadow:0 8px 18px rgba(217,77,115,.06);
}

.single-product.woocommerce div.product .khatoon-product-reassurance ul{
display:flex;
flex-wrap:wrap;
gap:8px 0;
margin:0;
padding:0;
color:var(--khatoon-woo-black);
font-size:13px;
font-weight:700;
line-height:1.4;
list-style:none;
}

.single-product.woocommerce div.product .khatoon-product-reassurance li{
display:inline-flex;
align-items:center;
min-width:0;
}

.single-product.woocommerce div.product .khatoon-product-reassurance li:not(:last-child)::after{
margin:0 10px;
color:#d9a5b3;
font-weight:400;
content:"|";
}

.single-product.woocommerce div.product .khatoon-product-reassurance-links{
display:flex;
flex-wrap:wrap;
gap:8px 18px;
margin-top:10px;
font-size:13px;
}

.single-product.woocommerce div.product .khatoon-product-reassurance-links a{
color:var(--khatoon-woo-pink);
font-weight:700;
text-decoration:none;
}

.single-product.woocommerce div.product .khatoon-product-reassurance-links a:hover,
.single-product.woocommerce div.product .khatoon-product-reassurance-links a:focus{
color:var(--khatoon-woo-pink-dark);
text-decoration:underline;
}

.single-product.woocommerce div.product .woocommerce-tabs,
.single-product.woocommerce div.product .related,
.single-product.woocommerce div.product .upsells{
grid-column:1 / -1;
width:100%;
max-width:100%;
}

.single-product.woocommerce div.product .woocommerce-tabs{
margin-top:8px;
padding-top:36px;
border-top:1px solid var(--khatoon-woo-border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
display:flex;
flex-wrap:wrap;
gap:8px;
margin:0 0 24px;
padding:0;
border-bottom:1px solid var(--khatoon-woo-border);
overflow:visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after{
display:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
margin:0;
padding:0;
background:transparent;
border:0;
border-radius:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
display:none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
display:block;
padding:13px 18px;
border-bottom:2px solid transparent;
color:var(--khatoon-woo-black);
font-size:13px;
font-weight:700;
text-transform:uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus{
border-color:var(--khatoon-woo-pink);
color:var(--khatoon-woo-pink);
}

.woocommerce div.product .woocommerce-tabs .panel{
max-width:920px;
margin:0 auto 40px;
color:#333;
font-size:16px;
line-height:1.8;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2{
margin:0 0 18px;
font-family:Georgia, "Times New Roman", serif;
font-size:32px;
font-weight:400;
line-height:1.2;
color:var(--khatoon-woo-black);
}

.woocommerce div.product .woocommerce-tabs .panel p{
margin:0 0 18px;
}

.woocommerce div.product .woocommerce-tabs .panel ul,
.woocommerce div.product .woocommerce-tabs .panel ol{
margin:0 0 18px 22px;
padding:0;
}

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
border-color:var(--khatoon-woo-border);
}

.woocommerce table.shop_attributes th{
width:220px;
padding:12px 16px;
background:#fff7f9;
color:var(--khatoon-woo-black);
font-weight:700;
}

.woocommerce table.shop_attributes td{
padding:12px 16px;
font-style:normal;
}

.woocommerce #reviews #comments ol.commentlist{
padding:0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
margin-left:0;
padding:20px;
border-color:var(--khatoon-woo-border);
border-radius:8px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error{
width:min(100% - 48px, var(--khatoon-woo-max));
margin:22px auto;
padding:16px 20px;
border-top-color:var(--khatoon-woo-pink);
background:#fff7f9;
color:var(--khatoon-woo-black);
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before{
color:var(--khatoon-woo-pink);
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products{
display:grid;
grid-template-columns:repeat(4, minmax(0, 1fr));
gap:24px;
}

.woocommerce ul.products li.product{
float:none !important;
width:auto !important;
margin:0 !important;
padding:0;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
background:#ffffff;
box-shadow:0 8px 22px rgba(0,0,0,.04);
}

.woocommerce ul.products li.product a img{
aspect-ratio:1 / 1;
object-fit:contain;
padding:18px;
background:#fff9fa;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price{
padding-right:14px;
padding-left:14px;
}

.woocommerce ul.products li.product .button{
margin:8px 14px 16px;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .woocommerce-notices-wrapper{
box-sizing:border-box;
width:min(100% - 48px, var(--khatoon-woo-max));
max-width:var(--khatoon-woo-max);
min-width:0;
margin-right:auto;
margin-left:auto;
}

body.post-type-archive-product .khatoon-shop-toolbar,
body.tax-product_cat .khatoon-shop-toolbar{
display:flex;
align-items:center;
justify-content:space-between;
gap:18px;
box-sizing:border-box;
width:min(100% - 48px, var(--khatoon-woo-max));
max-width:var(--khatoon-woo-max);
min-width:0;
margin:20px auto 0;
padding:14px 18px;
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
box-shadow:0 8px 22px rgba(0,0,0,.035);
}

body.post-type-archive-product .khatoon-shop-toolbar::before,
body.post-type-archive-product .khatoon-shop-toolbar::after,
body.tax-product_cat .khatoon-shop-toolbar::before,
body.tax-product_cat .khatoon-shop-toolbar::after{
display:none !important;
content:none;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-result-count,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-result-count,
body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-ordering,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-ordering{
float:none !important;
width:auto;
max-width:100%;
min-width:0;
margin:0;
padding:0;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-result-count,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-result-count{
min-width:0;
color:#555555;
font-size:14px;
line-height:1.4;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-ordering,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-ordering{
display:flex;
flex:0 1 240px;
justify-content:flex-end;
min-width:0;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-ordering select,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-ordering select{
width:100%;
max-width:100%;
min-height:42px;
padding:0 38px 0 13px;
background-color:#ffffff;
border:1px solid #dddddd;
border-radius:4px;
color:var(--khatoon-woo-black);
font-size:14px;
line-height:1.2;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products{
display:grid !important;
grid-template-columns:repeat(auto-fit, minmax(280px, 340px));
justify-content:center;
align-items:stretch;
gap:28px;
box-sizing:border-box;
width:min(100% - 48px, var(--khatoon-woo-max));
max-width:var(--khatoon-woo-max);
min-width:0;
margin:30px auto 56px !important;
padding:0;
list-style:none;
}

body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after{
display:none !important;
content:none;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product{
display:flex;
position:relative;
float:none !important;
flex-direction:column;
width:100% !important;
min-width:0;
max-width:340px !important;
height:100%;
margin:0 !important;
padding:0 0 18px;
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 22px rgba(0,0,0,.04);
}

body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link{
display:block;
min-width:0;
color:inherit;
text-decoration:none;
}

body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img{
display:block;
width:100%;
aspect-ratio:1 / 1;
height:auto;
margin:0;
padding:20px;
background:#fff9fa;
object-fit:contain;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title{
margin:16px 0 0;
padding:0 18px;
color:var(--khatoon-woo-black);
font-size:16px;
font-weight:700;
line-height:1.35;
white-space:normal;
overflow-wrap:break-word;
word-break:normal;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price{
display:block;
margin:10px 0 0;
padding:0 18px;
color:var(--khatoon-woo-pink);
font-size:15px;
font-weight:700;
line-height:1.4;
white-space:normal;
overflow-wrap:break-word;
word-break:normal;
}

body.post-type-archive-product ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del{
color:#777777;
font-weight:400;
opacity:1;
}

body.post-type-archive-product ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins{
font-weight:700;
text-decoration:none;
}

body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale{
top:12px;
left:12px;
right:auto;
margin:0;
z-index:2;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button{
display:flex;
align-items:center;
justify-content:center;
width:calc(100% - 36px);
max-width:100%;
min-height:44px;
margin:14px 18px 0;
padding:0 18px;
background:var(--khatoon-woo-pink);
border-radius:4px;
color:#ffffff;
font-size:12px;
font-weight:700;
line-height:1.2;
text-align:center;
text-transform:uppercase;
white-space:normal;
overflow-wrap:break-word;
word-break:normal;
}

body.post-type-archive-product ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .button:focus,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:focus{
background:var(--khatoon-woo-pink-dark);
color:#ffffff;
}

@media (max-width: 480px){
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.post-type-archive-product .woocommerce-notices-wrapper,
body.tax-product_cat .woocommerce-notices-wrapper{
width:100%;
max-width:100%;
padding-right:18px;
padding-left:18px;
}

body.post-type-archive-product .khatoon-shop-toolbar,
body.tax-product_cat .khatoon-shop-toolbar{
flex-direction:column;
align-items:stretch;
width:calc(100% - 36px);
max-width:420px;
gap:12px;
padding:14px;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-result-count,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-result-count{
text-align:left;
}

body.post-type-archive-product .khatoon-shop-toolbar .woocommerce-ordering,
body.tax-product_cat .khatoon-shop-toolbar .woocommerce-ordering{
width:100%;
min-width:0;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products{
grid-template-columns:minmax(0, 1fr);
width:100%;
max-width:320px;
gap:22px;
margin-top:24px !important;
margin-bottom:42px !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product{
max-width:320px !important;
}

body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img{
padding:18px;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button{
width:calc(100% - 32px);
margin-right:16px;
margin-left:16px;
}
}

@media (max-width: 900px){
.single-product.woocommerce div.product{
grid-template-columns:1fr;
gap:28px;
width:min(100% - 36px, var(--khatoon-woo-max));
}

.single-product.woocommerce div.product .summary{
padding-top:0;
}

.single-product.woocommerce div.product .product_title{
font-size:36px;
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 768px){
.single-product.woocommerce div.product .woocommerce-product-gallery__image{
aspect-ratio:1 / 1;
}

.single-product.woocommerce div.product .flex-control-thumbs{
gap:10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
flex-wrap:nowrap;
overflow-x:auto;
padding-bottom:2px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
flex:0 0 auto;
}
}

@media (max-width: 480px){
html,
body{
max-width:100%;
overflow-x:hidden;
}

.woocommerce .woocommerce-breadcrumb,
.single-product.woocommerce div.product,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error{
width:100%;
max-width:100%;
padding-right:18px;
padding-left:18px;
}

.single-product.woocommerce div.product{
margin-bottom:36px;
}

.single-product.woocommerce div.product .woocommerce-product-gallery__image img{
padding:14px;
}

.single-product.woocommerce div.product .flex-control-thumbs{
gap:8px;
}

.single-product.woocommerce div.product .flex-control-thumbs li{
flex-basis:70px;
width:70px !important;
}

.single-product.woocommerce div.product .product_title{
font-size:31px;
overflow-wrap:break-word;
}

.single-product.woocommerce div.product .price{
font-size:22px;
}

.single-product.woocommerce div.product form.cart{
display:grid;
grid-template-columns:1fr;
gap:10px;
}

.woocommerce .quantity,
.woocommerce .quantity .qty,
.woocommerce div.product form.cart .button{
width:100%;
max-width:100%;
}

.woocommerce div.product form.cart .button{
padding-right:18px;
padding-left:18px;
white-space:normal;
}

.single-product.woocommerce div.product .khatoon-product-reassurance{
padding:14px;
}

.single-product.woocommerce div.product .khatoon-product-reassurance ul{
display:grid;
grid-template-columns:1fr;
gap:7px;
}

.single-product.woocommerce div.product .khatoon-product-reassurance li:not(:last-child)::after{
display:none;
}

.single-product.woocommerce div.product .khatoon-product-reassurance-links{
display:grid;
grid-template-columns:1fr;
gap:8px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
display:block;
width:100%;
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products{
grid-template-columns:1fr;
}
}

/* Cart, empty cart, and checkout */

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main{
width:100%;
max-width:100%;
overflow-x:clip;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content{
width:min(100% - 48px, var(--khatoon-woo-max));
max-width:var(--khatoon-woo-max);
margin-right:auto;
margin-left:auto;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header{
padding-top:34px;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title{
margin:0 0 26px;
font-family:Georgia, "Times New Roman", serif;
font-size:42px;
font-weight:400;
line-height:1.15;
color:var(--khatoon-woo-black);
}

body.woocommerce-cart .entry-content > *,
body.woocommerce-checkout .entry-content > *{
max-width:100%;
}

body.woocommerce-cart .entry-content > .alignwide,
body.woocommerce-cart .entry-content > .alignfull,
body.woocommerce-checkout .entry-content > .alignwide,
body.woocommerce-checkout .entry-content > .alignfull,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block{
width:100%;
max-width:100%;
margin-right:0;
margin-left:0;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout{
display:grid;
grid-template-columns:minmax(0, 1fr) minmax(320px, 390px);
gap:28px;
align-items:start;
width:100%;
max-width:100%;
margin:0 0 56px;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar{
width:auto;
max-width:100%;
min-width:0;
padding:0;
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout #order_review{
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
box-shadow:0 12px 32px rgba(0,0,0,.05);
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout{
gap:28px;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table{
width:100%;
max-width:100%;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
background:#ffffff;
border-collapse:separate;
border-spacing:0;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart table.shop_table thead,
body.woocommerce-checkout table.shop_table thead{
background:#fff7f9;
color:var(--khatoon-woo-black);
font-size:12px;
font-weight:700;
letter-spacing:.4px;
text-transform:uppercase;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart table.shop_table tr.cart_item,
body.woocommerce-checkout table.shop_table tr{
border-bottom:1px solid var(--khatoon-woo-border);
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart table.shop_table .product-thumbnail{
width:112px;
min-width:0;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart table.shop_table .product-thumbnail img{
width:88px;
height:88px;
object-fit:contain;
padding:8px;
background:#fff9fa;
border:1px solid var(--khatoon-woo-border);
border-radius:6px;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart table.shop_table .product-name a,
body.woocommerce-checkout .wc-block-components-product-name{
color:var(--khatoon-woo-black);
font-size:15px;
font-weight:700;
line-height:1.4;
text-decoration:none;
overflow-wrap:anywhere;
}

body.woocommerce-cart .wc-block-components-product-name:hover,
body.woocommerce-cart table.shop_table .product-name a:hover{
color:var(--khatoon-woo-pink);
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-cart .variation{
color:#666;
font-size:13px;
line-height:1.5;
overflow-wrap:anywhere;
}

body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart table.shop_table .product-price,
body.woocommerce-cart table.shop_table .product-subtotal,
body.woocommerce-checkout .wc-block-components-product-price{
color:var(--khatoon-woo-black);
font-weight:700;
}

body.woocommerce-cart .wc-block-components-sale-badge,
body.woocommerce-cart .wc-block-components-product-sale-badge,
body.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price__regular{
color:var(--khatoon-woo-pink);
}

body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
body.woocommerce-cart .wc-block-components-sale-badge{
min-width:0;
}

body.woocommerce-cart .wc-block-components-sale-badge{
display:inline-flex;
align-items:center;
gap:.25em;
flex-wrap:wrap;
margin-top:5px;
padding:4px 8px;
background:#fff0f4;
border:1px solid #f2c7d4;
border-radius:999px;
font-size:11px;
font-weight:700;
line-height:1.2;
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .quantity{
max-width:132px;
border-color:#dddddd;
border-radius:5px;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .quantity .qty{
min-width:0;
height:42px;
font-size:15px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart table.shop_table .product-remove a{
color:#8a243d;
font-size:13px;
font-weight:700;
text-decoration:none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart table.shop_table .product-remove a:hover{
color:var(--khatoon-woo-pink-dark);
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper{
padding:18px 22px;
border-top:1px solid var(--khatoon-woo-border);
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout .wc-block-components-order-summary__button-text,
body.woocommerce-checkout #order_review_heading{
font-family:Georgia, "Times New Roman", serif;
font-size:26px;
font-weight:400;
line-height:1.2;
color:var(--khatoon-woo-black);
}

body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-cart .cart_totals table.shop_table tr{
color:#333;
font-size:14px;
}

body.woocommerce-cart .wc-block-components-totals-footer-item,
body.woocommerce-checkout .wc-block-components-totals-footer-item,
body.woocommerce-cart .order-total{
font-size:18px;
font-weight:700;
}

body.woocommerce-cart .wc-block-components-shipping-rates-control__package,
body.woocommerce-checkout .wc-block-components-shipping-rates-control__package{
margin-top:12px;
padding:12px;
background:#fff9fa;
border:1px solid var(--khatoon-woo-border);
border-radius:6px;
}

body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .coupon,
body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .woocommerce-form-coupon{
padding:16px;
background:#fff9fa;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
}

body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-panel__button{
color:var(--khatoon-woo-black);
font-weight:700;
}

body.woocommerce-cart input[type="text"],
body.woocommerce-cart input[type="email"],
body.woocommerce-cart input[type="tel"],
body.woocommerce-cart input[type="number"],
body.woocommerce-cart textarea,
body.woocommerce-cart select,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="number"],
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input{
width:100%;
max-width:100%;
min-height:46px;
padding:11px 14px;
border:1px solid #dddddd;
border-radius:5px;
background:#ffffff;
color:var(--khatoon-woo-black);
font-size:14px;
line-height:1.4;
}

body.woocommerce-cart input:focus,
body.woocommerce-cart textarea:focus,
body.woocommerce-cart select:focus,
body.woocommerce-checkout input:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox input:focus{
border-color:var(--khatoon-woo-pink);
box-shadow:0 0 0 3px rgba(217,77,115,.14);
outline:0;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout #place_order,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-button{
min-height:50px;
padding:0 28px;
background:var(--khatoon-woo-pink);
border:0;
border-radius:5px;
color:#ffffff;
font-size:13px;
font-weight:700;
letter-spacing:.3px;
line-height:50px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus,
body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus,
body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover{
background:var(--khatoon-woo-pink-dark);
color:#ffffff;
}

body.woocommerce-cart .wc-block-components-button:focus-visible,
body.woocommerce-checkout .wc-block-components-button:focus-visible,
body.woocommerce-cart a:focus-visible,
body.woocommerce-checkout a:focus-visible,
body.woocommerce-cart button:focus-visible,
body.woocommerce-checkout button:focus-visible{
outline:2px solid var(--khatoon-woo-pink);
outline-offset:3px;
}

body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title{
max-width:760px;
margin:24px auto;
padding:34px 28px;
background:#fff7f9;
border:1px solid #f1d7df;
border-radius:10px;
color:var(--khatoon-woo-black);
font-family:Georgia, "Times New Roman", serif;
font-size:32px;
font-weight:400;
line-height:1.25;
text-align:center;
}

body.woocommerce-cart .wc-empty-cart-message::before,
body.woocommerce-cart .cart-empty::before{
display:block;
width:54px;
height:54px;
margin:0 auto 14px;
border:1px solid #f1c5d2;
border-radius:50%;
background:linear-gradient(135deg, #fff, #fff0f4);
color:var(--khatoon-woo-pink);
content:"";
}

body.woocommerce-cart .return-to-shop{
text-align:center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading{
margin:34px auto 22px;
font-family:Georgia, "Times New Roman", serif;
font-size:32px;
font-weight:400;
line-height:1.2;
text-align:center;
color:var(--khatoon-woo-black);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid,
body.woocommerce-cart .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-woocommerce-product-best-sellers,
body.woocommerce-cart .wp-block-woocommerce-product-on-sale,
body.woocommerce-cart .cross-sells{
width:100%;
max-width:1100px;
margin-right:auto;
margin-left:auto;
}

body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .cross-sells ul.products{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(190px, 240px));
justify-content:center;
gap:24px;
width:100%;
max-width:100%;
margin:0 auto;
padding:0;
}

body.woocommerce-cart .wc-block-grid__product,
body.woocommerce-cart .cross-sells ul.products li.product{
position:relative;
float:none !important;
width:100% !important;
max-width:240px;
min-width:0;
margin:0 !important;
padding:0 0 18px;
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 22px rgba(0,0,0,.04);
}

body.woocommerce-cart .wc-block-grid__product-image,
body.woocommerce-cart .wc-block-grid__product-link{
display:block;
margin:0;
}

body.woocommerce-cart .wc-block-grid__product-image img,
body.woocommerce-cart .cross-sells ul.products li.product a img{
display:block;
width:100%;
height:auto;
aspect-ratio:1 / 1;
object-fit:contain;
padding:18px;
background:#fff9fa;
}

body.woocommerce-cart .wc-block-grid__product-title,
body.woocommerce-cart .cross-sells .woocommerce-loop-product__title{
padding:0 14px;
color:var(--khatoon-woo-black);
font-size:14px;
font-weight:700;
line-height:1.4;
overflow-wrap:anywhere;
}

body.woocommerce-cart .wc-block-grid__product-price,
body.woocommerce-cart .cross-sells .price{
display:block;
padding:0 14px;
color:var(--khatoon-woo-pink);
font-weight:700;
}

body.woocommerce-cart .wc-block-grid__product-onsale,
body.woocommerce-cart .wc-block-grid__product .onsale{
position:absolute;
top:10px;
left:10px;
min-width:auto;
padding:6px 9px;
background:var(--khatoon-woo-pink);
border:0;
border-radius:999px;
color:#ffffff;
font-size:11px;
font-weight:700;
line-height:1;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .cross-sells .button{
padding:0 14px;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.woocommerce-cart .cross-sells .button{
display:block;
width:calc(100% - 28px);
margin:10px auto 0;
background:var(--khatoon-woo-pink);
border-radius:4px;
color:#ffffff;
font-size:12px;
font-weight:700;
line-height:42px;
text-align:center;
text-transform:uppercase;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout form.checkout{
display:grid;
gap:18px;
}

body.woocommerce-checkout form.checkout{
grid-template-columns:minmax(0, 1fr) minmax(320px, 390px);
align-items:start;
}

body.woocommerce-checkout #customer_details{
grid-column:1;
min-width:0;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review{
grid-column:2;
min-width:0;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
padding:24px;
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
box-shadow:0 8px 22px rgba(0,0,0,.035);
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3{
margin:0 0 16px;
font-family:Georgia, "Times New Roman", serif;
font-size:26px;
font-weight:400;
line-height:1.2;
color:var(--khatoon-woo-black);
}

body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout #payment{
background:#ffffff;
border:1px solid var(--khatoon-woo-border);
border-radius:8px;
overflow:hidden;
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-checkout__shipping-method-option,
body.woocommerce-checkout #payment ul.payment_methods li{
position:relative;
min-width:0;
padding:16px 16px 16px 52px;
border-bottom:1px solid var(--khatoon-woo-border);
}

body.woocommerce-checkout .wc-block-components-radio-control__input{
position:absolute;
top:50%;
left:18px;
z-index:2;
width:18px;
height:18px;
margin:0;
transform:translateY(-50%);
}

body.woocommerce-checkout .wc-block-components-radio-control__option-layout,
body.woocommerce-checkout .wc-block-components-radio-control__label-group{
width:100%;
min-width:0;
}

body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__secondary-label{
display:block;
max-width:100%;
white-space:normal;
overflow:visible;
overflow-wrap:break-word;
word-break:normal;
}

body.woocommerce-checkout .wc-block-components-radio-control__option:focus-within,
body.woocommerce-checkout .wc-block-checkout__shipping-method-option:focus-within{
outline:2px solid rgba(220, 75, 116, .28);
outline-offset:-3px;
}

body.woocommerce-checkout .wc-block-components-radio-control__option:last-child,
body.woocommerce-checkout #payment ul.payment_methods li:last-child{
border-bottom:0;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked,
body.woocommerce-checkout .wc-block-checkout__shipping-method-option--selected{
background:#fff7f9;
box-shadow:inset 3px 0 0 var(--khatoon-woo-pink);
}

body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .woocommerce-checkout-review-order-table{
background:#ffffff;
}

body.woocommerce-checkout .wc-block-components-order-summary-item{
padding-top:16px;
padding-bottom:16px;
border-bottom:1px solid var(--khatoon-woo-border);
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image{
width:72px;
min-width:72px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img{
width:64px;
height:64px;
object-fit:contain;
padding:6px;
background:#fff9fa;
border:1px solid var(--khatoon-woo-border);
border-radius:5px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description{
min-width:0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price{
overflow-wrap:anywhere;
}

body.woocommerce-checkout .wc-block-checkout__actions_row{
display:block;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout #place_order{
width:100%;
}

@media (max-width: 1024px){
body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout form.checkout{
grid-template-columns:1fr;
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar{
position:static;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review{
grid-column:1;
}
}

@media (max-width: 768px){
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content{
width:min(100% - 36px, var(--khatoon-woo-max));
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title{
font-size:36px;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart table.shop_table tr.cart_item{
display:grid;
grid-template-columns:86px minmax(0, 1fr);
gap:12px;
padding:16px;
}

body.woocommerce-cart table.shop_table tr.cart_item td{
display:block;
width:100%;
padding:0;
border:0;
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart table.shop_table .product-thumbnail{
width:86px;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart table.shop_table .product-thumbnail img{
width:76px;
height:76px;
}

body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .cross-sells ul.products{
grid-template-columns:repeat(auto-fit, minmax(170px, 220px));
}
}

@media (max-width: 480px){
body.woocommerce-cart,
body.woocommerce-checkout{
max-width:100%;
overflow-x:hidden;
}

body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content{
width:100%;
max-width:100%;
padding-right:18px;
padding-left:18px;
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title{
font-size:31px;
overflow-wrap:break-word;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout{
display:grid;
grid-template-columns:1fr;
gap:18px;
width:100%;
max-width:100%;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
min-width:0;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart table.shop_table tr.cart_item{
grid-template-columns:1fr;
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .quantity,
body.woocommerce-cart .quantity .qty,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-button,
body.woocommerce-checkout #place_order{
width:100%;
max-width:100%;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields{
padding:16px;
}

body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .cart-empty,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title{
padding:26px 18px;
font-size:27px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading{
font-size:27px;
}

body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .cross-sells ul.products{
grid-template-columns:minmax(0, 260px);
}

body.woocommerce-cart .wc-block-grid__product,
body.woocommerce-cart .cross-sells ul.products li.product{
max-width:260px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item{
display:grid;
grid-template-columns:58px minmax(0, 1fr);
gap:10px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image{
width:58px;
min-width:58px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img{
width:54px;
height:54px;
}
}

/* Empty-cart recommendations need to override Woo Blocks has-*-columns flex sizing. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
display:grid !important;
grid-template-columns:repeat(auto-fit, minmax(280px, 320px));
justify-content:center;
align-items:stretch;
gap:24px;
width:100%;
max-width:100%;
margin:0 auto;
padding:0;
list-style:none;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-1-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-2-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-3-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-5-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-6-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product{
flex:0 1 320px !important;
flex-basis:320px !important;
width:100% !important;
min-width:280px;
max-width:320px !important;
justify-self:center;
align-self:stretch;
box-sizing:border-box;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image{
display:flex;
align-items:center;
justify-content:center;
width:100%;
max-width:260px;
aspect-ratio:1 / 1;
margin:0 auto;
background:#fff9fa;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img{
display:block;
width:100%;
max-width:260px;
height:100%;
padding:16px;
object-fit:contain;
background:transparent;
box-sizing:border-box;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title{
display:block;
width:auto;
max-width:100%;
padding:0 18px;
white-space:normal;
overflow-wrap:break-word;
word-break:normal;
hyphens:auto;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price{
display:block;
padding:0 18px;
white-space:normal;
overflow-wrap:break-word;
word-break:normal;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart{
width:100%;
padding:0 18px;
box-sizing:border-box;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link{
display:flex !important;
align-items:center;
justify-content:center;
width:100% !important;
max-width:100%;
min-height:44px;
margin:10px 0 0;
padding:0 18px;
line-height:1.2;
white-space:normal;
word-break:normal;
box-sizing:border-box;
}

@media (max-width: 480px){
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{
grid-template-columns:minmax(0, 1fr);
max-width:300px;
gap:20px;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-1-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-2-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-3-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-4-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-5-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid.has-6-columns .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product{
flex-basis:auto !important;
min-width:0;
max-width:300px !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image{
max-width:240px;
}
}

@media (max-width: 360px){
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image{
max-width:220px;
}
}


/* ==================================================
   V1.1 SHOP DISCOVERY AND CARD POLISH
================================================== */
body.post-type-archive-product .khatoon-shop-discovery,
body.tax-product_cat .khatoon-shop-discovery {
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    margin: 10px auto 0;
}

.khatoon-shop-intro {
    max-width: 760px;
    margin: 0 0 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.khatoon-category-chips {
    display: flex;
    gap: 9px;
    padding: 2px 0 6px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.khatoon-category-chips a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #eadde1;
    border-radius: 999px;
    color: var(--khatoon-woo-black);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.khatoon-category-chips a:hover,
.khatoon-category-chips a:focus,
.khatoon-category-chips a.is-active {
    background: var(--khatoon-woo-pink);
    border-color: var(--khatoon-woo-pink);
    color: #fff;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.post-type-archive-product ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:focus-within,
body.tax-product_cat ul.products li.product:hover,
body.tax-product_cat ul.products li.product:focus-within {
    border-color: #efcbd5;
    box-shadow: 0 15px 36px rgba(0, 0, 0, .08);
    transform: translateY(-4px);
}

body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img {
    transition: transform .25s ease;
}

body.post-type-archive-product ul.products li.product:hover a img,
body.post-type-archive-product ul.products li.product:focus-within a img,
body.tax-product_cat ul.products li.product:hover a img,
body.tax-product_cat ul.products li.product:focus-within a img {
    transform: scale(1.025);
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.7em;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    margin-top: auto;
    padding-top: 10px;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button {
    margin-top: 14px;
}

@media (max-width: 480px) {
    body.post-type-archive-product .khatoon-shop-discovery,
    body.tax-product_cat .khatoon-shop-discovery {
        width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
    }
}


/* ==================================================
   V1.2 COMPETITOR-INFORMED SHOP DISCOVERY
================================================== */
.khatoon-brand-discovery,
.khatoon-shop-trust{
box-sizing:border-box;
width:min(100% - 48px, var(--khatoon-woo-max));
max-width:var(--khatoon-woo-max);
margin-right:auto;
margin-left:auto;
}

.khatoon-brand-discovery{
display:grid;
grid-template-columns:minmax(210px, .35fr) minmax(0, 1fr);
gap:24px;
align-items:center;
margin-top:20px;
padding:22px 24px;
background:linear-gradient(135deg, #fff8fa, #ffffff);
border:1px solid #efdee3;
border-radius:12px;
}

.khatoon-brand-discovery-heading span{
display:block;
margin:0 0 6px;
color:var(--khatoon-woo-pink);
font-size:10px;
font-weight:800;
letter-spacing:1.4px;
text-transform:uppercase;
}

.khatoon-brand-discovery-heading h2{
margin:0;
color:var(--khatoon-woo-black);
font-family:Georgia, "Times New Roman", serif;
font-size:25px;
font-weight:400;
line-height:1.15;
}

.khatoon-brand-chips{
display:flex;
gap:10px;
padding:2px 0;
overflow-x:auto;
scrollbar-width:thin;
}

.khatoon-brand-chips a{
display:inline-flex;
flex:0 0 auto;
align-items:center;
gap:9px;
min-height:42px;
padding:0 16px;
background:#ffffff;
border:1px solid #eadde1;
border-radius:8px;
color:#222;
font-size:13px;
font-weight:800;
text-decoration:none;
transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.khatoon-brand-chips a:hover,
.khatoon-brand-chips a:focus{
border-color:#e5afbf;
box-shadow:0 8px 18px rgba(217,77,115,.1);
transform:translateY(-1px);
}

.khatoon-brand-chips small{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:22px;
height:22px;
padding:0 6px;
background:#fff0f4;
border-radius:999px;
color:#a73557;
font-size:10px;
}

.khatoon-shop-trust{
display:grid;
grid-template-columns:repeat(4, minmax(0, 1fr));
gap:1px;
margin-top:16px;
margin-bottom:2px;
overflow:hidden;
background:#eadde1;
border:1px solid #eadde1;
border-radius:10px;
}

.khatoon-shop-trust div{
display:flex;
min-height:78px;
flex-direction:column;
justify-content:center;
padding:14px 18px;
background:#fff;
}

.khatoon-shop-trust strong{
color:#222;
font-size:13px;
line-height:1.25;
}

.khatoon-shop-trust span{
margin-top:4px;
color:#777;
font-size:11px;
line-height:1.35;
}

.woocommerce ul.products li.product .khatoon-loop-brand{
margin:2px 0 4px;
color:#b13d60;
font-size:10px;
font-weight:800;
letter-spacing:1px;
text-transform:uppercase;
}

.woocommerce span.onsale{
box-shadow:0 6px 14px rgba(217,77,115,.22);
letter-spacing:.2px;
}

@media (max-width: 900px){
.khatoon-brand-discovery{
grid-template-columns:1fr;
gap:14px;
}

.khatoon-shop-trust{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 480px){
.khatoon-brand-discovery,
.khatoon-shop-trust{
width:calc(100% - 36px);
}

.khatoon-brand-discovery{
padding:18px;
}

.khatoon-brand-discovery-heading h2{
font-size:22px;
}

.khatoon-shop-trust{
grid-template-columns:1fr;
}

.khatoon-shop-trust div{
min-height:64px;
padding:12px 15px;
}
}

/* ==================================================
   V1.3.1 NATIVE BRAND ARCHIVE GRID FIX
================================================== */
body.khatoon-brand-archive .site-main,
body.khatoon-brand-archive .woocommerce {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

body.khatoon-brand-archive .woocommerce-products-header,
body.khatoon-brand-archive .woocommerce-notices-wrapper {
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
}

body.khatoon-brand-archive .khatoon-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    min-width: 0;
    margin: 20px auto 0;
    padding: 14px 18px;
    background: #ffffff;
    border: 1px solid var(--khatoon-woo-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .035);
}

body.khatoon-brand-archive .khatoon-shop-toolbar::before,
body.khatoon-brand-archive .khatoon-shop-toolbar::after {
    display: none !important;
    content: none !important;
}

body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-result-count,
body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-ordering {
    float: none !important;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-result-count {
    color: #555555;
    font-size: 14px;
    line-height: 1.4;
}

body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-ordering {
    display: flex;
    flex: 0 1 240px;
    justify-content: flex-end;
}

body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-ordering select {
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 0 38px 0 13px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: var(--khatoon-woo-black);
    font-size: 14px;
    line-height: 1.2;
}

body.khatoon-brand-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
    justify-content: center;
    align-items: stretch;
    gap: 28px;
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    min-width: 0;
    margin: 30px auto 56px !important;
    padding: 0;
    list-style: none;
}

body.khatoon-brand-archive ul.products::before,
body.khatoon-brand-archive ul.products::after {
    display: none !important;
    content: none !important;
}

body.khatoon-brand-archive ul.products li.product {
    display: flex;
    position: relative;
    float: none !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    max-width: 340px !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 0 18px;
    background: #ffffff;
    border: 1px solid var(--khatoon-woo-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.khatoon-brand-archive ul.products li.product:hover,
body.khatoon-brand-archive ul.products li.product:focus-within {
    border-color: #efcbd5;
    box-shadow: 0 15px 36px rgba(0, 0, 0, .08);
    transform: translateY(-4px);
}

body.khatoon-brand-archive ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

body.khatoon-brand-archive ul.products li.product a img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: 20px;
    background: #fff9fa;
    object-fit: contain;
    transition: transform .25s ease;
}

body.khatoon-brand-archive ul.products li.product:hover a img,
body.khatoon-brand-archive ul.products li.product:focus-within a img {
    transform: scale(1.025);
}

body.khatoon-brand-archive ul.products li.product .khatoon-loop-brand {
    margin: 14px 18px 0;
}

body.khatoon-brand-archive ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.7em;
    margin: 8px 0 0;
    padding: 0 18px;
    color: var(--khatoon-woo-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

body.khatoon-brand-archive ul.products li.product .price {
    margin: auto 0 0;
    padding: 12px 18px 0;
    color: var(--khatoon-woo-black);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

body.khatoon-brand-archive ul.products li.product .price del {
    color: #777777;
    font-weight: 400;
    opacity: 1;
}

body.khatoon-brand-archive ul.products li.product .price ins {
    color: var(--khatoon-woo-pink);
    font-weight: 700;
    text-decoration: none;
}

body.khatoon-brand-archive ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 36px);
    min-height: 46px;
    margin: 16px 18px 0;
    padding: 0 16px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
}

body.khatoon-brand-archive nav.woocommerce-pagination {
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    margin: -24px auto 56px;
}

@media (max-width: 760px) {
    body.khatoon-brand-archive .woocommerce-products-header,
    body.khatoon-brand-archive .woocommerce-notices-wrapper,
    body.khatoon-brand-archive .khatoon-shop-toolbar,
    body.khatoon-brand-archive ul.products,
    body.khatoon-brand-archive nav.woocommerce-pagination {
        width: calc(100% - 30px);
    }

    body.khatoon-brand-archive .khatoon-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    body.khatoon-brand-archive .khatoon-shop-toolbar .woocommerce-ordering {
        flex: 0 1 auto;
        width: 100%;
    }

    body.khatoon-brand-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    body.khatoon-brand-archive ul.products li.product {
        max-width: none !important;
    }
}

@media (max-width: 520px) {
    body.khatoon-brand-archive ul.products {
        grid-template-columns: minmax(0, 1fr);
        max-width: 340px;
    }

    body.khatoon-brand-archive ul.products li.product .woocommerce-loop-product__title {
        min-height: 0;
    }
}

/* Accessible colour/shade swatches for variable products. */
.khatoon-swatch-field {
    align-items: flex-start !important;
}

.khatoon-swatch-field .value {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.khatoon-variation-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 520px;
}

.khatoon-variation-swatch {
    position: relative;
    display: inline-grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: var(--khatoon-blush, #fff6f8);
    color: var(--khatoon-black, #222);
    box-shadow: inset 0 0 0 3px #fff;
    cursor: pointer;
    font: 700 10px/1 var(--khatoon-sans, Arial, sans-serif);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.khatoon-variation-swatch:hover,
.khatoon-variation-swatch:focus-visible {
    border-color: var(--khatoon-pink-dark, #bd3d61);
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--khatoon-pink, #e85d8e);
    transform: translateY(-1px);
}

.khatoon-variation-swatch[aria-checked="true"] {
    border-color: var(--khatoon-black, #222);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--khatoon-black, #222);
}

.khatoon-variation-swatch:disabled {
    cursor: not-allowed;
    opacity: .32;
    transform: none;
}

.khatoon-variation-swatch:disabled::after {
    position: absolute;
    width: 48px;
    height: 1px;
    background: #8f1d1d;
    content: "";
    transform: rotate(-45deg);
}

.khatoon-variation-swatch.has-variation-image {
    background-position: center;
    background-size: cover;
    color: transparent;
}

.khatoon-swatch-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.khatoon-swatch-selection {
    min-height: 1.3em;
    margin: 0;
    color: var(--khatoon-muted, #555);
    font-size: 13px;
}

.khatoon-swatch-selection strong {
    color: var(--khatoon-black, #222);
}

@media (max-width: 520px) {
    .khatoon-variation-swatches {
        gap: 8px;
    }

    .khatoon-variation-swatch {
        width: 34px;
        height: 34px;
        color: transparent !important;
        font-size: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .khatoon-variation-swatch {
        transition: none;
    }
}


/* V2.0 archive alignment and general pagination */
body.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1;
    flex-direction: column;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
    margin-top: auto;
    padding-top: 12px;
}

body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination {
    box-sizing: border-box;
    width: min(100% - 48px, var(--khatoon-woo-max));
    max-width: var(--khatoon-woo-max);
    margin: -24px auto 56px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    overflow: visible;
}

@media (max-width: 520px) {
    body.post-type-archive-product nav.woocommerce-pagination,
    body.tax-product_cat nav.woocommerce-pagination {
        width: calc(100% - 30px);
    }
}

/* ==================================================
   V2.5.1 PROFESSIONAL COMPACT CATALOGUE
================================================== */
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.khatoon-brand-archive ul.products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-content: stretch;
    gap: 16px;
    width: min(100% - 48px, 1280px);
    max-width: 1280px;
    margin-top: 24px !important;
    margin-bottom: 50px !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.khatoon-brand-archive ul.products li.product {
    max-width: none !important;
    padding-bottom: 12px;
    border-radius: 9px;
    box-shadow: 0 7px 20px rgba(41, 29, 33, .05);
}

body.post-type-archive-product ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.khatoon-brand-archive ul.products li.product a img {
    aspect-ratio: 1;
    padding: 9px;
    background: linear-gradient(145deg, #fffafb, #fff);
}

body.post-type-archive-product ul.products li.product .khatoon-loop-brand,
body.tax-product_cat ul.products li.product .khatoon-loop-brand,
body.khatoon-brand-archive ul.products li.product .khatoon-loop-brand {
    margin: 10px 12px 0;
    font-size: 9px;
    letter-spacing: .65px;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.khatoon-brand-archive ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.7em;
    margin: 6px 0 0;
    padding: 0 12px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.khatoon-brand-archive ul.products li.product .price {
    margin-top: auto;
    padding: 8px 12px 0;
    font-size: 13px;
    line-height: 1.35;
}

body.post-type-archive-product ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.khatoon-brand-archive ul.products li.product .button {
    width: calc(100% - 24px);
    min-height: 35px;
    margin: 10px 12px 0;
    padding: 6px 9px;
    border-radius: 5px;
    font-size: 10px;
    letter-spacing: .25px;
}

body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.khatoon-brand-archive ul.products li.product .onsale {
    top: 8px;
    left: 8px;
    min-width: 0;
    min-height: 0;
    padding: 5px 7px;
    border-radius: 999px;
    font-size: 9px;
    line-height: 1;
}

.woocommerce div.product .related ul.products,
.woocommerce div.product .upsells ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.woocommerce div.product .related ul.products li.product,
.woocommerce div.product .upsells ul.products li.product {
    max-width: none;
}

@media (max-width: 1200px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.khatoon-brand-archive ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.khatoon-brand-archive ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 13px;
    }
}

@media (max-width: 760px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.khatoon-brand-archive ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 640px) {
    body.post-type-archive-product ul.products,
    body.tax-product_cat ul.products,
    body.khatoon-brand-archive ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 24px);
        max-width: none;
        gap: 10px;
        margin-top: 18px !important;
        margin-bottom: 38px !important;
    }

    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.khatoon-brand-archive ul.products li.product {
        padding-bottom: 8px;
        border-radius: 8px;
    }

    body.post-type-archive-product ul.products li.product a img,
    body.tax-product_cat ul.products li.product a img,
    body.khatoon-brand-archive ul.products li.product a img {
        padding: 5px;
    }

    body.post-type-archive-product ul.products li.product .khatoon-loop-brand,
    body.tax-product_cat ul.products li.product .khatoon-loop-brand,
    body.khatoon-brand-archive ul.products li.product .khatoon-loop-brand {
        margin: 7px 8px 0;
        font-size: 8px;
    }

    body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
    body.khatoon-brand-archive ul.products li.product .woocommerce-loop-product__title {
        min-height: 2.65em;
        margin-top: 4px;
        padding: 0 8px;
        font-size: 11px;
        line-height: 1.33;
    }

    body.post-type-archive-product ul.products li.product .price,
    body.tax-product_cat ul.products li.product .price,
    body.khatoon-brand-archive ul.products li.product .price {
        padding: 6px 8px 0;
        font-size: 11.5px;
        line-height: 1.3;
    }

    body.post-type-archive-product ul.products li.product .button,
    body.tax-product_cat ul.products li.product .button,
    body.khatoon-brand-archive ul.products li.product .button {
        width: calc(100% - 16px);
        min-height: 32px;
        margin: 7px 8px 0;
        padding: 5px 6px;
        font-size: 8.5px;
    }

    body.post-type-archive-product ul.products li.product .onsale,
    body.tax-product_cat ul.products li.product .onsale,
    body.khatoon-brand-archive ul.products li.product .onsale {
        top: 5px;
        left: 5px;
        padding: 4px 6px;
        font-size: 8px;
    }

    .woocommerce div.product .related ul.products,
    .woocommerce div.product .upsells ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}


/* ==================================================
   V2.7 CATALOGUE DISCOVERY & PRODUCT TRUST
================================================== */
.khatoon-catalog-filters {
    box-sizing: border-box;
    width: min(100% - 48px, 1280px);
    margin: 18px auto 0;
    overflow: hidden;
    border: 1px solid #eadfe2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(50, 34, 40, .045);
}
.khatoon-catalog-filters.has-active-filters { border-color: #e6b6c4; }
.khatoon-catalog-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 18px 9px;
}
.khatoon-catalog-filter-heading > div { display: flex; flex-direction: column; gap: 2px; }
.khatoon-catalog-filter-heading > div > span { color: #ae3e5f; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.khatoon-catalog-filter-heading > div > strong { color: #242124; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.khatoon-catalog-filter-toggle { display: none; }
.khatoon-catalog-filter-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr)) minmax(155px, auto) auto;
    gap: 11px;
    align-items: end;
    padding: 7px 18px 17px;
}
.khatoon-catalog-filter-form > label { display: flex; min-width: 0; flex-direction: column; gap: 6px; margin: 0; color: #4e494c; font-size: 10px; font-weight: 700; }
.khatoon-catalog-filter-form select,
.khatoon-catalog-filter-form input[type="number"] {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 11px;
    border: 1px solid #ddd4d7;
    border-radius: 6px;
    background: #fff;
    color: #282428;
    font: 500 12px/1.2 Arial, sans-serif;
}
.khatoon-catalog-filter-checks { min-height: 40px; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
.khatoon-catalog-filter-checks label { display: flex; align-items: center; gap: 7px; margin: 0; cursor: pointer; font-size: 11px; font-weight: 600; }
.khatoon-catalog-filter-checks input { width: 15px; height: 15px; margin: 0; accent-color: #d94d73; }
.khatoon-catalog-filter-actions { min-height: 40px; display: flex; align-items: center; gap: 10px; }
.khatoon-catalog-filter-actions button {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #d94d73;
    border-radius: 6px;
    background: #d94d73;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}
.khatoon-catalog-filter-actions a { color: #4e484b; font-size: 11px; font-weight: 700; }
.single-product.woocommerce div.product .khatoon-single-brand { display: inline-flex; margin: 0 0 9px; color: #b33f60; font-size: 10px; font-weight: 800; letter-spacing: 1.1px; text-decoration: none; text-transform: uppercase; }
.single-product.woocommerce div.product .khatoon-single-saving { display: inline-flex; margin: -5px 0 15px; padding: 5px 9px; border-radius: 999px; background: #fff0f4; color: #b13257; font-size: 11px; font-weight: 800; }
.single-product.woocommerce div.product .khatoon-product-reassurance { padding: 0; overflow: hidden; border-color: #eadcdf; border-radius: 11px; background: #fff; }
.single-product.woocommerce div.product .khatoon-product-promises { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.single-product.woocommerce div.product .khatoon-product-promises > div { min-width: 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 2px 8px; align-content: center; padding: 12px; border-right: 1px solid #eee5e7; border-bottom: 1px solid #eee5e7; }
.single-product.woocommerce div.product .khatoon-product-promises > div:nth-child(2n) { border-right: 0; }
.single-product.woocommerce div.product .khatoon-product-promises > div:nth-last-child(-n + 2) { border-bottom: 0; }
.single-product.woocommerce div.product .khatoon-product-promises > div > span { grid-row: 1 / span 2; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: #fff0f4; color: #b83b5e; font-size: 12px; font-weight: 800; }
.single-product.woocommerce div.product .khatoon-product-promises strong { color: #2b272a; font-size: 10px; line-height: 1.25; }
.single-product.woocommerce div.product .khatoon-product-promises small { color: #6b6468; font-size: 9px; line-height: 1.35; }
.single-product.woocommerce div.product .khatoon-product-reassurance-links { margin: 0; padding: 10px 12px; border-top: 1px solid #eee5e7; background: #fff9fb; }
.single-product.woocommerce div.product .khatoon-product-reassurance-links a { font-size: 10px; }
.single-product.woocommerce div.product .khatoon-product-reassurance-links .khatoon-product-whatsapp { color: #087a3f; }
@media (max-width: 1120px) {
    .khatoon-catalog-filter-form { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .khatoon-catalog-filter-checks, .khatoon-catalog-filter-actions { grid-column: span 2; }
}
@media (max-width: 700px) {
    .khatoon-catalog-filters { width: calc(100% - 30px); margin-top: 13px; }
    .khatoon-catalog-filter-heading { padding: 13px 14px; }
    .khatoon-catalog-filter-toggle { min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; border: 1px solid #ead2d9; border-radius: 6px; background: #fff7f9; color: #a53657; font-size: 10px; font-weight: 800; text-transform: uppercase; }
    .khatoon-catalog-filter-form { display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 3px 14px 15px; }
    .khatoon-catalog-filters.is-open .khatoon-catalog-filter-form { display: grid; }
    .khatoon-catalog-filter-checks, .khatoon-catalog-filter-actions { grid-column: 1 / -1; }
    .khatoon-catalog-filter-checks { min-height: 0; flex-direction: row; flex-wrap: wrap; gap: 12px; padding: 5px 0; }
}

@media (min-width: 701px) {
    body.woocommerce-checkout {
        padding-bottom: 88px;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1150;
        display: flex;
        justify-content: flex-end;
        margin: 0;
        padding: 11px max(24px, calc((100vw - 1200px) / 2));
        border-top: 1px solid #eadde1;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 24px rgba(37, 32, 34, .1);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
        display: none;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: min(390px, 100%);
        min-height: 50px;
        margin: 0;
    }
}
@media (max-width: 420px) {
    .khatoon-catalog-filter-heading > div > span { display: none; }
    .khatoon-catalog-filter-form { grid-template-columns: 1fr; }
    .khatoon-catalog-filter-checks, .khatoon-catalog-filter-actions { grid-column: 1; }
    .single-product.woocommerce div.product .khatoon-product-promises { grid-template-columns: 1fr; }
    .single-product.woocommerce div.product .khatoon-product-promises > div { border-right: 0; border-bottom: 1px solid #eee5e7; }
    .single-product.woocommerce div.product .khatoon-product-promises > div:last-child { border-bottom: 0; }
}

/* V2.7.1 mobile product-page polish */
@media (max-width: 700px) {
    .single-product.woocommerce div.product {
        gap: 22px;
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .single-product.woocommerce div.product .summary {
        padding-top: 0;
    }

    .single-product.woocommerce div.product .product_title {
        margin-bottom: 12px;
        font-size: clamp(27px, 7.4vw, 32px);
        line-height: 1.08;
    }

    .single-product.woocommerce div.product .price {
        margin-bottom: 13px;
        font-size: 21px;
    }

    .single-product.woocommerce div.product .woocommerce-product-details__short-description {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.62;
    }

    .single-product.woocommerce div.product .woocommerce-product-gallery__image img {
        padding: 12px;
    }

    .khatoon-swatch-field .label {
        padding-right: 10px;
        font-size: 13px;
    }

    .khatoon-variation-swatches {
        gap: 10px;
    }

    .khatoon-variation-swatch {
        width: 34px;
        height: 34px;
        color: transparent !important;
        font-size: 0;
    }

    .khatoon-swatch-selection {
        font-size: 12px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        overflow: visible;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        min-width: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        min-height: 50px;
        display: grid;
        place-items: center;
        padding: 9px 4px;
        font-size: 9px;
        line-height: 1.25;
        text-align: center;
        white-space: normal;
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        font-size: 14px;
        line-height: 1.7;
    }

    .woocommerce div.product .woocommerce-tabs .panel h2 {
        font-size: 27px;
    }

    .single-product #qlwapp,
    .single-product .joinchat,
    .single-product .wa__btn_popup,
    .single-product .floating-whatsapp {
        display: none !important;
    }

    body.woocommerce-checkout {
        padding-bottom: calc(142px + env(safe-area-inset-bottom));
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row {
        position: fixed;
        right: 0;
        bottom: calc(68px + env(safe-area-inset-bottom));
        left: 0;
        z-index: 1150;
        display: block;
        margin: 0;
        padding: 9px max(14px, env(safe-area-inset-right)) 9px max(14px, env(safe-area-inset-left));
        border-top: 1px solid #eadde1;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 -8px 24px rgba(37, 32, 34, .12);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
        display: none;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100%;
        min-height: 50px;
        margin: 0;
    }
}

/* ==================================================
   V2.6.1 MY ACCOUNT / CUSTOMER AREA
================================================== */
body.woocommerce-account .site-main {
    min-height: 58vh;
    background: linear-gradient(180deg, #fffafb 0%, #fff 210px);
}

body.woocommerce-account .site-main > article {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
    padding: 52px 0 72px;
}

body.woocommerce-account .entry-header {
    margin-bottom: 28px;
}

body.woocommerce-account .entry-title {
    margin: 0;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

body.woocommerce-account .entry-content {
    color: #443b3e;
}

body.woocommerce-account .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
    width: 100%;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
    min-width: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: 118px;
    padding: 14px;
    background: #fff;
    border: 1px solid #f0dfe4;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(64, 38, 47, .06);
}

body.admin-bar.woocommerce-account .woocommerce-MyAccount-navigation {
    top: 150px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f4e8ec;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 13px;
    color: #3e3538;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, padding-left .18s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    padding-left: 16px;
    color: #fff;
    background: linear-gradient(90deg, #bd3d61, #d94d73);
}

body.woocommerce-account .woocommerce-MyAccount-content {
    min-height: 310px;
    padding: clamp(24px, 3.2vw, 38px);
    color: #443b3e;
    background: #fff;
    border: 1px solid #f0dfe4;
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(64, 38, 47, .065);
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child {
    margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.8;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #bd3d61;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-form h2 {
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.2;
}

body.woocommerce-account .woocommerce-MyAccount-content h2 {
    margin: 0 0 20px;
    font-size: clamp(28px, 3vw, 38px);
}

body.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 22px 0 12px;
    font-size: 24px;
}

body.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.woocommerce-account .woocommerce-Address {
    float: none;
    width: auto;
    min-width: 0;
    padding: 20px;
    background: #fffafb;
    border: 1px solid #f1e1e6;
    border-radius: 10px;
}

body.woocommerce-account .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0;
}

body.woocommerce-account address {
    margin-top: 15px;
    font-style: normal;
    line-height: 1.75;
}

body.woocommerce-account table.shop_table {
    width: 100%;
    margin: 0 0 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eadce1;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
    padding: 13px 14px;
    border-top: 0;
    border-bottom: 1px solid #f0e5e8;
    text-align: left;
    vertical-align: middle;
}

body.woocommerce-account table.shop_table th {
    color: #332a2d;
    background: #fff7f9;
    font-size: 12px;
    letter-spacing: .35px;
    text-transform: uppercase;
}

body.woocommerce-account table.shop_table tr:last-child td {
    border-bottom: 0;
}

body.woocommerce-account .woocommerce-form,
body.woocommerce-account form.edit-account,
body.woocommerce-account form.woocommerce-EditAccountForm,
body.woocommerce-account form.woocommerce-address-fields {
    padding: clamp(22px, 3vw, 34px);
    background: #fff;
    border: 1px solid #f0dfe4;
    border-radius: 12px;
    box-shadow: 0 12px 34px rgba(64, 38, 47, .055);
}

body.woocommerce-account .woocommerce-form-row,
body.woocommerce-account .form-row {
    margin: 0 0 16px;
}

body.woocommerce-account label {
    display: block;
    margin: 0 0 7px;
    color: #342c2e;
    font-size: 13px;
    font-weight: 700;
}

body.woocommerce-account input.input-text,
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account select,
body.woocommerce-account textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    color: #222;
    background: #fff;
    border: 1px solid #dccccf;
    border-radius: 7px;
    outline: 0;
}

body.woocommerce-account textarea {
    min-height: 110px;
    resize: vertical;
}

body.woocommerce-account input:focus,
body.woocommerce-account select:focus,
body.woocommerce-account textarea:focus {
    border-color: #d94d73;
    box-shadow: 0 0 0 3px rgba(217, 77, 115, .12);
}

body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account input.button {
    min-height: 43px;
    padding: 10px 18px;
    color: #fff;
    background: #d94d73;
    border: 1px solid #d94d73;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account input.button:hover {
    color: #fff;
    background: #bd3d61;
    border-color: #bd3d61;
}

body.woocommerce-account .woocommerce-notices-wrapper:empty {
    display: none;
}

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
    margin: 0 0 22px;
    padding: 15px 18px 15px 48px;
    background: #fff;
    border: 1px solid #ecdde2;
    border-top: 3px solid #d94d73;
    border-radius: 8px;
}

body.woocommerce-account #customer_login {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    min-width: 0;
}

/* WooCommerce adds clearfix pseudo-elements to .col2-set. When #customer_login
   becomes a CSS grid, those pseudo-elements occupy grid cells and push Login
   to the top-right while Register drops to the next row. Remove only those
   layout helpers so both account cards align in the intended two-column row. */
body.woocommerce-account #customer_login::before,
body.woocommerce-account #customer_login::after {
    display: none !important;
    content: none !important;
}

/* Logged-out My Account contains only #customer_login inside the account grid.
   Make it span the full content width instead of being squeezed into the 245px
   navigation column reserved for logged-in customers. */
body.woocommerce-account .entry-content > .woocommerce > #customer_login {
    grid-column: 1 / -1;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2,
body.woocommerce-account #customer_login .woocommerce-form,
body.woocommerce-account #customer_login .woocommerce-form-row,
body.woocommerce-account #customer_login .form-row,
body.woocommerce-account #customer_login .password-input {
    min-width: 0;
    width: 100%;
}

body.woocommerce-account #customer_login h2 {
    margin: 0 0 16px;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(27px, 2.6vw, 36px);
    font-weight: 400;
    line-height: 1.2;
}

body.woocommerce-account #customer_login .woocommerce-form {
    margin: 0;
}

body.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 14px 12px 0;
}

body.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
    width: 16px;
    min-height: 16px;
    margin: 0;
}

body.woocommerce-account #customer_login .lost_password {
    margin: 12px 0 0;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
    float: none;
    width: auto;
}

@media (max-width: 780px) {
    body.woocommerce-account .site-main > article {
        width: calc(100% - 30px);
        padding: 34px 0 54px;
    }

    body.woocommerce-account .entry-header {
        margin-bottom: 20px;
    }

    body.woocommerce-account .entry-content > .woocommerce {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: static;
        padding: 8px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        width: max-content;
        min-width: 100%;
        gap: 5px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto;
        border: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        min-height: 40px;
        padding: 8px 12px;
        white-space: nowrap;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
    body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
    body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
        padding-left: 12px;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 22px 18px;
        border-radius: 11px;
    }

    body.woocommerce-account .woocommerce-Addresses,
    body.woocommerce-account #customer_login {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account #customer_login {
        gap: 22px;
    }

    body.woocommerce-account #customer_login h2 {
        font-size: 30px;
    }

    body.woocommerce-account table.shop_table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    body.woocommerce-account .entry-title {
        font-size: 36px;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 20px 15px;
    }

    body.woocommerce-account .woocommerce-form,
    body.woocommerce-account form.edit-account,
    body.woocommerce-account form.woocommerce-EditAccountForm,
    body.woocommerce-account form.woocommerce-address-fields {
        padding: 20px 15px;
    }
}

/* ==================================================
   V2.7.14 CART / CHECKOUT COLUMN REPAIR
   Woo Blocks places the wc-block-cart / wc-block-checkout class on both
   the outer block and its inner sidebar layout. The older broad rule made
   both elements two-column grids, shrinking the checkout and causing the
   order summary to overlap payment options.
================================================== */
body.woocommerce-cart .wp-block-woocommerce-cart.wc-block-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
    display: block !important;
    grid-template-columns: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 56px !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 410px) !important;
    gap: 32px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    position: static !important;
    align-self: start;
    overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-radio-control__option-layout,
body.woocommerce-checkout .wc-block-components-radio-control__label-group,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-components-payment-method-content,
body.woocommerce-checkout .wc-block-components-payment-method-label,
body.woocommerce-checkout .wc-block-components-payment-methods,
body.woocommerce-checkout .wc-block-components-checkout-step__container {
    min-width: 0 !important;
    max-width: 100% !important;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
    width: 100%;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-components-payment-method-content {
    padding-right: 16px;
    padding-left: 16px;
    overflow: visible !important;
    white-space: normal;
    overflow-wrap: anywhere;
}

body.woocommerce-checkout .wc-block-components-payment-method-content p,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content p {
    max-width: 100%;
    margin-top: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

body.woocommerce-checkout .wc-block-components-payment-method-content textarea,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 92px;
    resize: vertical;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    width: 100%;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    width: auto;
    min-width: 0;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    text-align: right;
    white-space: nowrap;
}

/* Keep the action in the document flow. The former fixed desktop bar covered
   checkout content and visually detached Place Order from the payment step. */
body.woocommerce-checkout {
    padding-bottom: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout__actions_row {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
    gap: 16px;
    align-items: center;
    width: 100%;
    margin: 8px 0 0 !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid var(--khatoon-woo-border) !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    display: inline-flex !important;
    justify-self: start;
}

body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 52px;
    margin: 0 !important;
}

@media (max-width: 1100px) {
    body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
    body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 370px) !important;
        gap: 24px !important;
    }
}

@media (max-width: 900px) {
    body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
    body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
    body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
        width: 100% !important;
        justify-content: center;
        justify-self: stretch;
    }
}

@media (max-width: 480px) {
    body.woocommerce-checkout .wc-block-components-order-summary-item {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
        grid-column: 2;
        text-align: left;
    }

    body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
    body.woocommerce-checkout .wc-block-components-payment-method-content {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* ==================================================
   V2.7.15 CONVERSION-FOCUSED CHECKOUT
   Desktop follows the familiar premium-store pattern: a focused checkout
   header, customer steps on the left, and a sticky order summary with the
   final action on the right. Mobile remains a clean single-column flow.
================================================== */
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
    width: min(100% - 48px, 1180px);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step {
    margin-bottom: 16px;
    padding: 22px 24px;
    border: 1px solid var(--khatoon-woo-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(35, 28, 31, .035);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__heading {
    margin-bottom: 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__title {
    font-size: clamp(24px, 2.2vw, 31px);
    line-height: 1.15;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__description {
    color: #6d6569;
    font-size: 13px;
    line-height: 1.55;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-address-form {
    gap: 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-text-input input,
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-combobox .components-combobox-control__input {
    min-height: 50px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card {
    display: none;
}

@media (min-width: 901px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .announcement-bar {
        display: none !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .site-header {
        position: relative;
        top: auto;
        border-bottom: 1px solid #eee4e7;
        box-shadow: 0 5px 20px rgba(35, 28, 31, .035);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .header-main {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 82px;
        width: min(100% - 48px, 1180px);
        gap: 24px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .brand-logo .custom-logo-link {
        width: 132px;
        max-width: 132px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .brand-logo img {
        max-width: 132px;
        max-height: 72px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .main-navigation,
    body.woocommerce-checkout:not(.woocommerce-order-received) .mobile-menu-toggle,
    body.woocommerce-checkout:not(.woocommerce-order-received) .header-search-panel,
    body.woocommerce-checkout:not(.woocommerce-order-received) .header-actions > :not(.cart-link) {
        display: none !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .header-actions {
        grid-column: 3;
        display: inline-flex;
        align-items: center;
        justify-self: end;
        gap: 18px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .header-actions::before {
        color: #5d5559;
        content: "Secure Checkout";
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .02em;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .header-actions .cart-link {
        display: inline-flex !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .site-main > article {
        padding-top: 34px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 720px) minmax(360px, 410px) !important;
        gap: 38px !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        position: sticky !important;
        top: 24px;
        overflow: visible !important;
    }

    body.admin-bar.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        top: 56px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > .wc-block-components-order-summary,
    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > .wp-block-woocommerce-checkout-order-summary-block,
    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > div:first-child {
        overflow: hidden;
        border: 1px solid var(--khatoon-woo-border);
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(35, 28, 31, .055);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card {
        display: block;
        margin-top: 16px;
        padding: 20px;
        border: 1px solid #eadde1;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(35, 28, 31, .055);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__heading {
        margin: 0 0 14px;
        color: #292427;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.2;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 15px;
        color: #5f575b;
        font-size: 13px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__total strong {
        color: #292427;
        font-size: 18px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-button {
        width: 100%;
        min-height: 54px;
        padding: 13px 20px;
        color: #fff;
        background: var(--khatoon-woo-pink);
        border: 1px solid var(--khatoon-woo-pink);
        border-radius: 5px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .035em;
        text-transform: uppercase;
        transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-button:hover,
    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-button:focus-visible {
        background: #c93f67;
        box-shadow: 0 8px 20px rgba(217, 77, 115, .2);
        transform: translateY(-1px);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-button:disabled {
        cursor: not-allowed;
        opacity: .55;
        box-shadow: none;
        transform: none;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__reassurance {
        margin: 11px 0 0;
        color: #71696d;
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
    }

    body.tks-checkout-cta-ready.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__actions_row {
        display: none !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__heading {
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
        width: min(100% - 30px, 720px);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step {
        margin-bottom: 12px;
        padding: 19px 16px;
        border-radius: 10px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__actions_row {
        display: grid !important;
        position: static !important;
        margin-top: 10px !important;
        padding-top: 18px !important;
    }
}

@media (max-width: 480px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
        width: calc(100% - 24px);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__title {
        font-size: 24px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step {
        padding: 17px 13px;
    }
}

/* ==================================================
   V2.7.16 CLEAN INTEGRATED CHECKOUT
   A single form panel on the left and one unified order-summary card on the
   right. The checkout action is visually attached to the totals instead of
   appearing as a duplicated second card.
================================================== */
@media (min-width: 901px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) {
        background: #faf9f9;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .header-main,
    body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
        width: min(100% - 56px, 1280px);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .site-main > article {
        padding-top: 28px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 790px) minmax(390px, 440px) !important;
        justify-content: center;
        gap: 34px !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main {
        overflow: hidden;
        padding: 10px 30px 26px !important;
        border: 1px solid #ebe4e6;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 12px 38px rgba(35, 28, 31, .045);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main .wc-block-components-checkout-step {
        margin: 0;
        padding: 24px 0;
        border: 0;
        border-bottom: 1px solid #eee7e9;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main .wc-block-components-checkout-step:last-of-type {
        border-bottom: 0;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__heading {
        margin-bottom: 14px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-checkout-step__title {
        font-size: clamp(22px, 1.75vw, 28px);
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        position: sticky !important;
        top: 24px;
        overflow: hidden !important;
        align-self: start;
        border: 1px solid #e8dfe2;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 16px 46px rgba(35, 28, 31, .075);
    }

    body.admin-bar.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
        top: 56px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > .wc-block-components-order-summary,
    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > .wp-block-woocommerce-checkout-order-summary-block,
    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__sidebar > div:first-child {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item {
        grid-template-columns: 66px minmax(0, 1fr) auto !important;
        gap: 13px !important;
        padding: 16px 20px !important;
        align-items: start;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__image {
        width: 66px !important;
        min-width: 66px !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__image img {
        width: 66px !important;
        height: 66px !important;
        object-fit: contain;
        border: 1px solid #eee7e9;
        border-radius: 8px;
        background: #fff;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__description {
        min-width: 0;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__description .wc-block-components-product-name {
        display: -webkit-box;
        overflow: hidden;
        margin: 0 0 4px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.38;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-product-metadata,
    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-product-details {
        margin-top: 3px;
        color: #746b70;
        font-size: 12px;
        line-height: 1.4;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-order-summary-item__total-price {
        min-width: 72px;
        padding-top: 1px;
        font-size: 14px;
        font-weight: 700;
        text-align: right;
        white-space: nowrap;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card {
        display: block;
        margin: 0;
        padding: 20px 22px 19px;
        border: 0;
        border-top: 1px solid #e8dfe2;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__heading,
    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__total {
        display: none !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-button {
        min-height: 56px;
        border-radius: 7px;
        font-size: 14px;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .tks-checkout-submit-card__reassurance {
        margin: 10px 0 0;
        font-size: 11px;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 390px) !important;
        gap: 26px !important;
    }

    body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
}


/* ==================================================
   V2.8.0 TRUST + STOREFRONT STABILIZATION
================================================== */
body { font-size: 15px; }

/* Reliable add-to-cart notice layout. */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    position: relative !important;
    display: flex !important;
    min-height: 64px;
    align-items: center;
    gap: 16px;
    width: min(100% - 48px, 1320px);
    margin: 18px auto !important;
    padding: 14px 18px 14px 52px !important;
    line-height: 1.5;
    overflow: visible;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before { left: 19px !important; top: 50% !important; transform: translateY(-50%); }
.woocommerce .woocommerce-message .button { flex: 0 0 auto; margin: 0 0 0 auto !important; }

/* Balanced single-product presentation and dependable gallery controls. */
.single-product.woocommerce div.product { grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: 48px; width: min(100% - 48px, 1240px); }
.single-product.woocommerce div.product .woocommerce-product-gallery { max-width: 560px; }
.single-product.woocommerce div.product .woocommerce-product-gallery__image { max-height: 560px; }
.single-product.woocommerce div.product .woocommerce-product-gallery__image a { position: relative; z-index: 2; cursor: zoom-in; pointer-events: auto !important; }
.single-product.woocommerce div.product .woocommerce-product-gallery__trigger { display: grid !important; place-items: center; z-index: 8 !important; width: 44px; height: 44px; top: 14px; right: 14px; border-radius: 50%; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.single-product.woocommerce div.product .woocommerce-tabs { margin-top: 0; padding-top: 28px; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 1040px; margin-bottom: 30px; }
.woocommerce div.product .related, .woocommerce div.product .upsells { margin-top: 8px; }
.woocommerce div.product .related ul.products li.product .onsale,
.woocommerce div.product .upsells ul.products li.product .onsale { top: 8px !important; right: 8px !important; left: auto !important; width: auto !important; max-width: calc(100% - 16px); padding: 5px 8px !important; border-radius: 999px !important; }
.khatoon-description-fallback { max-width: 900px; }
.khatoon-description-attributes { margin: 22px 0 0; border-top: 1px solid #eee; }
.khatoon-description-attributes > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 11px 0; border-bottom: 1px solid #eee; }
.khatoon-description-attributes dt { font-weight: 700; }
.khatoon-description-attributes dd { margin: 0; }

/* Search results include purchasable variations as direct destinations. */
.khatoon-search-variations { width: min(100% - 48px, 1280px); margin: 24px auto 30px; }
.khatoon-search-section-heading h2 { margin: 0 0 5px; font-family: Georgia,serif; font-size: 28px; font-weight: 400; }
.khatoon-search-section-heading p { margin: 0 0 16px; color: #666; }
.khatoon-search-variation-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.khatoon-search-variation-card { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 13px; align-items: center; padding: 12px; color: #222; background: #fff; border: 1px solid #eadfe2; border-radius: 10px; text-decoration: none; }
.khatoon-search-variation-card:hover { border-color: #d94d73; box-shadow: 0 8px 22px rgba(217,77,115,.09); }
.khatoon-search-variation-card img { width: 72px; height: 72px; object-fit: contain; border-radius: 7px; }
.khatoon-search-variation-card strong { display: block; font-size: 13px; line-height: 1.4; }
.khatoon-search-variation-card small { display: block; margin-top: 5px; color: #c23e65; font-weight: 700; }

/* Checkout: fewer boxes, clear payment instructions and clickable products. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main { padding-top: 0 !important; }
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-checkout__main .wc-block-components-checkout-step { padding: 22px 0; }
body.woocommerce-checkout .wc-block-components-radio-control { overflow: hidden; border: 1px solid #eadfe2 !important; border-radius: 10px !important; }
body.woocommerce-checkout .wc-block-components-radio-control__option { min-height: 54px; padding: 14px 16px !important; border-bottom: 1px solid #eee5e8 !important; }
body.woocommerce-checkout .wc-block-components-radio-control__option:last-child { border-bottom: 0 !important; }
body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-components-payment-method-content { position: static !important; margin: 0 !important; padding: 15px 18px 18px 48px !important; color: #3f383b; background: #fffafb; border: 0 !important; box-shadow: none !important; font-size: 13px; line-height: 1.62; }
body.woocommerce-checkout .wc-block-components-payment-method-content p { margin: 0 0 12px !important; white-space: pre-line; }
body.woocommerce-checkout .wc-block-components-payment-method-content textarea { min-height: 82px !important; margin: 8px 0 6px !important; padding: 11px 12px !important; border: 1px solid #d8cdd1 !important; border-radius: 7px; line-height: 1.45; }
body.woocommerce-checkout .wc-block-components-payment-method-content textarea:focus { border-color: #d94d73 !important; box-shadow: 0 0 0 3px rgba(217,77,115,.12) !important; }
body.woocommerce-checkout .wc-block-components-order-summary__content,
body.woocommerce-checkout .wc-block-components-order-summary-item { height: auto !important; min-height: 0 !important; max-height: none !important; }
body.woocommerce-checkout .wc-block-components-order-summary-item { grid-template-columns: 70px minmax(0,1fr) auto !important; align-content: start; padding: 15px 18px !important; }
body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name { display: block !important; overflow: visible !important; font-size: 13px !important; line-height: 1.42 !important; -webkit-line-clamp: unset !important; }
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-details { margin-top: 5px !important; font-size: 11.5px !important; line-height: 1.42 !important; }
.tks-summary-product-image-link, .tks-summary-product-name-link { color: inherit; text-decoration: none; pointer-events: auto; }
.tks-summary-product-name-link:hover { color: #bd3d61; text-decoration: underline; }
.tks-summary-product-image-link { display: block; }

/* Automatic category mega menu: top categories with visible children. */
@media (min-width: 1051px) {
    .khatoon-auto-categories > .khatoon-category-mega-menu { left: 50% !important; display: grid !important; grid-template-columns: repeat(4,minmax(165px,1fr)); width: min(760px, calc(100vw - 48px)) !important; padding: 18px !important; transform: translate(-50%,10px) !important; }
    .khatoon-auto-categories:hover > .khatoon-category-mega-menu,
    .khatoon-auto-categories:focus-within > .khatoon-category-mega-menu { opacity: 1 !important; visibility: visible !important; transform: translate(-50%,0) !important; }
    .khatoon-category-mega-menu > li { border: 0 !important; }
    .khatoon-category-mega-menu > li > a { font-weight: 800 !important; color: #bd3d61 !important; }
    .khatoon-category-mega-menu .khatoon-category-children { position: static !important; display: block !important; width: auto !important; min-width: 0 !important; margin: 4px 0 0 !important; padding: 0 !important; opacity: 1 !important; visibility: visible !important; transform: none !important; border: 0 !important; box-shadow: none !important; }
    .khatoon-category-mega-menu .khatoon-category-children a { padding: 6px 10px !important; font-size: 12px !important; font-weight: 500 !important; }
}

@media (max-width: 900px) {
    .single-product.woocommerce div.product { grid-template-columns: 1fr; width: calc(100% - 30px); gap: 24px; }
    .single-product.woocommerce div.product .woocommerce-product-gallery { max-width: 620px; margin-right: auto !important; margin-left: auto !important; }
    .khatoon-search-variation-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
    .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error { width: calc(100% - 24px); align-items: flex-start; flex-wrap: wrap; padding: 14px 14px 14px 44px !important; }
    .woocommerce .woocommerce-message .button { width: 100%; margin: 8px 0 0 !important; }
    .khatoon-search-variations { width: calc(100% - 24px); }
    .khatoon-search-variation-grid { grid-template-columns: 1fr; }
    .khatoon-description-attributes > div { grid-template-columns: 1fr; gap: 4px; }
    body.woocommerce-checkout .wc-block-components-radio-control-accordion-content,
    body.woocommerce-checkout .wc-block-components-payment-method-content { padding: 13px 13px 15px 42px !important; }
}

.tks-manual-payment-box { display: grid; gap: 10px; }
.tks-manual-payment-box .tks-payment-intro, .tks-manual-payment-box .tks-payment-note { margin: 0 !important; }
.tks-manual-payment-box dl { display: grid; gap: 1px; margin: 0; overflow: hidden; border: 1px solid #eadde1; border-radius: 8px; background: #eadde1; }
.tks-manual-payment-box dl > div { display: grid; grid-template-columns: minmax(145px,.7fr) minmax(0,1.3fr); gap: 12px; padding: 9px 11px; background: #fff; }
.tks-manual-payment-box dt { color: #62585c; font-size: 11px; font-weight: 700; }
.tks-manual-payment-box dd { margin: 0; color: #262124; font-size: 12px; font-weight: 800; overflow-wrap: anywhere; }
.tks-manual-payment-box .tks-payment-note { padding-left: 10px; border-left: 3px solid #d94d73; color: #5f5559; font-size: 12px; }
@media(max-width:520px){.tks-manual-payment-box dl > div{grid-template-columns:1fr;gap:2px}}
