@font-face {
    font-family: 'Lato';
    src: url('/wp-content/uploads/fonts/Optima%20nova%20LT%20Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.Heading,
h1, h2, h3, h4, h5, h6, span, a, div, p, b, strong, i, em {
    font-family: 'Lato', serif !important;
	font-weight: 400;
}

/* Product Page for variations*/
.shop-variations-wrapper-custom {
    padding-top: 15px;
}
.best-seller-button {
    margin: 0px auto;
    display: block!important;
    width: fit-content;
    margin-top: 20px;
}
/* .best-seller-button:after {
	    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: 1;
}  */
.shop-global-btn {
    display: block;
    background: #fff;
    color: #000;
    padding: 8px 30px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #fff;
    transition: 0.3s;
    margin-top: 17px;
    width: fit-content;
}
.shop-global-btn:hover {
    background: transparent;
    color: #fff;
}


/* Header */
.main-header.container-fluid.extra-width {
    padding: 0;
}
.custom-header-top {
    background: #000;
}
.custom-header-top .row {
    justify-content: space-between;
    align-items: center;
    width: 1360px;
    margin: 0px auto;
    padding: 5px 0px;
}
.contact-no a {
    color: #fff !important;
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}
#main_navigation a, #sns_header .user-menu .tongle::before, #sns_header .menu-sidebar .tongle::before, #sns_header .mini-search .tongle::before, #sns_header .mini-wishlist .tongle::before, #sns_header .mini-cart .tongle::before, .free-shipping a, .free-shipping p {
    color: #ffffff !important;
}
#sns_header .user-menu, #sns_header .menu-sidebar, #sns_header .mini-search, #sns_header .mini-wishlist, #sns_header .mini-cart {
    margin: 15px 0 15px 10px!important;
}
div#logo {
    text-align: center;
}
.inner.custom-header-right {
    text-align: right;
}
.custom-header a:hover {
	color: #fff!important;
}
#main_navigation span {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
	letter-spacing: 1px;
}

 /* ---------- LIGHTING COLLECTIONS SECTION ---------- */
.lighting-collections-section {
    padding: 40px 20px;
/*     background: #fff; */
    text-align: center;
}
.collections-container {
/*     max-width: 1200px; */
    margin: 0 auto;
}
.collections-main-heading {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #000;
    text-transform: capitalize;
}
.collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.collection-card {
    position: relative;
    border-radius: 0px; /* Square look like image */
    overflow: hidden;
}
.collection-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.1; /* Slightly vertical like the screenshot */
}
.collection-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.collection-card:hover img {
    transform: scale(1.05);
}
.collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgb(0 0 0 / 33%) 40%, transparent 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
.collection-content {
    width: 100%;
}
.collection-desc {
    color: rgb(255 255 255 / 84%);
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.collection-name {
    color: #fff;
    font-size: 36px;
    margin: 20px 0 30px;
    font-weight: 400;
}
/* Button with offset border like image */
.collections-btn-wrap {
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.collections-btn-wrap::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    z-index: 1;
}
.collections-global-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 11px 35px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #000;
    transition: 0.3s;
}
.collections-global-btn:hover {
    background: #fff;
    color: #000;
}

/* 24/07/26 */
.cfvsw-swatches-option .cfvsw-swatch-inner {
    width: 16px !important;
    height: 16px !important;
    border-radius: 0 !important;
}
.cfvsw-swatches-option {
    min-width: 18px !important;
    min-height: 18px !important;
    border-radius: 0 !important;
}

.cfvsw-swatches-container {
    gap: 8px !important;
}
.variation-item-link {
    height: 20px !important;
}
/* 27/07/26 */
.nova-custom-header-wrapper {
    margin-top: 85px;
}
#sns_header #sns_mainmenu ul.navbar-nav>li.menu-item>a {
    padding: 25px 0 25px 0 !important;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
    font-family: 'Ionicons' !important;
}
.select2-container {
    width: 100% !important;
}
.woocommerce .woocommerce-ordering {
    float: right;
    margin-right: 10px !important;
    width: 100%;
    max-width: 235px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
}
.slick-initialized .slick-slide {
    margin-right: 10px;
}

