
/* ==================== Main CSS ==================== */

.vivid-post-homepage-view .product-footer {
    height: 0px;
    overflow: hidden;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vivid-post-homepage-view .post-outer:hover .product-footer {
    transition: all 0.4s;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vivid-post-homepage-view .vivid-product-actionspost {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    transition: all 0.4s;
}

.vivid-post-homepage-view .vivid-add-to-wishlist {
    background: none;
    border: none;
    color: #000;
    font-size: 20px;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.vivid-post-homepage-view .vivid-add-to-wishlist:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    background: none;
    border: none;
}

.vivid-post-homepage-view .add-to-cart {
    background: var(--main-color);
    color: white;
    border-radius: 50px;
    padding: 8px 28px;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 12px;
}

.vivid-post-homepage-view .add-to-cart:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    background: var(--main-hover-color);

}

/* Disable cart button */
.disabled-button {
    pointer-events: none;
    opacity: 0.5;
}

.vivid-post-homepage-view .quick-view {
    border: none;
    background: none;
    font-size: 20px;
    color: black;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    color: var(--text-dark)
}

.vivid-post-homepage-view .quick-view:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    background: none;
    border: none;
    color: black;
}

/* ---------- SINGLE PRODUCT VIEW ---------- */
.product-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Home Page View */
.vivid-post-homepage-view .post-outer {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: var(--light-color);
}

.product-image {
    height: 300px;
    overflow: hidden;
}

.product-image a {
    height: 100%;
    display: flex;
}

.product-image a img {
    transition: all 0.3s ease-in-out;
}

.vivid-post-homepage-view .post-outer:hover .product-image img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.product-image img,
.post-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;

}

.vivid-product-variants {
    margin: 12px 0;
}

.vivid-variant-group {
    margin: 5px 0;
}

.vivid-variant-group strong {
    display: none;
}

.size-variants span {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #aaa;
    margin: 2px 8px;
    border-radius: 2px;
    font-size: 13px;
    transform: scale(1.2);
}

.image-variants span img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border: 1px solid #ddd;
    margin-right: 4px;
}

/* Full View */
.product-main-content {
    gap: 20px;
    padding: 20px;
    box-shadow: 0px 10px 12px #dedede6e;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*Main Left*/
.product-main-left {
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 10px;
    bottom: 10px;
    height: max-content;
    z-index: 10;
}


/* ----------------------- Fullpage view Main Slider----------------------------- */
.vivid-fullpage-slider {
    max-width: 750px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
    /* Space between slider and post content */
}

.vivid-fullpage-slider .product-slider {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vivid-fullpage-slider .vivid-main-slider {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.vivid-fullpage-slider .vivid-main-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.vivid-fullpage-slider .vivid-main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, transform-origin 0.2s ease;
    border-radius: 16px;
}

.vivid-fullpage-slider .zoom-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: crosshair;
}

.vivid-fullpage-slider .controls {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    gap: 5px;
    z-index: 20;
    background: rgba(255, 255, 255, 0.265);
    border: 1px solid #979696;
    padding: 6px;
    border-radius: 50px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(5px);
}

.vivid-fullpage-slider .vivid-control-btn {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #ececec, #b9bcbd);
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.vivid-fullpage-slider .vivid-control-btn:hover {
    background: linear-gradient(45deg, #005bb5, #007bff);
    transform: scale(1.1);
    color: white;
}

.vivid-fullpage-slider .vivid-control-btn.active {
    background: linear-gradient(45deg, #005bb5, #007bff);
    transform: scale(1.05);
    color: white;
}

.vivid-fullpage-slider .vivid-control-btn:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.vivid-fullpage-slider .vivid-control-btn.disabled {
    background: linear-gradient(45deg, #ccc, #ddd);
    cursor: not-allowed;
    opacity: 0.5;
}

.vivid-fullpage-slider .zoom-value {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.vivid-fullpage-slider .vivid-thumb-slider {
    width: 100%;
    padding: 10px;
    padding-left: 70px;
    position: relative;
    box-sizing: border-box;
}

.vivid-fullpage-slider .vivid-thumb-slider .swiper-slide {
    width: 90px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0.65;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.vivid-fullpage-slider .vivid-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #007bff;
}

.vivid-fullpage-slider .vivid-thumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vivid-fullpage-slider .vivid-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 35px;
    max-height: 35px;
    height: 35px;
    width: 35px;
    font-size: 15px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 0px;
}

.vivid-fullpage-slider .vivid-slider-nav:hover {
    background: var(--main-hover-color);
    transform: translateY(-50%) scale(1.1);
}

.vivid-fullpage-slider .vivid-slider-nav.prev {
    left: 10px;
    top: 35px;
}

.vivid-fullpage-slider .vivid-slider-nav.next {
    left: 10px;
    top: 75px;
}

.vivid-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.vivid-fullscreen.active {
    opacity: 1;
    visibility: visible;
}

.vivid-fullscreen .vivid-fullscreen-img {
    max-width: 100%;
    max-height: 95vh;
    height: 95vh;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.4s ease;
    cursor: grab;
    border-radius: 16px;
    z-index: 1002;
    position: relative;
}

.vivid-fullscreen .vivid-fullscreen-img.dragging {
    cursor: grabbing;
}

.vivid-fullscreen .vivid-fullscreen-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 26px;
    transition: all 0.3s ease;
    z-index: 1003;
}

.vivid-fullscreen .vivid-fullscreen-close:hover {
    background: rgba(255, 255, 255, 0.45);
    transform: rotate(90deg);
}

.vivid-fullscreen .fullscreen-main-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1003;
    transition: all 0.3s ease;
    font-size: 24px;
}

.vivid-fullscreen .fullscreen-main-nav:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-50%) scale(1.1);
}

.vivid-fullscreen .fullscreen-main-nav.prev {
    left: 30px;
}

.vivid-fullscreen .fullscreen-main-nav.next {
    right: 30px;
}

.vivid-fullscreen .vivid-fullscreen-controls {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 18px;
    z-index: 1003;
    background: #ffffff42;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid white;
    backdrop-filter: blur(5px);
}

.vivid-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 6px solid #e9ecef;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    z-index: 20;
}

.vivid-control-btn.fullscreen-zoom-in:active,
.vivid-control-btn.fullscreen-zoom-out:active,
.vivid-control-btn.fullscreen-reset:active {
    color: red;

}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Enhanced smooth transition styles */
.product-main-left {
    transition: transform 0.25s cubic-bezier(0.33, 1, 0.68, 1) !important;
    will-change: transform;
    backface-visibility: hidden;
}

.sticky-placeholder {
    transition: height 0.3s ease;
}

/* Ensure proper container behavior */
.product-main-content {
    position: relative;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .product-main-content {
        display: block;
    }

    /* Disable all sticky behavior on mobile */
    .product-main-left {
        position: static !important;
        width: auto !important;
        max-width: none !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    .sticky-placeholder {
        display: none !important;
    }
}


/*----------------------------Main post feactured image Slider-----------------------------------*/

.vivid-homepage-main-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}

.vivid-homepage-main-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}

.vivid-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.vivid-slider-nav.prev {
    left: 10px;
}

.vivid-slider-nav.next {
    right: 10px;
}

.vivid-post-homepage-view .swiper-button-next:after,
.vivid-post-homepage-view .swiper-button-prev:after {
    content: 'next';
    background: #ffffff;
    color: #000;
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(3px);
}

.vivid-post-homepage-view .swiper-button-prev:after {
    content: '\F12C';
    font-family: 'bootstrap-icons';
    position: absolute;
    left: -100px;
    transition: all 0.3s ease-in-out;

}

.vivid-post-homepage-view .swiper-button-next:after {
    content: '\F135';
    font-family: 'bootstrap-icons';
    position: absolute;
    right: -100px;
    transition: all 0.3s ease-in-out;
}

.vivid-post-homepage-view .post-outer:hover .swiper-button-prev:after {
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.vivid-post-homepage-view .post-outer:hover .swiper-button-next:after {
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.vivid-homepage-main-slider,
.vivid-homepage-main-slider .swiper-wrapper,
.vivid-homepage-main-slider .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 320px;
    transition: all 0.4s ease;
    border-radius: 0px;
}



.post-outer:hover .vivid-homepage-main-slider .swiper-slide img {
    scale: 1;
    transition: all 0.4s ease;
}

.vivid-homepage-main-slider .swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.4s ease;
    scale: 1.3;
    cursor: pointer;
}

.vivid-separate-actions {
    position: relative !important;
}

.vivid-separate-actions .home-post-sale {
    position: absolute;
    top: -310px;
    left: 0;
    z-index: 1;
    margin: 6px;
}

.vivid-separate-actions .homepage-badge-container {
    position: absolute;
    top: -280px;
    left: 0;
    z-index: 1;
    margin: 6px;

}

.vivid-separate-actions .vivid-product-sale {
    display: inline-block;
    left: 0 !important;
    background: #075c07;
    padding: 4px 12px;
    font-size: 10px;
    border-radius: 50px;
    color: white;
    font-weight: 900;
}

.vivid-separate-actions .home-post-brand {
    position: absolute;
    top: -310px;
    right: 0;
    z-index: 1;
    margin: 6px;
}

.home-post-brand .vivid-brand-image {
    height: 15px;
    width: 60px;
    background-color: white;
    border-radius: 50px;
    background-size: contain !important;
    border: 5px solid white;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    overflow: hidden;
}

.vivid-brand-image img{
    display: none;
}

.home-meta-tags {
    display: flex;
    justify-content: space-between;
}

.home-meta-tags .tag {
    padding: 4px 10px;
    background: #f8f8f8;
    border-radius: 6px;
    color: black;
    font-weight: 700;
    margin-left: auto;
}

/* Right Main*/
.product-main-right {
    position: sticky;
    top: 20px;
    bottom: 20px;
    height: max-content;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    z-index: 15;
}

