/** Shopify CDN: Minification failed

Line 814:0 Unexpected "/"

**/

.deals-template{
    --color-background-button: #2d683d;
    --white:#fff;
    --black:#000;
    --green: #07cd07;
    --color-background-button-hover:#0e2113;
}
.sticky-cart__form .tab-menu>.tab-items {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

h3.heading.section-introduction__heading.ff-heading.fs-heading-3-base {
    text-align: center;
}

.sticky-cart__form .tab-menu .tab-item {
    text-align: center;
}

.tab-item .added_to_cart {
    display: none;
}

.tab-menu .tab-item>a {
    padding: 30px 10px 5px;
    display: block;
}

.tab-menu .tab-item {
    margin: 0;
    position: relative;
}

.sticky-cart__form .product-search-box {
    text-align: center;
    padding: 20px 0;
}

.tab-menu {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 10px;
    position: sticky;
    top: 60px;
    z-index: 10;
    background: var(--white);
    padding-top: 20px;
}

.shopify-section:has(.sticky-cart__form) {
    overflow: inherit;
}

.sticky-cart__form .product-search-box>input {
    max-width: 350px;
}

.sticky-cart__form .collection__products.column--4 {
    grid-template-columns: repeat(4, 1fr);
}

.offer-collection-grid__product .collection__products .btn--secondary {
    background: var(--color-background-button);
    border-color: var(--color-background-button);
    color: var(--color-text-button);
    cursor: pointer;
}

.sticky-cart__form .product-search-box {
    display: flex;
    justify-content: center;
}
.sticky-cart__form .product-search-box>input {
    max-width: 160px;
    height: 48px;
}

.sticky-cart__form .product-search-box delivery-estimation {
    margin: 0 0 0 5px;
    height: 48px;
    position: static;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper,
.sticky-cart__form .product-search-box delivery-estimation form {
    height: 100%;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span,
.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>button {
    height: 100%;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span.map-icon {
    border-right: 1px solid var(--black);
    display: flex;
    align-items: center;
    gap: 0 4px;
    padding: 5px 10px;
    color: var(--black);
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper {
    border: 1px solid var(--black);
    max-width: 265px;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>button {
    width: 40px;
    min-width: inherit;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span.map-icon svg path {
    stroke: var(--black);
}

.sticky-cart__form .product-search-box delivery-estimation input::placeholder {
    color: inherit;
    opacity: 0.6;
}

.offer-collection-grid__product .product-item__image-link {
    border-radius: 8px;
    background-color: transparent;
    overflow: hidden;
}

.offer-collection-grid__product .tab-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 40px 0;
}

.product-item__inner input[type=checkbox]:checked {
    border-color: var(--white);
}

.product-item__inner input[type=checkbox]:before {
    filter: invert(1);
}

.product-item__inner input[type=checkbox] {
    margin-right: 5px;
    top: -2px;
    display: none;
}


.sticky-header-bubble>span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    vertical-align: top;
    font-weight: 600;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 0;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background: var(--green);
    color: var(--white);
}
.tab-menu .sticky-header-bubble {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tab-menu h5.pre-heading {
    display: inline-block;
}

.tab-menu p.heading {
    width: 100%;
}

.offer-collection-grid__product .collection__products .btn--secondary:has(.disabled) {
    cursor: not-allowed;
    opacity: 0.5;
}

.tab-menu .tab-item:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #d9e1e6;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-menu .tab-item:after {
    content: "";
    width: 23px;
    height: 23px;
    border: 2px solid;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--white);
    color: #d9e1e6;
}

.sticky-header-bubble>span svg {
    width: 16px;
    height: 16px;
}

.tab-menu .tab-item:after,
.tab-menu .tab-item:before {
    pointer-events: none;
}

.sticky_cart {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: inherit;
    padding: 10px 0;
    background: var(--white);
    box-shadow: 0 2px 10px #27272780;
    -webkit-box-shadow: 0px 2px 10px #27272780;
    transition: .6s;
    -moz-box-shadow: 0px 2px 10px #27272780;
    z-index: 9;
}

.sticky_cart .product-details.section {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
}

.sticky_cart .prd-image-title img {
    max-height: 60px;
    margin-right: 15px;
}

.sticky_cart .prd-image-title {
    display: flex;
    align-items: center;
}

.sticky_cart .prd-image-price-cart {
    display: flex;
    align-items: center;
}

.prd-details.prd-details-left {
    max-width: 550px;
}

.sticky_cart .prd-image-title h3 {
    line-height: normal;
    font-size: 16px;
}

.prd-image-price-cart .prd-price {
    font-weight: 700;
    white-space: nowrap;
    margin-right: 20px;
}

.sticky-cart__form .tab-menu .tab-item:has(.active-tab):before {
    background: var(--green);
}

.product-item__product-title+.cust-loox-rating {
    margin-top: 5px;
}

.sticky_cart .product-form__controls-group--submit {
    margin: 0;
}

.sticky_cart .product-form__item--submit button span {
    position: relative;
}

.sticky_cart .product-form__item--submit button.spinning span {
    padding-right: 30px;
}

.sticky_cart .product-form__item.product-form__item--submit button.spinning>span:after,
.button-wrapper .product-form__item.product-form__item--submit button.spinning>span:after {
    content: '';
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    box-shadow: 0px 0px 0 1px #080808;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

delivery-estimation .est-msg .eta-msg-wrapper {
    margin-top: 0;
    text-align: right;
    font-size: 12px;
}

.sticky_cart .product-form__item.product-form__item--submit button.spinning>span:before,
.button-wrapper .product-form__item.product-form__item--submit button.spinning>span:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 6px;
    top: 50%;
    position: absolute;
    border: 2px solid var(--black);
    border-right: 3px solid var(--white);
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
    animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

@keyframes rotate360 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes exist {
    100% {
        width: 11px;
        height: 11px;
        margin: -7px 5px 0 0;
    }
}

.deals-template .page__inner.main-title {
    padding-top: 0;
}

.deals-template .page__header {
    margin: 0 auto var(--spacing-5);
}

.product-item__product-title+.cust-loox-rating {
    margin: 8px 0;
}

.deals-template .popup-container.popup-style-2 .close {
    border: 1px solid var(--color-background-button);
    border-radius: 50%;
    display: grid;
    place-items: center;
    right: 5px;
    top: 5px;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
}

.deals-template .popup-container.popup-style-2 .close svg {
    width: 10px;
    height: 10px;
    stroke: var(--black);
}

.button-wrapper button {
    width: 50%;
    display: inline-block;
}

.button-wrapper button span {
    display: inline-block;
    vertical-align: middle;
}

.button-wrapper button svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
    vertical-align: middle;
}

.popup-content .button-wrapper {
    display: flex;
}

button#replaceButton :before {
    width: 130%;
    left: -15%;
    background: var(--color-background-button);
    z-index: -1;
    transform: skew(30deg);
    transition: transform .5s cubic-bezier(.33, 0, 0, 1);
    transition: transform var(--duration-normal) var(--easing);
}

.quick-cart__wrapper .quick-cart__item.offer-product {
    align-items: flex-start;
}

.product-form__item.product-form__item--submit button.snipping {
    color: transparent;
}

.popup-container.popup-style-2 .popup-content .btn.snipping {
    color: transparent;
}

.popup-container.popup-style-2 .popup-content .btn.snipping span>svg {
    fill: transparent;
}

.popup-container.popup-style-2 .popup-content .btn.snipping .btn__loading-wrap {
    display: block;
}

.deals-template .page__inner.main-title {
    padding-bottom: 15px;
}

.offer-collection-grid__product .collection__products {
    position: relative;
    display: grid;
    padding-top: 16px;
    padding-top: 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5px;
    row-gap: 5px;
    grid-row-gap: 5px;
    row-gap: 5px;
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    grid-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    z-index: 1;
}

.offer-collection-grid__product .collection__products .product-item__text .fs-product-card-title {
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    font-size: calc(var(--typeBaseSize) - 2px);
    letter-spacing: normal;
    margin-bottom: 0;
    font-weight: var(--typeBaseWeight);
    padding: 5px 0;
}

.offer-collection-grid__product .collection__products .product-item__meta {
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.offer-collection-grid__product .collection__products .collection-item {
    position: relative;
    background-color: #f9f9f9;
    margin-bottom: 0;
    border-radius: 5px;
}

.offer-collection-grid__product .collection__products .collection-item .product-item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.offer-collection-grid__product .collection__products .line-item-property__field.add-to-box {
    margin-bottom: 0;
}

.offer-collection-grid__product .collection__products .product-item__product-title+.cust-loox-rating {
    margin: 0;
    padding-top: 0;
}

.offer-collection-grid__product .collection__products .badges-wrapper {
    position: absolute;
}

.offer-collection-grid__product .collection-item:not(.collection-item--below):after {
    display: none;
}

.popup-container.popup-style-2.active {
    opacity: 1;
    visibility: visible;
}

.popup-container.popup-style-2.active .popup-content {
    transform: translateY(-50%) scale(1);
}

.popup-container.popup-style-2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.popup-container.popup-style-2 .popup-content {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-90%) scale(0.9);
    background: var(--white);
    max-width: 360px;
    border-radius: 0;
    padding: 20px 30px;
    border: 1px solid #c3aa9e;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    transition: transform 0.3s;
}

.popup-container.popup-style-2 .close {
    position: absolute;
    left: auto;
    right: -10px;
    top: -30px;
    font-size: 30px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    color: var(--white);
    opacity: 1;
}

.popup-container.popup-style-2 .popup-content h3 {
    font-weight: bold;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 15px;
}

.popup-container.popup-style-2 .popup-content .btn {
    width: auto;
    margin: 15px auto 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 8px 20px;
}

.product-form__cart-submit .icon {
    width: 16px;
    height: 16px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.product-form__cart-submit .icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sticky_cart .prd-image-title,
.sticky_cart .prd-image-price-cart {
    display: flex;
    align-items: center;
}

.sticky_cart .prd-image-price-cart .prd-price {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
}

.sticky_cart .prd-count-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.sticky_cart .product-block.offer-add-to-cart {
    margin-bottom: 0;
    margin-left: 20px;
}

.sticky_cart .prd-count-wrapper .prd-sticky-title h3 {
    margin-bottom: 0;
}

.sticky_cart .prd-image-title h3 {
    margin-bottom: 0;
}


.tab-menu p.heading {
    margin-bottom: 0;
}

.tab-menu h5.pre-heading {
    display: inline-block;
    margin-bottom: 3px;
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper {
    padding-left: 0;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
}

delivery-estimation input,
delivery-estimation input[type=text] {
    width: 100%;
    min-width: 1px;
}

.product-search-box .mobile-search-icon svg path {
    stroke: var(--black);
}

.product-search-box .mobile-search-icon {
    border-right: 1px solid var(--black);
}

.product-search-box .est-msg {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: right;
    bottom: -4px;
    padding: 0 15px;
}

delivery-estimation .success-msg {
    display: block;
    text-align: right;
}

.sticky-cart__form .product-search-box.show-message {
    max-width: 500px;
    margin: 0 auto 20px auto;
    position: relative;
}

.offer-collection-grid__product .collection__products .variant-input input {
    display: none;
}

.offer-collection-grid__product .collection__products label.variant__button-label {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 8px 0 0;
    font-size: var(--typeBaseSize);
    background-color: var(--colorBody);
    box-shadow: 0 0 0 1px #e8e8e1;
    box-shadow: 0 0 0 1px var(--black);
    overflow: hidden;
    line-height: 1.5;
    text-align: center;
    border-radius: 4px;
}

.offer-collection-grid__product .collection__products .variant-input input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px #0ba689;
}

.offer-collection-grid__product .collection__products .variant-input[data-handle=size] .variant-input .disabled {
    pointer-events: none;
}

.offer-collection-grid__product .collection__products .Size_var_wrap {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.offer-collection-grid__product .collection__products .product-item__image-link {
    position: relative;
    height: 0;
    display: block;
    padding-top: 133%;
}

.offer-collection-grid__product .collection__products .product-item__image-link img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.offer-collection-grid__product .collection__products .product-item__text .fs-product-card-title {
    padding: 5px 0 0;
}

.sticky_cart .prd-image-price-cart .prd-price .compare-price {
    color: #b4b4b4;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: line-through;
}

.sticky_cart .products-count .total-products {
    padding: 2px 10px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    background: #c3aa9e1f;
    border-radius: 5px;
    top: -1px;
    position: relative;
}

.sticky_cart .product-block.offer-add-to-cart .product-form__cart-submit {
    display: flex;
}

.deals-template .popup-style-2 .btn__loading-wrap {
    width: 100%;
    max-width: 50px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.deals-template .popup-style-2 .btn__loading-bar {
    width: 100%;
    background: #ffffff;
    height: 2px;
    border-radius: 2px;
    -webkit-animation: loaderLine 1.4s ease-in-out infinite;
    animation: loaderLine 1.4s ease-in-out infinite;
}

.deals-template .popup-style-2 button.replace.spinning .btn__loading-wrap {
    display: block;
}

@keyframes loaderLine {
    0% {
        transform: translateX(-150%);
    }

    45% {
        transform: translateX(0);
    }

    55% {
        transform: translateX(0);
    }

    to {
        transform: translateX(150%);
    }
}

.deals-template .popup-style-2 button.replace.spinning {
    color: transparent;
}

.deals-template .popup-style-2 button.replace.spinning span svg {
    fill: transparent;
}

/ product grid  /
.sticky-cart__form .tab-menu .tab-item:has(.active-tab):before {
    background: #d9e1e6;
}

.product-search-box .mobile-search-icon {

    border-right: 1px solid var(--black);
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span.map-icon {
    border-right: 1px solid var(--black);
    color: var(--black);
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper {
    border: 1px solid var(--black);
}

.sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span.map-icon svg path {
    stroke: var(--black);
}

#build-your-own-box .wrapper-container {
    overflow: initial;
}

.deals-template .tab-menu .tab-item>a:hover {
    text-decoration: none;
}

.sticky-cart__form .product-search-box .search-section input {
    border: 1px solid;
    border-color: var(--black);
    max-width: 100%;
    padding: 14px 20px;
    border-radius: 0;
}

.offer-collection-grid__product .collection__products .product-image a {
    position: relative;
}
.offer-collection-grid__product .product-image img {
    width: 100%;
    height: auto;
}

.offer-collection-grid__product .collection__products .product-item__text .fs-product-card-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    text-transform: initial;
    letter-spacing: normal;
}

.offer-collection-grid__product .collection__products .product-item__text .fs-product-card-title a {
    display: block;
}

.offer-collection-grid__product .collection__products .product-item__meta {
    padding: 7px;

}
.product-item__meta .offer-product-price {
    font-weight: 600;
}

.offer-collection-grid__product .collection__products .product-item__product-title+.cust-loox-rating {
    margin-bottom: 5px;
}

.deals-template .sticky_cart .product-details.section::after,
.deals-template .sticky_cart .product-details.section::before {
    display: none;
}

.deals-template .sticky_cart .product-details.section h3 {
    font-weight: 600;
}


.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup.show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 98%;
    width: 100%;
    padding: 20px;
    z-index: 2;
    background: #fff;
    max-height: 300px;
    box-shadow: #63636333 0 2px 8px;
    overflow: auto;
    border-radius: 12px;
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup::-webkit-scrollbar-track {
    background: #e8e7e7;
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup::-webkit-scrollbar-thumb {
    background: #228654;
    border-radius: 5px;
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup::-webkit-scrollbar {
    width: 3px;
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup {
    transform: translate(-50%, -50%) scale(0);
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup {
    transition: all .4s ease;
}

.Size_var_wrap.variant-popup.show .variant-input .variant__button-label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 0 1px #e8e8e1;
}

.offer-collection-grid__product .collection__products {
    z-index: initial;
}

.deals-template .tab-menu h5.pre-heading {
    font-weight: 700;
}

.deals-template .add-to-box .btn.disabled {
    pointer-events: none;
}

.tab-menu {
    z-index: 4;
}

.deals-template .popup-style-2 .btn__loading-bar {
    background-color: var(--black);
}

.offer-collection-grid__product .collection__products label.variant__button-label {
    margin-right: 0;
}

.deals-template .popup-style-2 button.replace.spinning {
    position: relative;
}

.deals-template .popup-style-2 button.replace.spinning span {
    color: transparent;
}

.deals-template .product-item__inner.show {
    position: relative;
}

.deals-template .product-item__inner.show:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: .2;
}

.deals-template .page__header h1 {
    font-size: 30px;
}

.offer-collection-grid__product .variant-popup .varient-close-popup {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 10px;
    opacity: 1;
}

.offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup.show {
    padding: 35px 20px 20px;
}

.offer-collection-grid__product .variant-popup .varient-close-popup svg {
    display: block;
    width: 100%;
    height: 100%;
}
#build-your-own-box #back-top {
    bottom: 85px!important;
}
.deals-template .page__header h1{
    font-size:26px;
    text-align: center;
    margin: 10px 0;
}
.deals-template .page__rte{
    text-align: center;
} 
.sticky-cart__form .tab-menu .tab-item.complete:before{
    background: var(--color-background-button);
}
.sticky-cart__form .tab-menu.sticky-header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 190px;
}
@media (min-width: 768px) {
    .mobile-product-info {
        display: none;
    }

    .mobile-search-icon {
        display: none;
    }

    .prd-sticky-title {
        display: none;
    }

    .offer-collection-grid__product .collection__products {
        grid-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
        grid-column-gap: calc(16px + 1px);
        -moz-column-gap: calc(16px + 1px);
        column-gap: calc(16px + 1px);
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 17px;
        row-gap: 17px;
        column-gap: 17px;
    }
}

@media (min-width:1200px) {
    .offer-collection-grid__product .collection__products {
        grid-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        grid-column-gap: 15px;
        -moz-column-gap: 22px;
        column-gap: 15px;
        grid-row-gap: 15px;
        row-gap: 15px;
    }

}
@media (max-width:959px){
    .tab-menu{
        top: 85px;
    }
}
@media (max-width: 767px) {

    button#replaceButton {
        margin-top: 15px;

    }

    .popup-container.popup-style-2 .popup-content .btn {
        margin-top: 10px
    }

    .popup-content .button-wrapper {
        display: block;
    }

    .popup-content .button-wrapper .btn.btn--primary {
        width: 100%;
    }

    .sticky-cart__form .collection__products.column--4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sticky_cart .prd-details.prd-details-left {
        display: none;
    }

    .sticky_cart .prd-details.prd-details-right {
        width: 100%;
    }

    .sticky_cart .prd-image-price-cart {
        justify-content: space-between;
        width: 100%;
    }

    .sticky_cart .product-form__controls-group--submit .btn.btn--secondary {
        padding: 8px 10px;
        min-height: inherit;
    }

    .sticky-cart__form .product-search-box>input {
        max-width: 100%;
    }

    .sticky-cart__form .product-search-box delivery-estimation {
        width: 100%;
        min-width: 170px;
        position: static;
        transition: all 0.5s;
    }

    .sticky-cart__form .product-search-box delivery-estimation .input-wrapper {
        max-width: 100%;
    }

    .sticky-cart__form .product-search-box delivery-estimation .input-wrapper>span.map-icon span {
        display: none;
    }

    .mobile-product-info {
        margin-bottom: 15px;
    }

    .sticky-cart__form .product-search-box {
        padding: 15px 0;
        overflow: hidden;
    }

    delivery-estimation .input-wrapper.mobile-show {
        width: 155px;
        opacity: 1;
        transition: width 0.5s;
    }

    .mobile-product-info .prd-image-title {
        display: flex;
        align-items: center;
        background: #c3aa9e0a;
        padding: 5px;
        border: 1px solid #c3aa9e61;
        font-size: 11px;
        font-weight: 700;
    }

    .mobile-product-info .prd-image-title>img {
        max-height: 60px;
        border: 1px solid rgba(0, 0, 0, 0.03);
        margin-right: 10px;
    }

    .product-search-box .mobile-search-icon svg {
        width: 20px;
        height: 20px;
    }

    .product-search-box .mobile-search-icon {
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        border-right: 1px solid var(--black);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .product-search-box .mobile-search-icon+input#searchInput {
        width: 0;
        opacity: 0;
        transition: all 0.5s;
        margin-left: 0;
    }

    .product-search-box .search-section {
        position: relative;
        min-width: 40px;
        display: flex;
        width: 40px;
        transition: all 0.5s;
    }

    .product-search-box .search-section:has(.mobile-show) {
        width: 100%;
    }

    .product-search-box .mobile-search-icon svg path {
        stroke: var(--black);
    }

    .sticky-cart__form .product-search-box.show-message {
        justify-content: flex-start;
    }

    .product-search-box .mobile-search-icon+input#searchInput.mobile-show {
        width: 100%;
        opacity: 1;
        padding-left: 45px;
    }

    .product-search-box .mobile-search-icon.hide {
        opacity: 0;
        pointer-events: none;
    }

    .sticky_cart .prd-count-wrapper {
        align-items: flex-start;
        gap: 0;
        position: relative;
        flex-wrap: wrap;
    }

    .sticky_cart .prd-count-wrapper .prd-sticky-title {
        width: 100%;
        position: relative;
    }

    .sticky_cart .prd-image-price-cart .prd-price {
        width: auto;
    }

    .sticky_cart .products-count .total-products {
        width: 18px;
        min-width: 18px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        font-weight: 600;
    }

    delivery-estimation .input-wrapper.mobile-hide {
        width: 42px;
        transition: all .5s;
        margin-left: 0;
    }

    delivery-estimation .input-wrapper.mobile-show .input-wrapper-new {
        width: 100%;
        opacity: 1;
    }

    .sticky-cart__form .product-search-box delivery-estimation .input-wrapper.mobile-hide {
        border: 0;
    }

    .sticky-cart__form .product-search-box delivery-estimation .input-wrapper.mobile-hide>span.map-icon {
        border: 1px solid var(--black);
    }

    .sticky-cart__form .product-search-box delivery-estimation {
        min-width: initial;
    }

    .sticky-cart__form .product-search-box .search-section {
        flex: 1 0 50%;
    }

    .sticky-cart__form .product-search-box delivery-estimation {
        flex: 1 0 50%;
        width: auto !important;
        max-width: fit-content;
    }

    .sticky-cart__form .product-search-box delivery-estimation form {
        width: auto;
        max-width: fit-content;
    }

    .sticky-cart__form .product-search-box delivery-estimation .input-wrapper.mobile-hide {
        max-width: auto;
    }

    .sticky-cart__form .tab-menu>.tab-items {
        align-items: baseline;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
    }

    .sticky-cart__form .tab-menu>.tab-items::-webkit-scrollbar {
        display: none;
    }

    .sticky-cart__form .tab-menu>.tab-items .tab-item {
        flex: 1 0 33.33%;
    }

    .sticky-cart__form .tab-menu {
        margin: 0 -1px;
    }

    .collection-list.deals-page .product-item__text {
        margin-top: 10px;
    }

    .popup-container.popup-style-2 .popup-content {
        transform: translateY(100%);
    }

    .popup-container.popup-style-2.active .popup-content {
        transform: translateY(0);
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: 98%;
    }

    .offer-collection-grid__product .collection__products .product-item__text .fs-product-card-title {
        min-height: 25px;
        padding: 0;
        font-size: calc(var(--typeBaseSize) - 4px);
    }

    .offer-collection-grid__product .collection__products .badges-wrapper .p-badge {
        font-size: 8px;
        line-height: 1;
        margin: 0;
    }

    .sticky-cart__form .product-search-box {
        padding: 15px 15px;
    }

    .offer-collection-grid__product .collection__products .line-item-property__field.add-to-box label {
        padding-left: 0;
        padding-right: 0;
        letter-spacing: normal;
    }

    .offer-collection-grid__product .collection__products .line-item-property__field.add-to-box label {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }

    .cust-loox-rating .review-rating {
        padding: 3px 5px;
        font-size: calc(1rem - 2px);
    }

    .deals-template .sticky_cart .product-details.section h3 {
        font-size: 14px;
    }

    .sticky_cart .prd-image-price-cart .prd-price {
        font-size: 13px;
    }

    #build-your-own-box #back-top {
        bottom: 70px !important;
    }

    .sticky_cart .product-block.offer-add-to-cart .product-form__cart-submit {
        font-size: 14px;
    }

    .sticky-cart__form .tab-menu {
        margin: 0 -10px;
        padding-bottom: 0;
    }

    .deals-template .tab-menu h5.pre-heading {
        font-size: 11px;
    }

    .deals-template .tab-menu p.heading {
        font-size: 13px;
    }

    .offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup.show {
        padding: 8px;
        font-size: 12px;
    }

    .deals-template .page__header h1 {
        font-size: 22px;
    }

    .sticky-cart__form .collection__products.column--4 {
        display: flex;
        flex-wrap: wrap;
    }

    .sticky-cart__form .collection__products.column--4 .collection-item.product-item {
        flex: 0 0 calc(50% - 2.5px);
        width: 100%;
        max-width: calc(50% - 2.5px);
    }
    .offer-collection-grid__product .collection__products .Size_var_wrap.variant-popup.show {
        padding: 25px 10px 10px;
    }
    .offer-collection-grid__product .variant-popup .varient-close-popup {
        top:7px;
    }
    .deals-template .page__inner.main-title{
        padding-bottom: 0;
    }
  
}
