@charset "UTF-8";
:root {
    --color-red: #ec2d3f;
    --clr-text-white: #ffffff;
    --clr-text-primary: #111111;
    --clr-text-secondary: #333333;
    --clr-text-third: #727272;
    --clr-text-hvr: #20655A;
    --clr-web-btn: #F7A117;
    --clr-brand-falu-red: #831417;
    --clr-brand-sun: #F7A117;
    --clr-brand-green-pea: #20655A;
    --clr-brand-mint-julep: #F2E5C2;
    --font-special-m: '1FTVAkiraExpanded-SuperBold';
    --font-special-s-1: 'iCielBCSeinnaGrace-Regular';
    --font-special-s-2: '1FTV-Rinella-Regular';
    --font-special-s-3: 'SVN-ALoveOfThunder';
}


/* General */

.f-fam\:1ftv-akira-expanded {
    font-family: var(--font-special-m);
    line-height: normal;
}

.f-fam\:iciel-bc-seinna-grace {
    font-family: var(--font-special-s-1);
    line-height: normal;
}

.f-sz\:37px {
    font-size: clamp(26px, 3.95vw, 37px);
}

.f-sz\:40px {
    font-size: clamp(28px, 4.25vw, 40px);
}

.f-sz\:50px {
    font-size: clamp(34px, 4.75vw, 50px);
}

.f-sz\:60px {
    font-size: clamp(38px, 5.5vw, 60px);
}

.clr-text\:\#831417 {
    color: var(--clr-brand-falu-red);
}

.clr-text\:\#20655A {
    color: var(--clr-brand-green-pea);
}

.text-shadow\:\#831417 {
    text-shadow: -4px 4px 0px var(--clr-brand-falu-red);
}

.text-stroke\:\#F2E5C8 {
    -webkit-text-stroke: 1px #F2E5C8;
}

.text-stroke\:\#E2CA94 {
    -webkit-text-stroke: 2px #E2CA94;
    paint-order: stroke fill;
}

.home__title {
    margin-bottom: 0;
}

.home__title.each-line>span {
    display: block;
}

.template__title {
    font-family: var(--font-special-m);
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--clr-brand-falu-red);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}

.template__time {
    text-align: left;
    color: var(--clr-text-secondary);
    margin-top: 1rem;
}

.template__time span:nth-child(1) {
    margin-right: 0.25rem;
}

.template__time span:nth-child(2) {
    display: inline-block;
}

.share {
    line-height: normal;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    background: #80808026;
    padding: 1rem;
    margin-top: 1rem;
}

.share b {
    display: block;
    margin-bottom: 0.375rem;
}


/* Owl arrows */

.custom-owl-nav {
    position: relative;
}

.custom-owl-nav .custom-owl-nav--relative {
    position: relative;
    width: 100px;
    height: 48px;
    margin: 0 auto;
}

.custom-owl-nav .custom-owl-nav--relative .control-owl {
    --pos: 0px;
}

.custom-owl-nav .control-owl {
    --w: 42px;
    --h: 48px;
    --pos: -3rem;
}

.control-owl {
    --w: 45px;
    --h: 45px;
    --pos: 20px;
    position: absolute;
    left: 0px;
    top: -webkit-calc(50% - var(--h)/2);
    top: -moz-calc(50% - var(--h)/2);
    top: calc(50% - var(--h)/2);
    z-index: 2;
    width: 100%;
}

.control-owl button {
    opacity: 0.5;
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: var(--w);
    height: var(--h);
    font-size: 25px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: var(--pos);
}

.control-owl button.owl-next {
    right: var(--pos);
}

.article-other__owl-nav-custom {
    overflow: hidden;
    position: relative;
}

.article-other__owl-nav-custom .control-owl {
    --pos: -60px;
}

.article-other__owl-nav-custom:hover .control-owl {
    --pos: 0;
}


/* Slick arrows */

