@layer module{:root{--sp-product-card-title-color:var(--sp-color-secondary);--sp-product-card-product-info-color:#fff;--sp-product-card-odd-child:var(--sp-color-secondary);--sp-product-card-even-child:#125b94;--sp-product-card-cta-btn-background:var(--sp-color-primary);--sp-product-card-cta-btn-color:var(--sp-button-font-color)}.product-title{color:var(--sp-product-card-title-color);font-size:3rem;font-weight:300;line-height:normal;margin:0}.product-category{margin-bottom:1.5rem}.product-info{color:var(--sp-product-card-product-info-color)}.info-row{align-items:center;display:grid;grid-template-columns:1fr 3fr;padding:1rem 2rem;.label{font-size:2rem;font-weight:300;@media (max-width:768px){font-size:1.5rem}}@media (max-width:768px){grid-template-columns:1fr 1fr;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;padding-top:1rem}}.info-row:nth-child(odd){background:var(--sp-product-card-odd-child)}.info-row:nth-child(2n){background:var(--sp-product-card-even-child)}.product-details{display:grid;grid-template-columns:1fr 3fr;margin:2rem 1rem;@media (max-width:768px){grid-template-columns:1fr 1fr;margin-bottom:2rem;margin-left:0;margin-right:0;margin-top:2rem}}.cta-btn{background-color:var(--sp-product-card-cta-btn-background);border:calc(var(--sp-rem-base)*1) solid var(--sp-product-card-cta-btn-background);border-radius:.1875rem;color:var(--sp-product-card-cta-btn-color);display:inline-block;padding:.8rem 1rem;text-decoration:none;&:focus,&:hover{background-color:#fff;color:var(--sp-product-card-cta-btn-background)}}}