.listing_container {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    background: #fff
}

.listing_text {
    background-color: #3d9491;
    color: #fff;
    padding-left: 3rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.listing_text h3 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px
}

.listing_text p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
    padding-top: 1rem;
    width: 80%
}

.listing_image {
    width: 50%
}

.listing_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px
}

.item-count span {
    color: #491225;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    font-size: 18px
}

.filter-btn {
    background: #e4e3e3;
    color: #491225;
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6
}

span.num_list {
    font-size: 16px;
    font-weight: 500
}

.filter-icon {
    width: 16px;
    height: 16px
}

.clear-all {
    background: #ededed;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

.filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 998
}

.filter-overlay.active {
    opacity: 1;
    visibility: visible
}

.filter-panel {
    z-index: 999
}

.filter-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85%;
    max-width: 400px;
    background: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column
}

.filter-panel.active {
    transform: translateX(0)
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff
}

.filter-header h2 {
    font-weight: 600;
    font-family: PlayfairDisplay, serif;
    font-size: 20px;
    color: #491225
}

.close-btn {
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px
}


.filter-content {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 80px
}

.filter-section {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0
}

.filter-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none
}

.filter-section-header h3 {
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 500;
    font-family: PlayfairDisplay, serif;
    font-size: 19px;
    color: #491225
}

.toggle-icon {
    font-size: 40px;
    line-height: 30px;
    color: #730d18;
    transition: transform .3s ease
}

.filter-section.collapsed .toggle-icon {
    transform: rotate(180deg)
}

.filter-section-content {
    margin-top: 25px;
    max-height: max-content;
    transition: max-height .3s ease
}

.filter-section.collapsed .filter-section-content {
    max-height: 0;
    margin-top: 0;
    overflow: hidden
}

.box-list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    width: 90%
}

.checkbox-item {
    display: flex;
    align-items: self-start;
    gap: 10px;
    margin-bottom: 12px
}

.checkbox-item input[type=checkbox] {
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #491225
}

.checkbox-item label {
    font-family: Syne, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000
}

.color-swatch {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #491225
}

.price-slider {
    position: relative;
    height: 28px;
    margin: 15px 0
}

.rail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background: #ddd;
    border-radius: 999px;
    transform: translateY(-50%)
}

.fill {
    position: absolute;
    top: 50%;
    height: 3px;
    background: #730d18;
    border-radius: 999px;
    transform: translateY(-50%)
}

.list-left_content input[type=range] {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none
}

.list-left_content input[type=range]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #730d18;
    cursor: pointer
}

.list-left_content .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px
}

.field {
    display: flex;
    align-items: center;
    background: #e4e4e4;
    padding: 8px 14px;
    border-radius: 4px;
    flex: 1
}

.field input {
    border: 0;
    background: 0 0;
    width: 100%;
    font-size: 14px;
    outline: 0;
    text-align: left;
    color: #491225
}

.apply-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    box-shadow: 0 14px 38.2px 0 #a5a5A580;
    transition: transform .3s ease;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.apply-btn-container a {
    font-family: Syne, sans-serif;
    font-size: 17px;
    text-decoration: underline;
    color: #491225
}

.filter-panel.active~.apply-btn-container {
    transform: translateX(0)
}

.apply-btn-container button {
    width: max-content;
    border-radius: 40px;
    background: #491225;
    color: #fff;
    border: none;
    padding: 12px 45px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer
}

ul.product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding-top: 20px
}

ul.product_list li {
    width: 24%;
    padding-bottom: 30px
}

ul.product_list li:nth-last-child(-n+3) {
    padding-bottom: 0
}

.sort-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    width: 40%
}

.sort-label {
    font-size: 14px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    white-space: nowrap
}

span.selected-text {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000
}

.custom-dropdown {
    position: relative;
    flex: 1;
    max-width: 250px
}

.dropdown-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 14px;
    color: #1a1a1a;
    background: #ededed;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    transition: all .2s ease
}

.dropdown-selected:hover {
    background: #ececec;
    border-color: #d0d0d0
}

.custom-dropdown.active .dropdown-selected {
    border-color: #999
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
    flex-shrink: 0
}

.custom-dropdown.active .dropdown-arrow {
    transform: rotate(180deg)
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 1000
}

