1/*
 Theme Name: Astra 1hild
 Template: astra
*/


/* =========================
   GLOBAL STYLES
========================= */
::-webkit-scrollbar-track {
    background: #fcfcfc;
}

::-webkit-scrollbar-thumb {
    background: #8b8b8b;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #636363;
}

a {
    color: var(--e-global-color-primary);
    text-decoration: none !important;
}

a:hover {
    color: var(--e-global-color-accent) !important;
}

a:focus,
button:focus {
    outline: none !important;
}

ul,
li,
ol,
dl,
.entry-content ul,
.entry-content ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

.btn,
.woocommerce-account .woocommerce-form .woocommerce-button,
.woocommerce-account .woocommerce-form .woocommerce-Button {
    font-size: 16px;
    font-weight: 700 !important;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    color: #fff !important;
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    height: 40px;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, outline .3s ease;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 8px;
    outline: 0;
    box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.woocommerce-account .woocommerce-form .woocommerce-button:hover,
.woocommerce-js button.button.disabled:hover,
.woocommerce-js button.button:disabled:hover,
.woocommerce-js button.button:disabled[disabled]:hover {
    color: #fff !important;
    background-color: var(--e-global-color-f977ccb);
    border-color: var(--e-global-color-f977ccb);
}

.btn_inverted {
    background: #fff;
    color: var(--e-global-color-accent) !important;
    border-width: 1px !important;
    border-color: var(--e-global-color-accent);
}

.text-underline {
    text-decoration: underline !important;
}

.color-accent {
    color: var(--e-global-color-accent) !important;
}

.overflow-hidden {
    overflow: hidden;
}

.d-block-at-1024 {
  display: none !important;
}

.entry-header {
    display: none;
}

.hide {
    display: none !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #e02b27;
    text-align: left;
    font-size: 12px;
    margin-top: 0;
}

.wpcf7-spinner,
.wpcf7-response-output {
    display: none;
}


/* =========================
   QUICK PRODUCT DRAWER
========================= */
.s-quick-product {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 375px;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: grid;
    grid-template-rows: -webkit-min-content minmax(0,1fr);
    grid-template-rows: min-content minmax(0, 1fr);
    transform: translateX(-100%);
    transition: transform .2s ease-in-out;
    box-shadow: 0 3px 22px rgba(0, 0, 0, .07);
}

.s-quick-product.is-open {
    transform: translateX(0);
     z-index: 1000; /* Ensure it's above overlay */
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999; /* Below drawer but above content */
}

.s-quick-product__background-image {
    height: 100%;
    width: 70%;
    position: absolute;
    right: 0;
    z-index: -1;
}

.s-quick-product__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #e9e9e9;
    padding: 24px 16px 18px 38px;
}

.s-quick-product__title {
    font-size: 18px !important;
    line-height: 140%;
    margin-bottom: 0 !important;
}

.s-quick-product__close {
    cursor: pointer;
    opacity: 1;
}

.s-quick-product__body {
    padding-top: 23px;
    padding-bottom: 0;
}

.s-quick-product__body.no-button {
    padding-bottom: 23px;
}

.s-quick-product__body-wrapper {
    padding-left: 40px;
    padding-right: 47px;
    max-height: 100%;
    margin-right: 12px;
    overflow-y: auto;
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #cacaca #e3e3e3; /* thumb track */
}

/* Chrome, Edge, Safari */
.s-quick-product__body-wrapper::-webkit-scrollbar {
    width: 8px; /* scrollbar width */
}

.s-quick-product__body-wrapper::-webkit-scrollbar-track {
    background: #e3e3e3; /* track color */
    border-radius: 10px;
}

.s-quick-product__body-wrapper::-webkit-scrollbar-thumb {
    background: #cacaca; /* thumb color */
    border-radius: 10px;
    cursor: pointer;
}

.s-quick-product__body-wrapper::-webkit-scrollbar-thumb:hover {
    background: #cacaca; /* hover color */
}

.simplebar-wrapper {
    margin: 0px -47px 0px -40px;
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-content {
    padding: 0px 47px 0px 40px;   
}

.s-quick-product__search {
    position: relative;
    width: calc(100% + 36px);
    margin-bottom: 29px;
}

.s-quick-product__search input {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1.5px solid #ccc;
     border-radius: 8px !important;
    padding: 6px 11px !important;
    padding-right: 46px !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: border-color .2s;
}

.s-quick-product__search input:focus {
    border-color: var(--e-global-color-accent) !important;
}

.s-quick-product__search .s-quick-product__search__result {
    position: relative;
    width: 100%;
    padding-top: 30px;
}

.s-quick-product__search .s-quick-product__search__result .result-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    color: var(--e-global-color-primary);
}

.s-quick-product__search-not-found {
    position: relative;
    width: 100%;
    display: none;
    text-align: center;
    margin-top: 25px;
}

.s-quick-product__search-not-found.is-active {
    display: block;
}

.s-quick-product__search-not-found svg {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.s-quick-product__search-not-found p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
}

.s-quick-product__search-not-found p a {
    color: var(--e-global-color-accent);
}

.s-quick-product__search-not-found p a {
    text-decoration: underline !important;
}

.s-quick-product__sections {
    position: relative;
    overflow: hidden;
    width: calc(100% + 36px);
    padding-bottom: 30px;
}

.s-quick-product__body .s-quick-product__sections {
    padding-bottom: 80px;
}

.s-quick-product__body.no-button .s-quick-product__sections {
    padding-bottom: 0;
}

.s-quick-product__sections .s-quick-product__section {
    position: relative;
}

.s-quick-product__section:not(:last-of-type) {
    border-bottom: 1px dashed #8e8e8e;
    padding-bottom: 20px;
}

.s-quick-product__section:not(:first-of-type) {
    margin-top: 30px;
}

.s-quick-product__sections .s-quick-product__section:not(:last-of-type) {
    border: none;
}

.s-quick-product__sections .s-quick-product__section:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(100% - 36px);
    height: 1px;
    border-bottom: 1px dashed #8e8e8e;
}

.s-quick-product h5, .s-quick-product__section-title {
    text-transform: uppercase;
    color: var(--e-global-color-accent) !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 140%;
}

.s-quick-product ul, .s-quick-product__section-list {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
}

.s-quick-product__sections.search-active .s-quick-product__section-list {
    padding: 0;
}

.s-quick-product li, .s-quick-product__section-item {
    font-size: 14px;
    line-height: 140%;
    color: #333;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.s-quick-product li:not(:last-of-type), .s-quick-product__section-item:not(:last-of-type) {
    margin-bottom: 12px;
}

.s-quick-product li a, .s-quick-product__section-item a {
    text-decoration: none !important;
    color: #4b4b4b;
    font-size: 14px;
    display: inline-block;
}

.s-quick-product__sections .s-quick-product a, .s-quick-product__sections .s-quick-product__section-item a {
    color: #333;
    line-height: 160%;
}

.s-quick-product__sections .s-quick-product.is-disabled a, .s-quick-product__sections .s-quick-product__section-item.is-disabled a {
    color: #9d9d9d;
}

.s-quick-product__sections .s-quick-product__section-item-add,
.s-quick-product__sections .s-quick-product__section-item-add:focus { 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 1px solid #efefef;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    padding: 0;
    transition: border-color .2s;
}

