/*
 * Theme Name: Remade
 * Theme URI: https://www.jakala.com/
 * Description: A custom WordPress theme for ReMade Foundation, featuring a responsive design and optimized performance.
 * Author: Jakala.com
 * Author URI:
 * Version: 1.0.1
 * License:
 * License URI:
 * Tags:
 * Text Domain: rm
 * 
 * Developed by Jakala.com
*/

@charset "utf-8";

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-gutter: stable;
}

html, body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

html::-webkit-scrollbar, 
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

body {
	background-color: #F5F3F8;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #301A4A;
}
body .navbar{ 
	position: fixed;
	top:0px;
	height:70px;
	z-index:9;
}
body.admin-bar .navbar{ 
	top:32px;
}
/* GENERAL STYLES */
.p-relative, div.wrapper{ position: relative; }
.p-absolute{ position: absolute; }
.c-white{ color: white; }
.no-bottom{ padding-bottom: 0px !important; }
.img-like-bck{
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    object-fit: cover;
	object-position: center;
}
.border-white{ border: 1px solid white; }
.img-like-bck.no-abs{
	position: initial;
    top: 0%;
    left: 0%;
    transform: translate( 0%, 0%);	
}
.img-like-bck.img-contain{
	object-fit: contain !important;
}
.img-on-top{
	height: 265px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
	top: 0% !important;
	left: 0% !important;
	position: initial !important;
	transform: translate(-0%, -0%) !important;	
}
.otgs-development-site-front-end{
	display: none !important;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.8s, max-height 0.8s ease-out;
    pointer-events: none;
}
.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 1000px!important;
    transition: opacity 0.8s, max-height 0.8s ease-in;
    pointer-events: all;
}

/*
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.roboto-semibold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto-semibold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
*/

h1,.h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0%;
}

h2,.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0%;
}

h3,.h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0%;
}

h4,.h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}

.header_wrap,
.footer_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
}

.main_nav_menu ul{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 42px;
}


.main_nav ul li a{
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: center;
  color: #301A4A;
  text-decoration: none;
}

.footer_bottom{
  background-color: #fff;
}

footer{
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  /*padding-top: 50px;*/
}

.site-footer #menu-footer-menu{
    display: flex;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer #menu-footer-menu a{
    font-family: Roboto !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em !important;
}

footer .footer_bottom{
    padding: 24px 0px;
}

footer .footer_bottom #menu-bottom-menu {
    display: flex;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .footer_bottom li a{
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;

}

.footer_bottom_text{
  padding-top: 24px;
}

/* Form fields */

input, select, button.more-filters {
    height: 48px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #301A4A;
    width: 200px;
    background: transparent;
}

input[type="search"] {
    width: 100%;
    padding: 8px 60px 8px 24px;
    border-radius: 32px;
}

.search-box {
    position: relative;
    max-width: 624px;
    margin: 0 auto;
}

.search-box input[type=submit] {
    position: absolute;
    top: calc( 50% - 16px );
    right: 16px;
    width: 32px;
    height: 32px;
    background: url("./assets/images/search-icon.svg") no-repeat center center;
    padding: 0;
    border: none;
}

select {
    appearance: none;
    background: url("./assets/images/select-dropdown.svg") no-repeat right 6px center;
}

select:disabled {
    border: 1px solid #002E5C;
    background-color: #EDEDED;
    position: relative;
    background-image: url("./assets/images/select-dropdown.svg"),url("./assets/images/icon_lock.svg");
    background-position: right 6px center, right 21px center;
    background-repeat: no-repeat, no-repeat;

}

select:disabled ::after {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

button.more-filters {
    text-align: left;
    background: url("./assets/images/button-plus.svg") no-repeat right 6px center;
}

button.more-filters.active {
    background: url("./assets/images/button-minus.svg") no-repeat right 6px center;
}

.remade-button {
    display: inline-block;
    height: 48px;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    border: solid 1px #301A4A;
    cursor: pointer;
    transition: all 300ms ease;
    text-decoration: none;
}

.remade-button:hover {
    background-color:  #301A4A;
    color: white;
}

.remade-button.dark {
    background-color:  #301A4A;
    color: white;
}

.remade-button.dark:hover {
    background-color: #F5F3F8;
    color: #301A4A;
}

.remade-button.arrow {
    background: transparent;
    border: none;
    padding: 0 46px 0 0;
    color: #301A4A;
    font-weight: 600;
    height: auto;
    position: relative;
    text-decoration: underline;
}

.remade-button.arrow::after {
    content: '';
    background: url('./assets/images/arrow-right-white.svg') center center no-repeat #301A4A;
    position: absolute;
    top: -1px;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 250ms ease;
}

.remade-button.arrow:hover {
    background: transparent;
}

.remade-button.arrow:hover::after {
    right: -6px;
}

/* Product catalog block */
.section_product_catalog {
    padding-bottom: 40px;
}

.section_product_catalog .woocommerce-top {
    padding: 24px 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.section_product_catalog .woocommerce-top .title {
    margin-bottom: 16px;
}

.mobile-filter {
    display: none;
}

.section_product_catalog .product-filters {
    padding: 24px 0;
}

.section_product_catalog .product-filters .visible-filters {
    display: flex;
    justify-content: space-between;
}

.section_product_catalog .product-filters .visible-filters > div {
    display: flex;
    flex-wrap: wrap;
}

.section_product_catalog .hidden-filters {
    margin-top: 16px;
    display: flex;
}

.remade-filter .filter-wrapper {
    margin-right: 24px;
}

.remade-filter .filter-wrapper:last-child {
    margin-right: 0;
}

.remade-filter .filter-wrapper label {
    display: block;
}

.section_product_catalog .product-filters .more-filters {
    margin-top: 27px;
}

.woocommerce .products ul, .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    list-style: none;
    padding: 0;
}

.woocommerce .products ul::before, .woocommerce ul.products::before {
    content: none;
}

.woocommerce .products .product, .woocommerce-page .products .product {
    background-color: white;
    border-radius: 12px;
    padding: 16px;
    transition: all 500ms ease;
    text-align: left;
}

.woocommerce .products .product:hover, .woocommerce-page .products .product:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #301A4A;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
    padding: 0;
}

