/* ─── YogaShanti Plugin CSS ─── */
*, *::before, *::after { box-sizing: border-box; }

/* ── SLIDER ── */
.ys-slider { position: relative; width: 100%; height: 420px; overflow: hidden; }
.ys-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.8s ease; }
.ys-slide.active { opacity: 1; }
.ys-slide-inner { text-align: center; color: #fff; padding: 2rem; }
.ys-emoji { font-size: 64px; margin-bottom: 12px; }
.ys-slide-inner h1 { font-size: 36px; font-weight: 600; margin-bottom: 12px; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.ys-slide-inner p  { font-size: 16px; opacity: 0.9; margin-bottom: 24px; }
.ys-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.2); border: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 24px; cursor: pointer; z-index: 5; transition: background 0.2s; }
.ys-arrow:hover { background: rgba(255,255,255,0.4); }
.ys-prev { left: 16px; }
.ys-next { right: 16px; }
.ys-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.ys-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: background 0.2s; }
.ys-dot.active { background: #a8d5a2; }

/* ── SECTIONS ── */
.ys-section { padding: 3rem 2rem; max-width: 1100px; margin: 0 auto; }
.ys-section h1 { font-size: 28px; font-weight: 600; margin-bottom: 6px; color: #1a2e1a; }
.ys-section h2 { font-size: 24px; font-weight: 600; text-align: center; margin-bottom: 6px; color: #1a2e1a; }
.ys-subtitle { color: #666; margin-bottom: 2rem; font-size: 15px; }
.ys-bg-light { background: #f4faf4; }
.ys-center { text-align: center; margin-top: 2rem; }

/* ── BUTTONS ── */
.ys-btn { display: inline-block; background: #4a7c4a; color: #fff; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-size: 14px; font-weight: 500; cursor: pointer; border: none; transition: background 0.2s; }
.ys-btn:hover { background: #3a6c3a; color: #fff; }
.ys-btn-outline { background: transparent; color: #4a7c4a; border: 1.5px solid #4a7c4a; }
.ys-btn-outline:hover { background: #4a7c4a; color: #fff; }
.ys-btn-sm { padding: 6px 14px; font-size: 13px; }

/* ── GRID ── */
.ys-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 1.5rem; }

/* ── FEATURES ── */
.ys-feature-card { background: #fff; border: 0.5px solid #d4edcf; border-radius: 12px; padding: 1.5rem; text-align: center; }
.ys-icon { font-size: 36px; margin-bottom: 12px; }
.ys-feature-card h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; color: #1a2e1a; }
.ys-feature-card p  { font-size: 14px; color: #555; }

/* ── GALLERY ── */
.ys-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; margin-top: 1.5rem; }
.ys-gallery-item { border-radius: 10px; overflow: hidden; cursor: pointer; position: relative; aspect-ratio: 1; }
.ys-gallery-img  { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 48px; transition: transform 0.3s; }
.ys-gallery-item:hover .ys-gallery-img { transform: scale(1.08); }
.ys-gallery-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(10,30,10,0.65); color: #d4edcf; font-size: 12px; padding: 8px; text-align: center; }

/* ── LIGHTBOX ── */
.ys-lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 9999; align-items: center; justify-content: center; }
.ys-lightbox-inner { background: #1a2e1a; border-radius: 12px; padding: 2rem; text-align: center; max-width: 400px; width: 90%; position: relative; }
.ys-lb-img { font-size: 100px; padding: 1rem; }
.ys-lb-label { color: #a8d5a2; font-size: 16px; margin-top: 8px; }
.ys-lb-close { position: absolute; top: 12px; right: 16px; font-size: 28px; color: #a8d5a2; cursor: pointer; }

/* ── BLOG ── */
.ys-blog-card { background: #fff; border: 0.5px solid #d4edcf; border-radius: 12px; overflow: hidden; }
.ys-blog-thumb { height: 100px; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.ys-blog-body  { padding: 14px; }
.ys-tag  { font-size: 11px; color: #4a7c4a; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.ys-blog-body h3 { font-size: 14px; font-weight: 600; margin-bottom: 6px; line-height: 1.4; }
.ys-blog-body h3 a { color: #1a2e1a; text-decoration: none; }
.ys-blog-body h3 a:hover { color: #4a7c4a; }
.ys-meta { font-size: 12px; color: #888; }

/* ── SHOP ── */
.ys-cart-bar { background: #1a2e1a; color: #a8d5a2; padding: 12px 20px; border-radius: 8px; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 8px; font-size: 14px; }
.ys-shop-card  { background: #fff; border: 0.5px solid #d4edcf; border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s; }
.ys-shop-card:hover { box-shadow: 0 4px 20px rgba(74,124,74,0.12); }
.ys-shop-img   { height: 110px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.ys-shop-body  { padding: 14px; }
.ys-cat-badge  { display: inline-block; background: #e1f5ee; color: #2d5a2d; font-size: 11px; padding: 3px 10px; border-radius: 4px; margin-bottom: 8px; font-weight: 500; }
.ys-shop-body h3 { font-size: 14px; font-weight: 600; margin-bottom: 6px; color: #1a2e1a; }
.ys-price  { font-size: 18px; font-weight: 700; color: #3a6c3a; margin-bottom: 6px; }
.ys-shop-body p { font-size: 13px; color: #666; margin-bottom: 12px; }
.ys-add-cart { width: 100%; background: #4a7c4a; color: #fff; border: none; padding: 10px; border-radius: 6px; font-size: 13px; cursor: pointer; transition: background 0.2s; }
.ys-add-cart:hover { background: #3a6c3a; }

/* ── CART PAGE ── */
.ys-cart-table { background: #fff; border: 0.5px solid #d4edcf; border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem; }
.ys-cart-item-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 0.5px solid #e1f5ee; font-size: 14px; }
.ys-cart-item-row:last-child { border-bottom: none; }
.ys-cart-summary { background: #e1f5ee; border-radius: 12px; padding: 1.5rem; }
.ys-cart-total-row { font-size: 18px; margin-bottom: 1rem; }
.ys-checkout-btn { font-size: 16px; padding: 14px 32px; }
.ys-remove-btn { background: none; border: none; color: #c00; cursor: pointer; font-size: 18px; }