.footer-overlay-bg .container {
    width: 100% !important;
}
.woocommerce .woocommerce-MyAccount-navigation > ul li {
    list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    background: #fff;
    padding: 30px 24px 30px !important;
    border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation > ul li {
    padding: 8px 14px !important;
    font-size: 16px;
}
.page-id-11 .page-header {
    font-size: 28px !important;
    font-weight: 700 !important;
}
.woocommerce .woocommerce-MyAccount-navigation > ul li:hover {
    background: #000;
    border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation > ul li:hover a {
    transition: color 0s ease !important;
    color: #fff !important;
}
.wholesale_shop {
    position: absolute;
    top: 47% !important;
    right: 40px !important;
}
#back-to-top.show {
    opacity: 1;
    display: none !important;
}
.block-product-inner .item-inner {
    position: relative !important;
}


/* ----------------------------------------------- */

@media (max-width: 992px) {
    .collections-grid { grid-template-columns: repeat(3, 1fr); }
    .collections-main-heading { font-size: 30px; }
}
@media (max-width: 850px) {
    .collections-grid { grid-template-columns: repeat(2, 1fr); }
    .collections-main-heading { font-size: 30px; }
}
@media (max-width: 520px) {
    .collections-grid { grid-template-columns: 1fr; }
    .collection-name { font-size: 24px; }
}
/* ---------- HERO SLIDER ---------- */
.hero-slider { width: 100%; overflow: hidden; }
.slide-container { position: relative; width: 100%; height: auto; }
.slide-container img { width: 100%; height: auto; display: block; }
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(90deg, #ffffff78 6%, #0000001f);*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10%;
    box-sizing: border-box;
}
.slide-text { max-width: 700px; color: #fff; }
.slide-title {
    font-size: 62px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
    line-height: 72px;
}
.slide-description { font-size: 18px; line-height: 1.5; margin-bottom: 30px; opacity: 0.95; }
.slide-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #ffffff;
}
.slide-btn:hover {
    background: #ffffff45 !important;
    color: #ffffff !important;
    border-color: #fff;
}
/* .slide-btn::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    z-index: 1;
    pointer-events: none;
} */
/* .slide-btn:hover::after {
    border: 1px solid #fff;
} */
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    color: #fff; width: 44px; height: 44px;
    border-radius: 50%; transition: 0.3s;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px!important;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover { background: rgba(0,0,0,0.7); }
.hero-slider .swiper-pagination-bullet { background: #fff; opacity: 0.7; }
.hero-slider .swiper-pagination-bullet-active { background: #000; opacity: 1; }
@media (max-width: 992px) {
    .slide-overlay { padding: 0 7%; }
    .slide-title { font-size: 42px; margin-bottom: 15px; }
    .slide-description { font-size: 16px; margin-bottom: 25px; }
    .slide-btn { padding: 12px 28px; font-size: 13px; }
}
@media (max-width: 768px) {
    .slide-overlay { padding: 0 5%; align-items: center; text-align: center; justify-content: center; background: rgba(0,0,0,0.5); }
    .slide-title {
    font-size: 32px;
    line-height: 40px;
}
    .slide-description { font-size: 14px; line-height: 1.4; }
    .slide-btn { padding: 10px 24px; font-size: 12px; }
    .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next { display: none; }

}
.parent-swiper {
    position: relative;
/*     width: 1400px; */
    margin: 35px auto 0;
}

/* ---------- VIEW BY CATEGORY ---------- */
.view-by-category {
    padding: 40px 20px;
    /* background-color: #f7f5f4; */
    text-align: center;
}
.category-container { max-width: 100%; margin: 0 auto; }
.category-heading {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: 1.5px;
    color: #000;
}
.category-container p {
    font-size: 16px;
    color: #000;
    margin-bottom: 44px;
    line-height: 28px;
}


.category-grid {
    display: grid;
/*     flex-wrap: wrap; */
    justify-content: center;
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}
.category-card {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
/*     width: 200px; */
}
.category-card:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
.category-card a { text-decoration: none; display: block; color: #000; }
.category-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
	padding-top: 10px;
}
.category-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.4s ease; }
.category-card:hover .category-img img { transform: scale(1.05); }
.category-card h3 { font-size: 18px; font-weight: 700; margin: 18px 15px; text-align: center; letter-spacing: 0.5px; }
@media (max-width: 768px) {
    .category-heading { font-size: 28px; }
    .category-card { width: 180px; }
    .category-img { height: 180px; }
    .category-card h3 { font-size: 16px; margin: 14px 10px; }
}
@media (max-width: 480px) { .category-card { width: 160px; } .category-img { height: 160px; } }

/* ---------- BEST SELLERS (Slider) ---------- */

section.best-sellers-section {
    padding: 40px 20px;
/* 	background: #f9f9f5; */
}
.section-title {
    text-align: center;
    font-size: 42px;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.section_subheadline {
	text-align: center;
	    margin-bottom: 0;
}
.best-sellers-section p, .latest-products-section p {
    font-size: 18px;
    color: #000;
}
.sub-content.dropdownmenu.columns {
    width: 70% !important;
    margin: 0px auto !important;
    left: 0!important;
    right: 0!important;
    top: 136px !important;
}
#sns_header h4.megamenu-title a {
    color: #000 !important;
}
#main_navigation .sub-menu span {
    font-weight: 400;
}
.product-card { background: #fff; border: 1px solid #eee; text-align: center; }
.img-box { position: relative; }
.img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.badge {
    background: #e53935 !important;
    border-radius: 0 !important;
    display: block !important;
    z-index: 9;
    position: relative;
    width: fit-content;
    margin: 0px auto;
    font-weight: 300 !important;
    padding: 7px 30px !important;
}
.info-box h3 {
    font-size: 17px;
    margin: 10px;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.best-sellers-section span.woocommerce-Price-amount.amount bdi {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Optima Nova';
}
.best-sellers-section .price {
    display: block !important;
	font-weight: bold;
}
.best-sellers-section span.woocommerce-Price-amount.amount {
    text-align: left;
    width: 100%;
    display: block;
}
.labels-wrapper {
    display: flex;
    gap: 8px;
}
h5.custom_text {
    font-weight: 500;
    margin-top: 20px;
    background: #959595;
    color: #fff;
    width: max-content!important;
    line-height: 22px;
    padding: 1px 15px;
    border-radius: 4px;
    font-size: 11px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 !important;
}

.best-sellers-section h5.custom_text {
    margin-top: 0!important;
    text-align: center;
}

/* .rating { margin: 5px 0; } */
.grade { font-size: 12px; color: #666; margin: 5px 0 10px; }
.cart-btn {
    display: grid;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
	    text-align: center;
}
.product-card {
    background: #fff;
/*     box-shadow: 0px 0px 10px -4px #0000006e; */
}
.best-sellers-section .rating {
    display: none;
}

.cart-btn:hover { background: #000; color: #fff; }
.best-seller-btn-wrap { text-align: center; margin-top: 40px; }
.best-seller-btn { display: inline-block; padding: 12px 25px; border: 1px solid #000; color: #000; text-decoration: none; font-size: 14px; letter-spacing: 1px; transition: 0.3s ease; }
.best-seller-btn:hover { background: #000; color: #fff; }

/* ---------- LATEST PRODUCTS (Grid) ---------- */


.latest-products-section { padding: 40px 20px; background: #fff; }
.latest-products-container { max-width: 1200px; margin: 0 auto; }
.latest-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 65px 25px;
    margin-top: 40px;
}
.latest-product-card {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 0px 1px 0px #000000;
}
/* .latest-product-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); } */
.latest-img-box { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; }
.latest-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
/* .latest-product-card:hover .latest-img-box img { transform: scale(1.03); } */
.latest-info {
    padding: 18px 15px 20px;
    text-align: center;
/*     display: flex;
    flex-direction: column;
    justify-content: space-between; */
/*     height: 120px; */
}
.latest-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.latest-info h3 a { color: #000; text-decoration: none; }
.latest-price { font-size: 18px; font-weight: 700; color: #111; margin-bottom: 12px; }
.latest-cart-btn {
    display: inline-block;
    color: #000000;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 0;
    transition: 0.3s;
    border: 1px solid #000;
}
.latest-product-card:hover a.latest-cart-btn {
    background: #000;
    color: #fff;
}
.latest-cart-btn:hover { background: #fff; color: #000; }
.latest-view-all-wrap { text-align: center; margin-top: 50px; }
.latest-view-all-btn {
    padding: 0;
	text-transform: uppercase;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s;
    border-bottom: 2px solid #000;
}
.latest-view-all-btn:hover { /*background: #fff;*/ color: #000; }
@media (max-width: 1024px) { .latest-products-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; } }
@media (max-width: 768px) { .latest-products-grid { gap: 20px; } .section-title { font-size: 28px; } }
@media (max-width: 480px) { .latest-products-grid { grid-template-columns: 1fr; } }

/* ---------- TESTIMONIALS (MATCHING IMAGE 1) ---------- */
.testimonials-section { 
    position: relative;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.testimonials-overlay {
    padding: 100px 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
90deg, black, transparent);
}
.testimonials-container { 
    max-width: 1400px; 
    margin: 0 auto; 
    position: relative;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 50px;
}
.testimonials-left-panel {
    flex: 0 0 350px;
    color: #fff;
}
.testimonials-content-wrapper {
    width: 650px;
    padding-left: 100px;
}
.testimonials-heading {
    font-size: 46px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
    letter-spacing: 1px;
}
.testimonial-quote-icon {
/*     font-size: 80px; */
    line-height: 1;
    font-family: Georgia, serif;
    color: #fff;
    margin-top: 15px;
/*     margin-bottom: -10px; */
}
.testimonial-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    left: 0px;
}
.testimonials-section .test-prev, .testimonials-section .test-next {
    position: static;
    width: 45px;
    height: 45px;
    outline: 4px solid hsl(0deg 0% 100% / 30%);
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
}
.testimonials-section .test-prev:hover,
.testimonials-section .test-next:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.testimonials-section .test-prev::after,
.testimonials-section .test-next::after {
    display: none; 
}
.testimonials-slider-panel {
    flex: 1;
    min-width: 300px;
}
.testimonial-content-box {
    color: #fff;
    padding-right: 40px;
}
.testimonial-content-box p { 
    font-size: 16px; 
    line-height: 1.7; 
    color: rgba(255, 255, 255, 0.85); 
    margin-bottom: 25px; 
    font-style: italic; 
    font-weight: 300;
	letter-spacing: 0.5px;
}
.testimonial-stars { 
    color: #fff; 
    font-size: 20px; 
    letter-spacing: 4px; 
    margin-bottom: 12px; 
}
.testimonial-author { 
    font-weight: 600; 
    font-size: 18px; 
    color: #fff; 
    letter-spacing: 0.5px;
}
.testimonial-static-rating {
    position: absolute;
    bottom: -40px;
    right: 0;
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    z-index: 10;
}
.testimonial-static-rating .rating-number {
    font-size: 34px;
    font-weight: 700;
}
.testimonial-static-rating .rating-stars {
    color: #fff; 
    font-size: 22px;
    letter-spacing: 2px;
}
.testimonial-static-rating .rating-count {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: -5px;
}
@media (max-width: 992px) {
.testimonial-static-rating {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    align-self: flex-start;
    width: fit-content;
}
}
@media (max-width: 768px) {
	.product-card {
    margin: 0px 0px!important;
}
	.best-sellers-section .swiper-slide {
    margin: 0 5px!important;
}
    .testimonials-container { flex-direction: column; gap: 30px; }
    .testimonials-left-panel { flex: 1 1 auto; }
    .testimonial-nav-wrap { flex-direction: row; }
    .testimonial-text { font-size: 16px; }
}


/* ---------- DISCOVER SECTION (MATCHING IMAGE 2) ---------- */
.discover-section {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.discover-overlay {
    width: 100%;
}
.discover-container { 
    max-width: 1200px; 
    margin: 0 auto; 
}
.discover-content {
    max-width: 550px; 
    text-align: left; 
}
.discover-heading {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 25px;
    color: #ffffff;
    font-family: 'poppins';
    letter-spacing: 1px;
}
.discover-text {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}
.discover-btn-wrap {
    display: inline-block;
    position: relative;
}
.discover-btn-wrap::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 1;
    pointer-events: none;
}
.discover-btn { 
    display: inline-block; 
    padding: 14px 40px; 
    background: #fff; 
    color: #000; 
    text-decoration: none; 
    font-weight: 700; 
    font-size: 14px; 
    letter-spacing: 1px;
    border: 1px solid #fff;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.discover-btn:hover { 
    background: #000; 
    color: #fff; 
    border-color: #000;
}
@media (max-width: 768px) {
    .discover-overlay { padding: 80px 20px; }
    .discover-heading { font-size: 42px; }
    .discover-text { font-size: 15px; }
}
@media (max-width: 480px) {
    .discover-heading { font-size: 28px; }
    .discover-content { text-align: center; margin: 0 auto; }
}





  /* ---------- MAIN SITE FOOTER STYLING ---------- */

/*footer top new*/
.footer-quality {
    /* background: #fff; */
    padding: 0px 0 40px;
}
#footer-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-top div {
    width: 18%;
    color: #000;
    line-height: 22px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #b7b7b7;
}
#footer-top div:last-child {
    border-right: 0px solid #b7b7b7;
}
#footer-top h6 {
    font-size: 22px;
    font-style: italic;
    width: fit-content;
    margin: 15px auto 10px;
    padding-bottom: 10px;
    position: relative;
}
#footer-top h6:after {
    content: '';
    background: #9b9b9b;
    width: 78%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
}
#footer-top .item p {
    font-size: 16px;
}


.main-site-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #959595;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.footer-overlay-bg {
    background: #171717;
    padding: 40px 0 30px 0;
    width: 100%;
}
.footer-top-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
/* 	width: 1280px; */
	margin: 0px auto;
}
.footer-col {
    flex: 1;
    min-width: 200px;
}
.brand-info-col {
       padding-right: 100px;
}
/* Logo */
.footer-logo-text {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #fff;
    margin: 0 0 15px 0;
}
.footer-logo-text span {
    font-size: 11px;
    vertical-align: middle;
    margin: 0 4px;
    opacity: 0.7;
}
.footer-divider-line {
    width: 75px;
    height: 2px;
    background: rgb(255 255 255 / 58%);
    margin-bottom: 40px;
    margin-top: 35px;
}
.footer-about-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    font-weight: 300;
}
/* Socials */
.footer-social-wrapper .social-heading {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #fff;
    letter-spacing: 1px;
}
.social-icons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.social-icons {
    display: flex;
    gap: 18px;
    align-items: center;
}
.social-icons a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #ffffff;
}