.vivid-post-full-view .entry-content {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
}

.vivid-post-full-view .messages-main-container {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.vivid-post-full-view .tabs-content .entry-content {
    padding: 0px;
}

.vivid-post-full-view .product-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--main-color);
    margin: 12px 0;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.vivid-post-full-view .product-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-color);
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
}

.vivid-post-full-view .product-title:hover::after {
    width: 100%;
}

.vivid-post-full-view .after-heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 15px;
    gap: 50px;
}

.vivid-post-full-view .rating-summary {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid solid var(--border-color);
}

#product-stock.out-of-stock {
    background-color: rgba(249, 103, 103, 0.792);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    color: white;
    border: 1px solid red;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.139);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

#product-stock.in-stock {
    background-color: rgba(47, 179, 21, 0.726);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    color: white;
    border: 1px solid rgb(12, 141, 27);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.139);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

#product-stock {
    display: inline-block;
    padding: 6px 20px;
    border-bottom: 2px solid rgb(0, 0, 0);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.stock-number {
    color: rgb(12, 141, 27);
}

.stock-text {
    color: black;
    margin-left: 4px;
}

.vivid-post-full-view .product-off {
    position: absolute;
    top: 0;
    margin: 6px;
    background-color: #04e204;
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    left: 0;
    font-weight: bolder;
}

.product-price {
    display: flex;
    gap: 20px;
    margin:0px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
}

.vivid-post-full-view .vivid-product-old-price {
    display: inline-block;
    font-size: 20px;
    color: var(--text-dark);
    opacity: 0.1;
    font-weight: 900;
    text-decoration: line-through;
    padding: 5px 0px;
    letter-spacing: 2px;
}

.vivid-post-full-view .vivid-product-current-price {
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    color: var(--main-color);
}

.vivid-post-full-view .vivid-product-sale {
    background: var(--primary-background);
    padding: 6px 15px;
    border-radius: 4px;
    color: var(--main-color);
    letter-spacing: 5px;
}

.variant-preview span {
    display: block;
    background: var(--primary-background);
    padding: 32px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    word-spacing: 20px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.vivid-post-full-view .vivid-variants-container .clear-btn {
    display: none;
    color: var(--text-dark);
    font-size: 15px;
    cursor: pointer;
    padding: 6px;
    background-color: var(--secondary-background);
    border: 1px solid var(--border-color);
    border-radius: 20px;
}

.vivid-product-short-description {
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    padding: 12px 20px;
    margin: 20px;
    border-radius: 12px;
    line-height: 30px;
    word-spacing: 10px;
    letter-spacing: 2px;
}

.vivid-post-full-view .deal-timer {
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin: 10px;
    border: 2px solid #f8f8f8;
}

.vivid-countdown-timer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px 0;
    background-color: var(--secondary-background);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.vivid-countdown-box {
    background-color: rgba(255, 255, 255, 0.628);
    box-shadow: 0px 0px 10px 1px rgba(215, 215, 215, 0.461);
    border-radius: 10px;
    padding: 10px;
    min-width: 100px;
    backdrop-filter: blur(5px);
    border: 1px solid var(--border-color);
    padding: 12px;
}

.vivid-countdown-value {
    font-size: 50px;
    font-weight: bold;
    color: var(--main-color);
}

.countdown-label {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 5px;
    color: var(--main-hover-color);
}

.vivid-post-full-view .product-shipping {
    padding-left: 20px;
}

.vivid-post-full-view .vivid-variant-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0px;
}

.vivid-post-full-view .vivid-variant-group strong {
    display: block;
}

.vivid-post-full-view .image-variants span,
.vivid-post-full-view .color-variants span {
    border-radius: 8px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: none;
    outline: 1px solid #ddd;
    outline-offset: 4px;
    margin: 10px 5px;
    border: none;
    transition: all 0.3s ease-in-out;
    transform: scale(1.2);

}

.vivid-post-full-view .image-variants span img {
    object-fit: cover;
    height: 100%;
    width: 100%;

}

.vivid-post-full-view .image-variants span:hover,
.vivid-post-full-view .color-variants span:hover,
.vivid-post-full-view .size-variants span:hover {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    outline-color: black;
    border-color: black;
    color: blue;
    cursor: pointer;
}

.vivid-post-full-view .size-variants span {
    padding: 10px 25px;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}

.vivid-post-full-view .vivid-product-actions {
    margin-bottom: 20px;
}

.vivid-post-full-view .action-main-group {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin: 40px 0px;
    margin-bottom: 20px;
}

.vivid-post-full-view .action-group-1,
.vivid-post-full-view .action-group-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.vivid-post-full-view .action-group-3 {
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 15;
}

.vivid-post-full-view .action-group-3 .vivid-icon-btn {
    padding: 20px;
    text-decoration: none;
    color: black;
    display: flex;
    gap: 4px;
    color: var(--text-dark);

}

.vivid-post-full-view .action-group-3 .vivid-icon-btn:hover {
    color: #b3b3b3;
}

.vivid-post-full-view .vivid-quantity-selector {
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    height: 45px;
    align-items: center;
    padding: 4px;
    padding: 4px;

}

.vivid-size-guide-btn {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Full-screen overlay */
.size-chart-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    text-align: center;
}

/* Image inside overlay */
.size-chart-overlay .size-chart-image {
    max-width: 100%;
    max-height: 95vh;
    height: 95vh;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid white;
}

/* Close button */
.size-chart-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

.size-chart-overlay .close-btn:hover {
    color: #ccc;
}

/* Hide the raw size-guide text */
.size-chart-overlay .size-guide-raw {
    display: none;
}

.vivid-post-full-view .quantity-btn {
    background: none;
    border: none;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    height: fit-content;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
}

.vivid-post-full-view .quantity-btn:hover {
    background-color: #f1f1f1;
}

.vivid-post-full-view .quantity-input {
    width: 30px;
    border: none;
    text-align: center;
    font-size: 16px;
    outline: none;
    color: var(--text-dark);
    background: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.vivid-post-full-view .add-to-cart,
.vivid-post-full-view .direct-buy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--main-color);
    color: var(--text-light);
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s;
    width: calc(100% - 120px);
    height: 45px;
    padding: 4px;
    justify-content: center;
}

.vivid-post-full-view .direct-buy {
    width: 100%;
    background-color: var(--dark-color);
    opacity: 0.4;
}

.vivid-post-full-view .direct-buy:hover {
    background-color: var(--dark-color);
    opacity: 1;
}

.vivid-post-full-view .add-to-cart:hover {
    background-color: var(--main-hover-color);

}

.default-shipping-message,
.vivid-meta-info meta-1 strong,
.vivid-social-share-text {
    color: var(--text-dark);
}

.vivid-post-full-view .add-to-cart i {
    font-size: 18px;
}

.vivid-post-full-view .vivid-product-vivid-meta-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.vivid-post-full-view .vivid-meta-info {
    border-bottom: 2px solid var(--dark-color);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 50px;
}

.vivid-post-full-view .vivid-product-vivid-meta-info .tag {
    background: #eee;
    border-radius: 3px;
    padding: 2px 6px;
    margin: 2px;
    display: inline-block;
    font-size: 12px;
}

/* Social Icons */
.vivid-social-share {
    display: flex;
    gap: 8px;
    margin: 16px 0;
    align-items: center;
    justify-content: space-between;
}

.vivid-social-share .vivid-social-share-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid var(--main-color);
    transition: all 0.3s ease-in-out;
}

.social-icon:hover {
    background: var(--dark-color);
    color: var(--text-light);
    cursor: pointer;
    scale: 1.2;
    transition: all 0.3s ease-in-out;
}

.social-icon a {
    color: var(--main-color);
}

.social-icon:hover a {
    color: var(--text-light);
}

.vivid-post-full-view .vivid-safe-checkout {
    text-align: center;
    margin-top: 20px;
}

.vivid-post-full-view .payment-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.vivid-post-full-view .payment-icons img  , .vivid-safe-checkout .payment-icons img{
    border-radius: 6px;
    object-fit: contain;
    height: 60px;      
    width: auto;       
    margin: 0 5px;
}

.vivid-post-full-view .checkout-note {
    font-size: 14px;
    color: var(--text-accent);
    font-weight: 500;
}


body.vivid-fullscreen-active .product-main-right,
body.vivid-fullscreen-active #SecondaryHeader {
    display: none !important;
}

.variant-tooltip {
    position: absolute;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 9999;
}


/*----------------------------Cart Page------------------------------*/
/* Ultra-Premium Cart Design */


.bi-bag::before,
.bi-heart::before,
.bi-credit-card::before {
    font-weight: 600 !important;
}

.empty-cart-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-cart-message .bi-bag-x {
    font-size: 150px;
}

#CartPage {
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    color: #2d3436;
    width: 100%;
}

#CartPage .cart-page-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}


#CartPage .cart-page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
    letter-spacing: 1px;
}

#CartPage .cart-summary {
    font-size: 16px;
    color: var(--text-dark);
    opacity: 0.2;
    font-weight: 400;
    letter-spacing: 0.5px;
}

#CartPage .cart-page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 50px;
    margin: 0 auto;
}

#CartPage .cart-items-container {
    flex: 1;
    min-width: 320px;
}

#CartPage .cart-summary-container {
    width: 400px;
}

#CartPage .cart-item-card {
    display: flex;
    padding: 12px;
    gap: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid var(--border-color);
    background-color: var(--light-color);
}

#CartPage .cart-item-card:hover {
    box-shadow: 0px 0px 12px 1px #d3d3d32b;
    border: 1px solid var(--border-color);
}

#CartPage .cart-item-image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
}

#CartPage .cart-item-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-right: 10px;
}

#CartPage .cart-item-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 35px;
}

#CartPage .cart-item-variant {
    display: inline-block;
    background: var(--primary-background);
    color: var(--text-dark);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--border-color);
}

