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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: inherit, sans-serif;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}


input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
.page-wrapper{display:block;-webkit-flex-direction:unset;height:auto}
ul>li,ol>li{margin:0}
p{line-height:22px}
a,a:hover,.alink:hover{text-decoration:none;color: #54595F;}
a:hover,.alink:hover{text-decoration:none;color:#54595F}
/*a:visited,.alink:visited{color:#54595F}*/
div.mage-error{font-size: 12px;}
.minicart-wrapper .action.showcart:before,.minicart-wrapper .action.showcart.active:before{display: none;}
span.minicart-header__count.empty {
    display: none;
}
audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/*a:focus {
    outline: thin dotted;
}
*/
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    transition: 0.3s;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    margin-left: -7px;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
    /* 3 */
    font-family: 'Inter', sans-serif;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;top: 0;margin: 0px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

.minicart-wrapper .action.showcart .counter.qty{    background: #000;
    border-radius: 50%;
    height: 20px;
    width: 20px;    
    position: absolute;
    top: -9px;
    right: -13px;}
.cms-index-index .minicart-wrapper .action.showcart .counter.qty{background: #fff;}
.minicart-wrapper .action.showcart .counter.qty .counter-number{color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;display: block;padding: 2px;text-shadow: none;}
.cms-index-index .minicart-wrapper .action.showcart .counter.qty .counter-number{color: #000;}

.minicart-wrapper.active .block-minicart{
    position: absolute;
    top: calc(100% + 14px);
    right: -10px;
    width: 420px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #00000014;
    box-shadow: 0px 20px 60px 0px #2E7D3226;
    z-index: 9999;
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    overflow: hidden;

}




/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    vertical-align: top;
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/*Modal*/
.modal-slide._show, .modal-popup._show{width: 100%;}




/* ----------------------------------------- */

:root {
    --primary-color: #000000;
    --secondary-color: #ffffff;
    --text-color: #000000;
    --footer-color: #cacaca;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus{box-shadow: none;}

/* Reset ends here */
h1 {
    font-family: 'Geely';
    font-weight: 700;
    color: var(--primary-color);
}

h2 {
    font-family: 'Geely';
    font-weight: 500;
    color: var(--primary-color);
}

h3 {
    font-family: 'Geely';
    font-weight: 500;
    color: var(--primary-color);
}

h4 {
    font-family: 'Geely';
    font-weight: 500;
    color: var(--primary-color);
}

p,
span,
tr,
td {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--text-color);
}

body {
    font-family: 'Inter';
    line-height: 1;
}

img {
    max-width: 100%;
}

.main_container {
    max-width: 1800px;
    margin: auto;
    padding-inline: 3%;
}


.section_padding {
    padding-block: 70px;
}

.main-heading {
    font-size: 36px;
    padding-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.main_text {
    font-size: 16px;
    line-height: 26px;
    max-width: 630px;
    margin-inline: auto;
    color: #404040;
}

/* Butotns */
.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 16px 25px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--secondary-color);
}
.btn-primary:visited{color: var(--secondary-color);}

.btn-primary:hover {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.search-autocomplete{top: 75px;border-radius: 6px;}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
}
.btn-secondary:visited{color: var(--primary-color);}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
}


@media screen and (max-width: 767px) {
    .message.error, .message.success{font-size: 14px;line-height: 18px;}
    .section_padding {
        padding-block: 20px;
    }

    .main-heading {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .main_text {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        padding: 8px;
        font-size: 12px;
        line-height: 12px;
        width: 100%;
    }

    .card-logo img {
        width: 120px;
    }
}

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

    .btn-primary,
    .btn-secondary {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .section_padding {
        padding-block: 25px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px;
        font-size: 14px;
    }

    .main-heading {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .main_text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {

    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
    }
}

.top_zero {
    padding-top: 0px;
}

.bottom_zero {
    padding-bottom: 0px;
}

.slick-dots li.slick-active button:before {
    display: none;
}

.slick-dots li button:before {
    display: none;
}

/* =============================================
   Mini Cart Popup Styles
   ============================================= */

/* Wrapper for cart icon + popup positioning */
.minicart-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* Cart item count badge */
.minicart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #253A00;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    pointer-events: none;
}

.index .minicart-count {
    background: #fff;
    color: #253A00;
}

/* The popup dropdown */
.minicart-popup {
    position: absolute;
    top: calc(100% + 14px);
    right: -10px;
    width: 420px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #00000014;
    box-shadow: 0px 20px 60px 0px #2E7D3226;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

.minicart-popup.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* -- Header -- */
.minicart-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 0px 20px 0px;
}

.minicart-header__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.minicart-header__title {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.minicart-header__count {
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
}

/* Close button – circular with gray bg */
.minicart-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDECEC;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    padding: 10px;
    transition: background 0.2s ease;
    margin-top: 2px;
}

.minicart-close:hover {
    background: #e0e0e0;
}

/* -- Cart Items container -- */
.minicart-items {
    max-height: 300px;
    overflow-y: auto;
    padding: 0 20px;
}

/* Custom scrollbar */
.minicart-items::-webkit-scrollbar {
    width: 3px;
}

.minicart-items::-webkit-scrollbar-track {
    background: transparent;
}

.minicart-items::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px;
}

/* -- Individual cart item -- */
.minicart-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #EFEFEF;
}

.minicart-item:first-child {
    border-top: 1px solid #EFEFEF;
}

.minicart-item__image {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minicart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Item details */
.minicart-item__details {
    flex: 1;
    min-width: 0;
}

/* Name + Price row */
.minicart-item__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 5px;
}

.minicart-item__name {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 21px;
}

.minicart-item__price {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.minicart-item__price img {
    width: 14px;
    height: auto;
}

/* See Details toggle */
.minicart-item__toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    padding-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
}

.minicart-item__toggle:hover {
    color: #000;
}

.minicart-item__toggle svg {
    transition: transform 0.2s ease;
}

/* Quantity */
.minicart-item__qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.minicart-item__qty-label {
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}

.minicart-item__qty-value {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

/* -- Footer -- */
.minicart-footer {
    padding: 20px;
}

/* Subtotal row */
.block-minicart .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #eee;
    margin-bottom: 16px;
}

.block-minicart .subtotal .label{font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;}

.minicart-subtotal__label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
}

