/*
Theme Name: FaetonClean
Template: generatepress
Theme URI: https://wp.org.ru
Author: @wporgru
Author URI: https://wp.org.ru
Description: Дочерняя тема GeneratePress специально для сайта faetonclean.ru.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/*

CONTENTS:
1. Defaults
2. Header and Nav
3. Home Page
4. Content
5. Components
6. Widgets
7. Footer
8. Other
9. Animations

*/

/* ==========================================
=! DEFAULTS
------------------------------------------ */

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

ol, ul {
    margin-left: 1.75em;
}

/* ==========================================
=! HEADER AND NAV
------------------------------------------ */



/* ==========================================
=! HOME PAGE
------------------------------------------ */



/* ==========================================
=! CONTENT
------------------------------------------ */

/* --- search results --- */
.gpc-search-query-term {
    background-color: var(--highlight);
}
.gpc.search-results .site-main > .dynamic-content-template {
    margin-bottom: 0;
}

/* ==========================================
=! COMPONENTS
------------------------------------------ */

/* --- fixes potential theme css conflict --- */
.acf-map img {
    max-width: inherit !important;
}

/* --- responsive embed --- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- breadcrumbs --- */
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}

/* ==========================================
=! WIDGETS
------------------------------------------ */

/* --- GPC Sub Menu Widget --- */
/* .widget_gpc_sub_menu_widget .dropdown-menu-toggle { display: none; } */
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu { margin-left: 1.2em; }
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu li { list-style: disc; }
.widget_gpc_sub_menu_widget .current-menu-item > a { font-weight: bold; }

/* ==========================================
=! FOOTER
------------------------------------------ */



/* ==========================================
=! OTHER
------------------------------------------ */

/* --- simple spacing utilities --- */
.m0 { margin:0 !important }
.mt0 { margin-top:0 !important }
.mr0 { margin-right:0 !important }
.mb0 { margin-bottom:0 !important }
.ml0 { margin-left:0 !important }
.p0 { padding:0 !important }
.pt0 { padding-top:0 !important }
.pr0 { padding-right:0 !important }
.pb0 { padding-bottom:0 !important }
.pl0 { padding-left:0 !important }

/* ==========================================
=! ANIMATION
------------------------------------------ */

/* --- do all the preload stuff --- */
@media (min-width: 768px) {
    .preload * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    /* opacity will be set back to 1 by animations below */
    .has-js .prep-animation,
    .has-js .prep-scroll-animation {
        opacity: 0;
    }
}

