@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url(./base.css);
@import url(./easings.css);

@layer General, Presets, Utils, Container, FlexSystem, Block, Button, Scroller;


:root {
    --clr-primary-hsl: 204, 78%, 45%;
    --clr-primary-main: #000;
    --clr-primary-dark: #1e1e1e;
    --clr-primary-light: #fff;
    --clr-primary-text: #000;

    --clr-secondary-main: #ba3228;
    --clr-secondary-dark: #a12a21;
    --clr-secondary-light: #f9e1de;
    --clr-secondary-text: #320704;
    --clr-secondary-hsl: 291, 64%, 42%;

    --clr-error: #d32f2f;
    --clr-warning: #b76e00;
    --clr-success: #66bb6a;
    --clr-info: #0c8ce9;
    --fz-1: 2.5rem;
    --fz-2: 2rem;
    --fz-3: 1.5rem;
    --clr-black: #000;
    --clr-dark: #101010;
    --clr-body: #1a1a1a;
    --clr-white: #fff;
    --clr-gray: #808080;
    --clr-gray-100: #f8f8f8;
    --clr-gray-200: #f2f2f2;
    --clr-gray-300: #ededed;
    --clr-gray-400: #d8d8d8;
    --clr-gray-500: #ccc;
    --clr-gray-600: #bfbfbf;
    --clr-gray-700: #a1a1a1;
    --clr-gray-800: #9d9d9d;
    --clr-gray-900: #637381;
    --clr-auto: hsl(0, 0%, 0%, 5%);
    --clr-link: #646cff;
    --clr-link-hover: #535bf2;
    --font-title: "Oswald", system-ui, -apple-system, BlinkMacSystemFont,
        'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
        sans-serif;
    --font-body: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
        Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --smooth-shadow: 0px 0.6px 0.9px rgba(0, 0, 0, 0.006),
        0px 1.4px 2.1px rgba(0, 0, 0, 0.009), 0px 2.3px 3.5px rgba(0, 0, 0, 0.011),
        0px 3.5px 5.2px rgba(0, 0, 0, 0.013), 0px 5px 7.5px rgba(0, 0, 0, 0.015),
        0px 7.1px 10.6px rgba(0, 0, 0, 0.017),
        0px 10.1px 15.1px rgba(0, 0, 0, 0.019),
        0px 14.6px 21.9px rgba(0, 0, 0, 0.021),
        0px 22.5px 33.8px rgba(0, 0, 0, 0.024), 0px 40px 60px rgba(0, 0, 0, 0.03);
    --border-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    --elevation-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px -1px 1px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px -2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    --elevation-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px -3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --elevation-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px -4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --elevation-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px -6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    --elevation-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px -8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --elevation-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px -12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --elevation-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px -16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --elevation-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px -24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    --clamp-btn: clamp(1em, 2.5vw, 1.25em) clamp(1em, 2.5vw, 2em);
    --clamp-box: clamp(1rem, 3vw, 1.25rem);
    --overlay-linear: linear-gradient(hsl(0, 0%, 0%, 85%), hsl(0, 0%, 0%, 85%));
    --block-spacing: clamp(2.5rem, 3vw + 1rem, 3.5rem);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: optimizeSpeed;
    --clr-bg: hsl(0, 0%, 0%, 5%);
    --clr-border: hsl(0, 0%, 0%, 10%);
    --body-bg: var(--clr-white);
}

[data-theme="dark"] {
    --body-bg: var(--clr-dark);
    --clr-bg: hsl(0, 0%, 100%, 5%);
    --clr-border: hsl(0, 0%, 100%, 10%);
    --clr-body: #1a1a1a;
    --clr-auto: hsl(0, 0%, 100%, 5%);
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}



body {
    visibility: hidden;
    transition: 300ms;
    opacity: 0;
}

body.CE-200 {
    visibility: visible;
    opacity: 1;
}




/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/

/* .back-to-top {
    position: fixed;
    right: clamp(15px, 3vw, 24px);
    bottom: clamp(15px, 3vw, 24px);
    display: grid;
    place-items: center;
}

.back-to-top>* {
    grid-area: 1 / -1;
}

.back-to-top svg {
    transform: rotate(-90deg);
}

.back-to-top svg circle {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 3px;
    stroke-linecap: round;
    fill: transparent;
    width: 100%;
}

.back-to-top svg .progress-bar {
    stroke: url(#grad);
    fill: #fff;
    transition: stroke-dashoffset 0s ease-in-out;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.back-to-top .pct {
    color: var(--clr-dark);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    margin: 0;
    font-size: 14px;
    z-index: 1;
} */

::selection {
    background-color: var(--clr-primary-dark);
    color: var(--clr-primary-light);
}




/*=============================================
=            Form-Control            =
=============================================*/
/* .FormControl-root {
    --_size-y: 50px;
    --_size-x: 100%;
    --_rounded: 0.25em;
    --_fz: 1rem;
    --_fz-shrink: 0.725rem;
    --_autofill-bg: hsl(var(--clr-primary-hsl), 10%);
    --_autofill-color: var(--clr-primary-text);
    position: relative;
    isolation: isolate;
}

.FormControl-group .FormControl-error {
    color: var(--clr-error);
    font-size: 80%;
}

.FormControl-root.FormControl-required :is(.FormControl-label, legend) {
    contain: layout;
}

.FormControl-root.FormControl-required :is(.FormControl-label, legend)::after {
    content: "*";
    color: var(--clr-error);
}

.FormControl-root.FormControl-invalid {
    color: var(--clr-error);
    border-color: var(--clr-error);
}

.FormControl-root .FormControl-label {
    position: absolute;
    inset: 0;
    text-indent: 1rem;
    font-size: var(--_fz);
    transition: 500ms cubic-bezier(0.175, 0.92, 0.165, 1);
    pointer-events: none;
    height: var(--_size-y);
    line-height: var(--_size-y);
}

.FormControl-root.FormControl-shrink .FormControl-label {
    transform: translateY(-50%);
    font-size: var(--_fz-shrink);
}

.FormControl-root .InputBase-root {
    display: grid;
}

.FormControl-root .InputBase-root>* {
    grid-area: 1 / -1;
}

.FormControl-root .InputBase-input {
    padding: 0.5rem 1rem;
    margin: 0;
    border: none;
    outline: none;
    height: var(--_size-y);
    box-sizing: border-box;
    font-size: 1rem;
    background-color: transparent;
    font-family: var(--font-body);
    color: inherit;
}

.FormControl-root .InputBase-input::placeholder {
    color: transparent;
    transition: 200ms ease;
}

.FormControl-root.FormControl-shrink .InputBase-input::placeholder {
    color: inherit;
}

.FormControl-root select.InputBase-input {
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.FormControl-root select.InputBase-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1rem 1rem;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
}

.FormControl-root select.InputBase-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
    background-size: 1rem 1rem;
    background-position: calc(100% - 1rem);
    background-repeat: no-repeat;
}

.FormControl-root .InputBase-input option {
    font-size: initial;
    color: initial;
}

.FormControl-root .InputBase-input:-webkit-autofill {
    box-shadow: inset 0 0 0 100px var(--_autofill-bg) !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--_autofill-color);
    color: var(--_autofill-color)
}

.FormControl-root fieldset {
    border: 1px solid currentColor;
    padding-inline: 0.5rem;
    position: absolute;
    inset: -0.5rem 0 0 0;
    pointer-events: none;
    height: calc(100% + 0.5rem);
    opacity: 0.5;
    box-sizing: border-box;
}

.FormControl-root:is(:hover, .FormControl-shrink) fieldset {
    opacity: 1;
}

.FormControl-root legend {
    all: revert-layer;
    margin: 0;
    font-size: 0;
    padding-inline: 0;
    height: 1rem;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    box-sizing: border-box;
    transition: 500ms cubic-bezier(0.175, 0.92, 0.165, 1);
}

.FormControl-root.FormControl-shrink legend {
    width: auto;
    padding-inline: 0.5rem;
    font-size: var(--_fz-shrink);
}

.FormControl-root :is(.InputBase-input, fieldset) {
    width: 100%;
    border-radius: var(--_rounded, 0);
    -webkit-border-radius: var(--_rounded, 0);
    -moz-border-radius: var(--_rounded, 0);
    -ms-border-radius: var(--_rounded, 0);
    -o-border-radius: var(--_rounded, 0);
}

.FormControl-root:not(.FormControl-shrink) .InputBase-input:is([type="date"], select) {
    font-size: 0px;
    color: transparent;
} */


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: none;
    -moz-appearance: textfield;
}



