:root{--primary:#F8D7DA;--secondary:#E6D9F2;--accent:#E75480;--text:#333333;--bg:#FFF9F9;--surface:#ffffff;--section-pad:60px;--container:1240px;--grid-gap:24px;--radius:18px;--shadow-soft:0 14px 35px rgba(34,28,33,.08);--shadow-card:0 12px 28px rgba(34,28,33,.1)}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Inter","Poppins","Segoe UI",sans-serif;color:var(--text);background:linear-gradient(180deg,#fff,var(--bg) 38%,#fff);line-height:1.72;letter-spacing:.01em}
h1,h2,h3,h4,h5,h6{font-family:"Poppins","Playfair Display","Segoe UI",sans-serif;font-weight:600;line-height:1.28;letter-spacing:.01em;margin:0 0 .6rem}
p{margin:.2rem 0 1rem}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(100% - 3rem,var(--container));margin-inline:auto}
.site-main{padding-bottom:4rem}
.screen-reader-text{position:absolute;left:-9999px}

.button,.wp-element-button,button,input[type=submit],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--accent)!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:.76rem 1.18rem!important;font-weight:600;transition:transform .24s ease,box-shadow .24s ease,opacity .24s ease}
.button:hover,.wp-element-button:hover,button:hover,input[type=submit]:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(231,84,128,.24)}
.button.ghost{background:transparent!important;border:1px solid rgba(231,84,128,.4)!important;color:var(--accent)!important}
.button.is-loading,.woocommerce a.button.is-loading,.woocommerce button.button.is-loading{opacity:.66!important;pointer-events:none}
.button.added-feedback{animation:addcart .55s ease}
@keyframes addcart{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}

.glass-card{background:rgba(255,255,255,.82);border:none;border-radius:var(--radius);box-shadow:var(--shadow-soft);backdrop-filter:blur(12px)}
.section-block{padding:var(--section-pad) 0}
.section-head{margin-bottom:1.2rem}
.section-head h2{font-size:clamp(1.3rem,2.6vw,2rem)}

.craftique-announcement-bar{background:linear-gradient(90deg,var(--primary),var(--secondary));padding:.62rem 0;text-align:center;font-size:.94rem;font-weight:600}
.site-header{position:sticky;top:0;z-index:110;background:rgba(255,249,249,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}
.header-inner{display:grid;grid-template-columns:1fr 2fr 1fr;gap:var(--grid-gap);align-items:center;padding:1rem 0 .7rem}
.site-title{font-size:1.28rem;font-weight:600}
.custom-logo-link img,.branding img{width:auto;max-width:260px;max-height:88px;object-fit:contain}
.header-search{position:relative}
#craftique-search-input{width:100%;padding:.78rem 1rem;border-radius:999px;border:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);background:#fff}
#craftique-search-results{position:absolute;inset:auto 0 0 0;transform:translateY(calc(100% + .45rem));display:none;padding:.6rem;max-height:360px;overflow:auto}
#craftique-search-results.active{display:block}
.search-list{margin:0;padding:0;list-style:none}
.search-list li a{display:grid;grid-template-columns:58px 1fr;gap:.65rem;align-items:center;padding:.5rem;border-radius:12px;transition:background .2s ease}
.search-list li a:hover{background:rgba(248,215,218,.45)}
.search-list img{width:58px;height:58px;object-fit:cover;border-radius:12px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;font-size:.93rem}
#craftique-dark-toggle{width:38px;height:38px;padding:0;border-radius:999px;background:#fff!important;color:#222!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.craftique-mobile-toggle{display:none;align-items:center;justify-content:center;gap:4px;flex-direction:column;width:40px;height:40px;padding:0;border-radius:10px;background:#fff!important;color:#222!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.craftique-mobile-toggle span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}
.primary-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:.8rem;padding:0;margin:0 0 .95rem}
.primary-nav a{padding:.35rem .72rem;border-radius:999px;transition:background .2s ease}
.primary-nav a:hover{background:rgba(248,215,218,.45)}

