@charset "UTF-8";
:root {
  --container-padding: 16px;
  --content-width: calc(1216px + (2 * var(--container-padding)));
  --grid-row-gap: 16px;
  --grid-column-gap: 16px; }
  @media (min-width: 768px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 1140px) {
    :root {
      --grid-row-gap: 20px;
      --grid-column-gap: 20px;
      --container-padding: 20px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 767px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1140px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1139px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

@media (min-width: 1680px) {
  .col-xlg-0 {
    grid-column-end: span 0; }
  .offset-xlg-0 {
    grid-column-start: 1; }
  .col-xlg-1 {
    grid-column-end: span 1; }
  .offset-xlg-1 {
    grid-column-start: 2; }
  .col-xlg-2 {
    grid-column-end: span 2; }
  .offset-xlg-2 {
    grid-column-start: 3; }
  .col-xlg-3 {
    grid-column-end: span 3; }
  .offset-xlg-3 {
    grid-column-start: 4; }
  .col-xlg-4 {
    grid-column-end: span 4; }
  .offset-xlg-4 {
    grid-column-start: 5; }
  .col-xlg-5 {
    grid-column-end: span 5; }
  .offset-xlg-5 {
    grid-column-start: 6; }
  .col-xlg-6 {
    grid-column-end: span 6; }
  .offset-xlg-6 {
    grid-column-start: 7; }
  .col-xlg-7 {
    grid-column-end: span 7; }
  .offset-xlg-7 {
    grid-column-start: 8; }
  .col-xlg-8 {
    grid-column-end: span 8; }
  .offset-xlg-8 {
    grid-column-start: 9; }
  .col-xlg-9 {
    grid-column-end: span 9; }
  .offset-xlg-9 {
    grid-column-start: 10; }
  .col-xlg-10 {
    grid-column-end: span 10; }
  .offset-xlg-10 {
    grid-column-start: 11; }
  .col-xlg-11 {
    grid-column-end: span 11; }
  .offset-xlg-11 {
    grid-column-start: 12; }
  .col-xlg-12 {
    grid-column-end: span 12; }
  .offset-xlg-12 {
    grid-column-start: 13; }
  .hide-xlg-up {
    display: none; } }

@media (max-width: 1679px) {
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; }
  .hide-xlg-down {
    display: none; } }

:root {
  --white: #FFFFFF;
  --black: #10100F;
  --yellow: #FAB03D; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  font-family: "Rubik", sans-serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  font-size: 14px; }

a {
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px; }
  @media (max-width: 768px) {
    p {
      font-size: 14px;
      line-height: 22px; } }
.locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #000 !important; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

.btn {
  display: flex;
  align-self: flex-start;
  border-radius: 9999px;
  background: var(--yellow);
  padding: 10px 12px 10px;
  color: var(--black); }
  @media (max-width: 544px) {
    .btn {
      font-size: 12px; } }
  .btn:hover {
    background: var(--black);
    color: var(--white);
    text-decoration: none; }

header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EDEDF0;
  padding: 12px 55px;
  margin-bottom: 30px; }
  @media (max-width: 1139px) {
    header {
      padding: 12px 20px; } }
.logo {
  margin-right: 30px; }
  .logo img {
    height: 50px; }
    @media (max-width: 767px) {
      .logo img {
        height: 40px; } }
.search {
  display: flex;
  flex: 1;
  height: 48px; }
  .search input {
    width: 100%;
    padding: 0 20px;
    background-color: #F3F3F6;
    color: #727376;
    border: 0;
    border-radius: 16px 0 0 16px;
    font-size: 16px; }
    .search input:focus {
      border-color: #888;
      outline: none; }
  .search button {
    background: var(--yellow) url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Search icon'%3E%3Cpath id='Layer 5' d='M5.38487 16.8894C6.7996 18.3098 8.68851 19.1572 10.6891 19.2691C12.6898 19.3809 14.6612 18.7492 16.2251 17.4953C16.2251 17.4953 19.3661 20.6478 19.45 20.7325C19.534 20.8173 19.6339 20.8845 19.744 20.9305C19.8541 20.9764 19.9722 21 20.0914 21C20.2107 21 20.3287 20.9764 20.4388 20.9305C20.5489 20.8845 20.6488 20.8173 20.7328 20.7325C20.8175 20.6485 20.8847 20.5484 20.9305 20.4383C20.9764 20.3281 21 20.2099 21 20.0905C21 19.9711 20.9764 19.8529 20.9305 19.7427C20.8847 19.6325 20.8175 19.5325 20.7328 19.4485L17.4536 16.2112C18.6233 14.78 19.2617 12.9875 19.2603 11.1383C19.2603 8.97991 18.4038 6.9099 16.8791 5.38366C15.3544 3.85743 13.2864 3 11.1302 3C8.97392 3 6.90599 3.85743 5.38129 5.38366C3.85659 6.9099 3.00002 8.97991 3.00002 11.1383C2.99749 12.2072 3.207 13.266 3.61638 14.2532C4.02576 15.2405 4.62688 16.1365 5.38487 16.8894ZM6.65859 6.66225C7.85052 5.46912 9.46712 4.79883 11.1528 4.79883C12.8384 4.79883 14.455 5.46912 15.6469 6.66225C16.8389 7.85538 17.5085 9.4736 17.5085 11.1609C17.5085 12.8483 16.8389 14.4665 15.6469 15.6596C14.461 16.8468 12.8525 17.5137 11.1753 17.5137C9.49817 17.5137 7.8897 16.8468 6.70376 15.6596C5.51782 14.4725 4.85157 12.8624 4.85157 11.1835C4.85157 9.50469 5.51782 7.89459 6.70376 6.70746L6.65859 6.66225Z' fill='%2310100F'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center;
    border: none;
    width: 52px;
    height: 48px;
    border-radius: 0 16px 16px 0;
    font-size: 16px;
    cursor: pointer; }

.powered-by {
  margin: 0 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .powered-by.h {
      display: none; } }
  .powered-by p {
    font-size: 11px;
    margin: 0; }
  .powered-by img {
    width: 150px; }

.contact {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  background: #EDEDF0;
  padding: 10px 12px 10px;
  color: var(--black); }
  .contact:hover {
    background: var(--yellow);
    text-decoration: none; }
  @media (max-width: 767px) {
    .contact {
      display: none; } }
.footer {
  background-color: #27292B;
  padding: 80px 0 60px;
  color: var(--white);
  font-size: 16px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .footer .order-3 {
      order: 3 !important; } }
  .footer h6 {
    font-size: 16px;
    margin-bottom: 22px;
    margin: 0 0 8px;
    font-weight: normal;
    color: #969A9D; }
  .footer p {
    font-size: 16px;
    margin-bottom: 22px; }
    .footer p.copy {
      font-size: 14px;
      color: #969A9D;
      margin-bottom: 0; }
  .footer ul {
    padding: 0;
    margin-bottom: 40px; }
  .footer li {
    list-style: none;
    margin-bottom: 16px; }
    .footer li a {
      color: var(--white); }
      .footer li a:hover {
        color: var(--yellow);
        text-decoration: none; }
  .footer .footer-logo {
    margin-top: 100px; }
    .footer .footer-logo img {
      width: 190px;
      margin-bottom: 30px; }
  .footer .powered-by {
    margin: 60px 0 0;
    text-align: left; }
    .footer .powered-by p {
      font-size: 12px;
      margin: 0 0 8px;
      color: #969A9D; }

.slider img {
  border-radius: 16px;
  width: 100%; }

@media (max-width: 767px) {
  .slider .desktop {
    display: none; } }

@media (min-width: 768px) {
  .slider .mobile {
    display: none; } }

.swiper-button-next, .swiper-button-prev {
  color: var(--yellow); }

.catgories {
  padding: 60px 0;
  margin: 30px 0;
  background-color: #f3f3f6; }

.cat {
  display: block;
  padding: 25px 15px;
  text-align: center;
  background-color: var(--white);
  border-radius: 16px;
  color: var(--black);
  overflow: hidden;
  position: relative; }
  @media (max-width: 544px) {
    .cat {
      padding: 15px; } }
  .cat::after {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 300px;
    height: 30px;
    background-color: var(--yellow);
    content: "";
    rotate: -2deg; }
  .cat h4 {
    font-size: 18px;
    margin: 0 0 16px; }
    @media (max-width: 544px) {
      .cat h4 {
        font-size: 16px; } }
  .cat img {
    max-width: 100%;
    border-radius: 50%; }
  .cat:hover h4 {
    color: var(--yellow); }

.product-line {
  padding: 60px 0; }
  .product-line-header {
    display: flex;
    justify-content: space-between; }
  .product-line h2 {
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 700; }
    @media (max-width: 544px) {
      .product-line h2 {
        font-size: 24px; } }
  .product-line .card {
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 10px; }
    .product-line .card-body {
      padding: 15px 30px 25px;
      border-top: 1px solid #EDEDED;
      background-color: #F5F5F5;
      position: relative; }
      .product-line .card-body::after {
        position: absolute;
        right: 0;
        top: -9px;
        width: 123px;
        height: 9px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='123' height='9' viewBox='0 0 123 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123 0L0 4.17857V9H123V0Z' fill='%23FAB03D'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        content: ""; }
    .product-line .card h5 {
      color: #FAB03D;
      font-size: 18px;
      line-height: 22px;
      margin: 0;
      font-weight: 500;
      text-transform: uppercase; }
    .product-line .card p {
      font-size: 14px;
      line-height: 20px;
      color: #727376;
      margin: 3px 0 0; }
    .product-line .card .price {
      font-size: 22px;
      font-weight: 700;
      color: #000;
      margin-top: 15px; }
      @media (max-width: 544px) {
        .product-line .card .price {
          font-size: 18px; } }
    .product-line .card img {
      width: 100%;
      margin-bottom: 20px;
      border-radius: 10px 10px 0 0; }

.breadcrumbs ul {
  padding: 0;
  margin: 40px 0 40px;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .breadcrumbs ul li {
    font-size: 14px;
    color: #969A9D;
    margin-right: 8px; }
    .breadcrumbs ul li:not(:last-child)::after {
      content: "›";
      margin-left: 8px;
      color: var(--yellow);
      font-weight: 700; }
    .breadcrumbs ul li a {
      color: #969A9D; }
      .breadcrumbs ul li a:hover {
        text-decoration: underline; }

.category-title h1 {
  font-size: 36px;
  margin: 0 0 16px;
  font-weight: 700; }
  @media (max-width: 544px) {
    .category-title h1 {
      font-size: 28px; } }
.category-elements {
  padding: 30px;
  background: #f3f3f6;
  border-radius: 16px; }

.spacer {
  height: 60px; }
  @media (max-width: 767px) {
    .spacer {
      height: 40px; } }
.category-card {
  display: flex;
  align-items: center; }
  .category-card .icon img {
    width: 200px; }
  .category-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px; }
  .category-card .nmr {
    font-size: 16px;
    color: #727376;
    margin: 0; }
  .category-card:hover h2 {
    color: var(--yellow); }

.partner-card img {
  border-radius: 16px; }

.listing h2 {
  font-size: 28px;
  margin: 0 0 30px;
  font-weight: 700;
  color: #000; }

.listing-card {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  text-align: center; }
  .listing-card .listing-info {
    padding: 15px 30px 25px;
    border-top: 1px solid #EDEDED;
    background-color: #F5F5F5;
    position: relative;
    text-align: left; }
    .listing-card .listing-info::after {
      position: absolute;
      right: 0;
      top: -9px;
      width: 123px;
      height: 9px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='123' height='9' viewBox='0 0 123 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M123 0L0 4.17857V9H123V0Z' fill='%23FAB03D'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      content: ""; }
  .listing-card img {
    max-width: 100%;
    max-height: 220px;
    border-radius: 16px;
    margin: 20px 0; }
  .listing-card h4 {
    color: #FAB03D;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    font-weight: 500; }
  .listing-card p {
    font-size: 16px;
    margin: 0;
    color: #727376; }
    .listing-card p.price {
      font-size: 18px;
      font-weight: 700;
      color: #000; }
  .listing-card .price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-top: 15px; }
    @media (max-width: 544px) {
      .listing-card .price {
        font-size: 18px; } }
  .listing-card:hover h4 {
    color: var(--yellow); }

.filter {
  background-color: #F3F3F6;
  border-radius: 16px;
  margin-bottom: 30px; }
  .filter-body {
    padding: 20px; }
  .filter h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 14px 16px;
    background-color: #313134;
    border-radius: 8px 8px 0 0; }
  .filter .filter-group {
    margin-bottom: 20px; }
    .filter .filter-group label {
      display: flex;
      font-size: 16px;
      margin-bottom: 12px; }
    .filter .filter-group select,
    .filter .filter-group input[type="text"] {
      width: 100%;
      padding: 10px;
      border: 1px solid #CCC;
      border-radius: 8px;
      font-size: 16px;
      box-sizing: border-box; }
  .filter .btn-primary {
    width: 100%;
    background: var(--yellow);
    border: none;
    color: var(--black);
    font-size: 18px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    font-weight: 600; }
    .filter .btn-primary:hover {
      background: var(--black);
      color: var(--white);
      text-decoration: none; }

.swiper-slide {
  text-align: center; }

.swiper-article img {
  max-width: 100%;
  max-height: 486px;
  border-radius: 16px; }

.swiper-article .mySwiper1 {
  margin-top: 20px; }

.avatar {
  text-align: center; }
  .avatar img {
    border-radius: 50%;
    width: 150px; }

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #EDEDF0; }
  @media (max-width: 767px) {
    .product-meta {
      flex-direction: column;
      align-items: flex-start; } }
  .product-meta .price {
    font-size: 24px;
    font-weight: 700;
    color: #000; }
  .product-meta .btn {
    margin-left: auto;
    white-space: nowrap;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .product-meta .btn {
        margin-left: 0;
        font-size: 16px;
        width: 100%;
        justify-content: center; } }
    .product-meta .btn img {
      margin-left: 5px !important; }

.social {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  gap: 10px;
  justify-content: center; }

.swiper-article {
  margin-bottom: 40px; }

.contact-info {
  padding: 0;
  margin: 30px 0 0; }
  .contact-info li {
    list-style: none;
    margin-bottom: 14px; }
    .contact-info li a {
      color: var(--black);
      font-size: 16px;
      padding: 3px 0 3px 30px; }
      .contact-info li a:hover {
        text-decoration: underline; }
      .contact-info li a.tel {
        background: url(../media/icons/phone.svg) no-repeat left center;
        background-size: 18px; }
      .contact-info li a.email {
        background: url(../media/icons/email.svg) no-repeat left center;
        background-size: 18px; }
      .contact-info li a.website {
        background: url(../media/icons/web.svg) no-repeat left center;
        background-size: 18px; }

.info h2 {
  font-size: 28px;
  margin: 0 0 24px;
  font-weight: 700;
  color: #000; }

.info h3 {
  font-size: 22px;
  margin: 0 0 16px;
  font-weight: 600;
  color: #000; }

.info h4 {
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 500;
  color: #000; }

.info table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  border-top: 1px solid #EDEDF0;
  border-right: 1px solid #EDEDF0; }
  .info table th, .info table td {
    text-align: left;
    padding: 12px 8px;
    border-bottom: 1px solid #EDEDF0; }
  .info table th {
    background-color: #F3F3F6;
    font-weight: 600;
    color: #000;
    width: 200px; }
  .info table td {
    color: #727376; }

.info p {
  font-size: 16px;
  line-height: 1.5; }

.info ul,
.info ol {
  margin: 0 0 20px 20px; }
  .info ul li,
  .info ol li {
    font-size: 16px;
    margin-bottom: 10px; }

.swiper-button-next, .swiper-button-prev {
  color: var(--yellow) !important; }

.container-fluid {
  padding: 0 0 0 15px;
  display: flex; }

.left-kv {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .left-kv {
      flex: 0 0 100%;
      max-width: 100%; } }
.right-kv {
  flex: 0 0 40%;
  max-width: 40%;
  margin: -30px 0 -60px 0;
  min-height: 500px;
  padding: 0 15px;
  background: url("../media/astro.jpg") no-repeat center center;
  background-size: cover; }
  @media (max-width: 768px) {
    .right-kv {
      display: none; } }
.content {
  padding-right: 300px; }
  @media (max-width: 1600px) {
    .content {
      padding-right: 30px; } }
  @media (max-width: 768px) {
    .content {
      padding-right: 15px; } }
  .content a {
    color: var(--yellow);
    text-decoration: underline; }
    .content a:hover {
      text-decoration: none; }
