/** Shopify CDN: Minification failed

Line 130:0 Unexpected "^"

**/
body {
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgb(0 0 0 / 50%);
}
announcement-bar, .card, .add-to-cart, .button--regular-mobile {
  background: radial-gradient(
    circle at center,
    #0066cc 0%,
    #004080 70%,
    #001f40 100%
  ) !important;
}
a.button.button--solid {
    background: radial-gradient(circle at center, #0066cc 0%, #004080 70%, #001f40 100%);
}
.card__icon--is-img img {
    width: 100%;
    height: auto;
}
.section-heading__title  {
  position: relative;
  display: inline-block;
}
.section-heading__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='6'><path d='M0 3 Q25 0 50 3 T100 3' fill='none' stroke='%23005cb9' stroke-width='2'/></svg>");
  background-repeat: repeat-x;
  background-size: 50px 6px;
}

h2.product__title.h2 {

    position: relative;
  display: inline-block;
}

h2.product__title.h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='6'><path d='M0 3 Q25 0 50 3 T100 3' fill='none' stroke='%23005cb9' stroke-width='2'/></svg>");
  background-repeat: repeat-x;
  background-size: 50px 6px;
}

h4.footer-item__title.h4 {
    position: relative;
    display: inline-block !important;
}
h4.footer-item__title.h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='6'><path d='M0 3 Q25 0 50 3 T100 3' fill='none' stroke='%23005cb9' stroke-width='2'/></svg>");
  background-repeat: repeat-x;
  background-size: 50px 6px;
}

  .delivery-info {
background: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 20px;
  }

  .delivery-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #003C33;
    margin-bottom: 8px;
    border-bottom: 2px solid #005cb9;
    display: inline-block;
    padding-bottom: 3px;
  }

  .delivery-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .delivery-list li {
    font-size: 0.95rem;
    color: #222;
    margin: 6px 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .delivery-list strong {
    color: #005cb9;
  }
  .cart-section {
    grid-template-columns: 1fr !important;
}
#ft-options-div > div:nth-child(3) {
    flex-direction: column;
}
.pickeasy-primary-button {
    height: auto;
}
#site-cart-sidebar terms-checkbox,
#site-cart-sidebar #CheckOut,
#site-cart-sidebar pickeasy-app-widget,
#site-cart-sidebar .pickeasy-delivery-div,
#site-cart-sidebar .pickeasy-pickup-div,
#site-cart-sidebar form,
#site-cart-sidebar .pickeasy-slot-picker {
  display: none !important;
}
^

#site-cart-sidebar a#ViewCart {
    width: 100% !important;
}

a#ViewCart:hover {
  background: radial-gradient(
    circle at center,
    #0066cc 0%,
    #004080 70%,
    #001f40 100%
  ) !important;
}

a.button.button--outline.button--icon:hover {
    background: radial-gradient(
    circle at center,
    #0066cc 0%,
    #004080 70%,
    #001f40 100%
  ) !important;
}

  .floating-back-button {
  position: fixed !important;
  bottom: 20px;
  left: calc(50% - 800px + 20px); /* 800px = moitié de 1600px */
  z-index: 999999 !important;
  background-color: white;
  color: black;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 19px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
@media (max-width:640px) {
.floating-back-button {
  left: 20px;
}
}
.floating-back-button:hover {
  background-color: #f2f2f2;
  color: #555;
}
.rte strong, .rte b {
  font-weight: 600;
}