@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Noto Sans Thai', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.5;
}

li{
  margin: 0 8px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.fluid-container{
  width: auto;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .fluid-container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .fluid-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .fluid-container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .fluid-container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .fluid-container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .fluid-container{
    max-width: 1274px;
  }
}

.page-privacy{
  padding: 48px 0;
  word-break: break-all;
  color: #180707;
  overflow: hidden;
  text-align: justify;
  width: 100%;
}

.title-politics{
  font-size: clamp(22px, 4vw, 30px);
}

.page-privacy a{
  transition: 0.3s ease;
  word-break: break-all;
  color: #180707;
}

.page-privacy a:hover{
  color: #180707;
  opacity: 0.5;
}

.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 0;
}

.logo{
  gap: 9px;
  flex-direction: row;
  color: #fff; 
  display: flex; 
  align-items: center; 
  transition: 0.3s ease;
}

.logoImg img{
  width: 26px;
}

.logoTitle h2{
  color: #fff;
  font-size: clamp(12px, 4vw, 18px);
  margin: 0;
}

.logo:hover{
  opacity: 0.5;
}

.nav-header-box{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.nav-header{
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.nav-header li{
  padding: 0;
}

.nav-header li a {
  transition: 0.5s ease;
  font-size: clamp(10px, 4vw, 18px);
  color: #fff; 
  text-decoration: none;
}

.nav-header li a:hover{
  opacity: 0.5;
}

.header-content-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.header-content-lay::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  background-attachment: fixed;
  background-image: url(album/view_header_674ea5b3c9b4e2.81819125.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.header-cont{
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 100vh;
  padding: 74px 0;
}

.header-cont h2{
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(18px, 4vw, 35px);
}

.header-cont a{
  transition: 0.3s ease;
}

.header-cont a svg{
  fill: #fff;
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
}

.header-cont a:hover{
  transform: scale(1.3);
}

.main-block{
  display: flex;
  gap: 48px;
  flex-direction: row-reverse;
  padding: 74px 0;
}

.main-box{
  transform: translateY(10%);
  flex: 1;
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.main-box h2{
  color: #000;
  letter-spacing: 1px;
  font-size: clamp(18px, 4vw, 22px);
}

.main-box h5{
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(18px, 4vw, 35px);
}

.main-box p{
  color: #000;
  letter-spacing: 1px;
  font-size: clamp(14px, 4vw, 18px);
}

.main-box a{
  transform: translateY(25%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  width: 165px;
  height: 165px;
  border: 1px solid #180707;
  border-radius: 50%;
}

.main-box a h5{
  color: #180707;
  transition: 0.3s ease;
  padding: 9px;
  font-size: clamp(14px, 4vw, 18px);
}

.main-box a:hover{
  background-color: #180707;
}

.main-box a:hover h5{
  color: #fff !important;
}



.main-box img{
  width: 100%;
  object-fit: cover;
}

.main-img{
  flex: 1;
  width: 100%;
}

.main-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus{
  display: flex;
  gap: 74px;
  flex-direction: column-reverse;
  padding: 74px 0;
}

.aboutus-box{
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 26px;
}

.aboutus-box h2{
  font-size: clamp(18px, 4vw, 35px);
  color: #180707;
}

.aboutus-box p{
  padding: 0;
  opacity: 0.7;
  color: #180707;
  font-size: clamp(14px, 4vw, 18px);
}

.aboutus-block{
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row;
}

.aboutus-img {
  width: 100%;
  height: 450px;
  flex: 2;
}

.aboutus-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus-link{
  display: flex;
  align-items: start;
  justify-content: flex-end;
  flex: 1;
}

.aboutus-link a{
  color: #180707;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  width: 165px;
  height: 165px;
  border: 1px solid #180707;
  border-radius: 50%;
}

.aboutus-link a h5{
  padding: 9px;
  font-size: clamp(14px, 4vw, 18px);
}

.aboutus-link a:hover{
  color: #fff;
  background-color: #180707;
}

.catalog-product{
  padding: 74px 0;
}

.catalog-product h2{
  text-align: center;
  margin-bottom: 48px;
  color: #180707;
  font-size: clamp(16px, 4vw, 35px);
}

.catalog-product-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.catalog-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.catalog-product-img{
  width: 100%;
  height: 236px;
}

.catalog-product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-product-description{
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  gap: 15px;
}

.catalog-description-box{
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}

.catalog-product-title h3{
  transition: 0.3s ease;
  text-align: center;
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
}

.catalog-product-title h3:hover{
  opacity: 0.5;
}

.catalog-product-price{
  justify-content: center;
  color: #180707;
  font-weight: 500;
  font-size: clamp(14px, 4vw, 22px);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.catalog-product-button{
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #180707;
  color: #180707;
  border-radius: 26px;
  font-size: clamp(14px, 4vw, 18px);
  transition: 0.3s ease;
  text-align: center;
  padding: 9px;
}

.catalog-product-button:hover{
  color: #fff;
  background-color: #180707;
}

.open-hours-lay{
  background-color: #fff;
  margin: 74px 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.open-hours-lay::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  filter: brightness(0.5);
  background-image: url(album/image_header_674ea5b5960d60.51759359.jpg);
  background-position: center;
  background-size: cover;
}

.open-hours-block{
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 150px 0;
  padding-left: 15%;
}

.open-hours{
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.open-hours h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-size: clamp(16px, 4vw, 35px);
}

.open-hours-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}

.open-hours-box p{
  opacity: 0.8;
  color: #fff;
  font-size: clamp(14px, 4vw, 22px);
}

.open-hours-contact{
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}

.open-hours-contact a h5{
  transition: 0.3s ease;
  color: #fff;
  font-size: clamp(14px, 4vw, 22px);
}

.open-hours-contact a h5:hover{
  opacity: 0.5;
}

.form-lay{
  padding: 74px 0;
  margin-top: 74px;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.form-lay::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  background-image: url(album/snapshot_header_674ea5b74284e6.37030733.jpg);
  background-position: center;
  background-size: cover;
}

.osn-form {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.title-container{
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(16px, 4vw, 35px);
  text-align: center;
}

.input-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-container .input-maincomponent_group, .input-container .textarea-maincomponent_group, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-maincomponent_group::placeholder, .input-container .textarea-maincomponent_group::placeholder{
  color: #fff;
}

.input-container .input-maincomponent_group {
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
  color: #ffffff;
  padding: 0.8rem;
  border-bottom: 1px solid #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-container .textarea-maincomponent_group {
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
  color: #ffffff;
  padding: 0.8rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 1px solid #fff;
  width: 100%;
  min-height: 48px;
  max-height: 120px;
}

.input-container .input-maincomponent_group:hover, .input-container .textarea-maincomponent_group:hover,.input-container .input-maincomponent_group:focus, .input-container .textarea-maincomponent_group:focus{
  border-bottom: 3px solid #fff;
}

.check{
  transition: 0.3s ease;
  color: #fff;
}

.check:hover{
  color: #fff;
  opacity: 0.5;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  padding: 15px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.form-check-label{
  color: #fff;
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.form-button{
  cursor: pointer;
  margin: 0 auto;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  width: 165px;
  height: 165px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.form-button h5{
  padding: 9px;
  font-size: clamp(14px, 4vw, 18px);
}

.form-button:hover{
  color: #180707;
  background-color: #fff;
}

.footer-lay{
  padding: 48px 0;
  background-color: #180707;
}

.footer{
  display: flex;
  gap: 48px;
  justify-content: space-between;
  flex-direction: column;
}

.footer-top{
  display: flex;
  gap: 23px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer-nav{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.footer-nav a{
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
}

.footer-nav a:hover{
  opacity: 0.5;
}

.footer-img{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  flex-direction: column;
}

.footer-img img{
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}

.footer-politics{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.footer-politics a{
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
}

.footer-politics a:hover{
  opacity: 0.5;
}

.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-direction: row-reverse;
  border-top: 0.1px solid #fff;
  padding-top: 48px;
}

.footer-bottom p{
  padding: 0;
  font-size: clamp(12px, 4vw, 16px);
  color: #fff;
}

.page-product{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px;
  flex-direction: column;
  padding: 74px 0;
}

.page-product-box{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row-reverse;
}

.product-images{
  flex: 1;
}

.product-images img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-description{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.product-description h2{
  padding-bottom: 16px;
  border-bottom: 0.1px solid #180707;
  color: #180707;
  font-size: clamp(16px, 4vw, 30px);
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: #666;
}

.rating:not(:checked) > label:before {
  content: '★';
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #e58e09;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #ff9e0b;
}

.rating > input:checked ~ label {
  color: #ffa723;
}

.product-price{
  opacity: 0.9;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(16px, 4vw, 30px);
  color: #180707;
  gap: 9px;
}

.product-description-content{
  align-items: start;
  display: flex;
  flex-direction: column;
}

.title-desc-content {
  color: #180707;
  font-size: clamp(14px, 4vw, 22px);
  position: relative;
}

.product-description-content div{
  padding-top: 16px;
  opacity: 0.7;
  color: #180707;
  font-size: clamp(14px, 4vw, 16px);
}

.catalog-button{
  cursor: pointer;
  background-color: transparent;
  color: #180707;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
  width: 165px;
  height: 165px;
  border: 1px solid #180707;
  border-radius: 50%;
}

.catalog-button h5{
  padding: 9px;
  font-size: clamp(14px, 4vw, 18px);
}

.catalog-button:hover{
  color: #fff;
  background-color: #180707;
}

.contacts-block{
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
  flex-direction: row-reverse;
}

.contact-block-img{
  flex: 1;
}

.contact-block-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kontact-form{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title-contact-form{
  margin-bottom: 26px;
}

.title-contact-form h2{
  text-transform: none !important;
  margin-bottom: 0 !important;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 8px 0;
}

.input-position{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
  color: #180707;
  padding: 0.8rem;
  border-bottom: 1px solid #180707;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
  color: #180707;
  padding: 0.8rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 1px solid #180707;
  width: 100%;
  min-height: 48px;
  max-height: 120px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #180707;
}

.input-kontact-form .inputs-kontact:hover, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  border-bottom: 3px solid #180707;
}

.kontact-form button{
  margin: 0 auto;
}

.contact-block-box{
  flex: 1;
}

.contact-block-box h2{
  margin-bottom: 26px;
  text-transform: uppercase;
  color: #180707;
  font-size: clamp(16px, 4vw, 35px);
}

.contact-box{
  display: flex;
  gap: 15px;
  flex-direction: column-reverse;
}

.contacts-box-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
}

.contacts-box-card svg{
  width: 16px;
  height: 16px;
  fill: #180707;
}

.contacts-box-card h5{
  font-weight: 500;
  opacity: 0.8;
  color: #180707;
  font-size: clamp(12px, 4vw, 22px);
}

.contacts-box-card a h5{
  word-break: break-all;
  font-weight: 500;
  opacity: 0.8;
  font-size: clamp(12px, 4vw, 22px);
  color: #180707;
  transition: 0.3s ease;
}

.contacts-box-card a h5:hover{
  opacity: 0.5;
}

.toggle-nav {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.toggle-nav span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.toggle-nav span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.toggle-nav span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.toggle-nav.active span:nth-of-type(1) {
  display: none;
}

.toggle-nav.active span:nth-of-type(2) {
  background-color: #180707;
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}

.toggle-nav.active span:nth-of-type(3) {
  background-color: #180707;
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.menu-nav {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  transform: translateY(-110%);
  transition: transform 0.5s; 
}

.menu-nav.active {
  transform: translateY(0);
}

.menu-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.menu-nav ul {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}

.menu-nav li {
  list-style-type: none;
}

.link-nav {
  text-align: center;
  font-size: clamp(16px, 4vw, 22px);
  color: #180707;
}

.link-nav:hover {
  opacity: 0.5;
}

.link-nav-item {
  transition: 0.3s ease;
  color: #180707;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
}

.link-nav-item:hover {
  opacity: 0.5;
}

.comments{
  margin: 74px 0;
}

.comments h2{
  text-align: center;
  margin-bottom: 48px;
  color: #180707;
  font-size: clamp(16px, 4vw, 35px);
}

.comments-box{
  display: flex;
  gap: 26px;
  flex-direction: row-reverse;
}

.comments-card{
  flex: 1;
  display: flex;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-direction: column;
  padding: 16px;
  gap: 15px;
}

.comments-card h5{
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
}

.comments-card h5 svg{
  fill: #180707;
}

.comments-card p{
  padding: 0;
  opacity: 0.8;
  color: #180707;
  font-size: clamp(14px, 4vw, 18px);
}

.comments-card h4{
  color: #180707;
  font-size: clamp(16px, 4vw, 22px);
}

.comments-card h4 svg{
  fill: gold;
}

@media (max-width: 991px) {
  .nav-header{
    display: none;
  }

  .toggle-nav{
    display: block;
  }

  .header-cont{
    min-height: auto;
  }

  .header-content-lay{
    min-height: auto;
  }

  .header-cont h2{
    width: 100%;
  }

  .main-block{
    flex-direction: column-reverse;
  }

  .aboutus{
    flex-direction: column;
  }

  .aboutus-block{
    flex-direction: column;
  }

  .aboutus-link{
    justify-content: center;
  }

  .aboutus-link{
    transform: translateY(-50%);
  }

  .catalog-product-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .open-hours-lay::before{
    width: 100%;
  }

  .open-hours{
    padding-left: 0;
  }

  .open-hours-box{
    flex-wrap: wrap;
  }

  .open-hours-block{
    flex-direction: column;
  }

  .footer-nav{
    display: none !important;
  }

  .footer-top{
    gap: 48px;
    flex-direction: column;
  }

  .footer-img{
    flex-direction: row;
  }

  .footer-bottom{
    text-align: center;
    flex-direction: column-reverse;
  }

  .aboutus-box{
    text-align: center;
    align-items: center;
  }

  .page-product-box{
    align-items: stretch;
    flex-direction: column;
  }

  .product-description{
    text-align: center;
    align-items: stretch;
  }

  .rating{
    margin: 0 auto;
  }

  .product-price{
    margin: 0 auto;
  }

  .catalog-button{
    margin: 0 auto;
  }

  .contacts-block{
    flex-direction: column-reverse;
  }

  .main-box{
    transform: none;
  }

  .osn-form{
    width: 100%;
  }

  .comments-box{
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .catalog-product-box{
    grid-template-columns: repeat(1, 1fr);
  }

  
}

@media (max-width: 576px){
  
}
