.product-showcase{padding:100px 0;background:#faf7ef;overflow:hidden}.product-showcase .page-width{max-width:1400px;margin:0 auto;padding:0 20px}.product-showcase__header{text-align:center;max-width:820px;margin:0 auto 30px}.product-showcase__subheading{display:inline-block;padding:8px 18px;background:#edf4e7;color:#204329;border-radius:50px;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:700;margin-bottom:18px}.product-showcase__heading{font-family:Cormorant Garamond,serif;font-size:48px;line-height:1.08;font-weight:500;color:#1d3c25;margin:0 0 20px}.product-showcase__description{max-width:620px;margin:0 auto;font-size:17px;line-height:1.8;color:#6d746e}.product-showcase__wrapper{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}.product-showcase__gallery{position:relative;display:flex;justify-content:center;align-items:center;min-height:auto}img.product-showcase__main-image{border-radius:26px}.product-showcase__gallery:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:linear-gradient(180deg,#edf5e7,#f8faf4);z-index:0}.product-showcase__gallery:after{content:"";position:absolute;width:420px;height:30px;bottom:35px;left:50%;transform:translate(-50%);background:#0000001f;border-radius:50%;filter:blur(20px);z-index:1}.product-showcase__main-image{position:relative;z-index:2;width:100%;height:500px;max-width:700px;display:block;transition:.4s ease;animation:productFloat 5s ease-in-out infinite}.product-showcase__main-image:hover{transform:translateY(-10px) scale(1.03)}@keyframes productFloat{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.product-showcase__content{max-width:620px}.product-showcase__label{display:inline-flex;align-items:center;padding:8px 18px;border-radius:50px;background:#204329;color:#fff;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.product-showcase__title{font-family:Marcellus,serif;font-size:32px;line-height:1.01;font-weight:700;color:#1d3c25;margin:0}.product-showcase__short{font-size:18px;line-height:1.8;color:#666;margin-bottom:28px}.product-showcase__rating{display:flex;align-items:center;gap:12px;margin-bottom:0;font-size:24px;color:#d6a326}.product-showcase__rating span{color:#777;font-size:16px;font-weight:500}.product-showcase__price{display:flex;align-items:flex-end;gap:18px;margin-bottom:15px}.product-showcase__price .price{font-size:45px;font-weight:700;color:#204329;line-height:1}.product-showcase__price .compare-price{font-size:26px;color:#999;text-decoration:line-through;line-height:1}.product-showcase__benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.benefit{display:flex;align-items:center;gap:12px;padding:20px;background:#fff;border:1px solid #E9ECE7;border-radius:16px;color:#1d3c25;font-size:16px;font-weight:600;transition:.35s ease;box-shadow:0 12px 30px #0000000d}.benefit:hover{transform:translateY(-6px);box-shadow:0 22px 45px #0000001a;border-color:#cfdcc9}.product-showcase__buttons{margin-top:10px}.product-showcase__buttons .button{display:inline-flex;align-items:center;justify-content:center;width:220px;height:58px;border-radius:8px;background:#204329;color:#fff;text-decoration:none;font-size:17px;font-weight:600;transition:.35s ease}.product-showcase__buttons .button:hover{background:#17351f;transform:translateY(-5px);box-shadow:0 18px 35px #0000002e}.product-showcase__gallery{opacity:0;transform:translate(-80px);animation:imageReveal 1.2s ease forwards}.product-showcase__content{opacity:0;transform:translate(80px);animation:contentReveal 1.2s ease forwards;animation-delay:.2s}@keyframes imageReveal{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes contentReveal{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.product-showcase__gallery:after{animation:shadowMove 5s ease-in-out infinite}@keyframes shadowMove{0%,to{transform:translate(-50%) scale(1);opacity:.18}50%{transform:translate(-50%) scale(.88);opacity:.1}}.benefit{position:relative;overflow:hidden}.benefit:before{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transition:.7s}.benefit:hover:before{left:100%}.product-showcase__gallery:hover .product-showcase__main-image{transform:translateY(-10px) scale(1.03)}.product-showcase__buttons .button{position:relative;overflow:hidden}.product-showcase__buttons .button:after{content:"";position:absolute;left:-120%;top:0;width:120%;height:100%;background:#ffffff2e;transform:skew(-25deg);transition:.7s}.product-showcase__buttons .button:hover:after{left:130%}@media(max-width:990px){.product-showcase{padding:70px 0}.product-showcase__wrapper{grid-template-columns:1fr;gap:40px;text-align:center}.product-showcase__gallery{min-height:auto}.product-showcase__gallery:before{width:380px;height:380px}.product-showcase__gallery:after{width:300px;bottom:15px}.product-showcase__main-image{max-width:420px}.product-showcase__content{margin:auto;max-width:650px}.product-showcase__benefits{grid-template-columns:repeat(2,1fr)}.product-showcase__buttons .button{margin:auto}}@media(max-width:767px){.product-showcase{padding:50px 0}.product-showcase__header{margin-bottom:25px}.product-showcase__heading{font-size:38px}.product-showcase__title{font-size:34px}.product-showcase__description,.product-showcase__short{font-size:16px;line-height:1.7}.product-showcase__gallery:before{width:250px;height:250px}.product-showcase__gallery:after{width:180px;height:18px}.product-showcase__main-image{max-width:280px}.product-showcase__price{justify-content:center}.product-showcase__price .price{font-size:38px}.product-showcase__price .compare-price{font-size:20px}.product-showcase__benefits{grid-template-columns:1fr;gap:15px}.product-showcase__buttons .button{width:100%;height:54px}}@media(max-width:767px){.product-showcase__gallery{height:280px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-showcase__main-image{width:100%;max-width:100%;height:280px!important;object-fit:contain;object-position:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-showcase.css.map */
