/** Shopify CDN: Minification failed

Line 380:0 All "@import" rules must come first
Line 381:0 All "@import" rules must come first
Line 3425:0 All "@import" rules must come first
Line 3426:0 All "@import" rules must come first
Line 3426:20 Expected "{" but found end of file

**/
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: clip;
    overflow-y: auto;
    scroll-behavior: smooth;
    font-size: 0.9375vw;
}

html body {
    font-family: Inter;
    font-weight: normal;
    overflow-x: clip;
    background: #0C0C0C !important;
    padding: 5.944444rem 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

html body::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 50%);
    opacity: 0;
    z-index: 9999;
    pointer-events: none;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

*::selection {
    color: #fff;
    background: rgba(55, 90, 34, 1);
}

*::-moz-selection {
    color: #fff;
    background: rgba(55, 90, 34, 1);
}

*::-webkit-selection {
    color: #fff;
    background: rgba(55, 90, 34, 1);
}

*::-ms-selection {
    color: #fff;
    background: rgba(55, 90, 34, 1);
}


* {
    scrollbar-color: rgba(55, 90, 34, 1);
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    height: 3px;
    width: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(55, 90, 34, 1);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(55, 90, 34, 1);
    border-radius: 6px !important;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: Inter;
    border: 0;
    outline: 0;
}

b,
strong {
    font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style: none;
}

input,
select,
textarea,
.site textarea {
    font-family: Inter;
    font-weight: normal;
    width: 100%;
    background: #fff;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: Inter;
    color: #FFF;
    margin: 0;
    font-weight: 700;
}