.custom-dropdown.active .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px
}

.dropdown-option {
    display: flex;
    align-items: flex-start;
    padding: 3px 13px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    cursor: pointer
}

.dropdown-option:hover {
    background: #f5f5f5
}

.dropdown-option.selected {
    font-weight: 500
}

.dropdown-option::before {
    content: '✓';
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;
    color: #1a1a1a;
    opacity: 0;
    width: 16px;
    flex-shrink: 0
}

.dropdown-option.selected::before {
    opacity: 1
}

.inputs span {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 40%
}

@media (min-width:769px) {
    .container-row {
        display: flex;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        gap: 20px
    }

    .flex-row {
        justify-content: space-between;
        display: flex;
        padding: 0 0 10px 0;
        align-items: baseline
    }

    .main-content {
        flex: 1
    }

    .filter-content {
        padding-bottom: 0
    }

    .filter-header {
        position: sticky;
        top: 0;
        background: #e6d5d2;
        z-index: 10
    }

    .filter-panel {
        position: fixed;
        top: 0;
        right: 0
    }

    section.product_list_section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .list-left_content {
        max-height: 75vh;
        overflow: auto;
        padding-right: 20px;
        padding-left: 20px
    }
}

body.filter-open {
    overflow: hidden
}

.details_main_image_wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/4;
    border-radius: 8px;
    height: 500px;
            border: solid 1px #e6d5d2a6;
    overflow: hidden
}

.details_main_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
    transition: opacity .25s ease;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.detail_search img {
    width: 13px
}

.details_main_image.details_fade {
    opacity: 0
}

.details_nav_button {
    display: none
}

.header-left {
    padding: 10px 10px
}

.filter-fix {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.details_nav_button:active {
    transform: translateY(-50%) scale(.95)
}

.details_nav_button_prev {
    left: 12px
}

.details_nav_button_next {
    right: 12px
}

.details_nav_button svg {
    width: 20px;
    height: 20px;
    fill: #333
}

.details_icon_button {
    background: 0 0;
    border: none
}

.details_icon_button:active {
    transform: scale(.95)
}

.details_icon_button svg {
    width: 18px;
    height: 18px
}

.details_icon_button.details_liked svg {
    fill: #e74c3c
}

.details_icon_button:not(.details_liked) svg {
    fill: #333
}

.details_thumbnails_wrapper {
    position: relative;
    background: #fff
}

.details_thumbnails {
    display: flex;
    gap: 10px;
    padding: 16px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    width: 85%;
    margin: 0 auto
}

.details_thumbnails::-webkit-scrollbar {
    display: none
}

.details_thumbnail {
    flex: 0 0 24%;
    height: 125px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e6d5d2a6;
    transition: transform .2s ease, border-color .2s ease;
    background: #fafafa;
    scroll-snap-align: start
}

.details_thumbnail:active {
    transform: scale(.96)
}

.details_thumbnail.details_active {
    border-color: #e3e4e4b8;
}

.details_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px
}

.details_thumbnail_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .95);
    border-radius: 50%;
    border: 2px solid #491225;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
    z-index: 10
}

.details_thumbnail_nav_prev {
    left: 8px
}

.details_thumbnail_nav img {
    width: 7px
}

.details_thumbnail_nav_next {
    right: 8px
}

.details_thumbnail_nav svg {
    width: 16px;
    height: 16px;
    fill: #333
}

.product_detail_section {
    padding: 3rem 0
}

.detail-row {
    display: flex;
    gap: 3%
}

.detail_left_row {
    width: 50%;
    position: sticky;
    top: 25px;
    align-self: start;
    z-index: 5
}

.details_icons_wrapper {
    display: none
}

@media (min-width:641px) {
    .details_thumbnail_nav {
        display: flex
    }
}

.detail_product_info {
    color: #232322;
    width: 50%
}

.detail_product_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    align-items: center
}

.detail_product_name {
    font-family: Syne, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
    color: #491225;
    max-width: 70%
}

.detail_price_current {
    color: #730d18;
    font-size: 24px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif
}

.detail_price_row {
    display: flex;
    align-items: center;
    gap: 35px
}

span.detail_price_current img {
    width: 24px
}

span.detail_price_original img {
    width: 24px
}

