: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{font-size:2.5rem;padding:0 2rem 1rem 0;text-transform:uppercase}.buy-links .buy-link-item{margin:1rem 0;padding:.5rem 0}.buy-links .buy-link-item a{align-items:center;color:var(--black);gap:.75rem;padding:.5rem 0;text-decoration:none}.buy-links .buy-link-item a .merchant-banner{max-height:100px;padding-right:1rem;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)}@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)}}
