.oc-section-header{text-align:center;margin-bottom:4.8rem}.oc-section-header__kicker{display:block;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin-bottom:1rem}.oc-section-header__heading{margin:0 auto 1.2rem;max-width:72rem}.oc-section-header__subheading{max-width:60rem;margin:0 auto;color:rgba(var(--color-foreground),.65);font-size:1.5rem;line-height:1.6}.oc-hero{position:relative;min-height:var(--hero-min-height, 500px);display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--hero-bg-color, #1c2b1e)}.oc-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.oc-hero__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.oc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,var(--hero-overlay-opacity, .4))}.oc-hero__content{position:relative;z-index:2;width:100%;padding:6rem 2rem}.oc-hero--align-center .oc-hero__content{text-align:center}.oc-hero--align-left .oc-hero__content{text-align:left}.oc-hero__kicker{display:block;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.2rem;opacity:.75}.oc-hero--light .oc-hero__kicker,.oc-hero--light .oc-hero__heading,.oc-hero--light .oc-hero__subheading,.oc-hero--light .oc-hero__bullets{color:#fff}.oc-hero--dark .oc-hero__kicker,.oc-hero--dark .oc-hero__heading,.oc-hero--dark .oc-hero__subheading,.oc-hero--dark .oc-hero__bullets{color:#111}.oc-hero__heading{font-size:clamp(3.2rem,6vw,6.4rem);line-height:1.05;letter-spacing:-.03em;margin:0 auto 1.6rem;max-width:80rem}.oc-hero--align-center .oc-hero__heading{margin-left:auto;margin-right:auto}.oc-hero__subheading{font-size:clamp(1.5rem,2vw,1.8rem);line-height:1.55;margin:0 auto 2.4rem;max-width:60rem;opacity:.85}.oc-hero__bullets{list-style:none;padding:0;margin:0 auto 3.2rem;display:inline-flex;flex-direction:column;gap:.8rem;text-align:left;font-size:1.5rem}.oc-hero--align-center .oc-hero__bullets{align-items:flex-start}.oc-hero__bullets li:before{content:"\2713  ";opacity:.7}.oc-hero__cta{display:inline-block;padding:1.4rem 3.2rem;font-size:1.5rem;font-weight:600;letter-spacing:.04em;text-decoration:none;border-radius:.4rem;transition:opacity .2s;background:#fff;color:#111}.oc-hero--dark .oc-hero__cta{background:#111;color:#fff}.oc-hero__cta:hover{opacity:.88}.oc-pain-solution{padding:0}.oc-pain-solution__grid{display:grid;grid-template-columns:1fr;gap:0}@media screen and (min-width:750px){.oc-pain-solution__grid{grid-template-columns:1fr 1fr}}.oc-pain-solution__col{padding:5.2rem 3.2rem}.oc-pain-solution__col--pain{background:rgba(var(--color-foreground),.04)}.oc-pain-solution__col--solution{background:rgba(var(--color-foreground),0)}@media screen and (min-width:990px){.oc-pain-solution__col{padding:6.4rem 5.6rem}}.oc-pain-solution__col-kicker{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin-bottom:.8rem}.oc-pain-solution__col-heading{font-size:clamp(2rem,3vw,2.8rem);line-height:1.2;margin-bottom:3.2rem}.oc-pain-solution__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.oc-pain-solution__item{display:flex;align-items:flex-start;gap:1.2rem;font-size:1.5rem;line-height:1.5}.oc-pain-solution__item-icon{flex-shrink:0;width:2rem;height:2rem;margin-top:.1rem;color:rgba(var(--color-foreground),.4)}.oc-pain-solution__col--solution .oc-pain-solution__item-icon{color:rgb(var(--color-foreground))}.oc-features__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}@media screen and (min-width:750px){.oc-features__grid{grid-template-columns:repeat(3,1fr)}}.oc-features__card{padding:2.8rem 2.4rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.8rem;display:flex;flex-direction:column;gap:1.2rem}.oc-features__card-icon{width:3.2rem;height:3.2rem;color:rgb(var(--color-foreground))}.oc-features__card-icon svg{width:100%;height:100%}.oc-features__card-title{font-size:1.6rem;font-weight:600;line-height:1.3;margin:0}.oc-features__card-body{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.65);margin:0}.oc-how-it-works__steps{display:grid;grid-template-columns:1fr;gap:0;counter-reset:step-counter;position:relative}@media screen and (min-width:750px){.oc-how-it-works__steps{grid-template-columns:repeat(4,1fr);gap:2.4rem}}.oc-how-it-works__step{display:flex;flex-direction:row;gap:2rem;padding:3.2rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08);counter-increment:step-counter}.oc-how-it-works__step:last-child{border-bottom:none}@media screen and (min-width:750px){.oc-how-it-works__step{flex-direction:column;border-bottom:none;padding:0}}.oc-how-it-works__step-number{flex-shrink:0;width:4rem;height:4rem;border-radius:50%;border:.15rem solid rgba(var(--color-foreground),.2);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.5)}.oc-how-it-works__step-number:before{content:counter(step-counter)}.oc-how-it-works__step-content{flex:1}.oc-how-it-works__step-title{font-size:1.6rem;font-weight:600;margin:0 0 .8rem;line-height:1.3}.oc-how-it-works__step-body{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.65);margin:0}.oc-comparison__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.8rem}.oc-comparison__table{width:100%;border-collapse:collapse;min-width:60rem;font-size:1.4rem}.oc-comparison__table th,.oc-comparison__table td{padding:1.4rem 1.6rem;text-align:center;border-bottom:.1rem solid rgba(var(--color-foreground),.08);line-height:1.4}.oc-comparison__table th{font-weight:600;font-size:1.3rem;background:rgba(var(--color-foreground),.04);white-space:nowrap}.oc-comparison__table td:first-child,.oc-comparison__table th:first-child{text-align:left;font-weight:500}.oc-comparison__table tr:last-child td{border-bottom:none}.oc-comparison__table .oc-col-highlight{background:rgba(var(--color-foreground),.03);font-weight:600}.oc-comparison__table th.oc-col-highlight{background:rgba(var(--color-foreground),.1)}.oc-comparison__check{color:#2d7a3a;font-size:1.6rem}.oc-comparison__cross{color:rgba(var(--color-foreground),.25);font-size:1.6rem}.oc-faq__list{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;gap:0}.oc-faq__item{border-bottom:.1rem solid rgba(var(--color-foreground),.1)}.oc-faq__item:first-child{border-top:.1rem solid rgba(var(--color-foreground),.1)}.oc-faq__item summary{list-style:none;cursor:pointer;padding:2rem 0;font-size:1.5rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;gap:1.6rem;-webkit-user-select:none;user-select:none}.oc-faq__item summary::-webkit-details-marker{display:none}.oc-faq__item summary:after{content:"+";flex-shrink:0;font-size:2rem;font-weight:300;color:rgba(var(--color-foreground),.4);transition:transform .2s}.oc-faq__item[open] summary:after{transform:rotate(45deg)}.oc-faq__answer{padding:0 0 2rem;font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.7)}.oc-cta{text-align:center;padding:6.4rem 2rem;margin-top:6.4rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.oc-cta__heading{font-size:clamp(2.4rem,4vw,4rem);line-height:1.1;letter-spacing:-.02em;margin:0 auto 1.2rem;max-width:64rem}.oc-cta__subheading{font-size:1.5rem;color:rgba(var(--color-foreground),.65);margin:0 auto 3.2rem;max-width:52rem;line-height:1.6}.oc-cta__button{display:inline-block;padding:1.4rem 3.6rem;font-size:1.5rem;font-weight:600;text-decoration:none;border-radius:.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));transition:opacity .2s}.oc-cta__button:hover{opacity:.82}.oc-cta__trust{margin-top:1.6rem;font-size:1.3rem;color:rgba(var(--color-foreground),.45)}.oc-pad{padding-top:var(--oc-pad-top, 5.2rem);padding-bottom:var(--oc-pad-bottom, 5.2rem)}@media screen and (max-width:749px){.oc-pad{padding-top:calc(var(--oc-pad-top, 5.2rem) * .65);padding-bottom:calc(var(--oc-pad-bottom, 5.2rem) * .65)}.oc-features__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/outdoor-coffee.css.map */