body h2 {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 2.222rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.8px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

body p {
    color: #fff;
    font-family: Inter;
    font-weight: normal;
    font-size: 1rem;
    line-height: 160%;
    margin: 0 0 15px 0;
    text-align: left;
    display: block;
}

body a {
    font-family: Inter;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    line-height: normal;
    outline: none !important;
    display: inline-block;
}

body a:focus {
    outline: none !important;
}

body p:last-of-type {
    margin-bottom: 0;
}

.padding {
    padding: 5.556rem 0;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.for-mobile {
    display: none;
}

span.id-wrapper {
    margin-top: -8.056rem;
    padding-top: 8.056rem;
    display: block;
    width: 100%;
    pointer-events: none;
}

a.btn-main,
.contact-page .contact-form-wrap .contact-form .contact__button button {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 1.111rem;
    font-weight: 400;
    line-height: 75%;
    letter-spacing: -0.6px;
    padding: 1rem 3.611rem 1rem 1.667rem;
    border-radius: 3.056rem;
    background: linear-gradient(91deg, #76C048 0.66%, #355521 102.83%);
    cursor: pointer;
    position: relative;
    border: 0;
}

a.btn-main::before,
.contact-page .contact-form-wrap .contact-form .contact__button button::before {
    position: absolute;
    content: "";
    width: 2.444rem;
    height: 2.444rem;
    top: 0.167rem;
    right: 0.222rem;
    transition: all ease .5s;
    background: url(/cdn/shop/files/btn-arrow.svg?v=1760007994)no-repeat;
    background-size: contain;
    transition: all ease 0.5s;
}

a.btn-main:hover::before,
.contact-page .contact-form-wrap .contact-form .contact__button button:hover::before {
    transform: rotate(45deg);
}


@import 'fonts';
@import "header";


html body main>section {
    display: block !important;
}

html body main>section .page-width,
.shopify-section-group-footer-group>div,
.inner-banner .container {
    max-width: 80rem !important;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

.container {
    max-width: 68.4rem;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

sticky-header {
    background: #0C0C0C !important;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
}

sticky-header header {
    padding: 24px 15px !important;
    display: flex !important;
    gap: 0 !important;
    max-width: 87.4rem !important;
}

sticky-header header .header__heading {
    padding-right: 50px;
}

sticky-header header .header__heading a {
    margin: 0 !important;
    padding: 0;
}

sticky-header header .header__heading a img {
    width: 120px;
}

sticky-header header ul.list-menu {
    gap: 30px;
    display: flex;
}

sticky-header header ul.list-menu li a {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    text-decoration: unset !important;
}

sticky-header header ul.list-menu li a:hover,
sticky-header header ul.list-menu li .header__active-menu-item,
sticky-header header ul.list-menu li a.menu-drawer__menu-item--active,
.shopify-section-group-footer-group ul.footer-block__details-content li a.list-menu__item--active {
    color: #76C048 !important;
}

sticky-header header ul.list-menu li a span {
    text-decoration: unset !important;
    font-family: 'Poppins';
}

sticky-header header .header-contact a {
    color: #F2F2F2;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 30px;
    border: 1px solid #76C048;
    border-radius: 50px;
}

sticky-header header .header-contact a:hover {
    background-color: #76C048;
}

sticky-header header .header__icons {
    padding: 0;
    align-items: center;
    gap: 26px;
    margin-left: auto;
    margin-right: 0;
}

sticky-header header .header__icons summary,
sticky-header header .header__icons span.svg-wrapper,
sticky-header header .header__icons .header__icon {
    width: 26px;
    height: 26px;
    margin: 0;
}

sticky-header header .header__icons .desktop-localization-wrapper {
    display: none;
}

header .menu-drawer__utility-links {
    display: none;
}

.custom_banner {
    background-image: url(/cdn/shop/files/banner-bg.png?v=1760003927);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7.778rem 0;
}

.custom_banner .banner-content-wrap {
    display: grid;
    grid-template-columns: 1fr 34.667rem;
    grid-gap: 3.333rem;
    align-items: center;
}

.custom_banner .banner-content-wrap h1.banner-heading {
    color: #FCFCFC;
    font-size: 3.333rem;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-bottom: 1.111rem;
}

.custom_banner .banner-content-wrap h1.banner-heading span {
    color: #76C048;
}

.custom_banner .banner-content-wrap p.custom-subtitle {
    color: #E3E3E3;
    font-family: "Instrument Sans";
    font-size: 2.444rem;
    line-height: 130%;
    letter-spacing: -1.32px;
    margin-bottom: 1.667rem;
}

.custom_banner .banner-content-wrap p.custom-subtitle span {
    color: #FFF;
    font-family: "Instrument Sans";
    font-style: italic;
    font-weight: 600;
}

.custom_banner .banner-content-wrap p.banner-text {
    color: rgba(255, 255, 255, 0.75);
    font-family: Poppins;
    font-size: 1.111rem;
    line-height: 150%;
    font-weight: 300;
    width: calc(100% - 4.444rem);
}

.custom_banner .banner-content-wrap p.banner-text strong {
    color: #FFF;
    font-weight: 400;
}

section .gradient,
footer.gradient {
    background: transparent !important;
}

.custom_award--section {
    padding: 5.556rem 0;
    position: relative;
}

.custom_award--section::before,
.custom_award--section::after,
.left-right-content::before,
.left-right-content::after {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    top: 12.056rem;
    z-index: -1;
    left: -23.333rem;
    pointer-events: none;
}

.custom_award--section::after,
.left-right-content::after {
    left: auto;
    right: -23.333rem;
}

.left-right-content::after {
    top: 41rem;
}

.custom_award--section h2 {
    margin-bottom: 1.111rem;
}

.custom_award--section p.sub-title {
    font-size: 1.111rem;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: -0.4px;
    margin-bottom: 2.778rem;
}

.custom_award--section .top-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.custom_award--section .top-wrap .service-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 27.889rem;
    margin-left: auto;
}

.custom_award--section .top-wrap .service-wrap p {
    color: #FFF;
    text-align: center;
    font-size: 1.222rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    padding-top: 1.111rem;
}

.custom_award--section .top-wrap .service-wrap .single {
    padding: 1.667rem;
}

.custom_award--section .top-wrap .service-wrap .single img {
    max-height: 3.889rem;
}

.custom_award--section .top-wrap .service-wrap .single:first-child,
.custom_award--section .top-wrap .service-wrap .single:nth-child(3) {
    border-right: 1px solid rgb(129 129 129 / 0.2);
}

.custom_award--section .top-wrap .service-wrap .single:first-child,
.custom_award--section .top-wrap .service-wrap .single:nth-child(2) {
    border-bottom: 1px solid rgb(129 129 129 / 0.2);
}

.custom_award--section .bottom-wrap {
    padding-top: 10rem;
    display: flex;
    gap: 5.556rem;
    justify-content: center;
}

.custom_award--section .bottom-wrap p.bottom-title,
.section2-content .section2-wrap p.bottom-title {
    text-align: center;
    font-size: 1.222rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    margin: 1.333rem 0 1.111rem;
}

.custom_award--section .bottom-wrap p.bottom-text,
.section2-content .section2-wrap p.bottom-text,
.section3-content .section3-block .single p.bottom-text {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 0.944rem;
    line-height: 150%;
    letter-spacing: -0.34px;
    text-transform: capitalize;
    width: 15.944rem;
}

.custom_award--section .bottom-wrap .icon,
.section2-content .section2-wrap .single .icon {
    position: relative;
    padding-bottom: 1.389rem;
}

.custom_award--section .bottom-wrap .icon::before,
.section2-content .section2-wrap .single .icon::before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/icon-bottom-shape.png?v=1760009783);
    background-size: contain;
    width: 4.444rem;
    height: 0.222rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.custom_award--section .bottom-wrap .icon img,
.section2-content .section2-wrap .single .icon img {
    border-radius: 1.111rem;
    background: linear-gradient(180deg, #76C048 0%, #375A22 100%);
    box-shadow: 0 0 0.611rem 0 #76C048;
    height: 3.667rem;
}

.shopify-section-group-footer-group {
    margin: 0 2.778rem 2.778rem;
    border-radius: 1.111rem;
    border: 1px solid rgba(118, 192, 72, 0.20);
    background: rgba(65, 65, 65, 0.10);
    padding-top: 3.778rem;
    position: relative;
    overflow: hidden;
}

.shopify-section-group-footer-group::before {
    position: absolute;
    content: "";
    border-radius: 62.611rem;
    background: #76C048;
    filter: blur(258px);
    width: 62.611rem;
    height: 7.333rem;
    bottom: -16.667rem;
    left: auto;
    right: 0;
}

.shopify-section-group-footer-group>.section-background {
    display: none;
}

.shopify-section-group-footer-group .footer-block__details-content {
    background: transparent;
    margin-top: 1.111rem;
    width: 20rem;
    padding: 0;
}

.shopify-section-group-footer-group .footer-block__details-content p {
    color: #CACACA;
    font-family: Poppins;
    font-size: 0.889rem;
    font-weight: 400;
    line-height: normal;
}

.shopify-section-group-footer-group h2.footer-block__heading {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 1.111rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 1.667rem;
    margin: 0;
    letter-spacing: 0;
}

.shopify-section-group-footer-group ul.footer-block__details-content {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: 100%;
    gap: 0 2.222rem;
}

.shopify-section-group-footer-group .footer-block--menu {
    flex: 0 0 27.667rem;
}

.shopify-section-group-footer-group ul.footer-block__details-content li {
    margin: 0 0 1.111rem;
    line-height: normal;
    min-height: unset;
    height: unset;
    font-size: 0;
}

.shopify-section-group-footer-group ul.footer-block__details-content li:last-child {
    margin-bottom: 0;
}

.shopify-section-group-footer-group ul.footer-block__details-content li a {
    color: #CACACA;
    font-family: Poppins;
    font-size: 0.889rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    text-decoration: unset !important;
}

.shopify-section-group-footer-group ul.footer-block__details-content li a:hover {
    color: #9C9C9C;
}

.shopify-section-group-footer-group .footer__content-top,
.shopify-section-group-footer-group .footer__content-bottom {
    padding: 0;
    width: 80rem;
    margin: 0 auto;
}

.shopify-section-group-footer-group .footer__content-bottom {
    padding: 1.111rem 0 1.667rem;
    position: relative;
    margin-top: 2.222rem;
}

.shopify-section-group-footer-group .footer__content-bottom::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.00) 1.73%, #68AB40 50.35%, rgba(21, 24, 19, 0.00) 98.52%);
    height: 1px;
}

.shopify-section-group-footer-group .footer-block--newsletter {
    display: none;
}

.shopify-section-group-footer-group small.copyright__content {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.722rem;
    font-weight: 300;
    line-height: normal;
}

.shopify-section-group-footer-group .footer__content-bottom-wrapper {
    padding: 0;
}

.shopify-section-group-footer-group .footer__copyright {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.shopify-section-group-footer-group .power-social_wrap {
    display: flex;
    align-items: center;
    gap: 0.944rem;
}

.shopify-section-group-footer-group .power-social_wrap .social-icons__icon-wrapper {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.722rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.shopify-section-group-footer-group .power-social_wrap .list-social {
    gap: 0.556rem;
}

.shopify-section-group-footer-group .power-social_wrap .list-social li a {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    height: 2.222rem;
    width: 2.222rem;
    text-align: center;
    line-height: 2.222rem;
    display: block;
}

.shopify-section-group-footer-group .power-social_wrap .list-social li a span.visually-hidden {
    display: none;
}

.shopify-section-group-footer-group .power-social_wrap .list-social li a span.svg-wrapper {
    display: block;
    width: inherit;
    height: inherit;
    position: relative;
}

.shopify-section-group-footer-group .power-social_wrap .list-social li a svg {
    color: #fff;
    width: 0.944rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.shopify-section-group-footer-group .power-social_wrap .list-social li:last-child svg {
    width: 0.8rem;
}

.inner-banner {
    background-image: url(/cdn/shop/files/banner-bg.png?v=1760003927);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.778rem 0;
}

.inner-banner h1 {
    color: #FCFCFC;
    font-family: Inter;
    font-size: 3.333rem;
    font-style: normal;
    font-weight: 700;
    line-height: 113%;
    letter-spacing: -1.2px;
    margin-bottom: 1.111rem;
}

.inner-banner h1 span {
    color: #76C048;
}

.inner-banner p.sub-title {
    color: #FFF;
    font-size: 1.333rem;
    font-weight: 400;
    line-height: 141%;
    letter-spacing: -0.72px;
    margin-bottom: 0.556rem;
}

.inner-banner p.text {
    letter-spacing: -0.54px;
    width: 36.056rem;
    margin-bottom: 2.222rem;
}

.inner-banner .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.check-area-cover {
    padding: 5.556rem 0 6.667rem;
}

.check-area-cover h2 {
    margin-bottom: 0.556rem !important;
}

.check-area-cover p.sub-title {
    font-size: 1.111rem;
    font-weight: 300;
    line-height: 145%;
    letter-spacing: -0.4px;
}

.check-area-cover .step {
    display: flex;
    gap: 3.333rem;
    width: 62.778rem;
    margin: 3.333rem auto;
}

.check-area-cover .step .single {
    display: flex;
    gap: 0.278rem;
    position: relative;
}

.check-area-cover .step .single:nth-child(2)::before,
.check-area-cover .step .single:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 3rem;
    background: linear-gradient(180deg, rgba(118, 192, 72, 0.00) 0%, #375A22 44.82%, rgba(118, 192, 72, 0.00) 100%);
    left: -1.667rem;
}

.check-area-cover .step .single:nth-child(2)::after {
    left: auto;
    right: -1.667rem;
}

.check-area-cover .step .single p {
    font-size: 1.222rem;
    font-weight: 300;
    line-height: 131%;
    letter-spacing: -0.44px;
    margin: 0;
}

.check-area-cover .step .single p span {
    color: #76C048;
    font-weight: 600;
}

.why-choose-us {
    position: relative;
}

.why-choose-us::before,
.why-choose-us::after,
.dealing-with::before,
.dealing-with::after,
.plan-inclusion::before,
.plan-inclusion::after {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    top: 2rem;
    z-index: -1;
    left: -24rem;
    pointer-events: none;
}

.why-choose-us::after,
.dealing-with::after,
.plan-inclusion::after {
    right: -24rem;
    left: auto;
}

.why-choose-us .wrap {
    display: grid;
    grid-template-columns: 30.389rem 1fr;
    grid-gap: 6.167rem;
}

.why-choose-us .wrap h2,
.our-product-sec h2,
.check-area-cover h2 {
    margin-bottom: 2.778rem;
}

.why-choose-us .wrap ul li {
    color: #FFF;
    font-family: Inter;
    font-size: 1.333rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin-bottom: 1.667rem;
    padding-left: 3.333rem;
    position: relative;
}

.why-choose-us .wrap ul li:last-child {
    margin: 0;
}

.why-choose-us .wrap ul li::before {
    position: absolute;
    content: "";
    top: -0.778rem;
    left: 0;
    width: 3.111rem;
    height: 3.111rem;
    background: url(/cdn/shop/files/Group_26962.png?v=1760345027)no-repeat;
    background-size: contain;
}

.why-choose-us .wrap a.btn-main {
    margin-top: 3.333rem;
}

.our-product-sec {
    padding: 5.556rem 0;
    position: relative;
}

.our-product-sec::before {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(250px);
    bottom: -7rem;
    z-index: -1;
    left: -8rem;
    pointer-events: none;
}

.our-product-sec h2 {
    padding-bottom: 1.111rem;
    margin-bottom: 2.222rem;
    position: relative;
    text-align: center;
}

.our-product-sec h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #111 1.73%, #68AB40 50.35%, #151813 98.52%);
    height: 1px;
}

.our-product-sec .product_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.111rem;
    margin-bottom: 3.333rem;
}

.our-product-sec .product_wrap .product_img {
    height: 12.944rem;
    position: relative;
    border-radius: 10px;
}

.our-product-sec .product_wrap .product_img::before {
    position: absolute;
    content: "";
    background: linear-gradient(174deg, rgba(118, 192, 72, 0.08) 25.4%, rgba(55, 90, 34, 0.82) 85.95%);
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    pointer-events: none;
}

.our-product-sec .product_wrap .product_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.our-product-sec .product_wrap .content-wrap,
.product-grid li.grid__item .card__information {
    padding: 1.667rem 1.111rem 1.111rem;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    margin-top: -0.556rem;
}

.our-product-sec .product_wrap .product_title,
.product-grid li.grid__item h3 a {
    color: #000;
    font-family: "Instrument Sans";
    font-size: 1.222rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.44px;
    margin-bottom: 0.567rem;
    text-decoration: unset;
}

.our-product-sec .product_wrap .product_title span,
.product-grid li.grid__item h3 a span {
    color: #375A22;
    font-weight: 700;
}

.our-product-sec .product_wrap .product__subtitle,
.product-grid li.grid__item .product__subtitle {
    color: #000;
    font-family: "Instrument Sans";
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: 0;
}

.our-product-sec .product_wrap .product_price,
.product-grid li.grid__item .price__container>div {
    color: #0C0C0C;
    font-family: "Instrument Sans";
    font-size: 1.444rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-top: 1rem;
}

.our-package {
    padding: 5.556rem 0;
    position: relative;
}

.our-package h2 {
    padding-bottom: 2.222rem;
}

.our-package .side-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.111rem;
}

.our-package .side-wrap p.side-title {
    color: #FFF;
    font-size: 1.222rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.44px;
    margin-bottom: 0.556rem;
}

.our-package .side-wrap p.side-title span {
    font-weight: 200;
}

.our-package .side-wrap p.side-subtitle {
    font-weight: 300;
    width: 27.778rem;
}

.our-package .side-wrap ul {
    margin-top: 1.944rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 27.778rem;
}

.our-package .side-wrap ul li {
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    padding-left: 2.5rem;
    margin-bottom: 1.389rem;
    position: relative;
}

.our-package .side-wrap ul li::before {
    position: absolute;
    content: "";
    background: url(https://fixit-onsite.co.uk/cdn/shop/files/Group_26962.png?v=1760345027);
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: -0.444rem;
    top: -0.667rem;
}

.our-package .content {
    border-radius: 20px;
    padding: 1.889rem 1.667rem 0.556rem;
    border: 1px solid rgb(118 192 72 / 0.2);
    position: relative;
    overflow: hidden;
}

.our-package .content::before {
    position: absolute;
    content: "";
    width: 12.944rem;
    height: 12.944rem;
    background: #76C048;
    filter: blur(208px);
    right: -3.889rem;
    bottom: -3.889rem;
    pointer-events: none;
}

.our-package .side-wrap p.side-title span {
    font-weight: 200;
    padding-left: 0.333rem;
}

.plan-inclusion {
    position: relative;
}

.plan-inclusion .main-wrap {
    display: grid;
    grid-gap: 2.222rem;
    grid-template-columns: 17.778rem 1fr;
}

.plan-inclusion .main-wrap .side-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.222rem 2.778rem;
    position: relative;
}

.plan-inclusion .main-wrap .side-wrap::before {
    position: absolute;
    content: "";
    filter: blur(258px);
    width: 13.222rem;
    height: 13.222rem;
    background: #76C048;
    z-index: -1;
}

.plan-inclusion .main-wrap .side-wrap img {
    margin: 0 0 1.667rem;
}

.plan-inclusion .main-wrap .side-wrap p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 144%;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.round-cover {
    margin: 5.556rem 0;
}

.round-cover .wrap,
.recommended-contact .wrap {
    border-radius: 20px;
    background: linear-gradient(90deg, #3F8017 0.01%, #375A22 80.88%);
    padding: 2.778rem;
    position: relative;
    z-index: 1;
}

.round-cover .wrap::before,
.round-cover .wrap::after,
.recommended-contact .wrap::before,
.recommended-contact .wrap::after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/square-shape.png?v=1760353598);
    width: 12.944rem;
    height: 18.111rem;
    z-index: -1;
    opacity: 0.1;
    top: 0;
    left: 0px;
    pointer-events: none;
}

.round-cover .wrap::after,
.recommended-contact .wrap::after {
    left: auto;
    right: 0;
}

.round-cover .wrap .lr-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 40.833rem;
    margin: 0 auto 1.667rem;
}

