@import url('https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&family=Unbounded:wght@500;700;800&display=swap');

/* Hide original WP header */
.topheader{display:none !important;}
body{padding-top:0 !important;font-family:'Onest','Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif !important;color:#14181f;}
body, .text1, .text2, .desc, .name, .text, .price, .cat_name, .sku, .quantity, .more, .button1, .button2, .bt_tocart, .menu a, p, h1, h2, h3, h4, h5, h6, .inform, .product .name, .product_inner, input, textarea, select, button{font-family:'Onest','Manrope',system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif !important;}
h1, h2, h3, h4, .text1, .text2, .section-title, .product_inner h1, .name{font-family:'Unbounded','Onest',system-ui,sans-serif !important;letter-spacing:-.02em;}

:root{
  --tea-h-green:#f06d24;
  --tea-h-green-dark:#d65a14;
  --tea-h-ink:#14181f;
  --tea-h-mute:#5b6470;
  --tea-h-line:#e2e5ea;
}

.tea-header{position:sticky;top:0;left:0;right:0;z-index:100;padding:14px 24px;background:transparent;font-family:'Onest','Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;pointer-events:none;}
.tea-header__inner{pointer-events:auto;max-width:1280px;margin:0 auto;background:#fff;border-radius:90px;box-shadow:0 5px 30px rgba(0,0,0,.10);padding:12px 20px 12px 22px;display:flex;align-items:center;gap:20px;position:relative;}
.tea-header__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;flex-shrink:0;}
.tea-header__logo img{height:42px;width:auto;display:block;}
.tea-header__tagline{font-size:13px;font-weight:600;color:var(--tea-h-mute);line-height:1.3;max-width:200px;}
.tea-header__nav{display:flex;align-items:center;gap:28px;margin:0 auto;}
.tea-header__nav a{font-size:16px;font-weight:500;color:var(--tea-h-ink);text-decoration:none;transition:color .15s;}
.tea-header__nav a:hover{color:var(--tea-h-green);}
.tea-header__right{display:flex;align-items:center;gap:8px;flex-shrink:0;}
.tea-header__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#f4f6f9;color:var(--tea-h-ink);cursor:pointer;border:none;transition:background .15s,transform .15s;position:relative;text-decoration:none;}
.tea-header__icon:hover{background:#e6ebf1;}
.tea-header__icon svg{width:20px;height:20px;}
.tea-header__cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--tea-h-green);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;line-height:1;}
.tea-header__cart-badge[data-count="0"]{display:none;}
.tea-header__phone{text-align:right;margin-right:4px;}
.tea-header__phone small{display:block;font-size:12px;color:var(--tea-h-mute);font-weight:600;}
.tea-header__phone a{font-size:16px;font-weight:700;color:var(--tea-h-ink);letter-spacing:-.01em;line-height:1.1;text-decoration:none;}
.tea-header__phone a:hover{color:var(--tea-h-green);}
.tea-header__cta{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 24px;background:var(--tea-h-green);color:#fff;font-size:15px;font-weight:600;text-decoration:none;border-radius:30px;border:none;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap;font-family:inherit;}
.tea-header__cta:hover{background:var(--tea-h-green-dark);}
.tea-header__cta:active{transform:scale(.98);}
.tea-header__burger{display:none;width:44px;height:44px;border-radius:12px;border:1.5px solid var(--tea-h-line);background:#fff;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px;}
.tea-header__burger span{display:block;width:18px;height:2px;background:var(--tea-h-ink);border-radius:2px;}

@media (max-width:1180px){
  .tea-header__nav{gap:18px;}
}
@media (max-width:520px){
  .tea-header__tagline{font-size:11px;max-width:140px;}
}
@media (max-width:960px){
  .tea-header__inner{border-radius:20px;padding:10px 12px 10px 16px;gap:10px;}
  .tea-header__logo img{height:36px;}
  .tea-header__nav,.tea-header__phone,.tea-header__cta{display:none;}
  .tea-header__icon{width:40px;height:40px;}
  .tea-header__right{margin-left:auto;}
  .tea-header__burger{display:flex;}
}

/* Drawer */
.tea-drawer{position:fixed;inset:0;z-index:99;pointer-events:none;display:none;}
.tea-drawer.is-ready{display:block;}
.tea-drawer.is-open{pointer-events:auto;}
.tea-drawer__overlay{position:absolute;inset:0;background:rgba(8,16,36,.45);backdrop-filter:blur(3px);opacity:0;transition:opacity .3s;}
.tea-drawer.is-open .tea-drawer__overlay{opacity:1;}
.tea-drawer__panel{position:absolute;top:0;left:0;right:0;background:#fff;border-radius:0 0 24px 24px;padding:98px 20px 24px;transform:translateY(-110%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 50px rgba(0,0,0,.18);font-family:inherit;}
.tea-drawer.is-open .tea-drawer__panel{transform:translateY(0);}
.tea-drawer__phone{margin:12px 0 16px;}
.tea-drawer__phone small{display:block;font-size:13px;color:var(--tea-h-mute);font-weight:600;}
.tea-drawer__phone a{font-size:20px;font-weight:800;color:var(--tea-h-ink);text-decoration:none;}
.tea-drawer__nav{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tea-h-line);}
.tea-drawer__nav a{padding:14px 0;font-size:17px;font-weight:500;color:var(--tea-h-ink);text-decoration:none;border-bottom:1px solid var(--tea-h-line);}
.tea-drawer__cta{display:flex;align-items:center;justify-content:center;margin-top:18px;height:50px;background:var(--tea-h-green);color:#fff;font-weight:600;border-radius:30px;text-decoration:none;}

/* Cart drawer */
.tea-cart{position:fixed;inset:0;z-index:200;display:block;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility 0s linear .25s;}
.tea-cart.is-open{visibility:visible;opacity:1;transition:opacity .25s ease,visibility 0s linear 0s;}
.tea-cart__overlay{position:absolute;inset:0;background:rgba(8,16,36,.5);}
.tea-cart__panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,100%);background:#fff;display:flex;flex-direction:column;font-family:'Onest',system-ui,sans-serif;transform:translateX(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);}
.tea-cart.is-open .tea-cart__panel{transform:translateX(0);}
@keyframes slideInR{from{transform:translateX(100%);}to{transform:translateX(0);}}
.tea-cart__head{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--tea-h-line);}
.tea-cart__head h3{margin:0;font-size:20px;font-weight:700;color:var(--tea-h-ink);}
.tea-cart__close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--tea-h-mute);width:32px;height:32px;}
.tea-cart__items{flex:1;overflow:auto;padding:14px 24px;}
.tea-cart__empty{padding:40px 24px;text-align:center;color:var(--tea-h-mute);}
.tea-cart__item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--tea-h-line);}
.tea-cart__item-name{flex:1;font-size:14px;color:var(--tea-h-ink);line-height:1.3;}
.tea-cart__item-price{font-size:13px;color:var(--tea-h-mute);margin-top:4px;}
.tea-cart__qty{display:flex;align-items:center;gap:8px;}
.tea-cart__qty button{width:26px;height:26px;border-radius:6px;border:1px solid var(--tea-h-line);background:#fff;cursor:pointer;font-size:16px;line-height:1;}
.tea-cart__qty span{min-width:18px;text-align:center;font-weight:600;}
.tea-cart__remove{background:none;border:none;color:#c33;cursor:pointer;font-size:18px;align-self:flex-start;}
.tea-cart__foot{padding:18px 24px;border-top:1px solid var(--tea-h-line);background:#fafbfc;}
.tea-cart__total{display:flex;justify-content:space-between;margin-bottom:14px;font-size:16px;font-weight:700;color:var(--tea-h-ink);}
.tea-cart__submit{width:100%;height:50px;background:var(--tea-h-green);color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;font-family:inherit;}
.tea-cart__submit:hover{background:var(--tea-h-green-dark);}
.tea-cart__submit:disabled{opacity:.5;cursor:not-allowed;}

/* Search overlay */
.tea-search{position:fixed;inset:0;z-index:200;display:none;}
.tea-search.is-open{display:block;}
.tea-search__overlay{position:absolute;inset:0;background:rgba(8,16,36,.5);}
.tea-search__panel{position:absolute;top:0;left:0;right:0;background:#fff;padding:20px 24px;font-family:'Onest',system-ui,sans-serif;max-height:80vh;display:flex;flex-direction:column;animation:slideInT .25s ease;}
@keyframes slideInT{from{transform:translateY(-100%);}to{transform:translateY(0);}}
.tea-search__bar{display:flex;gap:12px;align-items:center;max-width:900px;margin:0 auto;width:100%;}
.tea-search__bar input{flex:1;height:50px;border:2px solid var(--tea-h-line);border-radius:12px;padding:0 18px;font-size:17px;font-family:inherit;outline:none;}
.tea-search__bar input:focus{border-color:var(--tea-h-green);}
.tea-search__close{background:#f4f6f9;border:none;width:50px;height:50px;border-radius:12px;cursor:pointer;font-size:22px;color:var(--tea-h-ink);}
.tea-search__results{margin-top:18px;max-width:900px;margin-left:auto;margin-right:auto;width:100%;overflow:auto;}
.tea-search__hit{display:flex;align-items:center;gap:14px;padding:12px 8px;border-radius:10px;text-decoration:none;color:var(--tea-h-ink);}
.tea-search__hit:hover{background:#f4f6f9;}
.tea-search__hit img{width:56px;height:56px;object-fit:cover;border-radius:8px;background:#f4f6f9;}
.tea-search__hit-info{flex:1;min-width:0;}
.tea-search__hit-name{font-weight:600;font-size:15px;line-height:1.3;}
.tea-search__hit-meta{font-size:13px;color:var(--tea-h-mute);margin-top:2px;}
.tea-search__hit-price{font-weight:700;color:var(--tea-h-green);}
.tea-search__empty{padding:24px;text-align:center;color:var(--tea-h-mute);}

/* Toast */
.tea-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--tea-h-ink);color:#fff;padding:12px 20px;border-radius:10px;font-family:'Onest',system-ui,sans-serif;font-size:14px;z-index:300;transition:transform .3s;box-shadow:0 8px 24px rgba(0,0,0,.2);}
.tea-toast.is-show{transform:translateX(-50%) translateY(0);}

/* ---- Footer ---- */
.tea-footer{background:#0f1115;color:#cdd2db;padding:60px 24px 26px;font-family:'Onest',system-ui,sans-serif;margin-top:60px;}
.tea-footer__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08);}
.tea-footer__brand{display:flex;flex-direction:column;gap:18px;}
.tea-footer__logo img{height:42px;width:auto;filter:brightness(0) invert(1);}
.tea-footer__tagline{font-size:14px;line-height:1.55;color:#9aa1ac;margin:0;max-width:300px;}
.tea-footer__socials{display:flex;gap:10px;}
.tea-footer__socials a{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.06);color:#fff;transition:background .15s,transform .15s;text-decoration:none;}
.tea-footer__socials a:hover{background:var(--tea-h-green);}
.tea-footer__socials svg{width:18px;height:18px;}
.tea-footer__socials img{width:24px;height:24px;border-radius:50%;object-fit:cover;}
.tea-footer__col h4{font-family:'Unbounded','Onest',sans-serif !important;font-size:14px;font-weight:700;color:#fff;margin:0 0 18px;letter-spacing:.02em;text-transform:uppercase;}
.tea-footer__col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px;}
.tea-footer__col a{color:#cdd2db;text-decoration:none;font-size:15px;transition:color .15s;}
.tea-footer__col a:hover{color:var(--tea-h-green);}
.tea-footer__contacts li{display:flex;flex-direction:column;gap:2px;}
.tea-footer__contacts small{font-size:12px;color:#6f7783;}
.tea-footer__contacts a, .tea-footer__contacts span{font-size:15px;font-weight:600;color:#fff;}
.tea-footer__bottom{max-width:1280px;margin:0 auto;padding-top:24px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;font-size:13px;color:#6f7783;}
.tea-footer__legal{display:flex;gap:24px;}
.tea-footer__legal a{color:#6f7783;text-decoration:none;}
.tea-footer__legal a:hover{color:#cdd2db;}
@media (max-width:960px){.tea-footer__inner{grid-template-columns:1fr 1fr;gap:32px;}.tea-footer__brand{grid-column:1/-1;}}
@media (max-width:560px){.tea-footer__inner{grid-template-columns:1fr;}.tea-footer__bottom{flex-direction:column;align-items:flex-start;}}

/* ---- Pretty product cards ---- */
.catalog .items, .cat_items, .item_list, .products{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr)) !important;gap:24px !important;padding:0 !important;}
.product.product_js_wrap{position:relative;background:#fff;border:1px solid #ececec;border-radius:18px;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden;}
.product.product_js_wrap:hover{box-shadow:0 14px 36px rgba(15,17,21,.10);border-color:transparent;}
.product.product_js_wrap a.img{display:block;border-radius:12px;overflow:hidden;background:#f6f6f4;aspect-ratio:1/1;}
.product.product_js_wrap a.img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.product.product_js_wrap:hover a.img img{transform:scale(1.04);}
.product.product_js_wrap .name{font-family:'Unbounded','Onest',sans-serif !important;font-size:16px !important;font-weight:700 !important;line-height:1.25 !important;color:#14181f !important;margin:2px 0 0 !important;min-height:42px;}
.product.product_js_wrap .sku{font-size:12px;color:#9aa1ac;}
.product.product_js_wrap .cat_name{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#f06d24;background:#fef0e6;padding:4px 10px;border-radius:999px;width:fit-content;}
.product.product_js_wrap .price{font-family:'Unbounded','Onest',sans-serif !important;font-size:22px !important;font-weight:800 !important;color:#14181f !important;margin-top:auto;letter-spacing:-.01em;}
.product.product_js_wrap .weight .text, .product.product_js_wrap .quantity .text{font-size:12px;color:#9aa1ac;margin-bottom:6px;}
.product.product_js_wrap .checks{display:flex;flex-wrap:wrap;}
.product.product_js_wrap .box{position:relative;}
.product.product_js_wrap .box input{position:absolute;opacity:0;width:0;height:0;}
.product.product_js_wrap .box span{display:block;padding:6px 12px;border:1.5px solid #e6e8eb;border-radius:8px;font-size:13px;font-weight:500;color:#4d5563;cursor:pointer;transition:.15s;}
.product.product_js_wrap .box input:checked + span{border-color:#f06d24;background:#fff7f1;color:#f06d24;}
.product.product_js_wrap .quantity{display:flex;align-items:center;gap:8px;}
.product.product_js_wrap .qbt{width:30px;height:30px;border:1.5px solid #e6e8eb;border-radius:8px;display:grid;place-items:center;cursor:pointer;font-size:16px;color:#4d5563;background:#fff;user-select:none;transition:.15s;}
.product.product_js_wrap .qbt:hover{border-color:#f06d24;color:#f06d24;}
.product.product_js_wrap .quantity .input{display:flex;align-items:center;gap:4px;font-weight:600;}
.product.product_js_wrap .bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.product.product_js_wrap a.more{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;background:#f4f6f9;color:#14181f;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:.15s;}
.product.product_js_wrap a.more:hover{background:#e6ebf1;}
.product.product_js_wrap a.bt_tocart{width:44px;height:44px;border-radius:10px;background:#f06d24 url("../wp-content/themes/uni-blank/images/bt_tocart.svg") no-repeat center / 20px;display:grid;place-items:center;color:#fff;text-decoration:none;transition:.15s;flex-shrink:0;font-size:0;}
.product.product_js_wrap a.bt_tocart:hover{background:#d65a14;transform:scale(1.05);}
/* Hide button1 variant text label when has bt_tocart class on product page */
.product_page .bt_tocart.button1{background:#f06d24;color:#fff;padding:14px 26px;border-radius:10px;font-weight:600;}
.product_page .bt_tocart.button1::before{display:none;}

/* List wrapper fixes for categories */
.cat_items{display:grid !important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;}


/* ---- Custom scrollbar ---- */
html{scrollbar-width:thin;scrollbar-color:#f06d24 #f6f6f4;}
*::-webkit-scrollbar{width:10px;height:10px;}
*::-webkit-scrollbar-track{background:#f6f6f4;border-radius:10px;}
*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f06d24,#d65a14);border-radius:10px;border:2px solid #f6f6f4;background-clip:padding-box;transition:.2s;}
*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ff7d34,#f06d24);background-clip:padding-box;border:2px solid #f6f6f4;}
*::-webkit-scrollbar-corner{background:#f6f6f4;}
/* nested scroll areas (cart, search) — slimmer */
.tea-cart__items::-webkit-scrollbar,
.tea-search__results::-webkit-scrollbar{width:6px;}
.tea-cart__items::-webkit-scrollbar-thumb,
.tea-search__results::-webkit-scrollbar-thumb{border:1px solid #fff;border-radius:8px;}

/* ---- Lead modal ---- */
body.tea-modal-open{overflow:hidden;}
.tea-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;font-family:'Onest',system-ui,sans-serif;visibility:hidden;opacity:0;transition:opacity .28s ease,visibility 0s linear .28s;}
.tea-modal.is-open{visibility:visible;opacity:1;transition:opacity .28s ease,visibility 0s linear 0s;}
.tea-modal__backdrop{position:absolute;inset:0;background:rgba(15,17,21,.62);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .25s;}
.tea-modal.is-open .tea-modal__backdrop{opacity:1;}
.tea-modal__shell{position:relative;width:100%;max-width:900px;max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.4);transform:translateY(20px) scale(.98);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s;}
.tea-modal.is-open .tea-modal__shell{transform:translateY(0) scale(1);opacity:1;}
.tea-modal__close{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:50%;border:none;background:#f4f6f9;color:#14181f;cursor:pointer;display:grid;place-items:center;z-index:2;transition:.15s;}
.tea-modal__close:hover{background:#e6ebf1;transform:rotate(90deg);}
.tea-modal__grid{display:grid;grid-template-columns:1fr 1fr;}
.tea-modal__info{padding:48px 40px;background:linear-gradient(160deg,#fff7f1 0%,#fdebd9 100%);border-radius:26px 0 0 26px;}
.tea-modal__tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#f06d24;background:#fff;padding:6px 12px;border-radius:999px;margin-bottom:18px;}
.tea-modal__info h2{font-family:'Unbounded','Onest',sans-serif !important;font-size:28px;line-height:1.15;letter-spacing:-.02em;font-weight:700;color:#14181f;margin:0 0 14px;}
.tea-modal__info p{font-size:15px;line-height:1.55;color:#4d5563;margin:0 0 22px;}
.tea-modal__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;}
.tea-modal__bullets li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.45;color:#14181f;}
.tea-modal__bullets svg{flex-shrink:0;width:20px;height:20px;color:#f06d24;margin-top:1px;}
.tea-modal__form{padding:48px 40px;display:flex;flex-direction:column;gap:14px;}
.tea-modal__form h3{font-family:'Unbounded','Onest',sans-serif !important;font-size:22px;font-weight:700;color:#14181f;margin:0;letter-spacing:-.01em;}
.tea-modal__form .tea-sub{font-size:14px;color:#5b6470;margin:0 0 6px;}
.tea-modal__form label{display:flex;flex-direction:column;gap:6px;}
.tea-modal__form label > span{font-size:13px;font-weight:600;color:#14181f;}
.tea-modal__form label em{font-style:normal;color:#9aa1ac;font-weight:400;font-size:12px;}
.tea-modal__form input[type="text"], .tea-modal__form input[type="tel"], .tea-modal__form input[type="email"], .tea-modal__form textarea{height:46px;border:1.5px solid #e2e5ea;border-radius:12px;padding:0 14px;font-size:15px;font-family:inherit;background:#fff;color:#14181f;outline:none;transition:border-color .15s,box-shadow .15s;}
.tea-modal__form textarea{height:auto;min-height:90px;padding:12px 14px;resize:vertical;}
.tea-modal__form input:focus, .tea-modal__form textarea:focus{border-color:#f06d24;box-shadow:0 0 0 3px rgba(240,109,36,.15);}
.tea-modal__form input.is-error, .tea-modal__form textarea.is-error{border-color:#e23a3a;}
.tea-modal__consent{display:flex;gap:10px;align-items:flex-start !important;font-size:12.5px;line-height:1.45;color:#5b6470;flex-direction:row !important;cursor:pointer;}
.tea-modal__consent input{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#f06d24;}
.tea-modal__consent a{color:#f06d24;text-decoration:underline;}
.tea-modal__submit{margin-top:6px;height:52px;background:#f06d24;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;font-family:inherit;transition:background .2s,transform .15s;}
.tea-modal__submit:hover{background:#d65a14;}
.tea-modal__submit:disabled{opacity:.5;cursor:not-allowed;}
.tea-modal__status{font-size:13px;color:#e23a3a;display:none;margin-top:4px;}
.tea-modal__status:not(:empty){display:block;}
.tea-modal__success{display:none;padding:60px 40px;text-align:center;grid-column:1/-1;}
.tea-modal__success.is-shown{display:block;}
.tea-modal__success-icon{width:72px;height:72px;border-radius:50%;background:#e8f5ea;color:#2e7d32;display:grid;place-items:center;margin:0 auto 18px;}
.tea-modal__success h3{font-family:'Unbounded','Onest',sans-serif !important;font-size:24px;color:#14181f;margin:0 0 10px;}
.tea-modal__success p{font-size:15px;color:#4d5563;margin:0 0 22px;line-height:1.55;max-width:420px;margin-left:auto;margin-right:auto;}
.tea-modal__success a{color:#f06d24;font-weight:600;text-decoration:none;}
@media (max-width:760px){
  .tea-modal__grid{grid-template-columns:1fr;}
  .tea-modal__info{border-radius:26px 26px 0 0;padding:32px 28px 24px;}
  .tea-modal__form{padding:24px 28px 32px;}
  .tea-modal__info h2{font-size:22px;}
  .tea-modal__shell{border-radius:22px;}
}

/* Override price color to black on product detail page */
.product_page .prodwrap .prodinfo .price{color:#14181f !important;}

/* Cookie banner */
.tea-cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:250;display:flex;align-items:center;gap:14px;background:#14181f;color:#cdd2db;padding:14px 18px;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.35);font-family:'Onest',system-ui,sans-serif;font-size:14px;line-height:1.45;max-width:760px;margin:0 auto;transform:translateY(120%);transition:transform .35s cubic-bezier(.4,0,.2,1);}
.tea-cookie.is-show{transform:translateY(0);}
.tea-cookie a{color:#f06d24;text-decoration:underline;}
.tea-cookie__text{flex:1;}
.tea-cookie__btn{background:#f06d24;color:#fff;border:none;border-radius:10px;padding:10px 18px;font-weight:600;cursor:pointer;font-family:inherit;font-size:14px;transition:.15s;flex-shrink:0;}
.tea-cookie__btn:hover{background:#d65a14;}
@media (max-width:520px){.tea-cookie{flex-direction:column;align-items:stretch;text-align:left;gap:10px;}}

/* Category page header — mobile */
.inner_header{padding:24px 24px 8px;}
.inner_header .cont{max-width:1400px;margin:0 auto;}
.inner_header h1{font-family:'Unbounded','Onest',sans-serif !important;font-size:clamp(24px,4.5vw,42px);line-height:1.1;letter-spacing:-.02em;font-weight:700;color:#14181f;margin:0;}
@media (max-width:760px){
  .inner_header{padding:16px 16px 4px;}
  .inner_header h1{font-size:30px;line-height:1.15;word-break: break-all;}
}
@media (max-width:420px){
  .inner_header{padding:12px 14px 2px;}
  .inner_header h1{font-size:30px;word-break: break-all;}
}
