.woocommerce .softicode-woo-main{padding-top:40px}
.softicode-shop-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;align-items:start}
.softicode-shop-layout.has-sidebar.sidebar-left{grid-template-columns:280px minmax(0,1fr)}
.softicode-shop-layout.has-sidebar.sidebar-right{grid-template-columns:minmax(0,1fr) 280px}
.softicode-shop-layout.sidebar-right .softicode-shop-sidebar{order:2}
.softicode-shop-layout.sidebar-right .softicode-shop-content{order:1}
.softicode-shop-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:16px}
.admin-bar .softicode-shop-sidebar{top:152px}
.softicode-shop-filter-heading{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:var(--sc-radius);background:var(--sc-secondary);color:#fff;box-shadow:var(--sc-shadow-sm)}
.softicode-shop-sidebar .widget{padding:18px;background:#fff;border:1px solid var(--sc-border);border-radius:var(--sc-radius);box-shadow:var(--sc-shadow-sm)}
.softicode-shop-sidebar .widget-title,.softicode-shop-sidebar h2,.softicode-shop-sidebar h3{margin:0 0 14px;font-size:17px;color:var(--sc-secondary)}
.softicode-shop-sidebar ul{list-style:none;margin:0;padding:0}.softicode-shop-sidebar li{display:flex;justify-content:space-between;gap:10px;margin:8px 0;color:var(--sc-muted)}
.softicode-shop-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.woocommerce-products-header__title{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.1;letter-spacing:-.04em;color:var(--sc-secondary)}
.softicode-filter-toggle{display:none;min-height:42px;padding:9px 15px;border:1px solid var(--sc-border);border-radius:999px;background:#fff;color:var(--sc-secondary);font-weight:800}
.softicode-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px;padding:14px;background:#fff;border:1px solid var(--sc-border);border-radius:var(--sc-radius);box-shadow:var(--sc-shadow-sm)}
.softicode-shop-toolbar .woocommerce-result-count{margin:0;color:var(--sc-muted);font-weight:650}.softicode-shop-toolbar .woocommerce-ordering{margin:0}.softicode-shop-toolbar select{min-width:210px;border-radius:999px}
.woocommerce ul.products{display:grid;grid-template-columns:repeat(var(--sc-product-columns,4),minmax(0,1fr));gap:22px;margin:0;padding:0;list-style:none}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products[class*="columns-"] li.product,.woocommerce-page ul.products[class*="columns-"] li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important}
.woocommerce ul.products li.product{position:relative;background:#fff;border:1px solid var(--sc-border);border-radius:20px;box-shadow:var(--sc-shadow-sm);padding:12px 12px 16px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--sc-shadow);border-color:rgba(15,118,110,.28)}
.woocommerce ul.products li.product a img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;background:var(--sc-soft);margin:0 0 14px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0;margin:0 0 8px;color:var(--sc-secondary);font-size:16px;line-height:1.35;font-weight:850;letter-spacing:-.02em}.woocommerce ul.products li.product .price{display:block;margin:0 0 12px;color:var(--sc-primary);font-size:16px;font-weight:900}.woocommerce ul.products li.product .price del{color:#94a3b8;font-weight:650;margin-right:5px}.woocommerce ul.products li.product .price ins{text-decoration:none}.woocommerce ul.products li.product .button{width:100%;min-height:42px;margin-top:6px;border-radius:12px;background:var(--sc-secondary);font-size:14px;box-shadow:none}.woocommerce ul.products li.product .button:hover{background:var(--sc-primary)}
.woocommerce span.onsale,.softicode-sale-badge{position:absolute;top:16px;left:16px;right:auto;min-height:auto;min-width:auto;padding:6px 10px;border-radius:999px;background:var(--sc-accent);color:#fff;font-size:12px;font-weight:900;line-height:1;z-index:3}.woocommerce ul.products li.product .onsale{top:20px;left:20px;margin:0}
.woocommerce nav.woocommerce-pagination ul{border:0;margin:30px 0 0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0 4px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:42px;height:42px;border-radius:999px;border:1px solid var(--sc-border);background:#fff;color:var(--sc-secondary);font-weight:800;padding:0;display:flex;align-items:center;justify-content:center}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--sc-primary);color:#fff;border-color:var(--sc-primary)}

.softicode-single-product-shell{background:#fff;border:1px solid var(--sc-border);border-radius:24px;box-shadow:var(--sc-shadow-sm);padding:clamp(18px,3vw,34px)}
.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:0}.woocommerce div.product div.images img{border-radius:20px;background:var(--sc-soft)}.woocommerce div.product .product_title{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.05em;color:var(--sc-secondary);margin:0 0 14px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--sc-primary);font-size:28px;font-weight:950}.woocommerce div.product p.price del,.woocommerce div.product span.price del{color:#94a3b8;font-size:20px}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{text-decoration:none}.woocommerce-product-details__short-description{color:#475569;font-size:17px}.woocommerce div.product form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:26px 0}.woocommerce .quantity .qty{width:88px;border-radius:999px;text-align:center;font-weight:800}.woocommerce div.product form.cart .button{min-height:48px;padding-inline:26px;background:var(--sc-primary)}.woocommerce div.product form.cart .button:hover{background:var(--sc-secondary)}.product_meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--sc-muted);font-size:14px;border-top:1px solid var(--sc-border);padding-top:18px}.product_meta>span{padding:8px 10px;background:var(--sc-soft);border-radius:999px}
.woocommerce div.product .woocommerce-tabs{margin-top:36px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:8px;margin:0 0 18px;padding:0;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--sc-border);background:#fff;border-radius:999px;margin:0;padding: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{padding:10px 16px;color:var(--sc-secondary);font-weight:800}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--sc-secondary);border-color:var(--sc-secondary)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff}.woocommerce-Tabs-panel{padding:24px;background:var(--sc-soft);border-radius:20px}
.related.products,.upsells.products{margin-top:44px}.related.products h2,.upsells.products h2,.cross-sells h2,.cart_totals h2{font-size:28px;letter-spacing:-.04em;color:var(--sc-secondary)}

.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{background:#fff;border:1px solid var(--sc-border);border-radius:24px;box-shadow:var(--sc-shadow-sm);padding:clamp(18px,3vw,34px)}
.woocommerce table.shop_table{border:1px solid var(--sc-border);border-radius:18px;overflow:hidden;background:#fff}.woocommerce table.shop_table th{background:var(--sc-soft);color:var(--sc-secondary);font-weight:900}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-top:1px solid var(--sc-border);padding:14px}.woocommerce-cart-form__cart-item .product-thumbnail img{border-radius:12px;width:78px}.woocommerce-cart table.cart td.actions .coupon .input-text{min-width:220px;border-radius:999px}.cart_totals{padding:22px;border:1px solid var(--sc-border);border-radius:20px;background:#fff;box-shadow:var(--sc-shadow-sm)}.woocommerce .cart-collaterals .cart_totals{width:40%}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{border-radius:999px;background:var(--sc-primary);font-size:18px;font-weight:900;padding:16px 22px}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:var(--sc-secondary)}
.woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:start}.woocommerce form.checkout #customer_details{grid-column:1}.woocommerce form.checkout #order_review_heading,.woocommerce form.checkout #order_review{grid-column:2}.woocommerce form.checkout #order_review_heading{margin-top:0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border-radius:12px;border-color:var(--sc-border);min-height:46px}.select2-container .select2-selection--single{height:46px;border-color:var(--sc-border);border-radius:12px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.woocommerce-checkout-review-order{padding:22px;background:#fff;border:1px solid var(--sc-border);border-radius:20px;box-shadow:var(--sc-shadow-sm)}.woocommerce #payment{background:var(--sc-soft);border-radius:18px}.woocommerce #payment #place_order{width:100%;min-height:52px;background:var(--sc-primary);font-size:17px;font-weight:900}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.woocommerce-account .woocommerce-MyAccount-navigation{background:#fff;border:1px solid var(--sc-border);border-radius:20px;box-shadow:var(--sc-shadow-sm);padding:10px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border-radius:13px;color:var(--sc-secondary);font-weight:800}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--sc-soft);color:var(--sc-primary)}.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--sc-border);border-radius:20px;box-shadow:var(--sc-shadow-sm);padding:24px;min-height:260px}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top:0;border-radius:16px;background:#fff;box-shadow:var(--sc-shadow-sm);border:1px solid var(--sc-border);padding:16px 20px 16px 52px}.woocommerce-message::before{color:var(--sc-primary)}.woocommerce-info::before{color:#2563eb}.woocommerce-error::before{color:#dc2626}.woocommerce-info{border-color:#bfdbfe}.woocommerce-error{border-color:#fecaca}.woocommerce-message{border-color:#bbf7d0}

@media (max-width:1100px){.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.softicode-shop-layout.has-sidebar.sidebar-left,.softicode-shop-layout.has-sidebar.sidebar-right{grid-template-columns:240px minmax(0,1fr)}}
@media (max-width:900px){.softicode-shop-layout.has-sidebar.sidebar-left,.softicode-shop-layout.has-sidebar.sidebar-right{grid-template-columns:1fr}.softicode-shop-sidebar{position:fixed;left:12px;right:12px;top:92px;max-height:calc(100vh - 110px);overflow:auto;z-index:10001;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s ease}.shop-filter-open .softicode-shop-sidebar{opacity:1;visibility:visible;transform:translateY(0)}.softicode-filter-toggle{display:inline-flex}.woocommerce form.checkout{display:block}.woocommerce form.checkout #order_review_heading{margin-top:28px}.woocommerce .cart-collaterals .cart_totals{width:100%}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.woocommerce ul.products{grid-template-columns:1fr;gap:16px}.softicode-shop-toolbar{display:block}.softicode-shop-toolbar .woocommerce-ordering{margin-top:12px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:block}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin-bottom:8px}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{border-bottom:1px solid var(--sc-border)}.softicode-single-product-shell{border-radius:18px;padding:16px}.woocommerce div.product .product_title{font-size:30px}}
