/** Shopify CDN: Minification failed

Line 396:14 Expected identifier but found bad string token
Line 396:16 Unterminated string token

**/



.homeLogoSD img{
  max-width:250px;
}

.cusCopyRightText p{
  color:#fff;
}

.comingSoonHead h2{ 
  color:#fff;
  font-size:42px;
  text-transform: uppercase;
}

h2.newsletter-section__heading{
      font-size: 16px !important;
}
.newsletter-form__contact-email{
      font-size: 14px !important;   
}

input.newsletter-form__sign-up {
    border-radius: 0.5rem;
  font-size: 14px !important;   
}

@media screen and (min-width: 768px) {
    .newsletter-form__bottom-half {
        grid-template-columns: 2fr 1fr;
        grid-gap: 0.75rem;
    }
}
.newsletter-form p.success {
    background: #fff;
    color: #000;
    border-color: #ca3632;
}

.newsletter-form__sign-up {
    background-color: #fff !important;
    color: #0b2322 !important;
}

.newsletter-form__sign-up:hover:not(:disabled), .newsletter-form__sign-up:focus, .newsletter-form__sign-up:active {
    background-color: #ca3632 !important;
    color: #fff !important;
}



.cus2GridSec {
    display: grid;
    grid-template-columns: 1fr 1fr;
   position: relative;
}
.c2gsItem img {
    width: 100%;
}

.cusc2gsItemContent {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 3rem;
}

.c2gsItem {
    position: relative;
  margin-bottom: -10px;
}

.cusRightContent {
    text-align: right;
}

.cusLeftContent {
    text-align: left;
}

.cusc2gsItemContent h2 {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
    font-size: 56px;
}
.breadcrumbs__current {
    opacity: 1;
}


@media screen and (max-width: 768px) {
  .cusc2gsItemContent h2 {
      font-size: 40px;
  }
  
  .cusc2gsItemContent {
      padding: 20px;
  }
}



.cusAccWrap {
    border: none !important;
}

.cusAccWrap h2.footer-top__block-heading::after {
    display: none;
}

.cusAccWrap h2.footer-top__block-heading {
}



.site-header__wrapper{
  max-width: 100% !important;
}

.custom-home-bg  .site-header,
.page-thesets .site-header{
          background-color: transparent !important;
         position: absolute;
}

.site-header--sticky.body--scrolled .site-header__outer-wrapper {
  box-shadow: none !important;
}

.footer-top__block-heading { font-size: 14px !important;}
.footer-section { font-size: 12px !important;}

.cusFotterLogo img {
    max-width:150px;
}

@media screen and (max-width: 768px) {

    .cus2GridSec {
      display: grid;
      grid-template-columns: 1fr;
      position: relative;
  }

  .cus2GridSecHome {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }

  .cusRightContent, .cusLeftContent {
    text-align: center;
}
}





/* Product page
-----------------------------------------------------*/
.breadcrumbs-wrapper{
  display: none;
}
.product-page h1.product__title,
.product-page h2.product__title {
    font-size: 27px;
    text-align: center;
}

.product-page .product-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-page .product-text {
    margin-top: -50px;
}

.product-page .product-form form {
    text-align: center;
}

.product-page .product-form__quantity-box-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-page .product__description {
    text-align: center;
}

.product-page p.price-container__price {
    margin-top: -35px;
}

.options-selection__option-value-input:checked + .options-selection__option-value-name {
    border-color: #ca3632 !important;
}

.cart-drawer__checkout{
  background-color: transparent !important;
  color:#0B2322;
}
.cart-drawer__checkout:hover{
  background-color: #ca3632 !important;
}

.product__add-to-cart-button--secondary:hover:not(:disabled), .product__add-to-cart-button--secondary:focus, .product__add-to-cart-button--secondary:active {
    color: #ffffff;
    background-color: #ca3632;
    border: 1px solid #ca3632;
}

.accordion-content-inner ul {
    margin: 0px;
    padding: 0;
}

.accordion-content-inner li {
    margin-left: 20px;
    font-size: 11px;
    margin-bottom: 0px;
}


