/* Drodo PHP storefront overrides */
.single-products-box .image img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #f7f8fa;
}

.single-products-box .buttons-list .cart-btn form {
    margin: 0;
}

.single-products-box .buttons-list .cart-btn button {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.single-products-box .buttons-list .cart-btn button i {
    font-size: inherit;
}

.products-cart .remove-btn {
    background: transparent;
    border: 0;
    color: #ff4c4c;
    cursor: pointer;
    padding: 0;
}

.drodo-shop-layout {
    padding: 70px 0 40px;
}

.drodo-shop-sidebar {
    background: #f7f8fa;
    padding: 25px;
    margin-bottom: 30px;
}

.drodo-shop-sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.drodo-shop-sidebar .cat-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.drodo-shop-sidebar .cat-list li {
    margin-bottom: 8px;
}

.drodo-shop-sidebar .cat-list a {
    color: #6084a4;
}

.drodo-shop-sidebar .cat-list a.is-active,
.drodo-shop-sidebar .cat-list a:hover {
    color: #24affa;
}

.drodo-search-form {
    display: flex;
    gap: 8px;
    margin-bottom: 25px;
}

.drodo-search-form input {
    flex: 1;
    border: 1px solid #eee;
    padding: 10px 12px;
}

.products-details-area .products-details-image img,
.product-main-img {
    width: 100%;
    max-height: 480px;
    object-fit: contain;
    background: #f7f8fa;
}

.product-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.product-thumbs button {
    border: 1px solid #eee;
    background: #fff;
    padding: 4px;
    cursor: pointer;
}

.product-thumbs img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cart-table-area {
    padding: 70px 0 40px;
}

.cart-table img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #f7f8fa;
}

.cart-table .qty-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
}

.cart-table .qty-wrap button {
    width: 34px;
    height: 34px;
    border: 0;
    background: #f7f8fa;
    cursor: pointer;
}

.cart-table .qty-wrap input {
    width: 48px;
    text-align: center;
    border: 0;
}

.prose-area {
    padding: 70px 0 40px;
}

.contact-area .contact-form label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-area .contact-form input,
.contact-area .contact-form textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #eee;
    padding: 12px 15px;
}

.main-banner-image img {
    max-width: 100%;
}

/* Advanced hero slider */
.drodo-hero-slider {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 80% at 85% 40%, rgba(42, 150, 255, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 60% at 10% 80%, rgba(36, 175, 250, 0.08), transparent 50%),
        linear-gradient(180deg, #f4f9fc 0%, #ebf7fa 55%, #f7f8fa 100%);
}

/* Kill theme fadeInLeft delays that clip/hide hero copy mid-transition */
.drodo-hero-slider .owl-item .banner-content .sub-title,
.drodo-hero-slider .owl-item .banner-content h1,
.drodo-hero-slider .owl-item .banner-content p,
.drodo-hero-slider .owl-item .banner-content .btn-box,
.drodo-hero-slider .owl-item .banner-image img,
.drodo-hero-slider .owl-item.active .banner-content .sub-title,
.drodo-hero-slider .owl-item.active .banner-content h1,
.drodo-hero-slider .owl-item.active .banner-content p,
.drodo-hero-slider .owl-item.active .banner-content .btn-box,
.drodo-hero-slider .owl-item.active .banner-image img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.drodo-hero-slider .owl-item.active .banner-content .sub-title,
.drodo-hero-slider .owl-item.active .banner-content h1,
.drodo-hero-slider .owl-item.active .banner-content p,
.drodo-hero-slider .owl-item.active .banner-content .btn-box,
.drodo-hero-slider .owl-item.active .drodo-hero-visual img,
.drodo-hero-slider .owl-item.active .drodo-hero-meta {
    animation: drodoHeroIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both !important;
}

.drodo-hero-slider .owl-item.active .banner-content .sub-title { animation-delay: 0.05s !important; }
.drodo-hero-slider .owl-item.active .banner-content h1 { animation-delay: 0.12s !important; }
.drodo-hero-slider .owl-item.active .banner-content p { animation-delay: 0.2s !important; }
.drodo-hero-slider .owl-item.active .banner-content .btn-box { animation-delay: 0.28s !important; }
.drodo-hero-slider .owl-item.active .drodo-hero-visual img { animation-delay: 0.15s !important; }
.drodo-hero-slider .owl-item.active .drodo-hero-meta { animation-delay: 0.32s !important; }

@keyframes drodoHeroIn {
    from {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.drodo-hero-slider .single-banner-item {
    background: transparent;
    height: auto;
    min-height: 560px;
    display: flex;
    align-items: center;
    padding: 72px 0 88px;
    overflow: visible;
}

.drodo-hero-slider .banner-content {
    max-width: 540px;
    position: relative;
    z-index: 2;
    overflow: visible;
}

.drodo-hero-slider .banner-content .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(42, 150, 255, 0.12);
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.drodo-hero-slider .banner-content h1 {
    font-size: clamp(26px, 3.2vw, 42px);
    line-height: 1.2;
    margin-bottom: 16px;
    color: #0f2744;
    letter-spacing: -0.02em;
    word-break: break-word;
}

.drodo-hero-slider .banner-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #4a6785;
    max-width: 460px;
    margin-bottom: 0;
}

.drodo-hero-slider .banner-content .btn-box {
    margin-top: 28px;
}

.drodo-hero-slider .banner-content .btn-box .d-flex {
    gap: 12px 18px;
}

.drodo-hero-slider .banner-content .optional-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 22px;
    border: 1.5px solid rgba(15, 39, 68, 0.14);
    border-radius: 5px;
    color: #0f2744;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.drodo-hero-slider .banner-content .optional-btn:hover {
    border-color: var(--mainColor);
    color: var(--mainColor);
    background: #fff;
}

.drodo-hero-slider .banner-content .price {
    margin-left: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--mainColor);
}