.Adornment-root {
    display: flex;
}

.Adornment-item {
    aspect-ratio: 1;
    height: 100%;
    display: grid;
    place-content: center;
}


/*=====  End of Form-Control  ======*/








.Tooltip-root {
    position: fixed;
    padding: 6px 10px;
    background: rgba(17, 17, 17, 0.92);
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 140ms ease, transform 140ms ease;
    z-index: 9999;
    max-width: 220px;
}

.Tooltip-show {
    opacity: 1;
    transform: scale(1);
}



ui-button[icon] iconify-icon {
    font-size: 1.5rem;
}



/* Header */

.Navbar-root {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.Navbar-brand {
    width: 100%;
    max-width: min(40%, 140px);
    align-self: center;
    background-image: unset;
}

.Navbar-actions li>* {
    display: block;
    height: 100%;
}

.Navbar-actions li>*::part(root) {
    height: 100%;
}

.Navbar-root>.Navbar-nav,
.Navbar-actions {
    display: flex;
}

.Navbar-root .Navbar-link {
    padding: clamp(0.7em, 1.36vw, 1em);
    font-weight: 400;
    display: block;
    font-size: clamp(15px, 1.36vw, 18px);
    text-transform: uppercase;
    font-family: var(--font-title);
}

.Navbar-root .Navbar-link[aria-current="page"] {
    background-size: 100% 2px;
}

.Navbar-action-support .Navbar-nav {
    position: absolute;
    display: none;
}

.Navbar-action-support ui-button::part(root) {
    font-weight: 400;
    gap: 0.5rem;
}

#ekit-megamenu-header-menu a {
    background-position: left bottom;
}




.Swiper-hero {
    position: relative;
}

.Swiper-hero::part(button-next),
.Swiper-hero::part(button-prev) {
    color: #fff;
}

.Swiper-hero .Swiper-slide {
    min-height: 432px;
    contain: paint;
}

.Swiper-hero .Swiper-text {
    color: #fff;
}

.Swiper-hero .Swiper-bg>* {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.Swiper-hero .Swiper-toggle {
    position: absolute;
    inset: 1.5rem 1.5rem auto auto;
    z-index: 99;
    color: white;
    border-radius: 50%;
    contain: paint;
}

.Swiper-hero .Swiper-action {
    margin-top: 1.5rem;
}

.Swiper-progress {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    pointer-events: none;
}

.Swiper-progress circle {
    fill: none;
    stroke-width: 1;
}

.progress-bg {
    stroke: hsl(0 0% 100% / 0.2);
}

.progress-ring {
    stroke: white;
    stroke-linecap: round;

    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}















/* Footer-root */
.Footer-root {
    background-color: var(--clr-black);
    color: var(--clr-white);
}

.Footer-root ui-flex {
    padding-block: var(--block-spacing);
}

.Footer-root :is(span, p, a) {
    font-size: 80%;
}

.Footer-root a {
    font-weight: 400;
    color: inherit;
}

.Footer-root .Widget-root a {
    background-position: left bottom;
}

.Footer-more {
    padding-block-end: 1.5rem;
}

.Footer-more .Footer-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Footer-more .Footer-row:not(:last-child) {
    margin-block-end: 1rem;
    padding-block-end: 1rem;
    border-bottom: 0.25rem solid currentColor;
}

.Footer-more .Navbar-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}


.Widget-title>* {
    font-size: clamp(1.25rem, 1.25vw + 0.5rem, 20px);
    color: var(--clr-white);
    margin-bottom: 0.15em;
    text-transform: uppercase;
}

.Footer-socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}












.Swiper-slide {
    align-content: center;
    padding-block: var(--block-spacing);
    color: white;
}

.Swiper-slide .Swiper-title>* {
    color: white;
}

.Swiper-slide .Swiper-title>* {
    color: white;
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    margin-bottom: 0.5em;
}

.Swiper-content {
    padding-inline-start: 5rem;
}



.Swiper-new-products::part(wrapper) {
    padding-block: 1rem;
}

.Paper-root {
    display: block;
    padding: 0.725rem;
    box-shadow: var(--elevation-1);
    /* border-radius: 0.35rem; */
}

.Swiper-new-product--link .product-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.Swiper-new-product--link {
    box-shadow: var(--elevation-1) !important;
    background-image: unset;
    min-height: 537.55px;
}

.Swiper-new-product--link .product-content {
    text-align: center;
    margin-top: 2rem;
}

.Swiper-new-product--link .product-title {
    font-size: clamp(1.25rem, 1.5vw + 0.25rem, 32px);
    margin-bottom: 0.5em;
}

.Block-featured {
    contain: layout;
}

.Block-featured::after {
    content: "";
    position: absolute;
    inset: 100% auto auto 50%;
    translate: -50% -1px;
    background-color: #000;
    width: 4rem;
    height: auto;
    aspect-ratio: 2 / 0.65;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.Swiper-new-products::part(button-prev),
.Swiper-new-products::part(button-next) {
    background-color: #fff;
    border-radius: 50%;
    contain: paint;
    width: 50px;
    aspect-ratio: 1;
    height: auto;
    display: grid;
    place-content: center;
    padding: 0.72rem;
    box-sizing: border-box;
    color: #000;
    box-shadow: var(--elevation-2);
}




.Overlayed .Block-heading>* {
    color: #fff;
}

.Overlayed>* {
    contain: paint;
    aspect-ratio: 16 / 10;
    color: #fff;
    height: 550px !important;
}

.Overlayed>*>* {
    height: 100%;
    grid-area: 1 / -1;
    justify-content: end;
}

.Overlayed .elementor-widget-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.Overlayed .elementor-widget-image+* {
    height: 100%;
    justify-content: end;
    border-image: fill 0 linear-gradient(to top, hsl(0, 0%, 0%, 0.5), transparent);
}

.cat-align .elementor-widget-image+* {
    height: 100%;
    justify-content: space-between;
}

.Overlayed .elementor-widget-image a {
    display: contents;
}

.Overlayed .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.img-100 .elementor-widget-image :is(a, img) {
    width: 100%;
}




.Categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.Categories-grid .Category-figure {
    contain: paint;
    display: block;
    width: 100%;
    height: 550px;
}

.Categories-grid .Category-thumb>* {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.Categories-grid .Category-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1.5rem;
    border-image: fill 0 linear-gradient(to top, hsl(0, 0%, 0%, 80%), transparent);
}

.Categories-grid .Category-title>* {
    color: #fff;
}



.Story-link {
    display: block;
}

.Story-figure {
    contain: paint;
    height: 400px;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.Story-caption {
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.Story-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.Story-caption .Block-heading>* {
    color: #fff;
}


.Form-newsletter form {
    max-width: 575px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto;
}

.Form-newsletter form fieldset {
    border-radius: 0 !important;
    border-right: 0;
}

.Form-newsletter ui-button {
    height: 100%;
}

.Form-newsletter ui-button::part(root) {
    height: 100%;
}

.Form-newsletter .wpcf7-not-valid-tip {
    display: none;
}

#ekit-megamenu-header-menu .elementskit-megamenu-panel {
    background-color: #fff;
    position: fixed;
}



.Header-actions,
.Header-actions :is(.elementor-shortcode, .Navbar-actions) {
    height: 100%;
}


.sort-by {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: end;
    margin-block-end: 1.5rem;
}

.sort-by select {
    padding-inline-end: 3rem !important;
}











.Block-sale {
    border-top: 1px solid #ccc;
}

.Products-grid .Product-figure {
    contain: paint;
}

.Products-grid .Product-thumb {
    background-color: var(--clr-gray-100);
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    aspect-ratio: 1 / 0.6;
}

.Products-grid .Product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
}


.Products-grid .Product-price {
    margin-block-start: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.Products-grid .Product-price del {
    opacity: 0.75;
}

.Products-grid .Product-price ins {
    font-weight: 600;
}


.Block-sale .Block-body {
    contain: layout;
}

.Block-sale #products-loading {
    position: absolute;
    inset: 0;
    background-color: hsl(0, 0%, 0%, 5%);
    backdrop-filter: blur(1rem);
    z-index: 99;
    align-content: center;
    text-align: center;
}

.Block-sale #products-loading iconify-icon {
    font-size: 2rem;
}




