/* CONTAINER */
@media (min-width: 992px) {
  .container {
    max-width: 1440px; } }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .owl-nav button svg {
    width: 30px;
    height: 30px; }
  .owl-nav button.owl-prev {
    left: 0; }
  .owl-nav button.owl-next {
    right: 0; }

@media (min-width: 992px) {
  .section-home-about .owl-stage-outer {
    overflow: initial;
    padding: 20px; } }

.section-home-about .item-about {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section-home-about .item-about .media-about {
    -webkit-box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all .3s ease-in-out;
    display: inline-block;
    transition: all .3s ease-in-out;
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
    border-radius: .625rem;
    padding: .78125rem;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center; }
    .section-home-about .item-about .media-about img {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      object-fit: contain; }
  .section-home-about .item-about .title-about {
    margin-top: 15px; }
    .section-home-about .item-about .title-about h4 {
      font-size: 17px;
      line-height: 1.2;
      font-weight: bold;
      margin: 0;
      color: #000; }
      .section-home-about .item-about .title-about h4 b {
        color: var(--shop-color-main); }
    .section-home-about .item-about .title-about p {
      margin: 10px 0 0;
      font-size: 16px; }
  .section-home-about .item-about:hover {
    -webkit-box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.08); }
    .section-home-about .item-about:hover .media-about {
      background-color: var(--shop-color-main); }

.section-products-by-age {
  padding: 40px 0; }
  .section-products-by-age__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform; }
    .section-products-by-age__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      color: var(--item-text-color, #ffffff); }
      .section-products-by-age__card:hover .section-products-by-age__btn svg {
        transform: translateX(5px); }
  .section-products-by-age__image {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 160px;
    aspect-ratio: 16 / 10;
    margin-bottom: -5.36458rem; }
    .section-products-by-age__image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      min-width: 100px;
      min-height: 80px; }
    @media (max-width: 575px) {
      .section-products-by-age__image {
        min-height: 120px;
        padding: 15px; } }
  .section-products-by-age__content {
    text-align: center;
    background-color: inherit;
    background-color: var(--item-bg-color, #e74c3c);
    color: var(--item-text-color, #ffffff);
    padding: 5.46875rem 2.08333rem 2.08333rem;
    border-radius: 1.25rem; }
  .section-products-by-age__item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: inherit;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .section-products-by-age__item-title {
        font-size: 16px; } }
  .section-products-by-age__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: inherit;
    opacity: 0.9;
    transition: opacity 0.3s ease; }
    .section-products-by-age__btn svg {
      transition: transform 0.3s ease;
      flex-shrink: 0; }
    .section-products-by-age__btn:hover {
      opacity: 1; }

.section-products-by-age img.lazyload,
.section-products-by-age img.lazyloading {
  opacity: 0;
  transition: opacity 0.3s ease; }

.section-products-by-age img.lazyloaded {
  opacity: 1; }

