*,
*::before,
*::after {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

img {
    display: block;
    max-width: 100%;
}

.d-flex {
    align-items: center;
}

.beds {
    color: #262626;
    font-family: "Averta CY", Arial, sans-serif;
    background: #FCFCFC;
}

.beds .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.beds-hero {
    background: #fff;
    overflow: hidden;
    padding: 95px 0 30px;
}

.beds__hero-row {
    justify-content: space-between;
    gap: 28px;
    position: relative;
}

.beds__hero__row-start {
    flex: 0 0 625px;
    max-width: 625px;
    padding-top: 4px;
    position: relative;
    z-index: 1;
}

.beds__hero-label {
    display: inline-flex;
    align-items: center;
    border-radius: 32px;
    background: #f0ffff;
    color: #12A2A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding: 2px 20px;
}

.beds__hero__row-start h1 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.28px;
    margin: 10px 0 20px;
}

.main-beds .beds__hero__row-start h1 { 
    font-size: 64px; 
}

.beds__hero__row-start p {
    max-width: 620px;
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

.beds__hero-btn {
    width: max-content;
    min-width: 289px;
    min-height: 57px;
    justify-content: center;
    gap: 11px;
    border-radius: 32px;
    border: 1px solid rgba(247, 249, 248, 0.80);
    background: linear-gradient(269deg, #00B3B9 10.14%, #21DAE0 54.02%, #01B4B9 98.75%);
    box-shadow: 0 5px 24px 0 rgba(0, 185, 191, 0.30), 0 3.619px 24px 0 rgba(0, 185, 191, 0.30), -0.987px -0.987px 12px 0 rgba(88, 173, 166, 0.25);
    color: #FEFFFF;
    text-shadow: 0 0.3px 10.856px rgba(134, 134, 134, 0.40);
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.375px;
    padding: 15px 32px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.beds__hero-btn:hover {
    background: linear-gradient(269deg, #00B3B9 -17.63%, #21DAE0 -2.44%, #01B4B9 98.74%);
    box-shadow: 0 5px 24px 0 rgba(0, 185, 191, 0.15), 0 3.619px 24px 0 rgba(0, 185, 191, 0.10), -0.987px -0.987px 12px 0 rgba(88, 173, 166, 0.10);
    color: #FEFFFF;
}

.beds__hero-btn img {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.beds__hero__row-end {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    overflow: hidden;
    max-width: 752px;
    max-height: 420px;
}

.beds__hero__row-end video {
    width: 100%;
    max-width: 900px;
    height: 470px;
    display: block;
    object-fit: cover;
}

.ergo-hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    background: #eef6f7 url("/shared/journal/img/beds-img/ergo-hero-bg.jpg") center / cover no-repeat;
    overflow: hidden;
    padding: 86px 0 64px;
    background-position: bottom;
}

.ergo-hero .container {
    max-width: 1360px;
}

.ergo-hero .beds__hero-row {
    min-height: 410px;
    align-items: center;
}

.ergo-hero .beds__hero__row-start {
    flex-basis: 620px;
    max-width: 540px;
    padding-top: 0;
}

.ergo-hero .beds__hero__row-start h1 {
    margin-top: 14px;
}

.ergo-tech {
    padding: 84px 0;
    background: linear-gradient(0deg, rgba(251, 251, 251, 0.00) 0%, #FFF 100%);
}

.ergo-tech .container {
    max-width: 1360px;
}

.ergo-tech__title {
    margin-bottom: 40px;
}

.ergo-tech__title h2 {
    color: #1C1C1C;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.ergo-tech__title p {
    max-width: 1180px;
    color: #4C4C4C;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.32px;
}

.ergo-tech__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.ergo-tech__card {
    border-radius: 8px;
    background: #F6F6F6;
    overflow: hidden;
}

.ergo-tech__card-img {
    position: relative;
    overflow: hidden;
    background: #F6F6F6;
    aspect-ratio: 432 / 312;
}

.ergo-tech__card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity .5s linear;
}

.ergo-tech__card-img img.hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.ergo-tech__card:hover .ergo-tech__card-img img.hover {
    opacity: 1;
}

.ergo-tech__card-txt {
    padding: 28px 32px 28px;
}

.ergo-tech__card-txt h5 {
    color: #000;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.42px;
    margin-bottom: 4px;
}

.ergo-tech__card-txt h6 {
    color: #0095A2;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.ergo-tech__card-txt p {
    color: #000;
    font-family: Gilroy, "Averta CY", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}

.ergo-strength {
    padding: 0;
}

.ergo-strength .container {
    max-width: 1360px;
}

.ergo-strength__box {
    margin-top: 0;
    align-items: center;
    border-radius: 20px;
    background: #F6F6F6;
    box-shadow: none;
    padding: 55px;
}

.ergo-strength .kids__safe__video-txt b {
    color: #00B9BF;
    font-weight: 700;
}

.ergo-strength .kids__safe__video__txt-row {
    margin-top: 36px;
}

.ergo-strength .kids__safe__video__txt__row-img {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    justify-content: center;
}

.ergo-strength .kids__safe__video__txt__row-img img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.ergo-strength .kids__safe__video__txt-row p {
    max-width: 460px;
}

.ergo-main-video {
    margin-top: 85px;
    background: #000;
}

.ergo-main-video__inner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.ergo-main-video__inner video {
    width: 100%;
    height: auto;
    min-height: 590px;
    display: block;
    object-fit: cover;
    max-height: 885px;
    object-position: center;
}

.ergo-main-video__content {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.ergo-main-video__content h2 {
    color: #FFF;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.ergo-main-video__content p {
    color: #FFF;
    font-family: "Averta CY", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.48px;
}

.kids-hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    background: #fbf9f8 url("/shared/journal/img/beds-img/kids-hero.png") center right / cover no-repeat;
    padding: 85px 0 210px;
    background-color: #F4EDE9;
}

.kids__hero-row {
    width: 100%;
}

.kids__hero__row-start {
    width: 100%;
    max-width: 630px;
}

.kids__hero-label {
    color: #00B9BF;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.kids__hero__row-start h1 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    margin-bottom: 20px;
}

.kids__hero__row-start p {
    max-width: 540px;
    color: #4C4C4C;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}

.kids-parent {
    background: #F4EDE9;
    padding: 50px 0;
}

.kids__parent-row {
    gap: 55px;
}

.kids__parent__row-img {
    width: 100%;
    max-width: 665px;
    border-radius: 16px;
    overflow: hidden;
}

.kids__parent__row-img img {
    width: 100%;
}

.kids__parent__row-txt {
    max-width: 615px;
}

.kids__parent__row-txt h2 {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 11px;
}

.kids__parent__row-txt h3 {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin: 0 0 11px;
}

.kids__parent__row-txt p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

.kids__parent__row-txt p+p {
    margin-top: 6px;
}

.kids-safe {
    padding: 30px 0 80px;
    position: relative;
}

.kids__safe-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 31px 34px;
    max-width: 1360px;
    margin: 0 auto;
}

.kids__safe__row-box {
    justify-content: space-between;
    gap: 26px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 24px;
    align-items: flex-start;
}

.kids__safe__row__box-txt {
    max-width: 375px;
}

.kids__safe__row__box-txt h5 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}

.kids__safe__row__box-txt h6 {
    color: #00B9BF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.kids__safe__row__box-txt p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.kids__safe__row__box-img {
    width: 210px;
    height: 185px;
    flex: 0 0 210px;
    border-radius: 10px;
    overflow: hidden;
}

.kids__safe__row__box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kids__safe-video {
    max-width: 1360px;
    margin: 32px auto 0;
    justify-content: space-between;
    gap: 55px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 45px 55px;
}

.kids__safe__video-txt {
    max-width: 615px;
}

.kids__safe__video-txt h6 {
    color: #00B9BF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 11px;
}

.kids__safe__video-txt h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 13px;
}

.kids__safe__video-txt p {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.kids__safe__video-txt p+p {
    margin-top: 12px;
}

.kids__safe__video-txt b {
    font-weight: 700;
}

.kids__safe__video-media {
    width: 560px;
    height: 345px;
    flex: 0 0 560px;
    border-radius: 10px;
    overflow: hidden;
    background: #dfe6e8;
}

.kids__safe__video-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.kids-safe::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(0deg, #FFF 0%, #F4EDE9 100%);
}

.kids-safe>.container {
    position: relative;
    z-index: 1;
}

.product__category-kids {
    text-align: center;
    padding: 78px 0 40px;
}

.product__category-kids h2 {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin: 0 0 12px;
}

.product__category-kids p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.kids-safe .max__category-sales {
    max-width: 1360px;
    margin: 45px auto 28px;
    gap: 32px;
}

.kids-safe .max__category__sales-box {
    min-height: 79px;
    position: relative;
    overflow: visible;
    border-radius: 8px;
    padding: 0 28px;
    color: inherit;
    text-decoration: none;
}

.kids-safe .max__category__sales-box.quiz-btn {
    flex: 1 1 auto;
    background: linear-gradient(90deg, #02969A 0%, #1CB3B8 40.96%, #02A6AC 100%);
}

.kids-safe .max__category__sales-box:last-child {
    flex: 0 0 430px;
    background: #FFE893;
}

.kids-safe .max__category__sales__box-img {
    position: absolute;
    left: 10px;
    bottom: -7px;
    max-width: 142px;
    z-index: 3;
}

.kids-safe .max__category__sales-box:last-child .max__category__sales__box-img {
    left: 16px;
    bottom: 0px;
    max-width: 98px;
}

.kids-safe .max__category__sales__box-img img {
    width: 100%;
    max-width: 126px;
}

.kids-safe .max__category__sales__box-txt {
    position: relative;
    z-index: 2;
    margin-left: 120px;
}

.kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt {
    margin-left: 108px;
}

.kids-safe .max__category__sales__box-txt h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 27px;
    margin: 0;
}

.kids-safe .max__category__sales__box-txt p {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt h4 {
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.kids-safe .max__category__sales__box-btn {
    position: relative;
    z-index: 2;
    margin-left: auto;
}

.kids-safe .max__category__sales__box-circle {
    position: absolute;
    right: 232px;
    top: 0;
    bottom: -2px;
    display: flex;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

.kids-safe .max__category__sales__box-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kids-safe .circle-sm {
    margin-top: -65px;
    margin-right: -14px;
}

.kids-safe .circle-xl {
    margin-bottom: -34px;
}

.kids-safe .circle-xs {
    margin-top: -10px;
    margin-left: -3px;
}

.kids-safe .max__category__sales__box-btn button {
    border: 1px solid transparent;
    border-radius: 4px;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 7px 20px;
    cursor: pointer;
}

.kids-safe .max__category__sales-box:hover .max__category__sales__box-btn button {
    background: #F4DA7A;
}

.kids-safe .max__category__sales__box-arrow {
    width: 36px;
    height: 36px;
    margin-left: auto;
    justify-content: center;
    border-radius: 50%;
    background: #212121;
}

.kids-safe .max__category__sales__box-arrow img {
    width: 18px;
    height: 18px;
}

.kids__category-filter {
    max-width: 1360px;
    margin: 0 auto 70px;
    gap: 10px;
    border-radius: 4px;
    background: #FAFAFA;
    padding: 12px 16px;
}

.kids__category-filter span,
.kids__category-filter a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.kids__category-filter span {
    margin-right: 8px;
    font-weight: 600;
}

.kids__category-filter a {
    border-radius: 2px;
    background: #FFF;
    border: 1px solid transparent;
    padding: 6px 12px;
}

.kids__category-filter a.active {
    border-color: #00B9BF;
    background: rgba(0, 185, 191, 0.12);
    color: #00B9BF;
}

.kids-safe .product__category-pag {
    max-width: 1360px;
    justify-content: space-between;
    margin: 55px auto 0;
}

.kids-safe .pag-list {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    margin: 0;
}

.kids-safe .pag-list li {
    list-style: none;
}

.kids-safe .pag-list a,
.kids-safe .more-view {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 20px;
}

.kids-safe .pag-list a.active {
    border-color: #00B9BF;
    background: rgba(0, 185, 191, 0.16);
    color: #00B9BF;
}

.kids-safe .more-view {
    width: 250px;
    background: #FFF;
}

.kids-safe .product__category__pag-end p {
    color: #333;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.kids-safe .product__category-banner {
    max-width: 1360px;
    width: 100%;
    margin: 45px auto 0;
    overflow: hidden;
    border-radius: 12px;
}

.kids-safe .product__category-banner picture,
.kids-safe .product__category-banner img {
    display: block;
    width: 100%;
}

.beds-info {
    background: #FFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.06);
    padding: 44px 0;
    position: relative;
    z-index: 2;
}

.beds__info-row {
    gap: 165px;
}

.beds__info__row-box {
    gap: 28px;
    width: 100%;
    max-width: 548px;
}

.beds__info__row__box-img {
    flex: 0 0 64px;
    width: 64px;
    justify-content: center;
}

.beds__info__row__box-img img {
    width: 64px;
}

.beds__info__row__box-txt h5 {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

.beds__info__row__box-txt p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.beds-products {
    background: url("/shared/journal/img/beds-img/bg-products.png") center top / cover no-repeat;
    padding: 30px 0 120px;
    position: relative;
}

.beds-products::before {
    content: "";
    width: 100%;
    height: 155px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.beds__interior-box {
    max-width: 1360px;
    justify-content: space-between;
    gap: 42px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.06);
    margin: 0 auto 82px;
    overflow: hidden;
    padding-right: 58px;
    padding-bottom: 40px;
    position: relative;
}

.beds__interior__box-img {
    flex: 0 0 530px;
}

.beds__interior__box-img img {
    width: 100%;
    display: block;
}

.beds__interior__box-txt {
    flex: 1 1 auto;
}

.beds__interior__box-txt h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.beds__interior__box-txt h3 {
    color: #00B9BF;
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.beds__interior__box-txt>p {
    max-width: 785px;
    color: #313131;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.36px;
}

.beds__interior__box-sp {
    gap: 43px;
    margin-top: 50px;
}

.beds__interior__box__sp-box {
    gap: 23px;
    align-items: flex-start;
    max-width: 355px;
}

.beds__interior__box__sp__box-img {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    justify-content: center;
}

.beds__interior__box__sp__box-img img {
    width: 72px;
    height: 72px;
}

.beds__interior__box__sp__box-txt h5 {
    color: #313131;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin-bottom: 2px;
}

.beds__interior__box__sp__box-txt p {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.beds__products-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    max-width: 1360px;
    margin: 0 auto;
}

.beds__products__row-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 24px;
    overflow: hidden;
}

.beds__products__row__box-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 384 / 257;
    margin-bottom: 22px;
}

.beds__products__row__box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s linear;
}

.beds__products__row__box-img img.hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.beds__products__row-box:hover .beds__products__row__box-img img.hover {
    opacity: 1;
}

.beds__products__row__box-txt h5 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.beds__products__row__box-txt h6 {
    color: #4E4E4E;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 6px 0 8px;
}

.beds__products__row__box-txt p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.beds-quality {
    padding: 10px 0 40px;
}

.beds__quality-box {
    max-width: 1360px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 48px;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: #F2F2F2;
    padding: 54px 54px 54px 56px;
}

.beds__quality__box-start {
    width: 100%;
    max-width: 560px;
}

.beds__quality-title h2 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 4px;
}

.beds__quality-title h3 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.beds__quality-title p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.beds__quality-slider {
    margin: 58px 0 0;
    min-height: 64px;
}

.beds__quality-slide {
    gap: 16px;
    height: auto;
    display: flex;
    background: #f2f2f2;
} 

.beds__quality__slide-img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    justify-content: center;
}

.beds__quality__slide-img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.beds__quality__slide-txt h5 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
}

.beds__quality__slide-txt p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.beds__quality__box-end {
    flex: 0 0 605px;
    width: 605px;
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.beds__quality__box-end video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.beds-choice {
    padding: 42px 0 0;
}

.beds__choice-title {
    text-align: center;
    margin-bottom: 35px;
}

.beds__choice-title h2 {
    color: #262626;
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -0.96px;
    margin-bottom: 3px;
}

.beds__choice-title p {
    color: #000;
    text-align: center;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
    text-transform: uppercase;
}

.beds__choice-cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 32px;
    max-width: 1360px;
    margin: 0 auto;
}

.beds__choice__cats-box {
    position: relative;
    --choice-text-rise: 30px;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
    padding: 25px 27px 15px;
}

.beds__choice__cats-box:nth-child(2) {
    --choice-text-rise: 30px;
}

.beds__choice__cats-box img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.beds__choice__cats-box::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 100%;
    max-height: 46%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
    z-index: 1;
    transition: height 0.35s ease, background 0.35s ease;
}

.beds__choice__cats__box-label {
    position: absolute;
    top: 25px;
    left: 27px;
    z-index: 2;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    background: rgba(235, 235, 235, 0.90);
    padding: 8px;
    transition: background 0.3s ease;
}

.beds__choice__cats__box-price {
    position: absolute;
    top: 25px;
    right: 27px;
    z-index: 2;
    transform: translateY(-18px);
    opacity: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 4px;
    background: #FF0064;
    padding: 8px;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.beds__choice__cats__box-txt {
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: -5px;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.35s ease;
    will-change: transform;
}

.beds__choice__cats__box-txt h5 {
    color: #FFF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    font-size: 32px;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.64px;
}

.beds__choice__cats__box-txt p {
    max-width: 620px;
    color: #FFF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0;
    margin: 10px 0 0;
    transition: opacity 0.25s ease;
}

.beds__choice__cats-box:hover img {
    transform: scale(1.035);
}

.beds__choice__cats-box:hover::after {
    max-height: 70%;
}

.beds__choice__cats-box:hover .beds__choice__cats__box-label {
    background: #F4DA7A;
}

.beds__choice__cats-box:hover .beds__choice__cats__box-price {
    transform: translateY(0);
    opacity: 1;
}

.beds__choice__cats-box:hover .beds__choice__cats__box-txt {
    transform: translateY(calc(var(--choice-text-rise, 46px) * -1));
}

.beds__choice__cats-box:hover .beds__choice__cats__box-txt p {
    opacity: 1;
}

.beds__choice-bottom {
    gap: 32px;
    max-width: 1360px;
    margin: 35px auto 0;
}

.beds__choice__bottom-box {
    position: relative;
    flex: 1 1 0;
    min-height: 75px;
    overflow: visible;
}

.beds__choice__bottom__box-clip {
    position: relative;
    min-height: 75px;
    overflow: hidden;
    border-radius: 8px;
    padding: 14px 22px;
    z-index: 1;
}

.beds__choice__bottom-box--expert .beds__choice__bottom__box-clip {
    background: #FFE893;
}

.beds__choice__bottom-box--try .beds__choice__bottom__box-clip {
    background: #00BBC7;
}

.beds__choice__bottom-box--try .beds__choice__bottom__box-img {
    bottom: -11px;
}

.beds__choice__bottom-box--try .beds__choice__bottom__box-btn {
    border-radius: 4px;
    border: 1px solid #00AAAF;
    background: #FFF;
    color: #212121;
}

.beds__choice__bottom-box--catalog .beds__choice__bottom__box-clip {
    background: #F2F2F2;
}

.beds__choice__bottom-box--catalog .beds__choice__bottom__box-img {
    bottom: 0px;
}

.beds__choice__bottom__box-txt {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.beds__choice__bottom__box-txt h5 {
    color: #262626;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
}

.beds__choice__bottom__box-txt p {
    color: #262626;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.beds__choice__bottom-box--try .beds__choice__bottom__box-txt h5,
.beds__choice__bottom-box--try .beds__choice__bottom__box-txt p {
    color: #FFF;
}

.beds__choice__bottom__box-dotted {
    position: absolute;
    top: 0;
    right: 92px;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.2s ease;
}

.beds__choice__bottom__box-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 103px;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.2s ease;
}

.beds__choice__bottom__box-btn {
    position: absolute;
    top: 50%;
    right: 22px;
    z-index: 3;
    transform: translateY(-50%) translateX(14px);
    opacity: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    background: #00BBC7;
    padding: 7px 15px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.beds__choice__bottom-box--catalog .beds__choice__bottom__box-btn {
    color: #FFF;
}

.beds__choice__bottom-box:hover .beds__choice__bottom__box-dotted {
    transform: translateY(-32px);
    opacity: 0;
}

.beds__choice__bottom-box:hover .beds__choice__bottom__box-img {
    transform: translateY(105px);
    opacity: 0;
}

.beds__choice__bottom-box:hover .beds__choice__bottom__box-btn {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.beds__choice__bottom-box:hover .beds__choice__bottom__box-txt {
    transform: translateX(0);
}

.beds__quality__slide-txt {
    max-width: 385px;
}

.beds.kids {
    background-color: #F4EDE9;
}

.kids-safe .beds__interior-box {
    margin: 45px auto;
}

.kids__safe__video__txt-row {
    margin-top: 45px;
    gap: 22px;
}

.kids__safe__video__txt-row p {
    max-width: 320px;
}

.single-hero {
    background: #F8F8F2;
    padding: 94px 0 91px;
}

.single-hero .container {
    max-width: 1360px;
}

.single-hero .beds__hero-row {
    min-height: 420px;
    align-items: center;
}

.single-hero .beds__hero-label {
    background: #E5E5D8;
    color: #7E7E7E;
}

.single-hero .beds__hero__row-start h1 {
    color: #3D3531;
}

.single-hero .beds__hero__row-end {
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 890px;
    max-height: none;
    overflow: visible;
}

.single-hero .beds__hero__row-end img {
    width: 100%;
    height: auto;
    max-width: 890px;
    object-fit: contain;
}

.single-products {
    background: #FFF;
    padding: 58px 0 80px;
}

.single-products::before {
    display: none;
}

.single-products__head {
    max-width: 1360px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin: 0 auto 80px;
}

.single-products__head h2 {
    flex: 0 0 390px;
    color: #262626;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.72px;
}

.single-products__head p {
    max-width: 880px;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.32px;
}

.single-interior {
    background: #FFF;
    padding: 0 0 80px;
}

.single-interior .beds__interior-box {
    background: #F8F8F2;
    margin-bottom: 0;
}

.double-hero,
.double-products,
.double-interior {
    background: #F8FAFF;
}

.double-hero .beds__hero-label {
    background: #DFE3EE;
    color: #697593;
}

.double-hero .beds__hero__row-start h1 {
    color: #2C2E55;
}

.double-interior .beds__interior-box {
    background: #FFF;
}
 
.beds ~ .product-category .product__category__row__box__txt-parameters .product__category__row__box__txt__parameters-rating {
    width: auto;
}

.beds ~ .product-category .product__category__row__box__txt-parameters {
    min-height: 22px;
}

.beds ~ .product-category .product__category-box {
    align-items: flex-start;
}

.ergo-strength .kids__safe-video {
    box-shadow: none;
    background: #F6F6F6;
}


@media screen and (max-width: 1355px) {
    .beds__choice-bottom {
        flex-wrap: wrap;
    }

    .beds__choice__bottom-box {
        min-width: 435px;
    }

    .kids-safe .max__category__sales-box:last-child {
        flex: 0 0 370px;
    }

    .kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt {
        margin-left: 95px;
    }
}

@media screen and (max-width: 1300px) {
    .kids-safe .max__category__sales-box {
        padding: 0 16px;
    }

    .kids-safe .max__category__sales__box-circle {
        display: none;
    }

    .kids__safe-video { 
        padding: 35px 35px;
    }
}

@media screen and (max-width: 1200px) {
    .beds__hero__row-start {
        flex-basis: 520px;
        max-width: 520px;
    }

    .beds__hero__row-start h1, .main-beds .beds__hero__row-start h1 {
        font-size: 54px;
        line-height: 62px;
    }

    .beds__hero__row-end {
        max-width: 512px;
        max-height: 310px;
    }

    .beds__hero__row-end video {
        height: 360px;
    }

    .single-hero .beds__hero__row-end {
        right: 40px;
        max-width: 560px;
    }

    .kids__hero__row-start {
        margin-left: 70px;
    }

    .kids__hero__row-start h1 {
        font-size: 58px;
        line-height: 62px;
    }

    .ergo-hero .beds__hero__row-start {
        flex-basis: 520px;
        max-width: 520px;
    }

    .beds__interior__box-sp {
        flex-wrap: wrap;
        gap: 20px;
    }

    .beds__interior-box {
        align-items: flex-start;
    }

    .beds__interior__box-txt {
        padding-top: 25px;
    }

    .kids-safe .max__category__sales__box-txt h4 {
        font-size: 20px;
    }

    .kids__safe-video {
        flex-wrap: wrap;
        gap: 20px;
    }

    .kids__safe__video-txt {
        max-width: 100%;
    }

    .kids__safe__video__txt-row {
        margin-top: 25px;
    }

    .kids__parent__row-txt h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .kids__parent__row-txt h2 {
        line-height: 1;
    }

    .kids__parent-row {
        gap: 30px;
    }

    .kids__parent__row-txt p {
        line-height: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .kids__safe__row__box-txt {
        max-width: 165px;
    }

    .kids__parent-row {
        flex-wrap: wrap;
        gap: 25px;
    }

    .kids__parent__row-txt {
        max-width: 100%;
    }

    .kids__parent__row-txt h2 {
        font-size: 40px;
        line-height: 1;
    }

    .kids-safe .max__category__sales__box-txt h4 {
        font-size: 18px;
    }

    .kids-safe .max__category__sales__box-btn button {
        padding: 7px 20px;
        max-width: 112px;
        line-height: 1;
        font-size: 12px;
    }

    .kids-safe .max__category__sales-box:last-child {
        flex: 0 0 330px;
    }

    .kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt h4 {
        font-size: 16px;
    }

    .kids-safe .max__category-sales {
        gap: 20px;
    }
}

@media screen and (max-width: 975px) {
    .beds-hero {
        padding: 60px 0 45px;
    }

    .beds__hero-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .beds__hero__row-start {
        flex: none;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .beds__hero__row-end {
        width: 100%;
        justify-content: center;
        position: relative;
        max-width: 100%;
        max-height: none;
    }

    .single-hero {
        padding: 60px 0 45px;
    }

    .single-hero .beds__hero-row {
        min-height: 0;
    }

    .single-hero .beds__hero__row-end {
        top: auto;
        right: auto;
        transform: none;
        max-width: 720px;
        margin: 8px auto 0;
    }

    .kids-hero {
        min-height: 720px;
        align-items: flex-start;
        background-image: url("/shared/journal/img/beds-img/kids-hero-mini.png");
        background-position: center bottom;
        background-size: contain;
        background-color: #F4EDE9;
        padding: 54px 0 360px;
    }

    .kids__hero__row-start {
        max-width: 520px;
        margin-left: 0;
    }

    .ergo-hero {
        min-height: 720px;
        align-items: flex-start;
        /* background-image: url("/shared/journal/img/beds-img/ergo-hero-bg-mob.jpg"); */
        /* background-position: center bottom; */
        /* padding: 54px 0 360px; */
    }

    .ergo-hero .beds__hero-row {
        min-height: 0;
    }

    .ergo-hero .beds__hero__row-start {
        max-width: 100%;
    }

    .ergo-tech__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ergo-strength__box {
        flex-direction: column;
        align-items: flex-start;
    }

    .ergo-strength .kids__safe__video-txt {
        max-width: 100%;
    }

    .ergo-strength .kids__safe__video-media {
        width: 100%;
        flex-basis: auto;
    }

    .ergo-main-video__inner video {
        min-height: 500px;
    }

    .beds__info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .beds__info__row-box {
        max-width: 100%;
    }

    .beds__products-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .beds__interior-box {
        flex-direction: column;
        padding: 24px;
    }

    .beds__interior__box-img {
        flex-basis: auto;
        max-width: 420px;
    }

    .beds__interior__box-txt {
        width: 100%;
        padding-top: 0;
    }

    .beds__interior__box-sp {
        flex-wrap: wrap;
    }

    .beds__quality-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .beds__quality__box-start {
        max-width: 100%;
    }

    .beds__quality__box-end {
        width: 100%;
        flex-basis: auto;
        max-width: 605px;
    }

    .beds__choice-title h2 {
        font-size: 40px;
        line-height: 54px;
    }

    .beds__choice-title p {
        font-size: 18px;
        line-height: 30px;
    }

    .beds__choice-bottom {
        flex-direction: column;
    }

    .kids__safe-row {
        grid-template-columns: 1fr;
    }

    .kids__safe-video {
        flex-direction: column;
        align-items: flex-start;
    }

    .kids__safe__video-txt {
        max-width: 100%;
    }

    .kids__safe__video-media {
        width: 100%;
        flex-basis: auto;
    }

    .kids-safe .max__category-sales {
        flex-direction: column;
    }

    .kids-safe .max__category__sales-box:last-child {
        flex-basis: auto;
        width: 100%;
        padding-left: 125px;
    }

    .kids-safe .max__category__sales-box.quiz-btn {
        width: 100%;
    }

    .kids-safe .product__category-pag {
        flex-wrap: wrap;
        gap: 16px;
    }

    .kids__safe__row__box-txt {
        max-width: calc(100% - 200px);
    }

    .kids-safe .max__category__sales__box-btn button {
        max-width: max-content;
        padding: 10px;
    }

    .kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt {
        margin-left: 0;
    }

    .kids-safe .max__category__sales__box-txt { 
        margin-left: 130px;
    }
}

@media screen and (max-width: 767px) {
    .beds .container {
        padding: 0 16px;
    }

    .beds-hero {
        padding: 40px 0;
    }

    .beds__hero-label {
        font-size: 13px;
        line-height: 28px;
        padding: 2px 14px;
        margin: 0 auto;
    }

    .beds__hero__row-start h1, .main-beds .beds__hero__row-start h1 {
        font-size: 34px;
        line-height: 37px;
        letter-spacing: -0.76px;
        text-align: center;
    }

    .beds__hero__row-start p {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.32px;
        text-align: center;
    }

    .beds__hero-btn {
        min-width: 242px;
        min-height: 52px;
        font-size: 16px;
        padding: 14px 24px;
        margin: 0 auto;
    }

    .kids-hero {
        min-height: 650px;
        padding: 38px 0 310px;
    }

    .kids__hero-label {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -0.32px;
        text-align: center;
    }

    .kids__hero__row-start h1 {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.84px;
        text-align: center;
    }

    .kids__hero__row-start p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
        text-align: center;
    }

    .ergo-hero {
        min-height: 650px;
        padding: 38px 0 310px;
    }

    .ergo-hero .beds__hero__row-start {
        text-align: center;
    }

    .ergo-hero .beds__hero-label {
        margin: 0 auto;
    }

    .ergo-tech {
        padding: 56px 0;
    }

    .ergo-tech__title h2 {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }

    .ergo-tech__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ergo-tech__card-txt {
        padding: 24px 24px 26px;
    }

    .ergo-strength {
        padding: 0 0 56px;
    }

    .ergo-strength__box {
        padding: 24px 18px;
    }

    .ergo-strength .kids__safe__video__txt-row {
        align-items: flex-start;
        margin-top: 28px;
    }

    .ergo-strength .kids__safe__video__txt-row p {
        max-width: 100%;
    }

    .ergo-main-video {
        margin-top: 56px;
    }

    .ergo-main-video__inner video {
        min-height: 420px;
    }

    .ergo-main-video__content {
        top: 32px;
    }

    .ergo-main-video__content h2 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-bottom: 10px;
    }

    .ergo-main-video__content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .beds-info {
        padding: 28px 0;
    }

    .beds__info__row-box {
        gap: 18px;
        align-items: flex-start;
    }

    .beds__info__row__box-img,
    .beds__info__row__box-img img {
        width: 52px;
        flex-basis: 52px;
    }

    .beds__info__row__box-txt h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .beds__info__row__box-txt p {
        font-size: 14px;
        line-height: 21px;
    }

    .beds-products {
        padding: 50px 0 70px;
    }

    .beds__interior-box {
        gap: 24px;
        padding: 18px;
        margin-bottom: 28px;
    }

    .beds__interior__box-txt h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .beds__interior__box-txt h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .beds__interior__box-txt>p {
        font-size: 16px;
        line-height: 24px;
    }

    .beds__interior__box-sp {
        flex-direction: column;
        gap: 18px;
        margin-top: 22px;
    }

    .beds__interior__box__sp-box {
        max-width: 100%;
        gap: 15px;
    }

    .beds__products-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .beds__products__row-box {
        padding: 18px;
    }

    .beds__products__row__box-img {
        margin-bottom: 18px;
    }

    .beds__products__row__box-txt h5 {
        font-size: 21px;
        line-height: 24px;
    }

    .beds-quality {
        padding: 10px 0 32px;
    }

    .beds__quality-box {
        gap: 34px;
        padding: 28px 18px;
    }

    .beds__quality-title h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .beds__quality-title h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .beds__quality-slider {
        margin-top: 34px;
    }

    .beds__quality-slide {
        gap: 16px;
        align-items: flex-start;
    }

    .beds__quality__slide-img,
    .beds__quality__slide-img img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .beds__quality__box-end {
        height: auto;
        aspect-ratio: 605 / 360;
    }

    .beds-choice {
        padding: 28px 0 50px;
    }

    .beds__choice-title h2 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.64px;
        margin-bottom: 8px;
    }

    .beds__choice-title p {
        font-size: 15px;
        line-height: 24px;
    }

    .beds__choice-cats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .beds__choice__cats-box {
        min-height: 220px;
        padding: 18px;
    }

    .beds__choice__cats__box-label {
        top: 18px;
        left: 18px;
        font-size: 12px;
        line-height: 11px;
    }

    .beds__choice__cats__box-label {
        background: #F4DA7A;
    }
    
    .beds__choice__cats__box-price {
        transform: translateY(0);
        opacity: 1;
    }
    
    .beds__choice__cats-box::after {
        max-height: 70%;
    }

    .beds__choice__cats__box-price {
        top: 18px;
        right: 18px;
        font-size: 14px;
        line-height: 11px;
    }

    .beds__choice__cats__box-txt h5 {
        font-size: 26px;
    }

    .beds__choice__cats__box-txt {
        position: initial;
    }

    .beds__choice-bottom {
        gap: 18px;
        margin-top: 24px;
    }

    .beds__choice__bottom-box {
        min-height: 71px;
        width: 100%;
    }

    .beds__choice__bottom__box-dotted {
        display: none;
    }

    .beds__choice__bottom__box-clip {
        min-height: 66px;
        padding: 11px;
    }

    .beds__choice__bottom__box-txt p {
        font-size: 11px;
    }

    .beds__choice__bottom__box-img {
        max-width: 50%;
        max-height: 61px;
    }

    .beds__choice__bottom__box-txt {
        max-width: 77%;
    }

    .beds__choice__bottom__box-txt h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .beds__hero__row-end video {
        height: 240px;
    }

    .beds__hero__row-end {
        max-height: 205px;
    }

    .single-hero {
        padding: 44px 0 40px;
    }

    .single-hero .beds__hero__row-end {
        max-height: none;
        margin-top: 20px;
    }

    .beds__quality-title p {
        font-size: 14px;
    }

    .beds__quality__slide-txt p {
        font-size: 14px;
    }

    .beds__choice__cats__box-txt p {
        opacity: 1;
    }

    .beds__choice__cats-box:hover .beds__choice__cats__box-txt {
        transform: translateY(0px);
    }

    .kids-safe {
        padding: 10px 0 50px;
    }

    .kids__safe-row {
        gap: 20px;
    }

    .kids__safe__row-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .kids__safe__row__box-txt {
        max-width: 100%;
    }

    .kids__safe__row__box-img {
        width: 100%;
        height: 225px;
        aspect-ratio: 210 / 185;
        flex-basis: auto;
    }

    .kids__safe-video {
        gap: 28px;
        padding: 24px 18px;
    }

    .kids__safe__video-txt h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .kids__safe__video-media {
        height: auto;
        aspect-ratio: 560 / 345;
    }

    .product__category-kids {
        padding: 56px 0 28px;
    }

    .product__category-kids h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .product__category-kids p {
        font-size: 14px;
        line-height: 22px;
    }

    .kids-safe .max__category-sales {
        gap: 16px;
        margin-bottom: 20px;
    }

    .kids-safe .max__category__sales-box {
        padding: 12px 16px;
    }

    .kids-safe .max__category__sales__box-img {
        right: 0px;
        left: auto;
        bottom: -7px;
        max-width: 118px;
    }

    .kids-safe .max__category__sales__box-txt {
        margin-left: 0;
        max-width: 230px;
    }

    .kids-safe .max__category__sales-box:last-child .max__category__sales__box-img {
        right: auto;
        left: 15px;
        max-width: 88px;
    }

    .kids-safe .max__category__sales-box:last-child .max__category__sales__box-txt {
        margin-left: 0;
    }

    .kids-safe .max__category__sales__box-circle {
        display: none;
    }

    .kids-safe .max__category__sales__box-txt h4 {
        font-size: 17px;
        line-height: 24px;
    }

    .kids-safe .max__category__sales__box-btn {
        display: none;
    }

    .kids__category-filter {
        overflow-x: auto;
        margin-bottom: 36px;
    }

    .kids__category-filter span,
    .kids__category-filter a {
        flex: 0 0 auto;
    }

    .kids-safe .product__category-pag {
        margin-top: 35px;
    }

    .kids-safe .product__category__pag-middle,
    .kids-safe .more-view {
        width: 100%;
    }

    .kids-safe .product__category-banner {
        margin-top: 28px;
        border-radius: 8px;
    }

    .beds__choice__bottom-box{
        min-width: auto;
    }

    .kids-safe .max__category__sales-box:last-child {
        padding-left: 115px;
    }

    .single-products__head {
        flex-wrap: wrap;
        gap: 15px;
        margin: 0 auto 25px;
    }

    .single-products__head h2 {
        flex: auto; 
        font-size: 29px; 
        line-height: 34px; 
    }

    .beds__interior__box__sp__box-txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .beds__interior__box__sp__box-img, .beds__interior__box__sp__box-img img {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
    }

    .beds__products__row-box .beds__products__row__box-img img.hover {
        opacity: 1;
    }
}