.Block-sale .Product-root {
    contain: layout;
}

.Block-sale .Product-root::before {
    content: "SALE";
    position: absolute;
    inset: 1.5rem auto auto 0;
    width: max-content;
    height: max-content;
    padding: 0.5em 2em 0.5em 1em;
    display: grid;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    place-content: center;
    background-color: #6dcff6;
    z-index: 99;
    font-family: var(--font-title);
}




.Grid-overlay>* {
    contain: paint;
    width: 100%;
    height: 400px;
}

.Grid-overlay>*>:first-child {
    position: absolute;
    inset: 0;
}

.Grid-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    transition: 300ms ease;
}

.Grid-overlay>*:hover img {
    scale: 1.15;
}

.Grid-overlay>*>:last-child {
    padding: 24px;
    height: 100%;
    display: grid;
    place-content: center;
}

.Grid-overlay>*>:last-child * {
    color: #fff;
}




.Paper-leader {
    contain: paint;
    padding: 0;
}

.Paper-leader .Figure-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.Paper-leader .Figure-caption {
    padding: 1rem;
}

.Paper-leader .Figure-caption .Figure-desc {
    font-size: 1rem;
    opacity: 0.8;
}




.Paper-location {
    padding: 0;
    height: 100%;
    background-color: #fff;
}

.Paper-location .Figure-caption {
    padding: 1rem;
}

.Paper-location img {
    width: 100%;
}



.Form-ideas form {
    display: grid;
    gap: 1rem;
}

.Form-ideas .wpcf7-list-item {
    margin: 0;
    margin-top: 8px;
}

.Form-ideas .label {
    font-weight: 500;
}

.Form-ideas .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Form-ideas input[type="checkbox"] {
    width: 18px;
    accent-color: #000;
    height: 18px;
}

.Form-ideas ui-button::part(root) {
    box-shadow: none;
}

.Form-ideas .wpcf7-not-valid-tip {
    height: 0;
    font-size: 14px;
}

.Form-ideas .wpcf7-form.invalid> :nth-child(-n+3) {
    margin-bottom: 1.5rem;
}









.Table-container table {
    width: 100%;
}

.Table-container table th {
    font-weight: 800;
    font-family: var(--font-title);
}

.Table-container table tr:not(:last-child) {
    box-shadow: 0 1px #ccc;
}

.Table-container table :is(td, th) {
    padding: 16px;
    text-align: left;
}



.Block-cat--after-banner .Block-content {
    text-align: center;
    max-width: 100ch;
    margin-inline: auto;
}


.Block-featured {
    text-align: center;
    padding: 0.725rem 1rem;
    background-color: #000;
}

.Block-featured .Block-heading>* {
    color: #fff;
}




.Flex-category--videos {
    margin-top: 2rem;
}

.Video-root {
    text-align: center;
}

.Video-media {
    margin-block-end: 1rem;
}


.Block-category--footer {
    padding-block: 0;
}

.Block-category--footer ui-container::part(root) {
    padding: 0;
}

.Block-category--footer ui-flex::part(root) {
    align-items: center;
}

.Block-category--footer flex-item:first-child::part(root) {
    padding: 3rem;
    box-sizing: border-box;
}

.Block-category--footer ul {
    display: grid;
    gap: 1rem;
}

.Block-category--footer ul a {
    font-family: var(--font-title);
    font-size: 1.25rem;
    font-weight: 400;
    background-position: left bottom;
}

.Block-category--footer :is(.Category-footer--banner, .Category-footer--banner img) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.Block-category--cards {
    padding: 0;
}

.Block-category--cards .Flex-category--cards::part(root) {
    --_gap: 0px;
}

.Block-category--cards flex-item::part(root) {
    flex-grow: 1;
}

.Block-category--cards .Card-category {
    display: grid;
    height: 400px;
    contain: paint;
    padding: 1.5rem;
    place-content: center;
}

.Block-category--cards .Card-category [aria-level] {
    color: #fff;
}

.Block-category--cards .Card-category img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: all 300ms ease;
    filter: brightness(0.5);
}

.Block-category--cards .Card-category:hover img {
    scale: 1.15;
}


.Hero-category {
    height: 432px;
}

.Hero-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.Navbar-action-support ui-button::part(root) {
    font-size: 13px;
    font-family: var(--font-title);
}

.Navbar-action-support ui-button::part(icon) {
    font-size: 1rem;
}

.container-f123 {
    flex: 1 !important;
    justify-content: space-between;
}



@media (max-width: 991.98px) {
    .Swiper-hero {
        background-color: #000;
    }

    .Swiper-hero .Swiper-bg {
        margin-inline: -1rem;
    }

    .Swiper-hero .Swiper-bg>* {
        position: static;
        aspect-ratio: 16 / 9;
    }

    .Swiper-hero swiper-slide {
        padding: 0;
        align-content: unset;
    }

    .Swiper-hero .Swiper-content {
        padding: 3rem 1rem 1rem 1rem;
        text-align: center;
    }

    .Categories-grid {
        grid-template-columns: 1fr;
    }
}

.Footer-logo img {
    width: 140px;
}

.Footer-logo+span {
    font-size: 18px;
}



.Navbar-actions {
    padding-left: 3rem;
    contain: layout;
}

#Header-search-form {
    background-color: #fff;
    position: absolute;
    inset: calc(1rem - 6px) 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    border: 1px solid #ddd;
    padding: 6px;
    align-items: center;
}

#Header-search-form iconify-icon {
    font-size: 1.25rem;
}

#Header-search-form input {
    min-width: 0;
    border: 0;
    outline: 0;
}

#Header-search-form:focus-within {
    border-color: #707070;
}

#Header-search-form button {
    background-color: unset;
    border: 0;
    display: grid;
    place-content: center;
    cursor: pointer;
}

.Mega-menu {
    overflow: auto;
    max-height: calc(100vh - 100px);
}





.Block-cat--sidebar-products {
    padding: 0;
    border-block: 1px solid #d9d9d9;
}

.Block-cat--sidebar-products-wrapper {
    display: grid;
    grid-template-columns: 315px 1fr;
}

.Block-cat--sidebar-products-wrapper>:first-child {
    border-right: 1px solid #d9d9d9;
    padding-right: 1rem;
}

.Block-cat--sidebar-products-wrapper>:last-child {
    padding-left: 1rem;
}

.Block-cat--sidebar-products-wrapper>* {
    padding-block: 1.5rem;
}


.Block-cat--products-list .Block-heading [aria-level] {
    font-size: 24px;
    text-transform: capitalize;
}

