
a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

















/* корзина */


.wc-block-mini-cart__products-table table {
  border-collapse: separate;
}

.wc-block-cart-items__header {
  display: none; /* ховаємо заголовки таблиці */
}

.wc-block-cart-items__row {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #f2f2f2;
}


.wc-block-cart-item__image img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
}

.wc-block-components-product-name {
    font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}

.wc-block-components-product-name:hover {
  color: #e31720;
}

.wc-block-cart-item__prices .wc-block-components-product-price__value {
    font-size: 16px;
  font-weight: 700;
  color: #2e7d32;
}

.wc-block-components-quantity-selector {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
    background: #fff;
    height: 36px;
}

.wc-block-components-quantity-selector__button:hover {
  background: #f2f2f2;
}

.wc-block-components-quantity-selector__button {
  background: #f5f5f5;
  border: none;
  width: 32px;
}

.wc-block-components-quantity-selector__input {
  border: none;
  width: 40px;
  text-align: center;
  height: 36px;
}

.wc-block-cart-item__remove-link {
  font-size: 12px;
  color: #888;
}

.wc-block-cart-item__remove-link:hover {
  color: #e31720;
}

.wc-block-mini-cart__footer {
  padding: 24px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.wc-block-mini-cart__footer-subtotal {
  margin-bottom: 16px;
}

.wc-block-mini-cart__footer-subtotal 
.wc-block-components-totals-item__value {
  font-size: 20px;
  color: #222;
}

.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__label {
  font-weight: 500;
}

.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__value {
  font-size: 18px;
  font-weight: 700;
}

.wc-block-mini-cart__footer-checkout {
  width: 100%;
  background-color: #2ED47A !important;
  border: none;
  padding: 16px;
  font-weight: 600;
  border-radius: 14px;
  letter-spacing: 0.3px;

  transition: 
    background-color 0.35s ease,
    transform 0.25s ease,
    box-shadow 0.35s ease;
}

.wc-block-mini-cart__footer-checkout:hover {
  background-color: #27c46f !important; /* темніший зелений замість червоного */
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(46, 212, 122, 0.35);
}

.wc-block-components-drawer__screen-overlay {
  backdrop-filter: blur(5px);
  background: rgba(0,0,0,0.45);
}

.wp-block-woocommerce-mini-cart-contents 
h2.wp-block-woocommerce-mini-cart-title-block {
    background: #f3f3f3 !important;
    padding: 22px 24px !important;
    margin: 0 !important;

    text-transform: uppercase !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;

    border-bottom: 1px solid #e5e5e5 !important;
}

.wc-block-components-drawer__content 
.wp-block-woocommerce-mini-cart-title-block {
    background: #f3f3f3 !important;
}

/* Розтягуємо основну колонку */
.wc-block-cart-items__row td.wc-block-cart-item__product {
    width: 100% !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333333;
}



.wc-block-mini-cart__button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.wc-block-mini-cart__button:hover {
  opacity: 0.85;
}

/* бейдж */
.wc-block-mini-cart__badge {
  background: #e31720;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* сума */
.wc-block-mini-cart__amount {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.wc-block-mini-cart__icon {
  width: 30px !important;
  height: 30px !important;
}






.wc-block-mini-cart__button:focus {
  outline: none;
  box-shadow: none;
}

.wc-block-mini-cart__footer-checkout:focus {
  outline: none !important;
  box-shadow: none !important;
}








/* видаляєм кнопку з корзіни */
.wc-block-mini-cart__footer-cart {
  display: none !important;
}

.wp-block-woocommerce-mini-cart-title-items-counter-block {
    display: none !important;
}

/* Прибираємо колонку "Итого" */
.wc-block-cart-items__header-total,
td.wc-block-cart-item__total {
    display: none !important;
}

/* Блок каталог */

.catalog-section {
    max-width: 80vw;
    margin: 0 auto;
}

.catalog-section {
    padding: 60px 0;
    background: #f8f8f8;
}

.catalog-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
}

.catalog-header h2 {
    font-size: 36px;
    margin: 0;
}

.catalog-header .dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

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

.catalog-card {
    background: #fff;
    padding: 20px;
    text-decoration: none;
    color: #000;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.catalog-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.catalog-img {
    display: flex;
    justify-content: center;  
    align-items: center;      
    height: 15vw;            
}

.catalog-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.address-card {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    text-align: center;
}

.address-card p {
    font-weight: 600;
    line-height: 1.5;
}


/* Наступний блок популярні товари */



.popular-section {
    padding: 60px 0;
}

/* HEADER STRUCTURE */

.section-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* TITLE */

.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
}

.section-title h2 span {
    font-weight: 400;
}

.subtitle {
    font-size: 28px;
    margin-top: 5px;
}

/* RED DOT */

.fl-dot {
    width: 8px;
    height: 8px;
    background: #e31720;
    border-radius: 3px;
    position: absolute;
    left: -15px;
    top: 10px;
}

/* LINE */

.section-line {
    flex: 1;
    height: 1px;
    background: #ddd;
}

/* MORE BUTTON */

.section-more {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.more-text {
    border-bottom: 1px dotted #000;
}

.plus {
    width: 28px;
    height: 28px;
    background: #faeb42;
    border-radius: 4px;
    position: relative;
    transition: 0.3s;
}

.plus::before,
.plus::after {
    content: "";
    position: absolute;
    background: #000;
}

.plus::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus::after {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* HOVER */

.section-more:hover .plus {
    transform: rotate(90deg);
}






/* Блок заголовок товарів */


.custom-product-card {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  transition: all 0.25s ease;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}


.custom-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.custom-product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 20px;
}

.custom-product-card img {
  transition: 0.3s ease;
}

.custom-product-card:hover img {
  transform: scale(1.05);
}

.product-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.product-title a {
  text-decoration: none;
  color: #000;
}

.product-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 600;
  color: #35c345;
}

.product-cart .button {
  background: #e31720;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.2s ease;
}

.product-cart .button:hover {
  background: #c9141c;
}

.products {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(16px, 1.2vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.products li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.products::before,
.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none !important;
    display: none !important;
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Вспливаюча кнопка при добавлені в корзіну */
a.added_to_cart.wc-forward {
  display: none !important;
}









/* Блок банер в низу */

.container-baner {
width: 100%;
    margin: 0 auto;
    padding: .5vw 5vw;
}


.c7 {
  padding-top: 10vw;
  background: #fff;
}

.c7__container {
width: 100%;
    margin: 0 auto;
    padding: .5vw 5vw;
}

.c7__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}

/* LEFT */

.c7__left {
  width: 38%;
}

.c7__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  position: relative;
}

.c7__title::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #e31720;
  border-radius: 50%;
}