.woocommerce .products .product .button.product_type_simple {
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: underline;
    padding: 0;
    margin-top: 8px;
    height: auto;
}

.woocommerce .products .product a {
    color: inherit;
    text-decoration: none;
}

.woocommerce .products .product a img {
    border-radius: 12px;
    height: 230px;
    margin-bottom: 16px;
    width: 100%;
    object-fit: cover;
}

.products-wrapper {
    position: relative;
}

.products-wrapper.loading::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-radius: 12px;
}

.product-terms {
    display: flex;
    margin-bottom: 8px;
}

.product-terms .product-term {
    background-color: #E1DDE6;
    border-radius: 32px;
    padding: 2px 8px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 8px;
    color: #301A4A;
    text-decoration: none;
}

.product-terms .product-term.dark {
    background-color: #301A4A;
    color: #ABF683;
}

.product-terms.full {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 0;
    margin: -8px 0 8px;
}

.product-terms.full .product-term:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.product-terms.full .product-term {
    white-space: nowrap;
    margin-bottom: 8px;
}

.product-terms.full .product-term:last-child {
    margin-right: 0;
}

.product-company {
    font-size: 14px;
    text-transform: uppercase;
    color: #301A4A;
}

.woocommerce .woocommerce-result-count {
    margin-right: 16px;
}

.product-result-wrapper {
    margin-bottom: 16px;
}

.selected-filters {
    display: inline-block;
}

.selected-filters .selected-filter {
    display: inline-block;
    border-radius: 12px;
    padding: 2px 22px 0 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    background: url("./assets/images/tag-cross.svg") no-repeat right 6px center #E1DDE6;
    margin: 0 16px 8px 0;
    cursor:  pointer;
}

.woocommerce-loop-loop-nav {
    text-align: center;
}

.product-advert {
    grid-column: span 2;
    background-color: #ABF683;
    border-radius: 12px;
    padding: 39px 35px;
    display: flex;
    flex-direction: column;
}

.product-advert .title {
    max-width: 410px;
    margin-bottom: 24px;
    line-height: 1.3;
}

.product-advert .text {
    max-width: 410px;
    flex-grow: 1;
}

.product-advert .advert-bottom a:first-child {
    margin-right: 24px;
}

/* Single product page */

.mobile-wrapper {
    display: none;
}

.product-top-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

div.product .product-top-container .product-gallery, div.product .product-top-container .summary.entry-summary {
    width: 100%;
    float: none;
    margin-bottom: 0;
}

.product-top-container .product-gallery {
    padding-bottom: 40px;
}

.product-top-container .product-gallery .swiper-slide {
    padding: 0 40px;
}

.product-top-container .product-gallery .swiper-slide img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remade-product-swiper .swiper-button-next:after, .remade-product-swiper .swiper-button-prev:after {
    font-size: 26px;
    color: black;
    font-weight: 700;
}

.remade-product-swiper .swiper-button-next {
    right: 0;
}

.remade-product-swiper .swiper-button-prev {
    left: 0;
}

.remade-product-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 1px #301A4A;
    border-radius: 12px;
    background-color: transparent;
    opacity: 1;
    transition: all 250ms ease;
}

.remade-product-swiper .swiper-pagination .swiper-pagination-bullet[aria-current="true"] {
    width: 40px;
    background-color: #301A4A;
}

.product-top-container .product-company {
    font-size: 16px;
    margin-bottom: 16px;
}

.product-top-container .product-attributes {
    margin-top: 16px;
    padding: 0;
    display: grid;
    grid-template-columns:  repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    list-style: none;
}

.product-top-container .product-attributes li {
    line-height: 1.5;
}

.product-top-container .product-attributes li strong {
    display: block;
}

.product-top-container .product-contacts {
    display: inline-block;
    background-color: #E1DDE6;
    border-radius: 8px;
    padding: 16px;
}