.detail-price_discount {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding-top: 10px
}

span.detail_items_name {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #201c1d;
    font-size: 20px;
    display: inline-block;
    font-family: "DM Sans", sans-serif
}

.detail_price_row span {
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 40px
}

.detail_price_current {
    color: #730d18
}

.detail_price_old {
    color: #9a9a9a
}

.detail_price_row img {
    width: 32px
}

.detail_product_info .filter-section-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.offer_tag.offer_detail_tag {
    margin: 20px 0
}

.offer_tag.offer_detail_tag h2 {
    display: flex;
    align-items: center;
    gap: 8px
}

.offer-timer.detail_timer {
    padding-top: 10px
}

.detail_product_description h2 {
    color: #730d18
}

.detail_product_description p {
    overflow: hidden;
    max-height: 90px;
    transition: max-height .4s ease
}

.detail_product_description p.expanded {
    max-height: max-content;
    text-align: justify
}

.detail_product_description a.read-more-btn {
    display: block;
    margin-top: 8px;
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: underline
}

.detail_product_description a.read-more-btn:hover {
    text-decoration: underline
}

.detail_product_description {
    border-top: 1px solid #9a9a9a;
    padding: 20px 0;
    border-bottom: 1px solid #9a9a9a
}

.size-selector {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 25px
}

.size-selector .no-wrap {
    flex-wrap: nowrap !important;

}

.size-btn {
    padding: 12px 28px;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    color: #743e51;
    border: .7px solid #baa0a7;
    font-family: "DM Sans", sans-serif;
    cursor: pointer
}

.size-btn:hover {
    border-color: #999
}

.size-btn.active {
    background: #491225;
    color: #fff;
    border-color: #730d18
}

.container-btn h3 {
    text-align: left;
    color: #491225;
    font-family: Syne, sans-serif;
    font-weight: 500
}

.container-btn {
    padding-top: 25px
}

.detail_cart_box a {
    background: #730d18;
    color: #ffff;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    padding: 19px 25px;
    border-radius: 50px;
    text-decoration: none;
    width: 90%
}

button.size-btn:hover {
    background-color: #491225;
    color: #fff
}

.detail_cart_box a:hover {
    background-color: #000
}

.detail_cart_box {
    background: #fff4f5
}

.bundle_container {
    padding-top: 25px
}

.detail_cart_box {
    background: #fff4f5;
    border: .7px solid #730d18;
    border-radius: 11px;
    padding: 30px;
    text-align: center
}

.detail_cart_box span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 40px
}

.detail_cart_box img {
    width: 32px
}

.detail_cart_box .detail-price_discount {
    padding-bottom: 15px;
    gap: 20px
}

.bundle_card {
    background: #fff;
    border: .07px solid #9a9a9a;
    border-radius: 12px;
    transition: border-color .3s ease
}

.bundle_card.active {
    border-color: #730d18
}

.bundle_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 20px 20px 20px;
    border-bottom: .07px solid #9a9a9a;
    background: #fff4f5;
    position: relative;
    border-radius: 12px 12px 0 0
}

.bundle_badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #cde8c1;
    color: #1e1e1e;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-family: Inter, sans-serif;
    font-weight: 700
}

.bundle_toggle_wrapper {
    display: flex;
    align-items: center;
    gap: 12px
}

.bundle_toggle {
    width: 45px;
    height: 22px;
    background: #737373;
    border-radius: 13px;
    position: relative;
    cursor: pointer;
    transition: background .3s ease;
    flex-shrink: 0
}

.bundle_toggle.active {
    background: #730d18
}

.bundle_toggle_circle {
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 3px;
    transition: transform .3s ease
}

.bundle_toggle.active .bundle_toggle_circle {
    transform: translateX(22px)
}

.bundle_toggle_label {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 500
}

.bundle_price_wrapper {
    display: flex;
    gap: 8px;
    align-items: center
}

.bundle_price_wrapper span {
    font-family: Syne, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px
}

