.featured-product *,.featured-product *::before,.featured-product *::after{box-sizing:border-box;margin:0;padding:0}.featured-product{width:100%;overflow:hidden;font-family:'Helvetica Neue',Arial,sans-serif}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.featured-product__inner--right{grid-template-areas:"content media"}.featured-product__inner--left{grid-template-areas:"media content"}.featured-product__content{grid-area:content;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:4rem 4rem 4rem 5rem}.featured-product__heading{font-size:clamp(3rem, 6vw, 5.5rem);font-weight:900;line-height:.5;letter-spacing:-.02em;text-transform:uppercase;word-break:break-word;margin-bottom:2rem}.featured-product__heading-accent{display:block;color:var(--accent,#c9a84c);font-style:italic}.featured-product__heading-normal{display:block;color:var(--normal,#ffffff)}.featured-product__subheading{font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--sub-color,#cccccc)}.featured-product__details{display:flex;flex-direction:column;gap:.3rem;border-left:2px solid var(--det-border,#c9a84c);padding-left:1rem}.featured-product__details span{font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--det-color,#aaaaaa)}.featured-product__richtext{color:var(--rt-color,#cccccc);font-size:.9rem;line-height:1.65}.featured-product__richtext p+p{margin-top:.75em}.featured-product__richtext a{color:inherit;text-decoration:underline}.featured-product__text{color:var(--tx-color,#cccccc);font-size:.9rem;line-height:1.6}.featured-product__buy{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}.featured-product__price{font-size:clamp(1.8rem, 3vw, 2.4rem);font-weight:900;letter-spacing:-.01em;color:var(--price-color,#ffffff)}.featured-product__form{display:contents}.featured-product__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.5em 2.2em;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;background-color:var(--btn-bg,#c9a84c);color:var(--btn-color,#000000);border:none;cursor:pointer;transition:opacity 0.2s ease,transform 0.15s ease;white-space:nowrap}.featured-product__btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.featured-product__btn:active:not(:disabled){transform:translateY(0);opacity:1}.featured-product__btn:disabled{opacity:.45;cursor:not-allowed}.featured-product__media{grid-area:media;background-color:var(--img-bg,#2a2a2a);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;min-height:420px}.featured-product__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.featured-product__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.featured-product__placeholder svg{width:80%;max-width:400px;height:auto;opacity:.6}@media screen and (max-width:991px){.featured-product__content{padding:3rem 2.5rem 3rem 3rem;gap:1.25rem}.featured-product__heading{font-size:clamp(2.5rem, 7vw, 4rem)}}@media screen and (max-width:768px){.featured-product__inner,.featured-product__inner--right,.featured-product__inner--left{grid-template-columns:1fr;grid-template-areas:"media" "content"}.featured-product__media{min-height:55vw;max-height:480px}.featured-product__content{padding:2.5rem 1.75rem;gap:1.1rem}.featured-product__heading{font-size:clamp(3rem, 12vw, 5rem)}.featured-product__buy{flex-direction:row;align-items:center}}@media screen and (max-width:480px){.featured-product__content{padding:2rem 1.25rem;gap:1rem}.featured-product__heading{font-size:clamp(2.5rem, 14vw, 4rem)}.featured-product__buy{flex-direction:column;align-items:flex-start;gap:1rem}.featured-product__btn{width:100%;justify-content:center;padding:1em 2em}.featured-product__media{min-height:70vw}}