*, *::before, *::after { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #292929;
  background: #f5f9fc;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

/* Layout */
.sl-wrap { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) { .sl-wrap { width: 750px; } }
@media (min-width: 992px) { .sl-wrap { width: 970px; } }
@media (min-width: 1200px) { .sl-wrap { width: 1070px; } }

.sl-row { margin-left: -15px; margin-right: -15px; }
.sl-row::before, .sl-row::after { content: ""; display: table; }
.sl-row::after { clear: both; }

.sl-col-12 { width: 100%; padding-left: 15px; padding-right: 15px; float: left; position: relative; min-height: 1px; }
.sl-col-6 { width: 100%; padding-left: 15px; padding-right: 15px; float: left; position: relative; min-height: 1px; }
@media (min-width: 992px) {
  .sl-col-6 { width: 50%; }
  .sl-col-9 { width: 75%; padding-left: 15px; padding-right: 15px; float: left; }
  .sl-col-2 { width: 16.66666667%; padding-left: 15px; padding-right: 15px; float: left; }
  .sl-col-10 { width: 83.33333333%; padding-left: 15px; padding-right: 15px; float: left; }
}

/* Header */
.sl-top-inner { text-align: center; padding: 28px 0 32px; }
.sl-site-title { font-size: 44px; font-weight: 700; text-transform: uppercase; margin: 0; color: #292929; }
.sl-site-tagline { font-size: 1.8rem; font-weight: 600; margin: 8px 0 0; color: #292929; }

/* Cards & sections */
.sl-card { background: #fff; border-radius: 12px; box-shadow: 0 8px 18px 1px rgba(219, 230, 238, 0.6); padding: 30px 44px; margin-bottom: 20px; }
.sl-card-tint { background-color: #fafdfd; }
.sl-section { padding: 30px 44px; margin-bottom: 20px; }
.sl-section-title { text-align: center; font-size: 3rem; font-weight: 600; line-height: 4rem; margin: 50px 0 12px; }
.sl-section-title-sm { margin-top: 10px; }

/* Product block */
.sl-product-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.sl-product-img-wrap { padding: 15px; text-align: center; border-right: 1px solid #e8efef; }
.sl-product-img-wrap.sl-product-img-only { border-right: none; }
.sl-product-img-wrap img { max-width: 100%; height: auto; }
.sl-product-info { padding: 20px 15px; flex: 1; min-width: 0; }
.sl-product-info.sl-no-border { border-right: 1px solid transparent; }
.sl-product-label { font-size: 18px; color: #2a2a2a; margin: 0 0 10px; }
.sl-price-bar { border-bottom: 1px solid #e8efef; padding-bottom: 20px; margin-bottom: 20px; }
.sl-price-badge { background-color: #206ba4; color: #fff; display: inline-block; padding: 5px 15px; border-radius: 5px; position: relative; }
.sl-price-num { font-size: 26px; }
.sl-price-cur { font-size: 26px; }
.sl-meta-list { padding-top: 10px; }
.sl-meta-list p { font-size: 18px; line-height: 26px; margin: 5px 0; }
.sl-desc-short { font-size: 18px; line-height: 26px; margin: 20px 0 0; }

/* Buttons */
.sl-btn-wrap { text-align: center; margin: 16px 0; }
.sl-btn { display: inline-block; max-width: 320px; height: 55px; line-height: 55px; text-align: center; border-radius: 4px; font-size: 20px; font-weight: 600; text-decoration: none; color: #fff; border: 0; cursor: pointer; padding: 0 24px; }
.sl-btn-primary { background: linear-gradient(to top, #206ba4, #3281bd); box-shadow: 0 3px 5px rgba(38, 112, 167, 0.26); }
.sl-btn-primary:hover { background: #206ba4; color: #fff; }
.sl-btn-success { background: linear-gradient(to top, #008100, #54bb5f); box-shadow: 0 3px 5px rgba(38, 112, 167, 0.26); }
.sl-btn-success:hover { background: #2fa038; color: #fff; }

/* Form */
.sl-form-group { margin-bottom: 14px; }
.sl-input { width: 95%; padding: 12px; border: 1px solid #eee; border-radius: 8px; font-size: 18px; color: #252525; margin-top: 4px; }
.sl-input:first-of-type { margin-top: 12px; }
.sl-submit-wrap { margin-top: 12px; }
.sl-submit { max-width: 300px; border-radius: 8px; background: linear-gradient(to top, #206ba4, #3281bd); color: #fff; font-size: 16px; font-weight: 600; border: 0; padding: 12px 19px; cursor: pointer; box-shadow: 0 3px 5px rgba(38, 112, 167, 0.26); }
.sl-form-img img { width: auto; height: 300px; object-fit: contain; }
@media (max-width: 520px) { .sl-form-img img { height: auto; width: 200px; } }

/* Typography */
.sl-text { font-size: 18px; line-height: 26px; margin-bottom: 12px; }
.sl-text strong { font-weight: 700; }
.sl-list { margin: 0 0 12px; padding-left: 20px; list-style: square; }
.sl-list li { font-size: 18px; line-height: 26px; margin-bottom: 12px; }

/* Composition blocks */
.sl-ingred-block { background: #fff; padding: 16px; border-radius: 12px; margin-bottom: 18px; }
.sl-ingred-left { display: inline-block; width: 20%; vertical-align: middle; }
.sl-ingred-right { display: inline-block; width: 75%; margin-left: 4%; vertical-align: middle; }
.sl-ingred-left img { max-width: 250px; width: 100%; border-radius: 125px; }
@media (max-width: 520px) {
  .sl-ingred-left { width: 100%; display: block; text-align: center; margin-bottom: 16px; }
  .sl-ingred-right { width: 100%; margin-left: 0; display: block; text-align: center; }
}

/* How-to steps */
.sl-steps { margin: 20px 0; }
.sl-step { width: 33%; display: inline-block; text-align: center; vertical-align: top; }
.sl-step-img img { max-width: 180px; border-radius: 90px; }
.sl-step-cap { font-size: 18px; margin-top: 10px; }
@media (max-width: 520px) { .sl-step { width: 100%; display: block; margin-bottom: 25px; } }

/* Section divider */
.sl-heading-center { text-align: center; margin: 20px 0; }
.sl-heading-center .sl-section-title { margin-top: 20px; }

/* Reviews */
.sl-review { margin-bottom: 15px; padding: 18px 24px; border-radius: 8px; background: #fff; box-shadow: 0 8px 18px 1px rgba(219, 230, 238, 0.6); }
.sl-review-meta { padding-bottom: 20px; position: relative; }
.sl-review-meta::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 6px; background: linear-gradient(to bottom, rgba(245, 250, 250, 0), #f5fafa); border-top: 1px solid #e8efef; }
.sl-review-meta p { float: left; margin: 0; }
.sl-review-meta .sl-review-date { color: #292929; }
.sl-review-quote { font-size: 20px; padding-top: 10px; margin-bottom: 10px; font-weight: 600; }
.sl-review-body { border: 1px solid #eaf1f5; padding: 15px 25px; background: #f5f9fc; border-radius: 0 4px 4px 4px; margin-top: 10px; position: relative; }
.sl-review-body::before { content: ""; position: absolute; left: -15px; top: -1px; border: 18px solid transparent; border-right-color: #e9f0f5; border-bottom-width: 0; }
.sl-review-body::after { content: ""; position: absolute; left: -13px; top: 0; border: 17px solid transparent; border-right-color: #f5f9fc; border-bottom-width: 0; }
.sl-review-body p { line-height: 23px; margin-bottom: 15px; font-size: 16px; }
.sl-review-body p:last-child { margin-bottom: 0; }
.sl-review-cta { margin: 40px 0 20px; text-align: center; }
.sl-review-cta .sl-btn { padding-left: 40px; padding-right: 40px; font-size: 16px; text-transform: uppercase; }

/* Footer */
.sl-foot {  padding: 30px 0; margin-top: 20px; }
.sl-foot-note { font-size: 16px; margin-bottom: 15px; }
.sl-foot-links { text-align: center; }
.sl-foot-links a { color: inherit; text-decoration: none; }
.sl-foot-links a:hover { text-decoration: underline; }
.sl-foot-link { font-size: 16px; margin-bottom: 12px; display: block; }
.sl-disclaimer { font-size: 14px; line-height: 1.5; color: #555; margin-top: 20px; padding-top: 20px; border-top: 1px solid #e8efef; }
.sl-disclaimer strong { color: #292929; }

/* Legal pages */
.sl-legal { max-width: 800px; margin: 0 auto; padding: 40px 20px; background: #f5f9fc; min-height: 100vh; }
.sl-legal-box { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.sl-legal h1 { color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 10px; font-size: 1.8em; margin-top: 0; }
.sl-legal h2 { color: #2c3e50; margin-top: 30px; font-size: 1.3em; }
.sl-legal p, .sl-legal ul { margin-bottom: 15px; line-height: 1.6; }
.sl-legal .sl-legal-foot { margin-top: 40px; font-size: 0.9em; color: #777; text-align: center; }
.sl-legal .sl-notice { background: #fff3cd; border-left: 5px solid #ffeeba; padding: 15px; margin: 20px 0; font-style: italic; }

/* Thank you page */
.sl-thanks { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; background: #f8fafc; }
.sl-thanks-card { background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); text-align: center; max-width: 500px; width: 100%; }
.sl-thanks-icon { width: 80px; height: 80px; background: #27ae60; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 40px; margin: 0 auto 20px; }
.sl-thanks h1 { color: #2c3e50; margin-bottom: 10px; font-size: 28px; }
.sl-thanks-steps { background: #f1f5f9; padding: 20px; border-radius: 10px; text-align: left; margin: 25px 0; }
.sl-thanks-steps h3 { font-size: 16px; margin-top: 0; color: #475569; }
.sl-thanks-steps ul { padding-left: 20px; margin: 0; font-size: 14px; color: #475569; }
.sl-thanks-steps li { margin-bottom: 8px; }
.sl-thanks .sl-btn { margin-top: 10px; }

/* Add review page */
.sl-addreview { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; background: #f5f9fc; }
.sl-addreview-card { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); max-width: 450px; width: 100%; }
.sl-addreview h2 { margin-top: 0; color: #2c3e50; font-size: 22px; text-align: center; }
.sl-addreview .sl-form-group label { display: block; margin-bottom: 5px; color: #666; font-weight: bold; }
.sl-addreview .sl-input { width: 100%; margin-top: 0; }
.sl-addreview textarea.sl-input { height: 100px; resize: vertical; }
.sl-addreview .sl-submit { width: 100%; background: linear-gradient(to top, #2fa038, #5bc570); }
.sl-addreview-msg { margin-top: 15px; padding: 10px; border-radius: 5px; display: none; text-align: center; font-size: 14px; }
.sl-addreview-msg.sl-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }

/* Home catalog block */
.sl-catalog { margin: 40px 0; }
.sl-catalog-title { text-align: center; font-size: 2rem; font-weight: 600; margin-bottom: 24px; }
.sl-catalog-list { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.sl-catalog-item { background: #fff; border-radius: 12px; box-shadow: 0 8px 18px 1px rgba(219, 230, 238, 0.6); overflow: hidden; max-width: 320px; width: 100%; text-decoration: none; color: inherit; display: block; }
.sl-catalog-item:hover { box-shadow: 0 12px 24px rgba(219, 230, 238, 0.7); }
.sl-catalog-item img { width: 100%; height: 200px; object-fit: cover; }
.sl-catalog-item-cap { padding: 20px; }
.sl-catalog-item-cap h3 { margin: 0 0 8px; font-size: 1.25rem; color: #2a2a2a; }
.sl-catalog-item-cap p { margin: 0; font-size: 14px; color: #666; }
.sl-catalog-item-price { color: #206ba4; font-weight: 600; font-size: 18px; margin-top: 8px; }

/* Nav link on legal */
.sl-legal-nav { text-align: center; margin-bottom: 24px; }
.sl-legal-nav a { color: #337ab7; text-decoration: none; margin: 0 8px; }
.sl-legal-nav a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 992px) {
  .sl-product-img-wrap { border-right: none; }
  .sl-product-info { padding: 20px; }
}
@media (max-width: 520px) {
  .sl-card, .sl-section { padding: 20px; }
  .sl-section-title { margin-top: 10px; font-size: 2rem; }
  .sl-review-body::before, .sl-review-body::after { content: none; }
  .sl-review { padding: 12px; }
  .sl-foot { padding-left: 15px; padding-right: 15px; }
  .sl-input { width: 100%; }
}
