:root {
    --color-primary: #c6171e;
}

html,
body {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 14px;
}

section {
    padding: 60px 0;
}

ul.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
}

a.navbar-brand img {
    height: 30px;
}

.banner-slider .owl-dots {
    text-align: center;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.banner-slider .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ccc !important;
    display: inline-block;
    transition: all 0.3s ease;
}

.banner-slider .owl-dot.active {
    width: 30px;
    border-radius: 10px;
    background: #000 !important;
}

.banner-slider .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider .owl-nav .owl-prev {
    left: 0px;
}

.banner-slider .owl-nav .owl-next {
    right: 0px;
}

.banner-slider .owl-nav .owl-prev i,
.banner-slider .owl-nav .owl-next i {
    font-size: 32px;
}

.btn {
    font-size: 14px;
}

.favoiurte-collection-slider .item h3 a {
    text-decoration: none;
    color: #333;
    transition: all 0.5s ease;
}

.favoiurte-collection-slider .item h3 a:hover {
    color: var(--color-primary);
}

/* ========================= ARTISTS SECTION ========================= */
.artists-slider {
    padding: 10px 0 50px;
}

.artists-slider .item {
    padding: 8px;
}

/* Card */
.artist-card {
    position: relative;
}

/* Image */
.artist-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f3f3;
}

.artist-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
}

.artist-card:hover .artist-image img {
    transform: scale(1.06);
}

/* Arrow */
.artist-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 18px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s ease;
}

.artist-card:hover .artist-arrow {
    opacity: 1;
    transform: translateY(0);
}

.artist-arrow:hover {
    background: #111;
    color: #fff;
}

/* Content */
.artist-content {
    padding: 18px 5px 5px;
}

.artist-content span {
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #999;
}

.artist-content h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.3;
}

.artist-content h3 a {
    color: #171717;
    text-decoration: none;
    transition: color 0.3s ease;
}

.artist-content h3 a:hover {
    color: #777;
}

/* ========================= OWL DOTS ========================= */
.artists-slider .owl-dots {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.artists-slider .owl-dot {
    margin: 0 !important;
}

.artists-slider .owl-dot span {
    display: block;
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    border-radius: 20px;
    background: #d5d5d5 !important;
    transition: all 0.35s ease;
}

.artists-slider .owl-dot.active span {
    width: 32px !important;
    background: #111 !important;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 767px) {
    .artist-image {
        aspect-ratio: 1 / 1.15;
    }

    .artist-content h3 {
        font-size: 18px;
    }

    .artist-arrow {
        width: 40px;
        height: 40px;
        right: 12px;
        bottom: 12px;
    }
}

.footer,
.footer .ft-links {
    color: rgb(131, 122, 109);
}

.btn-icon {
    border-radius: 0;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-sidebar {
    position: sticky;
    top: 20px;
}

.filter-box {
    padding: 22px;
    margin-bottom: 18px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
}

.filter-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #222;
}

/* Category */
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-list li {
    margin-bottom: 10px;
}

.filter-list li:last-child {
    margin-bottom: 0;
}

.filter-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    transition: 0.2s ease;
}

.filter-list a:hover,
.filter-list a.active {
    color: #000;
    font-weight: 600;
}

.filter-count {
    font-size: 12px;
    color: #999;
}

/* Checkbox */
.filter-check {
    margin-bottom: 12px;
}

.filter-check:last-child {
    margin-bottom: 0;
}

.filter-check .form-check-input {
    margin-top: 4px;
    cursor: pointer;
}

.filter-check .form-check-label {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

/* Colour */
.color-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: -2px;
    border: 1px solid #ddd;
}

.color-dot.gray {
    background: #999;
}

.color-dot.black {
    background: #111;
}

.color-dot.wood {
    background: #a8784b;
}

/* Button */
.filter-btn {
    height: 46px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.2s ease;
}

.filter-btn:hover {
    transform: translateY(-1px);
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    margin: 0;
}

