/* ==========================================================================
   1. TYPOGRAPHY & PRODUCT DESCRIPTION LAYOUTS
   ========================================================================== */
/* Target the specific product paragraphs */
.product-detail .short-desc p,
.product-detail .short-desc {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 20px !important;
}

/* Target the detailed product description tabs specifically */
.tab-content.shop_info_tab.entry-main-content .ck-content p,
.tab-content.shop_info_tab.entry-main-content p {
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 20px !important;
}

/* Make the Product Tabs section background white instead of grey */
section.bg-grey-9.section-padding-60.product-tabs {
    background-color: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

/* ==========================================================================
   2. HOMEPAGE HERO SECTION & ELEMENTS
   ========================================================================== */
.custom-hero-section {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    /* Curve and Lift */
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    margin-top: 0px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.04);
    padding: 0px 15px 10px 15px !important;
}

.custom-hero-section .hero-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0px !important;
}

.custom-hero-section .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #000000;
    margin-top: 60px !important;
    margin-bottom: 15px !important;
    line-height: 1.15;
}

.custom-hero-section .highlight-circle {
    position: relative;
    display: inline-block;
    color: #000000;
    z-index: 1;
    white-space: nowrap;
}

.custom-hero-section .highlight-circle::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -12px;
    right: -12px;
    bottom: -4px;
    border: 3px solid #52c9ee;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    z-index: -1;
    transform: rotate(-1.5deg);
}

.custom-hero-section .hero-btn {
    position: relative !important;
    z-index: 999 !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 20px !important;
    border: 1.8px solid #000000 !important;
    border-radius: 6px !important;
    color: #000000 !important;
    background-color: transparent !important;
    font-size: 0.95rem !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important; 
    transition: all 0.3s ease;
}

.custom-hero-section .hero-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.custom-hero-section .hero-text p {
    font-size: 1.15rem;
    line-height: 1.45;
    color: #333333;
    margin-top: auto;
    margin-bottom: auto;
}

/* Responsive Hero Layouts */
@media (min-width: 769px) {
    .custom-hero-section {
        padding: 50px 40px 20px 40px !important;
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
        margin-top: -12px !important;
    }
    .custom-hero-section .hero-container {
        flex-direction: row;
        align-items: flex-start;
        gap: 50px !important;
    }
    .custom-hero-section .hero-left-col { flex: 1.1; }
    .custom-hero-section .hero-right-col { flex: 1.2; padding-top: 5px; }
}

@media (max-width: 768px) {
    .custom-hero-section { padding: 0px 15px 0px 15px !important; }
    .custom-hero-section .hero-title { font-size: 2.2rem; }
}

/* ==========================================================================
   3. SOCIAL SHARING BUTTONS
   ========================================================================== */
.bb-social-sharing__item a i,
.bb-social-sharing__item a svg,
.bb-social-sharing__item button i,
.bb-social-sharing__item button svg {
    color: #888;
}

/* Remove Icons Background Fill on Hover */
.bb-social-sharing__item:hover,
.bb-social-sharing__item a:hover,
.bb-social-sharing__item button:hover,
.bb-social-sharing__item a:hover::before,
.bb-social-sharing__item button:hover::before,
.bb-social-sharing__item a:hover::after,
.bb-social-sharing__item button:hover::after {
    background: transparent !important;
    background-color: transparent !important;
}

/* Change only the icons color to blue on hover */
.bb-social-sharing__item:hover a i,
.bb-social-sharing__item:hover a svg,
.bb-social-sharing__item:hover button i,
.bb-social-sharing__item:hover button svg,
.bb-social-sharing__item a:hover i,
.bb-social-sharing__item a:hover svg,
.bb-social-sharing__item button:hover i,
.bb-social-sharing__item button:hover svg {
    color: #0077b6 !important;
    stroke: #0077b6 !important;
}

/* ==========================================================================
   4. "WHAT'S IN THE BOX" MODULE FOR POSTS
   ========================================================================== */
.witb-section {
    margin: 80px auto 30px auto; 
    max-width: 800px;
    padding: 0 15px;
    font-family: inherit;
}

.witb-container {
    background-color: #fcfcfd; 
    border-radius: 12px;
    padding: 30px 20px 30px;
    position: relative;
    text-align: center;
}

