/** Shopify CDN: Minification failed

Line 721:17 Expected ":"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-scheme-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 0.75);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: 2rem;
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: 1.1rem;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

/* ==== Custom CSS*/
/* ---- Collection-page*/
/*      Navigation-numbers*/

.pagination__item {
  font-size: 15px;
  color: #595959;
}

.pagination__item--current {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
  opacity: 1;
}

.pagination__item:hover {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
}

.pagination__item--current::after,
.pagination__item:hover::after {
  display: none;
}

/* ---- Product-page*/

.product-form__submit {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 750px) {
  .product-form__submit:hover {
    background-color: #FFC800;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) !important;
  }
}

/*      Buy button shimmer effetct*/

.product-form__submit {
  position: relative;
  overflow: hidden;
}
.product-form__submit span {
  position: relative;
  z-index: 5;
}
.product-form__submit::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}

/*      Collapsible description*/

.collapsible-description .collapsible-content {
  max-height: 290px; /* kezdeti magasság */
  overflow: hidden;
  position: relative; /* kell az overlay-hez */
  transition: max-height 0.3s ease;
}

.collapsible-description h3 {
  font-weight: bold;
  color: #4A4A4A;
  margin-bottom: 8px;
}

.collapsible-description strong {
  font-weight: normal;
}

@media (max-width: 749px) {
  .collapsible-description h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 750px) {
  .collapsible-description h3 {
    font-size: 1.6rem;
  }
}

/* Gradient overlay a szöveg alján */
.collapsible-description .collapsible-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /* az átmenet magassága */
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}

/* Ha ki van nyitva a leírás, akkor eltűnik az overlay */
.collapsible-description.expanded .collapsible-content::after {
  display: none;
}
.collapsible-description.expanded .collapsible-content {
  max-height: none;
}

.collapsible-content p {
  margin-top: 0;
  line-height: 1.5;
}

.read-more-btn {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-left: 0;
  text-align: left;
  color: #121212;
  font-weight: bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
  background-color: #f2f2f2;
}

@media screen and (min-width: 750px) {
  .collapsible-description .collapsible-content {
    max-height: 325px;
  }
}


