.cookie__notification {
  display: none;
  position: fixed;
  z-index: 1010;
  flex-direction: column;
  padding: 28px;
  width: 347px;
  max-width: 100%;
  right: 2.0833vw;
  bottom: 2.2396vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 22px;
  background: #fff;
  color: #666060; }
  @media only screen and (max-width: 576px) {
    .cookie__notification {
      width: 100%;
      right: 0;
      bottom: 0;
      padding: 25px; } }
  .cookie__notification a {
    color: #3492E9; }
    .cookie__notification a:hover {
      text-decoration: underline; }

.cookie__wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column; }
  @media only screen and (max-width: 576px) {
    .cookie__wrapper {
      gap: 15px; } }

.cookie__btn-access {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  height: 35px;
  padding: 6px 29px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  background: #3492E9;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .cookie__btn-access:hover {
    background: #666060; }

.showflex {
  display: flex; }

.buy-button {
  width: 165rem; }

@media only screen and (min-width: 850.02px) {
  .product-info {
    width: 22.0521vw; } }

@media only screen and (min-width: 850.02px) {
  .main-product-slider__item {
    width: 18vw; } }

/*# sourceMappingURL=custom.css.map */
