/**
* Theme Name: Partdo Child
* Description: This is a child theme of Partdo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: partdo
* Version: 1.4.7
*/

.sk-home-mockup {
    background: #f4f5f7;
    color: #111827;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -1px;
}

body .site-header,
body header.site-header,
body .header-wrapper,
body .site-offcanvas-header {
    display: none !important;
}

body.sk-drawer-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

body.sk-drawer-open .site-drawer {
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

body.sk-drawer-open .site-mask {
    visibility: visible !important;
    opacity: 1 !important;
}

.sk-portronics-header {
    width: 100%;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 5;
}

html,
body {
    overflow-x: visible;
}

.sk-top-offer {
    height: 37px;
    background: #ed0016;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.sk-main-nav {
    height: 64px;
    width: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    position: relative;
    z-index: 9999;
    background: #f9f9f9;
}

.sk-main-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
}

.sk-main-nav-placeholder {
    height: 56px;
}

.sk-main-nav-inner {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
}

.sk-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #111;
    flex: 0 0 auto;
}

.sk-logo:hover {
    color: #111;
}

.sk-logo span {
    width: 29px;
    height: 29px;
    background: #ed0016;
    color: #000;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.sk-logo strong {
    color: #111;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.03em;
}

.sk-logo-video {
    height: 82px;
    width: 184px;
    /* max-width: 140px; */
    border-radius: 4px;
    /* object-fit: cover; */
    display: block;
}

.sk-nav-links {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-width: 0;
}

.sk-menu-item {
    height: 56px;
    display: flex;
    align-items: center;
}

