.elementor-727 .elementor-element.elementor-element-b1e7532{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-727 .elementor-element.elementor-element-13698b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-727 .elementor-element.elementor-element-9311e4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7c4f38d *//* =========================
SECTION
========================= */

.page-hero-section{
    width:100%;
    padding:30px 20px 10px;
    background:#f5f0df;
}

/* =========================
CONTAINER
========================= */

.page-hero-container{
    max-width:1200px;
    margin:auto;

    text-align:center;
}

/* =========================
BREADCRUMB
========================= */

.page-breadcrumb{
    display:flex;
    align-items:center;
    justify-content:center;

    gap:14px;

    margin-bottom:34px;
}

/* LINKS */

.page-breadcrumb a{
    position:relative;

    text-decoration:none;

    font-size:15px;
    font-weight:500;

    color:#8b8b8b;

    transition:all 0.35s ease;
}

/* UNDERLINE EFFECT */

.page-breadcrumb a::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-6px;

    width:0%;
    height:2px;

    background:#000000;

    transition:all 0.35s ease;
}

/* HOVER */

.page-breadcrumb a:hover{
    color:#000000;
}

.page-breadcrumb a:hover::after{
    width:100%;
}

/* SLASH */

.page-breadcrumb span{
    font-size:16px;

    color:#a1a1a1;
}

/* =========================
TITLE
========================= */

.page-hero-container h1{
    font-size:35px;
    line-height:1.1;
    font-weight:500;

    color:#1d2433;

    margin-bottom:28px;
}

/* =========================
YELLOW LINE
========================= */

.hero-line{
    width:135px;
    height:5px;

    background:#e2cb00; /* SAME LIGHT YELLOW */

    border-radius:50px;

    margin:auto;
    margin-bottom:34px;
}

/* =========================
TEXT
========================= */