.bundle_content {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.bundle_item {
    padding: 24px 20px;
    text-align: center
}

.bundle_item:first-child {
    border-right: .07px solid #9a9a9a
}

.bundle_item_image {
    width: 100%;
    max-width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 16px;
    display: block;
    border-radius: 8px
}

.bundle_item_title {
    font-size: 15px;
    font-weight: 600;
    color: #730d18;
    margin-bottom: 8px
}

.bundle_item_desc {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 12px;
    width: 80%
}

.bundle_item_value {
    font-size: 13px;
    color: #9a9a9a;
    text-decoration: line-through
}

.bundle_container h3 {
    text-align: left
}

.detail_product_info h3 {
    padding-bottom: 15px
}

.detail-price_discount h3 {
    padding: 0
}

.bundle_item_value img {
    width: 15px
}

.bundle_item {
    position: relative
}

.bundle_item:first-child {
    border-right: 1px solid #e5e5e5
}

.bundle_item:first-child::after {
    content: '+';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff4f5;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    color: #730d18;
    z-index: 1
}

.info_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 25px
}

.info_card {
    background: #f5efed;
    border: 1px solid #baa0a7;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between
}

.info_card.shipping {
    background: #fff4f5;
    border-color: #730d18;
    margin-bottom: 20px;
    color: #730d18;
    font-weight: 600;
    text-align: center
}

.info_card.shipping p {
    color: #730d18;
    text-align: left;
    font-weight: 600
}

.info_card.shipping img {
    width: 60px
}

.info_icon {
    width: 30%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: end
}

.info_icon svg {
    width: 100%;
    height: 100%
}

.info_text {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #0e0d0d;
    width: 70%;
    font-family: "DM Sans", sans-serif
}

span.info_price img {
    width: 20px;
    display: inline-block
}

.info_text strong {
    font-weight: 600;
    color: #1a1a1a
}

.info_price {
    font-weight: 700;
    color: #882322
}

.info_link {
    color: #1a1a1a;
    text-decoration: underline;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 16px
}

.detail_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.detail_list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px
}

.detail_list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 3px;
    color: #730d18;
    font-size: 33px;
    line-height: 14px
}

.detail_list .detail_list-text {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 26px;
    text-align: justify
}

.detail_list .detail_list-text strong {
    font-weight: 600
}

.dimensions_accordion span.faq_accordion-title {
    font-family: Syne, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #730d18;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0
}

.faq_accordion .faq_accordion-item {
    border-bottom: .5px solid #a5a4a5
}

.faq_accordion .faq_accordion-item:first-child {
    border-top: none
}

.faq_accordion-content:last-child p {
    padding-bottom: 10px
}

.dimensions_accordion {
    padding-top: 20px
}

.pickup_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff7f8;
    border: 1px solid #cbb5b8;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 25px;
    gap: 16px;
    flex-wrap: wrap
}

.pickup_card-left {
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
    flex: 1;
    min-width: 250px
}

.pickup_card-icon {
    font-size: 28px;
    color: #750014
}

.pickup_card-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pickup_card-content h4 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    width: 80%
}

.pickup_card-content p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #9a9a9a
}

.pickup_button {
    background-color: #750014;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease
}

.pickup_button:hover {
    background-color: #5e0010
}

.feature_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    justify-content: space-between
}

.feature_box {
    width: 30%;
    border: 1px solid #cbb5b8;
    border-radius: 10px;
    padding: 25px 10px 20px;
    background-color: #fff;
    text-align: center;
    transition: .3s ease;
    background-color: #fff4f5;
    cursor: pointer
}

.feature_box:hover {
    background-color: #ffe7ea;
    border-color: #750014
}

.pickup_card:hover {
    background-color: #ffe7ea
}

.info_card.shipping:hover {
    background-color: #ffe7ea
}

.detail_cart_box:hover {
    background-color: #ffe7ea
}

.feature_box-icon {
    font-size: 38px;
    color: #750014;
    margin-bottom: 10px
}

.feature_box p {
    font-weight: 600;
    color: #750014;
    font-size: 15px;
    margin: 0
}

.pickup_section {
    padding-top: 25px
}

section.you_like_section {
    padding: 3rem 0 3rem 4rem
}

.dimensions_accordion .faq_accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s ease
}

.dimensions_accordion .faq_icon img {
    transition: transform .28s ease
}

.dimensions_accordion .faq_accordion-item[aria-expanded=true] .faq_icon img {
    transform: rotate(180deg)
}