/* --- respect user preferences for motion --- */
@media screen and (prefers-reduced-motion: reduce) {
    body * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @media (min-width: 768px) {
     .fade-in-left {
         -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in {
         -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-bottom {
         -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-right {
         -webkit-animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
 }

/* --- animation fade-in-left --- */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

/* --- animation fade-in --- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- animation fade-in-bottom --- */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}  

/* --- animation fade-in-right --- */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
  
  
/* --- delay classes --- */
.delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250 {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

/**********************************************************************************/
.woocommerce-product-search{display:flex;min-width: 600px;}
.header-widget {
		display: inline-flex;
    align-items: center;
    margin-left: 30px;
    gap: 30px;
    justify-content: center;}
.content-area {
    p, ol, ul, h3, h4, h5, h6 {
        max-width: 100%;
    }
}
.frbl-category-name{font-size: 17px;}
.frbl-product-categories-grid .frbl-category-link {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.frbl-product-categories-grid {
	gap: 15px;}
.frbl-category-image{max-height:160px;}
/* Карточки категорий FrontBlocks */
.gb-element-273ea7ee .frbl-product-categories-grid {
    align-items: stretch;
}

/* Каждая карточка растягивается на всю высоту */
.gb-element-273ea7ee .frbl-category-item {
    height: 100%;
}

/* Вся карточка становится flex-контейнером */
.gb-element-273ea7ee .frbl-category-link {
    height: 100%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 16px 18px;
}

/* Единая зона под изображение */
.gb-element-273ea7ee .frbl-category-image-wrap {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

/* Картинки вписываются в одинаковую область */
.gb-element-273ea7ee .frbl-category-image {
    max-width: 100%;
    max-height: 145px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Единая высота зоны с названием */
.gb-element-273ea7ee .frbl-category-name {
    min-height: 66px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.2;
}

/* Кнопка всегда уходит вниз */
.gb-element-273ea7ee .frbl-category-button {
    margin-top: auto;
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* ===== Хиты продаж / сетка товаров WooCommerce ===== */

.gb-element-3d6d0eb3 .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

/* Важно: WooCommerce clearfix ломает CSS Grid */
.gb-element-3d6d0eb3 .woocommerce ul.products::before,
.gb-element-3d6d0eb3 .woocommerce ul.products::after {
    content: none !important;
    display: none !important;
}

/* Сбрасываем стандартные float/width WooCommerce */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
}
/* ===== Товары: оформление как у карточек категорий ===== */

/* Карточка товара — как карточка категории */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    border: 1px solid #dddddd !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important;
	padding:15px
}

/* Hover карточки — как в категориях */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product:hover {
    border-color: #555555 !important;
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: none !important;
}

/* Кнопка товара — как кнопка категории */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .awooc-custom-order,
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .button {
    background: transparent !important;
    color: currentColor !important;
    border: 2px solid currentColor !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    min-height: 44px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    box-shadow: none !important;
}

/* Hover кнопки — как в категориях */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .awooc-custom-order:hover,
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .button:hover {
    background: transparent !important;
    color: currentColor !important;
    border-color: currentColor !important;
    box-shadow: none !important;
}
/* ===== Жесткое выравнивание кнопок товаров вниз ===== */

/* Сетка растягивает карточки по высоте */
.gb-element-3d6d0eb3 .woocommerce ul.products {
    align-items: stretch !important;
}

/* Карточка товара — вертикальный flex-контейнер */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    height: 100% !important;
    min-height: 390px;
    display: flex !important;
    flex-direction: column !important;
}

/* Ссылка с картинкой, названием и ценой занимает всё свободное место */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: auto !important;
}

/* Картинка — единая зона */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product img {
    height: 165px !important;
    object-fit: contain !important;
    margin-bottom: 20px !important;
}

/* Название — единая высота */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 66px !important;
    margin-bottom: 10px !important;
}

/* Цена уходит вниз, ближе к кнопке */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .price {
    margin-top: auto !important;
    margin-bottom: 12px !important;
}

/* Кнопка стоит сразу под ценой */
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .awooc-custom-order,
.gb-element-3d6d0eb3 .woocommerce ul.products li.product .button {
    margin-top: 0 !important;
    align-self: stretch !important;
}

/* CODEx mobile home fix 2026-07-01 START */
/* Faiton home mobile first-pass fixes.
   Target: GeneratePress child theme faetonclean + homepage page-id-1562. */

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.home.page-id-1562 *,
  body.home.page-id-1562 *::before,
  body.home.page-id-1562 *::after {
    box-sizing: border-box;
  }

  body.home.page-id-1562 #page,
  body.home.page-id-1562 .site,
  body.home.page-id-1562 .site-content,
  body.home.page-id-1562 .content-area,
  body.home.page-id-1562 .site-main,
  body.home.page-id-1562 .inside-article,
  body.home.page-id-1562 .entry-content {
    max-width: 100%;
    overflow-x: hidden;
  }

  body.home.page-id-1562 .entry-content .alignwide,
  body.home.page-id-1562 .entry-content .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home.page-id-1562 .inside-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  body.home.page-id-1562 .site-logo,
  body.home.page-id-1562 .site-logo a,
  body.home.page-id-1562 .header-image {
    display: block;
    max-width: 260px;
    width: 100%;
    height: auto;
  }

  body.home.page-id-1562 .header-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    gap: 12px;
  }

  body.home.page-id-1562 .header-widget .widget {
    margin: 0;
    padding: 0;
  }

  body.home.page-id-1562 .woocommerce-product-search {
    display: flex;
    width: 100%;
    min-width: 0;
  }

  body.home.page-id-1562 .woocommerce-product-search .search-field {
    min-width: 0;
    flex: 1 1 auto;
  }

  body.home.page-id-1562 .woocommerce-product-search button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  body.home.page-id-1562 .main-navigation .inside-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    margin-top: 0;
    border-radius: 0;
    padding: 44px 20px;
    background-position: center;
  }

  body.home.page-id-1562 .gb-element-fbc3b8a5 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  body.home.page-id-1562 .gb-element-fbc3b8a5 a {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-product-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100%;
    max-width: 100%;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-link {
    min-height: 0;
    padding: 14px 12px !important;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-image-wrap {
    height: 110px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-image {
    max-height: 105px;
    object-fit: contain;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-name {
    min-height: 44px;
    font-size: 14px;
    line-height: 1.2;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products::before,
  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products::after {
    content: none !important;
    display: none !important;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0;
    margin: 0 !important;
    box-sizing: border-box;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product img {
    height: 190px !important;
    width: 100%;
    object-fit: contain;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce-loop-product__title {
    min-height: 0 !important;
    font-size: 16px;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product .button,
  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product .awooc-custom-order {
    width: 100%;
    min-height: 44px;
    white-space: normal;
    line-height: 1.2;
  }
}

@media (max-width: 430px) {
  body.home.page-id-1562 .inside-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-product-categories-grid {
    grid-template-columns: 1fr !important;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    padding: 36px 16px;
  }
}
/* CODEx mobile home fix 2026-07-01 END */

/* CODEx mobile home refinement 2026-07-01 START */
@media (max-width: 768px) {
  body.home.page-id-1562 .inside-header {
    gap: 12px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  body.home.page-id-1562 .site-logo img,
  body.home.page-id-1562 .site-branding img {
    max-width: 260px;
    height: auto;
  }

  body.home.page-id-1562 .header-widget {
    gap: 10px;
    font-size: 15px;
  }

  body.home.page-id-1562 .header-widget a[href^="tel"],
  body.home.page-id-1562 .header-widget a[href^="mailto"],
  body.home.page-id-1562 .header-widget .phone,
  body.home.page-id-1562 .header-widget .email {
    line-height: 1.25;
  }

  body.home.page-id-1562 .woocommerce-product-search {
    max-width: 520px;
    margin-top: 4px;
  }

  body.home.page-id-1562 .woocommerce-product-search .search-field {
    height: 48px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  body.home.page-id-1562 .woocommerce-product-search button {
    min-width: 86px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home.page-id-1562 .main-navigation .menu-toggle {
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
  }

  body.home.page-id-1562 .gb-element-149cce6d h1,
  body.home.page-id-1562 .gb-element-149cce6d .gb-text-c085690f {
    max-width: 9.5em;
    text-wrap: balance;
  }

  body.home.page-id-1562 .gb-element-273ea7ee,
  body.home.page-id-1562 .gb-element-3d6d0eb3 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-link,
  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    border-radius: 8px;
  }

  body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product {
    padding: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(18, 31, 48, .08);
  }
}

@media (max-width: 430px) {
  body.home.page-id-1562 .inside-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home.page-id-1562 .site-logo img,
  body.home.page-id-1562 .site-branding img {
    max-width: 246px;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    min-height: 500px;
    padding: 32px 16px 28px;
    background-position: center top;
  }

  body.home.page-id-1562 .gb-element-149cce6d h1,
  body.home.page-id-1562 .gb-element-149cce6d .gb-text-c085690f {
    font-size: 28px;
    line-height: 1.12;
    overflow-wrap: normal;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-product-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-link {
    padding: 12px 10px !important;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-image-wrap {
    height: 92px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-image {
    max-height: 88px;
  }

  body.home.page-id-1562 .gb-element-273ea7ee .frbl-category-name {
    min-height: 40px;
    font-size: 13px;
  }
}
/* CODEx mobile home refinement 2026-07-01 END */

/* CODEx sticky compact header 2026-07-01 START */
body .woocommerce-product-search {
  border-radius: 10px;
  overflow: hidden;
}

body .woocommerce-product-search .search-field {
  border-radius: 10px 0 0 10px;
}

body .woocommerce-product-search button {
  position: relative;
  width: 52px;
  min-width: 52px;
  border-radius: 0 10px 10px 0;
  font-size: 0;
  color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 21-4.35-4.35' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Ccircle cx='11' cy='11' r='6.5' stroke='white' stroke-width='2.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

@media (max-width: 768px) {
  body.home.page-id-1562 .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 31, 48, .08);
  }

  body.admin-bar.home.page-id-1562 .site-header {
    top: 46px;
  }

  body.home.page-id-1562 .inside-header {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    align-items: center;
    padding: 10px 14px 12px;
  }

  body.home.page-id-1562 .site-logo,
  body.home.page-id-1562 .site-branding {
    width: 50%;
    max-width: 196px;
    margin: 0;
  }

  body.home.page-id-1562 .site-logo img,
  body.home.page-id-1562 .site-branding img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body.home.page-id-1562 .header-widget {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  body.home.page-id-1562 .header-widget .widget {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home.page-id-1562 .header-widget #custom_html-6 {
    order: 1;
    line-height: 1.15;
  }

  body.home.page-id-1562 .header-widget #custom_html-6 a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.18;
  }

  body.home.page-id-1562 .header-widget #custom_html-6 a:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.home.page-id-1562 .header-widget #woocommerce_product_search-3 {
    order: 2;
  }

  body.home.page-id-1562 .woocommerce-product-search {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  body.home.page-id-1562 .woocommerce-product-search .search-field {
    height: 40px;
    padding-left: 13px;
    padding-right: 11px;
    font-size: 14px;
  }

  body.home.page-id-1562 .woocommerce-product-search button {
    width: 46px;
    min-width: 46px;
    min-height: 40px;
    padding: 0;
    background-size: 20px 20px;
  }

  body.home.page-id-1562 .main-navigation {
    position: fixed;
    top: 13px;
    right: 14px;
    z-index: 1002;
    width: auto;
    min-height: 0;
    height: 0;
    background: transparent;
  }

  body.admin-bar.home.page-id-1562 .main-navigation {
    top: 59px;
  }

  body.home.page-id-1562 .main-navigation .inside-navigation {
    padding: 0 !important;
    background: transparent;
  }

  body.home.page-id-1562 .main-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    width: auto;
    padding: 8px 11px;
    border-radius: 10px;
    background: #f3f5f7;
    color: #111;
    font-size: 14px;
    line-height: 1;
  }

  body.home.page-id-1562 .main-navigation.toggled .main-nav {
    position: fixed;
    top: 148px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 166px);
    overflow: auto;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 31, 48, .18);
  }

  body.admin-bar.home.page-id-1562 .main-navigation.toggled .main-nav {
    top: 194px;
  }

  body.home.page-id-1562 .site-content {
    padding-top: 159px;
  }

  body.home.page-id-1562 .site-main {
    margin-top: 0;
  }

  body.home.page-id-1562 .inside-article {
    padding-top: 8px;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  body.home.page-id-1562 .site-header,
  body.home.page-id-1562 .main-navigation {
    position: sticky;
    z-index: 1000;
    background: #fff;
  }

  body.home.page-id-1562 .site-header {
    top: 0;
  }

  body.home.page-id-1562 .main-navigation {
    top: 139px;
    z-index: 999;
  }

  body.admin-bar.home.page-id-1562 .site-header {
    top: 32px;
  }

  body.admin-bar.home.page-id-1562 .main-navigation {
    top: 171px;
  }
}

@media (max-width: 430px) {
  body.home.page-id-1562 .inside-header {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  body.home.page-id-1562 .site-logo,
  body.home.page-id-1562 .site-branding {
    max-width: 184px;
  }

  body.home.page-id-1562 .main-navigation {
    top: 11px;
  }

  body.admin-bar.home.page-id-1562 .main-navigation {
    top: 57px;
  }

  body.home.page-id-1562 .main-navigation.toggled .main-nav {
    top: 140px;
  }

  body.admin-bar.home.page-id-1562 .main-navigation.toggled .main-nav {
    top: 186px;
  }

  body.home.page-id-1562 .gb-element-149cce6d {
    margin-top: 0;
  }
}
/* CODEx sticky compact header 2026-07-01 END */

/* CODEx home content and footer 2026-07-01 START */
body.home.page-id-1562 .codex-home-section {
  max-width: var(--gb-container-width, 1350px);
  margin: 64px auto;
  padding: 0;
}

body.home.page-id-1562 .codex-home-section h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: 0;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts li,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts li {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 31, 48, .06);
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts .wp-block-latest-posts__featured-image,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts__featured-image {
  margin: -20px -20px 16px;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts .wp-block-latest-posts__featured-image img,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts__featured-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts a,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts a {
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts a:hover,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts a:hover {
  color: #215bc2;
}

body.home.page-id-1562 .codex-home-news.wp-block-latest-posts .wp-block-latest-posts__post-date,
body.home.page-id-1562 .codex-home-news .wp-block-latest-posts__post-date {
  margin-top: 12px;
  color: #6b7280;
  font-size: 14px;
}

body.home.page-id-1562 .codex-home-news__more {
  margin-top: 22px;
}

body.home.page-id-1562 .codex-home-products__more {
  max-width: var(--gb-container-width, 1350px);
  margin: 22px auto 56px;
}

body.home.page-id-1562 .codex-home-products__more a,
body.home.page-id-1562 .codex-home-news__more a,
body.home.page-id-1562 .codex-home-seo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  background: #215bc2;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

body.home.page-id-1562 .codex-home-products__more a:hover,
body.home.page-id-1562 .codex-home-news__more a:hover,
body.home.page-id-1562 .codex-home-seo__cta:hover {
  background: #1a4a9b;
  color: #fff;
}

body.home.page-id-1562 .codex-home-seo {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 10px;
  background: #f5f7fb;
}

body.home.page-id-1562 .codex-home-seo__media {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

body.home.page-id-1562 .codex-home-seo__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.home.page-id-1562 .codex-home-seo__content p {
  margin: 0 0 14px;
  color: #374151;
  font-size: 17px;
  line-height: 1.65;
}

body.home.page-id-1562 .codex-home-seo__content p:last-of-type {
  margin-bottom: 22px;
}

.site-footer {
  margin-top: 72px;
  background: #111827;
  color: #e5e7eb;
}

.site-footer .footer-widgets {
  padding-top: 44px;
  padding-bottom: 36px;
}

.site-footer .footer-widgets .widget-title,
.site-footer .footer-widgets h2,
.site-footer .footer-widgets h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.site-footer .footer-widgets a {
  color: #e5e7eb;
  text-decoration: none;
}

.site-footer .footer-widgets a:hover {
  color: #fff;
}

.site-footer .footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-widgets li {
  margin-bottom: 8px;
}

.site-footer .footer-widgets p {
  margin: 0 0 9px;
  color: #d1d5db;
  line-height: 1.5;
}

.site-footer .footer-widgets .widget {
  font-size: 15px;
}

.site-footer .faeton-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.site-footer .faeton-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.site-footer .faeton-socials a:hover {
  background: #215bc2;
  border-color: #215bc2;
  color: #fff;
}

.site-info {
  background: #0b1220;
  color: #cbd5e1;
}

@media (max-width: 900px) {
  body.home.page-id-1562 .codex-home-news.wp-block-latest-posts,
  body.home.page-id-1562 .codex-home-news .wp-block-latest-posts,
  body.home.page-id-1562 .codex-home-seo {
    grid-template-columns: 1fr;
  }

  body.home.page-id-1562 .codex-home-section {
    margin: 42px auto;
  }
}

@media (max-width: 768px) {
  body.home.page-id-1562 .codex-home-section {
    margin: 36px auto;
  }

  body.home.page-id-1562 .codex-home-section h2 {
    font-size: 28px;
  }

  body.home.page-id-1562 .codex-home-news.wp-block-latest-posts,
  body.home.page-id-1562 .codex-home-news .wp-block-latest-posts {
    gap: 14px;
  }

  body.home.page-id-1562 .codex-home-seo {
    gap: 20px;
    padding: 20px;
  }

  body.home.page-id-1562 .codex-home-seo__content p {
    font-size: 15px;
  }
}
/* CODEx home content and footer 2026-07-01 END */

/* CODEx client home additions 2026-07-05 START */
body.home.page-id-1562 .codex-home-stats,
body.home.page-id-1562 .codex-home-service,
body.home.page-id-1562 .codex-home-clients,
body.home.page-id-1562 .codex-home-order {
  margin-top: 42px;
}

body.home.page-id-1562 .codex-home-section__title {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.1;
}

body.home.page-id-1562 .codex-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body.home.page-id-1562 .codex-home-stats__grid > .wp-block-column {
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 31, 48, .06);
}

body.home.page-id-1562 .codex-home-stat__value {
  margin-bottom: 10px;
  color: #215bc2;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
}

body.home.page-id-1562 .codex-home-stats p,
body.home.page-id-1562 .codex-home-service p,
body.home.page-id-1562 .codex-home-clients p,
body.home.page-id-1562 .codex-home-order p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

body.home.page-id-1562 .codex-home-service__layout,
body.home.page-id-1562 .codex-home-order__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
  gap: 28px;
  align-items: stretch;
  margin: 0;
  width: 100%;
  max-width: none;
}

body.home.page-id-1562 .codex-home-order__layout {
  grid-template-columns: minmax(420px, .43fr) minmax(0, .57fr);
  gap: 0;
  align-items: stretch;
}

body.home.page-id-1562 .codex-home-service__content,
body.home.page-id-1562 .codex-home-service__media,
body.home.page-id-1562 .codex-home-order__content,
body.home.page-id-1562 .codex-home-order__form {
  min-width: 0;
}

@media (min-width: 901px) {
  body.home.page-id-1562 .codex-home-service__media {
    align-self: stretch;
  }

  body.home.page-id-1562 .codex-home-service__media figure {
    position: sticky;
    top: 132px;
  }
}

body.home.page-id-1562 .codex-home-service__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
}

body.home.page-id-1562 .codex-home-service-card {
  position: relative;
  padding: 18px 18px 18px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 31, 48, .05);
}

body.home.page-id-1562 .codex-home-service-card::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 34px;
  border-radius: 999px;
  background: #215bc2;
}

body.home.page-id-1562 .codex-home-service-card h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

body.home.page-id-1562 .codex-home-service__media figure {
  margin: 0;
}

body.home.page-id-1562 .codex-home-service__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(18, 31, 48, .1);
}

body.home.page-id-1562 .codex-home-logo-track {
  --codex-logo-gap: 14px;
  --codex-logo-speed: 42s;
  margin-top: 22px;
  padding: 4px 2px 12px;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
}

body.home.page-id-1562 .codex-home-logo-track > .wp-block-group__inner-container {
  display: flex;
  gap: var(--codex-logo-gap);
  width: max-content;
  max-width: none;
  animation: codex-logo-marquee var(--codex-logo-speed) linear infinite;
  will-change: transform;
}

body.home.page-id-1562 .codex-home-logo-track:hover > .wp-block-group__inner-container {
  animation-play-state: paused;
}

body.home.page-id-1562 .codex-home-logo-track::-webkit-scrollbar {
  display: none;
}

body.home.page-id-1562 .codex-home-logo {
  flex: 0 0 180px;
  scroll-snap-align: start;
  margin: 0;
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 31, 48, .04);
}

body.home.page-id-1562 .codex-home-logo img {
  display: block;
  width: 100%;
  height: 72px;
  object-fit: contain;
}

@keyframes codex-logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - (var(--codex-logo-gap) / 2)));
  }
}

body.home.page-id-1562 .codex-home-order {
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 58%);
  box-shadow: 0 16px 44px rgba(18, 31, 48, .07);
  overflow: hidden;
}

body.home.page-id-1562 .codex-home-order__form {
  position: relative;
  z-index: 3;
  padding: 26px 30px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 31, 48, .08);
}

body.home.page-id-1562 .codex-home-order__form .codex-home-section__title {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
}

body.home.page-id-1562 .codex-home-order__form > p {
  margin-bottom: 18px;
}

body.home.page-id-1562 .codex-home-order .wpcf7-form {
  margin: 0;
}

body.home.page-id-1562 .codex-home-order .codex-cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.home.page-id-1562 .codex-home-order .codex-cf7-grid > p {
  display: contents;
}

body.home.page-id-1562 .codex-home-order .codex-cf7-grid br {
  display: none;
}

body.home.page-id-1562 .codex-home-order label {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

body.home.page-id-1562 .codex-home-order .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body.home.page-id-1562 .codex-home-order .codex-cf7-wide {
  grid-column: 1 / -1;
}

body.home.page-id-1562 .codex-home-order__image {
  margin: 24px 0 0;
}

body.home.page-id-1562 .codex-home-order__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 16px 44px rgba(18, 31, 48, .1);
}

body.home.page-id-1562 .codex-home-order__visual {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-left: -70px;
  min-width: 0;
}

body.home.page-id-1562 .codex-home-order-visual {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: visible;
  border-radius: 0 12px 12px 0;
}

body.home.page-id-1562 .codex-home-order-visual__floor {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 12px 12px 0;
  transform: translateY(-50%);
}

body.home.page-id-1562 .codex-home-order-visual__machine {
  position: absolute;
  z-index: 6;
  left: 12%;
  top: 56%;
  display: block;
  width: clamp(340px, 29vw, 460px);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(18, 31, 48, .18));
  transform: translate(-50%, -50%);
}

body.home.page-id-1562 .codex-home-order input[type="text"],
body.home.page-id-1562 .codex-home-order input[type="email"],
body.home.page-id-1562 .codex-home-order input[type="tel"],
body.home.page-id-1562 .codex-home-order textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 500;
}

body.home.page-id-1562 .codex-home-order textarea {
  min-height: 110px;
  padding-top: 13px;
  resize: vertical;
}

body.home.page-id-1562 .codex-home-order .wpcf7-acceptance {
  display: block;
  margin: 12px 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.4;
}

body.home.page-id-1562 .codex-home-order .wpcf7-acceptance label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
}

body.home.page-id-1562 .codex-home-order input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

body.home.page-id-1562 .codex-home-order input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 2px solid #111827;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

body.home.page-id-1562 .codex-home-order input[type="submit"]:hover {
  border-color: #215bc2;
  background: #215bc2;
}

body.home.page-id-1562 .codex-home-order .wpcf7-spinner {
  display: none;
}