.sk-menu-item>a {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

.sk-menu-item>a:hover {
    color: #ed0016;
}

.sk-nav-links li {
    list-style: none;
    margin: 0;
}

.sk-nav-links a {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.sk-menu-item-mega>a {
    padding-right: 16px;
}

.sk-menu-item-mega>a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.7px solid currentColor;
    border-bottom: 1.7px solid currentColor;
    transform: translateY(-62%) rotate(45deg);
    transition: transform .18s ease;
}

.sk-menu-item-mega:hover>a::after,
.sk-menu-item-mega:focus-within>a::after {
    transform: translateY(-35%) rotate(225deg);
}

.sk-nav-links ul,
.sk-nav-links .sub-menu {
    display: none;
}

.sk-menu-item-mega {
    position: static;
}

.sk-mega-menu {
    position: absolute;
    top: 57px;
    left: 50%;
    z-index: 20;
    width: min(1100px, calc(100% - 56px));
    max-height: 322px;
    overflow-y: auto;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.sk-menu-item-mega:hover .sk-mega-menu,
.sk-menu-item-mega:focus-within .sk-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.sk-mega-menu::-webkit-scrollbar {
    width: 5px;
}

.sk-mega-menu::-webkit-scrollbar-thumb {
    background: #9ca3af;
    border-radius: 999px;
}

.sk-mega-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    padding: 28px 32px 24px;
}

.sk-mega-heading {
    display: block;
    margin-bottom: 18px;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-align: center;
}

.sk-mega-list {
    display: grid;
    gap: 14px;
}

.sk-mega-link {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #777 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

.sk-mega-link:hover {
    color: #ed0016 !important;
}

.sk-mega-thumb {
    width: 38px;
    height: 38px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #f8fafc;
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sk-mega-thumb-img {
    width: 38px;
    height: 38px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.sk-mega-cat-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #e5e7eb;
}

.sk-nav-links a:hover,
.sk-nav-icons a:hover {
    color: #ed0016;
}

.sk-nav-links span {
    font-size: 14px;
    margin-left: 3px;
}

.sk-nav-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 0 0 auto;
}

.sk-nav-icons a {
    color: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sk-nav-icons a svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.sk-mobile-menu-toggle {
    display: none;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.sk-mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    display: block;
}

.sk-cart-icon {
    position: relative;
}

.sk-cart-icon span {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ed0016;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}

.sk-adapto-slider {
    min-height: 530px;
    position: relative;
    overflow: hidden;
    background: #06142b;
    /* margin-bottom: 34px; */
}

.sk-banner-track {
    position: absolute;
    inset: 0;
}

.sk-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease;
}

.sk-banner-slide.active {
    opacity: 1;
    visibility: visible;
}

.sk-banner-slide img {
    display: inline-flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sk-slider-dots {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 12px;
}

.sk-slider-dots span {
    width: 19px;
    height: 2px;
    background: #8b8b8b;
    cursor: pointer;
}

.sk-slider-dots .active {
    background: #ed0016;
}

.sk-home-mockup a {
    text-decoration: none;
}

.sk-wrap {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto 28px;
}

.sk-white-feature-area {
    background: #fff;
    padding: 26px 0 24px;
    margin-bottom: 28px;
}

.sk-white-feature-area .sk-categories {
    margin-bottom: 55px;
}

.sk-white-feature-area .sk-projector {
    margin-bottom: 0;
}

.sk-hero {
    width: min(1040px, calc(100% - 24px));
    min-height: 330px;
    margin: 0 auto 26px;
    border-radius: 0 0 4px 4px;
    background:
        radial-gradient(circle at 78% 52%, rgba(245, 245, 245, .88) 0 8%, transparent 9%),
        linear-gradient(100deg, rgba(0, 0, 0, .82) 0 48%, rgba(0, 0, 0, .18) 49% 100%),
        linear-gradient(135deg, #15100d, #6a4a2b 46%, #d8b17d);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    padding: 44px 68px;
}

.sk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 82px, rgba(255, 255, 255, .14) 83px 88px);
    opacity: .45;
}

.sk-portronics-header {
    position: relative;
    z-index: 10;
}

.sk-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.sk-eyebrow {
    display: block;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #f8d8ba;
}

.sk-hero h1 {
    margin: 0;
    font-size: clamp(54px, 8vw, 92px);
    line-height: .88;
    letter-spacing: -.06em;
    color: #fff;
}

.sk-hero p {
    margin: 10px 0 18px;
    color: #f2f2f2;
}

.sk-hero-actions {
    display: flex;
    gap: 10px;
}

.sk-btn {
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 700;
}

.sk-btn-dark {
    background: #111;
    color: #fff;
}

.sk-btn-light {
    background: #fff;
    color: #111;
}

.sk-hero-product {
    width: 178px;
    height: 250px;
    border-radius: 24px;
    background:
        linear-gradient(#1670a5, #1670a5) center 35px / 86px 8px no-repeat,
        linear-gradient(90deg, #d8d4cc, #ffffff 50%, #c3beb4);
    box-shadow: 0 22px 35px rgba(0, 0, 0, .35);
    position: relative;
    z-index: 1;
}

.sk-categories h2,
.sk-products-section h2,
.sk-brands h2,
.sk-news h2 {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.sk-category-grid,
.sk-product-grid,
.sk-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.sk-product-card,
.sk-news-card {
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

.sk-category-card {
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.sk-product-image,
.sk-news-image {
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .9) 0 16%, transparent 17%),
        linear-gradient(135deg, #dfe7ef, #718096);
}

.sk-category-image {
    display: block;
    height: 300px;
    border-radius: 9px;
    margin-bottom: 13px;
    overflow: hidden;
    background: #f1f1f1;
    position: relative;
}

.sk-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sk-category-image .sk-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.sk-category-image.has-hover:hover .sk-default-img {
    opacity: 0;
}

.sk-category-image.has-hover:hover .sk-hover-img {
    opacity: 1;
    transform: scale(1.04);
}

.sk-category-card h3,
.sk-product-card h3,
.sk-news-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

.sk-projector {
    border-radius: 2px;
    overflow: hidden;
}

.sk-projector a {
    display: block;
}

.sk-projector img {
    display: block;
    width: 100%;
    height: auto;
}

.sk-new-launches {
    position: relative;
    margin-bottom: 40px;
}

.sk-new-launches h2 {
    margin: 0 0 22px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sk-launch-carousel {
    position: relative;
}

.sk-launch-viewport {
    overflow: hidden;
}

.sk-launch-track {
    display: flex;
    gap: 8px;
    transition: transform .45s ease;
}

.sk-launch-card {
    flex: 0 0 calc((100% - 24px) / 4);
    min-height: 420px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
}

.sk-launch-image {
    height: 242px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px 0;
    overflow: hidden;
}

.sk-launch-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sk-launch-label {
    background: #f20522;
    color: #fff;
    border-radius: 4px;
    min-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 13px;
}

.sk-launch-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sk-launch-card p {
    margin: 0 0 16px;
    min-height: 18px;
    color: #717171;
    font-size: 12px;
    line-height: 1.25;
}

.sk-launch-price-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
}

.sk-launch-price-row strong {
    font-size: 25px;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.sk-launch-price-row del {
    color: #777;
    font-size: 13px;
    font-weight: 700;
}

.sk-launch-price-row span {
    margin-left: auto;
    border: 3px solid #f20522;
    border-radius: 999px;
    color: #f20522;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 8px;
    line-height: 1;
}

.sk-launch-emi {
    color: #111;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 18px;
}

.sk-launch-cart {
    margin-top: auto;
    height: 35px;
    background: #181818;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sk-launch-cart:hover {
    background: #ed0016;
    color: #fff;
}

.sk-launch-cart.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.sk-launch-cart.loading::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: sk-spin .7s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

.sk-launch-cart.added {
    background: #16a34a;
}

@keyframes sk-spin {
    to {
        transform: rotate(360deg);
    }
}

.sk-launch-view-all {
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.sk-launch-view-all a {
    color: #f20522;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.sk-launch-view-all span {
    width: 20px;
    height: 20px;
    border: 1px solid #f20522;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 18px;
}

.sk-launch-arrow {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    z-index: 2;
    width: 0;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ff3b4f;
    color: #fff;
    font-size: 31px;
    font-weight: 900;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sk-launch-prev {
    left: -13px;
}

.sk-launch-next {
    right: -13px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sk-launch-card {
        flex-basis: calc((100% - 8px) / 2);
    }
}

.sk-video-products-area {
    background: #fff;
    padding: 42px 0 40px;
    margin-bottom: 32px;
}

.sk-video-carousel {
    position: relative;
}

.sk-video-grid {
    display: flex;
    gap: 0px;
}

.sk-video-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    overflow: hidden;
    transition: transform .35s ease, opacity .35s ease;
}

/* Mobile coverflow swiper - stacked card effect (side cards behind center) */
@media (max-width: 767px) {
    .sk-video-carousel {
        overflow: visible;
        padding: 10px 0 20px;
    }

    .sk-video-carousel .swiper-wrapper {
        align-items: center;
    }

    .sk-video-carousel .swiper-slide {
        transition: opacity .4s ease, filter .4s ease;
        opacity: 0.9;
        filter: brightness(0.55);
    }

    .sk-video-carousel .swiper-slide-active {
        opacity: 1;
        filter: none;
        z-index: 5;
    }

    .sk-video-carousel .swiper-slide-active .sk-video-card {
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
    }
}

.sk-video-frame {
    height: 318px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.sk-video-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sk-media-video-frame {
    position: relative;
    overflow: hidden;
    background: #000;
}

.sk-media-video-frame video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sk-video-close {
    position: absolute;
    right: 3px;
    top: 0;
    width: 13px;
    height: 13px;
    background: #e8eef6;
    color: #8da0ba;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.sk-video-play {
    position: absolute;
    right: 18px;
    top: 0;
    width: 13px;
    height: 13px;
    background: #e8eef6;
    color: #4ac66b;
    font-size: 9px;
    line-height: 13px;
    text-align: center;
}

.sk-video-brand {
    position: absolute;
    right: 18px;
    top: 38px;
    color: #f20522;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.sk-video-info {
    padding: 17px 16px 14px;
}

.sk-video-info h3 {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 900;
}

.sk-video-price {
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
}

.sk-video-price strong {
    color: #111;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.sk-video-price del {
    color: #8b8b8b;
    font-size: 11px;
    font-weight: 700;
}

.sk-video-price span {
    margin-left: auto;
    border: 2px solid #f20522;
    border-radius: 999px;
    color: #f20522;
    font-size: 9px;
    font-weight: 900;
    padding: 5px 8px;
    line-height: 1;
}

.sk-video-cart {
    height: 32px;
    background: #181818;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.sk-video-cart:hover {
    color: #fff;
}

.sk-video-arrow {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    z-index: 2;
    width: 29px;
    height: 29px;
    border: 0;
    border-radius: 50%;
    background: #ff3048;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sk-video-prev {
    left: -14px;
}

.sk-video-next {
    right: -14px;
}

.sk-category-product-section {
    position: relative;
    margin-bottom: 42px;
}

.sk-category-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.sk-category-products-head h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .14em;
    line-height: 1;
    text-transform: uppercase;
}

.sk-category-view-all {
    color: #f20522;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sk-category-tabs {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 18px;
    overflow: hidden;
}

.sk-category-tabs a {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
    transition: color .15s ease;
}

.sk-category-tabs a:hover {
    color: #111;
}

.sk-category-tabs a.sk-tab-active {
    color: #111;
    font-weight: 600;
    border-bottom: 2px solid #ed0016;
    padding-bottom: 2px;
}

.sk-no-products {
    padding: 24px;
    color: #888;
    font-size: 14px;
}

.sk-category-product-grid {
    transition: opacity .2s ease;
}

.sk-category-tabs button {
    margin-left: auto;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #f1f1f1;
    color: #111;
    font-size: 20px;
    line-height: 1;
    padding: 0;
}

.sk-category-products-carousel {
    position: relative;
}

.sk-category-product-grid {
    gap: 8px;
}

.sk-category-product-card {
    min-height: 420px;
}

.sk-category-product-card .sk-launch-image {
    height: 242px;
}

.sk-category-product-card .sk-launch-image img {
    object-fit: cover;
}

.sk-category-product-card .sk-launch-label {
    position: relative;
    margin-top: -14px;
    z-index: 2;
}

.sk-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.sk-section-head nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sk-section-head a {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
}

.sk-section-head .sk-view-all {
    color: #e30613;
}

.sk-product-card {
    border-radius: 4px;
    padding: 12px;
    position: relative;
}

.sk-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e30613;
    color: #fff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
}

.sk-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background: #f3f4f6;
    color: #e30613;
}

.sk-product-image {
    height: 145px;
    border-radius: 4px;
    margin: 18px 0 12px;
}

.sk-product-1 {
    background: radial-gradient(circle, #111 0 18%, transparent 19%), linear-gradient(135deg, #e5e7eb, #9ca3af);
}

.sk-product-2 {
    background: linear-gradient(135deg, transparent 0 46%, #111 47% 52%, transparent 53%), linear-gradient(135deg, #fff, #d1d5db);
}

.sk-product-3 {
    background: radial-gradient(circle at 50% 24%, #111 0 12%, transparent 13%), linear-gradient(135deg, #f9fafb, #cbd5e1);
}

.sk-product-4 {
    background: linear-gradient(90deg, #f8fafc 0 22%, #111 23% 35%, #f8fafc 36% 100%);
}

.sk-rating {
    color: #f59e0b;
    font-size: 11px;
    margin: 8px 0 4px;
}

.sk-price {
    font-size: 13px;
    font-weight: 800;
    color: #e30613;
}

.sk-price del {
    color: #9ca3af;
    font-weight: 600;
    margin-right: 5px;
}

.sk-add-cart {
    display: block;
    margin-top: 10px;
    background: #111;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    padding: 9px 10px;
    border-radius: 2px;
}

.sk-press-blog-area {
    background: #fff;
    padding: 64px 0 52px;
}

.sk-news {
    margin-bottom: 0;
}

.sk-news h2 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .18em;
}

.sk-news-grid {
    display: flex;
    gap: 14px;
    transition: transform .35s ease;
}

.sk-news-carousel {
    position: relative;
}

.sk-news-viewport {
    overflow: hidden;
}

.sk-news-card {
    flex: 0 0 calc((100% - 28px) / 3);
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.sk-news-image {
    height: 205px;
    border-radius: 7px;
    margin-bottom: 12px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.sk-news-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 45%, rgba(255, 255, 255, .45), transparent 32%);
}

.sk-news-logo,
.sk-news-image strong,
.sk-news-image em {
    position: relative;
    z-index: 1;
}

.sk-news-logo {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 20px;
}

.sk-news-image strong {
    width: 72%;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.15;
}

.sk-news-image em {
    margin-top: 10px;
    background: #f20522;
    color: #fff;
    border-radius: 999px;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    padding: 5px 8px;
}

.sk-tone-1 {
    background: linear-gradient(125deg, #f7fbff 0 38%, #b7e6ec 58%, #04242d 100%);
}

.sk-tone-1 .sk-news-logo,
.sk-tone-1 strong {
    color: #111;
}

.sk-tone-2 {
    background: radial-gradient(circle at 70% 50%, #6f59da, transparent 28%), linear-gradient(135deg, #2b0f68, #171139 55%, #04030b);
}

.sk-tone-3 {
    background: radial-gradient(circle at 83% 22%, #c8e7ff, transparent 16%), linear-gradient(135deg, #151a29, #070812 70%);
}

.sk-news-card h3 {
    margin: 0;
    color: #737373;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sk-news-card p {
    margin: 12px 0 0;
    color: #777;
    font-size: 14px;
}

.sk-news-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.sk-news-dots span {
    width: 17px;
    height: 2px;
    background: #999;
}

.sk-news-dots span.active {
    background: #f20522;
}

.sk-news-arrow {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: #ff3048;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sk-news-prev {
    left: -13px;
}

.sk-news-next {
    right: -13px;
}

@media (max-width: 767px) {
    .sk-top-offer {
        height: auto;
        min-height: 32px;
        padding: 7px 12px;
        font-size: 12px;
        text-align: center;
    }

    .sk-main-nav {
        height: auto;
        min-height: 0;
        width: 100%;
        gap: 0;
        padding: 0;
        flex-wrap: wrap;
        background: #f9f9f9;
    }

    .sk-logo {
        width: auto;
        height: 56px;
        margin-left: 14px;
    }

    .sk-logo span {
        width: 25px;
        height: 25px;
        font-size: 20px;
    }

    .sk-logo strong {
        font-size: 16px;
    }

    .sk-logo-video {
        height: 55px;
        max-width: 126px;
    }

    .sk-nav-links {
        display: none;
    }

    .sk-nav-icons {
        margin-left: auto;
        height: 56px;
        gap: 14px;
        padding-right: 14px;
    }

    .sk-nav-icons a {
        font-size: 23px;
    }

    .sk-nav-icons a[aria-label="Search"] {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }

    .sk-nav-icons .sk-cart-icon,
    .sk-nav-icons a[aria-label="Account"] {
        display: none;
    }

    .sk-mobile-menu-toggle {
        display: flex;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0;
    }

    .sk-cart-icon span {
        top: -6px;
        right: -7px;
        width: 16px;
        height: 16px;
        font-size: 10px;
    }

    .sk-adapto-slider {
        min-height: 343px;
    }

    .sk-hero {
        padding: 32px 24px;
    }

    .sk-hero-product {
        display: none;
    }

    .sk-category-grid,
    .sk-product-grid,
    .sk-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sk-wrap {
        width: calc(100% - 28px);
    }

    .sk-category-grid {
        gap: 18px 12px;
    }

    .sk-press-blog-area {
        padding: 36px 0;
    }

    .sk-news-grid {
        grid-template-columns: none;
    }

    .sk-news-image {
        height: 190px;
    }

    .sk-news-card {
        flex-basis: 100%;
    }

    .sk-news-prev {
        left: -8px;
    }

    .sk-news-next {
        right: -8px;
    }

    .sk-category-image {
        height: 170px;
        border-radius: 8px;
    }

    .sk-category-card h3 {
        font-size: 15px;
    }

    .sk-new-launches h2 {
        font-size: 22px;
    }

    .sk-launch-card {
        flex-basis: 100%;
    }

    .sk-launch-card .sk-launch-image {
        height: 280px;
        padding: 0 !important;
        margin: 0 -16px !important;
        width: calc(100% + 32px);
    }

    .sk-launch-card .sk-launch-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block;
    }

    .sk-launch-card .sk-launch-label {
        position: relative;
        margin-top: -14px;
        z-index: 2;
    }

    .sk-launch-prev {
        left: -8px;
    }

    .sk-launch-next {
        right: -8px;
    }

    .sk-video-products-area {
        padding: 28px 0;
    }

    .sk-video-grid {
        gap: 0px;
    }

    .sk-video-frame {
        height: 340px;
    }

    .sk-video-price {
        display: block;
    }

    .sk-video-price span {
        display: inline-block;
        margin: 7px 0 0;
    }

    .sk-video-prev {
        left: -8px;
    }

    .sk-video-next {
        right: -8px;
    }

    .sk-category-products-head h2 {
        font-size: 20px;
    }

    .sk-category-tabs {
        gap: 18px;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .sk-category-tabs button {
        flex: 0 0 auto;
    }

    .sk-category-product-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 8px;
    }

    .sk-category-product-grid::-webkit-scrollbar {
        display: none;
    }

    .sk-category-product-card {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-height: auto;
        overflow: hidden;
    }

    .sk-category-product-card .sk-launch-image {
        height: 280px;
        padding: 0 !important;
        margin: 0 -16px !important;
        width: calc(100% + 32px);
    }

    .sk-category-product-card .sk-launch-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block;
    }

    .sk-category-product-card .sk-launch-label {
        position: relative;
        width: calc(100% - 32px);
        margin: -14px 16px 10px;
        padding: 5px 8px;
        font-size: 10px;
        line-height: 1;
        text-align: center;
        border-radius: 4px;
        z-index: 2;
    }

    .sk-category-product-card h3 {
        margin-bottom: 8px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 1.2;
    }

    .sk-category-product-card p {
        min-height: auto;
        margin-bottom: 18px;
        padding: 0 16px;
        font-size: 13px;
        line-height: 1.35;
    }

    .sk-category-product-card .sk-launch-price-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        padding: 0 16px;
        overflow: hidden;
    }

    .sk-category-product-card .sk-launch-price-row strong {
        font-size: 28px;
        line-height: 1;
    }

    .sk-category-product-card .sk-launch-price-row del {
        font-size: 12px;
    }

    .sk-category-product-card .sk-launch-price-row span {
        margin-left: auto;
        padding: 6px 10px;
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
    }

    .sk-category-product-card .sk-launch-emi {
        padding: 0 16px;
        font-size: 11px;
        line-height: 1.35;
    }

    .sk-category-product-card .sk-launch-cart {
        height: 48px;
        margin: 16px;
        font-size: 15px;
    }

    .sk-category-products-carousel .sk-video-prev {
        left: -8px;
        top: 48%;
    }

    .sk-category-products-carousel .sk-video-next {
        right: -8px;
        top: 48%;
    }

    .sk-section-head {
        display: block;
    }

    .sk-section-head nav {
        margin-top: 8px;
    }
}

/* ================================================
   Footer
   ================================================ */

.sk-site-footer {
    background: #1a1a1a;
    color: #fff;
}

.sk-footer-widgets-wrap {
    padding: 50px 0 30px;
}

.sk-footer-inner {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}

.sk-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
    gap: 32px;
}

.sk-footer-col {
    min-width: 0;
}

.sk-footer-col .widget {
    margin-bottom: 24px;
}

.sk-footer-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: .02em;
}

.sk-footer-col-5 .sk-footer-title {
    color: #ed0016;
}

.sk-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sk-footer-col ul li {
    margin-bottom: 10px;
}

.sk-footer-col ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: color .15s ease;
}

.sk-footer-col ul li a:hover {
    color: #ed0016;
}

/* Footer 1: Logo & Newsletter */
.sk-footer-col-1 .sk-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.sk-footer-col-1 .sk-footer-brand span {
    width: 28px;
    height: 28px;
    background: #ed0016;
    color: #fff;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.sk-footer-col-1 .sk-footer-brand strong {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
}

.sk-footer-col-1 .sk-join-club {
    color: #ed0016;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sk-footer-col-1 .sk-newsletter-desc {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.sk-footer-col-1 .sk-newsletter-form {
    display: flex;
    align-items: center;
    border: 1px solid #555;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 12px;
}

.sk-footer-col-1 .sk-newsletter-form input[type="email"] {
    flex: 1;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
    outline: none;
}

.sk-footer-col-1 .sk-newsletter-form input[type="email"]::placeholder {
    color: #888;
}

.sk-footer-col-1 .sk-newsletter-form button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px;
}

/* Footer 5: Social Icons */
.sk-footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 20px;
}

.sk-footer-socials a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #3b5998;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: opacity .15s ease;
}

.sk-footer-socials a:hover {
    opacity: .85;
}

.sk-footer-socials a.sk-social-x {
    background: #000;
}

.sk-footer-socials a.sk-social-linkedin {
    background: #0077b5;
}

.sk-footer-socials a.sk-social-youtube {
    background: #ff0000;
}

.sk-footer-socials a.sk-social-instagram {
    background: #e4405f;
}

.sk-footer-contact p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
}

.sk-footer-contact a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Footer Bottom */
.sk-footer-bottom {
    border-top: 1px solid #333;
    padding: 24px 0;
    text-align: center;
}

.sk-footer-bottom p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 4px;
}

.sk-footer-bottom .sk-footer-copyright {
    color: #ffffff;
    margin-bottom: 8px;
}

.sk-footer-bottom .sk-footer-company {
    font-weight: 600;
    color: #ffffff;
}

.sk-footer-bottom .sk-footer-address {
    max-width: 700px;
    margin: 8px auto 0;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .sk-footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    .sk-footer-col-1 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .sk-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .sk-footer-col-1 {
        grid-column: 1 / -1;
    }

    .sk-footer-bottom .sk-footer-address {
        font-size: 12px;
    }
}

/* ================================================
   Category Banner (Wave Style)
   ================================================ */

.shop-page-wrapper {
    overflow-x: clip;
}

.shop-container .container,
.shop-container .content-area,
.shop-container .site-main {
    overflow: visible;
}

.sk-cat-hero {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    min-height: 400px;
    background-color: #f8f9fa;
    background-image: var(--sk-banner-desktop);
    background-size: contain;
    background-position: top;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .sk-cat-hero {
        min-height: 220px;
        background-image: var(--sk-banner-mobile, var(--sk-banner-desktop));
        background-size: cover;
        background-position: center;
    }
}

.sk-cat-subcats {
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: #f8fafb;
}

.sk-cat-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.sk-cat-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0 24px 70px;
}

