/* Global */
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1540px;
    }
    .container.original {
        max-width: 1320px;
    }
}
body {
    font-family: outfit;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(#000000cf, transparent);
    z-index: 99;
}
.search-form input {
    background: transparent !important;
    border: none;
    box-shadow: none !important;
    color: #fff !important;
    max-width: 180px;
}
.search-form {
    border: 2px solid #fff;
    border-radius: 20px;
}
.search-form .btn,
.search-form .form-control::placeholder {
    color: #fff;
}
.search-form {
    position: relative;
}
.mobile-search-form {
    display: none;
}
.mobile-search-form__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #640000;
}
.mobile-search-form .form-control {
    min-width: 0;
    border: none;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
}
.mobile-search-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.mobile-search-form .btn {
    color: #fff;
    border: none;
    padding: 0;
    line-height: 1;
}
.mobile-search-result {
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    width: 100%;
}
.search-result {
    right: 0;
    top: 110%;
    width: min(230px, 90vw);
    max-height: 400px;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    z-index: 999;
}
.search-result .result-item {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #f4f4f4;
}
.search-result .result-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.search-result a {
    color: inherit;
}
.search-result .result-meta {
    font-size: 12px;
    color: #999;
}
@media (max-width: 767px) {
    .search-form {
        width: 100%;
        margin-top: 10px;
    }
}
.top-header {
    background: #640000;
}
.top-header .navbar,
.top-header .navbar>.container {
    width: 100%;
}
.top-header .nav-link {
    color: #fff;
    /* original max: 18px → vw = 18*100/1920 = 0.9375 */
    font-size: clamp(16px, 0.9375vw, 18px);
}
.top-header .nav-link:hover,
.top-header .nav-link.active {
    color: #fbb3b3;
}
.navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none !important;
    font-size: 24px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