#CartPage .cart-item-price {
    display: flex;
    align-items: center;
}

#CartPage .current-price {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-dark);
    position: relative;
}

#CartPage .current-price::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #c9a992;
}

#CartPage .old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: var(--text-dark);
    opacity: 0.2;
    margin-left: 12px;
}

#CartPage .cart-item-actions {
    display: flex;
    align-items: center;
}

.vivid-quantity-selector {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.quantity-btn {
    width: 46px;
    height: 100%;
    background: #f9f7f4;
    border: none;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #8a7a6a;
}

.quantity-btn:hover {
    background: #f1ece5;
    color: #3a2e26;
}

.quantity-input {
    width: 55px;
    height: 100%;
    text-align: center;
    border: none;
    border-left: 1px solid #e8e0d9;
    border-right: 1px solid #e8e0d9;
    font-size: 17px;
    font-weight: 600;
    color: #3a2e26;
    -moz-appearance: textfield;
    background: transparent;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.remove-item-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: var(--light-color);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(5px);
}

.remove-item-btn:hover {
    background-color: var(--main-color);
    color: var(--text-light);
    transform: scale(1.15) rotate(90deg);
    border-color: #ff6b6b;
}

#CartPage .summary-card {
    padding: 12px;
    position: sticky;
    top: 40px;
    border: 1px solid var(--border-color);
    background-color: var(--light-color);
}

#CartPage .summary-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(201, 169, 146, 0.2);
    color: var(--text-dark);
    text-align: center;
    letter-spacing: 0.5px;
}

#CartPage .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 17px;
    color: var(--text-dark);
    opacity: 0.5;
    padding: 8px 0;
    border-bottom: 1px dashed var(--border-color);
}

#CartPage .total-row {
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid var(--border-color);
    color: var(--text-dark);
    opacity: 1;
}

#CartPage .checkout-btn {
    width: 100%;
    padding: 20px;
    background-color: var(--main-color);
    color: var(--light-color);
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.8px;
    box-shadow: 0 10px 25px rgb(224 224 224 / 35%);
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

#CartPage .checkout-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

#CartPage .checkout-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgb(224 224 224 / 45%);
}

#CartPage .checkout-btn:hover::before {
    left: 100%;
}

#CartPage .checkout-btn:active {
    transform: translateY(0);
}


/* Focus states for accessibility */
.quantity-btn:focus,
.remove-item-btn:focus,
.checkout-btn:focus {
    outline: 2px solid #c9a992;
    outline-offset: 2px;
}

/* Custom scrollbar for webkit browsers */
#CartPage .cart-items-container::-webkit-scrollbar {
    width: 8px;
}

#CartPage .cart-items-container::-webkit-scrollbar-track {
    background: rgba(245, 240, 243, 0.5);
    border-radius: 10px;
}

#CartPage .cart-items-container::-webkit-scrollbar-thumb {
    background: rgba(201, 169, 146, 0.5);
    border-radius: 10px;
}

#CartPage .cart-items-container::-webkit-scrollbar-thumb:hover {
    background: rgba(201, 169, 146, 0.7);
}



/*----------------------------Wishlist System---------------------------*/


/* Wishlist Widget Styling */
#wishlistPage {
    width: 100%;
}

#wishlistMenu {
    position: relative;
}

.wishlist-icon {
    background: none;
    border: none;
    position: relative;
    font-size: 22px;
    cursor: pointer;
    color: var(--secondary-color);
}

.icon-badge.wishlist-count {
    position: absolute;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}

#wishlistProducts {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 15px;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
    display: none;
}

#wishlistMenu:hover #wishlistProducts {
    display: block;
}

.wishlist-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}


.wishlist-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.wishlist-info {
    flex: 1;
}

.wishlist-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    color: var(--text-dark);
}

.wishlist-item:hover .wishlist-title,
.cart-item:hover .cart-item-title {
    color: var(--text-hover);
}

.wishlist-actions button {
    background: var(--secondary-background);
    color: var(--text-dark);
    border: none;
    padding: 5px 10px;
    margin-right: 6px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.wishlist-actions button:hover {
    background: var(--main-color);
    color: var(--text-light);
}


.vivid-add-to-wishlist.added i.bi-heart-fill {
    color: red;
}

.hidden {
    display: none !important;
}


/*Wishlist Page*/
/* Wishlist Page Styles - Exquisite Premium Professional Edition */
#wishlistPage {
    max-width: 1480px;
    margin: auto;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}

#wishlistPage .wishlist-page {
    padding: 50px 0;
}

#wishlistPage .wishlist-page h1 {
    font-size: 56px;
    font-weight: 900;
    color: #111827;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(to right, #1e40af, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

#wishlistPage .wishlist-page h1::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    border-radius: 2px;
}

#wishlistPage .wishlist-items-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 40px 16px;
}

#wishlistPage .wishlist-page-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid var(--border-color);
    padding: 12px;
    background-color: var(--light-color);
}

#wishlistPage .wishlist-page-item::before {
    content: '\F415';
    color: red;
    font-size: 22px;
    font-family: 'bootstrap-icons';
    position: absolute;
    margin: 8px;
    cursor: pointer;
}

#wishlistPage .wishlist-page-item:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.24);
    scale: 1.1;
    transition: all 0.4s ease;

}

#wishlistPage .wishlist-page-thumb {
    width: 100%;
    height: 340px;
    object-fit: cover;
}


#wishlistPage .wishlist-page-info {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#wishlistPage .wishlist-page-info h2 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s;
}

#wishlistPage .wishlist-page-item:hover .wishlist-page-info h2 {
    color: #1e40af;
}

#wishlistPage .wishlist-page-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

#wishlistPage .view-btn,
#wishlistPage .remove-btn {
    padding: 4px;
    border: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}


#wishlistPage .view-btn i,
#wishlistPage .remove-btn i {
    font-size: 12px;
}



/*-------------------------Checkout Page---------------------------*/

#CheckoutPage .container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 2rem 1rem;
}

#CheckoutPage .progress-bar {
    display: flex;
    gap: 10px;
    background: var(--light-color);
    padding: 20px;
    margin-bottom: 2rem;
    border-radius: 0px;
    border: 1px solid var(--border-color);
}

#CheckoutPage .progress-step {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: var(--secondary-background);
    color: var(--text-dark);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#CheckoutPage .progress-step.active {
    background: var(--main-color);
    color: var(--text-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#CheckoutPage .progress-step.completed {
    background: #16a34a;
    color: #ffffff;
}

#CheckoutPage .progress-step i {
    font-size: 1.2rem;
}

#CheckoutPage .input-error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

#CheckoutPage .error-message {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#CheckoutPage .payment-option {
    padding: 20px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

#CheckoutPage .payment-option.selected {
    border-color: #4f46e5;
    background: #f5f7ff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

#CheckoutPage .payment-option.selected::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #4f46e5;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

#CheckoutPage .payment-option img {
    height: 40px;
    object-fit: contain;
    transition: all 0.3s ease;
}

#CheckoutPage .payment-option:hover img {
    transform: scale(1.1);
}

#CheckoutPage .payment-option span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #1e293b;
}

#CheckoutPage .payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

#CheckoutPage .form-section {
    flex: 1;
    background: var(--light-color);
    padding: 20px;
    border-radius: 0px;
    animation: slideIn 0.5s ease;
    border: 1px solid var(--border-color);
}

#CheckoutPage .order-summary {
    flex: 0 0 400px;
    background: var(--light-color);
    border: 1px solid var(--border-color);
    padding: 12px;
    animation: slideIn 0.5s ease;
    position: sticky;
    top: 2rem;
    overflow-y: auto;
    min-height: 250px;
    max-height: 400px;
    min-width: 300px;
}

#CheckoutPage .flex-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}


#CheckoutPage .form-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    letter-spacing: -0.02em;
}

#CheckoutPage .section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: var(--text-dark);
}

#CheckoutPage .input-field {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: var(--primary-background);
    box-sizing: border-box;
}

#CheckoutPage .input-field:focus {
    outline: none;
    border-color: var(--main-color);
    background: var(--light-color);
}

#CheckoutPage .payment-details-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

#CheckoutPage .payment-form {
    flex: 2;
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#CheckoutPage .form-group {
    position: relative;
}

.special-form-group-1 {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 20px;
}

.special-form-group-2 {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 20px;
}

#CheckoutPage .form-group label {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    font-size: 0.95rem;
    color: #64748b;
    transition: all 0.2s ease;
    pointer-events: none;
    white-space: nowrap;
}

#CheckoutPage .form-group textarea {
    padding-top: 20px;
}

#CheckoutPage .form-group input:focus+label,
#CheckoutPage .form-group input.filled+label,
#CheckoutPage .form-group textarea:focus+label,
#CheckoutPage .form-group textarea.filled+label {
    top: -0px;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: blue;
    background: #ffffff;
    padding: 0 0.25rem;
    font-weight: 900;
}

#CheckoutPage .form-group input:focus,
#CheckoutPage .form-group input.filled,
#CheckoutPage .form-group textarea:focus,
#CheckoutPage .form-group textarea.filled {
    background-color: var(--light-color);
    border: 2px solid var(--main-color);
}

#CheckoutPage .form-group input:-webkit-autofill,
#CheckoutPage .form-group textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    border: 2px solid blue;
}

#CheckoutPage .form-group input,
#CheckoutPage .form-group select,
#CheckoutPage .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid transparent;
    outline: 1px solid var(--border-color);
    border-radius: 0px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

#CheckoutPage .form-group input:focus,
#CheckoutPage .form-group select:focus,
#CheckoutPage .form-group textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--main-color);
    background-color: var(--light-color);
}

#CheckoutPage .form-row {
    display: flex;
    gap: 20px;
}

#CheckoutPage .form-row .form-group {
    flex: 1;
}