.drodo-hero-visual {
    position: relative;
    text-align: center;
    padding: 24px 12px 12px;
}

.drodo-hero-glow {
    position: absolute;
    inset: 8% 12% 18%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(42, 150, 255, 0.22) 0%, rgba(42, 150, 255, 0.05) 45%, transparent 70%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
}

.drodo-hero-visual img {
    position: relative;
    z-index: 1;
    width: auto !important;
    max-width: min(100%, 480px);
    max-height: 420px;
    object-fit: contain;
    filter: drop-shadow(0 28px 40px rgba(15, 39, 68, 0.14));
}

.drodo-hero-meta {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 39, 68, 0.06);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(15, 39, 68, 0.06);
}

.drodo-hero-stock {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.drodo-hero-stock.is-in {
    color: #1aa06d;
}

.drodo-hero-stock.is-out {
    color: #e25555;
}

.drodo-hero-index {
    font-size: 12px;
    font-weight: 700;
    color: #6084a4;
    font-variant-numeric: tabular-nums;
}

.drodo-hero-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(42, 150, 255, 0.12);
    z-index: 5;
    overflow: hidden;
}

.drodo-hero-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #24affa, #2a96ff);
    transform-origin: left center;
}

.drodo-hero-progress.is-running span {
    animation: drodoHeroProgress var(--drodo-hero-duration, 5500ms) linear forwards;
}

@keyframes drodoHeroProgress {
    from { width: 0; }
    to { width: 100%; }
}

.drodo-hero-slider .home-slides.owl-theme .owl-nav [class*=owl-] {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(15, 39, 68, 0.1);
    color: #0f2744;
    opacity: 0;
    transform: translateY(-50%) scale(0.92);
    transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.drodo-hero-slider:hover .home-slides.owl-theme .owl-nav [class*=owl-],
.drodo-hero-slider:focus-within .home-slides.owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.drodo-hero-slider .home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--mainColor);
    color: #fff;
}

.drodo-hero-slider .home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: 0;
    text-align: center;
}

.drodo-hero-slider .home-slides.owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 4px;
    margin: 0 4px;
    border-radius: 999px;
    background: rgba(15, 39, 68, 0.16);
    transition: width 0.25s ease, background-color 0.25s ease;
}

.drodo-hero-slider .home-slides.owl-theme .owl-dots .owl-dot.active span,
.drodo-hero-slider .home-slides.owl-theme .owl-dots .owl-dot:hover span {
    width: 40px;
    background: var(--mainColor);
}

@media (max-width: 991px) {
    .drodo-hero-slider .single-banner-item {
        min-height: 0;
        padding: 48px 0 72px;
        text-align: center;
    }

    .drodo-hero-slider .banner-content {
        max-width: none;
        margin: 0 auto;
    }

    .drodo-hero-slider .banner-content p {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .drodo-hero-slider .banner-content .btn-box .d-flex {
        justify-content: center;
    }

    .drodo-hero-visual {
        margin-top: 28px;
    }

    .drodo-hero-visual img {
        max-height: 320px;
    }

    .drodo-hero-slider .home-slides.owl-theme .owl-nav [class*=owl-] {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 8px;
    }

    .drodo-hero-slider .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 8px;
        left: auto;
    }
}

@media (max-width: 575px) {
    .drodo-hero-slider .banner-content h1 {
        font-size: 26px;
    }

    .drodo-hero-slider .banner-content .optional-btn {
        width: 100%;
    }

    .drodo-hero-slider .banner-content .price {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }
}

.products-cart-content .products-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #f7f8fa;
}
