/** Shopify CDN: Minification failed

Line 785:3 Unexpected "/"

**/
/*main*/
.rte .swtc p {
  margin-top: 16px;
  margin-top: var(--spacing-4);
}

/*layouts*/
.multi-column .multi-column__grid .multi-column__grid-item-inner .multi-column__grid-item-image-wrapper {
  position: relative;
  display: block;
}
.multi-column .multi-column__grid .multi-column__grid-item-inner .multi-column__grid-item-image-wrapper .multi-column__grid-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--overlay-background);
  background: var(--overlay-background-gradient, var(--overlay-background));
  opacity: var(--overlay-opacity);
}
.multi-column .multi-column__grid .multi-column__grid-item-inner .multi-column__grid-item-image-wrapper .multi-column__grid-item-overlay-caption {
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.multi-column .multi-column__grid .multi-column__grid-item-inner .multi-column__grid-item-image-wrapper .multi-column__grid-item-overlay-caption .btn {
  top: 45%;
}

.slist {
  padding: 0;
}

/* PDP OVERRIDES */
.compare-price-font-style{
  font-size:17px; 
}

.inventory-counter.product__block {
    display: flex;
}

a.product__information-popup.product__block.fs-body-75 {
    font-size: 12px;
}

 .accordion__label-icons {
    min-height: 5px;
  }

.inventory-counter__message.fs-body-75 {
  font-size: 12px;
}

.product__details .product__label {
  font-size: 12px;
}

.inventory-counter.product__block.product__block--medium {
  margin-bottom: 0 !important;
}
@media screen and (min-width:960px){
    .product[data-gallery-size="medium"] .product__primary {
    grid-template-columns: 1fr 1fr;
  }
    .product__primary-right {
    min-width: 0 !important;
  }
}



@media screen and (max-width:600px){
  img.design-logo-rewards {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.column-custom  span.heading {
    font-size: 14px;
}

  .product__media-container.below-mobile.carousel{
    border-bottom: 1px solid grey;
    margin-bottom: 14px;
}
}

@media screen and (max-width:352px){
    .column-custom {
    width: 45%;
    flex-basis: 45% !important;
    margin-bottom: 0 !important;
  }
}


/*pages*/
.page-85181562935 #main .section {
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}

/*shop*/
.product__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.compare-price-font-style {
  /* font-size: 1.4em; */
  color: #d11241;
  margin-right: 10px;
}
.product__price s {
  margin-left: 12px;
  margin-left: var(--spacing-3);
  margin-right: 0 !important;
}
.product-form__item--submit .loading {
  border-radius: 0px;
}
.social-sharing__popup {
  position: relative;
}
.share-icons {
  flex-direction: column;
  align-items: flex-start;
}

/*menus*/
.meganav__nav li {
  margin-bottom: 0em;
}
.meganav__nav li[depth="0"].has-children:not(:last-child) {
  margin-bottom: 0em;
}
.meganav__nav .meganav_menu_header_item {
  margin-top: 17px;
}
.link_format_full .header__inner {
  max-width: 1040px;
}
.link_format_full .meganav__primary, .link_format_full ul, .link_format_full li {
  max-width: 100%;
}
.link_format_full .meganav__nav {
  padding: 0px;
}
.link_format_full .meganav__nav li {
  display: inline-block;
  float: left;
  width: 12.5%;
  height: 12.5%;
  margin-bottom: 0px;
  padding: 10px 20px 10px 20px;
}
.link_format_full .meganav__nav li:first-child {
  margin-top: 0em !important;
}
.link_format_full .mega-menu-wrapper {
  padding-top: 15px;
}
.link_format_full .menu-link-full-container {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}
.link_format_full .menu-link-full-container a.menu-link-full {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  font-family: Montserrat, Helvetica;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #333;
}
html:not(.no-js) .navigation__submenu-item .navigation__submenu-child-link label {
  cursor: pointer;
}

/*sliders*/
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}

/* signup popup */