.Block-cat--products-list .Product-desc {
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.Block-cat--products-list .Product-root {
    height: 100%;
}

.Block-cat--products-list .Product-figure {
    margin: 0;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.Block-cat--products-list .Product-caption {
    display: flex;
    flex-direction: column;
}

.Block-cat--products-list .Product-price {
    margin-top: auto;
    font-size: 18px;
    font-family: var(--font-title);
}

.Product-root {
    contain: layout;
}

.compare-mode .gsp-compare-btn {
    display: grid;
}

.Product-root .gsp-compare-btn {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    z-index: 2;
    font-size: 0;
    place-items: start end;
    background-color: hsla(0, 0%, 85%, .5);
    cursor: pointer;
}

.Product-root .gsp-compare-btn.added {
    background-color: transparent;
    outline: 1px solid #000;
}

.Product-root .gsp-compare-btn:not(.added)::before {
    content: "+";
    display: grid;
    place-content: center;
    width: 42px;
    aspect-ratio: 1;
    background-color: #000;
    grid-area: 1 / -1;
    font-size: 24px;
    color: #fff;
}

.Product-root .gsp-compare-btn.added::after {
    content: "—";
    display: grid;
    place-content: center;
    width: 42px;
    aspect-ratio: 1;
    background-color: #000;
    color: #fff;
    z-index: 99;
    grid-area: 1 / -1;
    font-size: 12px;
}


#ekit-megamenu-header-menu>li:hover>a {
    background-size: 100% 3px;
    color: #000;
    background-position: center bottom;
}




.Block-cat--product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.Compare-btn.Compare-btn {
    margin: 0;
    font-size: 14px;
    background-color: transparent;
    color: #000;
    border: 1px solid currentColor;
    font-family: var(--font-title);
    padding: 8px 24px;
    text-transform: uppercase;
}

.Form-sortBy {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Form-sortBy label {
    font-weight: 600;
}

.Form-sortBy #sortby {
    padding: 15.75px;
    padding-right: 35.75px;
    font-size: 1rem;
    appearance: unset;
    min-height: 60px;
    min-width: 245px;
    border: 1px solid #d9d9d9;
}

.Form-sortBy .Form-sortBy--box {
    contain: layout;
}

.Form-sortBy .Form-sortBy--box iconify-icon {
    position: absolute;
    inset: 0 1rem 0 auto;
    display: grid;
    place-content: center;
    pointer-events: none;
}


.compare-mode .Compare-btn {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.compare-mode .Compare-btn::after {
    content: "×";
    font-family: var(--font-body);
}

.Sidebar-attributes {
    font-size: 14px;
}

.Sidebar-attributes h4 {
    font-family: var(--font-body);
    font-weight: 600;
    margin-bottom: 1rem;
}

.Sidebar-attributes ul {
    padding: 0;
    user-select: none;
    list-style: none;
}

.Sidebar-attributes:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d9d9d9;
}

.Sidebar-attributes li {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.Sidebar-attributes label {
    line-height: 1;
}

.Sidebar-attributes li:not(:last-child) {
    margin-bottom: 1rem;
}


input[type="checkbox"] {
    appearance: none;
    width: 1rem;
    aspect-ratio: 1;
    border: 2px solid currentColor;
}

input[type="checkbox"]:checked {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA0OC43NSI+PHBhdGggZD0iTTQ5LjI4IDBMMjEgMjcuNzlsLTEwLjQ4LTEwLjNMMCAyOC4wMWwyMSAyMC43NCAzOS0zOC41MXoiLz48L3N2Zz4=');
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}

input[type="checkbox"]:hover {
    background-color: hsl(0, 0%, 0%, 10%);
    cursor: pointer;
}




.Block-cat--products-list {
    contain: layout;
}

.Block-cat--products-list .Products-loader {
    position: absolute;
    inset: 0;
    z-index: 99;
    background-color: hsla(0, 0%, 85%, .5);
    backdrop-filter: blur(0.5rem);
    display: grid;
    place-content: center;
    text-align: center;
}


.Block-cat--featured {
    contain: layout;
}

.Block-cat--featured::before {
    position: absolute;
    content: "";
    inset: 45% 0 0 0;
    background-color: #fff;
    z-index: -1;
}

.Block-cat--featured .Featured-image>* {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.Featured-products--list {
    margin-top: 2.5rem;
    display: flex;
    overflow: auto;
}

.Featured-products--list .Featured-link {
    flex: 1 0 max((100% / 5), 240px);
    background-image: unset;
}

.Featured-products--list .Featured-product {
    padding-inline: 1rem;
    text-align: center;
}

.Featured-products--list .Featured-product img {
    width: 100%;
    height: 248px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}

.Featured-products--list .Block-heading>* {
    font-size: 24px;
}

.Featured-products--list .Featured-desc {
    font-size: 18px;
}

.compare-mode div#gsp-sticky {
    display: flex !important;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    height: 113px;
    border-top: 1px solid #d9d9d9;
}

#gsp-sticky .item {
    width: 47px;
    height: 52px;
    padding: 0;
}

.compare-go {
    padding: .875rem 2rem;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid currentColor;
}


.gsp-compare-table {
    width: 100%;
    border-collapse: collapse;
}

.gsp-compare-table th {
    text-align: left;
}

.gsp-compare-table :is(th, td) {
    border: 1px solid #d9d9d9;
    padding: 1rem;
}





.Block-product--main .Product-gallery {
    display: grid;
    grid-template-columns: 80px 1fr;
    contain: layout;
    position: relative;
    isolation: isolate;
}

.Block-product--main .Product-gallery .Product-gallery--thumbs-wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-column: 1 / 1;
    contain: layout;
    position: relative;
    isolation: isolate;
    gap: 1rem;
}

.Block-product--main .Product-gallery .Product-gallery--thumbs-wrapper .Swiper-prev {
    grid-row: 1 / 1;
}

.Block-product--main .Product-gallery .Product-gallery--thumbs {
    position: absolute;
    height: 100%;
    grid-row: 2 / 2;
}

.Block-product--main .Product-gallery .Product-gallery--thumbs-wrapper .Swiper-next {
    grid-row: 3 / 3;
}

.Block-product--main .Product-gallery .Product-gallery--main {
    min-width: 0;
    grid-column: 2 / 2;
}

.Block-product--main .Product-gallery .Product-gallery--main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Block-product--main .Product-gallery--thumbs-wrapper [class^="Swiper-"] {
    width: 100%;
}

.Block-product--main .Product-gallery--thumbs-wrapper [class^="Swiper-"]::part(root) {
    width: 100%;
    background-color: #cacaca;
    color: #fff;
    box-sizing: border-box;
    padding: 0.25em;
    font-size: 1.25rem;
}

.Block-product--main .Product-gallery--thumbs-wrapper img {
    border: 2px solid #d9d9d9;
    padding: 0.5rem;
    transition: all 200ms;
    cursor: pointer;
}

.Block-product--main .Product-gallery--thumbs-wrapper .swiper-slide-thumb-active img {
    border-color: currentColor;
}

.Block-product--main .Product-gallery--main::part(button-prev),
.Block-product--main .Product-gallery--main::part(button-next) {
    color: currentcolor;
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    visibility: hidden;
}

.Block-product--main .Product-gallery--main:hover::part(button-prev),
.Block-product--main .Product-gallery--main:hover::part(button-next) {
    visibility: visible;
}



.Block-product--categories {
    text-align: center;
    text-transform: uppercase;
    padding-block: 18px;
}

.Block-product--main .Product-info,
.Block-product--main .Product-summary,
.Block-product--main .Product-actions {
    display: grid;
    gap: 1rem;
}

.Block-product--main .Product-summary .Block-heading {
    margin: 0;
}

.Block-product--main .Product-delivery {
    font-weight: 500;
}

.Block-product--main ui-button::part(root) {
    background-color: #0079be;
    color: #fff;
    padding: 13.5px 40px;
    text-transform: uppercase;
}

.Block-product--main ui-button::part(root):hover {
    background-color: #0089d7;
    box-shadow: unset;
}



.Block-product--tabs ui-tabs tab-list {
    background-color: #d9d9d9;
    box-shadow: 0 0 0 100vmax #d9d9d9;
    clip-path: inset(0 -100vmax);
    position: sticky;
    top: 0;
    z-index: 99;
}

.Block-product--tabs ui-tabs tab-trigger::part(ui-button) {
    --_py: 28px;
}



.Block-product--tabs ui-tabs {
    gap: 0;
}

.Block-product--tabs tab-list::part(scroll-container) {
    justify-content: center;
}

.Block-product--tabs tab-trigger {
    max-width: max-content;
}



.Overview-banner--item {
    contain: layout;
    min-height: 100vh;
    min-height: 100dvh;
    padding: var(--block-spacing);
    align-content: center;
}

.Overview-banner--item::before {
    --_dir: to left;
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(var(--_dir), hsl(0, 0%, 0%, 80%), transparent);
}

.Overview-banner--item :is(img, video, iframe) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.Overview-banner--item iframe {
    z-index: 2;
}

.Overview-banner--content {
    max-width: 500px;
}