.mattress_banner {
    width: 100%;
    background: #fff;
    padding: 0;
    margin-bottom: 3rem
}

.banner_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background: #274060;
    overflow: hidden
}

.banner_image {
    flex: 1;
    min-height: 280px
}

.banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.banner_content {
    flex: 1;
    color: #fff;
    padding: 0 1rem 0 5rem;
    background: #274060;
    text-align: left
}

.banner_content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2
}

.banner_content p {
    font-size: 15px;
    color: #d6d6d6;
    margin-bottom: 25px;
    width: 55%
}

.banner_btn {
    display: inline-block;
    background: #fff;
    color: #274060;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: all .3s ease
}

.banner_btn:hover {
    background: #f1f1f1
}

.fixed_cart {
    position: fixed;
    right: 55px;
    bottom: 40px;
    background: #fff;
    border: 1px solid #750014;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
    padding: 10px 15px;
    width: 470px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all .3s ease;
    z-index: 999
}

.fixed_cart:hover {
    border-color: #000
}

.fixed_cart.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.fixed_cart_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px
}

.fixed_cart_info {
    display: flex;
    align-items: self-start;
    gap: 10px
}

.fixed_cart_img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0
}

.fixed_cart_text h4 {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin: 0 0 6px;
    width: 80%
}

.fixed_cart_price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding-top: 6px
}

.fixed_cart_price .price_new {
    color: #750014;
    font-weight: 600
}

.fixed_cart_price .price_old {
    color: #aaa;
    text-decoration: line-through
}

.fixed_cart_price .discount {
    background: #cde8c1;
    color: #1e1e1e;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    padding: 0 13px;
    border-radius: 25px;
    line-height: 30px
}

.fixed_cart_btn {
    background: #750014;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    padding: 16px 22px;
    cursor: pointer;
    transition: background .3s ease
}

.fixed_cart_btn:hover {
    background: #5a0010
}

.fixed_cart_price span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 40px
}

.fixed_cart_price img {
    width: 15px
}

.detail_sticky_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 -2px 10px 1px #00000040;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease, opacity .25s ease
}

.detail_sticky_hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none
}

.detail_sticky_content {
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.detail_sticky_price_wrap {
    display: flex;
    align-items: baseline;
    gap: 8px
}

.detail_sticky_price_wrap span {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 40px
}

.detail_sticky_button {
    flex-shrink: 0;
    border: none;
    outline: 0;
    border-radius: 999px;
    padding: 10px 20px;
    background: #730d18;
    color: #ffff;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease
}

.detail_sticky_button:hover {
    transform: scale(.96);
    background-color: #000
}

.detail_sticky_hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none
}

@media (min-width:769px) {
    .detail_sticky_bar {
        display: none
    }
}

@media (max-width:1440px) {
    .product_detail_section {
        padding: 2rem 0
    }

    .detail_product_name {
        font-size: 35px;
        max-width: 60%
    }

    .detail_badge_bestseller {
        font-size: 15px
    }

    .detail_price_row span {
        font-size: 24px;
        line-height: 40px
    }

    .detail_price_row img {
        width: 24px
    }

    span.detail_discount {
        font-size: 15px;
        line-height: 25px
    }

    .detail_product_description p {
        max-height: 79px;
        transition: max-height .4s ease
    }

    .size-selector {
        display: flex;
        gap: 14px;
        flex-wrap: wrap
    }



    .detail_cart_box img {
        width: 25px
    }

    .detail_cart_box span {
        font-size: 25px;
        line-height: 40px
    }

    .detail_cart_box a {
        padding: 14px 25px;
        width: 90%
    }

    .bundle_item_desc {
        width: 95%
    }

    .details_main_image_wrapper {
        height: 400px;
        overflow: hidden
    }

    section.you_like_section {
        padding: 3rem 0 3rem 2rem
    }
}

@media (max-width:991px) {
    .fixed_cart {
        display: none
    }
}

