:root{--product-button-min-height: 5rem;--product-button-padding: 1.4rem 2rem;--product-button-border-width: .2rem;--product-button-border-radius: .4rem;--product-nav-line-width: 2px;--product-nav-line-width-active: 3px;--product-nav-line-height: 40px;--product-nav-line-height-active: 50px;--product-nav-line-height-mobile: 30px;--product-nav-line-height-active-mobile: 35px;--product-gallery-gap: 2rem;--product-gallery-gap-mobile: 1rem;--product-gallery-min-height: 400px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-align-left{text-align:left;justify-content:flex-start}.text-align-center{text-align:center;justify-content:center}.text-align-right{text-align:right;justify-content:flex-end}.featured-product-custom .product__sku{font-size:1.4rem;margin-bottom:1rem;color:rgb(var(--color-foreground));opacity:.8}.featured-product-custom .product__title{text-transform:uppercase}.featured-product-custom .product__text{margin-bottom:.5rem}.featured-product-custom .product__view-details{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:underline;font-size:1.4rem}.featured-product-custom .product-form__quantity{display:flex;flex-direction:column}.featured-product-custom .product-form__buttons{display:flex;flex-direction:row;gap:1rem;margin-top:2rem}.featured-product-custom .product-form__buttons .button{flex:1;text-transform:uppercase;font-weight:600;letter-spacing:.05em;padding:var(--product-button-padding);min-height:var(--product-button-min-height);border:var(--product-button-border-width) solid rgb(var(--color-foreground));border-radius:var(--product-button-border-radius);transition:all .2s ease;white-space:nowrap}.featured-product-custom .product-form__buttons .button--secondary{background-color:transparent;color:rgb(var(--color-foreground))}.featured-product-custom .product-form__buttons .button--secondary:hover,.featured-product-custom .product-form__buttons .button--primary,.featured-product-custom .product-form__buttons .product-form__buy-now-button{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.featured-product-custom .product-form__buttons .button--primary:hover,.featured-product-custom .product-form__buttons .product-form__buy-now-button:hover{background-color:transparent;color:rgb(var(--color-foreground))}.featured-product-custom .product-form__buttons .product-form__buy-now-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.featured-product-custom .product-form__buttons .buttons-available,.featured-product-custom .product-form__buttons .buttons-unavailable{flex-direction:row;gap:1rem;width:100%}.featured-product-custom .product-form__buttons .buttons-available{display:flex}.featured-product-custom .product-form__buttons .buttons-unavailable{display:none}.featured-product-custom .product-form__buttons.variant-unavailable .buttons-available{display:none!important}.featured-product-custom .product-form__buttons.variant-unavailable .buttons-unavailable{display:flex!important}.featured-product-custom .product-form__buttons .product-form__enquire-button{flex:1;text-transform:uppercase;font-weight:600;letter-spacing:.05em;padding:var(--product-button-padding);min-height:var(--product-button-min-height);border:var(--product-button-border-width) solid rgb(var(--color-foreground));border-radius:var(--product-button-border-radius);transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:rgb(var(--color-foreground))}.featured-product-custom .product-form__buttons .product-form__enquire-button:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none}@media screen and (max-width: 749px){.featured-product-custom .product-form__buttons .buttons-available,.featured-product-custom .product-form__buttons .buttons-unavailable{flex-direction:column}}.featured-product-custom .shopify-payment-button{flex:1}.featured-product-custom .shopify-payment-button__button{width:100%!important;background-color:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;border:var(--product-button-border-width) solid rgb(var(--color-foreground))!important;text-transform:uppercase;font-weight:600;letter-spacing:.05em;padding:var(--product-button-padding);min-height:var(--product-button-min-height);border-radius:var(--product-button-border-radius)}.featured-product-custom .shopify-payment-button__button:hover{background-color:transparent!important;color:rgb(var(--color-foreground))!important}@media screen and (max-width: 749px){.featured-product-custom .product__text{max-width:100%}.featured-product-custom .product-form__buttons{flex-direction:column;max-width:100%}.featured-product-custom .product-form__buttons .button,.featured-product-custom .shopify-payment-button{flex:none;width:100%}}.product__media-wrapper--custom-nav{position:relative}.product-custom-gallery{display:flex;gap:var(--product-gallery-gap);align-items:center;width:100%}.product-nav-bar{display:flex;flex-direction:column;gap:0;align-items:center;padding:1rem 0;z-index:2}.nav-bar-segment{background:none;border:none;padding:.8rem .5rem;cursor:pointer;position:relative;transition:all .3s ease}.nav-bar-line{display:block;width:var(--product-nav-line-width);height:var(--product-nav-line-height);background-color:rgba(var(--color-foreground),.2);transition:all .3s ease}.nav-bar-segment:hover .nav-bar-line{background-color:rgba(var(--color-foreground),.5);width:var(--product-nav-line-width-active)}.nav-bar-segment.active .nav-bar-line{background-color:rgb(var(--color-foreground));width:var(--product-nav-line-width-active);height:var(--product-nav-line-height-active)}.product-gallery-slider{flex:1;position:relative;overflow:hidden;min-height:var(--product-gallery-min-height)}.gallery-slide{display:none;opacity:0;transition:opacity .5s ease}.gallery-slide.active{display:block;opacity:1}.gallery-image-wrapper{background:none;border:none;padding:0;margin:0;cursor:default;width:100%;display:block}.gallery-image{width:100%;height:auto;object-fit:contain;display:block}@media screen and (max-width: 749px){.product-custom-gallery{gap:var(--product-gallery-gap-mobile)}.product-nav-bar{padding:.5rem 0}.nav-bar-line{height:var(--product-nav-line-height-mobile)}.nav-bar-segment.active .nav-bar-line{height:var(--product-nav-line-height-active-mobile)}.nav-bar-segment{padding:.5rem .3rem}}.featured-product-custom .deferred-media--inline{display:block;width:100%;position:relative;background-color:rgb(var(--color-background));aspect-ratio:var(--ratio, 16 / 9)}.featured-product-custom .deferred-media--inline .deferred-media__poster{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0;margin:0;border:none;background:none;cursor:pointer;position:absolute;top:0;left:0;z-index:1}.featured-product-custom .deferred-media--inline .deferred-media__poster img{width:100%;height:100%;object-fit:cover;display:block}.featured-product-custom .deferred-media--inline .deferred-media__poster-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6rem;height:6rem;background-color:rgba(var(--color-foreground),.8);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.featured-product-custom .deferred-media--inline .deferred-media__poster-button .svg-wrapper{width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-background));margin-left:.3rem}.featured-product-custom .deferred-media--inline .deferred-media__poster-button svg{width:100%;height:100%;fill:currentColor}.featured-product-custom .deferred-media--inline .deferred-media__poster:hover .deferred-media__poster-button{background-color:rgb(var(--color-foreground));transform:translate(-50%,-50%) scale(1.1)}.featured-product-custom .deferred-media--inline[loaded] .deferred-media__poster{display:none!important}.featured-product-custom .deferred-media--inline video,.featured-product-custom .deferred-media--inline iframe{position:absolute;top:0;left:0;width:100%;height:100%;display:block;border:none;background-color:#000}.featured-product-custom .deferred-media--inline model-viewer{position:absolute;top:0;left:0;width:100%;height:100%;display:block}@media screen and (max-width: 749px){.featured-product-custom .deferred-media--inline .deferred-media__poster-button{width:5rem;height:5rem}.featured-product-custom .deferred-media--inline .deferred-media__poster-button .svg-wrapper{width:2rem;height:2rem}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/featured-product-custom.css.map */