.Overview-banner--content [aria-level] {
    color: #fff;
}

.Overview-banner--item.align-right::before {
    --_dir: to left;
}

.Overview-banner--item.align-left::before {
    --_dir: to right;
}

.Overview-banner--content [aria-level="1"] {
    font-size: 72px;
}

.Overview-banner--item.align-right .Overview-banner--content {
    text-align: right;
    margin-left: auto;
}





.Overview-highlights--grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.Overview-highlights--item {
    padding: 1.5rem;
    display: grid;
    gap: 1rem;
    place-items: center;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}




.Overview-features--heading {
    padding: 3rem;
    text-align: center;
    background-color: #000;
}

.Overview-features--heading span {
    font-size: 4.5rem;
    color: #fff;
}

.Block-product--tabs tab-panel::part(panel),
.Overview-features ui-container::part(root) {
    display: grid;
    gap: var(--block-spacing);
}

.Overview-features--grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.Overview-features--item {
    padding: 1rem;
    text-align: center;
}

.Overview-features--item img {
    width: 222px;
    margin-bottom: 1.5rem;
}

.Overview-features--item [aria-level] {
    font-size: 24px;
}

.Overview-features--description {
    font-size: 14px;
}




.Overview-content_sections-block:not(:last-child) {
    margin-bottom: var(--block-spacing);
}

.Overview-content_sections .section_title [aria-level] {
    font-size: 30px;
}

.Overview-content_sections .section_title {
    border-bottom: 1px solid currentColor;
    padding-block-end: 0.5rem;
    margin-bottom: 2rem;
}

.Overview-content_sections--grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.Overview-content_sections--item {
    text-align: center;
}

.Overview-content_sections--item [aria-level] {
    font-size: 1.5rem;
    margin-top: 1rem;
}

.Overview-content_sections--item .Overview-content_sections--description {
    font-size: 14px;
}



.Overview-note {
    background-color: #f2f2f2;
    font-size: 11px;
    padding-block: 3rem;
}



.Overview-compatible-products .Product-figure {
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-columns: 96px 1fr;
    margin: 0;
}

.Overview-compatible-products .Product-figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.Overview-compatible-products .Product-figure [aria-level] {
    font-size: 1rem;
}




.Block-product--tabs .Products-compatible {
    padding-block: 50px;
}

.Block-product--tabs .Compatible-products-list .Product-figure {
    margin: 0;
    display: grid;
    grid-template-columns: 97px 1fr;
    gap: 1rem;
    align-items: center;
}

.Block-product--tabs .Compatible-products-list .Product-figure [aria-level] {
    font-size: 1rem;
}

.In-box-block {
    padding-block: 50px;
}

.List-in-box {
    display: grid;
    gap: 1rem;
	padding-left: 1rem;
    list-style-type: disc;
}

.Block-product--tabs ui-container::part(root) {
    max-width: 1170px;
}


:is(.Product-linked-variations, .Product-variant-group)>span {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.Product-variant-switcher {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.Product-linked-variations .Product-linked-variations-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.725rem;
}

.Product-linked-variations .Product-figure {
    margin: 0;
}

.Product-linked-variations .Product-root {
    border: 2px solid #d9d9d9;
    box-shadow: unset;
    background-image: unset;
    transition: 200ms ease;
    padding: 0;
}

.Product-linked-variations .Product-root img {
    width: 80px;
}

.Product-linked-variations .Product-root:hover {
    border-color: currentColor;
}

.Product-linked-variations .Product-root.Product-active {
    border-color: #000;
    cursor: not-allowed;
    pointer-events: none;
}



.variant-btn {
    padding: 7px 16px;
    border: 2px solid #d9d9d9;
    background-color: transparent;
    cursor: pointer;
    transition: 200ms;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-body);
}
.variant-btn.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.variant-btn:hover {
    border-color: #000;
}


@media (max-width: 991.98px) {
	.Block-cat--sidebar-products-wrapper {
		grid-template-columns: 1fr;
	}
	.Block-cat--products-wrapper.Block-cat--products-wrapper {
		padding-inline: 0;
	}
	.Form-sortBy {
		flex-direction: column;
		align-items: unset;
		margin-block-end: 1rem;
	}
	.Form-sortBy select {
		width: 100%;
	}
	
	.Block-cat--sidebar-products-wrapper ui-button {
		padding: 0;
		border: 0 !important;
		display: block;
	}
	.Block-cat--sidebar-products-wrapper ui-button::part(root) {
		width: 100%;
		justify-content: space-between;
		margin-top: 1rem;
		font-size: 1rem;
		font-weight: 600;
		padding-inline: 0;
	}
	.Navbar-actions {
		padding: 0;
	}
	
	.Block-product--main .Product-gallery .Product-gallery--main img {
		aspect-ratio: 1 / 1.75;
	}
	.Block-heading>[aria-level="1"] {
		font-size: 32px;
	}
	.Product-info {
		text-align: center;
	}
	.Product-info .Product-wishlist {
		display: flex;
		justify-content: center;
	}
	.Overview-highlights--grid,
	.Overview-features--grid,
	.Overview-content_sections--grid {
		grid-template-columns: 1fr;
	}
	.Block-product--tabs tab-list::part(scroll-container) {
		justify-content: start;
	}
}




.Block-cart ui-container::part(root) {
    max-width: 960px;
}
.Block-cart--content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    position: relative;
}
.Block-cart .cart-item {
    display: grid;
    grid-template-columns: 144px 1fr;
    gap: 1rem;
    box-shadow: var(--elevation-1);
    padding: 1rem;
    position: relative;
    align-items: center;
}
.Block-cart .cart-item-info {
    display: grid;
    gap: 1rem;
    grid-auto-rows: max-content;
}
.Block-cart .cart-item-info .price {
    font-size: 18px;
}
.Block-cart .cart-item-info select {
    padding: 14px;
    padding-right: 48px;
    width: 96px;
    border: 1px solid #d9d9d9;
}
.Block-cart .cart-item-info select:is(:focus, :hover) {
    border-color: #000;
}
.Block-cart .remove-item {
    position: absolute;
    inset: 1rem 1rem auto auto;
    background-color: transparent;
    padding: 0;
    display: grid;
    place-content: center;
    width: 30px;
    aspect-ratio: 1;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
}

.Block-cart .cart-item-info h3 {
    font-family: var(--font-title);
    font-size: 27px;
}

.Block-cart--summary-box {
    padding: 1rem;
    background-color: #f2f2f2;
}
.Block-cart--summary-box ul {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}
.Block-cart--summary-box ul li {
    display: flex;
    justify-content: space-between;
}
.Block-cart--summary-box ul li * {
    font-weight: 500;
}
.Block-cart--summary-box input {
    padding: 1rem;
    height: 60px;
    font-size: 1rem;
    border: 1px solid #d9d9d9;
}
.Block-cart--summary-box {
    margin-bottom: 1rem;
}
.Block-cart--summary-box .discount-box {
    margin-block: 12px 2.5rem;
    display: flex;
    gap: 0.5rem;
}
.Block-cart--summary-box .discount-box button {
    padding: .5rem 1.5rem;
    border: 1px solid currentColor;
    background-color: #fff;
    font-weight: 600;
    font-family: var(--font-body);
    font-size: .875rem;
    cursor: pointer;
}
.Block-cart--summary-box > ui-button {
    display: block;
}
.Block-cart--content-right > ui-button {
    display: block;
}
.Block-cart--content-right > ui-button::part(root) {
    background-color: transparent;
}
.Block-cart--content-right > ui-button::part(root):hover {
    background-color: #000;
    color: #fff;
}
.Block-cart--summary-box ui-button::part(root) {
    background-color: #6dcff6;
    min-height: 40px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: unset;
} 
.Block-cart--summary-box ui-button::part(root):hover {
    background-color: #fff;
}
.gift-wrap-toggle {
    margin-top: 1.5rem;
}
.gift-wrap-toggle::part(root) {
    box-sizing: border-box;
    height: 50px;
    align-items: center;
    border-width: 1px;
    box-shadow: unset;
}
.gift-wrap-toggle::part(root):hover {
    background-color: #000;
    color: #fff;
}