@media (max-width:768px) {
    .banner_container {
        flex-direction: column
    }

    .banner_content {
        padding: 40px 20px;
        text-align: center
    }

    .banner_content h2 {
        text-align: center
    }

    .banner_content p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .detail_product_info {
        width: 100%
    }

    .listing_container {
        flex-direction: column
    }

    .listing_image,
    .listing_text {
        width: 100%
    }

    .listing_text {
        padding: 20px
    }

    .filter-fulltop .flex-row {
        display: flex;
        gap: 20px;
        width: 90%;
        margin: 0 auto
    }

    .filter-fulltop {
        padding-top: 30px
    }

    .filter-header h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .main-content .flex-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline
    }

    .sort-section {
        width: 50%;
        flex-wrap: wrap
    }

    .sort-label {
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
        text-align: left;
        display: block;
        width: 100%
    }

    .dropdown-option {
        padding: 1px 4px;
        font-size: 14px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0
    }

    .product_price_wrapper span {
        font-size: 15px;
        line-height: 1
    }

    .details_container {
        border-radius: 0
    }

    .details_thumbnails {
        gap: 8px;
        padding: 12px 0;
        width: 100%
    }

    .details_thumbnail {
        flex-basis: 100px;
        height: 85px
    }

    .details_nav_button {
        width: 36px;
        height: 36px
    }

    .details_nav_button svg {
        width: 18px;
        height: 18px
    }

    .details_nav_button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, .95);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform .2s ease, box-shadow .2s ease;
        z-index: 10;
        -webkit-tap-highlight-color: transparent
    }

    .detail-row {
        display: flex;
        flex-wrap: wrap
    }

    .details_nav_button img {
        width: 7px
    }

    .detail_left_row {
        width: 100%;
        position: static
    }


    .details_nav_button {
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: 2px solid #491225
    }

    .details_icons_wrapper {
        display: none
    }

    .detail_product_icons {
        display: none
    }

    .detail_product_name {
        max-width: 100%;
        padding-top: 20px;
        font-size: 36px
    }

    .feature_box p {
        font-size: 17px;
        line-height: 17px
    }

    .pickup_section {
        padding-top: 25px;
        padding-bottom: 3rem
    }

    .detail_price_row span {
        font-size: 28px
    }

    .detail_price_row img {
        width: 25px
    }

    .detail_product_description p {
        max-height: 125px;
        text-align: justify
    }

    .size-selector {
        gap: 13px;
        flex-wrap: wrap
    }

    .size-selector .no-wrap {
        flex-wrap: nowrap !important;

    }

    span.detail_discount {
        padding: 0 20px
    }

    .detail_cart_box {
        display: none
    }

    .bundle_header {
        align-items: flex-start;
        gap: 12px
    }

    .bundle_container {
        padding-top: 5px
    }

    .detail_product_info h3 {
        padding-bottom: 10px
    }

    .info_text {
        width: 90%
    }

    .info_card {
        padding: 14px 16px
    }

    .info_icon {
        width: 36px;
        height: 36px
    }

    .detail_list .detail_list-text {
        text-align: left
    }

    .pickup_card {
        flex-wrap: nowrap;
        align-items: flex-start
    }

    .pickup_button {
        align-self: flex-start;
        margin-top: 10px;
        font-size: 13px;
        min-width: max-content
    }

    .pickup_card-content h4 {
        font-size: 16px;
        line-height: 22px;
        width: 85%;
        width: 99%
    }

    .pickup_card-left {
        gap: 15px;
        min-width: 65%
    }

    .shipping_container {
        flex-direction: column
    }

    .shipping_card {
        flex: 1 1 100%;
        text-align: center;
        padding: 25px;
        background: #fff4f5
    }

    .shipping_icon {
        margin: 0 0 8px 0
    }

    .shipping_title {
        font-size: 21px;
        line-height: 2.25
    }

    .shipping_strip {
        background: #fff;
        padding: 40px 0 0 0
    }

    section.you_like_section {
        padding: 3rem 0 3rem 1rem
    }

    .banner_image {
        flex: 1;
        min-height: max-content;
        order: 2
    }

    .listing_text p {
        text-align: center
    }

    section.product_list_section {
        position: relative;
        padding-bottom: 3rem
    }

    .filter-fix.lg-none {
        position: absolute;
        top: 45px
    }

    .main-content {
        padding-top: 0
    }

    .dropdown-selected {
        padding: 8px 16px;
        width: max-content;
        min-width: 200px
    }

    .filter-fix {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 2rem
    }

    span.num_list {
        padding-left: 20px
    }
}