.slick-custom {
    --offset-x: 10px;
    position: absolute;
    top: 50%;
    z-index: 10;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42px;
    height: 42px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.slick-custom>span {
    font-size: 20px;
    color: var(--clr-text-primary);
}

.slick-custom:hover {
    color: var(--clr-brand-falu-red);
}

.slick-custom--prev {
    left: var(--offset-x);
}

.slick-custom--next {
    right: var(--offset-x);
}


/* Lazyload */

img.lazy {
    opacity: 0;
}

img.lazy:not(.initial) {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

img.lazy.initial,
img.lazy.loaded,
img.lazy.error {
    opacity: 1;
}

img.lazy:not([src]) {
    visibility: hidden;
}


/* Logo */

.logo {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/* Meta Toc */

.meta-toc {
    border: 1px solid #dedede;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    background: #eeeeee;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
}

.meta-toc ul {
    list-style-type: none;
    counter-reset: item;
}

.meta-toc ul ul {
    margin-top: 0.25rem;
}

.meta-toc ul li {
    display: table;
    counter-increment: item;
}

.meta-toc ul li:not(:last-child) {
    margin-bottom: 0.25rem
}

.meta-toc ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    font-weight: 700;
    padding-right: 0.25rem
}

.meta-toc ul li a {
    font-weight: 700;
    color: var(--clr-text-primary) !important;
    cursor: pointer;
}

.meta-toc ul li a:hover {
    text-decoration: underline !important;
}


/* Social */

.social .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem 0.75rem;
}

.social .social__item-inner.hvr-spin-icon img {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.social .social__item-inner.hvr-spin-icon:hover img {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


/* Header */

.header {
    isolation: isolate;
    position: relative;
}

.header__inner {
    padding-top: clamp(2rem, 3.5vw, 5rem);
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: clamp(25%, 22.5vw, 100%);
    margin: 0 auto;
}

.header__background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}


/* Navigation */

.navigation {
    --nav-f-sz: 16px;
    --nav-clr: var(--clr-text-white);
    --nav-clr-hvr: var(--clr-brand-sun);
    --nav-bg: var(--clr-brand-falu-red);
    position: relative;
    z-index: 199;
    max-width: 1920px;
    background: var(--nav-bg);
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation>.navigation__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.navigation nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.navigation nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.navigation nav ul li {
    position: relative;
    z-index: 1;
}

.navigation nav ul li.navigation__separator {
    pointer-events: none;
}

.navigation nav ul li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    align-items: baseline;
}

.navigation nav ul li.level-0 {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation nav ul li.level-0.active,
.navigation nav ul li.level-0:hover {
    background: #6B0F12;
}

.navigation nav ul li .navigation__name {
    display: block;
    font-weight: 700;
    font-size: var(--nav-f-sz);
    color: var(--nav-clr);
    text-transform: uppercase;
    padding: 1rem 1.375rem 0.875rem;
}

.navigation nav ul li.has-child>.navigation__name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    padding-right: 1.75rem;
}

.navigation nav ul li.active>.navigation__name,
.navigation nav ul li:hover>.navigation__name {
    color: var(--nav-clr-hvr);
}

.navigation nav ul li .navigation__button {
    position: absolute;
    top: -webkit-calc(50% - 9px);
    top: -moz-calc(50% - 9px);
    top: calc(50% - 9px);
    right: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: transparent;
}

.navigation nav ul li .navigation__button>span {
    font-size: 14px;
    color: var(--nav-clr);
}

.navigation nav ul li.has-child:hover>.navigation__name+.navigation__button>span,
.navigation nav ul li.has-child.active>.navigation__name+.navigation__button>span {
    color: var(--nav-clr-hvr);
}

.navigation nav ul li.has-child.level-0:hover>.navigation__name+.navigation__button>span {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.navigation nav ul li.has-child:not(.level-0):hover>.navigation__name+.navigation__button>span {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.navigation nav ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: var(--nav-bg);
    -webkit-box-shadow: 1px 1px 15px #00000026;
    -moz-box-shadow: 1px 1px 15px #00000026;
    box-shadow: 1px 1px 15px #00000026;
    padding: 0.75rem 0;
    margin-top: -5px;
    pointer-events: none;
    -webkit-transform: perspective(600px) translateY(2.5rem);
    -moz-transform: perspective(600px) translateY(2.5rem);
    transform: perspective(600px) translateY(2.5rem);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navigation nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: perspective(600px) translateY(0);
    -moz-transform: perspective(600px) translateY(0);
    transform: perspective(600px) translateY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.navigation nav ul li ul li {
    isolation: isolate;
    padding: 0 0.75rem;
}

.navigation nav ul li ul li:not(:last-child):before {
    /* border */
    content: '';
    position: absolute;
    right: 0.75rem;
    bottom: 0;
    left: 0.75rem;
    z-index: -1;
    height: 1px;
    background: #ccc;
}

.navigation nav ul li ul li .navigation__name {
    font-size: -webkit-calc(var(--nav-f-sz) - 1px);
    font-size: -moz-calc(var(--nav-f-sz) - 1px);
    font-size: calc(var(--nav-f-sz) - 1px);
    text-transform: capitalize;
    padding: 10px 0px 9px 0px;
}

.navigation nav ul li ul li .navigation__name:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.navigation nav ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0;
}


/* Search Block */

.search--block {
    overflow: hidden;
    border: solid 1px #9A2A2D;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#A63236), to(#831417));
    background: -webkit-linear-gradient(top, #A63236, #831417);
    background: -moz-linear-gradient(top, #A63236, #831417);
    background: -o-linear-gradient(top, #A63236, #831417);
    background: linear-gradient(180deg, #A63236, #831417);
}

.search--block .search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 200px;
    height: 30px;
}

.search--block .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 30px;
    color: var(--clr-text-white);
    background: none;
}

.search--block .search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    font-size: 12px;
    color: var(--clr-text-white);
    background: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.search--block .search__input::-webkit-input-placeholder {
    color: #ccc;
}

.search--block .search__input:-moz-placeholder {
    color: #ccc;
}

.search--block .search__input::-moz-placeholder {
    color: #ccc;
}

.search--block .search__input:-ms-input-placeholder {
    color: #ccc;
}

.search--block .search__input::-ms-input-placeholder {
    color: #ccc;
}

.search--block .search__input::placeholder {
    color: #ccc;
}


/* Search Toggle */

.search--toggle {
    --search-clr: var(--clr-brand-falu-red);
    position: relative;
}

.search--toggle .search__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    aspect-ratio: 1;
    width: 40px;
    font-size: 17px;
    color: var(--clr-text-primary);
    border: 1px solid transparent;
    cursor: pointer;
}

.search--toggle .search__icon.active {
    color: var(--search-clr);
    border-color: var(--search-clr);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.search--toggle .search__grid {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 0;
    height: 40px;
    border: 1px solid var(--search-clr);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    background: #fff;
    padding: 0rem 0.25rem;
}

.search--toggle .search__icon.active+.search__grid {
    visibility: visible;
}

.search--toggle .search__grid .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    font-size: 17px;
    color: var(--search-clr);
    background: none;
}

.search--toggle .search__grid .search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    font-size: 14px;
    color: var(--clr-text-primary);
    text-indent: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.search--toggle .search__grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search--toggle .search__grid input:-moz-placeholder {
    color: #ccc;
}

.search--toggle .search__grid input::-moz-placeholder {
    color: #ccc;
}

.search--toggle .search__grid input:-ms-input-placeholder {
    color: #ccc;
}

.search--toggle .search__grid input::-ms-input-placeholder {
    color: #ccc;
}

.search--toggle .search__grid input::placeholder {
    color: #ccc;
}


/* Mmenu */

.menu-res {
    position: relative;
    z-index: 199;
    height: 50px;
    background: var(--clr-brand-falu-red);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#hamburger {
    position: relative;
    display: block;
    width: 40px;
    height: 23px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    content: '';
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--clr-text-white);
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    -o-transition: none 0.5s ease 0.5s;
    -moz-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    -o-transition-property: transform, top, bottom, left, opacity;
    -o-transition-property: top, bottom, left, opacity, -o-transform;
    -moz-transition-property: transform, top, bottom, left, opacity, -moz-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform, -moz-transform, -o-transform;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.menu-res #menu {
    display: none;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}


/* Slideshow */

.slideshow {
    isolation: isolate;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slideshow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.slideshow__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.slideshow__list {
    position: relative;
    width: clamp(30%, 61vw, 100%);
    margin: 0 auto;
}

.slideshow__item-inner {
    display: block;
}

.slideshow__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.slideshow .control-slideshow {
    opacity: 0;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}


/* Breadcrumb */

.breadCrumbs {
    position: relative;
    background: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 0rem;
}

.breadCrumbs .breadcrumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadCrumbs .breadcrumb-item {
    display: inline;
}

.breadCrumbs .breadcrumb-item a {
    color: #212529;
}

.breadCrumbs .breadcrumb-item.active a {
    color: #6c757d;
}


/* Video */

.video .video__list.flex-container {
    --columns: 3;
    --space-x: 0.625rem;
    --space-y: -webkit-calc(var(--space-x, 0.625rem) * 2);
    --space-y: -moz-calc(var(--space-x, 0.625rem) * 2);
    --space-y: calc(var(--space-x, 0.625rem) * 2);
}

.video .video__photo {
    display: block;
}

.video .video__photo.play-icon {
    position: relative;
}

.video .video__photo.play-icon:before {
    --w: 52px;
    --h: 52px;
    content: '';
    position: absolute;
    top: -webkit-calc(50% - var(--h)/2);
    top: -moz-calc(50% - var(--h)/2);
    top: calc(50% - var(--h)/2);
    left: -webkit-calc(50% - var(--w)/2);
    left: -moz-calc(50% - var(--w)/2);
    left: calc(50% - var(--w)/2);
    z-index: 1;
    width: var(--w);
    height: var(--h);
    background: url(../images/icon-play.png) no-repeat;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.video .video__item-inner:hover .video__photo.play-icon:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.video .video__photo-inner {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.video .video__item-inner:hover .video__photo-inner {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.video .video__info {
    margin-top: 0.5rem;
}

.video .video__info-inner {
    text-align: center;
}

.video .video__name {
    font-weight: 700;
    font-size: clamp(15px, 2.2vw, 17px);
    color: var(--clr-text-primary);
    text-transform: capitalize;
    margin-bottom: 0;
}

.video .video__item-inner:hover .video__name {
    color: var(--clr-text-hvr);
}


/* Album */

.album .album__list.flex-container {
    --columns: 4;
    --space-x: 0.625rem;
    --space-y: -webkit-calc(var(--space-x, 0.625rem) * 2);
    --space-y: -moz-calc(var(--space-x, 0.625rem) * 2);
    --space-y: calc(var(--space-x, 0.625rem) * 2);
}

.album .album__photo {
    display: block;
}

.album .album__info {
    margin-top: 0.5rem;
}

.album .album__info-inner {
    text-align: center;
}

.album .album__name {
    font-weight: 700;
    font-size: clamp(15px, 2.2vw, 17px);
    color: var(--clr-text-primary);
    text-transform: capitalize;
    margin-bottom: 0;
}

.album .album__item-inner:hover .album__name {
    color: var(--clr-text-hvr);
}


/* Product Filter */

.product--template .filter {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-transform: uppercase;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 5px 10px;
    cursor: pointer;
}

.product--has-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.product--has-filter>.product__left {
    width: 250px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product--has-filter>.product__right {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
}

.product--has-filter .wr-search p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.product--has-filter .ip-search {
    border: 1px solid #6b7280;
}


/* Product Sort */

.sort-select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 20px 0px;
}

.sort-select .click-sort {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 6px 10px 6px 8px;
    margin: 0px;
    cursor: pointer;
}

.sort-select-main {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    display: grid;
    width: 160px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
    padding: 0 7px;
}

.sort-select-main p {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
}

.sort-select-main p:has(.check) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.sort span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding: 11px 3px;
    cursor: pointer;
}

.sort span.check i {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 16px;
    vertical-align: middle;
    border: 2px solid transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transform: scale(var(--ggs, 1));
    -moz-transform: scale(var(--ggs, 1));
    -ms-transform: scale(var(--ggs, 1));
    -o-transform: scale(var(--ggs, 1));
    transform: scale(var(--ggs, 1));
}

.sort span.check i::after {
    content: '';
    position: absolute;
    left: 3px;
    top: -4px;
    display: block;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}

.sort-select .sort-show {
    padding-right: 12px;
    position: relative;
}

.sort-select .sort-show::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    height: 0;
    width: 0;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* Product */

.product .product__list.flex-container {
    --columns: 3;
    --space-x: 1rem;
    --space-y: -webkit-calc(var(--space-x) * 2);
    --space-y: -moz-calc(var(--space-x) * 2);
    --space-y: calc(var(--space-x) * 2);
}

.product .product__item {
    --pd: 0.75rem;
    isolation: isolate;
    padding: var(--pd);
    background: url(../images/bg-primary-cutted.jpg) center / cover no-repeat;
}

.product .product__item-inner {
    position: relative;
}

.product .product__item-inner:before {
    content: '';
    position: absolute;
    right: -webkit-calc(-1 * var(--pd));
    right: -moz-calc(-1 * var(--pd));
    right: calc(-1 * var(--pd));
    bottom: 0;
    left: -webkit-calc(-1 * var(--pd));
    left: -moz-calc(-1 * var(--pd));
    left: calc(-1 * var(--pd));
    z-index: -1;
    border-top: 1px solid #FFF0D1;
    border-bottom: 1px solid #976710;
    pointer-events: none;
}

.product .product__photo {
    display: block;
    background: var(--clr-brand-mint-julep);
    padding: 0.625rem;
}

.product .product__company-name {
    font-family: var(--font-special-m);
    font-size: clamp(16px, 2.5vw, 20px);
    color: var(--clr-brand-green-pea);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5rem;
}

.product .product__info {
    text-align: center;
    margin-top: 1rem;
}

.product .product__name {
    margin-bottom: 0.5rem;
}

.product .product__name a {
    --line-clamp: 1;
    font-weight: 700;
    font-size: clamp(15px, 2.2vw, 17px);
    color: var(--clr-text-primary);
    text-transform: uppercase;
}

.product .product__item-inner:hover .product__name a {
    color: var(--clr-text-hvr);
}

.product .product__price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    -webkit-border-radius: 0.5rem 0.5rem 0rem 0rem;
    -moz-border-radius: 0.5rem 0.5rem 0rem 0rem;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    background: var(--clr-brand-falu-red);
    padding: 0.25rem 1.25rem 0.4375rem;
    margin: 0rem auto -0.75rem;
}

.product .product__price--text {
    font-size: 14px;
    color: var(--clr-text-secondary);
}

.product .product__price--new {
    font-family: var(--font-special-s-3);
    font-size: clamp(20px, 2.8vw, 23px);
    color: var(--clr-brand-sun);
    text-transform: uppercase;
}

.product .product__price--old {
    font-size: 13px;
    color: #858585;
    text-decoration: line-through;
    padding-left: 0.5ch;
}

.product .product__price--per {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 45px;
    height: 25px;
    color: var(--clr-text-white);
    background: var(--color-red);
    padding-left: 5px;
    pointer-events: none;
}

.product .product__price--per:before,
.product .product__price--per:after {
    content: '';
    position: absolute;
}

.product .product__price--per:before {
    --triangle-h: 12.5px;
    --triangle-w: 9px;
    top: 0;
    left: -webkit-calc(-1 * var(--triangle-w));
    left: -moz-calc(-1 * var(--triangle-w));
    left: calc(-1 * var(--triangle-w));
    border-top: var(--triangle-h) solid transparent;
    border-right: var(--triangle-w) solid var(--color-red);
    border-bottom: var(--triangle-h) solid transparent;
}

.product .product__price--per:after {
    --circle-size: 6px;
    top: -webkit-calc(50% - var(--circle-size)/2);
    top: -moz-calc(50% - var(--circle-size)/2);
    top: calc(50% - var(--circle-size)/2);
    left: 0px;
    width: var(--circle-size);
    height: var(--circle-size);
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}


/* Product Detail */

.product-detail__attr a {
    display: inline-block;
}

.product-detail__attr a:hover {
    color: var(--clr-text-hvr);
    text-decoration: underline;
}

.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
}

.left-pro-detail .MagicZoom {
    background-color: #fff;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.control-pro-detail button {
    opacity: 1;
    width: 25px;
    font-size: 23px;
    color: #222;
    background-color: transparent;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
    border-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
}

.title-pro-detail {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}

.comment-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.social-plugin-pro-detail {
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    font-weight: 700;
    color: var(--clr-text-primary);
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
}

.price-new-pro-detail {
    font-weight: 700;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    color: #6c757d;
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail:not(.--color-name) {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid transparent;
    vertical-align: top;
    margin: 0px 0px 3px 0px;
    cursor: pointer;
}

.color-pro-detail.--color-name,
.size-pro-detail {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    cursor: pointer;
}

.color-pro-detail.active,
.size-pro-detail.active {
    color: #e5101d;
    border-color: #e5101d;
}

.color-pro-detail.active:after,
.size-pro-detail.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background: url(../images/check-cart.png) center center / contain no-repeat;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    display: none;
}

.grid-properties {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: 10px 0px;
}

.grid-properties span {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    padding: 5px 15px;
    cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
    color: #f00;
    border: 1px solid #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
    content: "";
    position: absolute;
    right: -0.9375rem;
    bottom: 0;
    border: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid #f00;
}

.grid-properties span.outstock {
    color: rgba(0, 0, 0, 0.26);
    background-color: #fafafa;
    cursor: not-allowed;
    pointer-events: none;
}

.quantity-pro-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 110px;
    width: 100%;
    line-height: normal;
    text-align: center;
}

.quantity-pro-detail span {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 25px;
    color: #5f5f5f;
    padding: 0px;
    cursor: pointer;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.cart-pro-detail {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.cart-pro-detail a {
    min-width: 8rem;
    font-weight: 700;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 0.375rem 0.5rem;
}

.tags__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 0.25rem;
    height: 32px;
    font-size: 13px;
    color: var(--clr-text-white) !important;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: var(--clr-brand-crimson);
    padding: 0rem 0.75rem;
}

.tabs-pro-detail .nav-tabs {
    border-bottom-color: #fff;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555;
}


/* Product Related */

.product--related {
    margin-top: 3rem;
}

.product--related nav {
    margin-top: 1.25rem;
}

.product--related .pagination {
    margin-bottom: 0;
}


/* Product Have Just Seen */

.product--jseen {
    margin-top: 3rem;
}


/* News */

.news .news__list.flex-container {
    --columns: 2;
    --space-x: 0.75rem;
    --space-y: -webkit-calc(var(--space-x, 0.625rem) * 2);
    --space-y: -moz-calc(var(--space-x, 0.625rem) * 2);
    --space-y: calc(var(--space-x, 0.625rem) * 2);
}

.news .news__item-inner {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem 1rem;
}

.news .news__photo {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37.671233%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 37.671233%;
    flex: 0 1 37.671233%;
}

.news .news__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news .news__name {
    margin-bottom: 0.25rem;
}

.news .news__name a {
    --line-clamp: 2;
    font-weight: 700;
    font-size: 16px;
    color: var(--clr-text-primary);
}

.news .news__item-inner:hover .news__name a {
    color: var(--clr-text-hvr);
}

.news .news__time {
    color: #84878a;
    text-transform: capitalize;
    margin-bottom: 0.25rem;
}

.news .news__desc {
    line-height: 1.8em;
    color: var(--clr-text-secondary);
    margin-bottom: 0;
}


/* News Related */

.news--related .news__photo.rps-lg--flex-100,
.news--related .news__info.rps-lg--flex-100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}


/* Contact */

.contact-article {
    margin-bottom: 3rem;
}

.contact-input {
    position: relative;
    margin-bottom: 1rem;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Intro */

.intro {
    overflow: hidden;
    isolation: isolate;
    padding: 80px 0;
}

.intro__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.5rem;
}

.intro__inner:before,
.intro__inner:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: var(--w);
    height: var(--h);
    pointer-events: none;
}

.intro__inner:before {
    --w: 127px;
    --h: 117px;
    top: -2rem;
    left: -1rem;
    background: url(../images/intro-decor-top-left-1.png) center / contain no-repeat;
}

.intro__inner:after {
    --w: 140px;
    --h: 146px;
    top: 2rem;
    left: -5rem;
    background: url(../images/intro-decor-top-left-2.png) center / contain no-repeat;
}

.intro__left {
    position: relative;
    width: 43.25%;
    /* 519/1200 */
    padding-left: 1rem;
    padding-bottom: 0.75rem;
}

.intro__left:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 230px;
    height: 78px;
    background: var(--clr-brand-falu-red);
    pointer-events: none;
}

.intro__right {
    --pd-l: 60px;
    position: relative;
    width: 53.333333%;
    /* 640/1200 */
}

.intro__right:before,
.intro__right:after {
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.intro__right:before {
    top: 5rem;
    bottom: 3.5rem;
    left: 1.5rem;
    width: 2px;
    background: var(--clr-brand-falu-red);
}

.intro__right:after {
    top: -7rem;
    right: -7rem;
    width: 287px;
    height: 287px;
    background: url(../images/intro-decor-speaker.png) center / contain no-repeat;
}

.intro-gallery__list {
    overflow: hidden;
    -webkit-border-radius: 100rem 100rem 0rem 0rem;
    -moz-border-radius: 100rem 100rem 0rem 0rem;
    border-radius: 100rem 100rem 0rem 0rem;
    -webkit-box-shadow: 10px 10px 20px 0px #00000040;
    -moz-box-shadow: 10px 10px 20px 0px #00000040;
    box-shadow: 10px 10px 20px 0px #00000040;
}

.intro__title span:nth-child(2) {
    padding-left: var(--pd-l);
}

.intro__slogan {
    font-family: var(--font-special-s-2);
    font-size: clamp(28px, 4vw, 40px);
    color: var(--clr-text-secondary);
    padding-left: var(--pd-l);
}

.intro__desc {
    --line-clamp: 7px;
    line-height: 1.8em;
    padding-left: var(--pd-l);
    margin-bottom: 2rem;
}

.intro__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 233px;
    height: 53px;
    font-family: var(--font-special-s-2);
    font-size: clamp(22px, 3vw, 25px);
    color: var(--clr-text-white);
    background: var(--clr-brand-falu-red);
    padding-top: 0.25rem;
}

.intro__btn:hover {
    letter-spacing: 2px;
    color: var(--clr-text-white);
}

.intro__info {
    padding-left: var(--pd-l);
    margin-top: 1.5rem;
}

.intro__info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 2.5rem;
}

