/* =========================================================
   WooCommerce shop / archive / single product styling
   ========================================================= */

.gfx-shop-page{padding:26px 0 60px;}
.gfx-breadcrumb{font-size:13px;color:var(--gfx-text-light);margin-bottom:18px;}
.gfx-breadcrumb a{color:var(--gfx-text-light);}
.gfx-breadcrumb a:hover{color:var(--gfx-primary-dark);}
.gfx-breadcrumb .current{color:var(--gfx-dark);font-weight:600;}

/* Category strip */
.gfx-cat-strip{margin-bottom:30px;overflow-x:auto;}
.gfx-cat-strip-track{display:flex;gap:14px;padding-bottom:6px;}
.gfx-cat-chip{flex:0 0 auto;width:150px;background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:14px;text-align:center;transition:.2s;}
.gfx-cat-chip:hover{border-color:var(--gfx-primary);box-shadow:var(--gfx-shadow);transform:translateY(-3px);}
.gfx-cat-chip-img{display:block;width:100%;height:80px;border-radius:10px;background-size:cover;background-position:center;background-color:var(--gfx-primary-light);margin-bottom:10px;}
.gfx-cat-chip-placeholder{display:flex;align-items:center;justify-content:center;color:var(--gfx-primary);font-size:22px;}
.gfx-cat-chip-label{display:block;font-weight:700;font-size:13px;color:var(--gfx-dark);}
.gfx-cat-chip-count{display:block;font-size:11px;color:var(--gfx-text-light);margin-top:2px;}

/* Shop layout: sidebar + main */
.gfx-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;}
.gfx-shop-sidebar{background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:22px;position:sticky;top:100px;}
.gfx-widget{margin-bottom:26px;}
.gfx-widget:last-child{margin-bottom:0;}
.gfx-widget h4{font-size:14px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--gfx-border);}
.gfx-sidebar-cats li{margin-bottom:10px;}
.gfx-sidebar-cats a{display:flex;justify-content:space-between;font-size:13.5px;color:var(--gfx-text-light);}
.gfx-sidebar-cats a:hover{color:var(--gfx-primary-dark);}
.gfx-sidebar-cats span{color:#a5a8b3;}
.gfx-sidebar-cta{background:var(--gfx-primary-light);border-radius:var(--gfx-radius-sm);padding:18px;}
.gfx-sidebar-cta h4{border:0;padding:0;margin-bottom:8px;}
.gfx-sidebar-cta p{font-size:12.8px;margin-bottom:14px;}

.gfx-shop-toolbar-top{margin-bottom:6px;}
.gfx-shop-title{font-size:24px;margin-bottom:4px;}

.woocommerce-result-count,.woocommerce-ordering{font-size:13px;color:var(--gfx-text-light);}
.woocommerce-ordering select{border:1.5px solid var(--gfx-border);border-radius:var(--gfx-radius-sm);padding:9px 12px;}
.woocommerce ul.products{display:grid !important;grid-template-columns:repeat(3,1fr);gap:22px;margin:20px 0 0 !important;padding:0;}
.woocommerce ul.products li.product{width:100% !important;margin:0 !important;background:#fff;border:1px solid var(--gfx-border);border-radius:var(--gfx-radius);padding:16px;transition:.2s;list-style:none;position:relative;}
.woocommerce ul.products li.product:hover{box-shadow:var(--gfx-shadow-lg);transform:translateY(-4px);border-color:var(--gfx-primary);}
.woocommerce ul.products li.product img{border-radius:10px;margin-bottom:14px;aspect-ratio:1/1;object-fit:cover;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14.5px;font-weight:600;color:var(--gfx-dark);margin:0 0 6px;}
.woocommerce ul.products li.product .price{color:var(--gfx-primary-dark);font-weight:700;font-size:15px;}
.woocommerce ul.products li.product .price del{color:#a5a8b3;font-weight:400;font-size:13px;}
.woocommerce ul.products li.product .price ins{text-decoration:none;}
.woocommerce ul.products li.product .button{margin-top:12px;width:100%;text-align:center;background:var(--gfx-dark);color:#fff;border-radius:999px;padding:10px;font-size:13px;font-weight:600;border:0;}
.woocommerce ul.products li.product .button:hover{background:var(--gfx-primary);}
.woocommerce span.onsale{position:absolute;top:14px;left:14px;background:var(--gfx-primary);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px;min-height:auto;min-width:auto;line-height:1;}
.woocommerce nav.woocommerce-pagination ul{border:0;gap:8px;display:flex;}
.woocommerce nav.woocommerce-pagination ul li{border:0 !important;}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1.5px solid var(--gfx-border) !important;border-radius:8px !important;padding:8px 14px !important;}
.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--gfx-primary) !important;color:#fff !important;border-color:var(--gfx-primary) !important;}

.woocommerce-price-filter .price_slider_amount{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;}
.woocommerce-price-filter .price_slider_amount button{background:var(--gfx-primary);color:#fff;border-radius:999px;border:0;padding:7px 16px;font-size:12px;font-weight:600;}
.price_slider .ui-slider-range{background:var(--gfx-primary) !important;}
.price_slider .ui-slider-handle{background:#fff !important;border:3px solid var(--gfx-primary) !important;}

/* Single product */
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:600;}
.woocommerce div.product form.cart .button{background:var(--gfx-primary);border-radius:999px;padding:13px 30px;color:#fff;font-weight:700;border:0;}
.woocommerce div.product form.cart .button:hover{background:var(--gfx-primary-dark);}
.woocommerce div.product p.price{color:var(--gfx-primary-dark);font-size:24px;font-weight:700;}

@media (max-width:979px){
	.woocommerce ul.products{grid-template-columns:repeat(2,1fr) !important;}
	.gfx-shop-layout{grid-template-columns:1fr;}
	.gfx-shop-sidebar{position:static;}
}
@media (max-width:560px){
	.woocommerce ul.products{grid-template-columns:1fr !important;}
	.gfx-cat-chip{width:120px;}
}