#shopify-section-new-account-signup {
    position: absolute;
    width: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
}

 .account-signup-background-setting {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
    
   .account-signup-container{
     display:flex;
     flex-direction:column;
     justify-content:center;
     min-width: 420px;
    /* align-items:center; */
   }

    .account-signup-header{
      display:flex;
      justify-content:space-between;
      align-items:center;
    }

    .account-signup-header {
      background-size: 56% 100%, 100% 100%;
      background-repeat: no-repeat, no-repeat;
      padding: 14px 10%;
  }
  
  /* General styles for all browsers */
    .account-signup-header {
      background-size: 56% 100%, 100% 100%;
      background-repeat: no-repeat, no-repeat;
      padding: 14px 10%;
  }

  /* Specific styles for Safari 14+ */
    safari-14-up .account-signup-header {
      background-size: 69% 100%, 100% 100%;
      background-repeat: no-repeat, no-repeat;
      background-position: left -40% center, center center;
      padding: 14px 5%;
    }


    .account-signup-header-block1,.account-signup-header-block2{
      position: relative;
      display:flex;
      justify-content:center;
      align-items:center;
    }

    .account-signup-header .account-signup-header-image1 {
      width: 134px;
    }

    .account-signup-container .login__form {
      margin-top: unset;
    }
/* LOGIN POPUP */
#shopify-section-new-sign-in {
  position: fixed;
  width: 100%;
  z-index: 99999;
  background: #00000080;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

  /* REWARDS ACCOUNT PAGES */
header.account__header.page__header {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid black;
}

   header.account__header.page__header  ul{
    display: flex;
  }

   header.account__header.page__header  li{
    list-style:none;
    padding: 0 10px;
  }

   header.account__header.page__header li:not(:last-child) {
    border-right: 0px solid black;
  }

  .mobile, .tablet {
    display: none;
  }

  .membership-blue{
    color: #303030 !important;
  }

  .membership-red{
    color: #D11242 !important;
  }

  .membership-blue-container .membership-blue {
    color: #0172B6 !important;
  }

/* NEW NAV STYLES */

.drawer-menu__panel {
  top: -33px;
}

.drawer-menu__main {
    height: 100% !important;    
    overflow-y: auto; /* Allows scrolling only when needed */
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on iOS */
    padding-bottom: 20px; /* Adds padding to ensure last link is visible */
    overscroll-behavior: contain; /* Prevents the bounce effect */
}

.account_header-links.mobile {
    position: absolute;
    z-index: -2;
    width: 100%;
    background: white;
    top: 76px;
    text-decoration: none;
    height: 100vh;
}

.account_header-links.rewards-nav-inner-1-opened {
	z-index: 999;
}

.account_header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 14px 19px;
}

.account_header-customer-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
}

.account_header-customer-info p {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
}

.account_header-menu-account p {
  font-size: 10px;
  font-weight: 800;
  line-height: 10px;
}

.account_header-customer-info .account_header-data-points {
  font-weight: 400;
}

.account_header-links.mobile ul {
    list-style: none;
    padding: 0px 19px;
    margin:0;
}

.mobile-nav_main-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 0 19px; */
  position: relative;
  width: 100%;
}

.mobile-nav_top_main-footer {
  position: absolute;
  bottom: 30px;
  background: #ffffff;
}

.mobile-nav_bottom_main-footer {
  position: absolute;
  bottom: 0px;
}

.mobile-nav_main-footer-links {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
    text-align: left;
  gap:5px;
}

.find-store-mobile-nav {
  display: flex;
  gap: 5px;
}

.mobile-nav_main-footer-buttons {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background-color: #fff;
}

.mobile-nav_main-footer-buttons p {
  font-size:10px;
}

.mobile-nav_main-footer-buttons p:first-child {
    font-weight: bold;
    padding-bottom: 0px;
}

.mobile-nav_main-footer-buttons p:last-of-type {
    padding-bottom: 10px;
}

.mobile-nav-footer-btn{
  min-width: 48%;
  text-align: center;
  font-size:10px;
  font-weight: 700;
}

.mobile-nav-footer-btn.black{
  background: #303030;
  color:white;
  padding: 10px 30px;
}

.mobile-nav-footer-btn.white{
  background:white;
  border: 1px solid black;
  padding: 10px 20px;
}

/* .drawer-menu__contents {
  height: 100%;
}

}
.drawer-menu__main {
  height: 100% !important;
  display: grid;
} */

.drawer-menu__all-links {
  justify-content: unset;
}

.drawer-menu__panel {
  height: 96%;
}

.header .drawer-menu__panel {
  height: 100%;
}