.craftique-hero{position:relative;min-height:64vh;padding:120px 0 100px;background:linear-gradient(120deg,rgba(248,215,218,.35),rgba(230,217,242,.5));overflow:hidden}
.craftique-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,255,255,.74),rgba(255,255,255,.34)),var(--hero-image);background-size:cover;background-position:center;z-index:0}
.craftique-hero.no-hero-image::before{background:linear-gradient(130deg,rgba(248,215,218,.72),rgba(230,217,242,.72))}
.craftique-hero::after{content:"";position:absolute;inset:auto -140px -200px auto;width:520px;height:520px;border-radius:999px;background:radial-gradient(circle,rgba(230,217,242,.72),rgba(230,217,242,0));z-index:0}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:var(--grid-gap);align-items:center}
.hero-content{max-width:620px}
.eyebrow{display:inline-block;background:rgba(255,255,255,.7);padding:.42rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600}
.craftique-hero h1{font-size:clamp(2rem,5vw,3.6rem);margin:.8rem 0}
.craftique-hero p{max-width:56ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}
.hero-media{min-height:320px}
.hero-panel{max-width:420px;margin-left:auto;padding:1.2rem 1.25rem}
.hero-panel h3{font-size:1.12rem;margin-bottom:.72rem}
.hero-panel ul{margin:0;padding-left:1.15rem;display:grid;gap:.45rem}
.animate-fade{animation:fadeUp .9s ease}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

.trust-strip-section{padding-top:30px;padding-bottom:10px}
.craftique-trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px 18px;font-weight:600;text-align:center}
.craftique-trust-strip div{padding:10px 14px;border-radius:12px;background:linear-gradient(120deg,rgba(248,215,218,.25),rgba(230,217,242,.22))}

.category-grid,.review-grid,.occasion-tabs{display:grid;gap:var(--grid-gap)}
.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.category-card{padding:1.2rem;transition:transform .28s ease,box-shadow .28s ease}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}
.category-thumb{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:14px;background:#fff;margin-bottom:.9rem}
.category-thumb img{width:100%;height:100%;object-fit:cover}
.category-card h3{margin:.2rem 0 .25rem}
.category-card p{margin:0;opacity:.8}
.occasion-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
.occasion-card{padding:1.15rem}
.occasion-card ul{margin:.6rem 0 0;padding-left:1rem}
.review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.review-card{padding:1.2rem}
.cta-strip{padding:1.4rem 1.6rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}

.products{display:grid;gap:var(--grid-gap);list-style:none;margin:0;padding:0}
.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.craftique-product-card{height:100%}
.craftique-product-shell{position:relative;height:100%;display:flex;flex-direction:column;padding:12px;border-radius:20px;overflow:hidden;transition:transform .26s ease,box-shadow .26s ease}
.craftique-product-shell:hover{transform:translateY(-4px);box-shadow:var(--shadow-card)}
.craftique-product-image-wrap{overflow:hidden;border-radius:14px;background:#fff}
.craftique-product-image-wrap img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .45s ease}
.craftique-product-shell:hover .craftique-product-image-wrap img{transform:scale(1.05)}
.craftique-product-image-wrap img,.woocommerce ul.products li.product a img{backface-visibility:hidden;transform:translateZ(0);image-rendering:auto}
.woocommerce-loop-product__title{font-size:1rem;margin:.9rem 0 .5rem;min-height:2.9em}
.craftique-card-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem}
.price-wrap{font-weight:600}
.price-wrap del{opacity:.5;margin-right:6px}
.craftique-card-actions{margin-top:.8rem}
.quick-add{display:block;width:100%;text-align:center}
.craftique-card-badge,.craftique-badge{position:absolute;top:14px;left:14px;background:#fff;border-radius:999px;padding:.24rem .6rem;font-size:.72rem;font-weight:600;box-shadow:var(--shadow-soft);z-index:2}
.craftique-badges{position:absolute;top:14px;left:14px;display:flex;flex-wrap:wrap;gap:6px;z-index:2}
.craftique-badges .craftique-badge{position:static;background:rgba(255,255,255,.94)}
.craftique-wishlist-icon{position:absolute;top:14px;right:14px;z-index:3;background:#fff!important;color:#333!important;border-radius:999px!important;width:38px!important;height:38px!important;padding:0!important;display:grid;place-items:center;box-shadow:var(--shadow-soft)}
.craftique-wishlist-icon.active{color:var(--text)!important}
.craftique-product-shell .craftique-badges{top:12px;left:12px;right:56px;max-width:calc(100% - 68px)}
.craftique-product-shell .craftique-badge{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.craftique-card-actions .button,.craftique-card-actions .quick-add{width:100%;min-height:44px!important;display:inline-flex!important;align-items:center;justify-content:center;margin-top:.55rem!important}

.shop-wrap{padding-top:28px}
.woocommerce-products-header{margin-bottom:24px}
.craftique-category-banner{position:relative;background:var(--secondary);border-radius:22px;overflow:hidden;min-height:220px}
.craftique-category-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.72),rgba(255,255,255,.2)),var(--category-banner);background-size:cover;background-position:center}
.craftique-category-banner .banner-overlay{position:relative;z-index:1;padding:34px 32px;max-width:680px}
.craftique-category-banner .page-title{font-size:clamp(1.6rem,3vw,2.3rem);margin-bottom:.5rem}
.craftique-shop-layout{display:grid;grid-template-columns:300px 1fr;gap:var(--grid-gap);align-items:start}
.craftique-shop-sidebar{padding:1.2rem;position:sticky;top:108px}
.craftique-shop-products{padding-top:12px}
.craftique-shop-filters{display:grid;gap:.55rem}
.craftique-shop-filters input{padding:.62rem .72rem;border:none;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);background:#fff}
.craftique-sidebar-cats{margin-top:1.1rem}
.craftique-sidebar-cats h4{font-size:1rem;margin-bottom:.5rem}
.craftique-sidebar-cats ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}
.craftique-sidebar-cats a{display:block;padding:.4rem .5rem;border-radius:10px;transition:background .2s ease}
.craftique-sidebar-cats a:hover{background:rgba(248,215,218,.4)}

