.tp-home{--tp-ink:#2d231e;--tp-muted:#6e6259;--tp-terracotta:#bd4f32;--tp-terracotta-dark:#993c27;--tp-olive:#6f7c48;--tp-cream:#fbf2e8;--tp-cream-deep:#f0ddca;--tp-line:#e6d6c8;color:var(--tp-ink);background:#fffdf9;font-family:var(--font-body-family)}.tp-home *{box-sizing:border-box}.tp-home__shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.tp-home h1,.tp-home h2,.tp-home h3{margin-block-start:0;font-family:Georgia,Times New Roman,serif;color:var(--tp-ink)}.tp-home a:focus-visible{outline:3px solid #e59174;outline-offset:3px}body:has(.tp-home) .announcement-bar-section .utility-bar{min-height:38px!important;background:#f0dfd0!important}body:has(.tp-home) .announcement-bar-section .announcement-bar__message{min-height:38px!important;color:#3b2b22!important;font-size:1.13rem!important;font-weight:720!important}body:has(.tp-home) .header-wrapper{background:#fffaf6!important}body:has(.tp-home) .header-wrapper .header{width:min(1180px,calc(100% - 40px));max-width:1180px!important;min-height:74px!important;margin-inline:auto;padding-top:10px!important;padding-bottom:10px!important}.tp-home__hero{padding:20px 0 0;background:linear-gradient(#fffaf4,#f9eee3)}.tp-home__hero-card{position:relative;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);min-height:416px;overflow:hidden;border:1px solid #ead8c9;border-radius:14px;background:var(--tp-cream);box-shadow:0 14px 34px #472d1c17}.tp-home__hero-media{position:relative;grid-column:1/-1;grid-row:1;min-width:0;overflow:hidden;background:#ede2d7}.tp-home__hero-media picture,.tp-home__hero-media img{display:block;width:100%;height:100%}.tp-home__hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:center top}.tp-home__hero-copy{position:relative;z-index:1;grid-column:1;grid-row:1;align-self:center;padding:52px 34px 52px 48px;background:linear-gradient(90deg,#fbf3ea 0% 82%,#fbf3eaf0)}.tp-home__eyebrow{margin:0 0 13px;color:var(--tp-terracotta);font-size:1.08rem;font-weight:800;letter-spacing:.13em}.tp-home__hero h1{max-width:500px;margin:0;font-size:clamp(4rem,3.5vw,5rem);font-weight:600;line-height:1.01;letter-spacing:-.042em;word-break:normal;overflow-wrap:normal}.tp-home__hero h1 em{display:block;margin-top:4px;color:var(--tp-terracotta);font-weight:500}.tp-home__lead{max-width:390px;margin:21px 0 0;color:#554a43;font-size:1.58rem;line-height:1.48}.tp-home__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.tp-home__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 22px;border:1px solid var(--tp-terracotta);border-radius:7px;font-size:1.38rem;font-weight:750;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease}.tp-home__button:hover{transform:translateY(-1px)}.tp-home__button--primary{color:#fff;background:var(--tp-terracotta)}.tp-home__button--primary:hover{color:#fff;background:var(--tp-terracotta-dark)}.tp-home__button--secondary{color:var(--tp-terracotta);background:#fffaf5}.tp-home__upload-status{min-height:18px;margin:8px 0 0;color:#53646b;font-size:1.16rem;line-height:1.35}.tp-home__upload-status.is-error{color:#a42318}.tp-home__trust{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:-12px;padding:13px 8px;border:1px solid var(--tp-line);border-radius:12px;background:#fffffffa;box-shadow:0 10px 22px #472d1c17}.tp-home__trust-item{display:flex;align-items:center;justify-content:center;gap:9px;min-width:0;padding:4px 10px;border-left:1px solid var(--tp-line)}.tp-home__trust-item:first-child{border-left:0}.tp-home__trust-item>span{display:grid;flex:0 0 33px;width:33px;height:33px;place-items:center;border:1px solid #a8b184;border-radius:50%;color:var(--tp-olive);font-family:Georgia,serif;font-size:1.18rem;font-weight:700}.tp-home__trust-item p{min-width:0;margin:0}.tp-home__trust-item>b{display:none}.tp-home__trust-item strong,.tp-home__trust-item small{display:block}.tp-home__trust-item strong{font-family:Georgia,serif;font-size:1.18rem;line-height:1.16}.tp-home__trust-item small{margin-top:2px;color:var(--tp-muted);font-size:.94rem;line-height:1.22}.tp-home__products{padding:30px 0 17px}.tp-home__section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 15px}.tp-home__section-heading h2,.tp-home__reasons>h2,.tp-home__journey h2{margin:0;font-size:2.35rem;line-height:1.12}.tp-home__section-heading>a{color:var(--tp-terracotta);font-size:1.18rem;font-weight:750;text-decoration:none}.tp-home__product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.tp-home-card{position:relative;overflow:hidden;border:1px solid var(--tp-line);border-radius:10px;background:#fff;box-shadow:0 4px 12px #3d2b1e0f}.tp-home-card__action{display:block!important;position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border-radius:10px}.tp-home-card__action:focus-visible{outline:3px solid #d95a3c;outline-offset:-4px}.tp-home-card__image{display:block;aspect-ratio:1.34/1;overflow:hidden;background:#f4ede6}.tp-home-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.tp-home-card:hover .tp-home-card__image img{transform:scale(1.025)}.tp-home-card__body{padding:11px 12px 13px;text-align:left}.tp-home-card__body h3{margin:0;font-size:1.42rem;line-height:1.17}.tp-home-card__body p{margin:6px 0 0;color:var(--tp-terracotta);font-size:1.28rem;font-weight:760;line-height:1.26}.tp-home-card__body p small{display:block;margin-top:2px;color:var(--tp-muted);font-size:.94rem;font-weight:520}.tp-home__promo{position:relative;display:grid;grid-template-columns:64px minmax(0,1fr) 230px auto;gap:18px;align-items:center;min-height:138px;margin-top:12px;padding:18px 22px;overflow:hidden;border:1px solid #e6cdbb;border-radius:12px;background:linear-gradient(105deg,#f4d9c4,#f8e8d7)}.tp-home__promo-mark{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;color:#fff;background:var(--tp-terracotta);font-family:Georgia,serif;font-size:1.7rem;font-weight:700}.tp-home__promo-copy p{margin:0;color:var(--tp-terracotta);font-size:1rem;font-weight:800;letter-spacing:.11em}.tp-home__promo-copy h2{margin:3px 0 0;font-size:2.25rem;line-height:1.1}.tp-home__promo-copy span{display:block;margin-top:5px;color:#62574f;font-size:1.02rem}.tp-home__promo-media{height:102px;overflow:hidden;border-radius:8px;background:#e9d5c5}.tp-home__promo-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#fffaf6}.tp-home__promo>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border-radius:7px;color:#fff;background:var(--tp-terracotta);font-size:1.18rem;font-weight:750;text-decoration:none;white-space:nowrap}.tp-home__reasons{padding:24px 0 10px}.tp-home__reasons>h2{text-align:left}.tp-home__reason-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:14px;padding:17px 10px;border:1px solid var(--tp-line);border-radius:12px;background:#fffaf4}.tp-home__reason-grid article{padding:0 14px;border-left:1px solid var(--tp-line);text-align:center}.tp-home__reason-grid article:first-child{border-left:0}.tp-home__reason-grid article>span{display:grid;width:38px;height:38px;margin:0 auto 8px;place-items:center;border:1px solid #9eaa77;border-radius:50%;color:var(--tp-olive);font-size:1.38rem;font-weight:700}.tp-home__reason-grid h3{margin:0;font-size:1.28rem;line-height:1.18}.tp-home__reason-grid p{margin:5px 0 0;color:var(--tp-muted);font-size:.95rem;line-height:1.34}.tp-home__journey{padding:16px 0 40px}.tp-home__journey-heading{text-align:center}.tp-home__journey-heading>p{margin:0 0 4px;color:var(--tp-terracotta);font-size:1rem;font-weight:800;letter-spacing:.11em}.tp-home__journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.tp-home__journey-grid article{position:relative;min-height:120px;padding:19px 18px 17px 57px;border:1px solid var(--tp-line);border-radius:10px;background:#fff}.tp-home__journey-grid span{position:absolute;top:18px;left:16px;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:var(--tp-terracotta);font-size:1.18rem;font-weight:800}.tp-home__journey-grid h3{margin:0;font-size:1.43rem;line-height:1.2}.tp-home__journey-grid p{margin:6px 0 0;color:var(--tp-muted);font-size:1.02rem;line-height:1.4}body:has(.tp-home) #fordeer-badge-main,body:has(.tp-home) .wrap-label-element,body:has(.tp-home) [class*=fordeer-wrap-element]{display:none!important}@media(max-width:989px){.tp-home__shell{width:min(100% - 28px,860px)}.tp-home__hero-card{grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr);min-height:390px}.tp-home__hero-copy{padding:42px 24px 44px 30px}.tp-home__hero h1{font-size:clamp(3.55rem,5vw,4.6rem)}.tp-home__trust{grid-template-columns:repeat(5,minmax(126px,1fr));overflow-x:auto;justify-content:start;scrollbar-width:none}.tp-home__trust::-webkit-scrollbar{display:none}.tp-home__product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.tp-home-card{grid-column:span 3}.tp-home-card:nth-child(n+3){grid-column:span 2}.tp-home__promo{grid-template-columns:56px minmax(0,1fr) 190px}.tp-home__promo>a{grid-column:2;justify-self:start}.tp-home__promo-media{grid-column:3;grid-row:1/3;height:118px}.tp-home__reason-grid{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto;scrollbar-width:none}.tp-home__reason-grid::-webkit-scrollbar{display:none}}@media(max-width:749px){body:has(.tp-home) .header-wrapper .header{width:100%;min-height:68px!important;padding-inline:16px!important}body:has(.tp-home) .announcement-bar-section .announcement-bar__message{font-size:.94rem!important;padding-inline:8px!important}.tp-home__shell{width:calc(100% - 20px)}.tp-home__hero{padding-top:10px}.tp-home__hero-card{display:block;min-height:0;aspect-ratio:4/3;border-radius:10px;background:#f2e3d5}.tp-home__hero-media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0}.tp-home__hero-media img{object-fit:contain;object-position:center;transform:none}.tp-home__hero-card:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fcf5edfc,#fcf5edf5 40%,#fcf5ed7a 50%,#fcf5ed00 64%);pointer-events:none}.tp-home__hero-copy{position:relative;z-index:1;width:48%;padding:18px 0 18px 14px;background:none}.tp-home__eyebrow{margin-bottom:7px;font-size:.82rem}.tp-home__hero h1{font-size:clamp(1.72rem,7.2vw,2.05rem);line-height:1.01;letter-spacing:-.05em}.tp-home__lead{margin-top:9px;font-size:1.05rem;line-height:1.32}.tp-home__actions{flex-wrap:nowrap;gap:5px;margin-top:11px}.tp-home__button{min-width:0;min-height:42px;padding:8px 9px;font-size:1rem;white-space:nowrap}.tp-home__trust{width:calc(100% - 24px);grid-template-columns:repeat(5,minmax(0,1fr));margin-top:-13px;padding:10px 3px;overflow:visible}.tp-home__trust-item{display:block;padding:2px 3px;border-left:1px solid var(--tp-line);text-align:center}.tp-home__trust-item>span{width:28px;height:28px;margin:0 auto 5px;flex-basis:28px;font-size:1rem}.tp-home__trust-item p{display:none}.tp-home__trust-item>b{display:block;color:var(--tp-ink);font-family:Georgia,serif;font-size:.82rem;font-weight:700;line-height:1.14}.tp-home__products{padding-top:23px}.tp-home__section-heading{align-items:center}.tp-home__section-heading h2,.tp-home__reasons>h2,.tp-home__journey h2{font-size:1.95rem}.tp-home__section-heading>a{font-size:1rem;white-space:nowrap}.tp-home__product-grid{gap:8px}.tp-home-card__body{padding:8px 8px 10px}.tp-home-card__body h3{font-size:1.14rem}.tp-home-card__body p{font-size:1.05rem}.tp-home-card__body p small{font-size:.76rem}.tp-home__promo{grid-template-columns:48px minmax(0,1fr);gap:11px;min-height:0;padding:14px 13px}.tp-home__promo-mark{width:46px;height:46px;font-size:1.35rem}.tp-home__promo-copy h2{font-size:1.66rem}.tp-home__promo-copy span{font-size:.9rem}.tp-home__promo-media{display:none}.tp-home__promo>a{grid-column:1/-1;justify-self:stretch;width:100%}.tp-home__reasons{padding-top:20px}.tp-home__reason-grid{grid-template-columns:repeat(5,minmax(118px,1fr));padding:12px 4px;overflow-x:auto}.tp-home__reason-grid article{padding:0 9px}.tp-home__reason-grid h3{font-size:1.08rem}.tp-home__reason-grid p{font-size:.84rem}.tp-home__journey{padding-bottom:28px}.tp-home__journey-grid{grid-template-columns:1fr;gap:8px}.tp-home__journey-grid article{min-height:0;padding-block:15px}}@media(max-width:359px){.tp-home__hero-copy{width:50%;padding:13px 0 12px 11px}.tp-home__eyebrow{font-size:.75rem}.tp-home__hero h1{font-size:clamp(1.5rem,6.6vw,1.75rem)}.tp-home__lead{margin-top:7px;font-size:.95rem}.tp-home__actions{margin-top:8px}.tp-home__button{min-height:40px;padding-inline:7px;font-size:.9rem}.tp-home__trust-item>b{font-size:.75rem}.tp-home-card__body h3{font-size:1.02rem}}@media(prefers-reduced-motion:reduce){.tp-home *{transition:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/tp-home-v4.css.map */
