*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}:root{--pfc-green: #1D9E75;--pfc-green-dark: #167a5c;--pfc-green-deep: #0f4a38;--pfc-green-light: #e8f7f2;--pfc-black: #0a0a0a;--pfc-white: #ffffff;--pfc-gray-50: #f9f9f9;--pfc-gray-100: #f0f0f0;--pfc-gray-200: #e2e2e2;--pfc-gray-400: #a0a0a0;--pfc-gray-600: #6b6b6b;--pfc-gray-800: #2a2a2a;--font-heading: "Bebas Neue", "Arial Narrow", sans-serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--nav-height: 64px;--max-width: 1320px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-card: 0 2px 16px rgba(0,0,0,.07);--shadow-card-hover: 0 8px 32px rgba(0,0,0,.13);--transition: .2s ease}body{font-family:var(--font-body);color:var(--pfc-black);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;padding-top:var(--nav-height)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}ul,ol{list-style:none}.pfc-container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 20px}@media(min-width:768px){.pfc-container{padding:0 40px}}@media(min-width:1200px){.pfc-container{padding:0 60px}}.pfc-eyebrow{font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--pfc-green)}.pfc-section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:.01em;text-transform:uppercase}.pfc-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px}.pfc-section-header__left{display:flex;flex-direction:column;gap:8px}.pfc-view-all{font-size:.85rem;font-weight:600;color:var(--pfc-green);display:flex;align-items:center;gap:4px;flex-shrink:0;transition:gap var(--transition)}.pfc-view-all:hover{gap:10px}.pfc-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:.875rem;font-weight:600;letter-spacing:.03em;border-radius:4px;border:none;transition:all var(--transition);white-space:nowrap;cursor:pointer;font-family:var(--font-body)}.pfc-btn-primary{background:var(--pfc-green);color:#fff}.pfc-btn-primary:hover{background:var(--pfc-green-dark);transform:translateY(-1px)}.pfc-btn-dark{background:var(--pfc-black);color:#fff}.pfc-btn-dark:hover{background:var(--pfc-gray-800)}.pfc-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.45)}.pfc-btn-outline:hover{border-color:#fff;background:#ffffff1a}.pfc-badge{display:inline-block;padding:3px 9px;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-radius:4px;background:var(--pfc-green-light);color:var(--pfc-green)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pfc-product-card{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--pfc-gray-100);transition:all var(--transition);display:flex;flex-direction:column}.pfc-product-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.pfc-product-card__image{aspect-ratio:1;background:var(--pfc-gray-50);overflow:hidden}.pfc-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pfc-product-card:hover .pfc-product-card__image img{transform:scale(1.05)}.pfc-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;background:linear-gradient(135deg,var(--pfc-gray-50),var(--pfc-gray-100))}.pfc-product-card__body{padding:16px;display:flex;flex-direction:column;gap:5px;flex:1}.pfc-product-card__badge-row{margin-bottom:4px}.pfc-product-card__brand{font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--pfc-gray-400)}.pfc-product-card__name{font-size:.95rem;font-weight:600;color:var(--pfc-black);line-height:1.3}.pfc-product-card__desc{font-size:.78rem;color:var(--pfc-gray-600);line-height:1.45;flex:1}.pfc-product-card__price{font-size:1rem;font-weight:700;margin-top:6px}.pfc-product-card__price-compare{font-size:.83rem;color:var(--pfc-gray-400);text-decoration:line-through;margin-left:6px;font-weight:400}
/*# sourceMappingURL=/cdn/shop/t/8/assets/critical.css.map */