.product-top-container .product-contacts .text {
    display: inline;
}

.product-top-container .product-contacts a {
    font-weight: 600;
    color: #301A4A;
    position: relative;
    padding-right: 36px;
}

.product-top-container .product-contacts a::after {
    content: '';
    background: url("./assets/images/link-icon.svg") center center no-repeat #301A4A;
    position: absolute;
    top: -3px;
    right: 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

section.product-documents {
    text-align: center;
    margin-top: 32px;
    padding: 32px 0;
}

section.product-documents .title {
    font-size: 32px;
    margin-bottom: 32px;
}

section.product-documents .documents {
    list-style: none;
    max-width: 852px;
    margin: 0 auto;
    text-align: left;
}

section.product-documents .document {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 8px 16px 8px 28px;
    margin-bottom: 16px;
    height: 60px;
    border-radius: 12px;
}

section.product-documents .document:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section.product-documents .document .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

section.product-documents .document a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding-right: 30px;
    color: #301A4A;
    text-decoration: none;
}

section.product-documents .document a::after {
    content: url("./assets/images/download-icon.svg");
    position: absolute;
    top: 0;
    right: 0;
}

section.other-products {
    padding: 55px 0;
}

section.other-products .content {
    background-color: #301A4A;
    color: white;
    border-radius: 20px;
    padding: 24px 200px 24px 32px;
    position: relative;
}

section.other-products .title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section.other-products .text {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 800px;
}

section.other-products a {
    position: absolute;
    padding-right: 46px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    top: calc( 50% - 14px );
    right: 24px;
}

section.other-products a::after {
    content: '';
    background: url("./assets/images/arrow-right.svg") center center no-repeat white;
    position: absolute;
    top: -2px;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 250ms ease;
}

section.other-products a:hover::after {
    right: -6px;
}

section.up-sells, section.related {
    background-color: #F8EFDE;
    padding: 46px 0;
    text-align: center;
}

section.up-sells .title, section.related .title {
    margin-bottom: 32px;
}

section.up-sells ul.products, section.related ul.products {
    text-align: left;
}

/* Simple text block */
section.section_simple_text {
    padding: 30px 0;
}

/* News Archive Block */
section.news-archive {
    padding: 30px 0;
}

.news-filter__text {
    font-size: 18px;
    font-weight: 600;
}

.news-filter__form {
    display: flex;
    justify-content: space-between;
}

.news-filter__left, .news-filter__right {
    display: flex;
}

section.news-archive .news {
    margin-top: 32px;
}

section.news-archive .news__highlighted, section.news-archive .news__items {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

section.news-archive .news__highlighted {
    grid-template-columns: repeat(2, 1fr);
}

section.news-archive .news-wrapper {
    position: relative;
}

section.news-archive .news-wrapper.loading::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-radius: 12px;
}

section.news-archive .news__item {
    background-color: #fff;
    border-radius: 12px;
    padding: 16px 24px 50px;
    position: relative;
}

section.news-archive .news__item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

section.news-archive .news__item.highlighted {
    background-color: #301A4A;
    color: white;
}

section.news-archive .news__item a {
    color: inherit;
    text-decoration: none;
}

.news__item--top {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

section.news-archive .news__item .news__item--top span {
    margin-right: 24px;
}

section.news-archive .news__item .news__item--top span:last-child {
    margin-right: 0;
}

section.news-archive .news__item .category {
    font-size: 14px;
    font-weight: 600;
    background-color: #E1DDE6;
    border-radius: 32px;
    padding: 1px 8px;
    white-space: nowrap;
}

section.news-archive .news__item .date, section.news-archive .news__item .location {
    font-size: 14px;
    padding-left: 28px;
    position: relative;
}

section.news-archive .news__item .date::before, section.news-archive .news__item .location::before {
    content: url("./assets/images/calendar-black.svg");
    position: absolute;
    top: 2px;
    left: 0;
}

section.news-archive .news__item .location::before {
    content: url("./assets/images/location-black.svg");
    top: 1px;
}

section.news-archive .news__item .title {
    font-size: 18px;
    line-height: 1.4;
}

section.news-archive .news__item .excerpt {
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.news-archive .news__item .excerpt p:last-child {
    margin-bottom: 0;
}

section.news-archive .news__item .post-date {
    font-size: 14px;
    position: absolute;
    left: 24px;
    bottom: 16px;
}

section.news-archive .news__item.highlighted .category {
    border: solid 1px #ABF683;
    background: transparent;
    color: #ABF683;
}

section.news-archive .news__item.highlighted .date::before {
    content: url("./assets/images/calendar-white.svg");
}

section.news-archive .news__item.highlighted .location::before {
    content: url("./assets/images/location-white.svg");
}

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

/* Single news */
.single-hero {
    padding: 120px 48px;
    border-radius: 16px;
    background-color: rgb(171, 246, 131);
    text-align: center;
    margin: 32px 0;
}

.single-hero .title {
    margin-bottom: 16px;
    line-height: 1.4;
}

.single-hero .category {
    font-size: 24px;
    font-weight: 600;
}