/* Links Columns */
.footer-col-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 25px 0;
    letter-spacing: .5px;
}
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links-list li {
    margin-bottom: 5px;
}
.footer-links-list li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.2s ease;
}
.footer-links-list li a:hover {
    color: #ffffff;
}

/* Support Column With Icons */
.support-item-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.support-icon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    padding: 12px;
}
.support-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.supp-label {
    font-size: 16px;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 2px;
}
.supp-value {
    color: #ffffffcf;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.email-link {
    text-decoration: underline;
    opacity: 0.9;
}
a.supp-value:hover {
    color: #ffff;
}
/* Bottom Policy Section */
.footer-bottom-area {
    margin-top: 40px;
    text-align: center;
}
.footer-bottom-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 25px;
}
.footer-policy-links {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-policy-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.2s;
}
.footer-policy-links li a:hover {
    color: #ffffff;
}
.footer-copyright-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

/* Responsive Handling */
@media (max-width: 992px) {
    .footer-top-row {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    .brand-info-col {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .footer-top-row {
        grid-template-columns: 1fr;
    }
    .footer-overlay-bg {
        padding: 50px 0 20px 0;
    }
    .footer-policy-links {
        gap: 15px 20px;
    }
}







.product-image-wrapper {
    position: relative;
    display: block;
}

.product-image-wrapper img {
    width: 100%;
    display: block;
    transition: 0.3s ease;
}

/* hover image hidden by default */
.product-image-wrapper .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* ONLY when second image exists */
.product-image-wrapper.has-hover:hover .hover-img {
    opacity: 1;
}

.product-image-wrapper.has-hover:hover .default-img {
    opacity: 0;
}

@media only screen and (max-width: 1460px) {
.category-container {
    max-width: 95%;
    margin: 0 auto;
}
}


@media only screen and (max-width: 1400px) {
.custom-header-top .row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    padding: 5px 20px;
}
.supp-value {
    word-break: break-word;
}
	.footer-top-row {
    width: 100%;
    padding: 0px 20px;
}
	.category-card {
    width: 220px;
}
	.testimonials-overlay {
    padding: 100px 100px;
}
}

@media only screen and (max-width: 1100px) {
.img-box img {
    height: 220px;
}
	.container.extra-width {
    width: 95%;
}
	.social-icons {
    gap: 10px;
}
	.footer-top-row {
    gap: 10px;
}
	.latest-products-grid {
    gap: 25px;
}
	#sns_mainmenu ul.navbar-nav {
    text-align: center;
}
	.visible-lg {
    display: unset!important;
}
}

