#popup-cart .modal-title {
    text-transform: uppercase
}

#popup-cart .modal-body .wrap-cart {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px
}

#popup-cart .modal-footer {
    padding: .75rem 0 0 0;
    border-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.buymore-cart {
    color: #ec2d3f;
    cursor: pointer;
    margin: 0px
}

.buymore-cart i {
    margin-right: 2px;
    margin-top: 5px;
    vertical-align: top;
    font-size: 12px
}

.wrap-cart {
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.top-cart {
    border-right: 1px solid #eee
}

.procart {
    padding: 20px 10px;
    border: 1px solid #eee;
    border-top: 0px
}

.pic-procart {
    text-align: center
}

.pic-procart img {
    max-height: 100px;
    height: inherit
}

.pic-procart .del-procart {
    color: #ffffff;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
    background-color: #0253A5;
    border-radius: 5px;
    max-width: 60px;
    margin: auto;
}

.pic-procart .del-procart:hover {
    color: red
}

.name-procart a {
    font-size: 14px;
    color: #000;
    display: block
}

.name-procart a:hover {
    color: #ec2d3f
}

.properties-procart {
    display: block
}

.properties-procart p {
    display: inline-block;
    margin-bottom: 0px
}

.properties-procart p:first-child {
    margin-right: 10px
}

.properties-procart p strong {
    font-weight: 600
}

.quantity-procart p {
    margin-bottom: 0px
}

.quantity-counter-procart {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: 30px;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.quantity-counter-procart .quantity-procart {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    color: #333;
    text-align: center
}

.counter-procart {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    width: 30%;
    color: #333;
    outline: none;
    cursor: pointer;
    font-size: 23px
}

.counter-procart:hover {
    color: #ec2d3f
}

.counter-procart:focus {
    color: #ec2d3f
}

.counter-procart:disabled {
    color: #ccc;
    cursor: not-allowed
}

.counter-procart:disabled:hover {
    color: #ccc;
    cursor: not-allowed
}

.counter-procart-minus {
    line-height: 26px
}

.counter-procart-plus {
    line-height: 24px
}

.price-procart {
    width: 20%;
    text-align: right
}

.price-procart-rp {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13.5px
}

.price-new-cart {
    color: #ec2d3f;
    margin-bottom: 0px
}

.price-old-cart {
    color: #999;
    text-decoration: line-through
}

.procart-label {
    border: 0px;
    background: #eee;
    padding: 10px;
    margin: 0px;
    text-transform: capitalize
}

.money-procart {
    margin-top: 15px
}

.total-procart {
    background: #eee;
    padding: 7px 10px;
    border: 1px solid #dddfe2;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.total-procart p {
    margin-bottom: 0px;
    font-size: 15px
}

.total-procart p:last-child {
    color: #ec2d3f
}

.section-cart {
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}

.title-cart {
    font-size: 15px;
    text-transform: uppercase;
    color: #ec2d3f;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.information-cart {
    margin-bottom: 1.5rem
}

.input-cart {
    margin-bottom: .5rem;
    position: relative
}

.input-cart textarea {
    resize: none;
    height: 100px
}

.input-cart select {
    cursor: pointer
}

.payments-cart {
    text-align: left;
    margin-bottom: 5px;
    min-height: auto
}

.payments-cart:last-child {
    margin-bottom: 0px
}

.payments-cart input {
    top: -webkit-calc(50% - .625rem);
    top: -moz-calc(50% - .625rem);
    top: calc(50% - .625rem)
}

.payments-label {
    cursor: pointer;
    background: #eee;
    display: block;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #313131 !important
}

.payments-label::before {
    top: -webkit-calc(50% - .5rem);
    top: -moz-calc(50% - .5rem);
    top: calc(50% - .5rem)
}

.payments-label::after {
    top: -webkit-calc(50% - .5rem);
    top: -moz-calc(50% - .5rem);
    top: calc(50% - .5rem)
}

.payments-label.active {
    background: #ec2d3f;
    color: #fff !important
}

.payments-info {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
    background: #f5efef;
    border-radius: 5px
}

.payments-info p {
    margin-bottom: 1em
}

.payments-info.active {
    padding: 10px 15px;
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    height: auto
}

.btn-cart {
    text-transform: capitalize
}

.empty-cart {
    padding: 25px 30px;
    display: block;
    text-align: center;
    color: #23527c !important;
    width: 100%
}

.empty-cart i {
    color: red;
    font-size: 70px
}

.empty-cart p {
    margin: 15px 0px;
    color: #333;
    font-size: 18px
}

.custom-select {
    height: -webkit-calc(1em + 1.25rem + 8px);
    height: -moz-calc(1em + 1.25rem + 8px);
    height: calc(1em + 1.25rem + 8px)
}

.wrap-order-voucher:not(.htmx-request) button:last-child {
    display: none
}

.wrap-order-voucher.htmx-request button:first-child {
    display: none
}

.wrap-brand_nb {
    margin-top: clamp(20px, 1.7886178862vw, 22px);
    margin-bottom: clamp(20px, 3.1707317073vw, 39px)
}

.wrap-combo {
    margin-top: clamp(20px, 2.0325203252vw, 25px);
    margin-bottom: clamp(18px, 1.7886178862vw, 22px)
}

.combo-title {
    font-size: clamp(14px, 1.3008130081vw, 16px);
    line-height: 1.5625;
    text-transform: uppercase;
    text-align: center;
    color: #1a1a1a;
    height: -webkit-calc(1.5625em*var(--line));
    height: -moz-calc(1.5625em*var(--line));
    height: calc(1.5625em*var(--line));
    font-weight: 700;
    margin-top: 15px
}

.wrap-product {
    margin-bottom: 50px
}

.cart-product {
    margin-bottom: 0px
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
    text-align: center
}

.grid-pro-detail {
    margin-bottom: 3rem
}

.left-pro-detail {
    position: relative;
    text-align: center
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #fff
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px
}

.owl-pro-detail {
    padding: 0px 30px
}

.control-pro-detail button {
    background-color: rgba(0, 0, 0, 0);
    color: #222;
    opacity: 1;
    width: 25px;
    font-size: 23px
}

.control-pro-detail button:hover {
    opacity: .7
}

.control-pro-detail button.owl-prev {
    left: 0px
}

.control-pro-detail button.owl-next {
    right: 0px
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fff
}

.thumb-pro-detail img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2
}

.title-pro-detail {
    font-size: clamp(20px, 1.6260162602vw, 20px);
    line-height: 1.25;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 10px
}

.comment-pro-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important
}