.single-product-wrap{padding-top:34px}
.craftique-single-product{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.craftique-single-gallery img,.woocommerce-product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;box-shadow:var(--shadow-soft);background:#fff}
.craftique-single-gallery,.woocommerce-product-gallery{max-width:560px;margin-inline:auto}
.woocommerce-product-gallery__wrapper{margin-bottom:12px}
.woocommerce-product-gallery .flex-viewport{border-radius:16px;overflow:hidden}
.woocommerce-product-gallery .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px!important;padding:0!important}
.woocommerce-product-gallery .flex-control-thumbs li{float:none!important;width:auto!important;list-style:none}
.woocommerce-product-gallery .flex-control-thumbs li img{aspect-ratio:1/1;object-fit:cover;border-radius:12px;opacity:1!important;box-shadow:none;cursor:pointer}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active{box-shadow:0 0 0 2px rgba(231,84,128,.55)}
.craftique-single-summary .price{font-size:1.55rem;color:var(--text);font-weight:700}
.craftique-single-summary .price ins{color:var(--text);text-decoration:none}
.craftique-fake-sales{display:inline-flex;padding:.32rem .58rem;border-radius:999px;background:rgba(248,215,218,.5);font-size:.86rem}
.craftique-urgency{color:#b01844;font-weight:700}
.craftique-gst-message{font-size:.92rem;opacity:.84}
.craftique-product-video iframe,.craftique-product-video video{width:100%;border-radius:16px;box-shadow:var(--shadow-soft)}
.craftique-pincode-checker,.craftique-product-story,.craftique-bundle-box,.craftique-upload-field,.craftique-back-in-stock,.craftique-trust-badges{padding:1rem 1.1rem;margin:1rem 0}
.craftique-pincode-row{display:flex;gap:.55rem}
.craftique-pincode-row input,.craftique-back-in-stock input{width:100%;padding:.7rem;border:none;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.craftique-product-story .story-item{padding-bottom:.55rem}
.story-emotion{font-style:italic;opacity:.8;margin-bottom:0}
.craftique-trust-badges{display:grid;gap:.45rem}
.craftique-trust-badges span{background:linear-gradient(120deg,rgba(248,215,218,.35),rgba(230,217,242,.2));padding:.45rem .64rem;border-radius:10px;font-size:.86rem}
.craftique-buy-now{width:100%;margin-top:.72rem;background:#111!important}
.craftique-bundle-items{display:grid;gap:.45rem}
.bundle-item{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;padding:.42rem .55rem;border-radius:10px;background:rgba(255,255,255,.66)}
.craftique-swatch{background:#fff;color:var(--text);border:none;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14);padding:.35rem .62rem;border-radius:999px}
.craftique-swatch.active{box-shadow:inset 0 0 0 2px rgba(0,0,0,.32)}
.craftique-recently-viewed{margin-top:34px}
.craftique-sticky-add-to-cart{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:120;display:none;align-items:center;justify-content:space-between;gap:.8rem;background:#fff;padding:.78rem .9rem;border-radius:14px;box-shadow:0 15px 35px rgba(0,0,0,.18)}

.page-wrap{padding:34px 0}
.page-card{padding:1.35rem}

.craftique-track-form,.craftique-track-result,.craftique-checkout-trust,.checkout-customer-details,.checkout-order-review,.craftique-thankyou,.craftique-cart-abandonment,.craftique-save-later-list{padding:1.2rem}
.track-row{display:flex;gap:.6rem}
.track-row input{width:100%;padding:.7rem;border:none;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.craftique-track-timeline{list-style:none;margin:0;padding:0;display:grid;gap:.42rem}
.craftique-track-timeline li{padding:.45rem .62rem;border-radius:10px;background:rgba(0,0,0,.05)}
.craftique-track-timeline li.active{background:rgba(248,215,218,.7)}
.craftique-checkout-grid{display:grid;grid-template-columns:1fr 420px;gap:var(--grid-gap)}

/* Cart alignment fixes */
.woocommerce-cart-form__contents .product-name{min-width:420px}
.craftique-cart-product{display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:start}
.craftique-cart-thumb img{width:88px;height:88px;object-fit:cover;border-radius:10px}
.craftique-cart-title{display:block;font-size:1.05rem;font-weight:600;line-height:1.4;margin-bottom:2px}
.craftique-cart-details .variation,.craftique-cart-details .wc-item-meta{margin:4px 0 0;padding:0;list-style:none;font-size:.88rem;opacity:.88}
.craftique-cart-details .variation dt,.craftique-cart-details .wc-item-meta dt{display:none}
.craftique-cart-details .variation dd,.craftique-cart-details .wc-item-meta dd{margin:0}
.craftique-cart-actions-inline{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.craftique-cart-remove{color:#9a405e}
.woocommerce-cart-form__contents .product-price,.woocommerce-cart-form__contents .product-subtotal{text-align:right;white-space:nowrap}
.woocommerce-cart-form__contents .product-quantity{min-width:220px}
.woocommerce-cart-form__contents .product-quantity .quantity{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:5px 8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.woocommerce-cart-form__contents .product-quantity .qty{width:54px!important;min-width:54px!important;height:38px!important;text-align:center;border:none!important;box-shadow:none!important;padding:0!important;background:transparent!important}
.woocommerce-cart-form__contents .product-quantity .plus,.woocommerce-cart-form__contents .product-quantity .minus,.woocommerce-cart-form__contents .product-quantity [class*='plus'],.woocommerce-cart-form__contents .product-quantity [class*='minus']{width:38px!important;min-width:38px!important;height:38px!important;border-radius:999px!important;border:none!important;background:var(--accent)!important;color:#fff!important;display:grid!important;place-items:center;line-height:1!important;padding:0!important}
.woocommerce-cart-form__contents .product-quantity a.remove,.woocommerce-cart-form__contents .product-quantity .remove{position:static!important;display:inline-grid!important;place-items:center;width:36px!important;height:36px!important;border-radius:999px!important;background:#fff!important;color:#9a405e!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);margin-left:2px!important}
.woocommerce-cart-form__contents .actions .button{min-width:170px}

.site-footer{margin-top:70px;padding:60px 0 28px;background:#fff;border-top:1px solid rgba(0,0,0,.06)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr .8fr;gap:var(--grid-gap)}
.footer-brand p{margin-bottom:.45rem}
.footer-links ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}
.footer-links h4,.footer-social h4{margin-bottom:.65rem}
.social-icons{display:flex;gap:.5rem}
.social-icons a{display:grid;place-items:center;min-width:38px;height:38px;border-radius:999px;background:rgba(248,215,218,.4);font-size:.74rem;font-weight:700;transition:transform .2s ease}
.social-icons a:hover{transform:translateY(-2px)}
.footer-bottom{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.07)}

.craftique-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:999;display:grid;place-items:center;padding:1rem}
.craftique-modal{max-width:390px;width:100%;padding:1rem;position:relative}
.craftique-popup-coupon{margin:.5rem 0 .9rem;font-weight:500}
.close-modal{position:absolute;top:.45rem;right:.5rem;background:transparent!important;color:inherit!important}

.skeleton{position:relative;overflow:hidden}
.skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);animation:skeleton 1.15s infinite}
@keyframes skeleton{100%{transform:translateX(100%)}}

.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce div.product p.price,.woocommerce div.product span.price{content:none}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{margin:0!important;padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}
.woocommerce ul.products li.product a img{margin:0!important;box-shadow:none!important}
.woocommerce ul.products li.product .onsale{display:none!important}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart{margin-top:0!important}
.woocommerce-loop-product__rating,.woocommerce ul.products li.product .star-rating{display:none!important}
.woocommerce a.button.loading::after,.woocommerce button.button.loading::after{top:unset!important;right:12px!important}
.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li{border:none!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:none!important;border-radius:999px!important;margin:0 4px;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}
.woocommerce .craftique-shop-products ul.products,.woocommerce-page .craftique-shop-products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;margin:0!important;padding:0!important}
.woocommerce .craftique-shop-products ul.products li.product,.woocommerce-page .craftique-shop-products ul.products li.product{width:100%!important;max-width:none!important;float:none!important;clear:none!important}
.woocommerce .quantity .qty{border:none;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.16)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:none;border-radius:12px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14);padding:.64rem}

@media (max-width:1024px){
	.header-inner,.hero-grid,.craftique-shop-layout,.craftique-single-product,.craftique-checkout-grid,.footer-grid{grid-template-columns:1fr}
	.header-actions{justify-content:flex-start}
	.craftique-shop-sidebar{position:static}
	.craftique-trust-strip{grid-template-columns:1fr}
}
@media (max-width:768px){
	:root{--section-pad:30px;--grid-gap:16px}
	.container{width:min(100% - 1.5rem,var(--container))}
	.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}
	.woocommerce .craftique-shop-products ul.products,.woocommerce-page .craftique-shop-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	.category-grid,.occasion-tabs,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.woocommerce-loop-product__title{min-height:auto}
	.track-row,.craftique-pincode-row,.cta-strip{flex-direction:column;align-items:flex-start}
	.craftique-sticky-add-to-cart{display:flex}
	.woocommerce-product-gallery .flex-control-thumbs{grid-template-columns:repeat(4,minmax(0,72px));justify-content:flex-start}
	.woocommerce-cart-form__contents .product-name,.woocommerce-cart-form__contents .product-quantity{min-width:0}
	.craftique-cart-product{grid-template-columns:74px 1fr;gap:10px}
	.craftique-cart-thumb img{width:74px;height:74px}
	.woocommerce-cart-form__contents .product-price,.woocommerce-cart-form__contents .product-subtotal{text-align:left}
	.woocommerce-cart-form__contents .product-quantity .quantity{margin-top:6px}
}
@media (max-width:520px){
	.primary-nav ul{overflow:auto;white-space:nowrap}
	.products.columns-4,.category-grid,.occasion-tabs,.review-grid{grid-template-columns:1fr}
	.woocommerce .craftique-shop-products ul.products,.woocommerce-page .craftique-shop-products ul.products{grid-template-columns:1fr!important}
	.custom-logo-link img,.branding img{max-width:190px;max-height:68px}
}

/* Critical Woo layout fixes */
.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;list-style:none!important;padding:0!important;margin:0!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce ul.products li.product-category,.woocommerce-page ul.products li.product-category{width:100%!important;max-width:none!important;float:none!important;clear:none!important;margin:0!important;padding:0!important}
.woocommerce ul.products li.product-category a{display:block;background:rgba(255,255,255,.78);padding:12px;border-radius:18px;box-shadow:var(--shadow-soft)}
.woocommerce ul.products li.product-category a img{width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:14px;margin:0 0 10px!important}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title{font-size:1.1rem;font-weight:600;margin:0}
.woocommerce ul.products li.product-category .count{background:transparent!important;color:inherit!important;padding:0!important}
.related.products ul.products,.up-sells.upsells.products ul.products,.cross-sells ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important}
.related.products h2,.up-sells.upsells.products h2,.cross-sells h2{margin-bottom:1rem}
.woocommerce span.onsale{left:12px!important;right:auto!important;top:12px!important;min-height:auto!important;line-height:1!important;padding:.36rem .62rem!important;border-radius:999px!important;background:var(--accent)!important;font-size:.74rem!important;font-weight:600!important}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex!important;flex-wrap:wrap;gap:10px;list-style:none!important;margin:18px 0 10px!important;padding:0!important;border:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important;border:none!important;background:transparent!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-flex;padding:.44rem .8rem;border-radius:999px;background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}
.woocommerce div.product .woocommerce-tabs .panel{margin-top:10px;padding:0;background:transparent}

/* Account page refinements */
body.woocommerce-account .woocommerce{background:rgba(255,255,255,.06);padding:24px;border-radius:20px}
body.woocommerce-account .woocommerce form.login,body.woocommerce-account .woocommerce form.register{background:rgba(255,255,255,.02);border-radius:14px}
body.woocommerce-account .woocommerce form .password-input .show-password-input{right:10px!important;top:50%!important;transform:translateY(-50%);background:rgba(231,84,128,.95);border-radius:999px;width:36px;height:36px}
body.woocommerce-account .woocommerce form .password-input .show-password-input::after{line-height:36px}

/* Hamper page refinements */
.hamper-page-card{max-width:1200px;margin:0 auto}
.hamper-page-head p{max-width:72ch;opacity:.9}
.hamper-instructions{padding:1rem 1.1rem;margin:14px 0 22px}
.hamper-instructions ol{margin:.6rem 0 0;padding-left:1.2rem}

/* Prevent tiny narrow columns from plugin/legacy overrides */
.woocommerce ul.products[class*='columns-'] li.product,.woocommerce ul.products[class*='columns-'] li.product-category{flex:none!important}
.woocommerce .related.products ul.products li.product{min-width:0!important}

@media (max-width:1024px){
	.woocommerce ul.products,.woocommerce-page ul.products,.related.products ul.products,.up-sells.upsells.products ul.products,.cross-sells ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:768px){
	.woocommerce ul.products,.woocommerce-page ul.products,.related.products ul.products,.up-sells.upsells.products ul.products,.cross-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
	.hamper-page-card{padding:1rem}
}
@media (max-width:520px){
	.woocommerce ul.products,.woocommerce-page ul.products,.related.products ul.products,.up-sells.upsells.products ul.products,.cross-sells ul.products{grid-template-columns:1fr!important}
}

/* Mobile header cleanup */
@media (max-width:768px){
	.header-inner{grid-template-columns:auto 1fr auto;gap:10px;padding:.7rem 0 .55rem}
	.craftique-mobile-toggle{display:inline-flex}
	.branding{grid-column:2/3}
	.custom-logo-link img,.branding img{max-width:150px;max-height:56px}
	.header-search{grid-column:1/-1}
	.header-actions{grid-column:3/4;justify-content:flex-end;gap:.45rem}
	.header-actions>a{display:none}
	#craftique-dark-toggle{width:36px;height:36px}
	.primary-nav{display:none}
	.site-header.mobile-open .header-actions{grid-column:1/-1;justify-content:flex-start;flex-wrap:wrap;padding-top:.25rem}
	.site-header.mobile-open .header-actions>a{display:inline-flex}
	.site-header.mobile-open .primary-nav{display:block;padding-bottom:.6rem}
	.site-header.mobile-open .primary-nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}
	.site-header.mobile-open .primary-nav a{display:block;padding:.55rem .7rem;border-radius:12px;background:rgba(248,215,218,.32)}
}
@media (max-width:520px){
	.header-inner{padding:.62rem 0 .48rem}
	.site-header.mobile-open .primary-nav ul{grid-template-columns:1fr}
	.site-header.mobile-open .header-actions{gap:.75rem}
	.custom-logo-link img,.branding img{max-width:132px;max-height:52px}
}