@media (max-width: 900px) {
  body.home.page-id-1562 .codex-home-stats__grid,
  body.home.page-id-1562 .codex-home-service__layout,
  body.home.page-id-1562 .codex-home-order__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.home.page-id-1562 .codex-home-order-visual {
    min-height: 420px;
    border-radius: 12px;
  }

  body.home.page-id-1562 .codex-home-order__visual {
    margin-left: 0;
  }

  body.home.page-id-1562 .codex-home-order-visual__machine {
    left: 40%;
    width: min(360px, 58vw);
  }

  body.home.page-id-1562 .codex-home-service__media figure {
    position: static;
    max-width: 557px;
    margin-left: auto;
    margin-right: auto;
  }

  body.home.page-id-1562 .codex-home-service__media img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 768px) {
  body.home.page-id-1562 .codex-home-stats,
  body.home.page-id-1562 .codex-home-service,
  body.home.page-id-1562 .codex-home-clients,
  body.home.page-id-1562 .codex-home-order {
    margin-top: 28px;
  }

  body.home.page-id-1562 .codex-home-stats__grid,
  body.home.page-id-1562 .codex-home-service__cards,
  body.home.page-id-1562 .codex-home-order .codex-cf7-grid {
    grid-template-columns: 1fr;
  }

  body.home.page-id-1562 .codex-home-stats__grid > .wp-block-column,
  body.home.page-id-1562 .codex-home-service-card,
  body.home.page-id-1562 .codex-home-order__form {
    padding: 18px 16px;
  }

  body.home.page-id-1562 .codex-home-order {
    padding: 18px 14px;
  }

  body.home.page-id-1562 .codex-home-order > .wp-block-group__inner-container,
  body.home.page-id-1562 .codex-home-order__layout {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.home.page-id-1562 .codex-home-order > .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
  }

  body.home.page-id-1562 .codex-home-order-visual {
    min-height: 300px;
  }

  body.home.page-id-1562 .codex-home-order-visual__machine {
    left: 42%;
    width: min(235px, 58vw);
  }

  body.home.page-id-1562 .codex-home-logo {
    flex-basis: 150px;
    padding: 14px;
  }

  body.home.page-id-1562 .codex-home-logo img {
    height: 58px;
  }
}
/* CODEx client home additions 2026-07-05 END */

/* CODEx WooCommerce archive style 2026-07-01 START */
body.post-type-archive-product,
body.tax-product_cat {
  background: #fff;
}

body.post-type-archive-product .site-content,
body.tax-product_cat .site-content {
  padding-left: 0;
  padding-right: 0;
}

body.post-type-archive-product .site-main,
body.tax-product_cat .site-main {
  max-width: var(--gb-container-width, 1350px);
  margin-left: auto;
  margin-right: auto;
}

body.post-type-archive-product .inside-article,
body.tax-product_cat .inside-article {
  padding: 34px 0 44px;
  background: transparent;
}

