@charset "UTF-8";
.wrapper-main-items {
  padding: 25px 0; }
  .wrapper-main-items .wrapper-content {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .wrapper-main-items .wrapper-content .wrapper-title {
      display: flex;
      flex-direction: column;
      gap: 8px;
      justify-content: center;
      align-items: center; }
      .wrapper-main-items .wrapper-content .wrapper-title h1 {
        font-size: 42px;
        line-height: 50px;
        font-weight: bold;
        color: #000;
        text-transform: uppercase; }
      .wrapper-main-items .wrapper-content .wrapper-title a {
        display: block;
        border-radius: 500px;
        padding: 10px 23px;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        border: 1px solid #000;
        width: max-content;
        text-decoration: none; }
    .wrapper-main-items .wrapper-content .wrapper-image {
      border-radius: 64px;
      overflow: hidden;
      width: 100%;
      /* change size as you want */
      aspect-ratio: 1 / 1;
      /* ⭐ makes it square */
      overflow: hidden; }
      .wrapper-main-items .wrapper-content .wrapper-image video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* ⭐ crop video to fill square */
        display: block; }

header .wrapper-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 10px;
  border-bottom: 1px solid #0000005C; }
  header .wrapper-menu .wrapper-logo img {
    width: 185px; }
  header .wrapper-menu .wrapper-menu-items ul {
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none; }
    header .wrapper-menu .wrapper-menu-items ul li a {
      font-size: 20px;
      line-height: 24px;
      text-decoration: none;
      color: #0F0F0F; }
  header .wrapper-menu .wrapper-basket-data {
    display: flex;
    gap: 30px; }
    header .wrapper-menu .wrapper-basket-data .wrapper-right-ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      gap: 18px; }
      header .wrapper-menu .wrapper-basket-data .wrapper-right-ul a {
        text-decoration: none; }
        header .wrapper-menu .wrapper-basket-data .wrapper-right-ul a img {
          width: 22px; }
    header .wrapper-menu .wrapper-basket-data .btn-group button {
      background-color: #C9C1F4;
      box-shadow: 0 0 5.5px 0 #B573FF45;
      color: #000000;
      padding: 8px 16px;
      border: none;
      border-radius: 500px; }
    header .wrapper-menu .wrapper-basket-data .btn-group ul {
      margin-top: 10px !important; }
      header .wrapper-menu .wrapper-basket-data .btn-group ul li {
        width: max-content; }
        header .wrapper-menu .wrapper-basket-data .btn-group ul li .dropdown-item {
          width: max-content; }

