.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: var(--body-text-color);
}

.mini-cart-close-btn {
    width: auto;
}

.woocommerce .star-rating span::before {
    color: #D99D26;
}

.tabs.wc-tabs,
.woocommerce-Tabs-panel {
    display: none !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
    display: block !important;
    max-width: 1280px;
    margin: 0 auto 60px;
}

.rvx-aggregation__progressbar-inactive {
    background: #69481E0F;
}

.rvx-aggregation__rating-icon path,
.rvx-aggregation-multicriteria__star path,
.rvx-review-form__star-active {
    fill: #D99D26;
}

body .rvx-review-form__star-inactive {
    fill: #af9c80;
}

body .rvx-bg-neutral-100 {
    background: transparent;
}

body #rvx-storefront-widget #rvx-review-form__wrapper,
body #rvx-review-form__wrapper {
    background: #E3C09B !important;
    border: 0 !important;
}

body #rvx-storefront-widget .rvx-review-form__submit--button,
body .rvx-review-form__submit--button {
    border: 0 !important;
    background: var(--body-text-color) !important;
}

body .rvx-bg-neutral-100.rvx-py-\[64px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}

body .rvx-aggregation__progressbar-active {
    background: #d99d26 !important;
}

#rvx-storefront-widget .progress {
    background: #E3C09B;
    border-radius: 0;
}

body #rvx-storefront-widget .rvx-rating-badge,
body .rvx-rating-badge {
    background-color: #D99D26 !important;
}

body .rvx-rating-badge__text {
    font-size: 14px !important;
    line-height: 1 !important;
    margin-bottom: -2px;
}

body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card,
body .rvx-review-wrapper .rvx-review-card {
    border-top: 1px solid rgb(105 72 30 / 10%) !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card:last-child,
body .rvx-review-wrapper .rvx-review-card:last-child {
    border-bottom: 1px solid rgb(105 72 30 / 10%) !important;
}

body .rvx-review-user__avatar {
    background: transparent !important;
    border: 1px solid #69481E !important;
}

body .rvx-review-user__avatar-fallback {
    color: #69481E;
}

body .rvx-review-write__button {
    display: none;
}

body .rvx-review-form__footer [type=submit],
body button {
    align-items: center;
}

body .rvx-ui__input,
body .rvx-ui__input:focus,
body .rvx-ui__input:hover,
body .rvx-ui__textarea,
body .rvx-ui__textarea:focus,
body .rvx-ui__textarea:hover {
    background: #69481E33;
    border-color: #69481E !important;
    color: #69481E;
    font-size: 13px !important;
}

body .rvx-ui__input::placeholder,
body .rvx-ui__textarea::placeholder {
    color: #69481E;
}

body #rvx-review-form__wrapper .rvx-review-form .rvx-review-form__attachment--upload {
    background: #69481E33;
}

body #rvx-review-form__wrapper [type=radio] {
    accent-color: #69481E;
}

svg defs stop[stop-color="grey"] {
    stop-color: #F5F5F5;
}

.rvx-reviewer__star-inactive {
    fill: #F5F5F5;
}

[x-show="showReviewDetailsModal"]>div>div>div {
    background-color: #EADECC;
}

body .rvx-review-details-modal__star-inactive {
    fill: #f5f5f5;
}

body #rvx-storefront-widget span.rvx-rating-total,
body span.rvx-rating-total {
    color: #424242 !important;
}

body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card .rvx-review-info__feedback,
body .rvx-review-wrapper .rvx-review-card .rvx-review-info__feedback {
    line-height: 1.8;
}

body .cart-custom-section {
    background: #e8dcc8;
    position: absolute;
    width: calc(100% - 48px);
    bottom: 24px;
}

.filter-toggle {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    width: auto;
    margin: 0;
    color: #69481E;
    font-size: 24px;
}

.filter-toggle span {
    margin-bottom: -5px;
}

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

.filter-icon-wrapper {
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 40px 0 20px 0;
    border-bottom: solid 3px rgba(105, 72, 30, 0.1);
    width: 100%;
    justify-content: space-between;
}

