/** Shopify CDN: Minification failed

Line 3666:167 Unexpected "/"

**/
/* Hide announcement bar for now */
.announcement-bar { display: none !important; }

.announcement-bar__message.h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button{
  display:none !important;
}

slider-component .thumbnail-list.list-unstyled {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
    justify-content: center;
}

slider-component .thumbnail-list.list-unstyled  .thumbnail-list__item {
    position: relative;
    width: 40px !important;
    height: 2px;
    background: #908c8c;
}

slider-component .thumbnail-list.list-unstyled  .thumbnail-activated .thumbnail{
    box-shadow: none;
    border-color: #cd242a !important;
}

slider-component .thumbnail-list.list-unstyled  .thumbnail-list__item img{
  display:none;
}

.open-category{
  cursor: pointer;
}

img.reason-icon {
    width: 34px;
}

h2.section-heading {
    text-align: center;
    font-weight: 700;
}

.promo-sections-appliances {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 60px;
}

.product-tags {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-tags label {
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.product-tags ul li {
    border: 1px solid #ce1126;
    display:none;
    font-size: 20px;
    line-height: 21px;
    padding: 6px 14px;
    color: #ce1126;
    cursor: pointer;
}

.product-tags ul li.activated{
    display: inline-block;
}

.product-tags ul{
    margin: 0;
    list-style: none;
    display: flex;
    gap: 6px;
    padding: 0;
}

.promo-block-appliances {
    width: calc(25% - 30px);
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.promo-block-appliances img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-block__image-wrapper-appliances {
    height: 100%;
}

.promo-block-appliances a.promo-block__button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ce1226;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.collections-list {
    background: #fff;
    padding: 60px 0;
}

.collections-list p.subtitle {
    text-align: center;
    margin: 0;
}

.collections-list h2.section-heading{
  margin: auto;
  display: table;
  margin-bottom: 5px;
}

.collections-list .collection-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.collections-list .collection-list img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.collections-list .collection-list h3 {
    margin: 0;
    background: #ce122657;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 10px;
    font-size: 15px;
    color: #000;
}

.collections-list .collection-list  .collection-item {
    width: calc(16% - 20px);
}

.collections-list .collection-list  .collection-item a{
  text-decoration: none;
}

.product__sku {
    color: #ce1226;
    font-weight: 600;
}

.notification-request-popup {
    display: none;
    z-index: 10;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
}

.mega-menu .mega-menu__content {
    background: #ce1226;
    width: 240px;
    padding: 6px 0;
}

.mega-menu__list--condensed .mega-menu__link {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.notification-request-popup.show {
    width: fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.notification-request-popup.show  .popup-overlay, .notification-request-popup.show {
    display: block;
}

.header__menu-item .icon-caret path{
  fill: #fff;
}

.list-menu--inline li{
  position: relative;
}

.badge-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.new-box-badge.new-open-box {
    background: #eae9e9;
}

.new-box-badge.like-new-box {
    background: rgb(0 58 90 / 23%);
}

.list-menu--inline li:hover .mega-menu__content {
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: auto;
}

.new-box-badge {
    padding: 4px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    width: fit-content;
    white-space: nowrap;
}

.new-box-badge.new-box{
  background-color: #ce122624;
}

.js-close-notification {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    top: 10px;
    cursor: pointer;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.popup-overlay.show{
  display: block !important;
}

.notification-request-popup .submit-request-box {
    max-width: 427px;
    margin: auto;
    padding: 32px;
    border-radius: 8px;
    background: white;
    text-align: left;
}

.notification-request-popup p:first-child {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.notification-request-popup p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.form-field input, .form-fields input {
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #e7e5df;
    background: #fff;
    color: #979797;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.form-field {
    margin-bottom: 16px;
}

.form-fields {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notification-request-popup .btn-primary {
    margin-top: 16px;
    border-radius: 44px;
    background-color: #cd232a;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    border: 2px solid #cd232a;
}

.announcement-bar__message.h5 svg{
  display: none;
}

.announcement-bar__message.h5 p{
  font-size: 14px;
}

img.announcement-image {
    width: 30px;
    height: auto;
}


.header__icon:not(.header__icon--summary){
    position: relative;
    top: -6px;
}

/* ═══════════════════════════════════════════════════════
   SMS FINANCE BANNER — bold single financing section
═══════════════════════════════════════════════════════ */

/* Hide old finance box classes (no longer used) */
.mpfs__finance-box, .finance-box, .finance-box__header,
.finance-box__price, .finance-box__info { display: none !important; }

/* New banner */
.sms-finance-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 16px;
  border-left: 5px solid #ce1226;
  box-shadow: 0 4px 20px rgba(206,18,38,0.15);
}

/* Left side */
.sms-finance-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.sms-finance-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sms-finance-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sms-finance-headline {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}
.sms-finance-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-weight: 400;
  line-height: 1.4;
}

/* Right side */
.sms-finance-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.sms-finance-amount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}
.sms-finance-from {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sms-finance-mo {
  font-size: 32px;
  font-weight: 900;
  color: #ce1226;
  line-height: 1;
}
.sms-finance-mo em {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: rgba(255,255,255,0.7);
}
.sms-finance-term {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
.sms-finance-cta {
  background: #ce1226;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.sms-finance-cta:hover {
  background: #a80d1e;
}

@media (max-width: 749px) {
  .sms-finance-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
  }
  .sms-finance-right {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sms-finance-amount {
    align-items: flex-start;
  }
  .sms-finance-mo {
    font-size: 26px !important;
  }
  .sms-finance-cta {
    flex-shrink: 0;
    font-size: 12px;
    padding: 9px 14px;
  }
}

/* Finance box popup */
body:has(finacing-info-popup.show) #cf_ram_widget_button {
  opacity: 0;
}
finacing-info-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999999;
}
finacing-info-popup:not(.show) {
  opacity: 0;
  top: 100%;
  left: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

finacing-info-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.fip__content {
  position: relative;
  width: 95%;
  max-width: 427px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  max-height: 80%;
  overflow: scroll;
  z-index: 2;
  top: 100%;
  opacity: 0;
  transition: all 260ms ease-in-out;
  transition-delay: 80ms;
}
finacing-info-popup.show .fip__content {
  top: 0;
  opacity: 1;
}
finacing-info-popup.closing .fip__content {
  top: 100%;
  opacity: 0;
}

finacing-info-popup .fip__title {
  color: #212121;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.fip__price-per-month {
  color: #ce1226;
  font-weight: 700;
}
.fip__description {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.fip__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fip__step {
    padding: 8px;
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
    border-radius: 8px;
    background: #ce122621;
}
.fip__step-number {
    display: flex
;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #ce1226;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
}
.fip__step-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fip__step-title {
  color: #2a351b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 20px */
}
.fip__step-description {
  color: #2a351b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.fip__btn,
.cp__btn {
  display: flex;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 44px;
  background: #2a351b;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  border: none;
  width: fit-content;
  cursor: pointer;
}
.fip__footer-info {
    color: #171717;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* End of finance box popup */

.product-sliders .swiper-slide {
    height: 545px;
    width: 100%;
    overflow: hidden;
}

.product-sliders .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-sliders .product-media-thumbnail {
    height: 100%;
}

.gallery-product-wrapper .swiper-pagination {
  position: relative;
  margin-top: 10px;
  text-align: center;
  z-index: 10;
}

.product-sliders{
  position: relative;
}

.product-sliders .swiper-button-next,.product-sliders .swiper-button-prev {
    position: absolute;
    transform: rotate(180deg);
}

.product-sliders .swiper-pagination {
    position: relative;
    margin-top: 30px;
    z-index: 999;
}

/* Container for pagination - ensures full width */
.product-sliders .swiper-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}

/* Each bullet takes equal space */
.product-sliders .swiper-pagination-bullet {
  flex: 1;
  height: 3px; /* Adjust thickness */
  margin: 0 !important;
  border-radius: 0;
  background: #ccc; /* Inactive color */
  opacity: 1;
  transition: background 0.3s ease;
}

/* Active bullet style */
.product-sliders .swiper-pagination-bullet-active {
  background: #ce1226; /* Active color */
}

.product__media-list{
  flex-direction: column;
}

.product__media-list li{
    max-width: 100% !important;
    width: 100% !important;
}

@media( min-width:1200px ){
  .header-search-list .modal__content {
      position: relative;
      width: 480px;
      opacity: 1 !important;
      border: none !important;
  }
  
  .header-search-list .header__icon .svg-wrapper {
      display: none;
  }
  
  .header-search-list .field:after,
  .header-search-list .select:after,
  .header-search-list .customer .field:after,
  .header-search-list .customer select:after,
  .header-search-list .localization-form__select:after{
    display: none !important;
  }
  
  .header-search-list .field:before,
  .header-search-list .select:before,
  .header-search-list .customer .field:before,
  .header-search-list .customer select:before,
  .header-search-list .localization-form__select:before{
    display: none !important;
  }
  
  .header-search-list input#Search-In-Modal {
      border: 1px solid #d1d5db;
      outline: 0;
      box-shadow: none;
      border-left: 0;
      margin: 0;
      height: 45px;
      border-radius: 0 8px 8px 0;
  }
  
  .header-search-list  .header__icon.header__icon--search,.header-search-list details[open] .modal-overlay:after {
      display: none;
  }
  
  
  .header-search-list .search-modal__content {
      padding: 0;
      border-bottom: 0 !important;
  }
  
  .header-search-list .modal__close-button.link {
      display: none;
  }
  
  .header-search-list {
      display: flex;
      align-items: center;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      margin-top: -10px;
  }
  
  a.header__icon.header__icon--account {
      position: relative;
      top: -8px;
  }
}


#cart-icon-bubble {
    position: relative;
    top: -7px;
    padding-right: 20px;
}

.header-categories-btn.small-hide.medium-hide {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-search-category {
    min-width: max-content;
    display: flex;
    border-radius: 8px 0 0 8px;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    font-size: 17px;
    font-weight: 600;
    padding: 7px 20px 7px 15px;
    height: 45px;
    cursor: pointer;
}

.search__button.field__button {
    background: #000 !important;
    border-radius: 0 8px 8px 0;
}

.search__button.field__button .svg-wrapper svg path{
  fill: #fff;
}

.header__menu-item {
    color: #111928 !imprtant;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.promo-sections {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
}

.promo-block.promo-block {
    width: 50%;
    padding-right: 24px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items:center;
    gap: 44px;
}



.promo-block__image-wrapper {
    width: 150px;
}

.promo-block__content {
    width: calc(100% - 150px - 44px);
}

.promo-block__content p{
  margin: 0;
}

.promo-block__image-wrapper img{
  width: 100%;
  height: auto;
}

.promo-block.promo-block {
    width: 50%;
    padding-right: 24px;
}

.header__heading-logo-wrapper {
    position: relative;
    top: -11px;
    left: 15px;
}

.product-swiper-section{
  position: relative;
}

 .product-swiper-section .swiper {
    padding: 0;
    margin: 0 -15px;
    padding-top: 80px;
  }
  
  .swiper-slide {
    height: auto;
  }
  
  .product-card {
      border-radius: 8px;
      padding: 24px;
      background-color: #fff;
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      text-decoration: none;
      height: 100%;
  }

 .product-card .pricing-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px !important;
}

 .product-card  .current-price, .product-card  .prev-price {
    width: calc(50% - 10px);
}

.product-card  .prev-price{
  text-align: right;
}

 .product-card  .current-price .price-heading, .product-card   .prev-price .price-heading{
    font-size: 14px;
    margin-bottom: 0px;
    color: #2a351b;
    white-space: nowrap;
    display: block;
 }

 .product-card .save-amount{
    padding: 1px 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27.2px;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    align-items: center;
    width: fit-content;
    background-color: #ce1126;
}

 .product-card  .current-price span.price {
    font-size: 22px;
    line-height: 23.4px;
    text-align: left;
    color: #252525;
    font-weight: 700;
}

 .product-card   .prev-price del {
     font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: right;
    color: #797979;
}

.product-card .js-only-left.only-left-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px;
    background: #ce0f26;
    width: fit-content;
    padding: 4px 8px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9991;
}

.product-card .js-only-left.only-left-badge svg{
  width: 18px;
  height: auto;
}

.product-card .js-only-left.only-left-badge svg path{
  fill: #fff;
}

p.product-card__financing-info {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    background: #fff5f5;
    border: 1px solid rgba(206,18,38,0.2);
    border-radius: 7px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 500;
    color: #888;
    line-height: 1.3;
}

p.product-card__financing-info::before {
    content: '💳';
    font-size: 12px;
    flex-shrink: 0;
}

p.product-card__financing-info strong {
    color: #ce1226;
    font-weight: 800;
    font-size: 13px;
    margin-left: 2px;
}

.icons-prices {
    position: absolute;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 33px;
    right: 12px;
}

.icons-prices svg {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.icons-prices .warrenty-icon,
.icons-prices .warranty-icon {
    transform: scale(.85);
}

.icons-prices .installation-icon {
    transform: scale(.9);
}

.icons-prices .delivery-icon {
    transform: scale(.9);
}
  
  .product-image {
      position: relative;
      overflow: hidden;
      height: 300px;
      width: 100%;
  }
 @media screen and (min-width: 768px) { 
.product-image {
      position: relative;
      overflow: hidden;
      height: 400px;
      width: 100%;
  }
 }
  .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
  }


  
  .product-card:hover .product-image img {
    transform: scale(1.03);
  }
  
  .product-info {
    padding: 15px 15px 50px;
    flex-grow: 1;
  }
  
.product-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}
  
  .product-pricing {
    margin-bottom: 8px;
  }
  
  .compare-at-price {
    text-decoration: line-through;
    color: #999;
    margin-left: 8px;
    font-size: 14px;
  }
  
  .sale-price {
    color: #d32f2f;
    font-weight: bold;
    font-size: 18px;
  }
  
  .slider-nav-group {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 20px;
      padding: 0 15px;
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .slider-nav-group a {
      color: #ce1226;
      text-decoration: none;
      font-weight: 700;
      margin-right: 16px;
  }

.swiper-button-prev:after, .swiper-button-next:after{
  display: none;
}
  
  .slider-nav-group a:hover {
    text-decoration: underline;
  }
  
  .slider-nav-inner {
    display: flex;
    gap: 10px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #f5f5f5;
  }
  
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 20px;
    height: 20px;
  }

  .swiper-button-next svg path,
  .swiper-button-prev svg path{
    stroke: #ce1226;
    fill: #ce1226;
}
  
  .swiper-button-prev svg {
    transform: rotate(180deg);
  }


.product-swiper-section h2.section-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 60px;
  
}

.canadian-proudcts {
    padding-left: 190px;
    padding-bottom: 40px;
    position: relative;
}

.canadian-proudcts .slider-nav-group {
    top: 46px;
    margin-top: 0;
}

.canadian-proudcts:after{
    background: linear-gradient(180deg, #f1efec 50%, #ce1126 50.01%);
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    content: '';
    position: absolute;
}

.canadian-proudcts .swiper-slide {
    background: #fff;
}

.testimonial-content {
    padding: 12px 20px;
}


.canadian-proudcts .section-heading {
    display: flex;
    align-items: center;
    line-height: 56px;
    font-size: 51px !important;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
}

.canadian-proudcts .section-heading svg{
      margin-left: 15px;
}

.canadian-proudcts .testimonial-image {
    height: 280px;
}

.canadian-proudcts .testimonial-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canadian-proudcts .testimonial-product-section {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 10px;
}

.testimonial-product-section-cintent {
    width: calc(100% - 100px);
}

.testimonial-product-section-cintent  h3.product-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px;
}

.canadian-proudcts .testimonial-product-section .client-avatar {
    width: 77px;
}

.canadian-proudcts span.btn-category {
    padding: 2px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: fit-content;
    white-space: nowrap;
}

.canadian-proudcts .pricing-area {
    border-radius: 4px;
    border-top: 1px solid #f1efec;
    padding-top: 8px;
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.canadian-proudcts .prev-price del{
    font-weight: 400;
    line-height: 23.4px;
    text-align: right;
    color: #797979;
    font-size: 20px;
}

.canadian-proudcts .client-details h4 {
    margin: 7px 0;
}

.testimonial-quote p{
    color: #111;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 8px 0;
}

.review-content-item {
    padding: 0 20px;
}

.canadian-proudcts .client-details em{
    color: #111;
}


.canadian-proudcts .pricing-area span.price-heading {
    font-size: 14px;
    color: #2a351b;
    white-space: nowrap;
    margin-bottom: 8px;
}

.canadian-proudcts .pricing-area .current-price span.price{
    font-weight: 700;
    line-height: 23.4px;
    text-align: left;
    color: #252525;
    font-size: 22px;
}

.canadian-proudcts .pricing-area span.save-amount {
    padding: 1px 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 27.2px;
    text-align: left;
    color: #fff;
    border-radius: 4px;
    display: flex;
    gap: 4px;
    align-items: center;
    width: fit-content;
    background-color: #ce1126;
}

.canadian-proudcts .section-heading span{
  color: #ce1226 !important;
}

.vendor-list {
    display: inline-block;
    border: 1px solid #ce1226;
    background: transparent;
    padding: 2px 25px;
    border-radius: 0;
    color: #ce1226;
    font-weight: 700;
}

.facets__summary {
    font-weight: 700 !important;
}

.canadian-proudcts .section-heading svg path{
  fill: #ce1226;
}

.canadian-proudcts .slider-nav-inner {
    padding-right: 16px;
}

.canadian-proudcts .swiper-button-next,
.canadian-proudcts .swiper-button-prev{
    background: #fff;
}

.canadian-proudcts .swiper-button-next svg path,
.canadian-proudcts .swiper-button-prev svg path{
  stroke: #ce1226;
  fill: #ce1226;
}

.canadian-proudcts .product-card{
    padding: 0;
    border-radius: 0;
}

.canadian-proudcts .product-card .product-image img{
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canadian-proudcts .product-card .product-image{
  height: 280px;
}

 .promo-sections.promo-four-column {
    padding: 32px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #302929;
}

.promo-sections-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.promo-sections-list .promo-block.promo-block {
    width: 25%;
    padding-right: 0;
    flex-direction: column;
    gap: 16px;
}

.promo-sections-list .promo-block.promo-block  .promo-block__image-wrapper {
    width: 40px;
    height: 40px;
    background: #c58d5d;
    border-radius: 80px;
   position: relative;
}

.promo-sections-list .promo-block.promo-block  .promo-block__image-wrapper  img{
    width: 45px;
    display: table;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.promo-sections-list .promo-block.promo-block .promo-block__content {
    width: 100%;
    max-width: 304px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.review-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.review-wrapper .review-wrapper-thumbnail {
    width: 100%;
    max-width: 765px;
}

.review-wrapper .review-wrapper-thumbnail img {
    width: 100%;
    height: auto;
}

.review-wrapper h3{
    width: 100%;
    max-width: 370px;
    color: #f1efec;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -.86px;
}


/**
 * Slider Instance
 */

.horizontal-ticker .swiper {
	width: 100%;
}

.horizontal-ticker .swiper-wrapper {
	transition-timing-function: linear !important;
}

.horizontal-ticker .swiper-slide {
	height: auto !important;
}

.horizontal-ticker .horizontal-ticker {
	margin: 0 -20px;
	display: flex;
	flex-direction: column;
	row-gap: 2.85vw;
}

.horizontal-ticker__slide {
	position: relative;
	width: 40.625vw;
	overflow: hidden;
}

div#horizontal-ticker-rtl {
    transform: rotate(1.5deg);
    background: #ce0f26;
    position: relative;
    z-index: 2;
}


.swiper-slide-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-slide-item .review-text p {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.review-thumbnail img {
    width: 61px;
    height: 60px;
}

#horizontal-ticker-ltr .swiper-slide-item .review-text p {
    color: #ce0f26;
}

.promo-sections.promo-four-column .page-width {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

div#horizontal-ticker-ltr {
    transform: rotate(-1.5deg);
    background-color: #e7e5df;
}

.footer-block--newsletter {
    justify-content: space-between !important;
    align-items: flex-start !important;
}



.footer-block--newsletter ul.footer-menu {
    display: flex;
    list-style: none;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.footer-block--newsletter ul.footer-menu li a{
    color: rgba(37, 37, 37, 0.75);
    text-decoration: none;
    transition: all .3s ease;
}

.footer-block--newsletter ul.footer-menu li a:hover{
  color: rgba(37, 37, 37, 1);
}

nav.header__inline-menu {
    display: flex;
    justify-content: center;
}

.promo-block-appliances:nth-child(2) a.promo-block__button{
  width: 275px; 
  padding: 10px;
}

.promo-block-appliances:nth-child(3) a.promo-block__button{
  width: 185px; 
}

.promo-block-appliances:nth-child(4) a.promo-block__button{
   width: 170px;
}

/* Desktop: hide hamburger — categories always visible in horizontal bar */
.menu-icon {
    display: none;
}

.menu-icon svg {
    width: 21px;
}

.menu-icon svg path {
    fill: #fff;
}

/* ===== HORIZONTAL CATEGORY NAV — Red brand bar ===== */
a.seven-menu-title {
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-bottom: none;
    transition: background 0.2s ease;
    width: auto;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0.02em;
}

a.seven-menu-title:hover,
.seven-menu-item:hover > a.seven-menu-title {
    background: rgba(0,0,0,0.25);
    color: #fff;
}

.seven-menu-item {
    width: auto;
    position: relative;
}

.seven-menu-item svg.right-arrow {
    position: static;
    transform: rotate(0deg);
    opacity: 0.7;
    flex-shrink: 0;
}

.seven-image-grid {
    position: absolute;
    left: 0;
    top: 100%;
    width: 640px;
    max-width: 90vw;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
    padding: 8px 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.18);
    border-top: 3px solid #fff;
    z-index: 9999;
}

.seven-menu-item:hover .seven-image-grid {
    opacity: 1;
    pointer-events: all;
}


.seven-image-grid .seven-image-item img {
    height: 140px;
    width: 100%;
    object-fit: contain;
}

.seven-image-grid .seven-image-item {
    text-align: center;
    padding: 20px;
    position: relative;
}

.seven-image-grid .seven-image-item:after{
    content: "";
    background: #e7e7e7;
    position: absolute;
    top: 20px;
    height: calc(100% - 40px);
    width: 1px;
    right: 0;
}

.seven-image-grid .seven-image-grid-item:last-child .seven-image-item:after{
  display: none;
}

a.seven-image-link {
    text-decoration: none;
}

.seven-image-grid .seven-image-item:before{
  width: 100%;
  height: 1px;
  bottom: 20px;
  right: 0;
  content: "";
  background: #e7e7e7;
  position: absolute;  
}

.seven-image-grid > * {
  flex: 1 0 auto;
}

.seven-image-grid:has(:nth-child(4)) > * {
  width: 25%;
}

.seven-image-grid:has(:nth-child(3)):not(:has(:nth-child(4))) > * {
  width: 33.33%;
}

.seven-image-grid:has(:nth-child(2)):not(:has(:nth-child(3))) > * {
  width: 50%;
}

.seven-image-grid:has(:nth-child(1)):not(:has(:nth-child(2))) > * {
  width: 100%;
}


/* ═══════════════════════════════════════════════════════
   SMS NAV BAR — red brand bar (phone · shop · nav links)
═══════════════════════════════════════════════════════ */
.left-menu-area {
    position: relative !important;
    width: 100%;
    background: #ce1226;
    z-index: 99990;
    overflow: visible;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-left: 2.5rem;
}

/* ── Phone number (far right) ── */
.sms-nav-phone {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 2.5rem 0 24px;
    margin-left: auto;
    border-left: 1px solid rgba(255,255,255,0.3);
    text-decoration: none;
    flex-shrink: 0;
}

.sms-nav-phone span {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.sms-nav-phone svg {
    flex-shrink: 0;
    color: #fff;
    opacity: 0.9;
}

.sms-nav-phone:hover span {
    text-decoration: underline;
}

/* ── Shop button ── */
.sms-shop-wrap {
    position: static;
    flex-shrink: 0;
}

.sms-shop-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(0,0,0,0.28);
    border: none;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 14px 24px;
    cursor: pointer;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    height: 100%;
    transition: background 0.2s;
    font-family: inherit;
}

.sms-shop-btn:hover,
.sms-shop-wrap:hover .sms-shop-btn {
    background: rgba(0,0,0,0.45);
}

.sms-chevron-down {
    transition: transform 0.2s;
    opacity: 0.85;
}

.sms-shop-wrap:hover .sms-chevron-down {
    transform: rotate(180deg);
}

/* ── Category mega-dropdown (full-width grid panel) ── */
.seven-menu-section {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: none !important;
    background: #fff;
    box-shadow: 0 14px 48px rgba(0,0,0,0.18);
    border-top: 3px solid #ce1226;
    z-index: 9999;
    overflow: visible !important;
    padding: 28px 3rem 32px;
    box-sizing: border-box;
}

.sms-shop-wrap:hover .seven-menu-section,
.seven-menu-section.activated {
    display: block !important;
}

/* ═══════════════════════════════════════════
   MEGA-MENU  — featured cards + pill links
   ═══════════════════════════════════════════ */

.sms-mega-panel {
    padding: 28px 3rem 32px;
}

/* Section label above cards (unused but kept) */
.sms-mega-section-label {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ce1226;
    margin: 0 0 14px;
    display: none;
}

/* ── All category cards ── */
.sms-mega-featured {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 11px;
}

/* Top 6 cards: bigger + highlighted */
.sms-feat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    padding: 15px 10px 12px;
    background: #fff;
    border: 1.5px solid #e4e4e4;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s, background 0.2s;
    color: #1a1a1a;
}

.sms-feat-card:hover {
    border-color: #ce1226;
    background: #fff9f9;
    box-shadow: 0 6px 24px rgba(206,18,38,0.14);
    transform: translateY(-4px);
    color: #ce1226;
}

/* First 6 = top sellers: slightly larger feel via nth-child on the grid */
.sms-mega-featured .sms-feat-card:nth-child(-n+6) {
    border-color: #ddd;
    background: #fafafa;
}

.sms-feat-card-img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.sms-feat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.sms-feat-card:hover .sms-feat-card-img img {
    transform: scale(1.06);
}

.sms-feat-card-icon {
    font-size: 30px;
    line-height: 1;
}

.sms-feat-card-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: inherit;
}

/* ── More categories (pills) ── */
.sms-mega-more {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.sms-mega-more-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    margin: 0 0 10px;
}

.sms-mega-more-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.sms-mega-pill {
    display: inline-block;
    padding: 6px 16px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.sms-mega-pill:hover {
    background: #fef2f2;
    border-color: #ce1226;
    color: #ce1226;
}

/* ── Category rows ── */
.seven-menu-item {
    width: 100% !important;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.seven-menu-item:last-child {
    border-bottom: none;
}

/* ── Category link ── */
a.seven-menu-title {
    padding: 13px 16px 13px 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-decoration: none;
    border-bottom: none !important;
    transition: background 0.15s, color 0.15s;
    width: 100% !important;
    color: #222 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    white-space: nowrap;
    line-height: 1.3;
    letter-spacing: 0.01em;
    box-sizing: border-box;
}

a.seven-menu-title:hover,
.seven-menu-item:hover > a.seven-menu-title {
    background: #fef2f2 !important;
    color: #ce1226 !important;
}

/* ── Subcategory image grid (floats to the right of the sidebar) ── */
.seven-image-grid {
    position: absolute !important;
    left: 260px !important;
    top: -3px !important;
    width: 600px !important;
    max-width: 55vw;
    background: #fff !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease;
    pointer-events: none;
    padding: 16px !important;
    box-shadow: 6px 8px 36px rgba(0,0,0,0.14) !important;
    border-top: 3px solid #ce1226 !important;
    border-left: 1px solid #f0f0f0;
    z-index: 9998;
    min-height: 160px;
}

.seven-menu-item:hover > .seven-image-grid {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Chevron → right arrow on category items */
.seven-menu-item svg.right-arrow {
    position: static;
    flex-shrink: 0;
    transform: rotate(-90deg);
    opacity: 0.4;
    transition: opacity 0.15s;
}

.seven-menu-item:hover svg.right-arrow {
    opacity: 0.8;
}

/* Chevron arrow (→ indicates subcategory panel) */
.seven-menu-item svg.right-arrow {
    position: static;
    flex-shrink: 0;
    transform: rotate(-90deg);
    opacity: 0.4;
}

/* ── Static nav links (About Us, Locations, Blog, Contact…) ── */
.sms-nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
    margin-left: 28px;
}

.sms-nav-link-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.sms-nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: background 0.2s;
    height: 100%;
    letter-spacing: 0.01em;
}

.sms-nav-link:hover {
    background: rgba(0,0,0,0.22);
    color: #fff;
}

.sms-nav-chevron {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1;
    margin-left: 1px;
    transition: transform 0.2s;
    display: inline-block;
}

.sms-nav-link-wrap:hover .sms-nav-chevron {
    transform: rotate(90deg);
}

/* Standard link dropdown */
.sms-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.14);
    border-top: 3px solid #ce1226;
    z-index: 9999;
    display: none;
}

.sms-nav-link-wrap:hover .sms-nav-dropdown {
    display: block;
}

.sms-nav-dropdown-item {
    display: block;
    padding: 13px 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
}

.sms-nav-dropdown-item:last-child {
    border-bottom: none;
}

.sms-nav-dropdown-item:hover {
    background: #fef2f2;
    color: #ce1226;
    padding-left: 24px;
}

/* Hide the standard Shopify main-menu nav — replaced by custom category bar */
nav.header__inline-menu {
    display: none !important;
}

.header__menu-item {
    font-size: 18px !important;
    padding: 14px 20px;
}

.search__button-mobile{
  display: none;
  background: transparent;
  border: none;
  position: relative;
  top: -5px;
  margin-right: 2px;
}

.related-product-bg {
    background: #e7e5df;
}

.related-product-bg .related-products__heading {
    font-weight: 700;
    font-size: 40px;
}

.get-notify-wrapper {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.get-notify-wrapper h3{
    font-size: 34px;
    font-weight: 700;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
}

.get-notify-btn {
    border-radius: 44px;
    background-color: #cd232a;
    color: #fff;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    border:2px solid #cd242a;
    outline: 0;
    box-shadow: none;
    text-decoration:none;
}

.top-swiper-product {
    background: #f3f3f3;
    padding: 40px 0;
}

.top-swiper-product .page-width{
  position: relative;
}

.share-button {
    display: block;
    position: relative;
    margin: 0 0 0 auto;
}

.top-product-swiper .swiper-slider-inner {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-product-swiper .swiper-slider-inner  .product-content {
    width: 50%;
    box-sizing: border-box;
    padding: 18px 36px;
}

.top-product-swiper .swiper-slider-inner .product-thumbnail {
    width: 50%;
}

.top-swiper-product .swiper-button-prev {
    left: inherit;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-swiper-product .swiper-button-next {
    right: inherit;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-product-swiper .swiper-slider-inner  .product-content .heading p {
    margin-top: -0;
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 700;
}

.top-product-swiper .swiper-slider-inner  .product-content .promo-block__text p {
    margin: 0;
}

.top-swiper-product .swiper-button-next,.top-swiper-product .swiper-button-prev{
  position: absolute;
  z-index: 1;
}

.top-product-swiper .swiper-slider-inner .product-thumbnail img {
    height: 150px;
    width: 100%;
    display: block;
    object-fit: contain;
}

.product__text.caption-with-letter-spacing+.product__title h1 {
    font-weight: 700;
}

.product-form__input .form__label {
    display: none;
}

.about-area {
    margin-top: 40px;
    padding: 16px;
    color: #000;
    border-radius: 8px;
    background: #e7e5df;
    display: flex;
    align-items: center;
    gap: 16px;
}

.condition-infobox__header-icon {
    width: 76px;
    height: 76px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.condition-content-box{
    width: calc(100% - 76px - 16px);
}

.condition-content-box h4{
    margin: 0 0 2px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
}

/* Condition heading inside metafield (e.g. "New Appliances") — keep compact */
.condition-description-box h1,
.condition-description-box h2,
.condition-description-box h3,
.condition-description h1,
.condition-description h2,
.condition-description h3 {
    margin: 0 0 4px;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

.condition-content-box p{
    margin: 7px 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #444;
}

#product-tabs .tab-header {
    list-style: none;
    padding: 0;
    justify-content: center;
    border: 1px solid #e6e6e6;
    margin: 20px auto;
    display: table;
}

.specification {
    margin: auto;
    display: table;
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}

.specification-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #efefef;
    padding: 6px 20px 6px;
    border-radius: 30px;
}

.specification-item span{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.specification-item span.spec-title {
    margin-bottom: 4px;
}

.specification .height {
    left: -130px;
    top: 90px;
}

.specification .depth {
    top: -26px;
    right: -120px;
}

.width.specification-item {
    bottom: 15px;
    right: -104px;
}


#product-tabs .tab-button {
    border: none;
    cursor: pointer;
    padding: 18px;
    font-size: 15px;
}

#product-tabs .tab-button.active{
  background: #fff;
  color: #000;
}

.product-form__buttons .product-form__submit {
    margin-bottom: 1rem;
    background: #cd242a;
    color: #fff;
    height: 20px !important;
    line-height: 20px !important;
    border: 1px solid #cd242a;
}

.product-form__buttons .product-form__submit:after,.product-form__buttons .product-form__submit:before{
  display: none;
}

span.savings-badge {
    background: #ce1226;
    color: #fff;
    padding: 2px 12px;
    font-size: 14px;
    border-radius: 2px;
    margin: 6px 0;
    display: inline-block;
}

.reasons {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 4px #00000014;
    padding: 28px 32px;
    margin: 24px 0;
}

.reasons h2 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 18px;
}

.reasons .reasons__inner {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.reasons .reason {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reasons .reasons__inner svg {
    width: 35px;
    height: 35px;
}

.reasons .reason__content {
    flex: 1;
}

.reasons .reason__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #1e1d1d;
}

.reasons .reason__description {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 17px;
    color: #555;
}

div#collection-bg {
    background: #f3f4f6;
}

.facets-container {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border-radius: 10px;
}

a.product-card-border {
    border: 1px solid #d4d4d4;
    display: inline-block;
    width: calc(100% - 2px);
    text-decoration: none;
    border-radius: 6px;
    padding-top: 10px;
    height: calc(100% - 14px);
    background: #ebebeb;
}

a.product-card-border .product-info {
    padding: 15px 15px 25px;
}

a.product-card-border .product-info  .pricing-area {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: red;
    font-weight: 700;
}

a.product-card-border .product-info  .pricing-area  span.save-amount {
    display: inline-block;
    width: 100%;
}

a.product-card-border .product-info  .pricing-area  span.save-amount label {
    background: #ce1226;
    color: #fff;
    padding: 4px 10px 6px 10px;
    font-size: 14px;
    border-radius: 4px;
}

a.product-card-border .product-image {
    height: 160px;
}

button.custom-slider-prev.hide-arrow {
    display: none;
}

button.custom-slider-next.hide-arrow {
    display: none;
}

.grid__item.product__media-wrapper {
    position: relative;
}

button.custom-slider-prev {
    position: absolute;
    left: 0;
    top: 200px;
    background: transparent;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(180deg);
    cursor:pointer;
}

button.custom-slider-next {
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor:pointer;
}

.product-location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 13px;
    padding-left: 11px;
    color: #121212;
}

@media( min-width:1200px ){
  .product__media-list {
      height: 500px !important;
      overflow: hidden;
  }

  .product__media-list *{
    border:none;
  }

  .product__media-list .product__media-item img {
      object-fit: cover !important;
      height: 500px !important;
  }
  .product__media-list .product__media.media.media--transparent img{
      height: 500px !important;
  }
}


@media( max-width:1200px ){

  .slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    height: auto !important;
  }

  .slideshow__text.banner__box {
    max-width: 100% !important;
  }
  
  .header:not(.header--top-center) *>.header__search, .header--top-center>.header__search,.header-search-list,.account-title{
    display: none !important;
  }

  .search__activated .header:not(.header--top-center) *>.header__search,
  .search__activated .header--top-center>.header__search,
  .search__activated .header-search-list{
    display: inline-flex !important;
  }
  

  .search__button-mobile{
    display: block;
  }

  .slideshow__media.banner__media.media {
    position: relative;
    width: 100%;
  }

  .slideshow__media.banner__media.media img {
    position: relative;
  }

  .slideshow__text.banner__box .banner__heading {
    font-size: 60px !important;
    line-height: 60px !important;
  }

  .slideshow__text.banner__box .banner__text p {
    font-size: 20px;
    line-height: 28px;
  }

  .promo-block.promo-block {
    width: 100%;
    padding-right: 24px;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .promo-block__content {
    width: 100%;
    margin-bottom: 35px;
  }
  
}

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

    html{
      overflow-x: hidden;
    }

    .slideshow__text.banner__box .banner__text p {
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    #shopify-section-template--19351736090853__collection h2 {
        font-size: 36px !important;
    }

      .collections-list {
        padding: 0px 0 60px 0;
    }
  
	.horizontal-ticker__slide {
		width: 150px;
	}     

    .slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
        min-height: 34rem !important;
        height: 100% !important;
    }

    .slideshow__text.banner__box .banner__heading {
        font-size: 36px !important;
        line-height: 44px !important;
    }
}


@media (hover: hover) and (pointer: fine) {
	.horizontal-ticker__slide:hover img:last-child {
		opacity: 1;
	}
}


  @media (max-width: 749px) {
    .section-heading {
      font-size: 24px;
      margin-bottom: 20px;
    }
    
    .swiper {
      padding: 10px;
    }
    
    .product-title {
      font-size: 18px;
    }
    
    .sale-price {
      font-size: 16px;
    }
    
    .compare-at-price {
      font-size: 13px;
    }
  }

@media( max-width:1200px ){
  .announcement-bar__message {
    width:100%;
  }

  .collections-list .collection-list .collection-item {
    width: calc(33.33% - 20px);
  }

  nav.header__inline-menu{
    display: none !important;
    position: absolute;
  }
  .product-swiper-section .swiper {
      width: calc(100% - 0px);
      left: 15px;
  }
  .canadian-proudcts {
    padding-left: 16px;
    padding-bottom: 40px;
    position: relative;
  }

  .canadian-proudcts .section-heading {
      line-height: 40px;
      font-size: 35px !important;
      flex-direction: column;
      align-items: flex-start;
      padding-bottom: 70px;
  }

  .canadian-proudcts .slider-nav-group {
      top: 128px;
      margin-top: 0;
      padding-right: 0;
  }

  .product-swiper-section h2.section-heading {
    top: 53px;
  }

  .promo-sections-list {
    gap: 15px;
    margin-right: -15px;
  }

  .promo-sections-list .promo-block.promo-block .promo-block__image-wrapper img {
    width: 40px;
    height: 40px;
  }

  .review-wrapper h3 {
      margin-top: 0;
      font-size: 30px;
      max-width: 279px;
      text-align: center;
  }

  .horizontal-ticker__slide {
    width: 100vw !important;
  }

  .testimonial-product-section-cintent {
    width: 100%;
  }

  .review-content-item {
    padding: 0;
  }
/*
  .product-image img {
    object-fit: cover;
  }
*/
  .swiper-slide-item .review-text p {
    font-size: 20px;
    line-height: 26px;
  }

  .review-thumbnail img{
    width: 45px;
    height: auto;
  }

  /* Mobile: hide the full horizontal category bar */
  .left-menu-area {
      position: static !important;
      display: none;
  }

  .header{
    padding: 2px 0rem 2px 3rem !important;
  }

  h1.header__heading {
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 2rem;
  }

  #cart-icon-bubble {
    top: -1px;
    padding-right: 10px;
  }

  .search__button-mobile {
      top: 0;
  }

  .review-wrapper h3 p{
    margin: 0 0 10px 0;
  }

  .promo-sections-list .promo-block.promo-block {
    width: calc(50% - 15px);
  }

   .canadian-proudcts .section-heading svg {
        position: absolute;
        right: inherit;
        width: 37px;
        top: 56px;
        left: 261px;
    }

  .promo-block-appliances a.promo-block__button {
    display: flex;
    min-width: 200px;
    justify-content: center;
  }
  
}

@media( max-width:600px ){

  .product__media-list .product__media-item {
    display:none;
  }

  .swiper.canadian-product-swiper {
      overflow: hidden;
      padding: 0;
  }

  .product--thumbnail_slider .slider-mobile-gutter {
      margin: 0 !important;
  }

  .product-swiper-section .product-swiper {
    padding-bottom:70px !important;
  }

   .product-swiper-section .slider-nav-group {
        right: 0;
        top: inherit;
        bottom: 0px;
    }

      .thumbnail-slider {
        display: flex !important;
    }

    .slider-buttons {
    display: none !important;
  }

   .product__media-list .product__media-item.is-active{
    display:block;
   }

  slider-component .thumbnail-list.list-unstyled  .thumbnail-list__item {
    width: 20px !important;
  }


   .condition-description-box .condition-label {
      position: relative !important;
      top: 0px !important;
      left: 0 !important;
      display: inline-block !important;
      margin-bottom: 10px !important;
      margin-top: 10px !important;
  }

    .product-card .prev-price {
        text-align: left;
    }
  
    .product-card .current-price, .product-card .prev-price {
      width: 100%;
  }

    .canadian-proudcts .section-heading svg {
        right: inherit;
        left: 259px;
    }

  .new-box-badge {
      line-height: 18px;
      width: fit-content;
      white-space: unset;
      text-align: left;
      justify-content: center;
  }

  .product-card .pricing-area {
    flex-direction: column;
  }

  .icons-prices {
      position: relative;
      margin-top: 20px;
      right: 0;
      width: 140px;
      justify-content: flex-start;
  }

  .product-sliders .swiper-slide {
    height: 350px;
  }

  .header__heading-logo-wrapper {
    left: 0;
  }

  a.product-card-border .product-image {
    height: 220px;
  }

  div#best-selling-products {
    padding-top: 120px;
  }

   div#best-selling-products .slider-nav-group {
    margin-top: 65px;
  }

  .header__heading-logo {
    position: relative;
    top: 10px;
    left: -15px;
  }
  
  .announcement-bar__message.h5 p {
    font-size: 13px;
    text-align: left;
    line-height: 15px;
  }

  .promo-block-appliances {
    width: 100%;
  }

  .related-products  .grid--2-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

  .get-notify-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    max-width: 700px;
    margin: auto auto 20px;
  }

  .top-product-swiper .swiper-slider-inner{
      flex-wrap: wrap;
      flex-direction: column-reverse;
  }

  .top-swiper-product .swiper-button-next {
    left: 25px;
  }

  .top-swiper-product .swiper-button-prev {
    right: 15px;
  }
  
  .top-product-swiper .swiper-slider-inner .product-content {
    width: 100%;
  }

  .top-product-swiper .swiper-slider-inner .product-thumbnail {
    width: 100%;
  }

  .about-area {
    flex-direction: column;
    text-align: center;
  }

  .condition-content-box {
    width: 100%;
  }

  .specification .depth {
    top: -34px;
    right: -67px;
  }

  .width.specification-item {
    bottom: 15px;
    right: -63px;
  }

  .specification .height {
    left: -65px;
    top: 90px;
  }

  .collections-list .collection-list .collection-item {
    width: calc(50% - 20px);
  }
  
}

