:root{--red:#80013f;--red-transparent:rgba(128,1,63,.9);--red-gradient:#40001f;--green:#778b38;--yellow:#dd9a30;--yellow-transparent:hsla(38,9%,55%,.8);--champagne:#ffe9c0;--champagne-transparent:hsla(37,72%,89%,.9);--white:#f7f7f7;--background:#ebebeb;--black-transparent:rgba(29,28,32,.8);--black:#252328}body{background-color:var(--background)!important}.text,.textbox{color:var(--black)}.white{color:var(--white)}.yellow{color:var(--yellow)}.champagne{color:var(--champagne)}.buy-links{border:1px solid var(--yellow);font-family:var(--font-medium);margin:1.5rem 0;max-width:450px;padding:2rem;position:relative}.buy-links .image{position:absolute;right:-2rem;top:-2.5rem;transform:rotate(55deg);transition:.3s ease-in-out;width:150px}@media screen and (min-width:768px) and (orientation:portrait){.buy-links .image{right:-3rem}}@media screen and (min-width:916px) and (orientation:landscape){.buy-links .image{right:-3rem}}.buy-links:hover .image{animation:bottle-shake .5s ease-in-out}.buy-links h3{padding:0 3rem 1rem 0!important;text-transform:uppercase}.buy-links .buy-link-item{margin:0;padding:.75rem 0}.buy-links .buy-link-item+.buy-link-item{border-top:1px solid var(--yellow)}.buy-links .buy-link-item:hover{background:#00000005}.buy-links .buy-link-item a{align-items:center;color:var(--black);display:grid;gap:.5rem 1rem;grid-template-columns:1fr 1fr;padding:.25rem 0;text-decoration:none}.buy-links .buy-link-item a .price-col{display:flex;flex-direction:column;gap:.2rem}.buy-links .buy-link-item a .logo-col{align-items:center;display:flex;height:60px;justify-content:flex-start}.buy-links .buy-link-item a .merchant-banner{max-height:60px;width:auto}.buy-links .buy-link-item a .shop-name{font-weight:700}.buy-links .buy-link-item a .delivery{font-size:.85rem;opacity:.8}.buy-links .buy-link-item a.solo-link{color:var(--yellow)}.buy-links .buy-link-item--single a{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}@keyframes bottle-shake{0%{transform:rotate(55deg)}15%{transform:rotate(45deg)}30%{transform:rotate(65deg)}45%{transform:rotate(48deg)}60%{transform:rotate(62deg)}75%{transform:rotate(52deg)}to{transform:rotate(55deg)}}