.intro__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.intro__info-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.intro__info-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.intro__info-title,
.intro__info-value {
    display: block;
}

.intro__info-title {
    font-family: var(--font-special-s-3);
    font-size: clamp(18px, 2.5vw, 20px);
    color: var(--clr-brand-green-pea);
    text-transform: uppercase;
}

.intro__info-value {
    font-weight: 700;
    font-size: clamp(15px, 2.2vw, 17px);
    letter-spacing: -0.02em;
}


/* Pho and Product Featured */

.pho-product {
    overflow: hidden;
    isolation: isolate;
    padding: 140px 0 80px;
    margin-top: -80px;
}

.pho-product__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.5rem;
}


/* Pho */

.pho {
    width: 63.916667%;
    /* 767/1200 */
}

.pho__photo:hover {
    -webkit-animation: swing 1.5s ease-out infinite 1.5s;
    -moz-animation: swing 1.5s ease-out infinite 1.5s;
    -o-animation: swing 1.5s ease-out infinite 1.5s;
    animation: swing 1.5s ease-out infinite 1.5s;
}


/* Product Featured */

.product--featured {
    width: 29.166667%;
    /* 350/1200 */
}

.product--featured .product__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product--featured .product__heading .product__heading-border {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product--featured .product__heading .product__heading-border:before,
.product--featured .product__heading .product__heading-border:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.product--featured .product__heading .product__heading-border:before {
    top: 0;
    border-top: 3px solid var(--clr-brand-falu-red);
}

.product--featured .product__heading .product__heading-border:after {
    top: 7px;
    border-top: 2px dashed var(--clr-brand-falu-red);
}

.product--featured .product__heading .product__heading-border--left:after {
    left: 7px;
}

.product--featured .product__heading .product__heading-border--right:after {
    right: 7px;
}

.product--featured .product__title {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product--featured .product__title span {
    letter-spacing: 0.05em;
}

.product--featured .product__list {
    position: relative;
    padding: 1.25rem;
    padding-top: 0;
}

.product--featured .product__list:before,
.product--featured .product__list:after {
    --inset-t: -4.75rem;
    content: '';
    position: absolute;
    top: -webkit-calc(var(--inset-t) + var(--inset));
    top: -moz-calc(var(--inset-t) + var(--inset));
    top: calc(var(--inset-t) + var(--inset));
    right: var(--inset);
    bottom: var(--inset);
    left: var(--inset);
    z-index: -1;
    border-top: none !important;
    pointer-events: none;
}

.product--featured .product__list:before {
    --inset: 0px;
    border: 3px solid var(--clr-brand-falu-red);
}

.product--featured .product__list:after {
    --inset: 7px;
    border: 2px dashed var(--clr-brand-falu-red);
}

.product--featured .product__inner {
    overflow: hidden;
}

.product--featured .slick-list {
    margin-bottom: -0.5rem;
}

.product--featured .product__item {
    border: none;
    margin-bottom: 0.5rem;
}

.product--featured .product__photo {
    display: block;
    border: 1px solid #FFE6B4;
    padding: 0.625rem;
}

.product--featured .product__info {
    margin-top: 0.625rem;
}

.product--featured .product__info-inner {
    text-align: center;
}

.product--featured .product__name {
    margin-bottom: 0.25rem;
}

.product--featured .product__name a {
    --line-clamp: 1;
    font-weight: 700;
    font-size: 15px;
    color: var(--clr-text-primary);
    text-transform: uppercase;
}

.product--featured .product__item-inner:hover .product__name a {
    color: #831417;
}

.product--featured .product__price--new {
    font-family: var(--font-special-s-3);
    font-size: clamp(18px, 2.5vw, 20px);
    color: var(--clr-brand-falu-red);
    text-transform: uppercase;
}

.product--featured .product__price--old {
    color: var(--clr-text-third);
    text-decoration: line-through;
    text-transform: uppercase;
}


/* Product List Featured */

.product-list--featured {
    overflow: hidden;
    isolation: isolate;
    padding: 60px 0;
}

.product-list--featured .product-list__inner {
    position: relative;
}

.product-list--featured .product-list__inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 246px;
    height: 191px;
    background: url(../images/menu-decor-top-right.png) center / contain no-repeat;
    pointer-events: none;
}

.product-list--featured .choose {
    margin-bottom: 2rem;
}

.product-list--featured .choose__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
}