.s-quick-product__sections .s-quick-product__section-item-add svg {
    fill: var(--e-global-color-accent);
}

.s-quick-product__sections .s-quick-product__section-item-add:hover {
    border: 1px solid var(--e-global-color-accent);
    background: #fff;
}

.s-quick-product__sections .s-quick-product.is-disabled button, .s-quick-product__sections .s-quick-product__section-item.is-disabled button {
    opacity: .4;
    pointer-events: none;
}

.quantity-controller {
    position: relative;
    line-height: 0;
    display: flex;
}

.quantity-controller button {
    background: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #cacaca !important;
    border-radius: 5px 0 0 5px !important;
    padding: 0 !important;
}

.quantity-controller button svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #6b6b6b;
    transition: fill .2s;
}

.quantity-controller .qty-minus {
    border-right: 0 !important;
}

.quantity-controller .qty-plus {
    border-radius: 0 5px 5px 0 !important;
    border-left: 0 !important;
}

.quantity-controller button:hover svg {
    fill: var(--e-global-color-accent);
}

.quantity-controller .qty-input,
.quantity-controller .qty-input:focus {
    position: relative;
    outline: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    text-align: center;
    color: #6b6b6b !important;
    box-shadow: none !important;
    padding: 5px 2px !important;
}

/* Chrome, Safari, Edge, Opera */
.quantity-controller .qty-input::-webkit-outer-spin-button,
.quantity-controller .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity-controller .qty-input {
    -moz-appearance: textfield;
}

.s-quick-product__actions {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 12px 38px;
    padding-right: 30px;
    box-shadow: 0 -10px 19px rgba(0,0,0,.15);
}

.s-quick-product__actions button {
    background: var(--e-global-color-accent);
    position: relative;
    width: 100%;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: none;
    padding: 5px 15px !important;
    transition: background-color .2s;
}

.s-quick-product__actions button .button-total:after {
    content: "-";
    display: inline-block;
    margin: 0 5px;
}

.s-quick-product__handler {
    position: absolute;
    background: var(--e-global-color-accent);
    padding: 8px 7px 7px;
    left: 100%;
    top: 350px;
    cursor: pointer;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    transform: rotate(-90deg);
    transform-origin: top left;
    border: 1px solid var(--e-global-color-accent);
    border-top: none;
    width: 143px;
    height: 37px;
}

.s-quick-product__handler-text {
   display: block;
    font-size: 16px !important;
    line-height: 116%;
    font-weight: 700;
    color: #fff !important;
}

.s-quick-product__handler-icon {
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    margin-left: 10px;
}


/* =========================
   HEADER
========================= */
.site-header.sticky-header {
    position: fixed;
}

.site-header.animate {
    transition: transform .15s ease-out, top .15s ease-out;
}

.site-header > .e-con-inner > .elementor-element:first-child,
.site-header > .e-con-inner > .elementor-element:first-child > .elementor-element:nth-child(2),
.site-header > .e-con-inner > .elementor-element:first-child > .elementor-element:nth-child(2) > .elementor-element {
    position: static;
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search .search-box {
    position: relative;
    width: 100%;
}

.header-search .search-box .search-icon {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 48px;
    left: 5px;
    color: #6b6b6b;
}

.header-search .search-icon svg {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    left: 15px;
}

.header-search .search-box.focused .search-icon { 
    color: var(--e-global-color-accent);
}

#header-search-input {
    width: calc(100% + 2px);
    height: 50px;
    caret-color: #e7461e;
    display: block;
    transition-property: border, background-color, border-color;
    transition-duration: .3s;
    border-radius: 8px !important;
    background: #fff;
    outline: 0;
    color: #333 !important;
    padding: 0 20px !important;
    padding-left: 48px !important;
    box-shadow: none !important;
    margin: -1px;
}

#header-search-input:focus {
    border-color: #333;
}

#header-search-input::placeholder { color: #6b6b6b; opacity: 1; } /* modern browsers */
#header-search-input::-webkit-input-placeholder { color: #6b6b6b; } /* Chrome, Safari, Opera */
#header-search-input:-ms-input-placeholder { color: #6b6b6b; } /* IE 10+ */
#header-search-input::-ms-input-placeholder { color: #6b6b6b; } /* Edge */
#header-search-input::-moz-placeholder { color: #6b6b6b; opacity: 1; } /* Firefox 19+ */

.header-search .remove-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: .5s all;
    color: #9b9b9b !important;
}

.header-search .remove-icon svg {
    width: 32px;
    height: 32px;
}

.header-search .search-box.focused .remove-icon {
    visibility: visible;
    opacity: 1;
}

.header-search-dropdown {
    position: absolute !important;
    top: 85px;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 85px);
    background: #fff;
    z-index: 10;
    border-top: 1px solid #eeeded;
    padding: 50px 0;
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 9999;
}

.header-search-dropdown.is-open {
    transition: opacity .2s, visibility .2s;
    visibility: visible;
    opacity: 1;
    display: block;
}

.header-search-dropdown .dropdown-inner {
    max-width: 1304px;
    margin: 0 auto;
    padding-left: 38px;
    padding-right: 32px;
}

.hdrdrp-source {
    margin-bottom: 50px;
}

.hdrdrp-source.popular-keywords {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.hdrdrp-source.popular-keywords .hdrdrp-source-title {
    font-size: 18px;
    font-weight: 700;
}

.popular-keywords-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.popular-keywords-list li {
    margin-bottom: 0 !important;
}

.popular-keywords-list li a {
    display: block;
    padding: 9px 10px;
    background: #e5e5e5;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    color: #000 !important;
    line-height: 22px;
}

.popular-keywords-list li a:hover {
    background: #bfbfbf !important;
}

.hdrdrp-source.popular-products .hdrdrp-source-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pp-prod-list {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #E7461E #eef0f1; /* thumb track */
}

.pp-prod-list .archv-plp__list {
    gap: 30px;
}

/* Chrome, Edge, Safari */
.pp-prod-list::-webkit-scrollbar {
    width: 6px; /* scrollbar width */
}

.pp-prod-list::-webkit-scrollbar-track {
    background: #eef0f1; /* track color */
    border-radius: 10px;
}

.pp-prod-list::-webkit-scrollbar-thumb {
    background: #E7461E; /* thumb color */
    border-radius: 10px;
    cursor: pointer;
}

.pp-prod-list::-webkit-scrollbar-thumb:hover {
    background: #E7461E; /* hover color */
}

.pp-prod-list .archv-plp__list-item {
    width: calc(20% - 25px);
}

.pp-prod-list .archv-plp__list-item .added_to_cart {
    display: none !important;
}

#slide-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(45,45,45,.7);
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}

.slide-cart-panel {
    position: absolute;
    right: -600px;
    top: 0;
    width: 560px;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
    padding: 24px 30px 24px 25px;
    visibility: hidden;
    opacity: 0;
}

#slide-cart.active { 
    visibility: visible;
    opacity: 1;
    transition: right 0.3s ease;
}

#slide-cart.active .slide-cart-panel {
    right: 0;
    visibility: visible;
    opacity: 1;
    transition: right 0.3s ease;
}

#slide-cart .slide-cart-panel-top {
    display: flex;
}

#slide-cart .slide-cart-panel-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px;
}