.witb-tab-accent {
    background-color: #1a1a1a; 
    width: 140px;
    height: 40px;
    border-radius: 12px 12px 0 0;
    position: absolute;
    top: -40px; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.witb-tab-cutout {
    width: 50px;
    height: 10px;
    background-color: #fcfcfd;
    border-radius: 20px;
    margin-top: 8px;
}

.witb-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
    margin-top: 10px;
}

.witb-items-grid {
    display: flex;
    justify-content: center;
    gap: 40px; 
    flex-wrap: nowrap;
}

.witb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%; 
}

.witb-icon-circle {
    background-color: #ffffff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04); 
}

.witb-item p {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 0;
    white-space: nowrap; 
}

.icon-laptop, .icon-bag, .icon-charger, .icon-mouse {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 45px 45px; 
}

.icon-laptop {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='1' ry='1'%3E%3C/rect%3E%3Cpath d='M2 20h20'%3E%3C/path%3E%3C/svg%3E");
}

.icon-bag {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='12' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M8 8V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3'%3E%3C/path%3E%3Cpath d='M3 13h18'%3E%3C/path%3E%3C/svg%3E");
}

.icon-charger {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='10' height='10' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M9 7V4'%3E%3C/path%3E%3Cpath d='M15 7V4'%3E%3C/path%3E%3Cpath d='M12 17v4'%3E%3C/path%3E%3Cpath d='M12 10v4'%3E%3C/path%3E%3C/svg%3E");
}

.icon-mouse {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='4' width='10' height='16' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M12 4v5'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 600px) {
    .witb-items-grid { gap: 10px; }
    .witb-icon-circle { width: 75px; height: 75px; margin-bottom: 12px; }
    .witb-item p { font-size: 11px; white-space: normal; }
    .icon-laptop, .icon-bag, .icon-charger { background-size: 30px 30px; }
}

/* ==========================================================================
   5. PRODUCT PAGE ADD-TO-CART & BUY NOW BUTTONS (HAND-DRAWN LOOK)
   ========================================================================== */
.product-extra-link2 .button-add-to-cart,
.product-extra-link2 .button-buy-now {
    background-color: transparent !important; 
    color: #000000 !important; 
    font-size: 15px !important;
    padding: 10px 20px !important; 
    width: auto !important; 
    min-width: 140px !important;
    border: 2px solid #555 !important; 
    border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px !important; 
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.product-extra-link2 .button-add-to-cart:hover,
.product-extra-link2 .button-buy-now:hover {
    background-color: #4bb4e6 !important; 
    color: #ffffff !important; 
    border-radius: 15px 255px 15px 225px / 255px 15px 225px 15px !important; 
}

/* ==========================================================================
   6. MOBILE VIEWPORT GALLERY & BREAKOUT RESPONSIVENESS
   ========================================================================== */
@media (max-width: 767px) {
    .detail-gallery {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        max-width: 100vw !important;
    }
    .detail-gallery .product-image-slider img {
        width: 100vw !important;
        border-radius: 0 !important;
        object-fit: cover !important; 
    }
    .page-header.breadcrumb-wrap {
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    #main-section > section.mt-60 {
        margin-top: 15px !important; 
    }
}

/* ==========================================================================
   7. CHIPS/HIGHLIGHTS PANEL LAYOUT SCOPES
   ========================================================================== */
.ph-ultra-light-container, .ph-ultra-light-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ph-ultra-light-container {
    background-color: #fcfcfd;
    border-radius: 12px;
    padding: 24px 20px;
    width: 100%;
    margin-bottom: 24px;
}

.ph-ultra-light-container p {
    margin-bottom: 16px;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
}

.ph-ultra-light-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px; 
    scrollbar-width: none;
}

.ph-ultra-light-slider::-webkit-scrollbar {
    display: none;
}

.ph-ultra-light-card {
    background-color: #ffffff;
    border-radius: 10px;
    flex: 0 0 28%; 
    min-width: 105px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02), 0px 1px 2px rgba(0, 0, 0, 0.01);
    text-align: center;
    border: none; 
}

.ph-ultra-light-card strong {
    display: block;
    font-size: 0.9rem;
    color: #222;
    font-weight: 400;
    margin-bottom: 4px;
}

.ph-ultra-light-card span {
    display: block;
    font-size: 0.75rem;
    color: #999;
    font-weight: 300;
}