.round-cover .wrap .lr-content p.rc-title {
    color: #F5F5F5;
    font-family: "Instrument Sans";
    font-size: 2.111rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.14px;
    margin: 0;
}

.round-cover .wrap .lr-content p.rc-text {
    color: #F5F5F5;
    font-family: "Instrument Sans";
    font-size: 1.222rem;
    line-height: normal;
    letter-spacing: -0.66px;
    margin: 0;
}

.round-cover .wrap .lr-content p.rc-text span {
    color: #76C048;
    font-size: 1.556rem;
    font-weight: 700;
}

.round-cover .wrap p.rc-below-content {
    color: #F5F5F5;
    font-family: "Instrument Sans";
    font-size: 1.056rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.57px;
    margin-bottom: 0.333rem;
}

.round-cover .wrap p.rc-below-sub-content {
    color: #FFF;
    font-family: Poppins;
    font-size: 0.889rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.round-cover .wrap .btn-wrap {
    margin-top: 2.778rem;
}

.round-cover .wrap a.btn-main {
    background: transparent;
    border: 1px solid #FFF;
}

.round-cover .wrap a.btn-main:hover {
    border-color: #355521;
    background-color: #355521;
}

.icon-list-sec {
    padding-bottom: 5.556rem;
}

.icon-list-sec .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.778rem;
}

