@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.eot");
    src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-Regular.woff2") format("woff2"),
        url("../fonts/Inter-Regular.woff") format("woff"),
        url("../fonts/Inter-Regular.ttf") format("truetype"),
        url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Italic.eot");
    src: url("../fonts/Inter-Italic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-Italic.woff2") format("woff2"),
        url("../fonts/Inter-Italic.woff") format("woff"),
        url("../fonts/Inter-Italic.ttf") format("truetype"),
        url("../fonts/Inter-Italic.svg#Inter-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-BoldItalic.eot");
    src: url("../fonts/Inter-BoldItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-BoldItalic.woff2") format("woff2"),
        url("../fonts/Inter-BoldItalic.woff") format("woff"),
        url("../fonts/Inter-BoldItalic.ttf") format("truetype"),
        url("../fonts/Inter-BoldItalic.svg#Inter-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.eot");
    src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-Bold.woff2") format("woff2"),
        url("../fonts/Inter-Bold.woff") format("woff"),
        url("../fonts/Inter-Bold.ttf") format("truetype"),
        url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.eot");
    src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-Light.woff2") format("woff2"),
        url("../fonts/Inter-Light.woff") format("woff"),
        url("../fonts/Inter-Light.ttf") format("truetype"),
        url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-LightItalic.eot");
    src: url("../fonts/Inter-LightItalic.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Inter-LightItalic.woff2") format("woff2"),
        url("../fonts/Inter-LightItalic.woff") format("woff"),
        url("../fonts/Inter-LightItalic.ttf") format("truetype"),
        url("../fonts/Inter-LightItalic.svg#Inter-LightItalic") format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --responsive--alignwide-width: 1920px;
    --global--font-size-base: 16px;
    --global--font-primary: "Inter";
    --global--font-secondary: var(--global--font-primary);
    --entry-content--font-family: var(--global--font-primary);

    --global--color-black: #101010;
    --global--color-dark-gray: var(--global--color-black);
    --global--color-gray: var(--global--color-black);
    --global--color-cristal-blue: #004860;
    --global--color-light-blue: #c8d6d9;
    --global--color-white: #ffffff;
    --global--color-drank-grey: #7e7e7e;
    --global--color-grey: #a7a7a7;
    --global--color-light-grey: #ebebeb;
    --global--color-light-grey-bg: #f9f9f9;

    --global--letter-spacing: 0;

    --heading--font-size-h6: 14px;
    --heading--font-size-h5: 168px;
    --heading--font-size-h4: 18px;
    --heading--font-size-h3: 21px;
    --heading--font-size-h2: 28px;
    --heading--font-size-h1: 36px;
    --global--font-size-page-title: var(--heading--font-size-h1);
    --heading--letter-spacing-h6: var(--global--letter-spacing);
    --heading--letter-spacing-h5: var(--global--letter-spacing);
    --heading--line-height-h6: 19px;
    --heading--line-height-h5: 22px;
    --heading--line-height-h4: 24px;
    --heading--line-height-h3: 26px;
    --heading--line-height-h2: 38px;
    --heading--line-height-h1: 46px;

    --heading--font-weight-page-title: 400;
    --widget--font-weight-title: var(--heading--font-weight-page-title);
}

body {
    font-family: var(--global--font-primary);
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    background-color: var(--global--color-light-grey-bg);
}

.regular {
    font-weight: 400;
}

.page-content,
.entry-footer,
.entry-content,
.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.alignwide,
.wide-max-width,
.container {
    max-width: var(--responsive--alignwide-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 42px;
    padding-right: 42px;
}

a {
    text-decoration: none;
    transition: all 0.35s;
}

a,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 0 0 20px;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 38px;
}

h3,
.h3 {
    font-size: 21px;
    line-height: 26px;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 24px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 22px;
}

.remark,
h6,
.h6 {
    font-size: 14px;
    line-height: 19px;
}

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

/* Start - Button 1 : View more button */
@keyframes ripple {
  0% {
    transform:  scale(0.6);
    opacity: 1;
    will-change: transform;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
    will-change: transform;
  }
}

@keyframes rippleWith {
  0% {
    transform: scale(0.263);
  }

  40% {
    transform:  scale(0.5);
  }
  60% {
    transform:  scale(0.5);
  }

  100% {
    transform: scale(0.263);
  }
}

.btn {
  color: var(--global--color-cristal-blue);
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  align-items: center;
  cursor: pointer;
}

.btn .dot {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  border: 1px solid var(--global--color-drank-grey);
  border-radius: 100%;
  position: relative;
}

.btn .dot:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0.263);
  background-color: var(--global--color-drank-grey);
  border-radius: 100%;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  will-change: transform;
}

.btn .dot:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity: 0;
  transform:  scale(0.6);
  animation-duration: 0.9s;
  animation-delay: 0.45s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  will-change: transform, opacity;
  border: 4px solid var(--global--color-drank-grey);
}

.btn:hover .dot:before {
  animation-name: rippleWith;
}

.btn:hover .dot:after {
  animation-name: ripple;
}
.btn.blue .dot {
  border-color: var(--global--color-cristal-blue);
}

.btn.blue .dot:before {
  background-color: var(--global--color-cristal-blue);
}

.btn.blue .dot:after {
  border-color: var(--global--color-cristal-blue);
}
.btn.white {
  color: var(--global--color-white);
}

.btn.white .dot {
  border-color: var(--global--color-grey);
}

.btn.white .dot:after {
  border-color: var(--global--color-grey);
}

.btn.white .dot:before {
  background-color: var(--global--color-grey);
}
 

