































/* ================================
   HEADER (GLASS / STICKY)
================================ */
header.site-header{
    position:sticky;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(16px);
    border-bottom:1px solid #eee;
}










/* ================================
   CART ICON
================================ */
.ast-site-header-cart{
    background:#f3f4f6;
    border-radius:12px;
}





/* PRODUCT GRID (MIN SPACE) */
.woocommerce ul.products{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
  gap:6px!important;
  margin:0!important;
  padding:0!important;
}


/* PRODUCT CARD (CLEAN + LIGHT) */
.woocommerce ul.products li.product{
  background:#fff;
  border-radius:10px;
  padding:5px;
  overflow:hidden;
}


/* IMAGE */
.woocommerce ul.products li.product img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:6px;
}


/* TITLE */
.woocommerce ul.products li.product h2{
  font-size:12px !important;
  margin:2px !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


/* ================================
   PRICE
================================ */
.woocommerce ul.products li.product .price {
    font-size:16px;
    font-weight:700;
    color:#000;
}
.woocommerce del{
    font-size:12px;
    color:#999;
}


/* SALE BADGE */
.woocommerce ul.products li.product .onsale{
  position:absolute;
  top:5px;
  right:5px;
  font-size:10px;
  padding:2px 6px;
  background:#000;
  color:#fff;
  border-radius:20px;
}









/* SHRT BY STYLE ON SHOP PAGE */
.woocommerce .woocommerce-ordering{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}

.woocommerce .woocommerce-ordering select{
    width: fit-content;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 600;
			font-size: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    padding: 0 40px 0 20px;
    white-space: nowrap;
}
























/* ============================================================
   CHAPTER 3 — SINGLE PRODUCT PAGE
============================================================ */

/* Hide sale badge on single */
.sale:not(.ast-product-gallery-layout-vertical-slider) > span.onsale{
    display: none;
}

/* Gallery mobile */
@media (max-width:1024px){
  .woocommerce-js div.product div.images .flex-control-thumbs{
      display:flex;
      gap:2px;
      border-bottom:2px solid var(--ast-global-color-1);
  }
}

/* Buttons */
.woocommerce div.product form.cart .single_add_to_cart_button{
    width:50%!important;
    height:48px;
}

.woocommerce div.product form.cart .buy-now-button{
    width:100%;
    height:48px;
    background:#FF6A00!important;
    color:#fff!important;
}

.woocommerce div.product form.cart .quantity input{
    width:100%;
    height:48px;
    border-radius:10px;
    border:1px solid #fff;
}


/* ============================================================
   CHAPTER 4 — CART PAGE
============================================================ */

.woocommerce-cart table.shop_table{
    border:none;
}

.woocommerce-cart table.shop_table tr{
    background:#fff;
    border-radius:14px;
    margin-bottom:8px;
    padding:8px;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

/* Layout */
.woocommerce-cart tr{
    display:flex;
    align-items:center;
    gap:10px;
}

/* Image */
.woocommerce-cart .product-thumbnail img{
    width:70px;
    border-radius:12px;
}

/* Name */
.woocommerce-cart .product-name{flex:1;}

.woocommerce-cart .product-name a{
    font-size:14px;
    font-weight:500;
    color:#111;
    text-decoration:none;
}

/* Subtotal */
.woocommerce-cart .product-subtotal{
    font-size:16px;
    font-weight:800;
    color:#FF6A00;
    text-align:right;
}

/* Quantity */
.woocommerce-cart .product-quantity input{
    width:60px;
    height:36px;
    border-radius:8px;
    border:1px solid #ddd;
    text-align:center;
}

/* Remove */
.woocommerce-cart .product-remove a{
    color:#999;
    font-size:18px;
}
.woocommerce-cart .product-remove a:hover{
    color:#ff3b30;
}

/* Checkout button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #FF6A00;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
	   border-radius: 5px;
	bottom: -10px;
}



/* ============================================================
   CHAPTER 5 — CHECKOUT PAGE
============================================================ */

.woocommerce #payment #place_order{
    width:100%!important;
    height:48px!important;
    background:#FF6A00  !important;
    border-radius:12px  !important;
    font-weight:800  !important;
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount,
.woocommerce-js table.shop_table .woocommerce-Price-amount{
    font-weight:800  !important;
}



/* ================================
   ACCOUNT PAGE
================================ */
.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar { display: none;}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    background: var(--ast-global-color-0);
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    padding: 0px !important;
        gap: 5px !important; 
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: flex;
    overflow-x: auto;
    margin-bottom: 20px;
    white-space: nowrap;
	
}
	.woocommerce-account .woocommerce-MyAccount-navigation a {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
	font-size: 12px;
}
}

/* sidebar */
.woocommerce-MyAccount-navigation{
    background:#fff;
    border-radius:12px;
    padding:10px;
}
.woocommerce-MyAccount-navigation a{
    display:block;
    padding:8px;
    border-radius:8px;
    font-size:13px;
    color:#0f172a
}
/* content */
.woocommerce-account:not(.woocommerce-view-order):not(.woocommerce-orders) .woocommerce-MyAccount-content, .woocommerce .col2-set, .woocommerce-page .col2-set{
    flex:1;
    background:#fff;
    border-radius:12px;
    padding:14px;
}































/*..........other............. */

body:not(.logged-in) .hide-for-logged-out {
    display: none !important;
}
body.logged-in .hide-for-logged-in {
    display: none;
}



















/* ================================
    Hide result-countCLEANUP
================================ */
.woocommerce-result-count{
    display:none;
}










/* =========================================================
   HLOMART FINAL — ULTRA MINIMAL + FAST + FULL WIDTH
========================================================= */
body.post-type-archive-product .site-content .ast-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: -45px !important;
}



