body.post-type-archive-product .codex-shop-layout,
body.tax-product_cat .codex-shop-layout {
  display: grid;
  grid-template-columns: minmax(250px, 290px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

body.post-type-archive-product .codex-shop-layout.is-without-sidebar,
body.tax-product_cat .codex-shop-layout.is-without-sidebar {
  grid-template-columns: 1fr;
}

body.post-type-archive-product .codex-shop-sidebar,
body.tax-product_cat .codex-shop-sidebar {
  position: sticky;
  top: 195px;
  display: grid;
  gap: 18px;
}

.codex-shop-sidebar-toggle {
  display: none;
}

body.admin-bar.post-type-archive-product .codex-shop-sidebar,
body.admin-bar.tax-product_cat .codex-shop-sidebar {
  top: 227px;
}

body.post-type-archive-product .codex-shop-main,
body.tax-product_cat .codex-shop-main {
  min-width: 0;
}

body.post-type-archive-product .codex-shop-sidebar .widget,
body.tax-product_cat .codex-shop-sidebar .widget {
  margin: 0;
}

body.post-type-archive-product .codex-shop-panel,
body.tax-product_cat .codex-shop-panel {
  padding: 22px 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 31, 48, .06);
}

body.post-type-archive-product .codex-shop-panel__heading,
body.tax-product_cat .codex-shop-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

body.post-type-archive-product .codex-shop-panel__title,
body.tax-product_cat .codex-shop-panel__title {
  margin: 0 0 18px;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

body.post-type-archive-product .codex-shop-all-categories,
body.tax-product_cat .codex-shop-all-categories {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f9fafb;
  color: #111827;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-all-categories.is-current,
body.post-type-archive-product .codex-shop-all-categories:hover,
body.tax-product_cat .codex-shop-all-categories.is-current,
body.tax-product_cat .codex-shop-all-categories:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

body.post-type-archive-product .codex-shop-categories-list,
body.tax-product_cat .codex-shop-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.post-type-archive-product .codex-shop-categories-list--depth-0,
body.tax-product_cat .codex-shop-categories-list--depth-0 {
  margin-top: 14px;
}

body.post-type-archive-product .codex-shop-categories-list--depth-1,
body.post-type-archive-product .codex-shop-categories-list--depth-2,
body.post-type-archive-product .codex-shop-categories-list--depth-3,
body.tax-product_cat .codex-shop-categories-list--depth-1,
body.tax-product_cat .codex-shop-categories-list--depth-2,
body.tax-product_cat .codex-shop-categories-list--depth-3 {
  margin-top: 6px;
  margin-left: 14px;
  padding-left: 10px;
  border-left: 1px solid #e5e7eb;
}

body.post-type-archive-product .codex-shop-categories-item + .codex-shop-categories-item,
body.tax-product_cat .codex-shop-categories-item + .codex-shop-categories-item {
  margin-top: 4px;
}

body.post-type-archive-product .codex-shop-categories-item > a,
body.tax-product_cat .codex-shop-categories-item > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #111827;
  line-height: 1.35;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-categories-item > a:hover,
body.tax-product_cat .codex-shop-categories-item > a:hover {
  background: #f3f4f6;
  color: #1d4ed8;
}

body.post-type-archive-product .codex-shop-categories-item.is-current > a,
body.post-type-archive-product .codex-shop-categories-item.is-ancestor > a,
body.tax-product_cat .codex-shop-categories-item.is-current > a,
body.tax-product_cat .codex-shop-categories-item.is-ancestor > a {
  background: #eff6ff;
  color: #1d4ed8;
}

body.post-type-archive-product .codex-shop-categories-item.is-current > a,
body.tax-product_cat .codex-shop-categories-item.is-current > a {
  font-weight: 700;
}

body.post-type-archive-product .codex-shop-reset-filters,
body.tax-product_cat .codex-shop-reset-filters {
  color: #215bc2;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-filter-group,
body.tax-product_cat .codex-shop-filter-group {
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
}

body.post-type-archive-product .codex-shop-filter-group:first-of-type,
body.tax-product_cat .codex-shop-filter-group:first-of-type {
  border-top: 0;
  padding-top: 0;
}

body.post-type-archive-product .codex-shop-filter-group + .codex-shop-filter-group,
body.tax-product_cat .codex-shop-filter-group + .codex-shop-filter-group {
  margin-top: 16px;
}

body.post-type-archive-product .codex-shop-filter-group summary,
body.tax-product_cat .codex-shop-filter-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
}

body.post-type-archive-product .codex-shop-filter-group summary::-webkit-details-marker,
body.tax-product_cat .codex-shop-filter-group summary::-webkit-details-marker {
  display: none;
}

body.post-type-archive-product .codex-shop-filter-group summary::after,
body.tax-product_cat .codex-shop-filter-group summary::after {
  content: "+";
  color: #6b7280;
  font-size: 20px;
  line-height: 1;
}

body.post-type-archive-product .codex-shop-filter-group[open] summary::after,
body.tax-product_cat .codex-shop-filter-group[open] summary::after {
  content: "\2212";
}

body.post-type-archive-product .codex-shop-filter-list,
body.tax-product_cat .codex-shop-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

body.post-type-archive-product .codex-shop-filter-item,
body.tax-product_cat .codex-shop-filter-item {
  margin: 0;
}

body.post-type-archive-product .codex-shop-filter-item a,
body.tax-product_cat .codex-shop-filter-item a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-filter-item a:hover,
body.tax-product_cat .codex-shop-filter-item a:hover {
  border-color: #215bc2;
  color: #215bc2;
}

body.post-type-archive-product .codex-shop-filter-item.is-active a,
body.tax-product_cat .codex-shop-filter-item.is-active a {
  border-color: #215bc2;
  background: #215bc2;
  color: #fff;
}

body.post-type-archive-product .codex-shop-sidebar .widget ul,
body.tax-product_cat .codex-shop-sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories ul.product-categories,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories ul.product-categories {
  margin-top: 0;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories li,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories li {
  list-style: none;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories li + li,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories li + li {
  margin-top: 4px;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories a,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #111827;
  line-height: 1.35;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories a:hover,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories a:hover {
  background: #f3f4f6;
  color: #1d4ed8;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories .current-cat > a,
body.post-type-archive-product .codex-shop-sidebar .widget_product_categories .current-cat-parent > a,
body.post-type-archive-product .codex-shop-sidebar .widget_product_categories .current-cat-ancestor > a,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories .current-cat > a,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories .current-cat-parent > a,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories .current-cat-ancestor > a {
  background: #eff6ff;
  color: #1d4ed8;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories .current-cat > a,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories .current-cat > a {
  font-weight: 400 !important;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories ul.children,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories ul.children {
  margin-top: 6px;
  margin-left: 14px;
  padding-left: 10px;
  border-left: 1px solid #e5e7eb;
}

body.post-type-archive-product .codex-shop-sidebar .widget_product_categories .count,
body.tax-product_cat .codex-shop-sidebar .widget_product_categories .count {
  color: #6b7280;
  font-size: 13px;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item {
  margin: 0;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item a,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item a:hover,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item a:hover {
  border-color: #215bc2;
  color: #215bc2;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen a,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item.chosen a {
  border-color: #215bc2;
  background: #215bc2;
  color: #fff;
}

body.post-type-archive-product .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item .count,
body.tax-product_cat .codex-shop-sidebar .woocommerce-widget-layered-nav-list__item .count {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  color: #6b7280;
  font-size: 12px;
}

body.post-type-archive-product .codex-shop-main .woocommerce-info,
body.post-type-archive-product .codex-shop-main .woocommerce-message,
body.tax-product_cat .codex-shop-main .woocommerce-info,
body.tax-product_cat .codex-shop-main .woocommerce-message {
  margin-bottom: 20px;
  border-radius: 12px;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header {
  margin-bottom: 18px;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body.post-type-archive-product .term-description,
body.tax-product_cat .term-description {
  max-width: 760px;
  margin-top: 14px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.6;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
  float: none;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 20px;
  color: #6b7280;
  font-size: 15px;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
  float: right;
  margin: 0 0 20px;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 42px 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background-color: #fff;
  color: #111827;
  font-size: 15px;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after {
  content: none !important;
  display: none !important;
}

body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 31, 48, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 91, 194, .28);
  box-shadow: 0 18px 45px rgba(18, 31, 48, .1);
}

body.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.post-type-archive-product ul.products li.product img,
body.tax-product_cat ul.products li.product img {
  width: 100%;
  height: 230px !important;
  margin: 0 0 14px !important;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  margin: 0;
  padding: 0 !important;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price {
  display: block;
  margin: 12px 0 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

body.post-type-archive-product ul.products li.product .gpc-loop-quote-price,
body.tax-product_cat ul.products li.product .gpc-loop-quote-price {
  color: #4b5563;
}

body.post-type-archive-product ul.products li.product .button,
body.post-type-archive-product ul.products li.product .awooc-custom-order,
body.tax-product_cat ul.products li.product .button,
body.tax-product_cat ul.products li.product .awooc-custom-order {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px !important;
  padding: 0 14px !important;
  border: 2px solid #111827 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

body.post-type-archive-product ul.products li.product .button:hover,
body.post-type-archive-product ul.products li.product .awooc-custom-order:hover,
body.tax-product_cat ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .awooc-custom-order:hover {
  border-color: #215bc2 !important;
  background: #215bc2 !important;
  color: #fff !important;
}

body.post-type-archive-product .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
  margin-top: 32px;
}

body.post-type-archive-product .woocommerce-pagination ul,
body.tax-product_cat .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  border: 0;
}

body.post-type-archive-product .woocommerce-pagination ul li,
body.tax-product_cat .woocommerce-pagination ul li {
  border: 0;
}

body.post-type-archive-product .woocommerce-pagination ul li a,
body.post-type-archive-product .woocommerce-pagination ul li span,
body.tax-product_cat .woocommerce-pagination ul li a,
body.tax-product_cat .woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

body.post-type-archive-product .woocommerce-pagination ul li span.current,
body.tax-product_cat .woocommerce-pagination ul li span.current,
body.post-type-archive-product .woocommerce-pagination ul li a:hover,
body.tax-product_cat .woocommerce-pagination ul li a:hover {
  border-color: #215bc2;
  background: #215bc2;
  color: #fff;
}

@media (min-width: 769px) and (max-width: 1180px) {
  body.post-type-archive-product .codex-shop-layout,
  body.tax-product_cat .codex-shop-layout {
    grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
    gap: 24px;
  }

  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.post-type-archive-product .site-header,
  body.tax-product_cat .site-header,
  body.single-product .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 31, 48, .08);
  }

  body.admin-bar.post-type-archive-product .site-header,
  body.admin-bar.tax-product_cat .site-header,
  body.admin-bar.single-product .site-header {
    top: 46px;
  }

  body.post-type-archive-product .inside-header,
  body.tax-product_cat .inside-header,
  body.single-product .inside-header {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    align-items: center;
    padding: 10px 14px 12px;
  }

  body.post-type-archive-product .site-logo,
  body.post-type-archive-product .site-branding,
  body.tax-product_cat .site-logo,
  body.tax-product_cat .site-branding,
  body.single-product .site-logo,
  body.single-product .site-branding {
    width: 50%;
    max-width: 196px;
    margin: 0;
  }

  body.post-type-archive-product .site-logo img,
  body.post-type-archive-product .site-branding img,
  body.tax-product_cat .site-logo img,
  body.tax-product_cat .site-branding img,
  body.single-product .site-logo img,
  body.single-product .site-branding img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body.post-type-archive-product .header-widget,
  body.tax-product_cat .header-widget,
  body.single-product .header-widget {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  body.post-type-archive-product .header-widget .widget,
  body.tax-product_cat .header-widget .widget,
  body.single-product .header-widget .widget {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.post-type-archive-product .header-widget #custom_html-6,
  body.tax-product_cat .header-widget #custom_html-6,
  body.single-product .header-widget #custom_html-6 {
    order: 1;
    line-height: 1.15;
  }

  body.post-type-archive-product .header-widget #custom_html-6 a,
  body.tax-product_cat .header-widget #custom_html-6 a,
  body.single-product .header-widget #custom_html-6 a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.18;
  }

  body.post-type-archive-product .header-widget #custom_html-6 a:first-child,
  body.tax-product_cat .header-widget #custom_html-6 a:first-child,
  body.single-product .header-widget #custom_html-6 a:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.post-type-archive-product .header-widget #woocommerce_product_search-3,
  body.tax-product_cat .header-widget #woocommerce_product_search-3,
  body.single-product .header-widget #woocommerce_product_search-3 {
    order: 2;
  }

  body.post-type-archive-product .woocommerce-product-search,
  body.tax-product_cat .woocommerce-product-search,
  body.single-product .woocommerce-product-search {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  body.post-type-archive-product .woocommerce-product-search .search-field,
  body.tax-product_cat .woocommerce-product-search .search-field,
  body.single-product .woocommerce-product-search .search-field {
    height: 40px;
    padding-left: 13px;
    padding-right: 11px;
    font-size: 14px;
  }

  body.post-type-archive-product .woocommerce-product-search button,
  body.tax-product_cat .woocommerce-product-search button,
  body.single-product .woocommerce-product-search button {
    width: 46px;
    min-width: 46px;
    min-height: 40px;
    padding: 0;
    background-size: 20px 20px;
  }

  body.post-type-archive-product .main-navigation,
  body.tax-product_cat .main-navigation,
  body.single-product .main-navigation {
    position: fixed;
    top: 13px;
    right: 14px;
    z-index: 1002;
    width: auto;
    min-height: 0;
    height: 0;
    background: transparent;
  }

  body.admin-bar.post-type-archive-product .main-navigation,
  body.admin-bar.tax-product_cat .main-navigation,
  body.admin-bar.single-product .main-navigation {
    top: 59px;
  }

  body.post-type-archive-product .main-navigation .inside-navigation,
  body.tax-product_cat .main-navigation .inside-navigation,
  body.single-product .main-navigation .inside-navigation {
    padding: 0 !important;
    background: transparent;
  }

  body.post-type-archive-product .main-navigation .menu-toggle,
  body.tax-product_cat .main-navigation .menu-toggle,
  body.single-product .main-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    width: auto;
    padding: 8px 11px;
    border-radius: 10px;
    background: #f3f5f7;
    color: #111;
    font-size: 14px;
    line-height: 1;
  }

  body.post-type-archive-product .main-navigation.toggled .main-nav,
  body.tax-product_cat .main-navigation.toggled .main-nav,
  body.single-product .main-navigation.toggled .main-nav {
    position: fixed;
    top: 148px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 166px);
    overflow: auto;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 31, 48, .18);
  }

  body.admin-bar.post-type-archive-product .main-navigation.toggled .main-nav,
  body.admin-bar.tax-product_cat .main-navigation.toggled .main-nav,
  body.admin-bar.single-product .main-navigation.toggled .main-nav {
    top: 194px;
  }

  body.post-type-archive-product .site-content,
  body.tax-product_cat .site-content,
  body.single-product .site-content {
    padding-top: 159px;
  }

  body.post-type-archive-product .site-main,
  body.tax-product_cat .site-main {
    margin-top: 0;
  }

  body.post-type-archive-product .inside-article,
  body.tax-product_cat .inside-article {
    padding: 18px 14px 34px;
  }

  body.post-type-archive-product .codex-shop-layout,
  body.tax-product_cat .codex-shop-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.post-type-archive-product .codex-shop-sidebar,
  body.tax-product_cat .codex-shop-sidebar {
    display: none;
    position: static;
    top: auto;
    gap: 14px;
  }

  body.post-type-archive-product .codex-shop-sidebar.is-open,
  body.tax-product_cat .codex-shop-sidebar.is-open {
    display: grid;
  }

  body.post-type-archive-product .codex-shop-sidebar-toggle,
  body.tax-product_cat .codex-shop-sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
  }

  body.post-type-archive-product .codex-shop-sidebar-toggle::after,
  body.tax-product_cat .codex-shop-sidebar-toggle::after {
    content: "+";
    font-size: 22px;
    line-height: 1;
  }

  body.post-type-archive-product .codex-shop-sidebar-toggle[aria-expanded="true"]::after,
  body.tax-product_cat .codex-shop-sidebar-toggle[aria-expanded="true"]::after {
    content: "\2212";
  }

  body.post-type-archive-product .codex-shop-panel,
  body.tax-product_cat .codex-shop-panel {
    padding: 18px 16px;
    border-radius: 12px;
  }

  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title {
    font-size: 32px;
  }

  body.post-type-archive-product .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering {
    float: none;
    display: block;
    width: 100%;
  }

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

  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.post-type-archive-product ul.products li.product,
  body.tax-product_cat ul.products li.product {
    padding: 10px !important;
  }

  body.post-type-archive-product ul.products li.product img,
  body.tax-product_cat ul.products li.product img {
    height: 150px !important;
  }

  body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    min-height: 54px;
    font-size: 13px;
  }

  body.post-type-archive-product ul.products li.product .price,
  body.tax-product_cat ul.products li.product .price {
    font-size: 13px;
  }

  body.post-type-archive-product ul.products li.product .button,
  body.post-type-archive-product ul.products li.product .awooc-custom-order,
  body.tax-product_cat ul.products li.product .button,
  body.tax-product_cat ul.products li.product .awooc-custom-order {
    min-height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  body.post-type-archive-product .inside-header,
  body.tax-product_cat .inside-header,
  body.single-product .inside-header {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  body.post-type-archive-product .site-logo,
  body.post-type-archive-product .site-branding,
  body.tax-product_cat .site-logo,
  body.tax-product_cat .site-branding,
  body.single-product .site-logo,
  body.single-product .site-branding {
    max-width: 184px;
  }

  body.post-type-archive-product .main-navigation,
  body.tax-product_cat .main-navigation,
  body.single-product .main-navigation {
    top: 11px;
  }

  body.admin-bar.post-type-archive-product .main-navigation,
  body.admin-bar.tax-product_cat .main-navigation,
  body.admin-bar.single-product .main-navigation {
    top: 57px;
  }

  body.post-type-archive-product .main-navigation.toggled .main-nav,
  body.tax-product_cat .main-navigation.toggled .main-nav,
  body.single-product .main-navigation.toggled .main-nav {
    top: 140px;
  }

  body.admin-bar.post-type-archive-product .main-navigation.toggled .main-nav,
  body.admin-bar.tax-product_cat .main-navigation.toggled .main-nav,
  body.admin-bar.single-product .main-navigation.toggled .main-nav {
    top: 186px;
  }
}

@media (min-width: 769px) {
  body.post-type-archive-product .site-header,
  body.tax-product_cat .site-header,
  body.single-product .site-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #fff;
  }

  body.post-type-archive-product .main-navigation,
  body.tax-product_cat .main-navigation,
  body.single-product .main-navigation {
    position: sticky;
    top: 139px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 0 rgba(18, 31, 48, .08);
  }

  body.admin-bar.post-type-archive-product .site-header,
  body.admin-bar.tax-product_cat .site-header,
  body.admin-bar.single-product .site-header {
    top: 32px;
  }

  body.admin-bar.post-type-archive-product .main-navigation,
  body.admin-bar.tax-product_cat .main-navigation,
  body.admin-bar.single-product .main-navigation {
    top: 171px;
  }
}
/* CODEx WooCommerce archive style 2026-07-01 END */

/* CODEx WooCommerce single product style 2026-07-01 START */
body.single-product {
  --codex-product-accent: #215bc2;
  --codex-product-text: #111827;
  --codex-product-muted: #4b5563;
  --codex-product-border: #e5e7eb;
  --codex-product-surface: #f8fafc;
  --codex-product-shadow: 0 18px 45px rgba(18, 31, 48, .08);
  background: #fff;
}

body.single-product .site-content {
  padding-left: 0;
  padding-right: 0;
}

body.single-product .site-main {
  max-width: var(--gb-container-width, 1350px);
  margin-left: auto;
  margin-right: auto;
}

body.single-product .inside-article {
  padding: 34px 0 44px;
  background: transparent;
}

body.single-product .woocommerce-notices-wrapper:empty {
  display: none;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error {
  margin-bottom: 20px;
  border-radius: 12px;
}

body.single-product .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--codex-product-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.single-product .woocommerce-breadcrumb a {
  color: var(--codex-product-accent);
  text-decoration: none;
}

body.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 32px;
  align-items: start;
  margin: 0;
}

body.single-product div.product::before,
body.single-product div.product::after {
  content: none;
  display: none;
}

body.single-product div.product div.images,
body.single-product div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.single-product div.product div.images {
  position: relative;
  padding: 24px;
  border: 1px solid var(--codex-product-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: var(--codex-product-shadow);
}

body.single-product div.product div.images .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  box-shadow: 0 10px 30px rgba(18, 31, 48, .12);
}

body.single-product div.product span.onsale {
  top: 18px;
  left: 18px;
  min-width: 0;
  min-height: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--codex-product-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.single-product div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
}

body.single-product div.product div.images .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
  min-height: 460px;
  background: #fff;
}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper img {
  width: 100%;
  max-height: 520px;
  margin: 0 !important;
  padding: 18px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
}

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

body.single-product div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
  margin: 0;
  list-style: none;
}

body.single-product div.product div.images .flex-control-thumbs li img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 10px;
  border: 1px solid var(--codex-product-border);
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
  opacity: 1;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.single-product div.product div.images .flex-control-thumbs li img:hover,
body.single-product div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: rgba(33, 91, 194, .32);
  box-shadow: 0 12px 28px rgba(18, 31, 48, .08);
  transform: translateY(-1px);
}

body.single-product div.product .summary.entry-summary {
  position: static;
  top: auto;
  display: grid;
  gap: 18px;
  padding: 26px 24px;
  border: 1px solid var(--codex-product-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 31, 48, .06);
}

body.admin-bar.single-product div.product .summary.entry-summary {
  top: auto;
}

body.single-product div.product .summary.entry-summary > * {
  margin: 0;
}

body.single-product div.product .product_title {
  color: var(--codex-product-text);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body.single-product div.product .woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--codex-product-muted);
  font-size: 14px;
}

body.single-product div.product div.summary > p.price,
body.single-product div.product div.summary > span.price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 14px;
  color: var(--codex-product-text);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.1;
}

body.single-product div.product div.summary > p.price del,
body.single-product div.product div.summary > span.price del {
  color: #9ca3af;
  font-size: .56em;
  font-weight: 600;
}

body.single-product div.product div.summary > p.price ins,
body.single-product div.product div.summary > span.price ins {
  text-decoration: none;
}

body.single-product div.product .single_variation .price {
  color: var(--codex-product-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

body.single-product .gpc-product-quote-price {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--codex-product-surface);
}

body.single-product .gpc-product-quote-price strong {
  color: var(--codex-product-text);
  font-size: 24px;
  line-height: 1.2;
}

body.single-product .gpc-product-quote-price span {
  color: var(--codex-product-muted);
  font-size: 14px;
}

body.single-product .gpc-product-service-note {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--codex-product-muted);
  font-size: 14px;
  list-style: none;
}

body.single-product .gpc-product-service-note li {
  position: relative;
  padding-left: 22px;
}

body.single-product .gpc-product-service-note li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--codex-product-accent);
  font-weight: 700;
}

body.single-product div.product p.stock {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

body.single-product div.product p.stock.out-of-stock {
  background: #fef2f2;
  color: #b91c1c;
}

body.single-product div.product .woocommerce-product-details__short-description {
  color: var(--codex-product-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.single-product div.product .woocommerce-product-details__short-description p {
  margin: 0;
}

body.single-product div.product .woocommerce-product-details__short-description p + p {
  margin-top: 12px;
}

body.single-product div.product .woocommerce-product-details__short-description ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product div.product .woocommerce-product-details__short-description li {
  position: relative;
  padding-left: 18px;
}

body.single-product div.product .woocommerce-product-details__short-description li::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--codex-product-accent);
}

body.single-product div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  margin: 2px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--codex-product-border);
}

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

body.single-product div.product form.cart table,
body.single-product div.product form.cart .variations,
body.single-product div.product form.cart .group_table,
body.single-product div.product form.cart .single_variation_wrap,
body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
  flex: 1 1 100%;
}

