@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Jost:wght@300;400;500;600&display=swap";:root{--ps-cream: #f5f0e8;--ps-sand: #e8ddd0;--ps-dark: #1a1a1a;--ps-mid: #555555;--ps-light: #888888;--ps-white: #ffffff;--ps-accent: #7498b5;--ps-border: #e5e5e5}.podium-hero{position:relative;overflow:hidden;width:100%}.podium-hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.podium-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(245,240,232,.88) 40%,transparent 72%)}.podium-hero__content{position:absolute;top:50%;left:8%;transform:translateY(-50%);max-width:420px}.podium-hero__eyebrow{font-family:Jost,sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--ps-accent);font-weight:500;margin-bottom:16px}.podium-hero__heading{font-family:Cormorant Garamond,serif;font-size:52px;font-weight:600;line-height:1.1;color:var(--ps-dark);margin-bottom:18px;white-space:pre-line}.podium-hero__subtext{font-family:Jost,sans-serif;font-size:14px;color:var(--ps-mid);line-height:1.7;font-weight:300;margin-bottom:30px}.podium-benefits{display:flex;justify-content:center;border-top:1px solid var(--ps-border);border-bottom:1px solid var(--ps-border);background:var(--ps-white)}.podium-benefits__item{display:flex;align-items:center;gap:14px;padding:22px 60px;border-right:1px solid var(--ps-border);flex:1;justify-content:center}.podium-benefits__item:last-child{border-right:none}.podium-benefits__icon{width:28px;height:28px;flex-shrink:0;color:var(--ps-dark)}.podium-benefits__icon svg{width:100%;height:100%}.podium-benefits__text strong{display:block;font-family:Jost,sans-serif;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;margin-bottom:3px;color:var(--ps-dark)}.podium-benefits__text span{font-size:12px;color:var(--ps-light);font-weight:300}.podium-brand-story{display:grid;grid-template-columns:1fr 1fr;min-height:480px}.podium-brand-story__text{background:var(--ps-cream);padding:80px 70px;display:flex;flex-direction:column;justify-content:center}.podium-eyebrow{font-family:Jost,sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--ps-accent);font-weight:500;margin-bottom:20px}.podium-brand-story__heading{font-family:Cormorant Garamond,serif;font-size:40px;font-weight:600;line-height:1.2;margin-bottom:22px;color:var(--ps-dark);white-space:pre-line}.podium-brand-story__body{font-family:Jost,sans-serif;font-size:14px;color:var(--ps-mid);line-height:1.8;font-weight:300;margin-bottom:34px}.podium-brand-story__image{overflow:hidden}.podium-brand-story__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.podium-brand-story:hover .podium-brand-story__img{transform:scale(1.03)}.podium-collections{padding:60px;text-align:center;background:var(--ps-white)}.podium-collections__header{margin-bottom:40px}.podium-section-title{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:600;margin-bottom:8px;color:var(--ps-dark)}.podium-section-subtitle{font-family:Jost,sans-serif;font-size:13px;color:var(--ps-light);font-weight:300;letter-spacing:.5px}.podium-collections__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px}.podium-collection-card{text-decoration:none;color:var(--ps-dark);cursor:pointer}.podium-collection-card__img-wrap{overflow:hidden;aspect-ratio:1 / 1}.podium-collection-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.podium-collection-card:hover .podium-collection-card__img{transform:scale(1.04)}.podium-collection-card__name{font-family:Jost,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-top:14px;color:var(--ps-dark)}.podium-collections__footer{margin-top:8px}.podium-top-sellers{padding:60px 0;background:var(--ps-cream)}.podium-top-sellers__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:36px}.podium-product{text-decoration:none;color:var(--ps-dark);text-align:left;cursor:pointer}.podium-product__img-wrap{overflow:hidden;aspect-ratio:3 / 4;background:var(--ps-sand);margin-bottom:12px}.podium-product__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.podium-product:hover .podium-product__img{transform:scale(1.04)}.podium-product__title{font-family:Jost,sans-serif;font-size:14px;font-weight:400;margin-bottom:4px;color:var(--ps-dark)}.podium-product__price{font-family:Jost,sans-serif;font-size:13px;color:var(--ps-mid);margin-bottom:6px}.podium-product__stars{color:var(--ps-accent);font-size:13px;letter-spacing:2px}.podium-btn-dark{display:inline-block;background:var(--ps-dark);color:var(--ps-white);padding:14px 34px;font-family:Jost,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;font-weight:500;border:1.5px solid var(--ps-dark);transition:background .25s,color .25s;cursor:pointer}.podium-btn-dark:hover{background:transparent;color:var(--ps-dark)}.podium-btn-outline{display:inline-block;border:1.5px solid #0eb73e;color:#fff;background:#0eb73e;padding:13px 34px;font-family:Jost,sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;font-weight:500;transition:background .25s,color .25s;cursor:pointer}.podium-btn-outline:hover{background:transparent;color:#0eb73e}@media(max-width:768px){.podium-hero__content{left:5%;max-width:85%}.podium-hero__heading{font-size:32px}.podium-hero__overlay{background:linear-gradient(to bottom,rgba(245,240,232,.7) 60%,transparent 100%)}.podium-benefits{flex-direction:column}.podium-benefits__item{border-right:none;border-bottom:1px solid var(--ps-border);padding:16px 24px;justify-content:flex-start}.podium-benefits__item:last-child{border-bottom:none}.podium-brand-story{grid-template-columns:1fr}.podium-brand-story__text{padding:40px 24px}.podium-brand-story__heading{font-size:28px}.podium-collections{padding:40px 16px}.podium-collections__grid{grid-template-columns:repeat(2,1fr);gap:12px}.podium-top-sellers__grid{grid-template-columns:repeat(2,1fr);gap:16px}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/podium-store.css.map */
