@media (min-width: 769px) {
    body.home-refined-page {
        background: #ffffff;
        color: #111111;
    }

    body.home-refined-page .carouselHome {
        max-height: none;
        min-height: calc(100vh - 74px);
        background: #111111;
    }

    body.home-refined-page .carouselHome::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(10, 12, 16, 0.56) 0%, rgba(10, 12, 16, 0.16) 44%, rgba(10, 12, 16, 0.03) 100%);
        pointer-events: none;
        z-index: 1;
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide,
    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > img {
        min-height: calc(100vh - 74px);
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    body.home-refined-page .carouselHome > div.carouselBullets {
        justify-content: flex-start;
        gap: 10px;
        padding-left: 8%;
        bottom: 4%;
        z-index: 2;
    }

    body.home-refined-page .carouselHome > div.carouselBullets > div.carouselBullet {
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.5);
    }

    body.home-refined-page .carouselHome > div.carouselBullets > div.active {
        background: #ffffff !important;
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.topText,
    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.middleText,
    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.bottomText {
        width: min(42rem, 42%);
        text-align: left;
        z-index: 2;
        left: 8%;
        color: #ffffff;
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.topText {
        top: auto;
        bottom: 29%;
        font-size: 0.86rem;
        line-height: 1.5;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.84);
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.middleText {
        top: auto;
        bottom: 15%;
        font-size: clamp(2.8rem, 4.6vw, 4.9rem);
        line-height: 0.98;
        font-weight: 700;
    }

    body.home-refined-page .carouselHome > div.carouselSlides > div.carouselSlide > div.bottomText {
        top: auto;
        bottom: 8%;
        font-size: 0.95rem;
        line-height: 1.5;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.82);
    }

    body.home-refined-page .servicesForClients,
    body.home-refined-page .ourEvents,
    body.home-refined-page .logos-scroll,
    body.home-refined-page .custom-rental-section,
    body.home-refined-page .newArrivals,
    body.home-refined-page .ourCollections,
    body.home-refined-page .topCategories,
    body.home-refined-page .blogPostsMainPage {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    body.home-refined-page .servicesForClients {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        padding: 38px 24px 0;
        border-bottom: none;
    }

    body.home-refined-page .servicesForClients > div.serviceForClient {
        width: 100%;
        margin: 0;
        padding: 28px 24px;
        background: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.08);
        border-radius: 26px;
        box-shadow: 0 20px 42px rgba(17, 17, 17, 0.06);
        text-align: left;
        box-sizing: border-box;
    }

    body.home-refined-page .servicesForClients > div.serviceForClient > div.serviceForClientIcon > i {
        font-size: 1.4rem;
        color: #111111;
    }

    body.home-refined-page .servicesForClients > div.serviceForClient > div.serviceForClientTitle {
        margin-top: 16px;
        font-size: 1.2rem;
        line-height: 1.25;
        color: #111111;
    }

    body.home-refined-page .servicesForClients > div.serviceForClient > div.serviceForClientSemiTitle {
        margin-top: 10px;
        font-size: 0.98rem;
        line-height: 1.75;
        color: #68625b;
    }

    body.home-refined-page .ourEvents,
    body.home-refined-page .newArrivals,
    body.home-refined-page .ourCollections,
    body.home-refined-page .topCategories,
    body.home-refined-page .blogPostsMainPage {
        padding: 96px 24px 0;
        text-align: left;
    }

    body.home-refined-page .ourEvents:after,
    body.home-refined-page .newArrivals:after,
    body.home-refined-page .topCategories:after,
    body.home-refined-page .blogPostsMainPage:after {
        width: calc(100% - 48px);
        left: 24px;
        background-color: rgba(17, 17, 17, 0.08);
    }

    body.home-refined-page .ourEvents > .ourEventsTitle,
    body.home-refined-page .newArrivals > .newArrivalsTitle,
    body.home-refined-page .ourCollections > .ourCollectionsTitle,
    body.home-refined-page .topCategories > .topCategoriesTitle,
    body.home-refined-page .blogPostsMainPageTitle {
        margin: 0;
        font-size: clamp(2.2rem, 2.8vw, 3.2rem);
        line-height: 1.06;
        font-weight: 600;
        text-align: left;
        color: #111111;
    }

    body.home-refined-page .ourEvents > .ourEventsDescription,
    body.home-refined-page .newArrivals > .newArrivalsDescription,
    body.home-refined-page .ourCollections > .ourCollectionsDescription,
    body.home-refined-page .topCategories > .topCategoriesDescription,
    body.home-refined-page .blogPostsMainPageDescription {
        max-width: 760px;
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.8;
        text-align: left;
        color: #6f6a63;
    }

    body.home-refined-page .ourEventsContent,
    body.home-refined-page .ourCollectionsContent {
        padding: 34px 0 0;
    }

    body.home-refined-page .eventOnView,
    body.home-refined-page .collectionOnView {
        width: 100%;
        height: 640px;
        border-radius: 32px;
        overflow: hidden;
        align-items: flex-start;
    }

    body.home-refined-page .eventOnView img,
    body.home-refined-page .collectionOnView img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.86);
    }

    body.home-refined-page .eventOnViewBox,
    body.home-refined-page .collectionOnViewBox {
        height: 100%;
        padding: 48px;
        align-items: flex-start;
        justify-content: flex-end;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.06) 0%, rgba(17, 17, 17, 0.72) 100%);
        text-align: left;
        box-sizing: border-box;
    }

    body.home-refined-page .eventOnViewTopTitle,
    body.home-refined-page .collectionOnViewTopTitle {
        font-size: clamp(2.4rem, 3vw, 3.4rem);
        line-height: 1.04;
        color: #ffffff;
    }

    body.home-refined-page .eventOnViewDate,
    body.home-refined-page .collectionOnViewDate {
        margin-top: 10px;
        font-size: 0.78rem;
        line-height: 1.5;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.82);
    }

    body.home-refined-page .eventOnViewBtn,
    body.home-refined-page .collectionOnViewBtn {
        margin-top: 22px;
        padding: 13px 18px;
        border: none;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    body.home-refined-page .carousel-container,
    body.home-refined-page .carousel1-container {
        width: 100%;
        margin-top: 16px;
        gap: 16px;
    }

    body.home-refined-page .carousel,
    body.home-refined-page .carousel1 {
        width: 100%;
    }

    body.home-refined-page .carousel-track,
    body.home-refined-page .carousel1-track {
        gap: 18px;
    }

    body.home-refined-page .lastEvent,
    body.home-refined-page .lastCollection {
        flex: 0 0 calc(33.333% - 12px);
        padding: 0;
        text-align: left;
    }

    body.home-refined-page .lastEvent img,
    body.home-refined-page .lastCollection img {
        height: 280px;
        border-radius: 22px;
    }

    body.home-refined-page .lastEventTitle,
    body.home-refined-page .lastCollectionTitle {
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.5;
        color: #111111;
    }

    body.home-refined-page .carousel-button,
    body.home-refined-page .carousel1-button {
        width: 44px;
        height: 44px;
        margin-bottom: 0;
        border: 1px solid rgba(17, 17, 17, 0.12);
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
        flex: 0 0 44px;
    }

    body.home-refined-page .carousel-button i,
    body.home-refined-page .carousel1-button i {
        font-size: 0.9rem;
        color: #111111;
    }

    body.home-refined-page .logos-scroll {
        margin-top: 96px;
        padding: 0 24px;
        background: transparent;
    }

    body.home-refined-page .trustedBy {
        margin-bottom: 18px;
        font-size: 0.72rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #7d7770;
    }

    body.home-refined-page .logo-track {
        gap: 38px;
    }

    body.home-refined-page .logo-item {
        flex: 0 0 280px;
    }

    body.home-refined-page .logos-scroll img {
        max-height: 76px;
        width: auto;
        filter: grayscale(1);
        opacity: 0.9;
    }

    body.home-refined-page .custom-rental-section {
        margin-top: 96px;
        padding: 0 24px;
    }

    body.home-refined-page .custom-rental-animation {
        border-radius: 30px;
        box-shadow: 0 34px 60px rgba(17, 17, 17, 0.14);
    }

    body.home-refined-page .custom-rental-animation video {
        height: min(72vh, 640px);
    }

    body.home-refined-page .custom-rental-video-overlay {
        padding: 40px;
    }

    body.home-refined-page .custom-rental-video-title {
        max-width: 620px;
        font-size: clamp(2.1rem, 2.8vw, 3rem);
        line-height: 1.08;
    }

    body.home-refined-page .custom-rental-layout {
        margin-top: 30px;
        gap: 30px;
        grid-template-columns: 1.08fr 0.92fr;
    }

    body.home-refined-page .custom-rental-info,
    body.home-refined-page .custom-rental-content {
        border-radius: 28px;
        padding: 34px 32px;
        box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
    }

    body.home-refined-page .custom-rental-title {
        font-size: 2.45rem;
        line-height: 1.1;
    }

    body.home-refined-page .custom-rental-text,
    body.home-refined-page .custom-rental-bullets li {
        font-size: 1rem;
        line-height: 1.8;
    }

    body.home-refined-page .custom-rental-form input,
    body.home-refined-page .custom-rental-form textarea {
        border-radius: 16px;
    }

    body.home-refined-page .custom-rental-form .custom-rental-submit {
        border-radius: 14px;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent {
        margin-top: 28px;
        padding: 0;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts {
        gap: 24px;
        margin-top: 0;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct {
        width: calc(25% - 18px);
        margin-top: 0;
        padding: 16px;
        border: 1px solid rgba(17, 17, 17, 0.08);
        border-radius: 26px;
        box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
        box-sizing: border-box;
        background: #ffffff;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalImg {
        border-radius: 20px;
        background: #fbfbfb;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalImg > img {
        border-radius: 20px;
        background: transparent !important;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalCategories {
        margin-top: 16px;
        align-items: center;
        gap: 12px;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalCategories > div.categoriesContent {
        min-width: 0;
        font-size: 0.74rem;
        line-height: 1.55;
        color: #7a746d;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalCategories > div.addToFavorite {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(17, 17, 17, 0.12);
        border-radius: 999px;
        background: #ffffff;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalCategories > div.addToFavorite i {
        font-size: 0.95rem;
        color: #111111;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalTitle {
        margin-top: 12px;
        min-height: 2.8em;
        font-size: 1rem;
        line-height: 1.42;
        color: #111111;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalPrice {
        min-height: 70px;
        height: auto;
        margin-top: 16px;
        font-size: 0.94rem;
        overflow: visible;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalPrice > .newArrivalPriceT {
        position: static;
        color: #6f6a63;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct > div.newArrivalPrice > .newArrivalButton {
        position: static;
        left: 0 !important;
        opacity: 1 !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 11px 15px;
        border-radius: 999px;
        background: #111111;
        color: #ffffff;
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct:hover .newArrivalButton {
        background: #111111;
    }

    body.home-refined-page .newArrivals > div.newArrivalsContent > div.newArrivalsProducts > div.newArrivalProduct:hover .newArrivalPriceT {
        left: 0 !important;
        opacity: 1 !important;
    }

    body.home-refined-page .viewMoreProducts {
        width: auto;
        min-width: 220px;
        margin-top: 28px;
        margin-left: 0;
        margin-right: auto;
        padding: 14px 22px;
        border: 1px solid #111111;
        border-radius: 999px;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    body.home-refined-page .topCategories > div.topRowTC {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        margin-top: 30px;
    }

    body.home-refined-page .topCategories > div.topRowTC > .rowTC {
        width: 100%;
        margin: 0;
        height: 420px;
        border-radius: 28px;
        overflow: hidden;
    }

    body.home-refined-page .topCategories > div.topRowTC > div.rowTC::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.62) 100%);
    }

    body.home-refined-page .topCategories > div.topRowTC > div.rowTC > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body.home-refined-page .topCategories > div.topRowTC > div.rowTC > div.rowTCCategoryTitle {
        top: auto;
        bottom: 22px;
        left: 22px;
        right: 22px;
        z-index: 1;
        font-size: 0.92rem;
        line-height: 1.45;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        text-align: left;
    }

    body.home-refined-page .topCategories > div.topRowTC > div.rowTC:hover > div.rowTCCategoryTitle {
        top: auto;
        bottom: 22px;
        left: 22px;
    }

    body.home-refined-page .eventsSection {
        max-width: 1320px;
        margin: 108px auto 0;
        border-radius: 32px;
        overflow: hidden;
        padding: 92px 84px;
        background-attachment: scroll;
        text-align: left;
        box-sizing: border-box;
    }

    body.home-refined-page .eventsSection::before {
        background: rgba(0, 0, 0, 0.56);
    }

    body.home-refined-page .eventsSection > h1,
    body.home-refined-page .eventsSection > h2,
    body.home-refined-page .eventsSection > p,
    body.home-refined-page .eventsSection > .viewMoreProductsE {
        text-align: left;
        position: relative;
        z-index: 1;
    }

    body.home-refined-page .eventsSection > h1 {
        font-size: 0.82rem;
        line-height: 1.5;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.82) !important;
    }

    body.home-refined-page .eventsSection > h2 {
        margin-top: 10px;
        max-width: 560px;
        font-size: clamp(2.4rem, 3.4vw, 4rem);
        line-height: 1.02;
    }

    body.home-refined-page .eventsSection > p {
        max-width: 700px;
        margin-top: 16px;
        font-size: 1rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.88);
    }

    body.home-refined-page .viewMoreProductsE {
        width: auto;
        min-width: 220px;
        margin-top: 30px;
        margin-left: 0;
        margin-right: auto;
        padding: 14px 22px;
        border: none;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 0.82rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    body.home-refined-page .blogPostsContainerMainPage {
        width: 100%;
        margin: 34px 0 0;
        display: block;
    }

    body.home-refined-page .blogPostsSecondCointainer {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        width: 100%;
        height: auto;
        overflow: visible;
        position: relative;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage {
        position: relative;
        top: auto;
        left: auto !important;
        width: auto;
        height: auto;
        padding-bottom: 26px;
        background: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.08);
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 18px 44px rgba(17, 17, 17, 0.05);
        box-sizing: border-box;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postImg {
        height: 250px !important;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postImg > img {
        height: 100% !important;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postInformation,
    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postTitle,
    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postText {
        padding-left: 22px;
        padding-right: 22px;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postInformation {
        margin-top: 20px;
        font-size: 0.76rem;
        line-height: 1.5;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #8a857f;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postTitle {
        margin-top: 10px;
        font-size: 1.38rem;
        line-height: 1.28;
        color: #111111;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postText {
        margin-top: 12px;
        height: auto;
        font-size: 0.96rem;
        line-height: 1.8;
        color: #5f5a53;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    body.home-refined-page .blogPostsSecondCointainer > .postMainPage > .postText:after {
        display: none;
    }

    body.home-refined-page a.readMore {
        width: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 22px 0 0 22px;
        padding: 13px 18px;
        border: 1px solid #111111;
        border-radius: 999px;
        background: #ffffff;
        color: #111111;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        animation: none;
    }

    body.home-refined-page a.readMore:hover,
    body.home-refined-page .viewMoreProducts:hover,
    body.home-refined-page .viewMoreProductsE:hover {
        animation: none;
        transform: translateY(-1px);
    }
}
