.ghost-product-spotlight{position:relative;overflow:hidden;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ghost-product-spotlight__track{position:absolute;top:0;right:0;bottom:0;left:0}.ghost-product-spotlight__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease;pointer-events:none;background-color:rgb(var(--color-background))}.ghost-product-spotlight__slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.ghost-product-spotlight__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.ghost-product-spotlight__bg-image img{width:100%;height:100%;object-fit:cover;display:block}.ghost-product-spotlight__side{position:relative;z-index:1;flex-shrink:0;width:20%;overflow:hidden;display:none}@media screen and (min-width:750px){.ghost-product-spotlight__side{display:block}}.ghost-product-spotlight__side img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.ghost-product-spotlight__body{position:relative;z-index:1;flex:1;min-width:0;display:flex;align-items:center}.ghost-product-spotlight__inner{display:flex;flex-direction:column;gap:4rem;width:100%;padding:0 1.5rem}@media screen and (min-width:750px){.ghost-product-spotlight__inner{flex-direction:row;align-items:center;gap:2rem;padding:0 5rem 0 4rem}}@media screen and (min-width:990px){.ghost-product-spotlight__inner{gap:4rem;padding:0 max(5rem,calc((100vw - var(--page-width)) / 2)) 0 5rem}}.ghost-product-spotlight__content{display:flex;flex-direction:column;gap:2rem;flex:1 1 45%;min-width:0}.ghost-product-spotlight__media{position:relative;flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:flex-start;min-height:30rem}@media screen and (min-width:750px){.ghost-product-spotlight__media{flex:1 1 55%;min-height:40rem}}.ghost-product-spotlight__heat{display:flex;flex-direction:row;align-items:center;gap:.8rem}.ghost-product-spotlight__heat-scale{display:inline-flex;align-items:center;gap:.3rem;margin-top:-.6rem}.ghost-product-spotlight__pepper{display:inline-flex;width:1.6rem;height:1.6rem;color:var(--ghost-ps-pepper-inactive, rgba(255, 255, 255, .3))}.ghost-product-spotlight__pepper svg,.ghost-product-spotlight__pepper-icon{width:100%;height:100%;object-fit:contain}.ghost-product-spotlight__pepper--active{color:var(--ghost-ps-pepper-active, #d62828)}.ghost-product-spotlight__heat-label{font-family:fabiola-capitals,sans-serif;font-size:1.4rem;letter-spacing:.12em;text-transform:uppercase;line-height:1;font-weight:bolder;margin:0}.ghost-product-spotlight__heading{margin:0;text-transform:uppercase;line-height:1}.ghost-product-spotlight__heading em strong,.ghost-product-spotlight__heading em b,.ghost-product-spotlight__heading strong,.ghost-product-spotlight__heading b{color:var(--ghost-ps-heading-accent, currentColor);font-weight:inherit;font-style:normal}.ghost-product-spotlight__details{margin:0;text-transform:uppercase;letter-spacing:.14em;font-size:14px;font-weight:700;line-height:1.2}.ghost-product-spotlight__text{margin:0;font-size:1.5rem;line-height:1.6;max-width:44rem}.ghost-product-spotlight__text p{margin-top:0;margin-bottom:.8rem}.ghost-product-spotlight__text p:last-child{margin-bottom:0}.ghost-product-spotlight__buttons{display:inline-flex}.ghost-product-spotlight__button{min-width:17rem;text-transform:uppercase;letter-spacing:.1rem;text-decoration:none}.ghost-product-spotlight__arrow-nav{justify-content:flex-start!important;gap:1rem;margin-top:.4rem}.ghost-product-spotlight .slider-button{width:4.4rem;height:4.4rem;border:.1rem solid var(--ghost-ps-arrow-color, #d62828)!important;border-radius:50%;color:var(--ghost-ps-arrow-color, #d62828)!important;transition:background-color var(--duration-short) ease,color var(--duration-short) ease,border-color var(--duration-short) ease}.ghost-product-spotlight .slider-button:not([disabled]):hover{background-color:var(--ghost-ps-arrow-color, #d62828)!important;color:rgb(var(--color-background))!important;border-color:var(--ghost-ps-arrow-color, #d62828)!important}.ghost-product-spotlight .slider-button[disabled]{opacity:.4;border-color:var(--ghost-ps-arrow-color, #d62828)!important;color:var(--ghost-ps-arrow-color, #d62828)!important;cursor:default}.ghost-product-spotlight .slider-button .svg-wrapper{display:flex;align-items:center;justify-content:center}.ghost-product-spotlight .slider-button .icon{height:.8rem;width:.8rem}.ghost-product-spotlight__product-image-wrap{display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;position:relative;z-index:1}.ghost-product-spotlight__product-image{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 2rem 6rem rgba(0,0,0,.5))}.ghost-product-spotlight__pepper-nav{display:flex;flex-direction:row;align-items:flex-end;position:absolute;right:5rem;top:50%;transform:translateY(-50%);z-index:10}@media screen and (min-width:990px){.ghost-product-spotlight__pepper-nav{right:max(5rem,calc((100vw - var(--page-width)) / 2))}}.ghost-product-spotlight__pepper-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.ghost-product-spotlight__deco-img{display:block;width:var(--deco-image-width, 6.4rem);height:auto;object-fit:contain;transition:opacity .3s ease}.ghost-product-spotlight__deco-underline{display:block;width:var(--deco-image-width, 6.4rem);height:var(--deco-border-width, 2px);background-color:var(--deco-border-color, #d62828);border-radius:var(--deco-border-radius, 2px);opacity:0;transition:opacity .3s ease}.ghost-product-spotlight__pepper-btn.is-active .ghost-product-spotlight__deco-underline{opacity:1}.ghost-product-spotlight__pepper-nav--inline,.ghost-product-spotlight__pepper-nav--media{display:none}@media screen and (max-width:1024px){.ghost-product-spotlight__media{flex-direction:column;align-items:center;justify-content:flex-end}.ghost-product-spotlight__product-image-wrap{flex:1;height:auto}.ghost-product-spotlight__pepper-nav:not(.ghost-product-spotlight__pepper-nav--media):not(.ghost-product-spotlight__pepper-nav--inline){display:none}.ghost-product-spotlight__pepper-nav--media{display:flex;position:static;transform:none;margin-top:1.6rem}}@media screen and (max-width:749px){.ghost-product-spotlight__track{position:static;min-height:initial}.ghost-product-spotlight__slide{display:none;position:static;flex-direction:column;opacity:1;visibility:visible;transition:none;pointer-events:auto}.ghost-product-spotlight__slide.is-active{display:flex}.ghost-product-spotlight__side{display:block;position:absolute;top:0;left:0;right:0;width:100%;z-index:0}.ghost-product-spotlight__body{position:relative;z-index:1;width:100%}.ghost-product-spotlight__media{order:-1;position:relative;z-index:2}.ghost-product-spotlight__pepper-nav:not(.ghost-product-spotlight__pepper-nav--inline){display:none}.ghost-product-spotlight__pepper-nav--inline{display:flex;position:static;transform:none;margin-bottom:20px}.ghost-product-spotlight__inner{gap:1rem}.ghost-product-spotlight__content{align-items:center;text-align:center}.ghost-product-spotlight__heat{justify-content:center}.ghost-product-spotlight__text{max-width:100%}.ghost-product-spotlight__buttons{justify-content:center}.ghost-product-spotlight__arrow-nav{justify-content:center!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-ghost-product-spotlight.css.map */
