/** Shopify CDN: Minification failed

Line 617:0 Expected "}" to go with "{"

**/
@charset "UTF-8";


.product-card .product-card-image .product-secondary-images-nav li, .product-card-compare-text, .product-card-quickview, .product-card-quickview span, .product-card-quickview .quick-view-icon path, .product-card-swatches .product-card-swatch {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.product-card .product-card-image-link .product-primary-image--portrait {
  object-fit: contain;
  background-color: #fff; }

  .no-js .product-card-quickview {
  display: none !important; }


.products {
  list-style: none; }
  .products.carousel {
    min-width: 100%;
    padding: 0;
    --mobile-columns: 1;
    --column-gap: 8px;
    display: grid;
    row-gap: 20px;
    column-gap: var(--column-gap);
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (var(--column-gap) * calc(var(--mobile-columns) - 1))) / var(--mobile-columns));
    scroll-snap-type: x mandatory; }
    .products.carousel .product-card {
      flex-shrink: 0;
      height: 100%; }
    @media only screen and (min-width: 768px) {
      .products.carousel {
        --column-gap: 20px;
        --mobile-columns: var(--tablet-columns); } }
    @media only screen and (min-width: 1068px) {
      .products.carousel {
        --mobile-columns: var(--desktop-columns); } }
    .products.carousel .carousel__slide {
      scroll-snap-align: start; }
      .products.carousel .carousel__slide .product-card-promotion {
        min-height: 100%; }
    .products.carousel .product-card-promotion {
      margin-bottom: 0; }
  .products.grid {
    min-width: 100%;
    padding: 0;
    --mobile-columns: 1;
    --column-gap: 8px;
    display: grid;
    row-gap: 20px;
    column-gap: var(--column-gap);
    grid-template-columns: repeat(var(--mobile-columns), 1fr); }
    .products.grid .product-card {
      flex-shrink: 0;
      height: auto;
      margin-bottom: 0;
      min-height: 100%; }
    @media only screen and (min-width: 768px) {
      .products.grid {
        --column-gap: 20px;
        --mobile-columns: var(--tablet-columns); } }
    @media only screen and (min-width: 1068px) {
      .products.grid {
        --mobile-columns: var(--desktop-columns); } }
    @media only screen and (max-width: 767px) {
      .swipe-on-mobile .products.grid {
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - (var(--column-gap) * calc(var(--mobile-columns) - 1))) / var(--mobile-columns));
        scroll-snap-type: x mandatory;
        grid-template-columns: none; } }
  @media only screen and (min-width: 1068px) {
    .products.row {
      margin: 0 -10px; }
      .products.row .columns {
        padding: 0 10px; } }
  @media only screen and (min-width: 768px) {
    [data-layout=list] .products.row .columns {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .products.loading {
    position: relative; }
    .products.loading .columns {
      opacity: 0.5; }
    .products.loading .loading-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      transform: none; }
      .products.loading .loading-overlay--sticky {
        position: sticky;
        top: calc(var(--header-height, 0px) + var(--header-offset, 0px) + 100px);
        display: inline-block;
        left: 0;
        height: 42px;
        padding: 20% 0;
        text-align: center;
        width: 100%; }
        .products.loading .loading-overlay--sticky svg {
          position: static;
          width: 42px;
          height: 42px; }

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  min-height: calc(100% - 20px); }
  @media only screen and (min-width: 768px) {
    .product-card {
      margin-bottom: 40px;
      min-height: calc(100% - 40px); } }
  .product-card--border-true {
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 0px 0;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .product-card--border-true {
        margin-bottom: 20px;
        min-height: calc(100% - 20px); } }
  .carousel .product-card {
    margin-bottom: 0; }
  [data-layout=list] .product-card {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    flex-direction: row;
    gap: 10px;
    min-height: 0; }
    [data-layout=list] .product-card .product-card-info--inner {
      padding-top: 10px;
      padding-bottom: 10px; 
      margin-right: 10px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-basis: 55%;
      width: 55%; }
     [data-layout=list] .product-card .product-card-image {
      width: 45%;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      [data-layout=list] .product-card .product-card-image {
         width: 45%;
         height: 100%; } }
  .product-card-info {
    line-height: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .product-card-info > *:last-child {
      margin-bottom: 0; }

    .product-card-info--bottom {
      display: none; }
    
    [data-layout=list] .product-card-info--bottom {
      margin-top: 0;
      display: flex;
       flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      margin-top: auto; }
    
    .product-card-price-bottom,
      .product-card-actions-bottom {
          display: flex;
          align-items: center; }
.product-card-price-bottom {
      margin-left: 5px;
      width: 40%; }
    .product-card-actions-bottom {
      width: 60%; }
      .product-card-info--bottom-disabled {
        display: none; }
        [data-layout=list] .product-card-info--bottom-disabled {
          display: flex; }
    
  .product-card.text-center .product-card-info {
    padding: 0 5%; }
  .product-card .product-card-image {
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .product-card .product-card-image {
        margin-bottom: 0px; } }
    @media (hover: hover) {
      .product-card .product-card-image.thb-hover .product-card-image-link:hover .product-primary-image {
        opacity: 0; } }
    .product-card .product-card-image .product-secondary-images-nav {
      list-style: none;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      display: flex;
      margin: 0;
      padding: 0;
      z-index: 20;
      opacity: 0;
      justify-content: center;
      transition: all 0.25s linear; }
      .product-card .product-card-image .product-secondary-images-nav li {
        display: inline-flex;
        background: rgba(var(--color-body-rgb), 0.1);
        flex: 1;
        height: 4px;
        pointer-events: none; }
        .product-card .product-card-image .product-secondary-images-nav li.active {
          background: var(--color-accent); }
    .product-card .product-card-image-link {
      display: block;
      position: relative;
      height: 0;
      overflow: hidden;
      padding-bottom: var(--padding-bottom);
      background-color: #fff; }
      .product-card .product-card-image-link img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5; }
      .product-card .product-card-image-link .thb-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-card .product-card-image-link .product-secondary-image {
        display: none;
        z-index: 10; }
        .product-card .product-card-image-link .product-secondary-image.hover {
          display: block; }
  .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    margin-bottom: 8px; }
    .product-card-vendor a {
      color: rgba(var(--color-body-rgb), 0.4); }
  .product-card-title {
    font-size: calc(var(--font-product-title-scale, 1) * 1.2rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.5);
    display: block;
    margin-left: 5px;
    margin-right: 5px; 
    margin-bottom: 6px; }
    .product-title-uppercase-true .product-card-title {
      text-transform: uppercase; }
  .product-card-compare {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 40; }
    .product-card-compare input {
      margin-right: 0; }
      .product-card-compare input + label:before {
        background-color: var(--bg-body);
        margin-right: 0;
        border: 1px solid rgba(var(--color-body-rgb), 0.25); }
      .product-card-compare input:checked + label:before {
        border-color: var(--color-accent); }
    .product-card-compare-text {
      position: absolute;
      left: 50%;
      bottom: calc(100% + 6px);
      transform: translateX(-50%);
      background-color: var(--color-body);
      color: var(--bg-body);
      white-space: nowrap;
      font-size: 0.75rem;
      padding: 3px 6px;
      border-radius: 1px;
      opacity: 0;
      pointer-events: none; }
      .product-card-compare-text:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3px 2.5px 0 2.5px;
        border-color: var(--color-body) transparent transparent transparent;
        transform: translateX(-2.5px);
        position: absolute;
        bottom: -3px;
        left: 50%; }
    .product-card-compare:hover .product-card-compare-text {
      opacity: 1; }
    .compare-true .product-card-compare {
      display: block; }
  .product-card-quickview {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 40;
    background: var(--color-accent);
    border-radius: 3px;
    height: 30px;
    display: flex;
    opacity: 0;
    cursor: pointer; }
    .product-card-quickview + .product-card-quickview {
      top: 50px; }
    .product-card-quickview > svg {
      width: 30px;
      height: 30px;
      padding: 9px; }
    .product-card-quickview span {
      max-width: 0;
      overflow: hidden;
      line-height: 30px;
      font-size: 0.6875rem;
      font-weight: 400;
      padding-right: 0;
      white-space: nowrap;
      color: var(--bg-body); }
    .product-card-quickview .spinner {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20;
      opacity: 0; }
      .product-card-quickview .spinner circle {
        stroke: var(--bg-body); }
    .product-card-quickview .quick-view-icon path {
      stroke: var(--bg-body); }
    .product-card-quickview.loading > svg {
      opacity: 0; }
      .product-card-quickview.loading > svg + .spinner {
        opacity: 1; }
    .product-card-quickview:hover span, .product-card-quickview:focus span {
      max-width: 94px;
      padding-right: 9px; }
      [dir="rtl"] .product-card-quickview:hover span, [dir="rtl"] .product-card-quickview:focus span {
        padding-left: 15px;
        padding-right: 2px; }
    .product-card-quickview[disabled] {
      cursor: not-allowed; }
  .product-card .price {
    margin-bottom: 0px;
    vertical-align: middle;}
    @media only screen and (min-width: 768px) {
      .product-card .price.large-price {
        font-size: 1.05rem; } }
    @media only screen and (max-width: 768px) {
      .product-card .price.large-price {
        font-size: 0.85rem; } 
      .product-card .product-card-title {
        font-size: calc(var(--font-product-title-scale, 1) * 1rem);
        margin-left: 0px;
    }
     .product-card .price + .product-card-title {
    margin-top: 0px; }
  .product-card .product-card-price-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 35;
    background-color: rgb(73, 197, 177);
    padding: 4px 8px;
    border-radius: var(--general-border-radius, 3px);
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-card .product-card-price-overlay .price,
  .product-card .product-card-price-overlay .price .amount {
    color: #ffffff;
    text-align: center;
    vertical-align: middle;}
  .product-card-price-overlay,
  .product-card-price-overlay span,
  .product-card-price-overlay ins,
  .product-card-price-overlay .amount {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  [data-layout=list] .product-card-price-overlay {
    display: none;
  }


      
  .product-card--badges {
    position: absolute;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .product-card--badges.top {
      top: 0; }
    .product-card--badges.left {
      left: 0;
      align-items: flex-start; }
    .product-card--badges.right {
      right: 0;
      align-items: flex-end; }
  .product-card .product-inventory-notice {
    margin-bottom: 0; }
      .product-card .product-inventory-notice--wrapper {
      margin-top: 5px
      margin-bottom: 5px;
      text-align: right; }
  [data-layout=list] .product-card .product-inventory-notice--wrapper {
  display: none;
  }
    .product-card .product-inventory-notice--text {
      margin-bottom: 0;
      background: none;
      color: #000;
      border-radius: 0;
      padding: 0; }
    .product-card .product-inventory-notice--pulse {
      margin-right: 8px; }
      .product-card .product-inventory-notice--pulse:after {
        content: none; }
  .product-card-subtitle {
    font-size: 0.8125rem;
    color: rgba(var(--color-body-rgb), 0.8);
    margin-bottom: 10px; }
  .product-card-swatches {
    display: grid;
    align-items: start;
    grid-gap: 5px;
    grid-template-columns: repeat(var(--size, 3), 1fr); }
    .product-card-swatches .product-card-swatch {
      display: inline-flex;
      margin: 0;
      width: 42px;
      height: 42px;
      border-radius: var(--general-border-radius, 3px);
      padding: 3px;
      position: relative;
      cursor: pointer;
      text-indent: -999em; }
      .product-card-swatches .product-card-swatch:before {
        content: "";
        display: flex;
        flex-wrap: wrap;
        position: center;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-right: 0px;
        height: 38px !important;
        width: 38px !important;
        justify-content: center !important;
        align-content: center !important;
        background-color: var(--option-color);
        background-image: var(--option-color-image);
        background-size: cover;
        
        border-radius: calc(var(--general-border-radius, 3px) - 2px); }
      .product-card-swatches .product-card-swatch-input {
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0); }
        .product-card-swatches .product-card-swatch-input + .product-card-swatch:after {
          top: 7px;
          left: 10px;
          display: none; }
        .product-card-swatches .product-card-swatch-input:checked + .product-card-swatch {
          box-shadow: 0 0 0 1px var(--color-body) inset; }
          .product-card-swatches .product-card-swatch-input:checked + .product-card-swatch:before {
            background-color: var(--option-color);
            background-image: var(--option-color-image); }
          .product-card-swatches .product-card-swatch-input:checked + .product-card-swatch--variant:before {
            background-color: transparent; }
        .product-card-swatches .product-card-swatch-input:focus + .product-card-swatch:after {
          display: block; }
    .product-card-swatches--container {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 10px; }
    .product-card-swatches--remaining {
      font-size: 0.75rem; }
  .product-card--add-to-cart-button {
    width: 100%; }
  .product-card--view-details {
    display: none; }
  .product-card--label-container {
    margin-top: 10px; }
  .product-card .star-rating-container {
    font-size: 0.75rem;
    margin-bottom: 10px; }
    .product-card .star-rating-container .star-rating {
      font-size: 0.8125rem; }
      .product-card .ruk_rating_snippet {
    margin-left: 5px !important; }
  @media (hover: hover) {
    .product-card:hover .product-secondary-images-nav,
    .product-card:hover .product-card-quickview {
      opacity: 1; } }

.collection-empty {
  text-align: center;
  padding: 10vh; }
  .collection-empty svg {
    margin-bottom: 30px; }
  .collection-empty .text-button {
    font-size: inherit; }
  .collection-empty p {
    font-size: 1.25rem; }



.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1; }
  .star-rating:before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .star-rating-container {
    font-size: 0.625rem;
    line-height: 0;
    color: var(--color-accent);
    display: flex;
    align-items: center; }
    .star-rating-container .star-rating {
      margin-right: 12px; }


.product-card--label {
  font-size: 0.6875rem;
  padding: 6px 10px;
  line-height: 1.2;
  border-radius: var(--general-border-radius, 3px);
  background-color: rgba(var(--color-body-rgb), 0.05); }
  .product-card--label-container {
    display: flex;
    grid-gap: 5px;
    flex-wrap: wrap; }

badge.sibling-type-badge {
  background: rgba(128, 128, 128, 0.6) !important;
  color: #fff;
  border-radius: var(--general-border-radius, 3px);
  padding: 4px 8px;
  display: none; }

body.hide-product-title [data-collection-handle="door-handles-on-backplate"] .badge.sibling-type-badge {
  display: inline-flex; }

span.product-card--badges.top.right {
  background-color: darkgrey; /* Or a specific hex/rgba value for dark grey */
  color: white;
  border-radius: 3px;
  font-size: 12px; /* Replace 14px with your desired font size */
}

/* Hide swatches in list view */
[data-layout=list] .product-card-swatches--container {
  display: none;
}

/* Increase price size in list view */
[data-layout=list] .product-card-price-bottom .price.large-price {
  margin-left: 0px;
  font-size: 18px;
  white-space: nowrap;
}

  [data-layout=list] .product-card-price-bottom {
    margin-left: 0px;
  }

/* Force portrait image ratio on mobile list view */
@media only screen and (max-width: 767px) {
  [data-layout=list] .product-card-image-link {
    padding-bottom: 150% !important;
  }
}

[data-layout=grid] .product-card-info--bottom {
  display: none;
}

      /* Hide variant price in list view */
[data-layout=list] .product-card-title .variant-price {
  display: none;
}