.desc-pro-detail {
    margin-bottom: 1rem
}

.attr-pro-detail {
    list-style: none;
    padding: 0px
}

.attr-pro-detail * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.attr-pro-detail li {
    margin-bottom: .5rem
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px
}

.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative
}

input.input-size-pro-detail:checked+.size-pro-detail {
    border-color: #e5101d;
    color: #e5101d
}

input.input-size-pro-detail:checked+.size-pro-detail:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../../images/check-cart.png)
}

input.input-color-pro-detail:checked+.color-pro-detail {
    border-color: #e5101d;
    color: #e5101d
}

input.input-color-pro-detail:checked+.color-pro-detail:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../../images/check-cart.png)
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #ccc
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #ccc;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px
}

.cart-pro-detail {
    margin-bottom: 1rem
}

.cart-pro-detail a {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: .375rem;
    margin: 0px 5px 5px 0px
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px
}

.tabs-pro-detail .nav-tabs .nav-link {
    /* border:unset; */
    font-size: 14px;
    line-height: 28px;
    /* text-transform:uppercase; */
    color: #1a1a1a;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
    text-align: center;
    text-wrap: balance;
    border-left: 1px solid #0253A5;
    border-right: 1px solid #0253A5;
    border-top: 1px solid #0253A5;
    padding: 5px;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555
}

.album {
    cursor: pointer
}

.album .album-image {
    margin-bottom: .75rem
}

.album .album-name {
    margin-bottom: 0px;
    text-align: center
}

.album .album-name a {
    display: block;
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px
}

.product_filter_item {
    border: 1px solid #dddde3;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding: 5px 12px
}

.product_filter_check_item {
    padding: 5px 12px
}

.product_filter_check_item i {
    font-size: 17px
}

.product_filter_check_item i.fa-square-check {
    color: var(--primary-color)
}

.product_filter_order select {
    height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 300
}

.product_filter-title-main,
.product_filter-title-main h1 {
    font-size: 20px;
    line-height: 1.75;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center
}

.fancybox-product_filter .fancybox__slide {
    position: relative
}

.product_filter_property:has(+.product_filter_buttons) {
    padding: 0 !important;
    margin: 0;
    border: unset !important
}

.product_filter_buttons button {
    min-width: 150px
}

.product_filter_buttons::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    height: 4px;
    background: #fff
}

.content_under_grid {
    margin-top: clamp(10px, 2.4390243902vw, 30px)
}

