.uk-text-white {
  color: #ffffff;
}

.uk-text-danger{
  color:#D00005 !important;
}

.uk-label-danger{
  background-color: #D00005 !important;
}

.uk-button-danger{
  background-color: #D00005 !important;

}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #D00005 !important;
}

.uk-text-color {
  color: #D00005;
}
.mg-150 {
  margin-top: 150px;
}
.box-padding {
  padding-bottom: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.padding-bottom-index{
  padding-bottom: 25px;
}
.box-pading {
  padding-bottom: 5px;
  padding-top: 25px;
}

.pad-top {
  padding-top: 20px;
}
.uk-section-default {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

/* 🔹 Шапка */
.uk-navbar-container {
  background-color: #222 !important;
}

/* Телефон */
.phone-number {
  color: #ffffff;
  font-size: 14px;
}

.uk-card-default.uk-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgb(255 0 0 / 16%);
}

/* Посилання меню */
.uk-navbar-nav > li > a {
  color: white !important;
  font-weight: 500;
  font-size: 14px;
}
.uk-navbar-nav > li > a:hover {
  color: #D00005 !important;
}

/* Іконки */
.uk-icon-link {
  font-size: 1.2rem;
  color: white !important;
  transition: color 0.3s ease;
}
.uk-icon-link:hover {
  color: #D00005 !important;
}

/* Іконки */
.uk-icon-link-car {
  font-size: 1.2rem;
  color: #D00005 !important;
  transition: color 0.3s ease;
}
.uk-icon-link-car:hover {
  color: #D00005 !important;
}

/* Offcanvas (мобільне меню) */
.uk-offcanvas-bar {
  background-color: white;
  color: black;
}
.uk-offcanvas-bar a {
  color: #333;
  font-weight: 600;
}
.uk-offcanvas-bar a:hover {
  color: #D00005;
}
/* 🔹 Зменшуємо висоту шапки */
.header-box {
  padding-top: 0.25rem !important; /* як у тебе було */
  padding-bottom: 0.25rem !important;
}

/* 🔹 Дрібніші відступи всередині елементів */
.header-box .uk-navbar-item,
.header-box .uk-navbar-nav > li > a,
.header-box .uk-navbar-toggle {
  min-height: auto; /* відміняємо стандартну висоту */
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.header-box .uk-navbar-nav > li > a {
  font-size: 14px;
}
/* Світле меню */
.offcanvas-light {
  background-color: #fff;
  color: #000;
}

/* Посилання чорні */
.offcanvas-light a {
  color: #000 !important;
  font-weight: 600;
}
.offcanvas-light a:hover {
  color: #D00005 !important;
}

/* Телефон знизу */
.offcanvas-phone {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 20px;
}
.offcanvas-phone span[uk-icon] {
  color: #D00005;
}
.style-header {
  padding-left: 15px;
}

/* Перша велика літера, інші маленькі */
.menu-capitalize > li > a {
  text-transform: capitalize !important;
}
/* Зменшений логотип */
.logo-small {
  font-size: 1.2rem; /* можна підкоригувати */
  font-weight: 700;
}

/* Адаптивність для мобільних */
@media (max-width: 768px) {
  .logo-small {
    font-size: 1rem;
  }
}

/*----------------------------------------------*/
/* Hero Section */
.hero-section {
  min-height: 600px;
}

.hero-subtitle {
  display: block;
  max-width: 90%;
  margin: auto;
  font-weight: bold;
  font-size: 1rem;
  color: #D00005; /* синій колір */
  margin-bottom: 0.5rem;
}

.hero-title {
  max-width: 90%;
  margin: auto;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: white;
}

.hero-description {
  max-width: 85%;
  margin: auto;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 1rem;
  color: white;
}

/* Buttons */
.hero-buttons a {
  padding: 0.3rem 2.4rem;
  border-radius: 0.5rem;
  text-decoration: none;
}

.btn-primary-uk {
  background-color: #D00005 !important;
  color: white;
  border: none;
}

.btn-secondary-uk {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: white
}

a:hover {
    color: white;
}

/* Flex gap */
.hero-buttons {
  gap: 0.5rem;
}


/* Адаптивність для мобільних */
@media (max-width: 767px) {
  .hero-section .uk-container{
    padding-top: 30px !important;

  }
  .hero-section {
    min-height: 450px;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-title {
    font-size: 1.5rem;
  }
  .hero-description {
    font-size: 0.9rem;
  }
  .hero-buttons a {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

.product-card {
    transition: box-shadow 0.2s ease;
}

.product-card:hover {
    box-shadow: inset 0 0 0 2px #D00005;
}


.hero-section .uk-container {
  padding-top: 150px; /* опускаємо весь контент вниз */
  padding-bottom: 50px;
}

/* Пошуковий блок для UIkit */
.search-box-uk {
  background-color: white;
  color: black;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  width: 95%;
  max-width: 1000px;
}

.search-grid-uk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.search-select-uk {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  width: 100%;
  font-size: 14px;
}

.search-button-uk {
  background: #D00005 !important;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 14px;
}

.search-button-uk:hover {
  background-color: #0b5ed7;
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 960px) {
  .search-grid-uk {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 2rem;
  }

  .mg-150 {
    margin-top: 1px;
  }
}

@media (max-width: 640px) {
  .hero-title {
    font-size: 1.75rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .btn-primary-uk,
  .btn-secondary-uk {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .search-box-uk {
    padding: 16px;
  }
}

/*----------------------------------------------*/

/* Чорні стрілки */
.slider-arrow span[uk-icon]::before {
  color: black;
  font-size: 30px;
}

/* Стрілки завжди видимі з напівпрозорим фоном */
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}

/* Стрілки */
.slider-arrow span[uk-icon]::before {
  color: black;
}
.slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
}

/* Компактні блоки */
.box-padding-small {
  padding: 6px;
}
.uk-card-small span[uk-icon] {
  font-size: 20px;
}
.uk-card-small h6 {
  font-size: 10px;
  margin-top: 2px;
}

/*----------------------------------------------*/
/* Компактні картки */
.compact-card {
  padding: 10px;
  text-align: center;
}

/* Висота зображення */
.compact-img {
  height: 100px;
  object-fit: cover;
}

/* Скорочений опис */
.compact-desc {
  font-size: 0.8rem;
  margin: 2px 0;
}

/*----------------category------------------------------*/
.uk-section-muted h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

/* Блок підбору */
.filter-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 20px auto 1px auto;
}

.filter-title {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.filter-select {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.2s;
}

.filter-select:focus {
  border-color: #1e87f0;
  box-shadow: 0 0 6px rgba(30, 135, 240, 0.3);
  outline: none;
}

.filter-btn {
  width: 100%;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 10px;
  margin-top: 10px;
}


.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: stretch; /* ключове для рівних рядів */
}

.products-grid > * {
  flex: 0 0 calc(20% - 15px); /* 5 карток в ряд */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* Планшет */
@media (max-width: 1023px) {
  .products-grid > * {
    flex: 0 0 calc(33.333% - 15px);
  }
}

/* Планшет 991–768px */
@media (max-width: 991px) {
  .products-grid > * {
    flex: 0 0 calc(50% - 15px);
  }
}

/* Мобільний */
@media (max-width: 767px) {
  .products-grid > * {
    flex: 0 0 calc(50% - 15px);
  }
}

/* Відступи сторінки */
.uk-section-style {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*----------------product-cart-cadegory------------------------------*/

.product-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  padding: 0;
  margin: 0;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-card img {
  width: 100%;
  display: block;
}

.product-card-body {
  padding: 12px;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-card-icons {
  display: flex;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
}

.product-card-icons-bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.icon-btn {
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.icon-btn:hover {
  background: #1e87f0;
  color: #fff;
}

/* Тіло картки */
.product-card-body {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.product-card-body p {
  font-size: 14px;
  margin: 2px 0;
}

.product-card-header {
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background: #fff;
}

.product-badge {
  background-color: #ff9800;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 8px;
}

.product-card-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-card-body h4 {
  font-size: 16px;
  margin-bottom: 5px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4em;
}


/*----------------product-cart------------------------------*/
.product-box {
  background: #fff;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 30px;
  max-width: 1100px;
  margin: auto;
}


.product-main-img img {
  max-height: 420px; /* більше фото */
  object-fit: contain;
  background: #f9f9f9;
}

.product-thumb {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.product-thumb:hover {
  border-color: #333;
}


.product-box {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-radius: 12px;
}

.product-thumb {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 3px;
  cursor: pointer;
  transition: 0.3s;
}
.product-thumb:hover {
  border-color: #0077ff;
}

.color-red{
  color: red;
}

.box-ovner{
  padding-left: 50px;
}

.bow-main{
  padding-top: 40px;
}

/* Мобільна адаптація */
@media (max-width: 768px) {
  .product-box {
    padding: 15px; /* менші відступи */
  }

  .box-ovner {
    padding-left: 40px; /* прибрати зміщення тексту вправо */
    margin-top: 20px; /* дати простір після фото */
  }

  .product-main-img img {
    max-height: 300px; /* зменшити висоту фото */
  }

  .product-thumb {
    padding: 2px;
  }

  .bow-main {
    padding-top: 20px; /* менший відступ зверху */
  }

  /* Кнопки в стовпчик */
  .product-box .uk-flex-middle {
    flex-direction: column;
    align-items: stretch;
  }

  .product-box .uk-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-box [uk-icon="heart"] {
    align-self: center;
    margin-top: 5px;
  }
}

/* Дуже маленькі екрани (iPhone SE, 360px) */
@media (max-width: 400px) {
  .product-main-img img {
    max-height: 240px;
  }

  h2 {
    font-size: 1rem; /* зменшений заголовок */
  }

  .product-box {
    padding: 10px;
  }
}

/* Основний стиль рейтингу */
.supplier-rating {
    display: flex !important;   /* завжди флекс */
    flex-direction: row !important; /* горизонтально */
    flex-wrap: nowrap;           /* в один рядок */
    align-items: center;
    font-size: 0.9rem;
}

.rating-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.rating-item i {
    font-size: 1.2rem;
}

/* Дуже маленькі екрани */
@media (max-width: 400px) {
    .supplier-rating {
        font-size: 0.85rem;
    }
    .rating-item i {
        font-size: 1rem;
    }
}
.padding-30px{
  padding:30px;
}

.mar-5px{
  margin-bottom: 5px;
}

/* Дуже маленькі екрани */
@media (max-width: 980px) {
  .padding-30px {
      padding: 10px 5px 10px 10px;
  }
}

/* =====================================================
   ROOT
===================================================== */

:root {

    --primary: #e63946;
    --primary-dark: #c92f3b;

    --text: #171717;
    --muted: #737373;

    --border: #e7e7e7;
    --background: #f7f7f7;
    --white: #ffffff;

    --radius: 18px;

}


/* =====================================================
   GLOBAL
===================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    margin: 0;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    color: var(--text);

    background: var(--background);

}


/* =====================================================
   HEADER
===================================================== */

.site-header {

    position: relative;

    z-index: 100;

    background: rgba(255, 255, 255, 0.96);

    border-bottom: 1px solid var(--border);

}


.site-header .uk-navbar {

    min-height: 78px;

}


/* LOGO */

.site-logo {

    font-size: 22px;

    font-weight: 700;

    color: var(--text) !important;

    text-decoration: none;

}

.site-logo span {

    color: var(--text);

}

.site-logo strong {

    color: var(--primary);

}


/* PHONE */

.header-phone {

    display: flex;

    align-items: center;

    gap: 8px;

    margin-left: 25px;

    color: var(--text);

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;

}

.header-phone:hover {

    color: var(--primary);

}


/* MENU */

.site-header .uk-navbar-nav > li > a {

    min-height: 78px;

    color: #333;

    font-size: 15px;

    font-weight: 500;

}

.site-header .uk-navbar-nav > li > a:hover {

    color: var(--primary);

}


/* ICONS */

.header-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    margin-left: 6px;

    color: var(--text);

    border-radius: 50%;

}

.header-icon:hover {

    color: var(--primary);

    background: #f5f5f5;

}


/* =====================================================
   MOBILE MENU
===================================================== */

.mobile-menu {

    background: #fff !important;

    color: var(--text) !important;

    width: 300px;

}

.mobile-menu .uk-offcanvas-close {

    color: #111;

}

.mobile-logo {

    padding-top: 30px;

    font-size: 22px;

    font-weight: 700;

}

.mobile-logo strong {

    color: var(--primary);

}

.mobile-nav {

    margin-top: 35px;

}

.mobile-nav > li > a {

    padding: 12px 0;

    color: #222 !important;

    font-size: 17px;

}

.mobile-nav > li > a:hover {

    color: var(--primary) !important;

}

.mobile-phone {

    position: absolute;

    bottom: 30px;

    left: 25px;

    right: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

}

.mobile-phone a {

    color: #222;

    font-weight: 600;

    text-decoration: none;

}


/* =====================================================
   PRODUCT SECTION
===================================================== */

.product-section {

    padding: 55px 0;

    background: var(--white);

}


/* =====================================================
   GALLERY
===================================================== */

.product-gallery {

    position: relative;

}


/* BADGE */

.product-badge {

    margin-bottom: 14px;

}

.product-badge .uk-label {

    padding: 7px 14px;

    border-radius: 50px;

    background: #fff0f1;

    color: var(--primary);

    font-size: 11px;

    font-weight: 700;

    text-transform: uppercase;

}


/* MAIN IMAGE */

.product-main-image {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 470px;

    padding: 25px;

    overflow: hidden;

    background: #f8f8f8;

    border: 1px solid var(--border);

    border-radius: var(--radius);

}

.product-main-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}


/* THUMBNAILS */

.product-thumb {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 90px;

    padding: 5px;

    overflow: hidden;

    cursor: pointer;

    background: #fff;

    border: 2px solid transparent;

    border-radius: 12px;

    transition: 0.2s ease;

}

.product-thumb img {

    width: 100%;

    height: 100%;

    object-fit: contain;

}

.product-thumb:hover {

    border-color: #ccc;

}

.product-thumb.active {

    border-color: #D00005 !important;

}


/* =====================================================
   PRODUCT INFO
===================================================== */

.product-info {

    height: 100%;

    padding: 10px 0 10px 25px;

}


/* TITLE */

.product-title {

    margin: 0 0 20px;

    font-size: clamp(24px, 2.2vw, 34px);

    line-height: 1.2;

    font-weight: 750;

    letter-spacing: -0.5px;

}


/* RATING */

.supplier-rating {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    padding-bottom: 18px;

    border-bottom: 1px solid var(--border);

}

.rating-title {

    font-size: 14px;

    font-weight: 600;

}

.rating-positive,
.rating-negative {

    display: flex;

    align-items: center;

    gap: 5px;

    font-weight: 700;

}

.rating-positive {

    color: #1b9b55;

}

.rating-negative {

    color: #e04a4a;

}


/* CODE */

.product-code {

    margin-top: 18px;

    color: var(--muted);

    font-size: 15px;

}

.product-code strong {

    color: var(--primary);

    margin-left: 5px;

}

.product-code span {

    color: var(--primary);

    font-weight: 600;

}


/* PRICE */

.product-price {

    display: flex;

    align-items: baseline;

    gap: 10px;

    margin-top: 15px;

}

.product-price span {

    font-size: 15px;

    color: var(--muted);

}

.product-price strong {

    font-size: 30px;

    color: var(--text);

}


/* WARNING */

.product-warning {

    display: flex;

    gap: 8px;

    margin-top: 18px;

    padding: 13px 15px;

    background: #fff1f4;

    border-radius: 10px;

    color: #D00005;

    font-size: 12px;

    line-height: 1.5;

}


/* OPTIONS */

.product-options {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 25px;

}

.quantity {

    display: flex;

    align-items: center;

    gap: 10px;

}

.quantity label {

    font-size: 14px;

    font-weight: 600;

}

.quantity .uk-select {

    width: 75px;

    height: 42px;

    border-radius: 10px;

}


/* PHONE */

.product-phone {

    display: flex;

    align-items: center;

    gap: 7px;

    color: var(--text);

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}

.product-phone:hover {

    color:  #D00005 !important;

}


/* ACTIONS */

.product-actions {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;

}

.product-actions .uk-button {

    min-height: 48px;

    padding: 0 22px;

    border-radius: 50px;

    font-weight: 700;

}

.add-cart {

    border-color: #ddd;

}

.add-cart:hover {

    border-color:  #D00005 !important;

    color:   #D00005 !important;

}

.buy-now {

    background: #D00005 !important;

}

.buy-now:hover {

       background: #D00005 !important;

}

.favorite-button {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 48px;

    height: 48px;

    padding: 0;

    border: 1px solid #ddd;

    border-radius: 50%;

    background: white;

    color: #D00005;

    cursor: pointer;

}


/* =====================================================
   DETAILS
===================================================== */

.details-section {

    padding: 55px 0 80px;

}


/* INFO CARD */

.info-card {

    height: 100%;

    padding: 25px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: var(--radius);

    transition: 0.2s ease;

}

.info-card:hover {

    transform: translateY(-3px);

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

}

.info-card-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 44px;

    height: 44px;

    margin-bottom: 15px;

    border-radius: 12px;

    background: #fff1f4;

    color:  #D00005 !important;

}

.info-card h2 {

    margin: 0 0 15px;

    font-size: 19px;

    font-weight: 700;

}

.info-card p {

    margin: 0;

    color: #555;

    line-height: 1.7;

}

.info-card .uk-list {

    margin: 0;

}

.info-card .uk-list li {

    color: #555;

    font-size: 14px;

}

.info-card .uk-list strong {

    color: var(--text);

}

.info-link {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    margin-top: 20px;

    color: #D00005 !important;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

}


/* =====================================================
   DESCRIPTION
===================================================== */

.description-card {

    margin-top: 25px;

    padding: 30px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: var(--radius);

}

.description-card h2 {

    margin: 0 0 15px;

    font-size: 22px;

    font-weight: 700;

}

.description-card p {

    margin: 8px 0;

    color: #555;

    line-height: 1.8;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 959px) {

    .product-section {

        padding: 35px 0;

    }

    .product-main-image {

        height: 400px;

    }

    .product-info {

        padding-left: 0;

    }

    .product-title {

        font-size: 27px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 639px) {

    .site-header .uk-navbar {

        min-height: 65px;

    }

    .site-logo {

        padding-left: 0;

        font-size: 19px;

    }

    .header-icon {

        width: 36px;

        height: 36px;

    }


    /* PRODUCT */

    .product-section {

        padding: 20px 0 35px;

    }

    .product-main-image {

        height: 300px;

        padding: 15px;

        border-radius: 14px;

    }


    /* THUMBNAILS */

    .product-thumb {

        height: 65px;

        border-radius: 8px;

    }


    /* INFO */


    .product-title {

        font-size: 23px;

        line-height: 1.25;

        margin-bottom: 15px;

    }


    /* RATING */

    .supplier-rating {

        gap: 10px;

    }

    .rating-title {

        width: 100%;

    }


    /* PRICE */

    .product-price strong {

        font-size: 27px;

    }


    /* OPTIONS */

    .product-options {

        align-items: stretch;

        flex-direction: column;

        gap: 15px;

    }

    .quantity {

        justify-content: space-between;

    }

    .quantity .uk-select {

        width: 100px;

    }

    .product-phone {

        justify-content: center;

        padding: 13px;

        background: #f7f7f7;

        border-radius: 10px;

    }


    /* BUTTONS */

    .product-actions {

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 8px;

    }

    .product-actions .uk-button {

        width: 100%;

        padding: 0 10px;

        font-size: 12px;

    }

    .favorite-button {

        grid-column: span 2;

        width: 100%;

        height: 44px;

        border-radius: 50px;

    }


    /* DETAILS */

    .details-section {

        padding: 35px 0 50px;

    }

    .info-card {

        padding: 20px;

        border-radius: 14px;

    }

    .description-card {

        padding: 20px;

        border-radius: 14px;

    }

    .description-card h2 {

        font-size: 19px;

    }

}
.product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.product-card-link:hover {
    color: inherit;
    text-decoration: none;
}


.smart-rignt{
  right: 10;
}