.elementor-470 .elementor-element.elementor-element-11e2b21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-470 .elementor-element.elementor-element-11e2b21:not(.elementor-motion-effects-element-type-background), .elementor-470 .elementor-element.elementor-element-11e2b21 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF9;}.elementor-470 .elementor-element.elementor-element-26202f1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for shortcode, class: .elementor-element-26202f1 */@import url('https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700;800&display=swap');

/* WRAPPER */
.shop-v12-wrapper { font-family: 'Ysabeau', sans-serif; background: #fffef9; min-height: 100vh; }

/* HERO */
.shop-hero-v12 {
    position: relative; height: 220px; background-size: cover; background-position: center;
    background-color: #222; display: flex; align-items: center; justify-content: center;
}
.hero-ov { position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.shop-hero-v12 h1 { position: relative; color: #fff; font-size: 36px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin: 0; }

/* MAIN CONTAINER */
.shop-main-container { display: flex; gap: 40px; max-width: 1250px; margin: 0 auto; padding: 50px 20px; position: relative; }

/* --- SIDEBAR --- */
.shop-sidebar-v12 {
    width: 250px; flex-shrink: 0; background: #fff; padding: 25px;
    border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid #f0f0f0;
    align-self: flex-start; position: sticky; top: 100px;
}
.sb-grp { margin-bottom: 25px; border-bottom: 1px solid #f9f9f9; padding-bottom: 20px; }
.sb-grp:last-child { border: none; }
.sb-title {
    font-size: 11px; font-weight: 800; text-transform: uppercase; color: #000;
    margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; letter-spacing: 0.5px;
}
.rst { color: #ccc; transition: 0.3s; } .rst:hover { color: #bc2d3c; }

/* Search & Inputs */
.sb-search { display: flex; align-items: center; background: #fcfcfc; border: 1px solid #eee; padding: 8px 10px; border-radius: 4px; }
.sb-search input { border: none; background: transparent; width: 100%; font-family: 'Ysabeau'; font-size: 13px; outline: none; margin-left: 8px; color: #333; font-weight: 600; }

.sb-range { margin-bottom: 10px; }
.rng-lbl { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: #444; margin-bottom: 2px; }
.rng-lbl b { color: #bc2d3c; }
input[type=range] { -webkit-appearance: none; width: 100%; height: 3px; background: #e0e0e0; border-radius: 2px; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height: 14px; width: 14px; background: #000; border-radius: 50%; cursor: pointer; }

/* Checkboxes */
.sb-checks { display: flex; flex-direction: column; gap: 6px; }
.sb-chk-row { display: block; cursor: pointer; position: relative; }
.sb-chk-row input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.sb-chk-visual { display: flex; align-items: center; padding: 10px; border-radius: 4px; border: 1px solid transparent; transition: 0.2s; }
.sb-chk-row:hover .sb-chk-visual { background: #f9f9f9; border-color: #eee; }
.sb-chk-row input:checked + .sb-chk-visual { background: #f5f5f5; border-color: #000; }
.sb-chk-row input:checked + .sb-chk-visual .chk-txt { font-weight: 800; color: #000; }
.chk-ico svg { width: 18px; height: 18px; margin-right: 10px; }
.chk-txt { font-size: 13px; color: #444; font-weight: 600; } /* Darker text */

.sb-btn { width: 100%; background: #000; color: #fff; padding: 12px; font-weight: 800; border: none; border-radius: 4px; cursor: pointer; text-transform: uppercase; transition: 0.3s; }
.sb-btn:hover { background: #946737; }

/* --- GRID --- */
.shop-content-area { flex-grow: 1; }
.mob-filter-btn { display: none; width: 100%; background: #000; color: #fff; padding: 12px; font-weight: 800; text-transform: uppercase; margin-bottom: 20px; border: none; border-radius: 4px; }
.products-grid-v12 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

/* --- CARD --- */
.shop-card-v12 {
    background: #fff; border-radius: 10px; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04); border: 1px solid #f5f5f5;
    transition: transform 0.3s;
}
.shop-card-v12:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }

.card-img { width: 100%; aspect-ratio: 1/1; position: relative; display: block; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.shop-card-v12:hover .card-img img { transform: scale(1.08); }
.cat-tag { position: absolute; top: 10px; left: 10px; background: #fff; color: #000; font-size: 10px; font-weight: 800; padding: 4px 8px; border-radius: 3px; text-transform: uppercase; }

.card-data { padding: 18px; display: flex; flex-direction: column; flex-grow: 1; }

.cd-top { margin-bottom: 12px; }
.cd-title {
    display: block; font-size: 16px; font-weight: 800; color: #000;
    text-decoration: none; text-transform: uppercase; line-height: 1.2; margin-bottom: 4px;
}
/* Weight Badge - High Contrast */
.wt-badge {
    font-size: 11px; background: #f0f0f0; color: #333; padding: 3px 8px; border-radius: 4px; font-weight: 700;
}

/* --- INFO BOX (High Visibility) --- */
.card-info-box {
    background: #fafafa; border: 1px solid #e5e5e5; border-radius: 6px; padding: 10px;
    margin-bottom: 15px; display: flex; flex-direction: column; gap: 8px;
}
.card-info-box.empty { padding: 0; border: none; background: transparent; height: 10px; }

/* Labels are darker */
.ib-lbl { font-size: 10px; font-weight: 800; color: #666; text-transform: uppercase; display: block; margin-bottom: 4px; letter-spacing: 0.5px; }

.info-split { display: flex; justify-content: space-between; align-items: center; }
.f-list { width: 65%; display: flex; flex-direction: column; gap: 3px; }

/* Text is much darker */
.f-row { font-size: 11px; color: #333; display: flex; align-items: center; font-weight: 600; }
.f-row.dim { color: #999; } /* Dim is not invisible */
.dot { width: 6px; height: 6px; border-radius: 50%; margin-right: 6px; background: #ddd; }
.f-row b { margin-left: auto; color: #000; font-weight: 800; }

.chart-wrap { width: 45px; height: 45px; flex-shrink: 0; }
.chart-wrap svg { transform: rotate(-90deg); width: 100%; height: 100%; }

/* Ideal Rows */
.ideal-row { display: flex; flex-wrap: wrap; gap: 5px; }
.i-pill {
    font-size: 10px; background: #fff; border: 1px solid #ccc;
    padding: 3px 8px; border-radius: 4px; color: #222;
    display: flex; align-items: center; gap: 4px; font-weight: 700;
}
.i-pill svg { width: 11px; height: 11px; }

.mb-2 { margin-bottom: 2px; }
.pt-2 { padding-top: 8px; }
.border-top { border-top: 1px dashed #ccc; }

/* Footer */
.cd-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 10px; border-top: 1px solid #eee; }
.cd-price { font-family: 'Helvetica', Arial, sans-serif; font-size: 18px; font-weight: 700; color: #000; }
.pf { font-family: 'Ysabeau'; font-size: 10px; color: #666; margin-right: 2px; font-weight: 600; text-transform: uppercase; }
.cd-price .woocommerce-Price-amount { color: #bc2d3c; }

.cd-btn { background: #000; color: #fff; font-size: 11px; font-weight: 800; padding: 10px 18px; border-radius: 4px; text-decoration: none; transition: 0.2s; }
.cd-btn:hover { background: #946737; }

/* Load More */
.lm-wrap { text-align: center; margin-top: 40px; }
#lmBtn { background: #fff; border: 2px solid #000; padding: 12px 30px; font-weight: 800; font-size: 11px; cursor: pointer; border-radius: 30px; transition: 0.2s; }
#lmBtn:hover { background: #000; color: #fff; }
.spinner { width: 20px; height: 20px; border: 2px solid #eee; border-top-color: #000; border-radius: 50%; animation: spin 1s infinite; display: inline-block; vertical-align: middle; }
@keyframes spin { 100% { transform: rotate(360deg); } }

/* Responsive */
@media (max-width: 1024px) { .products-grid-v12 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .shop-main-container { flex-direction: column; padding: 20px; gap: 20px; }
    .products-grid-v12 { grid-template-columns: 1fr; }
    .shop-sidebar-v12 { position: fixed; top: 0; left: -100%; height: 100vh; width: 90%; z-index: 9999; transition: left 0.3s; overflow-y: auto; }
    .shop-sidebar-v12.open { left: 0; }
    .mob-filter-btn { display: block; }
    .sb-head-mob { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-weight: 800; font-size: 18px; }
    .sb-head-mob button { background: none; border: none; font-size: 28px; }
}
@media (min-width: 769px) { .sb-head-mob, .mob-filter-btn { display: none; } }/* End custom CSS */