/* Footer
-----------------------------------*/
@media screen and (min-width: 576px) {
    .footer-top__wrapper--3-column {
        grid-template-columns: repeat(3, 0.25fr);
        display: grid;
        justify-content: center;
        justify-items: center;
    }
}

.footer-bottom__wrapper {
    border-top: none !important;
}


.product-form__quantity-box-wrapper{
    margin-bottom:0px;
}


/* Size Guide 
-------------------------------------------*/
.cusSizeGuideTableWrap {margin-top: -10px; width:100%;}

.cusSizeGuideTableWrap h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;
}

.cusSizeGuideTableWrap thead th {
    font-size: 12px;
    font-weight: 400;
}

.cusSizeGuideTableWrap td {
    padding: 2px;
    text-align: left;
}

.cusSizeGuideTableWrap table {/* border: 1px solid #000; */ width:100%;}

.cusSizeGuideTableWrap tr {
    border-color: #000;
}

.note {
    font-size: 12px;
}


/* The Story
---------------------------------------*/
.theStoryWrap p,
.page-thebrand p {
    text-align: left;
}

.page-thestory .custom-html h1,
.page-thestory .custom-html h2,
.page-thestory .custom-html p,
.page-thebrand .custom-html h1,
.page-thebrand .custom-html h2,
.page-thebrand .custom-html p
{
    color:#fff;
}
@media screen and (min-width: 576px) {
   .page-thestory .static-page__heading, 
   .page-thebrand .static-page__heading {
        padding: 0;
        margin: 1rem 0;
    }
}

.page-thestory section.custom-html,
.page-thebrand section.custom-html {
    background: #ca3632;
    margin: 0px;
    padding: 3rem 24px;
}

@media screen and (min-width: 960px) {
    .page-thestory section,
    .page-thebrand section {
        margin: 0px;
        padding: 3.5rem 56px;
    }
}
@media screen and (min-width: 768px) {
   .page-thestory section,
   .page-thebrand section {
        margin: 0px;
        padding: 3.5rem 40px;
    }
}
@media screen and (min-width: 576px) {
   .page-thestory section,
   .page-thebrand section {
        margin: 0px;
        padding: 3rem 32px;
    }
}




.theStoryImgs {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.tsiiImgWrap {
    width: 100%;
    height: 430px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tsiiImgWrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.theStoryImgItem h4 {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .theStoryImgs {
        display: grid;
        grid-template-columns: 1fr;
    }
    
    .tsiiImgWrap {
        width: 100%;
        height: auto;
    }

}

.grid2part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;';
}

.grid2partItems-img-container {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.grid2partItems h2.static-page__heading{
    margin-top:0px !important;
}

.grid2partItems-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 750px) {
        .grid2part {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.custom-home-bg ul.main-nav li a:hover,
.page-thesets ul.main-nav li a:hover
{
    color: #ca3632;
}

 .custom-home-bg ul.main-nav li a:hover::after,
.page-thesets ul.main-nav li a:hover::after{
 background-color:#ca3632;     
 }


 .product-block--size_chart {
    width: 100%;
}


@media screen and (min-width: 768px) {
    .product-content {
        margin-top: 30px;
    }
    
}


.custom-accordion-container,
.product-block--size_chart,
.shopify-section--recommended-products {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .cusSizeGuideTableWrap table{
        display:table !important;
    }
}

@media screen and (max-width: 768px) {

    .page-thestory section.custom-html {
     padding: 1rem 24px;
}

  /*  .newsletter-section{
        margin-top:-50px !important;
        margin-bottom:0px !important;
    }*/
}


.overlayText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.overlayText a {
    color: #fff;
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
}

a.slideshow-slide__button.slideshow-slide__button--primary {
    background: transparent;
    text-shadow: 0px 0px 19px rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
    border: none;
}

a.slideshow-slide__button.slideshow-slide__button--primary:hover,
a.slideshow-slide__button.slideshow-slide__button--primary:active,
a.slideshow-slide__button.slideshow-slide__button--primary:focus {
    background: transparent;
    border:none;
    box-shadow:none;
}