#CheckoutPage .pay-button {
    width: 100%;
    padding: 15px;
    background: #16a34a;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#CheckoutPage .pay-button:hover {
    background: #15803d;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#CheckoutPage .back-button {
    width: 100%;
    padding: 15px;
    background: #ffffff;
    color: #64748b;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#CheckoutPage .back-button:hover {
    background: #e5e7eb;
    color: #1e293b;
    border-color: #64748b;
}

#CheckoutPage .payment-icon {
    display: block;
    margin: 0 auto 30px;
    height: 60px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

#CheckoutPage .button {
    padding: 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

#CheckoutPage .primary-button {
    background: var(--main-color);
    color: var(--text-light);
    margin-top: 10px;
}

#CheckoutPage .primary-button:hover {
    background: var(--main-hover-color);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#CheckoutPage .secondary-button {
    background: var(--secondary-background);
    color: var(--dark-color);
    border: 1px solid var(--border-color);
}

#CheckoutPage .secondary-button:hover {
    background: #e5e7eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#CheckoutPage .next-button {
    margin: 40px auto 0;
    padding: 15px 40px;
    background: #4f46e5;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    letter-spacing: 1px;
}

#CheckoutPage .next-button.show {
    display: block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(79, 70, 229, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#CheckoutPage .next-button:hover {
    background: #4338ca;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#CheckoutPage .hidden {
    display: none;
}

#CheckoutPage .trust-signals {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

#CheckoutPage .trust-signals img {
    height: 2rem;
    transition: transform 0.3s ease;
    filter: grayscale(20%);
}

#CheckoutPage .trust-signals img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}

#CheckoutPage .border-top {
    border-top: 1px solid #d1d5db;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

#CheckoutPage .font-bold {
    font-weight: 700;
}

#CheckoutPage .space-y-4>*+* {
    margin-top: 1rem;
}

#CheckoutPage .flex-justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#CheckoutPage .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

#CheckoutPage .success-animation {
    text-align: center;
    margin: 30px 0;
    animation: slideIn 0.5s ease;
}

#CheckoutPage .success-animation svg {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#CheckoutPage .success-animation .checkmark {
    stroke: #16a34a;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: checkmark 0.7s ease-in-out forwards;
}

#CheckoutPage .success-message {
    font-size: 1.5rem;
    margin-top: 20px;
    color: #16a34a;
    font-weight: 700;
    animation: fadeIn 1s ease;
}

#CheckoutPage .cart-item {
    display: flex;
    align-items: center;
    gap: 2px;
    background: var(--secondary-background);
    border: 1px solid var(--border-color);
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50px;
}

#CheckoutPage .cart-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px !important;
}

.loading-dots::after {
    content: '';
    display: inline-block;
    width: 1em;
    text-align: left;
    animation: dots steps(3, end) 1.5s infinite;
}

@keyframes dots {
    0% {
        content: '';
    }

    20% {
        content: '.';
    }

    40% {
        content: '..';
    }

    60% {
        content: '...';
    }

    80% {
        content: '....';
    }

    100% {
        content: '.....';
    }
}

#CheckoutPage .cart-item {
    margin: 10px 0px !important;
}

.order-totals {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 0px 12px 1px #dddddd80;
    margin: 20px 0px;
}

#CheckoutPage .paypal-button {
    display: block;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background-color: var(--main-color);
}

#CheckoutPage .paypal-button:hover {
    background-color: var(--main-hover-color);
}

#CheckoutPage .cart-item-details {
    flex: 1;
}

.cart-item-details span {
    display: inline;
    font-size: 0.9rem;
}

.cart-item-meta {
    display: inline;
}


.cart-item-quantity::after {
    content: 'X';
    font-size: 15px;
    color: var(--main-color);
    margin: 0px 5px;
    font-weight: 700;
}


/* --- Styles for New Payment Options --- */
.qr-code {
    max-width: 150px;
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
}

.info-box {
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.info-box strong {
    display: block;
    margin-bottom: 8px;
    color: #495057;
}

.info-box p {
    font-size: 1rem;
    font-weight: 500;
    color: #2c3e50;
    margin: 0;
    word-break: break-all;
}

.upi-options-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.upi-payment-option {
    text-align: center;
}

.upi-payment-option h3 {
    margin-top: 5px;
    font-size: 1rem;
    color: #333;
}

.instructions {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 15px;
    text-align: center;
}

.paypal-button {
    background-color: #007bff;
}

.paypal-button:hover {
    background-color: #0056b3;
}

/* --- Styles for Confirmation Page Summaries --- */
.confirmation-summaries-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    text-align: left;
}


.summary-section {
    background-color: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.summary-section h3 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.75rem;
}

.summary-section h4 {
    font-size: 1rem;
    color: #374151;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.summary-section p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

.summary-section .address-details {
    white-space: pre-line;
}

/*-------------------------Accorditions--------------------------*/

.accordion-container {
    width: 100%;
    max-width: 800px;
    background: var(--light-color);
    box-shadow: 0 0px 15px 1px rgb(138 138 138 / 9%);
    overflow: hidden;
    margin: 20px auto;
}

.accordion-item input {
    display: none;
}

.accordion-header {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    border-bottom: 1px solid var(--border-color);
}

.accordion-header:hover {
    border-bottom: 1px solid var(--primary-background);
    background-color: var(--primary-background);
}

.accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
}


.accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 25px;
    background: var(--secondary-background);
}

.accordion-toggle-icon {
    font-size: 30px;
    color: var(--text-dark);
    transition: all 0.4s;
}

.accordion-content p {
    margin: 15px 0;
    line-height: 1.6;
    color: var(--text-dark);
    opacity: 0.5;
}

.accordion-item input:checked~.accordion-content {
    max-height: 300px;
    padding: 15px 25px;
}

.accordion-item input:checked~.accordion-header .accordion-toggle-icon {
    transform: rotate(45deg);
    color: var(--text-accent);
    transition: all 0.4s;
}

.accordion-header img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.accordion-header .icon-wrapper {
    display: flex;
    align-items: center;
}



/*----------------------------Additional Info---------------------*/

.additional-info {
    margin: 20px auto;
    padding: 20px;
}

.additional-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-info li {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    word-break: break-word;
    color: var(--text-dark);
}

.additional-info li span:first-child {
    font-weight: bold;
}


/*------------------------------messages-------------------------*/

.messages-main-container .message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-left: 5px solid;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 0;
}

.messages-main-container .alert {
    background: #e7f3fe;
    border-color: #2196f3;
    color: #0c5460;
}

.messages-main-container .warning {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
}

.messages-main-container .news {
    background: #f8f9fa;
    border-color: #6c757d;
    color: #383d41;
    font-style: italic;
}

.messages-main-container .dark {
    background: #343a40;
    border-color: #212529;
    color: #f8f9fa;
}

.messages-main-container .danger {
    background: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

.messages-main-container .success {
    background: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.messages-main-container .info {
    background: #d1ecf1;
    border-color: #17a2b8;
    color: #0c5460;
}

.messages-main-container .tip {
    background: #e2e3e5;
    border-color: #d3d3d3;
    color: #383d41;
    border-left: 5px solid #4caf50;
}

.messages-main-container .loading,
.messages-main-container .processing {
    background: #f1f5f9;
    border-color: #9ca3af;
    color: #374151;
}

.messages-main-container .interactive {
    background: #f0f7ff;
    border-color: #4dabf7;
    color: #1864ab;
}

.messages-main-container .promo {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    border-color: #ff9a3c;
    color: #5c2c06;
}

.messages-main-container .update {
    background: #e6f7ff;
    border-color: #69c0ff;
    color: #0050b3;
}

.messages-main-container .message-title {
    font-weight: bold;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.messages-main-container .message-title i {
    margin-right: 8px;
}

.messages-main-container .message-actions {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.messages-main-container .message-btn {
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
}

.messages-main-container .message-btn a {
    text-decoration: none;
    color: white;
}

.messages-main-container .primary {
    background: #2196f3;
    color: white;
}

.messages-main-container .secondary {
    background: #6c757d;
    color: white;
}

.messages-main-container .danger-btn {
    background: #dc3545;
    color: white;
}

.messages-main-container .dismiss-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    opacity: 0.7;
}

.messages-main-container .dismiss-btn:hover {
    opacity: 1;
}


/*---------------------------Product Tabs------------------------------*/

.vivid-tabs-container {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.tabs-nav-container {
    margin-bottom: 25px;
    padding: 6px;
    overflow: hidden;
}

.tabs-nav {
    display: flex;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
}

.tabs-nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.tabs-nav.grabbing {
    cursor: grabbing;
    user-select: none;
}

.tab-toggle-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--secondary-background);
    border-radius: 14px;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    z-index: 1;
}

.tab-btn {
    padding: 14px 28px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    position: relative;
    transition: color 0.4s ease-in-out;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.tab-btn i {
    margin-right: 12px;
    font-size: 1.1em;
    transition: transform 0.3s ease, color 0.3s ease;
}

.tab-btn:hover:not(.active) i {
    color: var(--text-accent);
}

.tab-btn.active {
    color: var(--main-color);
}

.tab-btn.active i {
    color: var(--main-color);
    transform: scale(1.2);
}

.tabs-content {
    padding: 10px 30px;
    border: 2px solid var(--border-color);
    border-radius: 16px;
    background-color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 2.2em;
}

.tab-content p {
    line-height: 1.8;
    color: var(--text-dark);
    font-size: 1.1em;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/*----------------------Header Slider------------------------*/

#VividHeroSection {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
}

#VividHeaderSlider .widget {
    padding: 0;
}

#VividHeaderSlider .title {
    display: none;
}

#VividHeaderSlider .slider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#VividHeaderSlider .swiper {
    width: 100%;
    height: 550px;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

#VividHeaderSlider .swiper-wrapper {
    max-width: var(--max-width);
    width: 100%;
}