.content_under_grid.minimize.has_mask>div[x-ref=content_under_grid] {
    max-height: 138px;
    overflow: hidden
}

@media (max-width: 610px) {
    .content_under_grid.minimize.has_mask>div[x-ref=content_under_grid] {
        max-height: 400px;
    }
}

.content_under_grid.minimize.has_mask>div[x-ref=content_under_grid]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 245, 250)), to(rgba(245, 245, 250, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(245, 245, 250) 0%, rgba(245, 245, 250, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(245, 245, 250) 0%, rgba(245, 245, 250, 0) 100%);
    background-image: linear-gradient(0deg, rgb(245, 245, 250) 0%, rgba(245, 245, 250, 0) 100%);
    height: 100px
}

.content_under_grid>[x-bind=trigger_btn_bind] {
    line-height: 32px
}

.tab-content .content_under_grid {
    margin-top: 0
}

.tab-content .content_under_grid.minimize.has_mask>div[x-ref=content_under_grid] {
    max-height: 360px
}

.tab-content .content_under_grid.minimize.has_mask>div[x-ref=content_under_grid]::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 250)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 250) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 250) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgb(255, 255, 250) 0%, rgba(255, 255, 255, 0) 100%)
}

.tab-content .content_under_grid>[x-bind=trigger_btn_bind] {
    line-height: 32px
}

.price_slider-slide {
    display: grid;
    grid-template-rows: 0fr
}

.wrap-price_slide input:checked+label+.price_slider-slide {
    grid-template-rows: 1fr
}

.grid-filter-property {
    --sl-x: 2;
    --x: 0px;
    --y: 16px;
    display: grid;
    grid-template-columns: repeat(var(--sl-x), 1fr);
    gap: var(--x) var(--y)
}

.pro-detail-dropshadow-block {
    -webkit-filter: drop-shadow(0 0 10px rgba(2, 83, 164, 0.1));
    filter: drop-shadow(0 0 10px rgba(2, 83, 164, 0.1))
}

.pro-detail-price .jj-text-secondary {
    font-size: clamp(16px, 1.7886178862vw, 22px);
    line-height: 1.1363636364;
    font-weight: 700
}

.pro-detail-price .jj-line-through {
    font-size: clamp(14px, 1.3008130081vw, 16px);
    line-height: 1.25;
    color: gray
}

.pro-detail-price .jj-bg-primary.text-white.rounded {
    font-size: 12px;
    line-height: 21px;
    color: #fff
}

.pro-detail-property-slide {
    -webkit-filter: drop-shadow(0 0 3px rgba(2, 83, 164, 0.15));
    filter: drop-shadow(0 0 3px rgba(2, 83, 164, 0.15))
}

.pro-detail-property-slide .embla__slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 fit-content;
    -moz-box-flex: 0;
    flex: 0 0 fit-content;
    max-width: unset !important;
}

.pro-detail-property-item {
    min-width: 100px;
    padding: 5px 25px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
    margin-bottom: 1px;
}

.pro-detail-property-item>div {
    display: none;
    width: 20px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    border-radius: 2px
}

.pro-detail-property-item.active {
    border: 1px solid var(--primary-color);
    color: var(--primary-color)
}

.pro-detail-property-item.disabled {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: #f5f5fa;
}

.pro-detail-property-item.active>div {
    display: block
}

.pro-detail-viewed-pic {
    width: 22.9885057471%
}

.pro-detail-viewed-info {
    width: 70.6896551724%
}

.pro-detail-viewed-info .sp-price {
    margin-bottom: 3px
}

.pro-detail-viewed-title {
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 0
}

.pro-detail-viewed_item {
    position: relative
}

.pro-detail-viewed_item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dddde3;
    bottom: 0;
    left: 0;
    translate: 0 -webkit-calc(var(--gap__calc)/2);
    translate: 0 -moz-calc(var(--gap__calc)/2);
    translate: 0 calc(var(--gap__calc)/2)
}

.pro-detail-viewed-btns button {
    height: 26px;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 10px;
    color: #1a1a1a;
    background-color: #ebebf0
}

.pro-detail-viewed-btns button[buynow] {
    background-color: var(--primary-color);
    color: #fff
}

.pro-detail-viewed-slide .embla__container {
    height: auto !important;
    max-height: -webkit-calc(var(--slide__height)*var(--slide__count_calc) + var(--gap__calc)*(var(--slide__count_calc) - 1));
    max-height: -moz-calc(var(--slide__height)*var(--slide__count_calc) + var(--gap__calc)*(var(--slide__count_calc) - 1));
    max-height: calc(var(--slide__height)*var(--slide__count_calc) + var(--gap__calc)*(var(--slide__count_calc) - 1))
}

