:root {
    --blue: #0D51A1;
    --red: #F01E2F;
    --dark-1: #1d1d1d;
    --dark-2: #222222;
    --cream: #FFF;
    --grey: #868686;
}
body {
    position: relative;
    color: var(--dark-1);
    font-size: 16px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    margin: 0;
    direction: ltr;
    min-width: 320px;
    overflow-x: hidden;
}
body,html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
    outline: none;
}
a {
	color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
    font-weight: 400;
}
a,label{
	display: block;
}
::-webkit-scrollbar {
  width: .6rem;
}
::-webkit-scrollbar-track {
  background: var(--dark-1); 
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
  background: var(--blue); 
}
form, input, textarea, button, fieldset, select {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    background-color: transparent;
}
.title__row {
    margin-bottom: 2rem;
}
.sub__title {
    color: var(--blue);
    font-size: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 0.5rem;
}
.head__title {
    color: var(--dark-2);
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.section__title {
    color: var(--dark-2);
    font-size: 1.8125rem;
    font-weight: 700;
    line-height: 1.2;
}
.m__0{
	margin-bottom: 0;
}
@media only screen and (max-width: 480px){
	.head__title {
		font-size: 1.8125rem;
	}
}
.breadcrumb {
    padding: 2rem 1rem;
    background-color: var(--blue);
    box-shadow: 0 0.9375rem 0.625rem -0.9375rem rgb(0 0 0 / 35%);
}
.breadcrumb__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--cream);
}
.breadcrumb__inner ul {
    justify-content: center;
}
.breadcrumb__inner ul li {
    font-size: 1.1rem;
    font-weight: 300;
}
.breadcrumb__inner ul li:not(:last-child):after {
    content: "/";
    margin-left: .65rem;
    margin-right: 0.5rem;
    font-size: 1rem;
}
.breadcrumb__inner ul li a {
    display: inline-block;
}
.breadcrumb__inner ul li > a:hover {
    text-decoration: underline;
    opacity: .8;
}
.breadcrumb__inner h2 {
    font-size: 2.3rem;
    margin-top: 1rem;
}
.scroll_transition {
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.d--flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d--space{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.d--acenter{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.parent--space > *:not(:last-child) {
    margin-right: 1.35rem;
}
.parent__bottom > *:not(:last-child) {
    margin-bottom: 1.35rem;
}
[class*="container--"]{
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.25rem;
}
.container--0{
    max-width: 95rem;
}
.container--1{
    max-width: 80rem;
}
.container--2 {
    max-width: 60rem;
}
.m__lr{
	margin-left: auto;
	margin-right: auto;
}
.m__top1{
	margin-top: 1rem;
}
.m__top2{
	margin-top: 2rem;
}
.m__top3{
	margin-top: 3rem;
}
.m__top4{
	margin-top: 4rem;
}
.m__top5{
	margin-top: 5rem;
}
.m__top6{
	margin-top: 6rem;
}
.m__top{
	margin-top: 10rem;
}
.node__space {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
}
.node__space__2{
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
.box__i{
	flex-basis: 100%;
}
@media (min-width: 481px) {
	.box__4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.burger__menu {
		display: none;
	}
	.box__n {
		-ms-flex-preferred-size:0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.box__auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.box__1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.box__2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.box__3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.box__4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.box__5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.box__6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.box__7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.box__8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.box__9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.box__10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.box__11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.box__12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.mrg--lft--1 {
		margin-left: 8.33333%;
	}
    .mrg--lft--2 {
        margin-left: 16.66667%;
    }
    .mrg--lft--3 {
        margin-left: 25%;
    }
}
.empty {
    font-size: 1.2rem;
}
.empty span {
    margin-right: .4rem;
    font-size: 2rem;
}
.post__letter {
    text-align: center;
    padding: 40px 20px;
}
.post__letter > svg {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}
.pop__letter {
    font-size: 17px;
}
.p__lr {
	padding-left: 1rem;
	padding-right: 1rem;
}
.hover__scale img {
    -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.hover__scale:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*header*/
.head__content {
    border-bottom: 0.00625rem solid rgba(29,29,29,.2);
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.head {
    position: relative;
    max-width: 90rem;
    padding: 0 2rem;
}
.logo {
    min-width: 10rem;
}
.social--media a {
    width: 1.1rem;
    height: 1.1rem;
}
.social--media a svg * {
    fill: var(--dark-1);
}
.lang--switch {
    min-width: 160px;
}
.lang--switch ul li {
    border: 0.00625rem solid var(--dark-1);
    padding: 0.25rem 0.35rem;
}
.lang--switch ul .lang-active {
    background-color: var(--dark-1);
    color: var(--cream);
}
@media only screen and (min-width: 992px) {
    .p--lr {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
@media (max-width: 991px) {
    .lang--switch {
        min-width: auto;
    }
}
/*
** menu
*/
.menu > li {
    position: relative;
}
.menu > li:not(:last-child) {
    margin-right: 1.5rem;
}
.menu > li a {
    font-size: 1.2625rem;
    opacity: .7;
}
.menu > li a:hover {
    color: var(--blue);
}
@media only screen and (min-width: 992px){
	.dropdown__menu {
		position: absolute;
		left: 0;
		top: 2rem;
		z-index: 1000;
		min-width: 12rem;
		width: 100%;
		text-align: left;
		list-style: none;
		box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0,0,0,.2);
		padding: 1rem;
		background-color: var(--cream);
		border-radius: 0;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.menu .drop__item:hover > .dropdown__menu {
		opacity: 1;
		visibility: visible;
	}
	.dropdown__menu > li > a {
		color: #1d1d1d;
		font-size: 1.1rem;
		display: block;
		font-weight: 300;
	}
	.dropdown__menu > li > a:hover {
		color: var(--blue);
	}
	.children {
		position: absolute;
		left: 11rem;
		top: 0;
		z-index: 1000;
		min-width: 12rem;
		width: 100%;
		text-align: left;
		box-shadow: 0 0.1875rem 0.3125rem 0 rgba(0,0,0,.2);
		padding: 1rem;
		background-color: var(--cream);
		list-style: none;
		border-radius: 0;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.dropdown__menu > li{
		position: relative;
	}
	.dropdown__menu > li:not(:last-child) {
		margin-bottom: 0.8rem;
	}
	.children > li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.children > li > a {
		color: #1d1d1d;
		font-size: 1.1rem;
		font-weight: 300;
	}
	.dropdown__menu > li:hover > a + .children {
		opacity: 1;
		visibility: visible;
	}
	.children > li > a:hover {
		color: var(--blue);
	}
}
@media (max-width: 991px) {
	.menu{
		display: none;
	}
}
@media only screen and (max-width: 768px){
	.m__top {
		margin-top: 6rem;
	}
	.breadcrumb__inner h2 {
		font-size: 1.6875rem;
	}
}
@media (max-width: 480px) {
	.parent--space > *:not(:last-child) {
		margin-right: 1rem;
	}
    .parent__bottom > *:not(:last-child) {
        margin-bottom: 1rem;
    }
	.head {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/*
** about
*/
.about__top {
    padding-top: 10.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4.3125rem;
    background-color: #f9f9f9;
}
.about__top__inner {
    max-width: 85rem;
}
.about__inner {
    position: relative;
    padding-bottom: 4rem;
}
.about__title {
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.about__container {
    position: relative;
}
.cream__column {
    position: absolute;
    background-color: var(--cream);
    width: 10rem;
    height: 25rem;
    left: 3rem;
    top: -3rem;
}
.other__column {
    position: absolute;
    background-color: var(--blue);
    width: 3rem;
    height: 12rem;
    left: 1.5rem;
    top: -3rem;
}
.about__description__holder {
    padding: 5rem;
}
.about__header {
    position: relative;
    font-size: 3.3125rem;
    line-height: 1.4;
    z-index: 1;
}
.about__toptext {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.75;
    z-index: 1;
}
.about__text {
    color: #767676;
    font-size: 1.1875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.about__text + a {
    background-color: var(--blue);
    color: var(--cream);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.2rem;
    border: 0.0625rem solid var(--blue);
}
.about__text + a:hover {
    background-color: var(--cream);
    color: var(--blue);
}
.our__location {
    position: relative;
    display: flex;
    gap: 1.8rem;
    flex-direction: column;
    margin-top: 5rem;
    padding-left: 2rem;
}
.our__location:before {
    position: absolute;
    content: '';
    background-color: var(--blue);
    width: 0.1875rem;
    height: 100%;
    top: 0;
    left: 0;
}
.our__location h4 {
    font-size: 1.2rem;
    color: #767676;
}
.our__location h3 {
    font-size: 1.3rem;
    max-width: 18rem;
    font-weight: 700;
}
.our__location a {
    color: var(--blue);
}
.our__location a span {
    margin-right: 0.3rem;
}
@media (max-width: 991px) {
	.about {
		padding-bottom: 3rem;
		background-image: none;
	}
	.about__header {
		margin-bottom: 1rem;
	}
	.about__description__holder {
		padding-left: 0;
		padding-right: 0;
	}
	.cream__column {
		width: 5rem;
		height: 15rem;
	}
	.other__column {
		width: 2rem;
		height: 8rem;
		left: 2rem;
		top: -1rem;
	}
}
@media (max-width: 768px) {
	.about__header {
		font-size: 2.1125rem;
		line-height: 1.2;
	}
}
@media (max-width: 480px) {
    .about__top {
        padding-top: 5.875rem;
    }
    .cream__column{
        top: -1rem;
    }
}
/*
** benefits
*/
.benefit__content {
    background-color: #f9f9f9;
    padding: 4rem 2rem;
    text-align: center;
    border: 0.00625rem solid var(--blue);
}
.benefit__content span {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.benefit__title {
    color: var(--dark-1);
    font-size: 1.3875rem;
    margin-bottom: 0.9rem;
}
.benefit__text {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}
/*
** products
*/
.product__box {
	background-color: #f9f9f9;
	padding: 3rem 2rem;
	border: 0.00625rem solid var(--blue);
}
.product__box h2 {
    color: var(--dark-1);
    font-size: 1.4625rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    min-height: 3.625rem;
}
.product__box h2 + p {
    color: var(--grey);
    font-size: 0.875rem;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    min-height: 2.125rem;
}
.product__box a {
    color: var(--blue);
    font-size: 1.05rem;
    display: inline-block;
    letter-spacing: .05rem;
}
.product__box a:hover {
    text-decoration: underline;
}
.swiper-pagination {
    margin-top: 1rem;
}
.swiper-pagination-bullet {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: .7rem;
    height: .7rem;
    vertical-align: middle;
}
.swiper-pagination-bullet:not(:last-child) {
    margin-right: .5rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
    height: 1rem;
    background-color: var(--blue);
}
/*
** suppliers
*/
.suppliers__inner .supplier {
    display: flex;
    align-items: center;
}
/*
** services
*/
.services {
    background-color: var(--dark-1);
    padding: 8rem 4rem;
}
.services > .inner {
    max-width: 90rem;
}
.service:not(:last-child) {
    margin-bottom: 4rem;
}
.service__text {
    flex-basis: 36%;
    margin-right: 2%;
}
.service__img {
    flex-basis: 62%;
}
.service:nth-child(even) .service__img {
    order: -1;
}
.service:nth-child(even) .service__text {
    margin-right: 0;
    margin-left: 2%;
}
.service:hover img {
    filter: grayscale(.7);
}
.service h2 {
    color: var(--cream);
    font-size: 2.45rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.service h2 + p {
    color: var(--cream);
    font-size: 1rem;
    line-height: 1.5;
}
@media only screen and (max-width: 768px){
    .services {
        padding: 5rem 2rem;
    }
    .service__text {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .service:nth-child(even) .service__text {
        margin-left: 0;
    }
    .service__img {
        flex-basis: 100%;
    }
    .service:nth-child(even) .service__img {
        order: 0;
    }
}
/*
** footer
*/
footer {
    background-color: var(--dark-1);
    padding-top: 7rem;
    padding-bottom: 8rem;
}
footer a {
	color: var(--cream);
    font-size: 1.1rem;
    display: inline-block;
}
footer a:hover {
    color: var(--red);
}
footer ul li span.material-symbols-outlined {
    vertical-align: middle;
    margin-right: 0.35rem;
}
footer ul li span.material-symbols-outlined + span {
    flex: 1;
}
.footer__content {
    max-width: 80rem;
}
.support__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}
.list__title {
    color: var(--cream);
    font-size: 1.5625rem;
    margin-bottom: 3rem;
    letter-spacing: 0.125rem;
}
.social a {
    width: 3rem;
    height: 3rem;
    background-color: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
}
.social a svg {
    width: 50%;
}
.social a:hover {
    background-color: var(--cream);
}
.social a:hover svg * {
    fill: var(--blue);
}
.footer__bottom {
    justify-content: space-between;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-top: 0.00625rem solid #333;
    border-bottom: 0.00625rem solid #333;
}
.subscribe input {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background-color: var(--cream);
    font-size: 1rem;
    border-radius: 0.3125rem;
    padding: 1rem 0 1rem 1rem;
    margin-right: 1rem;
}
.subscribe input + button {
    width: 8rem;
    background-color: var(--blue);
    color: var(--cream);
    font-size: 1rem;
    border-radius: 0.3125rem;
    cursor: pointer;
}
.subscribe input + button:hover {
    opacity: .9;
}
.copyright {
    color: var(--grey);
}
.copyright a {
    font-weight: 700;
}
@media (max-width: 991px) {
    .list__title {
        margin-bottom: 2rem;
    }
    footer .social {
        margin-bottom: 2rem;
    }
    .subscribe input {
        margin-right: 0;
    }
    .subscribe input + button {
        width: 100%;
        margin-top: 1rem;
        height: 3rem;
    }
}
@media (max-width: 768px) {
	.support__items {
		flex-basis: 100%;
	}
	.support__items:not(:last-child) {
		margin-bottom: 4rem;
	}
}
@media (max-width: 480px) {
	footer {
		padding-top: 5rem;
	}
    footer a {
        font-size: 1rem;
    }
    .list__title {
        font-size: 1.3625rem;
        font-weight: 700;
    }
}
/*
** product category page
*/
.prod__grid__head {
    padding-bottom: 1.5rem;
    border-bottom: 0.00625rem solid rgba(29,29,29,.1);
    margin-bottom: 1rem;
}
.grid__templates {
    gap: 0.5rem;
}
.grid__tem {
    width: 2.2rem;
    height: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0.00625rem solid rgba(29,29,29,.2);
    color: var(--grey);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.grid__tem span {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid__tem.active,
.grid__tem:hover {
    border-color: var(--blue);
    color: var(--blue);
}
.innerbox__product {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border: 0.00625rem solid rgba(29,29,29,.1);
    height: 100%;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
.innerbox__product:hover {
    border-color: var(--blue);
}
.product__image__wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--cream);
}
.product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95), -webkit-transform 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
}
.innerbox__product:hover .product__image {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.innerbox__product h2 {
    color: var(--dark-1);
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.innerbox__product p {
    color: var(--grey);
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
.innerbox__product a {
    color: var(--blue);
    font-size: 1rem;
    display: inline-block;
    letter-spacing: 0.03em;
}
.innerbox__product a:hover {
    text-decoration: underline;
}
/* List view */
.row__categories.list__view .product__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row__categories.list__view .innerbox__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}
.row__categories.list__view .product__image__wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
    aspect-ratio: auto;
    height: 9rem;
}
.row__categories.list__view .innerbox__product h2 {
    margin-top: 0;
}
/*canvas*/
.canvas__subcategories {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: -1;
}
.canvas__subcategories.open {
    opacity: 1;
    visibility: visible;
	z-index: 99999999999;
}
.canvas__subcategories.open .canvas__inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.canvas__overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    opacity: .6;
}
.canvas__inner {
    width: 100%;
    height: 100%;
    width: 23.75rem;
    background-color: var(--cream);
    -webkit-box-shadow: -0.0625rem 0 1.25rem -0.3125rem #aaa;
    box-shadow: -0.0625rem 0 1.25rem -0.3125rem #aaa;
    position: relative;
    -webkit-transform: translateX(calc(100% - 3.125rem));
    -ms-transform: translateX(calc(100% - 3.125rem));
    transform: translateX(calc(100% - 3.125rem));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-left: auto;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}
.canvas__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.8125rem;
    color: #000;
    opacity: 1;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.canvas__close span {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.canvas__close span:hover {
    color: var(--color-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.canvas__content {
    text-align: left;
    padding: 1rem 1rem;
}
.canvas__content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.canvas__content > ul > li:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
	.canvas__menu .dropdown__menu > li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.canvas__menu .drop__item > a {
		color: var(--blue);
		font-weight: 700;
		margin-bottom: 1rem;
		display: none;
	}
	.canvas__menu .dropdown__menu > li > a {
		font-weight: 700;
	}
	.canvas__menu .dropdown__menu .children {
		border-bottom: 0.00625rem solid rgba(0,0,0,.1);
		padding-bottom: 1.2rem;
		margin-top: 1rem;
	}
	.canvas__menu .dropdown__menu .children > li:not(:last-child) {
		margin-bottom: .5rem;
	}
}
.espa {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 30rem;
    z-index: 5;
    width: 100%;
}
.espa:hover {
    opacity: 0.8;
}
/*
** product detail page
*/
.product__f1 {
    gap: 3rem;
    align-items: flex-start;
}
.product__dir__left {
    flex: 0 0 45%;
    max-width: 45%;
}
.product__carousel .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 0.00625rem solid rgba(29,29,29,.1);
    background-color: var(--cream);
}
.product__dir__right {
    flex: 1;
}
.product__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-1);
    margin-bottom: 1.5rem;
}
.product__desc {
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.product__desc p {
    margin-bottom: 0.75rem;
}
.contact__btns {
    border-top: 0.00625rem solid rgba(29,29,29,.1);
    padding-top: 2rem;
    margin-top: 2rem;
}
.contact__btns h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-1);
    margin-bottom: 1.25rem;
    letter-spacing: 0.03em;
}
.contact__btns ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--dark-1);
    font-size: 1rem;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.contact__btns ul a:hover {
    color: var(--blue);
}
.contact__btns ul a .material-symbols-outlined {
    font-size: 1.3rem;
    color: var(--blue);
}
.products__related {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 0.00625rem solid rgba(29,29,29,.1);
}
.products__related .head__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-1);
}
.related__box a {
    display: block;
    color: var(--dark-1);
}
.related__box img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background-color: var(--cream);
    border: 0.00625rem solid rgba(29,29,29,.1);
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
.related__box a:hover img {
    border-color: var(--blue);
}
.related__box h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.75rem;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.related__box a:hover h3 {
    color: var(--blue);
}
@media (max-width: 991px) {
    .product__dir__left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product__dir__right {
        flex: 0 0 100%;
    }
    .product__f1 {
        gap: 2rem;
    }
}
@media (max-width: 768px) {
    .product__title {
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    .espa {
        max-width: 20rem;
    }
}