.product-list--featured .choose__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    font-weight: 600;
    font-size: 15px;
    color: var(--clr-text-primary);
    background: var(--clr-brand-sun);
    padding: 0rem 0.5rem;
    margin: 0 1rem;
    cursor: pointer;
}

.product-list--featured .choose__item:before,
.product-list--featured .choose__item:after {
    --w: 10px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--w);
    background: url(../images/choose-item-border-normal.png) center / contain no-repeat;
}

.product-list--featured .choose__item:before {
    left: -webkit-calc(-1 * var(--w));
    left: -moz-calc(-1 * var(--w));
    left: calc(-1 * var(--w));
}

.product-list--featured .choose__item:after {
    right: -webkit-calc(-1 * var(--w));
    right: -moz-calc(-1 * var(--w));
    right: calc(-1 * var(--w));
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.product-list--featured .choose__item:hover,
.product-list--featured .choose__item.active {
    color: var(--clr-text-white);
    background: var(--clr-brand-falu-red);
}

.product-list--featured .choose__item:hover:before,
.product-list--featured .choose__item:hover:after,
.product-list--featured .choose__item.active:before,
.product-list--featured .choose__item.active:after {
    background: url(../images/choose-item-border-active.png) center / contain no-repeat;
}

.product-list--featured .product-list__response nav {
    margin-top: 2rem;
}


/* Video Featured */

.video--featured {
    overflow: hidden;
    isolation: isolate;
    padding: 80px 0;
}

.video--featured .video__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.video--featured .video__inner:before,
.video--featured .video__inner:after {
    content: '';
    position: absolute;
    width: var(--w);
    height: var(--h);
    z-index: -1;
    pointer-events: none;
}

.video--featured .video__inner:before {
    --w: 137px;
    --h: 133px;
    bottom: -2rem;
    left: -5rem;
    background: url(../images/video-decor-bottom-1.png) center / contain no-repeat;
}

.video--featured .video__inner:after {
    --w: 82px;
    --h: 75px;
    bottom: 0;
    left: 2rem;
    background: url(../images/video-decor-bottom-2.png) center / contain no-repeat;
}

.video--featured .video__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10.416667%;
    /* 125/1200 */
    margin: 5rem 0;
}

