a {
    text-decoration: none;
    color: var(--black);
}

.dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
}

.language-menu {
    border-radius: 0;
}

.language-item {
    color: var(--black) !important;
}

.language-item:hover {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.social-icons-nav1 {
    color: var(--black) !important;
}

.social-icons-nav1:hover {
    color: var(--main) !important;
}

/* Search Form Drawer Styles */
.search { 
    display: none;
    padding: 20px; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: auto; 
    background: none; 
    color: var(--dark-gray); 
    z-index: 999; 
    opacity: 0; 
    visibility: hidden; 
    transform-origin: top center; 
    -webkit-transform-origin: top center; 
    transform: translateY(-100%); 
    -webkit-transform: translateY(-100%); 
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); 
    -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); 
}

.search--opened { 
    display: block !important;
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
    -webkit-transform: translateY(0); 
    -ms-transform: translateY(0); 
}

.search .search__form { 
    position: relative; 
    z-index: 5; 
    padding: 10px 15px; 
    background-color: var(--white); 
    box-shadow: 0 2px 3px rgba(0,0,0,.1); 
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1); 
}

.search .search__input { 
    width: 100%; 
    border: 0; 
    font-size: 20px; 
    padding: 14px 40px; 
    height: auto; 
    margin: 0; 
}

.search .search__button { 
    border: 0; 
    font-size: 25px; 
}

.search .go-btn { 
    position: absolute; 
    left: 15px; 
    top: 17px; 
    font-size: 25px; 
    vertical-align: middle; 
    padding: 0; 
}

.search .go-btn .icon { 
    font-size: 30px; 
}

.search .close-btn { 
    position: absolute; 
    right: 15px; 
    top: 20px; 
    font-size: 25px; 
    line-height: normal; 
    display: block; 
    border: 0; 
    padding: 0; 
    cursor: pointer; 
}

.search-model:after { 
    content: ""; 
    display: block; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,.7); 
    z-index: 99; 
    -webkit-transition: all .45s cubic-bezier(.29, .63, .44, 1); 
    transition: all .45s cubic-bezier(.29, .63, .44, 1); 
}

/* Search Trigger Button */
.search-trigger { 
    background: transparent; 
    color: var(--black); 
    border: none;
    cursor: pointer; 
    padding: 0; 
}

.search-trigger:hover { 
    color: var(--main); 
}

.search-trigger i {
    font-size: 17px;
}

/* Inline Search Bar Styles */
.search-bar-inline .search__input { 
    color: #444; 
    padding: 10px 30px 10px 10px; 
    margin: 0; 
    border-radius: 3px; 
    border-color: #a8a8a8; 
}

.search-bar-inline .search__button { 
    position: absolute; 
    top: 9px; 
    right: 9px; 
    padding: 0; 
    border: none; 
}

.search-bar-inline .search__button .an { 
    font-size: 20px; 
}

a:hover {
    text-decoration: none;
    color: var(--main);
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none !important;
}

.cart-price-breakdown {
    padding: 0;
}

.cart-price-breakdown button {
    background: transparent;
    width: 100%;
}

.cart-price-breakdown button:hover, .cart-price-breakdown button:focus {
    color: var(--black) !important;
    background-color: transparent;
}

.credit-cards {
    margin: 3px 3px 0;
}

.credit-cards-block .credit-card {
    display: inline-block;
    width: 46px;
    margin-right: 5px;
    background-size: contain;
    position: relative;
    top: 5px;
    background-repeat: no-repeat !important;
}

.cart-minus, .cart-plus {
    border: 0;
    background: transparent !important;
}

.product-details-left .hover-change-image {
    float: right;
    padding-left: 10px;
    filter: brightness(0.9) !important;
}

.switch input[type=checkbox]:checked, .switch input[type=checkbox] {
    margin-right: 5px !important;
}

.filters label {
    font-size: small !important;
}

.filters-block .brand-filter {
    max-height: 355px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.4rem 0.5rem 0;
    overflow-y: scroll;
}

/* Streaming Section Styles */
.streaming-section {
    margin-top: 2rem;
    padding: 4rem 2rem 0 2rem !important;
}

.streaming-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.streaming-description {
    font-size: 1.1rem;
    color: var(--gray);
    line-height: 1.6;
    margin-bottom: 3rem;
}

.streaming-features {
    margin-top: 2rem;
}

.feature-item {
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    border: 2px solid var(--light-bg);
}

.prime-icons-img {
    width: 50%;
}

/* Custom Icons */
.custom-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}

/* Subscription Icon (Credit Card) */
.subscription-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 20px;
    background: var(--gray);
    border-radius: 3px;
}

.subscription-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: var(--white);
    margin-top: -2px;
}

/* Credits Icon (Money Bag) */
.credits-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 28px;
    background: var(--gray);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    margin-top: 2px;
}

.credits-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 6px;
    background: var(--gray);
    border-radius: 50% 50% 0 0;
    margin-top: -10px;
}

/* Streaming Icon (Monitor/TV) */
.streaming-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 20px;
    background: var(--gray);
    border-radius: 2px;
    margin-top: -2px;
}

.streaming-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 6px;
    background: var(--gray);
    margin-top: 12px;
    border-radius: 0 0 2px 2px;
}

.feature-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-subtitle {
    font-size: 0.85rem;
    color: var(--gray);
    margin: 0;
    line-height: 1.4;
}

.streaming-visual {
    padding: 2rem;
    margin-top: -3rem;
}

.streaming-gif {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.feature-divider {
    border: none;
    height: 1px;
    background: var(--light-bg);
    margin: 3rem 0 2rem 0;
    opacity: 1;
}

.prime-text-wrapper {
    width: 50%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .streaming-section {
        padding: 3rem 1.5rem !important;
    }
    
    .streaming-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .streaming-description {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .streaming-visual {
        padding: 1rem;
    }

    .prime-icons-img {
        width: 100%;
    }
    
    .prime-text-wrapper {
        width: 100%;
    }

    .feature-item-mid {
        padding: 0 1rem;
    }
}

/* Navigation Badge Styles for nav-4 */
.badge-hot, .badge-new {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--main-dark);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    animation: pulse 2s infinite;
}

.badge-hot {
    background: #ff6b6b;
}

.badge-new {
    background: #51cf66;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.site-nav {
    position: relative;
}

/* Prime Subscription Plans Styling - Cool & Fancy */
.colParent {
    border-radius: 20px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent !important;
    margin-bottom: 2rem;
    animation: slideInUp 0.6s ease forwards;
    padding: 0.5rem !important;
}

.colParent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--main) 0%, var(--accent) 100%);
    transition: height 0.3s ease;
    z-index: 1;
}

.colParent:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(102, 126, 234, 0.3) !important;
}

.colParent:hover::before {
    height: 6px;
}

/* Featured plan styling */
.colParent.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: var(--white) !important;
    transform: scale(1.05);
    z-index: 2;
}

.colParent.featured::before {
    background: linear-gradient(135deg, var(--main) 0%, var(--accent) 100%);
    height: 6px;
}

.colParent.featured:hover {
    transform: scale(1.08) translateY(-5px);
}

.colParent.featured * {
    color: var(--white) !important;
}

/* Plan name and price section */
.offerNamePrice {
    padding: 1rem 1.5rem 0 1.5rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.offerNamePrice h3,
.offerNamePrice h4 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: var(--dark-gray) !important;
    margin-bottom: 0.5rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.colParent.featured .offerNamePrice h3,
.colParent.featured .offerNamePrice h4 {
    color: var(--white) !important;
}

.offerNamePrice .price {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: var(--main) !important;
    margin-bottom: 0.5rem !important;
    line-height: 1 !important;
    position: relative;
}

.colParent.featured .offerNamePrice .price {
    color: var(--white) !important;
}

/* Features section */
.featuresPrime {
    padding: 0 1.5rem;
    margin: 0 0 1.5rem 0;
    position: relative;
    z-index: 2;
}

.featuresPrime ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.featuresPrime li {
    padding: 0.35rem 0 !important;
    font-size: 0.95rem !important;
    color: #555 !important;
    position: relative !important;
    padding-left: 2rem !important;
    line-height: 1.4 !important;
    transition: all 0.2s ease !important;
    margin-bottom: 0 !important;
}

.featuresPrime li::before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #28a745 !important;
    font-weight: bold !important;
    width: 20px !important;
    height: 20px !important;
    background: rgba(40, 167, 69, 0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
}

.featuresPrime li.text-decoration-line-through {
    color: var(--gray) !important;
    opacity: 0.6 !important;
}

.featuresPrime li.text-decoration-line-through::before {
    content: '✗' !important;
    color: var(--main-red) !important;
    background: rgba(220, 53, 69, 0.1) !important;
}

.colParent.featured .featuresPrime li {
    color: var(--white) !important;
}

.colParent.featured .featuresPrime li::before {
    background: rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
}

.colParent.featured .featuresPrime li.text-decoration-line-through {
    color: rgba(255, 255, 255, 0.7) !important;
}

.colParent.featured .featuresPrime li.text-decoration-line-through::before {
    color: rgba(255, 255, 255, 0.6) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Giftcard section */
.giftPrime {
    border-radius: 12px !important;
    text-align: center !important;
    font-size: 0.9rem !important;
    color: var(--gray) !important;
    position: relative;
    z-index: 2;
    margin-bottom: 1rem !important;
}

.colParent .mt-5 {
    margin: 0 !important;
}

.colParent.featured .giftPrime {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: var(--white) !important;
}

.giftPrime strong {
    color: var(--main) !important;
    font-weight: 600 !important;
}

.colParent.featured .giftPrime strong {
    color: var(--white) !important;
}

/* Button styling */
.colParent .btn {
    width: 100% !important;
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, var(--main) 0%, var(--accent) 100%) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 2;
}

.colParent .btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s !important;
}

.colParent .btn:hover::before {
    left: 100% !important;
}

.colParent .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4) !important;
}

.colParent.featured .btn {
    background: linear-gradient(135deg, var(--main) 0%, var(--accent) 100%) !important;
    box-shadow: 0 4px 15px rgba(196, 132, 125, 0.3) !important;
}

.colParent.featured .btn:hover {
    box-shadow: 0 8px 25px rgba(196, 132, 125, 0.5) !important;
}

/* Plan Animation Stagger Effect */
.colParent:nth-child(1) { animation-delay: 0.1s; }
.colParent:nth-child(2) { animation-delay: 0.2s; }
.colParent:nth-child(3) { animation-delay: 0.3s; }
.colParent:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Plans section header styling */
.holder.container h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: var(--dark-gray) !important;
    position: relative !important;
}

.holder.container h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, var(--main) 0%, var(--accent) 100%);
    border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .colParent.featured {
        transform: none !important;
        margin-top: 2rem !important;
    }
    
    .colParent.featured:hover {
        transform: translateY(-5px) !important;
    }
    
    .offerNamePrice .price {
        font-size: 2.5rem !important;
    }
    #cookie-banner {
        left: 27% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 767px) {
    .section.feature-content.no-pt-section.pt-0 .row:nth-of-type(1) {
        flex-direction: column-reverse;
    }
    
    .section.feature-content.no-pt-section.pt-0 .row .feature-row__item.feature-row__text.p-0 {
        padding: 1rem !important;
    }
    
    #cookie-banner {
        display: flex;
        flex-direction: column;
    }
    
    .header-1 .right-action {
        margin-right: -1.5rem;
    }

    .colParent {
        margin-bottom: 1.5rem !important;
    }
    
    .offerNamePrice {
        padding: 2rem 1rem 1rem !important;
    }
    
    .featuresPrime {
        padding: 0 1rem !important;
    }
    
    .giftPrime {
        margin: 1.5rem 1rem 1rem !important;
    }
    
    /*.colParent .btn {*/
    /*    margin: 0 1rem 1.5rem !important;*/
    /*}*/
    
    .offerNamePrice h3,
    .offerNamePrice h4 {
        font-size: 1.5rem !important;
    }
    
    .offerNamePrice .price {
        font-size: 2rem !important;
    }
    
    .holder.container h2 {
        font-size: 2rem !important;
    }
}

