 .widget.widget_block,
 .woocommerce-widget-layered-nav,
 .widget_price_filter,
 .widget_rating_filter,
 .widget_product_categories {
     background: #ffffff !important;
     border-radius: 12px !important;
     padding: 16px 20px !important;
     margin-bottom: 16px !important;
 }

 .widget_block .widget-title,
 .widget_block h2.widget-title,
 .widget_block h3.widget-title,
 .widget_price_filter .widget-title,
 .widget_rating_filter .widget-title,
 .widget_product_categories .widget-title {
     font-size: 20px !important;
     font-weight: 600 !important;
     margin-bottom: 20px !important;
 }

 /* Remove border from last item inside card */
 .wc-block-product-categories-list-item:last-child {
     border-bottom: none !important;
 }

 /* Active category - red */
 .wc-block-product-categories-list-item.is-open>a {
     color: #cf2e2e !important;
     font-weight: 700 !important;
 }

 /* Count */
 .wc-block-product-categories-list-item-count {
     font-size: 14px;
     color: #7A7A7A;
 }

 /* Toggle arrow */
 .wc-block-product-categories-list-item .wc-toggle {
     cursor: pointer;
     user-select: none;
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAuNzUgMC43NUw2Ljc1IDYuNzVMMTIuNzUgMC43NSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4K);
     background-repeat: no-repeat;
     font-size: 0;
     text-indent: -9999px;
     width: 30px;
     height: 16px;
     background-position: center right;
     background-size: 14px 8px;
 }


 .wc-block-product-categories-list-item .wc-toggle.active {
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEyLjc1IDYuNzVMNi43NSAwLjc0OTk5OUwwLjc1IDYuNzUiIHN0cm9rZT0iI0UzMDAxNiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4K);
 }

 /* Subcategories inside card */
 .wc-block-product-categories-list--depth-1 {
     padding-left: 15px;
 }


 .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item>a {
     font-size: 14px;
 }

 .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item>a:hover {
     color: #cf2e2e;
 }

 /* Screen reader text hide */
 .wc-block-product-categories-list-item-count .screen-reader-text {
     position: absolute !important;
     width: 1px !important;
     height: 1px !important;
     overflow: hidden !important;
     clip: rect(0, 0, 0, 0) !important;
 }

 @media (max-width: 768px) {

     .widget.widget_block,
     .woocommerce-widget-layered-nav,
     .widget_price_filter,
     .widget_rating_filter,
     .widget_product_categories {
         padding: 14px 16px !important;
     }
 }

 .widget.widget_block {
     background: #ffffff !important;
     border-radius: 12px !important;
     padding: 16px 20px !important;
     margin-bottom: 16px !important;
 }

 .widget_block .widget-title {
     font-size: 16px !important;
     font-weight: 600 !important;
 }

 .wc-block-product-categories-list,
 .wc-block-product-categories-list--depth-0,
 .wc-block-product-categories-list--depth-1 {
     list-style: none;
     margin: 0;
     padding: 0;
 }


 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item {
     display: grid;
     grid-template-columns: 1fr auto auto;
     grid-template-rows: auto;
     align-items: center;
     border-bottom: 1px solid #D9D9D9;
     margin-bottom: 10px;
     padding-bottom: 10px;
     list-style: none;
 }

 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item:has(.wc-toggle.active)>a .wc-block-product-categories-list-item__name {
     color: var(--brand-color);
 }

 /* Last item no border */
 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item:last-child {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
 }

 .wc-block-product-categories {
     margin-bottom: 0 !important;
 }

 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>a {
     grid-column: 1;
     grid-row: 1;
     display: block;
     font-size: 15px;
     font-weight: 600;
     color: #000;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>a:hover {
     color: #E30016;
 }

 /* Active/open category - RED */
 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item.is-open>a {
     color: #cf2e2e !important;
     font-weight: 700 !important;
 }

 .wc-block-product-categories-list--depth-0>.wc-block-product-categories-list-item>.wc-block-product-categories-list-item-count {
     display: none;
 }

 /* Hide screen reader text */
 .wc-block-product-categories-list-item-count .screen-reader-text {
     display: none !important;
 }

 .wc-block-product-categories-list--depth-1 {
     grid-column: 1 / -1 !important;
     grid-row: 2 !important;
     padding-left: 15px;
     padding-top: 10px;
 }

 /* =============================================
                                   SUBCATEGORY ITEMS
                                   ============================================= */
 .wc-block-product-categories-list--depth-1>.wc-block-product-categories-list-item {
     display: flex;
     align-items: center;
     padding-bottom: 10px;
 }

 .wc-block-product-categories-list--depth-1>.wc-block-product-categories-list-item:last-child {
     padding-bottom: 0;
 }

 .wc-block-product-categories-list--depth-1>.wc-block-product-categories-list-item>a {
     flex: 1 !important;
 }

 .wc-block-product-categories-list--depth-1>.wc-block-product-categories-list-item>a:hover {
     color: #E30016;
 }

 .wc-block-product-categories-list--depth-1>.wc-block-product-categories-list-item>.wc-block-product-categories-list-item-count {
     font-size: 14px;
     color: #7A7A7A;
 }


 [data-name="contact_section_first_row"] .acf-input {
     overflow-x: scroll !important;
 }

 [data-name="contact_section_first_row"] .acf-table {
     display: block !important;
     min-width: 1600px !important;
 }

 /* MAIN WRAPPER SCROLL */
 [data-name="contact_section_first_row"]>.acf-input {
     overflow-x: auto !important;
 }

 /* FORCE TABLE WIDTH (VERY IMPORTANT) */
 [data-name="contact_section_first_row"] .acf-table {
     min-width: 1400px !important;
 }

 /* NESTED REPEATER FIX */
 [data-name="contact_section_first_row"] .acf-repeater.-table {
     width: max-content !important;
 }

 /* PREVENT COLUMN SHRINK */
 [data-name="contact_section_first_row"] .acf-table th,
 [data-name="contact_section_first_row"] .acf-table td {
     white-space: nowrap;
 }

 .accordion-item.border-b.active div .red {
     color: #e30016;
 }

 /* Make all input fields, textareas, and select boxes have a visible border */
 .wpcf7-form input:not([type="submit"]),
 .wpcf7-form textarea,
 .wpcf7-form select {
     border: 1px solid #ccc !important;
     /* fallback border */
     border-radius: 0.5rem;
     /* matches rounded-lg */
     padding: 0.5rem 0.75rem;
     /* matches px-3 py-2 */
     width: 100%;
     background-color: #fff;
     transition: border-color 0.2s;
 }

 /* Focus style for better UX */
 .wpcf7-form input:not([type="submit"]):focus,
 .wpcf7-form textarea:focus,
 .wpcf7-form select:focus {
     border-color: #000 !important;
     outline: none;
     box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
 }

 /* Submit button: pointer cursor & visible border */
 .wpcf7-form input[type="submit"],
 .wpcf7-form .cf7-submit {
     cursor: pointer !important;
     border: 1px solid #000 !important;
     /* ensures border is visible */
     background-color: #000 !important;
     color: #fff !important;
     border-radius: 9999px !important;
     /* rounded-full */
     padding: 0.75rem 1rem !important;
     font-weight: normal;
     transition: all 0.2s;
 }

 /* Hover effect for submit button */
 .wpcf7-form input[type="submit"]:hover,
 .wpcf7-form .cf7-submit:hover {
     background-color: #333 !important;
     border-color: #333 !important;
 }

 /* Required field error messages – show them clearly */
 .wpcf7-not-valid-tip {
     color: #dc2626 !important;
     /* red-600 */
     font-size: 0.875rem !important;
     margin-top: 0.25rem !important;
     display: block !important;
 }

 /* Highlight invalid input fields */
 .wpcf7-form .wpcf7-not-valid {
     border-color: #dc2626 !important;
     background-color: #fff5f5 !important;
 }

 /* Validation error container */
 .wpcf7-validation-errors {
     border: 2px solid #dc2626 !important;
     background: #fee2e2 !important;
     color: #b91c1c !important;
     padding: 0.75rem !important;
     margin-top: 1rem !important;
     border-radius: 0.5rem !important;
     text-align: center;
 }

 /* Success message (optional) */
 .wpcf7-mail-sent-ok {
     border: 2px solid #16a34a !important;
     background: #dcfce7 !important;
     color: #166534 !important;
     padding: 0.75rem !important;
     border-radius: 0.5rem !important;
 }

 header.entry-header {
     display: none;
 }

 .custom-dots li.slick-active button {
     background: #fff;
 }

 .wc-block-product-filter-price-slider__right input[type="text"] {
     font-size: 16px !important;
     font-weight: 600;
     color: #000;
     border: none !important;
     background: transparent !important;
     padding: 0 !important;
 }

 .wc-block-product-filter-price-slider__left input[type="text"] {
     font-size: 16px !important;
     font-weight: 600;
     color: #000;
     border: none !important;
     background: transparent !important;
     padding: 0 !important;
 }

 select {
     border: 1px solid #000000;
     padding: 6px 0px 8px 13px;
 }



 /* filters  */
 /* =============================================
       CARD WRAPPER
       ============================================= */
 .widget.widget_layered_nav,
 .woocommerce-widget-layered-nav {
     background: #ffffff;
     border-radius: 10px;
     padding: 20px;
     margin-bottom: 15px;
 }

 /* =============================================
       WIDGET TITLE
       ============================================= */

 .widget h3.widget-title {
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 /* Collapse arrow */
 .widget-title::after {
     content: "";
     --size: 14px;
     width: var(--size);
     height: var(--size);
     flex: 0 0 var(--size);
     margin-left: auto;
     transform: rotate(180deg);
     transition: .25s ease-in-out all;
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTEyLjc1IDYuNzVMNi43NSAwLjc0OTk5OUwwLjc1IDYuNzUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+Cg==);
     background-size: 14px 8px;
     background-repeat: no-repeat;
     background-position: right center;
     transform: rotate(0deg)
 }

 /* =============================================
       REMOVE DEFAULT LIST STYLES
       ============================================= */
 .woocommerce-widget-layered-nav-list {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: .625rem;
 }


 .woocommerce-widget-layered-nav-list__item {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: .625rem;
 }

 .woocommerce-widget-layered-nav-list__item::after,
 .woocommerce-widget-layered-nav-list__item::before {
     display: none !important;
 }

 .woocommerce-widget-layered-nav-list__item a {
     display: flex;
     align-items: center;
     gap: 10px;
     flex: 1;
     font-size: 14px;
     color: #000;
 }


 /* =============================================
       CUSTOM CHECKBOX - unchecked state
       ============================================= */
 .woocommerce-widget-layered-nav-list__item a::before {
     content: '';
     width: 20px;
     height: 20px;
     min-width: 20px;
     border: 1px solid #C0C0C0;
     border-radius: 4px;
     background: #ffffff;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     transition: all 0.2s ease;
 }

 /* Hover checkbox */
 .woocommerce-widget-layered-nav-list__item a:hover::before {
     border-color: #E30016;
 }

 .woocommerce-widget-layered-nav-list__item.chosen a::before {
     background-color: #E30016;
     border-color: #E30016;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAFpJREFUeAG1kFENACAIRIlgBCPY0AhGNIIREDe+GEzOzdvuz/cQiB7CzF06pY3QKHyypBVhLYxN/wfrMWa0z3WywuxJUt8+kCeBdnYkIw0HEgx2JDhsRCX7dgNbq+Cc9pXFKwAAAABJRU5ErkJggg==);
     background-repeat: no-repeat;
     background-position: center;
     background-size: 16px 12px;
     content: "" !important;
     margin: 0 !important;
     border: none;
 }

 /* =============================================
       COUNT - e.g. (9)
       ============================================= */
 .woocommerce-widget-layered-nav-list__item .count {
     font-size: 14px;
     color: #7A7A7A;
 }


 .widget_layered_nav {
     display: block !important;
 }


 .woocommerce ul.products {
     display: grid !important;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 24px;
     margin: 0 !important;
     padding: 0 !important;
 }

 .woocommerce ul.products::before,
 .woocommerce ul.products::after {
     display: none !important;
 }

 .woocommerce ul.products li.product {
     width: 100% !important;
     margin: 0 !important;
 }

 @media(max-width:1024px) {
     .woocommerce ul.products {
         grid-template-columns: repeat(3, minmax(0, 1fr));
     }
 }

 @media(max-width:768px) {
     .woocommerce ul.products {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }
 }

 @media(max-width:480px) {
     .woocommerce ul.products {
         grid-template-columns: repeat(1, minmax(0, 1fr));
     }
 }





 /* new filter range */
 /* ── Price Slider: Red Theme ── */

 /* Track background */
 .price_label {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: 500;
     font-size: .875rem;
     margin-bottom: .625rem;
 }

 .price_slider.ui-slider {
     background: #D9D9D9 !important;
     border: none !important;
     height: 3px !important;
     border-radius: 4px !important;
 }

 /* Selected range (between handles) */
 .price_slider .ui-slider-range {
     background: var(--brand-color) !important;
     border-radius: 4px !important;
 }

 /* Slider handles (the circles) */
 .price_slider .ui-slider-handle {
     width: 20px !important;
     height: 20px !important;
     border-radius: 50% !important;
     background: #fff !important;
     border: 5px solid var(--brand-color);
     top: -9px !important;
     cursor: pointer !important;
     box-shadow: none !important;
     outline: none !important;
 }

 .price_slider .ui-slider-handle:hover,
 .price_slider .ui-slider-handle:focus {
     box-shadow: 0 0 0 3px rgba(224, 22, 43, 0.2) !important;
 }

 /* Filter button */
 .woocommerce .widget_price_filter .price_slider_amount {
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
 }

 .woocommerce .widget_price_filter .price_slider_amount .button {
     order: 2;
 }

 .price_slider_amount .button {
     background: transparent !important;
     color: #333 !important;
     border: 1px solid #ccc !important;
     border-radius: 4px !important;
     padding: 6px 16px !important;
     font-size: 14px !important;
     cursor: pointer !important;
 }

 .price_slider_amount .button:hover {
     background: #e0162b !important;
     color: #fff !important;
     border-color: #e0162b !important;
 }

 /* Price label text */
 .price_slider_wrapper {
     padding-top: 10px;
 }

 .price_slider_amount .price_label {
     font-size: 0;
     display: block;
     line-height: 1.25;
 }

 .price_slider_amount .price_label span {
     font-size: 14px;
 }

 .price_slider_amount .price_label span.from {
     float: left;
 }

 /* Widget title */
 .widget_price_filter .widgettitle {
     font-size: 15px !important;
     font-weight: 600 !important;
     margin-bottom: 12px !important;
 }

 /* Active thumbnail highlight */
 .thumb.active {
     border: 1px solid #000000 !important;
     opacity: 1 !important;
 }

 /* Non-active thumbnails */
 .thumb {
     opacity: 0.6;
     border: 2px solid transparent !important;
     transition: all 0.2s ease;
 }

 /* .thumb:hover {
     opacity: 1;
     border: 2px solid #e0162b !important;
 } */

 .blog-card .blog-description {
     line-height: 1.5;
 }

 .woocommerce-Price-amount {
     font-weight: 600
 }

 .product-discount-included {
     font-size: 12px;
     color: #7A7A7A;
     display: block
 }

 .product-discount {
     background-color: #FFEEEF;
     border-radius: 4px;
     padding: 5px 8px 5px 5px;
     gap: 6px;
 }

 h3.wp-block-heading {
     font-size: 1.25rem;
     line-height: 1.75rem;
     font-weight: 600;
 }

 @media (max-width: 1023px) {
     .shop-mobile-filter-btn {
         display: inline-flex;
     }

     .shop-filter-overlay {
         position: fixed;
         inset: 0;
         background: rgba(0, 0, 0, 0.5);
         z-index: 9998;
         display: none;
     }

     .shop-filter-overlay.is-active {
         display: block;
     }

     .shop-filter-sidebar {
         position: fixed;
         top: 0;
         left: 0;
         width: 280px;
         max-width: 85vw;
         height: 100vh;
         z-index: 9999;
         transform: translateX(-100%);
         transition: transform 0.3s ease;
         background-color: #fff;
     }

     .shop-filter-sidebar.is-active {
         transform: translateX(0);
     }

     .shop-filter-sidebar>div {
         height: 100%;
         overflow-y: auto;
         border-radius: 0;
     }

     .shop-filter-close {
         display: flex;
     }

     .shop-products-top {
         flex-direction: column;
         align-items: flex-start;
         gap: 12px;
     }

     .woocommerce-ordering,
     .woocommerce-ordering select {
         width: 100%;
     }

     body.shop-filter-open {
         overflow: hidden;
     }
 }

 @media (min-width: 1024px) {

     .shop-mobile-filter-btn,
     .shop-filter-overlay,
     .shop-filter-close {
         display: none !important;
     }
 }

 .category-description-content h2,
 .category-description-content h3,
 .category-description-content h4 {
     color: #000;
     font-weight: 600;
     margin-top: 30px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 .category-description-content ul {
     padding-left: 20px;
 }

 .category-description-content ul li {
     list-style: disc;
 }

 .category-description-content strong {
     color: #000;
 }

 input[type="checkbox"] {
     accent-color: red;
 }

 .woocommerce .woocommerce-ordering select {
     padding: 0px 0px 0px 12px;
     border-radius: 5px;
 }

 .custom-shop-top {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 11px 0;
     border-top: 1px solid #D9D9D9;
     border-bottom: 1px solid #D9D9D9;
     margin-bottom: 30px;
     gap: 20px;
     flex-wrap: wrap;
 }

 /* Left text */
 .shop-result-count {
     font-size: 15px;
     color: #555;
 }

 .woocommerce .woocommerce-result-count {
     margin: 0 !important;
 }

 /* Right section */
 .shop-sort-wrapper {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .shop-sort-wrapper label {
     font-size: 15px;
     color: #666;
     margin: 0;
     white-space: nowrap;
 }

 /* WooCommerce select */
 .shop-sort-wrapper .woocommerce-ordering {
     margin: 0;
 }

 .woocommerce .woocommerce-ordering select.orderby {
     border: 1px solid #C0C0C0 !important;
 }

 .shop-sort-wrapper .orderby {
     height: 36px;
     min-width: 240px;
     padding: 0 40px 0 14px;
     border: 1px solid #C0C0C0;
     border-radius: 5px;
     background: #fff;
     font-size: 15px;
     color: #666;
     cursor: pointer;
     outline: none;
     box-shadow: none;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAEdJREFUeAF9ylENACAIRVE2CxiBaDbRBmYygRGoYAN9bvKDjLfdD9hJRCQoo0H/GE207tHQRtVB8mJ9Wuwii3uELA6RrnjoAGUkEnULjZxuAAAAAElFTkSuQmCC);
     background-repeat: no-repeat;
     background-position: right 12px center;
     background-size: 10px 6px;
 }

 /* Focus */
 .shop-sort-wrapper .orderby:focus {
     border-color: #999;
 }

 /* Mobile */
 @media(max-width:768px) {

     .custom-shop-top {
         flex-direction: column;
         align-items: flex-start;
     }

     .shop-sort-wrapper {
         width: 100%;
     }

     .shop-sort-wrapper .orderby {
         width: 100%;
         min-width: 100%;
     }
 }

 input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7-btn {
     margin-bottom: 15px !important;
 }

 .table-bordered {
     width: 100%;
 }

 .table-bordered td {
     border-bottom: 1px solid #D9D9D9;
     padding: 10px 0;
     padding-right: 20px;
 }

 .table-bordered td:last-child {
     padding-right: 0;
     font-weight: 600;
 }

 .table-bordered tr:last-child td {
     border-bottom: none;
     padding-bottom: 0;
 }

 .accordion-wrap .accordion-item {
     padding: 30px;
     background-color: #fff;
     border-radius: .625rem;
     margin-bottom: 2.5rem;
 }

 .accordion-wrap .accordion-item:last-child {
     margin-bottom: 0;
 }

 .cf7-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 14px 20px;
 }

 .cf7-grid p {
     margin-bottom: 1rem;
 }

 .cf7-grid label {
     font-size: 14px;
     color: #333;
     display: block;
     margin-bottom: .5rem;
 }

 .cf7-grid label~br {
     display: none;
 }

 .cf7-grid .align-top {
     align-self: start;
     padding-top: 10px;
 }

 .cf7-input {
     width: 100%;
     height: 40px;
     border: 1px solid #ddd;
     padding: 6px 10px;
     font-size: 13px;
     outline: none;
     border-radius: 4px;
 }

 .cf7-input:focus {
     border-color: #000;
 }

 .cf7-textarea {
     width: 100%;
     height: 120px;
     border: 1px solid #ddd;
     padding: 8px 10px;
     font-size: 13px;
     resize: none;
 }

 .cf7-btn {
     justify-self: end;
     background: #000;
     color: #fff;
     padding: 8px 20px;
     font-size: 12px;
     border: none;
     cursor: pointer;
 }

 .cf7-btn:hover {
     background: #222;
 }

 .close-btn {
     position: absolute;
     top: -20px;
     right: -20px;
     width: 40px;
     height: 40px;
     background: #000;
     color: #fff;
     font-size: 14px;
     line-height: 1;
     text-align: center;
     border-radius: 50%;
     cursor: pointer;
     border: none;
 }

 .close-btn:hover {
     background: #222;
 }


 input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7-btn {
     border-radius: 2rem !important;
     padding: .625rem 2rem !important;
     font-size: 1rem;
 }

 .cms-wrapper .content {
     line-height: 1.7;
     color: #7A7A7A;
     font-size: 14px;
 }

 .cms-wrapper .content p {
     margin-bottom: 8px;
 }

 .cms-wrapper .content h1,
 .cms-wrapper .content h2,
 .cms-wrapper .content h3,
 .cms-wrapper .content h4,
 .cms-wrapper .content h5,
 .cms-wrapper .content h6 {
     margin-bottom: 14px;
     margin-top: 20px;
     font-weight: 600;
     line-height: 1.3;
 }

 .cms-wrapper .content ul,
 .cms-wrapper .content ol {
     margin-left: 20px;
     margin-bottom: 8px;
     font-size: 14px;
 }

 .cms-wrapper .content ul li {
     list-style: disc;
     margin-bottom: 8px;
     font-size: 14px;
 }

 .cms-wrapper .content ol li {
     list-style: decimal;
     margin-bottom: 8px;
 }

 .cms-wrapper .content a {
     color: #000;
     text-decoration: underline;
 }

 .cms-wrapper .content strong {
     font-weight: 700;
 }

 .cms-wrapper .content img {
     border-radius: 12px;
     margin-top: 15px;
     margin-bottom: 15px;
     max-width: 100%;
     height: auto;
 }

 .cms-wrapper .content table {
     width: 100%;
     font-size: 15px;
 }

 .cms-wrapper .content table td {
     border-bottom: 1px solid #D9D9D9;
     padding: 10px 0;
     padding-right: 20px;
 }

 .cms-wrapper .content table tr:first-child td {
     padding-top: 0;
 }

 .cms-wrapper .content table td:last-child {
     padding-right: 0;
     font-weight: 600;
     width: 70%;
     color: #000;
 }

 .cms-wrapper .content table tr:last-child td {
     border-bottom: none;
     padding-bottom: 0;
 }

 .cms-wrapper .content table thead tr td {
     padding-bottom: .5rem;
 }

 @media (max-width:767px) {
     .cf7-grid {
         grid-template-columns: 1fr;
         gap: 6px 20px;
     }

     .wpcf7-form-control-wrap {
         margin-bottom: 1rem;
     }
 }

 .flex-control-thumbs img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     background-color: #ffffff;
     border-radius: 10px;
     border: 1px solid #D9D9D9;
     transition: all 0.3s ease;
     max-width: 90px;
     max-height: 90px;
 }

 #mainImage {
     background-color: #ffffff;
 }

 .product-gallery {
     display: flex;
     gap: 20px;
 }

 @media (max-width:1024px) {
     .product-gallery {
         flex-direction: column;
     }
 }

