@charset "utf-8";

#sitecontainer_bundles {
padding:30px 20px 50px 20px;
font-family: 'Roboto Slab', sans-serif;
}

.breadcrumbs {
margin-bottom: 20px; font-size: 1em; color: #666;
}
.breadcrumbs a {
color:#666; text-decoration: none;
font-weight: 200;
}
.breadcrumbs span {
       color: #3f373d;
    font-weight: 350;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 0;
    background-color: #f7f5f2;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: rgb(192 192 192 / 45%) 0px 25px 20px -20px;
}

.page-header h1 {
    font-size: 2.5rem;
    color:#7a6548;
    font-weight: 300;
    margin: 0 0 30px 0;
}

        .page-header p {
            font-size: 1.1rem;
            color: #666;
            max-width: 600px;
            font-weight: 200;
            margin: 0 auto;
        }

.subcat-card {
background: #eeebed; padding: 30px 20px; border-radius: 8px; text-decoration: none; color: #333; border: 1px solid #eee; transition: all 0.3s ease;
box-shadow: rgb(205 205 205 / 60%) 0px 25px 20px -20px
}

.subcat-card h3 {margin: 0 0 10px 0; font-size: 1.2em; font-weight: 300;}

.subcat-card p {margin: 0; font-size: 0.9em; color: #666; font-weight: 200;}

.tag-groups {
    margin-top: 40px; border-top: 1px solid #eee; padding-top: 10px;
}
.tag-groups2 {
    margin-top: 40px;
}

.tag-filters {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }

        .tag-btn {
            background-color: #fff;
            color: #333;
            border: 1px solid #ddd;
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 200;
            font-family: 'Roboto Slab', sans-serif;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .tag-btn:hover:not(.disabled) {
            border-color: #111;
        }

        .tag-btn.active {
            background-color: #877171;
            color: #fff;
            border-color: #877171
        }

        .tag-btn.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            background-color: #f1f1f1;
            border-color: #eee;
            color: #999;
        }

        /* Active Filter Readout */
        .filter-status-container {
            text-align: center;
            margin-bottom: 40px;
            display: none; /* Hidden by default until a tag is clicked */
        }

        .filter-status-text {
            margin: 0;
            color: #555;
            font-size: 1.05rem;
            font-weight: 100;
        }
        .filter-status-text strong{
            font-weight: 300;
        }

        .clear-filters-btn {
     background: none;
    border: none;
    color: #b0374d;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    cursor: pointer;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 200;
    font-family: 'Roboto Slab', sans-serif;
    padding: 5px;
        }

    .clear-filters-btn:hover {
    color: #bc3b53;
    }
        .bundle-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
            align-items: start;
        }

        /* Product Card Styles */
        .bundle-card {
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            transition: transform 0.2s ease;
            display: flex;
            flex-direction: column;
        }

        .bundle-card:hover {
            transform: translateY(-5px);
        }

       .bundle-image {
            width: 100%;
            aspect-ratio: 1 / 1; 
            background-color: #eaeaea;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            font-size: 0.9rem;
            overflow: hidden;
        }

        .bundle-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .bundle-details {
            padding: 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        a.bundle_titleanch:hover {
           color:#666 !important
        }

        .bundle-title {
            font-size: 1.15rem;
            margin: 0 0 10px 0;
            font-weight:350;
            color: #222;
        }

        .contents-label {
          margin-bottom: 15px;
          font-size: 0.9rem;
          cursor:pointer
        }
         .contents-label strong{
         color:#1e1e1e; font-weight:350
        }

        .contents-list {
            font-size: 0.85rem;
            color: #282828;
            margin-bottom: 15px;
            flex-grow: 1;
            font-weight: 150;
        }

        .contents-list strong{
            font-weight: 300;
        }

        .bundle-pricing {
            margin-bottom: 15px;
        }

        .view-bundle-product{
    display: block; 
    text-align: center; 
    text-decoration: none;
    box-sizing: border-box; 
     width: 100%;
    padding: 12px;
    background-color: #f2f2f2;
    color: #2c2b2b;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Roboto Slab';
    font-weight: 300;
    transition: background-color 0.2s;
        }

        .view-bundle-product:hover {
            background-color: #e0e0e0;
        }


        .bundle-pricing {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.value-anchor {
    font-size: 0.85rem;
    color: #404040;
    font-weight:100;
    letter-spacing: 0.5px;
}

.value-anchor strong{
    font-weight: 300;
    color:#1a1515
}

.price-row {
    display: flex;
    align-items: center;
}

.savings-badge {
    display: inline-block;
    align-self: flex-start;
    background-color: #eceff4;
    color: #1f1f1f;
    font-size: 0.75rem;
    font-weight: 200;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 5px;
}

.bs_price {
        font-size: 21px;
    font-weight: 300;
    font-family: 'Roboto Slab';
    color: #000;
}

.saleicn {
        display: inline-block;
    font-size: 9px;
    padding: 4px 8px;
    margin-right: 5px;
    background-color: #df7f80;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    position: relative;
    top: -2px;
}

.old_price {
    text-decoration: line-through;
    text-decoration-color: #b36869;
    font-size: 14px;
}


@media (max-width: 700px) {
.page-header h1 {
    font-size: 2rem;
    margin: 0 0 10px 0;
}
.subcat-card {
    padding: 20px 10px;
}

}

@media (max-width: 630px) {
.filter-status-container {
margin-bottom:20px
}

.bundle-title {
    font-size:1rem
}

  .bundle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    align-items: start;
}

}

@media (min-width: 400px) and (max-width: 530px) {
    .bundle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    align-items: start;
}
}

@media (max-width: 500px) {
.page-header h1 {
    font-size: 1.7rem;
}

.page-header {
    margin-bottom: 20px;
}

.tag-btn{
    padding: 8px 8px;
    font-size: 0.88rem;
}

.view-bundle-product {
    padding: 10px;
    font-size: 0.9rem;

}

}