#VividHeaderSlider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    width: 100% !important;
    border-radius: 12px;
    overflow: hidden;
}

#VividHeaderSlider .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

#VividHeaderSlider .slider-left {
    position: absolute;
    width: 50%;
    z-index: 2;
    color: var(--light-color);
    border-radius: 12px;
    bottom: 70px;
    left: 50px;
    bottom: 115px;
}

#VividHeaderSlider .slider-left h1 {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
    background: var(--light-color);
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#VividHeaderSlider .slider-left h2 {
    font-size: 38px;
    margin-bottom: 12px;
    color: var(--light-color);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    line-height: 1.3;
}

#VividHeaderSlider .slider-left .old-price {
    text-decoration: line-through;
    color: var(--text-light);
    margin-right: 10px;
    font-size: 18px;
}

#VividHeaderSlider .slider-left .current-price {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 900;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#VividHeaderSlider .slider-left .view-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 28px;
    background: var(--main-color);
    color: var(--light-color);
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(131, 131, 131, 0.4);
    border: 2px solid transparent;
}

#VividHeaderSlider .slider-left .view-btn:hover {
    background: var(--light-color);
    color: var(--main-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(100, 100, 100, 0.5);
}

#VividHeaderSlider .slider-right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#VividHeaderSlider .slider-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#VividHeaderSlider .swiper-pagination {
    bottom: 75px !important;
    z-index: 10;
    left: 65px;
    display: flex;
    width: max-content;

}

#VividHeaderSlider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--light-color);
    opacity: 1;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    margin: 0 6px !important;
}

#VividHeaderSlider .swiper-pagination-bullet-active {
    background: var(--main-color);
    border-color: var(--light-color);
    transform: scale(1.2);
    width: 24px;
    border-radius: 10px;
}

#VividHeaderSlider .swiper-button-next,
#VividHeaderSlider .swiper-button-prev {
    width: 75px;
    height: 75px;
    background: var(--primary-background);
    border-radius: 50%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease;
    border: 5px solid var(--body-background-color);
}

#VividHeaderSlider .swiper-button-next {
    right: 5px;
}

#VividHeaderSlider .swiper-button-prev {
    left: 5px;
}

#VividHeaderSlider .swiper-button-next:after,
#VividHeaderSlider .swiper-button-prev:after {
    font-size: 30px;
    color: var(--main-color);
    font-weight: bold;
}

#VividHeaderSlider .swiper-button-next:hover,
#VividHeaderSlider .swiper-button-prev:hover {
    background: var(--main-color);
}

#VividHeaderSlider .swiper-button-next:hover:after,
#VividHeaderSlider .swiper-button-prev:hover:after {
    color: white;
}



/*------------------------Hot Posts------------------------*/

#VividHotPost {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}

#VividHotPost .hot-post-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-rows: 240px;
    gap: 16px;
    max-width: var(--max-width);
    margin: 30px auto;
    padding: 10px;
}

/* 🔹 Each Hot Post Card */
#VividHotPost .hot-post-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#VividHotPost .hot-post-item a {
    display: block;
    height: 100%;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

/* 🔹 Image */
#VividHotPost .hot-post-image {
    width: 100%;
    height: 100%;
}

#VividHotPost .hot-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.5s ease;
}

#VividHotPost .hot-post-item:hover img {
    transform: scale(1.08);
}

/* 🔹 Overlay Content */
#VividHotPost .hot-post-overlay {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%);

}

#VividHotPost .hot-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-accent);
    margin-bottom: 6px;
}

#VividHotPost .hot-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
    color: var(--text-light);
}

#VividHotPost .hot-prices {
    display: flex;
    align-items: center;
    font-size: 15px;
}

#VividHotPost .old-price {
    text-decoration: line-through;
    color: #bbb;
    margin-right: 8px;
}

#VividHotPost .current-price {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-background);
}

/* 🔹 Hover Lift Effect */
#VividHotPost .hot-post-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* ===========================
   Unique Heights (Staggered)
   =========================== */
#VividHotPost .hot-post-item:nth-child(1) {
    grid-row: span 2;
    /* Taller */
    max-height: 500px;
}

#VividHotPost .hot-post-item:nth-child(2) {
    grid-row: span 1;
}

#VividHotPost .hot-post-item:nth-child(3) {
    grid-row: span 2;
    max-height: 500px;
}

#VividHotPost .hot-post-item:nth-child(4) {
    grid-row: span 1;
}

#VividHotPost .hot-post-item:nth-child(5) {
    grid-row: span 2;
    max-height: 500px;
}


/* ensure image wrapper is relative so badges can be positioned */
#VividHotPost .hot-post-image {
    position: relative;
    overflow: hidden;
}

/* badge (top-left) */
#VividHotPost .hot-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* sale (top-right) */
#VividHotPost .hot-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-light);
    background: var(--dark-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#VividHotPost .hot-post-item:nth-child(2n+2) {
    position: relative;
}

#VividHotPost .hot-post-item:nth-child(2n+2)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.9;
    transition: opacity 0.4s ease;
    z-index: 2;
    transition: all 0.3s;
}

/* 🔹 Remove overlay on hover */
#VividHotPost .hot-post-item:nth-child(2n+2):hover::before {
    transition: all 0.3s;
    opacity: 0.1;
}


/* Post List Slider Container */

#VividPostList .title {
    text-align: center;
    font-size: 30px;
    font-family: inherit;
}

#VividPostList {
    width: 100%;
    max-width: var(--max-width);
    overflow: hidden;

}

#VividPostList .widget {
    background-color: var(--primary-background);
    margin-top: 80px;
    padding: 40px 0px;
}

#VividPostList .swiper-horizontal {
    padding: 40px 20px;
    background-color: var(--primary-background);
    padding-top: 60px;
}

/* Each Slide */
#VividPostList .vivid-post-list-item {
    display: flex;
    background: var(--light-color);
    padding: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: row;
    box-sizing: border-box;
    border-radius: 100px;
}

#VividPostList .vivid-post-list-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

#VividPostList .vivid-post-list-item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: inherit;
    justify-content: center;
    align-items: center;
}

/* Image on Left */
#VividPostList .vivid-post-list-img {
    flex: 0 0 150px;
    max-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

#VividPostList .vivid-post-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

#VividPostList .vivid-post-list-item:hover .vivid-post-list-img img {
    transform: scale(1.05);
}

/* Content on Right */
#VividPostList .vivid-post-list-content {
    flex: 1;
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
}

#VividPostList .pl-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
    color: var(--text-dark);
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#VividPostList .vivid-post-list-item:hover .pl-title {
    color: var(--main-color);
}

#VividPostList .pl-prices {
    font-size: 14px;
}

#VividPostList .pl-old-price {
    color: var(--text-dark);
    opacity: 0.2;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 900;
}

#VividPostList .pl-current-price {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 900;
}

/* Post List Slider Navigation Buttons */
#VividPostList .swiper-button-next,
#VividPostList .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: var(--light-color);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

#VividPostList .swiper-button-next::after,
#VividPostList .swiper-button-prev::after,
#VividBrandProducts .swiper-button-next::after,
#VividBrandProducts .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bolder;
}

/* Hover effect */
#VividPostList .swiper-button-next:hover,
#VividPostList .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.95);
    color: var(--main-color);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    scale: 1.2;
}

/* Use inline content instead of ::after */
#VividPostList .swiper-button-next {
    right: 10px;
    top: 30px;
}

#VividPostList .swiper-button-prev {
    left: revert-layer;
    right: 60px;
    top: 30px;
}


/* Swiper Pagination Bullets */
#VividPostList .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    background: var(--dark-color);
    opacity: 0.2;
    margin: 0 3px !important;
    transition: all 0.3s ease;
    border-radius: 50px;
}

#VividPostList .swiper-pagination-bullet-active {
    background: var(--main-color);
    border-radius: 50px;
    margin: 0px 8px !important;
    scale: 1.5;
    opacity: 1;

}


/*----------------------Brand Products--------------------------*/

/* Brand Products Slider */
#VividBrandProducts {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    box-sizing: border-box;
}

#VividBrandProducts #Text5 {
    padding: 20px;
    background-color: var(--primary-background);
    margin: 50px 0px;
}

/* Swiper wrapper and slides */
#VividBrandProducts .swiper {
    overflow: hidden;
    padding: 40px 0px;
}

#VividBrandProducts .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

#VividBrandProducts .brand-product-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    height: 400px;
    /* Rectangular slides: taller than width */
    width: 280px;
    /* Adjust width */
}

#VividBrandProducts .brand-product-item:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

#VividBrandProducts .brand-product-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--text-light);
}

#VividBrandProducts .brand-product-image {
    position: relative;
    width: 100%;
    height: 100%;
}

#VividBrandProducts .brand-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

#VividBrandProducts .brand-product-item:hover img {
    transform: scale(1.05);
}

/* Brand image badge */
#VividBrandProducts .brand-image-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    z-index: 10;
}

#VividBrandProducts .brand-image-inner {
    width: 100%;
    height: 100%;
    background: var(--light-color);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#VividBrandProducts .brand-image-inner img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    display: block;
}

/* Brand Products Wishlist Icon */
#VividBrandProducts .vivid-add-to-wishlist {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px;
    font-size: 22px;
    color: var(--text-light) !important;
    background: #0000002e;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(5px);
}

/* Brand Products Slider Navigation Buttons */
#VividBrandProducts .swiper-button-next,
#VividBrandProducts .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
#VividBrandProducts .swiper-button-next:hover,
#VividBrandProducts .swiper-button-prev:hover {
    background: var(--main-color);
    color: var(--text-light);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

/* Position */
#VividBrandProducts .swiper-button-next {
    right: 10px;
}

#VividBrandProducts .swiper-button-prev {
    left: 10px;
}

