#shopify-section-footer {
  --gradient-background: #2234b1;
  --color-background: 34, 52, 177;
  --color-foreground: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-border: 255, 255, 255;
  --color-heading: 255, 255, 255;
}

#shopify-section-footer .footer-block__details-content {
  min-width: 180px;
  margin: auto;
}

.list-social { display: flex; flex-wrap: wrap; gap: .5rem; margin-inline-start: -1rem; }
.list-social__link { position: relative; z-index: 1; background: none; align-items: center; justify-content: center; display: flex; width: 4rem; height: 4rem; transition-property: color; }
.list-social__link:after { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background-color: rgb(var(--color-link)); transform: scale(0); transition: transform var(--duration-default) ease; }
@media screen and (hover: hover) {
  .list-social__link:hover { color: rgb(var(--color-background)); }
  .list-social__link:hover:after { transform: scale(1); }
}
.list-social__link .icon { margin: 0; }

.shopify-policy__container { max-width: 1080px; }
.card-information__button { border-radius: 40px; }
.baDropdownStyle.mobile_bottom_right:not(.hideOnMobile) { z-index: 99 !important; bottom: 75px !important; }
.baDropdownStyle.top_left { top: 50px; left: 110px; }
.discounts__discount--end { justify-content: center; font-size: 14px; }
.cart-drawer .taxes-discounts { text-align: center; border-top: 0.1rem solid #2234b1; }

@media screen and (min-width: 751px) {
  .omnisend-form-6638844aa7b506d4e2d68512-teaser { z-index: 10 !important; margin-bottom: 46px !important; margin-left: 0px !important; }
}
@media screen and (max-width: 750px) {
  .omnisend-form-6638844aa7b506d4e2d68512-teaser { z-index: 10 !important; margin-bottom: 55px !important; }
  .cart-recommendations .mini-cart__navigation li { width: 65%; }
}

#tdf_notify.tdf_container .tdf_notify_container { bottom: 140px !important; left: 33px !important; }
#tdf_notify.tdf_container .tdf_notify_minicon { box-shadow: none; z-index: 10; }
@media screen and (max-width: 750px) {
  #tdf_notify.tdf_container .tdf_notify_container { bottom: 120px !important; left: 10px !important; }
}

.jdgm-carousel-item__product { display: none !important; }

#ShopifyChat { bottom: 75px !important; z-index: 29 !important; }
@media (max-width: 750px) {
  #ShopifyChat { z-index: 29 !important; bottom: 52px !important; right: 0px !important; transform: scale(0.8); }
  #ShopifyChat[is-open="true"] { top: 0px !important; transform: scale(1); }
}

.transcy-switcher-only-arrow .transcy-icon svg {
  width: 17px !important;
  height: 36px !important;
}
