/** Shopify CDN: Minification failed

Line 115:12 Expected identifier but found whitespace
Line 115:13 Unexpected "("

**/

h1, h2, h3, h4, h5, h6 {
    font-size: 32px;
    /* font-family: 'sans-serif'; */
}
.page-width {
    width: 1400px !important;
    /* padding:18px; */
    margin: auto;
    width: 100% !important;
}
.bestsellers .page-width {
    width: 100% !important;
    max-width: 1400px !important;
    margin: auto;
}
.grp-entangle--root {
    max-width: 1400px!important;
    margin: auto!important;
    padding: 0 16px!important;
}
section.featured-offers-section.section-wrapper {
    padding: 16px;
}
.chl-left-title{
  font-family: sans-serif;
}
h2.slide-title{
  font-family: sans-serif; 
}

.hf-title {
  font-family: sans-serif;
}

div.section--slideshow {
    padding: 0 20px;
}
.image-with-text--root {
    padding: 0 20px;
}
.featured-content--image {
border-radius:20px;
}
div.section--image-comparison {
  padding: 0 20px;
}
picture.image--root {
  border-radius: 20px;
}
/* the underline pseudo-element */
.chl-left-title::after{
  content: "";
  position: absolute!important;
  left: 0;
  bottom: -8px; /* distance from baseline, adjust */
  height: 3px!important;
  width: 0%;
  background:#1b3b8e;
  border-radius: 3px;
  transition: width .32s cubic-bezier(.2,.8,.2,1);
}
.product-card--root img {
    object-fit: contain !important;
}
.chl-left-title:hover{
  color: #1b3b8e !important;
  cursor:pointer!important;
  text-decoration: underline;
    text-decoration-thickness: 3px;
}
/* on hover grow the underline */
.chl-left-title:hover::after{
  width: 48%!important;
}
li.x-menu--level-1--link a {
    font-size: 14px !important;
    font-weight: 600 !important;
     font-family: sans-serif;
}
li.x-menu--level-1--link a:hover{
    color: #1b3b8e !important;
  cursor:pointer!important;
}
.header--root[data-hover-disabled=false] .x-menu--level-1--link .x-menu--level-1--text:after{
    background: #1b3b8e !important;
}
.shop-the-look--title h2 {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.5;
}
button.collapsible-row--toggle:hover {
    color: #081ab5;
}
label.collapsible-row--heading {
    font-weight: 600;
}
button.product-buy-buttons--primary::before {
    border-radius: 20px;
}
img.product-card--image {
    border-radius: 12px;
}
img.product-card--hover-image {
  border-radius: 12px;
}
.product--breadcrumbs
Specificity: (0,1,0)
 {
    display: none;
}
.collection-header--root {
    padding-left: 46px;
    padding-right: 46px;
}
.collection-header--heading h1 {
    /* font-weight: 600; */
    font-size: 52px !important;
}
.product-buy-buttons--smart .shopify-payment-button__button--unbranded {
    border-radius: 100px !important;
}
button.product-buy-buttons--primary {
    border-radius: 100px !important;
}
/* img.product-card--image {
    min-height: 450px !important;
} */
 .contact--root {
    padding: 60px 0px;
}
@media only screen and (max-width: 767px) {
 :root  h2.chl-left-title {
    font-size: 37px !important;
}
.chl-pill {
    min-width: 100% !important;
    justify-content: start !important;
}
.collection-header--root {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
  .bestsellers-grid {
    grid-template-columns: 1fr!important;
  }
  .collection-header--heading h1 {
    /* font-weight: 600; */
    font-size: 32px !important;
}
:root .hf-title{
  font-size:27px !important;
}
.hf-slide {
    align-items: end !important;
}
}

@media only screen and (max-width: 1024px) {
  .bestsellers-grid {
    grid-template-columns: 2fr;
  }
}