@media (min-width: 992px) {
    .top-header,
    .top-header .container {
        position: relative;
    }
    .top-header .navbar,
    .top-header .navbar>.container,
    .top-header .navbar-collapse,
    .top-header .navbar-nav {
        position: static;
    }
    .navbar .nav-item.dropdown {
        position: static;
    }
    .navbar .mega-menu {
        top: calc(100% - 1px);
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(1840px, calc(100vw - 16px));
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }
    .mega-menu__inner {
        max-height: min(72vh, 760px);
        overflow-y: auto;
        padding: 24px 28px;
    }
    .mega-menu__grid {
        display: grid;
        gap: 28px 36px;
    }
    .mega-menu__grid--grouped {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 18px 26px;
    }
    .mega-menu__grid--flat {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .mega-menu__grouped-layout {
        display: grid;
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        gap: 34px;
        align-items: start;
    }
    .mega-menu__grouped-intro {
        padding-right: 22px;
        border-right: 1px solid rgba(100, 0, 0, 0.12);
    }
    .mega-menu__flat-layout {
        display: grid;
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        gap: 34px;
        align-items: start;
    }
    .mega-menu__flat-intro {
        padding-right: 22px;
        border-right: 1px solid rgba(100, 0, 0, 0.12);
    }
    .mega-menu__eyebrow {
        display: inline-block;
        margin-bottom: 10px;
        color: #640000;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }
    .mega-menu__flat-title {
        margin: 0 0 10px;
        color: #111;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.15;
    }
    .mega-menu__flat-copy {
        margin: 0 0 18px;
        color: #575757;
        font-size: 15px;
        line-height: 1.6;
    }
    .mega-menu__flat-cta {
        display: inline-flex;
        align-items: center;
        color: #640000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-decoration: none;
        text-transform: uppercase;
    }
    .mega-menu__flat-cta:hover {
        color: #111;
    }
    .mega-menu__grid--flat-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 28px;
    }
    .mega-menu__flat-column {
        min-width: 0;
    }
    .mega-menu__group {
        flex: 0 1 180px;
        min-width: 150px;
        max-width: 220px;
    }
    .mega-menu__group--nested {
        padding-right: 4px;
    }
    .mega-menu__group--leaf {
        display: flex;
        align-items: flex-start;
    }
    .mega-menu__heading {
        display: block;
        margin-bottom: 12px;
        color: #111;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 1.3;
    }
    .mega-menu__heading:hover,
    .mega-menu__heading.active {
        color: #640000;
    }
    .mega-menu__item+.mega-menu__item {
        margin-top: 10px;
    }
    .mega-menu__link {
        display: block;
        color: #2b2b2b;
        font-size: 16px;
        line-height: 1.45;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .mega-menu__item--depth-2>.mega-menu__link,
    .mega-menu__item--depth-3>.mega-menu__link,
    .mega-menu__item--depth-4>.mega-menu__link {
        color: #5f5f5f;
        font-size: 15px;
    }
    .mega-menu__link:hover,
    .mega-menu__link.active {
        color: #640000;
        transform: translateX(3px);
    }
    .mega-menu__sublist {
        margin-top: 6px;
        padding-left: 14px;
        border-left: 1px solid rgba(100, 0, 0, 0.12);
    }
    .mega-menu__flat-link {
        display: block;
        min-height: 0;
        padding: 9px 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #202020;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .mega-menu__flat-link:hover,
    .mega-menu__flat-link.active {
        color: #640000;
        background: transparent;
        transform: translateX(3px);
    }
    .navbar .dropdown:hover>.dropdown-menu {
        display: block !important;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    .navbar .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }
}
.red-btn {
    /* original max: 25px → vw = 25*100/1920 ≈ 1.3021 */
    font-size: clamp(20px, 1.3021vw, 25px);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    background: #640000;
    min-width: 160px;
    text-align: center;
    border: 1px solid #640000;
}
.red-btn:hover {
    color: #640000;
    background: #fff;
}
.black-overlay {
    position: relative;
}
.red-text {
    color: #640000;
}
.red-list {
    padding: 0px 20px;
    list-style-image: url(../images/red-dot.png);
    font-weight: 500;
}
.black-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000070;
    display: block;
    position: absolute;
    z-index: 0;
}
.bg-cover-center {
    background-position: center;
    background-size: cover;
}
.bg-cover {
    background-size: cover;
}
.top-banner-overlay {
    background-image: linear-gradient(#0202026c, #0202026c);
}
.section-title {
    /* max: 65px → 65*100/1920 ≈ 3.3854 */
    font-size: clamp(40px, 3.3854vw, 65px);
    font-weight: 600;
}
.section-sub-title,
.inside-title {
    /* max: 48px → 48*100/1920 = 2.5 */
    font-size: clamp(38px, 2.5vw, 48px);
    font-weight: 600;
    text-transform: uppercase;
}
.video-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1.8;
}
.vdo-btn {
    background: #640000a6;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-content: center;
}
.vdo-btn svg {
    width: 40px;
    height: 40px;
}
.vdo-btn:hover {
    background: #000000a6;
}
.products {
    padding: 0 80px;
}
.letest-product-wrap .each-product {
    min-height: 465px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.each-product .shop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* max: 40px → 40*100/1920 ≈ 2.0833 */
    font-size: clamp(32px, 2.0833vw, 40px);
    background: linear-gradient(#0000, #15151599);
}
.each-product .product-title {
    /* max: 30px → 30*100/1920 = 1.5625 */
    font-size: clamp(24px, 1.5625vw, 30px);
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}
.each-product .shop a {
    color: #fff;
    display: none;
}
.each-category .category-shop {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 18%, rgba(0, 0, 0, 0.58) 100%);
}
.each-category .category-hover-content {
    width: 100%;
    max-width: 88%;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    background: rgba(10, 10, 10, 0.52);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 14px 12px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}
.each-category .category-hover-kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 8px;
}
.each-category .category-hover-title {
    font-size: clamp(18px, 1.05vw, 21px);
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}
.each-category .category-subcategory-list {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 12px !important;
}
.each-category .category-subcategory-list::-webkit-scrollbar {
    width: 6px;
}
.each-category .category-subcategory-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
}
.each-category .category-subcategory-link,
.each-category .category-hover-label {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: clamp(14px, 0.83vw, 16px);
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
}
.each-category .category-subcategory-item+.category-subcategory-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.each-category .category-subcategory-link:hover {
    color: #fbb3b3;
    transform: translateX(3px);
}
.each-category .category-hover-label {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
    margin-bottom: 12px;
}
.each-category .category-hover-action {
    min-width: 160px;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(100, 0, 0, 0.92);
    color: #fff;
    text-decoration: none;
    font-size: clamp(13px, 0.78vw, 15px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.each-category .category-hover-action:hover {
    background: #fff;
    border-color: #fff;
    color: #640000;
}
.each-product:hover .shop {
    background: linear-gradient(#64000099);
}
.each-product:hover .shop a {
    display: inline-block;
}
.home .each-category {
    padding: 0 !important;
    align-items: stretch !important;
}
.home .each-category .product-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 2;
    padding: 0 18px;
    margin: 0;
}
.home .each-category .product-title a {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(18px, 1.05vw, 21px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
}
.each-category:hover .category-hover-content,
.each-category:focus-within .category-hover-content {
    opacity: 1;
    transform: translateY(0);
}
.each-category:hover .category-shop a.d-block.position-absolute,
.each-category:focus-within .category-shop a.d-block.position-absolute {
    display: block;
}
.letest-product-wrap .owl-nav {
    position: absolute;
    top: 0;
    left: -80px;
    width: calc(100% + 160px);
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 40px;
    color: #640000;
    pointer-events: none;
    align-items: center;
}
.letest-product-wrap .owl-nav:hover {
    color: #000;
}
.letest-product-wrap .owl-nav button {
    pointer-events: all;
}
.product-page .each-product {
    min-height: 470px;
    background-size: cover;
    background-position: center;
}
.pagination {
    gap: 8px;
}
.pagination .page-link {
    color: #640000;
    border: 1px solid #640000;
    border-radius: 0;
    padding: 10px 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #fff;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #fff;
    background: #640000;
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background: #640000;
    border-color: #640000;
}
.pagination .page-item.disabled .page-link {
    color: #c7a1a1;
    border-color: #c7a1a1;
    background: #fff;
}
.product-title a {
    color: #000;
    padding: 15px;
    display: block;
    text-decoration: none;
    border: 1px solid #000;
}
.home .product-title a {
    border: none;
}
.product-page .each-product {
    min-height: 470px;
    background-size: cover;
    background-position: center;
    border: 1px solid #000;
    border-bottom: 0;
}
.product-wrap:hover {
    .product-title a {
        color: #640000;
    }
    .each-product .shop {
        background: linear-gradient(#64000099);
    }
    .each-product .shop a {
        display: inline-block;
    }
}
.s-icon a:hover {
    background: #640000;
    color: #fff;
}
/* Footer */
footer {
    background: #282828;
    color: #fff;
}
.f-logo {
    max-width: 235px;
}
.s-icon a {
    display: inline-block;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    /* max: 20px → 20*100/1920 ≈ 1.0417 */
    font-size: clamp(16px, 1.0417vw, 20px);
    color: #000;
    border-radius: 50%;
}
.f-title {
    /* max: 24px → 24*100/1920 = 1.25 */
    font-size: clamp(19px, 1.25vw, 24px);
}
.f-contact a {
    color: #b1b1b1;
    /* max: 18px → 18*100/1920 = 0.9375 */
    font-size: clamp(16px, 0.9375vw, 18px);
    text-decoration: none;
}
.bottom-strip input {
    max-width: 80%;
    width: 360px;
    border-radius: 0;
    padding: 15px;
    box-shadow: none !important;
}
.bottom-strip form button {
    background: #fff;
    padding: 15px;
    border-radius: 0;
    color: #000000;
    /* max: 18px → 18*100/1920 = 0.9375 */
    font-size: clamp(16px, 0.9375vw, 18px);
    min-width: 20%;
}
.bottom-strip form button:hover {
    background: #640000;
}
.footer-bottom {
    color: #b1b1b1;
    border-top: 1px solid #424242;
    /* original max: 15px (<16), so lock to 16px but keep vw from 16: 16*100/1920 ≈ 0.8333 */
    font-size: clamp(16px, 0.8333vw, 16px);
}
.footer-bottom a {
    color: #b1b1b1;
}
.f-contact a:hover,
.footer-bottom a:hover {
    color: #fff;
}
/* inner-page */
.inner-banner {
    min-height: 660px;
    background-size: cover;
    background-position: center;
}
.text {
    font-size: clamp(16px, 0.9375vw, 18px);
    color: #6f6f6f;
    line-height: clamp(20px, 2.0833vw, 40px);
}
.title-text {
    font-size: clamp(30px, 1.5625vw, 30px);
}
@media screen and (max-width:991px) {
    header {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        background: #640000;
        justify-content: space-between;
        align-items: center;
    }
    .top-header {
        background: transparent;
    }
    .top-header .container {
        width: auto;
        padding: 0;
    }
    .top-header .navbar,
    .top-header .navbar>.container {
        position: static;
        width: auto;
        padding: 0;
    }
    #navbarNav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        transform: none;
        bottom: auto;
        z-index: 120;
        padding: 0 10px 10px;
        margin-top: 4px;
    }
    .mobile-search-form {
        display: block;
    }
    .site-logo {
        width: 180px;
    }
    .logo-wrap {
        flex: 1 1 auto;
        margin: 0 !important;
        padding: 12px 0;
    }
    .letest-product-wrap .each-product {
        min-height: 320px;
        background-size: cover;
        background-position: center;
    }
    .each-category .category-shop {
        padding: 16px;
    }
    .each-category .category-subcategory-list {
        max-height: 170px;
    }
    .each-category .category-hover-content {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(10px);
        max-width: 100%;
        padding: 14px;
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }
    .each-category .category-shop {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 18%, rgba(0, 0, 0, 0.58) 100%);
    }
    .each-category .category-hover-title {
        margin-bottom: 10px;
    }
    .each-category .category-hover-action {
        width: 100%;
        min-width: 0;
    }
    .home .each-category .product-title {
        bottom: 14px;
        padding: 0 14px;
    }
    .home .each-category .product-title a {
        font-size: 18px;
    }
    .each-category.is-mobile-open .category-hover-content,
    .each-category:focus-within .category-hover-content {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }
    .each-category.is-mobile-open .category-shop,
    .each-category:focus-within .category-shop {
        background: linear-gradient(#64000099);
    }
    .navbar-nav {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        gap: 0 !important;
    }
    .navbar-nav .nav-item,
    .navbar-nav .dropdown-submenu {
        width: 100%;
        border-bottom: 1px solid rgba(100, 0, 0, 0.08);
    }
    .navbar-nav .nav-item:last-child,
    .navbar-nav .dropdown-submenu:last-child {
        border-bottom: none;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #faf4f4;
    }
    .navbar-nav .mega-menu {
        max-height: calc(100vh - 240px);
        overflow-y: auto;
    }
    .navbar-nav .mega-menu__inner {
        padding: 0;
    }
    .navbar-nav .mega-menu__grid {
        display: block;
        gap: 0;
    }
    .navbar-nav .mega-menu__flat-layout {
        display: block;
    }
    .navbar-nav .mega-menu__grouped-layout {
        display: block;
    }
    .navbar-nav .mega-menu__grouped-intro {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(100, 0, 0, 0.08);
        background: #fff;
        padding: 14px 18px 16px;
    }
    .navbar-nav .mega-menu__flat-intro {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(100, 0, 0, 0.08);
        background: #fff;
        padding: 14px 18px 16px;
    }
    .navbar-nav .mega-menu__flat-title {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .navbar-nav .mega-menu__flat-copy {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.5;
    }
    .navbar-nav .mega-menu__flat-cta {
        font-size: 13px;
    }
    .navbar-nav .mega-menu__grid--flat-list {
        display: block;
    }
    .navbar-nav .mega-menu__group+.mega-menu__group,
    .navbar-nav .mega-menu__flat-link+.mega-menu__flat-link {
        border-top: 1px solid rgba(100, 0, 0, 0.08);
    }
    .navbar-nav .mega-menu__heading,
    .navbar-nav .mega-menu__flat-link,
    .navbar-nav .mega-menu__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 12px 18px;
        color: #640000;
        text-decoration: none;
    }
    .navbar-nav .mega-menu__heading {
        margin-bottom: 0;
        background: #fff;
        font-size: 14px;
        letter-spacing: 0.08em;
    }
    .navbar-nav .mega-menu__flat-link {
        min-height: 52px;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 16px;
        font-weight: 500;
    }
    .navbar-nav .mega-menu__sublist {
        margin-top: 0;
        padding-left: 0;
        border-left: 0;
        background: #faf4f4;
    }
    .navbar-nav .mega-menu__item {
        border-top: 1px solid rgba(100, 0, 0, 0.08);
    }
    .navbar-nav .mega-menu__item--depth-1>.mega-menu__link {
        padding-left: 28px;
    }
    .navbar-nav .mega-menu__item--depth-2>.mega-menu__link {
        padding-left: 40px;
    }
    .navbar-nav .mega-menu__item--depth-3>.mega-menu__link,
    .navbar-nav .mega-menu__item--depth-4>.mega-menu__link {
        padding-left: 52px;
    }
    .navbar-nav .mega-menu__heading.active,
    .navbar-nav .mega-menu__heading:hover,
    .navbar-nav .mega-menu__heading:focus,
    .navbar-nav .mega-menu__flat-link.active,
    .navbar-nav .mega-menu__flat-link:hover,
    .navbar-nav .mega-menu__flat-link:focus,
    .navbar-nav .mega-menu__link.active,
    .navbar-nav .mega-menu__link:hover,
    .navbar-nav .mega-menu__link:focus {
        color: #fff;
        background: #640000;
        transform: none;
    }
    .dropdown-submenu>.dropdown-menu {
        left: 0;
        position: static;
    }
    .navbar-nav .dropdown-item,
    .top-header .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 52px;
        padding: 12px 18px;
    }
    .navbar-nav .dropdown-item {
        color: #640000;
        white-space: normal;
    }
    .navbar-nav .dropdown-item.active,
    .navbar-nav .dropdown-item:hover,
    .navbar-nav .dropdown-item:focus {
        color: #fff;
        background: #640000;
    }
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
        padding-left: 34px;
    }
    .navbar-nav .dropdown-toggle::after {
        margin-left: 12px;
        flex-shrink: 0;
    }
    .top-header .nav-link {
        color: #640000;
    }
    .top-header .nav-link:hover,
    .top-header .nav-link.active {
        color: #ffffff;
        background: #640000;
    }
    .inner-banner {
        min-height: 400px;
    }
    .product-title a {
        padding: 12px;
        font-size: 20px;
    }
    .product-page .each-product {
        min-height: 280px;
    }
}
@media screen and (max-width:740px) {
    .products {
        padding: 0 60px;
    }
    .letest-product-wrap .owl-nav {
        left: -60px;
        width: calc(100% + 120px);
        font-size: 30px;
    }
    .inner-banner {
        min-height: 320px;
    }
    .product-title a {
        padding: 10px;
        font-size: 16px;
    }
    .product-page .each-product {
        min-height: 240px;
    }
    .f-logo {
        max-width: 180px;
    }
}
#home {
    --home-header-offset: 0px;
    .top-banner-wrap {
        min-height: 100svh;
    }
    .top-banner {
        min-height: 100svh;
        z-index: 1;
    }
    .banner-wrap {
        top: 0;
        left: 0;
        z-index: 0;
    }
    .banner-wrap,
    .banner-wrap .owl-stage-outer,
    .banner-wrap .owl-stage,
    .banner-wrap .owl-item {
        height: 100%;
    }
    .top-banner-wrap .each-banner {
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        min-height: 100svh;
    }
    .banner2 .container {
        min-height: 765px;
    }
    .banner3 .container {
        min-height: 973px;
        padding-bottom: 130px;
    }
    .banner4 .container {
        min-height: 612px;
    }
    .feature-product .product-term {
        min-height: 525px;
        background-size: cover;
    }
    .feature-product .product-term-video {
        position: relative;
        overflow: hidden;
        background: #000;
    }
    .feature-product .product-term-video::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(#00000082, #00000082);
        z-index: 1;
    }
    .feature-product .product-term-video .feature-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .feature-product .product-term-video a {
        position: relative;
        z-index: 2;
    }
    @media screen and (min-width:992px) {
        .top-banner-wrap {
            padding-top: var(--home-header-offset);
        }
        .top-banner {
            min-height: calc(100svh - var(--home-header-offset));
        }
        .banner-wrap {
            top: var(--home-header-offset);
            right: 0;
            height: calc(100svh - var(--home-header-offset));
        }
        .top-banner-wrap .each-banner {
            min-height: 100%;
            height: 100%;
            background-position: center top;
        }
    }
    @media screen and (max-width:991px) {
        .top-banner-wrap {
            min-height: 0;
        }
        .banner-wrap {
            inset: 0;
            height: 100%;
        }
        .top-banner,
        .top-banner-wrap .each-banner {
            min-height: clamp(260px, 56vw, 460px);
            height: clamp(260px, 56vw, 460px);
        }
        .top-banner-wrap .each-banner {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .top-banner {
            padding-bottom: 20px;
        }
        .banner2 .container,
        .banner3 .container,
        .banner4 .container,
        .video-banner .container {
            min-height: 420px;
            padding: 60px 15px;
        }
        .feature-product .product-term {
            min-height: 360px;
        }
    }
}
#about {
    .main-img {
        min-height: 980px;
        background-size: cover;
        background-position: top center;
    }
    .video-container {
        min-height: 759px;
        font-size: 55px;
        background-size: cover;
        background-position: top center;
    }
    @media screen and (max-width:991px) {
        .video-container,
        .main-img {
            min-height: 280px;
        }
    }
}
#product-single {
    .is-invalid {
        border-color: #dc3545 !important;
    }
    .invalid-feedback {
        display: block;
    }
    .product-breadcrumb {
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    .product-breadcrumb a,
    .product-breadcrumb span {
        color: #fff;
    }
    .product-breadcrumb .sep {
        opacity: 0.75;
        margin: 0 8px;
    }
    .product-single-title {
        border-bottom: 1px solid #ddd;
    }
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }
    /* Style the image inside the dot */
    .owl-theme .owl-dots .owl-dot img {
        width: 105px;
        /* Adjust size as needed for thumbnails */
        height: 105px;
        display: block;
        margin: 5px;
        cursor: pointer;
        border: 2px solid transparent;
        object-fit: cover;
        opacity: 0.5;
    }
    /* Style the active dot */
    .owl-theme .owl-dots .owl-dot.active img,
    .owl-theme .owl-dots .owl-dot img:hover {
        border-color: #640000;
        opacity: 1;
    }
    .product-media-gallery {
        background: #fff;
    }
    .product-media-card {
        position: relative;
        width: 100%;
        aspect-ratio: 1 / 1.06;
        max-height: 640px;
        background: linear-gradient(180deg, #f7f3ee 0%, #fff 100%);
        border: 1px solid #e7dfd6;
        overflow: hidden;
    }
    .product-media-image,
    .product-media-video {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        background: #f8f5f0;
    }
    .product-media-video {
        background: #111;
    }
    .product-media-badge {
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 7px 12px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: #fff;
        background: rgba(17, 17, 17, 0.72);
    }
    .product-video-loader {
        position: absolute;
        inset: 0;
        z-index: 3;
        background: rgba(17, 17, 17, 0.32);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }
    .video-wrapper.is-loading .product-video-loader {
        opacity: 1;
    }
    .product-video-loader .spinner-border {
        width: 2.4rem;
        height: 2.4rem;
        color: #fff;
        border-width: 0.22em;
    }
    .product-video-chrome {
        position: absolute;
        right: 18px;
        bottom: 18px;
        left: 18px;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 14px;
        background: linear-gradient(90deg, rgba(17, 17, 17, 0.84) 0%, rgba(17, 17, 17, 0.64) 100%);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }
    .video-wrapper:hover .product-video-chrome,
    .video-wrapper.playing .product-video-chrome,
    .video-wrapper.is-ready .product-video-chrome {
        opacity: 1;
        transform: translateY(0);
    }
    .product-video-control {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }
    .product-video-control:hover {
        background: #fff;
        border-color: #fff;
        color: #111;
    }
    .product-video-toggle-icon,
    .product-video-audio-icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: currentColor;
    }
    .product-video-toggle-icon {
        width: 34px;
        height: 34px;
    }
    .product-video-toggle-icon::before,
    .product-video-toggle-icon::after {
        content: "";
        position: absolute;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    .product-video-toggle-icon[data-state="play"]::before {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid currentColor;
        transform: translateX(2px);
    }
    .product-video-toggle-icon[data-state="pause"]::before,
    .product-video-toggle-icon[data-state="pause"]::after {
        width: 5px;
        height: 18px;
        background: currentColor;
        border-radius: 1px;
    }
    .product-video-toggle-icon[data-state="pause"]::before {
        transform: translateX(-4px);
    }
    .product-video-toggle-icon[data-state="pause"]::after {
        transform: translateX(4px);
    }
    .product-video-toggle-icon--small {
        width: 18px;
        height: 18px;
    }
    .product-video-toggle-icon--small[data-state="play"]::before {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 10px;
        transform: translateX(1px);
    }
    .product-video-toggle-icon--small[data-state="pause"]::before,
    .product-video-toggle-icon--small[data-state="pause"]::after {
        width: 4px;
        height: 12px;
    }
    .product-video-toggle-icon--small[data-state="pause"]::before {
        transform: translateX(-3px);
    }
    .product-video-toggle-icon--small[data-state="pause"]::after {
        transform: translateX(3px);
    }
    .product-video-audio-icon {
        width: 18px;
        height: 18px;
    }
    .product-video-audio-icon::before,
    .product-video-audio-icon::after {
        content: "";
        position: absolute;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    .product-video-audio-icon::before {
        left: 1px;
        width: 12px;
        height: 12px;
        background: currentColor;
        clip-path: polygon(0 35%, 35% 35%, 68% 8%, 68% 92%, 35% 65%, 0 65%);
    }
    .product-video-audio-icon[data-state="unmuted"]::after {
        right: 0;
        width: 7px;
        height: 11px;
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        border-left: 0;
        border-radius: 0 12px 12px 0;
    }
    .product-video-audio-icon[data-state="muted"]::after {
        right: -1px;
        width: 12px;
        height: 12px;
        border-right: 2px solid currentColor;
        border-left: 2px solid currentColor;
        transform: rotate(45deg);
    }
    .product-video-progress-wrap {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
    }
    .product-video-progress {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        height: 4px;
        background: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }
    .product-video-progress::-webkit-slider-runnable-track {
        height: 4px;
        background: linear-gradient(90deg, #8b0000 0%, #8b0000 var(--video-progress, 0%), rgba(255, 255, 255, 0.18) var(--video-progress, 0%), rgba(255, 255, 255, 0.18) 100%);
    }
    .product-video-progress::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
        margin-top: -5px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #8b0000;
    }
    .product-video-progress::-moz-range-track {
        height: 4px;
        background: rgba(255, 255, 255, 0.18);
    }
    .product-video-progress::-moz-range-progress {
        height: 4px;
        background: #8b0000;
    }
    .product-video-progress::-moz-range-thumb {
        width: 14px;
        height: 14px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #8b0000;
    }
    .product-video-time {
        min-width: 108px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.92);
        text-align: right;
    }
    .video-wrapper.playing .custom-play-button {
        opacity: 0;
        pointer-events: none;
    }
    .video-wrapper.is-loading .custom-play-button {
        opacity: 0.25;
        pointer-events: none;
    }
    .custom-play-button {
        border: 0;
        background: rgba(0, 0, 0, 0.22);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 75px;
        color: #fff;
        transition: opacity 0.25s ease, background 0.25s ease;
    }
    .custom-play-button [data-video-icon] {
        width: 96px;
        height: 96px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(8px);
    }
    .video-wrapper:hover .custom-play-button {
        background: rgba(0, 0, 0, 0.3);
    }
    .product-slider .item {
        background: transparent;
    }
    .product-slider .owl-stage {
        display: flex;
    }
    .product-slider .owl-stage-outer {
        overflow: hidden;
    }
    .product-slider .owl-dots {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding-top: 20px;
    }
    .product-form {
        background: #202020;
    }
    .product-form button {
        border-radius: 0;
    }
    .product-form button:hover {
        color: #640000;
        background: #fff;
    }
    .product-form textarea,
    .product-form input {
        background: transparent;
        width: 100%;
        box-shadow: none;
        outline: none;
        border: 1px solid #868686;
        color: #fff;
        padding: 15px;
        border-radius: 0;
    }
    .product-form ::placeholder {
        color: #fff;
        opacity: 1;
    }
    @media screen and (max-width:991px) {
        .owl-theme .owl-dots .owl-dot img {
            width: 72px;
            height: 72px;
        }
        .custom-play-button {
            font-size: 50px;
        }
        .custom-play-button [data-video-icon] {
            width: 78px;
            height: 78px;
        }
        .product-media-card {
            aspect-ratio: 1 / 1;
            max-height: 460px;
        }
        .product-media-badge {
            top: 14px;
            left: 14px;
            padding: 6px 10px;
            font-size: 10px;
        }
        .product-video-chrome {
            right: 14px;
            bottom: 14px;
            left: 14px;
            gap: 10px;
            padding: 10px 12px;
            flex-wrap: wrap;
        }
        .product-video-control {
            width: 38px;
            height: 38px;
            flex-basis: 38px;
        }
        .product-video-progress-wrap {
            order: 3;
            flex: 0 0 100%;
        }
        .product-video-time {
            min-width: auto;
            margin-left: auto;
            font-size: 11px;
        }
    }
}
#events {
    .event .date {
        background: #000;
    }
    .event .address {
        font-size: 18px;
        color: #535353;
        font-weight: 500;
    }
    .event .red-btn {
        font-size: 18px;
    }
    .event .address svg {
        font-size: 22px;
    }
    .event .event-img {
        height: 240px;
        max-width: 230px;
        object-fit: cover;
        object-position: top center;
        width: 100%;
    }
    @media screen and (max-width:740px) {
        .event .event-img {
            height: 240px;
            max-width: 180px;
        }
    }
}
#events-single {
    .container.event-single {
        max-width: 1010px;
    }
    .event.info,
    .event.info.dtls {
        border-color: #000 !important;
        border-top: 0 !important;
    }
    .event.info .date {
        background: #000;
    }
    .event-card {
        background-color: #640000;
        color: #ffffff;
        padding: 40px;
        border: 1px solid #ddd;
    }
    .event-card .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #640000;
        background: #640000;
    }
    .event-card .form-control,
    .event-card .form-select,
    .event-card textarea.form-control {
        background-color: #640000;
        border-color: rgb(202, 88, 88);
        color: #ffffff;
        padding: 15px;
        border-radius: 0;
        box-shadow: none;
    }
    .event-card .form-control::placeholder {
        color: #dddddd;
    }
    .btn-submit {
        background-color: #ffffff;
        color: #640000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 140px;
        border-radius: 0;
        font-size: clamp(20px, 1.3021vw, 25px)
    }
    .btn-submit:hover {
        background-color: #e6e6e6;
        color: #640000;
    }
    /* Date picker with calendar icon */
    .date-picker-wrapper {
        position: relative;
    }
    .date-picker-wrapper .form-control {
        padding-right: 3rem;
        /* space for the icon */
    }
    .date-picker-wrapper .date-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 18px;
        color: #ffffff;
    }
    /* Time select with clock icon */
    .time-select-wrapper {
        position: relative;
    }
    .time-select-wrapper .form-select {
        padding-right: 3rem;
        /* space for the icon */
    }
    .time-select-wrapper .time-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 18px;
        color: #ffffff;
    }
    /* Remove arrows from number inputs (Chrome, Safari, Edge, Opera) */
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    #event_time,
    #event_date {
        background: #824949;
        border-color: #824949;
    }
    /* Remove arrows from number inputs (Firefox) */
    input[type=number] {
        -moz-appearance: textfield;
    }
    @media screen and (max-width:991px) {
        .event-card {
            padding: 15px;
        }
        .event-card .form-control,
        .event-card .form-select,
        .event-card textarea.form-control {
            padding: 12px;
        }
    }
}
#contact {
    .contact-info svg {
        color: #640000;
        font-size: 24px;
    }
    .contact-info .text {
        line-height: normal;
    }
    .contact-info .text a {
        color: #6f6f6f;
        text-decoration: none;
    }
    .contact-info .black-bg {
        background: #000;
    }
    .contact-info .text a:hover {
        color: #640000;
    }
    .black-border {
        border-color: #000 !important;
    }
    .contact-form button {
        border-radius: 0;
    }
    .contact-form button:hover {
        color: #640000;
        background: #c9c9c9;
    }
    .contact-form textarea,
    .contact-form input {
        background: transparent;
        width: 100%;
        box-shadow: none;
        outline: none;
        border: 1px solid #868686;
        color: #9f9f9f;
        padding: 15px;
        border-radius: 0;
    }
    .contact-form ::placeholder {
        color: #9f9f9f;
        opacity: 1;
    }
    @media screen and (max-width:740px) {
        iframe {
            height: 240px;
        }
    }
    .contact-form-wrap {
        background: #640000;
    }
    .contact-form-wrap .form-control {
        background: transparent;
        border: 1px solid #fff8f8;
        border-radius: 0;
        padding: 12px 16px;
        color: #fff;
        box-shadow: none;
    }
    .contact-form-wrap .form-control::placeholder {
        color: #f3dcdc;
    }
    .contact-form-wrap textarea.form-control {
        min-height: 180px;
    }
    .contact-submit-wrap {
        text-align: center;
        margin-top: 30px;
    }
    .contact-submit-wrap .btn-submit {
        background: #fff;
        color: #640000;
        border: none;
        border-radius: 0;
        padding: 10px 40px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
    }
    @media (min-width: 1600px) {
        .contact-form-wrap .container {
            max-width: 1010px;
        }
    }
    .contact-form-wrap .btn-submit {
        background-color: #ffffff;
        color: #640000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 0;
        font-size: clamp(20px, 1.3021vw, 25px);
    }
    .btn-submit:hover {
        background-color: #e7e7e7;
    }
}
#measurements {
    .measurements-guide-section,
    .measurements-section,
    .measurements-checklist-section,
    .measurements-profile-section,
    .measurements-video-section,
    .measurements-cta-section {
        background: #fff;
    }
    .measurements-section-head {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }
    .measurements-section-intro {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
    .measurements-guide-shell {
        padding: 36px;
        border-radius: 28px;
        background: linear-gradient(135deg, #efe7e1 0%, #ffffff 58%, #f7f2ee 100%);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
    }
    .measurements-copy-panel--guide {
        padding-right: 12px;
    }
    .measurements-guide-preview {
        position: relative;
        overflow: hidden;
        min-height: 520px;
        border-radius: 24px;
        background: #f5f1ee;
        box-shadow: inset 0 0 0 1px rgba(100, 0, 0, 0.06);
    }
    .measurements-guide-preview iframe {
        width: 100%;
        height: 520px;
        border: 0;
        display: block;
        background: #fff;
    }
    .measurements-image-panel {
        position: relative;
        overflow: hidden;
        min-height: 520px;
        border-radius: 24px;
        background: #f5f1ee;
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    }
    .measurements-main-image {
        width: 100%;
        height: 100%;
        min-height: 520px;
        object-fit: cover;
        display: block;
    }
    .measurements-copy-panel {
        padding: 14px 0;
    }
    .measurements-kicker {
        display: inline-block;
        color: #640000;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 12px;
    }
    .measurements-subtitle {
        color: #1d1d1d;
        font-size: clamp(24px, 1.458vw, 28px);
        font-weight: 600;
    }
    .measurements-check-card,
    .measurements-profile-card,
    .measurements-comments-box {
        height: 100%;
        padding: 28px;
        border: 1px solid rgba(100, 0, 0, 0.08);
        border-radius: 22px;
        background: linear-gradient(135deg, #fff 0%, #faf7f4 100%);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
    }
    .measurements-check-number {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        height: 44px;
        margin-bottom: 16px;
        border-radius: 999px;
        background: #640000;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.08em;
    }
    .measurements-check-image-wrap {
        overflow: hidden;
        margin: -28px -28px 18px;
        border-radius: 22px 22px 0 0;
        background: #f7f4f1;
    }
    .measurements-check-image {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        display: block;
    }
    .measurements-check-title,
    .measurements-profile-title {
        margin-bottom: 12px;
        color: #1d1d1d;
        font-size: clamp(21px, 1.15vw, 24px);
        font-weight: 600;
    }
    .measurements-profile-shell {
        padding: 36px;
        border-radius: 28px;
        background: linear-gradient(135deg, #f9f5f2 0%, #ffffff 60%, #f2ebe6 100%);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.05);
    }
    .measurements-profile-list li {
        margin-bottom: 12px;
    }
    .measurements-profile-option {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 10px 12px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.8);
        color: #4b4b4b;
        font-size: 15px;
        line-height: 1.45;
    }
    .measurements-profile-option-image {
        width: 56px;
        height: 56px;
        object-fit: contain;
        flex-shrink: 0;
    }
    .measurements-comments-box {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }
    .measurements-contact-list {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 20px;
        justify-content: center;
    }
    .measurements-contact-list a {
        color: #640000;
        text-decoration: none;
        font-weight: 500;
    }
    .measurements-contact-list a:hover {
        color: #1d1d1d;
    }
    .measurements-video-shell {
        padding: 36px;
        border-radius: 28px;
        background: linear-gradient(135deg, #f5f1ee 0%, #ffffff 55%, #efe7e1 100%);
        box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
    }
    .measurements-video-copy {
        padding-right: 10px;
    }
    .measurements-video-wrap {
        position: relative;
        overflow: hidden;
        min-height: 430px;
        border-radius: 22px;
        background: #000;
        cursor: pointer;
    }
    .measurements-video-wrap::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(#0000002c, #00000045);
        z-index: 1;
        pointer-events: none;
    }
    .measurements-video-element {
        width: 100%;
        height: 100%;
        min-height: 430px;
        object-fit: cover;
        display: block;
    }
    .measurements-video-toggle {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 74px;
        height: 74px;
        border: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.58);
        color: #fff;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
    }
    .measurements-video-wrap:hover .measurements-video-toggle {
        transform: scale(1.06);
        background: rgba(100, 0, 0, 0.88);
    }
    .measurements-video-wrap.is-playing .measurements-video-toggle {
        opacity: 0.7;
    }
    .measurements-cta-section {
        padding-top: 10px;
    }
    @media screen and (max-width: 991px) {
        .measurements-guide-shell,
        .measurements-image-panel,
        .measurements-main-image {
            min-height: 320px;
        }
        .measurements-guide-shell,
        .measurements-profile-shell,
        .measurements-video-shell {
            padding: 18px;
        }
        .measurements-check-card,
        .measurements-profile-card,
        .measurements-comments-box {
            padding: 22px;
            border-radius: 18px;
        }
        .measurements-check-image-wrap {
            margin: -22px -22px 16px;
            border-radius: 18px 18px 0 0;
        }
        .measurements-profile-option {
            gap: 12px;
            padding: 10px;
        }
        .measurements-profile-option-image {
            width: 48px;
            height: 48px;
        }
        .measurements-guide-preview {
            min-height: 320px;
        }
        .measurements-guide-preview iframe {
            height: 320px;
        }
        .measurements-video-wrap,
        .measurements-video-element {
            min-height: 280px;
        }
        .measurements-video-toggle {
            width: 62px;
            height: 62px;
            font-size: 26px;
        }
    }
}
.floating_btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.floating_btn a {
    text-decoration: none;
}
.contact_icon:hover {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
}
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
#work {
    .video-container {
        min-height: 759px;
        font-size: 55px;
        background-size: cover;
        background-position: top center;
    }
    .work-wrap .dtls .text {
        font-size: 26px;
        font-family: 'Arial', sans-serif;
        font-weight: 700;
    }
    @media screen and (max-width:991px) {
        .video-container,
        .main-img {
            min-height: 280px;
        }
        .work-video .video-container {
            min-height: 400px;
        }
        .work-wrap .dtls .text {
            font-size: 18px;
        }
    }
}
#measurements {
    .measurements-download-wrap {
        margin: 34px auto 14px;
        max-width: 980px;
    }
    .measurements-download-card {
        position: relative;
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr) auto;
        gap: 28px;
        align-items: center;
        padding: 28px 32px;
        border: 1px solid #d9c8bc;
        background:
            radial-gradient(circle at top right, rgba(100, 0, 0, 0.08), transparent 30%),
            linear-gradient(135deg, #fffaf6 0%, #f4ebe3 100%);
        box-shadow: 0 18px 40px rgba(28, 19, 12, 0.08);
        overflow: hidden;
    }
    .measurements-download-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        background: linear-gradient(180deg, #640000 0%, #3c0000 100%);
    }
    .measurements-download-mark {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-align: center;
    }
    .measurements-download-mark__icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #640000;
        color: #fff;
        font-size: 30px;
        box-shadow: 0 10px 24px rgba(100, 0, 0, 0.18);
    }
    .measurements-download-mark__label {
        color: #640000;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .18em;
        text-transform: uppercase;
    }
    .measurements-download-copy__eyebrow {
        display: inline-block;
        margin-bottom: 10px;
        color: #640000;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
    }
    .measurements-download-copy__title {
        margin: 0 0 10px;
        color: #151515;
        font-size: clamp(24px, 1.5vw, 32px);
        font-weight: 600;
        line-height: 1.1;
    }
    .measurements-download-action {
        display: flex;
        justify-content: flex-end;
    }
    .measurements-download-button {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 14px 20px;
        background: #640000;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .08em;
        transition: all .25s ease;
        box-shadow: 0 12px 28px rgba(100, 0, 0, 0.18);
    }
    .measurements-download-button:hover {
        color: #640000;
        background: #fff;
        transform: translateY(-2px);
    }
    .side-img {
        width: 360px;
        height: 440px;
        object-fit: cover;
        object-position: center;
        border: 1px solid;
    }
    .count {
        width: 45px;
        height: 45px;
        background: #640000;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
    }
    h3.black-bg {
        background: #000;
    }
    .body-type {
        margin: 0 -15px;
    }
    .body-type .item-box {
        width: 20%;
        padding: 15px;
        font-weight: 600;
    }
    .body-type .item-box img {
        height: 168px;
        object-fit: scale-down;
        object-position: center;
        border: 1px solid;
    }
    .body-type .item-box .text {
        line-height: unset;
        padding-top: 15px;
    }
    .contact-info svg {
        color: #640000;
        font-size: 24px;
    }
    .contact-info a {
        color: #000;
        text-decoration: none;
    }
    .contact-info a:hover {
        color: #640000;
    }
    @media screen and (max-width:991px) {
        .measurements-download-card {
            grid-template-columns: 1fr;
            gap: 18px;
            padding: 22px 20px 20px;
        }
        .measurements-download-mark,
        .measurements-download-action {
            justify-content: center;
        }
        .measurements-download-action {
            display: flex;
        }
        .measurements-download-button {
            width: 100%;
            justify-content: center;
        }
        .side-img {
            width: 240px;
            height: 280px;
        }
        .body-type .item-box {
            width: 50%;
        }
    }
}
.footer-bottom a.highlight {
    font-weight: 700;
    color: #eb8787;
    font-size: 17px;
}