.product-banner {
    position: relative;
    width: 100%;
    height: 55vh;
    min-height: 420px;
    background: url(../images/product_banner.webp) no-repeat center/cover;
    padding: 0 6%
}

.product-banner_overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(116 116 116 / 4%)
}

.product-banner_content {
    position: relative;
    max-width: 590px;
    z-index: 2;
    padding-top: 3rem
}

.product-banner_content h1 {
    margin-bottom: 14px;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 10px;
    color: #fff
}

.product-banner_content p {
    color: #fff
}



.metal-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    flex-direction: column
}

.filter-section-content h3 {
    text-align: left;
    color: #491225;
    font-family: Syne, sans-serif;
    font-weight: 500;
    width: 100%;
    line-height: 30px;
    padding: 0
}

.metal-option input[type=radio] {
    display: none
}

.metal-option .dot {
    width: 19px;
    height: 19px;
    border-radius: 50%
}

.dot.gold {
    background: #ad9466;
    border: 1px solid #ad9466
}

.dot.silver {
    background: #d9d9d9;
    border: 1px solid #d9d9d9
}

.dot.rose {
    background: #b38181;
    border: 1px solid #b38181
}

.metal-option input[type=radio]:checked+.dot {
    border: 1px solid transparent;
    box-shadow:
        0 0 0 2px #fff,
        0 0 0 3.5px #491225;
}

.filter-section .size-btn {
    padding: 6px 12px;
    border: .7px solid #730d18;
    border-radius: 25px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    color: #232322
}

.filter-section .size-selector {
    display: flex;
    gap: 10px
}

.cart-section {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 25px auto
}

.qty-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    height: 36px;
    border-radius: 8px;
    border: 2px solid #491225;
    padding: 0 8px;
    font-size: 18px;
    background: #fff;
    font-family: "DM Sans", sans-serif
}

.qty-btn {
    border: none;
    background: 0 0;
    font-size: 19px;
    cursor: pointer;
    color: #5b0f24
}

.buy_now button:hover {
    background-color: #191818;
    color: #ffff;
}

button.add-cart-btn:hover {
    background-color: #121313;
    color: #ffffff;
}

.add-cart-btn {
    flex: 1;
    padding: 16px 0;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    background: #5b0f24;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    font-family: Syne, sans-serif
}

.buy_now button {
    background: #e3e4e4;
    color: #491225
}

.delivery-info span {
    color: #201c1d;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px
}

.meta-row {
    margin-bottom: 8px;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400
}

.meta-row strong {
    font-weight: 500;
    color: #201c1d
}

span.clock-icon img {
    width: 17px
}

.product-meta {
    margin-top: 25px;
    font-size: 14px;
    color: #222;
    line-height: 1.7
}

.delivery-info {
    display: flex;
    align-items: self-start;
    gap: 6px;
    margin-bottom: 14px;
    font-weight: 500
}

.clock-icon {
    color: #5b0f24;
    font-size: 15px
}

.meta-row {
    margin-bottom: 8px
}

.faq_accordion-item button {
    justify-content: space-between;
    background-color: transparent;
    border: none;
    padding: 20px 0;
    width: 100%;
    display: flex
}

.share-box {
    padding-top: 30px;
    display: flex;
    gap: 25px
}

span.share-title {
    font-family: Syne, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #730d18
}

.list-left_content .metal-option {
    display: flex;
    align-items: self-start;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 10px
}

.info_badge img {
    width: 73px;
}

span.faq_icon {
    cursor: pointer;
}

@media (max-width:767px) {
    .product-banner {
        height: 45vh;
        padding: 0 5%
    }

    .product-banner_content h1 {
        font-size: 30px
    }

    .product-banner {
        position: relative;
        width: 100%;
        min-height: 640px;
        height: 700px;
        padding: 0 6%
    }

    .close-btn {
        text-align: right;
    }

    .close-btn img {
        width: 16px;
    }

    .detail_product_info .filter-section-content {
        gap: 10px;
    }

    .qty-box {
        height: 47px;
        font-size: 19px;
    }

    .details_main_image {
        backface-visibility: unset;
        transform: none;
    }

    .dimensions_accordion {
        padding-top: 0px;
    }

    .faq_accordion-content.detail_list p {
        text-align: justify;
    }
}