.cate-icon {
    display: inline !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px !important;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}


/* .max
{
    max-width: 200.333px !important;
} */

.text_succsess {
    font-size: 5em !important;
    color: #119c67 !important;
    margin-bottom: 20px !important;
}

.text_quateno {
    font-size: 2em !important;
    color: #034a68 !important;
    margin-bottom: 20px !important;
}

.about-text {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.about-text .about-text-center {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 25px;
}

.about-text p {
    margin-bottom: 17px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.about-text-item {
    padding-bottom: 35px;
    padding-top: 35px;
}

.about-text-item.item-three {
    padding-bottom: 18px;
}

.about-text-item p {
    line-height: 20px;
}

.search-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 20px 0;
}

.search-wrapper .icon-search {
    position: relative;
    right: 15px;
    background: #4dae65;
    border-radius: 0;
}

.header-search-results {
    background-color: #fff;
    border: 2px solid #007ec0;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 500px;
    overflow-y: auto;
    margin-top: 39px;
}

.header-search form {
    padding-left: 0;
}

.owl-carousel {
    z-index: 0;
}

.search-rslt-row {
    display: flex;
    padding: 5px;
}

.search-rslt-row:hover {
    background-color: #eee;
}

.search-rslt-row img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.search-rslt-row span {
    font-size: 13px;
}

.brand-box {
    width: 80% !important;
}

.product-details {
    width: 100% !important;
}

.image__tag {
    padding: 13px !important;
}

.slider .owl-stage-outer {
    border-radius: 10px !important;
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.2) !important;
}

.my-col {
    width: 100% !important;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
    padding-top: 102px;
}

.discount-text {
    color: red;
    font-weight: bold;
    font-size: smaller;
    display: block;
}

.discount-text-alt {
    color: red;
    font-weight: bold;
    font-size: smaller;
}

.dropcart__item-price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.cart-table__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

.product__prices .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
    float: right !important;
}

.wishlist__column--price .product-card__price--old {
    text-decoration: line-through !important;
    color: #999 !important;
}

/* .block-slideshow__carousel {
    background-image: url('../images/banners/banner1.jpg') !important;
} */

/* --- Parallax Slider Design --- */
.block-slideshow {
    position: relative;
    /* Single background image for the slider container with a clean gradient overlay fallback */
    /* background: linear-gradient(135deg, #0f2027, #432f20, #64512c); */
    /* background-image: linear-gradient(135deg, rgba(39, 30, 15, 0.85), rgba(67, 53, 32, 0.85), rgba(100, 76, 44, 0.85)), url('../images/banners/banner1.jpg'); */
    background-attachment: fixed;
    /* Creates the parallax effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* padding: 60px 0; */
    /* border-radius: 10px !important;
    box-shadow: 5px 5px 12px 2px rgba(0, 0, 0, 0.2) !important; */
}

.parallax-slide-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    padding: 20px 0;
    /* Removing lateral padding so they hit the edges */
}

.parallax-slide-content {
    flex: 0 0 50%;
    /* Exact half width */
    max-width: 50%;
    color: #fff;
    z-index: 5;
    text-align: left;
    position: relative;
    padding-right: 30px;
    /* Slight gap feeling on the inner side */
}

/* ... unchanged buttons and text ... */

.parallax-slide-title {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: inherit;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.parallax-slide-details {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.6;
    color: #f0f0f0;
    font-family: inherit;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 1.2s ease-out;
}

.parallax-slide-button {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff !important;
    background: #007bff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
    animation: fadeInUp 1.4s ease-out;
}

.parallax-slide-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.6);
}

.parallax-slide-image-wrapper {
    flex: 0 0 50%;
    /* Exact half width */
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    /* Always pull image to the far right edge */
    align-items: center;
    position: relative !important;
    z-index: 2 !important;
}

.parallax-slide-item--centered {
    justify-content: center;
}

.parallax-slide-item--centered .parallax-slide-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}

.parallax-floating-img {
    max-width: 100%;
    max-height: 350px;
    object-fit: contain;
    /* 3D Floating Effect */
    animation: float3D 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.4));
    transform-style: preserve-3d;
}

@keyframes float3D {
    0% {
        transform: translateY(0) rotateX(0) rotateY(0);
    }

    50% {
        transform: translateY(-20px) rotateX(5deg) rotateY(10deg);
    }

    100% {
        transform: translateY(0) rotateX(0) rotateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* Responsive adjustments */
@media (max-width: 991px) {
    .parallax-slide-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .parallax-slide-item {
        flex-direction: row;
        padding: 20px 15px;
        min-height: auto;
        text-align: left;
        align-items: center;
    }

    .parallax-slide-content {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        padding-right: 15px;
    }

    .parallax-slide-image-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
        justify-content: flex-end;
    }

    .parallax-slide-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }

    .parallax-slide-details {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .parallax-slide-button {
        padding: 8px 20px;
        font-size: 1rem;
    }

    .parallax-floating-img {
        max-height: 200px;
        margin-bottom: 0px;
    }

    .block-slideshow {
        padding: 20px 0;
    }
}

@media (max-width: 575px) {
    .parallax-slide-content {
        flex: 0 0 55%;
        max-width: 55%;
        padding-right: 10px;
    }

    .parallax-slide-image-wrapper {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .parallax-slide-title {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .parallax-slide-details {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .parallax-slide-button {
        padding: 6px 15px;
        font-size: 0.85rem;
    }

    .parallax-floating-img {
        max-height: 150px;
    }
}

/* Custom Navigation Arrows & Dots Removal */
.block-slideshow .owl-dots {
    display: none !important;
}

.block-slideshow__nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 3;
    pointer-events: none;
}

.slider-nav-btn {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.slider-nav-btn:hover {
    background: #fff;
    color: #007bff;
}

/* Ensure Floating Image Overlaps Container */
.block-slideshow .owl-carousel {
    position: relative;
    z-index: 2;
}

.parallax-slide-image-wrapper {
    position: relative !important;
    z-index: 2 !important;
}

.parallax-floating-img {
    position: relative !important;
    z-index: 2 !important;
}

.parallax-slide-content {
    position: relative;
    z-index: 5;
}