.icon-list-sec .wrap .icon {
    position: relative;
    padding-bottom: 1.389rem;
}

.icon-list-sec .wrap .icon::before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/icon-bottom-shape.png?v=1760009783);
    background-size: contain;
    width: 4.444rem;
    height: 0.222rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icon-list-sec .wrap .icon img {
    border-radius: 20px;
    background: linear-gradient(180deg, #76C048 0%, #375A22 100%);
    box-shadow: 0 0 11px 0 #76C048;
}

.icon-list-sec .wrap p.bottom-title {
    font-size: 1.222rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    margin: 1.333rem 0 0;
}

.small-business-page>div {
    padding: 0 !important;
}

.inner-banner.deal-week .wrap {
    grid-gap: 10px;
}

.left-right-content {
    padding: 5.556rem 0;
    position: relative;
}

.left-right-content .wrap {
    display: flex;
    align-items: center;
    gap: 4.444rem;
    padding-bottom: 4.444rem;
}

.left-right-content .wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.left-right-content .wrap:last-child {
    padding-bottom: 0;
}

.left-right-content .wrap .side-col-1 {
    flex: 0 0 max-content;
}

.left-right-content .wrap h2 {
    margin-bottom: 1.111rem;
}

.recommended-contact {
    margin-bottom: 5.556rem;
}

.recommended-contact .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
}

.recommended-contact .wrap p.rc-title {
    color: #F5F5F5;
    font-family: "Instrument Sans";
    font-size: 2.111rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.14px;
}

.recommended-contact .wrap .rc-below-content p {
    color: #F5F5F5;
    font-family: "Instrument Sans";
    font-size: 1.111rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: -0.6px;
}

.left-right-content .wrap ul li,
.section5-howtouse .wrap ul li {
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    padding-left: 2.5rem;
    margin-bottom: 1.389rem;
    position: relative;
}

.left-right-content .wrap ul li:last-child,
.section5-howtouse .wrap ul li:last-child {
    margin-bottom: 0;
}

.left-right-content .wrap ul li::before,
.section5-howtouse .wrap ul li::before {
    position: absolute;
    content: "";
    background: url(https://fixit-onsite.co.uk/cdn/shop/files/Group_26962.png?v=1760345027);
    width: 2.5rem;
    height: 2.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: -0.444rem;
    top: -0.4rem;
}

.icon-list-sec h2 {
    padding-bottom: 2.6rem;
}

.icon-list-sec.how-to-use p.bottom-text.center {
    margin-top: 1.4rem;
}

.section5-howtouse {
    padding-bottom: 5.556rem;
}

.section5-howtouse .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7.222rem;
}

.section5-howtouse h2 {
    margin-bottom: 1.3rem;
}

.section2-content {
    padding: 5.556rem 0;
    position: relative;
}

.section2-content::before,
.section2-content::after {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    top: 20rem;
    z-index: -1;
    left: -23.333rem;
    pointer-events: none;
}

.section2-content::after {
    left: auto;
    right: -23.333rem;
}

.section2-content .section2-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.111rem;
}

.section2-content .section2-wrap .single,
.section3-content .section3-block .single {
    background: #0C0C0C;
    border-radius: 20px;
    border: 1px solid rgb(118 192 72 / 0.1);
    position: relative;
    overflow: hidden;
    padding: 1.278rem 0.556rem;
}

.section2-content .section2-wrap .single::before,
.section3-content .section3-block .single::before {
    position: absolute;
    content: "";
    width: 13.222rem;
    height: 13.222rem;
    background: #76C048;
    filter: blur(11.111rem);
    border-radius: 100%;
    right: -5.556rem;
    bottom: -5.556rem;
    pointer-events: none;
}

.section2-content .section2-wrap p.bottom-text,
.section3-content .section3-block .single p.bottom-text {
    width: 100% !important;
}

.section3-content .section3-text {
    width: 54.5rem;
    margin: 0 auto 2.222rem;
}

.section3-content .section3-text p {
    text-align: center;
}

.section3-content .section3-block {
    display: flex;
    flex-wrap: wrap;
    gap: 1.111rem;
    justify-content: center;
}

.section3-content .section3-block .single {
    width: 32.2%;
}

.section3-content .section3-block .single p.bottom-title {
    color: #FFF;
    text-align: center;
    font-size: 1.333rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    text-transform: capitalize;
    margin: 0.833rem 0;
}

.about-us-page .recommended-contact {
    margin: 5.556rem 0;
}

.about-us-page .recommended-contact .wrap {
    grid-template-columns: 25.611rem 1fr;
    grid-gap: 2.778rem;
}

.about-us-page .recommended-contact p.rc-title {
    font-size: 1.333rem;
    line-height: 145%;
    letter-spacing: 0;
}

.section3-content .section3-block .single p.bottom-text {
    padding: 0 20px;
}

.collection-hero>div {
    padding: 60px 0 15px;
    justify-content: center;
    position: relative;
}

.collection-hero>div::before {
    position: absolute;
    content: "";
    width: 418px;
    height: 418px;
    background: #76C048;
    filter: blur(258px);
    top: -380px;
}

.collection-hero>div::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #111 1.73%, #68AB40 50.35%, #151813 98.52%);
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
}

.collection-hero h2.collection-hero__title {
    margin: 0;
    text-align: center;
}

#custom-product-list facet-filters-form * {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-decoration: unset;
    outline: none !important;
    box-shadow: unset;
}

#custom-product-list facet-filters-form h2.facets__heading {
    display: none;
}

#custom-product-list facet-filters-form svg.icon {
    position: unset;
    width: 12.783px;
    height: 7.337px;
    margin-left: 10px;
    vertical-align: middle;
}

#custom-product-list facet-filters-form .facets__summary {
    margin-right: 30px;
}

#custom-product-list facet-filters-form .facets__display * {
    color: #000;
    font-size: 16px;
}

#custom-product-list facet-filters-form .facets__display .facets__header {
    padding: 15px;
}

#custom-product-list facet-filters-form .facets__display li.list-menu__item {
    padding: 10px 15px;
}

#custom-product-list facet-filters-form .facets__display li.list-menu__item input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid;
    position: unset;
    margin-right: 10px;
}

#custom-product-list facet-filters-form .facets__display li.list-menu__item input[type="checkbox"]::before {
    position: absolute;
    content: "";
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

#custom-product-list facet-filters-form .facets__display li.list-menu__item input[type="checkbox"]:checked::before {
    opacity: 1;
}

#custom-product-list facet-filters-form .facets__display li.list-menu__item svg {
    display: none;
}

#custom-product-list facet-filters-form .facets__display price-range {
    padding: 15px;
}

#custom-product-list facet-filters-form .facets__display price-range .field {
    flex-direction: row-reverse;
    margin: 0 10px;
    border: 1px solid rgba(0 0 0 / 0.4);
}

#custom-product-list facet-filters-form .facets__display price-range .field::before,
#custom-product-list facet-filters-form .facets__display price-range .field::after {
    content: none;
}

#custom-product-list facet-filters-form .facets__display price-range label {
    position: unset;
    padding: 0 10px;
    font-size: 14px;
}

#custom-product-list facet-filters-form .facets__display price-range input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

#custom-product-list facet-filters-form .select {
    align-items: center;
}

#custom-product-list facet-filters-form .select span.svg-wrapper {
    width: auto;
    margin: 0;
    position: unset;
}

#custom-product-list facet-filters-form .select option {
    color: #000;
}

