/*
Theme Name: Yukco
Template: elect4u
*/

/* Import Poppins Font */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;900&display=swap");

/* Color Variables */
:root {
    --color-primary: #bfe8f6;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-accent: #97bdca;
}

@import url("icon.css?v=4");

.vc_row,
.wpb_row,
.vc_row-fluid,
.vc_column_container,
.wpb_column,
.vc_column-inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* WooCommerce Full Width */
.woocommerce,
.woocommerce-page,
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering,
.products,
.product,
.cart-collaterals,
.checkout {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Page and Site Wrappers */
#page-wrapper,
.site-wrapper,
.page-wrapper,
.content-area,
#primary {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

h1 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

h2 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

ul {
    margin-bottom: 20px;
}

.header-logos {
    display: inline-block;
}

.header-logos-2 {
    display: inline-block;
}

.contact-block {
    display: inline-block;
}

.header-search {
    vertical-align: middle;
}

.header-left {
    width: 22%;
    float: none;
    display: inline-block;
}

.header-middle {
    display: inline-block;
}

.header-right.contact-non {
    padding: 0px;
}

.mega-menu ul li a {
    padding: 20px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.mega-menu ul li:first-child a {
    padding-left: 0px;
}

.wpb_column ul,
.wpb_column ol {
    padding-left: 20px;
}

.page-title {
    text-align: left;
    padding: 15px 0px;
}

.header-fix.sticky-menu {
    position: relative;
}

.tmpmela_product_nav_buttons {
    display: none;
}

.woocommerce ul.products li.product .product-name,
.entry-title a {
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.entry-content-date {
    display: none;
}

.woocommerce div.product .product_title {
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* grid start */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.section:before,
.section:after {
    content: "";
    display: table;
}

.section:after {
    clear: both;
}

.section {
    zoom: 1;
    /* For IE 6/7 */
    width: 100%;
    max-width: 100%;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col:first-child {
    margin-left: 0;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 48.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 65.66%;
}

.span_1_of_3 {
    width: 31.33%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.25%;
}

.span_2_of_4 {
    width: 48.5%;
}

.span_1_of_4 {
    width: 22.75%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.4%;
}

.span_3_of_5 {
    width: 58.8%;
}

.span_2_of_5 {
    width: 38.2%;
}

.span_1_of_5 {
    width: 17.6%;
}

/*  GRID OF SIX  */
.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 82.83%;
}

.span_4_of_6 {
    width: 65.66%;
}

.span_3_of_6 {
    width: 48.5%;
}

.span_2_of_6 {
    width: 31.33%;
}

.span_1_of_6 {
    width: 14.16%;
}

/* Columns with No margin, Mega Menu Columns*/
.col_2 {
    width: 50%;
}

.col_3 {
    width: 33.3333%;
}

.col_4 {
    width: 25%;
}

.col_5 {
    width: 20%;
}

.col_6 {
    width: 16.6666%;
}

/* new */
.header-top {
    background: var(--color-white);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 18px 0;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    float: none;
    border-bottom: 1px solid var(--color-primary);
    box-sizing: border-box;
}

.header-bar {
    background: var(--color-primary);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    -webkit-transition: background-color 0.8s ease;
    -moz-transition: background-color 0.8s ease;
    -ms-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.page-template-home .site-header {
    height: 0px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.page-template-home .header-section {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.headerLogo {
    text-align: center;
    padding-bottom: 0px;
    transition: all 0.3s ease;
}

.headerMenu {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: center;
}

.headerMenu ul {
    list-style: none;
    margin: 0 !important;
    display: inline-block;
}

.headerMenu ul li {
    position: relative;
    float: left;
    padding: 0px;
    line-height: 1.5em;
}

.headerMenu ul li a {
    width: max-content;
    text-shadow: none;
    color: var(--color-black);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    display: block;
    padding: 4px 15px 0px 15px;
    z-index: 6;
    position: relative;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
}

.footer-top {
    clear: both;
    overflow: auto;
    margin: 0;
    background: var(--color-black);
    font-size: 14px;
    color: var(--color-white);
    padding: 50px 20px;
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.footer-top a {
    color: var(--color-white);
    line-height: 28px;
}

.site-footer {
    background-color: var(--color-primary);
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.footer-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll;
    padding: 80px 20px;
    text-align: center;
    background-position: 0% 70%;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/wp-content/themes/elect4u/images/footer-banner.jpg");
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.footer-banner h2 {
    color: var(--color-primary);
    font-weight: 900;
    font-size: 40px;
    padding-bottom: 20px;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

.footer-banner p {
    color: var(--color-white);
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.footer-bottom {
    background-color: var(--color-primary);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* header bar */
.search-nav {
    max-width: 100%;
    font-family: "Poppins", sans-serif;
}

.search-nav .search-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    height: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.search-nav .search-list li {
    height: 72px;
    display: flex;
    align-items: center;
}

.search-nav .search-list li.active a .icon.icon-caret-down:before {
    content: "\e905";
}

.search-nav .search-list li.active .dropdown-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-nav .search-list li.active .dropdown-container ul li a {
    opacity: 1;
    visibility: visible;
}

.search-nav .search-list li.disabled .dropdown-container {
    pointer-events: none;
}

.search-nav .search-list li+li {
    margin-left: 50px;
}

.search-nav .search-list li:last-child {
    margin-left: 30px;
}

.search-nav .search-list li a {
    color: var(--color-black);
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.search-nav .search-list li a .icon {
    margin-left: 10px;
    font-size: 22px;
    line-height: 12px;
    margin-top: -4px;
}

.search-nav .search-list li .input-search {
    display: flex;
    align-items: center;
    position: relative;
}

.search-nav .search-list li .input-search .input-group-append {
    position: absolute;
    right: 0px;
    display: flex;
    height: 100%;
    align-items: center;
}

.search-nav .search-list li .input-search .form-control {
    background: var(--color-white);
    border: none;
    border-radius: 30px;
    padding: 15px 50px 15px 35px;
    position: relative;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.search-nav .search-list li .input-search .form-control::placeholder {
    color: var(--color-black);
}

.dropdown-container {
    width: auto;
    padding: 25px 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-white);
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    top: calc(100% + 2px);
    left: auto;
    right: 0;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--color-accent);
    margin-top: 0;
}

.dropdown-container ul.dropdown {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-black);
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 15px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.dropdown-container ul.dropdown li {
    height: auto !important;
    position: relative !important;
    margin: 0 !important;
}

.dropdown-container ul.dropdown li+li {
    margin-left: 0 !important;
}

.dropdown-container ul.dropdown li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: none !important;
    flex-flow: column;
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: var(--color-white);
}

.dropdown-container ul.dropdown li a:hover {
    color: var(--color-accent);
    border-bottom: none !important;
    background: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(151, 189, 202, 0.2);
}

.dropdown-container ul.dropdown li a .lable-icon {
    background: linear-gradient(135deg,
            var(--color-primary) 0%,
            var(--color-accent) 100%);
    border: none;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(191, 232, 246, 0.3);
}

.dropdown-container ul.dropdown li a:hover .lable-icon {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(191, 232, 246, 0.5);
}

.dropdown-container ul.dropdown li a .lable-icon .label-wrap {
    background-color: var(--color-white);
    border: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.dropdown-container ul.dropdown li a .lable-icon .label-wrap div.icon-wrap img {
    max-width: 80%;
    filter: brightness(0.8);
}

.dropdown-container ul.dropdown li a span {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    max-width: 100%;
    transition: color 0.3s ease;
}

.dropdown-container ul.dropdown li a:hover span {
    color: var(--color-accent);
}

.dropdown-container img {
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 12px;
    width: 70px;
    height: 70px;
    padding: 12px;
    background: linear-gradient(135deg, #72b8e9 0%, #1e73be 100%);
    transition: all 0.3s ease;
    object-fit: contain;
}

.dropdown-container ul.dropdown li a:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(114, 184, 233, 0.5);
}

/* header bar end */
.pro-cat-img .vc_col-sm-4 .vc_column-inner {
    height: 350px;
    border: 1px solid #fff;
    position: relative;
}

.pro-cat-img .vc_col-sm-4 .vc_column-inner:hover .wpb_wrapper {
    background: #229aefde;
    height: 350px;
    width: 100%;
    cursor: pointer;
}

.pro-cat-img .vc_col-sm-4 .vc_column-inner h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-weight: bold;
    padding: 15px 0px;
    font-size: 20px;
    border-top: 1px solid #fff;
}

#secondary {
    width: 230px;
}

#secondary .widget_product_categories {
    border: 1px solid #72b8e9;
    margin-bottom: 30px;
}

#secondary .widget_product_categories .widget-title {
    background: #72b8e9;
    color: #fff !important;
    line-height: 1.5;
}

#secondary .widget-title::before {
    content: none;
}

li.cat-item a:hover {
    text-decoration: underline;
}

.related-products {
    background: #fff;
}

.related-products h2 {
    text-align: center !important;
    padding-top: 50px !important;
}

.shop-full-width #primary {
    padding: 50px 40px;
    border: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.archive #primary {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.archive #secondary {
    display: block;
}

.google-map {
    max-width: 350px;
    width: 100%;
}

.entry-content p {
    margin-bottom: 20px;
}

.my_table th {
    border: 1px solid var(--color-accent);
    background-color: var(--color-primary);
    text-align: center;
    padding: 8px 14px;
    text-align: left;
    font-weight: 500;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
}

.my_table td {
    padding: 8px 14px;
    border: var(--color-accent) 1px solid;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--color-black);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.my_table tr:hover td {
    background: var(--color-primary);
}

.my_table tr.current {
    background-color: var(--color-accent);
    color: var(--color-white);
}

.productBtn {
    font-size: 12px;
    padding: 8px 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: var(--color-white);
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.productBtn:hover {
    border-color: var(--color-black);
    background-color: var(--color-black);
    color: var(--color-white);
}

/* Start My Code */

.my-size-box {
    width: 50px;
    /* 长方形的宽度 */
    height: 20px;
    /* 长方形的高度 */
    border: 2px solid var(--color-black);
    /* 灰色边框 */
    border-radius: 10px;
    /* 圆角 */
    display: flex;
    /* 使用flexbox布局 */
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    font-size: 14px;
    /* 字体大小 */
    color: var(--color-black);
    /* 字体颜色 */
    margin: 10px;
    /* 外边距 */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* 基础表格样式 */
.Jeff-table {
    width: 50%;
    border-collapse: collapse;
    /* 保持表格边框合并 */
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: none;
    /* 表格本身去除边框 */
}

/* 表头样式 */
.Jeff-table th {
    text-align: left;
    /* 默认左对齐 */
    padding-left: 20px;
    /* 为表头单元格添加左边距 */
    font-size: 18px;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    color: var(--color-black);
}

/* 表格行样式 */
.Jeff-table tr {
    text-align: left;
    border: none;
    /* 行内去除边框 */
    font-family: "Poppins", sans-serif;
    color: var(--color-black);
}

/* 为第一个列的单元格添加左边距 */
.Jeff-table td:first-child,
.Jeff-table th:first-child {
    padding-left: 20px;
}

/* 去除单元格之间的边框 */
.Jeff-table td,
.Jeff-table th {
    border: none;
    font-family: "Poppins", sans-serif;
}

.my-highlight {
    font-weight: 900;
    background-color: var(--color-primary);
    font-size: 20px;
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
}

.my-color-options {
    margin-top: 20px;
}

.my-label {
    font-size: 18px;
    font-weight: 900;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
}

.my-colors {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.my-color-option {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid var(--color-primary);
}

.my-color-option:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.my-color-option:focus {
    outline: 4px solid var(--color-primary);
    outline-offset: 1px;
}

.my-line {
    border-top: 2px solid var(--color-primary);
    margin: 10px 0;
}

/* End My Code */

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #bbb;
    font-size: initial;
}

.about-us-row {
    position: relative;
    z-index: -1;
}

.post-view {
    display: none !important;
}

.comments-link {
    display: none !important;
}

.mustang-gallery {
    display: none !important;
}

.vc_row.vc_custom_1669092213488 {
    background-position: bottom !important;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

.single-post .site-content {
    padding: 0px 40px;
}

.single .entry-main-header {
    text-align: center;
}

.single-post .main-content-inner #primary {
    border-right: 1px solid #ededed;
}

.main-content-inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.archive #primary {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 30px 20px;
    box-sizing: border-box;
}

.cat-item.current>a {
    color: var(--color-black);
    font-weight: 900;
    font-family: "Poppins", sans-serif;
}

.new-row h2 {
    color: var(--color-accent);
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.new-row p {
    line-height: 2;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.brand-row {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/wp-content/uploads/2022/11/background.jpg");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.brand-row p {
    line-height: 2;
    color: var(--color-white);
    font-size: 25px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.newsDetail h1 {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    font-weight: 900;
    color: var(--color-primary);
    font-family: "Poppins", sans-serif;
}

.newsDetail img {
    display: block;
    float: right;
    padding-left: 5%;
    width: 400px;
}

.blog-posts-content .post-date {
    display: none;
}

.post-description {
    display: none;
}

#blog-posts-products .post-content-outer {
    width: 60% !important;
    background: none;
    position: absolute;
    bottom: 10%;
    min-height: auto;
    padding: 20px 25px;
}

#blog-posts-products .post-content-outer a {
    color: var(--color-white);
    font-size: 20px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.page-template-blog-list #main-content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.blog-list-container {
    display: table;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.blog-list-container .item {
    width: 22%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 20px;
    height: 300px;
}

.blog-list-container .item h1 {
    color: var(--color-white);
    position: absolute;
    top: 30%;
    left: 10%;
    width: 70%;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
}

.blog-list-container .item img {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 60px;
}

.paging-navigation {
    text-align: left;
}

.recentNews {
    background: var(--color-primary);
    padding: 50px 0px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.recentNews p {
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.recentNews p span {
    color: var(--color-accent);
    font-weight: 900;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

.recentNews p a {
    float: right;
    background: #1e73be;
    color: #fff;
    padding: 10px 30px;
}

.noMarginRight {
    margin-right: 0px !important;
}

.page-id-8884 #main-content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.page-id-8884 .main-content-inner {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.productLeft {
    width: 40%;
    float: left;
}

.woocommerce .single-product-full #content .product div.images {
    width: 100%;
}

.product-detail-wrapper {
    padding-bottom: 0px;
}

.colorList .dot:hover {
    cursor: pointer;
}

.colorList2 {
    padding-top: 10px;
}

.colorList2 .dot {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin-right: 3px;
}

@media (max-width: 1024px) {
    .productLeft {
        width: 100%;
        float: none;
    }

    .new-row p {
        font-size: 16px;
    }

    .brand-row p {
        font-size: 20px;
    }

    .new-row h2 {
        font-size: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .page-template-home .header-section {
        position: absolute;
    }

    .page-template-home .site-header {
        height: 0px;
    }

    .header-bar {
        display: none;
    }

    .header-top {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }

    .banner-1 img {
        width: 50%;
    }
}

.dot.blue {
    background-color: blue;
}

.dot.pink {
    background-color: pink;
}

.dot.green {
    background-color: green;
}

.dot.red {
    background-color: red;
}

.dot.white {
    background-color: white;
}

.dot.yellow {
    background-color: yellow;
}

.dot.orange {
    background-color: orange;
}

.dot.purple {
    background-color: purple;
}

.dot.black {
    background-color: black;
}

.dot.brown {
    background-color: brown;
}

.dot.lime {
    background-color: lime;
}

.dot.grey {
    background-color: grey;
}

.product-categories .expandable-hitarea:before,
.product-categories .collapsable-hitarea:before {
    font-size: 14px;
}

.product-categories .expandable-hitarea:before {
    content: "\f067";
}

.product-categories .collapsable-hitarea:before {
    content: "\f068";
}

ul.toggle-block {
    margin-bottom: 0px;
}

.product-categories ul.toggle-block {
    margin-left: 10px;
}

.colorListNew {
    display: flex;
    margin: 20px 0px;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.colorListNew .colorBlock {
    padding-right: 15px;
    text-align: center;
}

.colorListNew .colorBlock:hover {
    cursor: pointer;
}

.colorListNew .colorBlock.current .dot {
    width: 40px;
    height: 40px;
}

#secondary .widget_product_categories {
    border: none;
    margin-bottom: 0px;
}

#secondary .widget_product_categories h3 {
    font-size: 14px;
    color: #002f6d;
    position: relative;
    background-image: url(images/right-arrow.png);
    background-position: 0px 5px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

#secondary .widget_product_categories h3.open {
    background-image: url(images/down-arrow.png);
}

#secondary .widget_product_categories .product-categories {
    padding: 0px 0px 0px 20px;
}

#secondary .widget_product_categories .product-categories .expandable>a {
    background-image: url(images/right-arrow.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

#secondary .widget_product_categories .product-categories .collapsable>a {
    background-image: url(images/down-arrow.png);
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

#secondary .widget_product_categories ul li {
    border: none;
}

#secondary .widget_product_categories ul li a {
    color: #002f6d;
    padding-left: 20px;
}

.primary-sidebar .widget ul li {
    padding: 5px 0;
}

.hitarea {
    top: 5px;
    color: #002f6d;
    display: none;
}

.catList {
    display: table;
    width: 100%;
}

.catBox {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
}

.catBox .contentBlock {
    padding: 30px;
}

.catBox .catImg {
    width: 100%;
    filter: brightness(30%);
}

.catBox .textBefore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
}

.catBox .textBefore img {
    width: 80px;
}

.catBox .textBefore h2 {
    color: #fff;
}

.catBox .textAfter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #229aefde;
    display: none;
}

.catBox .textAfter h2 {
    color: #fff;
}

.catBox .textAfter a {
    color: #fff;
}

.catBox .textAfter a:hover {
    text-decoration: underline !important;
}

.catBox .textAfter ul {
    list-style: disc !important;
}

.catBox .textAfter a.viewProductsBtn {
    border: solid 1px var(--color-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.catBox .textAfter a.viewProductsBtn:hover {
    background: var(--color-white);
    color: var(--color-accent);
    text-decoration: none !important;
}

.catBox:hover .textBefore {
    display: none;
}

.catBox:hover .textAfter {
    display: block;
}

@media (max-width: 1024px) {
    .catBox {
        width: 100%;
        margin-right: 0;
    }
}

.homeBanner img {
    height: 100vh !important;
    object-fit: cover;
    -o-object-fit: cover;
}

/* Sticky Header Styles */
.sticky-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Full width header - remove theme-container constraints */
.site-header .theme-container,
.header-main .theme-container,
.header-section .theme-container,
.header-top .theme-container,
.sticky-header .theme-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
}

.header-main,
.header-section {
    width: 100% !important;
    max-width: 100% !important;
}

.sticky-nav {
    position: relative;
}

.sticky-header-bar {
    background: var(--color-white) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    padding: 8px 0 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
    max-width: 100%;
}

.sticky-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 40px;
    box-sizing: border-box;
}

/* Left Navigation */
.header-nav-left {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-nav-left .headerMenu {
    text-align: left;
    font-family: "Poppins", sans-serif;
}

.header-nav-left .headerMenu ul {
    display: flex;
    margin: 0 !important;
    padding: 0;
}

.header-nav-left .headerMenu ul li {
    float: none;
}

.header-nav-left .headerMenu ul li a {
    font-size: 14px;
    color: var(--color-black) !important;
    text-shadow: none;
    font-weight: 500;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.header-nav-left .headerMenu ul li a:hover {
    -webkit-text-fill-color: unset !important;
}

/* Center Logo */
.header-logo-center {
    flex: 0 0 auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.header-logo-center img {
    max-height: 55px;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.header-logo-center img:hover {
    transform: scale(1.05);
}

/* Right Search Navigation */
.header-nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav-right .search-nav {
    max-width: 100%;
}

.header-nav-right .search-nav .search-list {
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0;
}

.header-nav-right .search-nav .search-list li {
    height: auto;
    margin: 0 5px;
}

.header-nav-right .search-nav .search-list li.dropdown-item a {
    padding: 10px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg,
            var(--color-primary) 0%,
            var(--color-accent) 100%);
    color: var(--color-black);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 52px;
    justify-content: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(191, 232, 246, 0.25);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.header-nav-right .search-nav .search-list li.dropdown-item a:hover {
    background: linear-gradient(135deg,
            var(--color-accent) 0%,
            var(--color-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(151, 189, 202, 0.35);
}

.header-nav-right .search-nav .search-list li.dropdown-item a .icon {
    font-size: 12px;
}

.header-nav-right .search-nav .search-list li.dropdown-item a i.icon-th-large {
    font-size: 18px;
}

.header-nav-right .search-nav .search-list li.search-item {
    margin-left: 10px;
}

.header-nav-right .search-nav .search-list li .input-search {
    margin: 0;
}

.header-nav-right .search-nav .search-list li .input-search .form-control {
    height: 44px;
    border-radius: 10px;
    border: 2px solid var(--color-primary);
    padding: 8px 18px;
    font-size: 14px;
    min-width: 220px;
    background: var(--color-white);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--color-black);
}

.header-nav-right .search-nav .search-list li .input-search .form-control:focus {
    border-color: var(--color-accent);
    background: var(--color-white);
    outline: none;
    box-shadow: 0 0 0 3px rgba(191, 232, 246, 0.1);
}

.header-nav-right .search-nav .search-list li .input-search .input-group-append {
    height: 44px;
}

.header-nav-right .search-nav .search-list li .input-search .input-group-text {
    height: 44px;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(135deg,
            var(--color-primary) 0%,
            var(--color-accent) 100%);
    color: var(--color-black);
    border: 2px solid var(--color-primary);
    border-left: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 16px;
    box-shadow: 0 2px 8px rgba(191, 232, 246, 0.25);
    font-family: "Poppins", sans-serif;
}

.header-nav-right .search-nav .search-list li .input-search .input-group-text:hover {
    box-shadow: 0 4px 12px rgba(151, 189, 202, 0.35);
}

/* Dropdown positioning for sticky header */
.header-nav-right .search-nav .search-list li.dropdown-item {
    position: relative;
}

.header-nav-right .search-nav .search-list li.dropdown-item .dropdown-container {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: auto;
    margin-top: 0;
    min-width: 600px;
}

/* Create seamless hover area */
.header-nav-right .search-nav .search-list li.dropdown-item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
    z-index: 99998;
}

/* Active dropdown state */
.header-nav-right .search-nav .search-list li.dropdown-item.active .dropdown-container,
.dropdown-container.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Rotate caret icon when dropdown is active */
.header-nav-right .search-nav .search-list li.dropdown-item.active a .icon-caret-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.header-nav-right .search-nav .search-list li.dropdown-item a .icon-caret-down {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Active button state */
.header-nav-right .search-nav .search-list li.dropdown-item.active>a {
    background: linear-gradient(135deg, #1e73be 0%, #1565a8 100%);
    box-shadow: 0 4px 12px rgba(30, 115, 190, 0.4);
}

/* Scrolled header state */
.sticky-header.scrolled {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.sticky-header.scrolled .sticky-header-bar {
    background: rgba(255, 255, 255, 1) !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid rgba(114, 184, 233, 0.15);
}

.sticky-header.scrolled .header-logo-center img {
    max-height: 48px;
}

/* Hover effect class for JavaScript */
.dropdown-container ul.dropdown li a.hover-effect {
    color: #1e73be;
    background: #e3f2fd;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(30, 115, 190, 0.2);
}

/* Adjust body padding to account for fixed header */
body {
    padding-top: 70px;
}

.page-template-home body {
    padding-top: 0;
}

/* ============================================
   RESPONSIVE HEADER - REDESIGNED
   ============================================ */

/* Hide parent theme mobile menu */
.mobile-menu,
.mobile-menu-inner,
.menu-toggle,
.navigation-bar .mobile-menu,
.navigation-bar {
    display: none !important;
    visibility: hidden !important;
}

/* Tablet Breakpoint - 1200px */
@media (max-width: 1200px) {
    .sticky-header-container {
        padding: 0 30px;
        width: 100%;
        max-width: 100%;
    }

    .site-header .theme-container,
    .header-main .theme-container,
    .header-section .theme-container,
    .header-top .theme-container,
    .sticky-header .theme-container {
        padding: 0 30px !important;
    }

    .header-nav-right .headerMenu ul li a {
        padding: 4px 10px;
        font-size: 13px;
    }

    .header-logo-center img {
        max-height: 45px;
    }

    body {
        padding-top: 60px;
    }
}

/* Tablet Small Breakpoint - 1024px */
@media (max-width: 1024px) {
    .sticky-header-container {
        padding: 0 20px;
    }

    .site-header .theme-container,
    .header-main .theme-container,
    .header-section .theme-container,
    .header-top .theme-container,
    .sticky-header .theme-container {
        padding: 0 20px !important;
    }

    /* Ensure sticky header container is flex on mobile */
    .sticky-header-container {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 10px 20px !important;
        box-sizing: border-box !important;
    }

    /* Logo on left */
    .header-logo-center {
        flex: 0 0 auto !important;
        order: 1 !important;
    }

    /* Keep header-nav-right visible for hamburger */
    .header-nav-right {
        display: flex !important;
        flex: 0 0 auto !important;
        order: 2 !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Hide desktop navigation menu items */
    .header-nav-right .headerMenu {
        display: none !important;
        visibility: hidden !important;
    }

    /* Restructure header for tablet/mobile */
    .sticky-header-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .header-logo-center {
        flex: 0 0 auto;
        order: 0;
    }

    .header-logo-center img {
        max-height: 40px;
    }

    .header-nav-right {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sticky-header-bar {
        padding: 10px 0 !important;
    }

    /* Mega menu adjustments for mobile */
    .mega-dropdown-container {
        display: none !important;
    }

    body {
        padding-top: 90px;
    }
}

/* Mobile Breakpoint - 768px */
@media (max-width: 768px) {
    .sticky-header-container {
        padding: 0 15px;
    }

    .site-header .theme-container,
    .header-main .theme-container,
    .header-section .theme-container,
    .header-top .theme-container,
    .sticky-header .theme-container {
        padding: 0 15px !important;
    }

    .header-logo-center img {
        max-height: 35px;
    }

    .sticky-header-bar {
        padding: 8px 0 !important;
    }

    body {
        padding-top: 80px;
    }
}

/* Small Mobile Breakpoint - 480px */
@media (max-width: 480px) {
    .sticky-header-container {
        padding: 0 12px;
    }

    .site-header .theme-container,
    .header-main .theme-container,
    .header-section .theme-container,
    .header-top .theme-container,
    .sticky-header .theme-container {
        padding: 0 12px !important;
    }

    .header-logo-center img {
        max-height: 30px;
    }

    .sticky-header-container {
        padding: 8px 15px !important;
    }

    .header-logo-center img {
        max-height: 35px !important;
    }
}

/* Modern Header Micro-interactions */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 2px 8px rgba(191, 232, 246, 0.25);
    }

    50% {
        box-shadow: 0 4px 16px rgba(191, 232, 246, 0.4);
    }
}

.sticky-header-bar {
    animation: fadeInDown 0.4s ease-out;
}

.header-nav-right .search-nav .search-list li.dropdown-item.active>a {
    font-family: "Poppins", sans-serif;
    animation: pulse 2s infinite;
}

/* Modern gradient text effect on hover */
.header-nav-left .headerMenu ul li a:hover {
    background: linear-gradient(135deg,
            var(--color-primary) 0%,
            var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Smooth icon rotation */
.header-nav-right .search-nav .search-list li.dropdown-item a i.icon-th-large {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-nav-right .search-nav .search-list li.dropdown-item:hover a i.icon-th-large {
    transform: scale(1.1) rotate(5deg);
}

/* Enhanced focus states for accessibility */
.header-nav-left .headerMenu ul li a:focus,
.header-nav-right .search-nav .search-list li.dropdown-item a:focus {
    outline: 3px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: 8px;
}

.header-nav-right .search-nav .search-list li .input-search .form-control:focus {
    transform: scale(1.02);
}

/* Smooth placeholder animation */
@keyframes placeholderShift {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.header-nav-right .search-nav .search-list li .input-search .form-control::placeholder {
    background: linear-gradient(90deg,
            var(--color-accent) 0%,
            var(--color-primary) 50%,
            var(--color-accent) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: placeholderShift 3s linear infinite;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* Logo subtle animation on page load */
@keyframes logoFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.header-logo-center {
    animation: logoFadeIn 0.6s ease-out;
}

/* Search button ripple effect */
@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.header-nav-right .search-nav .search-list li .input-search .input-group-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
}

.header-nav-right .search-nav .search-list li .input-search .input-group-text:active::before {
    animation: ripple 0.6s ease-out;
}

.header-nav-right .search-nav .search-list li .input-search .input-group-text .icon-search {
    background-color: unset;
    width: 18px;
    height: 18px;
}

/* ===================================
   Products Mega Menu Dropdown Styles
   Redesigned with Tabs UI
   =================================== */

/* Main menu item with mega dropdown */
.header-nav-right .headerMenu ul li.menu-item-has-mega {
    position: relative;
}

/* Extend hover area below menu item to create bridge to dropdown */
.header-nav-right .headerMenu ul li.menu-item-has-mega::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -20px;
    right: -20px;
    height: 30px;
    background: transparent;
    pointer-events: auto;
}

/* Products menu link with dropdown arrow */
.header-nav-right .headerMenu ul li.menu-item-has-mega>a.products-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Dropdown arrow SVG styling */
.header-nav-right .headerMenu ul li.menu-item-has-mega>a .dropdown-arrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.header-nav-right .headerMenu ul li.menu-item-has-mega:hover>a .dropdown-arrow,
.header-nav-right .headerMenu ul li.menu-item-has-mega.is-open>a .dropdown-arrow {
    transform: rotate(180deg);
}

/* Mega dropdown container - viewport-safe positioning */
.mega-dropdown-container {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    width: auto;
    max-width: 720px;
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99999;
    overflow: visible;
    pointer-events: none;
}

/* Invisible bridge to prevent dropdown from closing when moving mouse to it */
.mega-dropdown-container::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 35px;
    background: transparent;
}

/* Inner content wrapper to contain overflow */
.mega-dropdown-inner {
    overflow: hidden;
    border-radius: 16px;
}

.header-nav-right .headerMenu ul li.menu-item-has-mega:hover .mega-dropdown-container,
.mega-dropdown-container:hover,
.mega-dropdown-container.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Inner wrapper */
.mega-dropdown-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Tab Navigation */
.mega-tabs-nav {
    display: flex;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-tab-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    background: transparent;
    border: none;
    color: var(--color-black);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.mega-tab-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.mega-tab-link:hover {
    background: rgba(255, 255, 255, 0.15);
}

.mega-tab-link:hover svg {
    transform: scale(1.1);
}

.mega-tab-link.active {
    background: rgba(255, 255, 255, 0.25);
    color: var(--color-black);
}

.mega-tab-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--color-white);
    border-radius: 3px 3px 0 0;
}

/* Tab Content Area */
.mega-tabs-content {
    padding: 18px;
    background: var(--color-white);
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom scrollbar */
.mega-tabs-content::-webkit-scrollbar {
    width: 6px;
}

.mega-tabs-content::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}

.mega-tabs-content::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 3px;
}

.mega-tabs-content::-webkit-scrollbar-thumb:hover {
    background: var(--color-accent);
}

/* Tab Panels */
.mega-tab-panel {
    display: none;
    animation: fadeIn 0.3s ease-out;
}

.mega-tab-panel.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* View All Link in Tab Navigation */
.mega-view-all-link {
    flex: 0 0 auto !important;
    padding: 16px 20px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    gap: 6px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.mega-view-all-link:hover {
    background: rgba(255, 255, 255, 0.35) !important;
}

.mega-view-all-link svg {
    transition: transform 0.3s ease;
}

.mega-view-all-link:hover svg {
    transform: translateX(3px) !important;
}

/* Grid Layout for Categories and Brands */
.mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    width: 100%;
}

.mega-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 10px 10px;
    background: #f8fafc;
    border-radius: 8px;
    text-decoration: none;
    color: var(--color-black);
    transition: all 0.2s ease;
    border: 1px solid transparent;
    min-height: auto;
    overflow: visible;
}

.mega-grid-item:hover {
    background: var(--color-primary);
    border-color: var(--color-accent);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(191, 232, 246, 0.3);
}

/* Icon container */
.mega-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    border-radius: 10px;
    padding: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(191, 232, 246, 0.2);
}

.mega-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.mega-item-icon svg {
    width: 24px;
    height: 24px;
    stroke: white;
}

.mega-item-icon-placeholder {
    background: linear-gradient(135deg, #e0e0e0 0%, #bdbdbd 100%);
}

.mega-item-icon-placeholder svg {
    stroke: #666;
}

.mega-grid-item:hover .mega-item-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%);
}

.mega-grid-item:hover .mega-item-icon-placeholder {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
}

.mega-grid-item:hover .mega-item-icon-placeholder svg {
    stroke: white;
}

/* Text styling */
.mega-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    color: var(--color-black);
    text-align: center;
    transition: color 0.2s ease;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
}

.mega-grid-item:hover .mega-item-text {
    color: var(--color-accent);
}

/* Empty state */
.mega-empty-state {
    text-align: center;
    padding: 40px 20px;
}

.mega-empty-state p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #999;
}

/* Responsive adjustments */
@media (max-width: 1400px) and (min-width: 1025px) {
    .mega-dropdown-container {
        max-width: 620px;
    }

    .mega-grid {
        grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
        gap: 8px;
    }

    .mega-grid-item {
        padding: 10px 8px 8px;
    }

    .mega-item-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        margin-bottom: 6px;
        padding: 7px;
    }

    .mega-item-text {
        font-size: 10px;
    }

    .mega-tab-link {
        padding: 12px 14px;
        font-size: 12px;
    }

    .mega-tabs-content {
        padding: 14px;
        max-height: 300px;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
    .mega-dropdown-container {
        max-width: 520px;
    }

    .mega-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 6px;
    }

    .mega-grid-item {
        padding: 8px 6px 6px;
    }

    .mega-item-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
        margin-bottom: 5px;
        padding: 6px;
    }

    .mega-item-text {
        font-size: 9px;
    }

    .mega-tab-link {
        padding: 10px 12px;
        font-size: 11px;
        gap: 4px;
    }

    .mega-tab-link svg {
        width: 14px;
        height: 14px;
    }

    .mega-tabs-content {
        padding: 12px;
        max-height: 280px;
    }
}

/* Hide mega menu on mobile - use slide menu instead */
@media (max-width: 1024px) {
    .mega-dropdown-container {
        display: none !important;
    }

    .header-nav-right .headerMenu ul li.menu-item-has-mega>a .dropdown-arrow {
        display: none;
    }
}

/* ===================================
   Brand Logos Shortcode Styles
   Marquee enabled on all screen sizes
   =================================== */

.yukco-brand-logos-container {
    width: 100%;
    margin: 20px 0;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.yukco-brand-logos-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    width: max-content;
    padding: 0 30px;
    justify-content: flex-start;
    align-items: center;
    animation: marquee-scroll 20s linear infinite;
}

/* Reverse direction support */
.yukco-brand-logos-inner[data-direction="right"] {
    animation-name: marquee-scroll-right;
}

/* Pause on hover */
.yukco-brand-logos-container:hover .yukco-brand-logos-inner {
    animation-play-state: paused;
}

.yukco-brand-logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.yukco-brand-logo-item img {
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
    transition: all 0.3s ease;
}

.yukco-brand-logo-item:hover {
    transform: scale(1.1);
}

.yukco-brand-logo-item:hover img {
    filter: brightness(0) saturate(100%) opacity(0.7);
}

/* Marquee animations */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

@keyframes marquee-scroll-right {
    0% {
        transform: translateX(-33.333%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Tablet adjustments */
@media (max-width: 1024px) {
    .yukco-brand-logos-container {
        padding: 30px 0;
    }

    .yukco-brand-logos-inner {
        gap: 50px;
    }

    .yukco-brand-logo-item img {
        max-height: 60px;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .yukco-brand-logos-container {
        padding: 24px 0;
        margin: 16px 0;
    }

    .yukco-brand-logos-inner {
        gap: 40px;
        padding: 0 20px;
    }

    .yukco-brand-logo-item img {
        max-height: 45px;
        max-width: 100px;
    }

    .yukco-brand-logo-item:hover {
        transform: none;
    }
}

/* ===================================
   New Arrivals Shortcode Styles
   =================================== */

/* ========================================
   New Arrivals Section Styles
   ======================================== */
.yukco-new-arrivals-section {
    width: calc(100% - 120px);
    max-width: none;
    margin: 60px 60px;
    box-sizing: border-box;
    position: relative;
}

.yukco-new-arrivals-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.yukco-new-arrivals-header {
    margin-bottom: 0;
    position: relative;
}

.yukco-new-arrivals-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: black;
    font-size: 22.8px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: var(--color-black);
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.yukco-new-arrivals-title::after {
    content: "";
    position: absolute;
    width: 88.35px;
    height: 16.59px;
    right: 0;
    bottom: -3px;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #1e84af;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.yukco-new-arrivals-nav {
    display: flex;
    gap: 12px;
    align-items: center;
}

.yukco-new-arrivals-nav .yukco-nav-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #1e84af;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1e84af;
    padding: 0;
}

.yukco-new-arrivals-nav .yukco-nav-arrow:hover {
    background: #1e84af;
    color: #ffffff;
    transform: scale(1.05);
}

.yukco-new-arrivals-nav .yukco-nav-arrow:active {
    transform: scale(0.95);
}

.yukco-new-arrivals-nav .yukco-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #ccc;
    color: #ccc;
}

.yukco-new-arrivals-nav .yukco-nav-arrow:disabled:hover {
    background: transparent;
    transform: none;
}

.yukco-new-arrivals-nav .yukco-nav-arrow svg {
    width: 24px;
    height: 24px;
}

.yukco-new-arrivals-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yukco-new-arrivals-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: max-content;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
    padding: 10px 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-new-arrivals-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 11.4px;
    width: 232.75px;
    height: auto;
    min-height: 381.7px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-new-arrivals-item:hover {
    transform: translateY(-1px);
}

/* Product card link wrapper */
.yukco-product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.yukco-product-card-link:hover,
.yukco-product-card-link:focus,
.yukco-product-card-link:active {
    text-decoration: none;
    color: inherit;
}

.yukco-product-image {
    /* Rectangle 20 */

    width: 229.9px;
    height: 334.4px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: none;
    order: 0;
    flex-grow: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.yukco-product-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
    z-index: 1;
    border-radius: 10px;
}

.yukco-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.yukco-product-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.yukco-product-image:hover img {
    transform: scale(1.03);
}

.yukco-product-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    min-height: 35.9px;
    flex: none;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}

.yukco-product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 3.32px;
    width: 99.27px;
    height: 35.9px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.yukco-product-title {
    width: 152.48px;
    height: 17.1px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15.2px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #191919;
    margin: 0;
    padding: 0;
    flex: none;
    order: 0;
    flex-grow: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yukco-product-subtitle {
    width: 70px;
    height: 16px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11.4px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: #7f7f7f;
    margin: 0;
    padding: 0;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.yukco-arrow {
    display: inline-block;
    width: 15.2px;
    height: 1px;
    background: #797979;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: none;
    order: 1;
    flex-grow: 0;
}

.yukco-arrow::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 1.425px solid #797979;
    border-bottom: 1.425px solid #797979;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-new-arrivals-item:hover .yukco-arrow {
    background: var(--color-accent);
    transform: translateX(3px);
}

.yukco-new-arrivals-item:hover .yukco-arrow::after {
    border-right-color: var(--color-accent);
    border-bottom-color: var(--color-accent);
}

.yukco-new-arrivals-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* Mobile Design - New Arrivals */
@media (max-width: 768px) {
    .yukco-new-arrivals-section {
        width: 100%;
        margin: 32px 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .yukco-new-arrivals-header-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        gap: 0;
    }

    .yukco-new-arrivals-header {
        flex: 1;
    }

    .yukco-new-arrivals-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.04em;
    }

    .yukco-new-arrivals-title::after {
        width: 65px;
        height: 12px;
        bottom: -2px;
    }

    .yukco-new-arrivals-nav {
        gap: 8px;
        flex-shrink: 0;
    }

    .yukco-new-arrivals-nav .yukco-nav-arrow {
        width: 36px;
        height: 36px;
        border-width: 1.5px;
    }

    .yukco-new-arrivals-nav .yukco-nav-arrow svg {
        width: 18px;
        height: 18px;
    }

    .yukco-new-arrivals-scroll-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .yukco-new-arrivals-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .yukco-new-arrivals-container {
        gap: 16px;
        padding: 8px 0;
    }

    .yukco-new-arrivals-item {
        width: 160px;
        min-height: auto;
        gap: 8px;
    }

    .yukco-product-image {
        width: 160px;
        height: 220px;
        border-radius: 8px;
    }

    .yukco-product-info {
        margin-top: 6px;
        min-height: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .yukco-product-details {
        width: 100%;
        height: auto;
        gap: 2px;
        flex-direction: column;
        align-items: flex-start;
    }

    .yukco-product-title {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        height: auto;
    }

    .yukco-product-subtitle {
        font-size: 10px;
        line-height: 14px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .yukco-product-subtitle::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7038 5.75064C15.9821 5.47239 15.9821 5.02126 15.7038 4.74301L11.1695 0.208691C10.8912 -0.0695581 10.4401 -0.0695581 10.1619 0.208691C9.88362 0.486939 9.88362 0.938069 10.1619 1.21632L14.1924 5.24683L10.1619 9.27733C9.88362 9.55558 9.88362 10.0067 10.1619 10.285C10.4401 10.5632 10.8912 10.5632 11.1695 10.285L15.7038 5.75064ZM0 5.24683L0 5.95933L15.2 5.95933V5.24683V4.53433L0 4.53433L0 5.24683Z' fill='%23797979'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .yukco-product-arrow {
        display: none;
    }

    .yukco-new-arrivals-item:hover {
        transform: none;
    }

    .yukco-product-image:hover {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .yukco-product-image:hover img {
        transform: none;
    }
}

/* ========================================
   Professional's Favourite Section Styles
   ======================================== */
.yukco-professionals-favourite-section {
    width: calc(100% - 120px);
    max-width: none;
    margin: 60px 60px;
    box-sizing: border-box;
    position: relative;
}

.yukco-professionals-favourite-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.yukco-professionals-favourite-header {
    margin-bottom: 0;
    position: relative;
}

.yukco-professionals-favourite-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: black;
    font-size: 22.8px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: var(--color-black);
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.yukco-professionals-favourite-title::after {
    content: "";
    position: absolute;
    width: 88.35px;
    height: 16.59px;
    left: 155px;
    bottom: -3px;
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #97bdca;
    z-index: -1;
}

.yukco-professionals-favourite-nav {
    display: flex;
    gap: 12px;
    align-items: center;
}

.yukco-professionals-favourite-nav .yukco-nav-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #1e84af;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1e84af;
    padding: 0;
}

.yukco-professionals-favourite-nav .yukco-nav-arrow:hover {
    background: #1e84af;
    color: #ffffff;
    transform: scale(1.05);
}

.yukco-professionals-favourite-nav .yukco-nav-arrow:active {
    transform: scale(0.95);
}

.yukco-professionals-favourite-nav .yukco-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #ccc;
    color: #ccc;
}

.yukco-professionals-favourite-nav .yukco-nav-arrow:disabled:hover {
    background: transparent;
    transform: none;
}

.yukco-professionals-favourite-nav .yukco-nav-arrow svg {
    width: 24px;
    height: 24px;
}

.yukco-professionals-favourite-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yukco-professionals-favourite-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
    width: max-content;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
    padding: 10px 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-professionals-favourite-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 11.4px;
    width: 232.75px;
    height: auto;
    min-height: 381.7px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-professionals-favourite-item:hover {
    transform: translateY(-1px);
}

.yukco-professionals-favourite-item .yukco-product-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.yukco-professionals-favourite-item .yukco-product-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07));
    z-index: 1;
    border-radius: 10px;
}

.yukco-professionals-favourite-item .yukco-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.yukco-professionals-favourite-item .yukco-product-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.yukco-professionals-favourite-item .yukco-product-image:hover img {
    transform: scale(1.03);
}

.yukco-professionals-favourite-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--color-accent);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

/* Mobile Design - Professional's Favourite */
@media (max-width: 768px) {
    .yukco-professionals-favourite-section {
        width: 100%;
        margin: 32px 0;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .yukco-professionals-favourite-header-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        gap: 0;
    }

    .yukco-professionals-favourite-header {
        flex: 1;
    }

    .yukco-professionals-favourite-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.04em;
    }

    .yukco-professionals-favourite-title::after {
        width: 65px;
        height: 12px;
        left: auto;
        right: -15px;
        bottom: -2px;
    }

    .yukco-professionals-favourite-nav {
        gap: 8px;
        flex-shrink: 0;
    }

    .yukco-professionals-favourite-nav .yukco-nav-arrow {
        width: 36px;
        height: 36px;
        border-width: 1.5px;
    }

    .yukco-professionals-favourite-nav .yukco-nav-arrow svg {
        width: 18px;
        height: 18px;
    }

    .yukco-professionals-favourite-scroll-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .yukco-professionals-favourite-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .yukco-professionals-favourite-container {
        gap: 16px;
        padding: 8px 0;
    }

    .yukco-professionals-favourite-item {
        width: 160px;
        min-height: auto;
        gap: 8px;
    }

    .yukco-professionals-favourite-item .yukco-product-image {
        width: 160px;
        height: 220px;
        border-radius: 8px;
    }

    .yukco-professionals-favourite-item .yukco-product-info {
        margin-top: 6px;
        min-height: auto;
        width: 100%;
    }

    .yukco-professionals-favourite-item .yukco-product-details {
        width: 100%;
        height: auto;
        gap: 2px;
        flex-direction: column;
        align-items: flex-start;
    }

    .yukco-professionals-favourite-item .yukco-product-title {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
        height: auto;
    }

    .yukco-professionals-favourite-item .yukco-product-subtitle {
        font-size: 10px;
        line-height: 14px;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .yukco-professionals-favourite-item .yukco-product-subtitle::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7038 5.75064C15.9821 5.47239 15.9821 5.02126 15.7038 4.74301L11.1695 0.208691C10.8912 -0.0695581 10.4401 -0.0695581 10.1619 0.208691C9.88362 0.486939 9.88362 0.938069 10.1619 1.21632L14.1924 5.24683L10.1619 9.27733C9.88362 9.55558 9.88362 10.0067 10.1619 10.285C10.4401 10.5632 10.8912 10.5632 11.1695 10.285L15.7038 5.75064ZM0 5.24683L0 5.95933L15.2 5.95933V5.24683V4.53433L0 4.53433L0 5.24683Z' fill='%23797979'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .yukco-professionals-favourite-item .yukco-product-arrow {
        display: none;
    }

    .yukco-professionals-favourite-item:hover {
        transform: none;
    }

    .yukco-professionals-favourite-item .yukco-product-image:hover {
        transform: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .yukco-professionals-favourite-item .yukco-product-image:hover img {
        transform: none;
    }
}

/* ==========================================
   WHO WE ARE SECTION STYLES
   ========================================== */

.yukco-who-we-are {
    position: relative;
    margin: 60px auto;
    background: #ffffff;
}

.yukco-wwa-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    max-width: 1200px;
    gap: 40px;
}

/* Content Side */
.yukco-wwa-content {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}

.yukco-wwa-title-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.yukco-wwa-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22.8px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: var(--color-black);
    margin: 0;
    padding: 0;
    position: sticky;
    display: inline-block;
}

.yukco-wwa-title::after {
    content: "";
    position: absolute;
    width: 88.35px;
    height: 16.59px;
    right: -20px;
    bottom: -4px;
    transform: rotate(2deg);
    border-top-left-radius: 100%;
    border-bottom-right-radius: 100%;
    background: #97bdca;
    z-index: -1;
}

.yukco-wwa-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 2.5vw, 16px);
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #191818;
}