@media only screen and (max-width: 1024px) {
	.visible-lg {
    	display: none!important;
	}
}

@media only screen and (max-width: 992px) {
	.testimonials-content-wrapper {
    width: 100%;
    padding-left: 50px;
}
	.testimonial-nav-wrap {
    top: 50%;
    transform: translateY(-50%);
}
	#footer-top {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
	#footer-top div {
    width: 30%;
		border-right: 0;
}
}
@media only screen and (max-width: 768px) {
.category-card {
    width: 220px;
}
	.testimonials-content-wrapper {
    padding-left: 0;
}
.testimonial-nav-wrap {
    position: relative;
    left: 0;
    top: 20px;
}
	.testimonials-overlay {
    padding: 100px 20px;
}
	.testimonials-heading {
    font-size: 28px;
}
	.testimonial-content-box p {
		margin-bottom: 0px;
	}
	.testimonial-quote-icon {
    margin-bottom: 20px;
}
	.footer-policy-links {
    gap: 10px;
}
}

@media only screen and (max-width: 520px) {
.slide-title {
    line-height: 40px;
}	
	.slide-container img {
    height: 400px;
}
	.category-card {
    width: 45%;
}
	.latest-products-grid {
    grid-template-columns: repeat(1, 1fr);
}
}


/*OUR STORY*/

.img-block img {
    /*height: 750px!important;*/
    object-fit: contain;
}
.about-wrapper .vc_box_border_grey:before {
    background: #0000008f !important;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.about-wrapper .vc_box_border_grey {
    position: relative;
}
.latest-info h5.custom_text {
    display: none;
}

/*Single Product CSS*/

.main-product-sec {
   display: flex;
   justify-content: space-between;
   margin-bottom: 70px;
   }
   .single-product-container {
   width: 60%;
   padding: 0px 15px;
   }
   .product-summary {
   width: 40%;
   padding: 0px 15px 0px 15px;
   }
   .woocommerce .price {
   display: inline-block;
   font-size: 15px !important;
   font-weight: 500;
   margin-bottom: 0px;
   color: #959595 !important;
   }
   .woocommerce .price .amount, .woocommerce .price .amount .woocommerce-Price-currencySymbol {
        font-weight: 500;
    }
   .woocommerce .quantity .qty {
   font-size: 1.7142em;    
   margin-bottom: 15px;
   }
   .custom-product-template .single_add_to_cart_button {
   width: 100%;
   text-align: center;
   margin-bottom: 15px;
   }
   /* Features Section */
/*    .product-features-points {
   border-bottom: 2px solid #ddd;
   border-top: 2px solid #ddd;
   padding: 15px;
   margin-top: 10px;
   background: #f9f9f9;
   } */
   .features-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   cursor: pointer;
   font-weight: bold;
   /*border-bottom: 1px solid #ddd;
   padding-bottom: 10px;*/
   }
   .toggle-icon {
   font-size: 18px;
   font-weight: bold;
   color: #000;
   }
