/*

Theme Name: ZIFA Online Shop

Description: A custom WordPress Online Shop Theme developed for Zimbabwe Football Association (ZIFA)

Author: Hikwa Mehluli

Author URI: https: https: //thatafro.netlify.app

Version: 1.5.0

*/

.home-shop-showcase {
    padding: 0 0 4rem;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%);
}

.wc-block-cart .wc-block-cart-items .wc-block-cart-item__quantity,
.wc-block-components-totals-wrapper .wc-block-components-product-metadata + div {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.wc-block-cart .wc-block-components-quantity-selector {
    margin: 0;
    flex: 0 0 auto;
}

.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-checkout .wc-block-cart-item__remove-link,
.wc-block-components-sidebar .wc-block-cart-item__remove-link {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.7rem !important;
    min-width: 2.7rem !important;
    height: 2.7rem !important;
    margin: 0 0 0 1.9rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0.35rem !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
}

.wc-block-cart .wc-block-cart-item__remove-link::before,
.wc-block-cart .wc-block-cart-item__remove-link::after,
.wc-block-checkout .wc-block-cart-item__remove-link::before,
.wc-block-checkout .wc-block-cart-item__remove-link::after,
.wc-block-components-sidebar .wc-block-cart-item__remove-link::before,
.wc-block-components-sidebar .wc-block-cart-item__remove-link::after {
    content: none !important;
    display: none !important;
}

.wc-block-cart .wc-block-cart-item__remove-link:hover,
.wc-block-checkout .wc-block-cart-item__remove-link:hover,
.wc-block-components-sidebar .wc-block-cart-item__remove-link:hover {
    background: transparent !important;
    color: #fff !important;
}

.wc-block-cart .wc-block-cart-item__remove-link svg,
.wc-block-checkout .wc-block-cart-item__remove-link svg,
.wc-block-components-sidebar .wc-block-cart-item__remove-link svg {
    display: block !important;
    width: 1rem !important;
    height: 1rem !important;
    pointer-events: none !important;
    fill: currentColor !important;
}

.zifa-uk-presale-note.woocommerce-info {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 1.35rem 1.5rem 1.25rem 1.5rem;
    border: 1px solid rgba(3, 111, 60, 0.18);
    border-top: 0;
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(3, 111, 60, 0.06) 0%, rgba(255, 209, 0, 0.08) 100%);
    box-shadow: 0 16px 34px rgba(3, 111, 60, 0.08);
    color: #183126;
    overflow: hidden;
}

.zifa-uk-presale-note.woocommerce-info::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.4rem;
    background: linear-gradient(180deg, #036f3c 0%, #0b8e52 100%);
}

.woocommerce-info.zifa-uk-presale-note::before {
    content: none !important;
}

.zifa-uk-presale-note__eyebrow {
    margin-bottom: 0.35rem;
    color: #036f3c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zifa-uk-presale-note__title {
    margin: 0 0 0.45rem;
    color: #111;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.zifa-uk-presale-note__lead {
    margin: 0 0 0.85rem;
    color: #314239;
    font-size: 1rem;
    line-height: 1.6;
}

.zifa-uk-presale-note__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.6rem;
}

.zifa-uk-presale-note__list li {
    position: relative;
    padding-left: 1.4rem;
    color: #21362b;
    font-size: 0.96rem;
    line-height: 1.55;
}

.zifa-uk-presale-note__list li::before {
    content: "";
    position: absolute;
    top: 0.58rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #036f3c;
    box-shadow: 0 0 0 0.18rem rgba(3, 111, 60, 0.12);
}

.search-form .input-group-text,
.search-form .form-control {
    border-radius: 0.85rem;
}

.search-form .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-form .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home-shop-showcase__toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.4rem;
}

.home-shop-showcase__cta.btn {
    text-decoration: none;
}

.home-shop-showcase__panel {
    display: none;
}

.home-shop-showcase__panel.is-active {
    display: block;
}

.home-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    transform: none;
    transition: none;
}