.yukco-wwa-text p {
    margin: 0 0 15px;
}

.yukco-wwa-text p:last-child {
    margin-bottom: 0;
}

/* Image Side */
.yukco-wwa-image-wrapper {
    flex: 1;
    min-width: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

/* Decorative Circles */
.yukco-wwa-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yukco-wwa-circle {
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
}

.yukco-wwa-circle-1 {
    width: clamp(150px, 40vw, 280px);
    height: clamp(150px, 40vw, 280px);
    border: 1px solid #efeceb;
}

.yukco-wwa-circle-2 {
    width: clamp(120px, 32vw, 230px);
    height: clamp(120px, 32vw, 230px);
    border: 1px solid #efeceb;
}

.yukco-wwa-circle-3 {
    width: clamp(100px, 26vw, 190px);
    height: clamp(100px, 26vw, 190px);
    border: 1px solid #efeceb;
}

/* Decorative Dots */
.yukco-wwa-dot {
    position: absolute;
    border-radius: 50%;
}

.yukco-wwa-dot-1 {
    width: clamp(10px, 2vw, 16px);
    height: clamp(10px, 2vw, 16px);
    background: #97bdca;
    top: 10%;
    right: 29%;
}

.yukco-wwa-dot-2 {
    width: clamp(4px, 1vw, 8px);
    height: clamp(4px, 1vw, 8px);
    background: #89807a;
    top: 11%;
    left: 28%;
}

.yukco-wwa-dot-3 {
    width: clamp(7px, 1.5vw, 12px);
    height: clamp(7px, 1.5vw, 12px);
    background: #97bdca;
    bottom: 8%;
    left: 26%;
}

.yukco-wwa-dot-4 {
    width: clamp(3px, 0.8vw, 7px);
    height: clamp(3px, 0.8vw, 7px);
    background: #89807a;
    bottom: 16%;
    right: 27%;
}

/* Main Image */
.yukco-wwa-image {
    position: relative;
    z-index: 2;
    width: clamp(150px, 40vw, 250px);
    height: clamp(150px, 40vw, 250px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.yukco-wwa-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Design - Who We Are */
@media (max-width: 768px) {
    .yukco-who-we-are {
        margin: 32px 0;
        padding: 0 16px;
    }

    .yukco-wwa-container {
        flex-direction: column;
        gap: 24px;
        text-align: left;
    }

    .yukco-wwa-content {
        max-width: 100%;
        min-width: 100%;
        order: 1;
    }

    .yukco-wwa-image-wrapper {
        min-width: 100%;
        min-height: 280px;
        order: 2;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .yukco-wwa-title-wrapper {
        margin-bottom: 16px;
    }

    .yukco-wwa-title {
        font-size: 18px;
        line-height: 22px;
    }

    .yukco-wwa-title::after {
        width: 65px;
        height: 12px;
        right: -15px;
        bottom: -3px;
    }

    .yukco-wwa-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .yukco-wwa-text p {
        margin: 0 0 12px;
    }

    .yukco-wwa-circles {
        transform: none;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .yukco-wwa-circle-1 {
        width: 220px;
        height: 220px;
        border: 1px solid #efeceb;
    }

    .yukco-wwa-circle-2 {
        width: 180px;
        height: 180px;
        border: 1px solid #efeceb;
    }

    .yukco-wwa-circle-3 {
        width: 140px;
        height: 140px;
        border: 1px solid #efeceb;
    }

    .yukco-wwa-image {
        width: 120px;
        height: 120px;
        border-radius: 8px;
        position: relative;
        z-index: 2;
    }

    .yukco-wwa-dot-1 {
        display: block;
        width: 12px;
        height: 12px;
        top: 8%;
        right: 25%;
    }

    .yukco-wwa-dot-2 {
        display: block;
        width: 6px;
        height: 6px;
        top: 10%;
        left: 25%;
    }

    .yukco-wwa-dot-3 {
        display: block;
        width: 10px;
        height: 10px;
        bottom: 6%;
        left: 22%;
    }

    .yukco-wwa-dot-4 {
        display: block;
        width: 5px;
        height: 5px;
        bottom: 14%;
        right: 24%;
    }
}

@media (min-width: 992px) {
    .yukco-wwa-container {
        gap: 60px;
    }

    .yukco-wwa-image-wrapper {
        min-height: 350px;
    }
}

/* ============================================================
   EMAIL SUBSCRIPTION MODULE
   ============================================================ */
.yukco-email-subscription {
    width: 100%;
    min-height: 168.57px;
    background: #BFE8F6;
    margin: 60px auto;
    padding: 50px 40px;
    box-sizing: border-box;
    border-radius: 8px;
}

.yukco-subscription-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.yukco-subscription-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;


    font-size: 22px;
    line-height: 19px;
    /* or 127% */
    text-align: center;
    letter-spacing: 0.03em;

    color: #FFFFFF;
    text-transform: uppercase;
}

.yukco-subscription-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 9px;
    /* or 109% */
    letter-spacing: 0.03em;

    color: #FFFFFF;
    margin: 0 auto;
}

.yukco-subscription-form {
    margin: 0;
}

.yukco-subscription-input-wrapper {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: max-content;
    gap: 15px;
    align-items: center;
}

.yukco-subscription-input-wrapper input[type="email"] {
    flex: 1;
    max-width: 500px;
    padding: 14px 50px 14px 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
}

.yukco-subscription-input-wrapper input[type="email"]:focus {
    border-color: #0073aa;
}

.yukco-subscription-input-wrapper input[type="email"]::placeholder {
    color: #999;
}

.yukco-subscription-button {
    position: absolute;
    right: 2px;
    background: #333;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.yukco-subscription-button:hover {
    background: #555;
}

.yukco-subscription-button:disabled {
    background: #999;
    cursor: not-allowed;
}

.yukco-subscription-message {
    margin-top: 12px;
    font-size: 14px;
    min-height: 20px;
}

.yukco-subscription-message.success {
    color: #28a745;
}

.yukco-subscription-message.error {
    color: #dc3545;
}

/* Mobile Design - Email Subscription */
@media (max-width: 768px) {
    .yukco-email-subscription {
        margin: 32px 16px;
        padding: 24px 16px;
        border-radius: 12px;
        width: calc(100% - 32px);
    }

    .yukco-subscription-content {
        gap: 16px;
    }

    .yukco-subscription-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    .yukco-subscription-subtitle {
        font-size: 13px;
        line-height: 18px;
        margin: 0 auto;
        text-align: center;
    }

    .yukco-subscription-form {
        margin-top: 8px;
    }

    .yukco-subscription-input-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .yukco-subscription-input-wrapper input[type="email"] {
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        font-size: 14px;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .yukco-subscription-button {
        position: relative;
        right: auto;
        width: 100%;
        padding: 14px 24px;
        font-size: 14px;
        border-radius: 8px;
        letter-spacing: 0.5px;
    }

    .yukco-subscription-message {
        text-align: center;
        font-size: 13px;
    }
}

.product-content-area {
    display: flex;
}

.page-title-inner>.breadcrumbs {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .product-content-area {
        flex-direction: column;
    }
}

.catBox .contentBlock ul+* {
    margin-top: 16px;
}

.woocommerce .single-product-full #content .product div.entry-summary {
    width: 100% !important;
}