/*
Theme Name: sieuthibaobi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.0
*/

/* ============================================================
   TABLE OF CONTENTS
   ============================================================
   1. Header & Navigation
   2. Footer
   3. Buttons & CTAs
   4. WooCommerce Customization
      4.1 Product Grid & Cards
      4.2 Single Product Page
      4.3 Cart & Checkout
      4.4 My Account Login/Register Form
   5. Blog & Posts
      5.1 Blog Cards
      5.2 Blog Sidebar
      5.3 Related Posts
   6. Custom Shortcodes & Components
      6.1 Customer Reviews
      6.2 Packaging Materials Slider
   7. Contact Forms
   8. Page Specific Styles
      8.1 My Account Navigation
      8.2 Custom Banners & Images
      8.3 Section Titles
      8.4 Icon Boxes
   9. Custom Components
      9.1 Read More Toggle
      9.2 Quantity Swatches & Price Detail
      9.3 Table of Contents
   10. Responsive Styles
   ============================================================ */

/* ============================================================
   1. HEADER & NAVIGATION
   ============================================================ */

/* Header Search */
.header-search-form {
    width: 100% !important;
}

.header-search-form #woocommerce-product-search-field-0 {
    border-radius: 4px;
    background: #ebf2f9;
    border: none;
    height: 35px;
}

.header-search-form-wrapper {
    max-width: 480px;
}

/* Sticky Header */
.header-wrapper.stuck .header-search-form {
    display: none;
}

.header-wrapper.stuck .nav.header-nav>li>a {
    padding-bottom: 10px !important;
}

/* Navigation */
.nav.header-nav>li>a {
    padding-bottom: 0;
}

/* ============================================================
   2. FOOTER
   ============================================================ */

#footer {
    font-size: 15px;
}

#footer .des_foo {
    color: #000;
    margin-bottom: 10px;
}

#footer .des_foo span {
    color: #16a34a;
    font-weight: 600;
    font-size: 16px;
}

.ux-menu.ux-menu-footer {
    line-height: 30px;
    font-size: 16px;
}

.ux-menu.ux-menu-footer a {
    color: #0C9886;
    font-weight: 600;
}

.ft-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0C9886;
    font-weight: 700;
    text-transform: uppercase;
}

#footer .social-icons a {
    border-radius: 0 !important;
    margin-right: 6px;
}

.copyright-footer {
    color: #fff;
}

/* ============================================================
   3. BUTTONS & CTAS
   ============================================================ */

/* Primary Button - Gradient */
.btn-1 {
    background: linear-gradient(to right, #6dd47e, #4caf50);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.btn-1:hover {
    background: linear-gradient(to right, #4caf50, #388e3c);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: #fff !important;
}

/* Secondary Button - Outline */
.btn-2 {
    border: 1px solid #16a34a !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 0px 25px;
}

.btn-2:hover {
    color: #000 !important;
    background-color: #f8c144 !important;
    border: 1px solid #f8c144 !important;
}

/* ============================================================
   4. WOOCOMMERCE CUSTOMIZATION
   ============================================================ */

/* 4.1 Product Grid & Cards
   ------------------------------------------------------------ */

.product-small.col>.col-inner {
    border-radius: 12px;
    background-color: #fff;
    padding: 10px;
}

.product-small .badge-container {
    margin: 10px;
}

.product-small .badge-container .on-sale {
    font-weight: 300;
    border-radius: 4px;
    font-size: 14px;
}

.product-small .badge-container .badge {
    height: 1.6em;
    border-radius: 6px;
}

.product-small .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
    color: #000;
}

.product-small .title-wrapper {
    margin-bottom: 10px;
}

.product-small .price-wrapper {
    font-size: 15px;
}

.product-small .add-to-cart-button a {
    border-radius: 8px;
    border: none !important;
    text-transform: none !important;
    font-size: 14px;
    box-shadow: none;
    background-color: #0C9887);
    color: #ffffff;
    font-weight: 500;
    width: 100%;
}

.product-small .add-to-cart-button a:hover {
    color: #000 !important;
    background-color: #f8c144 !important;
    border: 1px solid #f8c144 !important;
}

/* 4.2 Single Product Page
   ------------------------------------------------------------ */

.single_add_to_cart_button {
    border-radius: 12px;
    color: #16a34a;
    height: 45px;
    background: transparent !important;
    border: 1px solid #16a34a;
}

.ux-buy-now-button {
    color: #fff;
    border-radius: 12px;
    background: #16a34a;
    border: 1px solid #16a34a;
    height: 45px;
}

.ux-buy-now-button:hover {
    background: #f8c144 !important;
    border: 1px solid #f8c144 !important;
    color: #000;
    box-shadow: none;
}

.ux-quantity.form-minimal {
    width: 100%;
}

.contact-for-price {
    color: #fe0100;
}

/* Shop Page */
h1.shop-page-title {
    font-size: 2rem;
    margin-top: 10px;
}

.wkd-product-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wkd-product-toolbar .woocommerce-result-count {
    margin: 0;
}

.wkd-product-toolbar .woocommerce-ordering select {
    border-radius: 12px;
    max-width: 200px;
}

/* 4.3 Cart & Checkout
   ------------------------------------------------------------ */

/* Mini Cart */
.woocommerce-mini-cart__buttons a {
    border-radius: 12px;
    border: none;
}

/* Cart Header */
.stb-cart-header {
    margin-bottom: 25px;
}

.stb-cart-header h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.stb-cart-header p {
    color: #666;
    font-size: 15px;
}

.stb-cart-header p span {
    font-weight: bold;
    color: #333;
}

/* Cart List */
.stb-cart-list {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
}

.stb-cart-item-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.custom-cart-page-wrapper .stb-item-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}