/* End - Button 1 : View more button */

/* Start - Button 2 : View all button */
.link-underline {
    position: relative;
    color: var(--global--color-cristal-blue);
}

.link-underline:before {
    background-color: currentColor;
    bottom: -2px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: width 0.3s cubic-bezier(0.12, 0.06, 0.2, 1);
    width: 100%;
}

.link-underline:hover:before {
    animation: hideBorder 0.3s forwards, showBorderFromLeft 0.3s 0.3s forwards;
}

@keyframes hideBorder {
    0% {
        right: 0;
        width: 100%;
    }

    to {
        right: 0;
        width: 0;
    }
}

@keyframes showBorderFromLeft {
    0% {
        left: 0;
        width: 0;
    }

    to {
        left: 0;
        width: 100%;
    }
}

/* End - Button 2 : View all button */

/* Start - Button 3 : Underline in filter tap button */

.link {
    color: var(--global--color-drank-grey);
}

.footer-navigation-wrapper li a,
.link {
    position: relative;
}

.footer-navigation-wrapper li a:before,
.link:before {
    background-color: currentcolor;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0px;
    pointer-events: none;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}
nav.appliance-filter .link.is-active:before,
.footer-navigation-wrapper li a:hover:before,
.link:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}
nav.appliance-filter .link:before {
    bottom: -1px;
}
nav.appliance-filter .link.is-active,
.link:hover {
    color: var(--global--color-cristal-blue);
}

/* End - Button 3 : Underline in filter tap button */

/* Start - Button 4 : Arrow button */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 10px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: inline-flex;
    margin: 0;
    left: auto;
    top: auto;
    right: auto;
    transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.3;
    transition: opacity 50ms cubic-bezier(0.19, 1, 0.22, 1);
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}
.swiper-button-prev {
    background-image: url(../images/arrow-left.svg);
}

.swiper-button-next {
    background-image: url(../images/arrow-right.svg);
}

.swiper.white .swiper-button-prev {
    background-image: url(../images/arrow-left-white.svg);
}

.swiper.white .swiper-button-next {
    background-image: url(../images/arrow-right-white.svg);
}

/* End - Button 4 : Arrow button */

/* Start - Button 5 : Sticky - Contact Us button */
/* End - Button 5 : Sticky - Contact Us button */

/* Start - Button 6 : Back to All button */
.back-link {
    border-top: 1px solid var(--global--color-light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0 21px;
    border-bottom: 1px solid var(--global--color-light-grey);
    color: var(--global--color-cristal-blue);
    position: relative;
    transition: all ease-in-out 1.2s;
}

.back-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--global--color-cristal-blue);
    transition: all 1.2s;
    z-index: -1;
}

.back-link:hover:before {
    width: 100%;
}

.back-link:hover {
    color: var(--global--color-white);
}

/* End - Button 4 : Arrow button */

/* Start - Banner */
.visible-moible {
    display: none;
}
.visible-desktop,.visible-moible {
    width: 100%;
}
.page-banner {
    position: relative;
    position: relative;
    margin: 0 0 80px;
    display: flex;
    width: 100%;
    z-index: 2;
}

.page-banner .post-thumbnail {
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.page-banner .post-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 36.15%,
            rgba(0, 0, 0, 0.9) 131.54%);
}

.page-banner .post-thumbnail img {
    max-height: 240px;
    min-height: 240px;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
    margin: 0;
}

.page-banner header.entry-header {
    margin: 0;
    width: 100%;
}

.page-banner.has-banner header.entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-banner.has-banner h1.entry-title {
    color: var(--global--color-white);
}
.page-banner.has-banner .entry-header {
    margin-bottom: 44px;
}
.page-banner h1.entry-title {
    margin-bottom: 0;
    text-transform: capitalize;
}
.archive .page-banner {
    border-bottom: 1px solid var(--global--color-light-grey);
    padding-bottom: 33px;
}

/* End - Banner */

.site-header,
.site-main,
.widget-area,
.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}

#breadcrumbs {
    padding: 20px 0 19px;
    color: var(--global--color-grey);
    position: relative;
    z-index: 0;
}

#breadcrumbs a {
    color: var(--global--color-grey);
    margin-right: 8px;
}
#breadcrumbs span ~ span > a {
    margin-left: 5px;
}
#breadcrumbs .breadcrumb_last {
    margin-left: 6px;
    color: var(--global--color-cristal-blue);
}

.site-main article {
    margin-top: 80px;
}

/* Text effects / line effects / smooth page Transition */
.overflow-hidden {
    overflow: hidden;
}

/* Responsive */
@media (max-width: 767.98px) {
    :root {
        --heading--font-size-h1: 28px;
        --heading--line-height-h1: 38px;
    }

    .page-content,
    .entry-footer,
    .entry-content,
    .widget-area,
    .pagination,
    .comments-pagination,
    .post-navigation,
    .alignwide,
    .wide-max-width,
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-main article {
        margin-top: 40px;
    }

    #breadcrumbs {
        padding: 30px 0;
    }

    .page-banner.has-banner .entry-header {
        margin-bottom: 24px;
    }

    h1,
    .h1 {
        font-size: 28px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .page-banner {
        margin: 0 0 40px;
    }

    .page-banner:not(.has-banner) {
        margin-top: -10px;
    }
    .archive .page-banner {
        padding-bottom: 40px;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 1;
    }
    .back-link, 
    .back-link:hover {
        color: var(--global--color-white);
    }
    .back-link:before {
        width: 100%;
    }
    .visible-desktop {
        display: none;
    }
    .visible-moible {
        display: block;
    }
}