#xol-left-sidebar-dark .xol_facet_upper h4
{
    color: white !important;
}

#xol-left-sidebar-dark:before,
#xol-left-sidebar-dark
{
    background: #303539 !important;

}

#xol-left-sidebar-dark .woof_container
{
    border: none !important;
}

#xol-left-sidebar-dark.active{
    border-right:2px solid goldenrod;
}

#xol-left-sidebar-dark.active + .CustomXOLProductSlider{
    filter: blur(10px);
}

.xol-sidebar.dark-mode ul.woof_list,
.xol-sidebar.dark-mode .xol_facet_lower
{
    background: #2d2d2d !important;
}

.xol-sidebar.dark-mode ul li label,
.xol-sidebar.dark-mode .xol-li-row label,
.xol-sidebar.dark-mode ul li .xol-child-opener
{
    color: white;
    font-size: 15px;
}

.xol-sidebar.dark-mode .woof_list::-webkit-scrollbar-thumb,
.xol-sidebar.dark-mode .woof_list_radio::-webkit-scrollbar-thumb {
    background: rgb(208 165 32 / 50%) !important;
}

.xol-sidebar.dark-mode .woof_list::-webkit-scrollbar-track,
.xol-sidebar.dark-mode .woof_list_radio::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px goldenrod !important;
}

#xol-carousel-container
{
    position: relative;
}

.xol-root-masonry-container
{
    background: #303539;
    width: 100vw;
    margin: 0px;
    padding: 10px 10px 0px 10px;
}

.xol-root-masonry-container h2
{
    text-align: center;
    color: goldenrod;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 2em;
}

.xol-masonry-container
{
    display: flex;
    padding: 10px;
    background: #303539;
    max-width: 1600px;
    margin: 0 auto;
}

.xol-masonry-container .xolIdeaImagesContainer {
    margin: 0 0 10px; /* Adds vertical gap between items */
    display: inline-block;
    width: 100%;
    break-inside: avoid; /* Prevents breaking images across columns */
    border-radius: 8px; /* Rounded corners for each item */
    overflow: hidden; /* Ensures content stays within rounded corners */
}

.xol-masonry-container .xolIdeaImagesContainer img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Ensures images take the container's rounded corners */
}


/* Animation classes for different directions with slower duration */
.animate-from-left {
    animation: fromLeft 1.2s ease forwards;
}

.animate-from-right {
    animation: fromRight 1.2s ease forwards;
}

.animate-from-top {
    animation: fromTop 1.2s ease forwards;
}

.animate-from-bottom {
    animation: fromBottom 1.2s ease forwards;
}

.xol-masonry-container {
    display: block;
}

.xol-masonry-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.xol-masonry-item:hover
{
    cursor: pointer;
}

.xol-masonry-item-placeholder {
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #ffffff;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    opacity: 0.8;
}

/*.slide-guide{
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(128 128 128 / 0.6);
    animation: xolFadeIn 1s linear 0s forwards, xolSlideLeft 1.1s 1 linear 1.1s forwards, xolFadeOut 1s linear 2s forwards;
}*/

/*.xol-fadeInOut{
    opacity: 0;
    animation: xolFadeInOut 0.7s 3;
    animation-delay:  2.5s;
}*/

.XOLIdeaSliderRow{
    width: 100vw !important;
    padding: 0px !important;
    position: relative;
    margin: 0px -10px !important;
}

.xol_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 15;
    cursor: pointer;
}

.CustomXOLProductSlider {
    position: relative;
    /*padding-top: 20px !important;*/
    width: 100vw;
    background: #41484e;

}

.CustomXOLProductSlider .slick-slide
{
    height: inherit !important;
    width: 90vw;
    min-height: 70vh !important;
    margin: 0 auto;
    /* max-width: 1024px !important; */
}

.xol-slider-control.prev {
    padding-left: 10px;
    align-items: start
}
.xol-slider-control.next {
    padding-right: 10px;
    align-items: end;
}

.xol-slider-control.prev
{
    left: 0;
    color: white;
    font-size: 20px !important;
    cursor: pointer;
}

.xol-slider-control.next
{
    right: 0;
    color: white;
    font-size: 20px !important;
    cursor: pointer;
}

.xol-slider-control.prev > i
{
    position: absolute;
    left: 5px;
    color: white;
    font-size: 20px !important;
}

.xol-slider-control.next > i
{
    position: absolute;
    right: 5px;
    color: white;
    font-size: 20px !important;
}