/* === Product page image gallery - SMS Appliances === */

/* ---- Base arrow button styles (all viewports) ---- */
.product__media-container .slider-button {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid #cc0000 !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4) !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 20 !important;
  cursor: pointer !important;
}
.product__media-container .slider-button:hover,
.product__media-container .slider-button:focus {
  background: #cc0000 !important;
  border-color: #cc0000 !important;
}
.product__media-container .slider-button .icon {
  width: 18px !important;
  height: 18px !important;
  fill: #cc0000 !important;
  flex-shrink: 0 !important;
}
.product__media-container .slider-button:hover .icon,
.product__media-container .slider-button:focus .icon {
  fill: #ffffff !important;
}

/* ---- Positioning: inside the image container ---- */
.product__media-container .slider-button--prev {
  left: 10px !important;
  right: auto !important;
}
.product__media-container .slider-button--next {
  right: 10px !important;
  left: auto !important;
}

/* ---- Make the product media container a positioning context ---- */
.product__media-container,
.product__media-container slider-component,
.product__media-container .slider {
  position: relative !important;
}

/* ---- Mobile specific fixes ---- */
@media (max-width: 749px) {
  .product__media-container {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .product__media-list {
    width: 100% !important;
  }
  .product__media-item {
    width: 100% !important;
  }
  .product__media-container .slider-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    opacity: 1 !important;
  }
  .product__media-container .slider-button--prev {
    left: 8px !important;
  }
  .product__media-container .slider-button--next {
    right: 8px !important;
  }
}