/*    .features-content {
   display: block;
   padding-top: 10px;
   } */
   .features-content ul {
   list-style-type: disc;
   padding-left: 20px;
   }
   .hidden-feature {
   display: none;
   }
   .more-features {
   display: block;
   /*margin-top: 10px;*/
   font-weight: bold;
   text-decoration: underline;
   cursor: pointer;
   color: blue;
   }
   
   /*div#lumens {
   display: none;
   }*/
   
   .myimgdivshowhide {
    display: none;
    }
   
   tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_features {
   display: none;
   }
   /* Hide "Contract Grade" inside .product-price */
   .product-price .custom_text {
   display: none;
   }
   /* Hide "IN PRODUCTION" and estimated delivery message */
   .custom-product-template .add-to-cart .stock.in-production,
   .custom-product-template .add-to-cart .product-est-date {
   display: none;
   }
   /*specsheet design*/
   .custom-product-template .specsheet {
   cursor: pointer;
   }
   .custom-product-template  span.close.hidebtn_image {
   top: -15px;
   }
   .custom-product-template .brand {
   font-size: 13px;
   }
   /*price set for review reason */
  .product-price.price-review p {
    text-align: left;
    width: 100%;
} 
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0px 4px 0 0;
    float: left;
}


.custom-product-template   a.single_add_to_cart_button.button.contact-trade {
    background-color: #0693e3;
}
.custom-product-template   a.single_add_to_cart_button.button.contact-trade:hover {
    background-color: #33aaf0;
}

/* mobile */
   @media (max-width: 768px) {
   .main-product-sec {
   display: block;
   }
   .single-product-container, .product-summary {
   width: 100%;
   padding: 0px; 
   }
   .cust-head {
   font-size: 24px;
   }
   
   }


/* Your existing CSS styles - keeping them the same */
.product-gallery-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.product-main-image {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.product-main-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    cursor: zoom-in;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.zoom-icon svg {
    width: 16px;
    height: 16px;
}
.zoom-icon:hover {
    opacity: 1;
}

.main-prev,
.main-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    z-index: 10;
    line-height: 0px;
}

.main-prev { left: 10px; }
.main-next { right: 10px; }

.thumbnails-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-top: 20px;
}

.product-thumbnails {
    display: flex;
    gap: 15px;
    width: 84%;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
}
.product-thumbnails::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    width: 130px;
    height: 160px;
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.thumbnail-item img {
    width: 100%;
    object-fit: contain;
    margin: 5px;
}
.thumbnail-item img:hover, .thumbnail-item img.active {
    border: 2px solid #0085ba;
}

.gallery-prev, .gallery-next, .main-next, .main-prev {
    background-color: rgb(0 0 0 / 0%);
    color: #1C1C1C;
    cursor: pointer;
    padding: 6px 9px;
    font-size: 18px;
    z-index: 10;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #1C1C1C;
    border-radius: 30px;
}

.gallery-prev {
    margin-right: 10px;
    left: -20px;
}
.gallery-next { margin-left: 10px;     right: -20px; }

.thumbnail-item.active img {
    border: 2px solid #000000;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    z-index: 1010;
    display: flex;
    align-items: center;
}

.lightbox-prev { left: 30px; }
.lightbox-next { right: 30px; }

