<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 173:3 Cannot use type selector "li" directly after nesting selector "&amp;"

**/
:root {
  --base-font: Inter, sans-serif;
  --primary-color: #10595a;
  --secondary-color: #dc4f3f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--base-font);
  line-height:1.5;
}

a {
  text-decoration: none;
  transition: 0.3s all linear;
  color:var(--secondary-color);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
body .jdgm-preview-badge .jdgm-star {
  color: #dc4f3f;
  font-size: 14px;
}

.page-width {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width:1140px;
    margin:0 auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.selectors-form__item {
  margin: 0;
}

.p-relative {
  position: relative;
}

/*------------------------------------
    Default Button Styling
--------------------------------------*/

.hd-header__suport-text {
  .btn-primary {
    padding: 7px 30px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: 0.4s all;
    text-transform: capitalize;
  }
}

/* .btn { 
    text-transform: capitalize;    
    color: #fff;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: .4s all;  
}

.btn.btn-primary{
  font-family: var(--base-font);
  background: var(--secondary-color);
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    opacity: .9;
    background: var(--secondary-color);
} */
.button {
  text-transform: capitalize;
  color: #fff;
  padding: 6px 35px;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  transition: 0.4s all;
  border: 0;
}
.btn--small {
  padding: 6px 11px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #000;
  color: #000;
  margin-top: 10px;
}
.bg-btn {
  font-family: var(--base-font);
  background: var(--secondary-color);
}
.bg-btn:hover,
body .yotpo-coupons-redemption-widget .yotpo-login-button .yotpo-action-button-widget .yotpo-button-standard-size:hover,
body .submit .btn-raised.btn-primary:hover{
  background-color: #005a5a !important;
  color: #fff !important;
}
/*------------------------------------
    Heading With Border Top
--------------------------------------*/

.title_withLine {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 36px;
  position: relative;
  margin-bottom: 30px;
}

.title_withLine:before {
  content: "";
  height: 8px;
  width: 150px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: -18px;
}
.primary-heading {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 800;
  text-transform: capitalize;
}
/*------------------------------------
    List Style Inline - UL &gt; LI
--------------------------------------*/

ul {
  list-style: none;
}

.list--inline {
  display: flex;
  list-style: none;
  &amp;li {
  }
}

@media (max-width: 1200px) {
  .title_withLine {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .button {
    font-size: 22px;
  }
  .primary-heading {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .title_withLine {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .title_withLine:before {
    width: 100px;
    top: -4px;
    height: 3px;
  }
  .primary-heading {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .primary-heading {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .primary-heading {
    font-size: 30px;
  }
}
</pre></body></html>