/** Shopify CDN: Minification failed

Line 74:14 Expected identifier but found whitespace
Line 74:16 Unexpected "{"
Line 74:25 Expected ":"
Line 74:73 Expected ":"
Line 83:11 Expected identifier but found whitespace
Line 83:13 Unexpected "{"
Line 83:22 Expected ":"
Line 83:71 Expected ":"
Line 100:10 Expected identifier but found whitespace
Line 100:12 Unexpected "{"
... and 5 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:come-visit (INDEX:27, SCOPED:FALSE) */
.come-visit-section {
  background: #f9f9f9 !important;
}

.Vst_head {
  text-align: center !important;
  padding: 0 20px !important;
}

.Vst_head h2 {
  margin: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.vit_wrp {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

.vst_itm {
  width: 100% !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #e0e0e0 !important;
}

.vst_itm img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.visit-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  color: #666;
  font-size: 18px;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .Vst_head h2 {
    font-size: {{ section.settings.heading_size_mobile | default: 32 }}px !important;
    letter-spacing: 1px !important;
  }

  .vit_wrp {
    grid-template-columns: 1fr !important;
  }

  .vst_itm {
    height: {{ section.settings.image_height_mobile | default: 250 }}px !important;
  }
}

@media screen and (max-width: 480px) {
  .Vst_head h2 {
    font-size: 24px !important;
  }

  .vit_wrp {
    padding: 0 15px !important;
  }
}
/* END_SECTION:come-visit */

/* START_SECTION:hawaii-shirts (INDEX:47, SCOPED:FALSE) */
.hawaii-shirts {
  padding: {{ section.settings.section_padding_top | default: 50 }}px 0 {{ section.settings.section_padding_bottom | default: 50 }}px 0;
}

.page-width {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.hawaii_wrp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.prd_wrp {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.prd_wrp:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cstm_link {
  display: block;
  text-decoration: none;
}

.prd_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.prd_img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.prd_wrp:hover .prd_img img {
  transform: scale(1.05);
}

.hawaii_cnt {
  padding: 28px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 18px !important;
  border-radius: 0 0 12px 12px !important;
}

.hawaii_title {
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;
  text-align: left !important;
}

.hawaii_btn {
  display: inline-block !important;
  text-decoration: none !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  padding: 14px 40px !important;
  border-radius: 30px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  border: none !important;
}

.hawaii_btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .hawaii_title {
    font-size: 32px !important;
  }
  
  .hawaii_cnt {
    padding: 24px 26px !important;
    gap: 16px !important;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .hawaii_wrp {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hawaii_title {
    font-size: 28px !important;
  }

  .hawaii_cnt {
    padding: 22px 24px !important;
    gap: 14px !important;
  }

  .hawaii_btn {
    font-size: 14px !important;
    padding: 12px 36px !important;
  }
}

@media screen and (max-width: 480px) {
  .page-width {
    padding: 0 12px;
  }

  .hawaii_wrp {
    gap: 16px;
  }

  .hawaii_title {
    font-size: 24px !important;
  }

  .hawaii_cnt {
    padding: 20px 20px !important;
    gap: 12px !important;
  }

  .hawaii_btn {
    font-size: 13px !important;
    padding: 11px 32px !important;
  }
}
/* END_SECTION:hawaii-shirts */

/* START_SECTION:home-about (INDEX:49, SCOPED:FALSE) */
.homeabt_main .full-page {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.homeabt_main .full-page::before {
  content: "";
  position: absolute;
  inset: 0;
  /* Medium overlay, closer to reference design */
  background: linear-gradient(90deg, rgba(0, 77, 57, 0.8) 0%, rgba(0, 77, 57, 0.72) 55%, rgba(0, 77, 57, 0.6) 100%);
}

.homeabt_main .abt-wrp {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.homeabt_main .abt-lft,
.homeabt_main .abt-rgt {
  flex: 1 1 0;
  min-width: 0;
}

/* Left column – About copy */
.homeabt_main .abt-lft h2 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff !important;
}

.homeabt_main .sub-txt p {
  margin: 0 0 26px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.7;
  color: #f5f5f5;
}

.homeabt_main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  /* Solid red button like screenshot */
  background-color: #e34848;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #e34848;
  transition: all 0.2s ease-in-out;
}

.homeabt_main .btn:hover {
  background-color: #c93636;
  color: #ffffff !important;
  border-color: #c93636;
}

/* Right column – Donate heading + logo */
.homeabt_main .abt-rgt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  text-align: right;
}

.homeabt_main .abt-rgt h2 {
  margin: 0;
  max-width: 420px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff !important;
}

.homeabt_main .rgt_img img {
  max-width: 210px;
  height: auto;
  display: block;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .homeabt_main .abt-wrp {
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 20px;
    gap: 40px;
  }

  .homeabt_main .abt-rgt {
    align-items: flex-start;
    text-align: left;
  }

  .homeabt_main .abt-rgt h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .homeabt_main .abt-wrp {
    padding: 40px 16px 48px;
  }

  .homeabt_main .abt-lft h2 {
    font-size: 22px;
  }

  .homeabt_main .abt-rgt h2 {
    font-size: 24px;
    letter-spacing: 0.06em;
  }

  .homeabt_main .sub-txt p {
    max-width: 100%;
  }

  .homeabt_main .rgt_img img {
    max-width: 170px;
  }
}
/* END_SECTION:home-about */

/* START_SECTION:qoutes (INDEX:93, SCOPED:FALSE) */
.google-reviews-section {
  width: 100%;
}

.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.reviews-heading {
  text-align: center;
  font-weight: 700;
  margin: 0 0 60px 0;
  line-height: 1.2;
  color: var(--reviews-heading-color, #000) !important;
  font-size: var(--reviews-heading-size, 42px) !important;
  /* Force readable typography even if theme uses condensed tracking */
  font-family: var(--font-heading-family, inherit) !important;
  font-stretch: normal !important;
  font-kerning: normal;
  letter-spacing: 0.06em !important;
  text-transform: none !important;
  white-space: normal;
  padding: 0 12px;
}

/* Reviews Header */
.reviews-header {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 1200px;
  width: 100%;
}

.reviews-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.google-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.google-logo svg {
  width: 90px;
  height: auto;
}

.reviews-label {
  font-size: 22px;
  font-weight: 400;
  color: #5f6368;
}

.reviews-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 0;
}

.rating-number {
  font-size: 40px;
  font-weight: 400;
  color: #202124;
}

.rating-stars {
  display: flex;
  gap: 4px;
}

.rating-star {
  width: 22px;
  height: 22px;
  color: #fbbc04;
}

.rating-count {
  font-size: 16px;
  color: #5f6368;
}

.review-button {
  background: var(--reviews-button-bg, #1a73e8) !important;
  color: var(--reviews-button-color, #ffffff) !important;
  padding: 14px 34px !important;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.review-button:hover {
  filter: brightness(0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Slider */
.reviews-slider-wrapper {
  position: relative;
  padding: 0 60px;
  margin-bottom: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-slider {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.review-card {
  flex: 0 0 calc(25% - 15px);
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 210px;
}

.review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-header {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.reviewer-info {
  position: relative;
}

.reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.google-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.google-g-icon {
  width: 14px;
  height: 14px;
  display: block;
  object-fit: contain;
}

.reviewer-details {
  flex: 1;
  min-width: 0;
}

.reviewer-name-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
  min-width: 0;
}

.reviewer-name {
  font-weight: 500;
  font-size: 15px;
  color: #202124;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.25;
  max-width: 180px;
  font-stretch: normal !important;
  letter-spacing: 0.01em !important;
}

.verified-badge {
  flex-shrink: 0;
  margin-top: 2px;
}

.review-time {
  font-size: 13px;
  color: #5f6368;
  line-height: 1.2;
}

.review-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.review-stars .star {
  width: 18px;
  height: 18px;
  color: #fbbc04;
}

.review-text {
  font-size: 14px;
  line-height: 1.65;
  color: #202124;
  margin: 0;
  overflow-wrap: anywhere;
}

.read-more-link {
  display: inline-block;
  margin-top: 8px;
  color: #1a73e8;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.read-more-link:hover {
  text-decoration: underline;
}

/* Navigation */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #dadce0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-nav:hover {
  background: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-nav-prev {
  left: 0;
}

.slider-nav-next {
  right: 0;
}

.slider-nav svg {
  color: #5f6368;
}

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dadce0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.dot.active {
  background: #202124;
  width: 24px;
  border-radius: 4px;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  .review-card {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media screen and (max-width: 900px) {
  .review-card {
    flex: 0 0 calc(50% - 10px);
  }

  .reviews-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .reviews-summary {
    flex-direction: column;
    gap: 14px;
  }
}

@media screen and (max-width: 600px) {
  .reviews-container {
    padding: 0 20px;
  }

  .reviews-heading {
    font-size: 32px !important;
  }

  .review-card {
    flex: none;
    width: 100%;
    min-height: unset;
  }

  .reviews-header {
    padding: 24px;
  }

  .google-logo svg {
    width: 70px;
  }

  .reviews-label {
    font-size: 24px;
  }

  .rating-number {
    font-size: 40px;
  }

  .reviews-slider-wrapper {
    padding: 0;
  }

  .slider-nav {
    display: none !important;
  }

  .slider-dots {
    display: none !important;
  }

  /* Mobile: show reviews as grid/stack (no slider) */
  .reviews-slider {
    overflow: visible;
  }

  .reviews-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    transform: none !important;
  }
}
/* END_SECTION:qoutes */