/** Shopify CDN: Minification failed

Line 450:26 Unexpected "{"
Line 450:35 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:benefits (INDEX:4) */
@media (max-width: 413px) {
    .benefits-section .highlight-title-v2__text { font-size: 32px; }
  }
/* END_SECTION:benefits */

/* START_SECTION:collection (INDEX:10) */
/* List View Overrides */
  #product-grid.list-view .product-card {
     flex-direction: row;
     align-items: center;
     height: auto;
     min-height: 200px;
  }
  #product-grid.list-view .product-card .product-card-image-wrapper {
     width: 140px;
     height: 140px;
     flex-shrink: 0;
     border-bottom-left-radius: 0.5rem; /* Match rounded-lg */
     border-top-right-radius: 0;
  }
  @media (min-width: 640px) {
    #product-grid.list-view .product-card .product-card-image-wrapper {
      width: 200px;
      height: 200px;
    }
  }

  /* Adjust Quick Add Button position in List View */
  #product-grid.list-view .product-card .quick-add-btn {
     display: block;
     opacity: 0;
     top: 50%;
     left: 50%;
     right: auto;
     bottom: auto;
     transform: translate(-50%, -50%);
  }
  #product-grid.list-view .product-card:hover .quick-add-btn {
     opacity: 1;
  }

  /* Price Range Slider */
  .price-range-min, .price-range-max {
    -webkit-appearance: none;
    pointer-events: none;
  }
  .price-range-min::-webkit-slider-thumb, .price-range-max::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e60000;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  .price-range-min::-moz-range-thumb, .price-range-max::-moz-range-thumb {
    pointer-events: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e60000;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:11) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:controlled-comfort (INDEX:16) */
.remote_bg {
    background-position: center bottom; /* mobile */
  }

  @media (min-width: 1024px) {
    .remote_bg {
      background-position: calc(50% - 400px) 100%; /* desktop */
      background-size: auto 70%;
      background-repeat: no-repeat;
    }
  }
/* END_SECTION:controlled-comfort */

/* START_SECTION:custom-section (INDEX:17) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:features-grid (INDEX:19) */
@media (max-width: 413px) {
    .features-grid-section .highlight-title-v2__text { font-size: 32px; }
  }
/* END_SECTION:features-grid */

/* START_SECTION:guarantee-bar (INDEX:24) */
@media (max-width: 413px) {
    .guarantee-section .highlight-title-v2__text { font-size: 32px; }
  }
  @media (max-width: 767px) {
    .guarantee-icon-img { max-width: 86px !important; }
    h2 br{
      display: none;
    }
  }
  @media (min-width: 768px) and (max-width: 1023px) {
    .guarantee-icon-img { max-width: 100px !important; }
  }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .guarantee-icon-img { max-width: 120px !important; }
  }
/* END_SECTION:guarantee-bar */