.custom-cart-page-wrapper .stb-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stb-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.stb-item-name {
    margin-bottom: 5px;
}

.stb-item-name a {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.3;
}

.stb-item-name a:hover {
    color: #16a34a;
}

.stb-item-unit-price {
    font-size: 13px;
    color: #888;
}

.stb-item-actions-group {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Quantity Controls */
.stb-item-qty .quantity {
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    height: 36px;
}

.stb-item-qty .quantity input.qty {
    width: 40px;
    border: none;
    text-align: center;
    font-weight: 600;
    height: 100%;
    background: #fff;
    -moz-appearance: textfield;
}

.stb-item-qty .quantity .minus,
.stb-item-qty .quantity .plus {
    width: 30px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stb-item-qty .quantity .minus:hover,
.stb-item-qty .quantity .plus:hover {
    background: #e0e0e0;
}

.stb-item-total-price span.amount {
    font-weight: 800;
    font-size: 16px;
    color: #1a1a1a;
}

.stb-item-remove a.remove {
    color: #999;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: transparent;
    text-decoration: none;
}

.stb-item-remove a.remove:hover {
    color: #d0021b;
    background: #fdf2f2;
}

/* Cart Summary */
.stb-cart-summary,
#customer_details,
.col-inner.is-well {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.stb-summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.stb-cart-summary .cart_totals table.shop_table {
    border: none;
    margin: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.stb-cart-summary .cart_totals table.shop_table th {
    font-weight: 500;
    color: #666;
    text-align: left;
    border: none;
    padding: 5px 0;
    font-size: 14px;
}

.stb-cart-summary .cart_totals table.shop_table td {
    font-weight: 600;
    color: #333;
    text-align: right;
    border: none;
    padding: 5px 0;
    font-size: 15px;
}

.stb-cart-summary .cart_totals .order-total th,
.stb-cart-summary .cart_totals .order-total td {
    border-top: 1px dashed #eee;
    padding-top: 15px;
    margin-top: 10px;
}

.stb-cart-summary .cart_totals .order-total .amount {
    color: #16a34a;
    font-size: 22px;
    font-weight: 800;
}

.stb-cart-summary .cart_totals .coupon {
    display: none !important;
}

.stb-cart-summary .wc-proceed-to-checkout {
    padding: 0;
    margin-top: 20px;
}

.stb-cart-summary .wc-proceed-to-checkout .checkout-button {
    background: #16a34a;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.stb-cart-summary .wc-proceed-to-checkout .checkout-button::before {
    content: "";
    font-family: fl-icons !important;
    display: block;
    padding-right: 6px;
}

/* Coupon Form */
.stb-coupon-form {
    padding: 15px 0 30px;
    margin: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.stb-coupon-wrapper .flex-row {
    gap: 10px;
}

.stb-coupon-wrapper input[name="coupon_code"] {
    flex-grow: 1;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 15px;
    height: 40px;
    font-size: 13px;
    margin-bottom: 0;
    box-shadow: none;
}

.stb-coupon-wrapper button[name="apply_coupon"] {
    background: #e0e0e0;
    color: #333;
    border-radius: 6px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    border: none;
    text-transform: none;
    line-height: 40px;
    min-width: max-content;
    margin: 0;
}

.stb-continue-shopping {
    text-align: center;
    margin-top: 15px;
}

.stb-continue-shopping a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.stb-continue-shopping a:hover {
    color: #16a34a;
}

.stb-continue-shopping svg {
    width: 20px;
    height: auto;
}

/* Checkout Fields */
.woocommerce-checkout .woocommerce-billing-fields {
    border: none;
    padding: 0;
}

.woocommerce-billing-fields__field-wrapper input,
.woocommerce-input-wrapper textarea,
#coupon_code {
    border-radius: 6px;
    box-shadow: none;
}

button#place_order {
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.coupon button {
    margin-left: 10px;
    border-radius: 6px;
    box-shadow: none;
}

span.amount {
    color: #0C9887;
}

/* 4.4 My Account Login/Register Form
   ------------------------------------------------------------ */

/* Main Auth Container - Centers everything */
.stb-auth-container,
.woocommerce-ResetPassword.lost_reset_password {
    max-width: 480px;
    margin: auto;
    padding: 0 20px;
}

.woocommerce-ResetPassword.lost_reset_password {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

/* Main Heading - Website Name */
.stb-auth-heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* Subtitle */
.stb-auth-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 32px;
}

/* White Card Container */
.stb-auth-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 32px;
    border: 1px solid #eee;
}

/* Tab Navigation Container */
.stb-auth-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    background: #f5f5f5;
    padding: 4px;
    border-radius: 12px;
}

/* Tab Buttons */
.stb-tab-btn {
    flex: 1;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

/* Active Tab */
.stb-tab-btn.active {
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

/* Tab Hover State */
.stb-tab-btn:hover:not(.active) {
    color: #1a1a1a;
}

/* Tab Content Containers */
.stb-tab-content {
    display: none;
}

.stb-tab-content.active {
    display: block;
}

/* Form Labels */
.stb-auth-card label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* Hide required asterisks in login form */
.stb-auth-card .required,
.stb-auth-card .screen-reader-text {
    display: none;
}

/* Form Inputs */
.stb-auth-card input[type="text"],
.stb-auth-card input[type="email"],
.stb-auth-card input[type="password"] {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: none;
}

/* Input Focus State */
.stb-auth-card input[type="text"]:focus,
.stb-auth-card input[type="email"]:focus,
.stb-auth-card input[type="password"]:focus {
    outline: none;
    border-color: #038b4b;
    box-shadow: 0 0 0 3px rgba(3, 139, 75, 0.1);
}

/* Input Placeholder */
.stb-auth-card input::placeholder {
    color: #999;
}

/* Password Input in Wrapper */
.stb-password-wrapper input {
    flex: 1;
    padding-right: 48px;
}

/* Password Toggle Button */
.show-password-input {
    position: absolute;
    right: 12px;
    height: 48px;
    margin: 0;
}

.show-password-input:hover {
    color: #038b4b;
}

.woocommerce-password-hint {
    color: #d0021b;
}

/* Eye Icon SVG */
.show-password-input .eye-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

/* Eye Icon when password is visible */
.show-password-input.active .eye-icon {
    color: #038b4b;
}

/* Remember Me Container */
.stb-remember-row {
    margin-bottom: 24px !important;
}

/* Checkbox Label */
.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
}

/* Custom Checkbox Styling */
.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    accent-color: #038b4b;
}

/* Checkbox Label Text */
.woocommerce-form-login__rememberme span {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Submit Button */
.stb-submit-btn {
    width: 100%;
    height: 48px;
    background: #038b4b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none !important;
    box-shadow: none;
}

.stb-submit-btn:hover {
    background: #027a41 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(3, 139, 75, 0.3);
}

.stb-submit-btn:active {
    transform: translateY(0);
}

/* Forgot Password Link */
.stb-forgot-password {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}

.stb-forgot-password a {
    color: #038b4b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.stb-forgot-password a:hover {
    color: #027a41;
    text-decoration: underline;
}

/* WooCommerce Error Messages */
.stb-auth-card .woocommerce-error,
.stb-auth-card .woocommerce-message,
.stb-auth-card .woocommerce-info {
    margin-bottom: 24px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    list-style: none;
}

.stb-auth-card .woocommerce-error {
    background: #fee;
    border-left: 4px solid #e53e3e;
    color: #c53030;
}

.stb-auth-card .woocommerce-message {
    background: #f0fdf4;
    border-left: 4px solid #038b4b;
    color: #027a41;
}

.stb-auth-card .woocommerce-info {
    background: #e6f7ff;
    border-left: 4px solid #1890ff;
    color: #0050b3;
}

/* Error message list items */
.stb-auth-card .woocommerce-error li,
.stb-auth-card .woocommerce-message li,
.stb-auth-card .woocommerce-info li {
    margin: 0;
    list-style: none;
}

/* ============================================================
   5. BLOG & POSTS
   ============================================================ */

/* 5.1 Blog Cards
   ------------------------------------------------------------ */

.archive.category #main,
.single-post #main {
    background-color: rgb(244 249 246);
}

.custom-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.post-card-item {
    overflow: hidden;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.post-card-item:hover {
    transform: translateY(-5px);
}

.card-thumb {
    height: 240px;
    overflow: hidden;
}

.blog-home .card-thumb {
    height: 160px;
}

.card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:8px;
}

.card-content {
    padding: 20px 1px;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.card-title a {
    text-decoration: none;
    color: #333;
}

.card-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-readmore {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0C9886;
    text-decoration: none;
    text-transform: capitalize;
}

.card-readmore:hover {
    color: #388E3C;
    text-decoration: underline;
}

.blog-single h1.entry-title {
    font-size: 2rem;
}

/* 5.2 Blog Sidebar
   ------------------------------------------------------------ */

.post-sidebar aside {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.post-sidebar .is-divider {
    display: none;
}

.post-sidebar .widget-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
}

.popular-posts-list {
    margin-top: 20px !important;
}

.widget-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-post-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.popular-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 65px;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.popular-post-item .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.popular-post-item .widget-content {
    display: flex;
    flex-direction: column;
}

.popular-post-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.popular-post-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.popular-post-title a:hover {
    color: #4CAF50;
}

.widget-date {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

/* 5.3 Related Posts
   ------------------------------------------------------------ */

.wkd-related-wrapper {
    margin-top: 30px;
    padding-top: 30px;
}

.wkd-related-heading {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    font-family: inherit;
}

.wkd-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.wkd-related-item {
    display: flex;
    flex-direction: column;
}

.wkd-related-thumb {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    height: 200px;
}

.wkd-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.wkd-related-thumb:hover img {
    transform: scale(1.05);
}

.wkd-related-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.wkd-related-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}

.wkd-related-title a:hover {
    color: #4CAF50;
}

.wkd-related-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ============================================================
   6. CUSTOM SHORTCODES & COMPONENTS
   ============================================================ */

/* 6.1 Customer Reviews
   ------------------------------------------------------------ */

.customer-review-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.customer-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
}

.customer-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.customer-review-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-review-name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.2;
}

.customer-review-rating {
    color: #f6c23e;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 1px;
}

.customer-review-body {
    margin-top: 12px;
}

.customer-review-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #6b7280;
    font-style: italic;
}