.sk-cat-hero-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.sk-cat-hero-thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    display: block;
    margin-bottom: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.sk-cat-hero-title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #ed0016;
    margin-right: 10px;
    vertical-align: middle;
}

.sk-cat-hero-wave {
    display: none;
}

/* Sub-categories */
.sk-cat-subcats {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 20px 18px;
    background: #f3f4f6;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sk-cat-subcats::-webkit-scrollbar {
    display: none;
}

/* Category filter tabs above products */
.sk-cat-filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 16px 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
}

.sk-cat-filter-tabs::-webkit-scrollbar {
    display: none;
}

.sk-cat-filter-tab {
    flex: 0 0 auto;
    padding: 10px 24px;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: all .15s ease;
}

.sk-cat-filter-tab:hover {
    border-color: #ed0016;
    color: #ed0016;
}

.sk-cat-filter-tab.is-active {
    background: #ed0016;
    border-color: #ed0016;
    color: #fff;
}

/* Category archive custom grid */
.sk-cat-archive-section {
    width: 100%;
}

.sk-cat-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 0;
    transition: opacity .2s ease;
}

@media (max-width: 1024px) {
    .sk-cat-archive-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sk-cat-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .sk-cat-archive-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

/* Hide default WC product loop when custom grid active */
.sk-cat-archive-section~.products,
.sk-cat-archive-section~.woocommerce-pagination,
.sk-cat-archive-section~header.woocommerce-products-header {
    display: none !important;
}

/* Hide Recently Viewed Products section on category pages */
.tax-product_cat section.recently-viewed,
.tax-product_cat .recently-viewed,
.tax-product_cat .recently-viewed-products,
.tax-product_cat .before-shop-loop,
.tax-product_cat .woocommerce-recently-viewed {
    display: none !important;
}

.sk-cat-subcat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #333;
    text-align: center;
    transition: color .15s ease;
}

.sk-cat-subcat-item:hover {
    color: #ed0016;
}

.sk-cat-subcat-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    flex: 0 0 auto;
}

.sk-cat-subcat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sk-cat-subcat-letter {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}

.sk-cat-subcat-name {
    font-size: 12px;
    font-weight: 500;
    max-width: 80px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .sk-cat-hero {
        min-height: 220px;
    }

    .sk-cat-hero-inner {
        padding: 0 18px 50px;
    }

    .sk-cat-hero-wave {
        height: 50px;
    }

    .sk-cat-subcats {
        gap: 20px;
    }

    .sk-cat-subcat-icon {
        width: 56px;
        height: 56px;
    }
}

/* Custom Product Quantity & Checkout Buttons Redesign */
.quantity {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 16px !important;
}

.single-product .product-detail .quantity {
    margin: 0 0 24px 0 !important;
    width: 100% !important;
}

.quantity .quantity-label {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #717171 !important;
    text-transform: capitalize !important;
    margin-bottom: 0 !important;
}

.woocommerce-cart-form .quantity .quantity-label,
.shop_table .quantity .quantity-label {
    display: none !important;
}

.quantity .qty-control {
    display: inline-flex !important;
    align-items: center !important;
    background: #f5f5f5 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    padding: 3px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.quantity .qty-control .quantity-button {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    background: #f5f5f5 !important;
    border: none !important;
    outline: none !important;
    user-select: none !important;
    transition: background 0.2s ease !important;
}

/* Reset parent theme pseudo-elements on plus/minus buttons */
.quantity .quantity-button::before,
.quantity .quantity-button::after,
.quantity .quantity-button:before,
.quantity .quantity-button:after,
.quantity .plus::before,
.quantity .plus::after,
.quantity .plus:before,
.quantity .plus:after,
.quantity .minus::before,
.quantity .minus::after,
.quantity .minus:before,
.quantity .minus:after {
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    content: none !important;
    display: none !important;
}

.quantity .qty-control .quantity-button.minus::before,
.quantity .qty-control .quantity-button.minus:before,
.quantity .minus::before,
.quantity .minus:before {
    display: block !important;
    content: "\2014" !important;
    /* em dash */
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #111 !important;
    line-height: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

.quantity .qty-control .quantity-button.plus::before,
.quantity .qty-control .quantity-button.plus:before,
.quantity .plus::before,
.quantity .plus:before {
    display: block !important;
    content: "+" !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #111 !important;
    line-height: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}

.quantity .qty-control .quantity-button:hover {
    background: #e8e8e8 !important;
}

.quantity .qty-control input.input-text.qty.text {
    width: 44px !important;
    height: 34px !important;
    text-align: center !important;
    border: none !important;
    background: #ffffff !important;
    color: #111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Checkout Action Buttons styling */
.single-product .product-detail form.cart,
.single-product .product-detail .woocommerce-variations-add-to-cart {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.single-product .product-detail .single_add_to_cart_button,
.single-product .product-detail .buy_now_button,
.single-product .product-detail .gk-buy-now-btn {
    flex: 1 !important;
    min-width: 140px !important;
    height: 48px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    margin: 0 !important;
}

.single-product .product-detail .single_add_to_cart_button:not(.gk-buy-now-btn) {
    background-color: #ed0016 !important;
    color: #ffffff !important;
}

.single-product .product-detail .single_add_to_cart_button:not(.gk-buy-now-btn):hover {
    background-color: #d10013 !important;
    color: #ffffff !important;
}

.single-product .product-detail .buy_now_button,
.single-product .product-detail .gk-buy-now-btn {
    background-color: #111111 !important;
    color: #ffffff !important;
}

.single-product .product-detail .buy_now_button:hover,
.single-product .product-detail .gk-buy-now-btn:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

@media (max-width: 480px) {

    .single-product .product-detail form.cart,
    .single-product .product-detail .woocommerce-variations-add-to-cart {
        gap: 12px !important;
    }

    .single-product .product-detail .single_add_to_cart_button,
    .single-product .product-detail .buy_now_button,
    .single-product .product-detail .gk-buy-now-btn {
        flex: 1 1 calc(50% - 6px) !important;
        font-size: 14px !important;
        height: 46px !important;
    }
}

/* Hide Product Assistant "Have a Question? Ask a Specialist" section */
.product-assistant {
    display: none !important;
}

/* -----------------------------------------------
 * Custom Guarantees Section
 * ----------------------------------------------- */
/* Ensure body doesn't overflow horizontally due to full-width breakouts */
html,
body {
    overflow-x: hidden !important;
}

/* -----------------------------------------------
 * Custom Guarantees Section
 * ----------------------------------------------- */
.sk-guarantees-section {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    background-color: #ffffff !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    padding: 30px 0 !important;
    text-align: center;
    font-family: 'Outfit', 'Inter', sans-serif;
    border-bottom: 1px solid #eaeaea !important;
}

.sk-guarantees-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
}

.sk-guarantees-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    margin-bottom: 30px !important;
}

.sk-guarantees-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    border-top: 1px solid transparent;
}

.sk-guarantees-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    position: relative;
}

.sk-guarantees-col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: #dbdbdb;
}

.sk-guarantee-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sk-guarantee-icon svg {
    width: 100%;
    height: 100%;
    stroke: #ed0016;
}

.sk-guarantee-text {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    text-transform: capitalize !important;
}

.sk-mobile-only {
    display: none !important;
}