#slide-cart .slide-cart-panel-title-items {
    font-size: 16px;
    color: var(--e-global-color-b8a1c87);
}

#slide-cart .slide-cart-close {
    color: var(--e-global-color-accent) !important;
    cursor: pointer;
    margin-left: auto;
}

#slide-cart .slide-cart-close:hover {
    opacity: 0.8;
}

#slide-cart .woocommerce-mini-cart-wrap {
    position: relative;
}

#slide-cart .woocommerce-mini-cart-wrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 112px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 98.25%);
    pointer-events: none;
}

#slide-cart .woocommerce-mini-cart {
    padding-top: 11px;
    margin-top: 24px;
    width: 100%;
    max-height: 320px;
    height: auto !important;
    padding-right: 15px;
    padding-bottom: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

/* Chrome, Edge, Safari */
#slide-cart .woocommerce-mini-cart::-webkit-scrollbar {
    width: 6px; /* scrollbar width */
}

#slide-cart .woocommerce-mini-cart::-webkit-scrollbar-track {
    background: #eef0f1; /* track color */
    border-radius: 10px;
}

#slide-cart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: #E7461E; /* thumb color */
    border-radius: 10px;
    cursor: pointer;
}

#slide-cart .woocommerce-mini-cart::-webkit-scrollbar-thumb:hover {
    background: #E7461E; /* hover color */
}

#slide-cart .woocommerce-mini-cart:before {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: -25px;
    right: -30px;
}

.cart-promotion {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-bottom: 30px !important;
    padding: 0 !important;
    min-height: auto !important;
    border: none !important;
}

.c-cart-summary__promotion {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 21px;
}

.c-cart-summary__promotion-progress {
    background: var(--e-global-color-accent);
    position: relative;
    width: 33.333%;
    height: 8px;
    border-radius: 4px;
    flex-grow: 1;
}

.c-cart-summary__promotion-progress-bar {
    background: var(--e-global-color-accent);
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
}

.c-cart-summary__promotion-step {
    position: relative;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 5px;
}

.c-cart-summary__promotion-step-price {
    position: absolute;
    bottom: 100%;
    left: -20px;
    right: -20px;
    width: auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--e-global-color-accent);
    text-align: center;
    margin: auto;
}

.c-cart-summary__promotion-step-img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-cart-summary__promotion-step-description {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: calc(100% + 2px);
    left: -84px;
    right: -84px;
    text-align: center;
    margin: auto;
}

.c-cart-summary__promotion-step-description p {
    display: inline;
    font-weight: 700;
    font-size: 12px;
    line-height: 15.6px;
    color: var(--e-global-color-accent);
    width: auto;
    white-space: nowrap;
    margin: 0;
}

.c-cart-summary__promotion-step.complete .c-cart-summary__promotion-step-description p:not(.small-text):before {
    background: url('assets/icons/icon-check-stroke-accent.svg') no-repeat center center;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    left: -4px;
    margin-left: -14px;
}

#slide-cart .woocommerce-mini-cart-item {
    position: relative;
    padding: 0;
    min-height: auto !important;
    border: none;
}

.mini-cart-product {
    position: relative;
    display: grid;
    grid-template-columns: 61px auto;
    column-gap: 10px;
    padding: 17px 0 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    transition: opacity 0.3s ease;
}

.blockUI {
    display: none !important;
}

.mini-cart-product .mini-cart-thumb {
    position: relative;
    margin-bottom: auto;
}

.mini-cart-product .mini-cart-thumb img {
    object-fit: scale-down !important;
    margin: 0 !important;
    top: 0 !important;
    transform: none !important;
}

.mini-cart-product .mini-cart-title {
    line-height: 140%;
    width: calc(100% - 30px);
}

.mini-cart-product .c-side-cart-product__shipping {
    font-size: 12px;
}

.mini-cart-product .c-side-cart-product__shipping > b {
    color: var(--e-global-color-accent) !important;
}

.mini-cart-product .remove_from_cart_button {
    position: absolute !important;
    outline: 0;
    z-index: 2;
    right: 0;
    top: 15px;
    cursor: pointer;
    opacity: .85 !important;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.mini-cart-product .remove_from_cart_button:before {
    display: none;
}

.mini-cart-product .remove_from_cart_button svg {
    fill: #4e4e4e;
    transition: .3s all;
}

.mini-cart-product .remove_from_cart_button:hover svg {
    fill: var(--e-global-color-accent);
}

.mini-cart-quantity-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.mini-cart-quantity-wrapper .quantity-controller button,
.mini-cart-quantity-wrapper .quantity-controller .qty-input,
.mini-cart-quantity-wrapper .quantity-controller .qty-input:focus {
    width: 32px;
    height: 38px;
    border-color: #6b6b6b !important;
}

.mini-cart-quantity-wrapper .quantity-controller button svg {
    width: 13px;
    height: 13px;
}

.quantity-controller button.disabled svg path {
    fill: #cacaca;
}

.c-side-cart-product__new-price, .c-side-cart-product__sum-price {
    display: block;
    width: auto;
    font-weight: 700;
    color: #e7461e;
    line-height: 1;
}

.c-side-cart-product__sum-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}

.c-side-cart-product__sum-price .c-side-cart-product__price-group {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.c-side-cart-product__new-price .price+.price, .c-side-cart-product__sum-price .price+.price {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-decoration: line-through;
}

.c-side-cart-product__discount {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.c-side-cart-product__discount__value {
    color: #e7461e;
    font-weight: 700;
}

.min-cart-remove {
    position: absolute;
    outline: 0;
    z-index: 2;
    right: 0;
    top: 15px;
    cursor: pointer;
    opacity: .85;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.c-side-cart-product__tiered-pricing {
    background: #f0f0f0;
    font-size: 12px;
    line-height: 140%;
    padding: 16px;
    border-radius: 8px;
    margin: 0;
    margin-left: -71px;
    margin-top: 18px;
}

.c-side-cart-product__tiered-pricing-item {
    background: #fff;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 140%;
    color: #000;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 11px 15px;
    margin: 0;
    margin-bottom: 6px;
}

.c-side-cart-product__tiered-pricing-item:last-child {
    margin-bottom: 0;
}

.c-side-cart-product__tiered-pricing-item .tier-price-btn {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    max-width: 152px;
    border: 1px solid #e7461e;
    border-radius: 5px;
    background: 0 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #e7461e;
    transition: background-color .2s linear, color .2s linear, border-color .2s linear;
    padding: 8px 14px;
    margin: 0;
}

.c-side-cart-product__tiered-pricing-item .tier-price-btn:hover {
    background: #e7461e;
    border: 1px solid #e7461e;
    color: #fff;
}

.c-side-cart-product__tiered-pricing-item .tier-price-btn:focus {
    background: transparent;
    border: 1px solid #e7461e;
    color: #e7461e;
}

.c-side-cart-product__tiered-pricing-item .tier-price-btn.loading {
    background: #c4c4c4 !important;
    pointer-events: none;
    border-color: #c4c4c4 !important;
    color: #fff !important;
    opacity: 1;
}

.c-side-cart-product__tiered-pricing-item .tier-price-btn * {
    pointer-events: none;
}

.c-side-cart-product__tiered-pricing-item .c-side-cart-product__tiered-pricing-item-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #000;
}

.c-side-cart-product__tiered-pricing-item strong {
    font-size: 12px;
    font-weight: 700;
}

.c-side-cart-product__tiered-pricing-item .c-side-cart-product__tiered-pricing-item-price * {
    font-size: 12px;
}

.c-side-cart-product__tiered-pricing-item .c-side-cart-product__tiered-pricing-item-price strong {
    font-weight: bold;
}

.c-side-cart-product__tiered-pricing-item .c-side-cart-product__tiered-pricing-item-price * {
    font-size: 12px;
}

#slide-cart .woocommerce-mini-cart__total {
    margin-top: 17px;
    padding-top: 10px;
}

#slide-cart .woocommerce-mini-cart__total,
#slide-cart .woocommerce-mini-cart__total strong {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

#slide-cart .custom-mini-cart-buttons .btn {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    padding: 0 102px;
    font-size: 18px;
}

