:root{--brand-green: #007A33;--brand-red: #CE0037;--text-dark: #2c3e50;--text-medium: #495057;--text-light: #6c757d;--bg-light: #f8f9fa;--border-light: #dee2e6;--shadow-light: 0 2px 8px rgba(0,0,0,.08);--shadow-medium: 0 8px 25px rgba(0,0,0,.1);--radius-medium: 8px;--radius-large: 12px;--radius-xl: 15px;--transition: .3s ease}.routine-guide-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-header-enhanced{position:relative;text-align:center;margin-bottom:3rem;min-height:400px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-medium);background:linear-gradient(135deg,var(--brand-green),#00a037)}.header-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.header-bg-image img{width:100%;height:100%;object-fit:cover;object-position:center}.header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.header-content{position:relative;z-index:3;color:#fff;max-width:800px;padding:3rem 2rem}.header-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.2}.header-subtitle{font-size:1.3rem;font-weight:500;margin-bottom:1.5rem;opacity:.95;text-shadow:0 1px 5px rgba(0,0,0,.2)}.page-intro{font-size:1.1rem;opacity:.9;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.2)}.routine-navigation{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-medium);margin-bottom:3rem;border:1px solid var(--border-light);position:sticky;top:0;z-index:100}.tabs-wrapper{display:flex;gap:.5rem;padding:1.5rem;justify-content:center;flex-wrap:wrap}.routine-tab{padding:1rem 2rem;background:none;border:2px solid var(--border-light);border-radius:var(--radius-large);cursor:pointer;font-size:1rem;font-weight:500;color:var(--text-medium);transition:all var(--transition);white-space:nowrap;min-width:160px}.routine-tab:hover{border-color:var(--brand-green);color:var(--brand-green);transform:translateY(-2px);box-shadow:var(--shadow-light)}.routine-tab.active{background:var(--brand-green);border-color:var(--brand-green);color:#fff;font-weight:600;transform:translateY(-1px);box-shadow:0 4px 15px #007a334d}.routine-content{position:relative;min-height:500px}.routine-panel{display:none;animation:fadeIn .5s ease-out}.routine-panel.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.routine-header{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-medium);border:1px solid var(--border-light)}.routine-info h2{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;position:relative}.routine-info h2:before{content:"";position:absolute;left:-1rem;top:0;bottom:0;width:4px;background:var(--brand-green);border-radius:2px}.routine-info p{font-size:1.1rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.routine-meta{display:flex;flex-wrap:wrap;gap:.75rem}.meta-item{background:var(--brand-green);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.routine-image{border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-light)}.routine-image img{width:100%;height:280px;object-fit:cover}.routine-steps{display:flex;flex-direction:column;gap:2rem}.step-item{display:grid;grid-template-columns:60px 1fr 300px;gap:2rem;align-items:start;padding:2rem;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-light);border:1px solid var(--border-light);transition:all var(--transition)}.step-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.step-number{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--brand-green);color:#fff;border-radius:50%;font-size:1.2rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #007a334d}.step-content h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.step-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1rem}.step-tips{background:var(--bg-light);padding:1rem;border-radius:var(--radius-medium);border-left:4px solid var(--brand-red);font-style:italic;color:#555;font-size:.9rem;line-height:1.4}.step-tips strong{color:var(--brand-red);font-weight:600}.step-image{border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-light)}.step-image img{width:100%;height:250px;object-fit:cover}.step-products{grid-column:1 / -1;margin-top:1rem;padding:1.5rem;background:var(--bg-light);border-radius:var(--radius-large);border:1px solid var(--border-light)}.step-products h4{color:var(--text-dark);margin-bottom:1rem;font-size:1.1rem;font-weight:600;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#fff;border-radius:var(--radius-large);text-decoration:none;transition:all var(--transition);border:2px solid transparent;box-shadow:var(--shadow-light)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);border-color:var(--brand-green);text-decoration:none}.product-card img{width:200px;height:200px;object-fit:cover;border-radius:var(--radius-medium);margin-bottom:.75rem;background:var(--bg-light);transition:transform var(--transition)}.product-card:hover img{transform:scale(1.05)}.product-card span{display:block;font-size:.9rem;color:var(--text-medium);font-weight:500;text-align:center;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card:hover span{color:var(--brand-green)}@media (max-width: 768px){.routine-guide-container{padding:1rem}.page-header-enhanced{padding:2rem 1rem;margin-bottom:2rem}.header-text h1{font-size:1.8rem}.tabs-wrapper{padding:1rem}.routine-tab{padding:.75rem 1.5rem;font-size:.9rem;min-width:140px}.routine-header{grid-template-columns:1fr;text-align:center;padding:1.5rem}.routine-info h2{font-size:1.5rem}.routine-info h2:before{display:none}.step-item{grid-template-columns:1fr;gap:1rem;text-align:center;padding:1.5rem}.step-number{width:40px;height:40px;font-size:1rem;margin:0 auto}.step-content h3{font-size:1.3rem}.step-products{text-align:center}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:400px;margin:0 auto;justify-items:center}.product-card{width:100%;max-width:180px;padding:.75rem}.product-card img{width:110px;height:110px}.product-card span{font-size:.8rem;line-height:1.2}}@media (max-width: 480px){.routine-guide-container{padding:.75rem}.page-header-enhanced{padding:1.5rem .75rem}.header-text h1{font-size:1.5rem}.routine-header{padding:1rem}.routine-info h2{font-size:1.3rem}.step-item{padding:1rem}.products-grid{max-width:320px;gap:.5rem}.product-card{max-width:150px;padding:.5rem}.product-card img{width:90px;height:90px}.product-card span{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/routine-guide_dr.css.map */
