@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");*{font-family:Lato,sans-serif}.brand-store .logo-wrapper{display:flex;justify-content:center;position:relative}.brand-store .primary-logo{left:0;position:absolute;top:0}.brand-store .primary-logo img{max-width:100px}.brand-store .logo{margin-bottom:1rem;margin-top:2rem;text-align:center}.brand-store .logo img{max-width:420px!important;width:100%}.brand-store .row{display:flex;gap:1rem;width:100%}.brand-store .col{display:flex;flex:1;width:100%}.brand-store .col .card{background:inherit;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.brand-store .product-image{background:#fff;display:flex;height:180px;justify-content:center;padding-bottom:.75rem}.brand-store .product-image img{border-radius:1.5rem;object-fit:cover;object-position:top}.brand-store .product-details{background-color:var(--details-bg,#fff);border-radius:.5rem;color:#fff;display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:1.25rem}.brand-store .product-details h3{color:#fff;font-size:24px;font-weight:900;line-height:1.25;margin:0;padding:0 1rem}.brand-store .product-details ul{margin-bottom:1rem;margin-left:.5rem;padding:0 12px}.brand-store .product-details ul li{font-size:18px;line-height:1.25;margin:.5rem 0}.brand-store .product-details .quote{background:#545454;border-radius:.5rem;color:#fff;font-size:18px;font-style:italic;line-height:1.25;padding:.5rem}.brand-store .button-wrapper{margin:15px 0;text-align:center}.brand-store .button-wrapper .product-button{background:#1c2143;border-radius:.65rem;color:#fff;font-size:18px;padding:.5rem 1.25rem;text-decoration:none}.brand-store .navigation{position:absolute;right:50px;top:50px}.brand-store .navigation,.brand-store .navigation ul{align-items:center;display:flex;justify-content:center}.brand-store .navigation ul{gap:.75rem;list-style:none;margin:0;padding:0}.brand-store .navigation ul li{color:#1c2143;font-weight:700}@media (max-width:992px){.brand-store .row{display:grid;grid-template-columns:repeat(2,1fr)}.brand-store .navigation{position:relative;right:0;top:0}.brand-store .primary-logo{left:0;position:relative;top:0}}@media (max-width:576px){.brand-store{padding:1rem}.brand-store .logo-wrapper{align-items:center;flex-direction:column}.brand-store .primary-logo{left:0;position:relative;top:0}.brand-store .row{grid-template-columns:1fr}.brand-store .navigation{margin-bottom:25px}}