.close-lightbox {
    position: absolute;
    top: 47px;
    right: 30px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

button.gallery-next, 
button.gallery-prev {
    position: absolute;
}

.thumbnails-container {
    justify-content: space-between;
}

.product-thumbnails {
    width: 96%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .lightbox-prev {
        left: 7px;
    }
    .lightbox-next {
        right: 7px;
    }
    .lightbox {
        height: 62%;  
    }
    .thumbnail-item {
        width: 104px;
        height: 126px;
    }
}

.custom-mto-buttons .custom-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-mto-buttons .black-btn {
    background-color: #000;
    color: #fff;
}

.custom-mto-buttons .black-btn:hover {
    background-color: #333;
}

.custom-mto-buttons .blue-btn {
    background-color: #0693e3 !important;
    color: #fff;
}

.custom-mto-buttons .blue-btn:hover {
    background-color: #33aaf0 !important;
}

 .quote-request-button {
    display: inline-block;
    padding: 6px 10px;
    border: 2px solid #555;
    background-color: #fff;
    color: #555;
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.login-required-message {
    display: none;
}
.star-rating {
            font-size: 18px;
            color: #FFD700; /* Gold Color */
            position: relative;
            display: inline-block;
         }
         .star-rating span {
            position: absolute;
            top: 0;
            left: 0;
            white-space: nowrap;
            overflow: hidden;
            color: #FFD700;
         }

.login-required-message {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  margin: 100px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.login-required-message p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.login-required-message a {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.login-required-message a:hover {
  text-decoration: underline;
}

.back-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.back-buttons button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.back-buttons button:hover {
  background-color: #333;
}
 #spec_outer .woocommerce-product-rating {
            display: none;
            }
            .test-review1, .test-review1 + .star-rating1 {
            display: inline-block;
            vertical-align: middle;
            margin-right: 8px !important;
            }
            #spec_outer {
            display: none;
            }


.specsheet-outofstock {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 2px 9px;
    font-size: 14px;
    font-weight: 500;
   /* border-radius: 4px;*/
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.specsheet-outofstock:hover {
    background-color: #000;
}

.specsheet-outofstock a {
    color: #fff;
    text-decoration: none;
}

/* Scrollable features container */
/* #featuresContent {
    max-height: 200px !important;
    overflow-y: auto !important;
    transition: max-height 0.5s ease-in-out !important;
    padding-right: 10px !important;
} */

/* Optional: Style list */
#featureList {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

/* .product-features-points {
border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
 */
.features-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-icon {
    display: none;
}
    .product-slider {
      max-width: 1200px;
      margin: 0 auto;
    }

    .product-card {
      text-align: left;
      padding: 10px;
      /* background-color: white; */
      border-radius: 5px;
      margin: 0 0px;
      position: relative;
    }

    .product-card img {
      width: 100%;
      padding: 0px;
      margin-left: auto;
      margin-right: auto;
      cursor: pointer;
      height: 450px;
      object-fit: cover;
    }

    .product-card img:hover {
      background: #e5e5e5;
    }

    .rotate-left {
      transform: rotate(180deg);
    }


    .slick-prev.slick-arrow, 
.slick-next.slick-arrow {
    z-index: 9999 !important; 
}

.slick-next:before, .slick-prev:before{
display:none;
}

    /* .product-card .badge {
      position: absolute;
      background-color: #e84545 !important;
      color: white;
      padding: 8px 15px;
      border-radius: 5px;
      font-size: 12px;
      top: 20px;
      font-weight: 400;
    } */




.product-card .badge {
    position: static;
    display: inline-block;
    background-color: #e84545 !important;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px auto 8px;
}

    .slick-prev,
    .slick-next {
      width: 38px;
      height: 40px;
    }

  .product-card h3 {
    font-size: 16px;
    margin: 5px 0 5px;
    font-weight: 500;
    text-align: left;
    height: 46px;
}

.product-card .price {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
   .product-card h5.custom_text {
    display: none;
}

    .star-rating {
      margin: 5px 0;
      display: inline-block;
    }
   
    @media(max-width:768px) {
      .slick-prev {
        left: -5px;
        z-index: 1;
      }

      .slick-next {
        right: -5px;
      }

      .slick-next:before,
      .slick-prev:before {
        display: none;
      }
    }
.read-more-wrapper {
    text-align: center;
    margin-top: 25px;
}

.read-more-button,
.read-less-button {
    background-color: #222;         /* Dark background */
    color: #fff;                    /* White text */
    border: none;                   /* Remove border */       
    font-size: 15px;                /* Text size */
    font-weight: 500;
    cursor: pointer;
    border-radius: 6px;             /* Rounded corners */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);  /* Subtle shadow */
   text-transform: capitalize;
}

.read-more-button:hover,
.read-less-button:hover {
    background-color: #444;         /* Slightly lighter on hover */
    transform: translateY(-2px);    /* Small lift on hover */
}
.custom-product-reviews h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.customer-review-new .slick-slide {
    padding: 10px;
}
.review-box {
    border: 1px solid #eee;
    background: #fff;
    padding: 25px;
    height: 300px;
}

.review-author {
    font-weight: bold;
    color: #333;
    font-size: 20px;
}
.review-date {
    font-size: 13px;
    color: #888;
}
/* 
.review-rating {
    margin-bottom: 8px;
}
 */
.star {
    font-size: 16px;
    color: #ccc;
}

.star.filled {
    color: #f4b400; /* gold */
}

.review-content {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    height: 20px !important;
    min-height: 150px;
    overflow-y: auto;
}
.custom-product-reviews h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
.custom-product-reviews {
    padding-bottom: 65px;
/*     padding-top: 65px; */
}
.woocommerce-product-rating {
    cursor: pointer;
}

       span#pdf_close_btn:hover {
        opacity: .5 !important;
         }


        .flex-led-tab {
         display: flex;
         justify-content: space-between;
         gap: 30px;
         }
         
          
    /* .lumens-watts {
    width: 50%;
    text-align: center;
}
 
   .led-bulb-pdf {
    width: 50%;
    text-align: center;
} */


.lumens-watts {
    width: 100%;
    
}
.led-bulb-pdf {
    width: 50%;
   
}


a.open-pdf {
    color: #ffff;
}
.pdf-btn {
    margin-top: -23px;
}


@media(max-width:768px){
.flex-led-tab {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}

.lumens-watts {
    width: 100%;
    text-align: center;
} 
   .led-bulb-pdf {
    width: 50%;
    text-align: center;
} 

}

    /* Variation styling */
.variations_form table.variations {
    margin-bottom: 20px;
    width: 100%;
}

.variations_form table.variations td {
    padding: 10px 0;
}

.variations_form table.variations .label {
    font-weight: 600;
    width: 100px;
}

.variations_form .reset_variations {
    display: inline-block;
    margin-top: 10px;
    color: #666;
    text-decoration: underline;
    font-size: 14px;
}

.variations_form .single_variation_wrap {
    margin-top: 15px;
}

.variations_form .woocommerce-variation-price {
    margin-bottom: 15px;
}

.variations_form .woocommerce-variation-availability {
    margin-bottom: 15px;
}

.variations_form .stock {
    color: #4caf50;
    font-weight: 600;
}

.variations_form .out-of-stock {
    color: #f44336;
}
.custom-product-template table.variations.cfvsw-variation-disable-logic {
    border: none;
    background: none;
}
.custom-product-template table.variations.cfvsw-variation-disable-logic th.label {
    margin-bottom: 5px;
    border: none;
    padding: 0;
}
.custom-product-template table.variations.cfvsw-variation-disable-logic label {
    color: #000;
}
.custom-product-template .variations_form table > tbody > tr > td {
 border: unset;
background: #f9f9f8;
}


/*Single Product redesign CSS*/
.product_stocklabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.instock_label {
    color: #000;
    padding: 6px 17px;
    background: hsl(139.09deg 100% 43.14% / 14%);
    display: flex;
    align-items: center;
    gap: 6px;
}
.single-product div#sns_breadcrumbs {
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.single-product .container.extra-width {
    width: 1170px !important;
    margin: 0px auto;
}
.product-summary h1.cust-head {
    margin-top: 15px;
}
.rating_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 4px;
}
.add-to-cart p.stock.in-stock {
    display: none;
}
.rating_wrapper span {
    font-size: 16px;
    color: hsl(0deg 0% 9% / 60%);
}
.product-price .price bdi {
    font-size: 32px;
    color: #171717;
}
.short_descriptionof_product {
    font-size: 16px;
    color: rgb(23 23 23 / 60%);
}
.divider_product {
    height: 1px;
    background: rgb(0 0 0 / 10%);
    margin: 15px 0;
}
img.colors_variation {
    margin: 15px 0;
}
.color_black {
	color: #171717;
}
.black_eighty {
	    color: rgb(23 23 23 / 80%);
}
.sixteen {
	font-size: 16px;
}
.uppercase {
	text-transform: uppercase;
}
.product_quantity {
	font-weight: 600;
	display: block;
}

.woocommerce .quantity .qty {
    border: 1px solid #171717 !important;
    font-weight: 600 !important;
    width: fit-content !important;
	padding: 0 !important;
}
.woocommerce .quantity .btn-decrement, .woocommerce .quantity .btn-increment {
    border: none!important;
}
button.single_add_to_cart_button.button.alt {
    border: none;
}

.woocommerce .star-rating span:before {
    color: #EC942C!important;
}
.woocommerce .woocommerce-product-rating {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    line-height: unset !important;
    height: unset !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 !important;
}
.add-to-cart .cfvsw-selected-swatch {
    border-color: #dd3333 !important;
    border-radius: 50px !important;
}
.product-features p {
    border: 1px solid hsl(0deg 0% 0% / 10%)!important;
    padding: 12px!important;
    text-align: center;
    background: transparent!important;
    width: 100% !important;
    margin-bottom: 0!important;
	outline: none!important;
}
.product-features.our {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}
.product-features.our:before, .product-features.our:after {
	content: unset!important;
}

ul.nav-tabs {
    display: flex !important;
    justify-content: space-between;
}
#sns_tab_informations ul.nav-tabs > li > a {
    padding: 20px 0 !important;
    font-size: 16px !important;
    color: #17171799!important;
}
#sns_tab_informations ul.nav-tabs > li:before {
    height: 4px!important;
}