.header .drawer-menu__link {
  font-weight: 500;
}

.mobile-nav_main-footer-extra {
  width: 100%;
  text-align: center;
  padding: 8px 19px;
  display: grid;
  background: #303030;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  grid-auto-columns: fit-content;
  grid-column: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
}

.account-list-wrap h4{
  color:black !important;
  padding: 0px 18px;
}

.account-list-wrap p {
  background: none;
  color: black;
  padding: 0px 18px;
}

.account-list-wrap a {
  color: black;
}

.reward-detail-image {
  width: 50%;
  padding: 10px 0 10px 15px;
}


.desktop-dropdown-name {
  padding: 15px 0;
}

.desktop-dropdown-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-top: 1px solid #F5F6F7;
  margin: 0 18px;
}

.desktop-dropdown-footer p{
  padding: 0;
}

.desktop-dropdown-footer span {
  color: black;
}

.desktop-dropdown-footer span.icon.icon-new.icon-chevron-small  {
  display: none;
}

.desktop-dropdown-buttons {
  display: flex;
  padding: 0 15px;
  justify-content: space-between;
  font-size: 10px;
}

.desktop-dropdown-buttons .account-section_account-links {
  font-size: 10px !important;
  font-weight: 700;
  width:48%;
  padding:5px 0px;
  text-align:center;
}

.btn-black-nav{
  background:#303030;
  color:white !important;
}

.btn-white-nav{
  border:1px solid #303030;
  color: #303030;
  width:48%;
}

.account_header-mobile {
    display: none;
}

/*carousels*/
.swiper-wrapper-center {
  align-items: center;
  justify-content: center;
}
.custom-carousel .custom-carousel-wrapper-center {
  white-space: nowrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.custom-carousel .custom-carousel__items {
  overflow-x: hidden;
  overflow-y: hidden;
}
.custom-carousel .custom-carousel__item {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px;
  margin: 0px;
  transition: transform 0.3s ease-out;
}
.custom-carousel .custom-carousel__item:hover {
  transform: scale(1.125);
}
.custom-carousel .custom-carousel__item .custom-carousel-item .custom-carousel-item__image-wrapper .image, .custom-carousel .custom-carousel__item .custom-carousel-item .custom-carousel-item__image-wrapper .image__img {
  height: 100%;
}

.account_header-mobile.mobile.account-page {
    display: none;
    padding-right:0;
}


/* HARD OVERRIDES */
.header__icon-touch {
  width: fit-content;
  margin: 0 7px;
}

customize-header-inner .header__row .header__row-segment.right {
  gap: 36px;
}

.semibold{
  font-weight:600;
}

.image-full-width {
  width: 100%;
}

.justify-content-center{
  justify-content: center !important;
}

.text-underline {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none;
}

[data-js-cart-count] {
  background: #CF1742;
  border-radius: 73px;
  /* min-width: 0; */
  /* height: 0; */
  padding: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  font-family: Gotham,Helvetica,sans-serif;
  background: #CF1742;
  color: white;
  border: none !important;
  box-shadow: none;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CUSTOM CHECK INVENTORY OVERRIDES */


.modal-product-details-red{
  color:#D11242 !important;
}

.modal-product-details-strike{
  color: #9B9B9B;
  text-decoration: line-through;
}

.modal-product-info-container {
  display: flex;
  justify-content: center;
  text-align: left;
  gap: 22px;
  font-size: 14px;
  align-items: center;
  margin: 33px 0;
}

.modal-product-info-container .modal-product-details_title, .modal-product-info-container .modal-product-details_attributes, .modal-product-info-container .modal-product-details_price {
  font-size: 14px;
  line-height: 20px;
}

.modal-product-info-container .modal-product-details_attributes {
  color: #9B9B9B;
}

.modal-product-details_input-container {
  display: flex;
  align-items: flex-start;
}

#checkStockZipInput {
  margin: 0 !important;
}

.modal-product-details_input-container {
  padding: 10px 10px;
  border: 1px solid #E3E2E1;
  /* margin: 0 30px; */
}

.stock-check-input {
  display: flex;
  gap: 10px;
  margin: 0 !important;
}

.stock-check-input-1 {
  align-items: center;
}

.stock-check-input-2 {
  align-items: flex-start;
  justify-content: flex-end;
}

.modal-product-input-text {
  font-size: 13px;
  line-height: 28px;
  flex-grow: 1;
  display: inline-block;
}

.modal-product-input-text .separator {
  margin-left: 10px;
  margin-right: 10px;
}

#checkStockZipInput {
  max-width: 131px !important;
}

