/** Shopify CDN: Minification failed

Line 126:2 Unexpected "}"

**/
.wt-keys__image {
    width: auto !important; 
}
@media only screen and (min-width: 600px) {
    .wt-keys__image {
        width: auto !important;
    }
}
a.hero__button.hero__button--primary.hero__button--secondary {
  margin-top: 20px;
    padding: 8px 22px;
}
.card__short_title{
  margin: 5px 0px;
  font-size:20px;
}
.card__range_title{
  font-size: 20px;
    font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
}
section#shopify-section-template--24521489023323__collection_list_fAE3Cp ul.collection-list__container {
    justify-content: space-between !important;
}
#shopify-section-template--24521489023323__collapsible_menu_cGTfht .wt-collapse__wrapper--compact {
    max-width: var(--site-max-width-big) !important;
}
/**************make all widgets/sections with same width**************/
.wt-slider--wrapper , .wt-slider {
    max-width: var(--site-max-width-big) !important;
    margin: 0 auto !important;
}
/*******collection's description********/
.uness-description {
    max-width: var(--site-max-width-big);
    margin: 0 auto;
  padding:  10px;
  background-color:#f9f9f9;
  border-radius:4px;
}
@media only screen and (min-width: 1200px) {
 .uness-description {
   padding-left: calc(calc(var(--gap, 8px)* 2) + calc(var(--gap, 8px)* 2));
   padding-right: calc(calc(var(--gap, 8px)* 2) + calc(var(--gap, 8px)* 2));
   padding-top:5px;
   padding-bottom:20px;
} 
}
/******first collection on homepage (4 ranges)*******/
div[data-section-id="template--24521489023323__grid_view_DPwNDy"] h2.hero__title {
    font-weight: 600;
}
/**********contact us page**********/
.wt-page--compact {
    max-width: var(--site-max-width-big);
}
/***********************/
.wt-collapse__wrapper--compact{
    max-width: var(--site-max-width);
}
.uness-grid {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: start;
    align-content: center;
    gap: 5px;
  margin:10px 0px;
    width: fit-content;
    padding: 5px 15px;
    background-color: #dfe3e8;
    border-radius: 50px;
}
/****************************/
.uness-features {
    margin: 0 auto;
    max-width: var(--site-max-width);
    padding-left: calc(calc(var(--gap, 8px)* 2) + calc(var(--gap, 8px)* 2));
    padding-right: calc(calc(var(--gap, 8px)* 2) + calc(var(--gap, 8px)* 2));
}
.uness-features img {
    width: 100%;
  max-width: 720px;
}
.uness-features{
  text-align: center;
}
/***********reviews on product page*****************/
.uness-revs .fZBTme {
    max-width: 1600px !important;
    margin: 0 auto;
    padding: var(--section-gap-top, calc(var(--gap, 8px)* var(--section-gap, 2)));
}
/******************Tech Specs************************/
/*
#specs-table > table > tbody > tr:nth-child(1),  
#specs-table > table > tbody > tr:last-child,
#specs-table > table > tbody > tr:nth-last-child(1) {
     display: none;
 }     */
     #specs-table > table{
      border-spacing: 0px;
     width: 100%;
     }
     #specs-table tr:nth-child(even) {
         background: #f3f3f3;
     }
     #specs-table  tr{
     border:2px solid #bbb !important;
     }
      #specs-table  td{     
     font-style: normal;
     font-weight: 400;
     font-size: 18px;
     line-height: 22px;
     width: 0;
     padding: 10px 15px !important;
     
     }
  }
   #specs-table{
       font-size: 20px;
       letter-spacing: 1.2px;
       line-height:1.5;
       padding:45px;
   }
     @media only screen and (max-width:768px) and (min-width:320px) {
 #specs-table td { 
     font-size: 14px;
     line-height: 20px; 
     width: 0;
     padding: 15px 5px !important;
 }
 #specs-table {
            padding: 20px 0px !important;
         }         
         }
[data-open="true"] #CollapsibleTab-collapsible_tab_XkRmyd {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
}
@media only screen and (min-width:900px){
  .wt-grid-box__item .hero__overlay__content {
    position: relative;
    top: 15px;
}
}
.imgs-dimns {
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
}
/*********pouffes/pillows specs************/
    .uness-container {
     max-width: 1600px;
    padding: 20px;
}
    .specs-section {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: space-between;
    }
    .spec-group {
      flex: 1;
      min-width: 280px;
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }
    .spec-group h3 {
      font-size: 22px;
      margin-bottom: 20px;
      color: #1a1a1a;
      text-transform: uppercase;
      font-weight: 600;
    }
    .spec-item {
      font-size: 18px;
      color: #555;
      margin-bottom: 12px;
      line-height: 1.6;
    }

    .spec-item span {
      font-weight: 700;
      color: #333;
    }

    .highlight {
      color: #0066cc;
   font-weight:400 !important;
    }

    .divider {
      width: 100%;
      height: 2px;
      background-color: #e6e6e6;
      margin: 30px 0;
    }