#custom-product-list facet-filters-form .active-facets facet-remove {
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid rgba(255 255 255 / 0.4);
    padding: 10px 20px;
    border-radius: 50px;
}

#custom-product-list facet-filters-form .active-facets facet-remove svg.icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
}

#custom-product-list facet-filters-form>form#FacetFiltersForm {
    gap: 0;
}

#custom-product-list facet-filters-form h2.product-count__text.text-body {
    margin-left: 20px;
}

#custom-product-list facet-filters-form h2.product-count__text.text-body span {
    color: #76C048;
    font-weight: 500;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.111rem;
}

.product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
}

.product-grid li.grid__item .card__inner {
    height: 12.944rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.product-grid li.grid__item .card__inner::before {
    position: absolute;
    content: "";
    background: linear-gradient(174deg, rgba(118, 192, 72, 0.08) 25.4%, rgba(55, 90, 34, 0.82) 85.95%);
    height: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    padding: 0;
}

.product-grid li.grid__item .card__media,
.product-grid li.grid__item .card__media .media {
    height: inherit;
    border-radius: 10px;
}

.product-grid li.grid__item .media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-grid li.grid__item .card__inner .card__content {
    display: none;
}

.product-grid li.grid__item .price {
    margin: 0 !important;
    line-height: normal;
}

#custom-product-list .facets-container {
    padding: 1.667rem 0;
}

div#predictive-search-results-groups-wrapper>div:first-child {
    flex: 0 0 30%;
}

div#predictive-search-results-groups-wrapper>div:last-child {
    flex: 0 0 70%;
}

html body sticky-header header .header__search svg {
    height: 23px !important;
    width: 23px !important;
}

html body sticky-header header .header__search button.field__button {
    width: 50px;
    height: 100%;
}

html body sticky-header header .header__search button.reset__button {
    right: 50px;
}

html body sticky-header header .header__search predictive-search {
    max-width: 700px;
}

html body sticky-header header .header__search .field input#Search-In-Modal {
    height: 50px;
    padding: 0 85px 0 21px;
    line-height: 50px;
    font-size: 16px;
    box-shadow: unset;
    border: 1px solid;
}

html body sticky-header header .header__search .field label {
    display: none;
}

html body sticky-header header .header__search .field input#Search-In-Modal:focus+label {
    display: none;
}

html body sticky-header header .header__search .field::after {
    content: none;
}

html body sticky-header header .header__search .predictive-search__item {
    font-size: 16px;
    padding: 14px 20px;
}

#predictive-search-results-groups-wrapper h2 {
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 15px 20px;
}

#predictive-search-results-groups-wrapper p {
    font-size: 16px;
    color: #000 !important;
    opacity: 1;
}

#predictive-search-results-groups-wrapper p mark {
    color: #000;
}

/* ====search page==== */

body.template-search .template-search {
    padding: 0 0 5.556rem;
}

body.template-search .template-search__search {
    max-width: 100%;
    margin-bottom: 30px;
}

body.template-search .template-search__search .search {
    margin-top: 15px;
}

body.template-search .template-search h1 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin: 100px 0 30px;
}

body.template-search .template-search.template-search--empty p {
    text-align: center;
}

body.template-search .template-search .left-right-wrap #main-search-filters {
    display: none;
}

body.template-search .template-search form.search input.search__input {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}

body.template-search .template-search form.search .field::before,
body.template-search .template-search form.search .field::after {
    display: none;
}

body.template-search .template-search .field input#Search-In-Template {
    font-size: 20px;
}

#predictive-search-results-groups-wrapper h2 {
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 15px 20px;
}

#predictive-search-results-groups-wrapper p {
    font-size: 16px;
    color: #000 !important;
    opacity: 1;
}

#predictive-search-results-groups-wrapper p mark {
    color: #000;
}

p.cart__login-paragraph {
    text-align: center;
}

.hiw-section2 {
    padding: 5.556rem 0 2.778rem;
    margin-bottom: 3.889rem;
    position: relative;
}

.hiw-section2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, #111 1.73%, #68AB40 50.35%, #151813 98.52%);
}

.hiw-section2 h2 {
    padding-bottom: 2.222rem;
}

.hiw-section2 .hiw-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.111rem;
    justify-content: center;
}

.hiw-section2 .hiw-content .single {
    padding: 2.222rem 1.944rem;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 32.2%;
    border: 1px solid rgb(118 192 72 / 0.1);
}

.hiw-section2 .hiw-content .single::before {
    position: absolute;
    content: "";
    width: 12.944rem;
    height: 12.944rem;
    filter: blur(10.556rem);
    background: #76C048;
    right: -3.333rem;
    bottom: -9.444rem;
    border-radius: 50%;
    pointer-events: none;
}

.hiw-section2 .hiw-content p.icon {
    text-transform: uppercase;
    margin-bottom: 1.111rem;
    padding-bottom: 0.556rem;
    position: relative;
}

.hiw-section2 .hiw-content p.icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(118, 192, 72, 0.00) 0%, #375A22 44.82%, rgba(118, 192, 72, 0.00) 100%);
    height: 1px;
}

.hiw-section2 .hiw-content p span {
    color: #76C048;
    font-weight: 700;
}

.hiw-section2 .hiw-content p.hiw-content-text {
    letter-spacing: -0.54px;
}

.anydesk-block {
    padding-top: 3.333rem;
    display: grid;
    grid-template-columns: auto auto;
    gap: 2.222rem;
    align-items: center;
    position: relative;
}

.anydesk-block::before {
    position: absolute;
    content: "";
    width: 13.222rem;
    height: 13.222rem;
    background: rgb(118 192 72);
    filter: blur(9.889rem);
    z-index: -1;
    border-radius: 50%;
    left: 16.667rem;
    top: 2.222rem;
}

.anydesk-block p {
    font-size: 0.944rem;
    font-weight: 300;
}

.anydesk-block p span {
    color: #76C048;
    font-weight: 700;
}

.dealing-with {
    position: relative;
}

.dealing-with .dw-wrap {
    display: grid;
    grid-template-columns: 1fr 28.333rem;
    grid-gap: 1.667rem;
    position: relative;
}

.dealing-with .dw-wrap::before {
    position: absolute;
    content: "";
    width: 13.222rem;
    height: 13.222rem;
    background: rgb(118 192 72);
    filter: blur(8.778rem);
    z-index: -1;
    border-radius: 50%;
    left: 46%;
    top: auto;
    bottom: -5.556rem;
}

.dealing-with h2 {
    padding-bottom: 2.222rem;
}

.dealing-with ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0 2.111rem;
}

.dealing-with ul li {
    color: #FFF;
    font-size: 1.111rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    padding-left: 1.667rem;
    margin-bottom: 1.111rem;
    position: relative;
}

.dealing-with ul li::before {
    position: absolute;
    content: "";
    background: url(https://fixit-onsite.co.uk/cdn/shop/files/Group_26962.png?v=1760345027);
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    left: -0.444rem;
    top: -0.367rem;
}

.hiw-section3 {
    padding: 7.778rem 0 5.556rem;
}

.hiw-section3 .hiw3-top-wrap {
    display: grid;
    grid-template-columns: 22.944rem 1fr;
    grid-gap: 9.444rem;
}

.hiw-section3 .hiw3-top-wrap h2 {
    padding-bottom: 1.111rem;
}

.hiw-section3 .hiw3-top-wrap p.sub-title {
    margin-bottom: 2.778rem;
    font-size: 1.111rem;
    font-weight: 300;
    letter-spacing: -0.4px;
}

.hiw-section3 .hiw3-top-wrap p.sub-title span.line,
.inner-banner p.text span.line {
    position: relative;
}

.hiw-section3 .hiw3-top-wrap p.sub-title span.line::before,
.inner-banner p.text span.line::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -0.444rem;
    background: url(/cdn/shop/files/text-line.svg?v=1760510288)no-repeat;
    background-size: cover;
    width: 100%;
    height: 0.333rem;
}

