/* Nestor shop archive and product card. */
.nestor-one-product-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:clamp(2rem,5vw,5rem);align-items:center;margin:1rem 0 4rem;padding:clamp(1.5rem,4vw,3.5rem);border:1px solid rgba(var(--brand-rgb),.18);border-radius:2rem;background:linear-gradient(135deg,rgba(var(--brand-rgb),.1),rgba(2,6,23,.76));box-shadow:0 24px 80px rgba(0,0,0,.2)}
.nestor-one-product-hero__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem .8rem;border:1px solid rgba(var(--brand-rgb),.3);border-radius:999px;color:var(--brand-400);background:rgba(var(--brand-rgb),.08);font-size:.8rem;font-weight:700}
.nestor-one-product-hero__badge svg,.nestor-one-product-hero__action svg{width:1.1rem;height:1.1rem}
.nestor-one-product-hero h1{max-width:720px;color:#fff;font-size:clamp(2rem,4.5vw,4rem);font-weight:900;line-height:1.25}
.nestor-one-product-hero h1 em{color:var(--brand-400);font-style:normal}
.nestor-one-product-hero p{max-width:680px;margin-top:1rem;color:var(--text-secondary);font-size:clamp(.95rem,1.4vw,1.1rem);line-height:2}
.nestor-one-product-hero__action{display:inline-flex;align-items:center;gap:.65rem;margin-top:1.5rem;padding:.75rem 1.1rem;border-radius:.75rem;background:var(--brand-500);color:#02100b;font-weight:800;transition:transform .2s,box-shadow .2s}
.nestor-one-product-hero__action:hover{transform:translateY(-2px);box-shadow:0 0 24px rgba(var(--brand-rgb),.38)}
.nestor-one-product-hero__points{display:grid;gap:.75rem}
.nestor-one-product-hero__point{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.07);border-radius:1rem;background:rgba(2,6,23,.52)}
.nestor-one-product-hero__point>i{display:grid;place-items:center;flex:0 0 2.75rem;width:2.75rem;height:2.75rem;border-radius:.8rem;background:rgba(var(--brand-rgb),.12);color:var(--brand-400)}
.nestor-one-product-hero__point>i svg{width:1.35rem;height:1.35rem}
.nestor-one-product-hero__point div{display:flex;min-width:0;flex-direction:column;gap:.2rem}
.nestor-one-product-hero__point strong{color:#fff;font-size:.92rem}
.nestor-one-product-hero__point span{color:var(--text-secondary);font-size:.78rem;line-height:1.7}
.nestor-shop-header{align-items:flex-start}
.nestor-shop-toolbar{align-self:flex-start}
.nestor-products-grid{direction:rtl}
.nestor-products-grid--single{grid-template-columns:minmax(0,400px)!important;justify-content:center}
.woocommerce .nestor-product-media>a{position:relative;display:block;width:100%;height:100%}
.woocommerce .nestor-product-media .nestor-product-image{display:block;width:100%;height:100%;margin:0;object-fit:cover;object-position:center}
.woocommerce .nestor-product-media .nestor-product-placeholder{background:#020617}
.woocommerce .nestor-product-categories a{color:var(--brand-400)}
.woocommerce .nestor-product-price{min-width:0;text-align:right}
.woocommerce .nestor-product-price .price{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;margin:0;color:var(--brand-500);direction:rtl;line-height:1.55}
.woocommerce .nestor-product-price .price del,.woocommerce .nestor-product-price .price ins{display:block;direction:rtl;unicode-bidi:isolate}
.woocommerce .nestor-product-price .price del{color:var(--text-secondary);font-size:.78em;opacity:.72;text-decoration:none}
.woocommerce .nestor-product-price .price del .woocommerce-Price-amount{text-decoration:line-through;text-decoration-thickness:1px}
.woocommerce .nestor-product-price .price ins{color:var(--brand-400);font-weight:900;text-decoration:none}
.woocommerce .nestor-product-price .woocommerce-Price-amount,.woocommerce .nestor-product-price bdi{display:inline;direction:rtl;unicode-bidi:isolate}
.woocommerce a.button.nestor-loop-add-to-cart{display:flex!important;align-items:center!important;justify-content:center!important;width:2.75rem!important;height:2.75rem!important;min-width:2.75rem;padding:0!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:.75rem!important;background:var(--surface-dark)!important;color:#fff!important;box-shadow:none!important}
.woocommerce a.button.nestor-loop-add-to-cart:hover,.woocommerce a.button.nestor-loop-add-to-cart:focus{border-color:var(--brand-500)!important;background:var(--brand-600)!important;color:#fff!important;box-shadow:0 0 20px rgba(var(--brand-rgb),.3)!important}
.woocommerce a.button.nestor-loop-add-to-cart svg{width:1.25rem;height:1.25rem;stroke:currentColor}
@media (max-width:900px){.nestor-one-product-hero{grid-template-columns:1fr;margin-bottom:3rem}.nestor-one-product-hero__points{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.nestor-one-product-hero{padding:1.25rem;border-radius:1.25rem}.nestor-one-product-hero__points{grid-template-columns:1fr}.nestor-products-grid--single{grid-template-columns:minmax(0,1fr)!important}.woocommerce .nestor-product-price .price{font-size:1rem}}