.video--featured .video__heading .home__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.video--featured .video__heading-border {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 3px;
    background: var(--clr-brand-falu-red);
    margin-right: 3.5rem;
}

.video--featured .video__title,
.video--featured .video__btn {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.video--featured .video__btn {
    font-weight: 500;
    font-size: 15px;
    color: var(--clr-text-white);
    background: var(--clr-brand-green-pea);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    padding: 1.25rem 0.375rem;
}

.video--featured .video__btn:hover {
    background: var(--clr-brand-falu-red);
}

.video--featured .video__main {
    position: relative;
    width: 87.25%;
    /* 1047/1200 */
}

.video--featured .video__main:before {
    content: '';
    position: absolute;
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: -7.5rem;
    z-index: -1;
    border: 3px solid var(--clr-brand-falu-red);
    border-left: none;
    pointer-events: none;
}

.video--featured .video__bottom {
    max-width: 784px;
    margin: 1.25rem auto 0;
}

.video--featured .video__list {
    overflow: hidden;
}

.video--featured .video__item {
    border: none;
}

.video--featured .video__bottom .slick-list {
    margin-right: -1rem;
}

.video--featured .video__bottom .video__item {
    margin-right: 1rem;
    cursor: pointer;
}

.video--featured .video__top .video__photo.play-icon:before {
    --w: 130px;
    --h: 130px;
    background: url(../images/icon-play-big.png) center / contain no-repeat;
}


/* Feedback */

.feedback {
    overflow: hidden;
    isolation: isolate;
    padding: 140px 0 80px;
    margin-top: -80px;
}

.feedback__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.5rem;
}