.hiw-section3 .hiw3-top-wrap .service-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hiw-section3 .hiw3-top-wrap .service-wrap .icon img {
    margin-left: 0;
    margin-bottom: 1.667rem;
}

.hiw-section3 .hiw3-top-wrap .service-wrap p {
    color: #FFF;
    font-size: 1.111rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.hiw-section3 .hiw3-top-wrap .service-wrap .single:first-child {
    padding-right: 3.333rem;
    padding-bottom: 1.667rem;
    border-right: 1px solid rgb(129 129 129 / 0.2);
    border-bottom: 1px solid rgb(129 129 129 / 0.2);
}

.hiw-section3 .hiw3-top-wrap .service-wrap .single:nth-child(2) {
    padding-left: 2.222rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid rgb(129 129 129 / 0.2);
}

.hiw-section3 .hiw3-top-wrap .service-wrap .single:nth-child(3) {
    padding-top: 2.778rem;
    padding-right: 1.667rem;
    border-right: 1px solid rgb(129 129 129 / 0.2);
}

.hiw-section3 .hiw3-top-wrap .service-wrap .single:nth-child(4) {
    padding-left: 2.222rem;
    padding-top: 2.222rem;
}

.contact-banner {
    padding: 4.722rem 0;
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    left: -13.889rem;
    bottom: -13.889rem;
    pointer-events: none;
}

.contact-banner::after {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/contact-banner.png?v=1760517768)no-repeat;
    background-size: contain;
    height: 13.222rem;
    width: 80rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
}

.contact-page {
    padding: 5.556rem 0;
    position: relative;
}

.contact-page::before,
.contact-page::after {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    bottom: 2rem;
    z-index: -1;
    left: -24rem;
    pointer-events: none;
}

.contact-page::after {
    right: -24rem;
    left: auto;
}

.contact-banner h2 {
    text-align: center;
    font-family: Inter;
    font-size: 3.333rem;
    font-weight: 700;
    line-height: 113%;
    letter-spacing: -1.2px;
    z-index: 1;
    position: relative;
}

.contact-page .contact-form-wrap {
    display: grid;
    grid-template-columns: 1fr 38.889rem;
    grid-gap: 5.556rem;
}

.contact-page .contact-info>div {
    padding-bottom: 1.389rem;
    padding-left: 2.5rem;
    position: relative;
}

.contact-page .contact-info>div::before {
    position: absolute;
    content: "";
    background-image: url(/cdn/shop/files/contact-call-icon.svg?v=1760518906);
    background-repeat: no-repeat;
    width: 1.667rem;
    height: 1.667rem;
    left: 0;
    background-size: contain;
}

.contact-page .contact-info .email-info::before {
    background-image: url(/cdn/shop/files/contact-email-icon.svg?v=1760518907);
    width: 1.667rem;
    height: 1.222rem;
}

.contact-page .contact-info .address-info::before {
    background-image: url(/cdn/shop/files/contact-location-icon.svg?v=1760518907);
}

.contact-page .contact-info .oh-info::before {
    background-image: url(/cdn/shop/files/contact-time-icon.svg?v=1760518907);
    width: 1.556rem;
    height: 1.556rem;
}

.contact-page .contact-info p.cf-title {
    color: #FFF;
    font-size: 1.333rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.389rem;
    position: relative;
}

.contact-page .contact-info p.content {
    color: #FFF;
    font-size: 1.111rem;
    opacity: 0.7;
}

.contact-page .contact-info .contact-social {
    padding: 1.111rem 0 0;
}

.contact-page .contact-info .contact-social::before {
    content: none;
}

.contact-page .contact-info .contact-social p.social-title {
    color: #FFF;
    font-size: 1.333rem;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 1.111rem;
}

.contact-page .contact-info .contact-social ul.list-social {
    justify-content: start;
    gap: 0.833rem;
}

.contact-page .contact-info .contact-social ul.list-social li a {
    padding: 0;
    display: block;
}

.contact-page .contact-info .contact-social ul.list-social li a span.svg-wrapper {
    border-radius: 20px;
    background: linear-gradient(180deg, #76C048 0%, #375A22 100%);
    box-shadow: 0 0 0.611rem 0 #76C048;
    width: 3.333rem;
    height: 3.333rem;
    padding: 0;
    line-height: 3.333rem;
    justify-content: center;
    display: flex;
}

.contact-page .contact-info .contact-social ul.list-social li svg {
    color: #fff;
    width: 1.389rem;
    height: 1.389rem;
}

.contact-page .contact-info .contact-social ul.list-social li:last-child svg {
    width: 1.111rem;
}

.contact-page .contact-form h2 {
    padding-bottom: 1.667rem;
}

.contact-page .contact-form .field {
    display: block;
    margin-bottom: 1.111rem;
}

.contact-page .contact-form .field::before,
.contact-page .contact-form .field::after {
    content: none;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
    height: 4rem;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: transparent;
    padding: 0 1.389rem;
    color: #fff;
    font-size: 0.889rem;
    margin: 0;
    line-height: 4rem;
    box-shadow: unset;
    min-width: 100%;
    width: 100%;
    min-height: unset;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder {
    opacity: 1;
    color: #666;
}

.contact-page .contact-form textarea {
    height: 8.333rem !important;
    border-radius: 20px;
    line-height: 120% !important;
    padding: 1.389rem !important;
}

.contact-page .contact-form label.field__label {
    display: none;
}

.contact-page .contact-form-wrap .contact-form {
    border-radius: 20px;
    border: 1px solid rgb(118 192 72 / 0.1);
    padding: 1.667rem;
    position: relative;
}

.contact-page .contact-form-wrap .contact-form::before,
.contact-page .contact-form-wrap .contact-form::after {
    position: absolute;
    content: "";
    width: 12.944rem;
    height: 12.944rem;
    background: #76C048;
    border-radius: 50%;
    top: 13%;
    right: 5%;
    filter: blur(228px);
    pointer-events: none;
}

.contact-page .contact-form-wrap .contact-form::after {
    left: -7.222rem;
    bottom: -5.556rem;
    top: auto;
    right: auto;
}

.contact-page .contact-form-wrap .contact-form .contact__button {
    margin-top: 1.667rem;
}

.contact-page .contact-map-wrap {
    padding-top: 5.556rem;
}

.contact-page .contact-map-wrap iframe {
    height: 25rem;
    border-radius: 30px;
}

.contact-page .contact-form .form__message {
    margin: 0;
}

.contact-page .contact-form .form__message h2 {
    display: none;
}

.contact-page .contact-form .form__message h2 svg.icon.icon-error {
    width: 0.833rem;
    height: 0.833rem;
    vertical-align: middle;
}

.contact-page .contact-form ul.form-status-list {
    display: none;
}

.contact-page .contact-form .field--with-error span.form__message {
    font-size: 14px;
    color: red;
    margin-top: 10px;
}

.contact-page .contact-form .field--with-error span.form__message .svg-wrapper {
    display: none;
}


/* =====sidebar cart==== */
#CartDrawer * {
    font-family: Poppins;
}

#CartDrawer .drawer__close .svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
}

#CartDrawer .drawer__inner {
    width: 520px;
    padding: 0 20px;
}

.cart-drawer__warnings .drawer__close {
    right: 30px !important;
    top: 30px;
    min-width: auto;
    min-height: auto;
    margin: 0;
    display: block;
}

#CartDrawer h2.cart__empty-text {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    padding-top: 2rem;
    margin: 0 0 1rem;
    font-weight: 400;
    text-transform: capitalize;
}