.section-bestseller .section-bestseller-bg {
  background-color: var(--bestseller-bg, #e6f3fa);
  border-radius: 15px;
  padding: 0 10px; }

.section-bestseller .wrapper-heading-home {
  padding-bottom: 0; }

.section-bestseller__heading-badge {
  display: inline-block;
  background: url(https://cdn.hstatic.net/files/200000578227/file/tag_f5e656f4db.png) no-repeat center;
  background-size: contain;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -1.1rem;
  min-width: 340px; }

.section-bestseller__slider {
  position: relative; }
  .section-bestseller__slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    .section-bestseller__slider .owl-nav button.owl-prev {
      left: -20px; }
    .section-bestseller__slider .owl-nav button.owl-next {
      right: -20px; }
    .section-bestseller__slider .owl-nav button svg {
      width: 20px;
      height: 20px;
      stroke: var(--shop-color-main); }
  .section-bestseller__slider .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .section-bestseller__slider .owl-dots .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease; }
      .section-bestseller__slider .owl-dots .owl-dot.active {
        background: #5468ff;
        transform: scale(1.2); }

.product-card-bestseller {
  padding: 10px; }
  .product-card-bestseller__inner {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .product-card-bestseller__inner:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px); }
  .product-card-bestseller__image {
    position: relative;
    padding: 15px;
    text-align: center;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-card-bestseller__image img {
      max-width: 100%;
      max-height: 180px;
      width: auto;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease; }
    .product-card-bestseller__image:hover img {
      transform: scale(1.05); }
  .product-card-bestseller__sale {
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(295deg, #CD1A0C 0%, #FF5246 98.45%);
    color: #fff;
    padding: 4px 10px;
    border-top-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    font-size: 12px;
    font-weight: 600;
    z-index: 2; }
  .product-card-bestseller__sold-out {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #999;
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2; }
  .product-card-bestseller__gift {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
    color: #333;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px; }
  .product-card-bestseller__link {
    display: block; }
  .product-card-bestseller__info {
    padding: 0 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .product-card-bestseller__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px; }
    .product-card-bestseller__title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease; }
      .product-card-bestseller__title a:hover {
        color: #5468ff; }
  .product-card-bestseller__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 8px; }
  .product-card-bestseller__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--shop-color-main); }
    .product-card-bestseller__price--sale {
      color: #ee5a5a; }
    .product-card-bestseller__price--compare {
      font-size: 13px;
      color: #999;
      font-weight: 400; }
    .product-card-bestseller__price--contact {
      font-size: 14px;
      color: var(--shop-color-main);
      font-weight: 600; }
  .product-card-bestseller__unit {
    font-size: 13px;
    color: #666; }
  .product-card-bestseller__barcode {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 12px;
    color: #666;
    margin-top: auto; }
  .product-card-bestseller__action {
    padding: 0 15px 15px; }
  .product-card-bestseller__btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none; }
    .product-card-bestseller__btn--add, .product-card-bestseller__btn--options {
      background: var(--shop-color-main);
      color: #fff; }
      .product-card-bestseller__btn--add:hover, .product-card-bestseller__btn--options:hover {
        background: var(--shop-color-main);
        color: #fff;
        box-shadow: 0 4px 15px rgba(0, 177, 137, 0.4); }
    .product-card-bestseller__btn--disabled {
      background: #e0e0e0;
      color: #999;
      cursor: not-allowed; }

.product-card-bestseller img.lazyload,
.product-card-bestseller img.lazyloading {
  opacity: 0;
  transition: opacity 0.3s ease; }

.product-card-bestseller img.lazyloaded {
  opacity: 1; }

.section-partners {
  position: relative;
  padding: 60px 0;
  overflow: hidden; }
  .section-partners__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
  .section-partners .container {
    position: relative;
    z-index: 1; }
  .section-partners__title {
    color: #333;
    margin-bottom: 40px; }
    .section-partners__title--highlight {
      color: var(--shop-color-main); }
  .section-partners__wrapper {
    position: relative; }
  .section-partners__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; }
  @media (min-width: 992px) {
    .section-partners__item {
      flex: 0 0 calc(16.666% - 20px);
      max-width: calc(16.666% - 20px); } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-partners__item {
      flex: 0 0 calc(25% - 20px);
      max-width: calc(25% - 20px); } }
  .section-partners__card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    min-height: 100px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease; }
    .section-partners__card:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      transform: translateY(-3px); }
    .section-partners__card img {
      max-width: 100%;
      max-height: 60px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: grayscale(0);
      transition: filter 0.3s ease; }
  .section-partners .owl-stage-outer {
    padding: 10px 0; }
  .section-partners .owl-dots {
    text-align: center;
    margin-top: 20px; }
    .section-partners .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 4px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      transition: all 0.3s ease; }
      .section-partners .owl-dots .owl-dot.active {
        background: #c9a227;
        width: 24px;
        border-radius: 4px; }
  @media (max-width: 767px) {
    .section-partners__item {
      padding: 5px; } }

.section-partners__bg.lazyloaded {
  background-image: var(--bg-image); }

.section-partners img.lazyload,
.section-partners img.lazyloading {
  opacity: 0;
  transition: opacity 0.3s ease; }

.section-partners img.lazyloaded {
  opacity: 1; }

.social-new-media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center; }
  .social-new-media img {
    width: 40px;
    height: 40px;
    object-fit: contain; }

.product-content-summary .product-variants .selector-actions #buy-now {
  width: 100%;
  margin: 15px 0 10px;
  font-weight: 600;
  background-color: transparent;
  color: var(--shop-color-main); }
  .product-content-summary .product-variants .selector-actions #buy-now:hover {
    background-color: var(--shop-color-main);
    color: #fff; }
    .product-content-summary .product-variants .selector-actions #buy-now:hover::before {
      background: var(--shop-color-main); }

.product-short-desc__content {
  font-size: 14px;
  line-height: 1.6;
  color: #333; }
  .product-short-desc__content p {
    margin: 0 0 10px; }
    .product-short-desc__content p:last-child {
      margin-bottom: 0; }
  .product-short-desc__content ul, .product-short-desc__content ol {
    margin: 0;
    padding-left: 20px; }
    .product-short-desc__content ul li, .product-short-desc__content ol li {
      margin-bottom: 5px; }

.section-product-faq {
  margin-bottom: 40px; }

.product-faq__wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  padding: 16px; }
  @media (max-width: 767px) {
    .product-faq__wrapper {
      padding: 20px 15px; } }

.product-faq__title {
  font-size: 20px;
  font-weight: 700;
  color: #333; }
  @media (max-width: 767px) {
    .product-faq__title {
      font-size: 18px;
      margin-bottom: 20px; } }

.product-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0; }