/* === End product page gallery === */


/* === Hide GG Product Gallery app arrows (replaced by SMS custom gallery) === */
.custom-slider-prev, .custom-slider-next { display:none!important; }
/* === End GG gallery hide === */


/* ═══════════════════════════════════════════════════════
   SMS TRUST BADGES — PDP
═══════════════════════════════════════════════════════ */
.sms-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 12px 14px;
  background: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #ececec;
}
.sms-trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}
.sms-trust-badge svg {
  width: 15px;
  height: 15px;
  stroke: #ce1126;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .sms-trust-badges {
    gap: 6px;
  }
  .sms-trust-badge {
    font-size: 11px;
  }
}

/* ═══════════════════════════════════════════════════════
   SMS WARRANTY PLAN — PDP
═══════════════════════════════════════════════════════ */
.sms-warranty-wrap {
  margin: 0 0 18px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.sms-warranty-header {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1a1a1a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sms-warranty-options {
  display: flex;
  gap: 0;
  background: #fff;
}
.sms-warranty-card {
  flex: 1;
  cursor: pointer;
  border-right: 1px solid #e8e8e8;
  transition: background 0.15s;
}
.sms-warranty-card:last-child {
  border-right: none;
}
.sms-warranty-card input[type="radio"] {
  display: none;
}
.sms-warranty-card-inner {
  padding: 12px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  position: relative;
}
.sms-warranty-card.sms-warranty-selected {
  background: #fff7f7;
  outline: 2px solid #ce1126;
  outline-offset: -2px;
}
.sms-warranty-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.sms-warranty-desc {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}
.sms-warranty-price {
  font-size: 15px;
  font-weight: 800;
  color: #ce1126;
  margin-top: 4px;
}
.sms-warranty-badge-free,
.sms-warranty-badge-popular,
.sms-warranty-badge-best {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 20px;
  margin-bottom: 2px;
}
.sms-warranty-badge-free {
  background: #e6f4ea;
  color: #1e7e34;
}
.sms-warranty-badge-popular {
  background: #fff3cd;
  color: #856404;
}
.sms-warranty-badge-best {
  background: #ce1126;
  color: #fff;
}
@media (max-width: 749px) {
  .sms-warranty-options {
    flex-direction: column;
  }
  .sms-warranty-card {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .sms-warranty-card:last-child {
    border-bottom: none;
  }

  /* Grid layout: [badge+title] [desc] [price] */
  .sms-warranty-card-inner {
    display: grid !important;
    grid-template-columns: 68px 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 1px;
    padding: 11px 14px !important;
    text-align: left !important;
    align-items: center;
    height: auto !important;
  }

  /* Badge — top of left column */
  .sms-warranty-badge-free,
  .sms-warranty-badge-popular,
  .sms-warranty-badge-best {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin-bottom: 0 !important;
    font-size: 8px !important;
    padding: 2px 6px !important;
    white-space: nowrap;
  }

  /* Year title — bottom of left column */
  .sms-warranty-title {
    grid-column: 1;
    grid-row: 2;
    font-size: 13px !important;
    white-space: nowrap;
  }

  /* Description — middle column spans both rows */
  .sms-warranty-desc {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 11px;
    align-self: center;
  }

  /* Price — right column spans both rows */
  .sms-warranty-price {
    grid-column: 3;
    grid-row: 1 / span 2;
    font-size: 14px !important;
    margin-top: 0 !important;
    white-space: nowrap;
    text-align: right;
    align-self: center;
  }
}

/* ── Refurbished: 100-day warranty block ────────── */
.sms-warranty-refurb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 20px 24px;
  background: #fafafa;
  border-top: 1px solid #efefef;
}
.sms-warranty-refurb-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ce1226;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 4px 14px rgba(206,18,38,0.3);
}
.sms-warranty-refurb-title {
  font-size: 17px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}
.sms-warranty-refurb-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  max-width: 240px;
}