/* Responsive Guarantees */
@media (max-width: 767px) {
    .sk-guarantees-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: stretch !important;
    }

    .sk-guarantees-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .sk-guarantees-col {
        flex: 1 1 33.33% !important;
        max-width: 33.33% !important;
        padding: 10px 5px !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .sk-guarantees-col:not(:last-child)::after {
        content: "" !important;
        position: absolute !important;
        right: 0 !important;
        top: 15% !important;
        bottom: 15% !important;
        width: 1px !important;
        height: auto !important;
        background-color: #dbdbdb !important;
        left: auto !important;
        display: block !important;
    }

    .sk-guarantees-col .sk-guarantee-icon {
        width: 48px !important;
        height: 48px !important;
        margin-bottom: 10px !important;
    }

    .sk-guarantees-col .sk-guarantee-text {
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        color: #111111 !important;
    }

    .sk-mobile-only {
        display: inline !important;
    }
}

/* -----------------------------------------------
 * Redesigned Product Tabs (Black Bar)
 * ----------------------------------------------- */
.woocommerce-tabs.wc-tabs-wrapper {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
    background-color: #ffffff !important;
    margin-top: 20px !important;
}

.woocommerce-tabs ul.tabs.wc-tabs {
    background-color: #000000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    list-style: none !important;
    margin: 0 0 20px 0 !important;
    padding: 12px 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.woocommerce-tabs ul.tabs.wc-tabs::before,
.woocommerce-tabs ul.tabs.wc-tabs::after {
    display: none !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li {
    display: inline-block !important;
    margin: 0 20px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    position: relative !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
    display: none !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    padding: 6px 4px !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li:hover a,
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #ed0016 !important;
    background: transparent !important;
}

/* Responsive Tabs for Mobile */
@media (max-width: 767px) {
    .woocommerce-tabs ul.tabs.wc-tabs {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        padding: 12px 15px !important;
    }

    .woocommerce-tabs ul.tabs.wc-tabs::-webkit-scrollbar {
        display: none;
    }

    .woocommerce-tabs ul.tabs.wc-tabs li {
        margin: 0 12px !important;
        flex: 0 0 auto !important;
    }

    .woocommerce-tabs ul.tabs.wc-tabs li a {
        font-size: 14px !important;
        white-space: nowrap !important;
    }
}

/* Style tab panels */
.woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* -----------------------------------------------
 * Full Width Product Details/Description Image
 * ----------------------------------------------- */
.sk-description-image-wrapper {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    background: #ffffff !important;
}

.sk-description-full-width-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    max-width: none !important;
}

/* -----------------------------------------------
 * Line Spacing & Spacing for Tab Panels Content
 * ----------------------------------------------- */
.woocommerce-tabs .woocommerce-Tabs-panel,
.woocommerce-tabs .woocommerce-Tabs-panel * {
    line-height: 1.95 !important;
    /* Generous line height so lines of text are not cramped */
}

.woocommerce-tabs .woocommerce-Tabs-panel p,
.woocommerce-tabs .woocommerce-Tabs-panel div.extra-tab-content,
.woocommerce-tabs .woocommerce-Tabs-panel h1,
.woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce-tabs .woocommerce-Tabs-panel h3,
.woocommerce-tabs .woocommerce-Tabs-panel h4,
.woocommerce-tabs .woocommerce-Tabs-panel h5,
.woocommerce-tabs .woocommerce-Tabs-panel h6 {
    margin-bottom: 24px !important;
    /* Space between blocks of content */
}

.woocommerce-tabs .woocommerce-Tabs-panel p:last-child,
.woocommerce-tabs .woocommerce-Tabs-panel div.extra-tab-content:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel ul,
.woocommerce-tabs .woocommerce-Tabs-panel ol {
    margin-bottom: 24px !important;
    padding-left: 20px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel li {
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel table {
    margin-bottom: 28px !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel table th,
.woocommerce-tabs .woocommerce-Tabs-panel table td {
    padding: 14px 18px !important;
    line-height: 1.7 !important;
}

/* -----------------------------------------------
 * Custom Customer Reviews Styling
 * ----------------------------------------------- */
.sk-reviews-heading {
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    margin-bottom: 25px !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

.sk-reviews-summary-card {
    display: flex !important;
    flex-wrap: wrap !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    align-items: center !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

/* Column 1: Rating Score */
.sk-rating-score-col {
    flex: 1 !important;
    min-width: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border-right: 1px dotted #cbd5e1 !important;
}

.sk-rating-number-wrap {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
}

.sk-rating-average {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #f1c40f !important;
    line-height: 1 !important;
}

.sk-rating-max {
    font-size: 24px !important;
    color: #777 !important;
    font-weight: 600 !important;
    margin-left: 2px !important;
}

.sk-rating-stars-wrapper {
    margin: 10px 0 !important;
}

.sk-reviews-summary-card .star-rating {
    float: none !important;
    margin: 0 auto !important;
    display: inline-block !important;
    font-size: 20px !important;
    width: 110px !important;
    height: 20px !important;
    line-height: 1 !important;
}

.sk-reviews-summary-card .star-rating::before {
    color: #e2e8f0 !important;
    content: '★★★★★' !important;
    letter-spacing: 2px !important;
}

.sk-reviews-summary-card .star-rating span::before {
    color: #f1c40f !important;
    content: '★★★★★' !important;
    letter-spacing: 2px !important;
}

.sk-rating-count-text {
    font-size: 13px !important;
    color: #64748b !important;
    margin-top: 8px !important;
    font-weight: 500 !important;
}

/* Column 2: Histogram Bars */
.sk-rating-histogram-col {
    flex: 1.5 !important;
    min-width: 280px !important;
    padding: 10px 35px !important;
    border-right: 1px dotted #cbd5e1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.sk-histogram-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.sk-histogram-label {
    width: 32px !important;
    color: #475569 !important;
    white-space: nowrap !important;
    text-align: right !important;
}

.sk-star-yellow {
    color: #f1c40f !important;
}

.sk-histogram-bar-bg {
    flex: 1 !important;
    height: 10px !important;
    background-color: #f1f5f9 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    position: relative !important;
    border: 1px solid #e2e8f0 !important;
}

.sk-histogram-bar-fill {
    height: 100% !important;
    background-color: #cbd5e1 !important;
    border-radius: 999px !important;
    transition: width 0.3s ease !important;
}

.sk-histogram-count {
    width: 28px !important;
    text-align: left !important;
    color: #64748b !important;
    font-size: 13px !important;
}

/* Column 3: Action Button */
.sk-rating-action-col {
    flex: 1 !important;
    min-width: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
}

.sk-write-review-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #1e293b !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

.sk-write-review-btn:hover {
    background-color: #ed0016 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 15px -3px rgba(237, 0, 22, 0.15) !important;
}

/* Responsive Summary Card */
@media (max-width: 767px) {
    .sk-reviews-summary-card {
        flex-direction: column !important;
        padding: 20px !important;
        align-items: stretch !important;
    }

    .sk-rating-score-col,
    .sk-rating-histogram-col,
    .sk-rating-action-col {
        border-right: none !important;
        padding: 20px 0 !important;
    }

    .sk-rating-score-col {
        border-bottom: 1px dotted #cbd5e1 !important;
    }

    .sk-rating-histogram-col {
        border-bottom: 1px dotted #cbd5e1 !important;
        padding: 20px 10px !important;
    }
}

/* Reviews List Styles */
.woocommerce-Reviews .commentlist {
    list-style: none !important;
    margin: 40px 0 20px 0 !important;
    padding: 0 !important;
}

.woocommerce-Reviews .commentlist li {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    list-style: none !important;
}

.woocommerce-Reviews .commentlist li:last-child {
    border-bottom: none !important;
}

.woocommerce-Reviews .commentlist li img.avatar {
    float: left !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 1px solid #e2e8f0 !important;
    margin-right: 15px !important;
    padding: 2px !important;
    background: #fff !important;
}

.woocommerce-Reviews .commentlist li .comment-text {
    margin-left: 65px !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.woocommerce-Reviews .commentlist li .comment-text .meta {
    font-size: 13px !important;
    color: #64748b !important;
    margin-bottom: 8px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.woocommerce-Reviews .commentlist li .comment-text .meta strong {
    color: #1e293b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.woocommerce-Reviews .commentlist li .comment-text .description {
    font-size: 15px !important;
    color: #334155 !important;
    line-height: 1.75 !important;
}

/* Star rating under individual comments */
.woocommerce-Reviews .commentlist li .comment-text .star-rating {
    float: none !important;
    margin: 0 !important;
    display: inline-block !important;
    font-size: 14px !important;
    width: 75px !important;
    height: 15px !important;
    line-height: 1 !important;
}

.woocommerce-Reviews .commentlist li .comment-text .star-rating::before {
    color: #e2e8f0 !important;
    content: '★★★★★' !important;
    letter-spacing: 1px !important;
}

.woocommerce-Reviews .commentlist li .comment-text .star-rating span::before {
    color: #f1c40f !important;
    content: '★★★★★' !important;
    letter-spacing: 1px !important;
}

/* Noreviews text centering */
p.woocommerce-noreviews {
    text-align: center !important;
    font-size: 15px !important;
    color: #64748b !important;
    margin: 40px 0 !important;
    font-weight: 500 !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

/* Review Form Overrides */
#review_form_wrapper {
    border-radius: 8px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 30px !important;
    background: #f8fafc !important;
    margin-top: 30px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
}

#review_form_wrapper .comment-reply-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 20px !important;
    display: block !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

#review_form_wrapper form p {
    margin-bottom: 18px !important;
}

#review_form_wrapper form label {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

#review_form_wrapper form input[type="text"],
#review_form_wrapper form input[type="email"],
#review_form_wrapper form textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #1e293b !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}

#review_form_wrapper form input[type="text"]:focus,
#review_form_wrapper form input[type="email"]:focus,
#review_form_wrapper form textarea:focus {
    border-color: #ed0016 !important;
    box-shadow: 0 0 0 3px rgba(237, 0, 22, 0.1) !important;
}

#review_form_wrapper form select {
    padding: 10px 14px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    color: #1e293b !important;
    outline: none !important;
}

#review_form_wrapper input[type="submit"] {
    background-color: #1e293b !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 12px 28px !important;
    border-radius: 4px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

#review_form_wrapper input[type="submit"]:hover {
    background-color: #ed0016 !important;
}

/* ==========================================================================
   CUSTOM MOBILE BOTTOM BAR REDESIGN
   ========================================================================== */

/* Hide by default on desktop */
.sk-custom-bottom-bar {
    display: none !important;
}

@media (max-width: 767px) {

    /* Main bottom bar container */
    .sk-custom-bottom-bar {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999;
        background-color: #ffffff;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #e2e8f0;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        width: 100% !important;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
    }

    /* Row 1: Action buttons row (Only on single product pages) */
    .sk-bottom-action-row {
        display: flex !important;
        gap: 12px !important;
        padding: 10px 16px !important;
        border-bottom: 1px solid #f1f5f9 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sk-bottom-action-row button {
        flex: 1 !important;
        height: 46px !important;
        border: none !important;
        border-radius: 4px !important;
        font-family: inherit !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        outline: none !important;
        letter-spacing: 0.5px !important;
        transition: opacity 0.2s ease !important;
    }

    .sk-bottom-add-to-cart-btn {
        background-color: #ed0016 !important;
        color: #ffffff !important;
    }

    .sk-bottom-add-to-cart-btn:hover,
    .sk-bottom-add-to-cart-btn:active {
        opacity: 0.9 !important;
    }

    .sk-bottom-buy-it-now-btn {
        background-color: #111111 !important;
        color: #ffffff !important;
    }

    .sk-bottom-buy-it-now-btn:hover,
    .sk-bottom-buy-it-now-btn:active {
        opacity: 0.9 !important;
    }

    /* Highlight error style for WooCommerce variation selectors */
    .variations select.sk-highlight-error {
        border-color: #ed0016 !important;
        background-color: #fff5f5 !important;
        box-shadow: 0 0 0 3px rgba(237, 0, 22, 0.15) !important;
        animation: skShake 0.4s ease-in-out !important;
    }

    @keyframes skShake {

        0%,
        100% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-4px);
        }

        75% {
            transform: translateX(4px);
        }
    }

    /* Row 2: Navigation row (On all pages on mobile) */
    .sk-bottom-nav-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 60px !important;
        padding: 0 8px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .sk-bottom-nav-item {
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        color: #64748b !important;
        /* Premium Slate Grey */
        font-family: inherit !important;
        transition: color 0.2s ease !important;
        cursor: pointer !important;
    }

    .sk-bottom-nav-item:hover,
    .sk-bottom-nav-item:focus,
    .sk-bottom-nav-item:active {
        color: #ed0016 !important;
    }

    .sk-bottom-nav-item i {
        font-size: 20px !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
        display: inline-block !important;
    }

    /* Make WhatsApp green for brand consistency */
    .sk-bottom-nav-item i.klbth-icon-whatsapp {
        color: #25d366 !important;
    }

    .sk-bottom-nav-item:hover i.klbth-icon-whatsapp,
    .sk-bottom-nav-item:active i.klbth-icon-whatsapp {
        color: #128c7e !important;
    }

    .sk-bottom-nav-item span {
        font-size: 10px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        display: block !important;
        padding-top: 3px;
        text-align: center;
    }

    /* Cart badge wrapper */
    .sk-bottom-cart-icon-wrapper {
        position: relative !important;
        display: inline-block !important;
    }

    .mobile-cart-count-badge {
        position: absolute !important;
        top: -6px !important;
        right: -8px !important;
        background: #ed0016 !important;
        color: #ffffff !important;
        font-size: 9px !important;
        font-weight: 800 !important;
        width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
        box-shadow: 0 0 0 1px #ffffff !important;
    }

    /* Body padding so content is not blocked by bottom bar */
    body {
        padding-bottom: 60px !important;
    }

    body.single-product {
        padding-bottom: 126px !important;
    }

    /* Hide competing elements on mobile view */
    #moderncart-floating-cart,
    .mobile-bottom-menu,
    .partdo-product-bottom-popup-cart,
    .partdo-sticky-single-cart {
        display: none !important;
    }
}

/* ==========================================================================
   CUSTOM RELATED PRODUCTS REDESIGN ("You may also like")
   ========================================================================== */

.sk-related-products-section {
    margin: 50px auto 30px;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.sk-related-heading {
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #111111 !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    position: relative;
    padding-bottom: 8px;
    font-family: 'Outfit', 'Inter', sans-serif !important;
}

.sk-related-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ed0016;
}

/* Simple Horizontal Scrollable Slider */
.sk-related-products-slider {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 18px !important;
    padding: 10px 4px 20px !important;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.sk-related-products-slider::-webkit-scrollbar {
    height: 6px;
}

.sk-related-products-slider::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 99px;
}

.sk-related-products-slider::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 99px;
}

.sk-related-products-slider::-webkit-scrollbar-thumb:hover {
    background-color: #ed0016;
}

/* Card Styling matching mockup precisely */
.sk-related-card {
    flex: 0 0 280px !important;
    /* Fixed width for horizontal scrolling */
    scroll-snap-align: start !important;
    background: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 6px !important;
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    position: relative;
}

.sk-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06) !important;
}

