/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* Hide Astra default header/footer so we can use our custom ones */
.site-header,
.ast-primary-header-bar,
.ast-desktop-header,
.ast-mobile-header,
.site-footer,
.ast-footer-bar,
.ast-small-footer,
.ast-breadcrumbs-wrapper,
.entry-header,
.ast-single-post .entry-header,
.page-title,
#ast-hf-menu-1,
.ast-main-header-wrap {
    display: none !important;
}

.ast-plain-container,
.ast-page-builder-template .site-content > .ast-container,
.ast-plain-container .site-content > .ast-container,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.ast-page-builder-template .site-content { padding: 0 !important; }
.single-page .hentry { padding: 0 !important; margin: 0 !important; }

/* Custom header styles - obeyabeauty style */
:root { --jiemao-primary: #D81324; --jiemao-secondary: #0B2154; --jiemao-light: #F2F2F2; --jiemao-dark: #111111; }

/* Prevent horizontal scroll from full-width breakouts */
html, body { overflow-x: hidden; }

/* Full width breakout inside Astra container */
.home .ast-container,
.home .entry-content,
.home .site-main,
.home #primary,
.home .ast-row,
.home .ast-article-post,
.home .ast-article-single,
.home .hentry {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.home .jiemao-full-width {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: auto;
}

/* Force primary red on card / list titles */
.category-card .place-cap h3 a,
.product-card h5 a,
.product-card h3 a,
.place-cap h3 a,
.news-section h5 a,
.single-place .place-cap h3 a { color: var(--jiemao-primary) !important; }

/* Topbar - obeyabeauty style */
.top-bar { background: #f8f8f8; border-bottom: 1px solid #eee; font-size: 14px; line-height: 1.4; }
.top-bar .container { max-width: 1320px; }
.topbar-left a { color: #666; text-decoration: none; transition: color .3s; }
.topbar-left a:hover { color: var(--jiemao-primary); }
.topbar-left i { color: var(--jiemao-primary); }
.topbar-left small { font-size: 14px; }
.topbar-right { text-align: right; }
.topbar-right .btn-link { color: #666; text-decoration: none; padding: 0 12px; font-size: 14px; transition: color .3s; }
.topbar-right .btn-link:hover { color: var(--jiemao-primary); }
.topbar-right .btn-link i { margin-right: 5px; color: var(--jiemao-primary); }
.topbar-right .btn-link:last-child { border-right: none !important; }
@media (max-width: 991px) {
  .top-bar .px-5 { padding-left: 1rem !important; padding-right: 1rem !important; }
  .topbar-left, .topbar-right { text-align: center; }
  .topbar-left .d-inline-flex, .topbar-right .d-inline-flex { display: inline-flex !important; }
}

/* Main Navbar - obeyabeauty style */
.main-navbar { background: #fff; padding: 0; box-shadow: 0 2px 10px rgba(0,0,0,.05); transition: all .3s ease; }
.main-navbar .container { position: relative; }
.main-navbar .navbar-brand { height: 60px; display: flex; align-items: center; padding: 12px 0; }
.main-navbar .navbar-brand img { height: 40px; max-width: 170px; object-fit: contain; transition: height .3s; }
.main-navbar .navbar-nav { gap: 10px; }
.main-navbar .navbar-nav .nav-link { color: #333; font-size: 15px; font-weight: 600; text-transform: uppercase; padding: 28px 18px; position: relative; transition: color .3s; }
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active { color: var(--jiemao-primary); }
.main-navbar .navbar-nav .nav-link.active::after,
.main-navbar .navbar-nav .nav-link:hover::after { display: none; }

/* Dropdown */
.main-navbar .dropdown-toggle::after { display: none; }
.main-navbar .dropdown-toggle { position: relative; padding-right: 22px !important; }
.main-navbar .dropdown-toggle::before { content: ''; position: absolute; right: 8px; top: 50%; margin-top: -2px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #666; transition: border-color .3s, transform .3s; }
.main-navbar .dropdown-toggle:hover::before { border-top-color: var(--jiemao-primary); }
.main-navbar .dropdown-menu { display: block; border: none; border-radius: 0; box-shadow: 0 8px 25px rgba(0,0,0,.12); margin-top: 0; padding: 8px 0; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s ease; }
.main-navbar .dropdown:hover > .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-navbar .dropdown-item { color: #444; font-size: 13px; padding: 9px 20px; transition: all .2s; }
.main-navbar .dropdown-item:hover { background: var(--jiemao-primary); color: #fff; padding-left: 25px; }

/* Header Search */
.header-search { display: flex; margin-left: 20px; border: 1px solid #ddd; }
.header-search .keyword { border: none; padding: 8px 12px; font-size: 13px; width: 170px; outline: none; }
.header-search button { background: var(--jiemao-primary); color: #fff; border: none; padding: 8px 16px; font-size: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: background .3s; }
.header-search button:hover { background: #b0101d; }
@media (max-width: 1199px) {
  .header-search .keyword { width: 120px; }
}
@media (max-width: 991px) {
  .main-navbar .navbar-collapse { padding: 15px; border-top: 1px solid #eee; }
  .main-navbar .navbar-nav .nav-link { padding: 12px 0; }
  .main-navbar .navbar-nav .nav-link.active::after,
  .main-navbar .navbar-nav .nav-link:hover::after { display: none; }
  .main-navbar .dropdown-menu { opacity: 1; visibility: visible; transform: none; box-shadow: none; border-left: 2px solid var(--jiemao-primary); margin-left: 10px; display: none; }
  .main-navbar .dropdown.show > .dropdown-menu { display: block; }
  .header-search { margin: 15px 0 0; width: 100%; }
  .header-search .keyword { flex: 1; }
}

/* Sticky header shrink */
.main-navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.1); }
.main-navbar.scrolled .navbar-brand { height: 54px; }
.main-navbar.scrolled .navbar-brand img { height: 34px; }
.main-navbar.scrolled .navbar-nav .nav-link { padding-top: 22px; padding-bottom: 22px; }

/* Scroll reveal animations */
.reveal { opacity: 0; transform: translateY(30px); transition: all .7s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Image hover zoom */
.img-zoom { overflow: hidden; }
.img-zoom img { transition: transform .5s ease; }
.img-zoom:hover img { transform: scale(1.08); }

/* Button hover lift */
.btn-lift { transition: transform .3s, box-shadow .3s; }
.btn-lift:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.15); }

/* Link underline animation */
.link-animate { position: relative; text-decoration: none; }
.link-animate::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--jiemao-primary); transition: width .3s; }
.link-animate:hover::after { width: 100%; }

/* Carousel caption animations */
@keyframes slideInDown {
  from { opacity: 0; transform: translate3d(0, -40px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
.animated.slideInDown { animation: slideInDown .8s ease forwards; }
.carousel-caption .animated:nth-child(1) { animation-delay: .1s; opacity: 0; }
.carousel-caption .animated:nth-child(2) { animation-delay: .3s; opacity: 0; }
.carousel-caption .animated:nth-child(3) { animation-delay: .5s; opacity: 0; }

/* Carousel fade transition */
#header-carousel.carousel-fade .carousel-item { opacity: 0; transition: opacity .8s ease-in-out; }
#header-carousel.carousel-fade .carousel-item.active { opacity: 1; }

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

/* Page header banner for inner pages */
.jiemao-page-header {
    display: block !important;
    width: 100% !important;
    min-height: 220px;
    background-color: #0B2154;
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('/wp-content/uploads/2026/07/wholesale-mink-lashes768-scaled.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 !important;
    text-align: center;
    position: relative;
    clear: both;
}
.jiemao-page-header h1, .jiemao-page-title { color: #fff; text-transform: uppercase; font-size: 2rem; line-height: 1.3; word-break: break-word; margin-bottom: 0.75rem; }
.jiemao-page-header .breadcrumb { background: transparent; justify-content: center; margin-bottom: 0; }
.jiemao-page-header .breadcrumb-item a { color: #fff; text-decoration: none; }
.jiemao-page-header .breadcrumb-item.active { color: rgba(255,255,255,.7); }

/* Category info section below banner */
.jiemao-category-info { background: #fff; }
.jiemao-category-desc { color: #555; font-size: 15px; line-height: 1.8; max-width: 900px; margin: 0 auto; text-align: center; }
.jiemao-subcats { text-align: center; }
.jiemao-subcats h5 { color: var(--jiemao-secondary); font-weight: 700; font-size: 18px; margin-bottom: 15px; }
.jiemao-subcat-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.jiemao-subcat-tag { display: inline-block; padding: 8px 16px; background: var(--jiemao-primary); color: #fff; font-size: 13px; font-weight: 600; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: .3s; }
.jiemao-subcat-tag:hover { background: #b0101d; color: #fff; }

/* Hide WooCommerce default category description / title to avoid duplication */
.woocommerce-products-header { display: none !important; }
.tax-product_cat .term-description { display: none !important; }

/* Footer */
.footer { background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url('/wp-content/uploads/2026/07/wholesale-mink-lashes768-scaled.jpg') center center / cover no-repeat; }
.footer .btn-social { margin-right: 5px; width: 36px; height: 36px; padding: 0; display: inline-flex !important; align-items: center; justify-content: center; color: var(--jiemao-light); border: 1px solid #FFFFFF; border-radius: 50%; transition: .3s; text-decoration: none; }
.footer .btn-social:hover { color: var(--jiemao-primary); }
.footer .btn-social i { font-family: "Font Awesome 6 Brands"; font-weight: 400; font-style: normal; font-size: 15px; line-height: 1; }
.footer .btn-link { display: block; margin-bottom: 5px; padding: 0; text-align: left; color: #FFFFFF; font-size: 15px; font-weight: normal; text-transform: capitalize; transition: .3s; text-decoration: none; background: transparent; border: none; }
.footer .btn-link::before { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; margin-right: 10px; }
.footer .btn-link:hover { letter-spacing: 1px; box-shadow: none; }
.footer .copyright { padding: 25px 0; font-size: 15px; border-top: 1px solid rgba(256, 256, 256, .1); }
.back-to-top { position: fixed; display: none; right: 45px; bottom: 45px; z-index: 99; }
.right-whatsapp { position: fixed; right: 45px; bottom: 100px; z-index: 199; }

/* WooCommerce layout adjustments */
.woocommerce .ast-container { max-width: 1320px !important; padding: 40px 15px !important; margin-left: auto !important; margin-right: auto !important; }
.woocommerce-products-header { display: none; }

/* Single Product Page - obeyabeauty style */
.single-product .product_title { color: var(--jiemao-primary) !important; font-weight: 700; font-size: 28px; margin-bottom: 15px; }
.single-product .woocommerce-product-details__short-description { color: #555; font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.single-product p.price { color: var(--jiemao-primary) !important; font-size: 24px; font-weight: 700; }
.single-product .single_add_to_cart_button { background: var(--jiemao-primary); border-radius: 0; text-transform: uppercase; font-weight: 600; padding: 14px 30px; }
.single-product .single_add_to_cart_button:hover { background: #b0101d; }
.single-product .woocommerce-tabs .tabs li a { color: #333; font-weight: 600; text-transform: uppercase; font-size: 13px; }
.single-product .woocommerce-tabs .tabs li.active a { color: var(--jiemao-primary); }
.single-product .woocommerce-Tabs-panel { font-size: 15px; line-height: 1.7; color: #555; }
.single-product .product_meta { color: #777; font-size: 13px; }
.single-product .product_meta a { color: var(--jiemao-primary); }
.single-product .related.products h2 { color: var(--jiemao-primary); font-weight: 700; text-transform: uppercase; font-size: 22px; margin-bottom: 25px; }

/* Product archive cards */
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--jiemao-primary) !important; font-weight: 700; font-size: 15px; line-height: 1.3; min-height: 40px; }
.woocommerce ul.products li.product .price { color: var(--jiemao-primary); font-weight: 600; }
.woocommerce ul.products li.product .button { background: var(--jiemao-primary); color: #fff; border-radius: 0; text-transform: uppercase; font-size: 12px; }
.woocommerce ul.products li.product .button:hover { background: #b0101d; }

/* Custom Single Product Template - obeyabeauty style */
.obeya-single-product-wrap {
    background: #fff;
    padding: 30px 15px 60px;
    max-width: 1320px;
    margin: 0 auto;
}
.obeya-product-main {
    margin-bottom: 40px;
}
.obeya-product-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.obeya-product-gallery {
    flex: 1 1 45%;
    max-width: 540px;
}
.obeya-product-gallery .obeya-main-image {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    background: #fafafa;
}
.obeya-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.obeya-gallery-thumbs .obeya-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px solid #eee;
    cursor: pointer;
}
.obeya-product-summary {
    flex: 1 1 45%;
}
.obeya-product-title,
.single-product .obeya-product-title {
    color: var(--jiemao-primary) !important;
    font-weight: 700 !important;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.obeya-product-price,
.single-product .obeya-product-price {
    color: var(--jiemao-primary) !important;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.obeya-product-price del,
.single-product .obeya-product-price del {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
}
.obeya-product-price ins,
.single-product .obeya-product-price ins {
    text-decoration: none;
}
.obeya-product-short-description {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.obeya-add-to-cart .single_add_to_cart_button,
.obeya-add-to-cart .button {
    background: var(--jiemao-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 30px !important;
    border: none !important;
}
.obeya-add-to-cart .single_add_to_cart_button:hover,
.obeya-add-to-cart .button:hover {
    background: #b0101d !important;
}
.obeya-add-to-cart .quantity input {
    padding: 12px 10px;
    border: 1px solid #ddd;
    width: 70px;
    text-align: center;
}

/* Tabs */
.obeya-product-tabs {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.obeya-product-tabs .woocommerce-tabs {
    background: #fff;
}
.obeya-product-tabs .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 25px;
    border-bottom: 2px solid #eee;
    display: flex;
    gap: 30px;
}
.obeya-product-tabs .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.obeya-product-tabs .woocommerce-tabs ul.tabs li a {
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0;
    display: block;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.obeya-product-tabs .woocommerce-tabs ul.tabs li.active a {
    color: var(--jiemao-primary);
    border-bottom-color: var(--jiemao-primary);
}
.obeya-product-tabs .woocommerce-Tabs-panel {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    padding: 0;
}
.obeya-product-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}
.obeya-product-tabs .obeya-specs-table {
    max-width: 700px;
}

/* Related Products */
.obeya-related-products {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.obeya-related-products .related.products h2 {
    color: var(--jiemao-primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
}
.obeya-related-products .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.obeya-related-products .related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}
.obeya-related-products .related.products ul.products li.product img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
@media (max-width: 991px) {
    .obeya-related-products .related.products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .obeya-product-row {
        flex-direction: column;
    }
    .obeya-product-gallery,
    .obeya-product-summary {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .obeya-related-products .related.products ul.products {
        grid-template-columns: 1fr;
    }
}

/* Fluent Forms success/error messages */
.fluentform-success-message,
.ff-message-success,
.ff-success-message,
.ff-thank-you-message {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #155724 !important;
    background-color: #d4edda !important;
    border: 1px solid #c3e6cb !important;
    padding: 20px !important;
    border-radius: 4px !important;
    margin: 20px 0 !important;
    font-weight: 500 !important;
    text-align: center !important;
}
.ff-message-errors,
.ff-error-message {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    padding: 15px !important;
    border-radius: 4px !important;
    margin: 15px 0 !important;
}

/* Updated Single Product - obeyabeauty style */
.obeya-product-breadcrumb {
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    margin-bottom: 30px;
}
.obeya-product-breadcrumb .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.obeya-product-breadcrumb .breadcrumb-item a {
    color: #555;
    text-decoration: none;
}
.obeya-product-breadcrumb .breadcrumb-item a:hover {
    color: var(--jiemao-primary);
}
.obeya-product-breadcrumb .breadcrumb-item.active {
    color: #888;
}
.obeya-product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #aaa;
    padding: 0 8px;
}
.single-product .woocommerce-breadcrumb {
    display: none !important;
}

.obeya-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    font-size: 14px;
}
.obeya-specs-table th,
.obeya-specs-table td {
    padding: 12px 15px;
    border: 1px solid #eee;
    text-align: left;
}
.obeya-specs-table th {
    background: #f8f8f8;
    color: #333;
    font-weight: 600;
    width: 35%;
}
.obeya-specs-table td {
    color: #555;
}

.obeya-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.obeya-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: .3s;
    cursor: pointer;
    border: none;
}
.obeya-btn-print {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
}
.obeya-btn-print:hover {
    background: #f8f8f8;
    color: var(--jiemao-primary);
    border-color: var(--jiemao-primary);
}
.obeya-btn-contact {
    background: var(--jiemao-primary);
    color: #fff;
}
.obeya-btn-contact:hover {
    background: #b0101d;
    color: #fff;
}

.obeya-product-description {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}
.obeya-product-description h2,
.obeya-product-description h3,
.obeya-product-description h4 {
    color: #333;
    font-weight: 700;
    margin: 30px 0 15px;
}
.obeya-product-description p {
    margin-bottom: 15px;
}
.obeya-product-description img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.obeya-product-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.obeya-product-description table th,
.obeya-product-description table td {
    border: 1px solid #eee;
    padding: 10px 15px;
}
.obeya-product-description table th {
    background: #f8f8f8;
    font-weight: 600;
}

@media (max-width: 991px) {
    .obeya-product-actions {
        flex-direction: column;
    }
    .obeya-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Obeya Beauty style product page enhancements
   ========================================================================== */

/* Vertical gallery on the left */
.obeya-vertical-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.obeya-gallery-item {
    border: 1px solid #eee;
    background: #fafafa;
    overflow: hidden;
}
.obeya-gallery-img {
    width: 100%;
    height: auto;
    display: block;
}
.obeya-no-image {
    padding: 80px 20px;
    text-align: center;
    color: #888;
}

/* Specs as label/value list */
.obeya-specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.obeya-specs-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.obeya-specs-list li:last-child {
    border-bottom: none;
}
.obeya-spec-label {
    width: 120px;
    color: #888;
    font-weight: 600;
    text-transform: capitalize;
}
.obeya-spec-value {
    flex: 1;
    color: #333;
}

/* Section titles */
.obeya-section-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--jiemao-primary);
    display: inline-block;
}

/* About Obeya lashes section */
.obeya-about-section {
    background: #f9f9f9;
    padding: 60px 0;
    margin-top: 50px;
}
.obeya-about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.obeya-about-item {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-top: 3px solid var(--jiemao-primary);
}
.obeya-about-num {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: var(--jiemao-primary);
    margin-bottom: 10px;
}
.obeya-about-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}
.obeya-about-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Contact section */
.obeya-contact-section {
    padding: 60px 0;
    margin-top: 50px;
}
.obeya-contact-info {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
}
.obeya-contact-info p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
}
.obeya-contact-info p:last-child {
    margin-bottom: 0;
}
.obeya-contact-info i {
    color: var(--jiemao-primary);
    width: 24px;
    margin-right: 10px;
}
.obeya-contact-info a {
    color: #333;
    text-decoration: none;
}
.obeya-contact-info a:hover {
    color: var(--jiemao-primary);
}

/* Tags section */
.obeya-tags-section {
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.obeya-tags-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.obeya-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.obeya-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #f2f2f2;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    transition: .3s;
}
.obeya-tag:hover {
    background: var(--jiemao-primary);
    color: #fff;
}

/* Prev / Next product */
.obeya-prev-next {
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.obeya-prev-next-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.obeya-prev-link,
.obeya-next-link {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}
.obeya-prev-link:hover,
.obeya-next-link:hover {
    color: var(--jiemao-primary);
}
.obeya-next-link {
    margin-left: auto;
}

/* ==========================================================================
   Obeya Beauty style category page
   ========================================================================== */

.obeya-category-wrap {
    background: #fff;
}
.obeya-category-desc-section {
    padding: 50px 0 30px;
}
.obeya-cat-desc-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: center;
}
.obeya-cat-desc-content h2,
.obeya-cat-desc-content h3,
.obeya-cat-desc-content h4 {
    color: #333;
    font-weight: 700;
    margin: 30px 0 15px;
    text-align: center;
}
.obeya-cat-desc-content h2 {
    font-size: 28px;
    text-transform: uppercase;
}
.obeya-cat-desc-content h3 {
    font-size: 20px;
}
.obeya-cat-desc-content p {
    margin-bottom: 15px;
    text-align: center;
}
.obeya-cat-desc-content ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.obeya-cat-desc-content li {
    margin-bottom: 8px;
}

.obeya-category-main {
    padding: 0 0 60px;
}
.obeya-category-main .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.obeya-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center !important;
}
.obeya-category-main .obeya-section-title,
.obeya-hot-search .obeya-section-title,
.obeya-faq-section .obeya-section-title,
.obeya-about-company .obeya-section-title {
    border-bottom: none;
    margin-bottom: 30px;
    display: block;
}

/* Category product cards - Bootstrap row/col style */
.obeya-team-item {
    background: #fff;
    transition: .3s;
    height: 100%;
}
.obeya-team-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}
.obeya-team-item .position-relative {
    background: #fafafa;
}
.obeya-team-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .5s;
}
.obeya-team-item:hover img {
    transform: scale(1.05);
}
.obeya-team-item .obeya-card-no-image {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.obeya-team-item .obeya-card-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}
.obeya-team-item .obeya-card-title a {
    color: var(--jiemao-primary);
    text-decoration: none;
}
.obeya-team-item .obeya-card-title a:hover {
    color: #b0101d;
}
.obeya-team-item .obeya-card-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* Hide WooCommerce default product grid elements on category pages */
.obeya-category-wrap .woocommerce-result-count,
.obeya-category-wrap .woocommerce-ordering,
.obeya-category-wrap .woocommerce-pagination {
    display: none !important;
}

/* Custom pagination */
.obeya-category-wrap .pagination {
    margin: 0;
    justify-content: center;
}
.obeya-category-wrap .page-item.active .page-link {
    background: var(--jiemao-primary);
    border-color: var(--jiemao-primary);
    color: #fff;
}
.obeya-category-wrap .page-link {
    color: #333;
}
.obeya-category-wrap .page-link:hover {
    background: var(--jiemao-primary);
    border-color: var(--jiemao-primary);
    color: #fff;
}

/* Hot Search */
.obeya-hot-search {
    background: #f8f8f8;
    padding: 50px 0;
}
.obeya-hot-search-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.obeya-hot-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #28a745;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-radius: 4px;
    transition: .3s;
}
.obeya-hot-tag:hover {
    background: #218838;
    color: #fff;
}

/* FAQ */
.obeya-faq-section {
    background: #fff;
    padding: 50px 0;
}
.obeya-faq-list {
    max-width: 900px;
    margin: 0 auto;
}
.obeya-faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.obeya-faq-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.obeya-faq-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* About Obeya / Company */
.obeya-about-company {
    background: #f2f2f2;
    padding: 50px 0;
    margin-top: 40px;
}
.obeya-about-company .obeya-section-title {
    text-align: left;
    color: #0B2154;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.obeya-about-intro {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 25px;
}
.obeya-about-list {
    margin-bottom: 35px;
}
.obeya-about-list-item {
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}
.obeya-about-num {
    flex-shrink: 0;
    width: 45px;
    font-weight: 700;
    color: #333;
    font-size: 15px;
    padding-top: 2px;
}
.obeya-about-list-text h6 {
    font-size: 15px;
    font-weight: 700;
    color: #0B2154;
    margin-bottom: 6px;
}
.obeya-about-list-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}
.obeya-contact-title {
    color: #0B2154;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}
.obeya-about-contact {
    text-align: left;
}
.obeya-about-contact p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.obeya-about-contact i {
    width: 24px;
    color: #888;
    margin-right: 8px;
}
.obeya-about-contact a {
    color: var(--jiemao-primary);
    text-decoration: none;
}
.obeya-about-contact a:hover {
    color: var(--jiemao-primary);
}

@media (max-width: 991px) {
    .obeya-about-grid {
        grid-template-columns: 1fr;
    }
    .obeya-about-grid-compact {
        grid-template-columns: 1fr;
    }
    .obeya-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .obeya-product-grid {
        grid-template-columns: 1fr;
    }
    .obeya-spec-label {
        width: 100%;
        margin-bottom: 4px;
    }
    .obeya-specs-list li {
        flex-direction: column;
    }
}

/* ==========================================================================
   Match obeyabeauty.com homepage overrides
   ========================================================================== */

/* Hero carousel overlay - lighter to match target */
#header-carousel .carousel-caption,
.carousel-caption {
    background: rgba(0, 0, 0, .35) !important;
}

/* Service / feature boxes section */
.service-card {
    background: #f2f2f2 !important;
}
.service-card h5 {
    color: #0B2154 !important;
    text-transform: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
.service-card .text-primary {
    color: var(--jiemao-primary) !important;
}
.service-card a.text-primary {
    color: var(--jiemao-primary) !important;
}
.service-card a.text-primary:hover {
    color: #b0101d !important;
}