.feedback__inner:before {
    content: '';
    position: absolute;
    top: -5rem;
    right: -5rem;
    z-index: -1;
    width: 202px;
    height: 265px;
    background: url(../images/feedback-decor-top-right.png) center / contain no-repeat;
    pointer-events: none;
}

.feedback__left {
    width: 36.333333%;
    /* 436/1200 */
}

.feedback__right {
    width: 51.666667%;
    /* 620/1200 */
}

.feedback .banner__list {
    overflow: hidden;
    -webkit-border-radius: 100rem 100rem 0rem 0rem;
    -moz-border-radius: 100rem 100rem 0rem 0rem;
    border-radius: 100rem 100rem 0rem 0rem;
}

.feedback .home__heading.has-decor {
    isolation: isolate;
    position: relative;
}

.feedback .home__heading.has-decor:before {
    --w: 267px;
    --h: 171px;
    content: '';
    position: absolute;
    top: -webkit-calc(15% - var(--h)/2);
    top: -moz-calc(15% - var(--h)/2);
    top: calc(15% - var(--h)/2);
    left: 0;
    z-index: -1;
    width: var(--w);
    height: var(--h);
    background: url(../images/F.png) center / contain no-repeat;
    pointer-events: none;
}

.feedback__title {
    padding-left: 8rem;
    margin-bottom: 0.75rem;
}