.sk-related-image-wrapper {
    width: calc(100% + 32px) !important;
    margin-left: -16px !important;
    margin-top: -16px !important;
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    background: #f5f5f5 !important;
    border-radius: 6px 6px 0 0 !important;
}

.sk-related-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.sk-related-card:hover .sk-related-img {
    transform: scale(1.04);
}

.sk-related-info {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* Red Pill Category/Status Badge */
.sk-related-cat-badge {
    background-color: #ed0016 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 4px 12px !important;
    border-radius: 99px !important;
    display: inline-flex !important;
    align-self: flex-start !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.5px !important;
}

/* Product Title */
.sk-related-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    font-family: 'Outfit', 'Inter', sans-serif !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.sk-related-title a {
    color: #111111 !important;
    text-decoration: none !important;
}

.sk-related-title a:hover {
    color: #ed0016 !important;
}

/* Product Short Subtitle */
.sk-related-subtitle {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.35 !important;
    margin: 0 0 12px !important;
    height: 32px !important;
    /* Cap height to 2 lines */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/* Price & MRP Row */
.sk-related-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: auto !important;
    margin-bottom: 16px !important;
}

.sk-related-price {
    font-size: 20px !important;
    font-weight: 950 !important;
    color: #111111 !important;
    line-height: 1 !important;
}

.sk-related-mrp {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
}

/* Outline Discount Badge matching mockup */
.sk-related-discount-badge {
    margin-left: auto !important;
    border: 1.5px solid #ed0016 !important;
    border-radius: 99px !important;
    color: #ed0016 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 3px 8px !important;
    line-height: 1 !important;
    background: #ffffff !important;
}

/* Black Add to Cart Button */
.sk-related-action {
    margin-top: auto !important;
    width: 100% !important;
}

.sk-related-cart-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    background-color: #111111 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, opacity 0.2s ease !important;
    cursor: pointer !important;
    letter-spacing: 0.3px !important;
}

.sk-related-cart-btn:hover {
    background-color: #ed0016 !important;
    color: #ffffff !important;
}

