/* ============================================================
   Archive: plant_card  —  arc-* component styles
   Scoped to .post-type-archive-plant_card (auto-added by WP)
   ============================================================ */

/* ── Page wrapper ── */
.post-type-archive-plant_card .arc-page {
    min-width: 1440px;
}

/* ============================================================
   HERO
   ============================================================ */
.post-type-archive-plant_card .arc-hero {
    position: relative;
    width: 1440px;
    height: 458px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-type-archive-plant_card .arc-hero__img {
    position: absolute;
    top: 49px;
    width: 480px;
    height: 280px;
    background: #E7E8E4;
    overflow: hidden;
}

.post-type-archive-plant_card .arc-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-type-archive-plant_card .arc-hero__img--left  { left: 0; }
.post-type-archive-plant_card .arc-hero__img--right { right: 0; }

.post-type-archive-plant_card .arc-hero__title {
    position: absolute;
    left: 377px;
    top: 138px;
    width: 621px;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
}

.post-type-archive-plant_card .arc-hero__desc {
    position: absolute;
    left: 380px;
    top: 225px;
    width: 620px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

/* ============================================================
   CATEGORY TABS
   ============================================================ */
.post-type-archive-plant_card .arc-tabs {
    display: flex;
    align-items: center;
    gap: 257px;
    padding: 0 140px;
    height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.post-type-archive-plant_card .arc-tab {
    font-size: 20px;
    font-weight: 500;
    color: #676a68;
    line-height: 30px;
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    transition: color .15s;
}

.post-type-archive-plant_card .arc-tab:hover { color: #000; }

.post-type-archive-plant_card .arc-tab--active {
    color: #000;
    border-bottom-color: #000;
}

/* ============================================================
   SEARCH + SORT ROW
   ============================================================ */
.post-type-archive-plant_card .arc-search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 140px;
    margin-top: 22px;
    height: 40px;
}

.post-type-archive-plant_card .arc-search {
    position: relative;
    width: 400px;
    height: 40px;
}

.post-type-archive-plant_card .arc-search__input {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    line-height: 20px;
    padding: 0 40px 0 20px;
    outline: none;
    font-family: 'Jost', sans-serif;
    transition: border-color .15s;
}
.post-type-archive-plant_card .arc-search__input::placeholder { color: #676a68; }
.post-type-archive-plant_card .arc-search__input:focus { border-color: rgba(0, 0, 0, .4); }

.post-type-archive-plant_card .arc-search__btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-type-archive-plant_card .arc-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-type-archive-plant_card .arc-sort__label {
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    line-height: 20px;
}

.post-type-archive-plant_card .arc-sort__select {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 220px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0 18px;
    position: relative;
}

.post-type-archive-plant_card .arc-sort__select select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
}

.post-type-archive-plant_card .arc-sort__select svg {
    pointer-events: none;
    flex-shrink: 0;
}

.post-type-archive-plant_card .arc-sort__select::before {
    content: attr(data-label);
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================================
   MAIN CONTENT: FILTER + GRID
   ============================================================ */
.post-type-archive-plant_card .arc-main {
    display: flex;
    align-items: flex-start;
    padding: 55px 140px 80px;
    gap: 46px;
}

/* ============================================================
   FILTER SIDEBAR
   ============================================================ */
.post-type-archive-plant_card .arc-filter {
    width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.post-type-archive-plant_card .arc-filter__group {
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
}

.post-type-archive-plant_card .arc-filter__group:last-child { margin-bottom: 0; }

.post-type-archive-plant_card .arc-filter__title {
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    line-height: 20px;
    margin-bottom: 9px;
}

.post-type-archive-plant_card .arc-filter__item {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    margin-top: 10px;
}

.post-type-archive-plant_card .arc-filter__item:first-of-type { margin-top: 0; }

.post-type-archive-plant_card .arc-filter__item input[type="radio"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    cursor: pointer;
    accent-color: #00862C;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    background: #fff;
    transition: border-color .15s, background .15s;
    position: relative;
    flex-shrink: 0;
}

.post-type-archive-plant_card .arc-filter__item input[type="radio"]:checked {
    border-color: #00862C;
    background: #00862C;
}

.post-type-archive-plant_card .arc-filter__item input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.post-type-archive-plant_card .arc-filter__item span {
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    line-height: 16px;
}

.post-type-archive-plant_card .arc-filter__reset {
    margin-top: 16px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #676a68;
    cursor: pointer;
    padding: 6px 14px;
    transition: border-color .15s, color .15s;
    align-self: flex-start;
}

.post-type-archive-plant_card .arc-filter__reset:hover {
    border-color: #000;
    color: #000;
}

/* ============================================================
   PRODUCT GRID
   ============================================================ */
.post-type-archive-plant_card .arc-grid {
    display: grid;
    grid-template-columns: repeat(3, 240px);
    column-gap: 67px;
    row-gap: 50px;
    align-content: start;
    flex: 1;
}

.post-type-archive-plant_card .arc-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.post-type-archive-plant_card .arc-card__cover {
    position: relative;
    width: 240px;
    height: 340px;
    background: #E7E8E4;
    overflow: hidden;
    flex-shrink: 0;
}

.post-type-archive-plant_card .arc-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s;
}

.post-type-archive-plant_card .arc-card:hover .arc-card__cover img {
    transform: scale(1.03);
}

.post-type-archive-plant_card .arc-card__fav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.post-type-archive-plant_card .arc-card__name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    margin-top: 24px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-type-archive-plant_card .arc-card__price {
    font-size: 18px;
    font-weight: 600;
    color: #00862C;
    line-height: 20px;
    margin-top: 8px;
}

.post-type-archive-plant_card .arc-card__desc {
    font-size: 14px;
    font-weight: 400;
    color: #575856;
    line-height: 16px;
    margin-top: 13px;
    height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ── No results ── */
.post-type-archive-plant_card .arc-empty {
    grid-column: 1 / -1;
    font-size: 16px;
    color: #676a68;
    padding: 40px 0;
}

/* ============================================================
   PAGINATION
   ============================================================ */
.post-type-archive-plant_card .arc-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 140px 60px;
}

.post-type-archive-plant_card .arc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #676a68;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color .15s, color .15s;
}

.post-type-archive-plant_card .arc-pagination .page-numbers:hover {
    border-color: rgba(0, 0, 0, .2);
    color: #000;
}

.post-type-archive-plant_card .arc-pagination .page-numbers.current {
    border-color: #000;
    color: #000;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.post-type-archive-plant_card .arc-cta {
    position: relative;
    width: 1440px;
    min-height: 800px;
    background-image: url('images/plant_cta_bg.jpg');
    background-size: cover;
    background-position: center top;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.post-type-archive-plant_card .arc-cta__inner {
    padding: 96px 140px 100px;
}

.post-type-archive-plant_card .arc-cta__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px;
}

.post-type-archive-plant_card .arc-btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    background: #00862C;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s;
}
.post-type-archive-plant_card .arc-btn-call:hover { background: #006220; }

.post-type-archive-plant_card .arc-cta__chat-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 42px;
    margin-bottom: 4px;
}

.post-type-archive-plant_card .arc-cta__chat-sub {
    font-size: 14px;
    font-weight: 400;
    color: #575856;
    line-height: 20px;
    margin-bottom: 10px;
}

.post-type-archive-plant_card .arc-cta__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-type-archive-plant_card .arc-btn-chat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 24px;
    padding: 0 8px;
    /* border: 1px solid #000; */
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    transition: background .15s;
}
.post-type-archive-plant_card .arc-btn-chat:hover { background: rgba(255, 255, 255, .5); }
.post-type-archive-plant_card .arc-btn-chat img { width: 20px; height: 20px; object-fit: contain; }

/* ── Favorites heart — active state ── */
.post-type-archive-plant_card .arc-card__fav--active path {
    fill: #fff;
    stroke: #fff;
}