.price-wrapper{font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;}

.minicart-subtotal__price {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 4px;
}

.minicart-subtotal__price img {
    height: auto;
}

/* Checkout button */
.minicart-checkout__btn {

    margin-bottom: 14px;
}

/* View and Edit Cart link */
.minicart-edit-link {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: 5px 0;
}

.minicart-edit-link:hover {
    color: #000;
    text-decoration: none;
}

/* -- Minicart Overlay (mobile) -- */
.minicart-overlay {
    display: none;
}

/* ---- Responsive: Mobile ---- */
@media (max-width: 1024px) {

    /* On mobile, the minicart-wrapper needs to follow the absolute positioning of cart-desktop */
    .minicart-wrapper {
        position: static;
    }

    .minicart-wrapper .cart-desktop {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary-color);
        margin: 0;
    }

    .minicart-popup {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: 380px;
        height: 100%;
        border-radius: 0;
        transform: translateX(-100%);
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
        z-index: 10001;
        display: flex;
        flex-direction: column;
    }

    .minicart-popup.is-open {
        transform: translateX(0);
    }

    .minicart-items {
        flex: 1;
        max-height: none;
    }

    .minicart-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
        display: none;
    }

    .minicart-overlay.is-open {
        display: block;
    }
    .minicart-wrapper.active .block-minicart{width: 350px;}
    .cms-index-index .minicart-wrapper .action.showcart .counter.qty{background: #000;}
    .cms-index-index .minicart-wrapper .action.showcart .counter.qty .counter-number{color:#fff;}
}