.page-hero-container p{
    font-size:17px;
    line-height:1.8;

    color:#666666;

    margin:0;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

    .page-hero-container h1{
        font-size:72px;
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .page-hero-section{
        padding:65px 15px 75px;
    }

    .page-breadcrumb{
        gap:10px;

        margin-bottom:24px;
    }

    .page-breadcrumb a{
        font-size:15px;
    }

    .page-breadcrumb span{
        font-size:15px;
    }

    .page-hero-container h1{
        font-size:48px;
        line-height:1.2;

        margin-bottom:22px;
    }

    .hero-line{
        width:95px;
        height:4px;

        margin-bottom:24px;
    }

    .page-hero-container p{
        font-size:17px;
        line-height:1.7;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a7440af *//* =========================
SECTION
========================= */

.premium-mattress-section{
    width:100%;
    padding:20px 20px;
    background:#ffffff;
}

/* =========================
HEADING
========================= */

.premium-mattress-heading{
    text-align:center;
    margin-bottom:55px;
}

.premium-mattress-heading h2{
    font-size:30px;
    font-weight:700;
    color:#1d2433;
    margin-bottom:16px;
}

.premium-mattress-line{
    width:110px;
    height:5px;
    background:#e2cb00;
    border-radius:50px;
    margin:auto;
}

/* =========================
GRID
========================= */

.premium-mattress-grid{
    max-width:1500px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:34px;
}

/* =========================
CARD
========================= */

.premium-mattress-card{
    position:relative;

    border-radius:30px;

    overflow:hidden;

    background:#ffffff;

    border:2px solid #ececec;

    transition:0.45s ease;

    display:flex;
    flex-direction:column;

    height:100%;
}

.premium-mattress-card::before{
    content:"";

    position:absolute;

    left:0;
    top:0;

    width:0;
    height:100%;

    background:#e2cb00;

    transition:0.45s ease;

    z-index:2;
}

.premium-mattress-card:hover{
    transform:translateY(-12px);

    border-color:#e2cb00;

    box-shadow:0 24px 50px rgba(0,0,0,0.08);
}

.premium-mattress-card:hover::before{
    width:10px;
}

/* =========================
IMAGE
========================= */

.premium-mattress-image{
    padding:22px 22px 0;
    overflow:hidden;
}

.premium-mattress-image img{
    width:100%;
    height:320px;
    object-fit:cover;

    border-radius:22px;

    transition:0.55s ease;

    display:block;
}

.premium-mattress-card:hover img{
    transform:scale(1.04);
}

/* =========================
CONTENT
========================= */

.premium-mattress-content{
    flex:1;

    display:flex;
    flex-direction:column;

    padding:30px;

    background:#f5f0df;
}

.premium-mattress-top{
    min-height:220px;
}

.premium-mattress-content h3{
    font-size:25px;
    color:#1d2433;
    margin-bottom:12px;
    line-height:1.3;
}

.premium-mattress-content p{
    font-size:18px;
    color:#666;
    margin-bottom:24px;
    line-height:1.7;
}

/* =========================
TAGS
========================= */

.premium-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.premium-tags span{
    background:#ece7d7;

    padding:12px 18px;

    border-radius:100px;

    font-size:15px;
    font-weight:600;

    color:#555;
}

/* =========================
METER
========================= */

.comfort-meter{
    margin-top:28px;
    margin-bottom:24px;
}

/* ARC */

.meter-arc{
    width:240px;
    height:120px;

    margin:auto;

    position:relative;

    border-top-left-radius:240px;
    border-top-right-radius:240px;

    overflow:hidden;

    background:
    linear-gradient(
        to right,
        #ff9800 0%,
        #ff9800 25%,

        #34c759 25%,
        #34c759 50%,

        #29b6f6 50%,
        #29b6f6 75%,

        #1976d2 75%,
        #1976d2 100%
    );
}

/* INNER CUT */

.meter-arc::after{
    content:"";

    position:absolute;

    left:50%;
    bottom:-8px;

    transform:translateX(-50%);

    width:160px;
    height:80px;

    background:#f5f0df;

    border-top-left-radius:160px;
    border-top-right-radius:160px;
}

/* NEEDLE */

.meter-needle{
    position:absolute;

    width:6px;
    height:88px;

    background:#111;

    left:50%;
    bottom:0;

    transform-origin:bottom center;

    border-radius:50px;

    z-index:5;
}

/* POSITIONS */

.meter-needle.hard{
    transform:translateX(-50%) rotate(-55deg);
}

.meter-needle.medium{
    transform:translateX(-50%) rotate(-20deg);
}

.meter-needle.soft{
    transform:translateX(-50%) rotate(20deg);
}

.meter-needle.supersoft{
    transform:translateX(-50%) rotate(55deg);
}

/* DOT */

.meter-needle::after{
    content:"";

    position:absolute;

    bottom:-10px;
    left:50%;

    transform:translateX(-50%);

    width:20px;
    height:20px;

    background:#111;

    border-radius:50%;
}

/* LABELS */

.meter-labels{
    margin-top:12px;

    display:flex;
    justify-content:space-between;

    gap:8px;
}

.meter-labels span{
    flex:1;

    text-align:center;

    font-size:14px;
    font-weight:700;

    color:#555;
}

/* =========================
SIZE
========================= */

.premium-size{
    min-height:64px;

    background:#ece7d7;

    border-radius:100px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:10px 20px;

    font-size:18px;
    font-weight:700;

    color:#555;

    margin-bottom:28px;
}

/* =========================
BUTTON
========================= */

.premium-btn{
    margin-top:auto;

    width:100%;
    min-height:64px;

    border-radius:100px;

    background:#e8d400;

    color:#000;

    text-decoration:none;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;
    font-weight:700;

    border:2px solid transparent;

    transition:0.35s ease;
}

.premium-btn:hover{
    background:transparent;

    border:2px solid #000;

    color:#000;
}

/* =========================
TABLET
========================= */

@media(max-width:1100px){

    .premium-mattress-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

    .premium-mattress-section{
        padding:60px 15px;
    }

    .premium-mattress-heading h2{
        font-size:36px;
    }

    .premium-mattress-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

    .premium-mattress-image{
        padding:16px 16px 0;
    }

    .premium-mattress-image img{
        height:240px;
    }

    .premium-mattress-content{
        padding:22px;
    }

    .premium-mattress-content h3{
        font-size:24px;
    }

    .premium-mattress-content p{
        font-size:16px;
    }

    .premium-tags span{
        font-size:13px;
        padding:10px 14px;
    }

    .meter-arc{
        width:190px;
        height:95px;
    }

    .meter-arc::after{
        width:125px;
        height:62px;
    }

    .meter-needle{
        height:72px;
    }

    .meter-labels span{
        font-size:11px;
    }

    .premium-size{
        min-height:58px;
        font-size:16px;
    }

    .premium-btn{
        min-height:56px;
        font-size:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dfccb8 */:root{
  --yellow:#F4E300;
}

/* SECTION */
.you-may-like{
  padding:80px 20px;
  background:#f5f0df;
}

.container{
  max-width:1200px;
  margin:auto;
}

/* TITLE */
.section-title{
  text-align:center;
  font-size:30px;
  color:#111827;
  margin-bottom:50px;
  position:relative;
}

.section-title::after{
  content:"";
  width:80px;
  height:4px;
  background:var(--yellow);
  display:block;
  margin:12px auto 0;
  border-radius:20px;
}

/* GRID */
.like-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* CARD */
.like-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  text-decoration:none;
  border:1px solid #ececec;
  transition:0.35s ease;
  box-shadow:0 5px 25px rgba(0,0,0,0.04);
}

.like-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(0,0,0,0.08);
}

/* IMAGE */
.like-card img{
  width:100%;
  height:240px;
  object-fit:cover;
  transition:0.45s ease;
}

.like-card:hover img{
  transform:scale(1.05);
}

/* CONTENT */
.like-content{
  padding:22px;
}

.like-content h3{
  font-size:23px;
  color:#111827;
  margin-bottom:10px;
}

.like-content span{
  font-size:15px;
  color:#666;
  position:relative;
  display:inline-block;
  transition:0.3s;
}

/* UNDERLINE */
.like-content span::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:0%;
  height:2px;
  background:var(--yellow);
  transition:0.35s ease;
}

.like-card:hover span{
  color:#111;
}

.like-card:hover span::after{
  width:100%;
}

/* RESPONSIVE */

@media(max-width:992px){

  .like-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .like-grid{
    grid-template-columns:1fr;
  }

  .section-title{
    font-size:30px;
    margin-bottom:35px;
  }

  .like-card img{
    height:220px;
  }

  .like-content h3{
    font-size:24px;
  }

}/* End custom CSS */