.feedback__slogan {
    display: block;
    max-width: 500px;
    font-size: clamp(15px, 2.2vw, 17px);
    padding-left: 6.5rem;
}

.feedback__bottom {
    max-width: 320px;
    margin-right: 2rem;
    margin-left: auto;
}

.feedback__list {
    overflow: hidden;
}

.feedback__item {
    border: none;
}

.feedback__bottom .slick-list {
    margin-right: -1.5rem;
}

.feedback__bottom .feedback__item {
    margin-right: 1.5rem;
    cursor: pointer;
}

.feedback__top .feedback__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback__top .feedback__photo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 230px;
    border: 2px solid var(--clr-brand-falu-red);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.75rem;
}

.feedback__photo-inner {
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.feedback__info {
    padding-left: 3.5rem;
}

.feedback__top .feedback__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.feedback__name {
    position: relative;
    border: 3px solid var(--clr-brand-falu-red);
    border-left: none;
    -webkit-border-radius: 0rem 100rem 100rem 0rem;
    -moz-border-radius: 0rem 100rem 100rem 0rem;
    border-radius: 0rem 100rem 100rem 0rem;
    padding: 0.75rem 3.5rem;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    margin-left: -3.5rem;
}

.feedback__name:before,
.feedback__name:after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.feedback__name:before {
    top: -3px;
    left: -2.375rem;
    right: 50%;
    height: 3px;
    background: var(--clr-brand-falu-red);
}

.feedback__name:after {
    --w: 30px;
    --h: 30px;
    top: -webkit-calc(50% - var(--h)/2);
    top: -moz-calc(50% - var(--h)/2);
    top: calc(50% - var(--h)/2);
    right: 1rem;
    width: var(--w);
    height: var(--h);
    background: url(../images/icon-quote-double.png) center / contain no-repeat;
}

.feedback__name span {
    --line-clamp: 1;
    font-family: var(--font-special-s-1);
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--clr-text-primary);
    text-transform: capitalize;
    padding-left: 1rem;
}

.feedback__content {
    color: var(--clr-text-secondary);
}


/* Newsletter */

.newsletter__form>div:not(:last-child) {
    margin-bottom: 0.625rem;
}

.newsletter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.newsletter__list .newsletter__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsletter__item input {
    height: 42px;
}

.newsletter__item input,
.newsletter__item textarea {
    font-size: 14px;
    color: var(--clr-text-primary);
    text-indent: 1em;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    background: #fff;
}

.newsletter__item input::placeholder,
.newsletter__item input:focus,
.newsletter__item textarea::placeholder,
.newsletter__item textarea:focus {
    /* autoprefixer: off */
    font-size: 14px;
    color: var(--clr-text-secondary);
    background: #fff;
    box-shadow: none !important;
}

.newsletter__item.is-button {
    text-align: center;
    margin-top: 1rem;
}

.newsletter__item button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    font-weight: 700;
    font-size: 15px;
    color: var(--clr-brand-falu-red);
    text-transform: uppercase;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    background: var(--clr-brand-falu-red);
    padding: 0 2rem;
}

.newsletter__item button::placeholder,
.newsletter__item button:focus {
    /* autoprefixer: off */
    box-shadow: none !important;
}

.newsletter__item button:hover {
    color: var(--clr-text-white);
    -webkit-box-shadow: 0px 0px 10px 0px var(--clr-brand-falu-red);
    -moz-box-shadow: 0px 0px 10px 0px var(--clr-brand-falu-red);
    box-shadow: 0px 0px 10px 0px var(--clr-brand-falu-red);
}


/* Footer */

.footer {
    padding: 50px 0;
}

.footer__article {
    margin-bottom: 1.5rem;
}

.footer__article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.footer__article-item:nth-child(1) {
    width: 18.583333%;
    /* 223/1200 */
}

.footer__article-item:nth-child(2) {
    width: 34.166667%;
    /* 410/1200 */
}

.footer__article-item:nth-child(3) {
    width: 30.833333%;
    /* 370/1200 */
}

.footer__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 318px;
    height: 48px;
    font-family: var(--font-special-s-1);
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--clr-brand-sun);
    background: url(../images/footer-title-bg.png) center / contain no-repeat;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    margin-left: -1rem;
}