body.single-product div.product form.cart .qty {
  width: 88px;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #fff;
  color: var(--codex-product-text);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

body.single-product div.product form.cart .variations {
  margin-bottom: 4px;
}

body.single-product div.product form.cart .single_variation_wrap,
body.single-product div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

body.single-product div.product form.cart .variations select {
  min-height: 48px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background-color: #fff;
  color: var(--codex-product-text);
  font-size: 15px;
}

body.single-product div.product form.cart .reset_variations {
  color: var(--codex-product-accent);
  font-weight: 600;
  text-decoration: none;
}

body.single-product div.product .summary.entry-summary .single_add_to_cart_button,
body.single-product div.product .summary.entry-summary form.cart .button,
body.single-product div.product .summary.entry-summary .awooc-custom-order {
  display: inline-flex !important;
  flex: 1 1 240px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px !important;
  border: 2px solid #111827 !important;
  border-radius: 12px !important;
  background: #111827 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  box-shadow: 0 18px 45px rgba(18, 31, 48, .16);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

body.single-product div.product .summary.entry-summary .single_add_to_cart_button:hover,
body.single-product div.product .summary.entry-summary form.cart .button:hover,
body.single-product div.product .summary.entry-summary .awooc-custom-order:hover {
  transform: translateY(-1px);
  border-color: var(--codex-product-accent) !important;
  background: var(--codex-product-accent) !important;
  box-shadow: 0 22px 52px rgba(33, 91, 194, .2);
}

body.single-product div.product .product_meta {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--codex-product-border);
  color: var(--codex-product-muted);
  font-size: 14px;
  line-height: 1.5;
}

body.single-product div.product .product_meta > span {
  display: block;
}

body.single-product div.product .product_meta a {
  display: inline !important;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--codex-product-accent);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.single-product div.product .product_meta span.posted_in a,
body.single-product div.product .product_meta span.tagged_as a,
body.single-product div.product .product_meta span.sku_wrapper a {
  display: inline !important;
}

body.single-product .woocommerce-tabs {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 32px;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 22px;
  padding: 0;
  border-bottom: 1px solid var(--codex-product-border);
  overflow: visible;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  content: none !important;
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 2px 12px !important;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--codex-product-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  border-bottom-color: var(--codex-product-accent);
  background: transparent;
  color: var(--codex-product-accent) !important;
}

body.single-product.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid var(--codex-product-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 31, 48, .05);
}

