.title.is-3 {
  font-size: 1.8em;
}

.brand-slide-tiles .brand-slide-tile {
  margin-right: 20px;
  width: 88px;
  height: 28px;
}

.brand-slide-tiles .brand-slide-tile span img {
  max-width: 90px;
  max-height: 28px;
}

.main-carousel {
  height: 460px;
}

.brands-logo {
  width: 100%;
}

.collections {
  flex-flow: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding-left: 10%;
  margin: 0;
}

.collections .collection:not(:last-child) {
  margin-right: 5%;
}

.collections .collection {
  margin: 0;
  flex-grow: 1;
  flex-shrink: 0;
  width: 70%;
  max-width: 70%;
  scroll-snap-align: start;
}

.collections .collection img {
  border-radius: 20px;
}

.collections .collection .caption {
  padding: 1rem 0;
}

.collections .collection .caption h2 {
  font-size: 1.2em;
}

.collections .collection .caption p {
  font-size: 0.9em;
}

.youtube iframe {
  height: 220px;
}

.video-banner img {
  width: 34%;
}

.video-banner span {
  padding: 0 16px;
}

.video-banner h3 {
  font-size: 1em;
}

.video-banner p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}

.negative-container {
  margin: 0 -1.5rem;
}

.productGallery {
  height: 240px;
  max-width: 100%;
}

.productGallery .flickity-viewport {
  height: 240px;
}

.productThumbnail {
  height: 60px;
  max-width: 100%;
}

.productThumbnail .flickity-viewport {
  height: 60px !important;
}

.productThumbnail .productThumbnailImage {
  width: 60px;
}

.product-info {
  margin-bottom: 1rem !important;
}

.product-info .level-right {
  margin-top: 1rem;
}

.products-container .product-tile {
  width: 50%;
}

.world-cup-2022 .world-cup-2022-header {
  margin-bottom: 20px;
}

.world-cup-2022 .world-cup-2022-header img {
  width: 260px;
}

.world-cup-2022 .buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.world-cup-2022 .buttons .button {
  width: 100%;
}

.world-cup-2022-banner {
  background: url(/images/background.svg?45ca98d75bc755dec22888eadee493e5) center/cover;
  display: block;
  padding: 6px;
}

.world-cup-2022-banner > .container {
  display: block;
}

.world-cup-2022-banner > .container .level img {
  width: 90px;
}

.world-cup-2022-banner > .container .level p {
  color: white;
  font-size: 0.7em;
}

.euro-2024-banner {
  background: #143cdb;
  display: block;
  padding: 6px;
}

.euro-2024-banner > .container {
  display: block;
}

.euro-2024-banner > .container .level img {
  width: 90px;
}

.euro-2024-banner > .container .level p {
  color: white;
  font-size: 0.7em;
}

footer .fixed-footer > div img {
  max-height: 200px;
}

#selective {
  position: relative;
  margin-top: 3rem;
  border-radius: 20px;
  padding: 4rem 1.4rem;
  height: auto;
}

#selective .columns .column {
  text-align: center;
}

#selective .columns .column h2 {
  font-size: 2.4em;
}

#selective .columns .column p {
  font-size: 1.2em;
}

#selective .columns .column .is-black {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#tabs-with-content .tab-content p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#tabs-with-content .tab-content.expand p {
  -webkit-line-clamp: unset;
  overflow: auto;
}