.footer__name {
    font-family: var(--font-special-m);
    font-size: 24px;
    color: var(--clr-brand-falu-red);
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.footer__content {
    color: var(--clr-text-white);
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__social {
    margin-top: 1rem;
}

.footer__social .social__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem 1rem;
}

.footer__fanpage {
    border: 2px solid var(--clr-brand-sun);
    padding: 0.4375rem;
}

.footer__fanpage-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    height: 45px;
    background: var(--clr-brand-sun);
    margin-bottom: 0.375rem;
}

.footer__fanpage-title h2 {
    font-weight: 600;
    font-size: clamp(15px, 2.2vw, 17px);
    color: var(--clr-text-primary);
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer__slogan {
    border-top: 1px solid var(--clr-brand-sun);
    border-bottom: 1px solid var(--clr-brand-sun);
    padding: 0.75rem 0;
    margin-bottom: 1.5rem;
}

.footer__slogan q {
    display: block;
    font-family: var(--font-special-s-1);
    font-size: clamp(25px, 3.8vw, 33px);
    color: var(--clr-brand-mint-julep);
    text-align: center;
}

.footer__powered>.footer__inner {
    padding: 1rem 0;
}

.footer__copyright {
    color: var(--clr-text-white);
}

.footer__copyright span:nth-child(1) {
    text-transform: capitalize;
}

.footer__copyright span:nth-child(2) {
    display: inline-block;
}

.footer__copyright a:hover {
    text-decoration: underline;
}

.footer__statistic {
    color: var(--clr-text-white);
    text-align: right;
}

.footer__statistic span:not(:last-child) {
    padding-right: 0.625rem;
}

.footer__map-item {
    position: relative;
    height: 400px;
}

.footer__map-item iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}


/* Delivery */

.delivery {
    position: fixed;
    z-index: 999;
    left: 1.25rem;
    bottom: 120px;
}

.delivery__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delivery__item:not(:last-child) {
    margin-bottom: 1rem;
}

.delivery__item-inner {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.delivery__item-inner:hover {
    -webkit-filter: drop-shadow(0px 2px 4px #00000080);
    filter: drop-shadow(0px 2px 4px #00000080);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}


/* Social PLugin */

.social-plugin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 0.125rem;
}


/* Pagination */

article[class*='--template'] nav {
    margin-top: 1.5rem;
}

div[class*='--ajax'] nav {
    margin-top: 1.5rem;
}

.pagination {
    gap: 0.3125rem 0.5rem;
    margin-bottom: 0;
}

.pagination .page-item :is(a, button) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    color: var(--clr-text-primary);
    text-align: center;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
}

.pagination .page-item button::placeholder,
.pagination .page-item button:focus {
    /* autoprefixer: off */
    box-shadow: none !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item:not(.disabled):hover :is(a, button) {
    color: var(--clr-text-white);
    border-color: var(--clr-brand-green-pea);
    background: var(--clr-brand-green-pea);
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll to top */

.scroll-to-top {
    --size: 50px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
    border: 2px solid var(--clr-web-btn);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 5rem;
}

.scroll-to-top.is-bottom,
.scroll-to-top:hover {
    background: var(--clr-web-btn);
}

.scroll-to-top span {
    position: absolute;
    left: 32%;
    width: 36%;
    height: 2px;
}

.scroll-to-top span:nth-child(1) {
    top: 42%;
}

.scroll-to-top span:nth-child(2) {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    top: 55%;
}

.scroll-to-top span:after,
.scroll-to-top span:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--clr-web-btn);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scroll-to-top span:before {
    left: 0;
    -webkit-transform: skewY(-35deg);
    -ms-transform: skewY(-35deg);
    -moz-transform: skewY(-35deg);
    -o-transform: skewY(-35deg);
    transform: skewY(-35deg);
}

.scroll-to-top span:after {
    right: 0;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    -moz-transform: skewY(35deg);
    -o-transform: skewY(35deg);
    transform: skewY(35deg);
}

.scroll-to-top.is-bottom span:before,
.scroll-to-top.is-bottom span:after,
.scroll-to-top:hover span:before,
.scroll-to-top:hover span:after {
    background-color: #fff;
}

.scroll-to-top:hover span:nth-child(1) {
    -webkit-animation: floatingArrow .7s ease-out 0s infinite forwards;
    -moz-animation: floatingArrow .7s ease-out 0s infinite forwards;
    -o-animation: floatingArrow .7s ease-out 0s infinite forwards;
    animation: floatingArrow .7s ease-out 0s infinite forwards;
}

.scroll-to-top:hover span:nth-child(2) {
    -webkit-animation: floatingArrow .7s ease-out .3s infinite forwards;
    -moz-animation: floatingArrow .7s ease-out .3s infinite forwards;
    -o-animation: floatingArrow .7s ease-out .3s infinite forwards;
    animation: floatingArrow .7s ease-out .3s infinite forwards;
}


/* Button Frame */

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
}

.btn-frame i {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1182fc;
}

.btn-frame i img {
    width: 90%;
    vertical-align: middle;
}

.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    opacity: 0.1;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 0.5;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(7, 41, 103, 0.8);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    border-color: #1182fc;
    -webkit-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    -o-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-iteration-count: infinite !important;
    -moz-animation-iteration-count: infinite !important;
    -o-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
}

.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}

.btn-frame .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    opacity: 0.4;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(7, 41, 103, 0.35);
    -webkit-animation-duration: 1s !important;
    -moz-animation-duration: 1s !important;
    -o-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-iteration-count: infinite !important;
    -moz-animation-iteration-count: infinite !important;
    -o-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
}

.btn-frame .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}


/* Cart Fix */

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 480px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--clr-web-btn);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--color-red);
}