/* Cart quantity controls: Woo blocks + classic alignment */
.woocommerce-cart-form__contents .product-quantity .quantity{display:inline-flex!important;align-items:center!important;gap:8px}
.woocommerce-cart-form__contents .product-quantity .quantity .qty{order:2}
.woocommerce-cart-form__contents .product-quantity .quantity .minus{order:1}
.woocommerce-cart-form__contents .product-quantity .quantity .plus{order:3}
.woocommerce-cart-form__contents .product-quantity .quantity a.remove,.woocommerce-cart-form__contents .product-quantity .quantity .remove{order:4}
.wc-block-cart-item__quantity{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.wc-block-components-quantity-selector{display:inline-flex!important;align-items:center!important;gap:8px;background:#fff;border-radius:999px;padding:5px 8px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{width:38px;min-width:38px;height:38px;border-radius:999px;border:none;background:var(--accent);color:#fff;padding:0;display:grid;place-items:center}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input{width:54px;min-width:54px;height:38px;text-align:center;border:none;box-shadow:none;background:transparent}
.wc-block-cart-item__remove-link{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:999px;background:#fff;color:#9a405e;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);text-decoration:none}

/* Product page rhythm and alignment */
.craftique-single-product{align-items:start}
.craftique-single-summary{display:flex;flex-direction:column;gap:10px}
.craftique-single-summary form.cart{display:block;margin-top:8px}
.craftique-single-summary form.cart .quantity{display:inline-flex;vertical-align:middle;margin-right:10px}
.craftique-single-summary form.cart .single_add_to_cart_button{display:inline-flex;vertical-align:middle;margin:0 0 12px}
.craftique-buy-now{display:block;width:100%;margin-top:14px!important}
.craftique-product-story{margin-top:18px}
.craftique-trust-badges{margin-top:14px}
.craftique-single-summary .product_meta{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);line-height:1.7}
.craftique-single-summary .product_meta>span{display:block}
.single-product .woocommerce-tabs{margin-top:28px}
.single-product .woocommerce-tabs ul.tabs{margin-bottom:12px!important}
.single-product .woocommerce-tabs ul.tabs li{list-style:none}
.single-product .woocommerce-tabs ul.tabs li a{display:inline-flex;padding:.45rem .85rem;border-radius:999px;background:rgba(231,84,128,.12)}
.single-product .woocommerce-Tabs-panel{padding:6px 0 0}

/* Wishlist page */
.craftique-wishlist-page .page-card{padding:1.5rem}

/* Mobile header simplified: only search + primary menu */
@media (max-width:768px){
	.craftique-announcement-bar{display:none!important}
	.site-header{position:sticky;top:0}
	.site-header .header-inner{display:block!important;padding:.34rem 0 .22rem!important}
	.site-header .branding,
	.site-header .header-actions,
	.site-header .craftique-mobile-toggle{display:none!important}
	.site-header .header-search{display:block!important;grid-column:auto!important}
	.site-header #craftique-search-input{padding:.6rem .82rem!important;font-size:.95rem!important}
	.site-header .primary-nav{display:block!important;padding:.18rem 0 .34rem!important}
	.site-header .primary-nav ul{display:flex!important;flex-wrap:wrap!important;gap:.28rem .36rem!important;overflow:visible!important;white-space:normal!important;margin:0!important}
	.site-header .primary-nav a{display:inline-flex!important;padding:.34rem .58rem!important;font-size:.92rem!important;line-height:1.2;border-radius:9px!important;background:rgba(248,215,218,.2)!important}
	.site-header.mobile-open .header-actions,
	.site-header.mobile-open .branding,
	.site-header.mobile-open .craftique-mobile-toggle{display:none!important}
}

/* Product gallery size restore */
.craftique-single-gallery,.woocommerce-product-gallery{max-width:none!important;width:100%!important}
.craftique-single-gallery img,.woocommerce-product-gallery img{width:100%!important;height:auto!important}

/* Cart quantity control hard alignment */
.woocommerce-cart .product-quantity .quantity,
.woocommerce-page .product-quantity .quantity{
	display:grid!important;
	grid-template-columns:38px 54px 38px 36px!important;
	gap:8px!important;
	align-items:center!important;
	background:transparent!important;
	box-shadow:none!important;
	padding:0!important;
	border:none!important;
}
.woocommerce-cart .product-quantity .quantity .minus,
.woocommerce-page .product-quantity .quantity .minus{grid-column:1!important}
.woocommerce-cart .product-quantity .quantity .qty,
.woocommerce-page .product-quantity .quantity .qty{grid-column:2!important}
.woocommerce-cart .product-quantity .quantity .plus,
.woocommerce-page .product-quantity .quantity .plus{grid-column:3!important}
.woocommerce-cart .product-quantity .quantity a.remove,
.woocommerce-cart .product-quantity .quantity .remove,
.woocommerce-page .product-quantity .quantity a.remove,
.woocommerce-page .product-quantity .quantity .remove{
	grid-column:4!important;
	position:static!important;
	inset:auto!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	transform:none!important;
	margin:0!important;
}
.woocommerce-cart .product-quantity,
.woocommerce-page .product-quantity{
	display:flex!important;
	align-items:center!important;
	gap:8px!important;
}
.craftique-qty-controls{display:grid!important;grid-template-columns:38px 56px 38px 36px!important;align-items:center!important;column-gap:8px!important;row-gap:0!important;justify-content:start!important;flex-wrap:nowrap!important;overflow:visible!important}
.craftique-qty-btn{width:38px!important;min-width:38px!important;height:38px!important;border-radius:999px!important;border:none!important;background:var(--accent)!important;color:#fff!important;display:inline-grid!important;place-items:center!important;padding:0!important;font-size:1.25rem!important;line-height:1!important}
.craftique-qty-controls .qty{width:54px!important;min-width:54px!important;height:38px!important;text-align:center!important;border:none!important;border-radius:12px!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)!important;background:#fff!important;padding:0!important}
.craftique-qty-controls .minus{grid-column:1!important}
.craftique-qty-controls .qty{grid-column:2!important}
.craftique-qty-controls .plus{grid-column:3!important}
.craftique-qty-controls .craftique-qty-remove{grid-column:4!important}
.craftique-qty-remove{width:36px!important;min-width:36px!important;height:36px!important;border-radius:999px!important;background:#fff!important;color:#9a405e!important;display:inline-grid!important;place-items:center!important;text-decoration:none!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)!important;margin:0!important;position:static!important;inset:auto!important;transform:none!important;line-height:1!important;padding:0!important}
.craftique-qty-controls .craftique-qty-remove .craftique-remove-icon{font-size:22px!important;font-weight:600!important;line-height:1!important;display:block!important;transform:translateY(-1px)}
.woocommerce-cart .product-quantity .quantity *,
.woocommerce-page .product-quantity .quantity *{
	float:none!important;
}
.woocommerce-cart .product-quantity a.remove,
.woocommerce-page .product-quantity a.remove{
	position:static!important;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:auto!important;
	transform:none!important;
	margin:0!important;
	display:inline-grid!important;
	place-items:center!important;
}
.wc-block-cart-item__quantity{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	flex-wrap:nowrap!important;
}
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
	position:static!important;
	inset:auto!important;
	transform:none!important;
	margin:0!important;
	display:inline-grid!important;
	place-items:center!important;
	width:36px!important;
	height:36px!important;
}

/* Woo Cart Block specific hard alignment */
.wc-block-cart .wc-block-cart-items .wc-block-cart-item__quantity{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	flex-wrap:nowrap!important;
}
.wc-block-cart .wc-block-cart-items .wc-block-components-quantity-selector{
	display:inline-flex!important;
	align-items:center!important;
	gap:8px!important;
	background:#fff!important;
	padding:4px 6px!important;
	border-radius:999px!important;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,.12)!important;
}
.wc-block-cart .wc-block-cart-items .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
	width:52px!important;
	min-width:52px!important;
	height:36px!important;
	border:none!important;
	background:transparent!important;
	text-align:center!important;
}
.wc-block-cart .wc-block-cart-items .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button{
	width:36px!important;
	min-width:36px!important;
	height:36px!important;
	border:none!important;
	border-radius:999px!important;
	background:var(--accent)!important;
	color:#fff!important;
	padding:0!important;
	display:inline-grid!important;
	place-items:center!important;
	line-height:1!important;
}
.wc-block-cart .wc-block-cart-items .wc-block-cart-item__remove-link{
	position:static!important;
	inset:auto!important;
	transform:none!important;
	margin:0!important;
	width:36px!important;
	min-width:36px!important;
	height:36px!important;
	border-radius:999px!important;
	background:#fff!important;
	color:#9a405e!important;
	display:inline-grid!important;
	place-items:center!important;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)!important;
	text-decoration:none!important;
}
.wc-block-cart .wc-block-cart-item__quantity.craftique-cart-row-fixed{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	flex-wrap:nowrap!important;
}
.wc-block-cart .wc-block-cart-item__quantity.craftique-cart-row-fixed .wc-block-components-quantity-selector{
	flex:0 0 auto!important;
}
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector,
.wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector *{
	position:static!important;
	float:none!important;
}
.wc-block-cart .wc-block-cart-item__quantity .wc-block-cart-item__remove-link.craftique-cart-remove-fixed{
	position:static!important;
	inset:auto!important;
	top:auto!important;
	right:auto!important;
	bottom:auto!important;
	left:auto!important;
	transform:none!important;
	float:none!important;
	margin:0!important;
	padding:0!important;
	line-height:1!important;
}

