:root{
  --fca-gold:#c89a32;
  --fca-text:#121212;
  --fca-muted:#7c7c7c;
  --fca-line:#e9e9e9;
  --fca-soft:#fafafa;
  --fca-radius:12px;
}

.fca-archive{background:#fff;color:var(--fca-text);font-family:inherit;padding:28px 0 60px;direction:rtl}
.fca-shell{width:min(1400px,calc(100% - 48px));margin:0 auto}
.fca-toolbar{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:34px}
.fca-toolbar-controls{display:flex;align-items:center;gap:14px;margin-inline-start:auto}
.fca-sort-form{direction:rtl}
.fca-sort-form select,.fca-sort-block select{min-width:190px;height:52px;padding:0 18px;border:1px solid var(--fca-line);border-radius:9px;background:#fff;color:#171717;font-weight:700;outline:none}
.fca-view-switch{display:flex;gap:10px;margin:0}
.fca-view-btn{width:48px;height:48px;border:1px solid #f0f0f0;background:#fafafa;border-radius:9px;display:grid;place-items:center;cursor:pointer;transition:.2s}
.fca-view-btn svg{width:22px;height:22px;fill:#222}.fca-view-btn.is-active svg{fill:var(--fca-gold)}
.fca-result-count{font-size:18px;font-weight:800;text-align:right}
.fca-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:64px;align-items:start}
.fca-sidebar{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:18px}
.fca-products{grid-column:2;grid-row:1}
.fca-panel{border:1px solid var(--fca-line);border-radius:10px;background:#fff;padding:24px 24px 22px;box-shadow:0 1px 0 rgba(0,0,0,.01)}
.fca-panel h2{font-size:18px;margin:0 0 24px;font-weight:900}.fca-panel h3{font-size:16px;margin:0 0 24px;font-weight:800}
.fca-panel-title-row{display:flex;align-items:center;justify-content:space-between}.fca-panel-title-row h2{margin:0}.fca-minus{font-size:22px;color:#999}
.fca-current-category{position:relative;display:block;margin-top:24px;padding:5px 18px 5px 4px;color:#111;text-decoration:none;font-weight:700}.fca-current-category:before{content:"";position:absolute;right:-24px;top:0;bottom:0;width:4px;background:var(--fca-gold);border-radius:4px}
.fca-child-cats{display:flex;flex-direction:column;margin-top:14px;gap:10px}.fca-child-cats a{color:#555;text-decoration:none;font-size:14px}
.fca-filter-panel{padding-top:28px}.fca-filter-panel>h2{font-size:19px}.fca-filter-panel>h3{margin-top:8px}
.fca-range-wrap{position:relative;height:34px;margin:5px 8px 0}.fca-range-track{position:absolute;left:0;right:0;top:15px;height:5px;background:var(--fca-gold);border-radius:999px}
.fca-range{position:absolute;inset:0;width:100%;height:34px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none;margin:0}
.fca-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:4px solid var(--fca-gold);pointer-events:auto;cursor:pointer;box-shadow:0 0 0 1px rgba(0,0,0,.03)}
.fca-range::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#fff;border:4px solid var(--fca-gold);pointer-events:auto;cursor:pointer}
.fca-range::-webkit-slider-runnable-track{background:transparent;border:none}.fca-range::-moz-range-track{background:transparent;border:none}
.fca-price-labels{display:flex;justify-content:space-between;direction:ltr;margin-top:8px;color:#666;font-size:12px}.fca-price-labels span{direction:rtl}.fca-price-labels b{font-weight:500}
.fca-filter-submit{width:100%;margin-top:18px;height:44px;border:none;border-radius:8px;background:#111;color:#fff;font-weight:800;cursor:pointer}
.fca-sort-block{border-top:1px solid #f0f0f0;margin-top:28px;padding-top:25px}.fca-sort-block h3{font-size:17px;margin-bottom:16px}.fca-sort-block select{width:100%}
.fca-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.fca-product-card{border:1px solid #eee;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.055);transition:transform .2s,box-shadow .2s}
.fca-product-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.08)}
.fca-card-media{position:relative;background:#f6f4f1;aspect-ratio:1/1;overflow:hidden}.fca-product-image{display:block;width:100%;height:100%}.fca-product-image img{width:100%;height:100%;object-fit:cover;margin:0}
.fca-heart{position:absolute;top:15px;left:15px;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,.88);display:grid;place-items:center;cursor:pointer;box-shadow:0 1px 6px rgba(0,0,0,.06)}
.fca-heart svg{width:22px;height:22px;fill:none;stroke:#252525;stroke-width:1.8}.fca-heart.is-active svg{fill:var(--fca-gold);stroke:var(--fca-gold)}
.fca-card-body{text-align:center;padding:22px 22px 20px}.fca-product-title{font-size:17px;line-height:1.7;margin:0 0 10px;font-weight:900}.fca-product-title a{color:#111;text-decoration:none}
.fca-product-excerpt{min-height:43px;color:#8b8b8b;font-size:13px;line-height:1.8;margin-bottom:22px}.fca-product-price{font-size:19px;font-weight:800;color:var(--fca-gold);margin-bottom:18px}.fca-product-price del{font-size:13px;color:#999;margin-left:8px}.fca-product-price ins{text-decoration:none}
.fca-add-to-cart-wrap .button,.fca-add-to-cart-wrap a.button{width:100%;min-height:50px;display:flex!important;align-items:center;justify-content:center!important;background:#111!important;color:#fff!important;border-radius:8px!important;padding:12px 18px!important;font-size:14px!important;font-weight:800!important;border:none!important;text-decoration:none!important;box-shadow:none!important}
.fca-add-to-cart-wrap .button:before{content:"";width:18px;height:18px;margin-left:9px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E")}
.fca-add-to-cart-wrap .added_to_cart{display:block;margin-top:10px;color:var(--fca-gold);text-decoration:none;font-size:13px}
.fca-pagination{display:flex;justify-content:center;margin-top:48px}.fca-pagination ul{list-style:none;display:flex;align-items:center;gap:10px;margin:0;padding:0}.fca-pagination a,.fca-pagination span{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;text-decoration:none;color:#222}.fca-pagination .current{background:var(--fca-gold);color:#fff}.fca-pagination .prev,.fca-pagination .next{font-size:24px}
.fca-empty{padding:40px;text-align:center;border:1px dashed #ddd;border-radius:12px;color:#777}
.fca-product-grid[data-products-view="list"]{grid-template-columns:1fr}.fca-product-grid[data-products-view="list"] .fca-product-card{display:grid;grid-template-columns:280px 1fr}.fca-product-grid[data-products-view="list"] .fca-card-media{aspect-ratio:auto;min-height:280px}.fca-product-grid[data-products-view="list"] .fca-card-body{display:flex;flex-direction:column;justify-content:center;text-align:right;padding:30px}.fca-product-grid[data-products-view="list"] .fca-product-excerpt{min-height:0}

@media (max-width:1200px){.fca-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fca-layout{gap:36px;grid-template-columns:290px minmax(0,1fr)}}
@media (max-width:900px){.fca-shell{width:min(100% - 28px,760px)}.fca-toolbar{flex-direction:column;align-items:stretch;gap:14px}.fca-result-count{text-align:right}.fca-toolbar-controls{justify-content:space-between;flex-wrap:wrap;margin-inline-start:0}.fca-layout{display:flex;flex-direction:column}.fca-sidebar{width:100%;order:1}.fca-products{width:100%;order:2}.fca-sidebar{display:grid;grid-template-columns:1fr 1fr}.fca-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.fca-archive{padding-top:18px}.fca-shell{width:calc(100% - 20px)}.fca-toolbar{margin-bottom:22px}.fca-toolbar-controls{justify-content:flex-start}.fca-sort-form select{min-width:155px;height:46px}.fca-view-btn{width:44px;height:44px}.fca-sidebar{display:flex}.fca-product-grid{grid-template-columns:1fr}.fca-product-grid[data-products-view="list"] .fca-product-card{grid-template-columns:1fr}.fca-product-grid[data-products-view="list"] .fca-card-media{min-height:0;aspect-ratio:1/1}.fca-product-grid[data-products-view="list"] .fca-card-body{text-align:center;padding:22px}.fca-panel{padding:20px}.fca-result-count{font-size:16px}}

/* v1.1.1 - Force sidebar headings and filter labels to the right in RTL */
.fca-sidebar,
.fca-panel,
.fca-category-panel,
.fca-filter-panel {
  text-align: right;
}

.fca-panel h2,
.fca-panel h3,
.fca-filter-panel > h2,
.fca-filter-panel > h3,
.fca-sort-block h3 {
  width: 100%;
  text-align: right !important;
  direction: rtl;
}

.fca-panel-title-row {
  direction: rtl;
  text-align: right;
}

.fca-panel-title-row h2 {
  text-align: right !important;
}


/* v1.1.2 - Place the entire sidebar column on the right side in RTL shop/category archives */


/* v1.2.0 - toolbar updated: product count on right, top sorting and view controls on the left; removed duplicate sidebar sorting block */

/* FotoCity Commerce v1.6 — Elementor archive integration */
.fca-layout--no-sidebar{grid-template-columns:minmax(0,1fr)!important}
.fca-layout--no-sidebar .fca-products{grid-column:1!important;width:100%}
.fca-view-btn i,.fca-heart i{display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:inherit}
.fca-view-btn .elementor-icon,.fca-heart .elementor-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;font-size:inherit}
.fca-view-btn svg,.fca-heart svg{display:block}
.elementor-widget-fotocity-shop-archive{width:100%}
.fc-elementor-shop_archive{width:100%}
.fc-elementor-shop_archive>.elementor>.e-con,
.fc-elementor-shop_archive>.elementor>.elementor-element{width:100%!important;max-width:none!important;padding:0!important;margin:0!important;display:block!important}
.fc-elementor-shop_archive .elementor-widget-fotocity-shop-archive{width:100%!important;margin:0!important}
@media(max-width:900px){.fca-layout--no-sidebar{display:block!important}.fca-layout--no-sidebar .fca-products{width:100%!important}}