.Block-cart--content-left .cart-item:not(:last-child) {
    margin-bottom: 1rem;
}

.Block-cart--content {
    position: relative;
}
.Block-cart--content .cart-loader {
    position: absolute;
    inset: 0;
    z-index: 9;
    background-color: hsl(0, 0%, 70%, 40%);
    backdrop-filter: blur(4px);
    padding: 1rem;
    display: grid;
    place-content: center;
    text-align: center;
    font-size: 2rem;
}

form.woocommerce-cart-form {
    margin-top: 2.5rem;
}



.Products-search-results {
    padding-block: 0;
}
.Products-search-results ui-container::part(root) {
    max-width: 1200px;
}
.Products-search-bar {
    border-bottom: 2px solid rgba(60,64,67,.16);
    display: flex;
    align-items: center;
    gap: 1rem;
}
.Products-search-bar svg {
    width: 32px;
    height: 32px;
}
.Products-search-bar input {
    padding: 3rem 0;
    height: 132px;
    font-size: 1.5rem;
    border: 0;
    outline: 0;
    width: 100%;
}



.Products-search-wrapper {
    background-color: #eeeeee;
    padding-block: 40px;
}
.Products-total-results {
    font-size: 18px;
    text-align: right;
    margin-bottom: 40px;
}
.Products-results .Product-root {
    background-color: #fff;
    height: 100%;
}
.Products-results .Product-root:hover {
    box-shadow: var(--elevation-2);
}
.Product-figure {
    margin: 0;
}
.Products-results .Product-thumb {
    margin-bottom: 1rem;
    text-align: center;
}
.Products-results .Product-thumb img {
    width: 220px;
    height: 220px;
    object-fit: contain;
}
.Products-results .Product-caption {
    font-size: 14px;
}
.Products-results .Product-title span {
    font-size: 14px;
    font-weight: 600;
}

.Navbar-action-cart {
    display: grid;
    place-content: center;
}
.Navbar-action-cart ui-button::part(root) {
    box-sizing: border-box;
}
.Badge-root {
    contain: layout;
    display: grid;
}

.Badge-root:not([data-value="0"])::after {
    content: attr(data-value);
    position: absolute;
    inset: 0 0 auto auto;
    background-color: var(--clr-primary-main);
    color: var(--clr-primary-light);
    line-height: 1;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 80%;
    pointer-events: none;
}


.Navbar-action-account {
    position: relative;
}
.Navbar-action-account .account-submenu {
    position: absolute;
    inset: calc(100% - 1rem) 0 auto auto;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    width: auto;
    min-width: 169px;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem hsl(0, 0%, 0%, 10%);
    height: auto;
    display: none;
}
.Navbar-action-account:is(:hover, :focus-within) .account-submenu {
    display: block;
}
.Navbar-action-account .account-submenu a {
    padding: 8px 16px;
    background-image: unset;
    font-family: var(--font-title);
    font-size: 14px;
}
.Navbar-action-account .account-submenu a:hover {
    background-color: #f9fafb;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}


.Block-account {
    padding-block: 36px;
}
.Block-account ui-container::part(root) {
    max-width: 720px;
}
.Account-navigation {
    z-index: 10;
    position: relative;
}
.Account-breadcrumbs {
    display: flex;
    gap: 0.5em;
    justify-content: center;
    text-transform: uppercase;
    margin-block-end: 3rem;
}
.Account-breadcrumbs a {
    text-transform: uppercase;
}
.Account-parent-toggle {
    cursor: pointer;
    position: relative;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.Account-parent-toggle > span {
    font-weight: 600;
}
.Account-submenu {
    position: absolute;
    inset: 100% auto auto 0;
    min-width: 240px;
    border: 1px solid #d9d9d9;
    padding: 1rem;
    background-color: #fff;
    display: grid;
    display: none;
    gap: 12px;
}
.Account-submenu.open {
    display: grid;
}
.Account-submenu a {
    transition: all 200ms ease;
    background-image: unset;
}
.Account-submenu a:hover {
    color: #6dcff6;
}


#profileView ul {
    padding-left: 0;
    list-style: none;
    font-size: 18px;
}
#profileView .Action-root {
    display: grid;
    gap: 1rem;
}
#profileView .Action-root ui-button::part(root):hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    box-shadow: unset;
}
#profileView .Block-heading {
    margin-bottom: 1.5rem;
}



.Field-help {
    margin-bottom: 1rem;
}
.Field-help svg {
    width: 11px;
    color: #737373;
}
.Field-help .help-toggle {
    font-family: var(--font-title);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.Field-help .help-content {
    font-size: 12px;
    font-weight: 300;
    display: none;
}
.Field-help .help-content.open {
    display: block;
}
.AccountProfile label {
    font-size: 18px;
    color: #374151;
    font-weight: 600;
    display: block;
}
.AccountProfile input {
    padding: .875rem .75rem;
    line-height: 1.25;
    min-height: 52.1px;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #d9d9d9;
}

.AccountProfile button[type="submit"] {
    background-color: #6dcff6;
    border: 1px solid #6dcff6;
    padding: 12px 32px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.AccountProfile button[type="submit"]:hover {
    background-color: transparent;
    cursor: pointer;
}
.AccountProfile .Action-root {
    display: flex;
    gap: 1rem;
}
.AccountProfile button[id^="cancel"] {
    background: transparent;
    border: 0;
    font-size: 1rem;
}
.AccountProfile button[id^="cancel"]:hover {
    cursor: pointer;
    text-decoration: underline;
}

#passwordForm .form-group:not(:last-child) {
    margin-bottom: 16px;
}
.field-error {
    font-size: 14.4px;
    color: #920000;
}


.Auth-container {
    max-width: 486px;
    margin-inline: auto;
    padding: 32px 48px 48px;
    box-shadow: var(--elevation-1);
}
.Auth-container [aria-level] {
    font-family: var(--font-body);
}

.Auth-container label {
    margin-bottom: .5rem;
    display: block;
    font-size: .875rem;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity));
    font-size: 18px;
}
.Auth-container.Auth-container input:not([type="checkbox"]) {
    height: 52px;
    border-radius: 0;
    background-color: #e8f0fe;
    color: #000;
    width: 100%;
    padding: 1rem;
    border: 1px solid #d9d9d9;
}
.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
}
.woocommerce-row-stack {
    display: flex;
    margin-block: 1rem;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}
.woocommerce-form-login__rememberme span {
    font-weight: 400;
    color: #000000;
}
.Auth-container.Auth-container input[type="checkbox"] {
    width: 27px;
    height: 27px;
}
.lost_password a {
    font-size: 18px;
    text-decoration: underline;
}
.Branding {
    margin-bottom: 3rem;
}
.Auth-container.Auth-container button[type="submit"] {
    background: #6dcff6;
    color: #000;
    padding: 12px 32px;
    width: 100%;
    margin-top: 1rem;
    border-radius: 0;
    height: 49.6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}



.Block-accessories ui-container::part(root) {
    max-width: 1025px
}
.Accessory-grid {
    display: grid;
    gap: 1.5em;
    grid-template-columns: repeat(3, 1fr);
}
.Accessory-grid .Accessory-button {
    background: unset;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: var(--font-title);
    display: grid;
    gap: 1rem;
    padding: 14px;
    cursor: pointer;
    box-shadow: var(--elevation-1);
}
.Accessory-grid .Accessory-button span {
    display: block;
    margin-block: 1rem;
}
.Accessory-grid .Accessory-button img {
    width: 130px !important;
    height: 130px !important;
    object-fit: contain !important;
    margin-inline: auto !important;
}

.Accessory-tabs {
    display: grid;
}
.Accessory-tabs button {
    padding: .65em 0 .65em 1.75rem;
    font-size: .9375rem;
    font-weight: 500;
    padding-left: 2.5em;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    cursor: pointer;
    background: transparent;
}
.Accessory-tabs button.active {
    background-color: #000;
    color: #fff;
}

.Accessory-view {
    display: grid;
}
.Accessory-view > * {
    grid-area: 1 / -1;
}
.Accessory-view > [state="enter"] {
    display: grid !important;
}
.Accessory-view > * > * {
    grid-area: 1 / -1;
}


