@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(manrope-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(manrope-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(manrope-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(manrope-3.ttf) format('truetype');
}
body.ts-modern{--paper:#fcfcf8;--photo:#f4f4ec;--ink:#233e34;--muted:#526258;--line:#d9dfd7;--rust:#503aac;--white:#fff;--sage:#e5ecde;--lavender:#e8e2f2;--display:'Manrope',sans-serif;--body:'Manrope',sans-serif;font-family:var(--body);color:var(--ink);background:var(--paper);color-scheme:light;scrollbar-color:#93a58f #eef1e8}body.ts-modern *{box-sizing:border-box}body.ts-modern{margin:0;font-size:16px;line-height:1.65}body.ts-modern h1,body.ts-modern h2,body.ts-modern h3,body.ts-modern p,body.ts-modern figure{margin:0}body.ts-modern h1,body.ts-modern h2,body.ts-modern h3{font-family:var(--display);text-wrap:balance}body.ts-modern h1,body.ts-modern h2{font-weight:500;letter-spacing:-.04em;line-height:1.13}body.ts-modern h1{font-size:clamp(42px,5.4vw,76px)}body.ts-modern h2{font-size:clamp(32px,3.25vw,46px)}body.ts-modern h3{font-size:19px;line-height:1.4;font-weight:600}body.ts-modern p{max-width:68ch}body.ts-modern a{color:inherit;text-decoration-thickness:1px;text-underline-offset:5px}body.ts-modern a:hover{color:var(--rust)}body.ts-modern button,body.ts-modern input,body.ts-modern select{font:inherit;color:inherit}body.ts-modern button,body.ts-modern input,body.ts-modern select,body.ts-modern a,body.ts-modern summary{touch-action:manipulation}body.ts-modern button{cursor:pointer;border:1px solid var(--line);background:none}body.ts-modern button:disabled{opacity:.55;cursor:not-allowed}body.ts-modern button:active,body.ts-modern .button:active{transform:translateY(1px)}body.ts-modern button,body.ts-modern input,body.ts-modern select,body.ts-modern summary{min-height:44px}body.ts-modern button{transition:background .18s ease-out,border-color .18s ease-out}body.ts-modern button:hover{border-color:var(--ink)}body.ts-modern :focus-visible{outline:3px solid var(--rust);outline-offset:4px}body.ts-modern ::selection{background:#ddd3fa;color:#243e33}body.ts-modern input{caret-color:var(--rust)}body.ts-modern svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}body.ts-modern .ui-icon{width:19px;height:19px;vertical-align:-4px;flex-shrink:0}body.ts-modern .wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}body.ts-modern .sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}body.ts-modern .skip{position:absolute;left:12px;top:-90px;z-index:10;background:#fff;padding:12px}body.ts-modern .skip:focus{top:8px}body.ts-modern .muted{font-size:14px;color:var(--muted)}body.ts-modern .review-note{display:flex;justify-content:space-between;padding:7px 56px;background:#dce7c9;color:#253c2d;font-size:11px;font-weight:600;letter-spacing:.02em}body.ts-modern header{background:var(--paper)}body.ts-modern .masthead{height:105px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}body.ts-modern .wordmark{font-family:var(--display);font-size:38px;font-weight:500;letter-spacing:-.04em;text-decoration:none;line-height:1;white-space:nowrap}body.ts-modern .wordmark span{display:block;text-align:center;letter-spacing:.2em;font-size:9px;font-weight:600;margin-top:12px}body.ts-modern .desktop-intro{font-size:12px;text-decoration:none;display:flex;gap:10px;align-items:center}body.ts-modern .header-tools{display:flex;align-items:center;justify-content:flex-end;gap:28px;font-size:12px}body.ts-modern .header-tools>a{text-decoration:none}body.ts-modern .header-tools button{display:flex;align-items:center;gap:9px;border:0;padding:8px 0}body.ts-modern .header-tools #bag-count{background:#e6edde;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:11px}body.ts-modern .mobile-menu{display:none}body.ts-modern .navline{border-block:1px solid var(--line)}body.ts-modern #navigation{display:flex;align-items:center;justify-content:center;min-height:58px;gap:29px;font-size:13px;font-weight:500}body.ts-modern #navigation>a{text-decoration:none;white-space:nowrap;padding:16px 0}body.ts-modern #navigation form{margin-left:auto;display:flex;width:215px;align-items:center;background:#eff2eb;border-radius:30px;padding:0 8px 0 17px}body.ts-modern #navigation input{background:none;width:100%;min-width:0;border:0;font-size:12px;outline-offset:2px}body.ts-modern #navigation input::placeholder{color:#526258}body.ts-modern #navigation form button{border:0;display:grid;place-items:center;min-width:40px}body.ts-modern #navigation form svg{width:19px}body.ts-modern .button{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:54px;border:1px solid var(--ink);border-radius:40px;background:var(--ink);color:white;padding:14px 27px;font-size:13px;font-weight:600;text-decoration:none;line-height:1.4;transition:background .18s ease-out}body.ts-modern .button:hover{background:#375f4c;color:white}body.ts-modern .button.light{background:#fcfcf8;color:var(--ink);border-color:#fcfcf8}body.ts-modern .button.light:hover{background:#e7ecdf}body.ts-modern .text-link{display:inline-flex;gap:14px;align-items:center;font-size:13px;font-weight:600}body.ts-modern .hero{display:grid;grid-template-columns:.94fr 1.06fr;min-height:565px;margin:20px 24px 0;background:var(--sage);border-radius:18px;overflow:hidden}body.ts-modern .hero-copy{padding:74px 34px 72px max(32px,calc((100vw - 1320px)/2 - 24px));align-self:center}body.ts-modern .hero-copy h1{font-size:clamp(48px,5vw,74px);font-weight:500;line-height:1.08}body.ts-modern .hero-copy p{margin:25px 0 30px;max-width:420px;font-size:16px;line-height:1.8}body.ts-modern .hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}body.ts-modern .hero-image{min-width:0;position:relative;min-height:565px;background:#dce5d5}body.ts-modern .hero-image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:62% center}body.ts-modern .image-caption{position:absolute;right:26px;bottom:26px;left:26px;background:#fcfcf8ed;padding:17px 23px;border-radius:12px;display:grid;grid-template-columns:1fr auto;text-decoration:none;max-width:330px;margin-left:auto;backdrop-filter:blur(8px)}body.ts-modern .image-caption>span:first-child{font-size:11px;color:#526258}body.ts-modern .image-caption strong{grid-column:1;font-size:15px;font-weight:600}body.ts-modern .image-caption .caption-arrow{grid-column:2;grid-row:1/3;align-self:center}body.ts-modern .service-strip{display:flex;justify-content:space-around;align-items:center;border-bottom:1px solid var(--line);padding:25px 0;gap:15px;font-size:12px}body.ts-modern .service-strip a{text-decoration:none}body.ts-modern .section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:30px}body.ts-modern .section-title p{font-size:14px;color:var(--muted);margin-top:12px}body.ts-modern .section-title>a{flex-shrink:0;margin-bottom:7px}body.ts-modern .shop-categories{padding-top:80px}body.ts-modern .category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}body.ts-modern .category-card{display:block;text-decoration:none;border-radius:14px;overflow:hidden;background:#e3ecdc}body.ts-modern .category-card.balm{background:#eae4f3}body.ts-modern .category-card.supplements{background:#f0e6d7}body.ts-modern .category-card:hover{color:var(--ink)}body.ts-modern .category-image{height:255px;display:grid;place-items:center}body.ts-modern .category-image img{height:240px;width:85%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s cubic-bezier(.16,1,.3,1)}body.ts-modern .category-card:hover .category-image img{transform:translateY(-5px)}body.ts-modern .category-copy{padding:18px 28px 27px}body.ts-modern .category-copy h3{font-size:22px;font-weight:500;letter-spacing:-.035em}body.ts-modern .category-copy p{font-size:12px;margin:7px 0 22px;color:#526258}body.ts-modern .category-copy>span{font-size:12px;display:flex;justify-content:space-between;align-items:center;font-weight:600}body.ts-modern .featured-products{padding-block:86px}body.ts-modern .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 23px}body.ts-modern .product-tile{min-width:0}body.ts-modern .tile-img{display:block;border-radius:12px;overflow:hidden;background:#f0f1e9}body.ts-modern .product-tile:nth-child(4n+2) .tile-img{background:#ede8f3}body.ts-modern .product-tile:nth-child(4n+3) .tile-img{background:#f2eadd}body.ts-modern .product-tile:nth-child(4n) .tile-img{background:#e7edf0}body.ts-modern .tile-img img{width:100%;display:block;aspect-ratio:1;height:auto;object-fit:contain;mix-blend-mode:multiply;padding:15px}body.ts-modern .tile-category{font-size:11px;color:var(--muted);margin:17px 0 6px}body.ts-modern .product-tile h3{font-size:15px;line-height:1.55;font-weight:600;letter-spacing:-.015em}body.ts-modern .product-tile h3 a{text-decoration:none}body.ts-modern .tile-price{font-size:14px;margin-top:8px;font-weight:600;font-variant-numeric:tabular-nums}body.ts-modern .tile-price small{font-size:11px;font-weight:400}body.ts-modern .tile-action{font-size:11px;display:inline-flex;align-items:center;margin-top:5px;min-height:35px}body.ts-modern .balm-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--lavender);border-radius:18px;overflow:hidden}body.ts-modern .balm-photo{position:relative;min-height:490px;display:grid;place-items:center;background:#e1d9ed}body.ts-modern .balm-photo img{width:86%;height:430px;object-fit:contain;mix-blend-mode:multiply}body.ts-modern .balm-photo>span{position:absolute;bottom:26px;font-size:10px;letter-spacing:.12em}body.ts-modern .balm-copy{padding:58px;align-self:center}body.ts-modern .balm-copy h2{font-size:clamp(32px,3.3vw,48px)}body.ts-modern .balm-copy p{font-size:14px;line-height:1.9;margin:25px 0 30px}body.ts-modern .story-block{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;margin-block:95px}body.ts-modern .story-block p{margin:24px 0;font-size:15px;line-height:1.9;max-width:460px}body.ts-modern .story-block>img{width:100%;height:400px;object-fit:cover;border-radius:16px}body.ts-modern .help-row{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;border-top:1px solid var(--line);padding:50px 0 80px}body.ts-modern .help-row h2{font-size:37px}body.ts-modern .help-row p{margin-top:20px;font-size:14px}body.ts-modern .help-row>div:last-child{align-self:center}body.ts-modern .help-row a{display:flex;justify-content:space-between;align-items:center;gap:20px;text-decoration:none;padding:22px 0;border-bottom:1px solid var(--line);font-size:15px}body.ts-modern .crumbs{display:flex;gap:12px;font-size:11px;align-items:center;margin-block:24px;flex-wrap:wrap;color:var(--muted)}body.ts-modern .crumbs a{text-decoration:none}body.ts-modern .catalogue-head{display:flex;align-items:center;justify-content:space-between;gap:50px;background:var(--sage);border-radius:16px;padding:45px 44px;margin-top:20px}body.ts-modern .catalogue-head h1{font-size:54px}body.ts-modern .catalogue-head p{max-width:410px;font-size:14px;line-height:1.85}body.ts-modern .category-tabs{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}body.ts-modern .category-tabs a{text-decoration:none;padding:10px 20px;border:1px solid var(--line);border-radius:30px;font-size:12px}body.ts-modern .category-tabs a[aria-current]{background:var(--ink);color:white;border-color:var(--ink)}body.ts-modern .toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px;font-size:12px}body.ts-modern .toolbar>div{display:flex;gap:12px;align-items:center}body.ts-modern select{background:#fff;border:1px solid var(--line);border-radius:7px;font-size:12px;padding:9px 26px 9px 12px;max-width:100%}body.ts-modern .catalogue{padding-bottom:80px}body.ts-modern .empty{padding:50px 0}body.ts-modern .empty h2{margin-bottom:16px}body.ts-modern .empty .button{margin-top:20px}body.ts-modern .empty[hidden]{display:none}body.ts-modern .product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);column-gap:70px;row-gap:22px;margin-top:25px;align-items:start}body.ts-modern .product-heading{grid-column:2;grid-row:1}body.ts-modern .product-heading h1{font-size:clamp(35px,3.2vw,46px);line-height:1.17;font-weight:500}body.ts-modern .product-heading .brand{font-size:13px;color:var(--muted);margin-top:13px}body.ts-modern .product-heading .intro{font-size:14px;line-height:1.9;margin-top:18px}body.ts-modern .mobile-price{display:none}body.ts-modern .gallery{grid-column:1;grid-row:1/3;position:sticky;top:24px}body.ts-modern .gallery-main{border:0;border-radius:16px;overflow:hidden;background:var(--photo);width:100%;padding:0;position:relative;display:block}body.ts-modern .gallery-main img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;padding:0}body.ts-modern .gallery-main span{position:absolute;bottom:18px;right:22px;font-size:11px;text-decoration:underline}body.ts-modern .thumbnails{display:flex;gap:12px;margin-top:17px}body.ts-modern .thumbnails button{background:#f1ede7;border:1px solid var(--line);border-radius:9px;padding:3px;width:70px;height:70px}body.ts-modern .thumbnails button[aria-pressed=true]{border:2px solid var(--ink)}body.ts-modern .thumbnails img{width:100%;height:100%;object-fit:contain;border-radius:5px}body.ts-modern .gallery figcaption{font-size:11px;color:var(--muted);margin-top:13px}body.ts-modern .purchase{grid-column:2;grid-row:2}body.ts-modern .price-line{display:flex;gap:12px;align-items:baseline}body.ts-modern .price-line strong{font-size:30px;font-weight:600;letter-spacing:-.025em;font-variant-numeric:tabular-nums}body.ts-modern .price-line>span{font-size:12px;color:var(--muted)}body.ts-modern .unit-price{font-size:11px;color:var(--muted);margin:4px 0 25px}body.ts-modern .purchase fieldset{border:0;padding:0;margin:0 0 25px;min-width:0}body.ts-modern .purchase legend{font-size:13px;font-weight:600;margin-bottom:12px}body.ts-modern .pack-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}body.ts-modern .pack-option{position:relative;cursor:pointer}body.ts-modern .pack-option input{position:absolute;opacity:0;width:100%;height:100%;margin:0;min-height:0;cursor:pointer}body.ts-modern .pack-option span{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #a7b2a5;border-radius:9px;min-height:75px;padding:10px 2px;font-size:13px}body.ts-modern .pack-option small{font-size:10px;display:block;margin-top:4px}body.ts-modern .pack-option input:checked+span{background:var(--ink);color:white;border-color:var(--ink)}body.ts-modern .pack-option input:focus-visible+span{outline:3px solid var(--rust);outline-offset:3px}body.ts-modern .pack-option strong .check{display:none;width:12px;height:12px;margin-left:3px}body.ts-modern .pack-option input:checked+span strong .check{display:inline-block}body.ts-modern .purchase-row{display:flex;align-items:flex-end;gap:12px}body.ts-modern .quantity-label{font-size:11px;display:flex;flex-direction:column;gap:7px;flex:0 0 86px}body.ts-modern .quantity-label input{height:54px;width:100%;background:#fff;border:1px solid #a7b2a5;border-radius:8px;padding:10px 14px;font-size:15px}body.ts-modern .purchase-row .button{flex:1;gap:12px}body.ts-modern .pack-summary{margin-top:12px;font-size:11px}body.ts-modern .delivery-note{border-top:1px solid var(--line);padding-top:23px;margin-top:25px;font-size:12px}body.ts-modern .delivery-note p{margin:8px 0}body.ts-modern .delivery-note a{display:inline-flex;align-items:center;min-height:34px}body.ts-modern .content-pending{font-size:11px;color:#67533d;background:#f5eee2;border-radius:8px;padding:13px 16px;margin-top:15px;line-height:1.7}body.ts-modern .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;margin:80px 0}body.ts-modern .detail-grid h2{font-size:33px;margin-bottom:24px}body.ts-modern dl{margin:0}body.ts-modern dl>div{display:flex;gap:25px;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0;font-size:13px}body.ts-modern dt{color:var(--muted)}body.ts-modern dd{margin:0;text-align:right;max-width:65%}body.ts-modern details{border-top:1px solid var(--line)}body.ts-modern details:last-child{border-bottom:1px solid var(--line)}body.ts-modern summary{display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;font-weight:500;font-size:16px;padding:20px 0;list-style:none}body.ts-modern summary::-webkit-details-marker{display:none}body.ts-modern details[open] summary .disclosure{transform:rotate(180deg)}body.ts-modern details p{font-size:13px;line-height:1.9;padding-bottom:22px}body.ts-modern details a{display:inline-block;margin-top:10px}body.ts-modern .related{margin-bottom:85px}body.ts-modern .reading{max-width:880px;padding-bottom:80px}body.ts-modern .reading h1{font-size:56px;margin:40px 0 26px}body.ts-modern .reading h2{font-size:33px;margin:40px 0 20px}body.ts-modern .reading p,body.ts-modern .reading li{font-size:17px;line-height:1.9;margin-bottom:20px}body.ts-modern .reading .contents{display:flex;gap:25px;flex-wrap:wrap;border-block:1px solid var(--line);padding-block:18px}body.ts-modern .reading figure img{width:100%;height:400px;object-fit:cover;border-radius:16px;margin-top:15px}body.ts-modern .reading figcaption{font-size:11px;color:var(--muted)}body.ts-modern .reading section{scroll-margin-top:30px}body.ts-modern footer{background:#dfe9d4;padding:55px 0 25px}body.ts-modern .footer-top{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;padding-bottom:40px;border-bottom:1px solid #b9c7af;align-items:center}body.ts-modern .footer-top h2{font-size:42px}body.ts-modern .footer-top p{font-size:14px;max-width:380px;line-height:1.9}body.ts-modern .footer-links{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:45px;padding-block:45px}body.ts-modern .footer-links .wordmark{font-size:27px}body.ts-modern .footer-links h3{font-size:13px;margin-bottom:18px}body.ts-modern .footer-links p{font-size:12px;color:#43573e;line-height:1.85;margin:15px 0}body.ts-modern .footer-links nav a{display:block;font-size:12px;text-decoration:none;margin-bottom:10px}body.ts-modern .footer-links>div>a:not(.wordmark){font-size:12px}body.ts-modern .legal{display:flex;flex-wrap:wrap;gap:22px;padding-top:20px;border-top:1px solid #b9c7af;font-size:10px}body.ts-modern .legal span:last-child{margin-left:auto}body.ts-modern dialog{border:0;border-radius:16px;background:var(--paper);color:var(--ink);width:600px;max-width:calc(100% - 32px);padding:28px;max-height:90dvh;overflow:auto;overscroll-behavior:contain}body.ts-modern dialog::backdrop{background:#152b2466}body.ts-modern .dialog-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px}body.ts-modern .dialog-title h2{font-size:26px}body.ts-modern .close{font-size:12px;padding:8px 15px;border-radius:30px}body.ts-modern .bag-item{display:grid;grid-template-columns:75px 1fr auto;gap:18px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}body.ts-modern .bag-item img{width:75px;height:75px;object-fit:contain;border-radius:8px}body.ts-modern .bag-item h3{font-size:14px}body.ts-modern .bag-item p{font-size:12px;margin:8px 0}body.ts-modern .bag-item strong{font-size:13px}body.ts-modern .bag-item button{font-size:11px;padding:8px;border-radius:6px}body.ts-modern .bag-total{display:flex;justify-content:space-between;font-size:21px;font-weight:600;margin-block:24px}body.ts-modern #bag-bottom .button{width:100%}body.ts-modern #bag-bottom p{margin:15px 0}body.ts-modern #zoom{width:940px;max-width:calc(100% - 32px);padding:18px}body.ts-modern #zoom .close{float:right}body.ts-modern #zoom img{width:100%;height:auto;max-height:75dvh;object-fit:contain}body.ts-modern .toast{display:none}body.ts-modern .toast.visible{display:block;position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);background:var(--ink);color:white;padding:15px 24px;border-radius:30px;z-index:10}
@media(min-width:1650px){body.ts-modern .hero-copy{padding-left:max(56px,calc((100vw - 1320px)/2 - 24px))}body.ts-modern .hero{min-height:620px}body.ts-modern .hero-image{min-height:620px}}
@media(max-width:1100px){body.ts-modern .wrap{width:calc(100% - 56px)}body.ts-modern .review-note{padding-inline:28px}body.ts-modern .desktop-intro{font-size:11px}body.ts-modern .header-tools{gap:16px}body.ts-modern #navigation{gap:18px;font-size:12px}body.ts-modern #navigation form{width:170px}body.ts-modern .hero-copy{padding:45px 30px}body.ts-modern .hero-copy h1{font-size:54px}body.ts-modern .hero-copy p{font-size:14px}body.ts-modern .hero{min-height:490px}body.ts-modern .hero-image{min-height:490px}body.ts-modern .hero-actions{gap:20px}body.ts-modern .hero-actions .button{padding-inline:22px}body.ts-modern .products{gap:30px 18px}body.ts-modern .category-image{height:220px}body.ts-modern .category-image img{height:205px}body.ts-modern .category-copy{padding:15px 20px 25px}body.ts-modern .category-copy h3{font-size:20px}body.ts-modern .story-block,body.ts-modern .help-row{gap:45px}body.ts-modern .balm-copy{padding:35px}body.ts-modern .product-layout{column-gap:35px}body.ts-modern .pack-options{gap:5px}body.ts-modern .pack-option span{font-size:11px}body.ts-modern .footer-links{gap:25px}body.ts-modern .catalogue-head{padding:32px}body.ts-modern .catalogue-head h1{font-size:44px}body.ts-modern .catalogue-head p{max-width:330px;font-size:13px}}
@media(max-width:780px){body.ts-modern{font-size:15px}body.ts-modern .wrap{width:calc(100% - 36px)}body.ts-modern .review-note{padding:7px 18px;justify-content:center;font-size:10px}body.ts-modern .review-note>span:first-child{display:none}body.ts-modern .masthead{height:86px;grid-template-columns:1fr auto 1fr;gap:8px}body.ts-modern .mobile-menu{display:grid;place-items:center;border:0;justify-self:start;padding:8px;width:40px}body.ts-modern .desktop-intro{display:none}body.ts-modern .wordmark{font-size:29px}body.ts-modern .wordmark span{font-size:7px;letter-spacing:.15em;margin-top:9px}body.ts-modern .header-tools{gap:0}body.ts-modern .header-tools>a,body.ts-modern .bag-label{display:none}body.ts-modern .header-tools button{gap:5px;padding-left:8px}body.ts-modern .header-tools svg{width:20px}body.ts-modern .header-tools #bag-count{width:20px;height:20px;font-size:10px}body.ts-modern .navline{border-top:0}body.ts-modern .navline:has(#navigation:not(.open)){border:0}body.ts-modern #navigation{display:none;padding-block:10px}body.ts-modern #navigation.open{display:flex;flex-direction:column;align-items:stretch;gap:0}body.ts-modern #navigation>a{padding:12px 3px;border-bottom:1px solid var(--line);font-size:15px}body.ts-modern #navigation form{width:100%;margin:13px 0 4px}body.ts-modern #navigation input{font-size:16px}body.ts-modern .hero{grid-template-columns:1fr;margin:0 12px;border-radius:14px;min-height:0}body.ts-modern .hero-copy{padding:35px 25px 32px}body.ts-modern .hero-copy h1{font-size:46px;line-height:1.09}body.ts-modern .hero-copy p{margin:20px 0 23px;font-size:13px;line-height:1.85;max-width:400px}body.ts-modern .hero-actions{gap:18px}body.ts-modern .hero-actions .button{font-size:12px;min-height:49px;padding:13px 19px;gap:14px}body.ts-modern .hero-actions .text-link{font-size:11px}body.ts-modern .hero-image{min-height:310px}body.ts-modern .hero-image>img{object-position:60% 60%}body.ts-modern .image-caption{left:auto;right:16px;bottom:16px;width:240px;padding:12px 18px;border-radius:10px}body.ts-modern .image-caption>span:first-child{font-size:10px}body.ts-modern .image-caption strong{font-size:13px}body.ts-modern .service-strip{gap:20px;justify-content:center;padding:20px 0;font-size:10px;flex-wrap:wrap;row-gap:7px}body.ts-modern .service-strip>span:nth-child(2){display:none}body.ts-modern .shop-categories{padding-top:46px}body.ts-modern .section-title{gap:20px;align-items:flex-start;margin-bottom:23px}body.ts-modern .section-title h2{font-size:30px}body.ts-modern .section-title p{font-size:12px;line-height:1.8;margin-top:10px}body.ts-modern .section-title>a{font-size:10px;gap:7px;margin-top:8px;max-width:115px;flex-shrink:1}body.ts-modern .category-grid{grid-template-columns:1fr;gap:13px}body.ts-modern .category-card{display:grid;grid-template-columns:38% 62%;border-radius:12px;align-items:center}body.ts-modern .category-image{height:175px}body.ts-modern .category-image img{height:170px;width:100%}body.ts-modern .category-copy{padding:22px 18px 22px 9px}body.ts-modern .category-copy h3{font-size:21px;line-height:1.25;text-wrap:initial}body.ts-modern .category-copy p{font-size:11px;line-height:1.7;margin:9px 0 16px}body.ts-modern .category-copy>span{font-size:11px;gap:10px}body.ts-modern .featured-products{padding-block:48px}body.ts-modern .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}body.ts-modern .tile-img{border-radius:10px}body.ts-modern .tile-img img{padding:7px}body.ts-modern .tile-category{font-size:10px;margin-top:12px}body.ts-modern .product-tile h3{font-size:14px;line-height:1.55}body.ts-modern .tile-price{font-size:14px;margin-top:7px}body.ts-modern .tile-price small{font-size:10px}body.ts-modern .tile-action{font-size:12px;min-height:44px;margin-top:3px}body.ts-modern .balm-feature{grid-template-columns:1fr;border-radius:14px}body.ts-modern .balm-photo{min-height:285px}body.ts-modern .balm-photo img{height:255px;width:80%}body.ts-modern .balm-photo>span{bottom:17px;font-size:9px}body.ts-modern .balm-copy{padding:30px 26px 35px}body.ts-modern .balm-copy h2{font-size:33px}body.ts-modern .balm-copy p{font-size:13px;margin:18px 0 25px}body.ts-modern .balm-copy .button{font-size:12px}body.ts-modern .story-block{grid-template-columns:1fr;gap:28px;margin-block:50px}body.ts-modern .story-block h2{font-size:32px}body.ts-modern .story-block p{font-size:13px;margin:20px 0}body.ts-modern .story-block>img{height:275px;border-radius:12px}body.ts-modern .help-row{grid-template-columns:1fr;gap:20px;padding:35px 0 45px}body.ts-modern .help-row h2{font-size:32px}body.ts-modern .help-row p{font-size:13px;margin-top:17px}body.ts-modern .help-row a{font-size:12px;padding:19px 0}body.ts-modern .crumbs{font-size:10px;margin-block:18px;gap:9px}body.ts-modern .catalogue-head{display:block;padding:30px 24px;margin-top:15px}body.ts-modern .catalogue-head h1{font-size:37px}body.ts-modern .catalogue-head p{font-size:12px;line-height:1.9;margin-top:18px}body.ts-modern .category-tabs{gap:8px;margin-block:24px}body.ts-modern .category-tabs a{font-size:10px;padding:9px 13px;min-height:40px;display:flex;align-items:center}body.ts-modern .toolbar{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:22px;font-size:11px}body.ts-modern .toolbar>div{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px}body.ts-modern select{font-size:16px;width:100%}body.ts-modern .catalogue{padding-bottom:45px}body.ts-modern .product-layout{display:flex;flex-direction:column;gap:23px;margin-top:18px}body.ts-modern .product-heading{order:0}body.ts-modern .product-heading h1{font-size:34px;line-height:1.17;max-width:100%}body.ts-modern .product-heading .brand{font-size:12px;margin-top:12px}body.ts-modern .product-heading .intro{font-size:14px;margin-top:12px}body.ts-modern .mobile-price{display:block;font-size:23px;font-weight:600;margin-top:13px;letter-spacing:-.025em;font-variant-numeric:tabular-nums}body.ts-modern .gallery{order:1;width:100%;position:static}body.ts-modern .gallery-main{border-radius:12px}body.ts-modern .gallery-main img{height:290px;aspect-ratio:auto;padding:0}body.ts-modern .gallery-main span{font-size:10px;bottom:14px}body.ts-modern .thumbnails{margin-top:12px;gap:10px}body.ts-modern .thumbnails button{width:54px;height:54px}body.ts-modern .gallery figcaption{font-size:10px}body.ts-modern .purchase{order:2;width:100%}body.ts-modern .price-line strong{font-size:28px}body.ts-modern .unit-price{font-size:11px;margin-bottom:22px}body.ts-modern .purchase legend{font-size:13px}body.ts-modern .pack-options{gap:6px}body.ts-modern .pack-option span{font-size:11px;min-height:72px;padding:8px 1px}body.ts-modern .pack-option small{font-size:9px}body.ts-modern .pack-option strong .check{width:10px;margin-left:1px}body.ts-modern .purchase-row{gap:10px}body.ts-modern .quantity-label{flex-basis:76px}body.ts-modern .purchase-row .button{font-size:12px;padding-inline:15px}body.ts-modern .delivery-note{font-size:12px}body.ts-modern .detail-grid{grid-template-columns:1fr;gap:35px;margin:46px 0}body.ts-modern .detail-grid h2{font-size:30px}body.ts-modern .detail-grid dl>div{font-size:12px}body.ts-modern .related{margin-bottom:50px}body.ts-modern .reading{padding-bottom:50px}body.ts-modern .reading h1{font-size:38px;margin-top:26px}body.ts-modern .reading h2{font-size:28px}body.ts-modern .reading p,body.ts-modern .reading li{font-size:15px}body.ts-modern .reading .contents{font-size:12px;gap:18px}body.ts-modern .reading figure img{height:250px}body.ts-modern footer{padding:38px 0 20px}body.ts-modern .footer-top{grid-template-columns:1fr;gap:23px;padding-bottom:30px}body.ts-modern .footer-top h2{font-size:35px}body.ts-modern .footer-top p{font-size:13px}body.ts-modern .footer-links{grid-template-columns:1fr 1fr;gap:30px 24px;padding-block:32px}body.ts-modern .footer-brand{grid-column:1/-1}body.ts-modern .footer-links>div:last-child{grid-column:1/-1}body.ts-modern .footer-links h3{font-size:13px;margin-bottom:14px}body.ts-modern .footer-links nav a{font-size:12px}body.ts-modern .footer-links p{font-size:12px}body.ts-modern .legal{gap:13px 20px;font-size:10px}body.ts-modern .legal span:last-child{margin-left:0;width:100%}body.ts-modern dialog{padding:22px}body.ts-modern .dialog-title h2{font-size:24px}body.ts-modern .bag-item{grid-template-columns:60px 1fr;gap:14px}body.ts-modern .bag-item img{width:60px;height:60px}body.ts-modern .bag-item>button{grid-column:2;justify-self:start}body.ts-modern .bag-total{font-size:18px}}
@media(max-width:359px){body.ts-modern .wrap{width:calc(100% - 28px)}body.ts-modern .hero-copy{padding:29px 20px}body.ts-modern .hero-copy h1{font-size:40px}body.ts-modern .hero-actions{gap:14px}body.ts-modern .hero-actions .text-link{min-height:34px}body.ts-modern .hero-image{min-height:270px}body.ts-modern .wordmark{font-size:25px}body.ts-modern .category-copy h3{font-size:18px}body.ts-modern .category-image img{height:150px}body.ts-modern .pack-options{grid-template-columns:repeat(3,1fr)}body.ts-modern .product-heading h1{font-size:30px}}
@media(prefers-reduced-motion:reduce){body.ts-modern *,body.ts-modern *::before,body.ts-modern *::after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

/* Astra/WooCommerce adapter. All changes are scoped; Tapee never receives this file. */
body.ts-modern{background:#fcfcf8!important;color:#233e34!important;font-family:Manrope,sans-serif!important;--ast-global-color-0:#233e34;--ast-global-color-1:#503aac;--ast-global-color-2:#233e34;--ast-global-color-3:#526258;--ast-global-color-4:#fcfcf8;--ast-global-color-5:#fff}
body.ts-modern h1,body.ts-modern h2,body.ts-modern h3,body.ts-modern h4,body.ts-modern h5,body.ts-modern h6,body.ts-modern button,body.ts-modern input,body.ts-modern select{font-family:Manrope,sans-serif!important;text-transform:none!important;color:inherit;letter-spacing:normal}
body.ts-modern h1,body.ts-modern h2{font-weight:500!important;letter-spacing:-.04em!important}
body.ts-modern #page{background:#fcfcf8}body.ts-modern .ts26-utility,body.ts-modern .ts26-footer,body.ts-modern #ast-fixed-header,body.ts-modern .ast-sticky-add-to-cart,body.ts-modern .ast-header-sticked{display:none!important}
body.ts-modern .ts-modern-header{position:relative!important;z-index:5;border:0;box-shadow:none}body.ts-modern .wordmark{font-family:Manrope,sans-serif!important;font-weight:500!important;text-transform:none!important;color:#233e34!important;font-size:38px!important;letter-spacing:-.055em!important;text-decoration:none!important;line-height:1}
body.ts-modern .wordmark span{font-size:9px;letter-spacing:.17em;display:block;margin-top:12px;font-weight:600}
body.ts-modern .ts-modern-header a,body.ts-modern .ts-modern-footer a{color:#233e34}body.ts-modern .ts-modern-header .ts-cart-link{display:flex!important;align-items:center;gap:8px;text-decoration:none;min-height:44px}body.ts-modern .ts-modern-header input{margin:0!important;border:0!important;background:transparent!important;padding:10px 14px!important;box-shadow:none!important;height:44px}body.ts-modern .ts-modern-header form button{background:none!important;color:#233e34!important;padding:8px!important;border:0!important;min-height:44px}
body.ts-modern #content>.ast-container{max-width:1320px;width:calc(100% - 112px);padding:0;display:block}body.ts-modern #primary{width:100%!important;margin:30px 0 70px!important;padding:0!important;border:0}body.ts-modern #secondary{display:none!important}body.ts-modern article{background:transparent;padding:0}
body.ts-modern.home #content>.ast-container{width:100%;max-width:none}body.ts-modern.home #primary{margin:0!important}body.ts-modern.home .entry-header{display:none}body.ts-modern.home .entry-content{margin:0!important;padding:0!important}body.ts-modern.home .entry-content>.hero{max-width:none}body.ts-modern.home .entry-content>*{margin-block-start:0}body.ts-modern.home .entry-content .wrap{max-width:1320px}body.ts-modern.home .entry-content p{margin-bottom:0}
body.ts-modern .hero-copy h1{font-size:clamp(42px,5.4vw,76px)!important;line-height:1.1!important}body.ts-modern .hero-copy p{font-size:16px!important}body.ts-modern .hero .button,body.ts-modern .balm-feature .button{background:#233e34!important;color:white!important;border:1px solid #233e34!important;border-radius:30px!important;box-shadow:none!important;text-decoration:none}
body.ts-modern .hero-image>img{height:100%;max-width:none}body.ts-modern .section-title h2,body.ts-modern .balm-copy h2,body.ts-modern .story-block h2,body.ts-modern .help-row h2{font-size:42px!important;line-height:1.15!important}body.ts-modern .products .product-tile{margin:0!important;padding:0!important;border:0!important}body.ts-modern .product-tile h3{font-size:17px!important;line-height:1.45!important;margin-top:18px!important}body.ts-modern .product-tile h3 a{text-decoration:none}body.ts-modern .tile-price{margin-top:10px!important}
body.ts-modern .ts-modern-footer{margin:0;max-width:none;clear:both}body.ts-modern .ts-modern-footer h2{font-size:42px!important}body.ts-modern .ts-modern-footer p{margin-bottom:0}body.ts-modern .ts-modern-footer h3{font-size:13px!important}body.ts-modern .ts-modern-footer .wordmark{font-size:27px!important}
body.ts-modern.woocommerce ul.products,body.ts-modern .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:40px 24px!important;margin:30px 0 70px!important;padding:0!important}
body.ts-modern.woocommerce ul.products::before,body.ts-modern.woocommerce ul.products::after{display:none!important}body.ts-modern.woocommerce ul.products li.product,body.ts-modern .woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:0!important;border:0!important;min-width:0}
body.ts-modern ul.products li.product .astra-shop-thumbnail-wrap{background:#f4f4ec;border-radius:14px;overflow:hidden}body.ts-modern ul.products li.product a img{width:100%;aspect-ratio:1;object-fit:contain;margin:0!important;border-radius:14px}body.ts-modern ul.products li.product .astra-shop-summary-wrap{padding:15px 0!important;text-align:left!important}body.ts-modern ul.products li.product .woocommerce-loop-product__title{font-size:17px!important;line-height:1.45!important;letter-spacing:-.01em!important;font-weight:600!important;color:#233e34!important;margin:0 0 9px!important}body.ts-modern ul.products li.product .price{font-size:16px!important;color:#233e34!important}body.ts-modern ul.products li.product .button{background:transparent!important;border:0!important;border-radius:0!important;padding:10px 0!important;color:#233e34!important;text-decoration:underline;box-shadow:none!important;font-size:13px!important;text-transform:none!important}
body.ts-modern .woocommerce-products-header{padding:38px 42px;margin:20px 0 30px;border-radius:18px;background:#e5ecde}body.ts-modern .woocommerce-products-header h1{font-size:52px!important;line-height:1.1!important;color:#233e34!important;margin-bottom:18px!important}body.ts-modern .woocommerce-products-header p{font-size:14px!important;line-height:1.8!important;margin:0;max-width:800px}body.ts-modern .category-tabs{clear:both;margin:26px 0}body.ts-modern .woocommerce-ordering select{border:1px solid #d9dfd7!important;border-radius:10px;background:#fcfcf8!important;color:#233e34;padding:10px 30px 10px 14px}body.ts-modern .woocommerce-result-count{font-size:13px;line-height:44px}body.ts-modern .ts-catalogue-filters{border:0;padding:0;margin:20px 0}body.ts-modern .ts-catalogue-filters a{border-radius:24px}
body.ts-modern.single-product div.product .product_title{font-size:46px!important;line-height:1.12!important;color:#233e34!important;margin:0 0 18px!important;max-width:650px}body.ts-modern.single-product div.product .summary{color:#233e34!important}body.ts-modern.single-product div.product .woocommerce-product-details__short-description{font-size:15px;line-height:1.8;margin:20px 0}body.ts-modern.single-product .woocommerce-product-gallery{background:#f4f4ec;border-radius:16px;overflow:hidden}body.ts-modern.single-product .woocommerce-product-gallery img{object-fit:contain;border-radius:14px}body.ts-modern .ts-purchase-panel{background:transparent!important;color:#233e34!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:20px 0!important}body.ts-modern .ts-purchase-panel p.price{color:#233e34!important;font-size:32px!important;margin:0 0 12px!important}body.ts-modern .ts-purchase-panel .ts-pack-output,body.ts-modern .ts-purchase-panel .ts-pack-unit-price,body.ts-modern .ts-purchase-panel .ts-pack-count{color:#526258!important}body.ts-modern .ts-pack-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}body.ts-modern .ts-pack-card{border:1px solid #d9dfd7!important;background:#fcfcf8!important;color:#233e34!important;border-radius:10px!important;padding:12px 4px!important;min-height:96px}body.ts-modern .ts-pack-card strong{font-size:13px!important}body.ts-modern .ts-pack-card span{font-size:11px!important;color:#526258!important}body.ts-modern .ts-pack-grid input:checked+.ts-pack-card{border:2px solid #233e34!important;background:#e5ecde!important;box-shadow:none!important}body.ts-modern .ts-pack-grid input:focus-visible+.ts-pack-card{outline:3px solid #503aac;outline-offset:3px}body.ts-modern .ts-purchase-panel legend,body.ts-modern .ts-quantity-label{color:#233e34!important}body.ts-modern.single-product .single_add_to_cart_button{border-radius:30px!important;background:#233e34!important;color:#fff!important;font-size:15px!important;border:1px solid #233e34!important;box-shadow:none!important;text-transform:none!important}body.ts-modern .ts-purchase-panel .quantity input{color:#233e34!important;background:#fff!important;border:1px solid #d9dfd7!important;border-radius:10px!important}body.ts-modern .ts-order-confirmation{color:#526258!important;border-color:#d9dfd7!important}body.ts-modern .ts-catalogue-delivery{border-top:1px solid #d9dfd7;padding:24px 0;background:transparent!important}body.ts-modern .ts-catalogue-delivery h2{font-size:20px!important}body.ts-modern .ts-catalogue-delivery p,body.ts-modern .ts-catalogue-delivery a,body.ts-modern .ts-catalogue-delivery li{font-size:13px!important}body.ts-modern .ts-catalogue-delivery .ts-delivery-points{margin:0 0 12px;padding-left:20px;line-height:1.7}body.ts-modern .woocommerce-tabs h2{font-size:30px!important;color:#233e34!important}body.ts-modern .woocommerce-tabs h3{font-size:22px!important}body.ts-modern .woocommerce-tabs{border-color:#d9dfd7!important;background:transparent!important}
body.ts-modern:not(.home):not(.woocommerce) .entry-title{font-size:52px!important}body.ts-modern:not(.home):not(.woocommerce) .entry-content{font-size:16px;line-height:1.85}body.ts-modern:not(.home):not(.woocommerce) .entry-content h1{font-size:52px!important}body.ts-modern:not(.home):not(.woocommerce) .entry-content h2{font-size:34px!important}body.ts-modern:not(.home):not(.woocommerce) .entry-content h3{font-size:24px!important}body.ts-modern .woocommerce-message,body.ts-modern .woocommerce-info{background:#e5ecde;color:#233e34;border-color:#233e34;border-radius:10px}
@media(max-width:1100px){body.ts-modern #content>.ast-container{width:calc(100% - 56px)}body.ts-modern .hero-copy h1{font-size:54px!important}body.ts-modern.single-product div.product .product_title{font-size:38px!important}body.ts-modern .section-title h2{font-size:36px!important}}
@media(max-width:780px){body.ts-modern #content>.ast-container{width:calc(100% - 36px)}body.ts-modern.home #content>.ast-container{width:100%}body.ts-modern #primary{margin:20px 0 45px!important}body.ts-modern .wordmark{font-size:29px!important}body.ts-modern .wordmark span{font-size:7px!important}body.ts-modern .hero-copy h1{font-size:46px!important}body.ts-modern .hero-copy p{font-size:13px!important}body.ts-modern .section-title h2,body.ts-modern .balm-copy h2,body.ts-modern .story-block h2,body.ts-modern .help-row h2{font-size:30px!important}body.ts-modern .ts-modern-footer h2{font-size:35px!important}body.ts-modern .ts-modern-header .mobile-menu{background:transparent!important;color:#233e34!important;padding:8px!important}body.ts-modern .ts-modern-header .header-tools>a:not(.ts-cart-link){display:none!important}body.ts-modern.woocommerce ul.products,body.ts-modern .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 14px!important}body.ts-modern ul.products li.product .woocommerce-loop-product__title,body.ts-modern .product-tile h3{font-size:14px!important}body.ts-modern .woocommerce-products-header{padding:28px 24px}body.ts-modern .woocommerce-products-header h1{font-size:37px!important}body.ts-modern .woocommerce-ordering{float:none!important;margin:12px 0!important}body.ts-modern .woocommerce-ordering select{width:100%;font-size:16px}body.ts-modern .woocommerce-result-count{float:none!important}body.ts-modern.single-product div.product .product_title{font-size:34px!important}body.ts-modern.single-product div.product .summary,body.ts-modern.single-product div.product .woocommerce-product-gallery{width:100%!important;float:none!important}body.ts-modern .ts-pack-grid{gap:5px}body.ts-modern .ts-pack-card strong{font-size:12px!important}body.ts-modern .ts-pack-card span{font-size:10px!important}body.ts-modern .ts-pack-card{padding:10px 2px!important}body.ts-modern:not(.home):not(.woocommerce) .entry-title,body.ts-modern:not(.home):not(.woocommerce) .entry-content h1{font-size:38px!important}}
@media(max-width:359px){body.ts-modern .wordmark{font-size:25px!important}body.ts-modern .hero-copy h1{font-size:40px!important}body.ts-modern .ts-pack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
/* Prevent Astra block-container auto margins from collapsing the hero image column. */
/* Legacy Additional CSS forces zero inline margins on all Astra homepage blocks.
   Restore centring only for this modern homepage's top-level layout containers. */
body.ts-modern.home #content .entry-content[data-ast-blocks-layout]>.wrap{margin-left:auto!important;margin-right:auto!important}
body.ts-modern.home #content .entry-content[data-ast-blocks-layout]>.hero{margin-left:auto!important;margin-right:auto!important}
body.ts-modern.home .entry-content[data-ast-blocks-layout] > * > *{margin-left:0!important;margin-right:0!important;max-width:none!important}
body.ts-modern.home .hero-image{width:100%;min-width:0}
body.ts-modern.home .hero{margin:0 24px!important;width:calc(100% - 48px)!important}
body.ts-modern.home .hero .button,body.ts-modern.home .balm-feature .button{text-transform:none!important;letter-spacing:normal!important}
body.ts-modern>p{max-width:none}
@media(max-width:780px){body.ts-modern.home .hero{margin:0 12px!important;width:calc(100% - 24px)!important}}
body.ts-modern .summary p.price,body.ts-modern .summary p.price *,body.ts-modern .ts-pack-card,body.ts-modern .ts-pack-card *{font-family:Manrope,sans-serif!important}
body.ts-modern .ts-purchase-panel .ts-per-pack{color:#526258!important;font-size:12px!important;margin-left:8px}
body.ts-modern.single-product div.product form.cart .single_add_to_cart_button{background:#233e34!important;color:#fff!important}
body.ts-modern .ts-purchase-panel .ts-pack-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important}
body.ts-modern #content .category-tabs a[aria-current="page"]{color:#fff!important;background:#233e34!important}
body.ts-modern.ts-catalogue-v1 #content .summary form.cart button.single_add_to_cart_button{background:#233e34!important;color:#fff!important}
body.ts-modern.ts-catalogue-v1 #content .ts-pack-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important}
body.ts-modern .wpgs-lightbox-icon::before{content:''!important;display:block!important;width:13px!important;height:13px!important;border:2px solid currentColor!important;border-radius:50%!important;position:absolute;top:8px;left:8px}
body.ts-modern .wpgs-lightbox-icon::after{content:''!important;display:block!important;width:8px!important;height:2px!important;background:currentColor!important;position:absolute;left:19px;top:22px;transform:rotate(45deg)}
body.ts-modern .wpgs-lightbox-icon{color:#233e34!important;background:#fcfcf8!important;border-radius:50%;width:36px;height:36px}
@media(max-width:780px){
 body.ts-modern.ts-catalogue-v1 #content div.product{display:flex!important;flex-direction:column!important}
 body.ts-modern.ts-catalogue-v1 #content div.product>.summary{display:contents!important}
 body.ts-modern.ts-catalogue-v1 #content .summary>.product_title{order:-4}
 body.ts-modern.ts-catalogue-v1 #content .summary>.ts-catalogue-identity{order:-3;margin-bottom:10px}
 body.ts-modern.ts-catalogue-v1 #content .summary>.yith-ywar-product-rating-wrapper{order:-2;margin-bottom:12px}
 body.ts-modern.ts-catalogue-v1 #content .woocommerce-product-gallery{order:-1;margin-bottom:24px!important}
 body.ts-modern.ts-catalogue-v1 #content .summary>.woocommerce-product-details__short-description{order:0;margin:10px 0 24px}
 body.ts-modern.ts-catalogue-v1 #content .summary>.ts-purchase-panel{order:1}
 body.ts-modern.ts-catalogue-v1 #content .summary>.ast-single-product-payments{order:2}
 body.ts-modern.ts-catalogue-v1 #content .summary>.ts-catalogue-delivery{order:3}
 body.ts-modern.ts-catalogue-v1 #content .woocommerce-tabs{order:4}
 body.ts-modern.ts-catalogue-v1 #content .related.products{order:5}
}
@media(max-width:359px){body.ts-modern.ts-catalogue-v1 #content .ts-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:359px){body.ts-modern .ts-purchase-panel .ts-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
/* Shared catalogue finish: preserve native WooCommerce data, forms and detail content. */
body.ts-modern #content .woocommerce-products-header{padding:32px 40px;margin-bottom:28px}
body.ts-modern #content .woocommerce-products-header h1.page-title{display:block!important;font-size:48px!important;line-height:1.12!important;margin:0!important}
body.ts-modern #content .category-tabs{margin:0 0 24px;gap:10px}
body.ts-modern #content .woocommerce-ordering{background:transparent!important;border:0!important;padding:0!important}
body.ts-modern #content ul.products li.product{text-align:left!important;display:flex;flex-direction:column}
body.ts-modern #content ul.products li.product .astra-shop-summary-wrap{flex:1;display:flex;flex-direction:column;text-align:left!important;padding:0!important}
body.ts-modern #content ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.5!important;margin:16px 0 10px!important}
body.ts-modern #content ul.products li.product .price{font-size:14px!important;margin-top:auto!important;margin-bottom:6px!important}
body.ts-modern #content .ts-product-link{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:42px;margin-top:4px;padding-top:10px;border-top:1px solid var(--line);font-size:13px;font-weight:600;text-decoration:none}body.ts-modern #content .ts-product-link span{margin-left:auto}
body.ts-modern #content .ts-collection-details{clear:both;border-top:1px solid #d9dfd7;padding:24px 0;margin:35px 0}
body.ts-modern #content .ts-collection-details>summary{cursor:pointer;font-size:18px;font-weight:600;padding:10px 0}
body.ts-modern #content .ts-collection-details>.term-description{margin-top:24px}
body.ts-modern.single-product #content .product_title{font-size:38px!important;line-height:1.18!important;overflow-wrap:anywhere}
body.ts-modern.single-product #content .wpgs-for img{max-height:600px;width:100%;object-fit:contain}
body.ts-modern.single-product #content .wpgs-nav img{max-height:96px;object-fit:contain}
body.ts-modern.single-product #content .wpgs-nav{padding:12px 8px}
body.ts-modern.single-product #content .summary>p.price{font-size:27px!important;line-height:1.4;margin:22px 0!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart .cfvsw-swatches-container{display:none!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart .cfvsw-hidden-select{display:block!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart .cfvsw-hidden-select{width:100%!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations td.value{display:block!important;width:100%!important}
body.ts-modern.single-product #content div.product>.onsale,body.ts-modern.single-product #content div.product>.ast-onsale-card{display:none!important}
body.ts-modern #content .astra-shop-thumbnail-wrap a.ast-on-card-button{display:none!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations,body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations tbody,body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations tr,body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations td,body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations th{display:block;width:100%;border:0!important;padding:0!important}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart table.variations tr{margin-bottom:20px}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart .variations label{display:block;margin:0 0 8px;font-weight:600;font-size:14px}
body.ts-modern.single-product:not(.ts-catalogue-v1) #content form.cart .variations select{display:block!important;visibility:visible!important;opacity:1!important;position:static!important;width:100%!important;max-width:none!important;height:auto!important;min-height:48px!important;padding:12px 36px 12px 14px!important;border:1px solid #d9dfd7!important;border-radius:10px;background:#fcfcf8!important;font-size:16px!important;clip:auto!important;clip-path:none!important}
body.ts-modern.single-product #content form.cart .quantity{margin-bottom:16px}
body.ts-modern.single-product #content form.cart .quantity input,body.ts-modern.single-product #content form.cart .quantity a{min-width:44px;min-height:44px;border-color:#d9dfd7!important;display:inline-flex;align-items:center;justify-content:center}
body.ts-modern.single-product #content form.cart .quantity input{display:inline-block;background:#fcfcf8;color:#233e34}
body.ts-modern.single-product #content form.cart .single_add_to_cart_button{min-height:52px!important;font-size:15px!important}
body.ts-modern.single-product #content .ts-product-help{display:flex;flex-wrap:wrap;gap:8px 24px;border-top:1px solid #d9dfd7;padding-top:20px;margin-top:26px;font-size:13px}
body.ts-modern.single-product #content .ts-product-help a{min-height:44px;display:inline-flex;align-items:center}
body.ts-modern.single-product #content .woocommerce-tabs{margin-top:64px!important;clear:both}
body.ts-modern.single-product #content .woocommerce-tabs ul.tabs li a{font-size:16px;min-height:44px;padding:12px 0}
@media(max-width:780px){
 body.ts-modern #content .woocommerce-products-header{padding:26px 24px;margin-bottom:22px}
 body.ts-modern #content .woocommerce-products-header h1.page-title{font-size:36px!important}
 body.ts-modern #content .category-tabs a{min-height:44px;display:inline-flex;align-items:center}
 body.ts-modern #content ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.5!important;margin:12px 0 8px!important}
 body.ts-modern #content .ts-product-link{font-size:12px}
 body.ts-modern.single-product #content .product_title{font-size:30px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content div.product{display:flex!important;flex-direction:column!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content div.product>.summary{display:contents!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>.product_title{order:-4;margin-bottom:12px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>.yith-ywar-product-rating-wrapper{order:-3;margin-bottom:20px}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .woocommerce-product-gallery{order:0;margin-bottom:20px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>p.price{order:1;margin:12px 0 22px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>form.cart{order:2;margin-bottom:26px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>.woocommerce-product-details__short-description{order:3}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>.ts-product-help{order:4}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .summary>.ast-single-product-payments{order:5}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .woocommerce-tabs{order:6;margin-top:40px!important}
 body.ts-modern.single-product:not(.ts-catalogue-v1) #content .related.products{order:7}
 body.ts-modern.single-product #content .wpgs-for img{max-height:420px}
 body.ts-modern.single-product #content .wpgs-nav img{max-height:72px}
}
/* Information and buying journey: retained content, quieter reading surfaces. */
body.ts-modern.ts-information #content .entry-content{max-width:1080px!important;margin-inline:auto!important}
body.ts-modern #content .ts-information-nav{display:flex;flex-wrap:wrap;gap:8px 28px;border-bottom:1px solid #d9dfd7;padding-bottom:20px;margin-bottom:44px}
body.ts-modern #content .ts-information-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;text-decoration:none}
body.ts-modern #content .ts-information-nav a[aria-current]{text-decoration:underline;text-underline-offset:8px;font-weight:600}
body.ts-modern.ts-information #content .ts-policy{background:transparent;padding:0!important;color:#233e34}
body.ts-modern.ts-information #content .ts-policy-inner{max-width:none;padding:0}
body.ts-modern.ts-information #content .ts-policy-header{background:#e5ecde;text-align:left;padding:40px!important;border-radius:16px;margin-bottom:32px}
body.ts-modern.ts-information #content .ts-policy-kicker,body.ts-modern.ts-information #content h6,body.ts-modern.ts-information #content .uagb-separator,body.ts-modern.ts-information #content .wp-block-spacer{display:none!important}
body.ts-modern.ts-information #content h1{font-size:clamp(36px,4vw,54px)!important;line-height:1.12!important;color:#233e34!important;margin:0 0 22px!important}
body.ts-modern.ts-information #content h2{font-size:30px!important;line-height:1.25!important;color:#233e34!important;margin:40px 0 16px!important}
body.ts-modern.ts-information #content h3{font-size:23px!important;line-height:1.3!important;margin:32px 0 14px!important}
body.ts-modern.ts-information #content p,body.ts-modern.ts-information #content li{font-size:16px!important;line-height:1.75!important;color:#233e34!important;max-width:72ch}
body.ts-modern.ts-information #content .ts-policy-intro{text-align:left;margin:0!important;max-width:72ch}
body.ts-modern.ts-information #content .ts-policy-strip{background:transparent!important;color:#233e34!important;border-block:1px solid #d9dfd7;border-radius:0;padding:22px 0;gap:24px;justify-content:flex-start}
body.ts-modern.ts-information #content .ts-policy-body{max-width:760px;margin:0 auto;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.ts-modern.ts-information #content .ts-policy-section{padding:0 0 24px!important;border-bottom:1px solid #d9dfd7;margin:0!important}
body.ts-modern.ts-information #content .ts-policy-heading svg{display:none}
body.ts-modern.ts-information #content .ts-policy-heading{display:block}
body.ts-modern.ts-information #content .ts-policy-cta{background:transparent!important;box-shadow:none!important;border:0!important;text-align:left;padding:28px 0!important}
body.ts-modern.ts-information #content .wp-block-uagb-container,body.ts-modern.ts-information #content .uagb-container-inner-blocks-wrap{background:transparent!important;min-height:0!important;max-width:100%!important;width:100%!important;padding:0!important;margin-inline:0!important;gap:0!important;align-items:stretch!important}
body.ts-modern.ts-information #content .entry-content>.uagb-is-root-container{margin:0 0 40px!important}
body.ts-modern.ts-information #content .wp-block-uagb-advanced-heading{text-align:left!important;width:100%}
body.ts-modern.ts-information #content [data-aos]{transform:none!important;opacity:1!important;transition:none!important}
body.ts-modern.ts-information #content .uagb-faq__wrap{width:100%!important;max-width:800px!important;margin-inline:auto!important}
body.ts-modern.ts-information #content .uagb-faq-item{background:transparent!important;border:0!important;border-bottom:1px solid #d9dfd7!important;border-radius:0!important;margin:0!important;box-shadow:none!important}
body.ts-modern.ts-information #content .uagb-faq-questions{padding:22px 0!important;min-height:56px;gap:20px}
body.ts-modern.ts-information #content .uagb-question{font-size:18px!important;line-height:1.5;color:#233e34!important}
body.ts-modern.ts-information #content .uagb-faq-content{padding:0 32px 24px 0!important;color:#233e34!important}
body.ts-modern.ts-information #content .uagb-faq-item:focus-visible{outline:2px solid #503aac;outline-offset:4px}
body.ts-modern.ts-story #content .uagb-block-de296def>.uagb-container-inner-blocks-wrap{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:48px!important;align-items:start!important}
body.ts-modern.ts-story #content .uagb-block-de296def img{border-radius:16px;width:100%;height:auto}
body.ts-modern.ts-story #content .uagb-block-de296def h2{margin-top:0!important}
body.ts-modern.ts-story #content .uagb-block-14734b2e{max-width:760px!important;margin-inline:auto!important}
body.ts-modern.woocommerce-cart #content .ts-bag-title{font-size:48px;margin:0 0 32px}
body.ts-modern.woocommerce-cart #content table.shop_table{border:0;border-collapse:collapse}
body.ts-modern.woocommerce-cart #content table.shop_table th,body.ts-modern.woocommerce-cart #content table.shop_table td{border:0;border-bottom:1px solid #d9dfd7;padding:20px 12px;background:transparent}
body.ts-modern.woocommerce-cart #content .cart_totals{background:#e5ecde;border:0!important;border-radius:16px;padding:28px!important}
body.ts-modern.woocommerce-cart #content .cart_totals h2{background:transparent!important;border:0!important;font-size:26px;padding:0!important;margin:0 0 24px!important}
body.ts-modern.woocommerce-cart #content .quantity input,body.ts-modern.woocommerce-cart #content .quantity a{min-width:44px;min-height:44px}
body.ts-modern.woocommerce-cart #content a.remove{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center}
body.ts-modern.woocommerce-cart #content .checkout-button{font-size:16px;min-height:52px}
body.ts-modern.woocommerce-checkout.cartflows-canvas{background:#fcfcf8!important;color:#233e34!important}
body.ts-modern.woocommerce-checkout .ts26-utility,body.ts-modern.woocommerce-checkout .ts26-footer,body.ts-modern.woocommerce-checkout .uagb-block-23b068d2{display:none!important}
body.ts-modern .ts-checkout-header{max-width:1160px;margin:auto;padding:30px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9dfd7}
body.ts-modern .ts-checkout-header .wordmark{font-size:32px;letter-spacing:-.04em;text-decoration:none}
body.ts-modern .ts-checkout-header>a:last-child{font-size:14px;min-height:44px;display:flex;align-items:center}
body.ts-modern.woocommerce-checkout .cartflows-container{max-width:1160px;margin:0 auto}
body.ts-modern.woocommerce-checkout .cartflows-container>.wp-block-uagb-container{padding:32px 24px!important;background:transparent!important}
body.ts-modern.woocommerce-checkout .cartflows-container .uagb-container-inner-blocks-wrap{max-width:100%!important}
body.ts-modern.woocommerce-checkout .uagb-block-2b0be9f5{display:none!important}
body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form{--wcf-primary-color:#233e34;--wcf-text-color:#233e34;--wcf-field-border-color:#d9dfd7;background:transparent!important;color:#233e34!important;box-shadow:none!important;border:0!important}
body.ts-modern.woocommerce-checkout .ts-checkout-title{font-family:Manrope,sans-serif;font-size:44px;line-height:1.15;margin:0 0 32px}
body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form input.input-text,body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form select,body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form textarea{font-family:Manrope,sans-serif!important;font-size:16px!important;min-height:48px;border-radius:8px!important;border-color:#d9dfd7!important;background:#fcfcf8!important;color:#233e34!important}
body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form h3{font-family:Manrope,sans-serif!important;color:#233e34!important;font-size:22px!important}
body.ts-modern.woocommerce-checkout #place_order{background:#233e34!important;border-color:#233e34!important;border-radius:30px!important;min-height:52px;font-family:Manrope,sans-serif!important}
body.ts-modern.woocommerce-checkout .uagb-block-8137d63f h2{font-size:32px!important}
body.ts-modern.woocommerce-checkout .uagb-block-8137d63f h3{font-size:20px!important;color:#233e34!important}
body.ts-modern .ts-checkout-footer{max-width:1160px;margin:32px auto;padding:24px;display:flex;flex-wrap:wrap;gap:12px 32px;border-top:1px solid #d9dfd7;font-size:14px}
body.ts-modern .ts-checkout-footer a{display:inline-flex;align-items:center;min-height:44px}
@media(max-width:780px){
 body.ts-modern #content .ts-information-nav{gap:4px 20px;margin-bottom:28px}
 body.ts-modern.ts-information #content .ts-policy-header{padding:26px 22px!important}
 body.ts-modern.ts-information #content .ts-policy-strip{align-items:flex-start;flex-direction:column;gap:14px}
 body.ts-modern.ts-information #content h2{font-size:26px!important}
 body.ts-modern.ts-story #content .uagb-block-de296def>.uagb-container-inner-blocks-wrap{grid-template-columns:1fr;gap:28px!important}
 body.ts-modern.ts-story #content .uagb-block-de296def img{max-height:300px;object-fit:cover}
 body.ts-modern.woocommerce-cart #content .ts-bag-title{font-size:36px}
 body.ts-modern.woocommerce-cart #content .cart_totals{padding:22px!important}
 body.ts-modern.woocommerce-cart #content table.shop_table td{padding:16px 8px}
 body.ts-modern .ts-checkout-header{padding:20px 18px}
 body.ts-modern .ts-checkout-header .wordmark{font-size:27px}
 body.ts-modern.woocommerce-checkout .cartflows-container>.wp-block-uagb-container{padding:24px 18px!important}
 body.ts-modern.woocommerce-checkout .ts-checkout-title{font-size:36px}
}
/* Batched inspection corrections. */
body.ts-modern.ts-information #content .ts-policy-strip-item,body.ts-modern.ts-information #content .ts-policy-strip-item *{color:#233e34!important}
body.ts-modern.ts-story #content .wp-block-uagb-container{flex-direction:column!important;justify-content:flex-start!important}
body.ts-modern.ts-story #content .uagb-block-f1cc5601{align-self:start!important;margin:0!important}
body.ts-modern.ts-story #content .uagb-block-6e73bdef p{margin-bottom:20px!important}
body.ts-modern.woocommerce-cart #content a.remove{color:#233e34!important;border:1px solid #d9dfd7!important}
body.ts-modern.woocommerce-cart #content td.product-thumbnail img{width:96px;max-width:96px}
body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form [class*="breadcrumb"]{white-space:nowrap}
body.ts-modern.woocommerce-checkout .wcf-embed-checkout-form .woocommerce{background:transparent}
/* The old progress row was decorative hash links, not checkout steps. */
body.ts-modern.woocommerce-checkout .uagb-block-a34d37f6{display:none!important}
body.ts-modern.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation{font-size:13px;line-height:1.5;margin:10px 0}
body.ts-modern.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation p{margin:0!important;font-size:13px!important}
body.ts-modern.woocommerce-checkout .wcf-logged-in-customer-info{overflow-wrap:anywhere}
/* Keep native checkbox/radio shapes independent of the shared text-field height. */
body.ts-modern.woocommerce-checkout input[type="checkbox"],body.ts-modern.woocommerce-checkout input[type="radio"]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;padding:0!important;flex-shrink:0;vertical-align:middle}
body.ts-modern.woocommerce-checkout .woocommerce-info::before{display:none!important}
body.ts-modern.woocommerce-checkout .woocommerce-info{padding:16px!important}
body.ts-modern.ts-information #content .ts-policy-callout{display:block!important;padding:24px!important;background:#e5ecde!important;border:0!important;color:#233e34!important}
body.ts-modern.ts-information #content .ts-policy-callout>svg{display:none}
body.ts-modern.ts-information #content .ts-policy-callout-content{min-width:0;max-width:100%}
body.ts-modern.ts-information #content .ts-policy-callout-title{white-space:normal!important;margin-top:0!important}
body.ts-modern.ts-information #content .ts-policy-link{overflow-wrap:anywhere}
/* Customer care and long-form policy reading surfaces. */
body.ts-modern.ts-contact #content .wp-block-uagb-container{flex-direction:column!important;justify-content:flex-start!important}
body.ts-modern.ts-contact #content .uagb-block-17980d34{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px!important;border-block:1px solid #d9dfd7;padding:28px 0!important;margin:12px 0 24px!important}
body.ts-modern.ts-contact #content .uagb-ifb-icon-wrap{display:none}
body.ts-modern.ts-contact #content .uagb-ifb-content{text-align:left}
body.ts-modern.ts-contact #content .uagb-ifb-title{margin:0 0 12px!important;font-size:20px!important}
body.ts-modern.ts-contact #content .uagb-ifb-desc{overflow-wrap:anywhere}
body.ts-modern.ts-contact #content .uagb-forms__outer-wrap{width:100%;max-width:760px;margin:0 auto 32px}
body.ts-modern.ts-contact #content .uagb-forms-input-label{font-size:15px;color:#233e34;margin-bottom:8px}
body.ts-modern.ts-contact #content .uagb-forms-field-set{margin-bottom:24px}
body.ts-modern.ts-contact #content .uagb-forms-input{width:100%;min-height:48px;border:1px solid #d9dfd7!important;border-radius:8px!important;background:#fcfcf8!important;font-size:16px!important;color:#233e34;padding:12px 14px!important}
body.ts-modern.ts-contact #content textarea.uagb-forms-input{min-height:160px}
body.ts-modern.ts-contact #content .uagb-forms-main-submit-button{min-height:48px;background:#233e34!important;color:#fff!important;border-radius:30px!important;font-size:16px!important;padding:14px 28px!important}
body.ts-modern.ts-contact #content .uagb-google-map__iframe{width:100%;max-width:100%;height:320px;border-radius:16px}
body.ts-modern.ts-tracking #content .entry-content{max-width:800px!important}
body.ts-modern.ts-tracking #content .order_track_form{margin:32px 0 0;padding:0;border:1px solid #d9dfd7;border-radius:16px;overflow:hidden;background:#fcfcf8}
body.ts-modern.ts-tracking #content .tracking_form{padding:28px!important}
body.ts-modern.ts-tracking #content .tracking_form_tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid #d9dfd7}
body.ts-modern.ts-tracking #content .tracking_form_tabs label{flex:1;min-height:52px;padding:16px!important;margin:0!important;text-align:center;cursor:pointer;font-size:15px}
body.ts-modern.ts-tracking #content .ts_from_input:checked+label{color:#233e34!important;background:#e5ecde;border-bottom:2px solid #233e34!important}
body.ts-modern.ts-tracking #content .form-row{margin-bottom:22px}
body.ts-modern.ts-tracking #content .form-row>label{display:block;margin-bottom:8px;font-size:15px}
body.ts-modern.ts-tracking #content input.input-text{width:100%;min-height:48px;border:1px solid #d9dfd7;border-radius:8px;background:#fcfcf8;font-size:16px;padding:12px 14px}
body.ts-modern.ts-tracking #content .search_order_form button{background:#233e34!important;color:#fff;min-height:48px;border-radius:30px;font-size:16px;padding:14px 28px}
body.ts-modern.ts-legal #content .ts-legal-document{max-width:760px;margin-inline:auto}
body.ts-modern.ts-legal #content .ts-legal-document p{margin:0 0 20px!important}
body.ts-modern.ts-legal #content .ts-legal-document p:empty{display:none}
body.ts-modern.ts-legal #content .ts-legal-document h2,body.ts-modern.ts-legal #content .ts-legal-document h3{scroll-margin-top:36px}
body.ts-modern.ts-legal #content .ts-legal-document a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
body.ts-modern.ts-legal #content .ts-policy-toc{border-block:1px solid #d9dfd7;padding:16px 0;margin:30px 0}
body.ts-modern.ts-legal #content .ts-policy-toc summary{min-height:44px;cursor:pointer;font-size:17px;font-weight:600}
body.ts-modern.ts-legal #content .ts-policy-toc ol{margin:14px 0 0 24px}
body.ts-modern.ts-legal #content .ts-policy-toc li{margin-bottom:10px}
body.ts-modern.ts-legal #content .ts-policy-toc a{display:inline-block;min-height:44px;padding-block:8px}
@media(max-width:780px){
 body.ts-modern.ts-contact #content .uagb-block-17980d34{grid-template-columns:1fr;gap:24px!important;padding:24px 0!important}
 body.ts-modern.ts-tracking #content .tracking_form{padding:22px!important}
 body.ts-modern.ts-tracking #content .tracking_form_tabs label{font-size:14px}
}
body.ts-modern.ts-contact #content .uagb-block-17980d34{grid-template-columns:repeat(2,minmax(0,1fr))}
body.ts-modern.ts-contact #content .uagb-ifb-desc a{text-decoration:underline;text-underline-offset:3px}
body.ts-modern.ts-tracking #content .tracking_form_tabs input.ts_from_input{display:block!important;position:absolute;opacity:0;width:1px;height:1px;min-height:0;padding:0;overflow:hidden}
body.ts-modern.ts-tracking #content .tracking_form_tabs input.ts_from_input:focus-visible+label{outline:2px solid #503aac;outline-offset:-4px}
@media(max-width:780px){body.ts-modern.ts-contact #content .uagb-block-17980d34{grid-template-columns:1fr}}
/* Finish the customer-care alignment and disclosure affordance. */
body.ts-modern.ts-contact #content .uagb-ifb-content,body.ts-modern.ts-contact #content .uagb-infobox__content-wrap{box-shadow:none!important;background:transparent!important;border:0!important}
body.ts-modern.ts-contact #content .uagb-block-bdee4d52{max-width:760px!important;margin:0 auto!important}
body.ts-modern.ts-legal #content .ts-policy-toc summary{display:flex;align-items:center;justify-content:space-between;list-style:none}
body.ts-modern.ts-legal #content .ts-policy-toc summary::-webkit-details-marker{display:none}
body.ts-modern.ts-legal #content .ts-policy-toc summary::after{content:"";width:9px;height:9px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:0 8px 5px 20px;flex-shrink:0}
body.ts-modern.ts-legal #content .ts-policy-toc[open] summary::after{transform:rotate(225deg);margin-bottom:-5px}

/* Owner's homepage review, 11 September 2026. */
body.ts-modern .review-note,.ts-modern-shell .review-note{justify-content:center;padding:9px 18px;font-size:12px;text-align:center;line-height:1.5}
body.ts-modern .review-note a,.ts-modern-shell .review-note a{color:inherit;text-decoration:none}
body.ts-modern .review-note a:hover,.ts-modern-shell .review-note a:hover{text-decoration:underline}

body.ts-modern .hero-actions{padding-top:28px;gap:18px 28px}
body.ts-modern .hero-actions .text-link{display:inline-flex;align-items:center;min-height:44px}
body.ts-modern .story-block{padding-top:80px}
body.ts-modern .category-copy h3{margin-bottom:10px}
@media(max-width:780px){body.ts-modern .hero-actions{padding-top:24px;gap:12px 22px}body.ts-modern .story-block{padding-top:48px}}
