 .wrapper-cookie {position: fixed;bottom: 50px;right: -370px;max-width: 345px;width: 100%;background: #fff;border-radius: 8px;padding: 15px 25px 22px;transition: right 0.3s ease;}.wrapper-cookie.show-cookie {right: 20px;}.wrapper-cookie header {display: flex;align-items: center;column-gap: 10px;}.wrapper-cookie header h2 {color: #008c5f;font-weight: 500;}.wrapper-cookie .data-cookie {margin-top: 16px;}.wrapper-cookie .data-cookie p {color: #333;font-size: 16px;}.data-cookie p a {color: #008c5f;text-decoration: none;}.data-cookie p a:hover {text-decoration: underline;}.wrapper-cookie .buttons-cookie {margin-top: 16px;width: 100%;display: flex;align-items: center;justify-content: space-between;}.buttons-cookie .button-cookie {border: none;color: #fff;padding: 8px 0;border-radius: 4px;background: #008c5f;cursor: pointer;width: calc(100% / 2 - 10px);transition: all 0.2s ease;}.buttons-cookie #acceptBtn:hover {background-color: #008c5f;}#declineBtn {border: 2px solid #008c5f;background-color: #fff;color: #008c5f;}#declineBtn:hover {background-color: #4070f4;color: #fff;}.cookie-logo {width:25px;height: 25px;}