#CartDrawer a.button::before,
#CartDrawer a.button::after,
#CartDrawer .drawer__footer button#CartDrawer-Checkout::before,
#CartDrawer .drawer__footer button#CartDrawer-Checkout::after {
    content: none;
}

#CartDrawer a.button,
#CartDrawer .drawer__footer button#CartDrawer-Checkout,
div#main-cart-footer .cart__ctas button {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 30px;
    border: 1px solid #76C048;
    border-radius: 50px;
    background: transparent;
    color: #000;
    min-height: auto;
    letter-spacing: 0.6px;
}

#CartDrawer p.cart__login-title {
    text-align: center;
    font-size: 20px;
    margin: 4rem 0 1rem;
}

#CartDrawer a.link.underlined-link {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 9px 30px;
    border: 1px solid #76C048;
    border-radius: 50px;
    background: transparent;
    color: #000;
    min-height: auto;
    letter-spacing: 0.6px;
    text-decoration: none;
    margin-right: 10px;
}

#CartDrawer p.cart__login-paragraph {
    color: #000;
}

#CartDrawer th#CartDrawer-ColumnProduct {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 18px;
}

#CartDrawer th#CartDrawer-ColumnProduct,
#CartDrawer th#CartDrawer-ColumnTotal {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 18px;
    line-height: normal;
}

#CartDrawer td.cart-item__media {
    width: 100px;
}

#CartDrawer a.cart-item__name {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

#CartDrawer a.cart-item__name:hover {
    color: #76C048;
}

#CartDrawer .product-option {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#CartDrawer td.cart-item__totals span.price {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#CartDrawer td.cart-item__quantity {
    padding: 0;
}

#CartDrawer quantity-input,
cart-items#cart-page form#cart quantity-input {
    width: 100%;
    min-height: auto;
}

#CartDrawer quantity-input button.quantity__button,
cart-items#cart-page form#cart quantity-input button.quantity__button {
    height: 50px;
    width: 50px;
    min-height: 50px;
}

#CartDrawer quantity-input button.quantity__button span.svg-wrapper,
cart-items#cart-page form#cart quantity-input button.quantity__button span.svg-wrapper {
    width: 12px;
}

#CartDrawer quantity-input input,
cart-items#cart-page form#cart quantity-input input {
    width: 40px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

sticky-header header .header__icons .cart-count-bubble {
    background: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    letter-spacing: 0;
    line-height: 25px;
    font-size: 12px;
    left: 16px;
}

#CartDrawer .drawer__footer {
    padding: 20px 0;
}

#CartDrawer .drawer__footer h2.totals__total {
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
}

#CartDrawer .drawer__footer h2.totals__total,
#CartDrawer .drawer__footer p.totals__total-value {
    font-size: 18px;
    letter-spacing: 0;
    color: #000;
    text-transform: capitalize;
    opacity: 1;
    font-weight: 500;
    margin: 0;
}

#CartDrawer .drawer__footer small.tax-note {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

#CartDrawer .drawer__footer a {
    color: #76C048;
}

#CartDrawer h2.drawer__heading {
    display: none;
}

#CartDrawer cart-drawer-items {
    margin-top: 40px;
}

cart-items#cart-page {
    padding: 100px 0;
}

cart-items#cart-page * {
    font-family: 'Poppins';
}

cart-items#cart-page .title-wrapper-with-link {
    display: block;
}

cart-items#cart-page .title-wrapper-with-link h1.title {
    font-size: 50px;
    text-align: center;
}

cart-items#cart-page .title-wrapper-with-link a.underlined-link {
    display: none;
}

cart-items#cart-page form#cart * {
    color: #fff;
    border-color: rgba(255 255 255 / 0.5);
}

cart-items#cart-page form#cart thead tr th {
    font-size: 18px;
    opacity: 1;
    border-color: rgba(255 255 255 / 0.5);
}

cart-items#cart-page form#cart .cart-item__details a.cart-item__name {
    font-size: 18px;
    text-decoration: unset;
}

cart-items#cart-page form#cart .cart-item__details .product-option {
    font-size: 18px;
    font-weight: 600;
}

cart-items#cart-page form#cart quantity-input * {
    color: #000;
}

cart-items#cart-page form#cart td.cart-item__totals span.price {
    font-size: 20px;
    font-weight: 500;
}

div#main-cart-footer * {
    font-family: 'Poppins';
    color: #fff;
}

div#main-cart-footer h2.totals__total,
div#main-cart-footer p.totals__total-value {
    font-size: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
}

div#main-cart-footer small.tax-note {
    font-size: 18px;
    letter-spacing: 0;
}

div#main-cart-footer small.tax-note a {
    color: #76C048;
}

div#main-cart-footer .cart__ctas button::before,
div#main-cart-footer .cart__ctas button::after {
    content: none;
}

div#main-cart-footer .cart__ctas button {
    color: #fff;
    width: max-content;
    margin-left: auto;
}

body.template-search .template-search facet-filters-form {
    display: none;
}

body.template-search .template-search .facets-container {
    display: none;
}

.template-404 {
    margin: 5.556rem 0;
}

.template-404 h1.title {
    margin: 0;
    line-height: normal;
    font-size: 5rem;
}

.template-404 h2.sub-title {
    font-size: 2.9rem;
    margin: 0.9rem 0 1.4rem;
    line-height: normal;
}

body.template-product product-info .product .product-media-container {
    width: 100%;
    border: 0;
}

body.template-product product-info .product .product-media-container .product__media {
    height: 32.5rem;
    position: relative;
    padding: 0;
}

body.template-product product-info .product .product-media-container .product__media img {
    object-fit: cover;
    border: 0;
}

body.template-product product-info .product__media-list {
    margin: 0;
    overflow: hidden;
}

body.template-product .product .product__media-wrapper .slider-buttons {
    display: block;
}

body.template-product .product .product__media-wrapper .slider-buttons button {
    width: 0.7778rem;
    height: 1.3333rem;
    display: block;
    background: url('/cdn/shop/files/slider-arrow.svg?v=1760595421')no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 1.1111rem;
    right: auto;
    transform: translateY(-50%);
}

body.template-product .product .product__media-wrapper .slider-buttons button.slider-button--next {
    left: auto;
    right: 1.1111rem;
    transform: translateY(-50%) rotate(180deg);
}

body.template-product .product .product__media-wrapper .slider-buttons button[disabled="disabled"] {
    cursor: no-drop;
}

body.template-product .product .product__media-wrapper .slider-buttons .slider-button svg {
    display: none;
}

body.template-product .product .product__media-wrapper .slider-counter {
    display: none;
}

body.template-product .product .product__media-wrapper slider-component.thumbnail-slider {
    display: none;
}

body.template-product .product__info-container>*+* {
    margin: 0;
}

body.template-product product-info {
    padding: 5.5556rem 0;
    position: relative;
}

body.template-product product-info::before {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    top: -14rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    pointer-events: none;
}

body.template-product product-info .product {
    display: grid;
    grid-template-columns: 32.5556rem 1fr;
    grid-gap: 3.8889rem;
}

body.template-product product-info .product>div {
    width: 100% !important;
    max-width: 100% !important;
}

body.template-product product-info .product__info-wrapper {
    padding: 0;
}

body.template-product product-info .product__title h1 {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 2.2778rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 0.8333rem;
}

body.template-product product-info .product__title h1 span {
    color: #76C048;
    font-weight: 700;
}

body.template-product product-info .product__title .product__subtitle {
    font-family: "Instrument Sans";
    font-size: 1.2222rem;
    line-height: 160%;
}

body.template-product product-info .price__container {
    margin: 0;
}

body.template-product product-info .price__container span.price-item {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 1.6667rem;
    font-weight: 600;
    line-height: 173.333%;
}

body.template-product product-info .product__tax {
    margin: 0;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 1rem;
    font-style: normal;
    line-height: 140%;
}