/*Reviews*/
.review-avatar {
    width: 70px;
    height: 70px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
}
.review-header-info {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.review-header {
    display: flex;
    flex-direction: column;
}
.banner-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}
.banner-info p {
    font-size: 16px;
    color: #17171799;
    margin-top: 5px;
}
.customer-review-new button.slick-prev, .customer-review-new button.slick-next {
    display: none!important;
}
/* .customer-review-new .slick-active {
    filter: blur(1px);
} */
.discover-more-section {
    padding-bottom: 50px;
}
.customer-review-new .slick-current.slick-active + .slick-active {
    filter: unset;
}


/*Slick slider radio pagination*/
.custom-product-reviews {
	
.slick-dots li button:before {
    font-size: 8px!important;
}
.slick-dots li button {
    width: 0px!important;
    height: 0px!important;
    padding: 0px!important;
}
.slick-dots li {
    width: 5px!important;
    height: 5px!important;
    margin: 0 6px!important;
    padding: 0!important;
}
.slick-dots li.slick-active button:before {
    font-size: 13px!important;
}
	.slick-list.draggable:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, hsl(60deg 7.69% 97.45%) 0%, #f9f9f873 50%);
    top: 0;
    left: 0;
    width: 33.33%;
    height: 100%;
    z-index: 1;
}
	.slick-list.draggable:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #f9f9f873 50%, hsl(60deg 7.69% 97.45%) 100%);
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    z-index: 1;
}
/* 	.slick-list.draggable:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, hsl(60deg 7.69% 97.45%) 0%, transparent 50%, hsl(60deg 7.69% 97.45%) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */
}
.woocommerce .quantity .btn-decrement:hover, .woocommerce .quantity .btn-increment:hover {
    background: transparent!important;
}
.woocommerce .quantity .btn-decrement:hover:before, .woocommerce .quantity .btn-increment:hover:before {
    color: #000000!important;
}

/* Responsive CSS */
@media only screen and (max-width: 1100px) {   
.single-product .container.extra-width {
        width: 95% !important;
        max-width: 100%;
    }
	.single-product .container {
        width: 100%;
    }
	#sns_header .main-header .custom-header-top .row .custom-header-cols:nth-child(2) {
    display: flex;
    justify-content: center;
}
.custom-header-cols .logo-retina img {
    max-width: 250px !important;
}
	.slick-prev {
    left: 0px!important;
}
	.slick-next {
    right: 0px!important;
}
	#sidebar ul, #sidebar ol {
    padding-left: 0;
}
	
	
	
}

.custom-header-cols {
    width: 33.33% !important;
}

@media only screen and (max-width: 768px) {
.collections-main-heading {
    font-size: 28px;
}
.discover-section {
    height: 100%;
}
	.footer-policy-links li a {
    font-size: 13px;
}
}

@media only screen and (max-width: 520px) {
	.custom-header-cols .logo-retina img {
    max-width: 180px !important;
}
	#sns_header .user-menu, #sns_header .menu-sidebar, #sns_header .mini-search, #sns_header .mini-wishlist, #sns_header .mini-cart {
    margin: 15px 0 15px 0px!important;
}
	.best-sellers-section .swiper-slide {
    margin: 0px !important;
}
}
@media only screen and (max-width: 560px) {

	#footer-top>div {
    width: 100%!important;
}	
.brand-info-col {
    padding-right: 0!important;
}
}
@media only screen and (max-width: 350px) {
.custom-header-top .row {
    padding: 5px 0px!important;
}
	.inner.custom-header-right {
    text-align: left;
}
	.custom-header-cols {
    padding: 0px !important;
}
	.custom-header-cols .logo-retina img {
    margin-left: -20px;
}
	.custom-header-cols:nth-child(1) {
    margin-left: 8px;
}
	
}

@media only screen and (max-width: 1400px) {
#sns_wrapper .best-sellers-section .swiper-button-prev, #sns_wrapper .best-sellers-section .swiper-button-next {
    width: 22px!important;
    height: 22px!important;
}
	#sns_wrapper .best-sellers-section .swiper-button-next:after, #sns_wrapper .best-sellers-section .swiper-button-prev:after {
    font-size: 12px!important;
}
	.swiper-button-prev.best-prev {
    left: -20px !important;
}
.swiper-button-next.best-next {
    right: -20px;
}
	.product-card img {
    height: 270px;
}
}


body.archive.post-type-archive a {
    color: unset!important;
}
.item-title.woocommerce-loop-product__title {
    color: #000 !IMPORTANT;
    margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {

#sns_tab_informations ul.nav-tabs li a::after {
    content: unset!important;
}
}

@media (max-width: 480px) {
    #sns_woo_list.grid[data-grid="3"] > div.product {
        width: 100%!important;
    }
}





/*Shop Page CSS*/