#slide-cart .custom-mini-cart-buttons .btn-paypal {
    background: #000;
    border-color: #000;
}

.btn-paypal:hover {
    opacity: 0.75;
}

.btn-paypal svg {
    width: 40px;
}

.discount-block {
    margin-top: 20px;
}

.discount-block._closed {
    text-align: center;
    cursor: pointer;
}

#slide-cart .ast-mini-cart-empty {
    display: none;
}

#slide-cart .ast-mini-cart-empty.custom-empty-cart {
    display: block;
    margin-top: 24px;
    padding-top: 11px;
}

#slide-cart .ast-mini-cart-empty.custom-empty-cart a {
    font-weight: 700;
    text-decoration: underline !important;
}

#slide-cart .ast-mini-cart-empty.custom-empty-cart a:hover {
    text-decoration: none !important;
}

.main-nav .elementskit-navbar-nav > .menu-item:nth-last-child(2) {
    margin-left: auto;
}

.main-nav .elementskit-navbar-nav > .menu-item:last-child .menu-link {
    padding-right: 0;
}

.extra-nav-link {
    cursor: pointer;
}

.extra-nav-link:hover .elementor-icon-box-icon a svg path,
.extra-nav-link:hover .elementor-icon-box-icon span svg path {
    fill: var(--e-global-color-accent) !important;
}

.extra-nav-link:hover .elementor-icon-box-title a,
.extra-nav-link:hover .elementor-icon-box-title a:hover,
.extra-nav-link:hover .elementor-icon-box-title a:focus,
.extra-nav-link:hover .elementor-icon-box-title span {
    color: var(--e-global-color-accent) !important;
}

.my-cart-trigger .cart-count {
    position: absolute;
    top: -6px;
    left: 12px;
    vertical-align: top;
    width: auto;
    z-index: 1;
    display: block;
    height: 16px;
    background: var(--e-global-color-accent);
    text-align: center;
    padding: 2px 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
}


/* =========================
   FOOTER
========================= */
.subscribe-newsletter-section .elementor-heading-title {
    line-height: 1;
    margin-bottom: 5px;
}

.form-newsletter form > p {
    display: flex;
    margin-bottom: 0;
}

.form-newsletter form > p input[type="email"] {
    border-radius: 6px 0 0 6px !important;
    border-right: none !important;
}

.form-newsletter form > p input[type="email"]:hover {
    border-color: #979797;
}

.form-newsletter form > p input[type="submit"] {
    border-radius: 0 6px 6px 0;
    font-weight: 400;
    padding: 0 18px;
    max-height: 40px;
}

.form-newsletter form > p .wpcf7-spinner {
    display: none;
}

.contact-info-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-info-box .elementor-image-box-content {
    margin-left: 10px !important;
}

.contact-info-box .elementor-image-box-title {
    margin-bottom: 0;
}

.ftr-contact-info > ul {
    padding-left: 35px !important;
}

.ftr-contact-info > ul > li a:hover span {
    color: var(--e-global-color-accent) !important;
}

.ftr-contact-info.scndchild12px > ul > li:last-child span {
    font-size: 12px !important;
}


/* =========================
   HOMEPAGE
========================= */
.hero-swiper .swiper-slide {
    padding: 57px 20px;
    background-size: cover;
    background-position: top center;
    min-height: 436px;
    display: flex;
    align-items: center;
}

.hero-swiper-content {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .7);
    padding: 25px 35px;
    gap: 10px;
    border-radius: 30px;
    width: 100%;
}

.s-main-banner__slide-inner {
    margin-left: 0;
    max-width: 386px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.s-main-banner__main-title, .s-main-banner__second-title {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 36px !important;
    line-height: 1;
    color: var(--e-global-color-accent) !important;
    padding: 0;
    margin: 0;
    margin-bottom: 15px !important;
}
    
.s-main-banner__second-title {
    font-weight: 400;
    font-size: 32px !important;
    color: #000 !important;
    margin-bottom: 19px !important;
}

.s-main-banner__main-text, .s-main-banner__small-text {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000;
    padding: 0;
    margin: 0;
    margin-bottom: 15px !important;
}

.s-main-banner__small-text {
    font-size: 14px;
    color: var(--e-global-color-accent);
}

.s-main-banner__link {
    min-width: 152px !important;
    margin-top: 5px !important;
}

.s-main-banner__slide-img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: calc(52% + 10px) !important;
    margin: 0;
    margin-left: auto;
    max-width: 320px !important;
    max-height: 426px;
}

.hero-swiper .swiper-pagination-bullet {
    background-color: #e3e3e3;
    opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
    background-color: var(--e-global-color-accent) !important;
}

.wc-product-slider {
    padding-bottom: 40px !important;
}

.wc-product-slider .swiper-wrapper {
    align-items: stretch;
    padding-bottom: 40px;
}

.wc-product-slider .swiper-slide {
    display: flex;
    height: auto;
}

.wc-product-slider .c-product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

.wc-product-slider .c-product-card {
    width: 100%;
}

.wc-product-slider .swiper-button-prev {
    left: 0;
}

.wc-product-slider .swiper-button-next {
    right: 0;
}

.wc-product-slider .swiper-button-prev:after,
.wc-product-slider .swiper-button-next:after {
    display: none;    
}

.wc-product-slider .swiper-button svg {
    width: 15px;
}

.wc-product-slider .swiper-button-prev svg {
    transform: rotate(180deg);
}

.wc-product-slider .swiper-button svg path {
    fill: #8b8b8b;
}

.wc-product-slider .swiper-scrollbar {
    width: calc(100% - 0px) !important;
    left: 0 !important;
    bottom: 0 !important;
    border-radius: 3px;
    background: #efefef;
    height: 6px !important;
}

.wc-product-slider .swiper-scrollbar-drag {
    background: var(--e-global-color-accent);
    border-radius: 3px;
    cursor: pointer;
}

.c-filter-slider {
    position: relative;
    width: calc(100% + 40px);
    list-style: none;
    display: block;
    overflow: hidden;
    scrollbar-width: none;
    padding: 0 20px;
    padding-top: 10px;
    margin: 0 -20px;
    margin-bottom: 20px;
}

.c-filter-slider:after, .c-filter-slider:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: 0;
    left: -1px;
}