.product-card-head > a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.product-info-docs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.product-info-energy-label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.product-info-energy-label__svg {
    width: 72px;
    height: auto;
    display: block;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .08));
}

.product-info-energy-label__rating {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-anchor: middle;
    dominant-baseline: middle;
}

.product-info-energy-label__scale {
    fill: #111827;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-anchor: middle;
}

.product-info-docs__link {
    color: #009949;
    text-decoration: inherit;
    font-weight: 600;
}

.product-info-docs__link:hover {
    text-decoration: underline;
}

.cms-wrapper .product-attributes-table,
.cms-wrapper .table--details {
    display: none !important;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) {
    width: 100% !important;
    max-width: 920px !important;
    margin: 18px 0 28px !important;
    border: 1px solid #dadee0;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    font-size: 14px !important;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) tr:nth-child(odd) {
    background: #fafafa;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) tr:hover {
    background: #fff5f5;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) td,
.cms-wrapper .accordion-item .content > table:not(.table--details) th {
    padding: 12px 16px !important;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.45;
    vertical-align: top;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) tr:last-child td,
.cms-wrapper .accordion-item .content > table:not(.table--details) tr:last-child th {
    border-bottom: 0;
}

.cms-wrapper .accordion-item .content > table:not(.table--details) td:first-child,
.cms-wrapper .accordion-item .content > table:not(.table--details) th:first-child {
    width: 55% !important;
    color: #4b5563;
    font-weight: 600;
    background: rgba(0, 0, 0, .02);
}

.cms-wrapper .accordion-item .content > table:not(.table--details) td:last-child,
.cms-wrapper .accordion-item .content > table:not(.table--details) th:last-child {
    color: #111827;
    font-weight: 600;
}

.product-content-section .content {
    color: #1f2937;
}

.product-downloads-list {
    display: grid;
    gap: 12px;
    max-width: 720px;
}

.product-download-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-download-link:hover {
    border-color: #e30016;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    transform: translateY(-1px);
}

.product-download-link__action {
    flex: 0 0 auto;
    color: #e30016;
    font-size: 14px;
}

.product-videos-grid {
    display: grid;
    gap: 18px;
    max-width: 920px;
}

.product-video-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.product-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.product-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

@media (max-width: 767px) {
    .cms-wrapper .accordion-item .content {
        overflow-x: visible;
    }

    .product-download-link {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) {
        display: block;
        min-width: 0 !important;
        width: 100% !important;
        margin: 14px 0 22px !important;
        font-size: 13px !important;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) tbody,
    .cms-wrapper .accordion-item .content > table:not(.table--details) tr,
    .cms-wrapper .accordion-item .content > table:not(.table--details) td,
    .cms-wrapper .accordion-item .content > table:not(.table--details) th {
        display: block;
        width: 100% !important;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) tr {
        padding: 10px 12px;
        border-bottom: 1px solid #e6e6e6;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) tr:last-child {
        border-bottom: 0;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) td,
    .cms-wrapper .accordion-item .content > table:not(.table--details) th {
        padding: 2px 0 !important;
        border-bottom: 0;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) td:first-child,
    .cms-wrapper .accordion-item .content > table:not(.table--details) th:first-child {
        background: transparent;
        color: #6b7280;
        font-size: 12px;
        line-height: 1.35;
    }

    .cms-wrapper .accordion-item .content > table:not(.table--details) td:last-child,
    .cms-wrapper .accordion-item .content > table:not(.table--details) th:last-child {
        margin-top: 4px;
        color: #111827;
        font-size: 14px;
        line-height: 1.35;
    }
}

.product-card-head > a img {
    display: block;
    background-color: #ffffff;
}

/* Layout stability fixes */
.hero-slider {
    --hero-banner-height: clamp(390px, 34.722vw, 680px);
    min-height: var(--hero-banner-height);
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-slider {
        --hero-banner-height: clamp(260px, 65vw, 390px);
    }
}

.hero-slider:not(.slick-initialized) {
    display: block !important;
}

.hero-slider:not(.slick-initialized) .hero-slider-item {
    display: none;
}

.hero-slider:not(.slick-initialized) .hero-slider-item:first-child,
.hero-slider.slick-initialized .hero-slider-item {
    display: block;
}

.hero-slider-item > div,
.hero-slider-img,
.hero-slider-img picture,
.hero-slider-img img {
    min-height: var(--hero-banner-height);
    height: var(--hero-banner-height);
}

.hero-slider-img picture,
.hero-slider-img img {
    display: block;
    width: 100%;
}

.hero-slider-img img {
    object-fit: cover !important;
    object-position: center center;
}

.main-search__field button[type="submit"] {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1280px) {
    .header-nav {
        padding: .875rem 0;
    }

    .header-nav-wrapper {
        overflow: visible;
    }

    .main-nav__list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }

    .main-nav__item {
        flex: 1;
        border-bottom: 0;
        padding: 0;
    }

    .main-nav__link {
        justify-content: center;
        flex-direction: row;
        text-align: center;
        font-size: .9375rem;
        line-height: 1.2;
        padding: 0 .625rem;
    }
}