.ph-custom-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
    object-fit: contain;
    display: block;
    opacity: 0.75;
}

/* ==========================================================================
   8. MOBILE FLYOUT SIDEBAR MENU OVERRIDES
   ========================================================================== */
.mobile-header-wrapper-style,
.mobile-header-wrapper-inner {
    background-color: #ffffff !important;
}

.mobile-header-wrapper-inner a {
    font-size: 16px !important;
    color: #1a1a1a !important;
    font-weight: normal;
    padding: 12px 0 !important;
    display: block;
}

.mobile-header-wrapper-inner .categories-button-active-2,
.mobile-header-wrapper-inner .main-menu a {
    font-size: 17px !important;
    font-weight: normal !important;
    color: #555 !important;
}

.mobile-header-wrapper-inner i, 
.mobile-header-wrapper-inner .fa {
    color: #555 !important;
}

.mobile-search input {
    border: 1px solid #eeeeee !important;
    background-color: #f8fafc !important;
    margin-bottom: 10px !important;
}

.main-categories-wrap {
    margin-bottom: 25px !important; 
}

.mobile-header-wrapper-inner li {
    border-bottom: 1px solid #eeeeee !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-header-wrapper-inner .single-mobile-header-info {
    margin-bottom: 1px !important;
    padding: 1px 0 !important;
}

.mobile-header-wrapper-inner .mobile-search {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Social Framework Layout Blocks inside Flyout Context */
.mobile-header-wrapper-inner .mobile-social-icon,
.mobile-social-icon {
    margin-top: -40px !important; 
    padding-top: 0px !important; 
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    border-bottom: none !important;
}

.mobile-social-icon {
    margin-top: 0px !important; 
}

.mobile-social-icon a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f8fafc !important; 
    border: 1px solid #eeeeee !important;
    color: #333333 !important;
    border-radius: 4px;
}

/* Custom SVG Branding Injections for Twt/X & LinkedIn */
.mobile-social-icon a[title="Twitter"] { background-color: #f8fafc !important; border: 1px solid #eeeeee !important; }
.mobile-social-icon a[title="Twitter"]:hover { background-color: #52c9ee !important; border-radius: 4px !important; color: #ffffff !important; }
.mobile-social-icon a[title="Twitter"] i.fab.fa-twitter {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345.3L234.7 319.2 124 464H53.6l165.1-188.8L32 48h145.1l111 145.2L421.4 48h70.6zm-24.8 373.8h-39.1L151.1 88h41.3l172.1 333.8z'/%3E%3C/svg%3E") !important;
    width: 16px !important; height: 16px !important;
}

.mobile-social-icon a[title="Linkedin"] { background-color: #f8fafc !important; border: 1px solid #eeeeee !important; }
.mobile-social-icon a[title="Linkedin"]:hover { background-color: #52c9ee !important; border-radius: 4px !important; color: #ffffff !important; }
.mobile-social-icon a[title="Linkedin"] i.fab.fa-linkedin {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z'/%3E%3C/svg%3E") !important;
    width: 16px !important; height: 16px !important;
}

/* ==========================================================================
   9. POLICY STORES PAGES ARCHITECTURE
   ========================================================================== */
.policy-page-wrapper {
    font-family: inherit;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.7;
    padding: 40px 0 60px 0;
}

.policy-page-wrapper .policy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy-page-wrapper h1.policy-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}

.policy-page-wrapper p.policy-updated-date {
    font-size: 0.9rem;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.policy-page-wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 15px;
}

.policy-page-wrapper h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.policy-page-wrapper p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.policy-page-wrapper ul, 
.policy-page-wrapper ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.policy-page-wrapper li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.policy-page-wrapper li strong {
    color: #000000;
}

.policy-page-wrapper .policy-notice-box {
    background-color: #f8fafc;
    border-left: 4px solid #52c9ee;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 30px 0;
}

.policy-page-wrapper .policy-notice-box p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #444444;
}

@media (max-width: 768px) {
    .policy-page-wrapper { padding: 25px 0 40px 0; }
    .policy-page-wrapper h1.policy-main-title { font-size: 2.1rem; }
    .policy-page-wrapper h2 { font-size: 1.4rem; }
}

/* ==========================================================================
   10. ABOUT US CORPORATE PROFILE STYLES
   ========================================================================== */
.about-page-wrapper {
    font-family: inherit;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
}

.about-page-wrapper .about-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-page-wrapper .about-grid-2 { display: flex; flex-direction: column; gap: 30px; }
.about-page-wrapper .about-grid-3 { display: flex; flex-direction: column; gap: 20px; }

.about-page-wrapper h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}

.about-hero-section {
    padding: 50px 0 30px 0;
    background-color: #ffffff;
    text-align: left;
}

.about-hero-section .about-sub {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666666;
    display: block;
    margin-bottom: 10px;
}

.about-hero-section .about-main-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #000000;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-hero-section .about-highlight {
    position: relative;
    display: inline-block;
    color: #000000;
    z-index: 1;
}

