:root{--postr-motion-ink:#173e49;--postr-motion-accent:#c85f49;--postr-motion-line:rgba(23,62,73,.1)}.postr-edge-motion,.postr-category-motion{color:var(--postr-motion-ink)}.postr-edge-motion{padding:72px 0 80px;background:radial-gradient(circle at 90% 10%,rgba(200,95,73,.08),transparent 24%),#fbfaf8}.postr-category-motion{padding:72px 0 68px;overflow:hidden;background:radial-gradient(circle at 8% 78%,rgba(23,62,73,.06),transparent 24%),linear-gradient(180deg,#fff,#faf6f1)}.postr-section-head{max-width:760px;margin:0 auto 34px;text-align:center}.postr-section-head--row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px;text-align:left}.postr-section-kicker{margin:0 0 8px;color:var(--postr-motion-accent);font-size:10px;font-weight:900;letter-spacing:.18em}.postr-section-head h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,48px);line-height:1.04;letter-spacing:-.02em;color:var(--postr-motion-ink)}.postr-section-subheading{margin:12px 0 0;color:#718087;font-size:13px;line-height:1.7}.postr-edge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.postr-edge-card{overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;min-height:250px;border-radius:20px;background:#fff;border:1px solid var(--postr-motion-line);box-shadow:0 12px 34px #173e490e;transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease}.postr-edge-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px #173e491a}.postr-edge-card__media{min-height:250px;position:relative;overflow:hidden;background:#eee7df}.postr-edge-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.postr-edge-card:hover .postr-edge-card__image{transform:scale(1.065)}.postr-edge-placeholder{height:100%;min-height:250px;display:grid;place-items:center;background:linear-gradient(145deg,#173e49,#c85f49);color:#fff;font-size:34px}.postr-edge-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:14px;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.postr-edge-card__number,.postr-edge-card__icon{min-width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--postr-motion-ink);font-size:10px;font-weight:900;box-shadow:0 6px 18px #00000014}.postr-edge-card__icon{color:var(--postr-motion-accent);font-size:15px}.postr-edge-card__body{padding:25px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.postr-edge-card__eyebrow{margin:0 0 8px!important;color:var(--postr-motion-accent)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.14em!important}.postr-edge-card h3{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.1;color:var(--postr-motion-ink)}.postr-edge-card__body p{margin:0;color:#6f7c82;font-size:12px;line-height:1.65}.postr-edge-link{width:max-content;display:inline-flex;align-items:center;gap:8px;color:var(--postr-motion-ink);font-size:10px;font-weight:900;text-decoration:none;transition:color .2s ease,gap .2s ease}.postr-edge-link:hover{color:var(--postr-motion-accent);gap:12px}.postr-reveal{opacity:0;transform:translateY(22px);transition:opacity .68s ease var(--postr-delay,0ms),transform .68s cubic-bezier(.2,.75,.25,1) var(--postr-delay,0ms)}.postr-reveal--left{transform:translate(-34px)}.postr-reveal--right{transform:translate(34px)}.postr-reveal.is-visible{opacity:1;transform:translate(0)}.postr-view-all{flex:0 0 auto;min-height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;text-decoration:none;color:var(--postr-motion-ink);background:#fff;border:1px solid var(--postr-motion-line);font-size:10px;font-weight:900;transition:.25s ease}.postr-view-all:hover{transform:translateY(-2px);color:var(--postr-motion-accent);background:#fff2eb}.postr-category-viewport{position:relative;width:100%;overflow:hidden;padding:8px 0 14px}.postr-category-track{width:max-content;display:flex;align-items:stretch;gap:var(--postr-category-gap);padding-left:var(--postr-category-gap);animation:postrCategoryMove var(--postr-category-speed) linear infinite;will-change:transform}.postr-category-viewport:hover .postr-category-track{animation-play-state:paused}.postr-category-card{width:230px;flex:0 0 230px;display:block;text-decoration:none;color:inherit;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.postr-category-card:hover{transform:translateY(-7px);z-index:4}.postr-category-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:17px;background:#eee7df;box-shadow:0 12px 30px #173e4914}.postr-category-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.postr-category-card:hover .postr-category-card__image{transform:scale(1.07)}.postr-category-placeholder{width:100%;height:100%;display:grid;place-items:center;padding:20px;text-align:center;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:22px;background:linear-gradient(145deg,#173e49,#c85f49)}.postr-category-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(8,26,31,.54) 100%);opacity:.58;transition:opacity .25s ease}.postr-category-card:hover .postr-category-card__shade{opacity:.8}.postr-category-badge{position:absolute;left:12px;top:12px;min-height:27px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;color:var(--postr-motion-ink);background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:8px;font-weight:900;letter-spacing:.08em}.postr-category-card__hover{position:absolute;left:12px;right:12px;bottom:12px;min-height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:12px;background:#ffffffed;color:var(--postr-motion-ink);font-size:10px;font-weight:900;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease}.postr-category-card:hover .postr-category-card__hover{opacity:1;transform:translateY(0)}.postr-category-card__body{padding:12px 4px 0}.postr-category-card__body h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.15;color:var(--postr-motion-ink)}.postr-category-card__body p{margin:5px 0 0;color:#7b858a;font-size:10px;line-height:1.45}.postr-category-fade{position:absolute;top:0;bottom:0;width:72px;z-index:5;pointer-events:none}.postr-category-fade--left{left:0;background:linear-gradient(90deg,#fff,transparent)}.postr-category-fade--right{right:0;background:linear-gradient(-90deg,#faf6f1,transparent)}.postr-category-mobile-hint{display:none}@keyframes postrCategoryMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:990px){.postr-edge-grid{grid-template-columns:1fr}.postr-edge-card{grid-template-columns:.9fr 1.1fr}}@media(max-width:749px){.postr-edge-motion,.postr-category-motion{padding:52px 0}.postr-section-head--row{align-items:flex-start;flex-direction:column;gap:14px}.postr-edge-card{grid-template-columns:1fr}.postr-edge-card__media{min-height:220px;aspect-ratio:16/10}.postr-edge-card__body{padding:21px}.postr-category-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding-left:20px}.postr-category-viewport::-webkit-scrollbar{display:none}.postr-category-track{animation:none!important;width:max-content;padding-right:20px}.postr-category-track .postr-category-card:nth-child(n+5){display:none}.postr-category-card{width:72vw;max-width:270px;flex-basis:72vw;scroll-snap-align:start}.postr-category-card__hover{opacity:1;transform:none}.postr-category-fade{display:none}.postr-category-mobile-hint{margin-top:10px;display:flex;align-items:center;gap:8px;color:#7a858a;font-size:9px;font-weight:800;letter-spacing:.04em}}@media(prefers-reduced-motion:reduce){.postr-reveal{opacity:1!important;transform:none!important;transition:none!important}.postr-category-track{animation:none!important}}:root{--postr-serif: Georgia, "Times New Roman", serif;--postr-sans: Arial, Helvetica, sans-serif}.postr-edge-motion,.postr-category-motion{font-family:var(--postr-sans)}.postr-section-head h2,.postr-edge-card h3,.postr-category-card__body h3{font-family:var(--postr-serif)!important;color:#173e49!important}.postr-section-kicker,.postr-edge-card__eyebrow,.postr-category-badge{font-family:var(--postr-sans)!important;font-weight:900!important;letter-spacing:.16em!important}.postr-section-subheading{color:#1e2a2f!important;font-size:14px!important;line-height:1.65!important;font-weight:600!important;letter-spacing:.01em!important;max-width:760px}.postr-edge-card__body p{color:#26363c!important;font-size:13px!important;line-height:1.65!important;font-weight:500!important}.postr-category-card__body p{color:#26363c!important;font-size:11px!important;line-height:1.5!important;font-weight:600!important}.postr-edge-card{cursor:pointer;transform-origin:center}.postr-edge-card.is-popped{transform:translateY(-4px) scale(1.025)!important;box-shadow:0 22px 50px #173e4924,0 0 0 2px #c85f491a!important;z-index:4}.postr-edge-card.is-popped .postr-edge-card__image{transform:scale(1.055)}.postr-edge-card.is-popped .postr-edge-card__icon{animation:postrEdgeIconPulse .42s ease}@keyframes postrEdgeIconPulse{0%{transform:scale(1)}45%{transform:scale(1.12)}to{transform:scale(1)}}.postr-category-track{animation:none!important;width:auto!important;max-width:1180px;margin:0 auto;padding:36px 28px 30px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;align-items:end!important;justify-content:center!important;perspective:1200px;position:relative}.postr-category-viewport{overflow:visible!important;padding:0!important}.postr-category-track .postr-category-card:nth-child(n+5){display:none!important}.postr-category-card{width:auto!important;flex:none!important;position:relative;transition:transform .48s cubic-bezier(.2,.8,.2,1),filter .35s ease,opacity .35s ease!important;transform-origin:50% 90%;z-index:1}.postr-category-card:nth-child(1){transform:translate(34px) rotate(-5deg) translateY(12px)}.postr-category-card:nth-child(2){transform:translate(12px) rotate(-2deg) translateY(0);z-index:2}.postr-category-card:nth-child(3){transform:translate(-12px) rotate(2deg) translateY(0);z-index:2}.postr-category-card:nth-child(4){transform:translate(-34px) rotate(5deg) translateY(12px)}.postr-category-motion:not(.is-fanned) .postr-category-card{opacity:0;transform:translateY(42px) rotate(0) scale(.92)!important}.postr-category-motion.is-fanned .postr-category-card{opacity:1}.postr-category-motion.is-fanned .postr-category-card:nth-child(1){transition-delay:.02s}.postr-category-motion.is-fanned .postr-category-card:nth-child(2){transition-delay:.08s}.postr-category-motion.is-fanned .postr-category-card:nth-child(3){transition-delay:.14s}.postr-category-motion.is-fanned .postr-category-card:nth-child(4){transition-delay:.2s}.postr-category-card:hover{transform:translateY(-14px) rotate(0) scale(1.045)!important;z-index:10!important}.postr-category-track:hover .postr-category-card:not(:hover){opacity:.72;filter:saturate(.82)}.postr-category-card__media{border-radius:18px!important;box-shadow:0 18px 38px #173e491c!important;border:7px solid #fff;background:#fff}.postr-category-card__body{padding:14px 8px 0!important;text-align:center}.postr-category-card__body h3{font-size:20px!important;font-weight:500!important}.postr-category-card__hover{left:16px!important;right:16px!important;bottom:16px!important;min-height:44px!important;background:#fffffff5!important;color:#173e49!important;border:1px solid rgba(23,62,73,.08);font-size:10px!important;letter-spacing:.04em}.postr-category-fade{display:none!important}.postr-category-motion .postr-section-head{margin-bottom:12px!important}.postr-category-motion .postr-section-head h2{font-size:clamp(38px,5vw,58px)!important}.postr-category-motion .postr-section-subheading{max-width:720px}.postr-view-all{color:#173e49!important;font-weight:900!important;letter-spacing:.05em}@media(max-width:749px){.postr-category-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;padding:16px 20px 4px!important}.postr-category-card,.postr-category-card:nth-child(1),.postr-category-card:nth-child(2),.postr-category-card:nth-child(3),.postr-category-card:nth-child(4){transform:none!important;opacity:1!important;filter:none!important}.postr-category-card:hover{transform:translateY(-5px) scale(1.02)!important}.postr-category-track:hover .postr-category-card:not(:hover){opacity:1;filter:none}.postr-category-card__body h3{font-size:17px!important}.postr-section-subheading{font-size:13px!important}.postr-category-mobile-hint{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/postr-home-motion.css.map */