/* ═══════════════════════════════════════════════════════
   SMS MICRO-BADGES — Product Cards
═══════════════════════════════════════════════════════ */
.sms-card-microbadges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 10px 0;
}
.sms-microbadge {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sms-microbadge--gst {
  background: #e6f4ea;
  color: #1e7e34;
  border: 1px solid #b8dfc0;
}
.sms-microbadge--warranty {
  background: #e8f0fe;
  color: #1a56c4;
  border: 1px solid #b6cef7;
}
.sms-microbadge--sale {
  background: #ce1126;
  color: #fff;
  border: 1px solid #b50f21;
}




/* ═══════════════════════════════════════════════════════
   SMS WHY BUY STRIP — Homepage
═══════════════════════════════════════════════════════ */
.sms-why-strip {
  background: #fff;
  border-top: 3px solid #ce1126;
  border-bottom: 1px solid #ececec;
  padding: 28px 0;
}
.sms-why-strip__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.sms-why-col {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 0 10px;
  position: relative;
}
.sms-why-col + .sms-why-col::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #e0e0e0;
}
.sms-why-col__icon {
  width: 54px;
  height: 54px;
  background: #fff5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #f5c0c0;
}
.sms-why-col__title {
  font-size: 15px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
}
.sms-why-col__sub {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  max-width: 180px;
}
@media (max-width: 749px) {
  .sms-why-strip__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
  .sms-why-col + .sms-why-col::before {
    display: none;
  }
}