.pro-detail-toc-detail {
    display: grid;
    grid-template-rows: 0fr;
    left: 0;
    top: 105%;
    width: 1430%;
    max-width: -webkit-calc(100vw - 30px - 16px);
    max-width: -moz-calc(100vw - 30px - 16px);
    max-width: calc(100vw - 30px - 16px);
    z-index: 20
}

.pro-detail-toc-detail>div {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15))
}

.pro-detail-toc-detail>div ul {
    padding: 0 10px;
    margin: 0
}

.pro-detail-toc-detail>div li ul>li {
    margin: 0
}

.pro-detail-toc-detail>div li ul>li:before {
    content: counters(item, ".") " "
}

.pro-detail-toc-detail>div ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px
}

.pro-detail-toc-detail>div ul li {
    display: table;
    counter-increment: item
}

.pro-detail-toc-detail>div ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.pro-detail-toc-detail>div ul li a {
    color: #333;
    cursor: pointer;
    font-weight: 600
}

.pro-detail-toc-detail>div ul li a:hover {
    color: #767676
}

.content_under_grid input:checked+.pro-detail-toc-detail {
    grid-template-rows: 1fr
}

.wrap-pro-detail-toc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

[x-bind=toc_btn_bind] {
    cursor: pointer;
    position: relative;
}

[x-bind=toc_btn_bind].jj-top-10 {
    top: 48px;
}

[x-bind=toc_btn_bind].position-fixed {
    opacity: .3;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

[x-bind=toc_btn_bind].position-fixed:hover {
    opacity: 1
}

[x-ref=toc_list] {
    margin: 0;
    background: #fff;
    border: 1px solid #ebebf0;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px !important
}

.product_list_cat_bottom {
    column-count: 5;
    column-gap: 45px;
    column-rule: 0px none #3366FF;
    padding-top: 35px;
    margin-top: 40px;
}

@media only screen and (max-width: 768.99px) {
    .product_list_cat_bottom {
        column-count: 2;
        column-gap: 20px;
    }
}

.product_list_cat_bottom_item.avoid_break_inside {
    break-inside: avoid;
}

#product_filter_popup_arrow,
#product_filter_popup_arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#product_filter_popup_arrow {
    visibility: hidden;
}

#product_filter_popup_arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}

#product_filter_popup[data-popper-placement] {
    filter: drop-shadow(0px 0px 5px #333);
}

#product_filter_popup[data-popper-placement^='top']>#product_filter_popup_arrow {
    bottom: -4px;
}

#product_filter_popup[data-popper-placement^='bottom']>#product_filter_popup_arrow {
    top: -4px;
}

#product_filter_popup[data-popper-placement^='left']>#product_filter_popup_arrow {
    right: -4px;
}

#product_filter_popup[data-popper-placement^='right']>#product_filter_popup_arrow {
    left: -4px;
}

.custom_price_range {
    max-width: 500px;
}

.custom_price_range-input {
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #bdbdbd;
}

.custom_price_range-input input {
    text-align: end;
    max-width: 64px;
}

.custom_price_range-input label {
    color: #bdbdbd;
}

.pro-detail-content-slide-nav .embla__container {
    overflow: visible !important;
}

.pro-detail-content-slide-nav .embla__container .embla__slide.thumb_active a {
    background-color: var(--primary-color);
    color: #fff;
}

.grid-pro-categories {
    display: grid;
    --gap: 8px;
    gap: var(--gap);
    grid-template-columns: repeat(auto-fill, minmax(max(220px, calc((100% - (var(--gap) * 3)) / 4)), 1fr));
}

.grid-pro-categories .menu-product-dropdown-cat_item {
    line-height: 20px;
    padding: 8px !important;
    text-wrap: balance;
    background: white;
}

.pro-detail-photo-slide-btn {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background-color: var(--primary-color) !important;
}

.pro-detail-photo-slide-btn-prev {
    left: 5px;
}

.pro-detail-photo-slide-btn-next {
    right: 5px;
}

.pro-detail-photo-slide-btn-dot button.embla__dot {
    width: 8px;
    display: block;
    border-radius: 100%;
    aspect-ratio: 1;
    padding: 0;
    background: #cecece;
}

.pro-detail-photo-slide-btn-dot {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: start;
}

.pro-detail-photo-slide-btn-dot button.embla__dot--selected {
    background: var(--primary-color);
}