/*
Theme Name: Huajuan Textile
Theme URI: https://huajuantex.com
Author: Weihai Huajuan Textiles Co., Ltd.
Author URI: https://huajuantex.com
Description: Professional B2B textile & clothing trade website theme for Weihai Huajuan Textiles.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: business, e-commerce, responsive, custom-colors, custom-menu
Text Domain: huajuan-theme
*/

/* ================================================================
   CSS Variables
================================================================ */
:root {
    --navy: #0b1a2e;
    --navy-light: #142442;
    --gold: #d4a853;
    --gold-hover: #c49630;
    --white: #ffffff;
    --gray-light: #f5f5f5;
    --gray: #666;
    --gray-dark: #333;
    --blue-accent: #1a73e8;
}

/* ================================================================
   Reset & Base
================================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--gray-dark); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ================================================================
   Top Bar
================================================================ */
.top-bar { background: var(--navy); color: #ccc; font-size: 13px; padding: 8px 0; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.top-bar a { color: #ccc; transition: color 0.3s; }
.top-bar a:hover { color: var(--gold); }
.top-contact { display: flex; gap: 20px; align-items: center; }
.top-contact span { display: flex; align-items: center; gap: 5px; }
.top-tagline { color: var(--gold); font-weight: 600; }

/* ================================================================
   Header & Navigation
================================================================ */
.header { background: #fff; padding: 10px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.logo img { height: 45px; }
.nav { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav li { position: relative; }
.nav > li > a { color: var(--gray-dark); font-weight: 600; font-size: 14px; padding: 10px 0; display: block; transition: color 0.3s; text-transform: uppercase; letter-spacing: 0.5px; }
.nav > li > a:hover,
.nav > li.current-menu-item > a,
.nav > li.current_page_item > a { color: var(--gold); }
.nav .submenu,
.nav .sub-menu { position: absolute; top: 100%; left: 0; background: #fff; min-width: 180px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); border-radius: 4px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s; list-style: none; padding: 8px 0; }
.nav li:hover .submenu,
.nav li:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav .submenu a,
.nav .sub-menu a { display: block; padding: 8px 20px; font-size: 14px; color: var(--gray-dark); transition: all 0.3s; }
.nav .submenu a:hover,
.nav .sub-menu a:hover { color: var(--gold); background: #fafafa; }
.btn-quote { background: var(--gold); color: #fff !important; padding: 10px 24px !important; border-radius: 4px; font-weight: 600; transition: background 0.3s; white-space: nowrap; }
.btn-quote:hover { background: var(--gold-hover); }

/* Mobile Menu */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 5px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--gray-dark); margin: 5px 0; transition: 0.3s; }

/* ================================================================
   Buttons
================================================================ */
.btn-primary { display: inline-block; background: var(--gold); color: #fff; padding: 14px 36px; border-radius: 4px; font-weight: 600; font-size: 15px; transition: background 0.3s; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--gold-hover); color: #fff; }
.btn-outline { display: inline-block; border: 2px solid var(--gold); color: var(--gold); padding: 12px 30px; border-radius: 4px; font-weight: 600; font-size: 14px; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.btn-outline:hover { background: var(--gold); color: #fff; }

/* ================================================================
   Page Banner / Hero
================================================================ */
.banner { position: relative; height: 600px; background: url('https://omo-oss-image.thefastimg.com/portal-saas/pg2025071608560304193/cms/image/c837925f-c08e-4f3f-9efd-3d3af59ee795.webp') center/cover no-repeat; display: flex; align-items: center; }
.banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(11,26,46,0.85) 0%, rgba(11,26,46,0.4) 100%); }
.banner-content { position: relative; z-index: 1; max-width: 650px; color: #fff; }
.banner-content .subtitle { font-size: 18px; color: var(--gold); margin-bottom: 10px; letter-spacing: 2px; text-transform: uppercase; }
.banner-content h1 { font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.banner-content .desc { font-size: 16px; margin-bottom: 30px; opacity: 0.9; line-height: 1.8; }

/* Page Hero (inner pages) */
.page-hero { position: relative; height: 300px; display: flex; align-items: center; background: var(--navy); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: rgba(11,26,46,0.7); }
.page-hero-content { position: relative; z-index: 1; color: #fff; }
.page-hero-content h1 { font-size: 40px; font-weight: 700; margin-bottom: 10px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 14px; opacity: 0.8; }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: #fff; }

/* ================================================================
   Sections
================================================================ */
.section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 36px; color: var(--navy); margin-bottom: 10px; }
.section-title p { color: var(--gray); }
.section-title .line { width: 60px; height: 3px; background: var(--gold); margin: 15px auto 0; }

/* ================================================================
   About Section
================================================================ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img img { border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.about-text h2 { font-size: 32px; color: var(--navy); margin-bottom: 8px; }
.about-text .tag { color: var(--gold); font-weight: 600; margin-bottom: 20px; font-size: 15px; }
.about-text p { color: var(--gray); margin-bottom: 15px; line-height: 1.8; }

/* ================================================================
   Advantages
================================================================ */
.advantages { background: #1a3c6e; padding: 60px 0; }
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.adv-card { background: #fff; padding: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.15); transition: transform 0.3s; }
.adv-card:hover { transform: translateY(-5px); }
.adv-card img { width: 100%; height: auto; display: block; object-fit: cover; }
.adv-card h3 { font-size: 16px; color: #1a3c6e; margin: 0; font-weight: 700; text-align: left; padding: 20px 20px 0; }
.adv-card p { color: #555; font-size: 13px; line-height: 1.7; text-align: left; padding: 0 20px 24px; }
@media(max-width:768px) { .adv-grid { grid-template-columns: 1fr; } }

/* ================================================================
   CTA Section
================================================================ */
.cta-section { background: var(--navy); text-align: center; padding: 70px 0; color: #fff; }
.cta-section h2 { font-size: 32px; margin-bottom: 12px; }
.cta-section p { opacity: 0.85; margin-bottom: 25px; font-size: 16px; max-width: 600px; margin-left: auto; margin-right: auto; line-height: 1.8; }

/* ================================================================
   Products
================================================================ */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.product-card { border-radius: 8px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: transform 0.3s; background: #fff; }
.product-card:hover { transform: translateY(-5px); }
.product-card img { width: 100%; height: 250px; object-fit: cover; display: block; }
.product-info { padding: 15px; text-align: center; }
.product-info h4 { font-size: 15px; color: var(--navy); margin-bottom: 5px; }
.product-info a { color: var(--gold); font-size: 13px; font-weight: 600; }
.product-custom { background: var(--navy); color: #fff; text-align: center; padding: 20px; margin-bottom: 25px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.product-custom p { font-size: 16px; }

/* Products page filter */
.products-filter { display: flex; gap: 12px; margin-bottom: 35px; flex-wrap: wrap; }
.filter-btn { padding: 9px 22px; border-radius: 25px; border: 2px solid #ddd; background: #fff; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--gray-dark); transition: all 0.3s; }
.filter-btn.active,
.filter-btn:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ================================================================
   Blog
================================================================ */
.blog { background: var(--gray-light); }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.blog-featured { display: flex; flex-direction: column; gap: 25px; }
.blog-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.06); transition: transform 0.3s; }
.blog-card:hover { transform: translateY(-3px); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 20px; }
.blog-card-body .date { color: var(--gold); font-size: 12px; font-weight: 600; margin-bottom: 8px; }
.blog-card-body h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.blog-card-body p { color: var(--gray); font-size: 14px; line-height: 1.6; }
.blog-sidebar { display: flex; flex-direction: column; gap: 15px; }
.blog-mini { display: flex; gap: 15px; align-items: flex-start; }
.blog-mini .date { color: var(--gold); font-size: 12px; font-weight: 600; white-space: nowrap; min-width: 80px; margin-top: 3px; }
.blog-mini h4 { font-size: 14px; color: var(--navy); margin-bottom: 4px; line-height: 1.4; }
.blog-mini p { color: var(--gray); font-size: 13px; line-height: 1.5; }
.blog-btn { text-align: center; margin-top: 30px; }

/* Blog list page */
.blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

/* ================================================================
   Stats
================================================================ */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item { padding: 30px 20px; }
.stat-number { font-size: 48px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 10px; }
.stat-label { color: #ccc; font-size: 15px; }

/* ================================================================
   Team
================================================================ */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.team-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.06); text-align: center; padding: 30px 20px; }
.team-card img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 15px; object-fit: cover; }
.team-card h4 { font-size: 16px; color: var(--navy); margin-bottom: 5px; }
.team-card p { color: var(--gray); font-size: 14px; }

/* ================================================================
   Contact
================================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; gap: 60px; }
.contact-info h3 { font-size: 24px; color: var(--navy); margin-bottom: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; }
.contact-item .icon { width: 48px; height: 48px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item .icon svg { width: 22px; height: 22px; fill: #fff; }
.contact-item h4 { font-size: 15px; color: var(--navy); font-weight: 600; margin-bottom: 4px; }
.contact-item p, .contact-item a { color: var(--gray); font-size: 14px; line-height: 1.6; }
.contact-item a:hover { color: var(--gold); }
.contact-form { background: #fff; padding: 40px; border-radius: 8px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); }
.contact-form h3 { font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.contact-form p { color: var(--gray); font-size: 14px; margin-bottom: 25px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--gray-dark); margin-bottom: 6px; }
.form-group input,
.form-group textarea,
.form-group select { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; color: var(--gray-dark); outline: none; transition: border-color 0.3s; background: #fff; }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { height: 120px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

/* ================================================================
   Footer
================================================================ */
.footer { background: var(--navy); color: #ccc; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; margin-bottom: 40px; }
.footer-info h3 { color: #fff; font-size: 22px; margin-bottom: 15px; }
.footer-contact { display: flex; flex-direction: column; gap: 15px; margin-top: 20px; }
.footer-contact .item { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact .item svg { width: 18px; height: 18px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-contact .label { color: var(--gold); font-size: 13px; font-weight: 600; }
.footer-contact .value { font-size: 14px; margin-top: 2px; }
.footer-contact a { color: #ccc; transition: color 0.3s; }
.footer-contact a:hover { color: var(--gold); }
.footer-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 15px 0; }
.footer-social { display: flex; gap: 15px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.footer-social a:hover { background: var(--gold); }
.footer-social svg { width: 18px; height: 18px; fill: #fff; }
.footer-qr { display: flex; align-items: center; justify-content: center; padding: 10px 0; }
.footer-social-large { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; align-items: center; }
.footer-social-large a { width: 70px; height: 70px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: background 0.3s, transform 0.3s; }
.footer-social-large a:hover { background: var(--gold); transform: scale(1.08); }
.footer-social-large svg { width: 35px; height: 35px; fill: #fff; }
@media(max-width:600px) {
  .footer-social-large a { width: 54px; height: 54px; }
  .footer-social-large svg { width: 26px; height: 26px; }
}
.footer-bottom { background: rgba(0,0,0,0.3); padding: 20px 0; margin-top: 40px; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.footer-nav { display: flex; gap: 20px; list-style: none; flex-wrap: wrap; margin-bottom: 15px; }
.footer-nav a { color: #ccc; font-size: 13px; transition: color 0.3s; }
.footer-nav a:hover { color: var(--gold); }
.whatsapp-qr { width: 100px; border-radius: 6px; }

/* ================================================================
   WordPress Specific
================================================================ */
.wp-block-image { margin: 20px 0; }
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }
.aligncenter { display: block; margin: 0 auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }

/* ================================================================
   Products Page — Matching whhuajuan.com
================================================================ */

/* Sub-header Banner */
.prod-sub-header {
    background: var(--navy);
    padding: 30px 0;
    text-align: center;
}
.prod-sub-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.prod-sub-desc {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

/* Breadcrumb */
.prod-breadcrumb-wrap {
    padding: 15px 20px 0;
}
.prod-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.prod-breadcrumb a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
}
.prod-breadcrumb a:hover { color: var(--gold); }
.prod-breadcrumb span { color: #999; }
.prod-breadcrumb-line {
    border: none;
    border-top: 1px solid #e8e8e8;
    margin: 12px 0 0;
}

/* Main Layout: Sidebar + Grid */
.prod-main {
    padding: 30px 0 60px;
}
.prod-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* ===== Left Sidebar ===== */
.prod-sidebar {
    width: 260px;
    flex-shrink: 0;
}
.prod-sidebar-title {
    background: var(--navy);
    padding: 14px 20px;
    border-radius: 4px 4px 0 0;
}
.prod-sidebar-title h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}

/* Category List */
.prod-cat-list {
    list-style: none;
    border: 1px solid #e8e8e8;
    border-top: none;
    margin-bottom: 25px;
}
.prod-cat-item {}
.prod-cat-item a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}
.prod-cat-item a:hover,
.prod-cat-item.active a {
    background: var(--navy);
    color: #fff;
}
.prod-cat-item:last-child a { border-bottom: none; }

/* Get In Touch Now Box */
.prod-sidebar-contact {
    background: var(--navy);
    border-radius: 4px;
    padding: 20px;
    color: #fff;
}
.prod-sidebar-contact h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}
.prod-sidebar-contact > p {
    font-size: 13px;
    opacity: 0.8;
    margin-bottom: 18px;
}
.prod-sidebar-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
}
.prod-sidebar-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.prod-sidebar-text {
    flex: 1;
    min-width: 0;
}
.prod-sidebar-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 2px;
}
.prod-sidebar-text a,
.prod-sidebar-text span {
    font-size: 13px;
    color: #fff;
    word-break: break-all;
}
.prod-sidebar-text a:hover { color: var(--gold); }
.prod-sidebar-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin: 2px 0;
}

/* ===== Right: Products Grid ===== */
.prod-grid-area {
    flex: 1;
    min-width: 0;
}
.prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Product Card */
.prod-card {
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.prod-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.prod-card-img {
    position: relative;
    width: 100%;
    padding-top: 133%; /* 3:4 aspect */
    overflow: hidden;
    background: #f5f5f5;
}
.prod-card-img img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.prod-card:hover .prod-card-img img {
    transform: scale(1.05);
}
.prod-card-btns {
    display: flex;
    gap: 2px;
}
.prod-card-btns a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.prod-btn-more {
    background: var(--navy);
    color: #fff;
}
.prod-btn-more:hover {
    background: var(--gold);
    color: #fff;
}
.prod-btn-contact {
    background: var(--gold);
    color: #fff;
}
.prod-btn-contact:hover {
    background: var(--gold-hover);
    color: #fff;
}
.prod-card-name {
    text-align: center;
    padding: 10px 0 0;
}
.prod-card-name a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s;
}
.prod-card-name a:hover {
    color: var(--gold);
}

/* Pagination */
.prod-pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 40px;
}
.prod-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
}
.prod-page:hover,
.prod-page.active {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}

/* ================================================================
   Responsive
================================================================ */
@media (max-width: 992px) {
    .about-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .adv-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .contact-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-list { grid-template-columns: repeat(2, 1fr); }
    /* Products page responsive */
    .prod-layout { flex-direction: column; }
    .prod-sidebar { width: 100%; }
    .prod-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
    .nav.active { display: flex; }
    .nav .submenu,
    .nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding-left: 15px; }
    .top-bar .container { flex-direction: column; gap: 5px; text-align: center; }
    .top-contact { flex-wrap: wrap; justify-content: center; }
    .banner { height: 450px; }
    .banner-content h1 { font-size: 32px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom .container { flex-direction: column; text-align: center; }
    .blog-list { grid-template-columns: 1fr; }
    .form-row-2 { grid-template-columns: 1fr; }
    /* Products page responsive */
    .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .prod-sub-text { font-size: 15px; }
}