/* ═══════════════════════════════════════════════════════
   SMS DEAL TYPE SECTION — Homepage
═══════════════════════════════════════════════════════ */
.sms-deal-types {
  padding: 50px 0 40px;
  background: #f8f8f8;
}
.sms-deal-types__heading {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 30px;
}
.sms-deal-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sms-deal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.sms-deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.sms-deal-card__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
}
.sms-deal-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.sms-deal-card__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  width: fit-content;
}
.sms-deal-card__title {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}
.sms-deal-card__desc {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}
.sms-deal-card__saving {
  font-size: 13px;
  font-weight: 700;
  color: #ce1126;
  padding: 6px 10px;
  background: #fff0f1;
  border-radius: 6px;
  border-left: 3px solid #ce1126;
}
.sms-deal-card__cta {
  font-size: 13px;
  font-weight: 700;
  color: #ce1126;
  margin-top: auto;
  display: block;
}
@media (max-width: 749px) {
  .sms-deal-types__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sms-deal-card__img {
    height: 180px;
  }
  .sms-deal-types__heading {
    font-size: 22px;
  }
}
@media (max-width: 989px) and (min-width: 750px) {
  .sms-deal-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* ═══════════════════════════════════════════════════════
   SMS SERVICE TILES — Atlas style, full-bleed photo
═══════════════════════════════════════════════════════ */
.sms-service-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 40px 0;
}
.sms-service-tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 380px;
}
.sms-service-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.sms-service-tile:hover .sms-service-tile__img {
  transform: scale(1.04);
}
.sms-service-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.35) 50%,
    rgba(0,0,0,0.10) 100%
  );
}
.sms-service-tile__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 36px;
  color: #fff;
}
.sms-service-tile__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ce1126;
  margin-bottom: 8px;
  background: rgba(255,255,255,0.12);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
}
.sms-service-tile__title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.15;
}
.sms-service-tile__sub {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin: 0 0 16px;
  line-height: 1.5;
  max-width: 380px;
}
.sms-service-tile__cta {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #ce1126;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.sms-service-tile:hover .sms-service-tile__cta {
  color: #ce1126;
}
@media (max-width: 749px) {
  .sms-service-tiles {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }
  .sms-service-tile {
    height: 280px;
  }
  .sms-service-tile__title {
    font-size: 22px;
  }
  .sms-service-tile__content {
    padding: 24px 20px;
  }
}

   HEADER NAV — Coast-inspired clean look
