h1 {
    font-size: 42px !important;
}

h2 {
    font-size: 39px !important
}

h4 {
    font-size: 25px !important;
}

h5 {
    font-size: 19px !important;
}

.pb-faq__header {
    font-size: 16px !important;
}

#footer .custom-footer > div h4 {
    font-size: 20px !important;
}

.products,
.products-block,
.product {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.type-index .products>div {
  border: none !important;
}

.btn.btn-cart,
.btn.btn-primary,
a.btn.btn-primary {
  border-radius: 25px;
}

button,
.btn,
input,
textarea,
a.btn,
select,
.quantity,
.custom-footer>div.contact,
.flag,
.cart-content.checkout-box-wrapper,
.cart-content.summary-wrapper,
.checkout-box,
span::before,
.box.box-bg-default,
.order-shipping-methods,
.radio-wrapper,
.ucet,
a.login-btn.facebook,
a.login-btn.google,
a.login-btn.seznam,
.site-msg-custom.step-1,
.colorbox {
  border-radius: 25px !important;
}

.co-billing-address,
.order-summary-inner {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.co-box-additional,
.next-step {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}

@media (min-width: 1200px) {
  .basic-description {
    padding-right: 0 !important;
  }
}

.btn.btn-icon.toggle-window.cart-count,
.phone-combined-input input,
.country-flags {
  border-radius: 0 !important;
}

.cart-content.checkout-box-wrapper,
.cart-content.summary-wrapper,
.checkout-box {
  padding: 24px 24px 24px 24px;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-cart,
a.btn.btn-cart,
.btn.btn-primary,
a.btn.btn-primary,
.navigation-buttons>a[data-target="cart"] i,
.price-range>div,
.radio-wrapper::after,
.id--15 h1::after {
  border-radius: 25px !important;
}

.country-flags {
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.phone-combined-input input {
  border-bottom-right-radius: 25px !important;
  border-top-right-radius: 25px !important;
}

.p-short-description>p {
  display: table-row;
}

.search-results-groups #search-group-categories .search-results-group-list ul li a,
.subcategories.with-image li a {
  border-radius: 25px;
}

.widget-parameter-wrapper {
  visibility: visible !important;
  top: -40px;
}

.widget-parameter-list li a {
  border-radius: 25px;
  color: #eb9525;
}

.shipping-row {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}

:root {
  --qty-h: 40px;
  /* výška pilulky */
  --qty-edge: 10px;
  /* odsazení obsahu od levého/pravého okraje */
  --qty-btn: 36px;
  /* šířka tlačítek +/− (zvětší/vzdálí od kraje) */
  --qty-mid: 3ch;
  /* šířka středu s číslem (zmenší mezeru) */
  --qty-bc: #d9d9d9;
  /* barva rámečku */
}

/* PDP = širší pilulka + tlačítko vedle pilulky */
.buy-box .add-to-cart {
  /* přepíšeme jen hodnoty = širší, „vzdušnější“ */
  --qty-h: 46px;
  --qty-edge: 12px;
  --qty-btn: 44px;
  --qty-mid: 4ch;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

/* minikošík = menší varianta */
.cart-widget-product-amount {
  --qty-h: 32px;
  --qty-edge: 8px;
  --qty-btn: 32px;
  --qty-mid: 2.5ch;
}

/* =============== Pilulka (PDP, košík, minikošík) =============== */
.buy-box .add-to-cart .quantity,
td.p-quantity .quantity,
td.p-cell .quantity,
.cart-widget-product-amount .quantity {
  display: inline-flex;
  align-items: center;
  height: var(--qty-h);
  padding-inline: var(--qty-edge);
  gap: 0;
  border: 1px solid var(--qty-bc);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  width: auto;
}

/* tlačítka +/− */
.quantity .decrease,
.quantity .increase {
  order: 0;
  /* − vlevo */
  width: var(--qty-btn);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: static !important;
  /* zruší absolutní pozice šablony */
  background: none;
  border: 0;
  box-shadow: none;
  line-height: 1;
}

.quantity label {
  order: 1;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.quantity .increase {
  order: 1;
}

/* + vpravo */
/* „bubliny“ šablony vypnout */
.quantity .increase::before,
.quantity .increase::after,
.quantity .decrease::before,
.quantity .decrease::after {
  content: none !important;
}

/* zajistit, že se znaky vykreslí (kdyby je téma skrývalo) */
.quantity .increase__sign,
.quantity .decrease__sign {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

/* střed (číslo) */
.quantity .amount {
  width: var(--qty-mid);
  min-width: var(--qty-mid);
  max-width: var(--qty-mid);
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font: inherit;
  outline: 0;
}

/* Kill top-half overlay jen na tl. "−" (bez zásahu do layoutu) */
.buy-box .add-to-cart .quantity .decrease,
td.p-quantity .quantity .decrease,
td.p-cell .quantity .decrease,
.cart-widget-product-amount .quantity .decrease {
  border-top: 0 !important;
}

/* Kruh na hover pro obě tlačítka */
.quantity .increase:hover,
.quantity .increase:focus-visible,
.quantity .decrease:hover,
.quantity .decrease:focus-visible {
  -webkit-mask-image: radial-gradient(circle closest-side, #000 98%, transparent);
  mask-image: radial-gradient(circle closest-side, #000 98%, transparent);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* karta produktu (PDP) – větší tlačítka +/− */
.buy-box .add-to-cart .quantity .increase,
.buy-box .add-to-cart .quantity .decrease {
  width: 44px !important;
  /* upravte klidně na 48px, 50px… */
}

.cart-widget-product-amount .quantity .increase,
.cart-widget-product-amount .quantity .decrease {
  width: 25px !important;
  /* upravte klidně na 48px, 50px… */
}

td.p-quantity .quantity .increase,
td.p-quantity .quantity .decrease {
  width: 25px !important;
  /* upravte klidně na 48px, 50px… */
}

/* 3 produkty v řadě na desktopu (PC) */
@media (min-width: 1200px) {

  /* pokud šablona používá FLEX → každá karta zabere třetinu */
  #products.products-page>.product {
    box-sizing: border-box;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}

.widget-parameter-list li a {
  font-size: 13.5px;
  padding: 4px 20px;
}

.stars-placeholder,
.p .stars-wrapper {
  top: 0px;
}

.product .p-in {
  padding-top: 20px;
}

/* příznaky vedle sebe */
.flags.flags-inline, .products-block .p .flags-default{
  display: flex;
  align-items: center;
  gap: 6px;            /* mezera mezi štítky */
  flex-wrap: wrap;     /* nebo 'nowrap', když je chceš vždy v jedné řadě */
}