/** Shopify CDN: Minification failed

Line 481:0 Unexpected "}"

**/
.cart-flyout {
    z-index: 9999999999999 !important;
}

p#demo a {
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
}

p.type-body-regular.mt1.mb2 strong {
    font-weight: 500;
    font-size: 12px;
}

@media (min-width: 60em) {
    .cart-template__dynamic-checkout-buttons {
        display: none;
    }
}

.custom-badge {
    position: absolute;
    background-color: #EA80B0;
    color: #fff;
    padding: 9px 8px;
    width: fit-content;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    bottom: auto;
    top: 13px;
    text-transform: uppercase;
    right: 13px;
}

.badge.type-body-small.ttu.lh-title.absolute.top-0.right-0.mt3.mr3.bg-sale.same-as-bg {
    left: 13px;
    right: auto;
    top: -7px;
    font-weight: 500;
  padding: 9px 8px;
  font-size: 12px;
    line-height: 15px;
}

.price--on-sale .price__sale {
    flex-direction: row-reverse;
}

.price--on-sale .price__sale .accent {
    color: #111;
}

.nav .nav__submenu li.nav__item {
    padding-bottom: 4px;
}

.nav .nav__submenu {
    width: fit-content;
}

html {
  scroll-behavior: smooth;
}

p.cart-item-props {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 3px;
    line-height: 20px;
}

/* Use this file to add custom css to the theme. */


/*-------------------------------------------*\
    Font/Text
\*-------------------------------------------*/

/*h1, h2, h3 {
  font-family: baskerville-urw, serif;
}

h4 {
  font-family: deva-ideal, sans-serif;
}

body {
  font-family: deva-ideal, sans-serif;
} */

.quote__text {
  font-weight: 400;
}

.footer {
  --font-size-body-extra-small: 16px;
}

.footer .disclosure .input {
  font-weight: 300;
}

/*-------------------------------------------*\
    Breadcrumbs
\*-------------------------------------------*/

@media (min-width: 480px){
  .breadcrumb {
    padding: 30px 40px;
  }
}

@media (max-width: 480px){
  .breadcrumb {
    padding: 20px;
  }
}


/*-------------------------------------------*\
    Borders
\*-------------------------------------------*/

/* .text-columns__feature {
  border: 1px solid #D8E7F6;
  padding: 20px;
} */
    
.collection__content {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #D8E7F6;
}

.collection-sidebar__group+.collection-sidebar__group {
    border-top: 1px solid #D8E7F6;
}

.section-borderable+.section-borderable>.section--bordered {
    border-top: 1px solid #D8E7F6;
}

.contact-section {
  border-top: 1px solid #D8E7F6;
}

/*-------------------------------------------*\
    Footer / Newsletter
       Adding styles to match Figma designs, including arrow bg, label and input styling.
\*-------------------------------------------*/

 .footer__newsletter .input {
  background-color:#fff;
}

