.two-products-showcase{width:100%;position:relative}.two-products-showcase__container{max-width:1400px;margin:0 auto;padding:0 2rem}.two-products-showcase__products{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media screen and (max-width: 989px){.two-products-showcase__products{grid-template-columns:1fr;gap:4rem}}.two-products-showcase__product{width:100%}.two-products-showcase__content{display:flex;flex-direction:column;width:100%;position:relative}.two-products-showcase__tag{position:absolute;top:8px;left:8px;padding:.5rem 1rem;background-color:var(--showcase-tag-bg, #E91E63);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;font-family:Poppins,sans-serif;z-index:20;line-height:1;white-space:nowrap;pointer-events:none;overflow:hidden}.two-products-showcase__tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.two-products-showcase__image-wrapper{margin-bottom:1.5rem;max-width:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center}.two-products-showcase__image-container{width:100%;opacity:1;transition:opacity .3s ease;display:flex;justify-content:center;align-items:center;position:relative;min-height:200px}.two-products-showcase__image-container--hidden{display:none}.two-products-showcase__image{width:100%;max-width:400px;height:auto;display:block;object-fit:contain;transition:opacity .3s ease}.two-products-showcase__image--primary{position:relative;opacity:1;z-index:1;margin:0 auto}.two-products-showcase__image--secondary{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;z-index:2;width:100%;max-width:400px;height:auto;object-fit:contain;margin:0}.two-products-showcase__image-container:hover .two-products-showcase__image--primary{opacity:0}.two-products-showcase__image-container:hover .two-products-showcase__image--secondary{opacity:1}.two-products-showcase__image--variant{width:100%;max-width:400px;height:auto;display:block;object-fit:contain}.two-products-showcase__title{font-size:2.5rem;font-weight:700;color:var(--showcase-heading-color, #1A1A1A);margin:0 0 1rem;line-height:1.2;font-family:Poppins,sans-serif;text-align:center}.two-products-showcase__bottom-section{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;width:100%;margin-bottom:2rem}.two-products-showcase__benefits{display:flex;flex-direction:column;gap:.5rem;flex:1;text-align:left}.two-products-showcase__benefits--left{align-items:flex-start;text-align:left}.two-products-showcase__benefits--center{align-items:center;text-align:center}.two-products-showcase__benefits--right{align-items:flex-end;text-align:right}.two-products-showcase__benefit{font-size:var(--showcase-benefit-size, 1rem);font-weight:400;color:var(--showcase-text-color, #333333);margin:0;line-height:1.5;font-family:Poppins,sans-serif}.two-products-showcase__right-section{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:0}.two-products-showcase__rating{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.two-products-showcase__stars{display:flex;align-items:center;gap:.25rem}.two-products-showcase__star{width:16px;height:16px;color:var(--showcase-rating-color, #E91E63);flex-shrink:0}.two-products-showcase__star--full,.two-products-showcase__star--half{fill:currentColor}.two-products-showcase__star--empty{fill:none;stroke:currentColor;stroke-width:.5;opacity:.3}.two-products-showcase__rating-text{font-size:var(--showcase-rating-size, .9375rem);font-weight:400;color:var(--showcase-text-color, #333333);font-family:Poppins,sans-serif}.two-products-showcase__color-selectors{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.two-products-showcase__color-swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;transition:all .3s ease;position:relative;background-color:var(--swatch-color)}.two-products-showcase__color-swatch:hover{transform:scale(1.1)}.two-products-showcase__color-swatch--active{border-color:#0006;border-width:2px}.two-products-showcase__button{display:inline-block;padding:1rem 3rem;background-color:var(--showcase-button-bg, #000000);color:var(--showcase-button-text, #FFFFFF);font-size:var(--showcase-button-size, 1rem);font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:6px;transition:all .3s ease;letter-spacing:.05em;font-family:Poppins,sans-serif;align-self:center;margin-top:auto}.two-products-showcase__button:hover{background-color:var(--showcase-button-hover-bg, var(--showcase-button-bg, #000000));color:var(--showcase-button-hover-text, var(--showcase-button-text, #FFFFFF));transform:translateY(-2px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.two-products-showcase__button:focus-visible{outline:2px solid var(--showcase-button-bg, #000000);outline-offset:2px}.two-products-showcase__color-swatch:focus-visible{outline:2px solid rgba(0,0,0,.5);outline-offset:2px}@media screen and (max-width: 989px) and (min-width: 750px){.two-products-showcase__bottom-section{flex-direction:column;align-items:center;gap:1.5rem}.two-products-showcase__benefits{text-align:center}.two-products-showcase__right-section{align-items:center}.two-products-showcase__rating,.two-products-showcase__color-selectors{justify-content:center}.two-products-showcase__title{font-size:calc(var(--showcase-title-size, 2.5rem) * .8)}.two-products-showcase__benefit{font-size:calc(var(--showcase-benefit-size, 1rem) * .9375)}}@media screen and (max-width: 749px){.two-products-showcase__container{padding:0 1rem}.two-products-showcase__products{grid-template-columns:1fr;gap:3rem}.two-products-showcase__tag{font-size:.6875rem;padding:.375rem .875rem;margin-bottom:1rem}.two-products-showcase__title{font-size:calc(var(--showcase-title-size, 2.5rem) * .7);margin-bottom:.75rem}.two-products-showcase__bottom-section{flex-direction:column;align-items:center;gap:1.5rem}.two-products-showcase__benefits{text-align:center;margin-bottom:0}.two-products-showcase__benefit{font-size:calc(var(--showcase-benefit-size, 1rem) * .875)}.two-products-showcase__right-section{align-items:center}.two-products-showcase__rating{justify-content:center;margin-bottom:0}.two-products-showcase__star{width:14px;height:14px}.two-products-showcase__rating-text{font-size:calc(var(--showcase-rating-size, .9375rem) * .933)}.two-products-showcase__image-wrapper{max-width:100%;margin-bottom:1.5rem}.two-products-showcase__color-selectors{justify-content:center;margin-bottom:0}.two-products-showcase__color-swatch{width:32px;height:32px}.two-products-showcase__button{padding:.875rem 2.5rem;font-size:calc(var(--showcase-button-size, 1rem) * .9375);width:100%;max-width:300px}}@media (prefers-reduced-motion: reduce){.two-products-showcase__color-swatch{transition:none}.two-products-showcase__color-swatch:hover{transform:none}.two-products-showcase__button{transition:none}.two-products-showcase__button:hover{transform:none}.two-products-showcase__image-container{transition:none}.two-products-showcase__tag:before{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-two-products-showcase.css.map */