.sk-related-cart-btn.loading {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.sk-related-cart-btn.added::after {
    content: ' ✓' !important;
}

/* Mobile responsive media query adjustments */
@media (max-width: 767px) {
    .sk-related-products-section {
        margin: 30px auto 20px !important;
        padding: 0 10px !important;
    }

    .sk-related-card {
        flex: 0 0 240px !important;
        /* Narrower width for swipe layout on mobile */
        padding: 12px !important;
    }

    .sk-related-image-wrapper {
        height: 160px !important;
    }

    .sk-related-title {
        font-size: 14px !important;
    }

    .sk-related-price {
        font-size: 18px !important;
    }

}

/* ================================================
   My Account Login & Registration Page
   ================================================ */
.sk-auth-page-wrapper {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.sk-auth-container {
    display: grid;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.sk-auth-container.sk-has-register {
    grid-template-columns: 1fr 1fr;
}

.sk-auth-container.sk-no-register {
    grid-template-columns: 1fr;
    max-width: 500px;
}

.sk-auth-card {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
}

.sk-auth-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-top: 0;
    margin-bottom: 24px;
    border-bottom: 2px solid #ed0016;
    padding-bottom: 10px;
    display: inline-block;
}

.sk-auth-card label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.sk-auth-card input.input-text {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 15px;
    color: #1f2937;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sk-auth-card input.input-text:focus {
    border-color: #ed0016;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(237, 0, 22, 0.15);
}

.sk-auth-card p.form-row {
    margin-bottom: 20px;
}

.sk-auth-card p.form-row:last-child {
    margin-bottom: 0;
}

.sk-auth-card .required {
    color: #ed0016;
    text-decoration: none;
}

/* Login actions & Remember me */
.sk-login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.sk-auth-card label.woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 0;
}

.sk-auth-card label.woocommerce-form-login__rememberme input {
    margin-right: 8px;
    accent-color: #ed0016;
    width: 16px;
    height: 16px;
}

/* Submit button */
.sk-auth-card button.button {
    background-color: #ed0016 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background-color 0.15s ease-in-out !important;
    width: auto !important;
    height: auto !important;
}

.sk-auth-card button.button:hover {
    background-color: #c40012 !important;
}

.sk-auth-card .lost_password {
    margin-top: 15px;
    text-align: left;
}

.sk-auth-card .lost_password a {
    color: #4b5563;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.15s ease-in-out;
}

.sk-auth-card .lost_password a:hover {
    color: #ed0016;
}

.sk-reg-desc-text {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sk-auth-card .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sk-auth-card .woocommerce-privacy-policy-text a {
    color: #ed0016;
    text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 768px) {
    .sk-auth-page-wrapper {
        padding: 40px 0;
    }
    
    .sk-auth-container.sk-has-register {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sk-auth-card {
        padding: 30px 20px;
    }
}

/* ================================================
   Login Modal Overlay (OTPless style)
   ================================================ */
body.sk-modal-open {
    overflow: hidden;
}

.sk-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sk-modal-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.sk-modal-wrapper {
    position: relative;
    max-width: 760px;
    width: 90%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

.sk-modal-content {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 380px;
}

/* Left Column (Brand & Promo) */
.sk-modal-left {
    background-color: #000;
    color: #fff;
    padding: 30px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sk-modal-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.sk-modal-brand span {
    width: 26px;
    height: 26px;
    background: #ed0016;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.sk-modal-brand strong {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.sk-modal-left h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
}

.sk-modal-slider-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.sk-slider-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.sk-slider-icon {
    font-size: 18px;
    color: #ffd700;
    line-height: 1;
}

.sk-slider-text strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.sk-slider-text p {
    font-size: 11px;
    color: #ccc;
    line-height: 1.4;
    margin: 0;
}

.sk-modal-slider-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.sk-modal-slider-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.sk-modal-slider-dots .dot.active {
    background: #fff;
}

/* Right Column (Phone Form) */
.sk-modal-right {
    background: #fff;
    color: #111;
    padding: 30px 40px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.sk-modal-right h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0f1c3f;
    margin: 10px 0 25px;
    text-align: center;
}

.sk-phone-input-group {
    display: flex;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 48px;
}

.sk-phone-input-group:focus-within {
    border-color: #ed0016;
    box-shadow: 0 0 0 3px rgba(237, 0, 22, 0.12);
}

.sk-country-code {
    background: #f3f4f6;
    border-right: 1px solid #d1d5db;
    padding: 0 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #374151;
    font-size: 15px;
}

.sk-phone-input-group input[type="tel"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    color: #1f2937 !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 100% !important;
    margin: 0 !important;
}

.sk-modal-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 12px;
}

.sk-modal-consent label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #6b7280;
    margin: 0;
}

.sk-modal-consent input[type="checkbox"] {
    accent-color: #ed0016;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 0;
}

.sk-modal-consent .read-details-link {
    color: #4b5563;
    text-decoration: underline;
    white-space: nowrap;
}

.sk-modal-submit-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 100%;
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.15s ease;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.sk-modal-submit-btn:hover {
    background: #ed0016;
}

.sk-modal-alt-login {
    text-align: center;
    margin-top: 10px;
}

.sk-modal-alt-login a {
    color: #6b7280;
    font-size: 12px;
    text-decoration: underline;
}

.sk-modal-alt-login a:hover {
    color: #ed0016;
}

.sk-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 25px;
    font-size: 10px;
    color: #9ca3af;
}

.sk-modal-footer .otp-lightning-icon {
    color: #ffd700;
    font-size: 12px;
}

/* Close Button */
.sk-modal-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    z-index: 1000000;
    line-height: 1;
    padding: 0 0 1px 0;
    box-sizing: border-box;
}

.sk-modal-close:hover {
    transform: scale(1.08);
}

/* Responsive modal */
@media (max-width: 680px) {
    .sk-modal-content {
        grid-template-columns: 1fr;
    }
    
    .sk-modal-left {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        border-bottom-left-radius: 0;
        padding: 24px;
    }
    
    .sk-modal-right {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        border-top-right-radius: 0;
        padding: 24px;
    }
    
    .sk-modal-left h3 {
        margin-bottom: 20px;
    }
}

/* Step Screen Transitions */
.sk-auth-step {
    display: none;
}

.sk-auth-step.active {
    display: block;
}

/* OTP Code Input Display */
.sk-otp-digits-container {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 20px;
}

.sk-otp-digit {
    width: 44px;
    height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.15s, box-shadow 0.15s;
    background: #fff !important;
}

.sk-otp-digit:focus {
    border-color: #ed0016 !important;
    box-shadow: 0 0 0 3px rgba(237, 0, 22, 0.12) !important;
}

.sk-otp-notification {
    background-color: rgba(237, 0, 22, 0.06);
    border: 1px dashed #ed0016;
    border-radius: 8px;
    color: #ed0016;
    padding: 12px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
}

.sk-otp-sent-to-text {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 24px;
    text-align: center;
}

.sk-otp-sent-to-text strong {
    color: #111;
}

/* Consent Details Overlay Card */
.sk-consent-details-card {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 99;
    padding: 32px 20px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sk-consent-details-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sk-consent-details-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    color: #111827; /* Dark black to match screenshot */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.15s ease;
}

.sk-consent-details-close:hover {
    color: #ed0016; /* Hover highlight red */
}

.sk-consent-details-content {
    font-size: 13px;
    color: #374151; /* Charcoal gray */
    line-height: 1.6;
    overflow-y: auto;
    text-align: left;
    height: 100%;
    padding-right: 5px;
}

.sk-consent-details-content p {
    margin: 0;
}

.sk-consent-details-content a {
    color: #111827; /* Matches text color in screenshot */
    text-decoration: underline;
    font-weight: 600;
}

.sk-consent-details-content a:hover {
    color: #ed0016;
}

/* ================================================
   User Account Dashboard (My Account Page)
   ================================================ */
body.woocommerce-account {
    background-color: #f4f6f8 !important;
}

body.woocommerce-account #main,
body.woocommerce-account #content,
body.woocommerce-account .site-content,
body.woocommerce-account .shop-container,
body.woocommerce-account .entry-content,
body.woocommerce-account .post-content {
    background-color: #f4f6f8 !important;
    background: #f4f6f8 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.sk-account-dashboard-wrapper {
    background-color: #f4f6f8;
    padding: 60px 0;
    width: 100%;
}

.sk-account-dashboard-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Sidebar Layout */
.sk-account-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sk-sidebar-user-card {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.sk-user-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.sk-user-card-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sk-user-card-name {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    text-decoration: none !important;
}

.sk-user-card-name:hover {
    color: #0055ff;
}

.sk-user-card-meta {
    font-size: 12px;
    color: #6b7280;
}

.sk-user-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #0055ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 6px rgba(0, 85, 255, 0.15);
}

.sk-user-card-divider {
    height: 1px;
    background-color: #e5e8ec;
    margin: 20px 0 15px;
}

.sk-user-card-orders {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #4b5563;
    text-decoration: none !important;
}

.sk-user-card-orders:hover {
    color: #0055ff;
}

.sk-user-card-orders strong {
    color: #111;
}

/* Sidebar Nav Menu */
.sk-sidebar-nav-section {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.sk-sidebar-nav-title {
    font-size: 13px;
    font-weight: 800;
    color: #4b5563;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sk-sidebar-nav-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sk-sidebar-nav-menu ul li {
    border-bottom: 1px solid #f3f4f6;
    margin: 0 !important;
}

.sk-sidebar-nav-menu ul li:last-child {
    border-bottom: none;
}

.sk-nav-link-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    text-decoration: none !important;
    color: #4b5563 !important;
    transition: color 0.15s ease;
}

.sk-nav-icon {
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
}

.sk-nav-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.sk-nav-text .sk-nav-title {
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.sk-nav-text .sk-nav-desc {
    font-size: 11px;
    color: #9ca3af;
}

.sk-nav-arrow {
    color: #d1d5db;
    font-size: 18px;
    margin-left: auto;
    font-weight: bold;
}

.sk-nav-link-item:hover {
    color: #0055ff !important;
}

.sk-nav-link-item:hover .sk-nav-icon {
    color: #0055ff;
}

.sk-sidebar-nav-menu ul li.sk-active .sk-nav-link-item {
    color: #0055ff !important;
}

.sk-sidebar-nav-menu ul li.sk-active .sk-nav-icon {
    color: #0055ff;
}

.sk-sidebar-nav-menu ul li.sk-active .sk-nav-arrow {
    color: #0055ff;
}

.sk-nav-link-item.sk-logout-item {
    color: #ed0016 !important;
}

.sk-nav-link-item.sk-logout-item .sk-nav-icon {
    color: #ed0016;
}

.sk-nav-link-item.sk-logout-item:hover {
    opacity: 0.85;
}

/* Content Panel Wrapper */
.sk-account-content-area {
    min-width: 0;
}

.sk-dashboard-content-card {
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    min-height: 480px;
}

/* Profile Details Card inside Dashboard */
.sk-profile-card {
    width: 100%;
}

.sk-profile-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e8ec;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sk-profile-card-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
}

.sk-profile-edit-btn {
    color: #0055ff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.sk-profile-edit-btn:hover {
    text-decoration: underline !important;
    opacity: 0.85;
}

.sk-profile-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.sk-profile-field-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sk-field-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    flex-shrink: 0;
}