.c7__subtitle {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.c7__contacts {
  display: flex;
  gap: 60px;
}

.c7__work {
  display: flex;
  gap: 15px;
  font-size: 16px;
}

.c7__green-dot {
  width: 8px;
  height: 8px;
  background: #35c345;
  border-radius: 50%;
  margin-top: 6px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {opacity: 0.4; transform: scale(.7);}
  50% {opacity: 1; transform: scale(1);}
  100% {opacity: 0.4; transform: scale(.7);}
}

.c7__green-dot_mod {
    font-weight: 700;
    color: #282828
}

.c7__phones {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.c7__label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.c7__group a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  transition: .3s;
}

.c7__group a:hover {
  color: #e31720;
}

/* RIGHT */

.c7__right {
  width: 65%;
  padding: 3vw;
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
}

.c7__content {
  width: 50%;
}

.c7__right-title {
    margin-bottom: 2vw;
    font-size: 1.4vw
    color: #404040;
    font-weight: 700;
}

.c7__list {
    list-style: none;
  width: 47%;
  margin: 0;
  padding: 0;
}

.c7__list li {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.c7__list_mod {
    font-weight: 700;
    color: #282828
}

.c7__btn {
  position: absolute;
  bottom: 10vw;
  right: 20vw; /* ключове значення */
  width: 14.5vw;
  text-align: center;
  background: #e43935;
  color: #fff;
  padding: 1vw 0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s;
}

.c7__btn:hover {
  background: #e43935;
    transform: scale(1.03);
}

.c7__img {
  position: absolute;
  bottom: 0;
  right: 2vw;
  width: 18vw;
  max-width: none;
  pointer-events: none;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .c7__row {
    flex-direction: column;
  }

  .c7__left,
  .c7__right {
    width: 100%;
  }

  .c7__btn {
    position: static;
    transform: none;
    margin-top: 30px;
    display: inline-block;
  }

  .c7__list {
    max-width: 100%;
  }
}



/* Футор */


.footer {
  background: #4b4f4e;
  color: #fff;
  font-size: 15px;
  margin-top: 5vw
}

.footer__container {
    width: 100%;
    margin: 0 auto;
    padding: 2vw 6vw 1vw 6vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__col {
  width: 23%;
}

.footer__title {
    color: #fff;
  font-size: 1vw;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: .5px;
}

/* Контакти */

.footer__list {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.footer__list li {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}

.footer__list li::marker {
  display: none;
}

.footer__list ul {
    margin: 0;
}


.footer__worktime {
  position: relative;
  padding-left: 16px;
  margin-bottom: 1.2vw;
}

.footer__dot {
  position: absolute;
  left: 0;
  top: 6px; /* підганяємо по висоті */
  width: .4vw;
  height: .4vw;
  background-color: #35c345;
  border-radius: 50%;
  animation: footerPulse 1.4s infinite linear;
}


@keyframes footerPulse {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.footer__label {
  opacity: .8;
    margin-bottom: .4vw;
    font-size: .8vw;
    margin-left: 4vw;
}

.footer__group {
  margin-bottom: 18px;
}

.footer__group a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 4px;
    font-size: 1.2vw;
    transition: all 0.4s
}

.footer__group a:hover {
  color: #e31720;
}



.footer__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 6px;
  transition: .3s;
}

.footer__phone:hover {
  color: #e31720;
}

.phone-ico {
  width: 16px;
  height: 16px;
  fill: #17c12d;
  flex-shrink: 0;
}




/* списки */

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  margin-bottom: 12px;
}

.footer__list a {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.footer__list a:hover {
  color: #e31720;
}

.footer__list--checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.footer__list--checks img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Youtube */


.footer__youtube {
    position: relative;
    overflow: hidden; 
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #e43935;
  padding: 1vw .8vw;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
  font-size: .8vw;
  font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px
}



.footer__youtube .flare {
  position: absolute;
  top: 0;
  left: -150%;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
 background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.footer__youtube img {
  width: 2vw;
  height: auto;
}

.footer__youtube:hover {
    background-color: #35c345;
    transform: scale(1.02)
}

.footer__col--right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
}

.footer__socials {
  margin-top: 3vw; 
  margin-left: 4vw;
  display: flex;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: fit-content;
}

.footer__col--right .footer__socials {
  align-self: center; 
}

.soc--fb {
  background: #1877f2;
}

.soc--inst {
  background: #e1306c;
}

.soc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.soc svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}




/* нижня частина */

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 20px 0;
}

.footer__bottom-container {
    width: 100%;
    margin: 0 auto;
    padding: .8vw 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copy a {
  color: #ff3c3c;
  text-decoration: none;
}

.footer__dev img {
  height: 30px;
}






/* сторінка каталог товару */


.custom-shop-container {
  max-width: 90vw;
  margin: 2vw auto;
  padding: 0 5vw;
}

nav.woocommerce-pagination {
  display: none;
}



.load-more-btn {
  padding: 14px 32px;
  background: #2ED47A;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.load-more-btn:hover {
  background: #27c46f;
  transform: translateY(-2px);
}

.load-more-btn:focus {
  outline: none;
  box-shadow: none;
}



/* Робимо верхній блок в один ряд */
.storefront-sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* Сортування вправо */
.storefront-sorting .woocommerce-ordering {
  order: 2;
  margin-left: 20px;
}

.woocommerce-products-header {
  display: none;
}

.storefront-sorting .woocommerce-result-count {
  margin-left: auto;
}


/* Кількість товарів зліва */
.storefront-sorting .woocommerce-result-count {
  order: 1;
  margin: 0;
}

/* Ховаємо пагінацію (бо у вас Load More) */
.storefront-sorting .woocommerce-pagination {
  display: none;
}


.storefront-breadcrumb {
  margin-top: 10px !important;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}

.storefront-breadcrumb .col-full {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5vw;
}

.woocommerce-breadcrumb {
  font-size: 13px;
  color: #777;
}

.woocommerce-breadcrumb a {
  color: #444;
  text-decoration: none;
  transition: 0.2s ease;
}

.woocommerce-breadcrumb a:hover {
  color: #2ED47A;
}

/* Центруємо кнопку підгрузки */
.load-more-wrap {
  width: 100%;
    text-align: center;
  margin: 5vw 0 2vw;
}

.load-more-btn {
  display: inline-block;
}

    .content-area {
      margin-bottom: 0;
    }


.woocommerce-products-header__title {
  font-size: 42px;
    margin: 0;
    font-weight: 700;
    color: #333333;
}


/* Сторінка товару  */

/* === Правильні 2 колонки === */
.single-product div.product {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Ліва колонка */
.single-product .woocommerce-product-gallery {
    width: 55%;
}

/* Права колонка */
.single-product .summary {
    width: 45%;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}


.custom-sku {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 500;
}

/* Контейнер */
.product-accordion {
    margin: 30px 0;
}

/* Лінія між блоками */
.accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

/* Заголовок */
.accordion-header {
    padding: 18px 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

/* Плюсик */
.accordion-header::after {
    content: '\002B';
    color: #e31720;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 16px;
    transition: 0.3s ease;
}

/* Коли відкрито */
.accordion-item.active .accordion-header::after {
    content: '\2212';
}

/* Контент */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Відкритий */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding-bottom: 15px;
}


.custom-stock {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-stock.in-stock {
    color: #2ED47A;
}

.custom-stock.out-stock {
    color: #e30613;
}

.single-product .price {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.cart {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.quantity input {
    width: 70px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.single_add_to_cart_button {
    flex: 1;
    background: #e30613;
    height: 50px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

.single_add_to_cart_button:hover {
    background: #b8000f;
    transform: translateY(-2px);
}

.single-product .summary .price {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}


.top-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.meta-stock {
    font-weight: 600;
}

.meta-stock.in-stock {
    color: #2ED47A;
}

.meta-stock.out-stock {
    color: #e30613;
}

.meta-sku {
    color: #777;
}


.single-product .product_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.single-product .summary .product_title {
    max-width: 90%;
}


.single-product .summary .price {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.single-product .summary .price .woocommerce-Price-currencySymbol {
    font-size: 20px;
}




/* Контейнер */
.quantity {
    display: flex;
    align-items: center;
    gap: 0;
}

/* Сам input */
.quantity input.qty {
    width: 60px;
    height: 44px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-size: 16px;
}

/* Кнопки */
.qty-minus,
.qty-plus {
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.qty-minus:hover,
.qty-plus:hover {
    background: #e30613;
    color: #fff;
    border-color: #e30613;
}


/* Прибрати стандартні стрілочки */
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

.single-product .summary .price {
    margin-bottom: 25px;
}

/* Контейнер */
.quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
}

/* Input */
.quantity input.qty {
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 15px;
    outline: none;
}

/* Кнопки */
.qty-minus,
.qty-plus {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.qty-minus:hover,
.qty-plus:hover {
    background: #e30613;
    color: #fff;
}

.qty-minus,
.qty-plus {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;

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

    line-height: 1;
    padding: 0;
}

a:focus,
			button:focus,
			.button.alt:focus,
			input:focus,
			textarea:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus,
			input[type="email"]:focus,
			input[type="tel"]:focus,
			input[type="url"]:focus,
			input[type="password"]:focus,
			input[type="search"]:focus {
				outline-color: #7f54b3;
			}

			button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
				background-color: #2ED47A;
				border-color: #2ED47A;
				color: #ffffff;
			}

			button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
				background-color: #2ED47A;
				border-color: #2ED47A;
				color: #ffffff;
        background-color: #27c46f !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(46, 212, 122, 0.35);
			}


      .storefront-product-pagination {
    display: none !important;
}


/* ============================= */
/*   PRODUCT GALLERY STYLE       */
/* ============================= */

.single-product .woocommerce-product-gallery {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.single-product .flex-viewport {
    overflow: hidden !important;
}

.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* ============================= */
/*   СТРІЛКИ                     */
/* ============================= */

.single-product .flex-direction-nav {
    margin: 0;
    padding: 0;
}

.single-product .flex-direction-nav a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.65);
    border-radius: 50%;

    display: flex !important;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    font-size: 0 !important;
    line-height: 1 !important;

    z-index: 30;
    transition: 0.2s ease;
}

.single-product .flex-direction-nav .flex-prev {
    left: 15px !important;
}

.single-product .flex-direction-nav .flex-next {
    right: 15px !important;
}

.single-product .flex-direction-nav a:hover {
    background: #e30613;
}

.single-product .flex-direction-nav .flex-prev::before,
.single-product .flex-direction-nav .flex-next::before {
    font-size: 24px;
    color: #fff;
    display: block;
    line-height: 1;
}

.single-product .flex-direction-nav .flex-prev::before {
    content: "‹";
}

.single-product .flex-direction-nav .flex-next::before {
    content: "›";
}


.single-product .flex-direction-nav .flex-prev {
    left: -30px !important;
}

.single-product .flex-direction-nav .flex-next {
    right: -30px !important;
}
.single-product .woocommerce-product-gallery {
    overflow: visible;
}
/* ============================= */
/*   МІНІАТЮРИ (4 В РЯД)         */
/* ============================= */

.single-product .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 25px;
    padding: 0;
}

.single-product .flex-control-thumbs li {
    list-style: none;
    width: 100% !important;
    float: none !important;
}

.single-product .flex-control-thumbs img {
    width: 100% !important;
    height: 85px;
    object-fit: cover;
    border-radius: 12px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}

.single-product .flex-control-thumbs img:hover {
    opacity: 0.8;
}

.single-product .flex-control-thumbs img.flex-active {
    opacity: 1;
    border: 2px solid #e30613;
}

/* ============================= */
/*   ХОВАЄМО ЗАЙВЕ               */
/* ============================= */

.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

.single-product .flex-control-paging {
    display: none !important;
}

/* ============================= */
/*   ПРОПОРЦІЇ КОЛОНОК           */
/* ============================= */

.single-product div.product {
    display: flex;
    gap: 30px;
}

/* 60 / 40 виглядає краще для магазину */
.single-product div.product .woocommerce-product-gallery {
    flex: 0 0 40%;
}

.single-product div.product .summary {
    flex: 0 0 50%;
}

ul {
  list-style: none;
}










/* ============================= */
/*   PRODUCT TABS STYLE          */
/* ============================= */

.single-product .woocommerce-tabs {
    margin-top: 70px;
}

/* Контейнер вкладок */
.single-product .woocommerce-tabs ul.tabs {
    background: #e5e5e5;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
}

/* Окрема вкладка */
.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Кнопка вкладки */
.single-product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: 0.2s ease;
}

/* Активна вкладка */
.single-product .woocommerce-tabs ul.tabs li.active a {
    background: #f0d400;
}

/* Контент */
.single-product .woocommerce-Tabs-panel {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 14px;
    margin-top: 25px;
    line-height: 1.7;
    font-size: 16px;
}

/* Примусово показуємо активну вкладку */
.single-product .woocommerce-Tabs-panel {
    display: none;
}

.single-product .woocommerce-Tabs-panel.active,
.single-product .woocommerce-Tabs-panel[style*="block"] {
    display: block !important;
}

/* ============================= */
/*   PRODUCT DESCRIPTION BLOCK   */
/* ============================= */

.custom-product-description-wrapper {
    margin-top: 80px;
}

.custom-description-header {
      display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
    margin-bottom: 25px;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

.custom-tab-btn:focus,
.custom-tab-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

.custom-tab-btn {
    height: 55px;
    border: none;
    background: #f0f1f1;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
    flex: 0 0 25%;
    max-width: 25%;
}



.custom-tab-btn:hover {
  background: #faeb42;
}

.custom-tab-btn.active {
    background: #faeb42;
}

.custom-tab-panel {
    display: none;
}

.custom-tab-panel.active {
    display: block;
}

/* Верхня сіра смуга */
.custom-description-header {

}


/* Контент */
.custom-description-content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}

/* Заголовки */
.custom-description-content h2 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
}

/* Червона полоска перед заголовком */
.custom-description-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 20px;
    background: #e30613;
    border-radius: 2px;
}

/* Абзаци */
.custom-description-content p {
    margin-bottom: 18px;
}

/* Список */
.custom-description-content ul {
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

/* Пункти списку */
.custom-description-content ul li {
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

/* Чек-маркер */
.custom-description-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #e30613;
    font-size: 14px;
}

.product-video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-video-wrapper iframe {
    width: 70%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 12px;
    display: block;
}















.container-ce {
  width: 80%;
    margin: 0 auto;
    padding: 0vw 5vw;
}

#billing_country_field {
  display: none;
}

.cart-subtotal {
  display: none;
}


.checkout-product-image img {
    border-radius: 6px;
    width: 60px;
    height: auto;
}

.woocommerce-checkout-review-order-table .product-name {
    vertical-align: middle;
}