═══════════════════════════════════════════════════════ */
.header__menu-item {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  padding: 0 14px !important;
}
.header__menu-item:hover {
  color: #ce1126 !important;
}
.list-menu--inline > li > .header__menu-item {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}



/* ═══════════════════════════════════════════════════════
   CATEGORY GRID — overrides to clean up existing styles
═══════════════════════════════════════════════════════ */

/* Section heading */
.collections-list h2.section-heading {
  font-size: 28px !important;
  color: #1a1a1a !important;
  font-weight: 800 !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 6px !important;
}
.collections-list p.subtitle {
  text-align: center !important;
  margin-bottom: 28px !important;
}
.collections-list p.subtitle a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #ce1126 !important;
}

/* Grid layout — 4 wide columns so each category is big and easy to tap */
.collections-list .collection-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  margin-top: 0 !important;
}

/* Each item */
.collections-list .collection-list .collection-item {
  width: auto !important;
}
.collections-list .collection-list .collection-item a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  background: rgba(206,18,38,0.04) !important;
  border: 1.5px solid rgba(206,18,38,0.14) !important;
  border-radius: 12px !important;
  padding: 14px 10px 12px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s, background 0.2s !important;
}
.collections-list .collection-list .collection-item a:hover {
  background: rgba(206,18,38,0.09) !important;
  border-color: #ce1226 !important;
  box-shadow: 0 6px 22px rgba(206,18,38,0.18) !important;
  transform: translateY(-3px) !important;
}

