/** Shopify CDN: Minification failed

Line 71:20 Unexpected "{"
Line 71:29 Expected ":"
Line 71:36 Unexpected "{"
Line 525:18 Unexpected "{"
Line 525:27 Expected ":"
Line 531:18 Unexpected "{"
Line 531:27 Expected ":"
Line 537:18 Unexpected "{"
Line 537:27 Expected ":"
Line 548:18 Unexpected "{"
... and 21 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* Overlay backdrop */
.pickup-drawer-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.pickup-drawer-overlay.open {
  opacity: 1; visibility: visible;
}

/* Drawer panel */
.pickup-drawer {
  position: fixed;
  top: 0; right: 0;
  height: 100vh;
  width: 80%; max-width: 400px;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  display: flex; flex-direction: column;
}
.pickup-drawer.open {
  transform: translateX(0);
}

/* Drawer header */
.pickup-drawer__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
.pickup-drawer__title { font-size: 1.25rem; font-weight: bold; }
.pickup-drawer__close { background: none; border: none; font-size: 1.5rem; cursor: pointer; }

/* Drawer content */
.pickup-drawer__content { padding: 1rem; overflow-y: auto; flex: 1; }

/* Reuse pickup-options styles */
.pickup-options { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 600px) { .pickup-options { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }}
.pickup-option { border-top: 1px solid #e1e1e1; padding-top: 1rem; }
.pickup-option:first-child { border-top: none; padding-top: 0; }
.pickup-option__header { display: flex; align-items: center; gap: 0.5rem; }
.pickup-option__title { font-weight: bold; }
.pickup-option__status { font-size: 0.9rem; }
.pickup-option__address, .pickup-option__phone { font-size: 0.875rem; margin: 0.25rem 0; }
/***** <!-- Please don't touch my Work! --> *****/
  #shopify-section-{{ section.id }} {
    margin: 80px auto;
  }

  .ccpa-form {
    max-width: 100%;
    margin: 0 auto;
    background: #FCFCFC;
    padding: 40px;
  }

  .ccpa-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #23262F;
  }

  .ccpa-form .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
  }

  .ccpa-form .form-group {
    flex: 1 1 48%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .ccpa-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #23262F; 
  } 
  .ccpa-form input[type="text"],
  .ccpa-form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #A7A7A7; 
    font-size: 14px;  
    border-radius: 0px;
  } 

  .ccpa-form .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ccpa-form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #23262F;
    flex-wrap: nowrap;
    word-break: break-word;
  }

  .ccpa-form .checkbox-item input {
    margin-right: 6px;
  }

  .ccpa-form .checkbox-item label {
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #23262F;
    display: block;
    margin-bottom: 8px;
  }

  .ccpa-form .section-breaker {
    margin: 20px 0 20px;
    text-align: left;
  }

  .ccpa-form .centertxt { 
    text-align: center;
    margin-bottom:30px;
  }
  .ccpa-form h3 { 
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #23262F; 
    margin-bottom: 4px; 
  }
  .ccpa-form .section-breaker h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #23262F; 
    margin-bottom: 4px; 
    margin-top: 40px; 
  }
  h3.submission {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #23262F; 
    margin-top: 40px;  
    text-align:center;
  }
  
  .ccpa-form .section-breaker p { 
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #23262F;
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .ccpa-form .submit-btn {
    display: block;
    margin: 30px auto 0;
    padding: 12px 35px;
    background: #161616;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
  }

  .ccpa-form .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .ccpa-form .consent {
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
  }
  /* Typography and layout */
  .checkbox-group {
    margin-top: 20px;
  } 
  .checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px; 
  } 
  .checkbox-item input[type="checkbox"] {
    width: 23px;
    height: 23px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
    margin-top: 0;
    accent-color: #23262F; /* Optional: modern browsers */
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: white;
    flex-shrink: 0;
  } 
  .checkbox-item input[type="checkbox"]::after {
    content: "\f00c"; /* FontAwesome check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Required for solid icons */
    font-size: 16px;
    color: #23262F;
    position: absolute;
    top: 2px;
    left: 3px;
    display: none;
  }  
  input::-webkit-input-placeholder {
    color:#A7A7A7;
  }
  input::-moz-placeholder {
    color:#A7A7A7;
  }
  input:-ms-input-placeholder {
    color:#A7A7A7;
  }
  input::placeholder {
    color:#A7A7A7;
  }
  .checkbox-item input[type="checkbox"]:checked::after {
    display: block; 
  } 
  .checkbox-item label {
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    color: #23262F;
  }
  .g-recaptcha {
    margin:auto;
    display:table;
  }
  @media (max-width: 768px) {
    
    .checkbox-item input[type="checkbox"]::after {
      top:4px;
    }
    .ccpa-form .form-group {
      flex: 1 1 100%;
    }
    .checkbox-item {
      font-size: 18px;
      gap: 8px;
      flex-wrap: nowrap;
    }
  
    .checkbox-item label {
      flex: 1;
    } 
  }
.custom-2-col-container {
  max-width: 1480px;
  padding: 0 60px;
  margin: 20px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.custom-2-col-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
  
}
.custom-2-col-item.left__column{
    width: 580px;
}
.right__column{
    width: 750px;
}
.custom-2-col-item.custom-2-col-item img {
  width: 100%;
  height: 558px;
  object-fit: cover;
  display: block;
}