.Accessory-products .Product-root {
    padding: 1rem;
}
.Accessory-products .Product-thumb img {
    display: block;
    width: 130px !important;
    height: 130px !important;
    object-fit: contain !important;
    margin-inline: auto !important;
    margin-bottom: 14px;
}
.Accessory-products .Product-title > * {
    font-size: 14px;
    font-family: var(--font-body);
    text-align: center;
}




.Block-item:not(:last-child) {
    margin-bottom: 1.5rem;
}
.Block-item .spec-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.Block-item table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.Block-item table :is(th, td) {
    padding: 20px 16px;
    border: 1px solid #e5e7eb;
    border-inline: 0;
}
.Block-item .spec-label {
    font-size: 12px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f2f2f2;
}
.Block-item .spec-label a {
    background: unset;
    color: #106fad;
}
.Block-item .spec-value {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.Block-item .spec-value input {
    border: 0;
}


.Block-secure {
    padding-block: 1.5rem;
    border-bottom: solid 2px rgb(242.25,242.25,242.25);
}
.Block-secure .Block-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14.4px;
    line-height: 1;
    justify-content: center;
    text-transform: uppercase;
}

.Block-checkout .Checkout-step--1 {
    display: grid;
    gap: 1.5rem;
}

.Block-checkout ui-container::part(root) {
    max-width: 868px;
}

.Form-checkout {
    display: grid;
    gap: 1rem;
}

.FormControl-root .InputBase-root .InputBase-input {
    width: 100%;
    border: 1px solid #d9d9d9;
    min-height: 48px;
    font-size: 1rem;
    padding: 0.875em 3em 0.875em 0.875em;
}

.FormControl-root .FormControl-label {
    font-size: 14.4px;
    font-weight: 600;
}


.FormControl-root.FormControl-required :is(.FormControl-label, legend)::after {
    content: "*";
    color: var(--clr-error);
}

.Checkout-review {
    position: sticky;
    top: 1.5rem;
    padding: 1rem;
    background-color: #f2f2f2;
}
.Summary-root {
    display: grid;
    gap: 1rem;
}
.Summary-root .Summary-item {
    display: flex;
    justify-content: space-between;
}
.Summary-root .Summary-item:last-child {
    padding-top: 1rem;
    border-top: 1px solid #9a9a9a;
}

.Order-list {
    padding: 1rem;
    background-color: #fff;
    display: grid;
    gap: 1.5rem;
}
.Order-list .Order-link {
    display: block;
}
.Order-list .Order-link:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}
.Order-link {
    background-image: unset;
}
.Order-list .Paper-figure {
    padding: 0;
    margin: 0;
    box-shadow: unset;
    display: grid;
    grid-template-columns: 72.8px 1fr;
    gap: 1rem;
}
.Order-list .Paper-figure .Order-content {
    display: grid;
    gap: 1rem;
}
.Order-list .Paper-figure .Order-name {
    font-weight: 600;
}

.Checkout-review--footer {
    margin-top: 1rem;
    text-align: center;
}

.Checkout-review--footer ui-button {
    display: block;
}

.Checkout-review--footer ui-button::part(root) {
    background-color: transparent;
}

.Lenis-review_order {
    height: auto;
    max-height: calc(100vh - 301px);
    margin-top: 1rem;
}

.shipping-methods {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}
.shipping-methods .shipping-option input {
    display: none;
}
.shipping-methods .shipping-option {
    display: grid;
    cursor: pointer;
    grid-template-columns: 1fr auto;
    align-items: center;
    transition: 200ms ease;
    padding: 1rem;
    border: solid 1px rgb(216.75,216.75,216.75);
}
.shipping-methods .shipping-content {
    display: grid;
    gap: 0.25rem;
}
.shipping-methods .shipping-title {
    font-size: 14.4px;
}
.shipping-methods .shipping-desc {
    font-size: 12px;
}
.shipping-methods .shipping-option:has(input:checked) {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.Button-form--continue::part(root) {
    box-shadow: unset;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #6dcff6;
    padding: 16px 32px;
}

.Checkout-note {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 0.5rem;
}

.Checkout-note svg {
    translate: 0 4px;
}

.Checkout-address {
    padding: 1rem;
    box-shadow: var(--elevation-1);
    margin-bottom: 1.5rem;
}
.Checkout-address button {
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    font-family: var(--font-body);
    margin-top: 0.5rem;
    cursor: pointer;
}
.Checkout-address button:hover {
    text-decoration: underline;
}

#payment#payment {
    background-color: transparent;
}
#payment#payment > * {
    padding: 0;
}

#payment#payment .wc_payment_methods {
    cursor: pointer;
    padding: 1rem;
    border: solid 1px rgb(242.25,242.25,242.25);
    margin-bottom: 1rem;
}
#payment#payment .wc_payment_methods label {
    font-size: 18px;
}

#payment#payment .payment_box {
    margin-block-end: 0;
    background-color: #f2f2f2;
}
#payment#payment .payment_box::before {
    border-bottom-color: #f2f2f2;
}

#place_order {
    background: transparent;
    color: #000;
    border: 2px solid;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}


#checkout-loader {
    position: fixed;
    inset: 0;
    z-index: 999;
    padding: 1rem;
    display: grid;
    place-items: center;
    background-color: hsl(0, 0%, 100%, 70%);
}

a.go-back {
    display: block;
    max-width: max-content;
    margin-inline: auto;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1.5rem;
}

.create-account {
    margin-top: 3rem;
    text-align: center;
    font-size: 18px;
}
.create-account a {
    background-size: 100% 1.5px;
}


form.register {
    all: unset !important;
}


.Block-compare ui-container::part(root) {
    max-width: 1024px;
}
.compare-section {
    margin-top: 2rem;
}
.compare-specs accordion-trigger {
    --_padding-x: 0;
    --_padding-y: 0;
    --_fz: 24px;
    --_display: inline-block;
    --_ff: var(--font-title);
    --_icon: url('/wp-content/uploads/2026/04/path.svg');
}
.compare-section accordion-panel::part(panel-inner) {
    padding: 0;
    padding-top: 1rem;
}
.compare-section table {
    table-layout: fixed;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.compare-section table :is(th,td) {
    border: 1px solid #d8d8d8;
    padding: 8px 16px;
}
.compare-section table th {
    font-size: 12px;
    text-transform: uppercase;
}
.compare-section table th {
    border-inline: transparent;
    background-color: #f2f2f2;
}
.compare-section table td {
    font-size: 14px;
    align-content: center;
    vertical-align: middle;
}
.compare-section table td:first-child {
    border-left: transparent;
}
.compare-section table td:last-child {
    border-right: transparent;
}




.WC-order--list {
    display: flex;
    flex-wrap: wrap;
    margin-block: 2rem;
    background-color: #f2f2f2;
}
.WC-order--list > * {
    flex: 1;
    display: grid;
    text-align: center;
    padding: 2rem 1rem;
    contain: layout;
}
.WC-order--list > *:not(:last-child)::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto; 
    height: 100%;
    width: 2px;
    border-right: 1px dashed #ccc;
}

@media (max-width: 991.98px) {
    .WC-order--list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .WC-order--list > * {
        padding: 1rem;
    }
    .WC-order--list > *::after {
        content: unset !important;
    }
    .WC-order--list > *:nth-child(1),
    .WC-order--list > *:nth-child(4) {
        border-right: 1px dashed #d9d9d9;
    }
    .WC-order--list >:nth-child(3) {
        border-block: 1px dashed #d9d9d9;
        grid-column: span 2;
    }
}
@media (max-width: 575.98px) {
    .WC-order--list {
        font-size: 14px;
    }
}
.compare-table input[type="checkbox"] {
    border: 0;
	background-color: unset;
}