body.single-product .woocommerce-tabs .panel > h2:first-child {
  margin: 0 0 18px;
  color: var(--codex-product-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
  color: var(--codex-product-muted);
  font-size: 16px;
  line-height: 1.7;
}

body.single-product table.shop_attributes {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
  padding: 14px 16px;
  border: 1px solid var(--codex-product-border);
}

body.single-product table.shop_attributes th {
  width: 34%;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: var(--codex-product-surface);
  color: var(--codex-product-text);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

body.single-product table.shop_attributes td {
  border-left: 0;
  border-radius: 0 12px 12px 0;
  background: #fff;
  color: var(--codex-product-muted);
}

body.single-product table.shop_attributes td p {
  margin: 0;
}

body.single-product .related,
body.single-product .upsells,
body.single-product .up-sells {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 40px;
}

body.single-product .related > h2,
body.single-product .upsells > h2,
body.single-product .up-sells > h2 {
  margin: 0 0 18px;
  color: var(--codex-product-text);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.1;
}

body.single-product .related ul.products,
body.single-product .upsells ul.products,
body.single-product .up-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0 !important;
}

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

body.single-product .related ul.products li.product,
body.single-product .upsells ul.products li.product,
body.single-product .up-sells ul.products li.product {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--codex-product-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(18, 31, 48, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.single-product .related ul.products li.product:hover,
body.single-product .upsells ul.products li.product:hover,
body.single-product .up-sells ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 91, 194, .28);
  box-shadow: 0 18px 45px rgba(18, 31, 48, .1);
}

body.single-product .related ul.products li.product .woocommerce-LoopProduct-link,
body.single-product .related ul.products li.product .woocommerce-loop-product__link,
body.single-product .upsells ul.products li.product .woocommerce-LoopProduct-link,
body.single-product .upsells ul.products li.product .woocommerce-loop-product__link,
body.single-product .up-sells ul.products li.product .woocommerce-LoopProduct-link,
body.single-product .up-sells ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.single-product .related ul.products li.product img,
body.single-product .upsells ul.products li.product img,
body.single-product .up-sells ul.products li.product img {
  width: 100%;
  height: 230px !important;
  margin: 0 0 14px !important;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

body.single-product .related ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells ul.products li.product .woocommerce-loop-product__title,
body.single-product .up-sells ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  margin: 0;
  padding: 0 !important;
  color: var(--codex-product-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

body.single-product .related ul.products li.product .price,
body.single-product .upsells ul.products li.product .price,
body.single-product .up-sells ul.products li.product .price {
  display: block;
  margin: 12px 0 0;
  color: var(--codex-product-text);
  font-size: 15px;
  font-weight: 700;
}

body.single-product .related ul.products li.product .button,
body.single-product .related ul.products li.product .awooc-custom-order,
body.single-product .related ul.products li.product .added_to_cart,
body.single-product .upsells ul.products li.product .button,
body.single-product .upsells ul.products li.product .awooc-custom-order,
body.single-product .upsells ul.products li.product .added_to_cart,
body.single-product .up-sells ul.products li.product .button,
body.single-product .up-sells ul.products li.product .awooc-custom-order,
body.single-product .up-sells ul.products li.product .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 16px !important;
  padding: 0 14px !important;
  border: 2px solid #111827 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

body.single-product .related ul.products li.product .button:hover,
body.single-product .related ul.products li.product .awooc-custom-order:hover,
body.single-product .related ul.products li.product .added_to_cart:hover,
body.single-product .upsells ul.products li.product .button:hover,
body.single-product .upsells ul.products li.product .awooc-custom-order:hover,
body.single-product .upsells ul.products li.product .added_to_cart:hover,
body.single-product .up-sells ul.products li.product .button:hover,
body.single-product .up-sells ul.products li.product .awooc-custom-order:hover,
body.single-product .up-sells ul.products li.product .added_to_cart:hover {
  border-color: var(--codex-product-accent) !important;
  background: var(--codex-product-accent) !important;
  color: #fff !important;
}

@media (max-width: 1100px) {
  body.single-product div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.single-product div.product .summary.entry-summary {
    position: static;
    top: auto;
  }

  body.single-product .related ul.products,
  body.single-product .upsells ul.products,
  body.single-product .up-sells ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.single-product .site-main {
    margin-top: 0;
  }

  body.single-product .inside-article {
    padding: 18px 14px 34px;
  }

  body.single-product .woocommerce-breadcrumb {
    margin-bottom: 18px;
    font-size: 13px;
  }

  body.single-product div.product {
    gap: 18px;
  }

  body.single-product div.product div.images {
    padding: 14px;
    border-radius: 14px;
  }

  body.single-product div.product span.onsale {
    top: 14px;
    left: 14px;
  }

  body.single-product div.product div.images .woocommerce-product-gallery__trigger {
    top: 14px;
    right: 14px;
  }

  body.single-product div.product div.images .woocommerce-product-gallery__image a {
    min-height: 320px;
  }

  body.single-product div.product div.images .woocommerce-product-gallery__wrapper img {
    max-height: 380px;
    padding: 10px;
  }

  body.single-product div.product div.images .flex-control-thumbs {
    gap: 8px;
  }

  body.single-product div.product .summary.entry-summary {
    gap: 14px;
    padding: 18px 16px;
    border-radius: 14px;
  }

  body.single-product div.product .product_title {
    font-size: 32px;
  }

  body.single-product div.product div.summary > p.price,
  body.single-product div.product div.summary > span.price {
    font-size: 28px;
  }

  body.single-product div.product form.cart {
    padding-top: 16px;
  }

  body.single-product div.product form.cart div.quantity {
    width: 100%;
  }

  body.single-product div.product form.cart .qty {
    width: 100%;
  }

  body.single-product .woocommerce-tabs {
    margin-top: 28px;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    gap: 8px;
    margin-bottom: 14px;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    min-height: 40px;
    padding: 0 8px 10px !important;
    font-size: 13px;
  }

  body.single-product.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 16px;
    border-radius: 14px;
  }

  body.single-product table.shop_attributes,
  body.single-product table.shop_attributes tbody,
  body.single-product table.shop_attributes tr,
  body.single-product table.shop_attributes th,
  body.single-product table.shop_attributes td {
    display: block;
    width: 100%;
  }

  body.single-product table.shop_attributes {
    border-spacing: 0;
  }

  body.single-product table.shop_attributes tr + tr {
    margin-top: 10px;
  }

  body.single-product table.shop_attributes th {
    border-right: 1px solid var(--codex-product-border);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
  }

  body.single-product table.shop_attributes td {
    border-left: 1px solid var(--codex-product-border);
    border-top: 0;
    border-radius: 0 0 12px 12px;
  }

  body.single-product .related ul.products,
  body.single-product .upsells ul.products,
  body.single-product .up-sells ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.single-product .related ul.products li.product,
  body.single-product .upsells ul.products li.product,
  body.single-product .up-sells ul.products li.product {
    padding: 10px !important;
  }

  body.single-product .related ul.products li.product img,
  body.single-product .upsells ul.products li.product img,
  body.single-product .up-sells ul.products li.product img {
    height: 150px !important;
  }

  body.single-product .related ul.products li.product .woocommerce-loop-product__title,
  body.single-product .upsells ul.products li.product .woocommerce-loop-product__title,
  body.single-product .up-sells ul.products li.product .woocommerce-loop-product__title {
    min-height: 54px;
    font-size: 13px;
  }

  body.single-product .related ul.products li.product .price,
  body.single-product .upsells ul.products li.product .price,
  body.single-product .up-sells ul.products li.product .price {
    font-size: 13px;
  }

  body.single-product .related ul.products li.product .button,
  body.single-product .related ul.products li.product .awooc-custom-order,
  body.single-product .related ul.products li.product .added_to_cart,
  body.single-product .upsells ul.products li.product .button,
  body.single-product .upsells ul.products li.product .awooc-custom-order,
  body.single-product .upsells ul.products li.product .added_to_cart,
  body.single-product .up-sells ul.products li.product .button,
  body.single-product .up-sells ul.products li.product .awooc-custom-order,
  body.single-product .up-sells ul.products li.product .added_to_cart {
    min-height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  body.single-product div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product .related ul.products,
  body.single-product .upsells ul.products,
  body.single-product .up-sells ul.products {
    grid-template-columns: 1fr;
  }
}
/* CODEx WooCommerce single product style 2026-07-01 END */

/* CODEx static company pages style 2026-07-01 START */
body.page-id-32423,
body.page-id-15354,
body.page-id-15400 {
  --codex-page-accent: #215bc2;
  --codex-page-text: #111827;
  --codex-page-muted: #4b5563;
  --codex-page-border: #e5e7eb;
  --codex-page-surface: #f8fafc;
  --codex-page-shadow: 0 14px 36px rgba(18, 31, 48, .07);
  background: #fff;
  color: var(--codex-page-text);
}

body.page-id-32423 .site-main,
body.page-id-15354 .site-main,
body.page-id-15400 .site-main {
  max-width: var(--gb-container-width, 1350px);
  margin-left: auto;
  margin-right: auto;
}

body.page-id-32423 .inside-article,
body.page-id-15354 .inside-article,
body.page-id-15400 .inside-article {
  padding: 54px 0 72px;
  background: transparent;
}

body.page-id-32423 .entry-header,
body.page-id-15354 .entry-header,
body.page-id-15400 .entry-header {
  margin-bottom: 28px;
}

body.page-id-32423 .entry-title,
body.page-id-15354 .entry-title,
body.page-id-15400 .entry-title {
  margin: 0;
  color: var(--codex-page-text);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

body.page-id-32423 .entry-content,
body.page-id-15354 .entry-content,
body.page-id-15400 .entry-content {
  color: var(--codex-page-muted);
  font-size: 17px;
  line-height: 1.7;
}

body.page-id-32423 .entry-content p,
body.page-id-15400 .entry-content p {
  max-width: 980px;
  margin: 0 0 18px;
}

body.page-id-32423 .entry-content > p:first-child,
body.page-id-15400 .entry-content > p:first-child {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(33, 91, 194, .08);
  color: var(--codex-page-accent);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

body.page-id-32423 .entry-content ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 42px;
  padding: 0;
  list-style: none;
}

body.page-id-32423 .entry-content li {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--codex-page-border);
  border-radius: 12px;
  background: #fff;
  color: var(--codex-page-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: var(--codex-page-shadow);
}

body.page-id-32423 .entry-content li svg {
  display: block;
  width: 52px !important;
  height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  margin: 0 0 16px;
  color: var(--codex-page-accent);
}

body.page-id-32423 .entry-content li br {
  display: none;
}

body.page-id-32423 .entry-content img {
  display: block;
  width: min(100%, 760px);
  height: auto;
  margin-top: 10px;
  border-radius: 12px;
  box-shadow: var(--codex-page-shadow);
}

body.page-id-15354 .codex-cases-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

body.page-id-15354 .codex-cases-filter {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  color: var(--codex-page-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

body.page-id-15354 .codex-cases-filter.is-active {
  border-color: var(--codex-page-accent);
  background: var(--codex-page-accent);
  color: #fff;
}

body.page-id-15354 .codex-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-15354 .codex-case-card {
  min-height: 100%;
  margin: 0;
  border: 1px solid var(--codex-page-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--codex-page-shadow);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.page-id-15354 .codex-case-card:hover {
  transform: translateY(-2px);
  border-color: rgba(33, 91, 194, .28);
  box-shadow: 0 18px 45px rgba(18, 31, 48, .1);
}

body.page-id-15354 .codex-case-card a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.page-id-15354 .codex-case-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: var(--codex-page-surface);
}

body.page-id-15354 .codex-case-card h2 {
  margin: 0;
  padding: 18px 18px 0;
  color: var(--codex-page-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
}

body.page-id-15354 .codex-case-card__more {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: auto 18px 18px;
  padding-top: 16px;
  color: var(--codex-page-accent);
  font-size: 15px;
  font-weight: 400;
}

body.page-id-15354 .codex-cases-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px solid var(--codex-page-border);
  border-radius: 12px;
  background: #fff;
  color: #4b5563;
}

body.page-id-15354 .codex-cases-pagination {
  margin-top: 32px;
}

body.page-id-15354 .codex-cases-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-id-15354 .codex-cases-pagination .page-numbers li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-15354 .codex-cases-pagination .page-numbers a,
body.page-id-15354 .codex-cases-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

body.page-id-15354 .codex-cases-pagination .page-numbers .current,
body.page-id-15354 .codex-cases-pagination .page-numbers a:hover {
  border-color: var(--codex-page-accent);
  background: var(--codex-page-accent);
  color: #fff;
}

body.page-id-15400 .entry-content > p:first-child {
  margin-bottom: 24px;
}

body.page-id-15400 .entry-content > p:nth-of-type(2),
body.page-id-15400 .entry-content form {
  width: min(100%, 760px);
  padding: 24px;
  border: 1px solid var(--codex-page-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--codex-page-shadow);
}

body.page-id-15400 .entry-content > p:nth-of-type(2) iframe {
  display: block;
  width: 100% !important;
  height: 280px !important;
  margin: 0 0 22px;
  border: 0;
  border-radius: 10px;
  background: var(--codex-page-surface);
}

body.page-id-15400 .entry-content > p:nth-of-type(2) img {
  width: 42px;
  height: 42px;
  margin: 18px 0 8px;
}

body.page-id-15400 .entry-content > p:nth-of-type(2) br {
  display: block;
}

body.page-id-15400 .entry-content form {
  margin-top: 22px;
}

body.page-id-15400 .entry-content form fieldset {
  display: none;
}

body.page-id-15400 .entry-content form p,
body.page-id-15400 .entry-content form small,
body.page-id-15400 .entry-content form label {
  display: block;
  width: 100%;
  max-width: none;
}

body.page-id-15400 .entry-content form label {
  margin-bottom: 14px;
  color: var(--codex-page-text);
  font-size: 14px;
  font-weight: 700;
}

body.page-id-15400 .entry-content form input[type="text"],
body.page-id-15400 .entry-content form input[type="tel"] {
  width: 100%;
  min-height: 48px;
  margin-top: 6px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: var(--codex-page-text);
  font-size: 15px;
}

body.page-id-15400 .entry-content form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 0 22px;
  border: 2px solid #111827;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

body.page-id-15400 .entry-content form input[type="submit"]:hover {
  border-color: var(--codex-page-accent);
  background: var(--codex-page-accent);
}

@media (max-width: 768px) {
  body.page-id-32423 .site-header,
  body.page-id-15354 .site-header,
  body.page-id-15400 .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 31, 48, .08);
  }

  body.admin-bar.page-id-32423 .site-header,
  body.admin-bar.page-id-15354 .site-header,
  body.admin-bar.page-id-15400 .site-header {
    top: 46px;
  }

  body.page-id-32423 .inside-header,
  body.page-id-15354 .inside-header,
  body.page-id-15400 .inside-header {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6px;
    align-items: center;
    padding: 10px 14px 12px;
  }

  body.page-id-32423 .site-logo,
  body.page-id-32423 .site-branding,
  body.page-id-15354 .site-logo,
  body.page-id-15354 .site-branding,
  body.page-id-15400 .site-logo,
  body.page-id-15400 .site-branding {
    width: 50%;
    max-width: 196px;
    margin: 0;
  }

  body.page-id-32423 .site-logo img,
  body.page-id-32423 .site-branding img,
  body.page-id-15354 .site-logo img,
  body.page-id-15354 .site-branding img,
  body.page-id-15400 .site-logo img,
  body.page-id-15400 .site-branding img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body.page-id-32423 .header-widget,
  body.page-id-15354 .header-widget,
  body.page-id-15400 .header-widget {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  body.page-id-32423 .header-widget .widget,
  body.page-id-15354 .header-widget .widget,
  body.page-id-15400 .header-widget .widget {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.page-id-32423 .header-widget #custom_html-6,
  body.page-id-15354 .header-widget #custom_html-6,
  body.page-id-15400 .header-widget #custom_html-6 {
    order: 1;
    line-height: 1.15;
  }

  body.page-id-32423 .header-widget #custom_html-6 a,
  body.page-id-15354 .header-widget #custom_html-6 a,
  body.page-id-15400 .header-widget #custom_html-6 a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.18;
  }

  body.page-id-32423 .header-widget #custom_html-6 a:first-child,
  body.page-id-15354 .header-widget #custom_html-6 a:first-child,
  body.page-id-15400 .header-widget #custom_html-6 a:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.page-id-32423 .header-widget #woocommerce_product_search-3,
  body.page-id-15354 .header-widget #woocommerce_product_search-3,
  body.page-id-15400 .header-widget #woocommerce_product_search-3 {
    order: 2;
  }

  body.page-id-32423 .woocommerce-product-search,
  body.page-id-15354 .woocommerce-product-search,
  body.page-id-15400 .woocommerce-product-search {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  body.page-id-32423 .woocommerce-product-search .search-field,
  body.page-id-15354 .woocommerce-product-search .search-field,
  body.page-id-15400 .woocommerce-product-search .search-field {
    height: 40px;
    padding-left: 13px;
    padding-right: 11px;
    font-size: 14px;
  }

  body.page-id-32423 .woocommerce-product-search button,
  body.page-id-15354 .woocommerce-product-search button,
  body.page-id-15400 .woocommerce-product-search button {
    width: 46px;
    min-width: 46px;
    min-height: 40px;
    padding: 0;
    background-size: 20px 20px;
  }

  body.page-id-32423 .main-navigation,
  body.page-id-15354 .main-navigation,
  body.page-id-15400 .main-navigation {
    position: fixed;
    top: 13px;
    right: 14px;
    z-index: 1002;
    width: auto;
    min-height: 0;
    height: 0;
    background: transparent;
  }

  body.admin-bar.page-id-32423 .main-navigation,
  body.admin-bar.page-id-15354 .main-navigation,
  body.admin-bar.page-id-15400 .main-navigation {
    top: 59px;
  }

  body.page-id-32423 .main-navigation .inside-navigation,
  body.page-id-15354 .main-navigation .inside-navigation,
  body.page-id-15400 .main-navigation .inside-navigation {
    padding: 0 !important;
    background: transparent;
  }

  body.page-id-32423 .main-navigation .menu-toggle,
  body.page-id-15354 .main-navigation .menu-toggle,
  body.page-id-15400 .main-navigation .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    width: auto;
    padding: 8px 11px;
    border-radius: 10px;
    background: #f3f5f7;
    color: #111;
    font-size: 14px;
    line-height: 1;
  }

  body.page-id-32423 .main-navigation.toggled .main-nav,
  body.page-id-15354 .main-navigation.toggled .main-nav,
  body.page-id-15400 .main-navigation.toggled .main-nav {
    position: fixed;
    top: 148px;
    left: 12px;
    right: 12px;
    max-height: calc(100svh - 166px);
    overflow: auto;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 31, 48, .18);
  }

  body.admin-bar.page-id-32423 .main-navigation.toggled .main-nav,
  body.admin-bar.page-id-15354 .main-navigation.toggled .main-nav,
  body.admin-bar.page-id-15400 .main-navigation.toggled .main-nav {
    top: 194px;
  }

  body.page-id-32423 .site-content,
  body.page-id-15354 .site-content,
  body.page-id-15400 .site-content {
    padding-top: 159px;
  }

  body.page-id-32423 .inside-article,
  body.page-id-15354 .inside-article,
  body.page-id-15400 .inside-article {
    padding: 28px 14px 46px;
  }

  body.page-id-32423 .entry-header,
  body.page-id-15354 .entry-header,
  body.page-id-15400 .entry-header {
    margin-bottom: 20px;
  }

  body.page-id-32423 .entry-title,
  body.page-id-15354 .entry-title,
  body.page-id-15400 .entry-title {
    font-size: 40px;
  }

  body.page-id-32423 .entry-content,
  body.page-id-15354 .entry-content,
  body.page-id-15400 .entry-content {
    font-size: 16px;
  }

  body.page-id-32423 .entry-content ul,
  body.page-id-15354 .codex-cases-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.page-id-32423 .entry-content li,
  body.page-id-15400 .entry-content > p:nth-of-type(2),
  body.page-id-15400 .entry-content form {
    padding: 18px 16px;
    border-radius: 12px;
  }

  body.page-id-15354 .codex-cases-filters {
    gap: 8px;
  }

  body.page-id-15354 .codex-cases-filter {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  body.page-id-15354 .codex-case-card img {
    height: 210px;
  }

  body.page-id-15400 .entry-content > p:nth-of-type(2) iframe {
    height: 240px !important;
  }
}

@media (max-width: 430px) {
  body.page-id-32423 .inside-header,
  body.page-id-15354 .inside-header,
  body.page-id-15400 .inside-header {
    padding-top: 9px;
    padding-bottom: 10px;
  }

  body.page-id-32423 .site-logo,
  body.page-id-32423 .site-branding,
  body.page-id-15354 .site-logo,
  body.page-id-15354 .site-branding,
  body.page-id-15400 .site-logo,
  body.page-id-15400 .site-branding {
    max-width: 184px;
  }

  body.page-id-32423 .main-navigation,
  body.page-id-15354 .main-navigation,
  body.page-id-15400 .main-navigation {
    top: 11px;
  }

  body.admin-bar.page-id-32423 .main-navigation,
  body.admin-bar.page-id-15354 .main-navigation,
  body.admin-bar.page-id-15400 .main-navigation {
    top: 57px;
  }

  body.page-id-32423 .main-navigation.toggled .main-nav,
  body.page-id-15354 .main-navigation.toggled .main-nav,
  body.page-id-15400 .main-navigation.toggled .main-nav {
    top: 140px;
  }

  body.admin-bar.page-id-32423 .main-navigation.toggled .main-nav,
  body.admin-bar.page-id-15354 .main-navigation.toggled .main-nav,
  body.admin-bar.page-id-15400 .main-navigation.toggled .main-nav {
    top: 186px;
  }
}

@media (min-width: 769px) {
  body.page-id-32423 .site-header,
  body.page-id-32423 .main-navigation,
  body.page-id-15354 .site-header,
  body.page-id-15354 .main-navigation,
  body.page-id-15400 .site-header,
  body.page-id-15400 .main-navigation {
    position: sticky;
    background: #fff;
  }

  body.page-id-32423 .site-header,
  body.page-id-15354 .site-header,
  body.page-id-15400 .site-header {
    top: 0;
    z-index: 1001;
  }

  body.page-id-32423 .main-navigation,
  body.page-id-15354 .main-navigation,
  body.page-id-15400 .main-navigation {
    top: 139px;
    z-index: 1000;
    box-shadow: 0 1px 0 rgba(18, 31, 48, .08);
  }

  body.admin-bar.page-id-32423 .site-header,
  body.admin-bar.page-id-15354 .site-header,
  body.admin-bar.page-id-15400 .site-header {
    top: 32px;
  }

  body.admin-bar.page-id-32423 .main-navigation,
  body.admin-bar.page-id-15354 .main-navigation,
  body.admin-bar.page-id-15400 .main-navigation {
    top: 171px;
  }
}
/* CODEx static company pages style 2026-07-01 END */

/* CODEx Rubik weight normalization 2026-07-05 START */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
.main-navigation a,
.site-header a,
.site-footer a,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-loop-product__title,
.product_title,
.entry-title,
.widget-title,
.codex-home-section__title,
.codex-home-stat__value,
.codex-home-service-card h3,
.codex-home-order label,
.codex-home-order input[type="submit"],
.codex-shop-panel__title,
.codex-shop-card__title,
.codex-product-summary h1,
.codex-product-meta a,
.codex-case-card h2 {
  font-weight: 400 !important;
}
/* CODEx Rubik weight normalization 2026-07-05 END */

/* CODEx contacts page redesign 2026-07-05 START */
body.page-id-15400 .site-content {
  padding-top: 0;
}

body.page-id-15400.separate-containers .inside-article,
body.page-id-15400 .inside-article {
  padding-top: 0;
}

body.page-id-15400 .entry-content {
  margin-top: 0;
}

body.page-id-15400 .codex-contacts-page {
  max-width: 1350px;
  margin: -16px auto 0;
  padding: 4px 40px 72px;
}

body.page-id-15400 .codex-contacts-page > .wp-block-group__inner-container,
body.page-id-15400 .codex-contacts-hero > .wp-block-group__inner-container,
body.page-id-15400 .codex-contacts-map > .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

body.page-id-15400 .codex-contacts-page a {
  color: #111827;
  text-decoration: none;
}

body.page-id-15400 .codex-eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #215bc2;
  font-size: 14px;
  line-height: 1;
}

body.page-id-15400 .codex-contacts-hero {
  max-width: 760px;
  margin: 0 0 20px;
}

body.page-id-15400 .entry-title {
  max-width: 1350px;
  margin: 0 auto;
  padding: 22px 40px 0;
  color: #111827;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
}

body.page-id-15400 .codex-contacts-hero p:not(.codex-eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.55;
}

body.page-id-15400 .codex-contacts-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

body.page-id-15400 .codex-contacts-actions .wp-block-button__link {
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid #111827;
  border-radius: 10px;
  font-size: 15px;
}

body.page-id-15400 .codex-contacts-actions .is-style-fill .wp-block-button__link {
  background: #111827;
  color: #fff;
}

body.page-id-15400 .codex-contacts-actions .is-style-outline .wp-block-button__link {
  background: #fff;
  color: #111827;
}

body.page-id-15400 .codex-contacts-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 26px;
}

body.page-id-15400 .codex-contact-card,
body.page-id-15400 .codex-contacts-info,
body.page-id-15400 .codex-contacts-form,
body.page-id-15400 .codex-contacts-map {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(18, 31, 48, .06);
}

body.page-id-15400 .codex-contact-card {
  padding: 20px;
}

body.page-id-15400 .codex-contact-card p {
  margin: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.45;
}

body.page-id-15400 .codex-contact-card__label {
  margin-bottom: 12px !important;
  color: #215bc2 !important;
  font-size: 14px !important;
}

body.page-id-15400 .codex-contact-card__note {
  margin-top: 10px !important;
  color: #6b7280 !important;
  font-size: 14px !important;
}

body.page-id-15400 .codex-contacts-main {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: 20px;
  align-items: stretch;
  margin: 0 0 26px;
}

body.page-id-15400 .codex-contacts-info,
body.page-id-15400 .codex-contacts-form,
body.page-id-15400 .codex-contacts-map {
  padding: 26px;
}

body.page-id-15400 .codex-contacts-page h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

body.page-id-15400 .codex-contacts-info p,
body.page-id-15400 .codex-contacts-form p,
body.page-id-15400 .codex-contacts-map p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.55;
}