.c-filter-slider:after {
    left: auto;
    right: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.c-filter-slider__swiper-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-filter-slider .swiper-wrapper {
    height: auto;
}

.c-filter-slider__swiper-slide {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: var(--e-global-color-accent) !important;
    text-align: center;
    border: 1px solid var(--e-global-color-accent);
    white-space: nowrap;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background-color .2s, color .2s;
    cursor: pointer;
    padding: 8px 14px !important;
    margin: 0;
}

.c-filter-slider__swiper-slide a {
    color: var(--e-global-color-accent) !important;
    font-size: 14px !important;
}

.c-filter-slider__swiper-slide.active, .c-filter-slider__swiper-slide:hover {
    background: #333;
    border-color: #333;
    color: #fff !important;
}

.c-filter-slider__swiper-slide.active a, .c-filter-slider__swiper-slide:hover a {
    color: #fff !important;
}

.c-filter-slider .swiper-scrollbar {
    position: relative !important;
    left: 0 !important;
    right: 0;
    bottom: 0 !important;
    width: 100% !important;
    margin-top: 15px;
    height: 5px !important;
}

.c-filter-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #6b6b6b;
    cursor: pointer;
}

.products-filterable-grid {
    gap: 20px !important;
}

.products-filterable-item {
    display: flex;
    width: calc(25% - 15px);
}

.products-filterable-item .c-product-card {
    border: 1px solid #e9e9e9 !important;
}

.products-filterable-item .archv-plp__list-item {
    width: 100% !important;
}

.hp-about-section {
    position: relative;
}

.hp-about-section .e-con-inner,
.hp-about-section .e-con-inner > .elementor-element:last-child,
.hp-about-section .e-con-inner > .elementor-element:last-child .elementor-element {
    position: static;
}

.hp-about-img > img {
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    left: 51.5%;
    right: auto;
    width: auto;
    max-width: 50vw;
    height: 100%;
    max-height: 100%;
}


/* =========================
   ABOUT
========================= */
.abt-points-col .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.abt-points-col .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 20px !important;
}

.abt-points-col .elementor-image-box-wrapper .elementor-image-box-title {
    margin: 5px 0 10px;
}


/* =========================
   CUSTOMER SERVICE
========================= */
.customer-service-list {
    padding-left: 18px !important;
}

.customer-service-list li {
    list-style-type: disc;
    margin-bottom: 10px;
}


/* =========================
   CONTACT US
========================= */
.enquiry-form form > p {
    margin-bottom: 27px;
}

.enquiry-form form > p label .ast-icon {
    color: var(--e-global-color-accent);
}

.enquiry-form input[class*="form-control"] {
    height: 50px;
}

.enquiry-form textarea[class*="form-control"] {
    height: 154px;
}

.enquiry-form input[class*="form-control"]:focus {
    border-color: #6b6b6b !important;
}

.enquiry-form input[class*="form-control"]:hover {
    border-color: #979797 !important;
}

.enquiry-form input[type="submit"] {
    height: 40px;
    padding: 0 20px !important;
    min-width: 182px;
}


/* =========================
   WOOCOMMERCE MODULE
========================= */
/* Archive Page */
.woocommerce.archive .ast-container,
.search-results .ast-container,
.search-no-results .ast-container {
    max-width: 1304px;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.custom-archive-wrapper {
    margin: 40px 0 0;
    width: 100%;
}

.archv-layout {
    display: flex;
    gap: 31px;
}

.archv-sidebar {
    width: 25.5%;
}

.archv-products-grid {
    width: 74.5%;
    position: relative;
}

.archv-sidebar__item {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.archv-sidebar__item-title {
    color: var(--e-global-color-accent) !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 140%;
    margin-bottom: 15px;
}

.archv-sidebar__item-title a {
    color: var(--e-global-color-accent) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 140% !important;
}

.archv-sidebar__item-title a:hover {
    color: var(--e-global-color-primary) !important;
}

.archv-sidebar__item-list > li {
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 10px;
}

.archv-sidebar__item-list > li > a {
    font-size: 13px !important;
    line-height: 140% !important;
}

.archv-sidebar__item-list > li > a:hover {
    color: var(--e-global-color-accent) !important;
}

.archv-plp__title {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 140%;
    margin-bottom: 10px;
}

.archv-plp-category-wrapper .c-filter-slider {
    margin-bottom: 40px;
}

.archv-plp-category-wrapper .c-filter-slider__swiper-slide.active,
.archv-plp-category-wrapper .c-filter-slider__swiper-slide:hover {
    background: transparent;
    border-color: var(--e-global-color-accent);
}

.archv-plp-category-wrapper .c-filter-slider__swiper-slide.active a,
.archv-plp-category-wrapper .c-filter-slider__swiper-slide:hover a {
    color: var(--e-global-color-accent) !important;
}

.archv-plp__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
}

.archv-plp__description ol {
    list-style-type: decimal;
    padding-left: 16px;
}

.archv-plp__description ol li {
    list-style-type: decimal;
    margin-bottom: 10px;
}

.archv-plp__description p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 160%;
}

.archv-plp__toolbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.archv-plp__toolbar-amount {
    font-size: 14px;
    color: var(--e-global-color-f977ccb);
    margin-bottom: 0;
}

.archv-plp__sorter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.archv-plp__sorter label {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: var(--e-global-color-f977ccb) !important;
}

.archv-plp__sorter .woocommerce-ordering {
    margin-bottom: 0;
}

.archv-plp__sorter .woocommerce-ordering .orderby {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 128px;
    width: auto;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #efefef;
    border-radius: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: left;
    cursor: pointer;
    padding: 10px;
    padding-right: 30px;
}

.archv-plp__sorter .woocommerce-ordering .orderby option {
    padding: 12px 10px;
}

.archv-plp__list {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.c-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 0;
}

.archv-plp__list-item {
    width: calc(25% - 10.5px);
}

.archv-plp__list-item:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.c-product-card__header {
    position: relative;
    width: 100%;
}

.c-product-card__label-list {
    position: absolute;
    top: 9px;
    left: 9px;
    right: 9px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-product-card__label {
    background: #ffb800;
    border-radius: 6px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    cursor: default;
    color: #fff;
    margin: 0;
    margin-right: 8px;
    margin-bottom: 8px;
}

.c-product-card__label_discount {
    background: #f90;
}

.c-product-card__label:last-of-type {
    margin-right: 0;
}

.c-product-card__header_plp .c-product-card__label {
    border-radius: 7px;
}

.c-product-card__image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 0;
    min-height: 220px;
    padding: 10px;
    padding-top: 22px;
    padding-bottom: 0;
}