.bulkEnquiryForm {
    display: grid;
    gap: 1.5rem;
}
.FormControl-root {
    display: grid;
    gap: 0.25rem;
}
.FormControl-root input {
    height: 52px;
    padding: 1rem;
    border: 1px solid #d9d9d9;
}
.FormControl-root .FormControl-label {
    font-size: 12px;
}
.bulkEnquiryForm ui-button {
    display: block;
}
.bulkEnquiryForm ui-button::part(root) {
    padding: 12px 32px;
    width: 100%;
}
.bulkEnquiryForm ui-button:not([disabled])::part(root) {
    background-color: #6dcff6 !important;
}
.bulkEnquiryForm ui-button:not([disabled])::part(root):hover {
    background-color: #000 !important;
    color: #fff !important;
}

.FormControl-error {
    font-size: 12px;
    color: #920000;
}


.page-id-2592 .FormControl-label {
    font-size: 1rem;
}

.FormControl-input {
    width: 100%;
    font-size: 1rem;
}

.page-id-2592 .Form-inner {
    display: grid;
}
.Form-block:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f4f4e1;
}
.page-id-2592 label {
    font-size: 18px !important;
}

.Form-choices {
    padding: 24px;
    margin-top: 12px;
    background-color: #f3f3f3;
}
.Form-choices--socials, 
.Form-choices .wpcf7-form-control {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}
.Form-choices .FormControl-label {
    display: none;
}
.Form-choices input {
    appearance: revert;
    width: 18px;
    accent-color: #000;
    height: auto;
}
.Form-choices .FormControl-field label, 
.Form-choices .wpcf7-form-control label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 18px;
    font-weight: 500;
}
.Form-choices .wpcf7-list-item {
    margin: 0;
}
.Form-choices--content {
    display: grid;
    gap: 1.5rem;
}
.Form-content p {
    font-weight: 300;
}
.Form-content b {
    font-size: 18px;
}
.FormControl-root textarea.FormControl-input {
    border: 1px solid #d9d9d9;
    padding: 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    height: 100px;
}
.FormControl-field select {
    border: 1px solid #d9d9d9;
    padding: 1rem;
    font-family: var(--font-body);
    font-size: 1rem;
    width: 100%;
}

.page-id-2592 .FormControl-bool {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.page-id-2592 .FormControl-bool .wpcf7-list-item {
    margin: 0;
    display: grid;
}
.page-id-2592 .FormControl-bool .wpcf7-list-item input {
    appearance: revert;
    height: auto;
	accent-color: #000;
    width: 20px;
}
.page-id-2592 .FormControl-bool label {
    font-weight: 300;
}

.page-id-2592 .Form-action ui-button::part(root) {
    background-color: #6dcff6;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 36px;
    box-shadow: unset;
}
.page-id-2592 .Form-action ui-button::part(root):hover {
    background-color: #000;
    color: #fff;
}

@media (min-width: 992px) {
    .elementskit-submenu-indicator {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .Form-choices--socials, .Form-choices .wpcf7-form-control {
        grid-template-columns: repeat(2, 1fr);
    }
    #ekit-megamenu-header-menu .elementskit-megamenu-panel {
        z-index: 9999 !important;
        position: static !important;
    }
}
@media (max-width: 575.98px) {
    .Form-choices--socials, .Form-choices .wpcf7-form-control {
        grid-template-columns: repeat(1, 1fr);
    }
}


.bulkEnquiryForm label {
    font-size: 12.8px !important;
    color: #374151;
}
.bulkEnquiryForm ui-button::part(root) {
    height: 49px !important;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
}

.Block-cat--after-banner .text {
    font-weight: 300;
}



.Block-post--categories {
    background-color: #f8f8f8;
}
.Block-post--categories ui-container::part(root) {
    max-width: 1024px;
}
.Post-categories {
    display: flex;
    gap: 1.5rem;
}
.Post-categories > * {
    flex: 1;
    gap: 1rem;
    background: unset;
    font-weight: 600;
    padding: 1rem;
    display: grid;
    grid-template-rows: auto 1fr;
    text-align: center;
}
.Post-categories img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-inline: auto;
}

.Block-post--form {
    padding-block: 1rem;
}
.Block-post--form .Block-post--heading {
    display: grid;
    place-items: center;
    text-align: center;
    font-weight: 500;
}
.Block-post--form .Block-post--heading >:last-child {
    font-size: 22.5px;
}
.Block-post--form .Form-blog {
    max-width: 960px;
    margin-inline: auto;
    margin-top: 1rem;
}
.Block-post--form .Form-blog input {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNy43NyAxNy4zMiI+PHBhdGggZD0iTTE2LjM0LDE3LjMyLDExLDExLjhhNi42Nyw2LjY3LDAsMSwxLDEuMzMtMS41bDUuNDgsNS42MlpNNi42OCwyYTQuNjgsNC42OCwwLDEsMCw0LjY4LDQuNjhBNC42OSw0LjY5LDAsMCwwLDYuNjgsMloiIGZpbGw9IiMyMzFmMjAiLz48L3N2Zz4=) 1em/1em no-repeat;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 1em 1em 1em 3em;
    font-size: 1rem;
    display: block;
}


.Block-post--list {
    background-color: #eeeeee;
    padding-block: 32px;
}
.Block-post--list ui-container::part(root) {
    max-width: 960px;
}

.Block-post--list .Post-link {
    display: block;
    background: unset;
}
.Block-post--list .Post-root {
    background-color: #fff;
    padding: 0;
}
.Block-post--list .Post-root img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.Block-post--list .Post-caption {
    padding: 1rem;
    display: grid;
    gap: 1rem;
}
.Block-post--list .Post-title {
    font-size: 24px;
    font-family: var(--font-title);
}
.Block-post--list .Post_categories .category {
    padding: 0 0.5rem;
    font-size: 15.75px;
    line-height: 1.75;
    display: inline-block;
    transition: 200ms;
    background-image: unset;
}
.Block-post--list .Post_categories .category:hover {
    background-color: #e5e7eb;
}


@media (max-width: 991.98px) {
    .Post-categories {
        overflow-x: auto;
    }
}


.Block-PostSingle ui-container::part(root) {
    max-width: 960px;
}


.PostSingle-thumbnail img {
    max-height: 465px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.Block-PostSingle .Post_categories > * {
    background-color: #d9d9d9;
    padding: 0.5em 1em;
    border-radius: 0.25em;
    font-weight: 500;
    background-image: unset;
    transition: 200ms;
}
.Block-PostSingle .Post_categories > *:hover {
    background-color: #ccc;
}
.Block-PostSingle .Post-title {
    margin-block: 3.5rem 2rem;
}
.Block-PostSingle .Post-date {
    color: #666;
    border-bottom: 1px solid #eee;
    margin: 1rem 0 2rem;
    padding-bottom: 1rem;
    font-size: .95rem;
}

.PostSingle-content {
    font-size: 17.6px;
    color: #333;
}


.Product-info .Product-price {
    font-weight: 700;
    font-size: 28.8px;
}
.Payment-logos {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-block-end: 8px;
    margin-block: 8px;
}
@media (max-width: 991.98px) {
    .Payment-logos {
        justify-content: center;
    }
}
.Payment-logos img {
    max-width: 80px;
}
.Product-offers {
    border-radius: 10px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    border-width: 1px;
    padding: 1rem;
}
.Tradein-subtext a {
    color: #0079be;
    font-weight: 700;
}


.Button-OOS {
pointer-events: none;
}
.Button-OOS::part(root) {
    background: transparent !important;
    color: #6dcff6 !important;
    padding: 12px 20px !important;
    font-weight: 600;
}
.Box-OOS {
    display: grid;
    gap: 1rem;
}
.Box-OOS .Block-heading {
    margin-bottom: 0.5rem;
}
.notify-form {
    display: flex;
}
.notify-form input {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d9d9d9;
}
.notify-form input::placeholder {
    color: #9ca3af;
}
.notify-form ui-button::part(root) {
    height: 100%;
    align-items: center;
    color: #000;
    border: 1px solid transparent;
cursor: pointer;
}
.notify-form ui-button::part(root):not(:disabled) {
    background-color: #6dcff6;
}
.notify-form ui-button::part(root):not(:disabled):hover {
    background-color: transparent;
    border-color: #6dcff6;
}


@media (max-width: 991.98px) {
	#Header-search-form#Header-search-form {
		position: static;
	}
}