/* START_SECTION:header (INDEX:25) */
.header {
    display: flex;
    flex-direction: column;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  
  /* Promo Bar Styles */
  .promo-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
  }

  .promo-carousel-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .promo-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }

  .promo-slide {
    min-width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .countdown-timer {
    display: flex;
    align-items: center;
    gap: 4px;
    font-variant-numeric: tabular-nums;
  }

  .countdown-item {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
  }
  .countdown-separator {
    padding: 0 2px;
    font-size: 12px;
    font-weight: 700;
  }
  .countdown-label {
    font-weight: 500;
    font-size: 10px;
  }
  
  .promo-btn {
    background-color: #000000; /* Fallback red */
    color: white;
    padding: 4px 10px;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -0.1px;
  }
  .promo-btn:hover {
    background-color: #fff;
    color: black;
  }

  .trust-icon {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .trust-icon{
    max-height: 15px;
    width: auto;
  }

  .promo-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .promo-close:hover {
    opacity: 0.8;
  }

  /* Existing Styles */
  .topbar {
    background-color: #7b5a3b;
    color: #ffffff;
    
    align-items: center;

    padding: 0.35rem 1rem;
    font-size: 0.875rem;
  }
  .topbar a {
    color: #ffffff;
    text-decoration: none;
  }
  .topbar__left,
  .topbar__right {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .topbar__center {
    justify-self: center;
    text-align: center;
  }
  .topbar__badge {
    display: inline-block;
    
    color: #ffffff;
  }

  .mainbar {

    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .mainbar a {
    color: #ffffff;
    text-decoration: none;
  }
  .header__title {
    margin: 0;
  }

  .header__icons {
    display: flex;
    align-items: center;
  }
  .icon-link {
    position: relative;
  }
  .icon-link:hover svg path {
    fill: #DDD2C3;
    transition: fill 0.2s;
  }
  .icon-link sup {
    position: absolute;
    left: 100%;
    overflow: hidden;
    max-width: var(--page-margin);
  }
  
  @media (max-width: 767px) {
    .promo-bar {
      font-size: 14px;
      padding-top: 13px !important;
      padding-bottom: 10px !important;
    }
    .promo-close{
      top: 16px;
      width: 10px;
      height: 10px;
      right: 12px;
    }
    .countdown-item{
      font-size: 14px;
    }
    .promo-text{
      font-size: 14px;
    }
    .countdown-label{
      font-size: 14px;
    }
    .promo-btn{
      font-size: 12px;
      font-weight: 500;
      padding: 7px 10px;
      margin-top: 8px;
    }
    .icon-link sup {
      left: 70%;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:26) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:letto-vs-retail-brands (INDEX:32) */
@media (max-width: 413px) {
    #LettoVsRetailBrands-{{ section.id }} .badge {  top: -120px; }
  }
/* END_SECTION:letto-vs-retail-brands */

/* START_SECTION:search (INDEX:38) */
.search-page {
    width: 100%;
    background-color: #F6F1EB;
    padding: 60px 20px 80px;
  }

  .search-page__container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .search-page__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .search-page__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #190E03;
    margin: 0;
  }

  .search-page__form-wrapper {
    max-width: 800px;
    margin: 0 auto 60px;
  }

  .search-page__form {
    width: 100%;
  }

  .search-page__input-wrapper {
    display: flex;
    gap: 12px;
    background-color: #FFFFFF;
    border: 2px solid #DDD2C3;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
    transition: border-color 0.3s ease;
  }

  .search-page__input-wrapper:focus-within {
    border-color: #190E03;
  }

  .search-page__input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #190E03;
    outline: none;
    padding: 8px 0;
  }

  .search-page__input::placeholder {
    color: #999;
  }

  .search-page__button {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #D40000;
    color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .search-page__button:hover {
    background-color: #B80000;
  }

  .search-page__button svg {
    width: 20px;
    height: 20px;
  }

  .search-page__no-results {
    text-align: center;
    padding: 60px 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
  }

  .search-page__no-results p {
    font-size: 18px;
    color: #190E03;
    margin: 0;
  }

  .search-page__results-info {
    margin-bottom: 30px;
  }

  .search-page__results-info p {
    font-size: 16px;
    color: #190E03;
    font-weight: 600;
    margin: 0;
  }

  .search-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
  }

  .search-result-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .search-result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(25, 14, 3, 0.1);
  }

  .search-result-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .search-result-card__image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #F6F1EB;
  }

  .search-result-card__image {
    height: 100% !important;
  }
  .search-result-card__image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .search-result-card:hover .search-result-card__image {
    transform: scale(1.05);
  }

  .search-result-card__content {
    padding: 20px;
  }

  .search-result-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #190E03;
    margin: 0 0 12px;
  }

  .search-result-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .search-result-card__type {
    display: inline-block;
    background-color: #DDD2C3;
    color: #190E03;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 4px;
  }

  .search-result-card__price {
    font-size: 16px;
    font-weight: 700;
    color: #D40000;
  }

  .search-result-card__excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
  }

  .search-page__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 20px;
  }

  .search-page__pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background-color: #FFFFFF;
    border: 1px solid #DDD2C3;
    border-radius: 8px;
    color: #190E03;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .search-page__pagination a:hover {
    background-color: #190E03;
    color: #FFFFFF;
    border-color: #190E03;
  }

  .search-page__pagination .current {
    background-color: #D40000;
    color: #FFFFFF;
    border-color: #D40000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  /* Tablet styles */
  @media screen and (max-width: 1024px) {
    .search-page {
      padding: 50px 20px 60px;
    }

    .search-page__title {
      font-size: 40px;
    }

    .search-page__grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
    }
  }

  /* Mobile styles */
  @media screen and (max-width: 768px) {
    .search-page {
      padding: 40px 16px 50px;
    }

    .search-page__title {
      font-size: 32px;
    }

    .search-page__header {
      margin-bottom: 30px;
    }

    .search-page__form-wrapper {
      margin-bottom: 40px;
    }

    .search-page__input-wrapper {
      flex-direction: column;
      border-radius: 16px;
      padding: 12px;
    }

    .search-page__input {
      padding: 8px 12px;
    }

    .search-page__button {
      width: 100%;
      justify-content: center;
    }

    .search-page__button-text {
      display: inline;
    }

    .search-page__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .search-result-card__content {
      padding: 16px;
    }

    .search-result-card__title {
      font-size: 16px;
    }
  }
/* END_SECTION:search */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:48) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:49) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:53) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */