.box-main-product-details .post-header h2 {
    font-size: var(--heading-1);
    font-weight: 200;
    margin-bottom: 10px;
}

.box-main-product-details .post-header .item-subtitle {
    color: #666;
    font-size: var(--text-lg);
}

.box-main-product-details .kodelisting-room-basic-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-main-product-details .kodelisting-room-basic-info ul {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.box-main-product-details .kodelisting-room-basic-info ul li {
    display: flex;
    align-items: center;
    gap: 0px 5px;
}

.box-main-product-details .kodelisting-icon i {
    height: 32px;
    display: block;
}

.box-main-product-details .kodelisting-room-basic-info ul li .csrbi-text {
    color: #666;
    font-size: var(--text-sm);
}

.box-main-product-details {
    padding-top: 30px;
}

.list-air {
    display: grid;
    gap: 23px 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
}

.Facility_of_the_Room {
    margin-top: 30px;
}

.Facility_of_the_Room h2 {
    font-weight: 300;
    margin-bottom: 20px;
}


.list-air .item-air {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

.list-air .icon-air {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 0px;
    width: 63px;
    height: 63px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #AA8454;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
}

.list-air .desc-content-air {
    font-size: var(--text-base);
    flex: 1;
}

.Around_the_Room {
    padding-bottom: 20px;
}

.item_the_room .title {
    font-size: var(--text-xl);
    font-weight: 200;
}


.Around_the_Room .gallery-bottom-wrapper {
    margin-top: 10px;
}

.item-product-cate-slider .featured-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.item-product-cate-slider .overlay-label {
    padding: 3px 10px;
    font-size: var(--text-sm);
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.75);
}

.item-product-cate-slider .post-header.item-header h4 a {
    color: #222;
    font-size: var(--heading-4);
    font-weight: 100;
    margin-bottom: 10px;
    display: block;
}

.item-product-cate-slider .post-content.kodelisting-room-content {
    padding-top: 12px;
}

.post.kodelisting-room-item.has-post-thumbnail {
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 10px;
}


.main-desc-details ul li {
    list-style: disc !important;
    margin-left: 25px;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-room-booking-wrap {
    padding: 20px 20px 20px;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #EC7954;
    transition: opacity 0.3s;
}

.box-sidebar-form-deatils .sidebar-area-inner {
    padding-top: 30px;
    overflow: hidden;
}

.box-sidebar-form-deatils .kodelisting-room-booking .room-booking-title {
    margin-bottom: 25px;
}

.box-sidebar-form-deatils .kodelisting-room-booking .room-booking-title h4 {
    font-size: var(--heading-3);
    line-height: 1.2;
    margin: 0;
    font-weight: 200;
    padding-bottom: 10px;
}

.box-sidebar-form-deatils .kodelisting-room-booking .room-booking-title h4+span {
    text-align: right;
    font-size: var(--text-sm);
    padding: 4px 20px;
    background: #EC7954;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}

.box-sidebar-form-deatils .kodelisting-reservation-form {
    padding: unset;
    box-shadow: unset;
}

.box-sidebar-form-deatils .kodelisting-reservation-form.inline-label .field-input-wrap>* {
    text-align: right;
    padding-right: 15px;
}

.box-sidebar-form-deatils .field-wrap input {
    height: 43px;
    font-size: var(--text-sm);
    background: none;
    border-color: rgba(170, 132, 83, 0.3);
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    color: #666;
    width: 100%;
    padding: 5px 10px;
}

.box-sidebar-form-deatils .kodelisting-reservation-form.inline-label .field-wrap>.kodelisting-form-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.box-sidebar-form-deatils .kodelisting-reservation-form.skin-default .kodelisting-form-field:not(:first-child) {
    padding-top: 12px;
}

.box-sidebar-form-deatils .kodelisting-reservation-form.skin-default .form-field-col-1-2.kodelisting-children {
    padding-left: calc(12px / 2);
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-total-price {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-size: var(--text-xl);
    padding-top: 15px;
    cursor: pointer;
}

.box-sidebar-form-deatils .kodelisting-reservation-form.skin-default .form-field-col-1-2 {
    display: inline-block;
    width: 49.2%;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-title {
    font-size: var(--text-xl);
    line-height: 1.2;
    font-weight: 200;
    text-transform: unset;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-price-details {
    position: relative;
    margin-top: 20px;
    font-size: var(--text-base);
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-price-details ul {
    display: block;
    margin: 0;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-price-details li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-top: 8px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-price-details li.kodelisting-form-price-details-total {
    font-size: var(--text-lg);
    font-size: 1.125rem;
    font-weight: 500;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-price-details li.kodelisting-form-price-details-total {
    font-size: var(--text-lg);
    font-weight: 500;
}

.box-sidebar-form-deatils .btn-theme-colored1 {
    width: 100%;
}

.box-sidebar-form-deatils .kodelisting-room-booking .kodelisting-form-total-price:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    display: block;
    width: calc(100% + 70px);
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}


.box-sidebar-form-deatils {
    position: sticky;
    top: 30px;
    padding-bottom: 30px;
}

.item-subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-desc-details {
    font-size: var(--text-base);
}

.main-desc-details p {
    padding-bottom: 10px;
}

.main-desc-details ul {
    margin-bottom: 15px;
}

.box-images-daidien {
    width: 100%;
}

.slider-images-daidien {
    width: 75%;
    float: right;
}

.slider-left-lienquan {
    width: 24%;
}

a.lightgallery-trigger img {
    height: 130px;
    width: 100%;
}

.item-images-daidien img {
    height: 525px;
    width: 100%;
}

.item-product-cate-slider.clm {
    padding: 0px 10px;
}

.featured-img img {
    border-radius: 10px;
    transform: scale(1);
    transition: 0.5s ease;
}

.item-product-cate-slider .featured-img:hover img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.featured-img a {
    display: block;
    overflow: hidden;
}

header.post-header.item-header {
    padding: 0px 20px;
}

@media(max-width:990px) {
    .list-air .desc-content-air {
        text-align: center;
    }

    .slider-left-lienquan {
        width: 100%;
        padding-top: 5px;
    }

    .slider-images-daidien {
        width: 100%;
        float: unset;
    }

    .slider-images-daidien img {
        height: 525px;
    }

    a.lightgallery-trigger img {
        height: 95px;
    }

    .box-sidebar-form-deatils .sidebar-area-inner {
        padding-top: 10px;
    }

    .box-main-product-details .post-header h2 {
        font-size: var(--heading-2);
    }

    .box-main-product-details {
        padding-top: 15px;
    }

    .box-main-product-details .post-header .item-subtitle {
        font-size: var(--text-base);
    }

    .box-main-product-details .kodelisting-room-basic-info ul {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .list-air {
        grid-template-columns: 1fr 1fr;
    }

    .list-air .item-air {
        flex-direction: column;
    }

    .Around_the_Room {
        flex-direction: column;
    }
}

/* ================================================================
   LIST-PRODUCTS-CATE-SLIDER  Ã¢â‚¬â€  "You may also be interested"
   Hotel-style related rooms slider. Scoped under .lpc-slider-section.
   ================================================================ */

/* Section wrapper */
.lpc-slider-section {
    padding: 50px 0 60px;
    background: #faf8f4;
    margin-top: 40px;
    border-top: 1px solid #e8dcc8;
}

/* Heading */
.lpc-slider-section .lpc-slider-heading {
    text-align: center;
    margin-bottom: 36px;
}

.lpc-slider-section .lpc-slider-title {
    font-size: var(--heading-3);
    font-weight: 400;
    color: #2c2117;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.lpc-slider-section .lpc-slider-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #EC7954;
}

/* Wrapper slider + arrows */
.lpc-slider-section .lpc-slider-wrap {
    position: relative;
}

/* Slick slider wrapper */
.lpc-slider-section .list-products-cate-slider {
    position: relative;
}

/* Each slide item */
.lpc-slider-section .item-product-cate-slider {
    padding: 0 15px;
    outline: none;
}

/* Card inner */
.lpc-slider-section .lpc-slide-inner {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    display: flex;
    flex-direction: column;
}

.lpc-slider-section .lpc-slide-inner:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
    transform: translateY(-4px);
}

/* Image wrapper */
.lpc-slider-section .lpc-slide-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    text-decoration: none;
}

.lpc-slider-section .lpc-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lpc-slider-section .lpc-slide-inner:hover .lpc-slide-img {
    transform: scale(1.06);
}

/* Gradient overlay */
.lpc-slider-section .lpc-slide-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(22, 18, 10, 0.52) 0%, rgba(22, 18, 10, 0.10) 55%, transparent 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.lpc-slider-section .lpc-slide-inner:hover .lpc-slide-img-overlay {
    opacity: 1;
}

/* Content area */
.lpc-slider-section .lpc-slide-content {
    padding: 24px 28px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 3px solid #EC7954;
}

/* Room name */
.lpc-slider-section .lpc-slide-name {
    font-size: var(--text-sm);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #c5922a;
    line-height: 1.3;
}

.lpc-slider-section .lpc-slide-name a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s;
}

.lpc-slider-section .lpc-slide-name a:hover {
    color: #EC7954;
}

/* Price */
.lpc-slider-section .lpc-slide-price {
    font-size: var(--text-sm);
    color: #888;
    margin: 0 0 10px;
    line-height: 1.5;
}

.lpc-slider-section .lpc-slide-price strong {
    color: #2c2117;
    font-weight: 600;
    font-size: var(--text-sm);
}

.lpc-slider-section .lpc-slide-old-price {
    font-size: var(--text-xs);
    color: #bbb;
    margin-left: 6px;
    text-decoration: line-through;
}

/* Description */
.lpc-slider-section .lpc-slide-desc {
    font-size: var(--text-sm);
    color: #5a5248;
    line-height: 1.75;
    margin: 0 0 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Amenity row */
.lpc-slider-section .lpc-slide-amenities {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid #f0e8d8;
    margin-top: auto;
}

.lpc-slider-section .lpc-slide-amenity {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--text-xs);
    color: #666;
}

.lpc-slider-section .lpc-slide-amenity img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: sepia(1) saturate(3) hue-rotate(2deg) brightness(0.6);
    flex-shrink: 0;
}

.lpc-slider-section .lpc-amenity-label {
    font-size: var(--text-xs);
    color: #5a5248;
}

/* Slick dots */
.lpc-slider-section .list-products-cate-slider .slick-dots {
    position: absolute;
    bottom: 12px;
    left: 20px;
    display: flex !important;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 5;
}

.lpc-slider-section .list-products-cate-slider .slick-dots li {
    list-style: none;
    margin: 0;
}

.lpc-slider-section .list-products-cate-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    display: block;
}

.lpc-slider-section .list-products-cate-slider .slick-dots li button::before {
    display: none;
}

.lpc-slider-section .list-products-cate-slider .slick-dots li.slick-active button {
    background: #c5922a;
    transform: scale(1.3);
}

/* Custom arrows */
.lpc-slider-section .lpc-slick-prev,
.lpc-slider-section .lpc-slick-next {
    position: absolute;
    top: 29%;
    z-index: 10;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    transition: background 0.25s, transform 0.25s;
    transform: translateY(-50%);
    padding: 0;
}

.lpc-slider-section .lpc-slick-prev {
    left: 30px;
}

.lpc-slider-section .lpc-slick-next {
    right: 30px;
}

.lpc-slider-section .lpc-slick-prev:hover,
.lpc-slider-section .lpc-slick-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.lpc-slider-section .lpc-slick-prev svg,
.lpc-slider-section .lpc-slick-next svg {
    width: 20px;
    height: 20px;
    stroke: #2c2117;
}









.list-product-by-category .lpc-section {
    padding: 50px 0 60px;
}

.list-product-by-category .lpc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 30px;
}

.list-product-by-category .lpc-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-product-by-category .lpc-card:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
    transform: translateY(-4px);
}

.list-product-by-category .lpc-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    height: 365px;
}

.list-product-by-category .lpc-image {
    width: 100%;
    height: 365px;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.list-product-by-category .lpc-card:hover .lpc-image {
    transform: scale(1.06);
}

.list-product-by-category .lpc-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(22, 18, 10, 0.52) 0%,
            rgba(22, 18, 10, 0.10) 55%,
            transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.list-product-by-category .lpc-card:hover .lpc-image-overlay {
    opacity: 1;
}

.list-product-by-category .lpc-explore-btn {
    display: inline-block;
    padding: 9px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    color: #fff;
    font-size: var(--text-sm);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 1px;
    background: transparent;
    transition: background 0.25s, color 0.25s;
}

.list-product-by-category .lpc-explore-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.list-product-by-category .lpc-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #EC7954;
    color: #fff;
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
}

.list-product-by-category .lpc-body {
    padding: 24px 28px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-top: 3px solid #EC7954;
}

/* Room title */
.list-product-by-category .lpc-title {
    font-size: var(--text-xl);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c5922a;
    margin: 0 0 10px;
    line-height: 1.3;
}

.list-product-by-category .lpc-title a {
    color: #173633;
    text-decoration: none;
    transition: color 0.25s;
    font-weight: 400;
    font-size: var(--heading-4);
}

.list-product-by-category .lpc-title a:hover {
    color: #EC7954;
}

/* Short description */
.list-product-by-category .lpc-desc {
    font-size: var(--text-lg);
    color: #5a5248;
    line-height: 1.75;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
}

/* Info label */
.list-product-by-category .lpc-info-label {
    font-size: var(--text-sm);
    font-weight: 400;
    color: #173633;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Amenity icon list */
.list-product-by-category .lpc-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.list-product-by-category .lpc-amenities li {
    list-style: none;
}

.list-product-by-category .lpc-amenity-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdf5e4;
    border: 1px solid #e8d9b5;
    border-radius: 50%;
    transition: background 0.25s, border-color 0.25s;
}

.list-product-by-category .lpc-amenity-icon:hover {
    background: #EC7954;
    border-color: #EC7954;
}

.list-product-by-category .lpc-amenity-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: sepia(1) saturate(3) hue-rotate(2deg) brightness(0.6);
    transition: filter 0.25s;
}

.list-product-by-category .lpc-amenity-icon:hover img {
    filter: brightness(0) invert(1);
}

/* Divider */
.list-product-by-category .lpc-divider {
    height: 1px;
    background: linear-gradient(to right, #173633, transparent);
    margin-bottom: 18px;
}

.list-product-by-category .lpc-footer {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    gap: 12px;
    flex-wrap: wrap;
    margin-top: auto;
}

/* Price */
.list-product-by-category .lpc-price-wrap {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
    line-height: 1;
}

.list-product-by-category .lpc-price {
    font-size: var(--text-xl);
    font-weight: 800;
    color: #173633;
    letter-spacing: 0.3px;
}

.list-product-by-category .lpc-price--contact {
    font-size: var(--text-lg);
    font-style: italic;
}

.list-product-by-category .lpc-price-unit {
    font-size: var(--text-sm);
    color: #888;
    font-weight: 400;
}

.list-product-by-category .lpc-old-price {
    font-size: var(--text-sm);
    color: #aaa;
    text-decoration: none;
}

.list-product-by-category .lpc-old-price del {
    text-decoration: line-through;
}

/* Action buttons */
.list-product-by-category .lpc-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    justify-content: space-between;
}

.list-product-by-category .lpc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.28s ease;
    white-space: nowrap;
    cursor: pointer;
    border: 1.5px solid transparent;
}

/* Primary button */
.list-product-by-category .lpc-btn--primary {
    background: #173633;
    color: #fff;
    border-color: #173633;
}

.list-product-by-category .lpc-btn--primary:hover {
    background: #EC7954;
    border-color: #EC7954;
    color: #fff;
}

/* Outline button */
.list-product-by-category .lpc-btn--outline {
    background: transparent;
    color: #173633;
    border-color: #173633;
}

.list-product-by-category .lpc-btn--outline:hover {
    background: #EC7954;
    color: #fff;
}

.list-product-by-category .lpc-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.description {
    font-size: var(--text-lg);
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .list-product-by-category .lpc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
    }

    .list-product-by-category .lpc-body {
        padding: 18px 20px 16px;
    }

    .list-product-by-category .lpc-title {
        font-size: var(--text-base);
    }

    .list-product-by-category .lpc-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

@media (max-width: 600px) {
    .list-product-by-category .lpc-section {
        padding: 30px 0 40px;
    }

    .list-product-by-category .lpc-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .list-product-by-category .lpc-image-wrap {
        aspect-ratio: 4 / 3;
    }

    .list-product-by-category .lpc-body {
        padding: 16px 16px 14px;
    }

    .list-product-by-category .lpc-title {
        font-size: var(--text-base);
    }

    .list-product-by-category .lpc-price {
        font-size: var(--text-lg);
    }

    .list-product-by-category .lpc-actions {
        flex-wrap: wrap;
        width: 100%;
    }

    .list-product-by-category .lpc-btn {
        flex: 1;
        text-align: center;
        padding: 10px 12px;
        font-size: var(--text-xs);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .lpc-slider-section {
        padding: 36px 0 44px;
    }

    .lpc-slider-section .lpc-slider-title {
        font-size: var(--text-xl);
    }

    .lpc-slider-section .item-product-cate-slider {
        padding: 0 8px;
    }

    .lpc-slider-section .lpc-slide-content {
        padding: 16px;
    }

    .lpc-slider-section .lpc-slick-prev {
        left: 12px;
    }

    .lpc-slider-section .lpc-slick-next {
        right: 12px;
    }
}

/* Slick slider arrows for js-item-image-slider */
.js-item-image-slider {
    position: relative;
}
.js-item-image-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    color: #333;
    opacity: 1;
}
.js-item-image-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}
.js-item-image-slider .slick-prev {
    left: 10px;
}
.js-item-image-slider .slick-next {
    right: 10px;
}
.js-item-image-slider svg {
    width: 18px;
    height: 18px;
}