/** Shopify CDN: Minification failed

Line 227:17 Expected identifier but found "0"
Line 271:25 Unexpected "-->"

**/
@charset "UTF-8";

/*
  Customizations to Impulse theme,
  by Custom Brand Service Inc https://custombrandservice.com
*/

/**
 * Header
 *
 ********************************************************/
@media only screen and (min-width:1300px){
  .site-nav .icon__fallback-text{
    clip:rect(0, 0, 0, 0);
    overflow:hidden;
    position:inherit;
    height:1px;
    width:1px;
  }

  .site-nav svg {
    display: none;
  }
}


/**
 * Swatch King app
 *
 ********************************************************/
.product-single__meta variantswatchking {
  min-height: 254.062px;
  min-width: 100%;
  display: block;
}


variantswatchking [option-target=option1],
variantswatchking [option-target=option3] {
  display: none;
}


/**
 * Theme built-in swatches
 *
 *******************************************************/
.variant-wrapper[data-option-name=style] {
  display: none;
}


/**
 * Size Chart Modal
 *
 *******************************************************/
 .size-chart-modal .js-modal-close {
  color: black;
  z-index: 5;
  background-color: white ;
  padding: 5px;
}

.size-chart-modal .size-chart-wrapper {
  color: black;
  background: white;
  padding: 3%;
  overflow-x: scroll;
  max-width: 100vw;
  max-height: 100vh;
}


/**
 * Size Chart Page
 *
 *******************************************************/
 .rte .sizing .table-wrapper {
  margin-bottom: 25px;
 }

 .rte .sizing caption p {
  margin-bottom: 25px;
 }

 .rte .sizing .sizing-legend {
  margin-bottom: 15px;
 }


/**
 * Size Chart Components
 *
 *******************************************************/
.sizing {
  display: grid;
}

.sizing-table,
.sizing-table th,
.sizing-table td {
  border-collapse: collapse;
  border: 1px solid var(--colorBorder);
 }

.sizing-table {
  margin-bottom: 25px;
  width: 100%;
  overflow-x: scroll;
}

.sizing-table .caption p {
  border-bottom: 25px;
}

.desktop-sizing.sizing-table td {
  text-align: center;
  max-width:100%;
  white-space:nowrap;
}

.desktop-sizing tr td:first-of-type {
  text-align: left;
  width: 170px;
  max-width: initial;
  white-space:initial;
}

.sizing-table.desktop-sizing {
  display: table;
}

.sizing-table.mobile-sizing {
  display: none;
}

.sizing-legend, .sizing-legend > * {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .sizing .desktop-sizing {
    display: none;
  }
  .sizingr .mobile-sizing {
    display: initial;
  }
  .sizing table.mobile-sizing {
    display: table;
  }
}


/**
 * Product Navigation - Section
 *
 ********************************************************/
.shopify-section .product-navigation {
  padding-top: 14px;
}

.shopify-section .product-navigation span:first-of-type {
  float: left;
}

.shopify-section .product-navigation span:last-of-type {
  float: right;
}

@media only screen and (max-width: 768px) {
  .shopify-section .product-navigation {
    padding-bottom: 18px;
  }
}

/**
 * Homepage
 *
 ********************************************************/

.text-columns {
  padding: 45px 0;
}

.text-columns .top-image-wrapper {
  text-align: center;
  padding-bottom: 35px;
}

.text-columns .heading h2 {
  color: #fff;
  font-family: eurostile-extended;
  font-size: 25px;
  margin-bottom: 25px;
}

.text-columns .content {
  width: 50%;
  margin: auto;
  color: #fff;
  font-family: futura-pt;
  font-size: 18px;
}

.text-columns .button-wrapper {
  text-align: center;
  padding: 60px 0;
}

.text-columns .button-wrapper a.button {
  display: inline-block;
  padding: 18px 30px;
  color: #fff;
  border-radius: 300px;
  border: 2px solid #fff;
  font-family: futura-pt;
  font-size: 15px;
}

.text-columns .sub-heading {
  padding: 20px; 0;
}

.text-columns .sub-heading h2 {
  font-family: eurostile-extended;
  font-size: 25px;
  color: #fff;
}

.text-columns .image-wrap {
  clip-path: inset(0% 0% 0% 0% round 300px 300px 0 0);
}

.text-columns .grid {
  padding: 20px 0;
}

.text-columns .grid h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: futura-pt;
}

.text-columns .grid .btn {
  font-family: futura-pt;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .text-columns .content {
    width: 100%;
    padding: 0 30px;
  }
  .text-columns .grid {
    padding: 30px;
  }
  .text-columns .grid .grid__item {
    margin-bottom: 80px;
  }
}

<!-- Add the planet icon -->
<div class="planet-icon"></div>
<!-- Add the ChatGPT chat widget -->
<openai-
openai-chatgpt {
  /* Hide the chat widget */
  display: none;
}

/* Add a planet icon */
.planet-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(https://i.imgur.com/C5qTT1p.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
}

/* Show the chat widget when the planet icon is clicked */
.planet-icon:hover + openai-chatgpt,
.planet-icon:focus + openai-chatgpt {
  display: block;
}