.p {
  font-size: 14px;
}
.lowest-price-wrapper {
  margin-bottom: 0;
}
.caption-with-letter-spacing {
  margin-top: 7px !important;
  margin-bottom: 0 !important;
  color: #9D9D9D;
  letter-spacing: 0.08em;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb span {
  color: #BABABA;
  font-size: 13px;
  text-decoration: none;
}
.product__description {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  text-align: justify;
}
.product__accordion {
  padding-left: 20px;
  padding-right: 10px;
}
.product__info-container .product__tax {
  display: none;
}
.price__badge-sale {
  display: none !important;
}
.price__badge-sold-out {
  display: none !important;
}
.price__badge-sale-custom {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #BA4646;
  background: linear-gradient(to top left, #A23E3E, #DA3333);
  color: #FFE9E9;
  font-weight: bold;
  height: 35px;
  padding: 0 7px;
  border-radius: 10px;
  font-size: 1.4rem;
}
.price--large .price-item {
  font-size: 2.8rem !important;
}
.price.price--on-sale .price-item--regular {
  color: #BABABA;
  text-decoration
}
.price--large .price-item--last {
  font-weight: bold;
}
.price--large .price__regular .price-item--regular {
  font-weight: bold;
}

/*      Contact us*/

.product-contact {
  margin-top: 40px;
  padding: 15px 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #A75B4F, #B57167);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.product-contact-text {
  font-weight: 600;
  color: #FFFDFD;
}

.product-contact-button {
  display: inline-block;
  padding: 10px 18px;
  background: #854036;
  color: #FFFDFD;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.product-contact-button:hover {
  background: #6A332A;
}

@media (max-width: 749px) {
  .product__media-item {
    width: 85vw !important;
    max-width: 100%;
  }
  .product__title h1 {
  font-size: 18px;
  font-weight: 900;
  }
  .product-form {
    max-width: none;
    width: 100%;
  }
  .product-form__buttons {
    max-width: none;
    width: 100%;
  }
  .product-form__submit {
    width: 100%;
  }
  .product-form__input {
    max-width: none;
    width: 100%;
  }
  .quantity {
    width: 100%;
  }
  .price-per-item__container {
    display: flex;
    justify-content: center;
  }
  .price.price--on-sale {
    text-align: center;
  }
  .price__badge-sale-wrapper {
    text-align: center;
    margin-top: -15px;
  }
  .quick-add__submit {
    font-weight: bold;
    width: 250px;
    display: flex;
    justify-content: flex-start;
    margin-top: -15px;
    background: transparent;
  }
  .full-unstyled-link {
    margin-top: 2px;
  }
  .icon-with-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .complementary-products .summary__title {
    margin-top: 20px;
  }
  aside[aria-label="Kiegészítő termékek"] .accordion__title {
  font-size: 30px;
  }
  .quick-add__submit {
  display: none;
}
}

@media (min-width: 750px) {
  .product__title h1 {
    font-size: 20px;
    font-weight: 900;
  }
  .h2 {
    font-size: 15px;
  }
  .product-form__submit {
    max-width: 100%;
  }
  .icon-with-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .complementary-products .summary__title {
    margin-top: 20px;
  }
  .quick-add__submit {
    font-weight: bold;
    width: 250px;
    display: flex;
    justify-content: flex-start;
    margin-top: -10px;
  }
  .full-unstyled-link {
    margin-top: 10px;
  }
  .product-form {
    margin-top: -62px;
    margin-left: 175px;
  }
  .price__badge-sale-wrapper {
    margin-top: -15px;
  }
}

/* ---- Blog-post-list*/

.article-card__excerpt {
  text-align: justify;
}

/* ---- Policy-pages*/

.shopify-policy__body {
  text-align: justify;
}
.shopify-policy__container {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media (min-width: 750px) {
  .shopify-policy__container {
    width: 98%;
    max-width: 1300px;
  }
}

/* ---- Shipping-policy*/

/*      Shipping option cards*/
.shipping-opt-card {
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  margin: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.shipping-opt-logo {
  height: 32px !important;
  border-radius: 5px !important;
  border: 2px solid #DBDBDB !important;
  background: #DBDBDB !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  opacity: 90% !important;
}
.shipping-opt-card-title {
  color: #121212;
  font-weight: bold;
  margin: 0 0 7px;
}
.shipping-opt-card-descr {
  color: #4a4a4a;
  margin: 0 0 7px;
  /*Min-height for smaller screens defined below*/
}
.shipping-opt-card-price {
  color: #121212;
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 18px !important;
}

@media (min-width: 1204px) and (max-width: 1326px) {
  .shipping-opt-card-descr {
    min-height: 16.3rem;
  }
}
@media (min-width: 1186px) and (max-width: 1203px) {
  .shipping-opt-card-descr {
    min-height: 19rem;
  }
}
@media (min-width: 1117px) and (max-width: 1185px) {
  .shipping-opt-card-descr {
    min-height: 21.7rem;
  }
}

@media (min-width: 1117px) {
  .shipping-opt-card {
    flex: 1 1 calc(20% - 16px);
  }
  .shopify-policy__container {
  padding-left: 0px;
  padding-right: 0px;
  }
  .shipping-opt-card-descr {
  font-size: 1.5rem;
  }
}
@media (min-width: 750px) and (max-width: 1116px) {
  .shipping-opt-card {
    flex: 1 1 calc(50% - 16px);
  }
  .shopify-policy__container {
  padding-left: 0px;
  padding-right: 0px;
  }
  .shipping-opt-card-descr {
  font-size: 1.5rem;
  }
}
@media (max-width: 749px) {
  .shipping-opt-card {
    flex: 1 1 100%;
  }
}

/*      Most popular badge*/

.shipping-opt-card {
  position: relative;
}
.popular-badge {
  display: block !important;
  position: absolute;
  top: 10px;
  right: -20px;
  background: #BA4646;
  color: white;
  font-weight: bold;
  padding: 5px 8px;
  font-size: 12px;
  z-index: 10;
  transform: rotate(30deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  border-radius: 5px;
}


/* ---- Pages*/

@media (min-width: 750px) {
  .main-page-title {
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: calc(var(--font-heading-scale) * 4rem);
  text-align: center;
  }
}
@media (max-width: 749px) {
  .main-page-title {
  margin-top: 25.5px;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  }
}


/* ---- Cart-notification*/

.cart-notification__links .button--primary, .peakship-app-block-badge {
  display: none;
}


/* ---- Cart*/

@media (min-width: 750px) {
  .peakship-app-block {
    margin-top: 30px;
  }
}

.peakship-fieldset {
  box-shadow: none;
  border-radius: 20px;
  border: none;
  padding-right: 0px;
  padding-left: 15px;
  margin-right: 0px;
  margin-left: 0px;
}

.peakship-li {
  border-radius: 30px;
}

.peakship-checkbox, .peakship-icon {
  display: none;
}

.peakship-label {
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #121212;
}

.peakship-selectable-option.selected .peakship-label {
  color: white;
}

.peakship-selectable-option.selected .peakship-label::before {
  content: "✅";
  background: none !important;
  margin-right: 0.5rem;
}

.peakship-selectable-option.selected {
  height: calc(4.5rem + var(--buttons-border-width) * 2);
  background-color: #FFD700;
  background-color: #66AC68;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.peakship-selectable-option {
  height: calc(4.5rem + var(--buttons-border-width) * 2);
  border-radius: 10px !important
}

.peakship-parcelpoint-name {
  margin-left: 15px;
  border-radius: 10px !important;
  text-align: center;
}

#peakship-parcelpoint-name {
  display: block;
}

.totals {
  justify-content: center;
}

.tax-note {
  text-align: center;
}

.cart__checkout-button {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 750px) {
  .cart__checkout-button:hover {
    background-color: #FFC800;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) !important;
  }
}

/*      Checkout button shimmer effetct*/

.cart__checkout-button {
  position: relative;
  overflow: hidden;
}
.cart__checkout-button span {
  position: relative;
  z-index: 5;
}
.cart__checkout-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}

@media (max-width: 749px) {
  .peakship-fieldset, .peakship-parcelpoint-name {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
    padding-left: 0px;
  }
  .cart__note {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*      Shipping options*/

.cart-shipping-opts {
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 10px;
  max-width: 350px;
  margin-left: 0;
}

.cart-shipping-opts-legend {
  margin-bottom: 5px;
  text-align: left !important;
  margin-left: 0;
  color: #4d4d4d;
  font-weight: normal;
}
.cart-shipping-opts-legend span {
  display: block;
  text-align: left !important;
  padding-left: 0;
}

.cart-shipping-table {
  width: 100%;
  border-collapse: collapse;
  color: #4d4d4d;
}

.cart-shipping-table td {
  padding: 0 7px;
  vertical-align: middle;
}

.cart-shipping-logo-cell {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cart-shipping-logo {
  height: 25px;
  display: block;
  object-fit: contain;
  margin-left: auto;
  border-radius: 5px;
  border: 2px solid #DBDBDB;
  background: #DBDBDB;
  opacity: 90%;
  margin-top: 4px;
  margin-bottom: 4px;
}

.cart-shipping-method {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  font-size: 1.5rem;
}

.cart-shipping-price {
  text-align: right;
  white-space: nowrap;
  font-size: 1.5rem;
}

@media (min-width: 800px) {
  .cart-shipping-opts-wrapper {
    position: relative;
    top: -260px;
    margin-bottom: -260px;
    width: calc(100% - 367px);
    z-index: 10;
  }
  .cart-shipping-opts-wrapper.is-parcel-point {
    top: -310px;
    margin-bottom: -310px;
  }
  .peakship-app-block-container {
    margin-top: 45px;
  }
}

@media (min-width: 750px) {
  .cart-shipping-opts-legend {
    font-size: 1.6rem;
  }
}

@media (max-width: 749px) {
  .cart-shipping-opts-legend {
    font-size: 1.5rem;
  }
  .cart-shipping-opts, .cart-shipping-opts-legend {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ---- Footer*/
/*      Corner radius + background*/
.footer {
  background: linear-gradient(to bottom right, #a75b4f, #854036);
}

/*      Mobile bottom padding due to Forms*/
@media (max-width: 749px) {
  .footer {
    padding-bottom: 72px !important;
  }
}

/*      Social icons*/

.footer__social-icon-list {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 2rem;
}
.footer__social-icon {
  display: flex;
}
.footer__social-wrapper {
  text-align: center;
}
.footer__social-text {
  font-weight: normal;
  font-size: 1.4rem;
}

@media (max-width: 749px) {
  .footer__social-icon-list img {
    height: 35px;
    width: auto;
  }
}

@media (min-width: 750px) {
  .footer__content-top {
    padding-bottom: 3.5rem;
  }
  .footer__social-icon-list img {
    display: block;
    transition: transform 0.2s ease;
  }
  .footer__social-icon-list img:hover {
    transform: scale(1.15);
  }
}

/* ---- Home page*/
/*      Custom hero*/

.custom-hero {
  padding: 40px 15px;
  color: white;
}

.custom-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom right, #a75b4f, #854036);
}

.custom-hero__button {
  display: inline-block;
  background-color: #ffffff;
  color: #854036;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.custom-hero__button:hover {
  transform: scale(1.005);
}

@media (max-width: 749px) {
  .custom-hero {
    margin-top: 50px;
  }
    
  .custom-hero__content {
    padding: 25px;
    border-radius: 10px;
  }

  .custom-hero__image {
    max-width: 100%;
    max-height: 260px;
    height: auto;
    margin-top: -150px;
    margin-bottom: -10px;
    z-index: 10;
  }
  
  .custom-hero__text {
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0 15px 0 15px;
  }

  .custom-hero__button-wrapper {
    text-align: center;
  }
}

@media (min-width: 750px) {
  .custom-hero {
    margin-top: 60px;
  }
  
  .custom-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px;
    border-radius: 20px;
  }

  .custom-hero__text {
    text-align: center;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .custom-hero__image {
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
    grid-row: 1 / span 2;
    margin-top: -190px;
    margin-bottom: -30px;
    z-index: 10;
  }

  .custom-hero__button-wrapper {
    grid-column: 2;
    grid-row: 2;
    text-align: center;
  }
}

/*      Multicolumn cards*/

.multicolumn-card__image {
  filter: invert(100%);
}

.multicolumn-card__info {
  color: white;
}

.multicolumn-card__info h3 {
  color: white;
}


/* ---- Cookie banner */

.shopify-pc__banner__dialog {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.shopify-pc__banner__body p, .shopify-pc__banner__body a {
  text-align: justify;
  text-decoration: none !important;
}

.shopify-pc__banner__body p, .shopify-pc__banner__body a, .shopify-pc__banner__body h2 {
  color: #565656 !important;
}

.shopify-pc__banner__btn-accept, .shopify-pc__banner__btn-decline, .shopify-pc__banner__btn-manage-prefs {
  border-radius: 10px !important;
}

.shopify-pc__banner__btn-accept {
  border: 0 !important;
  background: #854036 !important;
  color: #fff !important;
  font-weight: 600;
}

.shopify-pc__banner__btn-decline {
  color: #a5a5a5 !important;
  text-decoration: none !important;
  border: 1px solid #a5a5a5 !important;
  padding: 10px 25px !important;
}

.shopify-pc__banner__btn-manage-prefs {
    color: #a5a5a5 !important;
    text-decoration: none !important;
}

@media (max-width: 749px) {
  .shopify-pc__banner__btn-manage-prefs {
    border: 1px solid #a5a5a5 !important;
    padding: 10px 25px !important;
  }
}

.shopify-pc__prefs__dialog, .shopify-pc__prefs__header-actions button {
  border-radius: 10px;
}

.shopify-pc__prefs__header-actions button:first-child {
  background: #854036;
  color: white;
  border: 0;
}