.shop-sorting-wrapper .shop-sorting {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shop-sorting-wrapper .shop-sorting form select {
    background: transparent;
    color: #69481E;
    font-size: 24px;
    font-weight: 400;
}

.shop-sorting-wrapper .shop-sorting form select option {
    font-size: 18px;
}

.shop-sorting-wrapper .shop-sorting .sort-label {
    color: #69481E;
    font-size: 24px;
    font-weight: 400;
}

.journey-item .Frame_journey_section img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.journey-item img {
    margin: 0 auto;
}

.custom-filter {
    width: 342px;
    position: absolute;
    top: 26px;
    padding: 0 12px 0 20px;
    opacity: 0;
}

.shop-wrapper.filter-active .shop-products {
    padding-left: 342px;
    min-height: 700px;
}

.shop-wrapper.filter-active:has(.view-more[style="display: none;"]) .shop-products {
    min-height: 1000px;
}

body.woocommerce .woocommerce-ordering {
    margin: 0;
}

.custom-filter.active {
    left: 10px;
    opacity: 1;
}

div#customFilter {
    margin-top: 50px;
    min-height: 820px;
    height: auto;
}

.custom-filter .selected-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 0px;
}

.custom-filter .selected-filters .filter-chip {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-filter .selected-filters .filter-chip .remove-filter {
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
}

.filter-header {
    font-size: 24px;
    border-bottom: solid 3px rgba(105, 72, 30, 0.1);
    padding-bottom: 14px;
    line-height: 1.5;
    color: #69481E;
    font-weight: 700;
}

.close-btn {
    right: 40px;
    top: 2px;
}

.filter-section {
    margin-bottom: 24px;
}

.filter-section h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    font-family: 'Arima';
    margin-top: 24px;
}

.price-display {
    gap: 10px;
}

.price-box {
    margin-top: 24px;
    background: #EADCC8;
    color: #69481E;
    padding: 10px;
    width: 48%;
    text-align: center;
    border: 1px solid #69481E;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.filter-section label {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 1.62;
}

.filter-buttons {
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.filter-buttons .apply-btn {
    background: url(../../assets/image/apply_btn.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    color: #69481E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 50px;
}

.filter-buttons .clear-btn {
    background: url(../../assets/image/clear_all.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    color: #69481E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 50px;
}

.shop-products {
    gap: 40px 24px;
}


.custom-checkbox input {
    display: none;
}

/* checkbox box */

.checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #69481E;
    display: inline-block;
    position: relative;
    margin: -3px 0 0;
}

.custom-checkbox input:checked+.checkmark {
    background: transparent;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #69481E;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shop-products .card {
    background: transparent;
    text-align: left;
    border: none;
}

.product_card .price ins {
    text-decoration: none;
}

.product_card .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.product_card .price del {
    color: var(--body-text-color);
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    opacity: 0.5;
}

.product_frame .product_image_main {
    mix-blend-mode: multiply;
}



/* range input basic */

.price-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    pointer-events: none;
}

/* slider line */

.price-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 6px;
    background: #8C8561;
    border-radius: 5px;
}

/* slider circle */

.price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #8C8561;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
    pointer-events: auto;
}

/* hover effect */

.price-slider input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/* ---------- Product Page --------- */

body.single-product .site-main {
    max-width: 1500px;
    padding: 0 30px;
}

body.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-top: 40px;
}

.woocommerce div.product form.cart .wopb-cart-bottom {
    display: none !important;
}

body.woocommerce #content div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page #content div.product div.images,
body.woocommerce-page div.product div.images {
    float: none;
    width: calc(50% - 20px);
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: calc(50% - 20px);
}

.woocommerce div.product .product_title {
    font-size: 52px;
    line-height: normal;
    color: var(--body-text-color);
}

.woocommerce nav.woocommerce-breadcrumb {
    margin-top: 40px;
    margin-bottom: 0;
    color: var(--body-text-color);
    font-size: 18px;
}

body.woocommerce nav.woocommerce-breadcrumb a {
    color: var(--body-text-color);
}

body.single-product .product .onsale {
    display: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
    box-shadow: 0px 4px 40px 0px #0000001A;
    border-radius: 16px;
}