.about-hero-section .about-highlight::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -12px;
    right: -12px;
    bottom: -2px;
    border: 3px solid #52c9ee;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    z-index: -1;
    transform: rotate(-1deg);
}

.about-hero-section .about-hero-lead {
    font-size: 1.15rem;
    color: #444444;
    max-width: 900px;
    margin: 0;
    line-height: 1.6;
}

.about-story-section {
    padding: 40px 0;
    border-top: 1px solid #f0f0f0;
}

.about-story-section .story-accent {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}

.about-story-section p { margin-bottom: 15px; }
.about-story-section p:last-child { margin-bottom: 0; }

.about-focus-section {
    padding: 50px 0;
    background-color: #fcfcfc;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.about-focus-section .section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.about-focus-section .focus-card {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eef2f4;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-focus-section .focus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.about-focus-section .card-icon {
    font-size: 2rem;
    color: #52c9ee;
    margin-bottom: 15px;
}

.about-focus-section .focus-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.about-focus-section .focus-card p {
    font-size: 0.95rem;
    color: #555555;
    margin: 0;
    line-height: 1.6;
}

@media (min-width: 769px) {
    .about-page-wrapper .about-grid-2 { flex-direction: row; gap: 60px; }
    .about-page-wrapper .about-grid-3 { flex-direction: row; gap: 25px; }
}

/* ==========================================================================
   11. CAROUSEL CATEGORY COMPONENT DESIGN
   ========================================================================== */
.carousel-6-columns-cover .card-1 {
    background: #fcfcfd !important;
    text-align: center !important;
}

.carousel-6-columns-cover .card-1 img,
.carousel-6-columns-cover .card-1 figure img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 0px !important;
    margin-bottom: 6px !important;
}

.carousel-6-columns-cover .card-1 h6,
.carousel-6-columns-cover .card-1 a,
.carousel-6-columns-cover .card-1 .category-name {
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    display: block !important;
    margin-top: 6px !important;
    text-transform: none !important;
}

.carousel-6-columns-cover .slick-list {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* Cleanup layout elements on detailed nodes */
div.product-detail > div.row.mt-60:not([id]) {
    display: none !important;
}

/* ==========================================================================
   12. GLOBAL DEVICE E-COMMERCE CARDS GRID FRAMEWORK
   ========================================================================== */
@media (max-width: 767px) {
    .row.products-loop, 
    .products-listing .row,
    [class*="product-grid"],
    .product-list-container .row,
    div#related-products.row {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .row.products-loop, 
    .products-listing .row,
    [class*="product-grid"],
    .product-list-container .row {
        margin-left: -6px !important;  
        margin-right: -6px !important;
    }

    div#related-products.row {
        margin-left: 0 !important;   
        margin-right: 0 !important;  
        padding-left: 4px !important; 
        padding-right: 4px !important;
    }

    .row.products-loop > div,
    .products-listing .row > div,
    [class*="product-grid"] > div,
    .product-list-container .row > div,
    div#related-products.row > div.col-lg-4,
    div#related-products.row > div.col-sm-6 {
        display: inline-block !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 6px !important;  
        padding-right: 6px !important;
        margin-bottom: 12px !important; 
        box-sizing: border-box !important;
    }

    div#related-products.row > div:first-child,
    div#related-products.row > .col-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: block !important;
        padding-left: 6px !important; 
    }

    .row.products-loop .product-inner,
    .products-listing .product-item,
    .product-card,
    div#related-products .product-card,
    div#related-products .product-inner {
        height: 100% !important; 
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        background: #ffffff !important;
        border: 1px solid #f1f5f9 !important; 
        border-radius: 6px !important;
        padding: 8px !important;
    }

    .row.products-loop .product-thumbnail img,
    .products-listing .product-item img,
    .product-card img,
    div#related-products .product-img-action-wrap img,
    div#related-products img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important; 
        object-fit: cover !important;
    }
}