body.page-id-15400 .codex-requisites-grid {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 10px 16px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  color: #111827;
  font-size: 15px;
}

body.page-id-15400 .codex-requisites-grid span {
  color: #6b7280;
}

body.page-id-15400 .codex-requisites-grid b {
  overflow-wrap: anywhere;
}

body.page-id-15400 .codex-contacts-form .wpcf7-form {
  margin: 18px 0 0;
}

body.page-id-15400 .codex-contacts-form .codex-cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.page-id-15400 .codex-contacts-form .codex-cf7-grid > p {
  display: contents;
}

body.page-id-15400 .codex-contacts-form .codex-cf7-grid br {
  display: none;
}

body.page-id-15400 .codex-contacts-form label {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.3;
}

body.page-id-15400 .codex-contacts-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

body.page-id-15400 .codex-contacts-form input[type="text"],
body.page-id-15400 .codex-contacts-form input[type="email"],
body.page-id-15400 .codex-contacts-form input[type="tel"],
body.page-id-15400 .codex-contacts-form textarea {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
}

body.page-id-15400 .codex-contacts-form textarea {
  min-height: 126px;
  padding-top: 13px;
  resize: vertical;
}

body.page-id-15400 .codex-contacts-form .wpcf7-acceptance {
  display: block;
  margin: 12px 0;
  color: #4b5563;
  font-size: 13px;
}

body.page-id-15400 .codex-contacts-form .wpcf7-acceptance label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

body.page-id-15400 .codex-contacts-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

body.page-id-15400 .codex-contacts-form input[type="submit"] {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 2px solid #111827;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 15px;
}

body.page-id-15400 .codex-contacts-form .wpcf7-spinner {
  display: none;
}

body.page-id-15400 .codex-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

body.page-id-15400 .codex-map-card iframe {
  display: block;
  width: 100%;
}

body.page-id-15400 .codex-map-card a {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 31, 48, .12);
  color: #111827;
  font-size: 14px;
}

@media (max-width: 980px) {
  body.page-id-15400 .codex-contacts-cards,
  body.page-id-15400 .codex-contacts-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.page-id-15400 .codex-contacts-page {
    padding: 4px 16px 46px;
  }

  body.page-id-15400 .entry-title {
    padding: 22px 16px 0;
  }

  body.page-id-15400 .codex-contacts-cards,
  body.page-id-15400 .codex-contacts-main {
    grid-template-columns: 1fr;
  }

  body.page-id-15400 .codex-contacts-info,
  body.page-id-15400 .codex-contacts-form,
  body.page-id-15400 .codex-contacts-map,
  body.page-id-15400 .codex-contact-card {
    padding: 18px 16px;
  }

  body.page-id-15400 .codex-contacts-actions {
    flex-direction: column;
  }

  body.page-id-15400 .codex-requisites-grid {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  body.page-id-15400 .codex-map-card iframe {
    height: 320px;
  }
}
/* CODEx contacts page redesign 2026-07-05 END */

/* CODEx legacy portfolio single 2026-07-05 START */
body.single-thegem_pf_item {
  background: #fff;
}

body.single-thegem_pf_item .site-content {
  padding-left: 0;
  padding-right: 0;
}

.codex-case-single,
.codex-case-related {
  max-width: 1350px;
  margin: 0 auto;
  padding: 34px 40px 0;
}

.codex-case-single__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #6b7280;
  font-size: 22px;
  line-height: 1.4;
}

.codex-case-single__breadcrumbs a,
.codex-case-single__breadcrumbs span {
  color: #4b5563;
  font-size: 22px !important;
  line-height: 1.4;
  text-decoration: none;
}

.codex-case-single__breadcrumbs .codex-breadcrumb-segment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.codex-case-single__hero {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, .74fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
}

.codex-case-single__intro,
.codex-case-single__media,
.codex-case-single__panel,
.codex-case-related__card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(18, 31, 48, .06);
}

.codex-case-single__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.codex-case-single__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #215bc2;
  font-size: 14px;
  line-height: 1;
}

.codex-case-single h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
}

.codex-case-single__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.codex-case-single__button,
.codex-case-single__panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #111827;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.codex-case-single__button.is-outline {
  background: #fff;
  color: #111827;
}

.codex-case-single__button:not(.is-outline):hover,
.codex-case-single__button:not(.is-outline):focus-visible {
  border-color: #111827;
  background: #111827;
  color: #fff !important;
}

.codex-case-single__button.is-outline:hover,
.codex-case-single__button.is-outline:focus-visible {
  border-color: #111827;
  background: #f3f5f7;
  color: #111827 !important;
}

.codex-case-single__media {
  overflow: hidden;
  margin: 0;
  min-height: 360px;
}

.codex-case-single__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.codex-case-single__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.codex-case-single__content {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.72;
}

.codex-case-single__content p {
  margin: 0 0 18px;
}

.codex-case-single__content ul,
.codex-case-single__content ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.codex-case-single__content li {
  margin-bottom: 8px;
}

.codex-case-single__content h2,
.codex-case-single__content h3 {
  margin: 34px 0 16px;
  color: #111827;
  line-height: 1.18;
}

.codex-case-single__aside {
  position: sticky;
  top: 140px;
}

.codex-case-single__panel {
  padding: 22px;
}

.codex-case-single__panel-title {
  margin: 0 0 10px;
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
}

.codex-case-single__panel p:not(.codex-case-single__panel-title) {
  margin: 0 0 18px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.codex-case-related {
  padding-bottom: 72px;
}

.codex-case-related h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
}

.codex-case-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.codex-case-related__card {
  overflow: hidden;
}

.codex-case-related__card a {
  display: block;
  color: #111827;
  text-decoration: none;
}

.codex-case-related__card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.codex-case-related__card h3 {
  margin: 0;
  padding: 16px 16px 8px;
  font-size: 18px;
  line-height: 1.25;
}

.codex-case-related__card span {
  display: inline-flex;
  margin: 0 16px 18px;
  color: #215bc2;
  font-size: 14px;
}

@media (max-width: 980px) {
  .codex-case-single__hero,
  .codex-case-single__body,
  .codex-case-related__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .codex-case-single__aside {
    position: static;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .codex-case-single,
  .codex-case-related {
    padding-left: 16px;
    padding-right: 16px;
  }

  .codex-case-single__intro,
  .codex-case-single__panel {
    padding: 22px 18px;
  }

  .codex-case-single__media,
  .codex-case-single__media img {
    min-height: 240px;
  }

  .codex-case-single__content {
    font-size: 16px;
    line-height: 1.65;
  }
}
/* CODEx legacy portfolio single 2026-07-05 END */

/* CODEx about page layout 2026-07-05 START */
body.page-id-32423 .entry-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  grid-template-rows: auto auto minmax(150px, 1fr) auto auto;
  column-gap: 44px;
  row-gap: 16px;
  align-items: start;
}

body.page-id-32423 .entry-content > p {
  grid-column: 1;
  width: 100%;
  max-width: none;
  margin: 0;
}

body.page-id-32423 .entry-content > p:first-child {
  align-self: start;
  justify-self: start;
  width: auto;
  font-weight: 400;
}

body.page-id-32423 .entry-content > p:nth-child(4) {
  grid-column: 1 / -1;
  margin-top: 18px;
  color: #111827;
}

body.page-id-32423 .entry-content > p:last-child {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 16px 44px rgba(18, 31, 48, .06);
}

body.page-id-32423 .entry-content > p:last-child img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

body.page-id-32423 .entry-content > ul {
  grid-column: 1 / -1;
  grid-row: 5;
  margin: 0;
}

body.page-id-32423 .entry-content > ul > li {
  min-width: 0;
  padding: 22px;
  font-weight: 400;
}

body.page-id-32423 .entry-content > ul > li svg,
body.page-id-32423 .entry-content > ul > li br {
  display: none;
}

body.page-id-32423 .entry-content > ul > li::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 10px;
  background-color: #eef5ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

body.page-id-32423 .entry-content > ul > li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23215bc2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14a8 8 0 0 1 16 0'/%3E%3Cpath d='M18 19c0 1.1-.9 2-2 2h-2'/%3E%3Cpath d='M4 14v3a2 2 0 0 0 2 2h1v-7H6a2 2 0 0 0-2 2Z'/%3E%3Cpath d='M20 14v3a2 2 0 0 1-2 2h-1v-7h1a2 2 0 0 1 2 2Z'/%3E%3C/svg%3E");
}

body.page-id-32423 .entry-content > ul > li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23215bc2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17h4V5H2v12h3'/%3E%3Cpath d='M14 9h4l4 4v4h-3'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.5'/%3E%3Ccircle cx='16.5' cy='17.5' r='2.5'/%3E%3C/svg%3E");
}

body.page-id-32423 .entry-content > ul > li:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23215bc2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
}

body.page-id-32423 .entry-content > ul > li:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23215bc2' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
  body.page-id-32423 .entry-content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    row-gap: 18px;
  }

  body.page-id-32423 .entry-content > p,
  body.page-id-32423 .entry-content > p:nth-child(4),
  body.page-id-32423 .entry-content > p:last-child,
  body.page-id-32423 .entry-content > ul {
    grid-column: 1;
  }

  body.page-id-32423 .entry-content > p:nth-child(1) {
    grid-row: 1;
  }

  body.page-id-32423 .entry-content > p:nth-child(2) {
    grid-row: 2;
  }

  body.page-id-32423 .entry-content > p:nth-child(3) {
    grid-row: 3;
  }

  body.page-id-32423 .entry-content > p:last-child {
    grid-row: 4;
    margin-top: 6px;
  }

  body.page-id-32423 .entry-content > p:nth-child(4) {
    grid-row: 5;
  }

  body.page-id-32423 .entry-content > ul {
    grid-row: 6;
  }
}

@media (max-width: 768px) {
  body.page-id-32423 .entry-content > p:last-child,
  body.page-id-32423 .entry-content > p:last-child img {
    min-height: 260px;
  }

  body.page-id-32423 .entry-content > ul > li {
    padding: 18px;
  }
}
/* CODEx about page layout 2026-07-05 END */

/* CODEx desktop sticky header height 2026-07-05 START */
@media (min-width: 769px) {
  body .inside-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.home.page-id-1562 .main-navigation,
  body.post-type-archive-product .main-navigation,
  body.tax-product_cat .main-navigation,
  body.single-product .main-navigation,
  body.page-id-32423 .main-navigation,
  body.page-id-15354 .main-navigation,
  body.page-id-15400 .main-navigation {
    top: 99px;
  }

  body.admin-bar.home.page-id-1562 .main-navigation,
  body.admin-bar.post-type-archive-product .main-navigation,
  body.admin-bar.tax-product_cat .main-navigation,
  body.admin-bar.single-product .main-navigation,
  body.admin-bar.page-id-32423 .main-navigation,
  body.admin-bar.page-id-15354 .main-navigation,
  body.admin-bar.page-id-15400 .main-navigation {
    top: 131px;
  }
}
/* CODEx desktop sticky header height 2026-07-05 END */

/* CODEx AWOOC consent alignment 2026-07-05 START */
.blockMsgAwooc .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