/* Image */
.collections-list .collection-list img {
  width: 100% !important;
  height: 150px !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  transition: transform 0.25s ease !important;
  box-sizing: border-box !important;
}

/* Category name */
.collections-list .collection-list h3,
.collections-list .collection-list .collection-item h3 {
  background: none !important;
  background-color: transparent !important;
  color: #1a1a1a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  transition: color 0.2s !important;
  max-height: 2.6em !important;
  overflow: hidden !important;
}
.collections-list .collection-item a:hover h3 {
  color: #ce1226 !important;
}

/* Responsive */
@media (max-width: 989px) {
  .collections-list .collection-list {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
  }
}
@media (max-width: 749px) {
  .collections-list .collection-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .collections-list .collection-list img {
    height: 130px !important;
  }
  .collections-list h2.section-heading {
    text-align: center !important;
    font-size: 20px !important;
  }
  .collections-list p.subtitle {
    text-align: center !important;
  }
}



/* ═══════════════════════════════════════════════════════════
   FILTER SIDEBAR — FULL REDESIGN
   ═══════════════════════════════════════════════════════════ */

/* Outer panel */
.facets-container {
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #e8e8e8 !important;
    overflow: hidden !important;
    padding: 0 !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    margin-top: 0 !important;
}

/* "FILTERS" panel header bar */
.facets__form-vertical::before {
    content: 'Filters';
    display: block;
    background: #ce1226;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 13px 18px;
}