/* ==========================================================================
   13. CORE COMPONENT ROW FEATURES GRID & ASSET IMAGES
   ========================================================================== */
@media (max-width: 767px) {
    .ck-content .section-padding-60 .container > .row,
    .ck-content div:has(> div > .banner-left-icon) {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        width: 100% !important;
        margin-left: -6px !important;  
        margin-right: -6px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
    }

    .ck-content .section-padding-60 .container > .row > [class*="col-"],
    .ck-content div:has(> div > .banner-left-icon) > [class*="col-"] {
        display: inline-block !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
        padding-left: 6px !important;  
        padding-right: 6px !important;
        margin-bottom: 12px !important; 
        box-sizing: border-box !important;
    }

    .ck-content .banner-left-icon.style-2 {
        height: 100% !important;        
        display: flex !important;
        flex-direction: column !important; 
        align-items: center !important;    
        text-align: center !important;     
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important; 
        border-radius: 8px !important;
        padding: 16px 10px !important;
        box-sizing: border-box !important;
    }

    .ck-content .banner-left-icon.style-2 .banner-icon img {
        width: 30px !important;      
        max-width: 30px !important;  
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;   
    }

    .ck-content .banner-left-icon.style-2 .banner-content {
        padding-left: 0 !important;
        text-align: center !important;
    }
}

/* ==========================================================================
   14. SYSTEM RICH CONTENT HTML LIST ELEMENT ALIGNMENTS
   ========================================================================== */
.ck-content ol, 
.ck-content ul,
article ol, 
article ul,
.page-content ol,
.page-content ul {
    padding-left: 24px !important; 
    margin-left: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    list-style-position: outside !important; 
}

.ck-content ol li, 
.ck-content ul li,
article ol li, 
article ul li,
.page-content ol li,
.page-content ul li {
    margin-bottom: 8px !important;
    padding-left: 4px !important;
    line-height: 1.6 !important; 
}

/* ==========================================================================
   15. DATA SUMMARY TABLES SPECS
   ========================================================================== */
figure.table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin: 25px 0 !important;
    background: #ffffff !important;
    border-radius: 4px !important;
    -webkit-overflow-scrolling: touch !important;
}

figure.table table {
    width: 100% !important; 
    max-width: 100% !important;
    display: table !important;
    table-layout: auto !important; 
    border-collapse: collapse !important; 
    border: 1px solid #cbd5e1 !important; 
}

figure.table tr {
    display: table-row !important;
}

figure.table th:nth-child(1), figure.table td:nth-child(1) { min-width: 180px !important; }
figure.table th:nth-child(2), figure.table td:nth-child(2) { min-width: 250px !important; }
figure.table th:nth-child(3), figure.table td:nth-child(3) { min-width: 120px !important; }

figure.table th {
    font-weight: 700 !important;
    color: #ffffff !important; 
    text-align: left !important;
    background-color: #111827 !important; 
    padding: 18px 16px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    border-right: 1px solid rgba(255, 255, 255, 0.15) !important; 
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
}

figure.table th:last-child {
    border-right: none !important; 
}

figure.table td {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: left !important;
    white-space: normal !important; 
    padding: 16px 16px !important; 
    font-size: 14px !important;
    color: #1e293b !important;
    background-color: #ffffff !important;
    word-break: normal !important; 
    border-bottom: 1px solid #e2e8f0 !important; 
    border-right: 1px solid #e2e8f0 !important;  
    border-top: none !important;
    border-left: none !important;
}

figure.table td:last-child {
    border-right: none !important; 
}

figure.table table tbody tr:nth-child(even) td {
    background-color: #f8fafc !important; 
}

@media (max-width: 767px) {
    figure.table table {
        width: 650px !important; 
        min-width: 650px !important;
        max-width: none !important;
    }
    figure.table td {
        white-space: normal !important; 
        padding: 12px 12px !important; 
        font-size: 13px !important;
    }
}