/* generated from src/components/home/AmazonBlocks.module.css — do not edit CSS modules; edit source then re-run converter */
.amazonBlocks_root {
  display: flex;
  justify-content: center;
  gap: var(--iw-sp-20);
  max-width: 100%;
  text-align: start;
}

.amazonBlocks_block {
  flex: 1 1 0;
  min-width: var(--iw-sp-48);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  gap: 14px;
  background: linear-gradient(
    91.04deg,
    var(--iw-amazon-blue) 1.52%,
    var(--iw-amazon-dark) 98.33%
  );
  border-radius: var(--iw-radius-md);
  position: relative;
  z-index: var(--iw-z-base);
  max-width: 350px;
  min-height: var(--iw-sp-48);
  box-sizing: border-box;
  touch-action: manipulation;
  text-decoration: none;
  color: inherit;
}

.amazonBlocks_block:hover,
.amazonBlocks_block:focus-visible {
  color: inherit;
}

.amazonBlocks_block::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--iw-white-rgb), 0.3),
    transparent
  );
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: -100% 0;
  pointer-events: none;
  z-index: 0;
}

.amazonBlocks_header {
  display: flex;
  flex-direction: column;
  gap: var(--iw-sp-5);
  min-width: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.amazonBlocks_logoRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--iw-sp-10);
  min-width: 0;
  width: 100%;
  justify-content: space-between;
}

.amazonBlocks_logo {
  max-width: 100%;
  height: auto;
  flex: 0 1 auto;
  min-width: 0;
}

.amazonBlocks_label {
  font-weight: 400;
  font-size: var(--iw-fs-base);
  line-height: 140%;
  letter-spacing: 0.12px;
  color: var(--iw-white);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.amazonBlocks_row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--iw-sp-8);
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.amazonBlocks_flags {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.amazonBlocks_flag {
  display: block;
  height: 32px;
  width: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(var(--iw-black-rgb), 0.08);
}

@media (max-width: 343px) {
  .amazonBlocks_root {
    gap: var(--iw-sp-10);
  }

  .amazonBlocks_block {
    padding: var(--iw-sp-10) var(--iw-sp-12);
    min-height: 56px;
  }

  .amazonBlocks_logo {
    max-width: 100px;
    height: auto;
  }

  .amazonBlocks_flag {
    width: var(--iw-sp-32);
    height: auto;
  }
}

@media (min-width: 768px) {
  .amazonBlocks_logo {
    width: 90px;
    height: auto;
  }

  .amazonBlocks_block {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 262px;
    min-height: 85px;
    height: auto;
    padding: 14px 18px;
  }

  .amazonBlocks_header {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }

  .amazonBlocks_row {
    flex-shrink: 0;
    width: auto;
    justify-content: center;
    align-self: center;
  }

  .amazonBlocks_flag {
    height: 32px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .amazonBlocks_root {
    justify-content: center;
  }

  .amazonBlocks_logo {
    width: 110px;
  }

  .amazonBlocks_block {
    min-height: 82px;
    flex: 1 1 0;
    max-width: 255px;
  }

  .amazonBlocks_flag {
    height: 32px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .amazonBlocks_flag {
    height: 32px;
    width: auto;
    position: relative;
  }
}