.footer .newsletter__input-container label {
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.footer__newsletter-button {
    position: absolute;
    right: 12px;
    right: var(--spacing-small);
    top: 9px;
    background: transparent;
    display: flex;
    align-items: center;
    border: 0;
    /* color: var(--color-footer-text); */
    color: #fff;
    background-color: #B8ADD5;
    height: 48px;
    /* height: var(--height-button); */
    height: 30px;
    width: 30px;
    justify-content: center;
}

.footer__social-icons .icon {
    color: #385C68;
}

/*-------------------------------------------*\
    Collections
\*-------------------------------------------*/

.collection-title {
    text-transform: uppercase;
}

.carousel__next-button, .carousel__previous-button {
    background: var(--color-accent);
}

/*-------------------------------------------*\
    Buttons
\*-------------------------------------------*/

.text-block__subheading+.text-block__button {
    margin-top: auto;
} 

.rte {
  margin-bottom: 20px;
}

.text-block__subheading p:last-child, .text-block__heading p:last-child {
  margin-bottom: 20px;
}

.text-block__heading, .text-block__subheading {
  margin-bottom: 20px;
}

.bttn--primary,
.bg-sale {
  background-color: var(--color-primary-button-bg) !important;
}

.bttn--bare {
  background-color: transparent !important;
  border: 0 !important;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  font-size: clamp(14px, 2vw, 20px);
  white-space: nowrap;
}

.bttn--outline,
.shopify-payment-button__button--unbranded,
.section--smart .text-block__button {
  background-color: transparent !important;
  border: 1px solid var(--color-primary-button-bg) !important;
}

.bttn--outline:hover,
.bttn--primary:hover,
.bg-sale:hover,
.shopify-payment-button__button--unbranded:hover,
.section--smart .text-block__button:hover 
{
  background-color: var(--color-primary-button-hover-bg) !important;
  opacity: 1 !important;
}

.bttn--outline:hover,
.bttn--primary:active,
.bg-sale:active,
.shopify-payment-button__button--unbranded:active,
.section--smart .text-block__button:active {
  background-color: var(--color-primary-button-active-bg) !important;
}

.cc-color-override--604000580 .cc-btn:hover, .cc-color-override--604000580 .cc-btn:focus {
    background-color: #385C68 !important;
}


/*-------------------------------------------*\
    Contact Page
\*-------------------------------------------*/

.contact__content-inner {
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}


/*-------------------------------------------*\
    Product
\*-------------------------------------------*/

@media only screen and (max-width: 600px) {
.product__perks {
    display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (min-width: 38em){
  .product__perks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 60em){
  .product__perks {
    margin-top: 24px;
  }
}

.product__perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  padding: 15px;
  font-size: 15px;
}


.product__perk img {
  max-width: 77px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 8px;
}



/*-------------------------------------------*\
    Generic heros
\*-------------------------------------------*/

@media (min-width: 38em){
  .image-hero__content--fancy{
    background:var(--text-container-background-fancy);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 80px;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 335px;
  }
}

.text-block__subheading--left {
  text-align: left;
}


/*-------------------------------------------*\
    Links
\*-------------------------------------------*/

.account a {
  color: var(--color-text);
}

.article__tags a {
  color: var(--color-text);
}

.article__pagination a {
  color: var(--color-text);
  text-transform: uppercase;
  text-decoration: underline;
}

.rte a {
    color: var(--color-text);
}

.quick-search__view-all>button {
  color: var(--color-text);
}

.search__input-clear {
  color: var(--color-text);
}

.shopify-payment-button__more-options {
  color: var(--color-text);
}

/*-------------------------------------------*\
    Carousel override (flickity seems buggy)
\*-------------------------------------------*/
@media (max-width: 38em){
  [data-stack-on-mobile] {
    flex-direction: column;
  }

  [data-stack-on-mobile] > div {
    margin-bottom: 24px;
  }
}

.blog-posts__slides__more {
  text-align: center;
}


@media (min-width: 38em){
  .blog-posts__slides__more {
    text-align: right;
  }  
}

.template-blog .bttn {
  height: calc(0.66ß * var(--height-button));
}

.section--checkboxes {
  border: 0!important;
}

.section--checkboxes .text-block {
  padding: 0;
}

.section--checkboxes .text-block__item.text-block__heading {
  font-family: var(--font-body);
}

.section--checkboxes .text-block__subheading {
  background-color: var(--color-accent);
  padding: 30px 24px 20px 24px;
}

.section--checkboxes .text-block__subheading ul {
  margin: 0;
  padding: 0;
}

.section--checkboxes .text-block__subheading ul li {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cline y1='-0.5' x2='6.35544' y2='-0.5' transform='matrix(0.734426 0.678689 -0.734426 0.678689 6.70947 12.4609)' stroke='black'/%3E%3Cline y1='-0.5' x2='11.5573' y2='-0.5' transform='matrix(0.757249 -0.653127 0.71061 0.703586 11.3774 16.7742)' stroke='black'/%3E%3C/svg%3E%0A");  background-repeat: no-repeat; 
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
  padding-left: 40px;
  margin-bottom: 10px;
}

/**
  hack to allow <ol> rendering where shopify does not provide it
*/
.replace-ul-ol ul {
  list-style: decimal;
}
.replace-ul-checks ul,
.replace-ul-crosses ul {
  padding-left: 0;
}
.replace-ul-checks ul li,
.replace-ul-crosses ul li {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cline y1='-0.5' x2='6.35544' y2='-0.5' transform='matrix(0.734426 0.678689 -0.734426 0.678689 6.70947 12.4609)' stroke='black'/%3E%3Cline y1='-0.5' x2='11.5573' y2='-0.5' transform='matrix(0.757249 -0.653127 0.71061 0.703586 11.3774 16.7742)' stroke='black'/%3E%3C/svg%3E%0A");  background-repeat: no-repeat; 
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 48px;
  padding-left: 40px;
  margin-bottom: 10px;
}

.replace-ul-crosses ul li {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='white'/%3E%3Cline y1='-0.5' x2='11.5573' y2='-0.5' transform='matrix(0.757249 -0.653127 0.71061 0.703586 9 17.5483)' stroke='black'/%3E%3Cline x1='16.7094' y1='17.6247' x2='8.64197' y2='9.34902' stroke='black'/%3E%3C/svg%3E%0A");
}

/*-------------------------------------------*\
    Popups
\*-------------------------------------------*/

/* HIDE BROKEN IMAGE ELEMENT AND MADE WITH OPTMONK MESSAGE */

#ele_Y5ygNDSc1kP_wrapper {
  display: none;
}

.powered-by {
  display: none;
}
}

/*-------------------------------------------*\
    Popups
\*-------------------------------------------*/

#insta-feed .slider-arrow, .instafeed-shopify .slider-arrow {
  border-radius: 0px;
  background-colour: #D8E7F6;
}