/* Keep only one pincode checker: hide legacy short-description checker UI */
.single-product .woocommerce-product-details__short-description input[placeholder*='Pincode' i],
.single-product .woocommerce-product-details__short-description input[placeholder*='pincode' i],
.single-product .woocommerce-product-details__short-description button{
	display:none!important;
}

/* Single product polish: cleaner tabs + tighter buy controls */
.single-product .summary form.cart{
	display:flex!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	column-gap:10px!important;
	row-gap:10px!important;
	margin:8px 0 0!important;
}
.single-product .summary form.cart .quantity{
	margin:0!important;
}
.single-product .summary form.cart .single_add_to_cart_button{
	margin:0!important;
}
.single-product .summary .craftique-buy-now{
	flex:1 0 100%!important;
	margin-top:6px!important;
}

.single-product .woocommerce-tabs{
	margin-top:22px!important;
}
.single-product .woocommerce-tabs ul.tabs{
	display:flex!important;
	flex-wrap:wrap!important;
	gap:10px!important;
	margin:0 0 14px!important;
	padding:0!important;
	border:0!important;
}
.single-product .woocommerce-tabs ul.tabs::before{
	display:none!important;
}
.single-product .woocommerce-tabs ul.tabs li{
	margin:0!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	list-style:none!important;
}
.single-product .woocommerce-tabs ul.tabs li a{
	padding:8px 14px!important;
	border-radius:999px!important;
	background:rgba(231,84,128,.12)!important;
	box-shadow:none!important;
	font-size:.98rem!important;
	font-weight:600!important;
	line-height:1.2!important;
}
.single-product .woocommerce-tabs ul.tabs li.active a{
	background:rgba(231,84,128,.2)!important;
}