/* Pagination Bullets */
#VividBrandProducts .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--dark-color);
    opacity: 0.2;
    margin: 0 5px !important;
    transition: all 0.3s ease;
}

#VividBrandProducts .swiper-pagination-bullet-active {
    width: 34px;
    background: var(--main-color);
    border-radius: 10px;
    opacity: 1;

}


/*---------------------Feactured Post----------------------*/
/* VividFeacturedPost Grid */
#VividFeacturedPost {
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

#VividFeacturedPost .product-grid {
    display: flex;
    width: 100%;
    height: max-content;
    gap: 10px;
}

#VividFeacturedPost .product-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

#VividFeacturedPost .product-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#VividFeacturedPost .product-box > div[itemtype="http://schema.org/Product"] {
    width: 100%;
    height: 100%;
}

#VividFeacturedPost .product-box:hover img {
    transform: scale(1.05);
}

#VividFeacturedPost .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}

#VividFeacturedPost .label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
}

#VividFeacturedPost .sale-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--dark-color);
    color: var(--light-color);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    z-index: 5;
}

#VividFeacturedPost .product-content {
display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
}

#VividFeacturedPost h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-light);
}

#VividFeacturedPost .price {
    margin-bottom: 10px;
}

#VividFeacturedPost .old-price {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 6px;
}

#VividFeacturedPost .current-price {
    font-weight: 700;
    color: var(--text-accent);
}

#VividFeacturedPost .view-product-btn {
    display: inline-block;
    padding: 8px 14px;
    background: var(--light-color);
    color: var(--dark-color);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.2s;
}

#VividFeacturedPost .view-product-btn:hover {
    background: var(--main-color);
    color: var(--text-light);
    transform: translateY(-2px);
}

/* Layout boxes */
.left-column-wrapper {
    flex-basis: 70%;
    display: flex;
    gap: 10px;
    flex-grow: 0;
    height: 600px;
}

#VividFeacturedPost #box1 {
    width: 60%;
}

#VividFeacturedPost #box2 {
    width: 40%;
}

#VividFeacturedPost .right-column-wrapper {
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 0;
    height: 600px;
}

#VividFeacturedPost #box3 {
    width: 100%;
    height: calc(40% - 5px);
}

#VividFeacturedPost #box4 {
    width: 100%;
    height: calc(60% - 5px);
}

#VividFeacturedPost .product-box[hidden] {
    display: none !important;
}


/*------------------------Produc List Homepage View-----------------*/

#VividListSlider {
    width: 100%;
}

/*------------------------ Product List -----------------------*/

.product-list-slider-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

/* Swiper wrapper */
.product-list-swiper {
    padding: 40px 20px;
}

/* Slide */
.product-list-item {
    display: flex;
    background: var(--light-color);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: row;
    /* Image left, content right */
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    min-width: 300px;
}

.product-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-list-item a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Image on the left */
.product-list-img {
    flex: 0 0 120px;
    height: 120px;
    overflow: hidden;
}

.product-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-list-item:hover .product-list-img img {
    transform: scale(1.05);
}

/* Content on the right */
.product-list-content {
    flex: 1;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pl-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--text-dark);
}

.pl-prices {
    font-size: 14px;
}

.pl-old-price {
    color: #666666;
    text-decoration: line-through;
    margin-right: 8px;
}

.pl-current-price {
    color: var(--main-color);
    font-weight: 700;
}

/* Swiper Navigation Buttons */
.product-list-swiper .swiper-button-next,
.product-list-swiper .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: var(--light-color);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-list-swiper .swiper-button-next:after,
.product-list-swiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
}

.product-list-swiper .swiper-button-next:hover,
.product-list-swiper .swiper-button-prev:hover {
    background: var(--main-color);
    color: var(--text-light);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}


/* Pagination Bullets */
.product-list-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    background: var(--dark-color);
    opacity: 0.2;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.product-list-swiper .swiper-pagination-bullet-active {
    background: var(--main-color);
    border-radius: 6px;
    opacity: 1;
    width: 60px;
}



/*-----------------------Product List 2 Homepage View -------------------*/

#list-vertical-post {
    display: flex;
    gap: 40px;
}

/*------------------------ Product List 2 Verticall--------------------*/

/* Product List 2 in Post */
.product-list-2-post-vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.product-list-2-post-item {
    display: flex;
    background: var(--light-color);
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 500px;
    border: 1px solid var(--border-color);
    padding: 12px;
    box-sizing: border-box;
}

.product-list-2-post-item:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.pl2-post-img {
    flex: 0 0 150px;
    max-width: 150px;
    height: 120px;
    overflow: hidden;
}

.pl2-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pl2-post-content {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pl2-post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--text-dark);
}

.pl2-post-title a {
    text-decoration: none;
    color: inherit;
}

.pl2-post-prices {
    font-size: 14px;
}

.pl2-post-old-price {
    color: var(--text-dark);
    opacity: 0.2;
    text-decoration: line-through;
    margin-right: 8px;
}

.pl2-post-current-price {
    color: var(--main-color);
    font-weight: 700;
}


/*------------------Product Grid Homepage View---------------*/

#VividProductGrid {
    width: 100%;
}

#VividProductGrid #Text9 {
    padding: 30px 0px;
    background-color: var(--secondary-background);
    margin: 50px 0px;
}

/*-------------------Product Grid-----------------------*/

/* Product Grid Fixed Size */
.product-grid-slider {
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.product-grid-slider a {
    text-decoration: none;
}

/* Swiper wrapper */
.product-grid-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.product-grid-slider .swiper-horizontal {
    padding: 40px 20px;
    box-sizing: border-box;
}

/* Each Slide Fixed Size */
.product-grid-slider .product-grid-item {
    width: 300px;
    flex: 0 0 auto;
    background: var(--light-color);
    padding: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    border: 1px solid var(--border-color);

}

.product-grid-slider .product-grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

.product-grid-slider .grid-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.product-grid-slider .grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-grid-slider .product-grid-item:hover .grid-image {
    transform: scale(1.05);
}

/* Badge, Sale, Label */
.product-grid-slider .grid-badge,
.product-grid-slider .grid-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    z-index: 10;
}

.product-grid-slider .grid-badge {
    background: var(--main-color);
    color: var(--text-light);
    position: absolute;
    top: 40px;
}

.product-grid-slider .grid-stock {
    position: absolute;
    font-size: 10px;
    left: 0;
    top: 93%;
    font-weight: 900;
    color: white;
    background-color: #00000021;
    padding: 4px;

}

.product-grid-slider .grid-sale {
    background: var(--light-color);
    color: var(--text-dark);
    left: 10px;
    right: auto;
}


/* Brand Image */
.product-grid-slider .grid-brand {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-grid-slider .grid-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Content */
.product-grid-slider .grid-content {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

.product-grid-slider .grid-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-grid-slider .grid-prices {
    font-size: 14px;
    margin-bottom: 8px;
}

.product-grid-slider .grid-old-price {
    text-decoration: line-through;
    color: var(--text-dark);
    opacity: 0.2;
    margin-right: 8px;
}

.product-grid-slider .grid-current-price {
    color: var(--main-color);
    font-weight: 700;
}

.product-grid-slider .grid-label {
    position: absolute;
    right: 20px;
    bottom: 75px;
    color: var(--text-dark);
    background: var(--secondary-background);
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}

.product-grid-slider .grid-view-btn {
    display: inline-block;
    background-color: var(--main-color);
    color: var(--text-light);
    padding: 8px 14px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-grid-slider .grid-view-btn:hover {
    background-color: var(--main-hover-color);
    transform: translateY(-2px);
}

/* Swiper navigation buttons */
.product-grid-slider .swiper-button-next,
.product-grid-slider .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: var(--light-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.product-grid-slider .swiper-button-next:after,
.product-grid-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 900;
}

.product-grid-slider .swiper-button-next:hover,
.product-grid-slider .swiper-button-prev:hover {
    background: var(--main-color);
    color: var(--text-light);
}

.product-grid-slider .swiper-button-next {
    right: 10px;
}

.product-grid-slider .swiper-button-prev {
    left: 10px;
}

/* Pagination bullets */
.product-grid-slider .swiper-pagination-bullet {
    width: 25px;
    height: 10px;
    border-radius: 50px;
    background: var(--dark-color);
    opacity: 0.2;
    margin: 0 3px !important;
    transition: all 0.3s;
}

.product-grid-slider .swiper-pagination-bullet-active {
    background: var(--main-color);
    border-radius: 50px;
    scale: 1.5;
    margin: 0px 8px !important;
    opacity: 1;
}



/*-------------------LinkList10 (Categories Slider)----------------------*/

#ProductCategories {
    width: 100%;
}

/* Container */
#LinkList5 {
    background: var(--secondary-background);
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 40px 0;
    margin: 80px 0px;
}

/* Title */
#LinkList5 .title,
#VividPostList .title,
#VividFeacturedPost h2,
#VividHotPost .title,
#Text18 .title,
#VividBrandProducts .title,
#VividProductGrid .title,
#VividListSlider .title,
#Text6 .title,
#Text7 .title {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

#Text7 .widget-content,
#Text18 .widget-content {
    color: var(--text-dark);
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

#LinkList5 .title::after,
#VividPostList .title::after,
#VividFeacturedPost h2::after,
#VividHotPost .title::after,
#Text7 .title::after,
#VividBrandProducts .title::after,
#VividProductGrid .title::after,
#VividListSlider .title::after,
#Text6 .title::after,
#Text18 .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #ff4081, #ff7b00);
    border-radius: 2px;
}

/* Slide container */
#LinkList5 {
    background-color: #f8f8f8;
    padding: 20px 0px;
    padding-bottom: 60px;
}

#LinkList5 .widget-title {
    font-size: 30px;
    text-align: center;
}

#LinkList5 .widget-title .title {
    margin: 0px;
    margin-bottom: 20px;
}