.archive .container {
    width: 100%!important;
}
.product_list.grid div.product.grid-style {
    padding: 20px 10px 25px!important;
}
.set-cols-number, p.woocommerce-result-count {
    display: none!important;
}
/* .toolbar.toolbar-top .woocommerce-ordering {
    float: unset;
    width: 95%;
    margin: 40px auto 0px;
} */


  .cfvsw-swatches-container {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .cfvsw-swatches-option {
        display: inline-flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        width: auto !important;
    }

    .cfvsw-label {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
        color: #333;
        white-space: nowrap;
        display: block !important;
    }

      .custom-sidebar-filter-wrapper { font-family: sans-serif; max-width: 100%; color: #333; margin-top: 20px; border-top: 1px solid #e5e5e5; padding-top: 10px; }
        .filter-main-title { font-size: 15px; font-weight: 500; margin: 10px 0 20px; }
        .filter-accordion { border-bottom: 1px solid #e5e5e5; }
        .filter-accordion summary { list-style: none; cursor: pointer; padding: 14px 0; font-size: 14px; font-weight: 400; display: flex; justify-content: space-between; align-items: center; position: relative; }
        .filter-accordion summary::-webkit-details-marker { display: none; }
        .filter-accordion summary::after { content: "+"; font-size: 16px; font-weight: 300; line-height: 1; }
        .filter-accordion[open] summary::after { content: "\2212"; }
        .filter-accordion-body { padding: 0 0 18px 0; }
        
        .parent-category-list { list-style: none; margin: 0; padding: 0; }
        .parent-cat-container { border-bottom: 1px solid #f9f9f9; padding-bottom: 5px; margin-bottom: 5px; }
        .parent-cat-container:last-child { border-bottom: none; }
        
        .cat-item-select { cursor: pointer; font-size: 14px; color: #555; padding: 6px 0; display: flex; align-items: center; justify-content: space-between; transition: color 0.2s ease-in-out; }
        .cat-item-select:hover { color: #111; }
        .cat-item-select .cat-name-label { flex-grow: 1; text-align: left; }
        .cat-item-select .cat-bullet { display: none; font-size: 16px; margin-right: 6px; }
        .active-cat-item { color: #111 !important; font-weight: 600; }
        .active-cat-item > .cat-bullet { display: inline-block; }
        
        .child-toggle-icon { font-size: 14px; color: #999; margin-left: 10px; width: 15px; text-align: center; font-weight: bold; }
        
        .child-category-list { list-style: none; margin: 5px 0 10px 15px; padding: 0; border-left: 1px solid #e5e5e5; padding-left: 10px; }
        .child-cat-item { font-size: 13px; color: #777; padding: 4px 0; justify-content: flex-start; }
        .child-cat-item .child-cat-bullet { display: inline-block; font-size: 14px; margin-right: 6px; color: #bbb; }
        .child-cat-item.active-cat-item { color: #111 !important; }
        .child-cat-item.active-cat-item .child-cat-bullet { color: #111; font-weight: bold; }

        .color-swatches-container { display: flex; flex-wrap: wrap; gap: 8px; }
        .color-swatch-item { width: 25px; height: 25px; border: 1px solid #ccc; border-radius: 50%; cursor: pointer; }
        .color-swatch-item.active-swatch { border: 2px solid #000 !important; transform: scale(1.15); box-shadow: 0 0 4px rgba(0,0,0,0.3); }
        .price-output-row { font-size: 14px; margin-bottom: 10px; font-weight: 600; color: #111; }
        #price-output { color: #007cba; }
        .sliders-control { position: relative; height: 6px; background: #ddd; border-radius: 3px; margin-top: 15px; margin-bottom: 15px; }
        .sliders-control input[type=range] { width: 100%; position: absolute; pointer-events: none; z-index: 2; height: 6px; background: none; -webkit-appearance: none; left: 0; top: 0; margin: 0; }
        .sliders-control input[type=range]::-webkit-slider-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: #222; cursor: pointer; -webkit-appearance: none; border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.4); margin-top: -6px; }
        .sliders-control input[type=range]::-moz-range-thumb { pointer-events: auto; width: 18px; height: 18px; border-radius: 50%; background: #222; cursor: pointer; border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.4); }
        .filter-reset-btn { display: block; width: 100%; margin-top: 20px; padding: 10px; background: transparent; border: 1px solid #999; color: #666; font-size: 12px; letter-spacing: 1px; cursor: pointer; }
        .filter-reset-btn:hover { background: #f5f5f5; }
        .custom-products-loading { opacity: 0.5; pointer-events: none; }
        .filter-checklist { list-style: none; margin: 0; padding: 0; }
        .filter-checklist li { margin-bottom: 10px; }
        .filter-checklist label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #444; cursor: pointer; }
        .filter-checklist input[type="checkbox"] { width: 15px; height: 15px; cursor: pointer; accent-color: #222; }
        .filter-checklist .material-group-label { display: block; font-weight: 600; font-size: 13px; margin: 10px 0 5px; color: #333; }
        .filter-dropdown-select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; background-color: #fff; font-size: 14px; color: #444; outline: none; }
        .filter-checklist .child-checkbox { margin-left: 18px; }
        /* Pagination AJAX styling */
        .woocommerce-pagination a[data-page] { cursor: pointer; }

          /* Base link layout setup */
        .block-product-inner .item-img-info a.product-image {
            position: relative !important;
            display: block !important;
            overflow: hidden !important;
        }

        /* Main Image default look */
        .block-product-inner .item-img-info a.product-image img:not(.sec-hover-img) {
            transition: opacity 0.4s ease-in-out !important;
            opacity: 1 !important;
        }

        /* Hidden Second Image styling */
        .block-product-inner .item-img-info a.product-image img.sec-hover-img {
            position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            transition: opacity 0.4s ease-in-out !important;
            opacity: 0 !important;
            z-index: 1 !important;
        }

        /* Hover effects */
        .block-product-inner.has-second-image:hover .item-img-info a.product-image img:not(.sec-hover-img) {
            opacity: 0 !important;
        }

        .block-product-inner.has-second-image:hover .item-img-info a.product-image img.sec-hover-img {
            opacity: 1 !important;
        }

        /* Labels and Buttons overlay safety */
        .block-product-inner .p_label {
            position: initial !important;
            line-height: 22px;
            padding: 1px 15px !important;
            background: #959595 !important;
        }
         /* Scroll container styling */
    .shop-variations-scroll-container {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ccc #f0f0f0;
    }
    
    .shop-variations-scroll-container::-webkit-scrollbar {
        height: 4px;
    }
    
    .shop-variations-scroll-container::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 4px;
    }
    
    .shop-variations-scroll-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }
    
    .shop-variations-scroll-container::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
    
    /* Gap between images is 12px as specified */
    .shop-variations-list {
        gap: 12px !important;
    }
    
    /* Responsive - Desktop: show 6 items visible */
    @media (min-width: 769px) {
        .shop-variations-scroll-container {
            scroll-snap-type: x mandatory;
        }
        
        .variation-item-link {
            scroll-snap-align: start;
        }
    }
    
    /* Responsive - Mobile: show 3 items visible */
    /* @media (max-width: 768px) {
        .variation-item-link img,
        .variation-item-link div {
            width: 45px !important;
            height: 45px !important;
        }
    } */
    
 