
body{margin:0;font-family:Arial,sans-serif;background:#f6f1f4;color:#222}
.container{width:min(1200px,92%);margin:0 auto}
.topbar{background:#a21842;color:#fff;font-size:14px;padding:8px 0}
.topbar a{color:#fff;text-decoration:none}
.topbar-row,.header-row,.footer-credit .container{display:flex;justify-content:space-between;align-items:center}
.site-header{background:#fff;border-bottom:1px solid #ece1e7;padding:16px 0;position:sticky;top:0;z-index:20}
.site-logo a,.site-logo img{text-decoration:none;color:#d03172;font-size:28px;font-weight:700;max-height:56px;width:auto}
.menu-list{list-style:none;display:flex;gap:22px;margin:0;padding:0}
.menu-list a,.cart-link{text-decoration:none;color:#303040;font-weight:600}
.hero-banner{padding:0 0 16px}
.hero-custom-inner{padding-top:0}
.hero-art img{display:block;width:100%;border-radius:0 0 6px 6px}
.category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:12px auto 22px}
.category-strip a{text-decoration:none;text-align:center;padding:12px 14px;border-radius:4px;background:#efe6ea;color:#3c2a3a;border:1px solid #e2d6dc;font-weight:700}
.product-section,.offer-banner,.page-content,.single-product-wrap,.shop-layout,.woo-page{padding:16px 0 28px}
.section-head h1,.section-head h2,.page-title{margin:0 0 16px;color:#443a49}
.nf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.nf-card,.woocommerce ul.products li.product,.products .product{position:relative;background:#fff;border:1px solid #eadde4;border-radius:4px;padding:10px;box-shadow:0 1px 4px rgba(0,0,0,.04)}
.nf-image-wrap{display:block;border-radius:2px;overflow:hidden;margin-bottom:8px}
.nf-image-wrap img{width:100%;height:290px;object-fit:cover;display:block}
.nf-sale{position:absolute;left:12px;top:12px;display:inline-block;background:#fff;color:#d23674;padding:5px 11px;border-radius:999px;font-weight:700;border:1px solid #f1d6dc}
.nf-title{font-size:18px;line-height:1.35;margin:10px 0 8px;color:#26222b}
.nf-title a{text-decoration:none;color:#26222b}
.nf-price{margin-bottom:12px;color:#d23674;font-weight:700}
.nf-price del{color:#666;margin-right:6px;font-weight:400}
.nf-price ins{text-decoration:none}
.nf-actions{display:flex;gap:10px;flex-wrap:wrap}
.woocommerce ul.products li.product .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.nf-actions .button,.nf-order-btn,button,input[type=submit]{background:#d23674;color:#fff;border-radius:3px;padding:10px 14px;border:none;text-decoration:none;display:inline-block;font-weight:700}
.nf-order-btn{background:#46364a}
.offer-box{padding:0;background:transparent;border:none;box-shadow:none}
.offer-image-box img{display:block;width:100%;border-radius:2px}
.page-content article,.woo-page,.single-product-wrap,.shop-layout{background:#fff;border:1px solid #eadde4;border-radius:4px;padding:24px}
.site-footer{margin-top:40px;background:#fff;border-top:1px solid #eadde4}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:36px 0}
.footer-grid h3{margin-top:0}
.footer-grid ul{margin:0;padding:0;list-style:none}
.footer-grid li{margin-bottom:10px}
.footer-grid a{color:#444;text-decoration:none}
.footer-credit{border-top:1px solid #eee;padding:15px 0;font-size:14px;color:#555}
@media (max-width:991px){
.category-strip,.footer-grid,.nf-grid{grid-template-columns:repeat(2,1fr)}
.header-row{flex-direction:column;gap:12px}
}
@media (max-width:640px){
.category-strip,.footer-grid,.nf-grid{grid-template-columns:1fr}
.menu-list{flex-wrap:wrap;justify-content:center}
.nf-image-wrap img{height:320px}
}


.topbar-right-only{justify-content:flex-end}
.topbar-spacer{display:none}

.woocommerce-checkout .woo-page,
.woocommerce-cart .woo-page{
    background:transparent;
    border:none;
    padding:0;
}
.nf-checkout-banner{
    background:linear-gradient(135deg,#f7d7e4,#fff);
    border:1px solid #eadde4;
    border-radius:8px;
    padding:22px 24px;
    margin-bottom:18px;
}
.nf-checkout-banner h2{
    margin:0 0 8px;
    color:#a21842;
    font-size:28px;
}
.nf-checkout-banner p{
    margin:0;
    color:#5e4c58;
}
.woocommerce form.checkout{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:20px;
    align-items:start;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review{
    width:100%;
    float:none;
}
.woocommerce-checkout #customer_details{
    background:#fff;
    border:1px solid #eadde4;
    border-radius:8px;
    padding:22px;
}
.woocommerce-checkout #order_review_heading{
    background:#fff;
    border:1px solid #eadde4;
    border-radius:8px 8px 0 0;
    padding:18px 22px;
    margin:0;
    color:#a21842;
}
.woocommerce-checkout #order_review{
    background:#fff;
    border:1px solid #eadde4;
    border-top:none;
    border-radius:0 0 8px 8px;
    padding:22px;
}
.woocommerce-billing-fields h3{
    color:#a21842;
    margin-top:0;
}
.woocommerce form .form-row{
    margin-bottom:14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
    border:1px solid #dfcfd8;
    border-radius:6px;
    background:#fffafb;
    padding:13px 14px;
    font-size:15px;
}
.woocommerce form .form-row textarea{
    min-height:110px;
}
#payment{
    background:#faf4f7 !important;
    border-radius:8px !important;
    border:1px solid #eadde4 !important;
}
#payment #place_order{
    width:100%;
    background:#d23674 !important;
    font-size:16px;
    padding:14px 18px;
    border-radius:6px;
}
.woocommerce table.shop_table{
    border:1px solid #eadde4;
    border-radius:8px;
    overflow:hidden;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    padding:12px 14px !important;
}
@media (max-width: 991px){
    .woocommerce form.checkout{
        grid-template-columns:1fr;
    }
}


/* Button size fix */
.nf-actions{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    align-items:center;
}
.nf-actions .button,
.nf-order-btn{
    padding:9px 14px !important;
    min-height:40px;
    line-height:1.2 !important;
    font-size:14px !important;
    border-radius:4px !important;
    width:auto !important;
    min-width:120px;
    text-align:center;
    box-sizing:border-box;
}
.nf-order-btn{
    background:#46364a;
}
.woocommerce ul.products li.product .button{
    width:auto !important;
    min-width:120px;
    font-size:14px !important;
    padding:9px 14px !important;
    line-height:1.2 !important;
}
@media (max-width:640px){
    .nf-actions .button,
    .nf-order-btn,
    .woocommerce ul.products li.product .button{
        min-width:110px;
        padding:8px 12px !important;
        font-size:13px !important;
    }
}


/* Final hard fixes */
.topbar-clean{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
}
.topbar-clean *{
    margin:0 !important;
}
.topbar-clean::before,
.topbar-clean::after{
    content:none !important;
}

.nf-card .nf-actions{
    display:flex !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
}
.nf-card .nf-actions a,
.nf-card .nf-actions .button,
.nf-card .nf-actions .add_to_cart_button,
.nf-card .nf-order-btn{
    width:auto !important;
    max-width:none !important;
    min-width:112px !important;
    height:auto !important;
    min-height:36px !important;
    padding:8px 12px !important;
    font-size:13px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    text-align:center !important;
    border-radius:4px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
}
.nf-card .nf-order-btn{
    background:#46364a !important;
}
.woocommerce ul.products li.product .button{
    width:auto !important;
    max-width:none !important;
    min-width:112px !important;
    min-height:36px !important;
    padding:8px 12px !important;
    font-size:13px !important;
    line-height:1.15 !important;
}
@media (max-width:640px){
    .nf-card .nf-actions a,
    .nf-card .nf-actions .button,
    .nf-card .nf-actions .add_to_cart_button,
    .nf-card .nf-order-btn,
    .woocommerce ul.products li.product .button{
        min-width:104px !important;
        padding:8px 10px !important;
        font-size:12px !important;
    }
}


/* ===== Clean checkout redesign ===== */
.woocommerce-checkout .woo-page{
    background:transparent !important;
    border:none !important;
    padding:0 !important;
}
.nf-simple-checkout-banner{
    display:none;
}
.woocommerce-checkout form.checkout{
    display:block !important;
}
.woocommerce-checkout #customer_details{
    width:100% !important;
    float:none !important;
    background:#fff !important;
    border:1px solid #e6e6e6 !important;
    border-radius:8px !important;
    padding:24px !important;
    margin-bottom:18px !important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
    width:100% !important;
    float:none !important;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .shipping_address{
    display:none !important;
}
.woocommerce form .form-row{
    margin-bottom:18px !important;
}
.woocommerce form .form-row label{
    display:block !important;
    font-size:18px !important;
    line-height:1.35 !important;
    color:#202020 !important;
    font-weight:700 !important;
    margin-bottom:8px !important;
}
.woocommerce form .form-row label .required{
    color:#d83b2f !important;
    font-weight:700 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    width:100% !important;
    background:#fff !important;
    border:2px solid #e8e8e8 !important;
    border-radius:10px !important;
    padding:14px 16px !important;
    min-height:52px !important;
    font-size:16px !important;
    box-sizing:border-box !important;
    color:#222 !important;
}
.woocommerce form .form-row textarea{
    min-height:110px !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus{
    border-color:#d23674 !important;
    box-shadow:0 0 0 3px rgba(210,54,116,.08) !important;
    outline:none !important;
}
.woocommerce form .form-row .woocommerce-error,
.woocommerce form .form-row .error,
.woocommerce-invalid-required-field .woocommerce-error,
.woocommerce form .form-row .required + span{
    font-size:13px !important;
}
.woocommerce-checkout #order_review_heading{
    display:block !important;
    margin:18px 0 0 !important;
    padding:0 !important;
    background:none !important;
    border:none !important;
    color:#222 !important;
    font-size:28px !important;
    font-weight:700 !important;
}
.woocommerce-checkout #order_review{
    width:100% !important;
    float:none !important;
    background:#fff !important;
    border:1px solid #e6e6e6 !important;
    border-radius:8px !important;
    padding:24px !important;
    margin-top:14px !important;
}
.woocommerce table.shop_table{
    border:0 !important;
    border-collapse:collapse !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    padding:12px 0 !important;
    border-top:1px solid #eee !important;
}
.woocommerce table.shop_table thead th{
    border-top:0 !important;
}
#payment{
    margin-top:18px !important;
    background:#f7fafc !important;
    border:1px solid #e4eaef !important;
    border-radius:8px !important;
}
#payment ul.payment_methods{
    padding:16px 18px 0 !important;
    border-bottom:none !important;
}
#payment ul.payment_methods li{
    list-style:none !important;
}
#payment div.payment_box{
    background:#fff !important;
    border:1px solid #e8e8e8 !important;
    border-radius:6px !important;
    color:#444 !important;
}
#payment div.payment_box::before{
    display:none !important;
}
#payment .place-order{
    padding:18px !important;
}
#payment #place_order{
    width:100% !important;
    background:#1f4ab8 !important;
    border:none !important;
    color:#fff !important;
    border-radius:6px !important;
    min-height:56px !important;
    font-size:18px !important;
    font-weight:700 !important;
    box-shadow:0 6px 18px rgba(18,52,148,.18) !important;
}
.woocommerce-NoticeGroup-checkout,
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-radius:8px !important;
}
@media (max-width:640px){
    .woocommerce form .form-row label{
        font-size:16px !important;
    }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout #order_review{
        padding:16px !important;
    }
    #payment #place_order{
        font-size:17px !important;
    }
}


/* ===== Final contact actions ===== */
.nf-contact-actions-wrap{
    margin:28px 0 6px;
    background:#fff;
    border:1px solid #ece5ea;
    border-radius:12px;
    padding:20px 16px 18px;
}
.nf-contact-actions-title{
    display:flex;
    align-items:center;
    justify-content:center;
    width:fit-content;
    min-height:42px;
    padding:0 28px;
    margin:0 auto 18px;
    border:1px solid #f0cfdd;
    border-radius:999px;
    background:#f8eef3;
    color:#c43a77;
    font-weight:700;
    font-size:16px;
}
.nf-contact-actions-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}
.nf-contact-btn{
    min-height:60px;
    border-radius:14px;
    background:#fff;
    border:1px solid #e9e3e8;
    text-decoration:none;
    color:#222;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:15px;
}
.nf-contact-btn .nf-dot{font-size:14px;line-height:1;}
.nf-call-btn .nf-dot{color:#222;}
.nf-whatsapp-btn{border-color:#caefe1;}
.nf-whatsapp-btn .nf-dot{color:#55b85a;}
.nf-messenger-btn{border-color:#d8e6fb;}
.nf-messenger-btn .nf-dot{color:#4a95e6;}
@media (max-width:767px){
    .nf-contact-actions-grid{grid-template-columns:1fr;gap:12px;}
}


/* ===== Audited header/mobile menu ===== */
.mobile-menu-toggle,
.mobile-menu-drawer,
.mobile-drawer-overlay{display:none}
.desktop-nav{display:block}

@media (min-width:768px){
  .mobile-menu-toggle,.mobile-menu-drawer,.mobile-drawer-overlay{display:none !important}
  .desktop-nav{display:block !important}
}

@media (max-width:767px){
  body{overflow-x:hidden}
  .container{width:min(100%,92%)}
  .site-header{
    background:#fff;
    border-bottom:1px solid #ececec;
    position:sticky;
    top:0;
    z-index:50;
    padding:0;
  }
  .header-row{
    display:grid !important;
    grid-template-columns:40px 1fr 48px !important;
    gap:10px !important;
    align-items:center !important;
    padding:10px 0 !important;
  }
  .desktop-nav{display:none !important}

  .mobile-menu-toggle{
    display:inline-flex !important;
    flex-direction:column;
    justify-content:center;
    gap:4px;
    width:36px;
    height:36px;
    padding:0;
    border:none;
    background:transparent;
    cursor:pointer;
  }
  .mobile-menu-toggle span{
    display:block;
    width:20px;
    height:2px;
    border-radius:99px;
    background:#1f1f1f;
  }

  .site-logo{display:flex;justify-content:center;align-items:center;min-width:0}
  .site-logo a{
    display:block;
    color:#f07a00 !important;
    font-size:20px !important;
    font-weight:700 !important;
    line-height:1.2;
    text-decoration:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:center;
  }

  .header-actions{justify-self:end}
  .cart-link{
    position:relative;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:44px !important;
    height:40px !important;
    padding:0 !important;
    border:1px solid #ececec;
    border-radius:12px;
    background:#fff;
    font-size:0 !important;
    color:transparent !important;
    text-decoration:none;
    overflow:hidden;
  }
  .cart-link::before{
    content:"🛒";
    font-size:20px;
    line-height:1;
    color:#666;
  }
  .cart-link::after{
    content: attr(data-count);
    position:absolute;
    top:4px;
    right:4px;
    min-width:17px;
    height:17px;
    padding:0 2px;
    border-radius:999px;
    background:#e45d62;
    color:#fff;
    font-size:10px;
    line-height:17px;
    text-align:center;
  }

  .mobile-drawer-overlay{
    display:block !important;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transition:all .2s ease;
    z-index:998;
  }
  .mobile-menu-drawer{
    display:block !important;
    position:fixed;
    top:0;left:0;
    width:min(82vw,340px);
    height:100vh;
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    transform:translateX(-100%);
    transition:transform .22s ease;
    z-index:999;
    overflow-y:auto;
  }
  body.mobile-menu-open .mobile-menu-drawer{transform:translateX(0)}
  body.mobile-menu-open .mobile-drawer-overlay{opacity:1;visibility:visible}
  body.mobile-menu-open{overflow:hidden}

  .mobile-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:74px;
    padding:0 18px;
    border-bottom:1px solid #ececec;
    background:#fff;
  }
  .mobile-login-row{
    display:flex;
    align-items:center;
    gap:10px;
    color:#4a4a4a;
    font-size:17px;
  }
  .mobile-user-icon{
    display:inline-flex;
    width:16px;height:16px;
    align-items:center;justify-content:center;
    color:#59608a;font-size:16px;line-height:1;
  }
  .mobile-menu-close{
    border:none;background:transparent;padding:0;
    font-size:38px;line-height:1;color:#333;cursor:pointer;
  }
  .mobile-drawer-nav .menu-list{
    display:block !important;
    width:100%;
    margin:0;padding:0;
    list-style:none;
  }
  .mobile-drawer-nav .menu-list li{margin:0;border-bottom:1px solid #ececec}
  .mobile-drawer-nav .menu-list a{
    display:block;
    width:100%;
    padding:20px 20px;
    font-size:19px !important;
    line-height:1.2;
    color:#111 !important;
    text-decoration:none;
    text-transform:uppercase;
    background:#fff;
  }

  /* ===== Audited mobile product cards ===== */
  .nf-grid, ul.products, .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
  }
  .nf-card, ul.products li.product, .products .product{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    height:100% !important;
    min-height:430px !important;
    padding:8px !important;
    box-sizing:border-box !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }
  .nf-card > *, ul.products li.product > *, .products .product > *{
    width:100% !important;
    box-sizing:border-box !important;
  }
  .nf-image-wrap{margin-bottom:8px !important;border-radius:8px !important}
  .nf-image-wrap img, ul.products li.product img, .products .product img{
    width:100% !important;
    height:180px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:8px !important;
  }
  .nf-sale{
    left:auto !important;
    right:6px !important;
    top:6px !important;
    min-width:46px !important;
    height:46px !important;
    padding:0 6px !important;
    border-radius:999px !important;
    line-height:46px !important;
    text-align:center !important;
    font-size:10px !important;
  }
  .nf-title, ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title{
    font-size:12px !important;
    line-height:1.35 !important;
    margin:6px 0 !important;
    min-height:34px !important;
    max-height:34px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
  }
  .nf-price, ul.products li.product .price{
    min-height:24px !important;
    margin-bottom:8px !important;
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
    flex-wrap:wrap !important;
    font-size:12px !important;
    line-height:1.2 !important;
  }
  .nf-price del, ul.products li.product .price del{
    font-size:10px !important;
    color:#98a1b3 !important;
    margin-right:0 !important;
  }
  .nf-actions{
    margin-top:auto !important;
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
  }
  .nf-actions a,
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .nf-order-btn,
  ul.products li.product a.button,
  ul.products li.product .button{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:40px !important;
    padding:9px 10px !important;
    border-radius:12px !important;
    box-sizing:border-box !important;
    text-align:center !important;
    line-height:1.15 !important;
    font-size:12px !important;
  }
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  ul.products li.product a.button,
  ul.products li.product .button{
    background:#aab9e9 !important;
    color:#1d36c0 !important;
    font-weight:700 !important;
  }
  .nf-order-btn{background:#1f2026 !important;color:#fff !important}

  /* tighter mobile sections/footer */
  .product-section{padding-top:10px !important;padding-bottom:12px !important}
  .footer-grid, .nf-contact-actions-grid{grid-template-columns:1fr !important}
  .nf-contact-btn{min-height:52px;font-size:14px}
}


/* ===== Privacy text remove fix ===== */
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-privacy-policy-text,
#payment .place-order .woocommerce-privacy-policy-text{
  display:none !important;
  height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}


/* ===== Premium polish only: no layout break ===== */
:root{
  --nf-shadow-soft: 0 8px 24px rgba(23, 18, 24, .06);
  --nf-shadow-card: 0 6px 18px rgba(23, 18, 24, .05);
  --nf-border-soft: #eee4e9;
  --nf-accent: #d23674;
  --nf-accent-dark: #1f2026;
}

/* header polish */
.site-header{
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.site-logo a{
  letter-spacing: -.02em;
}

/* product cards polish */
.nf-card,
.woocommerce ul.products li.product,
.products .product{
  border: 1px solid var(--nf-border-soft) !important;
  box-shadow: var(--nf-shadow-card);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  background: #fff;
}
.nf-card:hover,
.woocommerce ul.products li.product:hover,
.products .product:hover{
  transform: translateY(-3px);
  box-shadow: var(--nf-shadow-soft);
  border-color: #e6d4dc !important;
}

.nf-image-wrap,
.woocommerce ul.products li.product a img,
.products .product img{
  border-radius: 10px !important;
}

.nf-title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight: 700 !important;
  color: #25212a !important;
}

.nf-price,
.woocommerce ul.products li.product .price{
  font-weight: 700 !important;
}
.nf-price del,
.woocommerce ul.products li.product .price del{
  opacity: .7;
}
.nf-price ins,
.nf-price bdi,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price bdi{
  color: var(--nf-accent) !important;
}

.nf-sale{
  box-shadow: 0 4px 12px rgba(210,54,116,.16);
}

/* button polish */
.nf-actions .button,
.nf-actions .add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
button,
input[type=submit]{
  font-weight: 700 !important;
  box-shadow: 0 6px 14px rgba(59, 74, 148, .12);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.nf-order-btn{
  box-shadow: 0 8px 18px rgba(20, 23, 32, .16) !important;
}
.nf-actions .button:hover,
.nf-actions .add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.nf-order-btn:hover{
  transform: translateY(-1px);
}

/* section polish */
.product-section,
.page-content article,
.woo-page,
.single-product-wrap,
.shop-layout{
  border-radius: 16px;
}

.premium-section-head h2,
.section-head h1,
.section-head h2,
.page-title{
  letter-spacing: -.02em;
}

/* checkout polish */
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
#payment{
  box-shadow: var(--nf-shadow-card);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  transition: border-color .18s ease, box-shadow .18s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus{
  border-color: #df9ab6 !important;
  box-shadow: 0 0 0 3px rgba(210,54,116,.08) !important;
}
#payment #place_order{
  box-shadow: 0 10px 22px rgba(31, 74, 184, .18) !important;
}

/* contact section polish */
.nf-contact-actions-wrap{
  box-shadow: var(--nf-shadow-card);
}
.nf-contact-btn{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nf-contact-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(23,18,24,.06);
}

/* footer polish */
.site-footer{
  background: linear-gradient(180deg, #fff 0%, #fffafb 100%);
}
.footer-grid h3{
  color: #2b2230;
}
.footer-grid a:hover{
  color: var(--nf-accent);
}

/* mobile polish only, preserve existing structure */
@media (max-width: 767px){
  .site-header{
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
  }
  .nf-card,
  .woocommerce ul.products li.product,
  .products .product{
    box-shadow: 0 4px 14px rgba(23,18,24,.05);
  }
  .nf-card:hover,
  .woocommerce ul.products li.product:hover,
  .products .product:hover{
    transform: none;
  }
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .woocommerce ul.products li.product .button,
  .nf-order-btn{
    box-shadow: none !important;
  }
  #payment #place_order{
    box-shadow: 0 6px 16px rgba(31,74,184,.16) !important;
  }
}


/* ===== Mobile single product + related products hard fix ===== */
@media (max-width: 767px){

  /* prevent horizontal overflow everywhere */
  html, body{
    overflow-x:hidden !important;
  }
  .site-main,
  .single-product-wrap,
  .woo-page,
  .page-content,
  .container{
    max-width:100% !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
  }

  /* single product layout stack */
  body.single-product div.product,
  body.single-product .product,
  body.single-product .woocommerce div.product{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce-page div.product div.images,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce-page div.product div.summary{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px 0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }

  body.single-product .woocommerce div.product div.images img,
  body.single-product .woocommerce-page div.product div.images img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    border-radius:10px !important;
  }

  /* qty + add to cart wrap nicely */
  body.single-product form.cart{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    align-items:center !important;
    width:100% !important;
  }
  body.single-product form.cart .quantity{
    margin:0 !important;
  }
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button{
    width:auto !important;
    min-width:160px !important;
    max-width:100% !important;
  }

  /* tabs */
  body.single-product .woocommerce-tabs,
  body.single-product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce-tabs .panel{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  body.single-product .woocommerce-tabs ul.tabs{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:0 !important;
  }
  body.single-product .woocommerce-tabs ul.tabs li{
    float:none !important;
    display:block !important;
    margin:0 6px 6px 0 !important;
  }

  /* related products: true 2-column cards, no skinny columns */
  body.single-product .related,
  body.single-product .related.products,
  body.single-product .related ul.products{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }

  body.single-product .related ul.products,
  body.single-product .related .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .related .products .product{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:column !important;
    min-height:420px !important;
    padding:8px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    border-radius:12px !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width:100% !important;
    height:180px !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:8px !important;
  }

  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size:12px !important;
    line-height:1.35 !important;
    min-height:34px !important;
    max-height:34px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    margin:6px 0 !important;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    min-height:24px !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    align-items:center !important;
    font-size:12px !important;
    line-height:1.2 !important;
    margin-bottom:8px !important;
  }

  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product .button{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:40px !important;
    margin-top:auto !important;
    box-sizing:border-box !important;
  }

  /* sale bubble position in related cards */
  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale,
  body.single-product .related ul.products li.product .nf-sale{
    left:auto !important;
    right:6px !important;
    top:6px !important;
    min-width:46px !important;
    height:46px !important;
    line-height:46px !important;
    text-align:center !important;
    font-size:10px !important;
    border-radius:999px !important;
  }
}


/* ===== AUDITED MOBILE WOO FIX v2.0.5 ===== */
@media (max-width: 767px){

  /* Global overflow safety */
  html, body{
    overflow-x: hidden !important;
  }
  .site-main,
  .single-product-wrap,
  .woo-page,
  .page-content,
  .shop-layout,
  .container{
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  /* ARCHIVE / SHOP PAGE: kill old WooCommerce floats and widths */
  body.post-type-archive-product ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.woocommerce-page ul.products,
  body.woocommerce ul.products{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  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,
  body.tax-product_tag ul.products::before,
  body.tax-product_tag ul.products::after,
  body.woocommerce ul.products::before,
  body.woocommerce ul.products::after{
    content: none !important;
    display: none !important;
  }

  body.post-type-archive-product ul.products li.product,
  body.post-type-archive-product .woocommerce ul.products li.product,
  body.tax-product_cat ul.products li.product,
  body.tax-product_tag ul.products li.product,
  body.woocommerce-page ul.products li.product,
  body.woocommerce ul.products li.product{
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 430px !important;
    height: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  body.post-type-archive-product ul.products li.product > *,
  body.tax-product_cat ul.products li.product > *,
  body.tax-product_tag ul.products li.product > *,
  body.woocommerce ul.products li.product > *{
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.post-type-archive-product ul.products li.product img,
  body.tax-product_cat ul.products li.product img,
  body.tax-product_tag ul.products li.product img,
  body.woocommerce ul.products li.product img{
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
  }

  body.post-type-archive-product ul.products li.product h2,
  body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat ul.products li.product h2,
  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_tag ul.products li.product h2,
  body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
  body.woocommerce ul.products li.product h2,
  body.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 6px 0 !important;
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body.post-type-archive-product ul.products li.product .price,
  body.tax-product_cat ul.products li.product .price,
  body.tax-product_tag ul.products li.product .price,
  body.woocommerce ul.products li.product .price{
    min-height: 24px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  body.post-type-archive-product ul.products li.product .price del,
  body.tax-product_cat ul.products li.product .price del,
  body.tax-product_tag ul.products li.product .price del,
  body.woocommerce ul.products li.product .price del{
    font-size: 10px !important;
    margin-right: 0 !important;
    color: #98a1b3 !important;
  }

  body.post-type-archive-product ul.products li.product a.button,
  body.post-type-archive-product ul.products li.product .button,
  body.tax-product_cat ul.products li.product a.button,
  body.tax-product_cat ul.products li.product .button,
  body.tax-product_tag ul.products li.product a.button,
  body.tax-product_tag ul.products li.product .button,
  body.woocommerce ul.products li.product a.button,
  body.woocommerce ul.products li.product .button{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    padding: 9px 10px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    line-height: 1.15 !important;
    font-size: 12px !important;
    margin-top: auto !important;
  }

  /* Shop sorting row wrap nicely */
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_tag .woocommerce-ordering,
  body.woocommerce-page .woocommerce-ordering{
    float: none !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  body.post-type-archive-product .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.tax-product_tag .woocommerce-result-count,
  body.woocommerce-page .woocommerce-result-count{
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  body.post-type-archive-product .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_tag .woocommerce-ordering select,
  body.woocommerce-page .woocommerce-ordering select{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* SINGLE PRODUCT */
  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce-page div.product div.images,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce-page div.product div.summary{
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.single-product .woocommerce div.product div.images img,
  body.single-product .woocommerce-page div.product div.images img{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 10px !important;
  }

  body.single-product .woocommerce div.product form.cart{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
  }

  body.single-product .woocommerce div.product form.cart .quantity{
    margin: 0 !important;
  }

  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button,
  body.single-product .woocommerce div.product form.cart button.button{
    width: auto !important;
    min-width: 160px !important;
    max-width: 100% !important;
  }

  body.single-product .woocommerce-tabs,
  body.single-product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce-tabs .panel{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.single-product .woocommerce-tabs ul.tabs{
    display: flex !important;
    flex-wrap: wrap !important;
  }

  body.single-product .woocommerce-tabs ul.tabs li{
    float: none !important;
    display: block !important;
    margin: 0 6px 6px 0 !important;
  }

  /* RELATED PRODUCTS */
  body.single-product .related,
  body.single-product .related.products,
  body.single-product .related ul.products{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.single-product .related ul.products,
  body.single-product .related .products{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  body.single-product .related ul.products::before,
  body.single-product .related ul.products::after{
    content: none !important;
    display: none !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .related .products .product{
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 420px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  body.single-product .related ul.products li.product > *,
  body.single-product .related .products .product > *{
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
  }

  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size: 12px !important;
    line-height: 1.35 !important;
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin: 6px 0 !important;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    min-height: 24px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  body.single-product .related ul.products li.product a.button,
  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product a.button,
  body.single-product .related .products .product .button{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    margin-top: auto !important;
    box-sizing: border-box !important;
  }

  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale,
  body.single-product .related ul.products li.product .nf-sale{
    left: auto !important;
    right: 6px !important;
    top: 6px !important;
    min-width: 46px !important;
    height: 46px !important;
    line-height: 46px !important;
    text-align: center !important;
    font-size: 10px !important;
    border-radius: 999px !important;
  }
}


/* ===== Targeted polish fix from audit screenshot ===== */
@media (max-width: 767px){

  /* card inner spacing */
  body .nf-card,
  body .woocommerce ul.products li.product,
  body .products .product{
    padding: 10px !important;
  }

  /* keep sale badge fully inside card */
  body .nf-sale,
  body .woocommerce ul.products li.product .onsale,
  body .products .product .onsale{
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    margin: 0 !important;
    min-width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    z-index: 3 !important;
  }

  /* title more balanced */
  body .nf-title,
  body .woocommerce ul.products li.product h2,
  body .woocommerce ul.products li.product .woocommerce-loop-product__title{
    margin: 8px 0 8px !important;
    text-align: center !important;
  }

  /* old/new price clearer and not too faint */
  body .nf-price,
  body .woocommerce ul.products li.product .price{
    justify-content: center !important;
    text-align: center !important;
    min-height: 28px !important;
    margin-bottom: 10px !important;
  }

  body .nf-price del,
  body .woocommerce ul.products li.product .price del{
    opacity: .9 !important;
    color: #9aa0a6 !important;
    text-decoration-thickness: 1px !important;
  }

  body .nf-price ins,
  body .nf-price bdi,
  body .woocommerce ul.products li.product .price ins,
  body .woocommerce ul.products li.product .price bdi{
    color: #111 !important;
    font-weight: 700 !important;
  }

  /* buttons centered, cleaner */
  body .nf-actions{
    gap: 8px !important;
  }

  body .nf-actions a,
  body .nf-actions .button,
  body .nf-actions .add_to_cart_button,
  body .nf-order-btn,
  body .woocommerce ul.products li.product a.button,
  body .woocommerce ul.products li.product .button{
    width: 100% !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .nf-actions .button,
  body .nf-actions .add_to_cart_button,
  body .woocommerce ul.products li.product a.button,
  body .woocommerce ul.products li.product .button{
    background: #d7e2ff !important;
    color: #2447c6 !important;
  }

  body .nf-order-btn{
    background: #2952cc !important;
    color: #fff !important;
  }
}


/* ===== LAST MOBILE GRID FIX v2.0.7 ===== */
@media (max-width: 767px){

  /* FORCE FULL WIDTH GRID */
  body .woocommerce ul.products,
  body ul.products,
  body .related ul.products{
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  body .woocommerce ul.products::before,
  body .woocommerce ul.products::after,
  body ul.products::before,
  body ul.products::after,
  body .related ul.products::before,
  body .related ul.products::after{
    content: none !important;
    display: none !important;
  }

  body .woocommerce ul.products li.product,
  body ul.products li.product,
  body .related ul.products li.product{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    left: auto !important;
    margin: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 430px !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }

  body .woocommerce ul.products li.product > *,
  body ul.products li.product > *,
  body .related ul.products li.product > *{
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* IMAGE FIX */
  body .woocommerce ul.products li.product img,
  body ul.products li.product img,
  body .related ul.products li.product img{
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
    margin-bottom: 8px !important;
  }

  /* title clamp */
  body .woocommerce ul.products li.product h2,
  body .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body ul.products li.product h2,
  body ul.products li.product .woocommerce-loop-product__title,
  body .related ul.products li.product h2,
  body .related ul.products li.product .woocommerce-loop-product__title{
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    line-height: 1.35 !important;
    text-align: center !important;
    margin: 8px 0 !important;
  }

  /* PRICE CENTER */
  body .woocommerce ul.products li.product .price,
  body ul.products li.product .price,
  body .related ul.products li.product .price,
  body .nf-price{
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    gap: 6px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 28px !important;
    margin-bottom: 10px !important;
  }

  body .woocommerce ul.products li.product .price del,
  body ul.products li.product .price del,
  body .related ul.products li.product .price del{
    color: #9aa0a6 !important;
    opacity: .9 !important;
  }

  /* BUTTON FULL WIDTH */
  body .woocommerce ul.products li.product a.button,
  body .woocommerce ul.products li.product .button,
  body ul.products li.product a.button,
  body ul.products li.product .button,
  body .related ul.products li.product a.button,
  body .related ul.products li.product .button{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-top: auto !important;
    min-height: 42px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    border-radius: 12px !important;
  }

  /* sale badge */
  body .woocommerce ul.products li.product .onsale,
  body ul.products li.product .onsale,
  body .related ul.products li.product .onsale,
  body .nf-sale{
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    min-width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    border-radius: 999px !important;
    text-align: center !important;
    font-size: 11px !important;
    margin: 0 !important;
  }
}


/* ===== v2.0.8 mobile readability + bigger cover ===== */
@media (max-width: 767px){
  .hero-banner,
  .premium-hero{
    padding: 8px 0 12px !important;
  }
  .hero-art img,
  .hero-banner img,
  .premium-hero img{
    width: 100% !important;
    height: auto !important;
    min-height: 180px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }

  .category-strip,
  .premium-category-grid{
    gap: 10px !important;
  }
  .category-strip a,
  .premium-category-card{
    min-height: 56px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }
  .premium-category-card strong,
  .category-strip a{
    font-size: 14px !important;
  }

  .premium-section-head h2,
  .section-head h1,
  .section-head h2,
  .page-title{
    font-size: 22px !important;
    line-height: 1.15 !important;
  }

  .nf-title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 13px !important;
    line-height: 1.3 !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 8px 0 6px !important;
  }

  .nf-price,
  .woocommerce ul.products li.product .price{
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  .nf-price del,
  .woocommerce ul.products li.product .price del{
    font-size: 11px !important;
  }
  .nf-price ins,
  .nf-price bdi,
  .woocommerce ul.products li.product .price ins,
  .woocommerce ul.products li.product .price bdi{
    font-size: 13px !important;
  }

  .nf-actions a,
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .nf-order-btn,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .button{
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  .site-logo a{
    font-size: 18px !important;
  }
}


/* ===== v2.0.9 homepage mobile spacing premium polish ===== */
@media (max-width: 767px){
  .site-main{
    padding-top: 4px !important;
  }

  .hero-banner,
  .premium-hero{
    padding: 10px 0 14px !important;
  }

  .hero-art img,
  .hero-banner img,
  .premium-hero img{
    border-radius: 10px !important;
    min-height: 200px !important;
  }

  .category-strip,
  .premium-category-wrap,
  .premium-category-grid{
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }

  .category-strip a,
  .premium-category-card{
    border-radius: 12px !important;
  }

  .product-section{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .premium-section-head,
  .section-head{
    margin-bottom: 14px !important;
  }

  .premium-section-head h2,
  .section-head h1,
  .section-head h2{
    margin-bottom: 6px !important;
  }

  .nf-grid,
  .woocommerce ul.products,
  .products{
    gap: 12px !important;
  }

  .nf-card,
  .woocommerce ul.products li.product,
  .products .product{
    border-radius: 14px !important;
  }

  .offer-banner,
  .premium-banner-row{
    margin-top: 10px !important;
  }

  .offer-image-box img,
  .premium-offer-image img{
    border-radius: 12px !important;
    min-height: 170px !important;
    object-fit: cover !important;
  }

  .site-footer{
    margin-top: 24px !important;
  }

  .footer-grid{
    gap: 16px !important;
  }
}


/* ===== v2.1.0 mobile image + font polish ===== */
@media (max-width: 767px){

  /* show model head better */
  .nf-image-wrap img,
  .woocommerce ul.products li.product img,
  .products .product img{
    height: 210px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 10px !important;
  }

  /* cleaner card proportions */
  .nf-card,
  .woocommerce ul.products li.product,
  .products .product{
    min-height: 460px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 16px rgba(20,20,20,.05) !important;
  }

  /* sale badge more premium */
  .nf-sale,
  .woocommerce ul.products li.product .onsale,
  .products .product .onsale{
    min-width: 54px !important;
    height: 54px !important;
    line-height: 54px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    top: 10px !important;
    right: 10px !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(210,54,116,.15) !important;
  }

  /* font polish */
  .premium-section-head h2,
  .section-head h1,
  .section-head h2,
  .page-title{
    font-size: 20px !important;
    line-height: 1.15 !important;
    letter-spacing: -.02em !important;
  }

  .nf-title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 8px 0 8px !important;
  }

  .nf-price,
  .woocommerce ul.products li.product .price{
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  .nf-price del,
  .woocommerce ul.products li.product .price del{
    font-size: 11px !important;
    color: #9aa0a6 !important;
  }

  .nf-price ins,
  .nf-price bdi,
  .woocommerce ul.products li.product .price ins,
  .woocommerce ul.products li.product .price bdi{
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
  }

  /* buttons more professional */
  .nf-actions{
    gap: 10px !important;
  }

  .nf-actions a,
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .nf-order-btn,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .button{
    min-height: 40px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: -.01em !important;
  }

  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .button{
    background: #d8e3ff !important;
    color: #2347c5 !important;
  }

  .nf-order-btn{
    background: #3d3145 !important;
    color: #fff !important;
  }

  /* category buttons text smaller and cleaner */
  .category-strip a,
  .premium-category-card{
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: 54px !important;
  }

  /* header logo text */
  .site-logo a{
    font-size: 17px !important;
    font-weight: 700 !important;
  }
}


/* ===== FULL AUDITED MOBILE FIX v2.1.1 ===== */
@media (max-width: 767px){

  /* 1) Global width safety */
  html, body{
    overflow-x: hidden !important;
  }
  body *{
    box-sizing: border-box !important;
  }
  .container,
  .site-main,
  .page-content,
  .woo-page,
  .single-product-wrap,
  .shop-layout{
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* 2) Header */
  .site-header{
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #ececec !important;
  }
  .header-row{
    display: grid !important;
    grid-template-columns: 40px 1fr 48px !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }
  .site-logo{
    min-width: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .site-logo a{
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
  }

  /* 3) Hero/banner */
  .hero-banner,
  .premium-hero{
    padding: 10px 0 14px !important;
  }
  .hero-art img,
  .hero-banner img,
  .premium-hero img{
    width: 100% !important;
    min-height: 200px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 10px !important;
    display: block !important;
  }

  /* 4) Category blocks */
  .category-strip,
  .premium-category-grid{
    gap: 10px !important;
    margin-bottom: 14px !important;
  }
  .category-strip a,
  .premium-category-card{
    min-height: 54px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    border-radius: 12px !important;
  }

  /* 5) Shop + home product grids */
  .nf-grid,
  .woocommerce ul.products,
  ul.products,
  .products,
  .related ul.products{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }
  .woocommerce ul.products::before,
  .woocommerce ul.products::after,
  ul.products::before,
  ul.products::after,
  .related ul.products::before,
  .related ul.products::after{
    content: none !important;
    display: none !important;
  }

  .nf-card,
  .woocommerce ul.products li.product,
  ul.products li.product,
  .products .product,
  .related ul.products li.product{
    float: none !important;
    clear: none !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 460px !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }
  .nf-card > *,
  .woocommerce ul.products li.product > *,
  ul.products li.product > *,
  .products .product > *{
    width: 100% !important;
  }

  /* 6) Product image: head visible */
  .nf-image-wrap{
    margin-bottom: 8px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  .nf-image-wrap img,
  .woocommerce ul.products li.product img,
  ul.products li.product img,
  .products .product img,
  .related ul.products li.product img{
    width: 100% !important;
    height: 210px !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    border-radius: 10px !important;
    margin-bottom: 8px !important;
  }

  /* 7) Sale badge */
  .nf-sale,
  .woocommerce ul.products li.product .onsale,
  ul.products li.product .onsale,
  .products .product .onsale{
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    margin: 0 !important;
    min-width: 54px !important;
    height: 54px !important;
    line-height: 54px !important;
    text-align: center !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    z-index: 3 !important;
  }

  /* 8) Text sizing */
  .premium-section-head h2,
  .section-head h1,
  .section-head h2,
  .page-title{
    font-size: 20px !important;
    line-height: 1.15 !important;
    margin-bottom: 6px !important;
  }

  .nf-title,
  .woocommerce ul.products li.product h2,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product h2,
  ul.products li.product .woocommerce-loop-product__title{
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    text-align: center !important;
    min-height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin: 8px 0 !important;
  }

  .nf-price,
  .woocommerce ul.products li.product .price,
  ul.products li.product .price{
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
    min-height: 28px !important;
    margin-bottom: 12px !important;
  }
  .nf-price del,
  .woocommerce ul.products li.product .price del,
  ul.products li.product .price del{
    font-size: 11px !important;
    color: #9aa0a6 !important;
    opacity: .9 !important;
  }
  .nf-price ins,
  .nf-price bdi,
  .woocommerce ul.products li.product .price ins,
  .woocommerce ul.products li.product .price bdi,
  ul.products li.product .price ins,
  ul.products li.product .price bdi{
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
  }

  /* 9) Buttons */
  .nf-actions{
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }
  .nf-actions a,
  .nf-actions .button,
  .nf-actions .add_to_cart_button,
  .nf-order-btn,
  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product .button,
  ul.products li.product a.button,
  ul.products li.product .button{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* 10) Shop sorting row */
  .woocommerce-result-count,
  .woocommerce-ordering{
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .woocommerce-ordering select{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 11) Single product */
  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce div.product div.summary{
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
  }
  body.single-product .woocommerce div.product div.images img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 10px !important;
  }
  body.single-product form.cart{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
  }
  body.single-product form.cart .quantity{
    margin: 0 !important;
  }
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button{
    width: auto !important;
    min-width: 160px !important;
    max-width: 100% !important;
  }

  /* 12) Tabs */
  body.single-product .woocommerce-tabs,
  body.single-product .woocommerce-tabs ul.tabs,
  body.single-product .woocommerce-tabs .panel{
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  body.single-product .woocommerce-tabs ul.tabs{
    display: flex !important;
    flex-wrap: wrap !important;
  }
  body.single-product .woocommerce-tabs ul.tabs li{
    float: none !important;
    margin: 0 6px 6px 0 !important;
  }

  /* 13) Footer/spacing */
  .product-section{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .site-footer{
    margin-top: 24px !important;
  }
  .footer-grid{
    gap: 16px !important;
  }
}


/* ===== v2.1.2 homepage screenshot-targeted mobile polish ===== */
@media (max-width: 767px){

  /* category buttons centered and cleaner */
  .category-strip a,
  .premium-category-card{
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    border-radius: 14px !important;
  }

  /* bigger cleaner banner */
  .hero-art img,
  .hero-banner img,
  .premium-hero img{
    min-height: 180px !important;
    height: 180px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 14px !important;
  }

  /* homepage product images: show model head better */
  .home .nf-image-wrap img,
  .home .woocommerce ul.products li.product img,
  .home ul.products li.product img,
  .home .products .product img{
    height: 180px !important;
    object-fit: cover !important;
    object-position: center top !important;
    border-radius: 12px !important;
  }

  /* sale badge premium position on homepage */
  .home .nf-sale,
  .home .woocommerce ul.products li.product .onsale,
  .home ul.products li.product .onsale{
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    min-width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 10px !important;
    border-radius: 22px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  /* product titles/prices/buttons slightly more premium on homepage */
  .home .nf-title,
  .home .woocommerce ul.products li.product h2,
  .home .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 6px !important;
  }

  .home .nf-price,
  .home .woocommerce ul.products li.product .price{
    text-align: center !important;
    justify-content: center !important;
    font-size: 14px !important;
  }

  .home .nf-actions a,
  .home .nf-actions .button,
  .home .nf-actions .add_to_cart_button,
  .home .nf-order-btn,
  .home .woocommerce ul.products li.product .button{
    min-height: 38px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }

  /* section spacing */
  .home .product-section,
  .home .premium-category-wrap,
  .home .offer-banner{
    margin-bottom: 10px !important;
  }
}


/* ===== v2.1.3 mobile model head visibility + remove top blank gap ===== */
@media (max-width: 767px){

  /* cards */
  .home .woocommerce ul.products li.product,
  .home ul.products li.product,
  .home .products .product,
  .home .nf-card{
    position: relative !important;
    padding: 10px !important;
    padding-top: 10px !important;
    min-height: 440px !important;
    overflow: hidden !important;
  }

  /* sale badge should not push image down */
  .home .woocommerce ul.products li.product .onsale,
  .home ul.products li.product .onsale,
  .home .products .product .onsale,
  .home .nf-sale{
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    margin: 0 !important;
    min-width: 58px !important;
    width: auto !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    z-index: 5 !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
  }

  /* image wrapper should start right at top */
  .home .nf-image-wrap,
  .home .woocommerce ul.products li.product a:first-of-type,
  .home ul.products li.product a:first-of-type{
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* image crop tuned to show head and remove top empty space */
  .home .nf-image-wrap img,
  .home .woocommerce ul.products li.product img,
  .home ul.products li.product img,
  .home .products .product img{
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    object-position: center 12% !important;
    display: block !important;
    margin: 0 !important;
    border-radius: 12px !important;
  }

  /* tighter text spacing for pro look */
  .home .nf-title,
  .home .woocommerce ul.products li.product h2,
  .home .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 13px !important;
    line-height: 1.32 !important;
    min-height: 34px !important;
    max-height: 34px !important;
    margin: 10px 0 8px !important;
    text-align: center !important;
  }

  .home .nf-price,
  .home .woocommerce ul.products li.product .price{
    justify-content: center !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    min-height: 28px !important;
  }

  .home .nf-actions{
    gap: 10px !important;
    margin-top: auto !important;
  }

  .home .nf-actions a,
  .home .nf-actions .button,
  .home .nf-actions .add_to_cart_button,
  .home .nf-order-btn,
  .home .woocommerce ul.products li.product .button{
    min-height: 40px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}


/* ===== v2.1.4 cart design + brand text color ===== */
@media (max-width: 767px){
  .site-logo a{
    color:#111 !important;
    font-size:17px !important;
    font-weight:700 !important;
    letter-spacing:-0.01em !important;
  }

  .header-actions{
    justify-self:end !important;
  }

  .cart-link{
    position:relative !important;
    width:50px !important;
    height:44px !important;
    min-width:50px !important;
    padding:0 !important;
    border:1px solid #e6e6e6 !important;
    border-radius:14px !important;
    background:#fff !important;
    box-shadow:0 4px 14px rgba(20,20,20,.06) !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-decoration:none !important;
    font-size:0 !important;
    color:transparent !important;
    overflow:visible !important;
  }
  .cart-link::before{
    content:"🛒";
    font-size:21px !important;
    line-height:1 !important;
    color:#5f6670 !important;
  }
  .cart-link::after{
    content: attr(data-count);
    position:absolute !important;
    top:-6px !important;
    right:-4px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 4px !important;
    border-radius:999px !important;
    background:#e85d68 !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:700 !important;
    line-height:20px !important;
    text-align:center !important;
    box-shadow:0 4px 10px rgba(232,93,104,.25) !important;
    border:2px solid #fff !important;
  }
}

@media (min-width: 768px){
  .site-logo a{
    color:#111 !important;
  }
}


/* ===== v2.1.5 single product professional look + related image fix ===== */
@media (max-width: 767px){

  /* single product add to cart button more professional */
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button{
    min-width: 170px !important;
    min-height: 48px !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    background: #3d3145 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 8px 18px rgba(61,49,69,.15) !important;
  }

  body.single-product form.cart .quantity .qty{
    height: 48px !important;
    min-width: 54px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }

  /* related products card images cleaner */
  body.single-product .related ul.products,
  body.single-product .related .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .related .products .product{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    float:none !important;
    margin:0 !important;
    padding:10px !important;
    min-height:430px !important;
    border-radius:14px !important;
    overflow:hidden !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width:100% !important;
    height:190px !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    border-radius:10px !important;
    margin-bottom:8px !important;
  }

  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale{
    top:10px !important;
    left:10px !important;
    right:auto !important;
    min-width:52px !important;
    height:38px !important;
    line-height:38px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:700 !important;
  }

  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size:13px !important;
    line-height:1.35 !important;
    min-height:36px !important;
    max-height:36px !important;
    margin:8px 0 !important;
    text-align:center !important;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    justify-content:center !important;
    text-align:center !important;
    min-height:28px !important;
    margin-bottom:10px !important;
  }

  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product .button{
    width:100% !important;
    min-height:40px !important;
    border-radius:10px !important;
    font-size:12px !important;
  }
}


/* ===== v2.1.6 stronger single product button style ===== */
@media (max-width: 767px){
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button,
  body.single-product .single_add_to_cart_button{
    background:#3d3145 !important;
    color:#fff !important;
    min-height:48px !important;
    min-width:180px !important;
    border-radius:12px !important;
    font-size:15px !important;
    font-weight:700 !important;
    box-shadow:0 8px 18px rgba(61,49,69,.15) !important;
  }
}


/* ===== v2.1.7 single product page like reference ===== */
@media (max-width: 767px){

  /* main product gallery cleaner like reference */
  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.images{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    padding:0 !important;
    float:none !important;
  }

  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .flex-viewport{
    border-radius:18px !important;
    overflow:hidden !important;
  }

  body.single-product .woocommerce-product-gallery__image img,
  body.single-product .woocommerce div.product div.images img{
    width:100% !important;
    height:auto !important;
    object-fit:cover !important;
    display:block !important;
    border-radius:18px !important;
  }

  /* thumbnail row more premium */
  body.single-product .flex-control-thumbs{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px !important;
    margin:12px 0 8px !important;
    padding:0 !important;
  }

  body.single-product .flex-control-thumbs li{
    width:100% !important;
    float:none !important;
    margin:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  body.single-product .flex-control-thumbs img{
    width:100% !important;
    height:88px !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    border-radius:12px !important;
    opacity:.95 !important;
  }

  /* title/price spacing */
  body.single-product .product_title{
    font-size:22px !important;
    line-height:1.2 !important;
    margin:12px 0 10px !important;
  }

  body.single-product .summary .price{
    margin-bottom:14px !important;
    font-size:16px !important;
  }

  /* add to cart row */
  body.single-product form.cart{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    align-items:center !important;
    width:100% !important;
    margin-bottom:14px !important;
  }

  body.single-product form.cart .quantity{
    flex:0 0 64px !important;
  }

  body.single-product form.cart .quantity .qty{
    width:64px !important;
    height:48px !important;
    border-radius:12px !important;
    border:2px solid #3d3145 !important;
    font-size:16px !important;
    text-align:center !important;
  }

  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button,
  body.single-product .single_add_to_cart_button{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    min-height:48px !important;
    border-radius:14px !important;
    background:#2347c5 !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:700 !important;
    box-shadow:0 10px 20px rgba(35,71,197,.16) !important;
  }

  /* tabs cleaner */
  body.single-product .woocommerce-tabs{
    margin-top:8px !important;
  }
  body.single-product .woocommerce-tabs ul.tabs li{
    border-radius:12px 12px 0 0 !important;
    overflow:hidden !important;
  }

  /* related products: fix skinny columns completely */
  body.single-product .related{
    width:100% !important;
    overflow:hidden !important;
    margin-top:18px !important;
  }

  body.single-product .related > h2,
  body.single-product .related > h3{
    font-size:20px !important;
    line-height:1.2 !important;
    margin-bottom:12px !important;
  }

  body.single-product .related ul.products,
  body.single-product .related .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    align-items:stretch !important;
  }

  body.single-product .related ul.products::before,
  body.single-product .related ul.products::after{
    content:none !important;
    display:none !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .related .products .product,
  body.single-product .woocommerce .related ul.products li.product{
    float:none !important;
    clear:none !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    left:auto !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    min-height:400px !important;
    height:100% !important;
    padding:10px !important;
    border-radius:16px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    background:#fff !important;
  }

  body.single-product .related ul.products li.product > *,
  body.single-product .related .products .product > *{
    width:100% !important;
    box-sizing:border-box !important;
  }

  body.single-product .related ul.products li.product a:first-child,
  body.single-product .related .products .product a:first-child{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width:100% !important;
    height:170px !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    border-radius:12px !important;
    margin:0 0 8px !important;
  }

  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale{
    top:10px !important;
    left:10px !important;
    right:auto !important;
    min-width:58px !important;
    height:38px !important;
    line-height:38px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:700 !important;
    margin:0 !important;
  }

  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size:13px !important;
    line-height:1.35 !important;
    min-height:36px !important;
    max-height:36px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    text-align:center !important;
    margin:8px 0 !important;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    justify-content:center !important;
    text-align:center !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    align-items:center !important;
    min-height:28px !important;
    margin-bottom:10px !important;
    font-size:13px !important;
  }

  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product .button{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:40px !important;
    margin-top:auto !important;
    border-radius:12px !important;
    font-size:12px !important;
    font-weight:700 !important;
  }
}


/* ===== v2.1.8 brand + single/related mobile visual polish ===== */
.site-logo a{
  color:#111 !important;
}

@media (max-width: 767px){
  .site-logo a{
    color:#111 !important;
    font-size:17px !important;
    font-weight:700 !important;
    letter-spacing:-0.01em !important;
  }

  /* single product cleaner hero image */
  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.images{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    float:none !important;
    padding:0 !important;
  }

  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .flex-viewport{
    border-radius:18px !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  body.single-product .woocommerce-product-gallery__image img,
  body.single-product .woocommerce div.product div.images img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    border-radius:18px !important;
    object-fit:cover !important;
    object-position:center top !important;
  }

  /* thumbnail row */
  body.single-product .flex-control-thumbs{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px !important;
    margin:12px 0 10px !important;
    padding:0 !important;
  }
  body.single-product .flex-control-thumbs li{
    width:100% !important;
    float:none !important;
    margin:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }
  body.single-product .flex-control-thumbs img{
    width:100% !important;
    height:88px !important;
    object-fit:cover !important;
    object-position:center top !important;
    border-radius:12px !important;
    display:block !important;
  }

  /* title/price */
  body.single-product .product_title{
    font-size:22px !important;
    line-height:1.2 !important;
    margin:12px 0 10px !important;
    color:#1d1d1d !important;
  }
  body.single-product .summary .price{
    margin-bottom:14px !important;
    font-size:16px !important;
    justify-content:flex-start !important;
    text-align:left !important;
  }

  /* add to cart row */
  body.single-product form.cart{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    align-items:center !important;
    width:100% !important;
    margin-bottom:14px !important;
  }
  body.single-product form.cart .quantity{
    flex:0 0 64px !important;
    margin:0 !important;
  }
  body.single-product form.cart .quantity .qty{
    width:64px !important;
    height:48px !important;
    border-radius:12px !important;
    border:2px solid #3d3145 !important;
    font-size:16px !important;
    text-align:center !important;
  }
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart button.button,
  body.single-product .single_add_to_cart_button{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    min-height:48px !important;
    border-radius:14px !important;
    background:#2347c5 !important;
    color:#fff !important;
    font-size:15px !important;
    font-weight:700 !important;
    box-shadow:0 10px 20px rgba(35,71,197,.16) !important;
  }

  /* category link/tabs/descriptions spacing */
  body.single-product .product_meta{
    margin-top:8px !important;
    margin-bottom:10px !important;
  }
  body.single-product .woocommerce-tabs{
    margin-top:8px !important;
  }
  body.single-product .woocommerce-tabs ul.tabs li{
    border-radius:12px 12px 0 0 !important;
    overflow:hidden !important;
  }

  /* related products full clean 2-col */
  body.single-product .related{
    width:100% !important;
    overflow:hidden !important;
    margin-top:18px !important;
  }
  body.single-product .related > h2,
  body.single-product .related > h3{
    font-size:20px !important;
    line-height:1.2 !important;
    margin-bottom:12px !important;
    color:#1d1d1d !important;
  }
  body.single-product .related ul.products,
  body.single-product .related .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    align-items:stretch !important;
  }
  body.single-product .related ul.products::before,
  body.single-product .related ul.products::after{
    content:none !important;
    display:none !important;
  }
  body.single-product .related ul.products li.product,
  body.single-product .related .products .product,
  body.single-product .woocommerce .related ul.products li.product{
    float:none !important;
    clear:none !important;
    left:auto !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    min-height:400px !important;
    height:100% !important;
    padding:10px !important;
    border-radius:16px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    background:#fff !important;
  }
  body.single-product .related ul.products li.product > *,
  body.single-product .related .products .product > *{
    width:100% !important;
    box-sizing:border-box !important;
  }
  body.single-product .related ul.products li.product a:first-child,
  body.single-product .related .products .product a:first-child{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
  }
  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width:100% !important;
    height:170px !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    border-radius:12px !important;
    margin:0 0 8px !important;
  }
  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale{
    top:10px !important;
    left:10px !important;
    right:auto !important;
    min-width:58px !important;
    height:38px !important;
    line-height:38px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:700 !important;
    margin:0 !important;
  }
  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size:13px !important;
    line-height:1.35 !important;
    min-height:36px !important;
    max-height:36px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    text-align:center !important;
    margin:8px 0 !important;
  }
  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    justify-content:center !important;
    text-align:center !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    align-items:center !important;
    min-height:28px !important;
    margin-bottom:10px !important;
    font-size:13px !important;
  }
  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product .button{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:40px !important;
    margin-top:auto !important;
    border-radius:12px !important;
    font-size:12px !important;
    font-weight:700 !important;
  }
}


/* ===== v2.1.9 related products mobile clean fix ===== */
@media (max-width: 767px){

  body.single-product .related{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
    margin-top:20px !important;
  }

  body.single-product .related > h2,
  body.single-product .related > h3{
    display:block !important;
    width:100% !important;
    font-size:20px !important;
    line-height:1.2 !important;
    margin:0 0 14px !important;
    text-align:left !important;
  }

  body.single-product .related ul.products,
  body.single-product .related .products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    align-items:stretch !important;
  }

  body.single-product .related ul.products::before,
  body.single-product .related ul.products::after{
    content:none !important;
    display:none !important;
  }

  body.single-product .related ul.products li.product,
  body.single-product .related .products .product,
  body.single-product .woocommerce .related ul.products li.product{
    float:none !important;
    clear:none !important;
    left:auto !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:10px !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    min-height:360px !important;
    height:100% !important;
    border-radius:16px !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  body.single-product .related ul.products li.product > *,
  body.single-product .related .products .product > *{
    width:100% !important;
    box-sizing:border-box !important;
  }

  body.single-product .related ul.products li.product a:first-child,
  body.single-product .related .products .product a:first-child{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .related .products .product img{
    width:100% !important;
    height:150px !important;
    object-fit:cover !important;
    object-position:center top !important;
    display:block !important;
    border-radius:12px !important;
    margin:0 0 8px !important;
  }

  body.single-product .related ul.products li.product .onsale,
  body.single-product .related .products .product .onsale{
    top:10px !important;
    left:10px !important;
    right:auto !important;
    min-width:56px !important;
    height:36px !important;
    line-height:36px !important;
    padding:0 12px !important;
    border-radius:999px !important;
    font-size:12px !important;
    font-weight:700 !important;
    margin:0 !important;
  }

  body.single-product .related ul.products li.product h2,
  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related .products .product .woocommerce-loop-product__title{
    font-size:12px !important;
    line-height:1.35 !important;
    min-height:34px !important;
    max-height:34px !important;
    overflow:hidden !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    text-align:center !important;
    margin:8px 0 !important;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .related .products .product .price{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    min-height:28px !important;
    margin-bottom:10px !important;
    font-size:13px !important;
    line-height:1.2 !important;
  }

  body.single-product .related ul.products li.product .price del,
  body.single-product .related .products .product .price del{
    font-size:11px !important;
    color:#9aa0a6 !important;
  }

  body.single-product .related ul.products li.product .button,
  body.single-product .related .products .product .button{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    min-height:40px !important;
    margin-top:auto !important;
    border-radius:12px !important;
    font-size:12px !important;
    font-weight:700 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
}


/* ===== v2.2.0 hide related products section, keep gallery ===== */
body.single-product .related,
body.single-product .related.products,
body.single-product .up-sells,
body.single-product .upsells{
  display:none !important;
  height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

/* keep gallery thumbnails clean like reference */
@media (max-width: 767px){
  body.single-product .woocommerce-product-gallery,
  body.single-product .woocommerce div.product div.images{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    padding:0 !important;
    float:none !important;
  }

  body.single-product .woocommerce-product-gallery__wrapper,
  body.single-product .flex-viewport{
    border-radius:18px !important;
    overflow:hidden !important;
    background:#fff !important;
  }

  body.single-product .woocommerce-product-gallery__image img,
  body.single-product .woocommerce div.product div.images img{
    width:100% !important;
    height:auto !important;
    display:block !important;
    border-radius:18px !important;
    object-fit:cover !important;
    object-position:center top !important;
  }

  body.single-product .flex-control-thumbs{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:10px !important;
    margin:12px 0 10px !important;
    padding:0 !important;
  }

  body.single-product .flex-control-thumbs li{
    width:100% !important;
    float:none !important;
    margin:0 !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  body.single-product .flex-control-thumbs img{
    width:100% !important;
    height:88px !important;
    object-fit:cover !important;
    object-position:center top !important;
    border-radius:12px !important;
    display:block !important;
  }
}


/* ===== v2.2.1 final homepage model head visibility fix ===== */
@media (max-width: 767px){

  /* homepage product cards only */
  .home .nf-card,
  .home .woocommerce ul.products li.product,
  .home ul.products li.product,
  .home .products .product{
    padding: 10px !important;
    overflow: hidden !important;
  }

  /* keep sale badge compact so it doesn't eat the top area */
  .home .nf-sale,
  .home .woocommerce ul.products li.product .onsale,
  .home ul.products li.product .onsale{
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    min-width: 58px !important;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    z-index: 4 !important;
  }

  /* show more upper part of model */
  .home .nf-image-wrap,
  .home .woocommerce ul.products li.product a:first-of-type,
  .home ul.products li.product a:first-of-type{
    display: block !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
  }

  .home .nf-image-wrap img,
  .home .woocommerce ul.products li.product img,
  .home ul.products li.product img,
  .home .products .product img{
    width: 100% !important;
    height: 235px !important;
    object-fit: cover !important;
    object-position: center 5% !important;
    display: block !important;
    border-radius: 12px !important;
    margin: 0 !important;
  }

  /* small text spacing remain clean */
  .home .nf-title,
  .home .woocommerce ul.products li.product h2,
  .home .woocommerce ul.products li.product .woocommerce-loop-product__title{
    margin-top: 10px !important;
  }
}


/* ===== v2.2.2 desktop header + cart fix ===== */
@media (min-width: 768px){
  html{margin-top:0 !important;}
  body.admin-bar{margin-top:0 !important;}
  #wpadminbar{display:none !important;}

  .site-header{
    background:#fff !important;
    border-bottom:1px solid #ececec !important;
    box-shadow:0 2px 10px rgba(0,0,0,.03) !important;
  }
  .header-row{
    display:grid !important;
    grid-template-columns:220px 1fr auto !important;
    align-items:center !important;
    gap:20px !important;
    min-height:64px !important;
    padding:0 !important;
  }
  .mobile-menu-toggle{display:none !important;}
  .site-logo{justify-content:flex-start !important;}
  .site-logo a{
    color:#111 !important;
    font-size:18px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    white-space:nowrap !important;
  }

  .desktop-nav{
    display:flex !important;
    justify-content:center !important;
  }
  .desktop-nav .menu-list{
    display:flex !important;
    align-items:center !important;
    gap:22px !important;
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
  }
  .desktop-nav .menu-list li{margin:0 !important;}
  .desktop-nav .menu-list a{
    color:#1e1e1e !important;
    font-size:14px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    padding:6px 0 !important;
  }

  .header-actions{
    justify-self:end !important;
    display:flex !important;
    align-items:center !important;
  }
  .cart-link{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:96px !important;
    height:40px !important;
    padding:0 14px 0 36px !important;
    border:1px solid #ececec !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#222 !important;
    font-size:14px !important;
    font-weight:600 !important;
    text-decoration:none !important;
    box-shadow:0 4px 12px rgba(0,0,0,.04) !important;
    overflow:visible !important;
  }
  .cart-link::before{
    content:"🛒";
    position:absolute !important;
    left:12px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    font-size:18px !important;
    line-height:1 !important;
    color:#5f6670 !important;
  }
  .cart-link::after{
    content:attr(data-count) !important;
    position:absolute !important;
    top:-6px !important;
    right:-6px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 4px !important;
    border-radius:999px !important;
    background:#e85d68 !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:700 !important;
    line-height:20px !important;
    text-align:center !important;
    border:2px solid #fff !important;
    box-shadow:0 4px 10px rgba(232,93,104,.25) !important;
  }
}


/* ===== v2.2.3 checkout clean fix ===== */
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields h3{
  display:none !important;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields{
  margin-bottom:18px !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading{
  width:100% !important;
  float:none !important;
  max-width:100% !important;
}

.woocommerce-checkout #order_review_heading{
  margin-top:12px !important;
}

.woocommerce-checkout .form-row{
  margin-bottom:14px !important;
}

.woocommerce-checkout textarea#order_comments{
  min-height:100px !important;
  resize:vertical !important;
}

.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .shipping_address{
  display:none !important;
}

/* avoid duplicate summary blocks from odd wrappers */
.woocommerce-checkout .woocommerce-checkout-review-order-table + .woocommerce-checkout-review-order-table{
  display:none !important;
}

@media (max-width:767px){
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review{
    padding:0 !important;
  }
  .woocommerce-checkout textarea#order_comments{
    min-height:88px !important;
  }
}


/* ===== v2.2.4 hide WooCommerce block checkout UI; keep classic checkout only ===== */
.wp-block-woocommerce-checkout,
.wc-block-checkout,
.is-large.wc-block-checkout,
.wc-block-components-checkout-step,
.wc-block-components-sidebar,
.wc-block-components-main,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button__text,
.wc-block-components-address-form,
.wc-block-components-shipping-address,
.wc-block-components-billing-address,
.wc-block-components-totals-coupon,
.wc-block-components-checkout-step__container{
  display:none !important;
}

/* ensure classic checkout stays visible */
.woocommerce form.checkout,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading{
  display:block !important;
}

/* tidy classic checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-info{
  display:none !important;
}


/* ===== v2.2.6 checkout note field polish ===== */
.woocommerce-checkout textarea#order_comments{
  min-height:88px !important;
  resize:vertical !important;
}

@media (max-width:767px){
  .woocommerce-checkout textarea#order_comments{
    min-height:84px !important;
  }
}


/* ===== v2.2.7 cart page blank/block fix only ===== */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-quantity-selector{
  display:none !important;
}

body.woocommerce-cart form.woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .wc-proceed-to-checkout{
  display:block !important;
}


/* ===== v2.2.8 checkout note visibility + blank field polish ===== */
.woocommerce-checkout textarea#order_comments{
  display:block !important;
  min-height:90px !important;
  resize:vertical !important;
}

.woocommerce-checkout .woocommerce-additional-fields{
  display:block !important;
}

.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
  display:block !important;
}

@media (max-width:767px){
  .woocommerce-checkout textarea#order_comments{
    min-height:84px !important;
  }
}


/* ===== v2.2.9 note field visible after address ===== */
.nargisfashion-note-wrap{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.nargisfashion-note-wrap textarea{
  display:block !important;
  width:100% !important;
  min-height:92px !important;
  resize:vertical !important;
}
.nargisfashion-note-wrap label{
  display:block !important;
}
@media (max-width:767px){
  .nargisfashion-note-wrap textarea{
    min-height:88px !important;
  }
}


/* ===== v2.3.0 order button text styling fix ===== */
.woocommerce ul.products li.product a.button,
ul.products li.product a.button,
.products .product a.button{
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
  font-weight: 700 !important;
}

@media (max-width: 767px){
  .woocommerce ul.products li.product a.button,
  ul.products li.product a.button,
  .products .product a.button{
    font-size: 12px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
  }
}


/* ===== v2.3.1 button text rendering cleanup only ===== */
.woocommerce ul.products li.product a.button,
ul.products li.product a.button,
.products .product a.button,
a.add_to_cart_button,
a.ajax_add_to_cart {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

@media (min-width: 768px){
  .woocommerce ul.products li.product a.button,
  ul.products li.product a.button,
  .products .product a.button,
  a.add_to_cart_button,
  a.ajax_add_to_cart {
    font-size: 14px !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
  }
}
@media (max-width: 767px){
  .woocommerce ul.products li.product a.button,
  ul.products li.product a.button,
  .products .product a.button,
  a.add_to_cart_button,
  a.ajax_add_to_cart {
    font-size: 12px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
  }
}


/* ===== v2.3.2 stable performance guard ===== */
/* Avoid stuck dark loading overlays */
.blockUI.blockOverlay{
  display:none !important;
}
.woocommerce .blockUI.blockOverlay::before{
  display:none !important;
}

/* Keep only standard transitions to reduce jank */
*{
  scroll-behavior:auto;
}


/* ===== v2.3.3 friendly button text size/alignment only ===== */
.woocommerce ul.products li.product a.button,
ul.products li.product a.button,
.products .product a.button,
a.add_to_cart_button,
a.ajax_add_to_cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: nowrap !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  font-weight: 700 !important;
  vertical-align: middle !important;
}

@media (min-width: 768px){
  .woocommerce ul.products li.product a.button,
  ul.products li.product a.button,
  .products .product a.button,
  a.add_to_cart_button,
  a.ajax_add_to_cart {
    font-size: 13px !important;
    min-height: 40px !important;
    padding: 10px 14px !important;
  }
}

@media (max-width: 767px){
  .woocommerce ul.products li.product a.button,
  ul.products li.product a.button,
  .products .product a.button,
  a.add_to_cart_button,
  a.ajax_add_to_cart {
    font-size: 12px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
  }
}


/* ===== v2.3.5 loading/freeze safe guard ===== */
.blockUI.blockOverlay{
  display:none !important;
}
.woocommerce .blockUI.blockOverlay::before{
  display:none !important;
}


/* ===== v2.3.6 custom logo display ===== */
.site-logo .custom-logo-link{
  display:inline-flex !important;
  align-items:center !important;
  text-decoration:none !important;
}
.site-logo .custom-logo{
  display:block !important;
  max-height:48px !important;
  width:auto !important;
}
@media (max-width:767px){
  .site-logo .custom-logo{
    max-height:38px !important;
  }
}