.product-faq__item {
  border-bottom: 1px solid #e9ecef; }
  .product-faq__item:last-child {
    border-bottom: none; }
  .product-faq__item.is-open .product-faq__answer {
    max-height: 500px;
    opacity: 1;
    padding: 0 0 20px 0px; }
  .product-faq__item.is-open .product-faq__toggle svg {
    transform: rotate(180deg); }
  .product-faq__item.is-open .product-faq__question {
    color: var(--shop-color-main); }

.product-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease; }
  .product-faq__question:hover {
    color: var(--shop-color-main); }
  .product-faq__question:focus {
    outline: none; }
  @media (max-width: 767px) {
    .product-faq__question {
      padding: 15px 0;
      gap: 10px; } }

.product-faq__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #5468ff; }
  .product-faq__icon svg {
    width: 100%;
    height: 100%;
    color: #657384; }

.product-faq__question-text {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: inherit; }
  @media (max-width: 767px) {
    .product-faq__question-text {
      font-size: 15px; } }

.product-faq__toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #999;
  transition: transform 0.3s ease; }
  .product-faq__toggle svg {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; }

.product-faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 0; }

.product-faq__answer-content {
  font-size: 15px;
  line-height: 1.7;
  color: #555; }
  .product-faq__answer-content p {
    margin: 0 0 10px; }
    .product-faq__answer-content p:last-child {
      margin-bottom: 0; }
  .product-faq__answer-content ul, .product-faq__answer-content ol {
    margin: 10px 0;
    list-style: revert;
    padding-left: 20px; }
  @media (max-width: 767px) {
    .product-faq__answer-content {
      font-size: 14px; } }

.product-faq__answer {
  contain: content;
  will-change: max-height, opacity; }

.product-marketplaces {
  padding: 20px 0;
  border-top: 1px solid #e9ecef; }
  @media (min-width: 992px) {
    .product-marketplaces {
      max-width: 72%;
      margin: 0 auto;
      border-top: none;
      padding: 10px 0 20px; } }
  .product-marketplaces__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
    text-align: center; }
    @media (max-width: 767px) {
      .product-marketplaces__title {
        font-size: 14px;
        margin-bottom: 12px; } }
  .product-marketplaces__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px; }
    .product-marketplaces__list .col-4 {
      padding: 6px; }
  .product-marketplaces__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e9ecef;
    padding: 12px 15px;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 62%; }
    .product-marketplaces__item:hover {
      border-color: var(--shop-color-main);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transform: translateY(-2px); }
    .product-marketplaces__item img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      height: 100%;
      object-fit: contain; }
    @media (max-width: 767px) {
      .product-marketplaces__item {
        padding: 10px;
        padding-top: 62%; } }

.product-marketplaces img.lazyload,
.product-marketplaces img.lazyloading {
  opacity: 0;
  transition: opacity 0.3s ease; }

.product-marketplaces img.lazyloaded {
  opacity: 1; }

@media (max-width: 575px) {
  .product-marketplaces {
    padding: 15px 0; }
    .product-marketplaces__list .col-4 {
      flex: 0 0 33.333%;
      max-width: 33.333%; } }

@media (max-width: 991px) {
  .owl-nav button.owl-prev {
    left: -10px; }
  .owl-nav button svg {
    width: 20px;
    height: 20px; }
  .section-home-about .item-about {
    padding: 10px; }
    .section-home-about .item-about .media-about {
      width: 100px;
      height: 100px;
      margin: 0 auto; }
      .section-home-about .item-about .media-about img {
        width: 80px !important;
        height: 80px; }
    .section-home-about .item-about .title-about {
      margin-top: 15px; }
      .section-home-about .item-about .title-about h4 {
        font-size: 18px; }
      .section-home-about .item-about .title-about p {
        font-size: 14px; }
  .section-products-by-age .row {
    flex-wrap: nowrap;
    overflow: auto hidden; }
    .section-products-by-age .row .col-12 {
      flex: 0 0 86%;
      max-width: 86%; }
  .section-products-by-age__content {
    padding: 4.25rem 1.25rem 1.66667rem; }
  .section-bestseller__slider .owl-nav button.owl-prev {
    left: 0; }
  .section-bestseller__slider .owl-nav button.owl-next {
    right: 0; }
  .product-card-bestseller {
    padding: 5px; }
    .product-card-bestseller__image {
      padding: 10px; }
      .product-card-bestseller__image img {
        max-height: 140px; }
    .product-card-bestseller__title {
      font-size: 13px; }
    .product-card-bestseller__price {
      font-size: 14px; }
    .product-card-bestseller__btn {
      padding: 10px 15px;
      font-size: 13px; }
  .section-partners {
    padding: 30px 0; }
    .section-partners .wrapper-heading-home {
      padding-bottom: 10px; }
  .product-content-summary .product-variants .selector-actions #buy-now {
    margin: 10px 0 0; } }