.tech-specs-table {
    width: 100%;
   /*max-width: 600px;*/
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-top: 20px;
  }
  .tech-specs-table th,
  .tech-specs-table td {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
  }
  .tech-specs-table th {
    width: 40%;
    background-color: #f2f2f2;
    font-weight: 600;
    color: #333;
  }
  .tech-specs-table td {
    background-color: #fff;
    color: #444;
  }
/*********pouffes/pillows specs ************/
.uness-footer.shopify-section {
    background: #0E0F12;
    color: #fff;
    padding: 30px 50px;
}
.uness-footer.shopify-section center{
      max-width: var(--site-max-width);
margin:0 auto;
}
@media only screen and (min-width:1200px){
    body:not(.mobile-nav) .wt-page-nav-mega__list {
        justify-content: space-around !important;
        background: #000;
      max-width: 100%;
    }
 body:not(.mobile-nav) .wt-page-nav-mega__list span{
color:#fff;
}
}
.uness-trustpilot , .trustpilot-inside{
    display: grid;
    grid-auto-flow: column;
    width: fit-content;
    gap: 5px;
  font-size: 16px;
    align-items: center;
}
.uness-trustpilot-mob , .trustpilot-inside-mob{
    display: none;
    grid-auto-flow: column;
    width: fit-content;
    gap: 5px;
    align-items: center;
}
.mob-trustpilot {
  font-size:14px;
    background: #F7F7FA;
    padding: 10px;
    display: grid;
    justify-items: center;
}
@media only screen and (min-width:1171px){
 .mob-trustpilot{
    display: none;
}
}
@media only screen and (max-width:360px){
 .mob-trustpilot{
    font-size:11px !important;
}
}
@media only screen and (max-width:1170px){
  .uness-trustpilot , .trustpilot-inside{
    display: none;
}
   .uness-trustpilot-mob , .trustpilot-inside-mob{
    display: grid;
}
}
.uness-coll-banner {
    background-image: url(/cdn/shop/files/a.webp?v=1751888181);
    background-size: cover;
    height: 260px;
}
.uness-coll-banner h1, .uness-coll-banner p {
    color: #fff;
}
 h2.hero__title.hero {
    font-weight: bold;
    font-size: 36px;
} 
  h2.headline__title {
        font-weight: 500;
    font-size: 36px;
    text-transform: capitalize;
}
@media only screen and (max-width:768px){
.wt-product__name, h2.hero__title.hero, h2.headline__title {
    font-size: 24px !important;
}
}
@media only screen and (max-width:768px){
.uness-footer.shopify-section {
    padding: 20px !important;
}
  .uness-delivery-card span {
    font-size: 12px !important;
}
  .uness-coll-banner h1 {
    margin: 0;
    font-weight: bold;
}
  .uness-coll-banner {   
    height: 100%; 
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
  .newsletter-with-image .newsletter__wrapper{
    max-width: 100%;
    padding-left:0;
    padding-right:0;
  }
 h2.disabled-on-mobile.hero__title .headline {
    padding-left: 0;
    padding-right: 0;
  }
  .uness-socials {
    gap: 0px !important;
}
  .uness-socials img{
    width:70% !important;
  }
  .wt-footer__aside {
    margin-top: 0;
  }
 .newsletter.newsletter-with-image  {
height: 100% !important;
  }
}
.uness-delivery-card {
    background: #E5F2E5;
    width: fit-content;
    padding: 3px 7px;
    display: none;
    grid-auto-flow: column;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
}
.uness-delivery-card span{
  font-size: 15px;
}
.card__price .price__regular span, .card__price .price-item.price-item--sale.price-item--last.wt-product__price__final {
    color: #076730;
    font-size: 22px;
    font-weight: bold;
}
.card__price .wt-product__price__compare{
   font-size: 18px;
    font-weight: bold;
}
.collection__grid__item .card__container , .wt-slider__slide .card__container {
    border: 1px solid #0b0b0c45;
    border-radius: 5px;
    padding: 5px;
  margin-bottom:5px;
}
.card__price .price__sale .price-item--percent {
    background: #000;
    border-radius: 5px;
}
.share-icons__container {
    gap: 0;
    justify-self: center;
}
.wt-product__price__final{
    font-size: 32px;
    font-weight: 600;
 }
.template-product .price__sale .price-item--percent {
    font-size: 16px;
    background-color: #D40000;
    border-radius: 5px;
}
.price-item.price-item--sale.price-item--last.wt-product__price__final{
  color:black;
}
.wt-slider__nav-btn, .wt-slider__nav-btn:hover {
    background: #0b0b0ccc !important;
}
.wt-slider__nav-btn svg{
color:#fff;
}
@media (min-width: 900px) {
    .wt-footer__aside__wrapper>*:last-child {
     margin-left: 0;
    }
}
@media (min-width: 600px) {
  .wt-brands__image {
    min-height: 100%;
  }
}
.uness-socials {
    gap: 20px;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
  margin-bottom: 20px;
}
.uness-socials img {
  width:100%;
}
@media (min-width: 900px) {
    .wt-product__name {
       font-size: 30px;
    }
}
.wt-product__name{
  font-size: 30px;
}
.rte ul:not([class]) li:not([class]), .rte ol:not([class]) li:not([class]) {
    list-style-position: outside !important;
}
@media (max-width: 1199px) {
    .price__sale .price-item--lower {
        font-size: 20px;
    }
}
.card__badges--item {
    background-color: #000;
}
#ProductCount{
  display:none;
}
span.wt-cart__subtitle__text, .wt-cart__subtitle {
    display: none !important;
}
.wt-cart__wrapper{
  max-width: 1600px !important;
}
@media (min-width: 900px) {
    .wt-cart__footer {
        justify-content: end !important;
    }
}
section#shopify-section-template--25910668820827__custom_liquid_4fkkpJ {
    background-color: #F7F9FA;
}
.wt-header__panel {
    align-items: center;
}
/***wishlist's count ******/
.st-wishlist-details-button .st-number {
    align-items: center;
    background-color:#FF0001;
    border-radius: 2041996px;
    color: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    min-width: 22px;
    font-size: .6875rem;
    border: 2px solid rgb(255, 255, 255);
}
.st-wishlist-details-button[data-type=manually] .st-number {
    right: -15px !important;
    top: 10px !important;
  font-size: 12px;
}
.st-is-added  .st-wishlist-icon{
  color:red !important;
}
button.st-wishlist-button.st-initialized{
    padding: 1rem 2rem;
}
/****/
.uness-mob-div-urls a {
  display: grid;
    grid-auto-flow: column;
    gap: 7px;
    align-items: center;
}
.uness-mob-div-urls img{
  width: 20px;
}
@media screen and (max-width: 719px) {
    .product-details {
        margin-top: 0.75rem;
        margin-bottom: 1.25rem;
    }
}
.uness-mob-div-urls .st-wishlist-icon {
        color: #000000 !important;
    }
