.page-product .product-body{align-items:start;display:grid;gap:2rem;grid-template-columns:3fr 2fr}.page-product .product-description :first-child{margin-top:0}.page-product .product-description :last-child{margin-bottom:0}.page-product .product-link{margin-top:1.5rem}.page-product .product-links{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));margin-block:2rem}.page-product .product-link-item{align-items:center;background-color:#fff;border:1px solid rgba(9,104,57,.25);box-shadow:0 2px 12px rgba(0,0,0,.08);color:#303030;display:inline-flex;gap:.5rem;padding:.75rem 1rem;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease,color .3s ease}.page-product .product-link-item:focus-visible,.page-product .product-link-item:hover{border-color:#096839;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#096839;transform:translateY(-2px)}.page-product .product-link-icon{background-color:#f0efef;flex-shrink:0;height:70px;width:70px}.page-product .product-link-icon img,.page-product .product-link-icon svg{height:100%;object-fit:contain;object-position:center;width:100%}.page-product .product-link-icon img rect.cls-2,.page-product .product-link-icon svg rect.cls-2{stroke:none}@media (max-width:800px){.page-product .product-body{grid-template-columns:1fr}.page-product .product-image img,.page-product .product-link{justify-self:center}.page-product .product-links{gap:.5rem}.page-product .product-link-item{padding:.375rem .75rem}}@media (max-width:500px){.page-product .product-links{grid-template-columns:1fr}}
/*# sourceMappingURL=page-product.css.map */