@media (max-width: 767px) {
    .streaming-section {
        padding: 2rem 1rem !important;
        margin: 1rem 0;
    }
    
    .streaming-title {
        font-size: 1.8rem;
    }
    
    .streaming-description {
        font-size: 1rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 0.8rem;
    }
    
    .feature-subtitle {
        font-size: 0.75rem;
    }
}

@media (max-width: 767px) {
    .streaming-section {
        padding: 2rem 1rem !important;
        margin: 1rem 0;
    }
    
    .streaming-title {
        font-size: 1.8rem;
    }
    
    .streaming-description {
        font-size: 1rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 0.8rem;
    }
    
    .feature-subtitle {
        font-size: 0.75rem;
    }
}

#subscription_id.custom-select {
    height: fit-content !important;
}

/*------------------------------------------
 * Homepage Slideshow Styles
--------------------------------------------*/
.slideshow-wrapper { 
    position: relative; 
}

.slideshow .slide { 
    position: relative; 
}

.slideshow .wrap-caption > * { 
    position: relative; 
    z-index: 2; 
}

.slideshow .wrap-caption.center { 
    max-width: 1200px; 
}

.slideshow .wrap-caption.right { 
    float: right; 
    max-width: 65%; 
    margin-right: -5%; 
}

.slideshow .wrap-caption.left { 
    float: left; 
    max-width: 65%; 
    margin-left: -5%; 
}

.slideshow .wrap-caption { 
    position: relative; 
    display: inline-block; 
    padding: 30px; 
}

.slideshow .wrap-caption:after { 
    content: " "; 
    display: block; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
}

.slideshow__text-content { 
    text-align: center; 
    margin-top: 30px; 
    position: absolute; 
    width: 100%; 
    top: 50%; 
    -ms-transform: translateY(-40%); 
    -webkit-transform: translateY(-40%); 
    transform: translateY(-40%); 
    opacity: 0; 
    transition: all 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87); 
    -webkit-transition: all 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87); 
    -ms-transition: all 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87); 
    transition-delay: 0.3s; 
    -webkit-transition-delay: 0.3s; 
    -ms-transition-delay: 0.3s; 
    z-index: 3; 
}

.slideshow__text-content.bottom { 
    top: inherit; 
    bottom: 10%; 
    -ms-transform: translateY(10%); 
    -webkit-transform: translateY(10%); 
    transform: translateY(10%); 
}

.slideshow__text-content.top { 
    top: 10%; 
    -ms-transform: translateY(10%); 
    -webkit-transform: translateY(10%); 
    transform: translateY(10%); 
}

.slick-active .slideshow__text-content.bottom,
.home-slideshow .slideshow__text-content.bottom { 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
}

.slick-active .slideshow__text-content.top,
.home-slideshow .slideshow__text-content.top { 
    -ms-transform: translateY(-5%); 
    -webkit-transform: translateY(-5%); 
    transform: translateY(-5%); 
}

.slick-active .slideshow__text-content, 
.no-js .slideshow__text-content,
.home-slideshow .slideshow__text-content { 
    -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    opacity: 1; 
}

.slideshow .mega-small-title { 
    color: var(--white); 
    font-weight: 400; 
    text-transform: uppercase; 
    letter-spacing: 4px; 
    font-size: 15px; 
    margin: 0 0 8px; 
}

.slideshow .slideshow__title { 
    font-family: "Montserrat", sans-serif; 
    color: var(--white); 
    font-weight: 700; 
    font-size: 65px; 
    text-transform: uppercase; 
    line-height: 1.1; 
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0); 
}

.slideshow .slideshow__subtitle { 
    font-family: "Montserrat", sans-serif; 
    color: var(--white); 
    font-weight: 400; 
    font-size: 22px; 
    text-transform: uppercase; 
    margin-bottom: 25px; 
    line-height: 1.3; 
    letter-spacing: 0.4px; 
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0); 
    display: block; 
}

.slideshow__text-wrap { 
    height: 100%; 
}

.slideshow__overlay:before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    opacity: 0.5; 
    z-index: 3; 
}

.slideshow__overlay.bottom:before { 
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, var(--black) 100%); 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--black) 100%); 
}

.slideshow__overlay.center:before { 
    background-color: var(--black); 
    opacity: .7; 
}

.slideshow .btn { 
    color: var(--white); 
    background-color: transparent; 
    border: 2px solid var(--white); 
}

.slideshow .btn:hover, .slideshow .btn:focus { 
    color: var(--black); 
    background-color: var(--white); 
    border-color: var(--white); 
}

.slideshow .text-shadow .mega-small-title,
.slideshow .text-shadow .slideshow__title,
.slideshow .text-shadow .slideshow__subtitle { 
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
}

.bg-size {
    background-size: cover !important;
    background-position: center !important;
}

.bg-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.blur-up.lazyload {
    filter: blur(5px);
    transition: filter 400ms;
}

.blur-up.lazyloaded {
    filter: blur(0);
}

/*------------------------------------------
 * Tab Slider Product Styles
--------------------------------------------*/
.tab-slider-product .tabs { 
    border: 0; 
    text-align: center; 
    margin: 0 0 30px; 
    padding: 0; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.tab-slider-product .tabs > li { 
    float: none; 
    display: inline-block; 
    margin: 0 15px; 
    cursor: pointer; 
}

.tab-slider-product .tabs > li { 
    background: none !important; 
    border: 0 !important; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    color: var(--black); 
    font-weight: 600; 
    font-size: 15px; 
    padding-top: 0; 
}

.tab-slider-product .tabs > li.active { 
    color: var(--main); 
}

.tab-slider-product .tabs li:hover, .tab-slider-product .tabs li:focus { 
    color: var(--main); 
    opacity: 1; 
    text-decoration: none; 
}

.tab-slider-product .tab_container { 
    clear: both; 
    width: 100%; 
    background: var(--white); 
}

.tab-slider-product .tab_content { 
    display: none; 
}

.tabs-listing .tab_content { 
    display: none; 
}

.tabs-listing .tab_content:first-child,
.tabs-listing .tab_content.active { 
    display: block; 
}

.productSlider {
    margin-top: 30px;
}

.productSlider-style1 {
    margin-top: 30px;
}

.productSlider .item,
.productSlider-style1 .item {
    margin-bottom: 30px;
    padding: 0 10px;
}

/*------------------------------------------
 * Slick Slider Basic Styles
--------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*------------------------------------------
 * Product Slider Navigation
--------------------------------------------*/
.productSlider .slick-prev,
.productSlider .slick-next,
.productSlider-style1 .slick-prev,
.productSlider-style1 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 0;
    color: var(--white);
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.productSlider .slick-prev,
.productSlider-style1 .slick-prev {
    left: -40px;
}

.productSlider .slick-next,
.productSlider-style1 .slick-next {
    right: -40px;
}

.productSlider .slick-prev:hover,
.productSlider .slick-next:hover,
.productSlider-style1 .slick-prev:hover,
.productSlider-style1 .slick-next:hover {
    color: var(--white);
}

.productSlider .slick-prev:before,
.productSlider-style1 .slick-prev:before {
    content: '<';
    font-size: 50px;
    color: var(--black);
}

.productSlider .slick-next:before,
.productSlider-style1 .slick-next:before {
    content: '>';
    font-size: 50px;
    color: var(--black);
}

.home-2-wrapper .productSlider .slick-prev:before,
.home-2-wrapper .productSlider-style1 .slick-prev:before, .home-2-wrapper .productSlider .slick-next:before,
.home-2-wrapper .productSlider-style1 .slick-next:before {
    color: var(--white) !important;
}

.slideshow .slick-next:before, .slideshow .slick-prev:before {
    font-size: 40px;
}

.tab-slider-product .tab_drawer_heading { 
    display: none; 
}

/*------------------------------------------
 * Collection Box Styles
--------------------------------------------*/
#collection-box-3 .collection-grid-item {
    height: unset;
}

#collection-box-3 .category-button {
    background: transparent !important;
    border-color: var(--white) !important;
    color: var(--white) !important;
}

#collection-box-3 .category-button:hover {
    background: var(--white) !important;
    color: var(--black) !important;
}

.collection-box .container-fluid { 
    padding: 0; 
}

.collection-box .collection-grid-item { 
    position: relative; 
    width: 100%; 
    overflow: hidden; 
}

.collection-grid-4item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
}

.collection-box .collection-grid-item img { 
    margin: 0 auto; 
    width: 100%; 
    -ms-transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out; 
}

.collection-box .collection-grid-item:hover img { 
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
}

.collection-box .collection-grid-item__title-wrapper { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    -ms-transition: all 0.3s linear; 
    -webkit-transition: all 0.3s linear; 
    transition: all 0.3s linear; 
    text-align: center; 
    background: rgba(0, 0, 0, 0.1); 
    width: 100%; 
    height: 100%; 
    text-decoration: none;
}

.collection-box .collection-grid-item__title-wrapper .title-wrapper { 
    margin-top: 27px; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    -ms-transition: all 0.3s linear; 
    -webkit-transition: all 0.3s linear; 
    transition: all 0.3s linear; 
}

.collection-box .collection-grid-item__title { 
    text-transform: uppercase; 
    position: relative; 
    text-align: center; 
    font-size: 20px; 
    font-weight: 400; 
    color: var(--white); 
    display: block; 
    width: auto; 
    margin: 0; 
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
    -ms-transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out; 
}

.collection-box .btn--secondary { 
    margin-top: 14px; 
    -ms-transition: all 0.3s linear; 
    -webkit-transition: all 0.3s linear; 
    transition: all 0.3s linear; 
    opacity: 0; 
    visibility: hidden; 
    white-space: nowrap; 
    display: inline-flex; 
}

.collection-box .collection-grid-item__title-wrapper:hover { 
    background: rgba(0, 0, 0, 0.6); 
    opacity: 1; 
}

.collection-box .collection-grid-item__title-wrapper:hover .title-wrapper { 
    margin-top: 0; 
}

.collection-box .collection-grid-item__title-wrapper:hover .btn { 
    opacity: 1; 
    visibility: visible; 
}

/*------------------------------------------
 * Custom Content Section Styles
--------------------------------------------*/
.custom-content-section { 
    padding: 60px 0; 
}

.custom-content .custom-item { 
    margin-bottom: 30px; 
}

.custom-item-inner-image img { 
    width: 100%; 
    height: auto; 
}

.custom-item-inner-text { 
    padding: 20px; 
}

.custom-item-inner-text h2 { 
    font-size: 24px; 
    font-weight: 700; 
    margin-bottom: 15px; 
}

.custom-item-inner-text p { 
    font-size: 14px; 
    line-height: 1.6; 
    margin-bottom: 20px; 
}

/*------------------------------------------
 * Product Grid Styles
--------------------------------------------*/
.grid-products { 
    margin-bottom: 30px; 
}

.grid-products .item { 
    margin: 0 0 30px; 
    text-align: center; 
}

.item .product-image { 
    position: relative; 
    overflow: hidden; 
    margin: 0 auto 15px; 
}

.item .product-image > a { 
    display: block; 
    white-space: nowrap; 
    opacity: 1; 
}

.item .product-image img { 
    display: inline-block; 
    width: 100%; 
    margin: 0 auto; 
    vertical-align: middle; 
    -ms-transition: all ease-out 0.4s; 
    -webkit-transition: all ease-out 0.4s; 
    transition: all ease-out 0.4s; 
    opacity: 0.8;
}

.item .product-image .hover { 
    display: none; 
    left: 50%; 
    top: 50%; 
    position: absolute; 
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
}

.button-set { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    position: absolute; 
    bottom: -50px; 
    width: 100%; 
}

.item:hover .button-set {
    bottom: 10px;
    opacity: 1;
    transition: 0.3s ease-in;
    visibility: visible;
}

.quickview-btn, .variants.add, .wishlist-btn, .wishlist, .compare-btn { 
    display: inline-block; 
    margin: 2px; 
    vertical-align: middle; 
}

a.quick-view, a.wishlist, a.cartIcon, a.add-to-compare, .btn.soldout { 
    color: var(--white) !important; 
    background-color: var(--main-dark) !important; 
    font-size: 18px; 
    border: 0; 
    width: 40px; 
    height: 35px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-transform: uppercase; 
    text-align: center; 
    padding: 0; 
    margin: 0; 
    text-decoration: none;
}

