.ohp-hero{position:relative;display:block;width:100%;overflow:hidden}.ohp-section-hero:first-child{margin-top:0!important}.ohp-hero__inner{position:relative;display:block;width:100%;aspect-ratio:var(--ohp-hero-aspect-mobile, 2 / 3);max-height:100svh;overflow:hidden;background:#0d0d0d}@media only screen and (min-width:768px){.ohp-hero__inner{aspect-ratio:var(--ohp-hero-aspect-desktop, 3 / 4);max-height:min(100svh,960px)}}.ohp-hero--fullscreen .ohp-hero__inner{max-height:100svh}@media only screen and (min-width:768px){.ohp-hero--fullscreen .ohp-hero__inner{max-height:min(100svh,1020px)}}.ohp-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.ohp-hero__media picture{display:block;width:100%;height:100%}.ohp-hero__media img,.ohp-hero__video{display:block;width:100%;height:100%;object-fit:var(--ohp-hero-fit, cover);object-position:var(--ohp-hero-position, center 35%)}.ohp-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#e8d8d8;display:flex;align-items:center;justify-content:center}.ohp-hero__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.ohp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;padding:0 16px;pointer-events:none}.ohp-hero__overlay .ohp-hero__content,.ohp-hero__overlay .ohp-hero__button,.ohp-hero__overlay a{pointer-events:auto}@media only screen and (min-width:768px){.ohp-hero__overlay{padding:0 60px}}@media only screen and (min-width:1440px){.ohp-hero__overlay{padding:0 160px}}.ohp-hero__overlay--light{color:#fff}.ohp-hero__overlay--light .ohp-hero__title,.ohp-hero__overlay--light .ohp-hero__text{color:#fff!important}.ohp-hero__overlay--bottom-left{align-items:flex-end;justify-content:flex-start}.ohp-hero__overlay--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.ohp-hero__overlay--bottom-right{align-items:flex-end;justify-content:flex-end;text-align:center}.ohp-hero__overlay--bottom-right .ohp-hero__content{width:auto;margin-left:auto;margin-right:0;display:flex;flex-direction:column;align-items:center}.ohp-hero__overlay--center{align-items:center;justify-content:center;text-align:center}.ohp-hero__content{position:relative;z-index:2;max-width:min(520px,100%);width:100%;padding:20px 0 28px}@media only screen and (min-width:768px){.ohp-hero__content{width:calc((8 / 12) * 100%);max-width:560px;padding:48px 0 56px}}@media only screen and (min-width:1440px){.ohp-hero__content{padding:94px 0}}.ohp-hero__title{font-family:var(--font-heading-family, "Times New Roman", "Georgia", serif);font-size:38px;font-weight:700;line-height:1.08;letter-spacing:.02em;margin:0}@media only screen and (min-width:768px){.ohp-hero__title{font-size:54px}}.ohp-hero__text{margin:12px 0 0;font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-weight:400;font-size:13px;letter-spacing:.12em;line-height:1.45;text-transform:none}.ohp-hero__text--smaller{font-size:12px;line-height:15px}@media only screen and (min-width:768px){.ohp-hero__text{font-size:15px;letter-spacing:4px}.ohp-hero__text--smaller{font-size:14px}}.ohp-hero__text p{margin:0}.ohp-hero__text p:not(:first-child){margin-top:10px}.ohp-hero__cta{display:flex;margin-top:20px}@media only screen and (min-width:768px){.ohp-hero__cta{margin-top:25px}}.ohp-hero__button{display:inline-block;padding:14px 30px;font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:13px;font-weight:700;letter-spacing:2px;line-height:18px;text-align:center;text-transform:uppercase;text-decoration:none;background-color:transparent;border:none;border-radius:0;cursor:pointer;white-space:nowrap;transition:color .4s ease,background-color .4s ease}.ohp-hero .ohp-hero__button{padding:8px 18px;font-size:11px;line-height:1.25;letter-spacing:.14em;font-weight:600}@media only screen and (min-width:768px){.ohp-hero .ohp-hero__button{padding:9px 22px;font-size:12px}}.ohp-hero__button--light{background-color:transparent;color:#fff;border:1px solid #fff}.ohp-hero__button--light:hover{background-color:#fff;color:#121212}.ohp-hero__faux-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.ohp-promo-strip{display:block;width:100%;line-height:0}.ohp-promo-strip__link{display:block}.ohp-promo-strip__img{width:100%;height:auto;display:block}.ohp-cta{display:block;overflow:hidden}.ohp-cta__header{display:flex;align-items:center;flex-direction:column;padding:5px 5px 0}@media only screen and (min-width:768px){.ohp-cta__header{padding:0 0 10px}}.ohp-cta__kicker{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.3px;margin:0 0 10px;text-align:center}.ohp-cta__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:5px}@media only screen and (min-width:768px){.ohp-cta__items{grid-gap:20px 5px;grid-template-columns:repeat(2,1fr)}.ohp-cta__items--3{grid-template-columns:repeat(3,1fr)}.ohp-cta__items--4{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:901px){.ohp-cta__items--3{grid-template-columns:repeat(3,1fr)}.ohp-cta__items--4{grid-template-columns:repeat(4,1fr)}.ohp-cta__items--6{grid-template-columns:repeat(6,1fr)}}.ohp-cta__item{position:relative;display:flex;flex-direction:column}.ohp-cta__item:after{content:"";position:absolute;bottom:0;width:100%;height:70px;background:linear-gradient(0deg,#8c8a8a,rgba(140,138,138,.3) 50%,rgba(140,138,138,.15) 65%,rgba(140,138,138,.075) 75.5%,rgba(140,138,138,.035) 82.85%,rgba(140,138,138,.02) 88%,transparent);pointer-events:none}@media only screen and (min-width:768px){.ohp-cta__item:after{height:140px}}.ohp-cta__image-wrap{overflow:hidden}.ohp-cta__image{width:100%;height:100%;transition:transform .5s ease-in-out}.ohp-cta__item--linked .ohp-cta__image{transform:scale(1.025)}.ohp-cta__item--linked:hover .ohp-cta__image{transform:scale(1)}.ohp-cta__img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:640 / 1000}.ohp-cta__placeholder{width:100%;aspect-ratio:640 / 1000;background:#f0e0e0}.ohp-cta--floating{background-color:transparent!important}.ohp-cta--floating .ohp-cta__item:after{display:none}.ohp-cta--floating .ohp-cta__items{align-items:end}.ohp-cta--floating .ohp-cta__item{width:100%;min-width:0;justify-content:flex-end;background:transparent}.ohp-cta--floating .ohp-cta__image-wrap{width:100%;max-width:100%;min-width:0;overflow:hidden;background:transparent;border:none;box-shadow:none}.ohp-cta--floating .ohp-cta__image{position:relative;display:block;width:100%;aspect-ratio:640 / 1000;overflow:hidden;background:transparent;border:none;box-shadow:none}.ohp-cta--floating .ohp-cta__item--linked .ohp-cta__image,.ohp-cta--floating .ohp-cta__item--linked:hover .ohp-cta__image{transform:none}.ohp-cta--floating .ohp-cta__img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:0;padding:0;border:none;outline:none;box-shadow:none;background:transparent;filter:none;object-fit:contain;object-position:center center;-webkit-tap-highlight-color:transparent}.ohp-cta--floating .ohp-cta__img--cutout{object-position:var(--allure-card-media-position, center center)}.ohp-cta--floating .ohp-cta__item--linked:hover .ohp-cta__img{filter:none;transform:none}.ohp-cta--floating .ohp-stl__btn,.ohp-cta--floating .ohp-cta__content{background:#7b1818e0}.ohp-cta--floating a.ohp-stl__btn:hover{background:#7b1818}.ohp-cta__content{position:absolute;right:0;bottom:0;left:0;z-index:1;display:flex;justify-content:center;width:95%;margin:0 auto 5px;padding:5px;text-align:center;background:#fff3;color:#fff;pointer-events:none}@media only screen and (min-width:768px){.ohp-cta__content{margin:0 auto 10px;padding:10px}}.ohp-cta__title{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.3px;text-transform:uppercase;margin:0}.ohp-stl__btn{position:absolute;right:0;bottom:0;left:0;z-index:3;display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:95%;margin:0 auto 5px;padding:5px;font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:13px;font-weight:400;line-height:20px;letter-spacing:.3px;text-transform:uppercase;text-align:center;text-decoration:none;white-space:nowrap;color:#fff;background:#fff3;cursor:pointer;transition:background .25s ease}a.ohp-stl__btn:hover{background:#ffffff73}.ohp-stl__btn--disabled{cursor:default}@media only screen and (min-width:768px){.ohp-stl__btn{margin:0 auto 10px;padding:10px;font-size:14px}}.ohp-slideshow{position:relative;display:block;width:100%;overflow:hidden}.ohp-slideshow__inner{position:relative;width:100%;aspect-ratio:var(--ohp-slideshow-aspect-mobile, 4 / 5);background:#0d0d0d}@media only screen and (min-width:768px){.ohp-slideshow__inner{aspect-ratio:var(--ohp-slideshow-aspect-desktop, 16 / 9)}}.ohp-slideshow__slides{position:absolute;top:0;right:0;bottom:0;left:0;display:grid}.ohp-slideshow__slide{grid-column:1;grid-row:1;position:relative;z-index:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease}.ohp-slideshow__slide--active{z-index:2;opacity:1}.ohp-slideshow__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.ohp-slideshow__media picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.ohp-slideshow__media img,.ohp-slideshow__media .ohp-slideshow__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:var(--ohp-slideshow-fit, cover);object-position:var(--ohp-slideshow-position, center center)}.ohp-slideshow__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--ohp-slideshow-fit, cover);object-position:var(--ohp-slideshow-position, center center)}.ohp-slideshow__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent}.ohp-slideshow__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover;opacity:0}.ohp-slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;padding:0 30px}@media only screen and (min-width:768px){.ohp-slideshow__overlay{padding:0 60px}}@media only screen and (min-width:1440px){.ohp-slideshow__overlay{padding:0 160px}}.ohp-slideshow__overlay--light{color:#fff}.ohp-slideshow__overlay--bottom-left{align-items:flex-end;justify-content:flex-start}.ohp-slideshow__overlay--bottom-center{align-items:flex-end;justify-content:center;text-align:center}.ohp-slideshow__overlay--center{align-items:center;justify-content:center;text-align:center}.ohp-slideshow__content{position:relative;z-index:2;max-width:520px;width:100%;padding:40px 0}@media only screen and (min-width:768px){.ohp-slideshow__content{width:calc((8 / 12) * 100%);padding:60px 0}}@media only screen and (min-width:1440px){.ohp-slideshow__content{padding:94px 0}}.ohp-slideshow__title{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:34px;font-weight:400;line-height:1.08;letter-spacing:.02em;margin:0 0 10px}@media only screen and (min-width:768px){.ohp-slideshow__title{font-size:37px}}.ohp-slideshow__cta{display:flex;margin-top:20px}.ohp-slideshow__overlay--bottom-center .ohp-slideshow__cta{justify-content:center}.ohp-slideshow .ohp-hero__button{padding:8px 18px;font-size:11px;line-height:1.25;letter-spacing:.14em;font-weight:600}@media only screen and (min-width:768px){.ohp-slideshow .ohp-hero__button{padding:9px 22px;font-size:12px}.ohp-slideshow__cta{margin-top:25px}}.ohp-slideshow__dots{position:absolute;bottom:15px;left:0;z-index:4;display:flex;justify-content:center;width:100%;height:10px;pointer-events:none}@media only screen and (min-width:901px){.ohp-slideshow__dots{bottom:30px;height:20px}}.ohp-slideshow__dot{flex:none;width:20px;height:20px;margin:0 5px;padding:0;background:transparent!important;background-color:transparent!important;-webkit-appearance:none;appearance:none;outline:none;box-shadow:none;background:none;border:none;cursor:pointer;pointer-events:auto}.ohp-slideshow__dot:after{content:"";display:block;width:20px;height:2px;background-color:#fff6;transition:background-color .3s ease}.ohp-slideshow__dot:hover:after,.ohp-slideshow__dot--active:after{background-color:#fff}.ohp-trust{width:100%}.ohp-trust__inner{padding:20px 12px;max-width:1200px;margin:0 auto}@media only screen and (min-width:901px){.ohp-trust__inner{padding:40px 20px}}.ohp-trust__slides{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;justify-content:center;gap:clamp(.75rem,3vw,2rem)}.ohp-trust__slide{position:relative;display:flex;flex:1 1 0;min-width:0;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.ohp-trust__icon{margin-bottom:20px;width:24px;height:24px}.ohp-trust__icon img{width:100%;height:100%;object-fit:contain}.ohp-trust__title{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:clamp(.72rem,2.5vw,16px);font-weight:400;line-height:1.3;letter-spacing:.3px;margin:0 0 6px;text-align:center}.ohp-trust__text{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:14px;font-weight:400;line-height:1.4;margin:0;text-align:center}.ohp-trust__faux-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.featured-collection .title-wrapper--self-padded-mobile,.featured-collection .title-wrapper{text-align:center;margin-bottom:20px}.featured-collection .title,.featured-collection .collection__title h2{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:34px!important;font-weight:400!important;letter-spacing:.02em;text-transform:none;line-height:1.08}@media only screen and (min-width:768px){.featured-collection .title,.featured-collection .collection__title h2{font-size:37px!important}}.ohp-section-hero,.ohp-section-promo-strip,.ohp-section-campaign,.ohp-section-slideshow{margin:0;padding:0}.ohp-section-cta,.ohp-section-stl{padding:5px}@media only screen and (min-width:768px){.ohp-section-cta,.ohp-section-stl{padding:0}}.ohp-container{max-width:1440px;margin:0 auto;padding:0 20px}@media only screen and (min-width:768px){.ohp-container{padding:0 40px}}@media only screen and (min-width:1440px){.ohp-container{padding:0 60px}}.newsletter__wrapper,.newsletter .newsletter__wrapper{background-color:var(--allure-newsletter-bg, #f5e6e6)!important;padding:40px 20px!important}@media only screen and (min-width:768px){.newsletter__wrapper,.newsletter .newsletter__wrapper{padding:50px 40px!important}}.newsletter h2,.newsletter .inline-richtext{font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif)!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;line-height:1.5!important;color:var(--allure-newsletter-text, #333)!important;max-width:500px;margin-left:auto;margin-right:auto}.newsletter .newsletter__subheading,.newsletter .rte{display:none!important}.newsletter .newsletter-form{max-width:500px;margin:0 auto}.newsletter .newsletter-form__field-wrapper{width:100%}.newsletter .field{flex-direction:column;gap:0}.newsletter .field__input{border:1px solid var(--allure-newsletter-input-border, #ccc)!important;border-radius:0!important;background:var(--allure-newsletter-input-bg, #fff)!important;font-size:14px!important;padding:16px 18px!important;width:100%!important;color:var(--allure-newsletter-text, #333);font-weight:400;letter-spacing:.5px}.newsletter .field__input::placeholder{color:#999;font-size:14px}.newsletter .field__input:focus{border-color:var(--allure-newsletter-text, #333)!important;box-shadow:none!important}.newsletter .newsletter-form__button.field__button{position:static!important;width:100%!important;margin-top:12px;padding:18px 30px!important;background-color:var(--allure-newsletter-btn-bg, #333)!important;color:var(--allure-newsletter-btn-text, #fff)!important;border:none!important;border-radius:0!important;font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif)!important;font-size:13px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;cursor:pointer;transition:background-color .3s ease}.newsletter .newsletter-form__button.field__button:hover{background-color:var(--allure-newsletter-btn-hover, #555)!important}.newsletter .newsletter-form__button .svg-wrapper{display:none!important}.newsletter .newsletter-form__button:after{content:"SUBSCRIBE"}.newsletter .field__label,.footer__payment,.copyright__content a[href*=shopify]{display:none!important}.ohp-delivery-bar{background-color:#1a1a1a;overflow:hidden;white-space:nowrap;position:relative;z-index:2}.ohp-delivery-bar__track{display:flex;width:100%;justify-content:center;overflow:hidden}.ohp-delivery-bar__scroll{display:flex;justify-content:center;animation:none}.ohp-delivery-bar__item{display:inline-flex;align-items:center;padding:6px 20px;font-family:var(--font-body-family, "Helvetica Neue", Arial, sans-serif);font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#fff;flex-shrink:0}.ohp-delivery-bar__item:after{content:"";display:inline-block;width:3px;height:3px;background-color:#fff6;border-radius:50%;margin-left:20px}.ohp-delivery-bar__item:last-child:after{display:none}@keyframes ohp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media only screen and (max-width:767px){.ohp-delivery-bar__item{padding:5px 12px;font-size:9px;letter-spacing:1px}.ohp-delivery-bar__item:after{margin-left:12px}}.slider-counter,.slider-buttons{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/ohpolly-homepage.css.map */