.home-product-card:hover,
.home-product-card:focus,
.home-product-card:focus-within,
.home-product-card:active {
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

.home-product-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 0;
    border-radius: 0.85rem;
    background:
        linear-gradient(180deg, #f6f6f2 0%, #f1f1ec 100%);
    overflow: hidden;
}

.home-product-card__image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.home-product-card__media img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.home-product-card__wishlist {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #036f3c !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.home-product-card__wishlist svg {
    width: 1.18rem;
    height: 1.18rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.home-product-card__wishlist:hover {
    background: #036f3c;
    color: #fff !important;
}

.home-product-card__media-actions {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    z-index: 2;
}

.home-product-card__quick-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.35rem;
    background: #036f3c;
    color: #fff !important;
    box-shadow: none;
    font-size: 1.85rem;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-product-card__quick-add span[aria-hidden="true"] {
    transform: translateY(-0.12rem);
}

.home-product-card__quick-add:hover {
    background: #024e2a;
}

.home-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0.85rem 0 0;
}

.home-product-card__title {
    margin-bottom: 0.2rem;
    font-size: 0.82rem;
    line-height: 1.28;
}

.home-product-card__title a {
    color: #121212 !important;
    font-weight: 400;
    text-decoration: none;
}

.home-product-card__title a:hover {
    color: #036f3c !important;
}

.home-product-card__price {
    margin-bottom: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.home-product-card__price,
.home-product-card__price .amount,
.home-product-card__price bdi {
    color: #111 !important;
}

.homeShopSwiper {
    overflow: visible;
}

.homeShopSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.homeShopSwiper .swiper-slide {
    height: auto;
    width: auto !important;
    margin: 0 !important;
}

.homeShopSwiper__controls {
    display: none;
}

.home-shop-showcase .swiper-scrollbar {
    position: static;
    width: min(430px, 100%);
    height: 5px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
}

.home-shop-showcase .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #036f3c;
}

@media (max-width: 1399.98px) {
    .home-product-card__media,
    .home-product-card__image-link {
        min-height: 280px;
    }

    .home-product-card__title,
    .home-product-card__price {
        font-size: 0.8rem;
    }
}

@media (min-width: 1400px) {
    .homeShopSwiper .swiper-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
        justify-items: center;
    }

    .homeShopSwiper .swiper-slide {
        width: min(100%, 19rem) !important;
    }

    .home-product-card__media,
    .home-product-card__image-link {
        min-height: 260px;
    }

    .home-product-card__title,
    .home-product-card__price {
        font-size: 0.78rem;
    }
}

@media (max-width: 1199.98px) {
    .home-product-card__media,
    .home-product-card__image-link {
        min-height: 240px;
    }

    .home-product-card__wishlist {
        top: 0.6rem;
        right: 0.6rem;
    }

    .home-product-card__media-actions {
        right: 0.6rem;
        bottom: 0.6rem;
    }
}

@media (max-width: 991.98px) {
    .home-shop-showcase__toolbar {
        margin-bottom: 1rem;
    }

    .homeShopSwiper .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .home-product-card__media,
    .home-product-card__image-link {
        min-height: 210px;
    }

    .home-product-card__title,
    .home-product-card__price {
        font-size: 0.78rem;
    }
}

@media (max-width: 767.98px) {
    .home-shop-showcase {
        padding: 0 0 3rem;
    }

    .zifa-uk-presale-note.woocommerce-info {
        padding: 1.1rem 1rem 1rem 1.1rem;
        border-radius: 0.85rem;
    }

    .zifa-uk-presale-note__title {
        font-size: 1.15rem;
    }

    .zifa-uk-presale-note__lead,
    .zifa-uk-presale-note__list li {
        font-size: 0.92rem;
    }

    .home-shop-showcase__toolbar {
        margin-bottom: 1.1rem;
    }

    .homeShopSwiper .swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .home-product-card__media {
        min-height: 220px;
    }

    .home-product-card__image-link {
        min-height: 220px;
    }

    .home-product-card__media img {
        max-height: none;
    }
}