a.quick-view:hover, a.wishlist:hover, a.cartIcon:hover, .variants.add button:hover, a.add-to-compare:hover, .btn.soldout:hover { 
    color: var(--main-dark) !important; 
    background-color: var(--border-color) !important;
    opacity: 1; 
}

.grid-products .item .product-name { 
    line-height: 20px; 
}

.grid-products .item .product-name a { 
    color: var(--black); 
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 0; 
    letter-spacing: 0.5px; 
}

.grid-products .item .product-name a:hover { 
    opacity: 0.8; 
}

.grid-products .item .product-price { 
    margin: 4px 0 5px; 
    color: var(--body-color); 
    font-size: 15px; 
    font-weight: 500; 
}

.product-price .old-price { 
    color: var(--body-color); 
    font-size: 12px; 
    opacity: 0.8; 
    text-decoration: line-through; 
}

.product-price .old-price + .price { 
    padding-left: 5px; 
    color: var(--main-red) !important; 
    letter-spacing: normal; 
}

.product-labels { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    z-index: 2; 
}

.product-labels.rectangular .lbl { 
    background: var(--main-red); 
    color: var(--white); 
    font-size: 11px; 
    font-weight: 600; 
    text-transform: uppercase; 
    padding: 3px 8px; 
    margin-right: 5px; 
    margin-bottom: 5px; 
    display: inline-block; 
}

.product-labels.rectangular .lbl.pr-label1 { 
    background: #28a745; 
}

.product-labels.rectangular .lbl.on-sale { 
    background: var(--main-red); 
}

.product-review {
    margin-top: 8px;
}

.product-review .an {
    color: #ffc107;
    font-size: 12px;
    margin-right: 1px;
}

/*------------------------------------------
 * Section Header Styles
--------------------------------------------*/
.section-header { 
    text-align: center; 
    margin-bottom: 50px; 
}

.section-header h2 { 
    font-size: 36px; 
    font-weight: 700; 
    margin-bottom: 15px; 
    text-transform: uppercase; 
}

.section-header p { 
    font-size: 16px; 
    color: var(--gray); 
    margin: 0; 
}

.section { 
    padding: 60px 0; 
}

.pb-section { 
    padding-bottom: 60px; 
}

.sliderFull .home-slideshow {
    position: relative;
}

/*------------------------------------------
 * Slideshow Navigation Styles
--------------------------------------------*/
.slideshow .slick-prev, 
.slideshow .slick-next { 
    line-height: normal; 
    font-size: 0px; 
    padding: 0; 
    border: 0; 
    position: absolute; 
    z-index: 4; 
    top: 50%; 
    -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%); 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    text-align: center; 
    -ms-transition: all ease-out 0.2s; 
    -webkit-transition: all ease-out 0.2s; 
    transition: all ease-out 0.2s; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshow .slick-prev { 
    left: 30px; 
}

.slideshow .slick-next { 
    right: 30px; 
}

.slideshow .slick-next i,
.slideshow .slick-prev i { 
    font-size: 18px; 
    line-height: 1; 
    color: var(--black);
}

.slideshow .slick-prev:hover, 
.slideshow .slick-next:hover { 
    opacity: 1; 
}

.slideshow:hover .slick-prev, 
.slideshow:hover .slick-next { 
    opacity: 1; 
}

/*------------------------------------------
 * Slideshow Dots Styles
--------------------------------------------*/
.slideshow-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

.slideshow-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slideshow-dots .dot.active,
.slideshow-dots .dot:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

/*------------------------------------------
 * Responsive Styles for New Template
--------------------------------------------*/
@media (max-width: 991px) {
    .collection-grid-4item {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .slideshow .slideshow__title { 
        font-size: 40px; 
    }
    
    .slideshow .slideshow__subtitle { 
        font-size: 18px; 
    }
    
    .custom-item-inner-text { 
        text-align: center !important; 
    }
    .productSlider .slick-prev,
    .productSlider-style1 .slick-prev {
        left: -7px;
    }
    .productSlider .slick-next,
    .productSlider-style1 .slick-next {
        right: -7px;
    }
}

@media (max-width: 767px) {
    .collection-grid-4item {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .slideshow .slideshow__title { 
        font-size: 28px; 
    }
    
    .slideshow .slideshow__subtitle { 
        font-size: 16px; 
    }
    
    .slideshow .wrap-caption { 
        padding: 20px; 
    }
    
    .tab-slider-product .tabs > li { 
        margin: 0 10px 10px; 
        font-size: 13px; 
    }
    
    .button-set { 
        position: relative; 
        bottom: auto; 
        opacity: 1; 
        visibility: visible; 
        margin-top: 10px; 
    }
    
    a.quick-view, a.wishlist, a.cartIcon, a.add-to-compare, .btn.soldout { 
        font-size: 16px; 
        width: 30px; 
        height: 30px; 
    }
}

#subscription_type input {
    background: var(--black);
    color: var(--white);
    line-height: 38px;
    padding: 0 32px;
    height: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    border: 0;
}

#membership-modal .label {
    display: none !important;
}

.iti--allow-dropdown {
    width: 100%;
}

.modal {
    z-index: 99999;
    background: var(--black)9e;
}

.alert {
    z-index: 2000 !important;
    width: 300px;
    position: fixed;
    top: auto;
    left: 20px;
    bottom: 20px;
    z-index: 9;
    padding: 8px 10px;
    margin: 0 0 20px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.24);
}

.alert button.close {
    position: absolute;
    right: 5px;
    font-size: 15px;
}

.cookies-title, .cookies h1 {
    margin: 1rem 0;
}

.text-main {
    color: var(--main);
}

.vh-50 {
    min-height: 50vh;
}

li {
    list-style-type: none !important;
}

.giftcard .title a {
    display: block;
    width: 100%;
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 30px;
}

.giftcard .price span {
    font-size: 18px;
    font-weight: 600;
    color: var(--main);
    display: block;
    width: 100%;
    text-align: center;
}

.delivery-options-row .form-check-input {
    width: 12px !important;
    padding: 0 !important;
    height: 12px !important;
    position: relative !important;
    top: -2px !important;
}

#cookie-panel, #cookie-panel button {
    border-radius: 0 !important;
}

#cookie-panel a {
    color: var(--main) !important;
}

#cancelModal .modal-content {
    border-radius: 0;
    border: none;
}

#cancelModal .modal-title, #cancelModal .modal-body div.text-main {
    color: var(--black) !important;
}

.faq-area .single-faq {
    border: 0 !important;
}

.faq-area p {
    margin-bottom: 1rem !important;
}

.faq-area .single-faq .card-body p, .faq-area li {
    color: var(--body-color);
}

.faq li {
    list-style-type: none !important;
}

.faq-area .single-faq h5 {
    font-size: 13px;
    font-weight: 600;
    background: none;
    margin: 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    border-radius: 0;
}

.faq-area .single-faq h5 a {
    font-size: 105%;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: transparent;
    color: var(--black);
    display: block;
    padding: 0 25px 0 0;
    margin: 0 0 15px;
    box-shadow: none;
    border: none;
    outline: none;
}

.faq-area .single-faq h5 a::after {
    content: "+";
    font-family: 'annimex-icons';
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
    width: auto;
    height: auto;
    transform: none;
    font-size: 18px;
    font-weight: normal;
    margin-left: auto;
    transition: transform .2s ease-in-out;
}


.faq-area .single-faq h5 a[class="collapsed"]::after {
    content: "+" !important;
    font-size: 18px !important;
}

.faq-area .single-faq h5 a[class]::after {
    content: "-";
    font-size: 30px;
}

.faq-area .single-faq .card-header {
    border: 0;
    margin: 0;
    background: transparent;
}