.main-section {
  margin-top: 40px; }
  .main-section .main-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .main-section .main-button {
    padding: 16px 32px;
    border: none;
    text-decoration: none;
    color: #000000;
    background-color: #C9C1F4;
    box-shadow: 0 0 5.5px 0 #B573FF45;
    font-size: 20px;
    line-height: 24px;
    width: max-content;
    border-radius: 500px; }
  .main-section .mt-60 {
    margin-top: 60px; }
  .main-section .wrapper-first-content {
    display: flex;
    gap: 150px; }
    .main-section .wrapper-first-content .wrapper-item {
      display: flex;
      flex-direction: column;
      width: 45%; }
      .main-section .wrapper-first-content .wrapper-item h1 {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold; }
      .main-section .wrapper-first-content .wrapper-item p {
        margin: 40px 0 20px;
        color: #4F5156;
        font-size: 20px;
        line-height: 24px; }
      .main-section .wrapper-first-content .wrapper-item .wrapper-image img {
        width: 100%; }
      .main-section .wrapper-first-content .wrapper-item:first-child .wrapper-image {
        border-top-left-radius: 500px;
        border-top-right-radius: 500px;
        margin: 60px 0 0;
        overflow: hidden; }
      .main-section .wrapper-first-content .wrapper-item:first-child p {
        margin: 40px 0 0; }
  .main-section .wrapper-about {
    background-color: #C9C1F429;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    border-radius: 6px; }
    .main-section .wrapper-about .wrapper-image {
      flex: 1; }
      .main-section .wrapper-about .wrapper-image img {
        width: 100%; }
    .main-section .wrapper-about .wrapper-content {
      display: flex;
      flex-direction: column;
      flex: 1; }
      .main-section .wrapper-about .wrapper-content p {
        color: #4F5156;
        font-size: 20px;
        line-height: 24px; }
      .main-section .wrapper-about .wrapper-content a {
        margin-top: 14px; }
  .main-section .wrapper-category-and-collection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .main-section .wrapper-category-and-collection .main-title {
      margin-bottom: 32px; }
    .main-section .wrapper-category-and-collection ul {
      display: flex;
      align-items: center;
      gap: 20px;
      border: none;
      row-gap: 10px;
      justify-content: center; }
      .main-section .wrapper-category-and-collection ul li .nav-link {
        font-size: 18px;
        line-height: 22px;
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        color: #000; }
      .main-section .wrapper-category-and-collection ul li .active {
        padding: 10px 25px;
        background-color: #C9C1F4 !important;
        border-radius: 500px; }
      .main-section .wrapper-category-and-collection ul li .part-active {
        padding: 10px 25px;
        background-color: #c9c1f454;
        border-radius: 500px; }
    .main-section .wrapper-category-and-collection .wrapper-content {
      display: flex;
      margin-top: 40px;
      gap: 20px;
      flex-direction: column;
      align-items: center; }
      .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items {
        display: flex;
        gap: 32px; }
        .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item {
          display: flex;
          flex-direction: column;
          gap: 12px;
          text-decoration: none;
          flex: 1; }
          .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item h4 {
            color: #0F0F0F; }
          .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item p {
            color: #A6A6A6; }
          .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item .wrapper-image {
            border-radius: 6px;
            overflow: hidden; }
            .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item .wrapper-image img {
              width: 100%; }
          .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item .wrapper-description {
            display: flex;
            flex-direction: column;
            gap: 2px; }
            .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item .wrapper-description h4 {
              font-size: 20px;
              line-height: 29px;
              margin: 0; }
            .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item .wrapper-description p {
              color: #A6A6A6;
              font-size: 18px;
              margin: 0; }
          .main-section .wrapper-category-and-collection .wrapper-content .wrapper-items .wrapper-item:nth-child(n + 4) {
            display: none; }
  .main-section .wrapper-news {
    background-color: #C9C1F429;
    padding: 42px 210px;
    border-radius: 6px; }
    .main-section .wrapper-news .main-title {
      text-align: center; }
    .main-section .wrapper-news .wrapper-items {
      display: flex;
      gap: 90px; }
      .main-section .wrapper-news .wrapper-items .wrapper-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        flex: 1;
        text-decoration: none; }
        .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-image img {
          width: 100%;
          border-radius: 6px; }
        .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-description {
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-description h4 {
            font-size: 20px;
            color: #0F0F0F;
            margin: 0; }
          .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-description p {
            font-size: 18px;
            color: #A6A6A6;
            margin: 0; }
        .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-action {
          display: flex;
          justify-content: space-between;
          border-top: 1px solid #0000004F;
          padding-top: 10px; }
          .main-section .wrapper-news .wrapper-items .wrapper-item .wrapper-action .date {
            font-size: 20px;
            color: #0F0F0F;
            margin: 0; }

footer {
  padding: 100px 0 60px; }
  footer .wrapper-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #40346C12;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    footer .wrapper-top .wrapper-left {
      max-width: 520px; }
      footer .wrapper-top .wrapper-left .wrapper-logo {
        margin-bottom: 6px; }
        footer .wrapper-top .wrapper-left .wrapper-logo img {
          width: 102px; }
      footer .wrapper-top .wrapper-left p {
        color: #424242;
        font-size: 18px;
        font-weight: 300; }
      footer .wrapper-top .wrapper-left ul {
        display: flex;
        gap: 18px;
        list-style: none;
        margin: 0;
        padding: 0; }
        footer .wrapper-top .wrapper-left ul li a {
          text-decoration: none; }
    footer .wrapper-top .wrapper-actions {
      width: 133px; }
      footer .wrapper-top .wrapper-actions ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        margin: 0;
        padding: 0; }
        footer .wrapper-top .wrapper-actions ul li a {
          font-size: 20px;
          text-decoration: none;
          color: #0F0F0F; }
  footer .wrapper-bottom .wrapper-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; }
    footer .wrapper-bottom .wrapper-links a {
      color: #424242;
      font-size: 18px;
      font-weight: 300; }
  footer .wrapper-bottom p {
    color: #424242;
    font-size: 18px;
    margin: 20px 0 0;
    font-weight: 300;
    text-align: center; }

.main-products-section {
  padding: 80px 0; }
  .main-products-section .main-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .main-products-section .wrapper-products {
    margin: 50px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px; }
    .main-products-section .wrapper-products .wrapper-item {
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1; }
      .main-products-section .wrapper-products .wrapper-item .wrapper-image {
        border-radius: 6px;
        overflow: hidden; }
        .main-products-section .wrapper-products .wrapper-item .wrapper-image img {
          width: 100%; }
      .main-products-section .wrapper-products .wrapper-item .wrapper-description {
        display: flex;
        flex-direction: column;
        gap: 2px; }
        .main-products-section .wrapper-products .wrapper-item .wrapper-description a {
          text-decoration: none; }
        .main-products-section .wrapper-products .wrapper-item .wrapper-description .title {
          font-size: 20px;
          line-height: 29px;
          margin: 0;
          color: #000;
          font-weight: bold; }
        .main-products-section .wrapper-products .wrapper-item .wrapper-description .plain-text {
          color: #A6A6A6;
          font-size: 18px;
          margin: 0; }
      .main-products-section .wrapper-products .wrapper-item .read-btn {
        background-color: #C9C1F4;
        border-radius: 52px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #0F0F0F;
        text-decoration: none;
        font-weight: 600;
        margin-top: 20px;
        width: max-content; }

.wrapper-navigation {
  margin: -30px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px; }
  .wrapper-navigation li {
    position: relative; }
    .wrapper-navigation li a {
      font-size: 14px;
      color: #C9C9C9;
      line-height: 21px;
      text-decoration: none; }
    .wrapper-navigation li span {
      font-size: 14px;
      line-height: 21px;
      color: #424242; }
    .wrapper-navigation li:after {
      content: "";
      width: 4px;
      height: 7px;
      display: inline-block;
      background-image: url("data:image/svg+xml;utf8,<svg width='4' height='7' viewBox='0 0 4 7' xmlns='http://www.w3.org/2000/svg'><path d='M3.20565 3.47182L0.419153 6.4587C0.372659 6.50856 0.310888 6.53638 0.246653 6.53638C0.182418 6.53638 0.120647 6.50856 0.0741534 6.4587L0.0711532 6.45532C0.0485356 6.43115 0.0305259 6.40205 0.018219 6.36981C0.00591206 6.33756 -0.000434409 6.30283 -0.00043441 6.26773C-0.000434412 6.23263 0.00591205 6.1979 0.018219 6.16565C0.0305259 6.1334 0.0485356 6.10431 0.0711531 6.08014L2.69515 3.26764L0.0711529 0.456262C0.0485353 0.432089 0.0305257 0.402993 0.0182187 0.370743C0.00591179 0.338493 -0.000434671 0.303764 -0.000434673 0.268668C-0.000434674 0.233572 0.00591179 0.198843 0.0182187 0.166593C0.0305256 0.134343 0.0485353 0.105247 0.0711529 0.0810744L0.0741531 0.0776988C0.120647 0.0278365 0.182417 2.01627e-05 0.246653 2.01599e-05C0.310888 2.01571e-05 0.372659 0.0278365 0.419153 0.0776988L3.20565 3.06457C3.23016 3.09084 3.24967 3.12243 3.263 3.15743C3.27633 3.19244 3.2832 3.23012 3.2832 3.2682C3.2832 3.30628 3.27633 3.34396 3.263 3.37896C3.24967 3.41396 3.23016 3.44556 3.20565 3.47182Z' fill='%23C9C9C9'/></svg>");
      background-size: contain;
      background-repeat: no-repeat; }
    .wrapper-navigation li:last-child:after {
      display: none; }

.section-product-view .wrapper-product-view-content {
  display: flex;
  gap: 40px; }
  .section-product-view .wrapper-product-view-content .wrapper-image {
    width: 50%; }
    .section-product-view .wrapper-product-view-content .wrapper-image .product-main-slider img {
      width: 100%;
      border-radius: 6px; }
    .section-product-view .wrapper-product-view-content .wrapper-image .product-thumb-slider {
      margin-top: 12px; }
    .section-product-view .wrapper-product-view-content .wrapper-image .product-thumb-slider .swiper-slide {
      width: 100px;
      opacity: 0.5;
      cursor: pointer; }
    .section-product-view .wrapper-product-view-content .wrapper-image .product-thumb-slider .swiper-slide-thumb-active {
      opacity: 1; }
    .section-product-view .wrapper-product-view-content .wrapper-image .product-thumb-slider img {
      width: 100%;
      border-radius: 6px; }
  .section-product-view .wrapper-product-view-content .wrapper-description {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .section-product-view .wrapper-product-view-content .wrapper-description ul {
      display: flex;
      flex-direction: column;
      margin: 20px 0 0;
      padding: 30px 0;
      list-style-type: none;
      border-top: 1px solid #4f515630;
      border-bottom: 1px solid #4f515630; }
      .section-product-view .wrapper-product-view-content .wrapper-description ul li {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .section-product-view .wrapper-product-view-content .wrapper-description .wrapper-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 20px; }
      .section-product-view .wrapper-product-view-content .wrapper-description .wrapper-bottom h4 {
        font-size: 32px;
        line-height: 40px;
        margin: 0; }
      .section-product-view .wrapper-product-view-content .wrapper-description .wrapper-bottom button {
        background-color: #C9C1F4;
        border-radius: 52px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #0F0F0F;
        text-decoration: none;
        font-weight: 600;
        margin-top: 20px;
        width: max-content;
        border: none;
        outline: none; }
.section-product-view .wrapper-additional-information {
  margin-top: 30px;
  display: flex;
  flex-direction: column; }
  .section-product-view .wrapper-additional-information h3 {
    font-size: 32px;
    line-height: 40px;
    color: #0F0F0F;
    margin-bottom: 20px; }
  .section-product-view .wrapper-additional-information p {
    font-size: 18px;
    line-height: 25px;
    color: #4F5156; }
  .section-product-view .wrapper-additional-information:last-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #4f515630; }

.wrapper-recent-products {
  padding-top: 30px; }
  .wrapper-recent-products .swiper {
    width: 100%;
    height: 300px; }
  .wrapper-recent-products h5 {
    margin-bottom: 30px; }
  .wrapper-recent-products .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 8px; }
    .wrapper-recent-products .swiper-slide .wrapper-item {
      text-decoration: none; }
      .wrapper-recent-products .swiper-slide .wrapper-item .wrapper-image {
        border-radius: 6px;
        overflow: hidden; }
        .wrapper-recent-products .swiper-slide .wrapper-item .wrapper-image img {
          width: 100%; }
      .wrapper-recent-products .swiper-slide .wrapper-item .wrapper-description {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: 5px; }
        .wrapper-recent-products .swiper-slide .wrapper-item .wrapper-description strong {
          font-size: 18px;
          line-height: 25px;
          color: #0F0F0F; }
        .wrapper-recent-products .swiper-slide .wrapper-item .wrapper-description span {
          font-size: 16px;
          line-height: 20px;
          color: #A6A6A6;
          font-weight: 600; }

/*# sourceMappingURL=main.css.map */