/* 6.2 Packaging Materials Slider
   ------------------------------------------------------------ */

.post-card-horizontal {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
}

.post-card-horizontal__image-container {
    flex-shrink: 0;
    width: 40%;
    margin-right: 16px;
}

.post-card-horizontal__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.post-card-horizontal__content {
    flex-grow: 1;
    color: #444;
}

.post-card-horizontal__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

.post-card-horizontal__title a {
    color: #333;
}

.post-card-horizontal__description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* ============================================================
   7. CONTACT FORMS
   ============================================================ */

.wpcf7-form label {
    font-weight: 500;
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 6px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none;
    border-radius: 6px;
}

.wpcf7-form input {
    height: 40px;
}

.wpcf7-submit {
    border: none;
    text-transform: none;
    font-weight: 500;
}

/* ============================================================
   8. PAGE SPECIFIC STYLES
   ============================================================ */

/* 8.1 My Account Navigation
   ------------------------------------------------------------ */
.woocommerce-message {
    text-align: center;
}

.my-account .col-border {
    flex-direction: column;
}

.my-account .large-3 .col-inner,
.my-account .large-9 .col-inner {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: none;
}

.my-account .large-9 .woocommerce {
    width: 100%;
}

.woocommerce-MyAccount-navigation ul#my-account-nav {
    background: transparent;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li {
    border: none;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #666;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li.is-active a,
.woocommerce-MyAccount-navigation ul#my-account-nav li a:hover {
    background: #f0f9f4;
    color: #16a34a;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li a .account-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li a .account-link-icon svg {
    width: 100%;
    height: 100%;
}

