
/* Dooger v1.5.6 - furniture shop */
body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag {
    background: #faf9f7;
}

.dooger-shop-page {
    min-height: 70vh;
    padding: 145px 20px 80px;
}

.dooger-shop-container {
    width: min(1240px, 100%);
    margin: 0 auto;
}

.dooger-shop-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 38px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5ddd2;
}

.dooger-eyebrow {
    margin: 0 0 7px;
    color: #a17b3f;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 600;
}

.dooger-shop-title {
    margin: 0;
    color: #28231e;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.35;
    font-weight: 700;
}

.dooger-shop-description {
    max-width: 720px;
    margin-top: 10px;
    color: #6d665e;
    font-size: 14px;
    line-height: 2;
}

.dooger-shop-tools {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    color: #71695f;
    font-size: 12px;
}

.dooger-shop-tools .woocommerce-result-count {
    margin: 0;
}

.dooger-shop-tools .woocommerce-ordering {
    margin: 0;
}

.dooger-shop-tools .orderby {
    min-width: 190px;
    padding: 10px 13px;
    border: 1px solid #ded5c9;
    border-radius: 9px;
    background: #fff;
    color: #423b34;
    outline: none;
}

.dooger-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 22px;
    margin: 0;
}

.dooger-product-card {
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: auto !important;
    list-style: none;
    background: transparent;
}

.dooger-product-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1.08;
    border-radius: 16px;
    background: #eee9df;
}

.dooger-product-card-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    transition: transform .55s ease;
}

.dooger-product-card:hover .dooger-product-card-image img {
    transform: scale(1.035);
}

.dooger-product-badge {
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 13px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #b08a45;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

.dooger-product-view {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 10px 12px;
    border-radius: 9px;
    background: rgba(34, 29, 24, .86);
    color: #fff;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    transform: translateY(8px);
    transition: all .25s ease;
}

.dooger-product-card:hover .dooger-product-view {
    opacity: 1;
    transform: translateY(0);
}

.dooger-product-card-body {
    padding: 15px 3px 0;
}

.dooger-product-category {
    display: block;
    margin-bottom: 6px;
    color: #a17b3f;
    font-size: 10px;
}

.dooger-product-card-title {
    margin: 0;
    min-height: 50px;
    color: #2e2924;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

.dooger-product-card-title a {
    color: inherit;
    text-decoration: none;
}

.dooger-product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}

.dooger-product-card-price {
    color: #8b6a2f;
    font-size: 15px;
    font-weight: 800;
}

.dooger-product-card-price del {
    margin-left: 7px;
    color: #a59c91;
    font-size: 11px;
    font-weight: 400;
}

.dooger-product-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #d9d0c4;
    border-radius: 50%;
    color: #40382f;
    transition: all .2s ease;
}

.dooger-product-card-link:hover {
    background: #b08a45;
    border-color: #b08a45;
    color: #fff;
}

.dooger-product-card-link span {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.dooger-shop-pagination {
    margin-top: 55px;
    text-align: center;
}

.dooger-shop-pagination ul.page-numbers {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    padding: 0 !important;
}

.dooger-shop-pagination .page-numbers li {
    margin: 0 !important;
}

.dooger-shop-pagination .page-numbers a,
.dooger-shop-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ded5c9;
    border-radius: 8px;
    background: #fff;
    color: #4a433b;
}

.dooger-shop-pagination .page-numbers .current {
    background: #b08a45;
    border-color: #b08a45;
    color: #fff;
}

.dooger-empty-shop {
    padding: 90px 20px;
    text-align: center;
    border: 1px dashed #ded5c9;
    border-radius: 16px;
    color: #70685f;
}
.dooger-empty-shop h2 {
    margin: 0 0 8px;
    color: #302a24;
    font-size: 24px;
}
.dooger-empty-shop p {
    margin: 0;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .dooger-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .dooger-shop-header {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .dooger-shop-page {
        padding: 105px 14px 55px;
    }
    .dooger-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 13px;
    }
    .dooger-shop-tools {
        width: 100%;
        justify-content: space-between;
    }
    .dooger-shop-tools .orderby {
        min-width: 160px;
    }
    .dooger-product-card-title {
        font-size: 14px;
        min-height: 46px;
    }
    .dooger-product-card-price {
        font-size: 13px;
    }
    .dooger-product-view {
        display: none;
    }
}

@media (max-width: 430px) {
    .dooger-shop-tools {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }
    .dooger-shop-tools .orderby {
        width: 100%;
    }
}