.wishlist-mob {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 8px;
}
.uness-mob-div-urls{
   display: grid;
    grid-auto-flow: column;
    font-size: 16px;
    align-items: center;
    padding: 16px 13px;
    justify-content: space-between;
    background: #f8f5f5;
    margin: 10px;
    border-radius: 10px;
}
.uness-mob-div-urls-2{
   display: grid;
    grid-auto-flow: column;
    font-size: 16px;
    align-items: center;
    padding: 16px 13px;
    justify-content: space-between;
    border-radius: 10px;
}
.uness-mob-div-urls .st-wishlist-details-button[data-type=manually] {
    padding: 10px 0px 10px;
}
@media only screen and (max-width:1200px){
 .youness-mobile-content{
   display: block !important;
 }
}
@media only screen and (max-width:768px){
button.st-wishlist-button.st-initialized {
    padding: 0rem 1.2rem !important;
    border-radius: 5px !important;
}
}
.wt-page-nav-mega__aside
 {
    padding: calc(var(--gap, 8px) * 1) calc(var(--gap, 8px) * 4);
}
@media (min-width: 1200px) {
    .wt-header__body:not(.wt-header__body--search) {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.wt-collapse__target.wt-collapsible__target > p {
    max-width: 900px;
    padding-left:  20px;
}
.wt-collapse__target.wt-collapsible__target ul {
    max-width: 900px;
    padding-left:  40px;
}
[data-section-id="template--25910668558683__collapsible_menu_tGHQ9A"] .wt-collapse__target.wt-collapsible__target > p{
  font-size:19px;
}
[data-section-id="template--25910668558683__collapsible_menu_tGHQ9A"],
[data-section-id="template--25910668558683__rich_text_Mm78hi"] .hero__wrapper{
background-color:#000;
}
.uness-breadcrumbs {
    padding-left: 10px;
}
.uness-breadcrumbs .breadcrumbs__item a {
    color: #fff;
}
.uness-breadcrumbs .breadcrumbs__item:not(:last-child):after{
opacity:1;
}
.uness-breadcrumbs .breadcrumbs__list {
    justify-content: center;
}
.rekline-policy {
    margin-bottom: 40px;
}
@media only screen and (min-width: 900px) {
ul#CollapsibleTab-menu_g8gLjt {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto auto;
    width: max-content;
    column-gap: 10px;
}
}
.wt-footer{
    padding-bottom: 0;
}
.product__tax.caption.rte{
  display:none;
}
@media only screen and (min-width:768px){
#shopify-section-template--25910668558683__collapsible_menu_tGHQ9A .wt-collapse__target {
    display: grid;
    grid-auto-flow: column;
        grid-template-columns: 59% 40%;
    gap: 1%;
}
}
#shopify-section-template--25910668558683__collapsible_menu_tGHQ9A .collapse_image_uness img {
    border-radius: 5px;
}