.sk-field-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sk-field-label {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sk-field-value {
    font-size: 15px;
    color: #1f2937;
    font-weight: 700;
}

/* Responsive Dashboard layout */
@media (max-width: 900px) {
    .sk-account-dashboard-inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .sk-dashboard-content-card {
        padding: 30px 20px;
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .sk-profile-fields {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* WooCommerce Edit Address Page Restyling */



/* Header Live Search Toggle Restyling */
.sk-header-search-form {
    display: none;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0 16px;
    height: 40px;
    flex: 1;
    max-width: 600px;
    margin: 0 30px;
    box-sizing: border-box;
    position: relative;
}

.sk-main-nav-inner.sk-search-open .sk-header-search-form {
    display: flex !important;
}

.sk-main-nav-inner.sk-search-open .sk-nav-links {
    display: none !important;
}

.sk-search-icon-left {
    color: #64748b;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}

.sk-search-input {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 38px !important;
    font-size: 14px !important;
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
}

.sk-search-input::placeholder {
    color: #94a3b8;
    font-size: 14px;
}

.sk-search-close-btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 12px !important;
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease;
}

.sk-search-close-btn:hover {
    color: #ed0016;
}

/* Make sure mobile views are handled correctly */
@media (max-width: 768px) {
    .sk-main-nav-inner {
        position: relative;
    }
    .sk-main-nav-inner.sk-search-open .sk-header-search-form {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 16px;
        background: #ffffff;
        z-index: 10000;
        display: flex !important;
        align-items: center;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #e2e8f0;
    }
    .sk-search-input {
        height: 38px !important;
        font-size: 16px !important; /* Prevents zoom on focus in iOS */
    }
}

/* Search Results Dropdown */
.sk-search-results-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    display: none;
    overflow: hidden;
    max-height: 480px;
    text-align: left;
}

.sk-search-results-list {
    display: flex;
    flex-direction: column;
}

.sk-search-result-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none !important;
    color: #0f172a !important;
    transition: background-color 0.15s ease;
}

.sk-search-result-item:hover {
    background-color: #f8fafc;
}

.sk-search-item-thumb {
    width: 54px;
    height: 54px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    flex-shrink: 0;
}

.sk-search-item-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sk-search-item-no-img {
    width: 100%;
    height: 100%;
    background: #f1f5f9;
}

.sk-search-item-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.sk-search-item-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.3px;
    line-height: 1.3;
}

.sk-search-item-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sk-search-item-price {
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.sk-search-item-price ins {
    text-decoration: none !important;
    font-weight: 700;
    color: #1a1a1a;
}

.sk-search-item-price del {
    color: #94a3b8;
    margin-left: 6px;
    font-size: 12px;
}

.sk-search-discount-badge {
    background: transparent;
    color: #ed0016;
    border: 1.5px solid #ed0016;
    border-radius: 100px;
    padding: 1px 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.sk-search-no-results {
    padding: 20px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.sk-search-submit-bar {
    width: 100% !important;
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 14px 16px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.15s ease !important;
    height: auto !important;
    line-height: 1 !important;
}

.sk-search-submit-bar:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

/* ==========================================================================
   CUSTOM SEARCH RESULTS PAGE REDESIGN
   ========================================================================== */

/* Search container adjustments */
.sk-search-page-container {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fcfcfc !important;
}

/* Search Header Layout */
.sk-search-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sk-search-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    color: #111111 !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.sk-search-count {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

/* Sidebar Custom Filters Accordion */
.sk-search-sidebar {
    padding-right: 25px;
}

.sk-search-sidebar .sidebar-inner {
    background: #f8f9fa !important;
    padding: 30px 24px !important;
    border: 1px solid #f1f5f9 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.sk-filter-main-title {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #1e293b !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
}

.sk-filter-accordion {
    border-top: 1px solid #e2e8f0 !important;
}

.sk-filter-section {
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 16px 0 !important;
}

.sk-filter-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    user-select: none !important;
    padding: 4px 0 !important;
}

.sk-filter-header span {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    text-transform: none !important;
}

.sk-filter-header i {
    display: none !important;
}

/* CSS Chevron Down Arrow */
.sk-filter-header::after {
    content: '' !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 1.5px solid #64748b !important;
    border-bottom: 1.5px solid #64748b !important;
    transform: rotate(-45deg) !important;
    transition: transform 0.2s ease !important;
    margin-top: -2px !important;
    margin-right: 4px !important;
}

.sk-filter-section.active .sk-filter-header::after {
    transform: rotate(45deg) !important;
    margin-top: -4px !important;
}

.sk-filter-content {
    display: none;
    padding-top: 14px;
    padding-bottom: 4px;
}

.sk-filter-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sk-filter-list li {
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.sk-filter-list li:last-child {
    margin-bottom: 0 !important;
}

.sk-filter-list a {
    font-size: 13px;
    color: #666666 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.15s ease, font-weight 0.15s ease;
}

.sk-filter-list a:hover {
    color: #ed0016 !important;
}

.sk-filter-list a.active {
    color: #111111 !important;
    font-weight: 700 !important;
}

.sk-filter-clear {
    color: #ed0016 !important;
    font-size: 12px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    display: inline-block;
}

/* Color filter dots */
.sk-color-filter-list a {
    display: flex;
    align-items: center;
}

.sk-color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

/* Products Grid Column Flexbox Overrides */
.sk-search-products-column .products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.sk-search-products-column .products::before,
.sk-search-products-column .products::after {
    display: none !important;
}

/* Product Search Redesigned Cards Grid Overrides */
.sk-search-products-column .sk-launch-card {
    flex: 0 0 calc((100% - 40px) / 3) !important;
    max-width: calc((100% - 40px) / 3) !important;
    margin-right: 20px !important;
    margin-bottom: 25px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 2px !important;
    padding: 0 16px 16px !important;
    min-height: 420px !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.sk-search-products-column .sk-launch-card:nth-child(3n) {
    margin-right: 0 !important;
}

.sk-search-products-column .sk-launch-image {
    height: 242px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 -16px 0 !important;
    width: calc(100% + 32px) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.sk-search-products-column .sk-launch-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.sk-search-products-column .sk-launch-label {
    background: #f20522 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    min-height: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin-bottom: 13px !important;
    padding: 4px 8px !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sk-search-products-column .sk-launch-card h3 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.sk-search-products-column .sk-launch-card h3 a {
    color: #111111 !important;
    text-decoration: none !important;
}

.sk-search-products-column .sk-launch-card h3 a:hover {
    color: #ed0016 !important;
}

.sk-search-products-column .sk-launch-card p {
    margin: 0 0 16px !important;
    min-height: 18px !important;
    color: #717171 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

.sk-search-products-column .sk-launch-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 8px !important;
}

.sk-search-products-column .sk-launch-price-row strong {
    font-size: 25px !important;
    font-weight: 900 !important;
    color: #111111 !important;
    line-height: 1 !important;
}

.sk-search-products-column .sk-launch-price-row del {
    color: #777777 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.sk-search-products-column .sk-launch-price-row span {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    box-shadow: none !important;
}

.sk-search-products-column .sk-launch-price-row span.sk-discount-badge {
    margin-left: auto !important;
    border: 3px solid #f20522 !important;
    border-radius: 999px !important;
    color: #f20522 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    padding: 5px 8px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.sk-search-products-column .sk-launch-emi {
    color: #111111 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    margin-bottom: 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.sk-search-products-column .sk-launch-cart {
    margin-top: auto !important;
    height: 35px !important;
    background: #181818 !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    width: 100% !important;
    cursor: pointer !important;
}

.sk-search-products-column .sk-launch-cart:hover {
    background: #ed0016 !important;
    color: #ffffff !important;
}

/* Swatches inside card */
.sk-card-color-swatches {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-top: 2px;
}

.sk-color-swatch-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #d0d0d0;
}

.sk-color-swatch-more {
    font-size: 9px;
    font-weight: 700;
    color: #888888;
    margin-left: 2px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .sk-search-products-column .sk-launch-card {
        flex: 0 0 calc((100% - 20px) / 2) !important;
        max-width: calc((100% - 20px) / 2) !important;
        margin-right: 20px !important;
    }
    .sk-search-products-column .sk-launch-card:nth-child(3n) {
        margin-right: 20px !important;
    }
    .sk-search-products-column .sk-launch-card:nth-child(2n) {
        margin-right: 0 !important;
    }
    .sk-search-sidebar {
        margin-bottom: 40px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .sk-search-products-column .sk-launch-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }
    .sk-search-products-column .sk-launch-card:nth-child(3n),
    .sk-search-products-column .sk-launch-card:nth-child(2n) {
        margin-right: 0 !important;
    }
    .sk-search-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Single Product Vertical Gallery Overrides (Thumbnails on the Left) */
@media (min-width: 992px) {
    .woocommerce-product-gallery.vertical {
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }
    
    .woocommerce-product-gallery.vertical .flex-viewport {
        width: calc(100% - 92px) !important;
        flex: 1 1 auto !important;
        margin: 0 !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical {
        width: 76px !important;
        flex: 0 0 76px !important;
        margin: 0 !important;
        position: relative !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-control-thumbs {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-control-thumbs li {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        list-style: none !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-control-thumbs li img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        border: 1px solid #d8d8d8 !important;
        border-radius: 4px !important;
        padding: 2px !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        opacity: 0.6 !important;
        transition: all 0.2s ease !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-control-thumbs li img:hover,
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-control-thumbs li img.flex-active {
        opacity: 1 !important;
        border-color: #f20522 !important;
    }
    
    /* Arrow navigation styling for vertical slider */
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav li {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 24px !important;
        height: 24px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f7f7f7 !important;
        border: 1px solid #d8d8d8 !important;
        border-radius: 50% !important;
        color: #333 !important;
        z-index: 10 !important;
        font-size: 0 !important; /* Hide default text */
        text-decoration: none !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a svg {
        width: 12px !important;
        height: 12px !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a.flex-prev {
        top: 0 !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a.flex-next {
        bottom: 0 !important;
    }
    
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a.flex-prev:before,
    .woocommerce-product-gallery.vertical .klb-flexslider-thumbnail.vertical .flex-direction-nav a.flex-next:before {
        display: none !important;
    }
}

/* -----------------------------------------------
 * Warranty Registration Form Styles
 * ----------------------------------------------- */
.sk-warranty-container {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 0;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    font-family: inherit;
}

.sk-warranty-main-title {
    color: #ed0016;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left;
}

.sk-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .sk-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.sk-form-group {
    position: relative;
    width: 100%;
}

.sk-form-group input[type="text"],
.sk-form-group input[type="email"],
.sk-form-group input[type="tel"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: #333333 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    height: 50px !important;
}

.sk-form-group input:focus {
    border-color: #ed0016 !important;
    box-shadow: 0 0 0 2px rgba(237, 0, 22, 0.1) !important;
}

/* Floating label design */
.sk-form-group label {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #ffffff !important;
    padding: 0 6px !important;
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    pointer-events: none !important;
    transition: all 0.25s ease !important;
}

/* Transition to float label on focus or filled input */
.sk-form-group input:focus ~ label,
.sk-form-group input:not(:placeholder-shown) ~ label {
    top: 0 !important;
    font-size: 12px !important;
    color: #ed0016 !important;
    font-weight: 700 !important;
}

/* Select option grouping */
.sk-form-group select {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: #333333 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    height: 50px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}

.sk-form-group select:focus {
    border-color: #ed0016 !important;
    box-shadow: 0 0 0 2px rgba(237, 0, 22, 0.1) !important;
}

/* Float label for custom select elements */
.sk-form-group.sk-select-group label {
    top: 50% !important;
}

.sk-form-group.sk-select-group select:focus ~ label,
.sk-form-group.sk-select-group select.has-value ~ label {
    top: 0 !important;
    font-size: 12px !important;
    color: #ed0016 !important;
    font-weight: 700 !important;
}

/* Custom phone group styling */
.sk-form-group-phone {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
}

.sk-phone-prefix {
    width: 130px !important;
    flex: 0 0 130px !important;
    position: relative !important;
}

.sk-phone-prefix select {
    width: 100% !important;
    padding: 14px 12px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    background: #ffffff !important;
    outline: none !important;
    height: 50px !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
}

.sk-phone-input-wrapper {
    flex-grow: 1 !important;
    position: relative !important;
}

.sk-phone-input-wrapper input {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    height: 50px !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.25s ease !important;
}

.sk-phone-input-wrapper input:focus {
    border-color: #ed0016 !important;
    box-shadow: 0 0 0 2px rgba(237, 0, 22, 0.1) !important;
}

.sk-phone-input-wrapper label {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #ffffff !important;
    padding: 0 6px !important;
    color: #777777 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    pointer-events: none !important;
    transition: all 0.25s ease !important;
}

.sk-phone-input-wrapper input:focus ~ label,
.sk-phone-input-wrapper input:not(:placeholder-shown) ~ label {
    top: 0 !important;
    font-size: 12px !important;
    color: #ed0016 !important;
    font-weight: 700 !important;
}

/* Date Input overrides */
.sk-form-group.sk-date-group label.sk-date-label {
    top: 0 !important;
    font-size: 12px !important;
    color: #777777 !important;
    font-weight: 700 !important;
}

.sk-form-group.sk-date-group input[type="date"] {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    height: 50px !important;
    box-sizing: border-box !important;
    outline: none !important;
    color: #333333 !important;
}

.sk-form-group.sk-date-group input[type="date"]:focus {
    border-color: #ed0016 !important;
}

.sk-form-group.sk-date-group input[type="date"]:focus ~ label.sk-date-label {
    color: #ed0016 !important;
}

/* File Upload Field */
.sk-file-upload-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    background: #ffffff !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.sk-file-upload-wrapper:hover {
    border-color: #ed0016 !important;
}

.sk-file-upload-text {
    font-size: 14px !important;
    color: #777777 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: calc(100% - 30px) !important;
}

.sk-file-upload-text.selected {
    color: #333333 !important;
    font-weight: 600 !important;
}

.sk-file-upload-icon {
    color: #777777 !important;
    display: flex !important;
    align-items: center !important;
    pointer-events: none !important;
}

.sk-file-upload-wrapper input[type="file"] {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Checkbox design */
.sk-form-terms {
    margin-top: 10px;
    margin-bottom: 24px;
}

.sk-checkbox-container {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding-left: 30px !important;
    cursor: pointer !important;
    user-select: none !important;
}

.sk-checkbox-container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.sk-checkmark {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 20px !important;
    width: 20px !important;
    background-color: #ffffff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}

.sk-checkbox-container:hover input ~ .sk-checkmark {
    border-color: #ed0016 !important;
}

.sk-checkbox-container input:checked ~ .sk-checkmark {
    background-color: #ed0016 !important;
    border-color: #ed0016 !important;
}

.sk-checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

.sk-checkbox-container input:checked ~ .sk-checkmark:after {
    display: block !important;
}

.sk-checkbox-container .sk-checkmark:after {
    left: 6px !important;
    top: 2px !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.sk-terms-text {
    font-size: 14px !important;
    color: #4b5563 !important;
}

.sk-terms-text a {
    color: #ed0016 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.sk-terms-text a:hover {
    text-decoration: underline !important;
}

/* Submit Button */
.sk-warranty-submit-btn {
    width: 100% !important;
    padding: 16px 24px !important;
    background-color: #111827 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
    box-shadow: 0 4px 6px -1px rgba(17, 24, 39, 0.15) !important;
}

.sk-warranty-submit-btn:hover {
    background-color: #ed0016 !important;
}

.sk-warranty-submit-btn:disabled {
    background-color: #9ca3af !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* AJAX Response Messages */
.sk-warranty-response {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.sk-warranty-response.success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}

.sk-warranty-response.error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}




/* -----------------------------------------------
 * Center Modal Quick Add Popup Styles
 * ----------------------------------------------- */
.sk-quick-add-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease-in-out !important;
}

.sk-quick-add-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.sk-quick-add-modal {
    position: relative !important;
    width: 860px !important;
    max-width: 92% !important;
    max-height: 90vh !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    transform: scale(0.9) !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    overflow-y: auto !important;
    padding: 40px !important;
    box-sizing: border-box !important;
}

.sk-quick-add-overlay.active .sk-quick-add-modal {
    transform: scale(1) !important;
}

.sk-quick-add-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #9ca3af !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    line-height: 1 !important;
    padding: 0 !important;
    z-index: 10 !important;
}

.sk-quick-add-close:hover {
    background-color: #f3f4f6 !important;
    color: #ed0016 !important;
    border-color: #ed0016 !important;
}

/* Modal Content Grid */
.sk-quick-add-product-wrapper {
    display: flex !important;
    gap: 40px !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .sk-quick-add-product-wrapper {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .sk-quick-add-modal {
        padding: 24px !important;
    }
}

.sk-quick-add-left {
    width: 40% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    flex-shrink: 0 !important;
}

@media (max-width: 768px) {
    .sk-quick-add-left {
        width: 100% !important;
    }
}

.sk-quick-add-main-image {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    position: relative !important;
}

.sk-quick-add-view-product {
    width: 100% !important;
    text-align: center !important;
}

.sk-quick-add-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    text-decoration: underline !important;
}

.sk-quick-add-link:hover {
    color: #ed0016 !important;
}

/* Right Column details */
.sk-quick-add-right {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.sk-quick-add-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
}

.sk-quick-add-desc {
    font-size: 13px !important;
    color: #6b7280 !important;
    line-height: 1.4 !important;
}

/* Price row styles */
.sk-quick-add-price-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.sk-price-now {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #ed0016 !important;
}

.sk-price-was {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #9ca3af !important;
}

.sk-quick-add-price-row .sk-discount-badge {
    background-color: #ed0016 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 3px 8px !important;
    border-radius: 999px !important;
    display: inline-block !important;
}

.sk-quick-add-tax-text {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-top: -8px !important;
}

/* Quantity and Buttons Row */
.sk-quick-add-form-wrapper form.cart {
    margin: 10px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

/* Select variations style */
.sk-quick-add-form-wrapper form.cart table.variations {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.sk-quick-add-form-wrapper form.cart table.variations tr {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
    border: none !important;
}

.sk-quick-add-form-wrapper form.cart table.variations td {
    padding: 0 !important;
    border: none !important;
}

.sk-quick-add-form-wrapper form.cart table.variations td.label {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #374151 !important;
}

.sk-quick-add-form-wrapper form.cart table.variations td.value select {
    width: 100% !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    outline: none !important;
    background-color: #ffffff !important;
}

/* WooCommerce native div wrap inside single forms */
.sk-quick-add-form-wrapper form.cart .woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

/* Quantity box customization */
.sk-quick-add-form-wrapper form.cart .quantity {
    display: flex !important;
    align-items: center !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    width: auto !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    gap: 8px !important;
}

.sk-quick-add-form-wrapper form.cart .quantity input.qty {
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    background: #f3f4f6 !important;
    color: #111827 !important;
    border-radius: 6px !important;
    -moz-appearance: textfield !important;
}

.sk-quick-add-form-wrapper form.cart .quantity input.qty::-webkit-outer-spin-button,
.sk-quick-add-form-wrapper form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.sk-quick-add-form-wrapper .quantity .minus,
.sk-quick-add-form-wrapper .quantity .plus {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background: #f3f4f6 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    transition: background 0.2s ease !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.sk-quick-add-form-wrapper .quantity .minus:hover,
.sk-quick-add-form-wrapper .quantity .plus:hover {
    background: #e5e7eb !important;
}

.sk-quick-add-form-wrapper .quantity .minus:after,
.sk-quick-add-form-wrapper .quantity .plus:after,
.sk-quick-add-form-wrapper .quantity .plus:before {
    display: none !important; /* Overriding parent layouts */
}

/* Buttons Container */
.sk-quick-add-buttons-container {
    display: flex !important;
    flex-grow: 1 !important;
    gap: 12px !important;
}

@media (max-width: 480px) {
    .sk-quick-add-buttons-container {
        flex-direction: column !important;
        width: 100% !important;
    }
}

/* Add to Cart button inside modal */
.sk-quick-add-form-wrapper form.cart button.single_add_to_cart_button {
    flex: 1 1 50% !important;
    height: 48px !important;
    background-color: #ed0016 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    text-transform: none !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sk-quick-add-form-wrapper form.cart button.single_add_to_cart_button:hover {
    background-color: #d10013 !important;
}

/* Buy it Now button style */
.sk-buy-it-now-btn {
    flex: 1 1 50% !important;
    height: 48px !important;
    background-color: #111827 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sk-buy-it-now-btn:hover {
    background-color: #000000 !important;
}

/* Loader style inside modal */
.sk-quick-add-loading {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 350px !important;
}

.sk-loader {
    width: 40px !important;
    height: 40px !important;
    border: 3px solid #f3f3f3 !important;
    border-top: 3px solid #ed0016 !important;
    border-radius: 50% !important;
    animation: sk-spin 1s linear infinite !important;
}

@keyframes sk-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Offers box at the bottom */
.sk-quick-add-offers-box {
    margin-top: 15px !important;
    border: 1px solid #111111 !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    background: #ffffff !important;
}

.sk-offer-cashback {
    display: flex !important;
}

.sk-offer-pill {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 3px 8px !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
}

.sk-offer-emi {
    font-size: 12px !important;
    color: #374151 !important;
    line-height: 1.4 !important;
}

.sk-emi-highlight {
    background-color: #ccffcc !important;
    color: #111827 !important;
    font-weight: 700 !important;
    padding: 1px 4px !important;
    border-radius: 2px !important;
}

.sk-offer-emi-details {
    margin-top: 4px !important;
    font-size: 11px !important;
    color: #4b5563 !important;
}

.sk-upi-badge {
    display: inline-block !important;
    border: 1px solid #0066cc !important;
    color: #0066cc !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    padding: 0px 4px !important;
    border-radius: 2px !important;
    line-height: 1.2 !important;
}

.sk-offer-emi-link {
    background-color: #111827 !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    border-radius: 3px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-left: 6px !important;
}

.sk-offer-emi-link:hover {
    background-color: #ed0016 !important;
    color: #ffffff !important;
}

/* -----------------------------------------------
 * Image Gallery and Arrow Navigation inside Modal
 * ----------------------------------------------- */
.sk-quick-add-image-gallery {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    position: relative !important;
}


.sk-quick-add-slider {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 280px !important;
}

.sk-quick-add-main-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease !important;
}

.sk-quick-add-main-img.active {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

.sk-quick-add-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    color: #ed0016 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 5 !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.sk-quick-add-arrow:hover {
    color: #b91c1c !important;
}

.sk-quick-add-arrow.prev {
    left: 0px !important;
}

.sk-quick-add-arrow.next {
    right: 0px !important;
}

/* Thumbnail row below slider */
.sk-quick-add-thumbs {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    width: 100% !important;
    justify-content: center !important;
    margin-top: 12px !important;
    flex-wrap: wrap !important;
}

.sk-quick-add-thumb {
    width: 56px !important;
    height: 56px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    background: #ffffff !important;
    padding: 2px !important;
}

.sk-quick-add-thumb:hover,
.sk-quick-add-thumb.active {
    border-color: #ed0016 !important;
}

.sk-quick-add-thumb img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* Hide WooCommerce / Partdo / GoKwik native Buy Now button inside modal */
.sk-quick-add-form-wrapper .buy_now_button,
.sk-quick-add-form-wrapper #buynow,
.sk-quick-add-form-wrapper button[name="buy_now"],
.sk-quick-add-form-wrapper button[name="partdo-buy-now"],
.sk-quick-add-form-wrapper .buy-now-btn,
.sk-quick-add-form-wrapper .gk-buy-now-btn,
.sk-quick-add-form-wrapper form.cart button#buynow,
.sk-quick-add-form-wrapper form.cart button.buy_now_button,
.sk-quick-add-form-wrapper form.cart button.gk-buy-now-btn,
.sk-quick-add-modal button#buynow,
.sk-quick-add-modal button.buy_now_button,
.sk-quick-add-modal button.gk-buy-now-btn {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Prevent body scrolling when modal is active */
body.sk-modal-open {
    overflow: hidden !important;
}

/* -------------------------------------------------------------------------
 * Custom Blogs & Archives Grid Redesign
 * ------------------------------------------------------------------------- */

.sk-blog-container {
    padding-top: 48px;
    padding-bottom: 80px;
}

.sk-blog-page-title {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #111111;
    margin: 0 0 36px 0;
    font-family: inherit;
    line-height: 1.1;
}

.sk-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-bottom: 48px;
}

.sk-blog-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.015);
}

.sk-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    border-color: #e0e0e0;
}

.sk-blog-card-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f8fafc;
    position: relative;
    border-bottom: 1px solid #f1f5f9;
}

.sk-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sk-blog-card:hover .sk-blog-card-media img {
    transform: scale(1.04);
}

.sk-blog-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.sk-blog-card-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #111111;
}

.sk-blog-card-title a {
    color: #111111;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sk-blog-card-title a:hover {
    color: #ed0016;
}

.sk-blog-card-excerpt {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sk-blog-card-date {
    margin-top: auto;
    font-size: 13px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.sk-blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 56px;
}

.sk-blog-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.sk-blog-pagination li a,
.sk-blog-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #ffffff;
}

.sk-blog-pagination li a:hover {
    border-color: #ed0016;
    color: #ed0016;
    background: #fff5f5;
}

.sk-blog-pagination li span.current {
    background: #ed0016;
    border-color: #ed0016;
    color: #ffffff;
}

.sk-blog-pagination li a i {
    font-size: 11px;
}

.sk-no-posts {
    font-size: 16px;
    color: #718096;
    text-align: center;
    padding: 48px 0;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .sk-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    
    .sk-blog-container {
        padding-top: 36px;
        padding-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .sk-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sk-blog-container {
        padding-top: 24px;
        padding-bottom: 48px;
    }
    
    .sk-blog-page-title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    
    .sk-blog-card-content {
        padding: 20px;
    }
    
    .sk-blog-card-title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    
    .sk-blog-card-excerpt {
        margin-bottom: 18px;
    }
}

/* Custom Added to Cart Toast Notification */
.sk-cart-toast {
    position: fixed;
    top: 24px;
    right: 24px;
    background: #ffffff;
    border-left: 4px solid #ed0016; /* Theme accent red border */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 9999999;
    max-width: 420px;
    width: calc(100% - 48px);
    box-sizing: border-box;
    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}

.sk-cart-toast.active {
    transform: translateX(0);
    opacity: 1;
}

.sk-cart-toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ecfdf5;
    color: #10b981;
    border-radius: 50%;
    flex-shrink: 0;
}

.sk-cart-toast-icon svg {
    width: 14px;
    height: 14px;
}

.sk-cart-toast-body {
    flex-grow: 1;
}

.sk-cart-toast-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 2px 0;
}

.sk-cart-toast-desc {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
}

.sk-cart-toast-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.sk-cart-toast-view-cart {
    background-color: #ed0016;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background-color 0.15s ease;
}

.sk-cart-toast-view-cart:hover {
    background-color: #c40012;
}

.sk-cart-toast-close {
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
}

.sk-cart-toast-close:hover {
    color: #111827;
}

/* Mobile responsive styles for toast */
@media (max-width: 576px) {
    .sk-cart-toast {
        top: 16px;
        right: 16px;
        left: 16px;
        width: calc(100% - 32px);
        transform: translateY(-120%);
    }
    
    .sk-cart-toast.active {
        transform: translateY(0);
    }
}

/* Added to Cart Success State for Quick Add Button */
.sk-quick-add-form-wrapper button.single_add_to_cart_button.sk-added-success {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
}