/* CODEx unified mobile header 2026-07-05 START */
@media (max-width: 768px) {
  body .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 31, 48, .08);
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  body .inside-header {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    row-gap: 6px;
    width: 100%;
    padding: 9px 14px 10px;
  }

  body .site-logo,
  body .site-branding {
    width: 50%;
    max-width: 184px;
    margin: 0;
  }

  body .site-logo img,
  body .site-branding img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  body .header-widget {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0 !important;
    padding: 0;
    text-align: center;
  }

  body .header-widget .widget {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .header-widget #custom_html-6 {
    order: 1;
    line-height: 1.15;
  }

  body .header-widget #custom_html-6 a {
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.18;
  }

  body .header-widget #custom_html-6 a:first-child {
    font-size: 16px !important;
  }

  body .header-widget #woocommerce_product_search-3 {
    order: 2;
  }

  body .woocommerce-product-search {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
  }

  body .woocommerce-product-search .search-field {
    height: 40px;
    padding-right: 11px;
    padding-left: 13px;
    font-size: 14px;
  }

  body .woocommerce-product-search button {
    width: 46px;
    min-width: 46px;
    min-height: 40px;
    padding: 0;
    background-size: 20px 20px;
  }

  body .main-navigation {
    position: fixed;
    top: 11px;
    right: 14px;
    z-index: 1002;
    width: auto;
    min-height: 0;
    height: 0;
    background: transparent;
  }

  body.admin-bar .main-navigation {
    top: 57px;
  }

  body .main-navigation .inside-navigation {
    padding: 0 !important;
    background: transparent;
  }

  body .main-navigation .menu-toggle {
    display: block !important;
    width: auto;
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 10px;
    background: #f3f5f7;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  body .main-navigation .menu-toggle .gp-icon,
  body .main-navigation .menu-toggle .mobile-menu {
    display: inline-flex;
    align-items: center;
    height: 18px;
    line-height: 18px;
  }

  body .main-navigation .menu-toggle .gp-icon svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }

  body .main-navigation.toggled .main-nav {
    position: fixed;
    top: 64px !important;
    right: 12px;
    left: 12px;
    max-height: calc(100svh - 65px);
    overflow: auto;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 31, 48, .18);
  }

  body.admin-bar .main-navigation.toggled .main-nav {
    top: 110px !important;
    max-height: calc(100svh - 111px);
  }

  body .site-content,
  body.page-id-15400 .site-content {
    padding-top: 163px !important;
  }

  body.page-id-15400 .entry-title {
    padding-top: 12px;
  }
}
/* CODEx unified mobile header 2026-07-05 END */

.blockMsgAwooc .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  margin: 0;
}

.blockMsgAwooc .wpcf7-acceptance input[type="checkbox"] {
  flex: 0 0 16px;
  width: 16px !important;
  min-width: 16px;
  height: 16px;
  margin: 2px 0 0 !important;
  padding: 0;
  accent-color: #215bc2;
}

.blockMsgAwooc .wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.45;
}
/* CODEx AWOOC consent alignment 2026-07-05 END */

/* CODEx editorial listings and typography 2026-07-06 START */
body .entry-content,
body .entry-summary {
  font-size: 22px;
  line-height: 1.6;
}

body .entry-content p,
body .entry-content li,
body .entry-summary p {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 769px) {
  body .main-navigation .main-nav > ul > li > a {
    background: transparent;
    color: #111827;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
  }

  body .main-navigation .main-nav > ul > li > a:hover,
  body .main-navigation .main-nav > ul > li > a:focus {
    background: transparent;
    color: #135fd1;
  }
}

body.blog .site-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

body.blog .content-area {
  width: auto;
  min-width: 0;
}

body.blog .codex-blog-sidebar {
  min-width: 0;
}

.codex-blog-panel {
  padding: 22px 20px;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 31, 48, .07);
}

.codex-blog-panel__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
}

.codex-blog-panel .product-categories,
.codex-blog-panel .product-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.codex-blog-panel .product-categories ul {
  padding: 8px 0 0 16px;
}

.codex-blog-panel .product-categories li + li {
  margin-top: 11px;
}

.codex-blog-panel .product-categories a {
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
}

.codex-blog-panel .product-categories a:hover {
  color: #135fd1;
}

body.blog .site-main,
body.category .site-main,
body.tag .site-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}

body.blog .site-main > .codex-posts-header,
body.blog .site-main > .codex-post-filters,
body.blog .site-main > .paging-navigation,
body.blog .site-main > .no-results,
body.category .site-main > .page-header,
body.category .site-main > .codex-post-filters,
body.category .site-main > .paging-navigation,
body.category .site-main > .no-results,
body.tag .site-main > .page-header,
body.tag .site-main > .codex-post-filters,
body.tag .site-main > .paging-navigation,
body.tag .site-main > .no-results {
  grid-column: 1 / -1;
}

.codex-posts-header h1,
body.category .page-header h1,
body.tag .page-header h1 {
  margin: 0;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.1;
}

.codex-post-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 4px;
}

.codex-post-filter {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #d3dae3;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.codex-post-filter:hover,
.codex-post-filter.is-active {
  border-color: #135fd1;
  background: #135fd1;
  color: #fff;
}

body.blog .site-main > article,
body.category .site-main > article,
body.tag .site-main > article {
  min-width: 0;
  margin: 0;
}

body.blog .site-main > article .inside-article,
body.category .site-main > article .inside-article,
body.tag .site-main > article .inside-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 18px;
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 31, 48, .07);
}

body.blog .site-main > article .post-image,
body.category .site-main > article .post-image,
body.tag .site-main > article .post-image {
  order: -1;
  width: 100%;
  margin: 0 0 18px;
}

body.blog .site-main > article .post-image img,
body.category .site-main > article .post-image img,
body.tag .site-main > article .post-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

body.blog .site-main > article .entry-header,
body.blog .site-main > article .entry-summary,
body.blog .site-main > article .entry-content,
body.blog .site-main > article .entry-meta,
body.category .site-main > article .entry-header,
body.category .site-main > article .entry-summary,
body.category .site-main > article .entry-content,
body.category .site-main > article .entry-meta,
body.tag .site-main > article .entry-header,
body.tag .site-main > article .entry-summary,
body.tag .site-main > article .entry-content,
body.tag .site-main > article .entry-meta {
  padding-right: 18px;
  padding-left: 18px;
}

body.blog .site-main > article .entry-title,
body.category .site-main > article .entry-title,
body.tag .site-main > article .entry-title {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

body.blog .site-main > article .entry-summary,
body.blog .site-main > article .entry-content,
body.category .site-main > article .entry-summary,
body.category .site-main > article .entry-content,
body.tag .site-main > article .entry-summary,
body.tag .site-main > article .entry-content {
  flex: 1 1 auto;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

body.blog .site-main > article .entry-meta,
body.category .site-main > article .entry-meta,
body.tag .site-main > article .entry-meta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.codex-related-posts {
  max-width: 1350px;
  margin: 54px auto 0;
  padding-top: 32px;
  border-top: 1px solid #dfe4ea;
}

.codex-related-posts h2 {
  margin: 0 0 22px;
  font-size: 36px;
  font-weight: 400;
}

.codex-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.codex-related-post {
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  background: #fff;
}

.codex-related-post a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #111827;
  text-decoration: none;
}

.codex-related-post img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.codex-related-post h3 {
  flex: 1 1 auto;
  margin: 0;
  padding: 18px 18px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.codex-related-post span {
  padding: 0 18px 18px;
  color: #135fd1;
  font-size: 15px;
}

@media (max-width: 980px) {
  body.blog .site-content {
    grid-template-columns: 1fr;
  }

  body.blog .codex-blog-sidebar {
    order: 2;
  }
}

@media (max-width: 768px) {
  body.blog .site-main,
  body.category .site-main,
  body.tag .site-main,
  .codex-related-posts__grid {
    grid-template-columns: 1fr;
  }

  body.blog .site-main,
  body.category .site-main,
  body.tag .site-main {
    gap: 16px;
  }

  .codex-posts-header h1,
  body.category .page-header h1,
  body.tag .page-header h1 {
    font-size: 38px;
  }

  .codex-related-posts {
    margin-top: 38px;
    padding-top: 24px;
  }

  .codex-related-posts h2 {
    font-size: 30px;
  }
}
/* CODEx editorial listings and typography 2026-07-06 END */

/* CODEx global 22px body copy 2026-07-06 START */
body {
  font-size: 22px;
}

body p,
body li,
body dt,
body dd,
body a,
body label,
body input,
body textarea,
body select,
body button,
body blockquote,
body figcaption,
body td,
body th,
body small,
body .entry-meta,
body .entry-summary,
body .entry-content,
body .widget,
body .site-footer,
body .site-info {
  font-size: 22px !important;
}

body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
  font-size: inherit !important;
}

body .main-navigation .main-nav a {
  font-size: 20px !important;
}

#wpadminbar,
#wpadminbar * {
  font-size: 13px !important;
}
/* CODEx global 22px body copy 2026-07-06 END */

/* CODEx single post hero 2026-07-06 START */
.codex-post-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #dfe4ea;
}

.codex-post-single__meta a {
  color: #135fd1;
  text-decoration: none;
}

.codex-post-single__categories {
  display: inline;
  font-size: 22px !important;
  line-height: 1.6;
}

.codex-post-single__separator {
  font-size: inherit !important;
  line-height: inherit !important;
}

.codex-post-single__meta a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .codex-post-single .codex-case-single__breadcrumbs {
    gap: 6px;
    margin-bottom: 16px;
  }

  .codex-post-single__meta {
    margin-top: 28px;
    padding-top: 20px;
  }
}
/* CODEx single post hero 2026-07-06 END */

/* CODEx site-wide desktop sticky header 2026-07-06 START */
@media (min-width: 769px) {
  body .site-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #fff;
  }

  body .site-header .inside-header {
    min-height: 99px;
  }

  body .main-navigation {
    position: sticky;
    top: 99px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 0 rgba(18, 31, 48, .08);
  }

  body.admin-bar .site-header {
    top: 32px;
  }

  body.admin-bar .main-navigation {
    top: 131px;
  }

  body.blog .codex-blog-sidebar {
    position: sticky;
    top: 179px;
    max-height: calc(100vh - 199px);
    overflow: auto;
    scrollbar-width: thin;
  }

  body.admin-bar.blog .codex-blog-sidebar {
    top: 211px;
    max-height: calc(100vh - 231px);
  }
}

@media (max-width: 980px) {
  body.blog .codex-blog-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
  }
}
/* CODEx site-wide desktop sticky header 2026-07-06 END */

/* CODEx adaptive desktop header and navigation 2026-07-06 START */
@media (min-width: 769px) {
  body .site-header .inside-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 30px;
  }

  body .site-header .site-logo,
  body .site-header .site-branding {
    justify-self: start;
    margin: 0;
  }

  body .site-header .header-widget {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    align-items: center;
    gap: 30px;
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  body .site-header .header-widget .widget,
  body .site-header .header-widget #woocommerce_product_search-3 {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  body .site-header .woocommerce-product-search {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  body .site-header .header-widget #custom_html-6 {
    justify-self: end;
    text-align: right;
    white-space: nowrap;
  }

  body .site-header .header-widget #custom_html-6 a {
    display: block;
    text-align: right;
  }

  body .main-navigation .inside-navigation.grid-container,
  body .main-navigation .main-nav,
  body .main-navigation .main-nav > ul {
    width: 100%;
  }

  body .main-navigation .main-nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  body .main-navigation .main-nav > ul > li {
    min-width: 0;
  }

  body .main-navigation .main-nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0;
    background: transparent;
    color: #111827;
    font-size: clamp(13px, 1.25vw, 20px) !important;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  body .main-navigation .main-nav > ul > li > a:hover,
  body .main-navigation .main-nav > ul > li > a:focus,
  body .main-navigation .main-nav > ul > li[class*="current-menu-"] > a,
  body .main-navigation .main-nav > ul > li[class*="current_page_"] > a {
    background: transparent !important;
    color: #135fd1 !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  body .site-header .inside-header {
    gap: 20px;
  }

  body .site-header .site-logo,
  body .site-header .site-branding {
    width: 240px;
    max-width: 240px;
  }

  body .site-header .site-logo img,
  body .site-header .site-branding img {
    width: 100%;
    height: auto;
  }

  body .site-header .header-widget {
    grid-template-columns: minmax(150px, 1fr) auto;
    gap: 16px;
  }

  body .site-header .header-widget #custom_html-6 a {
    font-size: 16px !important;
    line-height: 1.25;
  }
}
/* CODEx adaptive desktop header and navigation 2026-07-06 END */

/* CODEx homepage component refinements 2026-07-06 START */
body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product .awooc-custom-order,
body.home.page-id-1562 .gb-element-3d6d0eb3 .woocommerce ul.products li.product .button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-right: 6px !important;
  padding-left: 6px !important;
  font-size: 14px !important;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

body.home.page-id-1562 .codex-home-products__more a,
body.home.page-id-1562 .codex-home-news__more a,
body.home.page-id-1562 .codex-home-seo__cta {
  font-weight: 400 !important;
}

@media (min-width: 901px) {
  body.home.page-id-1562 .codex-home-service__media figure,
  body.home.page-id-1562 .codex-home-seo__media {
    position: sticky;
    top: 179px;
    align-self: start;
  }

  body.admin-bar.home.page-id-1562 .codex-home-service__media figure,
  body.admin-bar.home.page-id-1562 .codex-home-seo__media {
    top: 211px;
  }
}
/* CODEx homepage component refinements 2026-07-06 END */

/* CODEx header contact and product detail fixes 2026-07-06 START */
body .site-header .header-widget #custom_html-6 br {
  display: none;
}

body .site-header .header-widget #custom_html-6 .textwidget,
body .site-header .header-widget #custom_html-6 .custom-html-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  line-height: 1.25;
}

body .site-header .header-widget #custom_html-6 a {
  margin: 0;
  line-height: 1.25;
}

body.single-product .woocommerce-breadcrumb {
  display: block !important;
  font-size: 22px !important;
  line-height: 1.5;
}

body.single-product .woocommerce-breadcrumb a {
  display: inline;
  font-size: 22px !important;
  line-height: 1.5;
}

body.single-product .woocommerce-tabs,
body.single-product .woocommerce-tabs * {
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  body .site-header .header-widget #custom_html-6 .textwidget,
  body .site-header .header-widget #custom_html-6 .custom-html-widget {
    align-items: center;
  }
}
/* CODEx header contact and product detail fixes 2026-07-06 END */
