    :root{
      --bs-bg-1:#ecfdf5;
      --bs-bg-2:#f0fdfa;
      --bs-hero-1:#059669;
      --bs-hero-2:#0f766e;
      --bs-text:#111827;
      --bs-muted:#6b7280;
      --bs-chip:#f3f4f6;
      --bs-line:#e5e7eb;
      --bs-card:#ffffff;
      --bs-shadow:0 10px 26px rgba(15,23,42,.10);
      --bs-shadow-hover:0 18px 42px rgba(15,23,42,.16);
      --bs-radius-xl:24px;
      --bs-radius-lg:18px;
      --bs-radius-md:14px;
    }

    .botanica-page{
      min-height:calc(100vh - 80px);
      background:linear-gradient(135deg, var(--bs-bg-1), #fff 50%, var(--bs-bg-2));
      color:var(--bs-text);
      padding-bottom:44px;
    }

    .botanica-search{
      width:auto;
      max-width:560px;
      flex:1 1 420px;
      min-width:240px;
      position:relative;
    }

    .botanica-search input{
      width:100%;
      height:50px;
      border:none;
      border-radius:999px;
      background:#ffffff;
      border:1px solid #d1d5db;
      box-shadow:0 8px 20px rgba(15,23,42,.08);
      color:#111827;
      padding:0 52px 0 18px;
      outline:none;
      font-size:15px;
      font-weight:600;
    }

    .botanica-search input::placeholder{
      color:#9ca3af;
    }

    .botanica-search input:focus{
      border-color:#34d399;
      box-shadow:0 0 0 4px rgba(52,211,153,.18), 0 10px 24px rgba(15,23,42,.08);
    }

    .botanica-search svg{
      position:absolute;
      right:16px;
      top:50%;
      transform:translateY(-50%);
      width:18px;
      height:18px;
      stroke:#10b981;
      fill:none;
      pointer-events:none;
    }

    .botanica-toolbar{
      position:sticky;
      top:0;
      z-index:30;
      margin-top:0;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(12px);
      border-top:1px solid rgba(255,255,255,.3);
      border-bottom:1px solid var(--bs-line);
      box-shadow:0 6px 22px rgba(15,23,42,.06);
      transition:transform .22s ease, opacity .22s ease, visibility .22s ease;
      transform:translateY(0);
      opacity:1;
      visibility:visible;
    }

    .botanica-toolbar.is-hidden{
      transform:translateY(calc(-100% - 24px));
      opacity:0;
      visibility:hidden;
      pointer-events:none;
    }

    .botanica-toolbar__inner{
      max-width:1280px;
      margin:0 auto;
      padding:14px 24px;
      display:block;
    }

    .botanica-chips{
      display:none !important;
    }

    .botanica-toolbar > .botanica-toolbar__inner > .botanica-mobile-category-trigger{
      display:none !important;
    }

    .botanica-actions{
      display:flex;
      align-items:center;
      gap:10px;
      width:100%;
      min-width:0;
      flex-wrap:wrap;
    }

    .botanica-action{
      position:relative;
      flex-shrink:0;
    }

    .botanica-action--category{
      width:auto;
    }

    .botanica-btn{
      display:flex;
      align-items:center;
      gap:8px;
      height:40px;
      padding:0 16px;
      border:1px solid #d1d5db;
      border-radius:999px;
      background:#fff;
      color:#374151;
      font-size:14px;
      font-weight:600;
      cursor:pointer;
      transition:background .2s ease, border-color .2s ease;
    }

    .botanica-btn:hover{
      background:#f9fafb;
      border-color:#9ca3af;
    }

    .botanica-btn svg{
      width:16px;
      height:16px;
      stroke:currentColor;
      fill:none;
    }

    .botanica-btn--reset{
      background:#fff;
      border-color:#d1d5db;
      color:#374151;
      box-shadow:none;
    }

    .botanica-btn--reset:hover{
      background:#f9fafb;
      border-color:#9ca3af;
      color:#374151;
    }

    .botanica-dropdown{
      position:absolute;
      right:0;
      top:calc(100% + 10px);
      min-width:280px;
      padding:16px;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--bs-line);
      box-shadow:var(--bs-shadow);
      display:none;
    }

    .botanica-dropdown.open{display:block}

    .botanica-dropdown--wide{
      min-width:360px;
      max-height:356px;
      overflow:auto;
      overscroll-behavior:contain;
      scrollbar-width:thin;
      scrollbar-color:#a7f3d0 #ecfdf5;
      -webkit-overflow-scrolling:touch;
    }

    .botanica-dropdown--wide::-webkit-scrollbar{
      width:10px;
    }

    .botanica-dropdown--wide::-webkit-scrollbar-track{
      background:#ecfdf5;
      border-radius:999px;
    }

    .botanica-dropdown--wide::-webkit-scrollbar-thumb{
      background:linear-gradient(180deg, #6ee7b7, #10b981);
      border-radius:999px;
      border:2px solid #ecfdf5;
    }

    .botanica-price-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }

    .botanica-price-grid input{
      width:100%;
      height:42px;
      border:1px solid #d1d5db;
      border-radius:12px;
      padding:0 12px;
      font-size:14px;
      outline:none;
    }

    .botanica-species-group{
      border-bottom:1px solid #f3f4f6;
      padding:10px 0;
    }

    .botanica-species-group:last-child{
      border-bottom:none;
      padding-bottom:0;
    }

    .botanica-species-heading{
      display:flex;
      align-items:center;
      width:100%;
      gap:8px;
      padding:0;
      border:0;
      background:transparent;
      font:inherit;
      font-size:13px;
      font-weight:700;
      color:#111827;
      margin-bottom:10px;
      text-transform:uppercase;
      letter-spacing:.06em;
      cursor:pointer;
    }

    .botanica-species-heading img{
      width:26px;
      height:26px;
      border-radius:8px;
      object-fit:cover;
    }

    .botanica-species-heading__chevron{
      width:14px;
      height:14px;
      margin-left:auto;
      flex-shrink:0;
      fill:none;
      stroke:#66806d;
      stroke-width:2;
      transition:transform .18s ease;
    }

    .botanica-species-group.open .botanica-species-heading__chevron{
      transform:rotate(180deg);
    }

    .botanica-species-list{
      display:grid;
      gap:8px;
    }

    #mobile-species-list .botanica-species-list{
      display:none;
    }

    #mobile-species-list .botanica-species-group.open .botanica-species-list{
      display:grid;
    }

    #mobile-species-list .botanica-species-group[hidden],
    #mobile-species-list .botanica-species-item[hidden]{
      display:none;
    }

    .botanica-species-item{
      display:grid;
      grid-template-columns:30px 1fr auto auto;
      gap:10px;
      align-items:center;
      width:100%;
      padding:8px 10px;
      border:0;
      border-radius:14px;
      background:transparent;
      text-align:left;
      cursor:pointer;
      font:inherit;
      transition:background .15s ease, color .15s ease;
    }

    .botanica-species-item:hover{
      background:#f3f4f6;
    }

    .botanica-species-item.active{
      background:#ecfdf5;
    }

    .botanica-species-item img{
      width:30px;
      height:30px;
      border-radius:10px;
      object-fit:cover;
    }

    .botanica-species-name{
      font-size:14px;
      color:#374151;
    }

    .botanica-species-item.active .botanica-species-name{
      color:#065f46;
      font-weight:700;
    }

    .botanica-species-count{
      font-size:13px;
      color:#9ca3af;
    }

    .botanica-species-clear{
      display:flex;
      align-items:center;
      justify-content:center;
      width:22px;
      height:22px;
      border-radius:50%;
      background:#065f46;
      color:#fff;
      font-size:15px;
      line-height:1;
    }

    .botanica-body{
      max-width:1280px;
      margin:0 auto;
      padding:34px 24px 0;
    }

    .botanica-headline{
      margin-bottom:22px;
    }

    .botanica-headline h1{
      font-size:34px;
      line-height:1.05;
      font-weight:800;
      margin:0 0 8px;
      color:#111827;
    }

    .botanica-headline p{
      margin:0;
      font-size:15px;
      color:var(--bs-muted);
    }

    .botanica-stats{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:12px;
      margin:0 0 22px;
    }

    .botanica-stats__pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(16,185,129,.22);
      background:rgba(255,255,255,.9);
      color:#065f46;
      font-size:14px;
      font-weight:700;
      box-shadow:0 10px 24px rgba(15,23,42,.06);
    }

    .botanica-stats__label{
      color:#6b7280;
      font-weight:600;
    }

    .botanica-scroll-hint{
      display:inline-flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
      color:#0f766e;
      font-size:13px;
      font-weight:700;
      white-space:nowrap;
    }

    .botanica-scroll-hint::before{
      content:'';
      width:32px;
      height:6px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(16,185,129,.28), #10b981);
    }

    .botanica-mobile-category-trigger{
      display:flex;
      flex-shrink:0;
    }

    .botanica-category-dropdown{
      min-width:260px;
      max-width:320px;
    }

    .botanica-category-list{
      display:grid;
      gap:8px;
    }

    .botanica-category-item{
      width:100%;
      min-height:44px;
      border:none;
      border-radius:14px;
      background:transparent;
      color:#111827;
      font:inherit;
      font-size:14px;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:0 14px;
      cursor:pointer;
      text-align:left;
      transition:background .16s ease, color .16s ease;
    }

    .botanica-category-item:hover{
      background:#f3f4f6;
    }

    .botanica-category-item.active{
      background:linear-gradient(135deg, var(--bs-hero-1), var(--bs-hero-2));
      color:#fff;
      box-shadow:0 12px 22px rgba(5,150,105,.18);
    }

    .botanica-category-item__count{
      font-size:12px;
      opacity:.72;
    }

    .botanica-mobile-category-list{
      display:grid;
      gap:10px;
    }

    .botanica-mobile-category-item{
      min-height:48px;
      padding:0 16px;
      border:none;
      border-radius:16px;
      background:#f8fafc;
      color:#111827;
      font:inherit;
      font-size:15px;
      font-weight:700;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      cursor:pointer;
      text-align:left;
    }

    .botanica-mobile-category-item.active{
      background:linear-gradient(135deg, var(--bs-hero-1), var(--bs-hero-2));
      color:#fff;
      box-shadow:0 14px 28px rgba(5,150,105,.18);
    }

    .botanica-mobile-category-count{
      font-size:13px;
      opacity:.72;
    }

    .botanica-mobile-category-info{
      display:flex;
      align-items:center;
      gap:10px;
      min-width:0;
      overflow:hidden;
    }

    .botanica-mobile-category-info img,
    .botanica-mobile-category-info__placeholder{
      width:32px;
      height:32px;
      border-radius:50%;
      object-fit:cover;
      flex-shrink:0;
      background:#eef2ec;
    }

    .botanica-mobile-category-info span{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }

    .botanica-mobile-sheet-overlay{
      position:fixed;
      inset:0;
      z-index:80;
      background:rgba(15,23,42,.42);
      opacity:0;
      pointer-events:none;
      transition:opacity .2s ease;
    }

    .botanica-mobile-sheet-overlay.open{
      opacity:1;
      pointer-events:auto;
    }

    .botanica-mobile-sheet{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      z-index:81;
      border-radius:28px 28px 0 0;
      background:#fff;
      box-shadow:0 -24px 48px rgba(15,23,42,.24);
      padding:14px 16px calc(18px + env(safe-area-inset-bottom));
      transform:translateY(102%);
      transition:transform .24s ease;
      display:none;
      max-height:min(78vh, 640px);
      overflow:hidden;
    }

    .botanica-mobile-sheet.open{
      transform:translateY(0);
    }

    .botanica-mobile-sheet__grab{
      width:56px;
      height:6px;
      border-radius:999px;
      background:#d1d5db;
      margin:0 auto 14px;
    }

    .botanica-mobile-sheet__head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:14px;
    }

    .botanica-mobile-sheet__title{
      margin:0;
      font-size:18px;
      font-weight:800;
      color:#111827;
    }

    .botanica-mobile-sheet__close{
      width:38px;
      height:38px;
      border:none;
      border-radius:50%;
      background:#f3f4f6;
      color:#374151;
      font-size:22px;
      line-height:1;
      cursor:pointer;
    }

    .botanica-mobile-sheet__body{
      overflow-y:auto;
      -webkit-overflow-scrolling:touch;
      overscroll-behavior:contain;
      max-height:calc(min(78vh, 640px) - 86px);
      padding-right:4px;
      scrollbar-width:thin;
      scrollbar-color:#a7f3d0 #ecfdf5;
    }

    .botanica-mobile-sheet__body::-webkit-scrollbar{
      width:8px;
    }

    .botanica-mobile-sheet__body::-webkit-scrollbar-track{
      background:#ecfdf5;
      border-radius:999px;
    }

    .botanica-mobile-sheet__body::-webkit-scrollbar-thumb{
      background:linear-gradient(180deg, #6ee7b7, #10b981);
      border-radius:999px;
    }

    .botanica-mobile-price{
      display:grid;
      gap:8px;
    }

    .botanica-mobile-price__label{
      font-size:13px;
      font-weight:700;
      color:#6b7280;
      text-transform:uppercase;
      letter-spacing:.06em;
    }

    .botanica-mobile-price__grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:8px;
    }

    .botanica-mobile-price__grid input{
      width:100%;
      height:38px;
      border:1px solid #d1d5db;
      border-radius:12px;
      padding:0 12px;
      font-size:13px;
      font-weight:600;
      outline:none;
      background:#fff;
    }

    .botanica-mobile-price__grid input:focus{
      border-color:#34d399;
      box-shadow:0 0 0 4px rgba(52,211,153,.14);
    }

    .botanica-mobile-price__presets{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:8px;
    }

    .botanica-mobile-price__preset{
      min-height:34px;
      border:none;
      border-radius:12px;
      background:#ecfdf5;
      color:#065f46;
      font:inherit;
      font-size:12px;
      font-weight:700;
      cursor:pointer;
    }

    .botanica-mobile-price__actions{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
      margin-top:4px;
    }

    .botanica-mobile-secondary,
    .botanica-mobile-primary{
      min-height:48px;
      border:none;
      border-radius:16px;
      font:inherit;
      font-size:15px;
      font-weight:700;
      cursor:pointer;
    }

    .botanica-mobile-secondary{
      background:#f3f4f6;
      color:#374151;
    }

    .botanica-mobile-primary{
      background:linear-gradient(135deg, var(--bs-hero-1), var(--bs-hero-2));
      color:#fff;
      box-shadow:0 14px 28px rgba(5,150,105,.18);
    }

    .botanica-grid{
      display:grid;
      grid-template-columns:repeat(4,minmax(0,1fr));
      gap:24px;
    }

    .botanica-card{
      background:var(--bs-card);
      border-radius:24px;
      overflow:hidden;
      box-shadow:var(--bs-shadow);
      border:1px solid rgba(229,231,235,.8);
      transition:transform .3s ease, box-shadow .3s ease;
      position:relative;
      content-visibility:auto;
      contain-intrinsic-size:430px;
    }

    .botanica-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--bs-shadow-hover);
    }

    .botanica-card__media{
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
      aspect-ratio:1/1;
      overflow:hidden;
      background:#fff;
    }

    .botanica-card__media img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
      transition:none;
    }

    .botanica-card:hover .botanica-card__media img{
      transform:none;
    }

    .botanica-card__fallback{
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:40px;
      color:rgba(17,24,39,.24);
      background:#d1fae5;
    }

    .botanica-card__tag{
      position:absolute;
      top:14px;
      left:14px;
      padding:7px 12px;
      border-radius:999px;
      background:linear-gradient(90deg, var(--bs-hero-1), #0f766e);
      color:#fff;
      font-size:12px;
      font-weight:700;
      box-shadow:0 10px 18px rgba(5,150,105,.25);
      z-index:2;
    }

    .botanica-card__wish{
      position:absolute;
      top:14px;
      right:14px;
      width:40px;
      height:40px;
      border:none;
      border-radius:50%;
      background:rgba(255,255,255,.95);
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      box-shadow:0 8px 18px rgba(15,23,42,.14);
      transition:transform .2s ease;
    }

    .botanica-card__wish:hover{
      transform:scale(1.06);
    }

    .botanica-card__wish svg{
      width:18px;
      height:18px;
      stroke:#9ca3af;
      fill:none;
    }

    .botanica-card__wish.active svg{
      stroke:#f43f5e;
      fill:#f43f5e;
    }

    .botanica-card__stockout{
      position:absolute;
      inset:0;
      background:rgba(0,0,0,.48);
      backdrop-filter:blur(3px);
      display:flex;
      align-items:center;
      justify-content:center;
      z-index:2;
    }

    .botanica-card__stockout span{
      background:#fff;
      color:#111827;
      padding:10px 16px;
      border-radius:999px;
      font-size:13px;
      font-weight:700;
    }

    .botanica-card__body{
      padding:18px 18px 20px;
    }

    .botanica-card__title{
      display:block;
      color:#111827;
      text-decoration:none;
      font-size:18px;
      font-weight:700;
      line-height:1.28;
      margin-bottom:5px;
    }

    .botanica-card__latin{
      font-size:13px;
      color:#6b7280;
      font-style:italic;
      margin-bottom:14px;
      min-height:18px;
    }

    .botanica-card__meta{
      display:flex;
      align-items:center;
      gap:8px;
      margin-bottom:16px;
      font-size:13px;
      color:#6b7280;
    }

    .botanica-card__star{
      width:14px;
      height:14px;
      fill:#fbbf24;
      stroke:#fbbf24;
      flex-shrink:0;
    }

    .botanica-card__bottom{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:14px;
    }

    .botanica-card__price-label{
      display:block;
      font-size:12px;
      color:#9ca3af;
      margin-bottom:3px;
    }

    .botanica-card__price{
      font-size:28px;
      font-weight:800;
      color:var(--bs-hero-1);
      line-height:1;
    }

    .botanica-card__old-price{
      margin-top:4px;
      font-size:13px;
      color:#9ca3af;
      text-decoration:line-through;
      font-weight:700;
    }

    .botanica-card__discount{
      display:inline-flex;
      align-items:center;
      margin-top:6px;
      padding:3px 7px;
      border-radius:999px;
      background:#dcfce7;
      color:#15803d;
      font-size:11px;
      font-weight:900;
      letter-spacing:.02em;
    }

    .botanica-card__buy{
      min-width:112px;
      height:46px;
      border:none;
      border-radius:14px;
      background:var(--bs-hero-1);
      color:#fff;
      font-size:14px;
      font-weight:700;
      cursor:pointer;
      transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
    }

    .botanica-card__buy:hover{
      background:#047857;
      transform:translateY(-1px);
      box-shadow:0 12px 20px rgba(5,150,105,.22);
    }

    .botanica-card__buy.in-cart{
      background:#065f46;
    }

    .botanica-card__buy[disabled]{
      background:#e5e7eb;
      color:#9ca3af;
      cursor:not-allowed;
      box-shadow:none;
      transform:none;
    }

    .botanica-empty{
      grid-column:1/-1;
      background:#fff;
      border:1px solid var(--bs-line);
      border-radius:24px;
      padding:72px 24px;
      text-align:center;
      color:#6b7280;
      box-shadow:var(--bs-shadow);
    }

    .botanica-loadmore{
      display:none !important;
    }

    .botanica-pagination{
      display:flex;
      justify-content:center;
      margin-top:28px;
      flex-wrap:wrap;
      gap:10px;
    }

    .botanica-pagination[hidden]{
      display:none !important;
    }

    .botanica-pagination__btn{
      min-width:46px;
      height:46px;
      padding:0 16px;
      border:1px solid rgba(5,150,105,.16);
      border-radius:999px;
      background:#fff;
      color:#065f46;
      font:inherit;
      font-size:14px;
      font-weight:700;
      cursor:pointer;
      box-shadow:0 10px 22px rgba(15,23,42,.06);
      transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .botanica-pagination__btn:hover{
      transform:translateY(-1px);
      box-shadow:0 14px 28px rgba(15,23,42,.10);
      background:#f0fdf4;
    }

    .botanica-pagination__btn.active{
      background:linear-gradient(135deg, var(--bs-hero-1), var(--bs-hero-2));
      color:#fff;
      border-color:transparent;
      box-shadow:0 14px 28px rgba(5,150,105,.22);
    }

    .botanica-pagination__btn[disabled]{
      opacity:.45;
      cursor:not-allowed;
      transform:none;
      box-shadow:none;
      background:#f9fafb;
    }

    .botanica-pagination__summary{
      width:100%;
      text-align:center;
      color:#6b7280;
      font-size:13px;
      font-weight:600;
    }

    @media (max-width: 1240px){
      .botanica-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
      .botanica-search{max-width:480px}
    }

    @media (max-width: 980px){
      .botanica-search{
        max-width:none;
        flex:1 1 100%;
      }
      .botanica-toolbar__inner{
        padding-top:12px;
        padding-bottom:12px;
      }
      .botanica-actions{
        justify-content:flex-start;
      }
      .botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }

    @media (max-width: 720px){
      .botanica-body,
      .botanica-toolbar__inner{
        padding-left:16px;
        padding-right:16px;
      }
      .botanica-page{
        padding-bottom:28px;
      }
      .botanica-toolbar{
        position:static;
        backdrop-filter:none;
        -webkit-backdrop-filter:none;
      }
      .botanica-toolbar.is-hidden{
        transform:none;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
      }
      .botanica-toolbar__inner{
        gap:14px;
      }
      .botanica-mobile-category-trigger{
        display:block;
        width:100%;
      }
      .botanica-actions{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:10px;
      }
      .botanica-action--category{
        grid-column:1/-1;
      }
      .botanica-search{
        width:100%;
        max-width:none;
        min-width:0;
        grid-column:1/-1;
      }
      .botanica-action{
        min-width:0;
      }
      .botanica-btn{
        width:100%;
        justify-content:center;
        padding:0 12px;
        font-size:13px;
        min-height:44px;
      }
      .botanica-btn--reset{
        grid-column:1/-1;
        min-height:46px;
        border-radius:18px;
        background:linear-gradient(180deg, #f8fafc, #eef2f7);
        border-color:#d7e1ea;
        color:#475569;
        font-weight:700;
      }
      .botanica-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
      }
      .botanica-card{
        display:flex;
        flex-direction:column;
      }
      .botanica-card__tag{
        top:8px;
        left:8px;
        padding:5px 8px;
        font-size:10px;
      }
      .botanica-card__wish{
        top:8px;
        right:8px;
        width:34px;
        height:34px;
      }
      .botanica-card__body{
        display:flex;
        flex:1;
        flex-direction:column;
        padding:10px;
      }
      .botanica-card__title{
        min-height:34px;
        margin-bottom:4px;
        font-size:14px;
        line-height:1.2;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
      }
      .botanica-card__latin{
        min-height:14px;
        margin-bottom:8px;
        overflow:hidden;
        font-size:11px;
        line-height:1.25;
        text-overflow:ellipsis;
        white-space:nowrap;
      }
      .botanica-card__meta{
        gap:4px;
        margin-bottom:10px;
        font-size:11px;
      }
      .botanica-card__star{
        width:12px;
        height:12px;
      }
      .botanica-card__bottom{
        display:grid;
        margin-top:auto;
        grid-template-columns:minmax(0,1fr);
        gap:8px;
      }
      .botanica-card__price-label{
        font-size:10px;
      }
      .botanica-card__price{
        font-size:18px;
        line-height:1.08;
      }
      .botanica-card__old-price{
        font-size:11px;
      }
      .botanica-card__buy{
        width:100%;
        min-width:0;
        height:38px;
        font-size:12px;
      }
      .botanica-headline h1{font-size:28px}
      .botanica-dropdown,
      .botanica-dropdown--wide{
        display:none !important;
      }
      .botanica-mobile-sheet{
        display:block;
      }
      .botanica-pagination{
        margin-top:22px;
      }
      .botanica-pagination__btn{
        min-width:42px;
        height:42px;
        padding:0 14px;
      }
      .botanica-stats{
        gap:10px;
      }
      .botanica-stats__pill{
        width:100%;
        justify-content:space-between;
      }
      .botanica-scroll-hint{
        width:100%;
        margin-left:0;
        justify-content:flex-start;
      }
      .botanica-stats{
        display:none;
      }
      .botanica-scroll-hint{
        display:none;
      }
    }
    /* Storefront style reset: restrained Sadgosp shop UI */
    .botanica-page{
      background:#f6f8f5;
      color:#17221b;
    }

    .botanica-toolbar{
      top:0;
      background:#ffffff;
      border-top:0;
      border-bottom:1px solid #e5e7eb;
      box-shadow:none;
      backdrop-filter:none;
    }

    .botanica-toolbar__inner{
      padding:12px 24px;
    }

    .botanica-search input,
    .botanica-btn,
    .botanica-dropdown{
      box-shadow:none;
    }

    .botanica-search input{
      height:44px;
      border-radius:10px;
      font-weight:500;
    }

    .botanica-btn{
      height:40px;
      border-radius:10px;
      color:#243528;
      background:#fff;
    }

    .botanica-btn:hover{
      border-color:#16a34a;
      color:#148a3d;
      background:#f8fcf8;
    }

    .botanica-body{
      padding-top:34px;
    }

    .botanica-headline{
      max-width:760px;
      margin-bottom:22px;
    }

    .botanica-headline h1{
      color:#14231a;
      letter-spacing:0;
      font-size:clamp(30px,4vw,46px);
      line-height:1.12;
    }

    .botanica-headline p{
      color:#5d6b61;
      font-size:16px;
      line-height:1.65;
    }

    .botanica-stats{
      margin-bottom:22px;
    }

    .botanica-stats__pill{
      min-height:36px;
      border-radius:10px;
      border:1px solid #e5e7eb;
      background:#fff;
      box-shadow:none;
      color:#243528;
    }

    .botanica-card{
      border-radius:10px;
      border:1px solid #e5e7eb;
      box-shadow:none;
      background:#fff;
    }

    .botanica-card:hover{
      transform:translateY(-2px);
      box-shadow:0 12px 28px rgba(22,35,26,.08);
      border-color:#d4ded6;
    }

    .botanica-card__media{
      border-radius:10px 10px 0 0;
      background:#fff;
    }

    .botanica-card__media img{
      transition:none;
    }

    .botanica-card:hover .botanica-card__media img{
      transform:none;
    }

    .botanica-card__tag,
    .botanica-card__wish,
    .botanica-card__buy{
      border-radius:8px;
    }

    .botanica-card__tag{
      background:#fff;
      color:#148a3d;
      border:1px solid #dce9dd;
      box-shadow:none;
    }

    .botanica-card__title{
      color:#17221b;
    }

    .botanica-card__title:hover{
      color:#148a3d;
    }

    .botanica-card__price{
      color:#148a3d;
    }

    .botanica-card__buy{
      background:#159447;
      box-shadow:none;
    }

    .botanica-card__buy:hover{
      background:#107c38;
    }

    .botanica-headline--catalog{
      max-width:none;
      margin-bottom:18px;
    }

    .botanica-headline--catalog h1{
      font-size:30px;
      line-height:1.2;
      white-space:nowrap;
      margin-bottom:5px;
    }

    .botanica-headline--catalog p{
      font-size:14px;
      line-height:1.45;
    }

    @media (min-width:981px){
      .botanica-toolbar{
        background:#f8faf8;
      }

      .botanica-toolbar__inner{
        padding-top:10px;
        padding-bottom:10px;
      }

      .botanica-actions{
        flex-wrap:nowrap;
        gap:8px;
      }

      .botanica-search{
        flex:1 1 auto;
        width:auto;
        max-width:none;
        min-width:280px;
      }

      .botanica-search input{
        height:40px;
        font-size:14px;
      }

      .botanica-action--category .botanica-btn{
        min-width:126px;
        justify-content:flex-start;
      }

      .botanica-btn--reset{
        width:40px;
        min-width:40px;
        padding:0;
        justify-content:center;
      }

      .botanica-btn--reset .botanica-btn__label{
        display:none;
      }
    }

    @media (max-width:720px){
      .botanica-headline h1{
        font-size:28px;
      }

      .botanica-headline--catalog h1{
        font-size:26px;
        white-space:normal;
      }
    }

    .botanica-mobile-bottom-nav{
      display:none;
    }

    html.catalog-sheet-open,
    body.catalog-sheet-open{
      overflow:hidden;
      overscroll-behavior:none;
    }

    body.catalog-sheet-open{
      position:fixed;
      left:0;
      right:0;
      width:100%;
    }

    .botanica-mobile-filter-section{
      padding:16px 0;
      border-bottom:1px solid #eef2f0;
    }

    .botanica-mobile-filter-section:first-child{
      padding-top:0;
    }

    .botanica-mobile-filter-section:last-child{
      border-bottom:0;
    }

    .botanica-mobile-filter-label{
      display:block;
      margin-bottom:10px;
      color:#243528;
      font-size:14px;
      font-weight:800;
    }

    .botanica-mobile-search{
      position:relative;
    }

    .botanica-mobile-search input{
      width:100%;
      height:48px;
      padding:0 48px 0 14px;
      border:1px solid #d1d5db;
      border-radius:12px;
      background:#fff;
      color:#17221b;
      font:inherit;
      font-size:15px;
      outline:none;
    }

    .botanica-mobile-search input:focus{
      border-color:#16a34a;
      box-shadow:0 0 0 3px rgba(22,163,74,.12);
    }

    .botanica-mobile-search svg{
      position:absolute;
      top:50%;
      right:15px;
      width:19px;
      height:19px;
      transform:translateY(-50%);
      fill:none;
      stroke:#159447;
      pointer-events:none;
    }

    .botanica-mobile-filter-actions{
      position:sticky;
      bottom:0;
      display:grid;
      grid-template-columns:1fr 1.4fr;
      gap:10px;
      padding:14px 0 2px;
      background:#fff;
    }

    @media (max-width:720px){
      .botanica-toolbar{
        display:none !important;
      }

      .botanica-page{
        padding-bottom:calc(94px + env(safe-area-inset-bottom));
      }

      .botanica-body{
        padding-top:24px;
      }

      .botanica-mobile-bottom-nav{
        position:fixed;
        left:12px;
        right:12px;
        bottom:calc(10px + env(safe-area-inset-bottom));
        z-index:70;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        min-height:64px;
        padding:6px;
        border:1px solid #dce6de;
        border-radius:16px;
        background:rgba(255,255,255,.97);
        box-shadow:0 12px 34px rgba(15,36,22,.18);
      }

      .botanica-mobile-bottom-nav__item{
        min-width:0;
        border:0;
        border-radius:11px;
        background:transparent;
        color:#526057;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:4px;
        font:inherit;
        font-size:11px;
        font-weight:700;
        text-decoration:none;
        cursor:pointer;
      }

      .botanica-mobile-bottom-nav__item svg{
        width:21px;
        height:21px;
        fill:none;
        stroke:currentColor;
        stroke-width:1.9;
        stroke-linecap:round;
        stroke-linejoin:round;
      }

      .botanica-mobile-bottom-nav__item.is-current,
      .botanica-mobile-bottom-nav__item.is-open{
        background:#eaf7ed;
        color:#148a3d;
      }

      .botanica-mobile-sheet{
        max-height:min(82vh,720px);
        border-radius:20px 20px 0 0;
      }

      .botanica-mobile-sheet__body{
        max-height:calc(min(82vh,720px) - 84px);
      }

      .botanica-mobile-sheet--filters .botanica-mobile-sheet__body{
        padding-bottom:4px;
      }
    }

    /* Catalog redesign: editorial rail and product grid */
    .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
    .botanica-page{background:#f6f9f4}
    .botanica-body{width:min(100% - 48px,1280px);max-width:1280px;padding:0 0 70px}
    .botanica-catalog-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:28px 0 26px;margin-bottom:28px;border-bottom:1px solid #dbe5d8;background:#fff;box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax)}
    .botanica-catalog-eyebrow{display:block;margin-bottom:9px;color:#738073;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none}
    .botanica-catalog-header .botanica-headline{max-width:760px;margin:0}
    .botanica-catalog-header .botanica-headline h1,.botanica-catalog-header .botanica-headline--catalog h1{margin:0;color:#182c20;font-family:Georgia,"Times New Roman",serif;font-size:40px;font-weight:700;line-height:1.06;white-space:normal}
    .botanica-catalog-title-accent{display:block;color:#2e7d3a;font-weight:500;font-style:italic}
    .botanica-catalog-header .botanica-headline p{display:none}
    .botanica-catalog-header__actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}
    .botanica-catalog-count{min-height:38px;padding:10px 14px;border-radius:999px;background:#eaf3e7;color:#61705f;font-size:13px;white-space:nowrap}
    .botanica-catalog-count strong{color:#294f37}
    .botanica-sort{position:relative;display:block}
    .botanica-sort select{min-width:174px;height:40px;padding:0 40px 0 15px;border:1px solid #ceddcc;border-radius:999px;background:#fff;color:#26382a;font:inherit;font-size:13px;font-weight:700;appearance:none;outline:none;cursor:pointer}
    .botanica-sort select:focus{border-color:#2e7d3a;box-shadow:0 0 0 3px rgba(46,125,58,.12)}
    .botanica-sort svg{position:absolute;top:50%;right:14px;width:16px;height:16px;transform:translateY(-50%);fill:none;stroke:#385441;stroke-width:1.8;pointer-events:none}
    .botanica-catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px;align-items:start}
    .botanica-sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:28px;padding:4px 0}
    .botanica-sidebar__section h2{margin:0 0 12px;color:#738073;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
    .botanica-sidebar__list{display:flex;flex-direction:column;gap:3px}
    .botanica-sidebar__option{width:100%;min-height:38px;padding:9px 12px;border:0;border-radius:8px;background:transparent;color:#26362a;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;font-size:14px;text-align:left;text-decoration:none;cursor:pointer}
    .botanica-sidebar__option:hover{background:#edf5ea;color:#246d35}
    .botanica-sidebar__option.active{background:#d8ecd3;color:#1f7135;font-weight:700}
    .botanica-sidebar__option svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
    .botanica-sidebar__count{color:#8a978b;font-size:12px}
    .botanica-stock-toggle{display:flex;align-items:center;gap:10px;color:#2c3d30;font-size:14px;cursor:pointer}
    .botanica-stock-toggle input{position:absolute;opacity:0;pointer-events:none}
    .botanica-stock-toggle__track{width:40px;height:22px;padding:2px;border-radius:999px;background:#cbd5cb;transition:background .18s ease}
    .botanica-stock-toggle__track span{display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s ease}
    .botanica-stock-toggle input:checked + .botanica-stock-toggle__track{background:#2e873e}
    .botanica-stock-toggle input:checked + .botanica-stock-toggle__track span{transform:translateX(18px)}
    .botanica-sidebar__reset{align-self:flex-start;padding:6px 4px;border:0;background:transparent;color:#68756b;font:inherit;font-size:13px;cursor:pointer}
    .botanica-sidebar__reset:hover{color:#237238}
    .botanica-results{min-width:0}
    .botanica-results .botanica-stats{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);margin:0}
    .botanica-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
    .botanica-card{min-width:0;border:1px solid #d9e4d7;border-radius:8px;overflow:hidden;background:#fff;box-shadow:none}
    .botanica-card:hover{transform:translateY(-2px);border-color:#a9c7aa;box-shadow:0 14px 28px rgba(28,63,37,.09)}
    .botanica-card__media{aspect-ratio:3/4;border-radius:0;background:#edf3eb}
    .botanica-card__media img{object-fit:contain}
    .botanica-card__tag{top:12px;left:12px;padding:6px 10px;border:0;border-radius:999px;background:#2e7d3a;color:#fff;font-size:10px;letter-spacing:.04em;text-transform:uppercase}
    .botanica-card__tag--sale{background:#f45e45}
    .botanica-card__wish{top:12px;right:12px;width:34px;height:34px;border-radius:50%;opacity:0;transition:opacity .18s ease,transform .18s ease}
    .botanica-card:hover .botanica-card__wish,.botanica-card__wish.active,.botanica-card__wish:focus-visible{opacity:1}
    .botanica-card__price-pill{position:absolute;left:12px;bottom:12px;z-index:3;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.93);color:#2e7d3a;box-shadow:0 3px 10px rgba(16,37,22,.08);font-size:15px;font-weight:800;line-height:1}
    .botanica-card__body{min-height:168px;padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px}
    .botanica-card__latin{min-height:16px;margin:0;color:#7b867d;font-family:Georgia,"Times New Roman",serif;font-size:11px;font-style:italic;line-height:1.35}
    .botanica-card__title{min-height:40px;margin:0;color:#1f2c22;font-family:inherit;font-size:15px;font-weight:700;line-height:1.3}
    .botanica-card__meta{margin:0 0 2px;color:#7a867c;font-size:11px}
    .botanica-card__star{width:12px;height:12px}
    .botanica-card__discount-line{display:flex;align-items:center;gap:8px;min-height:18px;margin-top:-2px}
    .botanica-card__old-price{margin:0;color:#8a948c;font-size:11px}
    .botanica-card__discount{position:static;padding:2px 5px;border-radius:4px;background:#fff0ec;color:#d94f37;font-size:10px;font-weight:800}
    .botanica-card__buy{width:100%;min-width:0;height:40px;margin-top:auto;border-radius:8px;font-size:13px}
    .botanica-pagination{margin-top:34px}
    @media (min-width:721px){.botanica-toolbar{display:none}}
    @media (max-width:1180px){.botanica-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
    @media (max-width:900px) and (min-width:721px){.botanica-catalog-layout{grid-template-columns:180px minmax(0,1fr);gap:24px}.botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media (max-width:720px){
      .botanica-body{width:100%;padding:0 16px 48px}
      .botanica-catalog-header{display:block;padding:20px 0 18px;margin-bottom:18px}
      .botanica-catalog-eyebrow{margin-bottom:7px;font-size:10px}
      .botanica-catalog-header .botanica-headline h1,.botanica-catalog-header .botanica-headline--catalog h1{max-width:100%;font-size:25px;line-height:1.08;overflow-wrap:anywhere}
      .botanica-catalog-header .botanica-headline p{font-size:13px}
      .botanica-catalog-header__actions{justify-content:space-between;margin-top:16px}
      .botanica-catalog-count{min-height:34px;padding:8px 11px;font-size:11px}
      .botanica-sort select{min-width:0;max-width:170px;height:36px;font-size:11px}
      .botanica-catalog-layout{display:block}
      .botanica-sidebar{display:none}
      .botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
      .botanica-card__media{aspect-ratio:4/5}
      .botanica-card__tag{top:8px;left:8px;max-width:calc(100% - 50px);padding:5px 7px;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
      .botanica-card__wish{top:8px;right:8px;width:30px;height:30px;opacity:1}
      .botanica-card__price-pill{left:8px;bottom:8px;max-width:calc(100% - 16px);padding:6px 8px;font-size:12px}
      .botanica-card__body{min-height:154px;padding:11px 10px 10px;gap:6px}
      .botanica-card__latin{min-height:14px;font-size:9px}
      .botanica-card__title{min-height:36px;font-size:12px}
      .botanica-card__meta{font-size:9px}
      .botanica-card__buy{height:36px;font-size:11px}
    }

    /* Compact catalog reference, July 2026 */
    .botanica-page{background:#f7f8f7}
    .botanica-body{width:min(100% - 48px,1280px);max-width:1280px;padding:24px 0 64px}
    .catalog-crumbs{display:flex;align-items:center;gap:7px;margin:0 0 26px;color:#9aa1a4;font-size:12px}
    .catalog-crumbs a{color:inherit;text-decoration:none}
    .catalog-crumbs a:hover{color:#4a7c59}
    .catalog-crumbs span{color:#1a2e1f;font-weight:600}
    .catalog-crumbs svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}
    .botanica-catalog-layout{display:grid;grid-template-columns:208px minmax(0,1fr);gap:24px;align-items:start}
    .botanica-sidebar{position:sticky;top:86px;gap:25px;padding:0}
    .botanica-sidebar__section h2{margin-bottom:10px;color:#9aa0ad;font-size:10px;letter-spacing:.08em}
    .botanica-sidebar__list{gap:1px}
    .botanica-sidebar__option{min-height:30px;padding:6px 12px;border-radius:8px;color:#5d6661;font-size:12px}
    .botanica-sidebar__option.active{background:#eaf2ed;color:#3f7450}
    .botanica-sidebar__count{display:none}
    .catalog-price-slider{padding:15px 16px 19px}
    .catalog-price-slider__values{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:15px;color:#1d3323;font-size:13px;font-weight:700}
    .catalog-price-slider__track{position:relative;height:20px}
    .catalog-price-slider__track:before{content:'';position:absolute;top:8px;left:0;right:0;height:4px;border-radius:999px;background:#dce5dc}
    .catalog-price-slider__fill{position:absolute;top:8px;height:4px;border-radius:999px;background:#3e8b50}
    .catalog-price-slider__track input[type=range]{position:absolute;top:0;left:0;z-index:3;width:100%;height:20px;margin:0;padding:0;border:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}
    .catalog-price-slider__track input[type=range]:focus{outline:none}
    .catalog-price-slider__track input[type=range]::-webkit-slider-runnable-track{height:20px;background:none;border:none}
    .catalog-price-slider__track input[type=range]::-moz-range-track{height:20px;background:none;border:none}
    .catalog-price-slider__track input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:2px;border:2px solid #3e8b50;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,39,26,.3);cursor:pointer;pointer-events:auto}
    .catalog-price-slider__track input[type=range]::-moz-range-thumb{box-sizing:border-box;width:16px;height:16px;border:2px solid #3e8b50;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,39,26,.3);cursor:pointer;pointer-events:auto}
    .catalog-price-slider__track input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(62,139,80,.28)}
    .catalog-price-slider__track input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px rgba(62,139,80,.28)}
    .botanica-stock-toggle{gap:8px;font-size:12px}
    .botanica-stock-toggle__track{width:16px;height:16px;padding:0;border:1px solid #8f9691;border-radius:3px;background:#fff}
    .botanica-stock-toggle__track span{display:none}
    .botanica-stock-toggle input:checked + .botanica-stock-toggle__track{background:#4a7c59;box-shadow:inset 0 0 0 3px #fff}
    .botanica-sidebar__reset{padding:2px 0;font-size:11px}
    .catalog-results-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 20px}
    .catalog-results-header h1{margin:0;color:#1a2e1f;font-size:19px;font-weight:800;line-height:1.2}
    .catalog-results-header p{margin:4px 0 0;color:#9ba1ac;font-size:12px}
    .catalog-results-header p strong{font-weight:500}
    .catalog-results-actions{display:flex;align-items:center;gap:9px}
    .botanica-sort select{min-width:106px;height:32px;padding:0 30px 0 12px;border-color:#dde2df;border-radius:8px;color:#5f6762;font-size:12px;font-weight:500}
    .botanica-sort svg{right:9px;width:13px;height:13px}
    .catalog-view-switch{display:flex;border:1px solid #dce1de;border-radius:8px;overflow:hidden;background:#fff}
    .catalog-view-switch button{display:grid;place-items:center;width:28px;height:30px;padding:0;border:0;border-right:1px solid #e4e8e5;background:#fff;color:#9aa1a5;cursor:pointer}
    .catalog-view-switch button:last-child{border-right:0}
    .catalog-view-switch button.active{background:#4a7c59;color:#fff}
    .catalog-view-switch svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7}
    .botanica-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
    .botanica-card{border:1px solid #e8ece9;border-radius:8px;background:#fff;box-shadow:none}
    .botanica-card:hover{transform:translateY(-1px);border-color:#d4ddd6;box-shadow:0 8px 20px rgba(27,52,35,.07)}
    .botanica-card__media{aspect-ratio:1/1;border-radius:0;background:#f1f5f1}
    .botanica-card__media img{object-fit:contain;transition:transform .35s ease}
    .botanica-card:hover .botanica-card__media img{transform:scale(1.02)}
    .botanica-card__tag{top:10px;left:10px;padding:4px 8px;font-size:9px}
    .botanica-card__wish{top:9px;right:9px;width:29px;height:29px}
    .botanica-card__price-pill,.botanica-card__meta,.botanica-card__discount-line{display:none}
    .botanica-card__body{min-height:116px;padding:11px 12px 12px;gap:4px}
    .botanica-card__latin{min-height:13px;color:#9aa1a5;font-family:inherit;font-size:10px}
    .botanica-card__title{min-height:31px;color:#1a2e1f;font-family:inherit;font-size:12px;line-height:1.3}
    .botanica-card__details{display:flex;align-items:center;gap:5px;min-height:14px;color:#98a0ad;font-size:10px}
    .botanica-card__details span + span:before{content:'·';margin-right:5px}
    .botanica-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}
    .botanica-card__prices{display:flex;align-items:baseline;gap:6px;min-width:0}
    .botanica-card__prices strong{color:#14271a;font-size:14px;white-space:nowrap}
    .botanica-card__prices span{color:#c0c5c2;font-size:10px;text-decoration:line-through;white-space:nowrap}
    .botanica-card__buy{width:auto;min-width:62px;height:30px;margin:0;padding:0 11px;border-radius:8px;background:#eaf2ed;color:#4a7c59;font-size:11px}
    .botanica-card__buy:hover{background:#4a7c59;color:#fff}
    .botanica-grid.is-list{display:flex;flex-direction:column;gap:9px}
    .botanica-grid.is-list .botanica-card{display:grid;grid-template-columns:116px minmax(0,1fr);min-height:116px}
    .botanica-grid.is-list .botanica-card__media{grid-row:1;grid-column:1;aspect-ratio:auto;height:100%}
    .botanica-grid.is-list .botanica-card__wish{left:78px;right:auto}
    .botanica-grid.is-list .botanica-card__body{grid-row:1;grid-column:2;min-height:116px}
    @media (max-width:1180px){.botanica-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
    @media (max-width:900px) and (min-width:721px){.botanica-catalog-layout{grid-template-columns:180px minmax(0,1fr);gap:20px}.botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
    @media (max-width:720px){
      .botanica-body{box-sizing:border-box;width:100%;max-width:100%;padding:16px 12px 48px}
      .catalog-crumbs,.botanica-sidebar,.catalog-view-switch{display:none}
      .botanica-catalog-layout{display:block}
      .catalog-results-header{align-items:center;margin-bottom:14px}
      .catalog-results-header h1{font-size:19px}
      .catalog-results-header p{font-size:11px}
      .catalog-results-actions{gap:6px}
      .botanica-sort select{max-width:126px;height:32px;font-size:11px}
      .botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
      .botanica-card__media{aspect-ratio:1/1}
      .botanica-card__body{min-height:126px;padding:9px;gap:4px}
      .botanica-card__title{min-height:34px;font-size:11px}
      .botanica-card__latin,.botanica-card__details{font-size:9px}
      .botanica-card__footer{align-items:flex-end;gap:4px}
      .botanica-card__prices{display:block}
      .botanica-card__prices strong{display:block;font-size:12px}
      .botanica-card__prices span{font-size:8px}
      .botanica-card__buy{min-width:52px;height:28px;padding:0 8px;font-size:10px}
    }
    /* Catalog reference, July 23 2026 */
    .botanica-page{background:#f3f8f1}
    .catalog-title-band{background:#fff;border-bottom:1px solid #dfe8dc}
    .catalog-title-band__inner{box-sizing:border-box;width:min(100% - 48px,1200px);margin:0 auto;padding:17px 0 16px}
    .catalog-title-band__inner::after{display:none}
    .catalog-title-band .catalog-crumbs{margin:0 0 7px;color:#87958a;font-size:11px}
    .catalog-title-band .catalog-crumbs a{color:#607467}
    .catalog-title-band .catalog-crumbs svg{stroke:#9aa79d}
    .catalog-title-band .catalog-crumbs span{color:#87958a;font-weight:500}
    .catalog-title-band h1{margin:0;color:#203429;font-size:23px;font-weight:700;line-height:1.2}
    .catalog-title-band p{display:none}
    section.catalog-genus-guide{margin:32px 0 0;padding:0;background:transparent;border:none;max-width:680px}
    section.catalog-genus-guide p{display:block;margin:0 0 16px;color:#4b5563;font-size:16px;line-height:1.7}
    section.catalog-genus-guide h3{margin:28px 0 12px;color:#111827;font-size:18px;font-weight:600}
    section.catalog-genus-guide h3:first-child{margin-top:0}
    section.catalog-genus-guide ul{list-style:none;margin:0 0 16px;padding:0;color:#4b5563;font-size:16px;line-height:1.7}
    section.catalog-genus-guide li{position:relative;margin-bottom:10px;padding-left:20px}
    section.catalog-genus-guide li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#22c55e}
    .catalog-genus-videos{margin:32px 0 0;padding:0;background:transparent;border:none}
    .catalog-genus-videos h3{margin:0 0 16px;color:#111827;font-size:16px;font-weight:600}
    .catalog-genus-videos__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
    .gg-video-card{display:block;text-decoration:none;color:#203429}
    .gg-video-card__thumb{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#111827}
    .gg-video-card__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:blur(24px) brightness(.55);transform:scale(1.2)}
    .gg-video-card__fg{position:relative;width:auto;height:100%;max-width:100%;object-fit:contain;display:block}
    .gg-video-card__thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0) 55%)}
    .gg-video-card__thumb--empty{background:linear-gradient(135deg,rgba(20,83,45,.2),rgba(31,41,55,.3))}
    .gg-video-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;color:#15803d;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:transform .15s}
    .gg-video-card:hover .gg-video-card__play{transform:translate(-50%,-50%) scale(1.05)}
    .gg-video-card__play svg{margin-left:2px}
    .gg-video-card__caption{position:absolute;left:14px;right:14px;bottom:12px;z-index:1;color:#fff;font-size:13px;font-weight:500;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .trust-badges{margin:32px 0 0;padding:28px 30px;background:#fff;border:1px solid #dfe8dc;border-radius:14px}
    .trust-badges h2{margin:0 0 24px;color:#203429;font-size:22px;font-weight:700;text-align:left}
    .trust-badges__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}
    .trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
    .trust-badge__icon{width:60px;height:60px;border-radius:50%;background:#f3f8f1;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:4px}
    .trust-badge strong{font-size:15px;font-weight:700;color:#203429;text-transform:uppercase;letter-spacing:.02em}
    .trust-badge span{font-size:14px;line-height:1.6;color:#4a5c4e}
    @media(max-width:640px){
      .trust-badges{padding:18px}
      .trust-badges h2{font-size:18px;margin-bottom:16px}
      .trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}
      .trust-badge:nth-child(5){display:none}
    }
    .availability-table{margin:0 0 28px}
    .availability-table h2{margin:0 0 14px;color:#9aa79d;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
    .availability-table__wrap{border:1px solid #eef1ee;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.03)}
    .availability-table table{width:100%;border-collapse:collapse;font-size:14px}
    .availability-table thead tr{background:#fafbfa;border-bottom:1px solid #eef1ee}
    .availability-table th{text-align:left;padding:12px 20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9aa79d}
    .availability-table tbody tr{border-bottom:1px solid #f5f7f5}
    .availability-table tbody tr:last-child{border-bottom:none}
    .availability-table tbody tr:hover{background:#f6faf5}
    .availability-table td{padding:14px 20px}
    .availability-table__name{font-weight:600;color:#28362c}
    .availability-table__name a{color:inherit;text-decoration:none}
    .availability-table__name a:hover{color:#16a34a;text-decoration:underline}
    .availability-table__price{font-weight:700;color:#15803d}
    .availability-table__qty{color:#7b8a7e}
    .availability-table__action{text-align:right}
    .availability-table__action button{padding:7px 16px;border-radius:8px;background:#16a34a;color:#fff;border:none;font-size:12px;font-weight:700;cursor:pointer}
    .availability-table__action button:hover{background:#15803d}
    .availability-table__action button:disabled{background:#cfd8d1;cursor:not-allowed}
    @media(max-width:640px){
      .availability-table th:nth-child(3),.availability-table td:nth-child(3){display:none}
      .availability-table th,.availability-table td{padding:10px 12px}
    }
    .botanica-body{box-sizing:border-box;width:min(100% - 48px,1200px);max-width:1200px;padding:28px 0 64px}
    .botanica-catalog-layout{grid-template-columns:208px minmax(0,1fr);gap:24px}
    .botanica-sidebar{top:88px;gap:16px}
    .botanica-sidebar__panel{overflow:hidden;border:1px solid #cfe0cc;border-radius:14px;background:#fff}
    .botanica-sidebar__heading{display:flex;align-items:center;justify-content:space-between;min-height:43px;padding:0 16px;border-bottom:1px solid #dbe8d8}
    .botanica-sidebar__heading h2{margin:0;color:#14281a;font-size:14px;font-weight:800;letter-spacing:0;text-transform:none}
    .botanica-sidebar__heading svg{width:13px;height:13px;fill:none;stroke:#66806d;stroke-width:1.8}
    .botanica-sidebar__panel .botanica-sidebar__list{gap:0;padding:7px 10px 10px}
    .botanica-sidebar__panel .botanica-sidebar__option{justify-content:flex-start;min-height:40px;padding:8px 6px;border-radius:6px;color:#1d3323;font-size:14px;font-weight:500}
    .botanica-sidebar__panel button.botanica-sidebar__option{border:0;background:transparent}
    .botanica-sidebar__panel .botanica-sidebar__option:hover{background:#f4f8f2;color:#1f7135}
    .botanica-sidebar__panel .botanica-sidebar__option.active{background:transparent;color:#1f7135;font-weight:700}
    .catalog-filter-check{box-sizing:border-box;display:grid;place-items:center;flex:0 0 16px;width:16px;height:16px;border:1px solid #cfe0cc;border-radius:4px;background:#fff;color:#fff}
    .botanica-sidebar__option.active .catalog-filter-check,
    .botanica-sidebar__option.active:hover .catalog-filter-check{border-color:#3e8b50;background:#3e8b50}
    .catalog-filter-check svg{width:11px!important;height:11px!important;fill:none;stroke:currentColor!important;stroke-width:2.5!important}
    .botanica-sidebar__stock-panel{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 16px;border:1px solid #cfe0cc;border-radius:12px;background:#fff;color:#14281a;font-size:14px;font-weight:800}
    .botanica-stock-toggle{display:block}
    .botanica-stock-toggle__track{position:relative;display:block;width:36px;height:20px;border:0;border-radius:999px;background:#dce5dc;transition:background .2s ease}
    .botanica-stock-toggle__track span{position:absolute;display:block;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(16,39,26,.25);transition:transform .2s ease}
    .botanica-stock-toggle input:checked + .botanica-stock-toggle__track{background:#3e8b50;box-shadow:none}
    .botanica-stock-toggle input:checked + .botanica-stock-toggle__track span{transform:translateX(16px)}
    .botanica-sidebar__reset{padding:2px 4px;color:#6f826f;font-size:12px}
    .catalog-results-header{display:grid;grid-template-columns:auto minmax(220px,420px) auto;align-items:center;gap:18px;margin:0 0 20px;min-height:38px}
    .catalog-result-summary{display:flex;align-items:center;gap:5px;margin:0!important;color:#687e6d!important;font-size:13px!important}
    .catalog-result-summary strong{color:#18331f;font-weight:800!important}
    .catalog-result-summary__separator{margin:0 3px;color:#9aac9d}
    .catalog-results-search{position:relative;width:100%}
    .catalog-results-search input{box-sizing:border-box;width:100%;height:40px;padding:0 38px 0 14px;border:1px solid #cfe0cc;border-radius:10px;background:#fff;color:#17291c;font:inherit;font-size:14px;outline:none}
    .catalog-results-search input::placeholder{color:#94a399}
    .catalog-results-search input:focus{border-color:#3e8b50;box-shadow:0 0 0 3px rgba(62,139,80,.1)}
    .catalog-results-search svg{position:absolute;top:50%;right:13px;width:16px;height:16px;transform:translateY(-50%);fill:none;stroke:#3e8b50;stroke-width:1.8;pointer-events:none}
    .botanica-sort select{min-width:156px;height:36px;padding:0 32px 0 13px;border:1px solid #cfe0cc;border-radius:10px;background:#fff;color:#17291c;font-size:13px;font-weight:600}
    .botanica-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 14px}
    .botanica-card{overflow:hidden;border:1px solid #d8e5d5;border-radius:13px;background:#fff;box-shadow:none}
    .botanica-card:hover{transform:translateY(-2px);border-color:#bed4bb;box-shadow:0 8px 24px rgba(26,65,35,.08)}
    .botanica-card__media{aspect-ratio:3/4;border-radius:0;background:#edf3eb;position:relative;overflow:hidden;display:block}
    .botanica-card__media-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(18px) brightness(.92) saturate(1.1);transform:scale(1.15);z-index:0}
    .botanica-card__media img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain}
    .botanica-card:hover .botanica-card__media img{transform:none}
    .botanica-card__tag{top:10px;left:10px;padding:5px 10px;border-radius:999px;font-size:10px}
    .botanica-card__wish{opacity:0;pointer-events:none}
    .botanica-card__body{min-height:152px;padding:11px 13px 0;gap:4px}
    .botanica-card__latin{order:0;min-height:15px;color:#819085;font-size:11px;line-height:1.25}
    .botanica-card__title{order:1;min-height:40px;color:#11261a;font-size:15px;font-weight:750;line-height:1.35}
    .botanica-card__details{display:none}
    .botanica-card__footer{order:3;min-height:53px;margin:7px -13px 0;padding:0 13px;border-top:1px solid #dbe8d8}
    .botanica-card__prices strong{color:#27863d;font-size:19px;font-weight:700}
    .botanica-card__prices strong::first-line{white-space:nowrap}
    .botanica-card__prices span{font-size:11px}
    .botanica-card__buy{min-width:78px;height:34px;padding:0 14px;border-radius:9px;background:#318944;color:#fff;font-size:13px;font-weight:700}
    .botanica-card__buy:hover{background:#236f35;color:#fff}
    .botanica-pagination{margin-top:24px}
    @media (max-width:1100px){
      .botanica-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width:900px) and (min-width:721px){
      .botanica-catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}
      .botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:720px){
      .catalog-title-band__inner{width:100%;padding:13px 14px 14px}
      .catalog-title-band .catalog-crumbs{display:flex;margin-bottom:6px}
      .catalog-title-band h1{font-size:20px}
      .botanica-body{width:100%;padding:16px 10px 76px}
      .botanica-sidebar{display:none}
      .catalog-results-header{align-items:center;gap:8px;margin-bottom:13px}
      .catalog-results-search{display:none}
      .catalog-result-summary{flex-wrap:wrap;line-height:1.4}
      .botanica-sort select{max-width:135px;min-width:0;height:32px;padding-left:9px;font-size:10px}
      .botanica-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
      .botanica-card{border-radius:10px}
      .botanica-card__body{min-height:148px;padding:8px 8px 0}
      .botanica-card__latin{font-size:12px}
      .botanica-card__title{min-height:40px;font-size:14px}
      .botanica-card__footer{min-height:52px;margin:5px -8px 0;padding:0 8px;gap:4px}
      .botanica-card__prices strong{font-size:17px}
      .botanica-card__buy{min-width:58px;height:32px;padding:0 10px;font-size:13px}
    }
    @media (max-width:720px){
      .catalog-results-header{display:grid;grid-template-columns:minmax(0,1fr) 150px}
      .botanica-sort{justify-self:end}
      .botanica-sort select{width:150px;max-width:150px}
      .catalog-result-summary{font-size:12px!important}
    }
