* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #101010;
  background-color: #ffffff;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.home .section {
    margin-bottom: 15px;
}

.container {
  margin: 0 auto;
  padding: 0 80px;
 position: relative;
}

.features-text {
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: justify;
    display: block;
    width: 100%;
}

/* Header Styles */
.header {
  position: relative;
  height: 647px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-image-product {
    position: relative;
}

.gallery-image-product img {
    width: 100%;
}

.gallery-images-product {
    display: block;
    padding-left: 115px;
    padding-right: 50px;
}

.product .header {
    height: 110px;
}

.products .header {
    height: 110px;
}

.header-slider {
    z-index: 1000;
    position: relative;
    background: none;
}

.header-slider img {
    width: 100%;
}

.promo-bar {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 34px;
  background-color: #101010;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.promo-text {
  color: #fcfcfc;
  font-size: 0.9rem;
  line-height: 19.32px;
  font-family: "Fixel Variable";
}

.navbar {
  top: 54px;
  height: 48px;
  background: rgba(252, 252, 252, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-left: 100px;
  margin-right: 100px;
  z-index: 1001;
    position: relative;
}

.product .navbar {
    top: 54px;
    height: 48px;
    background: rgba(252, 252, 252, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-left: 100px;
    margin-right: 100px;
    z-index: 1001;
    position: relative;
}

.products .navbar {
    top: 54px;
    height: 48px;
    background: #fcfcfc;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 1001;
    position: relative;
    background: rgba(252, 252, 252, 0.10);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
}

.navbar-mobile {
    top: 54px;
    height: 48px;
    background: none;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 1001;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #ffffff;
}
.menu-left {
    list-style: none;
}

.menu-left  li {
    margin-bottom: 10px;
}

.menu-left  li a {
    width: 231px;
    color: #000;
    font-family: Singel-Trial;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.48px;
    text-decoration: none;
}

.menu-left  li.small-menu a {
    width: 231px;
    color: #676767;
    font-family: "Fixel Variable";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.menu-left  li.sale-menu a {
    width: 231px;
    color: #2138B5;
    font-family: Singel-Trial;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.48px;
}

.scrolling-text {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #2138b5 !important;
}

.action-icons-mobile a {
    margin-right: 20px;
}

.bx-wrapper {
    border: none !important;
    top: -40px !important;
}

.bx-wrapper .bx-pager {
    position: relative !important;
    margin-top: -100px !important;
}

.logo {
  width: 73px;
  height: 32px;
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 37px;
  list-style: none;
}

.nav-menu li a {
    transform: translateX(0);
    transition: transform 0.35s ease;
    display: inline-block;
}

.nav-menu li a:hover {
    transform: translateX(5px);
}

.nav-item {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 18.2px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Fixel Variable";
}



.product .nav-item {
    color: #000000;
    font-size: 1rem;
    line-height: 18.2px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Fixel Variable";
}

.products .nav-item {
    color: #000000;
    font-size: 0.9rem;
    line-height: 18.2px;
    text-decoration: none;
    cursor: pointer;
    font-family: "Fixel Variable";
}

.product .header::before {
    background: none;
}

.products .header::before {
    background: none;
}

.nav-dropdown {
  display: flex;
  align-items: center;
  gap: 2px;
    transform: translateX(0);
    transition: transform 0.35s ease;
}

.nav-dropdown:hover {
    transform: translateX(5px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-actions-mobile {
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: right;
}

.left {
    padding: 10px;
    width: 20%;
    float: left;
}

.navbar-mobile .language-selector {
    position: relative;
    top:-7px;
}

.nav-actions.right {
    text-align: right;
    display: flex;
    align-items: end;
    padding: 2px;
    justify-content: end;
    position: relative;
    top: -30px;
}

.right {
    width: 80%;
    float: right;
}

.language-selector {
  display: flex;
  align-items: center;
  gap: 4px;
}

.flag-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0d04ff 0%, #e1ed00 100%);
}

.action-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon {
  width: 18px;
  height: 18px;
  color: #ffffff;
  cursor: pointer;
}

/* Scrolling Text */
.scrolling-text {
  position: relative;
  left: 0;
  right: 0;
  height: 36px;
  background-color: transparent;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1005;
  margin-top: 80px;
}

.product .scrolling-text, .products .scrolling-text {
    margin-top: 10px;
}
.component-grid-card:first-child {
    padding-right: 20px;
}
.component-grid-card-ul .component-header-title {
    align-self: stretch;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
}

.scrolling-content {
  color: #101010;
  font-size: 0.9rem;
  line-height: 18.2px;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* Section Styles */
.section {
  padding: 20px 0;
}

.section-brands-main {
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.section-title {
  font-family: 'Singel-Trial';
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 55px;
  color: #101010;
  margin-bottom: 10px;
}

.section-subtitle {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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


.product-card-grid {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 20px;
}

.product-card-detail-top {
    display: grid;
    grid-template-columns: 43% 48%;
    gap: 20px;
    margin-bottom: 140px;
    width: 100%;
    height: auto;
}

.product-price-grid {
    display: grid;
    grid-template-columns: 20% 50% 30%;
}

.product-variant-grid {
    display: grid;
    grid-template-columns: 10% 25% 25% 40%;
}

.product-variant-grid > div:first-child {
    padding-left: 10px;
    padding-top: 4px;
}

.product-desc {
    border-radius: 20px;
    margin-top: 0px !important;
}

.product-desc span {
    color: #07AD3E;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.product-haracterictic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin-top: 40px;
    gap: 15px;
    row-gap: 40px;
}

.product .category-grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
}

.product .category-grid3 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.review-card p {
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.review-card-user-name {
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    float: left;
}

.review-card-user-date {
    color: var(--Gray, #6E6E6E);
    text-align: right;
    font-family: "Fixel Variable";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
    float: right;
}

.review-card .review-card-confirm {
    width: 255px;
    color: #007F4F;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.product-haracterictic .text-variant-li {
    width: 285px;
    color: #000;
    font-family: "Fixel Variable";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.product-haracterictic li {
    display: block;
}

.add-to-cart-product {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 900px;
    background: #07AD3E;
    border: none;
    color: #ffffff;
    margin-top: 10px;
    transition: transform 0.35s ease;
}

.add-to-cart-product:hover {
    transform: translateX(5px);
}

.to-cart-text {
    color: var(--White, #FCFCFC);
    font-family: "Fixel Variable";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.36px;
    padding-left: 40px;
}

.add-to-cart-header {
    color: var(--Blue, #2138B5);
    font-family: "Fixel Variable";
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.1px;
    text-align: center;
}

.to-cart-text span.icon {
    position: relative;
    top: 2px;
}

.to-cart-price {
    color: #FCFCFC;
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.product-variant {
    display: block;
    margin-top: 20px;
}

.full-text {
    color: #007F4F;
    font-family: "Fixel Variable";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.1px;
}

.product-variant label {
    display: flex;
    width: 590px;
    height: 48px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    text-align: right;
    margin-bottom: 20px;
}

.product-variant label:has(input:checked) {
    background: rgba(7, 173, 62, 0.03);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.variant-tree {
    display: flex;
    flex-direction: column;
}

.variant-tree .full-width {
    flex: 1 0 100%;
}

.left-variant {
    flex: 0 0 3%;
}

.text-variant {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
}

.right-variant {
    flex: 0 0 97%;
}

.variant-tree .left-variant {
    flex: 0 0 3%;
}

.variant-tree .right-variant {
    flex: 0 0 97%;
}


.product-variant label input {
    display: block;
    width: 15px;
    height: 15px;
}
.product-variant label .product-variant-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}


.product-footer .price-current {
    color: var(--Black, #101010);
    text-align: center;
    font-family: "Fixel Text Bold";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.12px;
}

.product-footer .price-old {
    color: var(--Gray, #6E6E6E);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
}

.pack-text {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
}

.pack-text2 {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: right;
}

.pack-text2 svg {
    position: relative;
    top: 4px;
}

.product-price-grid .product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-name {
    color: var(--Black, #101010);
    font-family: 'Singel-Trial';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

.product-name span {
    font-style: italic;
}
.bestsellers-btn {
    display: flex;
    justify-content: center;

}

.view-all-text span {
    display: inline-block;
    margin-right: 10px;
}
.view-all-text img {
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.product-card {
    display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.00);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 10%);
    padding-right: 20px;
}

.product-image-container {
  position: relative;
  height: 175px;
  margin-bottom: 10px;
}

.product-image {
  width: 100%;
  height: 167px;
  object-fit: cover;
  border-radius: 20px;
}

.product-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
}

.product-tag {
    display: flex;
    height: 23px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 15px;
    background: rgba(252, 252, 252, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    color: var(--Black, #101010);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.75rem; /* 12px */
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
    background: #fcfcfc;
}

.product-title {
    align-self: stretch;
    color: var(--Black, #101010);
    font-family: 'Singel-Trial';
    font-size: 1rem;
    font-style: italic;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.review-card .product-rating .rating-text {
    color: #07AD3E;
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.12px;
}

.product-user-desc > span {
    display: inline-block;
}
.product-user-desc-left {
    margin-right: 30px;
}
.product-user-desc-user-type {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.product-user-title {
    width: 285px;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-user-rate div {
    font-size: 1rem;
    font-family: "Fixel Variable";
}
.product-user-desc-user-value {
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.review-card  .product-rating {
    margin-top: 20px;
}

.star {
  width: 16px;
  height: 16px;
  color: #6e6e6e;
}

.rating-text {
  font-weight: 700;
  font-size: 0.9rem;
  color: #6e6e6e;
  font-family: "Fixel Variable";
}

.product-description {
    align-self: stretch;
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.75rem; /* 12px */
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-benefits {
    display: flex;
    gap: 9px;
    max-height: 28px;
    overflow: hidden;
}

.benefit-icon {
  width: 28px;
  height: 28px;
  background-color: #676767;
  border-radius: 50%;
}

.product-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.add-to-cart {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 900000px;
    background: rgba(241, 241, 241, 0.20);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

.price-current {
  font-weight: 700;
  font-size: 0.8rem;
  color: #101010;
  font-family: "Fixel Variable";
}

.price-old {
  font-size: 0.8rem;
  color: #6e6e6e;
  text-decoration: line-through;
  font-family: "Fixel Variable";
}

.category-section .section-title {
    color: var(--Black, #101010);
    font-family: 'Singel-Trial';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

/* Category Grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 0px;
    margin-top: 25px;
}

.product-user-rate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 40px;
    list-style: none;
    width: 50%;
}

.product-user-rate-title {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.product-haracterictic-header {
  display: grid;
  grid-template-columns: 15% 85%;
  gap: 20px;
    height: 74px;
}

.product-haracterictic-text {
    align-self: stretch;
    color: #6E6E6E;
    font-family: "Fixel Variable";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.category-card {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.ask-card {
    position: relative;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}

.ask-ul > li {
    display: flex;
    width: 100%;
    padding: 20px 40px;
    justify-content: space-between;
    font-size: 1rem;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 30px;
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 25px;
    flex-direction: column;
    cursor: pointer;
    transform: translateX(0);
    transition: transform 0.35s ease;
}

.ask-ul > li:hover {
    transform: translateX(5px);
}

.ask-ul li span {
    width: 100%;
    display: block;
}

.full-content {
    width: 100%;
    height: max-content;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.5s ease;
}
.full-content ul {
    margin-left: 30px;
}
.ask-ul li.active {
    height: auto;
    background: linear-gradient(
            to bottom,
            #f1f1f1 0%,
            #ffffff 100%
    );
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.ask-ul li.active .full-content {
    display: block;
    opacity: 1;
    max-height: 1000px;
}
.product-card-detail-left {

}
.gallery-product {
    position: sticky;
    top: 20px;
}

.component-grid-card:last-child {

}

.component-header2 {
    position: sticky;
    top: 5px;
}

.alalize-grid img {
    width: 285px;
    height: 188px;
    aspect-ratio: 285/188;
    border-radius: 20px 20px 0 0;
}

.ask-ul li.active .full-content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mob-image {
    background: url("/img/liquid-prism-wallpaper 1.png") no-repeat;
    background-size: cover;
    padding: 30px;
}

.mob-image .container {
    border: 1px solid #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.testimonials-section .section-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}
.ask-ul li.active::after {
    transform: scaleY(-1);
    top: 10px;
}
.ask-ul > li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
    background: #f1f1f1;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 9.25L12 16.75L4.5 9.25' stroke='%2307AD3E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-right: 20px;
}

.product-desc h3 {
    align-self: stretch;
    color: #07AD3E;
    font-family: "Fixel Display";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.product-desc h3 {
    align-self: stretch;
    color: #07AD3E;
    font-family: "Fixel Display";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}

.product-desc h4 {
    align-self: stretch;
    color: #000;
    font-family: "Fixel Variable";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-desc p {
    align-self: stretch;
    color: #000;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.product-desc h6 {
    color: #07AD3E;
    font-family: "Fixel Variable";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.compare-btn {
    display: flex;
    height: 64px;
    padding: 10px 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.05);
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    margin-top: 20px;
    transform: translateX(0);
    transition: transform 0.35s ease;
}

.compare-btn:hover {
    transform: translateX(5px);
}

.compare-btn::after {
    content: "";
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #f1f1f1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: url("/img/arrow_down_glass.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.ask-ul {
    list-style: none;
    margin-top: 20px;
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-change {
    margin-top: 40px;
}
.product-change h3 {
    color: #000;
    font-family: Singel-Trial;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.feature-icon img {
    width: 64px;
    height: 64px;
}

.category-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
    right: 20px;
  background: rgba(252, 252, 252, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 900px;
  padding: 10px;
  gap: 14px;
  cursor: pointer;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.07);
  text-decoration: none;
    text-align: center;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.category-button-text {
    color: #000;
    font-family: "Fixel Variable";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.category-button img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.garantie-section .section-subtitle {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.garantie-section .section-title {
    color: var(--Black, #101010);
    font-family: 'Singel-Trial';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

/* Features Section */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
    row-gap: 30px;
  margin-bottom: 60px;
    justify-items: center;
}

.main-go {
    width: 285px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 900px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), rgba(252, 252, 252, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    color: var(--Blue, #2138B5);
    font-family: "Fixel Variable";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.36px;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.info-cart-product-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
}

.info-cart-product {
    margin-bottom: 10px;
}

.promo-block  label {
    align-self: stretch;
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: block;
}

.progress {
    width: 252px;
    height: 10px;
    border-radius: 9000px;
    background: linear-gradient(90deg, #000 59%, #D8D8D8 60%);
    display: inline-block;
}

.cart-info-header {
    width: 284px;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.promo-block input {
    height: 48px;
    align-self: stretch;
    border-radius: 9000px;
    border: 1px solid var(--Gray, #6E6E6E);
    display: inline-block;
    width: 100%;
}

.info-cart-product .price-cart {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.contact-form-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 20px;
}

.testimonial-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.product-cart-item .testimonial-product-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.component-header {
    grid-template-columns: 12% 88%;
    display: grid;
    gap: 10px;
    margin-bottom: 40px;
}

.component-header .full {
    width: 100%;
}

.component-grid-card .full {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: -40px;
    text-align: justify;
}

.gurantly .guarantee-item img {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
}

.product .section-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.show-all {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 900px;
    background: rgba(252, 252, 252, 0.10);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.07);
    transform: translateX(0);
    transition: transform 0.35s ease;
    cursor: pointer;
    border: 1px solid #ffffff;
}

.show-all:hover {
    transform: translateX(5px);
}

.show-all-text {
    color: #07ad3e;
}

.product .show-all {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 900px;
    background: rgba(252, 252, 252, 0.10);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.07);
    border: 1px solid #ffffff;
    margin: 40px auto;
}

.product-haracterictic .first-text {
    width: 320px;
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.features-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
    row-gap: 45px;
    margin-bottom: 40px;
}

.product-variant-grid .product-price .price-old {
    color: var(--Black, #101010);
    color: var(--Gray, #6E6E6E);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.12px;
}

.product-variant-grid .product-price .price-old-text {
    color: var(--Gray, #6E6E6E);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.12px;
}

.product-price .price-old-text {
    color: var(--Gray, #6E6E6E);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.12px;
    text-decoration: none;
}

.product .sale-section .sale-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}

.sale-section .title {
    width: 414px;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    top:10px;
    margin-bottom: 10px;
}

.sale-section .desc {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.component-header .right .desc {
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.product .author-handle {
    width: 185px;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.product-efect h3 {
    color: #000;
    font-family: Singel-Trial;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.feature-item {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    align-items: center;
    width: 160.167px;
    height: 107px;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-product {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 16px;
    align-items: start;
    width: 285px;
}

.pr-image img {
    width: 90px;
    height: 70px;
}

.pr-desc {
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 8px;
}

.author-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-text {
    margin-left: 6px;
    font-size: 0.8rem;
}

.product-footer {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 12px;
}


.feature-text {
    font-size: 1rem;
    margin: 0;
    text-align: center;
    align-self: stretch;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

/* Testimonials Section */
.testimonials-section {
  padding: 40px 0;
}

.testimonials-section .section-title {

}

.product-card-detail-right {
    padding-left: 20px;
    padding-right: 50px;
}

.product-card-detail-right .rating-text {
    text-align: center;
    font-family: "Fixel Text";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.12px;
    color: var(--Gray, #6E6E6E);
}

.product-card-detail-right .rating-text2 {
     color: #000;
     text-align: center;
     font-family: "Fixel Variable";
     font-size: 0.75rem;
     font-style: normal;
     font-weight: 400;
     line-height: 140%;
     letter-spacing: 0.12px;
}

.actions-tag {
    width: 64px;
    height: 64px;
    top: 50px;
    right: 20px;
    display: block;
    position: absolute;
    z-index: 1000;
    background: #2138b5;
    border-radius: 64px;
    color: #ffffff;
    padding: 8px;
    line-height: 2.9rem;
    font-size: 1.125rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-cart-grid {
    display: grid;
    grid-template-columns: 71% 21%;
    gap: 40px;
}

.info-cart-product:last-child {
    text-align: right;
}

.promo-block {
    margin-bottom: 30px;
}
.cart-header-text {
    color: var(--Black, #101010);
    font-family: Singel-Trial;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}
.contact-form-item label {
    display: block;
    align-self: stretch;
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.call-me {
    flex: 1 0 0;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}
.contact-form-item > div {
    width: 285px;
    color: #6E6E6E;
    font-family: "Fixel Variable";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.payment {
    width: 100%;
}

.contact-form-item .radio {
    height: auto;
    width: auto;
    color: #2138B5;
    font-family: "Fixel Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.contact-form-item .radio input {
    width: auto;
    height: auto;
}

.contact-form-grid .payment p {
    width: 100%;
    color: var(--Gray, #6E6E6E);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}
.form-cart-btn {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
    border-radius: 900px;
    background: var(--Blue, #2138B5);
    color: var(--White, #FCFCFC);
    font-family: "Fixel Variable";
    border: none;
}

.payment label {
    width: 100%;
    display: block;
    flex: 1 0 0;
    color: #2138B5;
    font-family: "Fixel Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.payment textarea {
    width: 200%;
    height: 149px;
    border-radius: 30px;
    border: 1px solid var(--Gray, #6E6E6E);
}
.contact-form-item-courire {
    flex: 1 0 0;
    color: #2138B5;
    font-family: "Fixel Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.contact-form-grid p {
    width: 100%;
    flex: 1 0 0;
    color: #2138B5;
    font-family: "Fixel Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.form-cart {
    margin-top:20px;
}
.contact-form-item input {
    height: 48px;
    align-self: stretch;
    border-radius: 9000px;
    border: 1px solid var(--Gray, #6E6E6E);
    width: 100%;
    padding: 5px 10px;
}

.contact-form-grid .stack p {
    margin-bottom: 20px;
}

#contacts .contact-form-grid textarea {
    width: 100%;
}
.main-go2 {
    width: 24px;
    height: 24px;
    padding: 0 0.48px 0 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-right: 10px;
}
.main-go2 svg {
    position: relative;
    top:3px;
}
.main-go svg {
    position: relative;
    top:7px;
}
.submit-promo {
    display: flex;
    border: none;
    width: 100%;
    color: #2138b5;
    margin-top: 10px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 900px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), rgba(252, 252, 252, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

.reviews-grid {
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.reviews-grid:last-child {
    border-bottom: none;
}

.pr-image {
    float: left;
    width: 20%;
}

.pr-desc {
    float: right;
    width: 80%;
    padding-left: 35px;
}

.testimonials-section2 .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
  background: rgba(252, 252, 252, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.review-card {
    background: rgba(252, 252, 252, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.testimonial-video {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 27px;
  overflow: hidden;
  margin-bottom: 14px;
  background-size: cover;
  background-position: center;
}

.product-card .product-image-container {
    height: auto;
}

.testimonial-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #101010;
  margin-bottom: 14px;
  font-family: "Fixel Variable";
  cursor: pointer;
    display: block;
    text-decoration: none !important;
}

.testimonial-text {
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #101010;
  margin-bottom: 14px;
  font-family: "Fixel Variable";
}

.testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Fixel Variable";
}

.author-handle {
  font-size: 14px;
  line-height: 18.2px;
  color: #6e6e6e;
  cursor: pointer;
}

.author-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 15px;
}

/* Guarantee Section */
.guarantee-section {
  padding: 80px 0;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  margin-bottom: 40px;
  justify-items: center;
    row-gap: 25px;
}
.section-brands-main .container {
    overflow: hidden;
    width: 100%;
    height: 35px;
}
.section-brands-main .guarantee-grid {
    display: flex;
    gap: 45px;
    margin-bottom: 0px;
    animation: scroll 20s linear infinite;
    width: 100%;
    white-space: nowrap;
}

.btn.blue {
    display: flex;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
    border-radius: 900px;
    background: var(--Blue, #2138B5);
    color: var(--White, #FCFCFC);
    font-family: "Fixel Variable";
    border: none;
    text-decoration: none;
    width: 50% !important;
    margin: 20px auto;
    text-align: center;
}
.btn.blue:hover {
    background: var(--Blue, #2138B5);
}

.section-brands-main .guarantee-grid .guarantee-item {
    margin-right: 100px;
}

.action-icons .cart {
    position: relative;
}

.action-icons .cart span {
    position: absolute;
    background: var(--Blue, #2138B5);
    color: #ffffff;
    text-align: center;
    padding: 3px 6px;
    border-radius: 20px;
    font-size: 0.6rem;
    top: -12px;
    right: -12px;
}

.guarantee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guarantee-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  background-color: #676767;
  border-radius: 50%;
}

.guarantee-text {
    align-self: stretch;
    color: var(--Black, #101010);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin-top: 10px;
}

.guarantee-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.guarantee-blocks p {
    font-family: "Fixel Variable";
}

/* Gallery Section */
.gallery-section {
  padding: 80px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.gallery-item {
  width: 390px;
  height: 390px;
  background-color: #d9d9d9;
  border-radius: 0;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .category-grid img, .products .category-grid img {
    width: 100%;
}

.gallery-images-product {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.gallery-images-product a img {
    width: 75px;
}

.result-articles img {
    height: 190px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 26px;
    left: -7px;
    font-size: 1.5rem !important;
    color: #07ad3e !important;
    background: #f1f1f1 !important;
    border-radius: 32px;
    height: 32px;
    width: 32px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 26px;
    right: -7px;
    font-size: 1.5rem !important;
    color: #07ad3e !important;
    background: #f1f1f1 !important;
    border-radius: 32px;
    height: 32px;
    width: 32px;
}

.owl-carousel .owl-nav button.owl-next span {
    position: relative;
    left: -1px;
    top: -3px;
}

.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    left: -1px;
    top: -3px;
}

.gallery-images-product a {
    width: 100px;
}

/* Footer */
.footer {
  background: rgba(0, 0, 0, 0.00);
  padding: 40px 0;
  /*border-top: 1px solid #101010;*/
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.mobile {
    display: none;
}
.footer-section h4 {
  font-size: 1rem;
  line-height: 19.32px;
  color: #6e6e6e;
  margin-bottom: 20px;
  font-family: "Fixel Variable";
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 10px;
}

.footer-section a {
  font-size: 1.2rem;
  line-height: 19.2px;
  color: #101010;
  text-decoration: none;
  font-family: "Fixel Variable";
}

.footer-section a:hover {
  color: #2138b5;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.footer-bottom-left {
  display: flex;
  gap: 40px;
}

.footer-bottom-text {
  font-size: 12px;
  line-height: 16.56px;
  color: #6e6e6e;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .category-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .guarantee-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .guarantee-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
}

/* Button Styles */
.btn {
  background: rgba(252, 252, 252, 0.1);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 900px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  line-height: 21.6px;
  color: #000000;
  transform: translateX(0);
  transition: transform 0.35s ease;
}

.btn:hover {
  background: rgba(252, 252, 252, 0.2);
  transform: translateX(5px);
}

/* Logo Circle */
.logo-circle {
  width: 150px;
  height: 150px;
  background-color: #2138b5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
    float: left;
}

/* Brand Logos */
.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  overflow: hidden;
}

.brand-logo {
  height: 65px;
  object-fit: contain;
}

/* Sale Section */
.sale-section {
  padding: 0px 0;
}
.sale-section .container {
    position: relative;
}
.sale-title {
  font-family: 'Singel-Trial';
  font-weight: 600;
  font-size: 55px;
  line-height: 52.25px;
  letter-spacing: -1.1px;
  color: #0500be;
  margin-bottom: 10px;
}

.ask-title {
    font-family: 'Singel-Trial';
    font-weight: 400;
    font-size: 55px;
    line-height: 52.25px;
    letter-spacing: -1.1px;
    color: #0500be;
    margin-bottom: 10px;
}

.sale-subtitle {
    color: #0500BE;
    font-family: "Fixel Text";
    font-size: 0.8125rem; /* еквівалент 13px */
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.13px;
    margin-bottom: 30px;
}

/* Bestsellers Section */
.bestsellers-title {
    color: var(--Black, #101010);
    font-family: Singel-Trial;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.bestsellers-btn {
    margin-top: 25px;
}

.category-button img {
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0;
}

/* View All Button */
.view-all-btn {
    display: flex;
    width: 287px;
    height: 48px;
    text-decoration: none;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 900px;
    background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 35%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    right: 80px;
    top: 5px;
  z-index: 10002;
    color: #000;
    font-family: "Fixel Text";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.product .product-lang li img {
    height: 16px;
}

.product-variant-grid img {
    height: 35px;
    position: relative;
    top: 10px;
}

.sale-section .view-all-btn {
    right: 80px;
    top: 5px;
}

.product .sale-section {
    background: #EDEDED;
    padding-bottom: 0;
}

.sale-section .container {
    padding-bottom: 0;
}

.sale-section .component-header {
    margin-bottom: -17px;
}

.sale-section .show-all  {
    width: 33%;
    position: absolute;
    right: 0;
    top: 150px;
}

.product-haracterictic li {
    display: flex;
    width: 285px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.79px;
    border-radius: 27.408px;
    background: rgba(252, 252, 252, 0.10);
    box-shadow: 0 3.654px 3.654px 0 rgba(0, 0, 0, 0.05);
}
.product-haracterictic li:first-child {
    background: none;
    box-shadow: none;
}

.gallery-image-product .main-product-image {
    width: 561px;
    height: 430px;
}

.testimonials-section333 {
    margin-top: 40px;
}

.ask-section {
    background: none;
}

.stick-section {
    background: none;
}

.clear {
    clear: both;
}

.view-all-text {
  font-size: 1rem;
  line-height: 24.84px;
  letter-spacing: -0.36px;
  color: #000000;
}

/* Pagination Dots */
.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 60px;

}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #d0d0d0;
  cursor: pointer;
}

.dot.active {
  background-color: #2138b5;
}

.component-grid-card-ul li {
    display: block;
    position: relative;
}

.component-grid {
    display: flex;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    margin-top:20px;
}

.green-link {
    color: #07AD3E;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    position: relative;
}

.green-link span {
    position: relative;
    top: 3px;
    right: 0;
}

.product-haracterictic-header svg{
    width: 44.081634521484375px !important;
    height: 48px !important;
    /*stroke: #01C148 !important;*/
}

.component-grid2 {
    display: flex;
    width: 100%;
    position: relative;
    gap: 70px;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
}

.product-haracterictic-title {
    align-self: stretch;
    color: var(--Black, #101010);
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    top:5px;
}
.product-haracterictic-top .product-haracterictic-title {
    text-align: left;
}
.product-haracterictic-top img {
    width: 42px;
    height: 42px;
}
.product-lang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    margin-top: 40px;
}
.product-lang li {
    width: 285px;
    color: #000;
    font-family: "Fixel Variable";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.product-haracterictic-top li {
    background: none;
    box-shadow: none;
}

.product-haracterictic-top li > div {
    display: grid;
    grid-template-columns: 100%;
    align-items: start;
}

.product-haracterictic-logo {
    margin: 0 auto;
    text-align: center;
}
.product-haracterictic-desc {
    align-self: stretch;
    color: var(--Gray, #6E6E6E);
    text-align: center;
    font-family: "Fixel Variable";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.11px;
}

.testimonials-section2 .section-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}

.component-grid-card-ul {
    list-style: none;
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-bottom: 20px;
}

.component-grid-card  > .component-header {
    grid-template-columns: 12% 88%;
}

.product .sale-section .ask-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.component-grid-card-ul .component-header {
    grid-template-columns: 22% 78%;
}

.component-grid-card .component-grid-card-ul {
    margin-top: 60px;
}

.product .show-all-bottom {
    width: 30%;
}

.compare {
    position: relative;
    width: 600px;
    height: 350px;
    overflow: hidden;
}

.img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.img-left {
    clip-path: inset(0 50% 0 0); /* половина */
}

.img-right {
    clip-path: inset(0 0 0 50%);
}

.slider {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 10;
}

.swiper {
    width: 100%;
}
.swiper-slide {
    width: 50%;
}
.swiper-slide img {
    width: 100%;
    display: block;
}



.image-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 190px;
    overflow: hidden;
    user-select: none;
}

.image {
    position: absolute;
    inset: 0;
    background-size: inherit;
    background-position: center;
    background-repeat: no-repeat;
    height: 190px;
}

/* фон */
.image-back {
    z-index: 1000;
}

/* передня картинка (50%) */
.image-front {
    width: 50%;
    overflow: hidden;
    z-index: 1000;
}

/* повзунок */
.slider-handle {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff;
    cursor: ew-resize;
    z-index: 1000;
}

.slider-handle svg {
    position: relative;
    left: -14px;
}

.component-section  {
    padding: 40px 0;
}

.component-section .sale-title {
    color: #07AD3E;
    font-family: Singel-Trial;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
}

/* */

.quantity {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.qty-input {
    text-align: center;
    background: none;
    color: #ffffff;
    border: none;
    width: 36px;
    display: inline-block;
    font-size: 1rem;
}

.qty-btn {
    width: 20px;
    height: 15px;
    cursor: pointer;
    font-size: 1rem;
}

.plus {
    position: relative;
    right: 4px;
}

/** **/

.nav-dropdown-ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 35px;
    color: #ffffff;
    background: none;
    list-style: none;
}

.nav-dropdown-ul a {
    text-decoration: none;
    color: #ffffff;
}

.nav-dropdown-ul li {
    margin-bottom: 10px;
}

.nav-dropdown {
    position: relative;
}

/* клас для JS */
.nav-dropdown.is-open > .nav-dropdown-ul {
    display: block;
}

.product-image-container img {
    width: 100%;
}

.benefit-icons img {
    width: 28px;
    height: 28px;
}

button.cart {
    background: none;
    border: none;
}

.product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cont {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}