.main-menu ul li a::after {
    content: none;
}

.logo {
    width: 200px;
}

.menu-area::before {
    content: none;
}

.breadcrumb-area {
    min-height: fit-content;
    padding: 1em;
}

.pro-cat a {
    text-transform: none;
    font-weight: bold;
    letter-spacing: normal;
}

.hero-section {
    padding: 7em 0em;
    background: radial-gradient(circle at right,
            #ec3237 0%,
            #0b0e2d 40%,
            #010821 100%);
    overflow: hidden;
}

.hero-section .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    margin-top: 1em;
}

.hero-section .slick-dots li.slick-active button {
    background-color: #ff000085;
}

.hero-section .slick-dots li button {
    color: transparent;
    height: 1em;
    width: 1em;
    border: none;
    background-color: #ffffff56;
    border-radius: 2em;
}

.hero-title {
    line-height: 1;
    letter-spacing: -4px;
}

.hero-slider {
    max-width: 420px;
    margin: auto;
}

.slider-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 16px;
    border-radius: 16px;
    filter: drop-shadow(0 20px 40px rgba(13, 110, 253, 0.35));
}

.slider-item img {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

/* Slick dots customization */
.slick-dots li button:before {
    color: #ffffff;
    opacity: 0.4;
}

.slick-dots li.slick-active button:before {
    color: #0d6efd;
    opacity: 1;
}

/* Social Icons */
.social-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #0d6efd;
    border-color: #0d6efd;
}

.product-cat {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-cat span.info-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.product-cat a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 1px solid #3e4096;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 4px 12px;
    border-radius: 30px;
    color: #3e4096;
    text-decoration: none;
    transition: all 0.3s ease;
}
.product-cat a:hover {
    background-color: #3e4096;
    color: #fff !important;
    text-decoration: none;
}

/* Custom Products Section Styles */
.custom-products-section {
    background-color: #fbfbfb;
}

.custom-view-all-btn {
    display: inline-block;
    background-color: #EC3237;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid #EC3237;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-view-all-btn:hover {
    background-color: transparent;
    color: #EC3237 !important;
    border-color: #EC3237;
    text-decoration: none;
}

.custom-product-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid #f0f0f0;
}

.custom-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.custom-product-img-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.custom-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-product-card:hover .custom-product-img {
    transform: scale(1.08);
}

.custom-product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.custom-product-card:hover .custom-product-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%);
}

.custom-product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    transition: all 0.3s ease;
}

.custom-product-category {
    display: inline-block;
    color: #EC3237;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.custom-product-title {
    margin-bottom: 5px;
    color: #ffffff !important;
}

.custom-product-title a {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
    text-decoration: none;
}

.custom-product-title a:hover {
    color: #EC3237 !important;
}

.custom-product-action {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.custom-product-card:hover .custom-product-action {
    max-height: 50px;
    opacity: 1;
    margin-top: 15px;
}

.custom-product-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-product-link:hover {
    color: #EC3237 !important;
    text-decoration: none;
}

.custom-product-link i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.custom-product-link:hover i {
    transform: translateX(4px);
}

/* Responsive utility classes */
@media (min-width: 576px) {
    .text-sm-right {
        text-align: right !important;
    }
}

.custom-category-card-wrapper {
    display: block;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
}
.custom-category-card-wrapper:hover {
    text-decoration: none !important;
    color: inherit;
}
.custom-categories-section {
    background-color: #ffffff;
}

/* Catalog Item Card Styles */
.catalog-item-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.catalog-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.catalog-item-img-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f8f8f8;
}

.catalog-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.catalog-item-card:hover .catalog-item-img {
    transform: scale(1.08);
}

.catalog-item-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
}

.catalog-item-category {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EC3237;
    margin-bottom: 8px;
    letter-spacing: 1px;
    display: inline-block;
}

.catalog-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
    flex-grow: 1;
}

.catalog-item-title a {
    color: #222 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.catalog-item-title a:hover {
    color: #EC3237 !important;
}

.catalog-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #3e4096;
    margin-top: auto;
}