.c-product-card__image-wrapper > img {
    position: relative;
    max-width: 100%;
    max-height: 207px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.c-product-card__body {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.c-product-card__title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: var(--e-global-color-primary);
    transition: color .3s;
}

.c-product-card__title:hover {
    color: var(--e-global-color-accent);
}

.c-product-card__footer {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 19px;
    padding-bottom: 19px;
    margin-top: auto;
}

.c-product-card__btn {
    width: 100%;
    margin-top: 8px;
    font-size: 14px !important;
    text-wrap: nowrap;
    white-space: nowrap;
    padding: 4px 16px;
}

.c-product-card__btn .price {
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.c-product-card__btn.loading {
    background: #c4c4c4 !important;
    pointer-events: none;
    border: #c4c4c4;
    color: #fff !important;
    opacity: 1;
}

.c-product-card__btn:focus {
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}

.ays-pb-modal_2 {
    padding: 50px !important;
    max-width: 593px;
    min-height: 314px;
    height: auto !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: left !important;
}

.ays-pb-modal_2 .notify-popup-title {
    font-size: 24px !important;
    font-weight: 700;
    text-align: left !important;
    margin-bottom: 12px !important;
}

.ays-pb-modal_2 .ays_content_box > p {
    margin-bottom: 0;
}

.ays-pb-modal_2 .wpcf7-form {
    margin-top: 25px;
}

.ays-pb-modal_2 .wpcf7-form > p {
    margin-bottom: 0;
}

.ays-pb-modal_2 .wpcf7-form .wpcf7-form-control {
    height: 50px;
    font-size: 16px !important;
    width: 100%;
}

.ays-pb-modal_2 .wpcf7-form > p br {
    display: none;
}

.ays-pb-modal_2 .wpcf7-form .wpcf7-submit {
    font-size: 18px !important;
    margin-top: 14px;
    text-wrap: wrap;
}

.ays-pb-modal_2 .ays-pb-modal-close_2 {
    top: 20px !important;
    right: 20px !important;
    transition: transform .5s;
}

.ays-pb-modal_2 .ays-pb-modal-close_2:hover {
    transform: rotate(90deg) !important;
}

.ays-pb-modal_2 .ays-pb-modal-close_2 img {
    width: 20px;
    height: 20px;
}


/* Single Product Page */
.single-product .ast-container {
    max-width: 100%;
}

.sp-wrapper {
    margin-top: 30px;    
}

.s-pdp__product-usage {
    max-width: 1304px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.s-pdp__main {
    margin-bottom: 20px;
}

.s-pdp__main {
    display: grid;
    grid-template-columns: 384px 1fr 288px;
    gap: 50px;
}

.l-page__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1304px;
    padding-left: 32px;
    padding-right: 32px;
}

.s-pdp__gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 384px;
    overflow: hidden;
}

.s-pdp__gallery {
    max-height: none;
}

.s-pdp__gallery .gallery-placeholder {
    width: 100%;
    max-height: 477px;
}

.s-pdp__gallery .gallery-placeholder {
    max-height: none;
}

.gallery-placeholder__image {
    display: block;
    margin: auto;
}

.gallery-placeholder__image {
    cursor: zoom-in;
}

.s-pdp__gallery img {
    max-height: 477px;
}

.s-pdp__gallery img {
    max-width: 100%;
    max-height: 477px;
}

.ays-pb-modal_5 {
    padding: 20px !important;
    max-width: 1000px;
    max-height: 100% !important;
    height: auto !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    text-align: left !important;
}

.ays-pb-modal_5 .ays_content_box {
    text-align: center;
}

.ays-pb-modal_5 .ays_content_box p {
    margin-bottom: 0;
}

.ays-pb-modal_5 .ays_content_box img {
    margin: 0 auto;
    max-width: 251px;
}

.ays-pb-modal_5 .ays-pb-modal-close_2 {
    top: 20px !important;
    right: 20px !important;
    transition: transform .5s;
}

.ays-pb-modal_5 .ays-pb-modal-close_2:hover {
    transform: rotate(90deg) !important;
}

.ays-pb-modal_5 .ays-pb-modal-close_2 img {
    width: 20px;
    height: 20px;
}

.s-pdp__info {
    flex-grow: 1;
}

.s-pdp__title-wrapper {
    margin-bottom: 30px;
}

.s-pdp__title {
    color: var(--e-global-color-f977ccb) !important;
    line-height: 140%;
    display: inline;
    margin-right: 10px;
    font-size: 36px !important;
    font-weight: 700;
}

.s-pdp__title-label {
    display: inline-block;
    padding: 6px 7px;
    background: #f90;
    border-radius: 6px;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    margin: 10px 0;
    width: auto;
    height: 27px;
    top: -3px;
}

.s-pdp__title-label+.s-pdp__title-label {
    margin-left: 10px;
}

.s-pdp__title-label_free-shipping {
    background: var(--e-global-color-accent);
}

.s-pdp__main-description {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 160%;
}

.s-pdp__main-description p:not(:last-of-type) {
    margin-bottom: 20px;
}

.s-pdp__cart__info {
    margin-bottom: 20px;
}

.price-box {
    position: relative;
    height: auto;
    margin: 0;
    margin-right: auto;
}

.s-pdp__price-wrapper .price-box {
    margin: 0;
    display: flex;
    gap: 8px;
}

.c-price__minimal {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #333;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: block;
}

.s-pdp__price-wrapper .price-box .price-final_price {
    font-size: 24px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.c-price__minimal strong {
    font-weight: 700;
}

.s-pdp__price-wrapper .price-box .price-final_price .price {
    color: #e7461e;
    font-size: 24px;
    line-height: 1;
}

.s-pdp__price-wrapper .price-box .old-price {
    text-decoration: none;
}

.s-pdp__price-wrapper .price-box .old-price .price {
    color: #000;
    font-weight: 400;
    text-decoration: line-through;
}

.s-pdp__discount {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
}

.s-pdp__discount__value {
    color: #e7461e;
    font-weight: 700;
}

.s-pdp__info-banner {
    background: #f5f5f5;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    padding: 12px;
    padding-left: 37px;
    margin-bottom: 20px;
}

.s-pdp__info-banner svg {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    fill: #e7461e;
}

.s-pdp__info-banner p {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 20.8px;
    color: #000;
    margin: 0;
}

.s-pdp__quantity-control {
    margin-right: 20px;
    margin-bottom: 20px;
}

.s-pdp__quantity-control .quantity-controller button {
    width: 50px;
    height: 48px;
    border-color: #6b6b6b !important;
}

.s-pdp__quantity-control .quantity-controller .qty-input,
.s-pdp__quantity-control .quantity-controller .qty-input:focus {
    width: 52px;
    height: 48px;
    border-color: #6b6b6b !important;
}

.s-pdp__quantity-control .quantity-controller button svg {
    width: 16px;
    height: 16px;
}

.sp-cart-quantity-wrapper .c-product-card__btn {
    height: 50px;
    font-size: 16px !important;
}

.sp-cart-quantity-wrapper .c-product-card__btn.loading {
    background: #c4c4c4 !important;
    pointer-events: none;
    border: #c4c4c4;
    color: #fff !important;
    opacity: 1;
}

.sp-cart-quantity-wrapper .c-product-card__btn.added + .added_to_cart {
    display: none !important;
}

.c-pdp-free, .c-pdp-sales {
    display: flex;
    flex-wrap: wrap;
}

.s-pdp__sales {
    margin-top: 20px;
}

.s-pdp__sales.c-pdp-sales {
    display: flex;
    vertical-align: top;
    width: auto;
    border-radius: 0;
    margin: 0;
    margin-right: auto;
}

.s-pdp__sales.c-pdp-sales .price-box {
    width: 100%;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    margin-inline: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.c-pdp-free__item-wrapper, .c-pdp-sales__item-wrapper {
    display: flex;
    flex-grow: 1;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top {
    position: relative;
    width: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 11px 16px;
    margin: 0;
    margin-bottom: 6px;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top:last-of-type {
    margin-bottom: 0;
}

.c-pdp-free__item, .c-pdp-sales__item {
    background: #eef0f1;
    border-radius: 6px;
    min-height: 107px;
    width: auto;
    min-width: calc(50% - 5.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    padding-right: 25px;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item, .s-pdp__sales.c-pdp-sales .c-pdp-sales__item_type1 {
    display: block;
    padding: 0;
    background: 0 0;
    height: auto;
    text-align: left;
    line-height: 140%;
    min-height: 0;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top div {
    width: 100%;
    min-width: 100%;
}

.c-pdp-free__item-text, .c-pdp-sales__item-text {
    line-height: 120%;
    font-size: 13px;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text button {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    max-width: 152px;
    border: 1px solid #df3206;
    border-radius: 5px;
    background: 0 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #df3206;
    transition: background-color .2s linear, color .2s linear, border-color .2s linear;
    padding: 8px 14px;
    margin: 0;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text button.loading {
    background: #c4c4c4 !important;
    pointer-events: none;
    border-color: #c4c4c4 !important;
    color: #fff !important;
    opacity: 1;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text button:hover {
    background: #e7461e;
    border-color: #e7461e;
    color: #fff;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text span {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 140%;
    white-space: nowrap;
    color: #000;
    margin: 0;
}

.s-pdp__sales.c-pdp-sales .c-pdp-sales__item-wrapper-top .c-pdp-sales__item-text span * {
    font-size: 12px !important;
    font-weight: 700;
}


/* =========================
   SEARCH RESULTS PAGE
========================= */
.s-search-results__title2 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
    font-weight: 700;
}

.sr-product-list .archv-plp__list {
    gap: 30px;
}

.search-results .archv-plp__list-item,
.search-no-results .archv-plp__list-item {
    border: 1px solid #e9e9e9;
    padding: 0;
}

.sr-product-list .archv-plp__list-item {
    width: calc(20% - 24px);
}

.search-no-results .s-quick-product__search-not-found {
    display: block;
}

.search-no-results .s-quick-product__search-not-found svg {
    width: 110px;
    height: 110px;
}

.search-no-results .s-quick-product__search-not-found p {
    color: var(--e-global-color-primary);
    font-size: 16px;
}

.search-no-results .s-quick-product__search-not-found p a {
    color: var(--e-global-color-primary);
    font-weight: 700;
}

.no-results-pphp-gallery {
    margin-top: 20px;
}

.no-results-pphp-gallery .c-product-card {
    padding: 0;
}

.s-search-results__featured-title {
    margin-top: 70px;
    margin-bottom: 0 !important;
    font-size: 36px !important;
    font-weight: 700;
}

/*.quantity-controller {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.quantity-controller .qty-btn {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    background: #eee;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*}*/
/*.quantity-controller input.qty {*/
/*    width: 120px;*/
/*    text-align: center;*/
/*    margin: 0 5px;*/
/*    padding: 5px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 3px;*/
/*}*/


/* =========================
   MY ACCOUNT
========================= */
.woocommerce-account .primary {
    max-width: 1064px;
    margin: 30px auto 0 !important;
}

.woocommerce-account .u-columns {
    column-gap: 140px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.woocommerce-account .u-columns::before,
.woocommerce-account .u-columns::after {
    display: none;
}

.woocommerce-account .u-columns::before {
    content: '';
    display: block;
    background: #efefef;
    height: 100%;
    position: absolute;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce-account .u-columns .u-column1, 
.woocommerce-account .u-columns .u-column2 {
    float: none !important;
    flex: none;
    width: 37% !important;
}

.woocommerce-account .u-columns h2 {
    font-size: 36px;
    font-weight: 700;
    color: #212223 !important;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-form {
    border: none !important;
    padding: 0 !important;
    margin-top: 25px !important;
}

.woocommerce-account .woocommerce-form .sign-in__subtitle {
    color: var(--e-global-color-b8a1c87);
    font-size: 14px;
    margin-bottom: 34px;
}

.woocommerce-account .woocommerce-form .form-row {
    padding: 0;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-form .form-row:nth-last-child(2) {
    margin-bottom: 5px;
}

.woocommerce-account .woocommerce-form label {
    font-weight: 400 !important;
    font-size: 14px !important;
}

.woocommerce-account .woocommerce-form .woocommerce-Input {
    height: 50px;
}

.woocommerce-account .woocommerce-form .show-password-input::after {
    content: '';
    width: 19px;
    height: 15px;
    background: url('assets/icons/icon-eye-showpass.svg') no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.woocommerce-account .woocommerce-form .show-password-input:hover {
    background: transparent;
    border: none;
}

.woocommerce-account .woocommerce-form .woocommerce-form-login__rememberme {
    display: none;
}

.woocommerce-account .woocommerce-form .woocommerce-button,
.woocommerce-account .woocommerce-form .woocommerce-Button {
    padding: 0 60px !important;
    /*pointer-events: none;*/
    /*opacity: 0.5;*/
    /*cursor: not-allowed;*/
}

.woocommerce-account .woocommerce-form .woocommerce-LostPassword a {
    font-size: 12px;
    color: #747474;
}

.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
    font-size: 14px;
    color: #747474;
    line-height: 1.4;
}

.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text a {
    font-size: 14px;
    text-decoration: underline !important;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1339px) {
    .archv-plp__list,
    .pp-prod-list .archv-plp__list,
    .sr-product-list .archv-plp__list {
        gap: 10px;
    }
    
    .archv-plp__list-item {
        width: calc(33.333% - 6.666px);
    }
    
    .pp-prod-list .archv-plp__list-item {
        width: calc(25% - 11px);
    }
    
    .sr-product-list .archv-plp__list-item {
        width: calc(25% - 8px);
    }
    
    .products-filterable-grid {
        gap: 10px !important;
    }
    
    .products-filterable-item {
        width: calc(33.333% - 6.6666px);
    }
}

@media (max-width: 1199px) {
    .site-footer-links-section .e-con-inner {
        flex-wrap: wrap !important;
    }
    
    .site-footer-links-section .e-con-inner > div:last-child {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 1024px) {
    .d-block-at-1024 {
        display: block !important;
    }
    
    .header-search-widget-wrap {
        display: none;
        position: absolute !important;
        width: 100%;
        left: 0;
        top: 0;
    }
    
    .header-search-widget-wrap.active {
        display: block;
    }
    
    .header-search .search-box {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
    }
    
    .header-search .search-box.active {
        display: block;
    }
    
    .header-search-dropdown {
        top: 120px;
        max-height: calc(100vh - 120px);
    }
    
    .header-search-dropdown .dropdown-inner {
        padding: 0 20px;
    }
    
    #header-search-input {
        border: none;
        border-radius: 0 !important;
    }
    
    .header-search .remove-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .extra-nav-link {
        height: 24px;
    }
    
    .extra-nav-link .elementor-icon-box-content {
        display: none;
    }
    
    .main-nav .elementskit-menu-hamburger {
        position: relative;
        z-index: 10;
        outline: 0;
        display: block;
        width: 24px !important;
        height: 24px;
        border: none;
        background: 0 0 !important;
        box-shadow: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 !important;
        order: 2;
        -webkit-tap-highlight-color: transparent;
        margin: 0;
        /*margin-left: 13px;*/
    }
    
    .main-nav .elementskit-menu-hamburger span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: #333;
        border: none;
        width: 20px;
        height: 2px;
        border-radius: 1px;
        transition: .5s all;
        pointer-events: none;
        margin: auto !important;
    }
    
    .main-nav .elementskit-menu-hamburger span:first-of-type {
        top: -14px;
        transition: transform .4s, top .2s;
    }

    .main-nav .elementskit-menu-hamburger span:nth-of-type(2) {
        top: 0;
        transition: transform .4s, top .2s;
        transition-delay: .2s, 0s;
    }

    .main-nav .elementskit-menu-hamburger span:last-of-type {
        top: 14px;
        transition: all .4s;
        transition-delay: .1s;
    }
    
    .main-nav .elementskit-menu-hamburger.active span:first-of-type {
        top: 0;
        transform: rotate(135deg);
    }

    .main-nav .elementskit-menu-hamburger.active span:nth-of-type(2) {
        top: 0;
        transform: rotate(-135deg);
    }

    .main-nav .elementskit-menu-hamburger.active span:last-of-type {
        top: 0;
        opacity: 0;
        transform: rotate(180deg);
    }
    
    .main-nav .elementskit-menu-container {
        border-top: 1px solid #e9e9e9;
        top: 63px !important;
        left: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        visibility: hidden;
        opacity: 0;
        padding-bottom: 0;
        transition: .3s all !important;
    }
    
    .main-nav .elementskit-nav-identity-panel {
        display: none !important;
    }
    
    .main-nav .elementskit-menu-container.active,
    .main-nav .elementskit-menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item {
        border-bottom: 1px solid #e9e9e9;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child:hover > .main-nav-mobile-account-title {
        color: var(--e-global-color-f977ccb);
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child:hover > .main-nav-mobile-account-btn {
        color: var(--e-global-color-b8a1c87);
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .menu-link {
        display: none;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-title,
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-title:hover,
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-title:focus {
        position: relative;
        font-weight: 700;
        color: var(--e-global-color-f977ccb) !important;
        font-size: 14px;
        line-height: 120%;
        text-transform: uppercase;
        padding: 10px 0;
        padding-left: 31px;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-title:before {
        background-image: url("assets/icons/icon-user-filled.svg");
        background-repeat: no-repeat;
        background-size: cover; /* or contain */
        background-position: center;
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 0;
        margin: auto;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-btn {
        position: relative;
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        display: inline-block;
        vertical-align: top;
        width: auto;
        min-width: 109px;
        cursor: pointer;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        color: var(--e-global-color-b8a1c87);
        padding: 12px;
        border: 1px solid var(--e-global-color-b8a1c87);
        border-radius: 8px;
        transition: .2s all;
        margin: 0;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-btn:hover,
    .main-nav .elementskit-navbar-nav > .menu-item:first-child > .main-nav-mobile-account-btn:focus {
        background: #333;
        border-color: #333;
        color: #fff !important;
    }
    
    .main-nav .elementskit-navbar-nav > .menu-item:last-child {
        border-bottom: none;
    }
    
    .main-nav .elementskit-menu-overlay {
        background: rgba(45,45,45,.7);
        top: 64px;
        left: 0 !important;
        visibility: hidden;
        opacity: 0;
        padding-bottom: 0;
        transition: .3s all !important;
    }
    
    .hp-about-img > img {
        left: auto;
        right: 0;
    }
    
    .woocommerce.archive .ast-container,
    .search-results .ast-container,
    .search-no-results .ast-container {
        padding: 0 20px !important;
    }
    
    .archv-sidebar {
        display: none;
    }
    
    .archv-products-grid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .s-quick-product.is-open .s-quick-product__handler {
        display: none;
    }
    
    .pp-prod-list .archv-plp__list-item {
        width: calc(33.333% - 11px);
    }
    
    .sr-product-list .archv-plp__list-item {
        width: calc(33.333% - 6.666px);
    }
    
    .l-page__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .header-search .search-box {
        top: 64px;
    }
    
    .header-search-dropdown {
        top: 113px;
        max-height: calc(100vh - 113px);
    }
    
    .header-search-dropdown {
        padding: 20px 0;
    }
    
    .hdrdrp-source {
        margin-bottom: 25px;
    }
    
    .hdrdrp-source.popular-keywords {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hdrdrp-source.popular-keywords .hdrdrp-source-title {
        margin-bottom: 20px;
    }
    
    #slide-cart .slide-cart-panel {
        width: 100%;
        padding: 24px 20px;
    }
    
    #slide-cart .slide-cart-panel-top {
        flex-wrap: wrap;
    }
    
    #slide-cart .slide-cart-close {
        width: 100%;
        margin: 12px 0 0;
    }
    
    #slide-cart .woocommerce-mini-cart {
        max-height: 390px;
    }
    
    .hero-swiper .swiper-slide {
        min-height: 377px;
    }
    
    .s-main-banner__slide-inner {
        order: 1;
        max-width: 45%;
    }
    
    .s-main-banner__slide-img {
        margin: auto;
        max-width: 100%;
        max-height: 299px;
        margin-left: -10px;
        margin-right: auto;
        z-index: 1;
    }
    
    .s-main-banner__main-title, .s-main-banner__second-title {
        margin-bottom: 10px !important;
    }
    
    .s-main-banner__main-title {
        font-size: 6.8vw !important;
        line-height: 1.2;
    }
    
    .s-main-banner__second-title {
        font-size: 3.34vw !important;
    }
    
    .s-main-banner__main-text, .s-main-banner__small-text {
        display: none;
    }
    
    .s-main-banner__link {
        min-width: 138px !important;
        max-width: 100%;
        text-align: center;
        padding: 0 5px;
        margin-top: 30px !important;
        height: 40px;
        line-height: 1 !important;
    }
    
    .pphp-gallery {
        width: calc(100% + 20px);
    }
    
    .hp-about-img > img {
        position: relative;
        width: 100%;
        max-width: 100vw;
        left: 0;
    }
    
    .pp-prod-list .archv-plp__list-item {
        width: calc(50% - 11px);
    }
    
    .sr-product-list .archv-plp__list-item {
        width: calc(50% - 5px);
    }
    
    .wc-filterable-gallery .c-filter-slider {
        width: calc(100% + 20px);
    }
    
    .c-product-card__footer {
        padding: 0 10px 10px;
    }
    
    .c-product-card__btn {
        font-size: 12px !important;
        padding: 5px 16px 4px;
    }
    
    .ays-pb-modal.ays-pb-modal_2 {
        padding: 50px 20px !important;
        width: calc(100% - 12px) !important;
        height: auto !important;
    }
    
    .c-product-card__btn .price {
        font-size: 12px !important;
    }
    
    .single-product .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .sp-wrapper {
        margin-top: 0;
    }
    
    .s-pdp__product-usage {
        margin-bottom: 25px;
        padding: 0 !important;
    }
    
    .ays-pb-modal.ays-pb-modal_5 {
        width: calc(100% - 12px) !important;
    }
    
    .woocommerce-account .u-columns {
        flex-direction: column;
    }
    
    .woocommerce-account .u-columns .u-column1, 
    .woocommerce-account .u-columns .u-column2 {
        width: 100% !important;
    }
    
    .woocommerce-account .u-columns::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .archv-plp__list-item {
        width: calc(50% - 5px);
    }
    
    .products-filterable-item {
        width: calc(50% - 15px);
    }
}