.mdali {
  border-radius: 0px !important;
}

/* Floating Chat and Captcha Icons Overrides */
#livesdk__campaign {
	z-index: 100 !important;
}

.livesdk__placement-inner.bottom-right {
    bottom: 160px!important;
}

#shop-hcaptcha-badge-container {
    z-index: 100 !important;
    bottom: 100px!important;
}


/* FOOTER */
.footer__header.ff-body.font-mont span {
  /* width: 100%; */
}

.app-store-wrap {
  display: flex;
  justify-content: space-between;
}

.play-st {
  margin-right: 0 !important;
} */


/* @media screen and(min-width:600px){
  .footer__group.footer__group--text.footer__group--4.footer__group--last {
  max-width: 275px;
}
}


/* UTILITIES */

.ftw-400{
  font-weight:400;
}

  .membership-blue{
    color: #303030 !important;
  }

  .membership-red{
    color: #D11242 !important;
  }

.ital{
  font-style:italic;
}

.mt-10{
  margin-top:10px;
}
.font-size-14{
  font-size:14px;
}

.font-size-17{
  font-size:17px;
}

.full-width{
  width:100%;
}

/*responsive*/
@media (orientation: landscape) {
	
	/*main*/
	.mobile-nav_main-footer-buttons {
	  margin-bottom: calc(20* var(--vh));
	}
	
}
@media (max-width: 1040px) {

  /*main*/
  .link_format_full .header__inner {
    max-width: 100%;
  }
  
}

@media screen and (max-width:960px){
  .account_header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 14px 19px;
    background-color: #F1F1F1;
}

    .account_header-mobile.mobile.account-page {
    display: block;
}

  header.account__header.page__header  ul.desktop{
    display:none;
  }
    .desktop{
    display:none;
  }
}

.font-mont, .font-mont p, .font-mont a {
  font-family: Montserrat, sans-serif !important;
}

.font-reg{
  font-weight:400 !important;
}

  @media screen and (max-width:600px){
    .mobile{
    display:block;
  }
    .account-signup-background-setting {
    position: sticky;
    width: 360px;
    left: 0%;
    top: 5%;
}

    
  }

  @media screen and (max-width:390px){
    
    .reward-center-banner-image .mobile {
      display: block;
    }

  }

@media (max-width: 1040px) {

  /*main*/
  .link_format_full .header__inner {
    max-width: 100%;
  }
  
}
@media only screen and (max-width: 1395px) {

  /*main*/

  /*carousels*/
	.custom-carousel .custom-carousel__items {
		overflow-x: scroll;
	}

}

.mobile-flex{
  display:none;
}

.app-store-wrap {
    display: flex !important;
  justify-content:center;
  gap:12px;
}

.app-store-wrap img {
    width: 100%;
    height: auto;
}


@media screen and (max-width:960px){
  .mobile-flex{
    display:flex;
}

    .desktop{
    display:none !important;
  }

  .font-size-17{
  font-size:14px;
}

  .modal-product-details_input-container {
  border: none;
    padding:0;
}

  .mdali {
  width: 90%;
}

}
/* PLP page */
.snize-product-filters-price-symbol {
  display: none;
}
/* Hide chat in mobile */
@media screen and (max-width:600px){
 .livesdk__Draggable {
    display: none;
  }
 /* #attentive_overlay {
    display: none;
  }
  */
}

 .cardigan-label--hidden {
      height: 0;
      width: 0;
      margin-bottom: 0;
      overflow: hidden;
  }
    .cardigan-wrap {
      display:block;
      max-width: 540px;
      margin: 0 auto;
      padding: 0 3.3vw;
    }
    .cardigan-input {
      width: 100%;
     margin-bottom:16px;
    }
  .cardigan-form {
  width: 100%;
  }
    .cardigan-section-header {
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
    }
    .cardigan-wrap-form {
      display: flex;
      justify-content: center;
    }
  
    .cardigan-results-message {
      display: flex;
      font-weight: 600;
      margin-bottom: 10px;
    }

    