#LinkList5 .widget-content {
    overflow: hidden;
    height: 100%;
    padding: 20px;
    max-width: var(--max-width);
    margin: auto;
    cursor: grab;
}

#LinkList5 .swiper-slide a {
    display: block;
    max-width: 350px;
    height: 200px;
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    user-select: none;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.126);
    display: flex;
    justify-content: center;
    align-items: center;
}

#LinkList5 .swiper-slide a {
    border-radius: 50%;
    height: 260px;
    width: 260px;
    margin: 10px;
    transition: all 0.6s ease-in-out;
    background-color: var(--light-color);

}

/* Image styling */

#LinkList5 .swiper-slide img:hover {
    transform: scale(1.2);
    transition: all 0.6s ease-in-out;
}

#LinkList5 .swiper-slide img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

#LinkList5 .swiper-slide a:hover img {
    height: 260px !important;
    width: 260px !important;
    transition: all 0.6s ease-in-out;
    transform: scale(1.2);
}

#LinkList5 .swiper-pagination {
    display: none;
}

/* Centered text on image */
#LinkList5 .swiper-slide a::after {
    content: attr(data-label);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--light-color);
    font-weight: bolder;
    background-color: #ffffff52;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.256);
    border: 1px solid var(--light-color);
    backdrop-filter: blur(5px);
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    user-select: all;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: all 0.3s ease;

}

#LinkList5 .swiper-slide a:hover::after {
    padding: 10px 14px;
    transition: all 0.3s ease;
    text-shadow: 4px 5px 5px #474747;
}

#LinkList5 .swiper-button-prev::after {
    font-family: "Font Awesome 6 Free";
    content: "\f359";
    font-weight: 900;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.178);
    transition: all 0.3s ease;
    transform: translateX(-100px);
    transition: all 0.4s ease-in-out;
    background-color: #ffffff52;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.256);
    border: 1px solid var(--light-color);
    backdrop-filter: blur(5px);
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

#LinkList5 .swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    content: "\f35a";
    font-weight: 900;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.178);
    transition: all 0.3s ease;
    transform: translateX(100px);
    transition: all 0.4s ease-in-out;
    background-color: #ffffff52;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.256);
    border: 1px solid var(--light-color);
    backdrop-filter: blur(5px);
    height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

#LinkList5 .swiper-button-prev:hover::after,
#LinkList5 .swiper-button-next:hover::after {
    color: rgb(0, 0, 0);
    transform: scale(1.3);
    transition: all 0.3s ease;
    background-color: white;
    border-color: var(--dark-color);

}

#LinkList5:hover .swiper-button-prev::after,
#LinkList5:hover .swiper-button-next::after {
    display: flex;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}

#LinkList5 .swiper-backface-hidden {
    overflow: visible !important;
}




/*-------------------Services Banners--------------------------*/

.vivid-services-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding: 0px 30px;
}

.vivid-services-wrapper .container {
    position: relative;
    margin: 0 auto;
}

.vivid-services-wrapper .vivid-services-widget {
    margin: 0 -10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.vivid-services-wrapper .vivid-services-widget .widget {
    display: block;
    list-style: none;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.vivid-services-wrapper .vivid-services-widget .service-content {
    text-align: center;
    display: block;
    padding: 6px;
    -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 20px 25px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: var(--light-color);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    margin-top: 0px;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.vivid-services-wrapper .vivid-services-widget .service-content:hover {
    transform: translateY(-20px);
    border-color: var(--primary-background);
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.vivid-services-wrapper .vivid-services-widget .service-icon {
    font-size: 45px;
    background-color: var(--secondary-background);
    border-radius: 3px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    list-style: none;
    line-height: 150px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    outline: 1px solid var(--border-color);
    outline-offset: 3px;
}

.vivid-services-wrapper .vivid-services-widget .widget:hover .service-icon {
    background: var(--primary-background);
    color: var(--light-color);
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    outline-color: var(--primary-background);
}

.vivid-services-wrapper .vivid-services-widget .service-icon i {
    background-color: transparent;
}

.vivid-services-wrapper .vivid-services-widget .service-content-details {
    overflow: hidden;
    display: block;
    text-align: left;
}

.vivid-services-wrapper .vivid-services-widget .service-title {
    margin: 0px;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
}

.vivid-services-wrapper .vivid-services-widget .service-content-details .service-snippet {
    color: var(--text-dark);
    line-height: 22px;
    display: inline;
    line-height: 10px;
}





/*----------------------- Banner Images-----------------------*/
.Vivid-Image-Banner {
    width: 100%;
}

#banners-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

#banners-images2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

.banners-images .Image {
    display: flex;
}

#Image1 {
    background-color: #eee8dc;
}

#Image2 {
    background-color: #a9c289;
}

#Image3 {
    background-color: #b38440;
}

#Image4 {
    background-color: #b997d4;
}

#Image5 {
    background-color: #56d2cd;
}

.banners-images .title {
    position: absolute;
    z-index: 2;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: slideInDown 1s forwards 0.5s;
    cursor: text;
    display: block;
    background-color: var(--main-color);
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 12px;
    color: var(--text-light);
    margin: 20px;
}


.banners-images .widget-content {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    font-family: "Poppins";
    animation: fadeInUp 1s ease-out;
    transition: transform 0.5s ease;
    width: 100%;
    height: 245px;
    cursor: pointer;
    display: flex;
    padding: 12px;
}

.banners-images .widget-content a {
    margin-left: auto;
}

.banners-images .widget-content img {
    height: 100%;
    max-width: 70%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    z-index: 0;
    float: right;
}

#Image4_img {
    width: 100%;
    height: 100%;
    margin-right: 50px;
}

.banners-images .widget-content:hover img {
    transform: scale(1);
}

.banners-images .caption {
    top: 70px;
    left: 20px;
    position: absolute;
    z-index: 2;
    color: #000000;
    cursor: text;
    max-width: 60%;
    line-height: 30px;
    font-size: 20px;
    font-family: monospace;
}

.banners-images .hero-button {
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 2;
    color: #000000;
    padding: 12px 20px;
    font-weight: 900;
    cursor: pointer;
    font-size: 25px;
    font-family: cursive;
}



/*--------------------Brand Images Slider----------------------- */
/* Brand Images Slider (isolated) */

#Text11 .title {
    display: none;
}

#VividBrandImages {
    width: 100%;
    margin-top: 80px;
}

.brand-images-slider {
    width: 100%;
    background: var(--secondary-background);
    padding: 20px 0 40px;
    box-sizing: border-box;
}

.brand-images-slider .brand-inner {
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.brand-images-slider .swiper {
    cursor: grab;
    padding: 20px;
}

.brand-images-slider .swiper-wrapper {
    align-items: center;
}

.brand-images-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    /* slide width */
    height: 100px;
    /* slide height */
    box-sizing: border-box;
}

.brand-images-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 12px;
}

.brand-images-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* logos preserved */
    transition: transform 0.6s ease, filter 0.4s ease, opacity 0.4s ease;
    mix-blend-mode: multiply;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    opacity: 0.3;
    background-color: transparent;
}

.brand-images-slider .swiper-slide:hover img {
    transform: scale(1.12);
    opacity: 1;
    filter: none;
}

/* navigation buttons (insdide each instance) */
.brand-images-slider .brand-prev,
.brand-images-slider .brand-next {
    display: none;
}


/* pagination */
.brand-images-slider .swiper-pagination {
    display: none;
}



/*-----------------------------Comments---------------------------*/

/* Container */
#comments,
.comments {
    margin-top: 1.25rem;
    color: var(--text-dark);
    border-left: none;
    border-right: none;
    padding: 30px;
}

.tabs-content #comments,
.tabs-content .comments {
    padding: 0px;
}

/* Thread - comment basics */
.comment-thread {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 0.75rem;
    margin-bottom: 0.8rem;
    background: var(--light-color);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 1.45;
}

.comment-hidden {
    display: none !important;
}

.comment-header a {
    text-decoration: none;
    background-color: var(--secondary-background);
    padding: 2px 6px;
    border-radius: 4px;
    color: var(--main-color);
}


/* Header: avatar + meta */
.comment .avatar-image-container {
    float: left;
    margin-right: 10px;
}

.comment .avatar-image-container img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}

.comment .comment-content {
    overflow: hidden;
    color: var(--text-dark);
}

/* Author - timestamp */
.comment .comment-author {
    font-weight: 600;
    color: #0a6fe8;
}

.comment .datetime {
    font-size: 12px;
    color: #999;
    margin-left: 6px;
}

/* Actions / reply links */
.comment-actions {
    height: max-content !important;
    display: flex;
}

.comment-actions a,
.comment-actions .btn,
.thread-count a,
.comment-reply {
    font-size: 13px;
    text-decoration: none;
    margin-right: 10px;
    background: var(--main-color);
    color: var(--light-color);
    padding: 6px 12px;
    border-radius: 50px;
    transform: scale(1.2);
    display: inline-block;
    transition: all 0.3s;
    margin: 8px;
}

.comment-actions a:hover,
.comment-actions .btn:hover,
.comment-reply:hover {
    transform: scale(1);
    background: var(--main-hover-color);
    transition: all 0.3s;
}

/* Replies block (nested) */
.comment .comment-replies {
    margin-left: 46px;
    margin-top: 6px;
}

/* Link styling inside comment text */
.comment-link {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: 700;
    font-style: oblique;
}

.comment-link:hover {
    color: var(--main-hover-color);
}

