.fph-wrapper{position:relative}.fph-track{overflow:hidden}.fph-list{list-style:none;margin:0;padding:0}.fph-slide{position:relative;overflow:hidden;height:var(--fph-mobile-height, 600px)}@media only screen and (min-width:768px){.fph-slide{height:var(--fph-desktop-height, 700px)}}.fph-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fph-slide-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.fph-slide-bg img.fph-bg--desktop-only{display:none}@media only screen and (min-width:768px){.fph-slide-bg img.fph-bg--mobile-only{display:none}.fph-slide-bg img.fph-bg--desktop-only{display:block}}.fph-slide-bg .placeholder_svg_tag{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.fph-slide-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;padding:16px;justify-content:center;align-items:flex-end}@media only screen and (min-width:768px){.fph-slide-content{padding:48px 60px}.fph-slide.fph-card-h-left .fph-slide-content{justify-content:flex-start}.fph-slide.fph-card-h-center .fph-slide-content{justify-content:center}.fph-slide.fph-card-h-right .fph-slide-content{justify-content:flex-end}.fph-slide.fph-card-v-top .fph-slide-content{align-items:flex-start}.fph-slide.fph-card-v-middle .fph-slide-content{align-items:center}.fph-slide.fph-card-v-bottom .fph-slide-content{align-items:flex-end}}.fph-card{background:var(--fph-card-bg, #EDE9E1);border-radius:calc(var(--fph-card-border-radius, 10px) * .65);padding:10px 12px;display:flex;flex-direction:row;align-items:center;gap:14px;width:100%;max-width:340px;box-shadow:0 4px 28px #0000001a}@media only screen and (min-width:768px){.fph-card{max-width:650px;padding:28px;gap:15px}}.fph-card-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.fph-card-label{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--fph-card-text, #151515);opacity:.55;font-weight:500}.fph-card-title{font-size:14px;line-height:1.15;color:var(--fph-card-text, #151515);margin:0;font-weight:400;font-family:zimra}@media only screen and (min-width:768px){.fph-card-text{gap:3px}.fph-card-label{font-size:14px}.fph-card-divider{width:41px;margin:7px 0}.fph-card-btn{font-size:19px;padding:14px 26px;gap:12px;margin-top:14px;font-family:Proxima Nova}}@media only screen and (min-width:768px){.fph-card-title{font-size:32px}}.fph-card-divider{display:block;width:28px;height:1px;background:var(--fph-card-text, #151515);opacity:.25;flex-shrink:0}.fph-card-price{font-size:14px;color:var(--fph-card-text, #151515);opacity:.85;font-family:Proxima Nova}@media only screen and (min-width:768px){.fph-card-price{font-size:23px}}.fph-card-btn{display:inline-flex;align-items:center;gap:8px;background:var(--fph-card-btn-bg, #151515);color:var(--fph-card-btn-text, #ffffff)!important;padding:5px 12px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none!important;width:fit-content;transition:opacity .2s ease;font-family:Proxima Nova}.fph-card-btn:hover{opacity:.82}.fph-card-image{flex-shrink:0;width:88px;height:110px;border-radius:12px;overflow:hidden;background:#f0ebe2;transform:translateY(-9px);margin-bottom:-18px}@media only screen and (min-width:768px){.fph-card-image{width:187px;height:228px;border-radius:23px;transform:translateY(-18px);margin-bottom:-35px}}.fph-card-image img{width:100%;height:100%;object-fit:cover;display:block}@keyframes fph-card-fadein{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fph-card-fadeout{to{opacity:0;transform:scale(.97) translateY(4px)}}@keyframes fph-card-pop{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.fph-card{animation:fph-card-fadein .5s ease forwards}.fph-card.fph--fading{animation:fph-card-fadeout .15s ease forwards}.fph-card.fph--entering{animation:fph-card-pop .35s cubic-bezier(.34,1.4,.64,1) forwards}.fph-hotspot-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.fph-hotspot{position:absolute;left:var(--hs-mx, 50%);top:var(--hs-my, 50%);pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#ffffffe6;border:2px solid rgba(255,255,255,.5);cursor:pointer;transform:translate(-50%,-50%) scale(.9);transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;padding:0;outline:none}@media only screen and (min-width:768px){.fph-hotspot{left:var(--hs-x, 50%);top:var(--hs-y, 50%)}}.fph-hotspot:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:#ffffff4d;animation:fph-pulse 2.2s ease-out infinite;pointer-events:none}.fph-hotspot:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff}.fph-hotspot--active{transform:translate(-50%,-50%) scale(1.1);background:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff80}.fph-hotspot--active:before{animation:fph-pulse-fast .9s ease-out infinite;opacity:1}@keyframes fph-pulse-fast{0%{transform:scale(1);opacity:.7}60%{transform:scale(2.2);opacity:0}to{transform:scale(2.2);opacity:0}}@keyframes fph-dot-burst{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 14px #fff0}to{box-shadow:0 0 #fff0}}.fph-hotspot--burst{animation:fph-dot-burst .45s ease forwards}@keyframes fph-pulse{0%{transform:scale(1);opacity:.65}65%{transform:scale(2.4);opacity:0}to{transform:scale(2.4);opacity:0}}.fph-adapt-mobile .fph-slide{height:auto}.fph-adapt-mobile .fph-slide-bg{position:relative;inset:auto}.fph-adapt-mobile .fph-slide-bg img{position:relative;inset:auto;width:100%;height:auto;object-fit:unset;object-position:unset}@media only screen and (min-width:768px){.fph-adapt-mobile:not(.fph-adapt-desktop) .fph-slide{height:var(--fph-desktop-height, 700px)}.fph-adapt-mobile:not(.fph-adapt-desktop) .fph-slide-bg{position:absolute;top:0;right:0;bottom:0;left:0}.fph-adapt-mobile:not(.fph-adapt-desktop) .fph-slide-bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.fph-adapt-desktop .fph-slide{height:auto}.fph-adapt-desktop .fph-slide-bg{position:relative;inset:auto}.fph-adapt-desktop .fph-slide-bg img{position:relative;inset:auto;width:100%;height:auto;object-fit:unset;object-position:unset}}.fph-arrows{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.fph-arrow{position:absolute;top:50%;transform:translateY(-50%);pointer-events:auto;width:42px;height:42px;border-radius:50%;background:#ffffff38;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s ease,transform .2s ease;outline:none}.fph-arrow:hover{background:#ffffff61;transform:translateY(-50%) scale(1.06)}.fph-arrow--prev{left:16px}.fph-arrow--next{right:16px}@media only screen and (min-width:768px){.fph-arrow--prev{left:24px}.fph-arrow--next{right:24px}.fph-arrow{width:48px;height:48px}}@media only screen and (max-width:767px){.fph-arrows--hide-mobile{display:none}}@media only screen and (min-width:768px){.fph-arrows--hide-desktop{display:none}}.fph-wrapper .splide__pagination{position:absolute;bottom:24px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:8px;padding:0;margin:0;list-style:none;z-index:2;pointer-events:none}.fph-wrapper .splide__pagination li{pointer-events:auto}.fph-wrapper .splide__pagination__page{width:7px;height:7px;border-radius:50%;background:#ffffff73;border:1.5px solid rgba(255,255,255,.7);padding:0;cursor:pointer;transition:background .25s,transform .25s;display:block}.fph-wrapper .splide__pagination__page.is-active{background:#fff;transform:scale(1.3)}
/*# sourceMappingURL=/cdn/shop/t/94/assets/featured-product-hero.css.map */