body.woocommerce div.product div.images .flex-control-thumbs {
    overflow: unset;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-list {
    margin: 0 -6px;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
    margin: 0 6px;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-next:before,
body.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
    content: '';
    background-image: url(../../assets/img/next-arrow.svg);
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    opacity: 1;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
    transform: rotate(-180deg);
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-arrow.slick-disabled {
    display: none !important;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
    display: flex !important;
    align-items: center;
    font-size: 0;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-next {
    right: -22px;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-prev {
    left: -22px;
}

body.woocommerce div.product div.images .flex-control-thumbs .slick-arrow:hover {
    background: #e0c39c;
}

body.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(20% - 10px);
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid transparent;
}

body.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
    margin: 0 5px 5px;
}

body.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: unset;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

body.woocommerce div.product div.images .flex-control-thumbs li:has(.flex-active) {
    border: 1px solid var(--body-text-color);
}

body.woocommerce .product .summary .price {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: start;
    align-items: center;
    line-height: normal;
    margin-bottom: 10px;
}

body.woocommerce div.product p.price ins,
body.woocommerce div.product span.price ins {
    text-decoration: none;
    font-weight: 900;
    color: var(--brown);
    font-size: 32px;
    line-height: normal;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--body-text-color);
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
}

.woocommerce div.product #shiprocket_pincode_check,
.woocommerce div.product #check_pincode,
.woocommerce div.product #pincode_response {
    display: none;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description p {
    line-height: normal;
    font-weight: 400;
}

body .woocommerce-message {
    border-top-color: var(--body-text-color);
}

body .woocommerce-message::before {
    color: var(--body-text-color);
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-message .button:hover {
    color: #fff;
    background-color: var(--body-text-color);
}

body.woocommerce div.product form.cart div.quantity {
    width: 100%;
    margin-bottom: 30px;
    min-width: 135px;
    max-width: 135px;
    border: 1px solid var(--body-text-color);
    width: auto;
    border-radius: 8px;
    float: unset;
}

body.woocommerce div.product form.cart div.quantity .input-text.qty.text {
    background: #69481E33;
    color: var(--body-text-color);
    font-size: 32px !important;
    line-height: normal;
    font-weight: 700;
    width: 100%;
    padding: 6px 0 0;
}

.woocommerce div.product form.cart .button {
    border: none;
    padding: 14px 30px 10px;
    color: #69481E;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    max-width: calc(50% - 8px);
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    background: url(../../assets/img/add-to-cart.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
    border: none;
    padding: 10px 10px;
    color: var(--body-text-color);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 342px;
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    background: url(../../assets/img/wishlist.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.related.products {
    width: 100%;
}

.choose-pack h4 {
    color: var(--body-text-color);
    margin: 0 0 24px 0;
    padding: 0;
    font-size: 24px;
    font-family: 'Arima';
    font-weight: 600;
    line-height: 0.7;
}

.choose-pack .pack-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.choose-pack .pack-options .pack-btn {
    background: #69481E33;
    padding: 15px 24px 9px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.05;
}

.choose-pack .pack-options .pack-btn.active {
    background: #69481E;
    color: #fff;
}

.choose-pack {
    margin-bottom: 30px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 0 0;
    gap: 16px;
    grid-column: span 4;
}

.shop-wrapper.filter-active .shop-products .custom-pagination {
    grid-column: span 3;
}

.custom-pagination .next.page-numbers {
    gap: 20px;
}

.custom-pagination .next.page-numbers svg {
    width: 14px;
    height: 14px;
}

.custom-pagination .prev.page-numbers svg {
    width: 14px;
    height: 14px;
}

.custom-pagination .prev.page-numbers {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
}

.custom-pagination .page-numbers.current {
    background: #69481E;
    color: #fff;
}

.shop-wrapper.filter-active .custom-pagination {
    justify-content: flex-end;
}

.custom-pagination .page-numbers {
    border: solid 1px #69481E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    min-width: 42px;
}

.wc-mini-cart-wrapper {
    padding: 24px 24px 24px;
}

.wc-mini-cart-wrapper .mini-cart-header {
    margin-bottom: 16px;
}

.wc-mini-cart-wrapper .mini-cart-header h2 {
    font-family: 'Dream Orphans';
    color: var(--body-text-color);
    font-size: 42px;
    line-height: normal;
}

.wc-mini-cart-wrapper .mini-cart-header .cart-count-badge {
    background: #69481E;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product form.cart .custom-qty-label {
    color: var(--body-text-color);
    margin: 0 0 24px 0;
    padding: 0;
    font-size: 24px;
    font-family: 'Arima';
    font-weight: 600;
    line-height: 0.7;
}

.woocommerce div.product form.cart .quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #69481E33;
}

.woocommerce div.product form.cart .quantity input {
    background: transparent !important;
    height: 43px;
}

.woocommerce div.product form.cart .quantity button:hover {
    background: transparent;
}

.woocommerce div.product form.cart .quantity button {
    border: none;
    color: #69481E;
    font-size: 24px;
    font-weight: 900;
    padding: .22rem 1rem;
}

.woocommerce div.product form.cart .quantity button {
    padding-top: .42rem;
    padding-bottom: .02rem;
}

.woocommerce div.product [type=button]:not(.slick-arrow):focus,
.woocommerce div.product [type=button]:not(.slick-arrow):hover,
.woocommerce div.product button:not(.slick-arrow):focus,
.woocommerce div.product button:not(.slick-arrow):hover {
    background-color: transparent !important;
}

.brew-item .brew-item-step-main svg {
    border-radius: 16px;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.mini-cart-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #69481E;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    transition: opacity 0.2s;
}

.mini-cart-close-btn:hover {
    background: transparent;
    color: #69481E;
    opacity: 1;
}

.cart-drawer {
    width: 100%;
    max-width: 650px;
    right: -650px;
    background: #EADECC;
    padding-bottom: 10px;
}

.mini-cart-empty-icon {
    width: 106px;
    height: 106px;
    margin: 69px auto 40px;
    color: #a89070;
}

.mini-cart-empty-title {
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: normal;
    font-family: 'Dream Orphans';
    color: var(--body-text-color);
}

.mini-cart-empty-subtitle {
    font-size: 16px;
    margin: 0 0 60px;
    font-weight: 400;
    line-height: normal;
    color: var(--body-text-color);
}

.mini-cart-category-card .category-frame {
    background: url(../../assets/img/car-category-frame.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 157px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-cart-category-card .category-img-wrap {
    background: url(../../assets/img/car-category-frame-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 142px;
    box-shadow: none;
}

.mini-cart-category-card .category-frame .category-img-wrap::after,
.mini-cart-category-card .category-frame .category-img-wrap::before {
    display: none;
}

.mini-cart-category-card:hover .category-frame {
    opacity: 1;
}

.mini-cart-category-card:hover .category-img-wrap {
    transform: scale(1);
}

.mini-cart-category-card .category-img-wrap img {
    width: 58px;
    height: 76px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.mini-cart-category-card {
    min-width: 157px;
    max-width: 157px;
}

.mini-cart-category-card .cat-label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    color: var(--body-text-color);
    font-family: 'Arima';
}

.mini-cart-categories {
    gap: 40px;
}

.mini-cart-empty-state {
    height: 88vh;
    padding-bottom: 0;
}

.mini-cart-continue-btn {
    margin-top: auto;
    border: none;
    color: var(--body-text-color);
    font-family: 'Arima';
    letter-spacing: 0;
    font-size: 18px;
    background: url(../../assets/img/cart-continue-shopping.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 50px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 0 25px;
    padding: 0;
    border: none !important;
    font-size: 12.8px;
}

.footer-container .newsletter_wrap p label {
    padding-bottom: 15px;
}



.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    background: url(../../assets/img/wishlist.svg) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 50px;
    justify-content: center !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #69481E !important;
    font-weight: 700;
}

span.yith-wcwl-add-to-wishlist-button__label {
    margin-bottom: -4px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    width: 100%;
    max-width: calc(50% - 8px);
    margin: 0;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor svg {
    width: 24px;
    height: 24px;
    color: #69481E !important;
    display: none;
}

.woocommerce-variation-add-to-cart .wopb-cart-bottom {
    display: none;
}

body.woocommerce div.product form.cart table td {
    background: transparent;
    padding: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

body.woocommerce .woocommerce-product-rating .star-rating {
    margin: .3em 4px 0 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single_add_to_cart_button.added.loading::after {
    content: "\e01c";
}


@media only screen and (max-width: 1499px) {
    .shop-sorting-wrapper .shop-sorting form select {
        font-size: 20px;
    }

    .shop-sorting-wrapper .shop-sorting .sort-label {
        font-size: 20px;
    }

    div#customFilter {
        margin-top: 43px;
    }

    .woocommerce div.product .product_title {
        font-size: 42px;
    }

    body.woocommerce div.product p.price ins,
    body.woocommerce div.product span.price ins {
        font-size: 28px;
    }

    .faq-question .h5-sm {
        font-size: 20px;
    }

    .pdp-section .tea-box {
        padding: 16px 24px;
    }

    body.woocommerce div.product form.cart div.quantity .input-text.qty.text {
        font-size: 24px !important;
    }

    .woocommerce div.product form.cart .button {
        padding: 10px 10px;
        font-size: 16px;
        max-width: calc(50% - 8px);
        margin-right: 16px;
    }

    .tinv-wraper.tinv-wishlist {
        width: 47%;
    }

    .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        font-size: 16px;
    }

    .wc-mini-cart-wrapper .mini-cart-header h2 {
        font-size: 36px;
    }

    .wc-mini-cart-wrapper .mini-cart-header .cart-count-badge {
        font-size: 20px;
    }

    .mini-cart-empty-icon {
        width: 100px;
        height: 100px;
    }

    .mini-cart-empty-title {
        font-size: 48px;
    }

    .mini-cart-categories {
        gap: 32px;
    }

    .promise-title {
        font-size: 48px;
        margin-top: 0;
    }

    .policy-title {
        font-size: 48px;
    }

    .policy-content h2 {
        font-size: 30px !important;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1299px) {
    .woocommerce div.product .product_title {
        font-size: 36px;
    }

    .choose-pack h4 {
        margin: 0 0 20px 0;
        font-size: 22px;
    }

    .woocommerce div.product form.cart .custom-qty-label {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .choose-pack .pack-options .pack-btn {
        font-size: 16px;
    }

    .brew-item h3 {
        font-size: 28px;
    }

    .promise-title {
        font-size: 42px;
        margin-top: 0;
    }

    .policy-title {
        font-size: 42px;
    }

    .policy-content h2 {
        font-size: 26px !important;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1199px) {

    .woocommerce div.product .product_title {
        font-size: 30px;
    }

    body.woocommerce div.product p.price ins,
    body.woocommerce div.product span.price ins {
        font-size: 24px;
    }

    .woocommerce div.product p.price del,
    .woocommerce div.product span.price del {
        font-size: 20px;
    }

    .save-badge {
        font-size: 14px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 16px;
    }

    .choose-pack h4 {
        margin: 0 0 16px 0;
        font-size: 20px;
    }

    .choose-pack {
        margin-bottom: 24px;
    }

    .woocommerce div.product form.cart .custom-qty-label {
        font-size: 20px;
        margin: 0 0 16px 0;
    }

    body.woocommerce div.product form.cart div.quantity {
        width: 100%;
        margin-bottom: 24px;
    }

    body.woocommerce div.product form.cart div.quantity .input-text.qty.text {
        font-size: 20px !important;
    }

    .woocommerce div.product form.cart .button {
        padding: 10px 10px;
        font-size: 16px;
        max-width: 45%;
        margin-right: 16px;
    }

    .step4 {
        bottom: 0;
        left: 151px;
    }

    .step3 {
        bottom: 0;
        right: 120px;
    }

    .wc-mini-cart-wrapper .mini-cart-header h2 {
        font-size: 32px;
    }

    .wc-mini-cart-wrapper .mini-cart-header .cart-count-badge {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .mini-cart-empty-icon {
        width: 90px;
        height: 90px;
    }

    .mini-cart-empty-title {
        font-size: 36px;
    }

    .location {
        padding: 13px;
        font-size: 16px;
    }

    .location svg {
        width: 22px;
        height: 22px;
    }

    .location small {
        padding: 2px 10px;
        font-size: 13px;
    }

    .presence-locations {
        margin-bottom: 24px;
    }

    .policy-content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .product_frame .product_image_main {
        height: 180px;
    }

    .product_card .price del {
        font-size: 16px;
    }

    .product_card .price {
        flex-wrap: wrap;
        gap: 0 12px;
    }

    .shop-products {
        grid-template-columns: repeat(3, 1fr);
    }

    .shop-wrapper.filter-active .shop-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-wrapper.filter-active .shop-products {
        padding-left: 290px;
    }

    .custom-filter {
        width: 300px;
    }

    .custom-pagination {
        grid-column: span 3;
    }

    .shop-wrapper.filter-active .shop-products .custom-pagination {
        grid-column: span 2;
    }

    .pdp-section .tea-box {
        padding: 12px 10px;
    }

    .pdp-section .tea-box p {
        font-size: 14px;
    }

    .tea-box-wrapper {
        gap: 12px;
    }

    /* .tea-section .container {
        padding: 0;
    } */

    .faq-section .container {
        padding: 0;
    }

    .ingredients-wrapper {
        display: grid;
        margin: 0 4px;
        padding: 0 0px;
        width: -webkit-fill-available;
    }

    .policy-content h2 {
        font-size: 24px !important;
    }

    .policy-content h3 {
        font-size: 18px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-next {
        right: -15px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
        width: 30px;
        height: 30px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-next:before,
    body.woocommerce div.product div.images .flex-control-thumbs .slick-prev:before {
        width: 12px;
        height: 12px;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 15px;
    }

    .woocommerce div.product form.cart .button {
        background-image: url(../../assets/img/mobile-add-to-cart.svg);
    }

    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
        background-image: url(../../assets/img/mobile-wishlist.svg) !important;
    }

    .promise-title {
        font-size: 34px;
    }

    .woocommerce nav.woocommerce-breadcrumb {
        font-size: 14px;
    }

    .choose-pack .pack-options .pack-btn {
        padding: 13px 24px 9px;
    }

    .shop-wrapper {
        zoom: 0.9;
    }

    div#customFilter {
        height: auto;
    }

    .shop-wrapper .card h5 {
        min-height: 54px;
    }

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

    .filter-toggle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ingredients-wrapper {
        display: block;
        margin: 0 -8px;
        padding: 0 0px;
        width: -webkit-fill-available;
    }

    .shop-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-wrapper.filter-active .shop-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-wrapper.filter-active .shop-products {
        padding-left: 0;
    }

    .shop-products {
        gap: 24px 16px;
    }

    .product_card .price {
        flex-wrap: wrap;
        gap: 6px;
        line-height: normal;
        padding-bottom: 4px;
    }

    .custom-filter {
        background: #fff;
        height: auto;
        width: auto;
        left: 0;
        right: 0;
        margin: 0 16px;
        border-radius: 8px;
        padding: 16px;
    }

    .filter-header {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: solid 2px rgba(105, 72, 30, 0.1);
    }

    .filter-header {
        font-size: 12px;
    }

    .shop-sorting-wrapper .shop-sorting form select {
        font-size: 10px;
    }

    .shop-sorting-wrapper .shop-sorting .sort-label {
        font-size: 10px;
        text-transform: none;
    }

    .filter-icon-wrapper {
        margin-bottom: 24px;
        gap: 8px;
        padding: 24px 0 10px 0;
        border-bottom: solid 2px rgba(105, 72, 30, 0.1);
        font-size: 12px;
        text-transform: uppercase;
    }

    .custom-filter.active {
        left: 0;
        opacity: 1;
        position: fixed;
        top: 80px;
    }

    .custom-filter.active .filter-header {
        font-size: 16px;
        position: relative;
    }

    .close-btn {
        right: 4px;
        top: 5px;
        height: auto;
        line-height: 1;
        font-size: 18px;
    }

    .custom-filter .selected-filters:has(.filter-chip) {
        background: #EADECC;
        padding: 8px;
        border-radius: 8px;
        gap: 10px 10px;
        margin-bottom: 0px;
    }

    .custom-filter .selected-filters .filter-chip {
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0px;
    }

    .custom-filter .selected-filters .filter-chip .remove-filter {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .remove-filter {
        font-weight: 600;
    }

    .filter-section h4 {
        font-size: 16px;
        margin-top: 12px;
    }

    .price-box {
        margin-top: 24px;
        background: transparent;
        font-size: 12px;
    }

    .filter-section {
        margin-bottom: 12px;
    }

    .filter-section label {
        margin-bottom: 14px;
        gap: 10px;
        line-height: 1.3;
        font-size: 14px;
    }

    .filter-buttons {
        margin-top: 12px;
        flex-direction: initial;
        width: 100%;
        gap: 10px;
    }

    .filter-buttons .apply-btn {
        background: url(../../assets/img/mobile_apply_btn.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        border: none;
        color: #69481E;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 40px;
        margin-bottom: 0;
    }

    .filter-buttons .clear-btn {
        background: url(../../assets/img/mobile_clear_all.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        border: none;
        color: #69481E;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 40px;
        margin-bottom: 0;
    }

    .custom-pagination {
        gap: 8px;
        margin: 24px 0 0 0;
    }

    .shop-wrapper.filter-active .custom-pagination {
        justify-content: center;
    }

    .woocommerce nav.woocommerce-breadcrumb {
        margin-top: 39px;
    }

    body.woocommerce div.product {
        margin-top: 24px;
    }

    body.single-product .site-main {
        max-width: 1500px;
        padding: 0 16px;
        margin: 0;
    }

    body.single-product .site-main .container {
        padding: 0;
    }

    body.woocommerce #content div.product div.images,
    body.woocommerce div.product div.images,
    body.woocommerce-page #content div.product div.images,
    body.woocommerce-page div.product div.images {
        float: none;
        width: calc(100% - 00px);
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: none;
        width: calc(100% - 0px);
    }

    .woocommerce-product-gallery .flex-viewport {
        margin-bottom: 8px;
        border-radius: 8px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
        margin: 0 4px 4px;
    }

    body .woocommerce div.product div.images {
        margin-bottom: 24px;
    }

    .woocommerce div.product .product_title {
        font-size: 32px;
    }

    body.woocommerce .product .summary .price .woocommerce-Price-amount {
        font-size: 24px;
        font-weight: 700;
    }

    body.woocommerce .product .summary .price del .woocommerce-Price-amount {
        font-size: 18px;
    }

    .single-product .product .summary .save-badge {
        font-size: 12px;
    }

    .stock-status {
        gap: 6px;
        margin-bottom: 16px;
    }

    .woocommerce-product-details__short-description p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .woocommerce-product-details__short-description {
        margin-bottom: 16px;
    }

    .choose-pack h4 {
        margin: 0 0 14px 0;
        padding: 0;
        font-size: 18px;
        line-height: 0.8;
    }

    .choose-pack {
        margin-bottom: 16px;
    }

    .woocommerce div.product form.cart .custom-qty-label {
        margin: 0 0 14px 0;
        font-size: 18px;
        line-height: 0.8;
    }

    body.woocommerce div.product form.cart div.quantity .input-text.qty.text {
        font-size: 18px !important;
        height: 33px;
    }

    body.woocommerce div.product form.cart div.quantity {
        width: 100%;
        margin-bottom: 16px;
        min-width: 97px;
        max-width: 97px;
        border-radius: 8px;
    }

    .woocommerce div.product form.cart .quantity button {
        font-size: 16px;
        padding: .22rem 0.7rem;
    }

    .woocommerce div.product form.cart .button {
        border: none;
        padding: 10px 0px;
        font-size: 14px;
        width: 100%;
        background: url(../../assets/img/mobile-add-to-cart.svg);
        height: 42px;
        max-width: 167px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        background: url(../../assets/img/mobile-wishlist.svg);
        height: 40px;
        max-width: 167px;
    }

    button {
        padding: 0;
    }

    .shop .grid .slick-list {
        padding: 0;
        margin: 0 -8px;
        overflow: visible;
    }

    .woocommerce div.product div.images {
        margin-bottom: 24px;
    }

    .shop .grid {
        margin: 0;
    }

    .shop .grid .slick-list .slick-slide {
        padding: 0;
        margin: 0 8px;
    }

    .shop .grid .slick-list .slick-slide:last-child {
        padding-right: 0;
    }

    .woocommerce div.product form.cart .button {
        margin-right: 8px;
    }

    .wc-mini-cart-wrapper {
        padding: 16px 16px 24px;
    }

    body .wc-mini-cart-wrapper .mini-cart-header h2 {
        font-size: 24px;
    }

    .wc-mini-cart-wrapper .mini-cart-header .cart-count-badge {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .mini-cart-close-btn {
        font-size: 1.13rem;
        line-height: 1;
    }

    .mini-cart-empty-icon {
        width: 60px;
        height: 60px;
        margin-top: auto;
        margin-bottom: 16px;
    }

    .mini-cart-empty-title {
        font-size: 32px;
        margin: 0 0 10px;
    }

    .mini-cart-empty-subtitle {
        font-size: 14px;
        margin: 0 0 40px;
        max-width: 237px;
    }

    .mini-cart-categories {
        gap: 17px;
        margin-bottom: 0;
    }

    .mini-cart-category-card {
        min-width: 103px;
        max-width: 103px;
    }

    .category-frame {
        width: 103px;
        height: 118px;
    }

    .category-img-wrap {
        width: 80px;
        height: 91px;
        box-shadow: none;
        border-radius: 0;
    }

    .category-img-wrap img {
        width: 41px;
        height: 54px;
        object-fit: cover;
    }

    .mini-cart-category-card .cat-label {
        font-size: 14px;
    }

    .mini-cart-continue-btn {
        font-size: 14px;
        background: url(../../assets/img/mobile-cart-continue-shopping.svg);
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .custom-pagination {
        grid-column: span 2;
    }

    .shop-wrapper.filter-active .shop-products .custom-pagination {
        grid-column: span 2;
    }

    .policy-content h3 {
        font-size: 18px;
    }

    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
        background: url(../../assets/img/mobile-wishlist.svg) !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        height: 42px;
        font-size: 14px;
    }


    .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
        width: 100%;
        max-width: 167px;
        margin: 0;
    }

    .choose-pack,
    .choose-pack *,
    .pack-options,
    .pack-btn {
        pointer-events: auto !important;
        cursor: pointer !important;
    }

    .product_frame .product_image_main {
        height: 140px;
        bottom: 1px;
    }

    .location {
        padding: 7px 18px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-list {
        margin: 0 -4px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
        margin: 0 4px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-arrow {
        width: 30px;
        height: 30px;
        padding: 10px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-next {
        right: -10px;
    }

    body.woocommerce div.product div.images .flex-control-thumbs .slick-prev {
        left: -10px;
    }

    body .rvx-review-form__recommended {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 16px;
    }

    body #rvx-storefront-widget p.rvx-rating-out-of,
    body p.rvx-rating-out-of {
        font-size: 26px !important;
    }

    body #rvx-storefront-widget span.rvx-rating-total,
    body span.rvx-rating-total {
        font-size: 18px !important;
    }

    body .rvx-rating-badge__text {
        font-size: 12px !important;
        margin-left: 3px;
    }

    body #rvx-storefront-widget p.rvx-total-review,
    body p.rvx-total-review,
    body #rvx-storefront-widget tr.rvx-aggregation__row td span,
    body tr.rvx-aggregation__row td span,
    body #rvx-storefront-widget .rvx-aggregation-multicriteria span,
    body .rvx-aggregation-multicriteria span {
        font-family: inherit !important;
    }

    body #rvx-storefront-widget p.rvx-total-review,
    body p.rvx-total-review {
        font-size: 14px !important;
    }

    [x-show="reviewSettingsData?.data?.setting?.review_settings?.reviews?.multicriteria?.enable"] {
        margin: 0;
    }

    body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card .rvx-review-user__name,
    body .rvx-review-wrapper .rvx-review-card .rvx-review-user__name,
    body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card .rvx-review-info__title,
    body .rvx-review-wrapper .rvx-review-card .rvx-review-info__title {
        font-size: 18px !important;
    }

    body #rvx-storefront-widget .rvx-review-wrapper .rvx-review-card .rvx-review-info__feedback,
    body .rvx-review-wrapper .rvx-review-card .rvx-review-info__feedback,
    body .rvx-review-info__feedback {
        font-size: 14px !important;
        line-height: 1.8;
    }

    body #rvx-storefront-widget .rvx-review-form__product--title,
    body .rvx-review-form__product--title {
        font-size: 16px !important;
        line-height: 1.4;
    }

    [x-show="showReviewDetailsModal"] {
        height: 100vh;
        max-height: 100vh;
    }

    [x-show="showReviewDetailsModal"] .rvx-size-space24 {
        right: 0;
    }

    body [x-show="showReviewDetailsModal"] .rvx-review-user__avatar-fallback {
        font-size: 20px;
    }

    .filter-toggle {
        font-size: 12px;
        gap: 6px;
    }

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

    .filter-toggle span {
        margin-bottom: -2px;
    }

    .woocommerce-breadcrumb {
        text-align: center;
    }

    .shop-wrapper {
        zoom: 1;
        margin: 39px auto 0;
    }

    div#customFilter {
        height: 0;
        min-height: auto;
    }

    div#customFilter.active {
        height: auto;
    }

    .category-list {
        overflow-y: auto;
        max-height: 220px;
        padding-top: 1px;
    }

    body:has(.shop-wrapper.filter-active) {
        overflow: hidden;
    }

    body:has(.shop-wrapper.filter-active)::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 60%);
        z-index: 2;
    }

    section.features-section.collection-page-section {
        margin-top: 40px;
    }
}

@media only screen and (max-width:568px) {
    .woocommerce div.product form.cart .button {
        max-width: calc(50% - 4px);
    }

    .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
        max-width: calc(50% - 4px);
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
        font-size: 14px;
        height: auto;
        padding: 13px;
    }

    .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single,
    .woocommerce div.product form.cart .button {
        max-width: 167px;
    }

    .woocommerce div.product form.cart .button {
        height: auto;
        margin-right: 8px;
        font-size: 14px;
    }

    body span.yith-wcwl-add-to-wishlist-button__label {
        margin-bottom: -4px;
    }

    html body.woocommerce div.product {
        zoom: 0.8;
    }
}