/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.block_newsletter .alert:before {
    left: 10px;
    top: 8px;
}


.off-canvas-nav-megamenu .dropdown-sub .menu-title, .leo-megamenu .dropdown-menu .menu-title { display: none;}


.gabarts-about-fw {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #163050;
    background: #fff;
    overflow: hidden;
  }
  
  .aboutfw-row {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: 370px;
  }
  .bg-blue {
    background: #163050;
    color: #fff;
  }
  .bg-white {
    background: #fff;
    color: #163050;
  }
  .aboutfw-row.reverse {
    flex-direction: row-reverse;
  }
  .aboutfw-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 6vw 52px 6vw;
  }
  .aboutfw-img-col {
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .aboutfw-img {
    max-width: 460px;
    width: 90%;
    border-radius: 1.9rem;
    box-shadow: 0 8px 44px rgba(22,48,80,0.11);
    object-fit: cover;
    margin: 0.8rem 0;
    border: 5px solid #e7eaf2;
    transition: transform .32s cubic-bezier(.7,0,.3,1);
  }
  .aboutfw-img:hover {
    transform: scale(1.028) rotate(-1deg);
    border-color: #16305022;
  }
  .aboutfw-text h1 {
    font-size: 2.7rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 30px;
    color: inherit;
  }
  .aboutfw-text h2 {
    font-size: 1.55rem;
    margin-top: 24px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #a8c7ff;
  }
  .brand {
    color: #a8c7ff;
    font-family: 'Gomme Sans';
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: color .3s;
  }
  .underline-anim::after {
    content: "";
    position: absolute;
    left: 0; bottom: -4px;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #468aff 50%, #163050 100%);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform .4s cubic-bezier(.87,0,.13,1);
    transform-origin: left;
  }
  .underline-anim:hover { color: #163050; }
  .underline-anim:hover::after { transform: scaleX(1); }
  .aboutfw-text blockquote {
    margin: 18px 0 13px 0;
    padding: 16px 32px;
    background: #e7eaf2;
    border-left: 5px solid #163050;
    font-size: 1.18em;
    color: #163050;
    border-radius: 9px;
    box-shadow: 0 2px 12px #1630500b;
  }
  .bg-blue .aboutfw-text blockquote {
    background: #223d63;
    color: #fff;
    border-left: 5px solid #468aff;
  }
  .signature {
    border-left: 5px solid #468aff;
    background: #eef2f9;
    color: #163050;
    font-size: 1.08em;
    box-shadow: 0 2px 12px #1630500b;
  }
  .bg-blue .signature {
    background: #223d63;
    color: #fff;
    border-left: 5px solid #468aff;
  }
  .founder {
    text-align: right;
    font-size: 1.04em;
    color: #062663;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    margin-top: 16px;
  }
  .motto {
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    color: #062663;
    margin-top: 12px;
    letter-spacing: 2px;
    min-height: 30px;
    font-family: 'Georgia', serif;
  }
  
  /* Fade-in animation */
  .fadein { opacity: 0; transform: translateY(70px); transition: opacity 1.05s cubic-bezier(.85,0,.15,1), transform 1.05s cubic-bezier(.85,0,.15,1);}
  .fadein.visible { opacity: 1; transform: translateY(0); }
  
  /* Letter animation for motto */
  .anim-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .34s cubic-bezier(.87,0,.13,1), transform .34s cubic-bezier(.87,0,.13,1);
  }
  .anim-text span.visible { opacity: 1; transform: translateY(0); }
  
  @media (max-width: 1024px) {
    .aboutfw-col { padding: 48px 4vw 32px 4vw;}
    .aboutfw-text h1 { font-size: 2rem; }
  }
  @media (max-width: 900px) {
    .aboutfw-col { padding: 30px 2vw 24px 2vw;}
    .aboutfw-img { max-width: 350px; }
  }
  @media (max-width: 700px) {
    .aboutfw-row, .aboutfw-row.reverse { flex-direction: column!important; }
    .aboutfw-img { width: 99vw; min-width: 180px; }
    .aboutfw-col { width: 100%; min-width: 0; padding: 28px 4vw;}
    .aboutfw-text h1 { font-size: 1.1rem; }
    .aboutfw-text h2 { font-size: 1rem; }
  }


  #product .tax-shipping-delivery-label{display: none;}