.aveo-mpc {
  position: relative;
  margin: 0 auto 20px;
  overflow: visible;
  z-index: 1;
}

.aveo-mpc__body,
.aveo-mpc__viewport {
  position: relative;
  overflow: visible;
}

.aveo-mpc .carousel-title-container {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: 20px;
}

.aveo-mpc .carousel-title-container a,
.aveo-mpc .carousel-title-container span {
  display: inline-block;
  text-decoration: none;
}

.aveo-mpc .carousel-title-container.spring a,
.aveo-mpc .carousel-title-container.spring span {
  font-family: 'springLeavesFont', sans-serif;
  font-size: 4em;
  background: -webkit-linear-gradient(rgb(140, 247, 148), rgb(7, 63, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.summer a,
.aveo-mpc .carousel-title-container.summer span {
  font-family: 'aveosummer', sans-serif;
  font-size: 4em;
  background: -webkit-linear-gradient(yellow, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.autumn a,
.aveo-mpc .carousel-title-container.autumn span {
  font-family: 'aveoautumn', sans-serif;
  font-size: 4em;
  font-weight: bold;
  background: -webkit-linear-gradient(#ff0000, #fc2222, #fbdd3a, #A0522D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.winter a,
.aveo-mpc .carousel-title-container.winter span {
  font-family: 'aveochristmas', sans-serif;
  font-size: 5em;
  background: -webkit-linear-gradient(rgb(115, 253, 127), rgb(52, 116, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.Julprodukter a,
.aveo-mpc .carousel-title-container.Julprodukter span {
  font-family: "PWHappyChristmas", sans-serif;
  font-size: 4em;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.Sommarprodukter a,
.aveo-mpc .carousel-title-container.Sommarprodukter span {
  font-family: "onlyhope", sans-serif;
  font-size: 40px;
  background: -webkit-linear-gradient(#4287f5, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.Halloween a,
.aveo-mpc .carousel-title-container.Halloween span {
  font-family: "shlop", sans-serif;
  font-size: 100px;
  background: -webkit-linear-gradient(yellow, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.Påskprodukter a,
.aveo-mpc .carousel-title-container.Påskprodukter span,
.aveo-mpc .carousel-title-container.PÃ¥skprodukter a,
.aveo-mpc .carousel-title-container.PÃ¥skprodukter span {
  font-family: "easterfont", sans-serif;
  font-size: 40px;
  background: -webkit-linear-gradient(#b800ff, yellow);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px;
}

.aveo-mpc .carousel-title-container.Rea a,
.aveo-mpc .carousel-title-container.Rea span {
  font-family: "rammettoOne", sans-serif;
  font-size: 40px;
  background: -webkit-linear-gradient(red, orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-5deg);
  padding: 5px;
}

.aveo-mpc__track {
  width: 100%;
  margin: 0 auto 20px;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.aveo-mpc--static .aveo-mpc__track {
  display: grid;
  grid-template-columns: repeat(var(--aveo-mpc-static-columns, var(--aveo-mpc-product-count, 1)), minmax(180px, calc(100% / var(--aveo-mpc-visible-products, 5))));
  justify-content: center;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
}

.aveo-mpc--static .aveo-mpc__track > .product-small-wrapper {
  width: 100% !important;
  max-width: none;
  min-width: 180px;
  padding: 0 10px;
  box-sizing: border-box;
}

.aveo-mpc__track .slick-slide .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aveo-mpc__track .slick-list {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  padding: 10px 0 !important;
  margin: 0 -10px;
}

.aveo-mpc__track .slick-track {
  display: flex !important;
  align-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.aveo-mpc__track .slick-slide {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 10px !important;
  min-width: 0;
  height: auto;
}

.aveo-mpc__track .slick-slide>div,
.aveo-mpc .product-small-wrapper,
.aveo-mpc .product-small {
  width: 100% !important;
  box-sizing: border-box;
  height: 100%;
}

.aveo-mpc .product-content {
  margin: 0 !important;
  padding: 12px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  z-index: 0;
  background: #fff;
  border-radius: 10px;
}

.aveo-mpc .product-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  background: #fff;
  z-index: 3;
}

.aveo-mpc .product-image {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aveo-mpc .product-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.aveo-mpc .product-image img {
  max-width: 100%;
  max-height: 200px;
  height: auto;
  width: auto;
  display: block;
}

.aveo-mpc .no-image-placeholder {
  width: 100%;
  min-height: 200px;
  background: #f6f7f7;
}

.aveo-mpc .slick-prev,
.aveo-mpc .slick-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  z-index: 10001;
  box-shadow: none;
}

.aveo-mpc .slick-prev {
  left: -44px;
}

.aveo-mpc .slick-next {
  right: -44px;
}

.aveo-mpc .slick-prev::before,
.aveo-mpc .slick-next::before {
  content: "\2039";
  font-size: 36px;
  color: #a7a7a7;
  line-height: 44px;
  display: inline-block;
  opacity: 1 !important;
}

.aveo-mpc .slick-next::before {
  content: "\203A";
}

.elementor .elementor-widget-container>.aveo-mpc {
  margin-left: -10px;
  margin-right: -10px;
}

.elementor .elementor-widget-container {
  overflow: visible;
}

.aveo-mpc .custom-woo-carousel-category,
.aveo-mpc .amount,
.aveo-mpc .custom-woo-carousel-sku,
.aveo-mpc .login-wrapper,
.aveo-mpc .sku-wrapper,
.aveo-mpc .category-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9em;
}

.aveo-mpc .custom-woo-carousel-sku {
  font-size: .8em;
}

.aveo-mpc .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
  line-height: 1.5;
  font-size: .8em;
}

.aveo-mpc .product-title a {
  display: block;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  font-size: 1.1em;
  padding-left: 10px;
  padding-right: 10px;
  height: 3em;
  line-height: 1.5;
}

.aveo-mpc .product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
}

.aveo-mpc .product-details-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  min-height: 0;
  margin-top: auto;
}

.aveo-mpc .product-details-bottom {
  margin-top: auto;
}

.aveo-mpc .product-details-container>div>form {
  margin-bottom: 0;
}

.aveo-mpc .quantity+.button {
  font-size: .6em;
  margin-right: 0;
}

/* Quantity field + plus/minus buttons */
.aveo-mpc .custom-add-to-cart .quantity {
  display: inline-flex !important;
  align-items: stretch !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  box-sizing: border-box;
}

.aveo-mpc .custom-add-to-cart .quantity input.qty,
.aveo-mpc .custom-add-to-cart .quantity input[type="number"],
.aveo-mpc .custom-add-to-cart .quantity .minus,
.aveo-mpc .custom-add-to-cart .quantity .plus,
.aveo-mpc .custom-add-to-cart .quantity button.minus,
.aveo-mpc .custom-add-to-cart .quantity button.plus,
.aveo-mpc .custom-add-to-cart .quantity input.minus,
.aveo-mpc .custom-add-to-cart .quantity input.plus {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  line-height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  box-sizing: border-box !important;
  vertical-align: middle !important;
}

.aveo-mpc .custom-add-to-cart .quantity input.qty,
.aveo-mpc .custom-add-to-cart .quantity input[type="number"] {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  text-align: center !important;
  border-radius: 0 !important;
}

.aveo-mpc .custom-add-to-cart .quantity .minus,
.aveo-mpc .custom-add-to-cart .quantity .plus,
.aveo-mpc .custom-add-to-cart .quantity button.minus,
.aveo-mpc .custom-add-to-cart .quantity button.plus,
.aveo-mpc .custom-add-to-cart .quantity input.minus,
.aveo-mpc .custom-add-to-cart .quantity input.plus {
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 16px !important;
}

.aveo-mpc .button.custom-add-to-cart {
  background-color: var(--fs-color-secondary) !important;
  color: #fff;
  padding: 4px 30px;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 4px;
}

.aveo-mpc a.add_to_cart_button,
.aveo-mpc button.single_add_to_cart_button {
  display: block !important;
  background-color: var(--fs-color-secondary);
  color: #fff;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 2em;
  font-size: 16px;
}

.aveo-mpc button.single_add_to_cart_button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .2);
}

.aveo-mpc .product-details-container .woocommerce-variation.single_variation {
  display: none;
}

.aveo-mpc .product-small {
  position: relative;
}

@media (max-width: 767px) {
  .large-12.col:has(.aveo-mpc) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .aveo-mpc,
  .aveo-mpc__track {
    width: 100%;
    margin: 0 auto 14px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  .aveo-mpc__track .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    overflow-x: hidden !important;
  }

  .aveo-mpc__track .slick-slide {
    padding-left: 2px !important;
    padding-right: 2px !important;
    box-sizing: border-box;
    height: auto;
  }

  .aveo-mpc__track .slick-track {
    align-items: flex-start;
  }

  .aveo-mpc--static .aveo-mpc__track {
    grid-template-columns: repeat(var(--aveo-mpc-static-columns, var(--aveo-mpc-product-count, 1)), minmax(0, 50%));
    justify-content: center;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .aveo-mpc--static .aveo-mpc__track > .product-small-wrapper {
    width: 100% !important;
    max-width: none;
    min-width: 0;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .aveo-mpc .product-small-wrapper,
  .aveo-mpc .product-small {
    height: auto !important;
  }

  .aveo-mpc .product-content {
    display: block;
    height: auto !important;
    padding: 10px 10px !important;
    box-sizing: border-box;
  }

  .aveo-mpc .product-title,
  .aveo-mpc .product-title a,
  .aveo-mpc .product-description,
  .aveo-mpc .custom-woo-carousel-category,
  .aveo-mpc .amount,
  .aveo-mpc .sku-wrapper,
  .aveo-mpc .category-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .aveo-mpc .product-details-container {
    display: block !important;
    margin-top: 8px !important;
    min-height: 0 !important;
  }

  .aveo-mpc .product-details-bottom {
    margin-top: 4px !important;
  }

  .aveo-mpc .slick-prev,
  .aveo-mpc .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 10010 !important;
    font-size: 0;
    color: transparent;
  }

  .aveo-mpc .slick-prev {
    left: 8px !important;
    right: auto !important;
  }

  .aveo-mpc .slick-next {
    right: 8px !important;
    left: auto !important;
  }

  .aveo-mpc .slick-prev::before,
  .aveo-mpc .slick-next::before {
    font-size: 28px !important;
    line-height: 1 !important;
    color: #a7a7a7;
    opacity: 1 !important;
    content: "\2039";
  }

  .aveo-mpc .slick-next::before {
    content: "\203A";
  }

  .aveo-mpc table.variations,
  .aveo-mpc table.variations tbody,
  .aveo-mpc table.variations tr {
    display: block;
    width: 100%;
  }

  .aveo-mpc table.variations td.label,
  .aveo-mpc table.variations td.value {
    display: block;
    width: 100%;
    padding: 0 0 6px 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .aveo-mpc table.variations td.label label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
  }

  .aveo-mpc table.variations td.value select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .aveo-mpc table.variations td,
  .aveo-mpc table.variations td.label,
  .aveo-mpc table.variations td.value,
  .aveo-mpc .custom-add-to-cart,
  .aveo-mpc .custom-add-to-cart form.cart,
  .aveo-mpc .stock,
  .aveo-mpc .woocommerce-variation-availability,
  .aveo-mpc .woocommerce-variation-availability p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .aveo-mpc .custom-add-to-cart form.cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .aveo-mpc .custom-add-to-cart form.cart .quantity {
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    display: flex !important;
    align-items: stretch !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  .aveo-mpc .custom-add-to-cart form.cart .quantity input.qty,
  .aveo-mpc .custom-add-to-cart form.cart .quantity input[type="number"] {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
  }

  .aveo-mpc .custom-add-to-cart form.cart .quantity .minus,
  .aveo-mpc .custom-add-to-cart form.cart .quantity .plus,
  .aveo-mpc .custom-add-to-cart form.cart .quantity button.minus,
  .aveo-mpc .custom-add-to-cart form.cart .quantity button.plus,
  .aveo-mpc .custom-add-to-cart form.cart .quantity input.minus,
  .aveo-mpc .custom-add-to-cart form.cart .quantity input.plus {
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    line-height: 38px !important;
  }

  .aveo-mpc .custom-add-to-cart form.cart .add_to_cart_button,
  .aveo-mpc .custom-add-to-cart form.cart .single_add_to_cart_button,
  .aveo-mpc .custom-add-to-cart form.cart .button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
    text-align: center;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    padding: 10px 14px !important;
    line-height: 1.3 !important;
  }
}
