* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html:where(.wp-block) {
  margin: 0;
}
a {
  color: inherit;
}
a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.container {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
body {
  background: #d4e1d0;
  padding-top: 10px;
}
.box {
  padding: 60px 80px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.box-sm {
  padding-top: 27px;
  padding-bottom: 27px;
}
.box-xs {
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
.menu {
  display: flex;
  gap: 60px;
}
.menu a {
  color: #181d13;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.menu a:hover {
  color: #83AF74;
  text-decoration: underline;
}
.menu a.active, .menu a:active {
  color: #83AF74;
  text-decoration: none;
}
.lang-content a {
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 45px;
}
.lang-content a:hover {
  border-color: #83AF74;
}
.lang-content {
  list-style: none;
  margin-left: 60px;
}
.socials {
  display: flex;
  gap: 30px;
  align-items: center;
}
footer .socials {
  min-width: 236px;
  justify-content: flex-end;
}

.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.product-image {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  padding: 60px;
}
.attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}
.option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}
.product-caption .description {
  min-height: 300px;
}
.tabs {
  margin-top: 120px;
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}
.tab-item:not(.active) {
  display: none;
}
.tab {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 2px solid rgb(0 0 0 / 30%);
}
.tab:not(.active) {
  color: rgb(0 0 0 / 30%);
  cursor: pointer;
}
.description table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 30px;
}
.description table td {
  font-size: 24px;
  padding: 33px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.description table > tbody > tr:nth-child(1) > td {
  background: #83af74;
  color: #fff;
  font-weight: 500;
}
.description h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  margin: 50px 0 30px 0;
}
#tab-1 table {
  width: 100% !important;
}
#tab-1 table tbody > tr > td {
  padding: 18px;
  width: auto !important;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.btns-group {
  display: flex;
  justify-content: space-between;
}
.btn.btn-more {
  padding: 0;
  background: none;
  transition: all 0.5s ease;
}
.more-block {
  display: flex;
  justify-content: center;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
}

.btn-more:disabled {
  animation: rotate 1s linear infinite;
  opacity: 0.5;
  pointer-events: none;
}

.filter-item input {
  display: none;
}
.filter-item label {
  cursor: pointer;
}
.filter-item input:checked + label {
  background: #B4BDB1;
  color: #fff;
}
.filter-item input:checked + label img {
  filter: invert(1);
}
.attributes-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#tab-2 .description {
  padding-top: 30px;
}
.filter-item img {
  height: 24px;
}
.filters {
  display: grid;
  gap: 60px;
}
.filter-title {
  display: flex;
  gap: 28px;
  text-align: center;
  cursor: pointer;
}
.btn-toggle {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  transition: 0.3s;
}
.filter:not(.active) .btn-toggle {
  transform: rotate(180deg);
}