.xol-slider-control
{
    display: flex;
    z-index: 10;
    width: 30vw;
    height: 40%;
    position: absolute;
    top: 0;
    /*border: 5px solid grey;
    border-radius: 10px;
    background-size: 58.16px 43.82px;*/
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*background: #565656;*/
}

.xolIdeaMobileMainTitleStyler
{
    min-width: 100%;
    text-align: center;
    background: #1b1b1b;
    border-radius: 5px;
    color: white;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem !important;
    font-family: "Montserrat";
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xol-product-image{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
    /*justify-content: space-between;*/
    height: 100%;
    /*width: 100%;*/
    margin: 0 auto;
}

.xol-product-image img{
    object-fit: cover;
    height: 100%;
    max-height: 75vh !important;
    margin: 0 auto;
    max-width: 95% !important;
}


.xolIdeaImagesContainer,
.xolIdeaInfoContainer{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 auto;
}

.xolIdeaInfoContainer {
    width: 100%;
    padding: 15px;
    z-index: 12;
    display: flex;
}

.xol-product-image .products.min-tablet
{
    display:none;
}

.xol-product-image .products a
{
    max-width: 50%;
}

.xol-product-image .products a img
{
    width: 100%;
    height: 100%;
    max-height: 50vh !important;
    border-radius: 15px;
    background: #41484e;
    object-fit: contain;
    border: 3px solid goldenrod;
    padding: 5px;
    max-width: 95% !important;
}

.xolIdeaTitles {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex: 1;
    width: 100% !important;
    margin: 0 !important;
    font-size: 0.8em;
}

.xolIdeaMobileTitles
{
    /*color: white;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 90% !important;
    flex: 1;
    margin: 0 15px 20px 15px;
}

.xolIdeaTitles .xolIdeaMobileMainTitle
{
    display: none;
    margin-bottom: 20px;
}

.xolIdeaDarkBGContainer {
    width: 100% !important;
}

.xolIdeaDarkBGSubContainer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.xolIdeaDarkBGSubContainer > div
{
    flex-grow: 1;
}

.xolIdeaDarkBGTitle
{
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    min-height: 42px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-family: "Montserrat";
}

.xolIdeaDarkBGSection{
    color: white;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    background: #a41515;
    min-height: 42px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 0.9em !important;
    font-family: "Montserrat";
    flex-grow: 1;
}

a.xolIdeaDarkBGSection{
    border-radius: 15px;
    background: transparent;
    border: 3px solid #1c1f22;
    box-shadow: -3px -4px 10px rgb(255 255 255 / 20%), 3px 5px 20px rgba(0, 0, 0, 0.8);
}

a.xolIdeaDarkBGSection:hover
{
    border: 3px solid goldenrod;
    color: white !important;
}

a.xolIdeaDarkBGSection span {
    padding: 5px;
    box-shadow: inset -2px -3px 10px rgb(255 255 255 / 20%), inset 0px 6px 20px rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 15px;
}

.xolIdeaDarkBGSubContainer .xolSpecialOfferContainer
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xolIdeaDarkBGSubContainer .xolSpecialOfferContainer .xol_facet_upper
{
    background: #1b1b1b;
    color: white;
    width: 100%;
}

.xolIdeaDarkBGSubContainer .xolSpecialOfferContainer .xol_facet_lower
{
    margin-left: 0px !important;
    margin-top: 1px !important;
}

.xolSalePrice
{
    overflow-wrap: anywhere;
    padding: 5px;
    border-radius: 100%;
    margin: 10px 0px;
    font-size: 25px;
}

.xolIdeaBuyButton
{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.xolIdeaBuyButton a:hover
{
}

.CustomXOLProductSlider .products{
    margin-top: -35px !important; /* Cater for padding applied to both containers */
    min-height: 70px;
    max-width: 700px;
    display: flex;
    justify-content: center;
    flex: 1;
}

.CustomXOLProductSlider .xol-product-image img,
.CustomXOLProductSlider .xol-product-image .upload-icon{
    border: 2px solid goldenrod;
    padding: 5px;
}

.CustomXOLProductSlider .slick-slide img
{
    aspect-ratio: initial !important;
}

.xol-carousel-wrapper .xol-carousel,
.xol-single-product-module,
.xol-product-wrap,
.CustomXOLProductSlider .slick-slider .slick-list{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    /*margin: 0 3vw;*/
    overflow: hidden;
}

.xol-carousel{
    padding-top: 20px !important;
}

.xolIdeaMobileTitles{
    margin-bottom: -15px !important;
    flex: 0;
}

.xolIdeaMobileMainTitle{
    border: 2px solid goldenrod !important;
    border-radius: 9px !important;
    padding: 5px !important;
    background: #41484e !important;
    color: black !important;
}

.xolIdeaMobileTitles .xolIdeaMobileMainTitle
{
    margin: 0 auto;
    z-index: 14;
    min-width: 90%;
}


.xolIdeaImagesContainer a{
    display: flex;
    padding: 5px;
    width: 100%;
}




/* Media Queries for larger screens */
@media (min-width: 576px) /* 450 */
{
    .xolIdeaDarkBGContainer
    {
        margin: 0 !important;
    }

    .xolIdeaTitles {
        min-width: initial !important;
    }
}

@media (min-width: 768px)
{
    .CustomXOLProductSlider .products {
        margin-top: 0 !important;
    }

    .xol-product-image .products:not(.mobile-mode) a {
        max-width: 100%;
    }

    .xolIdeaInfoContainer
    {
        flex-direction: row-reverse !important;
        justify-content: space-evenly;
    }

    .xol-product-image .products.mobile-mode
    {
        display:none;
    }

    .xol-product-image .products.min-tablet
    {
        display:flex;
    }

    .xolIdeaTitles
    {
        font-size: 0.9em;
        margin: 0 15px 20px 15px !important;
    }
}

@media (min-width: 992px) /* 850px */
{
    .xol-slider-control.prev > i
    {
        left: 50%;
    }

    .xol-slider-control.next > i
    {
        right: 50%;
    }

    .xol-product-image{
        flex-direction: row;
    }

    .xolIdeaImagesContainer
     {
         width: 65%;
     }

    .xolIdeaInfoContainer
    {
        flex-direction: column !important;
        align-items: center;
        width: 35%;
    }

    .CustomXOLProductSlider .products {
        min-height: 125px;
        max-width: 80%;
    }

    .xol-slider-control
    {
        width: 5vw;
        height: 50vh;
    }
}

@media (min-width: 1200px)
{
    .CustomXOLProductSlider:not(.fullwidth),
    .CustomXOLProductSlider:not(.fullwidth) .slick-slide {
        width: 75vw;
        border-bottom-left-radius: 20px;
    }

    .xol-carousel{
        padding-top: 70px !important;
    }

    .xolIdeaMobileMainTitleStyler {
        font-size: 1.4rem !important;
    }

    .xol-slider-control
    {
        height: 80%;
        justify-content: center;
    }

    .xol-product-image {
        width: 87%;
    }
}

@media (min-width: 1400px) {
    .xolIdeaMobileMainTitleStyler {
        font-size: 15px !important;
    }

    .CustomXOLProductSlider:not(.fullwidth),
    .CustomXOLProductSlider:not(.fullwidth) .slick-slide {
        width: 80vw;
    }
}

@media (min-width: 2000px) {

    .CustomXOLProductSlider:not(.fullwidth),
    .CustomXOLProductSlider:not(.fullwidth) .slick-slide {
        width: 85vw;
    }
}


/* Keyframe animations for each direction */
@keyframes fromLeft {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fromRight {
    from { opacity: 0; transform: translateX(100px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fromTop {
    from { opacity: 0; transform: translateY(-100px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fromBottom {
    from { opacity: 0; transform: translateY(100px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: 0px 0;
    }
    100% {
        background-position: 100em 0;
    }
}

/*
@keyframes xolFadeInOut {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes xolFadeIn {
    0% {visibility: hidden;}
    100% {visibility: visible;}
}

@keyframes xolFadeOut {
    0% {visibility: visible;}
    90% {visibility: hidden; display: flex;}
    100% {visibility: hidden; display: none;}
}

@keyframes xolSlideLeft {
    10% {padding: 0;}
    50% {padding-left: 0%; padding-right: 10%;}
    75% {padding-left: 0%; padding-right: 5%;}
    100% {padding: 0;}
}

@keyframes xolSlideLeftRight {
    10% {visibility: visible; padding: 0;}
    25% {padding-left: 0%; padding-right: 10%;}
    50% {padding-left: 5%; padding-right: 5%;}
    75% {padding-left: 10%; padding-right: 0%;}
    100% {padding: 0;}
}*/