body.template-product product-info .product__tax a {
    color: inherit;
    font-size: inherit;
}

body.template-product product-info .product__tax a:hover {
    color: #76C048;
}

body.template-product product-info product-form {
    margin: 2.2222rem 0 3.8889rem !important;
}

body.template-product product-info product-form button {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 1.1111rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #76C048;
    position: relative;
    min-height: auto;
    padding: 1.2222rem 0;
    transition: all ease 0.5s;
    margin: 0;
}

body.template-product product-info product-form button:hover {
    background: #76C048;
}

body.template-product product-info product-form button::before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/cart-svg-icon.svg?v=1760597250)no-repeat;
    background-size: contain;
    border-radius: unset;
    box-shadow: unset;
    width: 1.2222rem;
    height: 1.2222rem;
    top: 1.1667rem;
    left: -8.0556rem;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

body.template-product product-info product-form button::after {
    content: none;
}

body.template-product product-info product-form .product-form__buttons {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 0.8333rem;
}

body.template-product product-info product-form more-payment-options-link a {
    color: #CACACA;
    font-family: "Instrument Sans";
    font-size: 0.7778rem;
    font-weight: 500;
    line-height: 200%;
    text-align: right;
    margin: 0;
    text-decoration: unset;
}

body.template-product product-info .product__accordion {
    margin: 0;
    border-top: 0;
    border-bottom: 1px solid rgb(118 192 72 / 0.5);
}

body.template-product product-info .product__accordion .accordion__title {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 0.8889rem;
    line-height: 150%;
    letter-spacing: 0;
    min-height: unset;
}

body.template-product product-info .product__accordion summary {
    padding: 1rem 0;
}

body.template-product product-info .product__accordion svg.icon.icon-caret {
    color: #76C048;
}

body.template-product product-info .product__accordion ul li {
    list-style: disc;
    color: #fff;
    margin-left: 1.6667rem;
    line-height: 140%;
    margin-bottom: 0.8333rem;
    font-size: 1rem;
}

body.template-product product-info .product__accordion p:last-child {
    margin-bottom: 0.8333rem;
}

body.template-product product-info variant-selects fieldset {
    margin: 2rem 0;
}

body.template-product product-info variant-selects fieldset legend.form__label {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

body.template-product product-info variant-selects fieldset label {
    background: transparent !important;
    border: 1px solid #76C048 !important;
    padding: 0.8rem 1.6rem !important;
    font-size: 1rem !important;
    color: #fff !important;
}

body.template-product product-info variant-selects fieldset input[type=radio]:checked+label {
    background: #76C048 !important;
}

.product-recommendations {
    padding-bottom: 5.5556rem;
}

.product-recommendations h2 {
    padding-bottom: 1.6667rem;
    position: relative;
}

.product-recommendations h2::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #111 1.73%, #68AB40 50.35%, #151813 98.52%);
    height: 1px;
    width: 40rem;
    bottom: auto;
    top: 36%;
    right: 0;
}

.shopify-policy__container {
    max-width: 68.4rem;
    padding: 5.556rem 15px;
}

.shopify-policy__container h1 {
    padding-bottom: 2rem;
    font-size: 3rem;
}

.shopify-policy__container h2 {
    margin: 2.4rem 0 1rem;
    letter-spacing: 0;
}

.shopify-policy__container ul {
    padding-left: 1.111rem;
}

.shopify-policy__container ul li {
    font-size: 1rem;
    color: #fff;
    list-style: disc;
    margin: 0 0 0.833rem;
}

.shopify-policy__container a {
    color: #fff;
    text-decoration: underline;
}

.shopify-policy__container a:hover {
    color: #76C048;
}

.shopify-policy__container ol>li {
    list-style: numeric;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.4rem !important;
}

div#custom-product-list {
    position: relative;
}

div#custom-product-list::before {
    position: absolute;
    content: "";
    width: 23.222rem;
    height: 23.222rem;
    border-radius: 23.222rem;
    background: #76C048;
    filter: blur(258px);
    top: 50%;
    z-index: -1;
    left: -16rem;
    pointer-events: none;
}

div#custom-product-list .pagination-wrapper ,
.template-search__results .pagination-wrapper {
    margin: 3.889rem 0 5.556rem;
}

div#custom-product-list .pagination-wrapper ul ,
.template-search__results .pagination-wrapper ul {
    gap: 0.556rem;
}

div#custom-product-list .pagination-wrapper ul li ,
.template-search__results .pagination-wrapper ul li {
    border-radius: 5px;
    border: 1px solid #76C048;
    width: 2.778rem;
    height: 2.778rem;
    margin: 0;
    max-width: 2.778rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#custom-product-list .pagination-wrapper ul li a ,
.template-search__results .pagination-wrapper ul li a {
    color: #76C048;
    text-align: center;
    font-family: 'Poppins';
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    display: block;
    height: 100%;
    line-height: 2.778rem;
}

div#custom-product-list .pagination-wrapper ul .pagination__item--current:after,
div#custom-product-list .pagination-wrapper ul .pagination__item:hover:after ,
.template-search__results .pagination-wrapper ul .pagination__item--current:after,
.template-search__results .pagination-wrapper ul .pagination__item:hover:after {
    content: none
}

div#custom-product-list .pagination-wrapper ul li a.pagination__item--current,
div#custom-product-list .pagination-wrapper ul li a:hover ,
.template-search__results .pagination-wrapper ul li a.pagination__item--current,
.template-search__results .pagination-wrapper ul li a:hover {
    background: #76C048;
    color: #fff;
    opacity: 1;
}

div#custom-product-list .pagination-wrapper ul li a:hover svg ,
.template-search__results .pagination-wrapper ul li a:hover svg {
    color: #fff;
}

div#custom-product-list .pagination-wrapper ul li span ,
.template-search__results .pagination-wrapper ul li span {
    color: #76C048;
    height: auto;
}
.template-search__results .pagination-wrapper {
    margin-bottom: 0 !important;
}
.check-area-cover .custom-search {
    margin-bottom: 1.6667rem;
}

.custom-search .search-modal__content {
    padding: 0;
    max-width: 34.4444rem;
    margin: 0 auto;
}

.custom-search .search-modal__content input#Search-In-Modal {
    border-radius: 55px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.19);
    box-shadow: 0 0.2222rem 0.2222rem 0 rgba(0, 0, 0, 0.25);
    padding: 0 11.6667rem 0 2.7778rem;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.8889rem;
    font-weight: 400;
    line-height: normal;
    height: 3.4rem;
}

.custom-search .search-modal__content input#Search-In-Modal::placeholder {
    opacity: 1;
    color: #FFF;
}

.custom-search .search-modal__content label.field__label {
    display: none;
}

.custom-search .search-modal__content button.search-modal__close-button {
    display: none;
}

.custom-search .search-modal__content .search-icon-custom svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
    opacity: 0.9;
}

.custom-search .search-modal__content .search-icon-custom {
    position: absolute;
    left: 1.1111rem;
    top: 0.3889rem;
}

.custom-search .search-modal__content button.search__button {
    position: absolute;
    right: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    width: auto;
    border-radius: 55px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(89deg, #76C048 -13.32%, #375A22 116.81%);
    padding: 0 2.7778rem;
    min-height: auto;
    height: 3.4rem;
    box-shadow: unset;
    outline: none;
}

.custom-search button.predictive-search__item {
    font-size: 16px;
}

.custom-search .predictive-search__loading-state {
    display: none
}

.home-banner .custom-search .search-modal__content {
    margin-left: 0;
    margin-top: 2rem;
}

.custom-search .field::before,
.custom-search .field::after {
    content: none;
}

.custom_banner>div {
    position: relative;
    z-index: 1;
}

@import "footer";
@import "responsive"