.custom-2-col-title {
  font-size: 21px;
  margin-top: 10px;
  color:#000;
  font-weight: 500;
}

@media(max-width: 1479px){
    .custom-2-col-container{
        width: 100%;
    }
    .custom-2-col-item.left__column{
        width:40%;
    }.custom-2-col-item.right__column{
        width: 57%;
    }
}
@media(max-width: 1119px){
    .custom-2-col-item.left__column{
        width:45%;
    }.custom-2-col-item.right__column{
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
  .custom-2-col-container {
    flex-direction: column;
    gap: 20px;
  }

  .custom-2-col-item {
    width: 100% !important;
  }
}
.custom-3-col-container {
  max-width: 1480px;
  padding: 0 60px;
  margin: 20px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.custom-3-col-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.custom-3-col-item.main__column{
    width: 580px;
}.custom-3-col-item.sub__column{
    width: 360px;
}
.custom-3-col-item img {
  width: 100%;
  height: 456px;
  object-fit: cover;
  display: block;
}

.custom-3-col-title {
  font-size: 21px;
  margin-top: 10px;
  color:#000;
  font-weight: 500;
}
@media(max-width: 1479px){
    .custom-3-col-container {
        max-width: 100%;
    }
    .custom-3-col-item.main__column{
        width: 40%;
    }.custom-3-col-item.sub__column{
        width: 27%;
    }
}
@media(max-width: 1119px){
    .custom-3-col-item.main__column{
        width: 33%;
    }.custom-3-col-item.sub__column{
        width: 25%;
    }
}
@media screen and (max-width: 1024px) {
  .custom-3-col-container {
    flex-direction: column;
    gap: 20px;
  }

  .custom-3-col-item {
    width: 100% !important;
  }
}
/* Image Left/Right: Travel Collection */
.image-leftright-travel {
  background-color: var(--ilt-bg, #FEEEBE);
  margin: 0 auto;
  padding: 0;
}

.image-leftright-travel__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;          /* vertical center */
  max-width: 100%;
  margin: 0 auto;
}

.image-leftright-travel__image,
.image-leftright-travel__text {
  box-sizing: border-box;
  width: 100%;
}

.image-leftright-travel__image {
  padding: 0;                   /* no spacing on image */
  margin: 0;
}

.image-leftright-travel__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-leftright-travel__subheading {
  color: #161616;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.image-leftright-travel__heading {
  color: #161616;
  font-size: 85px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  margin: 1rem 0;
}

.image-leftright-travel__button {
  display: inline-block;
  text-decoration: none;
  background: #FFFFFF;
  color: #161616;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding:12px 35px;
  border-radius: 10px;
  transition: opacity 0.2s ease-in-out;
  text-transform:uppercase;
} 
  
.image-leftright-travel__button:hover {
  opacity: 0.9;
  background:#161616;
  color:#FFF;
}

@media screen and (max-width: 767px) {
  .image-leftright-travel__text {
    padding:2rem;
  }
  .image-leftright-travel__heading { 
  font-size: 48px;
  }
}
/* Desktop split */
@media screen and (min-width: 768px) {
  .image-leftright-travel__image,
  .image-leftright-travel__text {
    width: 50%;
    padding: 0;
  } 
  .image-leftright-travel__text { 
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .image-leftright-travel__image {
    max-height: 600px;
    overflow: hidden;
  }
}

/* Utility: swap order */
.image-leftright-travel--image-left .image-leftright-travel__image {
  order: -1;
}
.custom-grid-section .btn {
  transition: padding 0.25s ease;
}
#shopify-section-{{ section.id }}.two-columns-section {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

#shopify-section-{{ section.id }} .two-columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

#shopify-section-{{ section.id }} .two-columns-left {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
  box-sizing: border-box;
    background: #F7F5ED; 
    padding-left: 6%;
}

#shopify-section-{{ section.id }} .two-columns-left-inner {
  text-align: left;
}

#shopify-section-{{ section.id }} .two-columns-subtitle {
    font-size: 20px;
    color: #161616;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
}

#shopify-section-{{ section.id }} .two-columns-title {
  font-size: 50px;
    margin: .8em 0;
}

#shopify-section-{{ section.id }} .two-columns-btn {
  display: inline-block;
  padding: 10px 38px;
  background: black;
  color: white;
  text-decoration: none;
}

#shopify-section-{{ section.id }} .two-columns-right {
  flex: 0 0 60%;
}

#shopify-section-{{ section.id }} .two-columns-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shopify-section-{{ section.id }} .two-columns-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media(max-width: 768px) {
    #shopify-section-{{ section.id }} .two-columns-wrapper{
        flex-direction: column;
    }
    #shopify-section-{{ section.id }} .two-columns-left{
        flex: 0 0 100%;
        max-height: none;
        justify-content: center;
        padding-left: 2rem;
    }
    #shopify-section-{{ section.id }} .two-columns-right {
        flex: 0 0 100%;
        max-height: none;
    }
    #shopify-section-{{ section.id }} .two-columns-left-inner {
        text-align: center;
    }
}