/* Masonry images grid */
.comment-images {
    display: flex;
    gap: 15px;
    padding: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.comment-img {
    display: inline;
}

.comment-img img {
    width: 100%;
    max-width: 250px;
    width: 150px;
    height: auto;
    border-radius:
        6px;
    cursor: pointer;
    transition: all 0.25s ease;
    outline: 2px solid var(--border-color);
    outline-offset: 3px;
}

.comment-img img:hover {
    outline: 2px solid var(--main-color);
    transform: scale(1.02);
}

/* Load More button */
.load-more-comments {
    display: inline-block;
    margin: 10px 0 14px 0;
    padding: 16px;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    background: var(--main-color);
    color: var(--text-light);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.load-more-comments:hover {
    background: var(--main-hover-color);
}

/* Lightbox */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-content {
    position: relative;
    max-width: 92vw;
    max-height: 92vh;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 95vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.lightbox-close {
    position: absolute;
    top: -15px;
    right: -8px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: var(--dark-color);
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    cursor: pointer;
}

.lightbox-close:hover {
    background: var(--main-color);
}


/*---------------------------Related Products--------------------*/

.Related-Products {
    width: 100%;
    box-sizing: border-box;
}

/* === Related Products Slider === */
#Text6 .related-products-slider {
    position: relative;
    width: 100%;
    margin: 30px 0;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

#Text6 .related-products-slider .swiper-wrapper {
    display: flex;
}

#Text6 .related-products-slider .swiper-slide {
    width: auto;
    height: auto;
}

#Text6 .related-products-slider .swiper-button-prev,
#Text6 .related-products-slider .swiper-button-next {
    color: var(--text-dark);
    background: var(--light-color);
    font-weight: 900;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#Text6 .related-products-slider .swiper-button-prev:after,
#Text6 .related-products-slider .swiper-button-next:after {
    font-size: 16px;
}

/* === Product Card === */
#Text6 .vivid-post-homepage-view {
    background: var(--light-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 310px;
    gap: 0;
    justify-content: space-between;
}

#Text6 .vivid-post-homepage-view:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

/* === Image === */
#Text6 .homepage-image-link {
    display: block;
    position: relative;
    overflow: hidden;
}

#Text6 .homepage-main-image {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#Text6 .homepage-main-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#Text6 .vivid-post-homepage-view .product-footer {
    height: max-content !important;
    display: block !important;
}

#Text6 .vivid-post-homepage-view:hover .homepage-main-image img {
    transform: scale(1.05);
}

/* === Sale Badge === */
#Text6 .vivid-product-sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--light-color);
    color: var(--dark-color);
    font-size: 13px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 20px;
}

/* === Title === */
#Text6 .product-title {
    font-size: 15px;
    font-weight: 600;
    margin: 5px;
}

#Text6 .product-title a {
    text-decoration: none;
    color: var(--text-dark);
}

#Text6 .product-title a:hover {
    color: var(--text-hover);
}

/* === Price === */
#Text6 .product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 5px 5px;
}

#Text6 .vivid-product-old-price {
    text-decoration: line-through;
    color: var(--text-dark);
    opacity: 0.2;
    font-size: 13px;
}

#Text6 .vivid-product-current-price {
    color: var(--main-color);
    font-weight: bold;
    font-size: 15px;
}

/* === Actions === */
#Text6 .vivid-product-actions {
    display: flex;
    gap: 10px;
    padding: 0 12px 12px;
}

/* View Product Button */
#Text6 .view-product-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 12px 14px;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: var(--main-color);
}

#Text6 .view-product-btn:hover {
    background: var(--main-hover-color);
}

/* Wishlist button */
#Text6 .vivid-add-to-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    color: var(--text-dark);
    text-decoration: none;
    border: 1px solid var(--border-color);
    padding: 6px 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: var(--light-color);
}

#Text6 .vivid-add-to-wishlist:hover {
    background: var(--secondary-background);
}


/*--------------------Shop Page------------------*/

/* Shop All button style */
#blog-pager {
    display: flex;
}

.shop-all-btn,
.load-more-btn {
    background-color: var(--main-color);
    color: var(--text-light);
    border: none;
    padding: 14px 40px;
    margin: 15px auto;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shop-all-btn:hover,
.load-more-btn:hover {
    background-color: var(--main-hover-color);
    transform: translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.shop-all-btn:active,
.load-more-btn:active {
    transform: translateY(0px);
    box-shadow: none
}

.shop-all-btn::after,
.load-more-btn::after {
    content: '\F138';
    font-family: bootstrap-icons !important;
    font-weight: 600;
}

/* Full-width Shop Banner */
.shop-banner {
    width: 100%;
    height: 400px;
    background-color: var(--shop-banner-color) !important;
    background: var(--shop-banner-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.shop-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* dark overlay for better text contrast */
}

.banner-content {
    position: relative;
    /* above the overlay */
    z-index: 2;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.banner-content h1 {
    font-size: 48px;
    margin: 0;
    letter-spacing: 2px;
}

.banner-content i {
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}

/* Optional: Responsive adjustments */
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 36px;
    }

    .banner-content i {
        font-size: 36px;
    }

    .shop-banner {
        height: 300px;
    }
}

/* Loader Overlay */
#shop-loader-overlay {
    display: none;
}

#shop-loader-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Loader Box */
.shop-loader {
    display: none;

}

/* Spinner */
.shop-loader .spinner {
    display: none;
}


/*-------------------Status Message ---------------------*/

.status-msg-body {
    background: var(--light-color);
    border: 1px solid var(--border-color);
    border-left: none;
    border-right: none;
    padding: 40px;
    margin: 30px 0;
    margin-bottom: 60px;
    font-family: "Inter", "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Slight lift on hover for interactivity */
.status-msg-body:hover {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Emphasize search keyword */
.status-msg-body b {
    color: var(--text-dark);
    font-weight: 900;
    background: var(--secondary-background);
    padding: 6px 22px;
    border-radius: 20px;
}

/* Links styling */
.status-msg-body a {
    margin-left: 12px;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

/* Underline effect on hover */
.status-msg-body a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--main-hover-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.status-msg-body a:hover {
    color: var(--main-hover-color);
}

.status-msg-body a:hover::after {
    transform: scaleX(1);
}


/*-------------------------Shop Header----------------------*/

.shop-header-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    margin: 80px 0px;
}

/* PRODUCT COUNTS (minimal text style) */
.shop-header-filters .post-count {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shop-header-filters .post-count button {
    cursor: pointer;
    margin: 0 2px;
    background: var(--light-color);
    border: 1px solid var(--border-color);
    padding: 6px 12px;
    border-radius: 4px;
}

.shop-header-filters .post-count button.active,
.shop-header-filters .post-count button:active {
    background-color: var(--main-color);
    color: var(--text-light);
    font-weight: 600;
}

.shop-header-filters .post-count button:hover {
    color: #007bff;
    background-color: var(--secondary-background);
}

.shop-header-filters .post-count button.active:hover {
    background-color: var(--main-hover-color);
    color: var(--text-light);
    font-weight: 600;
}


/*----------------------------404 Page-------------------------*/

.error-404-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.error-404-container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
}

.error-404-box {
    text-align: center;
    background: var(--secondary-background);
    padding: 3rem;
    border-radius: 20px;
    animation: fadeIn 1s ease-in-out;
}

.error-404-box h1 {
    font-size: 7rem;
    font-weight: 900;
    color: var(--main-color);
    text-shadow: 0 4px 15px rgba(0, 119, 182, 0.2);
    font-family: fantasy;
    letter-spacing: 50px;
}

.error-404-box p {
    margin-top: 1rem;
    font-size: 1.3rem;
    color: var(--text-dark);
}

.error-404-btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 12px;
    background: var(--main-color) !important;
    color: var(--text-light) !important;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
    transition: all 0.3s ease;
}

.error-404-btn:hover {
    text-decoration: none !important;
    background: var(--main-hover-color) !important;
    color: var(--text-light) !important;
    transition: all 0.3s ease;
    cursor: pointer;
}

.error-404-btn::after {
    display: none !important;
}

/* ---------------------------Footer---------------------------*/

#VividFooterSection {
    width: 100%;
    background: var(--accent-color);
    padding: 20px 0px;
    box-shadow: -6px -10px 30px 3px #b0b0b03d;
    padding-bottom: 0px;
}

#VividFooterSection .title,
#VividFooterSection a,
#VividFooterSection .description {
    color: var(--light-dark);
}

#VividFooterSection h2 {
    display: none !important;
}

#FooterWidgets-2 .widget-content {
    color: var(--text-dark);
}

#Header2 img {
    max-width: 200px;
    height: 100%;
}

#FooterWidgets-1,
#FooterWidgets-2 {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    padding-bottom: 50px;
    align-items: center;
}

#FooterWidgets-2 {
    border-top: 2px solid var(--light-color);
    padding-bottom: 0px
}

#FooterWidgets-2 .social-icon {
    border: 1px solid var(--light-color);
}

#FooterWidgets-2 .social-icon:hover {
    background-color: var(--light-color);
}

#FooterWidgets-2 .social-icon a {
    color: var(--light-color);
}

#FooterWidgets-2 .social-icon:hover a {
    color: var(--main-color);
}

#LinkList9 ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

#LinkList9 ul a {
    text-decoration: none;
    font-weight: bold;
}

#LinkList9 ul a:hover {
    opacity: 0.7;
}

#LinkList9 ul a:active,
#LinkList1 a:active {
    color: var(--main-color);
}


/* back-to-top button (uses CSS variables declared in b:skin) */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
    border: none;
    outline: none;
}

.back-to-top:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.7);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.back-to-top:active {
    transform: scale(0.95);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #2563eb, #3b82f6) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.back-to-top:hover::after {
    opacity: 1;
    animation: pulse-btt 1.5s infinite;
}

@keyframes pulse-btt {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle {
    stroke-dasharray: 157;
    stroke-dashoffset: 157;
    transition: stroke-dashoffset 0.3s ease;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-width: 2;
    fill: none;
    cx: 50%;
    cy: 50%;
    r: 25;
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1000;
} 

.scroll-progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #2563eb, #3b82f6);
    transition: width 0.3s ease;
}