/*------------------------------------------
 * 02. Basic Styles
--------------------------------------------*/
*, ::before, ::after { -webkit-box-sizing:border-box; box-sizing:border-box; }
html { overflow:hidden; overflow-y:auto; }
body { font-size:13px; line-height:1.8; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-family:"Poppins",Helvetica,Tahoma,Arial,serif; color:var(--body-color); font-weight:400; margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display:none; height:0; }
[hidden] { display:none; }
html, button, input, select, textarea { font-family:'Poppins', sans-serif; }
input:focus, textarea:focus, select:focus { border-color:#cdcfd3; }
input, textarea { padding:10px 18px; }
iframe { border:0; width:100%; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-position:right center; background-image:url(../images/arrow-select.png) !important; background-repeat:no-repeat !important; background-position:right 5px center !important; line-height:1.2; text-indent:0.01px; text-overflow: ''; cursor:pointer; padding:8px 28px 8px 15px; }

a { color:var(--body-color); text-decoration:none; -ms-transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; }
a:focus { outline:none; }
a:active, a:hover { color:var(--black); outline:0; }
a:hover, a:focus { opacity:0.8; }

p { margin:0 0 24px; }
pre { background: #f5f5f5; color: var(--gray); font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
blockquote { font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 40px; }
blockquote blockquote { margin-right: 0; }
blockquote cite, blockquote small { font-size: 14px; font-weight: normal; text-transform: uppercase; }
blockquote em, blockquote i { font-style: normal; font-weight: 300; }
blockquote strong, blockquote b { font-weight: 400; }
img { -ms-interpolation-mode:bicubic; border:0; vertical-align:middle; max-width:100%; }
svg:not(:root) { overflow:hidden; }
ol, ul { padding:0; margin:0; }
ul { list-style: inside; }
.list-items { margin-left:15px; margin-bottom:25px; }
.hide { display:none !important; }
.border-bottom { border-bottom:1px solid #f5f5f5 !important; }

/*------------------------------------------
 * 03. Typography
--------------------------------------------*/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; text-decoration:none; font-weight:inherit; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr { margin:0; margin-bottom:15px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { color:var(--black); margin:0 0 9px; font-family:"Montserrat",Helvetica,Tahoma,Arial,serif; font-weight:700; line-height:1.2; overflow-wrap:break-word; word-wrap:break-word; }
h1, .h1 { font-size:29px; }
h2, .h2 { font-size:22px; }
h3, .h3 { font-size:19px; }
h4, .h4 { font-size:17px; }
h5, .h5 { font-size:14px; }
h6, .h6 { font-size:12px; }
p { margin:0 0 25px; }
p:last-child { margin-bottom:0; }
hr { margin:20px 0; border:0; border-bottom:1px solid var(--border-secondary); opacity: 1; }

input, button, select, textarea, .form-control { background:transparent; border:1px solid var(--border-secondary); transition:all 0.4s ease-out 0s; color: var(--dark-gray); border-radius:0; }
input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, .form-control:focus { background-color:var(--white); border-color:#cdcfd3; outline:none; box-shadow: none; }
input, select, .nice-select, textarea, .form-control { width: 100%; font-size: 13px; box-shadow:none; -webkit-box-shadow:none; border-radius:0; }
textarea.form-control { min-height: 80px; }
input, select, .nice-select { height:40px; padding:0 15px; }
.nice-select { padding: 0 25px 0 15px; display: flex; align-items: center; }
.nice-select:after { width:0px; height:0px; padding:0; margin:-2px 0 0; border-bottom:none; border-left:4px solid transparent; border-right:4px solid transparent; border-top:5px solid var(--black); display:inline-block; transform:none; }
.nice-select.open:after { -webkit-transform:rotate(-180deg); -ms-transform:rotate(-180deg); transform:rotate(-180deg); right:13px; margin:-4px 0 0; }

input[type="checkbox"], input[type="radio"] { width:auto; height:auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }

::placeholder { color: var(--body-color); opacity:1; }
:-ms-input-placeholder { color:var(--body-color); }
::-ms-input-placeholder { color:var(--body-color); }
input:-moz-placeholder, textarea:-moz-placeholder { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Utilities */
.hidden { display: none; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visually-hidden, .icon__fallback-text { position:absolute !important; overflow:hidden; clip:rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.label--hidden { position: absolute; height: 0; width: 0; margin-bottom: 0; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.poss_relative { position: relative; }
.poss_absolute { position: absolute; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table;/* 2 */ }
.clearfix:after { clear: both; }

/* Text specialized */
.text-italic { font-style: italic; }
.text-normal { font-style: normal; }
.text-underline { text-decoration: underline; }
.transform-none { text-transform: inherit !important; }

/* Font specialized */
.body-font { font-family: "Poppins", sans-serif !important; }
.heading-font { font-family: "Montserrat", sans-serif !important; }

.font15 { font-size:15px; }
.font18 { font-size:18px; }
.font20 { font-size:20px; }
.list--inline { padding:0; margin:0; display: flex; flex-wrap: wrap; }
.list--inline li { display:inline-block; margin-bottom:0; vertical-align:middle; }

.table > :not(:last-child) > :last-child > * { border-bottom-color: inherit; }
th { font-family:"Montserrat",Helvetica,Tahoma,Arial,serif; font-weight:700; }
.display-table { display:table; table-layout:fixed; width:100%; margin:0 !important; }
.display-table-cell { float:none; display:table-cell; vertical-align:middle; }

/*----------------------------------------
  04. Container
------------------------------------------*/
.container { max-width:1200px; padding-left:30px; padding-right:30px; }
/* .container-fluid { padding:0 65px; } */
.container-fluid:before,
.container-fluid:after { content:''; clear:both; display:block; }
.main-content { min-height:500px; }

.grid__item { float:left; padding-left:30px; padding-right:0; width:100%; }
.grid--no-gutters > .grid__item { padding-left:0; }

/*----------------------------------------
  05. Button
------------------------------------------*/
.btn, .payment-button button { -moz-user-select:none; -ms-user-select:none; -webkit-user-select:none; user-select:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:inline-flex; align-items:center; justify-content:center; width:auto; height:auto; text-decoration:none; text-align:center; vertical-align:middle; cursor:pointer; border:1px solid transparent; border-radius:0; padding:8px 20px 8px; background-color:var(--main-dark); color:#eee; font-family:Poppins,Helvetica,Tahoma,Arial,sans-serif; font-weight:500; text-transform:uppercase; letter-spacing:1px; line-height:normal; white-space:normal; font-size:14px; -ms-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.btn:hover, .btn:focus, .payment-button button:hover, .payment-button button:focus { background-color:var(--dark-gray); color:var(--white); border-color:var(--dark-gray); text-decoration:none; }
.btn--large { padding:0 25px; height:42px; }
.btn--small { padding:8px 10px !important; font-size:0.92308em !important; line-height:1; }
.btn--secondary { background-color: transparent !important; color: var(--black) !important; border:1px solid var(--black) !important; }
.btn--secondary:hover { background-color: var(--black) !important; color: var(--white) !important; border:1px solid var(--black) !important; }

.border-btn-1 { color:var(--white); background-color:transparent; border:1px solid var(--white); opacity:1; }
.border-btn-1:hover, .border-btn-1:focus { color:var(--black); background-color:var(--white); border-color:var(--white); }
.border-btn-2 { color:var(--black); background-color:transparent; border:1px solid var(--black); }
.border-btn-2:hover, .border-btn-2:focus { color:var(--white); background-color:var(--black); border-color:var(--black); opacity: 1; }

.btn--link { background-color:transparent; border:1px solid transparent; margin:0; color:var(--black); text-align:left; text-decoration:none; outline:none !important;box-shadow:none !important; }
.btn--link:hover, .btn--link:focus { opacity:0.8; text-decoration:none; }
.btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: none; }
button.close { background-color: transparent; padding: 0; border: 0; opacity: .5; -webkit-appearance: none; }

.alert { padding: 0.6rem 0.6rem; border-radius: 0rem; }
.alert .icon { font-size: 20px; vertical-align: sub; }

.text-content p { margin-bottom: 10px; }
.text-content h3 { margin-top: 20px; }
.text-content .list-items li { margin-bottom: 5px; }

/* Custom Radio */
.customRadio { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px; }
.customRadio input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customRadio input[type="radio"] + label { position: relative; padding: 0 0 0 30px; cursor: pointer; }
.customRadio input[type="radio"] + label:before { content: ''; background: var(--white); border: 1px solid var(--border-secondary); height: 20px; width: 20px; border-radius: 50%; position: absolute; top: 0; left: 0; }
.customRadio input[type="radio"] + label:after { content: ''; background: var(--dark-gray); width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(2); transform: scale(2); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customRadio input[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

/* Custom Checkbox */
.customCheckbox { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; }
.customCheckbox input[type="checkbox"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.customCheckbox input[type="checkbox"] + label { position: relative; padding: 0 0 0 30px; margin-bottom: 0; cursor: pointer; }
.customCheckbox input[type="checkbox"] + label:before { content: ''; background: var(--white); border: 1px solid var(--border-secondary); border-radius: 0; height: 20px; width: 20px; position: absolute; top: 0; left: 0; }
.customCheckbox input[type="checkbox"] + label:after { content: ''; border-style: solid; border-width: 0 0 2px 2px; border-color: transparent transparent var(--dark-gray) var(--dark-gray); width: 12px; height: 7px; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customCheckbox input[type="checkbox"]:checked + label:after { opacity: 1; -webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg); color: var(--body-color); }

/* Login Page Styles - Template Design */
.page.section-header {
    background-color: var(--main-light);
    padding: 40px 0;
    margin-bottom: 0;
    border-bottom: solid 1px var(--border-color);
}

.page-title h1 {
    letter-spacing: normal;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    text-align: center;
}

.bredcrumbWrap.bredcrumb-style2 {
    background-color: var(--white);
    padding: 5px 0;
    margin: 0 0 36px;
    border-bottom: solid 1px var(--border-color);
}

.bredcrumbWrap.bredcrumb-style2 .breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 12px;
}

.breadcrumbs a {
    color: var(--dark-gray);
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: var(--main, var(--accent));
}

.breadcrumbs .title-bold {
    font-weight: 600;
    color: var(--gray);
}

/* Login form container */
.box {
    padding: 20px 15px;
}

.box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--dark-gray);
}

.box p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Form styling */
.customer-form {
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: var(--dark-gray);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group label .required {
    color: #ff0000;
    font-weight: 600;
}

.form-group input[type="email"],
.form-group input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid var(--border-secondary);
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    color: var(--dark-gray);
    transition: all 0.3s ease;
}

.form-group input[type="email"]:focus,
.form-group input[type="password"]:focus {
    border-color: #cdcfd3;
    outline: none;
    box-shadow: none;
    background-color: var(--white);
}

/* Button styling */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    background-color: var(--main-dark);
    color: #eee;
    border: 1px solid transparent;
}

.btn:hover,
.btn:focus {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color: var(--dark-gray);
    text-decoration: none;
}

input[type="submit"].btn {
    border: none;
    outline: none;
}

input[type="submit"].btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
}

/* Links styling */
.customer-form p a {
    color: var(--dark-gray);
    text-decoration: none;
    font-size: 13px;
}

.customer-form p a:hover {
    color: var(--main, var(--accent));
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .page.section-header {
        padding: 25px 0;
    }
    
    .page-title h1 {
        font-size: 18px;
    }
    
    .bredcrumbWrap.bredcrumb-style2 {
        margin-bottom: 25px;
        padding: 10px 0;
    }
    
    .box {
        margin-bottom: 30px !important;
    }
    
    .box:first-child {
        margin-bottom: 30px;
    }
    .store-info.display-table {
        display: flex;
        flex-direction: column;
    }
    .store-info .display-table-cell {
        border: none;
        margin-top: 1rem;
    }
}

/* Contact Page Styles - Template Design */
.contact-us-page {
    font-family: 'Poppins', sans-serif;
}

.contact-image-section {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.contact-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-image__overlay-wrapper {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
}

.contact-image__overlay {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
}

.contact-image__overlay h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-gray);
}

.contact-image__overlay .rte-setting p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--gray);
}

.contact-form h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 30px;
    line-height: 1.6;
}

.formFeilds.contact-form {
    width: 100%;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    padding: 0 15px;
    border: 1px solid var(--border-secondary);
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    color: var(--dark-gray);
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
    height: 40px;
}

.contact-form textarea {
    min-height: 100px;
    padding: 15px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #cdcfd3;
    outline: none;
    box-shadow: none;
    background-color: var(--white);
}

.contact-form ::placeholder {
    color: var(--body-color);
    font-size: 13px;
}

.error_msg {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.mailsendbtn .loading {
    display: none;
    margin-top: 10px;
}

.mailsendbtn .loading img {
    max-width: 30px;
}

.contact-details {
    margin-top: 30px;
}

.contact-details hr {
    margin: 30px 0;
    border: 0;
    border-bottom: 1px solid var(--border-secondary);
}

.addressFooter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.addressFooter li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 13px;
}

.addressFooter li i {
    font-size: 16px;
    color: var(--gray);
    margin-right: 10px;
    margin-top: 2px;
    min-width: 16px;
}

.addressFooter li p {
    margin: 0;
    color: var(--gray);
    line-height: 1.5;
}

.open-hours {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.6;
}

.open-hours strong {
    color: var(--dark-gray);
    font-weight: 600;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.social-icons li {
    margin: 0;
}

.social-icons__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #f5f5f5;
    color: var(--gray);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-icons__link:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    text-decoration: none;
}

.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/* Product Tabs Styling - Based on Template */
.template-product .tabs-listing .product-tabs { 
    border-bottom: 1px solid var(--border-secondary); 
    width: 100%; 
    margin-bottom: 0; 
}

.template-product .tabs-listing .product-tabs li { 
    float: none; 
    display: inline-block; 
    cursor: pointer; 
}

.template-product .tabs-listing .product-tabs a { 
    border-bottom: 1px solid transparent; 
    margin-bottom: -1px; 
    letter-spacing: 1px; 
    display: block; 
    border: none; 
    padding: 15px 25px; 
    background: none !important; 
    text-transform: uppercase; 
    font-weight: 600; 
    border-radius: 0; 
    outline: none; 
    color: #2e2d2d; 
    text-decoration: none; 
}

.template-product .product-tabs li.active a, 
.template-product .product-tabs li.active a:focus { 
    text-decoration: none; 
    border: 0; 
    color: var(--black); 
    border-bottom: 1px solid var(--black); 
    opacity: 1; 
}

.template-product .tabs-listing .tab-container { 
    padding: 30px 0; 
    text-align: left; 
    margin-bottom: 30px; 
}

.tab-container .tab-content { 
    display: none; 
}

.acor-ttl { 
    display: block; 
    padding: 15px 0; 
    position: relative; 
    font-weight: 600; 
    letter-spacing: 1px; 
    border-bottom: 1px solid var(--border-secondary); 
    font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif; 
    margin: 0; 
    font-size: 12px; 
    cursor: pointer; 
}

.acor-ttl.active { 
    border-bottom: 1px solid var(--black); 
}

/* Apply template styles to current product page tabs */
.shop-tabs .nav-tabs {
    border-bottom: 1px solid var(--border-secondary);
    margin-bottom: 0;
}

.shop-tabs .nav-item .nav-link {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    letter-spacing: 1px;
    border: none;
    padding: 15px 25px;
    background: none !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    outline: none;
    color: #2e2d2d;
    text-decoration: none;
}

.shop-tabs .nav-item .nav-link.active,
.shop-tabs .nav-item .nav-link:focus {
    text-decoration: none;
    border: 0;
    color: var(--black);
    border-bottom: 1px solid var(--black);
    opacity: 1;
    background: none !important;
}

.shop-tabs .tab-content {
    padding: 30px 0;
    text-align: left;
    margin-bottom: 30px;
}

.shop-tabs .tab-pane {
    padding: 0;
}

.shop-tabs .tab-pane .p-3 {
    padding: 0 !important;
}

/* Responsive adjustments for contact page */
@media (max-width: 991px) {
    .contact-image-section {
        height: 400px;
    }
    
    .contact-image__overlay-wrapper {
        position: static;
        margin: 20px;
    }
    
    .contact-image__overlay {
        max-width: 100%;
        margin-top: -80px;
        position: relative;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .contact-form h2 {
        font-size: 18px;
    }
    
    .contact-form p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .contact-image-section {
        height: 300px;
    }
    
    .contact-image__overlay {
        padding: 20px;
        margin-top: -60px;
    }
    
    .social-icons {
        justify-content: center;
        margin-top: 15px;
    }
}

/* Dashboard/Account Page Styles */
.dashboard-list li a { 
    border-bottom:1px solid var(--border-secondary); 
    color:var(--black); 
    display:block; 
    font-size:14px; 
    font-weight:500; 
    padding:10px 15px; 
    text-transform:uppercase; 
    text-decoration: none; 
}

.dashboard-list li a.active, 
.dashboard-list li a:hover { 
    color:var(--white); 
    background-color:var(--black); 
}

.dashboard-content { 
    border:1px solid var(--border-secondary); 
    padding:20px; 
}

.dashboard-content h3 { 
    font-size:18px; 
    line-height:24px; 
    text-transform:uppercase; 
    font-weight:600; 
    letter-spacing:0.8px; 
}

.dashboard-content p { 
    margin:0; 
    font-size: 15px;
}

.dashboard-content a {
    font-size: 13px;
}

.padding-30px-all { 
    padding:30px; 
}

.md-padding-15px-all { 
    padding:15px; 
}

.md-margin-20px-bottom { 
    margin-bottom:20px; 
}

@media only screen and (max-width: 767px) {
    .padding-30px-all { 
        padding:15px !important; 
    }
    
    .md-margin-20px-bottom { 
        margin-bottom:20px; 
    }
}

/* Cart Page Styles */
.cart.style2 {
    width: 100%;
}

.cart__row {
    border-bottom: 1px solid var(--border-secondary);
}

.cart__header {
    background-color: var(--light-bg);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.cart__header th {
    padding: 15px 10px;
    border: 1px solid var(--border-secondary);
}

.cart-flex {
    display: table-row;
}

.cart-flex-item {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px;
    border: 1px solid var(--border-secondary);
}

.cart__image-wrapper {
    width: 80px;
    text-align: center;
}

.cart__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.cart__meta {
    min-width: 200px;
}

.list-view-item__title a {
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
}

.list-view-item__title a:hover {
    color: var(--main, var(--accent));
}

.cart__meta-text {
    font-size: 12px;
    color: var(--gray);
    margin-top: 5px;
}

.cart__price-wrapper {
    width: 100px;
    text-align: center;
}

.cart__update-wrapper {
    width: 120px;
}

.cart__qty {
    display: inline-block;
}

.qtyField {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

.qtyBtn {
    background: var(--light-bg);
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    color: var(--gray);
    transition: all 0.3s ease;
}

.qtyBtn:hover {
    background: var(--light-bg);
    color: var(--black);
}

.qtyBtn.minus {
    border-right: 1px solid #ddd;
}

.qtyBtn.plus {
    border-left: 1px solid #ddd;
}

.cart__qty-input {
    border: none;
    text-align: center;
    width: 50px;
    padding: 8px 5px;
    background: var(--white);
}

.cart-price {
    width: 100px;
    text-align: center;
    font-weight: 600;
}

.cart__remove {
    margin-top: 4px;
    font-size: 15px;
    padding: 0;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100px;
    background-color: #ededed;
}

.cart__remove:hover {
    background: var(--dark-gray);
    color: var(--white);
}

.money {
    font-weight: 600;
    color: var(--black);
}

.cart tfoot td {
    padding: 20px 10px;
    border: 1px solid var(--border-secondary);
    background: var(--light-bg);
}

.btn--link {
    background: transparent;
    border: none;
    color: var(--main, var(--accent));
    text-decoration: none;
    padding: 8px 15px;
}

.btn--link:hover {
    text-decoration: underline;
}

.header-6 .btn--link, .header-6 .search-trigger, .header-6 .user-menu-dropdown .user-menu {
    color: var(--white);
}

.btn--small {
    font-size: 13px;
    padding: 6px 12px;
}

.cart-continue {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.subscription-section {
    border: 1px solid var(--border-secondary);
}

#toggleSubscription .checkmark {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solid-border {
    border: 1px solid var(--border-secondary);
    padding: 20px;
    background: transparent;
}

.cart__shipping {
    font-size: 12px;
    color: var(--gray);
    text-align: center;
    margin: 15px 0;
}

.cart_tearm {
    margin: 15px 0;
    text-align: center;
}

.cart_tearm label {
    font-size: 13px;
    color: var(--gray);
    margin-left: 8px;
}

.btn--small-wide {
    width: 100%;
    padding: 12px 20px;
}

.payment-methods {
    text-align: center;
}

.empty-page-content {
    padding: 60px 20px;
}

.empty-page-content .icon {
    margin-bottom: 30px;
}

.empty-page-content h3 {
    color: var(--dark-gray);
    margin-bottom: 15px;
}

.empty-page-content p {
    color: var(--gray);
    margin-bottom: 30px;
}

.cart-col h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 13px;
    color: var(--dark-gray);
    margin-bottom: 8px;
    display: block;
}

.actionRow {
    margin-top: 15px;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
    .cart table {
        font-size: 12px;
    }
    
    .cart__header th {
        padding: 8px 4px;
        font-size: 11px;
    }
    
    .cart-flex-item {
        padding: 8px 4px;
        font-size: 12px;
    }
    
    .cart__image {
        width: 40px;
        height: 40px;
    }
    
    .cart__image-wrapper {
        width: 50px;
    }
    
    .cart__meta {
        min-width: 120px;
    }
    
    .list-view-item__title {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .cart__meta-text {
        font-size: 10px;
        margin-top: 2px;
    }
    
    .cart__price-wrapper,
    .cart-price {
        width: 60px;
        font-size: 11px;
    }
    
    .cart__update-wrapper {
        width: 80px;
    }
    
    .qtyField {
        max-width: 80px;
        margin: 0 auto;
    }
    
    .qtyBtn {
        padding: 4px 6px;
        font-size: 10px;
    }
    
    .cart__qty-input {
        width: 30px;
        padding: 4px 2px;
        font-size: 11px;
    }
    
    .cart__remove {
        height: 20px;
        width: 20px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .money {
        font-size: 11px;
    }
    
    .cart tfoot td {
        padding: 15px 5px;
        text-align: center !important;
    }
    
    .cart-continue {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .cart__footer {
        margin-top: 30px;
    }
    
    .solid-border {
        padding: 15px;
    }
}

/* Collection Page Styles - Hidden Sidebar Drawer */
/* Sidebar is always hidden by default and slides in from left when toggled */
.filterbar {
    width: 350px;
    height: 100%;
    padding: 0 !important;
    background-color: var(--white);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: -350px; /* Hidden by default */
    z-index: 9999;
    transition: all 0.5s ease;
}

.filterbar.active {
    left: 0; /* Slides in when toggled */
}

.filterbar .sidebar_tags {
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
}

.active .closeFilter {
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: -45px;
    background-color: var(--black);
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 5px #ddd;
    transition: all 0.4s ease-in-out;
}

/* Sidebar Widgets */
.sidebar_widget {
    margin-bottom: 30px;
    border: 1px solid var(--border-secondary);
    border-radius: 4px;
    overflow-y: scroll;
}

.filter-categories {
    max-height: 250px;
}

.filter-brands {
    max-height: 620px;
}

.sidebar .widget-title {
    background-color: var(--light-bg);
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-secondary);
    margin: 0;
}

.sidebar .widget-title h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-content {
    padding: 20px;
}

/* Categories Styles */
.sidebar_categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar_categories li {
    margin-bottom: 10px;
}

.category-item {
    display: flex;
    align-items: center;
}

.category-checkbox, .brand-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    flex: 1;
}

.category-checkbox input, .brand-checkbox input {
    margin-right: 10px;
}

.toggle-subcategory {
    cursor: pointer;
    padding: 5px;
    color: var(--gray);
}

.sublinks {
    list-style: none;
    margin: 10px 0 0 20px;
    padding: 0;
}

.sublinks li {
    margin-bottom: 8px;
}

/* Brand Filter Styles */
.brand-filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Filter Actions */
.filter-actions {
    padding: 20px;
    background-color: var(--light-bg);
    border: 1px solid var(--border-secondary);
    border-radius: 4px;
    max-height: 180px;
}

.btn-block {
    width: 100%;
    display: block;
}

/* Toolbar Styles */
.toolbar {
    background-color: var(--light-bg);
    border: 1px solid var(--border-secondary);
    padding: 15px 20px;
    margin-bottom: 30px;
}

.filters-toolbar-wrapper {
    width: 100%;
}

.filters-toolbar__item {
    display: flex;
    align-items: center;
}

.collection-view-as {
    gap: 15px;
}

.btn-filter {
    background: transparent;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    color: var(--gray);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-filter:hover {
    background: var(--dark-gray);
    color: var(--white);
    border-color: var(--dark-gray);
}

.filters-toolbar__product-count {
    font-size: 14px;
    color: var(--gray);
    font-weight: 500;
}

.filters-toolbar__input--sort {
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 4px;
    background: var(--white);
    min-width: 150px;
}

/* Products Grid */
.grid-products {
    margin-bottom: 30px;
}

.grid--view-items .row {
    margin: 0 -10px;
}

.grid--view-items .row > div {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .filterbar {
        width: 250px;
        left: -260px;
    }
    
    .toolbar .col-4 {
        text-align: center;
    }
    
    .collection-view-as {
        justify-content: center;
        gap: 10px;
    }
    
    .filters-toolbar__input--sort {
        min-width: 120px;
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .filters-toolbar__product-count {
        font-size: 12px;
    }
}

/* Template-based Product Grid Styles */
.grid-products a { 
    text-decoration: none !important; 
}

.item { 
    margin: 0 0 30px; 
    text-align: center; 
}

.item .product-image { 
    position: relative; 
    overflow: hidden; 
    margin: 0 auto 15px; 
}

.item .product-image .image-wrapper { 
    background-color: #e0e0e0;
}

.item .product-image > a { 
    display: block; 
    white-space: nowrap; 
    opacity: 1; 
}

.item .product-image img { 
    display: inline-block; 
    width: 100%; 
    margin: 0 auto; 
    vertical-align: middle; 
    -ms-transition: all ease-out 0.4s; 
    -webkit-transition: all ease-out 0.4s; 
    transition: all ease-out 0.4s; 
    opacity: 0.8;
}

.item .product-image .hover { 
    display: none; 
    left: 50%; 
    top: 50%; 
    position: absolute; 
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
}

.quickview-btn, .variants.add, .wishlist-btn, .wishlist, .compare-btn { 
    display: inline-block; 
    margin: 2px; 
    vertical-align: middle; 
}

a.quick-view, a.wishlist, a.cartIcon, a.add-to-compare, .btn.soldout { 
    color: var(--white) !important; 
    background-color: var(--main-dark) !important; 
    font-size: 18px; 
    border: 0; 
    width: 40px; 
    height: 35px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-transform: uppercase; 
    text-align: center; 
    padding: 0; 
    margin: 0; 
}

a.quick-view:hover, a.wishlist:hover, a.cartIcon:hover, .variants.add button:hover, a.add-to-compare:hover, .btn.soldout:hover { 
    color: var(--main-dark) !important; 
    background-color: var(--border-color) !important;
    opacity: 1; 
}

/* Product Details */
.grid-products .item .product-name { 
    line-height: 20px; 
}

.grid-products .item .product-name a { 
    color: var(--black); 
    font-size: 13px; 
    font-weight: 500; 
    margin-bottom: 0; 
    letter-spacing: 0.5px; 
}

.grid-products .item .product-name a:hover { 
    opacity: 0.8; 
}

.grid-products .item .product-price { 
    margin: 4px 0 5px; 
    color: var(--body-color); 
    font-size: 15px; 
    font-weight: 500; 
}

.product-price .old-price { 
    color: var(--body-color); 
    font-size: 12px; 
    opacity: 0.8; 
    text-decoration: line-through; 
}

.product-price .old-price + .price { 
    padding-left: 5px; 
    color: var(--main-red) !important; 
    letter-spacing: normal; 
}

/* Responsive adjustments for mobile */
@media only screen and (max-width: 767px) {
    .quickview-btn, .variants.add, .wishlist-btn, .wishlist, .compare-btn { 
        margin: 1px; 
    }
    
    a.quick-view, a.wishlist, a.cartIcon, a.add-to-compare, .btn.soldout { 
        font-size: 16px; 
        width: 30px; 
        height: 30px; 
    }
    
    .button-set { 
        position: relative; 
        bottom: auto; 
        opacity: 1; 
        visibility: visible; 
        margin-top: 10px; 
    }
}

/* Template Header Styling */
.header-section.classicHeader { 
    position: relative; 
    z-index: 999; 
}

.top-header { 
    color: var(--white); 
    line-height: 16px; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    background: var(--black); 
    min-height: 38px; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
}

.top-header a { 
    color: var(--white); 
}

.top-header p, .top-header a, .top-header select, .top-header .fa, .top-header span.selected-currency, .top-header .language-dd { 
    color: var(--white); 
    font-size: 17px; 
    display: inline; 
    margin-bottom: 0; 
    text-decoration: none; 
    letter-spacing: 0.05em; 
    vertical-align: middle; 
    text-transform: uppercase; 
    line-height: normal; 
}

.top-header .social-icons { 
    margin: 0 -5px; 
}

.top-header .social-icons li { 
    padding: 0 5px; 
}

.top-header .social-icons li .icon { 
    font-size: 16px; 
    color: var(--white); 
    height: auto; 
    vertical-align: middle; 
}

.top-header .picker { 
    display: inline-block; 
    position: relative; 
    vertical-align: middle; 
    margin-right: 10px; 
}

.top-header .nice-select { 
    color: var(--white); 
    font-size: 12px; 
    margin-bottom: 0; 
    text-decoration: none; 
    letter-spacing: 0.05em; 
    text-transform: uppercase; 
    line-height: normal; 
    background: transparent; 
    border: none; 
    height: auto; 
    padding: 0 12px 0 0; 
}

.header-wrap { 
    color: var(--black); 
    padding: 15px 0;
}

.logo { 
    padding-top: 15px; 
    padding-bottom: 15px; 
    margin: 0; 
}

#siteNav { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}

#siteNav > li { 
    display: inline-block; 
    margin: 0 20px 0 0; 
    position: relative; 
}

#siteNav > li > a { 
    color: var(--black); 
    font-size: 13px; 
    text-transform: uppercase; 
    font-weight: 600; 
    letter-spacing: 0.02em; 
    padding: 20px 0; 
    text-decoration: none; 
    display: block; 
    position: relative; 
}

#siteNav > li > a:hover { 
    color: var(--main); 
    opacity: 0.7; 
}

.right-action .item { 
    position: relative; 
    margin-left: 20px; 
}

.right-action .item:first-child { 
    margin-left: 0; 
}

.site-header__cart { 
    color: var(--black); 
    text-decoration: none; 
}

.site-header__cart:hover {
    color: var(--main);
}

.site-header__cart-count { 
    font-size: 11px; 
    font-weight: 600;
    background-color: var(--main);
}

.search-container { 
    max-width: 250px; 
}

.search-input { 
    height: 35px; 
    font-size: 13px; 
}

.search-btn { 
    height: 35px; 
    background: var(--light-bg); 
    color: var(--gray); 
    border-color: #ddd; 
}

.search-btn:hover { 
    background: var(--light-bg); 
    color: var(--dark-gray); 
}

.user-menu-dropdown .user-menu { 
    cursor: pointer; 
    color: var(--black); 
    font-size: 18px;
}

.user-menu-dropdown .customer-links { 
    border: 1px solid var(--border-secondary); 
    z-index: 222; 
    padding: 10px; 
    position: absolute; 
    right: -30px; 
    margin: 0; 
    top: 35px; 
    background: var(--white);
}

.btn--link { 
    background: transparent; 
    border: none; 
    color: var(--black); 
    padding: 0; 
    font-size: 18px; 
}

.mobile-search-icon button { 
    background: transparent; 
    border: none; 
    color: var(--black); 
    font-size: 18px; 
}

.store-info .display-table-cell {
    text-align: center;
}

.store-info i {
    color: rgb(0, 0, 0);
    font-size: 50px;
    vertical-align: middle;
    display: block;
    margin-bottom: 20px;
}

.store-info li + li {
    border-left: 1px dotted rgb(193, 193, 193);
}

/* Mobile Navigation Adjustments */
@media (max-width: 991px) {
    .top-header {
        padding: 1rem 0;
    }

    .top-header .picker { 
        margin-right: 5px; 
    }
    
    .header-wrap { 
        padding: 10px 0; 
    }
    
    .logo { 
        padding-top: 10px; 
        padding-bottom: 10px; 
    }
}

/* Responsive adjustments for mobile */
@media only screen and (max-width: 767px) {
    .quickview-btn, .variants.add, .wishlist-btn, .wishlist, .compare-btn { 
        margin: 1px; 
    }
    
    a.quick-view, a.wishlist, a.cartIcon, a.add-to-compare, .btn.soldout { 
        font-size: 16px; 
        width: 30px; 
        height: 30px; 
    }
    
    .button-set { 
        position: relative; 
        bottom: auto; 
        opacity: 1; 
        visibility: visible; 
        margin-top: 10px; 
    }
}

/* Footer Styles */
.site-footer { 
    background: #fafafa; 
    border-top: 1px solid #e8e8e8; 
    padding: 0; 
}

.site-footer ul { 
    list-style: none; 
}

.footer-top ul li { 
    line-height: 26px; 
}

.footer-top { 
    line-height: 22px; 
    padding-top: 36px; 
    padding-bottom: 25px; 
    color: #232323; 
}

.footer-top h4, .footer-top .h4 { 
    color: #232323; 
    font-size: 14px; 
    text-transform: uppercase; 
    font-weight: 700; 
    margin-bottom: 9px; 
}

.footer-top, .footer-links a, .footer-top p, .footer-bottom { 
    color: #232323; 
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
    color: #232323;
    text-decoration: none;
}

.footer-links ul li a:hover {
    color: var(--black);
}

.footer-middle { 
    border-top: 1px solid #e8e8e8; 
    color: #232323; 
    padding: 15px 0; 
}

.footer-middle .footer-social h3 { 
    padding-right: 20px; 
    color: #232323; 
    line-height: 15px; 
    vertical-align: middle; 
    text-transform: uppercase; 
    margin: 0; 
}

.footer-bottom { 
    padding: 20px 0; 
    text-transform: uppercase; 
    border-top: 1px solid #e8e8e8; 
    color: #232323; 
    letter-spacing: 1px; 
}

.footer-bottom a { 
    color: #232323; 
}

.footer-bottom a:hover { 
    text-decoration: underline; 
}

.footer-bottom span { 
    letter-spacing: 1px; 
}

.footer-newsletter .newsletter__input { 
    background-color: var(--white); 
    color: var(--main-dark); 
    border: 1px solid var(--main-dark); 
    margin-bottom: 8px; 
}

.footer-newsletter .input-group__btn .btn { 
    background: none; 
    color: var(--black); 
    border: 1px solid var(--black); 
}

.footer-newsletter .input-group__btn .btn:hover { 
    color: var(--white); 
    background: var(--black); 
    opacity: 1; 
}

.site-footer__social-icons { 
    margin: 0 -8px; 
}

.site-footer__social-icons li { 
    padding: 0 8px; 
    font-size: 0px; 
}

.site-footer__social-icons .icon { 
    font-size: 21px; 
}

.contact-box .addressFooter {
    padding: 0;
}

.contact-box .addressFooter li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.contact-box .addressFooter li .icon {
    margin-right: 10px;
    margin-top: 2px;
}

#footer-2 .site-footer {
    background-color: var(--black);
    color: #aba7a7;
    border-top: none;
}

#footer-2 .footer-links ul li a, #footer-2 .footer-top h4, #footer-2 p, #footer-2 .copyright, #footer-2 p a {
    color: #aba7a7;
}

#footer-2 .footer-bottom {
    border-color: #1a1818;
}

/* ==========================================
   HOME13-DARK THEME STYLES
   ========================================== */

.home-2-wrapper {
    background-color: var(--dark-bg);
}

.home-2-wrapper .tab-slider-product .tab_container {
    background: transparent;
}

.home-2-wrapper .store-info {
    background-color: var(--main-dark) !important;
}

.home-2-wrapper .row-text {
    width: 70%;
}

.home-2-wrapper h2, .home-2-wrapper h5, .home-2-wrapper p, .home-2-wrapper span, .home-2-wrapper .product-name a {
    color: var(--white) !important;
}

.nav-open {
    visibility: visible !important;
    left: 0 !important;
    opacity: 1 !important;
}

/* Top Header Styles */
.top-header {
    color: var(--white);
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: var(--black);
    min-height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-header a { color: var(--white); }

.top-header p, .top-header a, .top-header select, .top-header .fa, .top-header span.selected-currency, .top-header .language-dd {
    color: var(--white);
    font-size: 12px;
    display: inline;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: normal;
}

.top-header .phone-no a:hover { text-decoration: none; }
.top-header .phone-no .icon { font-size: 16px; }

.top-header .social-icons { margin: 0 -5px; }
.top-header .social-icons li { padding: 0 5px; }
.top-header .social-icons li a:hover { text-decoration: none; }
.top-header .social-icons li .icon {
    font-size: 16px;
    color: var(--white);
    height: auto;
    vertical-align: middle;
}

.top-header .picker {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.top-header .nice-select {
    color: var(--white);
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: normal;
    background: transparent;
    border: none;
    height: auto;
    padding: 0 12px 0 0;
}

.top-header .nice-select:after {
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -2px 0 0;
    right: 0;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--white);
    display: inline-block;
    transform: none;
    margin-left: 5px;
}

/* Header Style 6 (Dark Theme) */
.header-6 .top-header { background: var(--dark-gray); }
.header-6 .header-wrap {
    background: var(--black);
    color: var(--white);
    border-color: var(--dark-gray) !important;
}

.header-6 .search-bar-inline { width: 300px; }
.header-6 .search-bar-inline .search__input {
    background: transparent;
    color: var(--white);
    border-color: var(--dark-gray);
}
.header-6 .search-bar-inline .search__input:focus { border-color: var(--body-color); }
.header-6 .search-bar-inline .search__button {
    background: transparent;
    top: 0 !important;
}
.header-6 .search-bar-inline .search__button .an { color: var(--white); }
.header-6 .header-wrap .right-action a {
    color: var(--white);
    background: transparent;
    text-decoration: none;
}

.header-6 #AccessibleNav { background: var(--black); }
.header-6 #siteNav > li > a { color: var(--white); }
.header-6 #siteNav > li > a.active,
.header-6 #siteNav > li:active > a,
.header-6 #siteNav > li:hover > a {
    color: var(--main);
    background-color: var(--white);
}

/* Home13-Dark Header Overrides */
.home13-dark .header-6 .header-wrap { border-color: #1d1d1d !important; }
.home13-dark .header-6 .search-bar-inline .search__input { border-color: #7b7777; }

/* Main Navigation */
.main-navigation { 
    position: relative;
}

.stickyNav .header-6 .main-navigation {
    position: absolute;
    top: 8px;
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 900px;
    z-index: 5;
}

/* Search Bar Styles */
.search-bar-inline .search__input {
    color: #444;
    padding: 10px 30px 10px 10px;
    margin: 0;
    border-radius: 3px;
    border-color: #a8a8a8;
}

.search-bar-inline .search__button {
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 0;
    border: none;
}

.search-bar-inline .search__button .an { font-size: 20px; }

.header-6 .site-header__search .go-btn.search__button {
    font-size: 20px;
    color: var(--white);
}

.header-6 .user-menu-open {
    display: block !important;
    right: 20px;
    background-color: var(--black);
    border-color: #353535;
}

/* User Menu & Cart Styles */
.site-header-wishlist .wishlist-trigger {
    color: var(--black);
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.site-header__cart { color: var(--black); text-decoration: none; }

/* Mobile Navigation */
.mobile-nav-wrapper {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 999;
    background-color: var(--white);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.mobile-nav-wrapper.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.dark-wrapper.mobile-nav-wrapper {
    background-color: var(--main-dark);
    color: #ded5d5;
}

.dark-wrapper.mobile-nav-wrapper .closemobileMenu {
    background-color: var(--black);
    color: #ded5d5;
    padding: 15px;
    margin: 0;
    cursor: pointer;
}

.dark-wrapper #MobileNav li a,
.dark-wrapper #MobileNav li a .an {
    color: #ded5d5;
    font-size: 13px;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 8px 45px 8px 10px;
}

.dark-wrapper #MobileNav li {
    position: relative;
    border-top: 1px solid #353535;
}
.dark-wrapper #MobileNav li a:hover { background-color: var(--black); }
.dark-wrapper #MobileNav li ul { background-color: var(--dark-bg); }
.dark-wrapper #MobileNav li ul ul { background-color: var(--dark-bg); }

/* Slideshow Styles */
.pb-section {
    padding-bottom: 60px;
}

.sliderFull {
    width: 100%;
    position: relative;
}

.bg-size {
    position: relative;
    width: 100%;
    min-height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slideshow .wrap-caption {
    position: relative;
    display: inline-block;
    padding: 30px;
    z-index: 4;
}

.slideshow .wrap-caption.bgbox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: var(--black);
}

.home13-dark .slideshow .wrap-caption.bgbox:after {
    border: none;
    opacity: 0.5;
    background-color: var(--black);
}

.slideshow__text-wrap { height: 100%; }

.slideshow__text-content {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-40%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
    z-index: 3;
}

.slideshow__overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 3;
}

.slideshow__overlay.center:before {
    background-color: var(--black);
    opacity: .7;
}

.slideshow .slideshow__title {
    font-family: "Montserrat", sans-serif;
    color: var(--white);
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 1.1;
    text-shadow: 1px 1px 7px rgba(0,0,0,0);
}

.slideshow .slideshow__subtitle {
    font-family: "Montserrat", sans-serif;
    color: var(--white);
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0);
    display: block;
}

/* Tab Slider Product Styles */
.tab-slider-product .tabs {
    border: 0;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-slider-product .tabs > li {
    float: none;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    background: none !important;
    border: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
    font-weight: 600;
    font-size: 15px;
    padding-top: 0;
}

.tab-slider-product .tabs > li.active { color: var(--main); }

.tab-slider-product .tab_container {
    clear: both;
    width: 100%;
    background: var(--white);
}

.tab-slider-product .tab_content { display: none; }

.home13-dark .tab-slider-product .tabs > li { color: var(--white); }
.home13-dark .tab-slider-product .tabs > li.active { color: var(--main); }
.home13-dark .tab-slider-product .tab_container { background: transparent; }

/* Collection Box Styles */
.collection-box .container-fluid { padding: 0; }

.collection-grid-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.collection-box .collection-grid-item img {
    margin: 0 auto;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.collection-box .collection-grid-item:hover img {
    transform: scale(1.1);
}

.collection-box .collection-grid-item__title-wrapper {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    text-align: center;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.collection-box .collection-grid-item__title {
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.collection-grid-3item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.collection-grid-3item .collection-grid-item { padding: 1px; }

/* Product Grid Styles */
.grid-products a { text-decoration: none !important; }

.grid-products .item {
    margin: 0 0 30px;
    text-align: center;
}

.grid-products .item .product-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.grid-products .item .product-image > a {
    display: block;
    white-space: nowrap;
    opacity: 1;
}

.grid-products .item .product-image img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    transition: all ease-out 0.4s;
}

.grid-products .item .product-name a {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.grid-products-hover-btn .slick-arrow { opacity: 0; }
.grid-products-hover-btn:hover .slick-arrow { opacity: 1; }

.home13-dark .grid-products .item .product-name a { color: #bebebe; }

/* Fix for specific page-2.twig structure */
.productSlider .item,
.productSlider-style1 .item {
    padding: 0 10px;
}

.productSlider .col-12.item,
.productSlider-style1 .col-12.item {
    width: 100%;
    margin-bottom: 30px;
}

/* Product image hover effects for primary/hover images */
.product-image img.primary,
.product-image img.hover {
    transition: opacity 0.3s ease;
}

.product-image:hover img.hover {
    opacity: 1;
}

.product-image img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

/* Product Slider Styles */
.productSlider:hover .slick-arrow,
.productSlider-style1:hover .slick-arrow { opacity: 1; }

.grid-products .slick-arrow { margin-top: -30px; }

.grid-products .slick-slider .item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}

.grid-products .slick-slider .slick-list { margin: 0 -15px; }

/* Store Feature Styles */
.store-feature.style3 .store-info {
    background-color: #f5f5f5;
}

.store-feature.style3 .store-info li {
    padding: 20px 0;
    margin-bottom: 0;
    border: 0;
}

.store-info h5, .store-info .h5 {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins,Helvetica,Tahoma,Arial,sans-serif;
}

.store-info li {
    padding: 15px;
    text-align: center;
}

.store-info .icon {
    color: var(--black);
    font-size: 50px;
    vertical-align: middle;
    display: block;
    margin-bottom: 20px;
}

.store-info .sub-text {
    font-size: 12px;
    color: var(--gray)666;
    line-height: 1.4;
}

.home13-dark .store-feature.style3 .store-info {
    margin-top: 0px !important;
    background: var(--main-dark);
}

.home13-dark .store-feature.style3 .col-lg-3 {
    border-right: 1px dotted var(--black);
}

.home13-dark .store-feature.style3 .col-lg-3:last-of-type {
    border-right: 0;
}

.home13-dark .store-info h5,
.home13-dark .store-info .h5 {
    color: var(--white);
}

.home13-dark .store-info .sub-text {
    color: #bebebe;
}

/* Section Header & Typography */
.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header p {
    font-size: 13px;
    line-height: 1.3;
}

.home13-dark .section-header h2,
.home13-dark .section-header p {
    color: var(--white);
}

/* Button Styles */
.btn {
    user-select: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    background-color: var(--main-dark);
    color: #eee;
    font-family: Poppins,Helvetica,Tahoma,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.btn:hover, .btn:focus {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color: var(--dark-gray);
    text-decoration: none;
}

.btn--large {
    padding: 0 25px;
    height: 42px;
}

.border-btn-1 {
    color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    opacity: 1;
}

.border-btn-1:hover, .border-btn-1:focus {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--white);
}

/* Button Set & Product Labels */
.button-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.quickview-btn, .wishlist-btn, .compare-btn {
    margin: 2px;
}

.quickview-btn a, .wishlist-btn a, .compare-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--white);
    color: var(--black);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quickview-btn a:hover, .wishlist-btn a:hover, .compare-btn a:hover {
    background: var(--main);
    color: var(--white);
}

.open-addtocart-popup {
    transition: all 0.3s ease;
}

.open-addtocart-popup:hover {
    transform: translateY(-2px);
}

.tle-bold .collection-grid-item__title {
    font-weight: 700;
}

.transform-none {
    text-transform: none !important;
}

.grid-products .item:hover .button-set {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.button-set.style6 {
    flex-direction: column;
    bottom: 40px;
    right: -20%;
    width: auto;
    transition: all .5s ease 0s;
}

.button-set.style6 > div {
    margin-bottom: 5px;
}

.button-set.style6 a {
    background: var(--white);
    color: var(--black);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.button-set.style6 a:hover {
    background: var(--main);
    color: var(--white);
}

.grid-products .item:hover .button-set.style6 {
    right: 3px;
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.product-labels {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.product-labels.rectangular .lbl { 
    border-radius: 0; 
    background: var(--main);
    color: var(--white);
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.product-labels .lbl.on-sale {
    background: #ff6b6b;
}

.product-labels .lbl.pr-label1 {
    background: #4ecdc4;
}

/* Product Details */
.product-details {
    padding: 15px 0;
}

.product-name {
    margin-bottom: 5px;
}

.product-name a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-name a:hover {
    color: var(--main);
}

.grid-view-item__vendor {
    font-size: 12px;
    color: var(--gray);
    margin-bottom: 8px;
}

.product-price {
    font-weight: 600;
    font-size: 14px;
}

.product-price .old-price {
    color: var(--gray);
    text-decoration: line-through;
    margin-right: 8px;
}

.product-review {
    margin-top: 5px;
}

.product-review .an {
    color: #ffd700;
    font-size: 12px;
    margin-right: 2px;
}

.home13-dark .grid-view-item__vendor {
    color: #bebebe;
}

/* Add to cart form styles */
.addtocart {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.grid-products .item:hover .addtocart {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    width: 60%;
}

.addtocart.btnicontext .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--main);
    border: none;
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.addtocart.btnicontext .btn:hover {
    background: var(--accent);
}

.product-btn {
    background: var(--main) !important;
    border-color: var(--main) !important;
}

.product-btn:hover {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}

/* Global Dark Theme Overrides */
.home13-dark .stickyNav {
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.2);
}

.home13-dark .h1, .home13-dark .h2, .home13-dark .h3, .home13-dark .h4, .home13-dark .h5, .home13-dark .h6,
.home13-dark h1, .home13-dark h2, .home13-dark h3, .home13-dark h4, .home13-dark h5, .home13-dark h6 {
    color: var(--white);
}

.home13-dark .social-icons .icon { color: #ded5d5; }

.home13-dark body {
    background-color: var(--black);
    color: var(--white);
}

.home13-dark .section {
    background-color: var(--black);
}

/* Icon Styles for AN icons */
.icon.an {
    font-family: 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
}

.an-search:before { content: "\f002"; }
.an-heart:before { content: "\f004"; }
.an-random:before { content: "\f074"; }
.an-shopping-bag:before { content: "\f290"; }
.an-star:before { content: "\f005"; }
.an-star-half-alt:before { content: "\f5c0"; }

/* Product review stars */
.product-review i.an {
    color: #ffd700;
    font-size: 12px;
    margin-right: 2px;
}

/* Dark theme icon colors */
.home13-dark .quickview-btn a,
.home13-dark .wishlist-btn a,
.home13-dark .compare-btn a {
    background: rgba(255, 255, 255, 0.9);
    color: var(--black);
}

.home13-dark .quickview-btn a:hover,
.home13-dark .wishlist-btn a:hover,
.home13-dark .compare-btn a:hover {
    background: var(--main);
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 991px) {
    .slideshow .slideshow__title {
        font-size: 40px;
    }
    
    .slideshow .slideshow__subtitle {
        font-size: 16px;
    }
    
    .collection-grid-3item {
        grid-template-columns: repeat(2, 1fr);
    }
    .header-6 .header-wrap .right-action a {
        font-size: 18px;
    }

    .bg-size {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .slideshow .slideshow__title {
        font-size: 28px;
    }
    
    .slideshow .slideshow__subtitle {
        font-size: 14px;
    }
    
    .collection-grid-3item {
        grid-template-columns: 1fr;
    }
    
    .button-set.style6 {
        flex-direction: row;
        justify-content: center;
        bottom: -50px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }
    
    .grid-products .item:hover .button-set.style6 {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -5px;
        opacity: 1;
        visibility: visible;
    }
}

/* Home7-Creative Page Specific Styles */

/* Basic Icon System */
.icon.an::before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.an-star::before { content: "★"; color: #ffc107; }
.an-star-half-alt::before { content: "☆"; color: #ffc107; }
.an-search::before { content: "🔍"; }
.an-shopping-bag::before { content: "🛍️"; }
.an-heart::before { content: "♡"; }
.an-random::before { content: "⚭"; }
.an-truck::before { content: "🚛"; }
.an-lock::before { content: "🔒"; }
.an-instagram::before { content: "📷"; }
.an-shield::before { content: "🛡️"; }
.an-shipping::before { content: "📦"; }
.an-support::before { content: "🎧"; }

/* Slideshow */
.slideshow-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.slideimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section spacing */
.section {
    padding: 80px 0;
}

.pb-section {
    padding-bottom: 60px;
}

.no-pb-section {
    padding-bottom: 0 !important;
}

/* Section headers */
.section-header {
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 15px;
    font-style: italic;
}

/* Featured Products Section */
.custom-content-style1 {
    padding: 80px 0;
    background: var(--light-bg);
}

.centerMode-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-behavior: smooth;
    position: relative;
}

.centerMode-slider .item {
    min-width: 300px;
    flex: 0 0 auto;
}

/* Product Cards */
.grid-view-item.style2 {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.grid-view-item.style2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.grid-view_image {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.grid-view-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.grid-view-item__image.primary {
    opacity: 1;
}

.grid-view-item__image.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.grid-view_image:hover .grid-view-item__image.primary {
    opacity: 0;
}

.grid-view_image:hover .grid-view-item__image.hover {
    opacity: 1;
}

/* Product Labels */
.product-labels.rectangular {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    display: flex;
    gap: 5px;
}

.product-labels .lbl {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}

.lbl.on-sale {
    background: var(--main-red);
}

.lbl.pr-label1 {
    background: #28a745;
}

.lbl.pr-label2 {
    background: #fd7e14;
}

/* Product Details */
.product-details {
    padding: 20px;
    text-align: center;
}

.hoverDetails {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-name a {
    color: var(--dark-gray);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
}

.product-name a:hover {
    color: var(--accent);
}

.product-price {
    margin: 10px 0;
}

.product-price .price {
    font-size: 18px;
    font-weight: 600;
    color: var(--main);
}

.product-price .old-price {
    font-size: 14px;
    color: var(--gray);
    text-decoration: line-through;
    margin-right: 8px;
}

.product-review {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    gap: 2px;
}

/* Button Set */
.button-set.style4 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.button-set.style4 .btn {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background: var(--dark-gray);
    border: none;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}

.button-set.style4 .btn:hover {
    background: var(--accent);
    transform: translateY(-2px);
}

/* Carousel Navigation */
.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: 0.3s ease;
}

.carousel-prev:hover, .carousel-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-prev {
    left: -50px;
}

.carousel-next {
    right: -50px;
}

/* Collection Grid */
.collection-box.tle-bold {
    padding: 80px 0;
}

.collection-grid-3item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 30px;
}

.collection-grid-item {
    position: relative;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}

.collection-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-grid-item:hover img {
    transform: scale(1.05);
}

.collection-grid-item__title-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 40px 30px 30px;
    color: var(--white);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.collection-grid-item__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    color: var(--white);
}

.collection-grid-item__title.fw-bold {
    font-weight: 800;
}

.collection-grid-item__title span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 5px;
    font-style: italic;
}

.btn--secondary.border-btn-1 {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 12px 24px;
    border-radius: 0;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.btn--secondary.border-btn-1:hover {
    background: var(--white);
    color: var(--dark-gray);
}

/* Custom Content Section */
.custom-content-section {
    padding: 80px 0;
    background: var(--white);
}

.custom-content .custom-item {
    padding: 40px 30px;
}

.custom-item-inner-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--dark-gray);
    text-align: center;
}

.custom-item-inner-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--gray);
    margin-bottom: 25px;
    text-align: center;
}

.btn.border-btn-2 {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.btn.border-btn-2:hover {
    background: var(--white);
    color: var(--black);
}

.custom-item-inner-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Instagram Section */
.home-instagram {
    padding: 80px 0;
    background: var(--light-bg);
}

.instagram-section.instagram-slider {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.instagram-item {
    position: relative;
    width: 200px;
    overflow: hidden;
    border-radius: 0;
    flex: 0 0 auto;
}

.instagram-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

.inst-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 24px;
    color: var(--dark-gray);
}

.instagram-item:hover .inst-icon {
    opacity: 1;
}

/* Instagram Navigation */
.instagram-prev, .instagram-next {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border: none;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.instagram-prev:hover, .instagram-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.instagram-prev.disabled, .instagram-next.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.2);
}

.instagram-prev.disabled:hover, .instagram-next.disabled:hover {
    background: rgba(0, 0, 0, 0.2);
}

.instagram-prev {
    left: 10px;
}

.instagram-next {
    right: 10px;
}

/* Enhanced Instagram Section for Slick */
.home-instagram .container {
    position: relative;
    overflow: hidden;
}

.instagram-section.instagram-slider {
    margin-top: 40px;
    position: relative;
}

.instagram-item {
    position: relative;
    width: 200px;
    overflow: hidden;
    border-radius: 0;
    margin: 0 10px;
}

/* Slick specific overrides for Instagram */
.instagram-slider.slick-slider {
    margin-bottom: 0;
}

.instagram-slider .slick-list {
    margin: 0 -10px;
}

.instagram-slider .slick-slide {
    padding: 0 10px;
}

.instagram-slider .slick-slide > div {
    height: 200px;
}

.instagram-slider .slick-track {
    display: flex;
    align-items: center;
}

.followus .btn {
    background: var(--dark-gray);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.followus .btn:hover {
    background: #555;
}

/* Store Features */
.store-feature.style3 {
    background: var(--dark-bg);
    padding: 60px 0 0 0;
}

.store-info {
    background: var(--white);
    border: 1px solid var(--light-bg);
    border-radius: 0;
    padding: 40px 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.store-info:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.store-info .icons {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--dark-gray);
}

.store-info h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.store-info .sub-text {
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 992px) {
    .collection-grid-3item {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .centerMode-slider .item {
        min-width: 280px;
    }
    
    .instagram-item {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }
    
    .centerMode-slider {
        gap: 15px;
    }
    
    .centerMode-slider .item {
        min-width: 250px;
    }
    
    .custom-content .custom-item {
        padding: 20px 15px;
    }
    
    .custom-item-inner-text h2 {
        font-size: 1.5rem;
    }
    
    .instagram-section.instagram-slider {
        gap: 5px;
    }
    
    .instagram-item {
        width: 120px;
    }
    
    .carousel-prev, .carousel-next {
        display: none;
    }
    
    .instagram-prev, .instagram-next {
        display: none;
    }
}

/* Navigation 3 Styles */
.header-3.classic-style {
    background: var(--white);
    border-bottom: 1px solid var(--light-bg);
}

.light-wrapper.mobile-nav-wrapper {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.light-wrapper.mobile-nav-wrapper .closemobileMenu {
    background-color: var(--border-color) !important;
    color: var(--black) !important;
}

.light-wrapper #MobileNav li {
    border-color: var(--border-color) !important;
}

.light-wrapper #MobileNav li a, .light-wrapper #MobileNav li a .an {
    color: var(--black) !important;
}

.header-3 .header-wrap {
    padding: 0;
}

.header-3 .logo {
    justify-content: flex-start !important;
}

.header-3 .logo img {
    max-width: 100px !important;
    height: auto;
}

.header-3 #siteNav {
    align-items: center;
}

.header-3 .site-nav {
    color: var(--dark-gray);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.header-3 .site-nav:hover {
    color: var(--accent);
}

/* Badge Styles */
.badge-hot,
.badge-new {
    position: absolute;
    top: -5px;
    right: -15px;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--white);
    z-index: 1;
}

.badge-hot {
    background: var(--main-red);
}

.badge-new {
    background: #28a745;
}

/* Right Action Items */
.header-3 .right-action {
    gap: 25px;
}

.header-3 .right-action .item {
    margin: 0 !important;
}

.header-3 .search-trigger,
.header-3 .login-link,
.header-3 .cart-link {
    color: var(--gray);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.header-3 .search-trigger:hover,
.header-3 .login-link:hover,
.header-3 .cart-link:hover {
    color: var(--dark-gray);
}

.header-3 .search-trigger i,
.header-3 .login-link i,
.header-3 .cart-link i {
    font-size: 16px;
    margin-right: 5px;
}

/* Language Dropdown */
.header-3 .language-toggle {
    color: var(--gray) !important;
    border: none !important;
    background: none !important;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none !important;
}

.header-3 .language-toggle:hover {
    color: var(--dark-gray) !important;
}

.header-3 .language-toggle::after {
    margin-left: 5px;
    font-size: 10px;
}

.header-3 .flag-icon {
    width: 20px;
    height: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.header-3 .language-menu {
    min-width: 150px;
    border: 1px solid var(--light-bg);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-3 .language-item {
    padding: 8px 15px;
    font-size: 14px;
    color: var(--gray);
    transition: all 0.3s ease;
}

.header-3 .language-item:hover {
    background: var(--light-bg);
    color: var(--dark-gray);
}

/* Cart Count Badge */
.header-3 .site-header__cart-count {
    background: var(--main-red) !important;
    font-size: 10px !important;
    min-width: 16px !important;
    height: 16px !important;
    top: -8px !important;
    right: -8px !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .header-3.classic-style {
        padding: 10px 0;
    }
    
    .header-3 .right-action {
        gap: 15px;
    }
}

/* ========================================
   Footer 3 - Modern Creative Design
======================================== */

/* Newsletter Banner Section */
.footer-newsletter-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#footer-3 .rtl {
    text-align: left;
}

#footer-3 a {
    color: #b8b8d1;;
}

.footer-newsletter-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.newsletter-content {
    color: var(--white);
    z-index: 2;
    position: relative;
}

.newsletter-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.newsletter-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
    opacity: 0.9;
    line-height: 1.6;
}

/* Modern Newsletter Form */
.newsletter-form-modern {
    z-index: 2;
    position: relative;
}

.input-wrapper {
    position: relative;
    max-width: 400px;
    margin-left: auto;
}

.newsletter-input-modern {
    width: 100%;
    padding: 18px 60px 18px 20px;
    border: none;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.newsletter-input-modern:focus {
    background: var(--white);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.newsletter-btn-modern {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--main), var(--accent));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(238, 90, 36, 0.4);
}

.newsletter-btn-modern:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 25px rgba(238, 90, 36, 0.6);
}

/* Main Footer */
.footer-main {
    background: var(--footer-bg);
    color: #e5e5e5;
    padding: 80px 0 60px;
    position: relative;
}

.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
}

/* Brand Section */
.footer-brand {
    margin-bottom: 40px;
}

.footer-logo-img {
    max-width: 150px;
    height: auto;
    filter: brightness(1.1);
}

.brand-description {
    margin: 25px 0;
    line-height: 1.7;
    color: #b8b8d1;
    font-size: 15px;
}

.contact-info-modern {
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #b8b8d1;
    font-size: 14px;
}

.contact-item i {
    width: 20px;
    margin-right: 12px;
    color: var(--main);
    font-size: 16px;
}

.contact-item a {
    color: #b8b8d1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #667eea;
}

/* Footer Headings */
.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(45deg, var(--main), var(--accent));
    border-radius: 2px;
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #b8b8d1;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.footer-menu a:hover {
    color: #667eea;
    padding-left: 8px;
}

.footer-menu a:hover::before {
    content: '→';
    position: absolute;
    left: -8px;
    opacity: 1;
    transform: translateX(0);
}

.footer-menu a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

/* Social Icons Modern */
.social-icons-modern {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.social-icon-modern {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: -1;
}

.social-icon-modern:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.social-icon-modern.facebook::before { background: linear-gradient(45deg, #1877f2, #42a5f5); }
.social-icon-modern.twitter::before { background: linear-gradient(45deg, #1da1f2, #42a5f5); }
.social-icon-modern.instagram::before { background: linear-gradient(45deg, #e4405f, #fd79a8); }
.social-icon-modern.pinterest::before { background: linear-gradient(45deg, #bd081c, #e74c3c); }
.social-icon-modern.youtube::before { background: linear-gradient(45deg, #ff0000, #ff6b6b); }

/* Payment Methods */
.payment-methods-modern {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
}

.payment-heading {
    font-size: 14px;
    font-weight: 600;
    color: whvar(--white)ite;
    margin-bottom: 15px;
}

/* Footer Bottom Modern */
.footer-bottom-modern {
    background: var(--main-dark);
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.copyright-modern {
    color: var(--gray);
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* Mobile Responsive for Footer 3 */
@media (max-width: 768px) {
    .footer-newsletter-banner {
        padding: 40px 0;
        text-align: center;
    }
    
    .newsletter-title {
        font-size: 2rem;
    }
    
    .newsletter-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .input-wrapper {
        margin: 0 auto;
    }
    
    .footer-main {
        padding: 50px 0 40px;
    }
    
    .footer-brand {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .footer-links {
        margin-bottom: 35px;
        text-align: center;
    }

    .addressFooter li {
        justify-content: center;
    }
    
    .footer-social-section {
        text-align: center;
    }
    
    .social-icons-modern {
        justify-content: center;
    }
    
    .copyright-modern {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .newsletter-title {
        font-size: 1.6rem;
    }
    
    .social-icons-modern {
        gap: 10px;
    }
    
    .social-icon-modern {
        width: 40px;
        height: 40px;
    }
}