/* Active filters row */
.active-facets.active-facets-desktop {
    padding: 10px 16px 12px !important;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.active-facets-vertical-filter {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 6px !important;
}

.facets__heading--vertical.caption-large {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #888 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    margin: 0 !important;
}

.active-facets__button-remove .underlined-link {
    font-size: 11px !important;
    color: #ce1226 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.active-facets__button-inner.button--tertiary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: #fff !important;
    border: 1.5px solid #ce1226 !important;
    color: #ce1226 !important;
    border-radius: 999px !important;
    padding: 3px 10px 3px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin: 3px 3px 3px 0 !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
}

.active-facets__button-inner.button--tertiary svg {
    width: 10px !important;
    height: 10px !important;
    opacity: 0.7 !important;
}

/* Remove the unique variant list (not useful in sidebar) */
.unique-variant-list { display: none !important; }

/* Each filter group — collapsible */
details.facets__disclosure-vertical {
    border-bottom: 1px solid #f0f0f0 !important;
}

details.facets__disclosure-vertical:last-child {
    border-bottom: none !important;
}

/* Group summary / header row */
details.facets__disclosure-vertical > summary.facets__summary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 18px !important;
    cursor: pointer !important;
    list-style: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    background: #fff !important;
    transition: background 0.15s, color 0.15s !important;
    user-select: none !important;
    margin: 0 !important;
}

details.facets__disclosure-vertical > summary.facets__summary::-webkit-details-marker {
    display: none !important;
}

details.facets__disclosure-vertical > summary.facets__summary:hover {
    background: #fef8f8 !important;
    color: #ce1226 !important;
}

details.facets__disclosure-vertical[open] > summary.facets__summary {
    color: #ce1226 !important;
    background: #fef8f8 !important;
    border-bottom: 1px solid #fce4e7 !important;
}

/* Caret rotation when open */
details.facets__disclosure-vertical > summary .svg-wrapper svg,
details.facets__disclosure-vertical > summary svg.icon-caret {
    transition: transform 0.2s !important;
    flex-shrink: 0 !important;
    width: 14px !important;
    height: 14px !important;
    opacity: 0.5 !important;
}

details.facets__disclosure-vertical[open] > summary .svg-wrapper svg,
details.facets__disclosure-vertical[open] > summary svg.icon-caret {
    transform: rotate(180deg) !important;
    opacity: 1 !important;
    color: #ce1226 !important;
}

/* Active count badge */
.facets__selected:not(.hidden) {
    background: #ce1226 !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 1px 7px !important;
    margin-left: 5px !important;
    line-height: 1.5 !important;
}

/* Filter content panel */
.facets__display-vertical {
    padding: 8px 14px 14px !important;
    background: #fafafa !important;
}

/* Filter options list */
ul.facets-layout-list--text.facets__list--vertical {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Each item row */
.facets__item.list-menu__item {
    padding: 0 !important;
    margin: 0 !important;
}

/* The label — styled as a selectable pill */
label.facets__label.facet-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #333 !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    transition: all 0.15s !important;
    line-height: 1.3 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

label.facets__label.facet-checkbox:hover:not(.disabled) {
    border-color: #ce1226 !important;
    color: #ce1226 !important;
    background: #fff9f9 !important;
}

/* Selected state */
label.facets__label.facet-checkbox.active {
    background: #ce1226 !important;
    border-color: #ce1226 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/* Greyed-out when no results */
label.facets__label.facet-checkbox.disabled {
    opacity: 0.35 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Hide the native checkbox input */
label.facets__label.facet-checkbox input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Hide Dawn's square SVG + checkmark SVG wrapper */
label.facets__label.facet-checkbox > svg,
label.facets__label.facet-checkbox > .svg-wrapper {
    display: none !important;
}

/* Custom mini checkbox circle via ::before */
label.facets__label.facet-checkbox::before {
    content: '' !important;
    width: 15px !important;
    height: 15px !important;
    flex-shrink: 0 !important;
    border: 2px solid #d0d0d0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    transition: all 0.15s !important;
    box-sizing: border-box !important;
}

label.facets__label.facet-checkbox:hover::before {
    border-color: #ce1226 !important;
}

label.facets__label.facet-checkbox.active::before {
    background: #fff !important;
    border-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5l3 3 5-5' stroke='%23ce1226' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
}

/* Label + count layout */
.facet-checkbox__text {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 4px !important;
}

.facet-checkbox__text-label {
    flex: 1 !important;
}

/* Product count in brackets — subtle */
.facet-checkbox__text span[aria-hidden="true"] > span:last-child {
    font-size: 10px !important;
    opacity: 0.55 !important;
    font-weight: 400 !important;
}

label.facets__label.facet-checkbox.active .facet-checkbox__text span[aria-hidden="true"] > span:last-child {
    opacity: 0.75 !important;
}

/* Show More / Less button */
.button-show-more {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ce1226 !important;
    background: none !important;
    border: none !important;
    padding: 4px 0 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

/* Price range inputs */
.facets__price-range-wrapper {
    padding: 4px 2px !important;
}

.price-range__from,
.price-range__to {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
}

.price-range__from label,
.price-range__to label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #888 !important;
    width: 28px !important;
    flex-shrink: 0 !important;
}

.price-range__from input,
.price-range__to input,
input.field__input[type="number"] {
    border: 1.5px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 7px 10px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    width: 100% !important;
    outline: none !important;
    transition: border-color 0.15s !important;
    background: #fff !important;
}

.price-range__from input:focus,
.price-range__to input:focus,
input.field__input[type="number"]:focus {
    border-color: #ce1226 !important;
}

/* ═══════════════════════════════════════════════════════
   HIDE SHOPIFY PAYMENT TERMS (duplicate financing banner)
   Keep only the custom Finance It box from price.liquid
═══════════════════════════════════════════════════════ */
form.installment,
.installment,
.installment.caption-large,
shopify-payment-terms,
.shopify-payment-terms__container {
  display: none !important;
}

/* ═══════════════════════════════════════════════════════
   CART NOTIFICATION — clean, organised layout
═══════════════════════════════════════════════════════ */

/* "Item added to your cart" heading — was inheriting huge h2 scale */
.cart-notification__heading {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: #111 !important;
  gap: 8px;
}
.cart-notification__heading .icon-checkmark {
  width: 1.6rem !important;
  color: #1a7f37;
  flex-shrink: 0;
}

/* Product row — tighten padding */
.cart-notification-product {
  padding-top: 1.4rem !important;
  padding-bottom: 1.8rem !important;
  gap: 12px;
}

/* Product image — constrain size */
.cart-notification-product__image img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f5f5;
}

/* Product name — was using h4 scale, too big */
.cart-notification-product__name {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #111 !important;
  margin-bottom: 4px !important;
}

/* Properties (Warranty, etc.) — smaller */
.cart-notification-product .product-option {
  font-size: 1.2rem !important;
  color: #555 !important;
  margin-top: 2px;
}
.cart-notification-product .product-option dt,
.cart-notification-product .product-option dd {
  font-size: 1.2rem !important;
}

/* Notification popup — tighten overall padding */
.cart-notification {
  padding: 2rem 2.4rem !important;
}

/* ═══════════════════════════════════════════════════════
   QUANTITY SELECTOR — remove thick black border
═══════════════════════════════════════════════════════ */
.quantity:after {
  box-shadow: none !important;
}
.quantity:before {
  box-shadow: none !important;
}
.quantity {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
}

/* ═══════════════════════════════════════════════════════
   SALE BADGE — bigger, bolder
═══════════════════════════════════════════════════════ */
.badge.price__badge-sale {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  padding: 0.7rem 1.6rem !important;
  letter-spacing: 0.05rem !important;
}