.woocommerce-MyAccount-navigation ul#my-account-nav li a .account-link-text {
    font-weight: 500;
    font-size: 15px;
}

.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content button {
    border-radius: 12px;
    box-shadow: none;
}

/* 8.2 Custom Banners & Images
   ------------------------------------------------------------ */

.banner-78075778,
.banner-78075778 .banner-bg.fill,
.image_26104946 img {
    border-radius: 12px;
}

.image-box-1764323394 {
    border-radius: 12px;
    overflow: hidden;
}

/* 8.3 Section Titles
   ------------------------------------------------------------ */

.s-title .section-title a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.s-title .section-title a:hover {
    color: #1c8548;
    text-decoration: underline;
}

.title-module a {
    font-size: 14px;
    font-weight: 500;
    color: #16a34a;
}

.title-module .section-title-normal span {
    border-bottom: 2px solid #16a34a;
    opacity: 1;
}

/* 8.4 Icon Boxes
   ------------------------------------------------------------ */

.col-1188262059.card-blue .icon-inner {
    background-color: #F3F4F6;
}

.col-1188262059.card-green .icon-inner {
    background-color: #1fb58f5e;
}

.col-1188262059 .view-more {
    color: #0C9886;
    font-weight: 500;
    font-size: 15px;
}

.col-1188262059 .icon-box-text h3 {
    margin-bottom: 0px;
}

