/*
Theme Name: Lucius Pharmacy v7
Theme URI: https://luciuspharmacy.com/
Description: Independent Lucius Pharmacy WooCommerce storefront.
Author: Lucius Pharmacy
Version: 2.3.0
Text Domain: lucius-pharmacy
*/

:root {
  --lucius-mint: #62cfb3;
  --lucius-mint-dark: #43bb9d;
  --lucius-ink: #454854;
  --lucius-muted: #8a8c99;
  --lucius-line: #edf0f3;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #fff; color: var(--lucius-ink); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }
.site-content { padding: 0; }
.lucius-shell { width: calc(100% - 64px); max-width: 1280px; margin: 0 auto; }
.lucius-topline { height: 36px; background: #fafafa; color: #8a8c99; font-size: 12px; }
.lucius-topline .lucius-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.lucius-topline a { color: inherit; text-decoration: none; margin-left: 26px; }
.lucius-language-switcher { margin-left: 18px; border: 0; background: transparent; color: inherit; font: inherit; outline: none; cursor: pointer; }
.lucius-rtl { direction: rtl; }
.lucius-rtl .lucius-brandbar, .lucius-rtl .lucius-nav, .lucius-rtl .lucius-topline .lucius-shell { direction: rtl; }
.lucius-rtl .lucius-menu { padding: 0 47px 0 0; }
.lucius-rtl .lucius-category-toggle:before { margin: 0 0 0 12px; }
.lucius-brandbar { padding: 16px 18px; display: grid; grid-template-columns: 205px minmax(300px, 1fr) 262px; gap: 40px; align-items: center; }
.lucius-logo { display: block; width: 205px; height: 99px; text-decoration: none; }
.lucius-logo img { display: block; width: 205px; height: auto; }
.lucius-search { height: 41px; border: 2px solid var(--lucius-mint); display: flex; }
.lucius-search input { min-width: 0; flex: 1; border: 0; padding: 0 14px; color: var(--lucius-ink); font-size: 14px; outline: none; }
.lucius-search button { width: 88px; border: 0; color: #fff; background: var(--lucius-mint); font-weight: 700; letter-spacing: 7px; text-indent: 7px; cursor: pointer; }
.lucius-actions { display: flex; gap: 14px; }
.lucius-actions a { flex: 1; height: 41px; border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: center; color: #6f7480; text-decoration: none; font-size: 14px; }
.lucius-actions a:before { content: "⌑"; color: var(--lucius-mint); font-size: 21px; margin-right: 8px; }
.lucius-nav-wrap { border-bottom: 1px solid #e7eaef; }
.lucius-nav { height: 49px; display: flex; align-items: stretch; padding: 0 18px; }
.lucius-category-toggle { width: 240px; background: var(--lucius-mint); color: white; display: flex; align-items: center; padding: 0 17px; font-size: 15px; font-weight: 600; }
.lucius-category-toggle:before { content: "☰"; margin-right: 12px; font-size: 17px; }
.lucius-menu { list-style: none; display: flex; gap: 63px; align-items: center; margin: 0; padding: 0 0 0 47px; }
.lucius-menu a { color: #4d4f57; font-size: 15px; text-decoration: none; white-space: nowrap; }
.lucius-menu a:hover, .lucius-menu .current-menu-item a { color: var(--lucius-mint-dark); }
.lucius-hero { position: relative; height: 430px; background: linear-gradient(100deg, rgba(211,229,252,.88), rgba(70,153,219,.55)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='430' viewBox='0 0 1600 430'%3E%3Crect fill='%2393bfe8' width='1600' height='430'/%3E%3Cpath d='M950 40c130 15 320 88 520 250' stroke='%23d8ecff' stroke-width='120' fill='none' opacity='.45'/%3E%3Ccircle cx='1120' cy='212' r='135' fill='%23467db5' opacity='.48'/%3E%3Cpath d='M780 430 L1090 55 1270 175 1000 430Z' fill='%23aee5ff' opacity='.48'/%3E%3C/svg%3E") center/cover no-repeat; }
.lucius-categories { position: absolute; z-index: 2; top: 0; left: max(calc((100% - 1280px) / 2 + 18px), 36px); width: 240px; height: 430px; padding: 5px 0 13px; overflow: hidden; background: rgba(255,255,255,.97); box-shadow: 1px 0 5px rgba(58,80,110,.14); list-style: none; }
.lucius-categories a { display: block; padding: 8px 36px; color: #6d7079; font-size: 14px; line-height: 19px; text-decoration: none; }
.lucius-categories a:hover { color: var(--lucius-mint-dark); background: #f5fbfa; }
.lucius-products { padding: 29px 18px 65px; }
.lucius-section-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--lucius-line); padding-bottom: 16px; margin-bottom: 20px; }
.lucius-section-heading h1 { margin: 0; font-size: 26px; letter-spacing: 1px; color: #303441; }
.lucius-section-heading a { color: #777b85; font-size: 14px; text-decoration: none; }
.lucius-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; }
.lucius-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #eceef1; background: #fff; }
.lucius-card-image { display: flex; aspect-ratio: 1 / 1; justify-content: center; align-items: center; background: #f1f1f1; overflow: hidden; }
.lucius-card-image img { width: 100%; height: 100%; object-fit: contain; }
.lucius-card-content { display: flex; flex: 1; min-height: 210px; flex-direction: column; padding: 22px; }
.lucius-card h2 { margin: 0 0 26px; color: #545764; font-size: 19px; font-weight: 600; line-height: 1.35; }
.lucius-card h2 a { color: inherit; text-decoration: none; }
.lucius-price { color: #f3534c; font-size: 24px; font-weight: 600; }
.lucius-favourite { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 132px; height: 47px; margin-top: auto; border: 1px solid #d9dde3; color: #686d78; font-size: 16px; text-decoration: none; }
.lucius-favourite span { color: #989eaa; font-size: 29px; }
.lucius-empty { grid-column: 1 / -1; padding: 30px; text-align: center; color: var(--lucius-muted); border: 1px dashed #d8dee3; }
.lucius-footer { background: #323943; color: #c1c7cc; text-align: center; padding: 26px; font-size: 12px; }
.lucius-page-content { padding: 42px 18px 72px; min-height: 420px; }
.lucius-page-body, .lucius-search-results { max-width: 1040px; color: #535863; font-size: 16px; line-height: 1.8; }
.lucius-page-body a, .lucius-search-results a { color: var(--lucius-mint-dark); }
.lucius-search-results article { padding: 20px 0; border-bottom: 1px solid #edf0f2; }
.lucius-search-results h2 { margin: 0 0 7px; font-size: 20px; }
.lucius-standard-page .woocommerce { max-width: 100%; }
.lucius-standard-page .woocommerce-message, .lucius-standard-page .woocommerce-info { border-top-color: var(--lucius-mint); }
.lucius-standard-page .woocommerce button.button, .lucius-standard-page .woocommerce a.button, .lucius-standard-page .woocommerce input.button { background: var(--lucius-mint); color: #fff; border-radius: 0; }
.lucius-commerce-page { padding: 30px 18px 72px; min-height: 600px; }
.lucius-breadcrumb-line { margin: 0 0 28px; color: #747984; font-size: 15px; }
.lucius-breadcrumb-line a { color: #3d414a; font-weight: 700; text-decoration: none; }.lucius-breadcrumb-line span { padding: 0 12px; color: #bfc4cc; }
.lucius-catalog-filter { display: grid; grid-template-columns: 180px 1fr; border: 1px solid #e3e6ea; background: #fff; margin-bottom: 28px; }
.lucius-filter-title { padding: 22px; background: #f6f7f9; color: #676c78; font-weight: 700; }.lucius-filter-links { display: flex; flex-wrap: wrap; gap: 18px 34px; padding: 20px 28px; }.lucius-filter-links a { color: #666b75; text-decoration: none; }.lucius-filter-links a.active, .lucius-filter-links a:hover { color: var(--lucius-mint); }
.lucius-catalog-toolbar { display: flex; justify-content: space-between; align-items: center; border: 1px solid #e1e5e9; padding: 18px 24px; margin-bottom: 28px; color: #666b75; }.lucius-catalog-toolbar > span:first-child { color: #333842; font-size: 18px; font-weight: 700; }.lucius-catalog-toolbar a { margin-left: 20px; color: #666b75; text-decoration: none; }.lucius-catalog-toolbar a:first-child { color: var(--lucius-mint); }
.lucius-catalog-products .woocommerce ul.products { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 26px; }.lucius-catalog-products .woocommerce ul.products::before, .lucius-catalog-products .woocommerce ul.products::after { display:none; }.lucius-catalog-products .woocommerce ul.products li.product { float:none; width:auto; margin:0; border:1px solid #eceef1; padding:0 0 18px; }.lucius-catalog-products .woocommerce ul.products li.product img { aspect-ratio:1/1; object-fit:contain; margin:0 0 16px; background:#f1f1f1; }.lucius-catalog-products .woocommerce ul.products li.product .woocommerce-loop-product__title, .lucius-catalog-products .woocommerce ul.products li.product .price { padding:0 18px; }.lucius-catalog-products .woocommerce ul.products li.product .button { margin:15px 18px 0; }
.lucius-account-layout { display:grid; grid-template-columns:240px minmax(0,1fr); gap:38px; }.lucius-account-sidebar { border:1px solid #e5e8ec; padding:28px 0; }.lucius-account-sidebar h2 { margin:0 30px 22px; font-size:22px; color:#555a67; }.lucius-account-sidebar a { display:block; padding:15px 30px; color:#616672; text-decoration:none; }.lucius-account-sidebar a:hover { color:var(--lucius-mint); border-left:4px solid var(--lucius-mint); padding-left:26px; }.lucius-account-main { border:1px solid #e5e8ec; min-height:450px; padding:28px; }.lucius-account-main .woocommerce-MyAccount-navigation { display:none; }.lucius-account-main .woocommerce-MyAccount-content { float:none; width:auto; }
.lucius-cart-panel .shop_table { border:1px solid #e1e5e9; border-radius:0; }.lucius-cart-panel .shop_table thead { background:#f5f6f8; }.lucius-cart-panel .cart-collaterals .cart_totals { width:40%; border:1px solid #e1e5e9; padding:22px; }.lucius-cart-panel .woocommerce-cart-form__contents th { color:#666b75; }
.lucius-product-wrap { padding: 22px 18px 68px; }
.lucius-breadcrumb { margin: 0 0 25px; color: #9599a3; font-size: 13px; }
.lucius-breadcrumb a { color: #747984; text-decoration: none; }
.lucius-breadcrumb span { padding: 0 11px; color: #b3b7bf; }
.lucius-product-summary { display: grid; grid-template-columns: minmax(360px, 480px) minmax(0, 1fr); gap: 55px; padding: 25px 30px 42px; border: 1px solid #eef0f2; }
.lucius-gallery { min-height: 445px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, #fbfcfc, #f2f7f7); }
.lucius-gallery-stage { width: 100%; }
.lucius-gallery-stage img { display: none; width: 100%; height: 445px; object-fit: contain; mix-blend-mode: multiply; }
.lucius-gallery-stage img.is-active { display: block; }
.lucius-gallery-thumbs { display: flex; justify-content: center; gap: 10px; padding: 12px 12px 0; }
.lucius-gallery-thumbs button { width: 66px; height: 66px; padding: 2px; border: 1px solid #dce1e4; background: #fff; cursor: pointer; }
.lucius-gallery-thumbs button.is-active { border-color: var(--lucius-mint); }
.lucius-gallery-thumbs img { display: block; width: 100%; height: 100%; object-fit: contain; }
.lucius-product-info { padding: 4px 12px 0 0; }
.lucius-product-info h1 { margin: 0 0 18px; color: #343842; font-size: 25px; font-weight: 600; line-height: 1.35; }
.lucius-short-description { min-height: 45px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #edf0f2; color: #777c86; font-size: 14px; line-height: 1.7; }
.lucius-short-description p { margin: 0; }
.lucius-detail-price { padding: 18px 20px; background: #f6fbfa; color: #ec6d4c; font-size: 28px; font-weight: 700; }
.lucius-detail-price .woocommerce-Price-currencySymbol { margin-right: 3px; font-size: 17px; }
.lucius-product-category { padding: 18px 0; color: #777c86; font-size: 14px; }
.lucius-product-category a { color: var(--lucius-mint-dark); text-decoration: none; }
.lucius-cart-form form.cart { display: flex; align-items: center; gap: 13px; margin: 9px 0 17px; }
.lucius-cart-form .quantity input { width: 72px; height: 42px; border: 1px solid #dce2e4; color: #4b515b; text-align: center; }
.lucius-cart-form button.single_add_to_cart_button { min-height: 42px; padding: 0 30px; border: 0; border-radius: 0; background: var(--lucius-mint); color: #fff; font-weight: 500; }
.lucius-cart-form button.single_add_to_cart_button:hover { background: var(--lucius-mint-dark); }
.lucius-product-actions { display: flex; align-items: center; gap: 18px; color: #7f848e; font-size: 14px; }
.lucius-buy-now { display: inline-flex; align-items: center; justify-content: center; min-width: 130px; height: 42px; border: 1px solid #f0815f; color: #ef714f; text-decoration: none; }
.lucius-description { margin-top: 43px; border: 1px solid #edf0f2; }
.lucius-description h2 { margin: 0; padding: 16px 25px; border-bottom: 2px solid var(--lucius-mint); color: #484c55; font-size: 18px; font-weight: 500; }
.lucius-description-content { padding: 30px; color: #626772; font-size: 14px; line-height: 1.9; }
.lucius-description-content p:first-child { margin-top: 0; }

/* Target catalogue proportions and account/cart presentation. */
.lucius-commerce-page { max-width: 1280px; padding-top: 20px; }
.lucius-breadcrumb-line { margin: 0 0 18px; font-size: 14px; }
.lucius-catalog-filter { display: block; margin-bottom: 20px; }
.lucius-filter-caption { padding: 10px 18px; border-bottom: 1px solid #e2e5e9; background: #f7f8fa; color: #7b808a; font-size: 14px; }
.lucius-filter-caption strong { color: var(--lucius-mint); }
.lucius-filter-body { display: grid; grid-template-columns: 90px 1fr; min-height: 126px; }
.lucius-filter-title { padding: 20px 14px; background: #f7f8fa; font-weight: 400; }
.lucius-filter-links { align-content: start; gap: 14px 38px; padding: 18px 22px; font-size: 14px; }
.lucius-catalog-toolbar { height: 46px; padding: 0; margin-bottom: 20px; }
.lucius-catalog-sorts { display: flex; align-items: stretch; height: 100%; }
.lucius-catalog-toolbar a { display: inline-flex; align-items: center; justify-content: center; width: 100px; height: 100%; margin: 0; border-right: 1px solid #e1e5e9; color: #646a75; font-size: 14px; }
.lucius-catalog-toolbar a.active { color: var(--lucius-mint); }
.lucius-catalog-total { margin-left: auto; display: flex; align-items: center; padding-right: 22px; color: #666b75; font-size: 14px; }
.lucius-catalog-total strong { margin: 0 5px; color: #ef554d; font-size: 18px; }
.lucius-catalog-products { padding: 0 0 65px; }
.lucius-catalog-products .woocommerce-products-header,
.lucius-catalog-products .woocommerce-result-count,
.lucius-catalog-products .woocommerce-ordering { display: none !important; }
.lucius-catalog-products .woocommerce ul.products { gap: 14px; }
.lucius-catalog-products .woocommerce ul.products li.product { border: 1px solid #edf0f3; padding-bottom: 20px; }
.lucius-catalog-products .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 14px; background: #eee; object-fit: contain; }
.lucius-catalog-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; padding: 0 16px; color: #595d68; font-size: 17px; line-height: 1.35; }
.lucius-catalog-products .woocommerce ul.products li.product .price { padding: 0 16px; color: #ef554d; font-size: 22px; }
.lucius-catalog-products .woocommerce ul.products li.product .button { display: inline-flex; align-items: center; justify-content: center; height: 39px; margin: 13px 16px 0; padding: 0 16px; border: 1px solid #d9dde3; background: #fff; color: #666d78; font-size: 0; font-weight: 400; }
.lucius-catalog-products .woocommerce ul.products li.product .button::before { content: '♡ 收藏'; font-size: 16px; }
.lucius-catalog-products .woocommerce ul.products li.product .added_to_cart { display: none; }
.lucius-account-layout { gap: 20px; }
.lucius-account-sidebar { padding: 24px 0 18px; }
.lucius-account-sidebar h2 { margin-bottom: 24px; font-size: 22px; }
.lucius-account-sidebar .lucius-side-group { padding: 13px 30px 7px; color: #545966; font-size: 18px; font-weight: 700; }
.lucius-account-sidebar a { padding: 12px 30px; }
.lucius-account-sidebar a:first-of-type { color: var(--lucius-mint); border-left: 4px solid var(--lucius-mint); padding-left: 26px; }
.lucius-account-main { min-height: 0; padding: 0; border: 0; }
.lucius-member-dashboard { border: 1px solid #e5e8ec; }
.lucius-member-hero { position: relative; display: flex; align-items: center; gap: 22px; min-height: 200px; padding: 36px 42px; }
.lucius-avatar { width: 70px; height: 70px; border: 1px solid #e3e5e8; border-radius: 50%; color: #c7cbd1; font-size: 38px; line-height: 66px; text-align: center; }
.lucius-member-hero h2 { margin: 0 0 18px; color: #555a67; font-size: 26px; }
.lucius-member-hero p { margin: 0; color: #666b77; font-size: 16px; }
.lucius-agent-badge { position: absolute; right: 42px; top: 50%; transform: translateY(-50%); padding: 8px 24px; border-radius: 20px; background: var(--lucius-mint); color: #fff; }
.lucius-balance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0; }
.lucius-balance-card { min-height: 190px; border: 1px solid #e5e8ec; }
.lucius-balance-card header { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #e5e8ec; background: #f7f8fa; color: #606571; }
.lucius-balance-card header a { color: inherit; text-decoration: none; }
.lucius-balance-card > strong { display: inline-block; margin: 48px 35px 0; color: var(--lucius-mint); font-size: 40px; font-weight: 400; }
.lucius-withdraw { float: right; margin: 52px 38px 0 0; padding: 8px 24px; border: 1px solid var(--lucius-mint); border-radius: 22px; color: var(--lucius-mint); text-decoration: none; }
.lucius-balance-card p { display: flex; gap: 18px; align-items: baseline; margin: 20px 38px 0; color: #777c87; font-size: 18px; }
.lucius-balance-card p strong { color: #8a8f9b; font-size: 34px; font-weight: 400; }.lucius-balance-card p strong.red { color: #ee514b; }
.lucius-cart-panel { border: 1px solid #e1e5e9; padding: 0; }
.lucius-cart-panel .shop_table { margin: 0; border: 0; }.lucius-cart-panel .shop_table thead { background: #f6f7f9; }.lucius-cart-panel .shop_table th { padding: 17px 12px; }.lucius-cart-panel .cart-collaterals { padding: 20px; }.lucius-cart-panel .cart-collaterals .cart_totals { width: 42%; }
.lucius-product-wrap { max-width: 1440px; padding-top: 18px; }.lucius-product-summary { grid-template-columns: 400px minmax(0, 1fr); gap: 40px; padding: 0; border: 0; }.lucius-gallery { min-height: 400px; background: #eee; }.lucius-gallery-stage img { height: 400px; }.lucius-product-info { padding: 10px 0; }.lucius-product-info h1 { font-size: 24px; }.lucius-detail-price { padding: 12px 0; background: transparent; color: #e65c4e; font-size: 36px; }.lucius-short-description { border: 0; color: #858993; }.lucius-product-category { padding: 12px 0; }.lucius-cart-form form.cart { margin: 12px 0; }.lucius-buy-now { height: 44px; background: var(--lucius-mint); color: #fff; border-color: var(--lucius-mint); }.lucius-description { margin-top: 35px; }.lucius-description h2 { border-bottom: 1px solid #edf0f2; }
@media (max-width: 800px) {
  .lucius-shell { width: 100%; max-width: none; }
  .lucius-topline { height: 31px; }
  .lucius-topline .lucius-shell { padding: 0 14px; font-size: 11px; }
  .lucius-topline a { margin-left: 12px; }
  .lucius-language-switcher { margin-left: 8px; }
  .lucius-brandbar { grid-template-columns: 112px minmax(0, 1fr); gap: 13px; padding: 14px; }
  .lucius-logo { width: 112px; height: 54px; }
  .lucius-logo img { width: 112px; }
  .lucius-search { height: 36px; border-width: 1px; }
  .lucius-search input { padding: 0 9px; font-size: 13px; }
  .lucius-search button { width: 54px; padding: 0; font-size: 13px; letter-spacing: 2px; text-indent: 2px; }
  .lucius-actions { display: none; }
  .lucius-nav { height: 44px; padding: 0; overflow: hidden; }
  .lucius-category-toggle { width: 142px; flex: 0 0 142px; padding: 0 13px; font-size: 13px; }
  .lucius-category-toggle:before { margin-right: 7px; font-size: 14px; }
  .lucius-menu { flex: 1; gap: 25px; padding-left: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .lucius-menu a { font-size: 13px; }
  .lucius-categories { display: none; }
  .lucius-hero { height: 175px; }
  .lucius-products { padding: 24px 14px 45px; }
  .lucius-section-heading { padding-bottom: 12px; margin-bottom: 14px; }
  .lucius-section-heading h1 { font-size: 21px; }
  .lucius-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lucius-card-content { min-height: 150px; padding: 12px; }
  .lucius-card h2 { height: 35px; overflow: hidden; margin: 0 0 12px; font-size: 13px; }
  .lucius-price { font-size: 17px; }
  .lucius-favourite { width: 92px; height: 34px; gap: 5px; font-size: 12px; }
  .lucius-favourite span { font-size: 20px; }
  .lucius-product-wrap { padding: 14px 14px 42px; }
  .lucius-commerce-page { padding:20px 14px 45px; }.lucius-catalog-filter { grid-template-columns:1fr; }.lucius-filter-title { padding:14px; }.lucius-filter-links { gap:12px 18px; padding:14px; }.lucius-catalog-toolbar { padding:14px; font-size:12px; }.lucius-catalog-toolbar a { margin-left:8px; }.lucius-catalog-products .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.lucius-account-layout { grid-template-columns:1fr; gap:16px; }.lucius-account-sidebar { display:flex; overflow:auto; padding:0; }.lucius-account-sidebar h2 { display:none; }.lucius-account-sidebar a { white-space:nowrap; padding:14px 16px; }.lucius-account-main { padding:16px; }.lucius-cart-panel { overflow-x:auto; }.lucius-cart-panel .cart-collaterals .cart_totals { width:100%; }
  .lucius-breadcrumb { margin-bottom: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .lucius-product-summary { grid-template-columns: 1fr; gap: 19px; padding: 12px; }
  .lucius-gallery, .lucius-gallery-stage img { min-height: 295px; height: 295px; }
  .lucius-product-info { padding: 0; }
  .lucius-product-info h1 { margin-bottom: 12px; font-size: 20px; }
  .lucius-short-description { margin-bottom: 12px; font-size: 13px; }
  .lucius-detail-price { padding: 14px; font-size: 24px; }
  .lucius-cart-form form.cart { flex-wrap: wrap; }
  .lucius-cart-form button.single_add_to_cart_button { flex: 1; padding: 0 15px; }
  .lucius-description { margin-top: 24px; }
  .lucius-description h2 { padding: 13px 16px; font-size: 16px; }
  .lucius-description-content { padding: 18px; font-size: 13px; }
}
/*
Theme Name: Lucius Pharmacy v7
Theme URI: https://luciuspharmacy.com/
Description: Independent Lucius Pharmacy WooCommerce storefront.
Author: Lucius Pharmacy
Version: 2.3.0
Text Domain: lucius-pharmacy
*/

:root {
  --lucius-mint: #62cfb3;
  --lucius-mint-dark: #43bb9d;
  --lucius-ink: #454854;
  --lucius-muted: #8a8c99;
  --lucius-line: #edf0f3;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #fff; color: var(--lucius-ink); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }
.site-content { padding: 0; }
.lucius-shell { width: calc(100% - 64px); max-width: 1280px; margin: 0 auto; }
.lucius-topline { height: 36px; background: #fafafa; color: #8a8c99; font-size: 12px; }
.lucius-topline .lucius-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; }
.lucius-topline a { color: inherit; text-decoration: none; margin-left: 26px; }
.lucius-language-switcher { margin-left: 18px; border: 0; background: transparent; color: inherit; font: inherit; outline: none; cursor: pointer; }
.lucius-rtl { direction: rtl; }
.lucius-rtl .lucius-brandbar, .lucius-rtl .lucius-nav, .lucius-rtl .lucius-topline .lucius-shell { direction: rtl; }
.lucius-rtl .lucius-menu { padding: 0 47px 0 0; }
.lucius-rtl .lucius-category-toggle:before { margin: 0 0 0 12px; }
.lucius-brandbar { padding: 16px 18px; display: grid; grid-template-columns: 205px minmax(300px, 1fr) 262px; gap: 40px; align-items: center; }
.lucius-logo { display: block; width: 205px; height: 99px; text-decoration: none; }
.lucius-logo img { display: block; width: 205px; height: auto; }
.lucius-search { height: 41px; border: 2px solid var(--lucius-mint); display: flex; }
.lucius-search input { min-width: 0; flex: 1; border: 0; padding: 0 14px; color: var(--lucius-ink); font-size: 14px; outline: none; }
.lucius-search button { width: 88px; border: 0; color: #fff; background: var(--lucius-mint); font-weight: 700; letter-spacing: 7px; text-indent: 7px; cursor: pointer; }
.lucius-actions { display: flex; gap: 14px; }
.lucius-actions a { flex: 1; height: 41px; border: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: center; color: #6f7480; text-decoration: none; font-size: 14px; }
.lucius-actions a:before { content: "⌑"; color: var(--lucius-mint); font-size: 21px; margin-right: 8px; }
.lucius-nav-wrap { border-bottom: 1px solid #e7eaef; }
.lucius-nav { height: 49px; display: flex; align-items: stretch; padding: 0 18px; }
.lucius-category-toggle { width: 240px; background: var(--lucius-mint); color: white; display: flex; align-items: center; padding: 0 17px; font-size: 15px; font-weight: 600; }
.lucius-category-toggle:before { content: "☰"; margin-right: 12px; font-size: 17px; }
.lucius-menu { list-style: none; display: flex; gap: 63px; align-items: center; margin: 0; padding: 0 0 0 47px; }
.lucius-menu a { color: #4d4f57; font-size: 15px; text-decoration: none; white-space: nowrap; }
.lucius-menu a:hover, .lucius-menu .current-menu-item a { color: var(--lucius-mint-dark); }
.lucius-hero { position: relative; height: 430px; background: linear-gradient(100deg, rgba(211,229,252,.88), rgba(70,153,219,.55)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='430' viewBox='0 0 1600 430'%3E%3Crect fill='%2393bfe8' width='1600' height='430'/%3E%3Cpath d='M950 40c130 15 320 88 520 250' stroke='%23d8ecff' stroke-width='120' fill='none' opacity='.45'/%3E%3Ccircle cx='1120' cy='212' r='135' fill='%23467db5' opacity='.48'/%3E%3Cpath d='M780 430 L1090 55 1270 175 1000 430Z' fill='%23aee5ff' opacity='.48'/%3E%3C/svg%3E") center/cover no-repeat; }
.lucius-categories { position: absolute; z-index: 2; top: 0; left: max(calc((100% - 1280px) / 2 + 18px), 36px); width: 240px; height: 430px; padding: 5px 0 13px; overflow: hidden; background: rgba(255,255,255,.97); box-shadow: 1px 0 5px rgba(58,80,110,.14); list-style: none; }
.lucius-categories a { display: block; padding: 8px 36px; color: #6d7079; font-size: 14px; line-height: 19px; text-decoration: none; }
.lucius-categories a:hover { color: var(--lucius-mint-dark); background: #f5fbfa; }
.lucius-products { padding: 29px 18px 65px; }
.lucius-section-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--lucius-line); padding-bottom: 16px; margin-bottom: 20px; }
.lucius-section-heading h1 { margin: 0; font-size: 26px; letter-spacing: 1px; color: #303441; }
.lucius-section-heading a { color: #777b85; font-size: 14px; text-decoration: none; }
.lucius-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; }
.lucius-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #eceef1; background: #fff; }
.lucius-card-image { display: flex; aspect-ratio: 1 / 1; justify-content: center; align-items: center; background: #f1f1f1; overflow: hidden; }
.lucius-card-image img { width: 100%; height: 100%; object-fit: contain; }
.lucius-card-content { display: flex; flex: 1; min-height: 210px; flex-direction: column; padding: 22px; }
.lucius-card h2 { margin: 0 0 26px; color: #545764; font-size: 19px; font-weight: 600; line-height: 1.35; }
.lucius-card h2 a { color: inherit; text-decoration: none; }
.lucius-price { color: #f3534c; font-size: 24px; font-weight: 600; }
.lucius-favourite { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 132px; height: 47px; margin-top: auto; border: 1px solid #d9dde3; color: #686d78; font-size: 16px; text-decoration: none; }
.lucius-favourite span { color: #989eaa; font-size: 29px; }
.lucius-empty { grid-column: 1 / -1; padding: 30px; text-align: center; color: var(--lucius-muted); border: 1px dashed #d8dee3; }
.lucius-footer { background: #323943; color: #c1c7cc; text-align: center; padding: 26px; font-size: 12px; }
.lucius-page-content { padding: 42px 18px 72px; min-height: 420px; }
.lucius-page-body, .lucius-search-results { max-width: 1040px; color: #535863; font-size: 16px; line-height: 1.8; }
.lucius-page-body a, .lucius-search-results a { color: var(--lucius-mint-dark); }
.lucius-search-results article { padding: 20px 0; border-bottom: 1px solid #edf0f2; }
.lucius-search-results h2 { margin: 0 0 7px; font-size: 20px; }
.lucius-standard-page .woocommerce { max-width: 100%; }
.lucius-standard-page .woocommerce-message, .lucius-standard-page .woocommerce-info { border-top-color: var(--lucius-mint); }
.lucius-standard-page .woocommerce button.button, .lucius-standard-page .woocommerce a.button, .lucius-standard-page .woocommerce input.button { background: var(--lucius-mint); color: #fff; border-radius: 0; }
.lucius-commerce-page { padding: 30px 18px 72px; min-height: 600px; }
.lucius-breadcrumb-line { margin: 0 0 28px; color: #747984; font-size: 15px; }
.lucius-breadcrumb-line a { color: #3d414a; font-weight: 700; text-decoration: none; }.lucius-breadcrumb-line span { padding: 0 12px; color: #bfc4cc; }
.lucius-catalog-filter { display: grid; grid-template-columns: 180px 1fr; border: 1px solid #e3e6ea; background: #fff; margin-bottom: 28px; }
.lucius-filter-title { padding: 22px; background: #f6f7f9; color: #676c78; font-weight: 700; }.lucius-filter-links { display: flex; flex-wrap: wrap; gap: 18px 34px; padding: 20px 28px; }.lucius-filter-links a { color: #666b75; text-decoration: none; }.lucius-filter-links a.active, .lucius-filter-links a:hover { color: var(--lucius-mint); }
.lucius-catalog-toolbar { display: flex; justify-content: space-between; align-items: center; border: 1px solid #e1e5e9; padding: 18px 24px; margin-bottom: 28px; color: #666b75; }.lucius-catalog-toolbar > span:first-child { color: #333842; font-size: 18px; font-weight: 700; }.lucius-catalog-toolbar a { margin-left: 20px; color: #666b75; text-decoration: none; }.lucius-catalog-toolbar a:first-child { color: var(--lucius-mint); }
.lucius-catalog-products .woocommerce ul.products { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 26px; }.lucius-catalog-products .woocommerce ul.products::before, .lucius-catalog-products .woocommerce ul.products::after { display:none; }.lucius-catalog-products .woocommerce ul.products li.product { float:none; width:auto; margin:0; border:1px solid #eceef1; padding:0 0 18px; }.lucius-catalog-products .woocommerce ul.products li.product img { aspect-ratio:1/1; object-fit:contain; margin:0 0 16px; background:#f1f1f1; }.lucius-catalog-products .woocommerce ul.products li.product .woocommerce-loop-product__title, .lucius-catalog-products .woocommerce ul.products li.product .price { padding:0 18px; }.lucius-catalog-products .woocommerce ul.products li.product .button { margin:15px 18px 0; }
.lucius-account-layout { display:grid; grid-template-columns:240px minmax(0,1fr); gap:38px; }.lucius-account-sidebar { border:1px solid #e5e8ec; padding:28px 0; }.lucius-account-sidebar h2 { margin:0 30px 22px; font-size:22px; color:#555a67; }.lucius-account-sidebar a { display:block; padding:15px 30px; color:#616672; text-decoration:none; }.lucius-account-sidebar a:hover { color:var(--lucius-mint); border-left:4px solid var(--lucius-mint); padding-left:26px; }.lucius-account-main { border:1px solid #e5e8ec; min-height:450px; padding:28px; }.lucius-account-main .woocommerce-MyAccount-navigation { display:none; }.lucius-account-main .woocommerce-MyAccount-content { float:none; width:auto; }
.lucius-cart-panel .shop_table { border:1px solid #e1e5e9; border-radius:0; }.lucius-cart-panel .shop_table thead { background:#f5f6f8; }.lucius-cart-panel .cart-collaterals .cart_totals { width:40%; border:1px solid #e1e5e9; padding:22px; }.lucius-cart-panel .woocommerce-cart-form__contents th { color:#666b75; }
.lucius-product-wrap { padding: 22px 18px 68px; }
.lucius-breadcrumb { margin: 0 0 25px; color: #9599a3; font-size: 13px; }
.lucius-breadcrumb a { color: #747984; text-decoration: none; }
.lucius-breadcrumb span { padding: 0 11px; color: #b3b7bf; }
.lucius-product-summary { display: grid; grid-template-columns: minmax(360px, 480px) minmax(0, 1fr); gap: 55px; padding: 25px 30px 42px; border: 1px solid #eef0f2; }
.lucius-gallery { min-height: 445px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #fbfcfc, #f2f7f7); }
.lucius-gallery img { display: block; width: 100%; height: 445px; object-fit: contain; mix-blend-mode: multiply; }
.lucius-product-info { padding: 4px 12px 0 0; }
.lucius-product-info h1 { margin: 0 0 18px; color: #343842; font-size: 25px; font-weight: 600; line-height: 1.35; }
.lucius-short-description { min-height: 45px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid #edf0f2; color: #777c86; font-size: 14px; line-height: 1.7; }
.lucius-short-description p { margin: 0; }
.lucius-detail-price { padding: 18px 20px; background: #f6fbfa; color: #ec6d4c; font-size: 28px; font-weight: 700; }
.lucius-detail-price .woocommerce-Price-currencySymbol { margin-right: 3px; font-size: 17px; }
.lucius-product-category { padding: 18px 0; color: #777c86; font-size: 14px; }
.lucius-product-category a { color: var(--lucius-mint-dark); text-decoration: none; }
.lucius-cart-form form.cart { display: flex; align-items: center; gap: 13px; margin: 9px 0 17px; }
.lucius-cart-form .quantity input { width: 72px; height: 42px; border: 1px solid #dce2e4; color: #4b515b; text-align: center; }
.lucius-cart-form button.single_add_to_cart_button { min-height: 42px; padding: 0 30px; border: 0; border-radius: 0; background: var(--lucius-mint); color: #fff; font-weight: 500; }
.lucius-cart-form button.single_add_to_cart_button:hover { background: var(--lucius-mint-dark); }
.lucius-product-actions { display: flex; align-items: center; gap: 18px; color: #7f848e; font-size: 14px; }
.lucius-buy-now { display: inline-flex; align-items: center; justify-content: center; min-width: 130px; height: 42px; border: 1px solid #f0815f; color: #ef714f; text-decoration: none; }
.lucius-description { margin-top: 43px; border: 1px solid #edf0f2; }
.lucius-description h2 { margin: 0; padding: 16px 25px; border-bottom: 2px solid var(--lucius-mint); color: #484c55; font-size: 18px; font-weight: 500; }
.lucius-description-content { padding: 30px; color: #626772; font-size: 14px; line-height: 1.9; }
.lucius-description-content p:first-child { margin-top: 0; }

/* Target catalogue proportions and account/cart presentation. */
.lucius-commerce-page { max-width: 1280px; padding-top: 20px; }
.lucius-breadcrumb-line { margin: 0 0 18px; font-size: 14px; }
.lucius-catalog-filter { display: block; margin-bottom: 20px; }
.lucius-filter-caption { padding: 10px 18px; border-bottom: 1px solid #e2e5e9; background: #f7f8fa; color: #7b808a; font-size: 14px; }
.lucius-filter-caption strong { color: var(--lucius-mint); }
.lucius-filter-body { display: grid; grid-template-columns: 90px 1fr; min-height: 126px; }
.lucius-filter-title { padding: 20px 14px; background: #f7f8fa; font-weight: 400; }
.lucius-filter-links { align-content: start; gap: 14px 38px; padding: 18px 22px; font-size: 14px; }
.lucius-catalog-toolbar { height: 46px; padding: 0; margin-bottom: 20px; }
.lucius-catalog-sorts { display: flex; align-items: stretch; height: 100%; }
.lucius-catalog-toolbar a { display: inline-flex; align-items: center; justify-content: center; width: 100px; height: 100%; margin: 0; border-right: 1px solid #e1e5e9; color: #646a75; font-size: 14px; }
.lucius-catalog-toolbar a.active { color: var(--lucius-mint); }
.lucius-catalog-total { margin-left: auto; display: flex; align-items: center; padding-right: 22px; color: #666b75; font-size: 14px; }
.lucius-catalog-total strong { margin: 0 5px; color: #ef554d; font-size: 18px; }
.lucius-catalog-products { padding: 0 0 65px; }
.lucius-catalog-products .woocommerce-products-header,
.lucius-catalog-products .woocommerce-result-count,
.lucius-catalog-products .woocommerce-ordering { display: none !important; }
.lucius-catalog-products .woocommerce ul.products { gap: 14px; }
.lucius-catalog-products .woocommerce ul.products li.product { border: 1px solid #edf0f3; padding-bottom: 20px; }
.lucius-catalog-products .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1 / 1; margin-bottom: 14px; background: #eee; object-fit: contain; }
.lucius-catalog-products .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 46px; padding: 0 16px; color: #595d68; font-size: 17px; line-height: 1.35; }
.lucius-catalog-products .woocommerce ul.products li.product .price { padding: 0 16px; color: #ef554d; font-size: 22px; }
.lucius-catalog-products .woocommerce ul.products li.product .button { display: inline-flex; align-items: center; justify-content: center; height: 39px; margin: 13px 16px 0; padding: 0 16px; border: 1px solid #d9dde3; background: #fff; color: #666d78; font-size: 0; font-weight: 400; }
.lucius-catalog-products .woocommerce ul.products li.product .button::before { content: '♡ 收藏'; font-size: 16px; }
.lucius-catalog-products .woocommerce ul.products li.product .added_to_cart { display: none; }
.lucius-account-layout { gap: 20px; }
.lucius-account-sidebar { padding: 24px 0 18px; }
.lucius-account-sidebar h2 { margin-bottom: 24px; font-size: 22px; }
.lucius-account-sidebar .lucius-side-group { padding: 13px 30px 7px; color: #545966; font-size: 18px; font-weight: 700; }
.lucius-account-sidebar a { padding: 12px 30px; }
.lucius-account-sidebar a:first-of-type { color: var(--lucius-mint); border-left: 4px solid var(--lucius-mint); padding-left: 26px; }
.lucius-account-main { min-height: 0; padding: 0; border: 0; }
.lucius-member-dashboard { border: 1px solid #e5e8ec; }
.lucius-member-hero { position: relative; display: flex; align-items: center; gap: 22px; min-height: 200px; padding: 36px 42px; }
.lucius-avatar { width: 70px; height: 70px; border: 1px solid #e3e5e8; border-radius: 50%; color: #c7cbd1; font-size: 38px; line-height: 66px; text-align: center; }
.lucius-member-hero h2 { margin: 0 0 18px; color: #555a67; font-size: 26px; }
.lucius-member-hero p { margin: 0; color: #666b77; font-size: 16px; }
.lucius-agent-badge { position: absolute; right: 42px; top: 50%; transform: translateY(-50%); padding: 8px 24px; border-radius: 20px; background: var(--lucius-mint); color: #fff; }
.lucius-balance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0; }
.lucius-balance-card { min-height: 190px; border: 1px solid #e5e8ec; }
.lucius-balance-card header { display: flex; justify-content: space-between; padding: 14px 20px; border-bottom: 1px solid #e5e8ec; background: #f7f8fa; color: #606571; }
.lucius-balance-card header a { color: inherit; text-decoration: none; }
.lucius-balance-card > strong { display: inline-block; margin: 48px 35px 0; color: var(--lucius-mint); font-size: 40px; font-weight: 400; }
.lucius-withdraw { float: right; margin: 52px 38px 0 0; padding: 8px 24px; border: 1px solid var(--lucius-mint); border-radius: 22px; color: var(--lucius-mint); text-decoration: none; }
.lucius-balance-card p { display: flex; gap: 18px; align-items: baseline; margin: 20px 38px 0; color: #777c87; font-size: 18px; }
.lucius-balance-card p strong { color: #8a8f9b; font-size: 34px; font-weight: 400; }.lucius-balance-card p strong.red { color: #ee514b; }
.lucius-cart-panel { border: 1px solid #e1e5e9; padding: 0; }
.lucius-cart-panel .shop_table { margin: 0; border: 0; }.lucius-cart-panel .shop_table thead { background: #f6f7f9; }.lucius-cart-panel .shop_table th { padding: 17px 12px; }.lucius-cart-panel .cart-collaterals { padding: 20px; }.lucius-cart-panel .cart-collaterals .cart_totals { width: 42%; }
.lucius-product-wrap { max-width: 1440px; padding-top: 18px; }.lucius-product-summary { grid-template-columns: 400px minmax(0, 1fr); gap: 40px; padding: 0; border: 0; }.lucius-gallery { min-height: 400px; background: #eee; }.lucius-gallery img { height: 400px; }.lucius-product-info { padding: 10px 0; }.lucius-product-info h1 { font-size: 24px; }.lucius-detail-price { padding: 12px 0; background: transparent; color: #e65c4e; font-size: 36px; }.lucius-short-description { border: 0; color: #858993; }.lucius-product-category { padding: 12px 0; }.lucius-cart-form form.cart { margin: 12px 0; }.lucius-buy-now { height: 44px; background: var(--lucius-mint); color: #fff; border-color: var(--lucius-mint); }.lucius-description { margin-top: 35px; }.lucius-description h2 { border-bottom: 1px solid #edf0f2; }
@media (max-width: 800px) {
  .lucius-shell { width: 100%; max-width: none; }
  .lucius-topline { height: 31px; }
  .lucius-topline .lucius-shell { padding: 0 14px; font-size: 11px; }
  .lucius-topline a { margin-left: 12px; }
  .lucius-language-switcher { margin-left: 8px; }
  .lucius-brandbar { grid-template-columns: 112px minmax(0, 1fr); gap: 13px; padding: 14px; }
  .lucius-logo { width: 112px; height: 54px; }
  .lucius-logo img { width: 112px; }
  .lucius-search { height: 36px; border-width: 1px; }
  .lucius-search input { padding: 0 9px; font-size: 13px; }
  .lucius-search button { width: 54px; padding: 0; font-size: 13px; letter-spacing: 2px; text-indent: 2px; }
  .lucius-actions { display: none; }
  .lucius-nav { height: 44px; padding: 0; overflow: hidden; }
  .lucius-category-toggle { width: 142px; flex: 0 0 142px; padding: 0 13px; font-size: 13px; }
  .lucius-category-toggle:before { margin-right: 7px; font-size: 14px; }
  .lucius-menu { flex: 1; gap: 25px; padding-left: 18px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .lucius-menu a { font-size: 13px; }
  .lucius-categories { display: none; }
  .lucius-hero { height: 175px; }
  .lucius-products { padding: 24px 14px 45px; }
  .lucius-section-heading { padding-bottom: 12px; margin-bottom: 14px; }
  .lucius-section-heading h1 { font-size: 21px; }
  .lucius-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .lucius-card-content { min-height: 150px; padding: 12px; }
  .lucius-card h2 { height: 35px; overflow: hidden; margin: 0 0 12px; font-size: 13px; }
  .lucius-price { font-size: 17px; }
  .lucius-favourite { width: 92px; height: 34px; gap: 5px; font-size: 12px; }
  .lucius-favourite span { font-size: 20px; }
  .lucius-product-wrap { padding: 14px 14px 42px; }
  .lucius-commerce-page { padding:20px 14px 45px; }.lucius-catalog-filter { grid-template-columns:1fr; }.lucius-filter-title { padding:14px; }.lucius-filter-links { gap:12px 18px; padding:14px; }.lucius-catalog-toolbar { padding:14px; font-size:12px; }.lucius-catalog-toolbar a { margin-left:8px; }.lucius-catalog-products .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.lucius-account-layout { grid-template-columns:1fr; gap:16px; }.lucius-account-sidebar { display:flex; overflow:auto; padding:0; }.lucius-account-sidebar h2 { display:none; }.lucius-account-sidebar a { white-space:nowrap; padding:14px 16px; }.lucius-account-main { padding:16px; }.lucius-cart-panel { overflow-x:auto; }.lucius-cart-panel .cart-collaterals .cart_totals { width:100%; }
  .lucius-breadcrumb { margin-bottom: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .lucius-product-summary { grid-template-columns: 1fr; gap: 19px; padding: 12px; }
  .lucius-gallery, .lucius-gallery img { min-height: 295px; height: 295px; }
  .lucius-product-info { padding: 0; }
  .lucius-product-info h1 { margin-bottom: 12px; font-size: 20px; }
  .lucius-short-description { margin-bottom: 12px; font-size: 13px; }
  .lucius-detail-price { padding: 14px; font-size: 24px; }
  .lucius-cart-form form.cart { flex-wrap: wrap; }
  .lucius-cart-form button.single_add_to_cart_button { flex: 1; padding: 0 15px; }
  .lucius-description { margin-top: 24px; }
  .lucius-description h2 { padding: 13px 16px; font-size: 16px; }
  .lucius-description-content { padding: 18px; font-size: 13px; }
}