.sort-select {
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding: 0 40px 0 14px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sort-select:focus {
    border-color: #222;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.08);
}

.sort-select:hover {
    border-color: #aaa;
}

@media (max-width: 575px) {
    .sort-wrapper {
        width: 100%;
        margin-top: 15px;
    }

    .sort-select {
        flex: 1;
    }
}

/* -- PRODUCT PAGE -- */
/* =========================================
   SHOP HEADER
========================================= */

.shop-header {
    display: flex;
    justify-content: end;

    padding-bottom: 24px;
    margin-bottom: 24px;

    border-bottom: 1px solid #e5e5e5;
}

.shop-count {
    color: #777;
    font-size: 13px;
}

.shop-sort {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #555;
    font-size: 13px;
}

.shop-sort-select {
    width: 180px;

    padding: 8px 28px 8px 0;

    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;

    background-color: transparent;

    color: #222;
    font-size: 13px;

    outline: none;
    cursor: pointer;
}


/* =========================================
   PRODUCT GRID
========================================= */

.product-grid {
    row-gap: 45px;
}


/* =========================================
   PRODUCT ITEM
========================================= */

.product-item {
    height: 100%;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.product-image {
    position: relative;
    overflow: hidden;

    background: #f4f4f4;
}

.product-image>a:first-child {
    display: block;
}

.product-image img {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1.15;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.04);
}


/* =========================================
   SALE BADGE
========================================= */

.product-sale {
    position: absolute;

    top: 14px;
    left: 14px;

    padding: 6px 10px;

    background: #111;
    color: #fff;

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1px;
}


/* =========================================
   ADD TO CART
========================================= */

.product-action {
    position: absolute;

    left: 15px;
    right: 15px;
    bottom: 15px;

    transform: translateY(15px);

    opacity: 0;

    transition: all 0.3s ease;
}

.product-item:hover .product-action {
    transform: translateY(0);
    opacity: 1;
}

.product-action a {
    display: block;

    padding: 12px 15px;

    background: #fff;
    color: #111;

    text-align: center;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.2s ease;
}

.product-action a:hover {
    background: #111;
    color: #fff;
}


/* =========================================
   PRODUCT CONTENT
========================================= */

.product-content {
    padding-top: 16px;
}

.product-category {
    display: block;

    margin-bottom: 6px;

    color: #999;

    font-size: 10px;
    font-weight: 500;

    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.product-name {
    margin: 0 0 8px;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.product-name a {
    color: #222;
    text-decoration: none;

    transition: color 0.2s ease;
}

.product-name a:hover {
    color: #777;
}


/* =========================================
   PRICE
========================================= */

.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-old {
    color: #aaa;

    font-size: 13px;

    text-decoration: line-through;
}

.price-current {
    color: #111;

    font-size: 14px;
    font-weight: 600;
}


/* =========================================
   PAGINATION
========================================= */

.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    margin-top: 60px;
}

.shop-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    color: #555;

    font-size: 13px;

    text-decoration: none;

    transition: all 0.2s ease;
}

.shop-pagination a:hover,
.shop-pagination a.active {
    background: #111;
    color: #fff;
}

.shop-pagination .pagination-prev,
.shop-pagination .pagination-next {
    font-size: 16px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .shop-header {
        align-items: flex-start;
        flex-direction: column;

        gap: 15px;
    }

    .shop-sort {
        width: 100%;

        justify-content: space-between;
    }

    .shop-sort-select {
        flex: 1;
        width: auto;
    }

    .product-action {
        position: static;

        margin-top: 10px;

        transform: none;
        opacity: 1;
    }

    .product-action a {
        background: #111;
        color: #fff;
    }

    .shop-pagination {
        margin-top: 45px;
    }
}

/* -- */
.shop-categories {
    position: relative;
}

.category-item {
    text-align: center;
}

.category-item a {
    display: block;
    color: #222;
    text-decoration: none;
}

.category-image {
    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f5f5f5;
    border-radius: 50%;

    margin-bottom: 14px;
}

.category-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .4s ease;
}

.category-item:hover .category-image img {
    transform: scale(1.08);
}

.category-item h6 {
    margin: 0;

    font-size: 13px;
    font-weight: 500;
}


/* Owl Navigation */

.category-carousel .owl-nav {
    margin: 0;
}

.category-carousel .owl-nav button.owl-prev,
.category-carousel .owl-nav button.owl-next {
    position: absolute;

    top: 50%;
    transform: translateY(-70%);

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: #fff !important;

    color: #222 !important;

    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);

    font-size: 20px !important;

    transition: .2s ease;
}

.category-carousel .owl-nav button.owl-prev {
    left: -18px;
}

.category-carousel .owl-nav button.owl-next {
    right: -18px;
}

.category-carousel .owl-nav button:hover {
    background: #111 !important;
    color: #fff !important;
}


/* Remove dots */

.category-carousel .owl-dots {
    display: none;
}