/*-------------------------------------------*\
    Create8 Custom Code
\*-------------------------------------------*/


/* ----- PRODUCT PAGE ----- */

.product-page-wrapper .lightbox__image-nav {
    display: none;
}

/* ----- HOMEPAGE BLOG SECTION ----- */

.allblogssection {
  display: flex;
  padding-right: var(--spacing-extra-extra-large);
    padding-left: var(--spacing-extra-extra-large);
  column-gap: 30px;
}

  .blog-block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

div#shopify-section-template--17251859628314__847444e0-ceb6-4992-9053-16b8894257ad {
    padding-bottom: 80px;
}

a.btn.allblogs.bttn.bttn--secondary {
    width: fit-content;
    margin: auto;
    margin-top: 60px;
}

.blog-block h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0px;
}

p.blogdate {
    margin-top: 5px;
    margin-bottom: 10px;
}

a.readmorebtn {
    display: flex;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 10px;
}

h2.featuredblogtitle {
    font-family: var(--font-heading), sans-serif;
    font-size: 32px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

h2.blog__article-title.blog__article-heading.type-heading-1-small {
  font-size: 20px;
}

.allblogssection a.bttn.bttn--outline.bttn--inline.mt4 {
    height: auto;
    display: flex;
    width: fit-content;
}

@media only screen and (max-width: 600px) {
  .allblogssection {
    flex-direction: column;
    padding: var(--section-vertical-spacing) var(--spacing-medium);
}
  .allblogssection {
  row-gap: 50px;
}
  h2.featuredblogtitle {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
  a.btn.allblogs.bttn.bttn--secondary {
    margin-top: 0px;
}
}

.jdgm-rev-widg__summary-stars {
    display: none;
}

span.jdgm-star.jdgm--on, .jdgm-histogram__star {
    display: none !important;
}


.flickity-viewport .media-wrapper.hidden {
    display:block !important;
}

a.variant-popup__trigger.oldsizes {
    display: none;
}

.ccpops-popup__content h2, .ccpops-popup__content h3 {
    font-family: var(--font-heading) !important;
  font-weight: var(--font-heading-weight) !important;
  margin-bottom: 30px !important;
}

.ccpops-popup__content p, .ccpops-popup__content li {
  font-size: 16px !important;
}

.ccpops-popup__content {
    padding: 40px !important;
}

.ccpops-popup__content h2 {
  font-size: 28px !important;
}

.ccpops-popup__content h3 {
  font-size: 22px !important;
}

.ccpops-popup__content ol {
    padding-left: 40px !important;
}

.ccpops-popup th {
    border-color: #d8e7f6 !important;
}

.ccpops-popup tbody, .ccpops-popup thead, .ccpops-popup tr, .ccpops-popup td, .ccpops-popup th, .ccpops-inline tbody, .ccpops-inline thead, .ccpops-inline tr, .ccpops-inline td, .ccpops-inline th, .mce-content-body tbody, .mce-content-body thead, .mce-content-body tr, .mce-content-body td, .mce-content-body th, .ccpops-popup table {
    height: fit-content !important;
}

.ccpops-popup table.ccpops-table--even-stripes tbody tr:nth-child(even) td, .ccpops-inline table.ccpops-table--even-stripes tbody tr:nth-child(even) td, .mce-content-body table.ccpops-table--even-stripes tbody tr:nth-child(even) td {
    background-color: transparent !important;
}

.ccpops-popup td {
  padding: 15px !important;
  text-align: left !important;
  border-color: #d8e7f6 !important;
  font-size: 16px !important;
}

.ccpops-popup td p {
  font-size: 16px !important;
}

.ccpops-popup th {
    text-transform: uppercase !important;
    font-size: 16px !important;
}

.ccpops-popup h2:not(:first-child) {
    margin-top: 30px !important;
}

.ccpops-popup h3:not(:first-child) {
    margin-top: 20px !important;
}

.ccpops-popup .ccpops-popup__content p, .ccpops-popup .ccpops-popup__content li {
    line-height: 25px !important;
}

.ccpops-popup .ccpops-popup__content li {
    padding-bottom: 10px !important;
}

.Clean_Size_Chart a {
    text-decoration: underline;
    padding-left: 10px !important;
}

.product-form__option-label-wrapper {
    display: flex;
    flex-direction: column;
}

.guides {
    display: flex;
    text-transform: capitalize;
    flex-wrap: wrap;
    margin-bottom: 12px;
  column-gap: 10px;
  row-gap:10px;
  margin-top:5px;
}

.guides a#ccpops-trigger {
    padding-left: 0px !important;
}

.guides span.ccpops-trigger__text:hover {
    opacity: .5;
}


.guides a {
  text-underline-offset: 3px;
  margin-left: 0px !important;
}

div#product-description--description a {
    color: #1b1b1b;
    text-decoration: underline;
    text-underline-offset: 2px;
}