.image-box-1584778854 .text h4 {
    margin-bottom: 6px;
}

.image-box-1584778854 .text p {
    font-size: 14px;
}

.image-box-1584778854 a {
    font-weight: 500;
    color: #16a34a;
}

/* ============================================================
   9. CUSTOM COMPONENTS
   ============================================================ */

/* 9.1 Read More Toggle
   ------------------------------------------------------------ */

/* Wrapper chung */
.wkd-readmore-wrap {
    position: relative;
    margin-bottom: 20px;
}

/* Phần nội dung */
.wkd-content-body {
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

/* Hiệu ứng mờ khi đóng */
.wkd-content-body.is-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

/* Khi mở rộng thì tắt lớp phủ mờ */
.wkd-content-body.is-expanded::after {
    display: none;
}

/* Nút bấm */
.wkd-trigger-box {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #0c9886;
    font-weight: 600;
    display: none;
}

/* Ẩn hiện text nút bấm */
.wkd-trigger-box .btn-collapse {
    display: none;
}

.wkd-readmore-wrap.expanded .btn-read-more {
    display: none;
}

.wkd-readmore-wrap.expanded .btn-collapse {
    display: inline-block;
}

/* 9.2 Quantity Swatches & Price Detail
   ------------------------------------------------------------ */

.wkd-qty-swatches-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wkd-qty-swatches-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

/* Bảng chi tiết giá */
.wkd-price-detail-wrapper {
    margin-bottom: 20px;
    padding: 0;
    display: none;
}

.wkd-price-detail-table {
    background: #fff;
    border: 1px solid #66b967;
    border-radius: 8px;
    overflow: hidden;
}

.wkd-price-detail-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.wkd-price-detail-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.wkd-price-detail-table tr:last-child {
    border-bottom: none;
}

.wkd-price-detail-table td {
    padding: 12px 16px;
    font-size: 14px;
}

.wkd-price-detail-table td.label {
    color: #666;
    font-weight: 500;
    width: 40%;
}

.wkd-price-detail-table td.value {
    color: #333;
    font-weight: 600;
    text-align: right;
}

.wkd-price-detail-table tr.total-row {
    background: #f0f9ff;
    border-top: 1px solid #67b967;
}

.wkd-price-detail-table tr.total-row td.label {
    color: #67b967;
    font-weight: 700;
    font-size: 15px;
}

.wkd-price-detail-table tr.total-row td.value {
    color: #67b967;
    font-weight: 700;
    font-size: 18px;
}

/* 9.3 Table of Contents
   ------------------------------------------------------------ */

.wkd-table-of-contents {
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f9fafb;
    border: 1px solid #d2d6dc;
}

.toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.toc-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.toc-title svg {
    width: 20px;
}

.toc-toggle {
    background: none;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    color: #6b7280;
    transition: transform 0.3s ease;
}

.toc-toggle:hover {
    color: #0C9886;
}

.wkd-table-of-contents.collapsed .toc-toggle i {
    transform: rotate(-180deg);
}

.toc-body {
    max-height: 500px;
    overflow-y: auto;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.wkd-table-of-contents.collapsed .toc-body {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
}

/* Counter cho đánh số tự động */
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}

.toc-item {
    margin-bottom: 0;
    counter-increment: toc-counter;
}

.toc-item.toc-level-3 {
    padding-left: 20px;
    counter-increment: none;
    counter-increment: toc-sub-counter;
}

/* Reset sub-counter cho mỗi h2 */
.toc-item:not(.toc-level-3) {
    counter-reset: toc-sub-counter;
}

.toc-item a {
    display: flex;
    align-items: flex-start;
    color: #4b5563;
    text-decoration: none;
    padding: 4px 0;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    font-weight: 500;
}

/* Đánh số cho h2 */
.toc-item:not(.toc-level-3) a:before {
    content: counter(toc-counter) ". ";
    font-weight: 700;
    color: #000;
    margin-right: 8px;
    flex-shrink: 0;
}

/* Đánh số cho h3 (kiểu 1.1, 1.2) */
.toc-item.toc-level-3 a:before {
    content: counter(toc-counter) "." counter(toc-sub-counter) " ";
    font-weight: 600;
    color: #000;
    margin-right: 8px;
    flex-shrink: 0;
}

.toc-item a:hover {
    background: #e5f3ff;
    color: #0C9886;
}

.toc-item a:hover:before {
    color: #0C9886;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Scrollbar cho toc-body */
.toc-body::-webkit-scrollbar {
    width: 6px;
}

.toc-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.toc-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.toc-body::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/* ============================================================
   10. RESPONSIVE STYLES
   ============================================================ */

/* Desktop Only (768px and up)
   ------------------------------------------------------------ */
@media only screen and (min-width: 48em) {

    .post-sidebar {
        padding-left: 10px !important;
    }

    .single_add_to_cart_button {
        width: 50%;
    }

    .ux-buy-now-button {
        width: 45%;
    }

    /* Slider Navigation Buttons */
    .cp-slider .flickity-button.flickity-prev-next-button.previous,
    .blog-horizontal .flickity-button.flickity-prev-next-button.previous {
        bottom: unset;
        margin: 0;
        transform: none;
        opacity: 1;
        top: -64px;
        left: 93%;
    }

    .cp-slider .flickity-button.flickity-prev-next-button.next,
    .blog-horizontal .flickity-button.flickity-prev-next-button.next {
        bottom: unset;
        margin: 0;
        transform: none;
        opacity: 1;
        top: -64px;
        left: 96%;
    }

    .cp-slider .flickity-button .flickity-button-icon,
    .blog-horizontal .flickity-button .flickity-button-icon {
        background: #fff;
        border: 1px solid #eee;
        padding: 12px;
    }
}

/* Tablet (max-width: 992px)
   ------------------------------------------------------------ */
@media (max-width: 992px) {
    .wkd-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (max-width: 768px)
   ------------------------------------------------------------ */
@media only screen and (max-width: 48em) {
	.products.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col{
    padding: 4px;
}
     .wkd-product-toolbar {
        justify-content: end !important;
    }

    /* Blog Slider Mobile */
    .cp-slider.small-columns-2 .flickity-slider>.col,
    .cp-slider.small-columns-2>.col,
    .blog-home.small-columns-2 .flickity-slider>.col,
    .blog-home.small-columns-2>.col {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }

    .blog-home .card-excerpt {
        display: none;
    }

    /* Packaging Materials Slider - Keep horizontal layout on mobile */
    .post-card-horizontal:not(.material-item .post-card-horizontal) {
        flex-direction: column;
        padding: 0;
    }

    .post-card-horizontal:not(.material-item .post-card-horizontal) .post-card-horizontal__image-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .post-card-horizontal:not(.material-item .post-card-horizontal) .post-card-horizontal__image {
        border-radius: 12px 12px 0 0;
        height: 180px;
    }

    .post-card-horizontal:not(.material-item .post-card-horizontal) .post-card-horizontal__content {
        padding: 16px;
    }

    /* My Account Login/Register Form - Mobile */
    .stb-auth-container {
        margin: 30px auto;
        padding: 0 16px;
    }

    .stb-auth-heading {
        font-size: 24px;
    }

    .stb-auth-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .stb-auth-card {
        padding: 24px 20px;
    }

    .stb-auth-tabs {
        flex-direction: column;
        gap: 8px;
    }

    .stb-auth-card input[type="text"],
    .stb-auth-card input[type="email"],
    .stb-auth-card input[type="password"],
    .stb-submit-btn {
        height: 44px;
    }
}

/* Mobile Small (max-width: 600px)
   ------------------------------------------------------------ */
@media (max-width: 600px) {
    .wkd-related-grid {
        grid-template-columns: 1fr;
    }

    .wkd-related-thumb {
        aspect-ratio: 16 / 9;
    }
}

/* Component-Specific Responsive Styles
   ------------------------------------------------------------ */

/* Quantity Swatches & Price Detail - Mobile */
@media only screen and (max-width: 48em) {
    .wkd-qty-swatches {
        gap: 8px;
    }

    .wkd-qty-swatch {
        min-width: 60px;
        padding: 8px 12px;
    }

    .wkd-qty-swatch .wkd-qty-value {
        font-size: 16px;
    }

    .wkd-price-detail-table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .wkd-price-detail-table td.label {
        width: 50%;
    }

    .wkd-price-detail-table tr.total-row td.value {
        font-size: 16px;
    }

    .wkd-qty-swatches-wrapper {
        flex-direction: column !important;
        align-items: start !important;
    }
}


/* Table of Contents - Mobile */
@media (max-width: 768px) {
    .wkd-table-of-contents {
        margin-bottom: 20px;
    }

    .ux-buy-now-button {
        flex: 1 0 auto !important;
    }
}

.woocommerce-tabs-custom .col-inner {
    padding: 15px;
    border-radius: 12px;
    background: #fff;
}

.product-footer table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #555 !important;
    margin: 20px 0;
}

/* Định dạng các ô td */
.product-footer table td {
    padding: 12px 15px !important;
    border: 1px solid #555 !important;
    color: #000;
    vertical-align: middle;
}

.product-footer table td:first-child {
    font-weight: bold !important;
    text-align: left;
    width: 35% !important;
}

.product-footer table td:last-child {
    text-align: left;
}

.product-footer table tbody tr:nth-child(even) {
    background-color: #e9e9e9 !important;
}

.product-footer table tbody tr:nth-child(odd) {
    background-color: #ffffff !important;
}

.product-footer table td strong {
    font-weight: bold;
}

.product-tab-bx .nav-pills>li.active>a {
    background-color: #eee;
    color: #16a34a;
}

.product-tab-bx .nav li+li {
    margin-left: 15px !important;
}

.product-tab-bx .nav .tab a {
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    color: #000;
    font-size: 14px;
}
/* Card lợi ích */
.card-green > .col-inner {
    background: #ffffff;
    padding: 26px 22px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

/* Hover */
.card-green > .col-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.hero-title {
    font-size: 38px !important;
    line-height: 1.3 !important;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
}

.hero-title .highlight {
    color: #0C9887; /* màu brand */
    font-weight: 800;
}

.hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    max-width: 560px;
    margin-bottom: 24px;
}

/* Card danh mục */
.card-blue > .col-inner,
.card-green > .col-inner {
    border-radius: 20px;
    padding: 32px 22px 26px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}
.card-blue > .col-inner:hover,
.card-green > .col-inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.10);
}
.card-blue > .col-inner {
    border: 1px solid rgba(12,152,135,0.08);
}

.card-green > .col-inner {
    border: 1px solid rgba(12,152,135,0.08);
}
<div class="icon-box featured-box icon-box-center text-center">
.card-blue .icon-box-img,
.card-green .icon-box-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #E6F5F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.card-blue .icon-box-img svg,
.card-green .icon-box-img svg,
.card-blue .icon-box-img i,
.card-green .icon-box-img i {
    font-size: 28px;
    color: #0C9887;
}
.card-blue h3,
.card-green h3,
.card-blue h4,
.card-green h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px;
}
.card-blue a,
.card-green a {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #0C9887;
    padding: 6px 16px;
    border-radius: 999px;
    background: #F3FBF9;
    transition: all 0.25s ease;
}

.card-blue a:hover,
.card-green a:hover {
    background: #0C9887;
    color: #ffffff;
}