/** Shopify CDN: Minification failed

Line 104:13 Expected ":"
Line 104:14 Expected identifier but found "700"
Line 111:13 Expected ":"
Line 111:14 Expected identifier but found "700"
Line 117:13 Expected ":"
Line 117:14 Expected identifier but found "700"

**/
.mobile-header-left {
  display: none;
}

.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.mobile-store-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 60px;
  height: 36px;

  background-color: #092053;
  color: #fff !important;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;

  transition: opacity 0.2s ease;
}

.mobile-store-button:hover {
  opacity: 0.6;
}

.mobile-store-button span {
  display: block;
  line-height: 1.1;
}

.header__primary-nav-item a[href="/collections/all"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #092053;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.header__primary-nav-item a[href="/collections/all"]:hover {
  opacity: 0.6;
}

.header-sidebar__linklist-button[href="/collections/all"] {
  display: inline-block;
  width: max-content !important; 
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #092053;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.header-sidebar__linklist-button[href="/collections/all"]:hover {
  opacity: 0.6;
}

.header__primary-nav-item a[href="/collections/all"]::after,
.header__primary-nav-item a[href="/collections/all"]::before {
    display: none !important;
}

.custom-copy-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.custom-copy-item {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  font-weight;700 !important;
}

.custom-copy-item02 {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight;700 !important;
}
.custom-copy-item03 {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight;700 !important;
}

.about-dynamic-wrapper{
 display: flex;
  flex-direction: column;
  gap: 40px;
}

.font-red{
  color: #EB603A;

}

.custom-copy-item02 {
  color: #092053;
}
.font-big {
  font-size: 4rem;
  font-weight: 700 !important;
  padding: 0 8px;
}
.font-small {
  font-size: 0.7rem;
  margin-top: 60px;
}

.cooling-compare {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.cooling-compare-item {
  flex: 1;
}

.cooling-compare-type {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(
    90deg,
    #08285f 0%,
    #8fd7f7 45%,
    #3c82c2 76%,
    #204a91 100%
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  width: fit-content;
  margin: 0 auto !important;
}

.cooling-compare-text {
  margin: 0;
  line-height: 1;
}

.sp-only {
  display: none;
}

.product-banner {
  display: flex;
  gap: 20px;
}

.product-banner__item {
  flex: 1;
  display: block;
}
.product-banner .product-banner__item {
  margin-block-start: 0 !important;
}

.product-banner__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .3s ease;
}

.product-banner__item:hover img {
  opacity: .9;
}


@media screen and (max-width: 999px) {
  .mobile-header-left {
    display: flex;
    align-items: center;
    gap: 0;
    grid-area: primary-nav;
    justify-self: start;
  }

  .mobile-store-button {
    margin-left: 16px;
  }

  .mobile-menu-toggle .header__nav-icon {
    width: 20px;
  }

  .header__old-mobile-toggle {
    display: none !important;
  }

  .header__logo {
    justify-self: center;
    text-align: center;
  }

  .header__secondary-nav {
    justify-self: end;
  }
     .header {
    padding-left: 16px !important;
    padding-right: 16px !important;
     }
}

@media screen and (max-width: 699px)
 {
     .custom-copy-wrapper {
    gap: 36px;
  }

  .custom-copy-item {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .sp-only {
    display: block;
  }
  
   .cooling-compare {
    flex-direction: column;
    gap: 16px;
  }
  .cooling-compare-type {
  margin: 0 auto;
  font-size: 1.2rem;
  }
  
 .product-banner {
    gap: 12px;
  }

  .product-banner__item {
    flex: 1;
    min-width: 0;
  }

  .custom-copy-item02,.custom-copy-item03{
    font-size: 1.1rem;
    font-weight:700;
  }

  .font-big {
  font-size: 2.4rem;
  }
  .font-small {
  font-size: 0.6rem;
  margin-top: 40px;
}

  }