/* ===========================================
   CSS PROMĚNNÉ
   =========================================== */
:root {
  /* Barvy */
  --green: #007041;
  --green-dark: #005f3d;
  --cream: #f7f5e8;
  --cream-dim: #e9e7d7;
  --cream-border: #e0ddd0;
  --orange: #db7a51;
  --red: #c0392b;

  /* Typografie — opakující se clamp() hodnoty */
  --fs-xs: clamp(1rem, 1.5vw, 1.25rem);
  --fs-sm: clamp(1.25rem, 2vw, 1.5rem);
  --fs-base: clamp(1.25rem, 2.5vw, 1.75rem);
  --fs-btn: clamp(1.25rem, 2.5vw, 2rem);
}

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

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
li,
input,
textarea,
button,
.btn {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}
body {
  background: var(--cream) !important;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrapper.container {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}
/* ===========================================
   MENU NA MOBIL
   =========================================== */
/* Skrytí původních prvků menu Shoptetu */
#navigation .menu-level-1,
#navigation .navigationActions,
#navigation .navigation-in > ul {
  display: none !important;
}

#navigation .navigation-in {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
  background-color: var(--green-dark) !important;
  padding: 20px;
}

.navigation-window-visible #header .site-name a img {
  filter: brightness(0) invert(1);
}

/* Hlavní odkazy (Domů, O nás...) */
.custom-menu-main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
  width: 100%;
  padding-top: 150px;
}

.custom-menu-link {
  font-size: clamp(4rem, 2vw, 4rem);
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.custom-menu-link:hover {
  opacity: 0.8;
}

/* Sekce Produkty */
.custom-menu-products {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: auto; /* Tlačí obsah pod sebou dolů */
  width: 100%;
}

.custom-menu-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 5px;
}

.custom-product-link {
  font-size: 22px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
}

/* Sociální sítě dole */
.custom-menu-social {
  display: flex;
  gap: 25px;
  margin-top: 40px;
}

.social-icon {
  width: 32px;
  height: 32px;
  color: white;
  transition: transform 0.2s;
}

.social-icon:hover {
  transform: scale(1.1);
}

/* Aby byl zavírací křížek vidět na zelené */
.navigation-close {
  filter: brightness(0) invert(1);
  z-index: 101;
  top: 2% !important;
  right: 4% !important;
}

.content-wrapper.container {
  background-color: var(--cream);
  overflow-x: clip;
}

/* ===========================================
   TYPOGRAPHY SYSTEM - sjednocené velikosti
   =========================================== */

/* Label - malý uppercase text (NAŠE PRODUKTY, NAPSALI O NÁS, atd.) */
.text-label {
  display: block;
  font-size: clamp(2rem, 1.5vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.6;
  margin: 0;
  padding: 0;
}

.text-label--light {
  color: var(--cream);
}

.text-label--dark {
  color: var(--green);
  opacity: 1;
}

/* Heading - velké nadpisy sekcí */
.text-heading {
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.text-heading-about {
  font-size: clamp(1.1rem, 2.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.text-heading--light {
  color: var(--cream);
}

.text-heading--dark {
  color: var(--green);
}

/* Description - popisné texty */
.text-desc {
  font-size: clamp(1rem, 3.5vw, 2rem);
  line-height: 1.5;
  margin: 0;
}

.text-desc--light {
  color: var(--cream-dim);
}

.text-desc--dark {
  color: var(--green);
}

/* Small text - menší texty (skladovost, tlačítka) */
.text-small {
  font-size: var(--fs-base);
}

/* ===========================================
   GLOBÁLNÍ STYLY
   =========================================== */

.header-nav {
  display: none;
}

.hero-label {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  white-space: nowrap;
  z-index: 1;
  text-align: center;
}

.btn.cart-count:before,
a.btn.cart-count:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath d='M19.0556 0H1.94444C1.42875 0 0.934169 0.206133 0.569515 0.573052C0.204861 0.939971 0 1.43762 0 1.95652V16.0435C0 16.5624 0.204861 17.06 0.569515 17.4269C0.934169 17.7939 1.42875 18 1.94444 18H19.0556C19.5713 18 20.0658 17.7939 20.4305 17.4269C20.7951 17.06 21 16.5624 21 16.0435V1.95652C21 1.43762 20.7951 0.939971 20.4305 0.573052C20.0658 0.206133 19.5713 0 19.0556 0ZM18.6667 15.6522H2.33333V2.34783H18.6667V15.6522ZM5.44444 5.08696C5.44444 4.77562 5.56736 4.47703 5.78615 4.25687C6.00495 4.03672 6.30169 3.91304 6.61111 3.91304C6.92053 3.91304 7.21728 4.03672 7.43607 4.25687C7.65486 4.47703 7.77778 4.77562 7.77778 5.08696C7.77778 5.81342 8.06458 6.51013 8.5751 7.02381C9.08561 7.5375 9.77802 7.82609 10.5 7.82609C11.222 7.82609 11.9144 7.5375 12.4249 7.02381C12.9354 6.51013 13.2222 5.81342 13.2222 5.08696C13.2222 4.77562 13.3451 4.47703 13.5639 4.25687C13.7827 4.03672 14.0795 3.91304 14.3889 3.91304C14.6983 3.91304 14.9951 4.03672 15.2138 4.25687C15.4326 4.47703 15.5556 4.77562 15.5556 5.08696C15.5556 6.4361 15.0229 7.72999 14.0748 8.68398C13.1267 9.63797 11.8408 10.1739 10.5 10.1739C9.15918 10.1739 7.87328 9.63797 6.92518 8.68398C5.97708 7.72999 5.44444 6.4361 5.44444 5.08696Z' fill='%23F7F5E8'/%3E%3C/svg%3E");
}

/* ===========================================
   HERO SECTION
   =========================================== */

.hero-decorations-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 50;
}

.hero-deco {
  position: absolute;
}

.hero-text-wrapper {
  text-align: center;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 5rem;
}

.hero-text-wrapper h1 {
  font-size: clamp(3rem, 4vw, 5rem);
  margin: 0;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 10px;
  padding-inline: 20px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  justify-content: center;
  font-size: var(--fs-btn);
}

.hero-btn-primary {
  background: var(--green);
  color: #fff;
  width: 80%;
  border: 1px solid var(--green);
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
  background: var(--cream);
  color: var(--green);
  border-color: var(--green);
}

.hero-btn-primary:active {
  transform: scale(0.95);
}

.carousel {
  background-image:
    url("/user/documents/bgHero.webp"),
    linear-gradient(to bottom right, #d5a788, #edd1b8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 85dvh;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}

.carousel-inner {
  display: none !important;
}

.next-to-carousel-banners {
  display: none !important;
}

/* ===========================================
   ABOUT SECTION
   =========================================== */

.about-section {
  padding: 50px 40px;
  text-align: left;
  background: var(--green);
}

.about-section h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.about-grid {
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-evenly;
}

.grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.grid-item:nth-child(1) {
  transform: rotate(15deg);
}

.grid-item:nth-child(2) {
  transform: rotate(3deg);
}

.grid-item:nth-child(3) {
  transform: rotate(14deg);
}

.grid-item:nth-child(4) {
  transform: rotate(5deg);
}

.grid-item img {
  width: 100%;
  height: auto;
}

/* ===========================================
   PRODUCTS SECTION
   =========================================== */

.product .image img.fixed-orig-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent !important;
}

.p-image img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent !important;
  opacity: 0;
}

.p-image img.orig-ready {
  opacity: 1;
}

.p-image img.fixed-orig-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Product detail galerie */
.p-image {
  background: transparent !important;
  border: none !important;
  overflow: hidden;
}

.p-image a {
  display: block;
  background: transparent !important;
}

.p-image-wrapper {
  background: transparent !important;
}

.p-image #wrap {
  background: transparent !important;
}

.p-image .cloud-zoom,
.p-image .p-main-image {
  background: transparent !important;
  border: none !important;
}

.p-image .mousetrap {
  background-color: transparent !important;
}

.p-detail-gallery {
  background: transparent !important;
}

/* Prevent layout shift on image swap */
.p-image #wrap {
  position: relative;
}

.p-image #wrap img {
  transition: opacity 0.15s ease;
}

/* Thumbnail šipky — víc prostoru */
.slider-wrapper .nav-btn,
.slider-wrapper .slick-prev,
.slider-wrapper .slick-next,
.p-thumbnails .nav-btn {
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper {
  margin-inline: 30px;
  max-width: 100%;
  padding-inline: 10px;
}

/* Colorbox lightbox */
#cboxOverlay {
  background: rgba(0, 0, 0, 0.85) !important;
}

#colorbox {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#cboxWrapper {
  background: transparent !important;
  border: none !important;
  overflow: hidden !important;
}

#cboxWrapper > div {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

#cboxContent {
  background: transparent !important;
  border: none !important;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
}

#cboxLoadedContent {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
}

.cboxPhoto {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  float: none !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none !important;
}

#cboxLoadedContent {
  background: transparent !important;
  border: none !important;
  overflow: hidden !important;
}

#cboxClose {
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999;
}

.product .image {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .image img:not(.fixed-orig-image) {
  opacity: 0;
}

.products-block .p-code {
  display: none;
}

.products-intro {
  padding: 40px 20px 20px;
}

.h4.homepage-group-title,
h4.homepage-group-title {
  margin: 20px;
  font-weight: 600;
  font-size: clamp(3rem, 5vw, 4rem);
  color: var(--green);
  text-align: center;
}

.products-intro {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.products-block,
.reviews-carousel-wrapper,
.made-in-carousel-wrapper {
  -webkit-user-drag: none;
}

.products-block img,
.reviews-carousel-wrapper img,
.made-in-carousel-wrapper img {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

.products-block {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-inline: 20px;
  gap: 20px;
}

.products-block::-webkit-scrollbar {
  display: none;
}

.products-block:active {
  cursor: grabbing;
}

.products-block > div {
  flex: 0 0 80%;
}

.products-block .p {
  height: auto;
}
.products-block.products > div {
  border: none;
  padding: 0;
}

/* Produktová karta */
.p-in {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  gap: 10px !important;
  padding-bottom: 10px;
}

.p-in-in,
.p-bottom {
  display: none !important;
}

.p {
  padding: 10px !important;
  background: #fff !important;
  height: auto;
}

/* Název produktu */
.p-in .name {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0;
  height: auto !important;
  color: #333 !important;
}

.products-block.products .p .name {
  color: var(--green) !important;
  font-size: clamp(2rem, 3vw, 2.5rem) !important;
}

.p-in .name a {
  display: block !important;
  visibility: visible !important;
}

/* Popis produktu */
.p-in .p-desc {
  display: block !important;
  margin: 0 !important;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: var(--orange) !important;
  font-weight: 500;
}

.stars-placeholder {
  display: none;
}

/* Skladovost */
.p-in .ratings-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.stars-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1;
  justify-content: flex-start;
}

.p-detail-inner-header .stars-wrapper {
  justify-content: center;
  margin-bottom: 2rem;
}

.star-list {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 0;
}

.star {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.star::before {
  content: none !important;
}

.star-on {
  background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.6392 6.17741L10.8267 8.60429L11.6836 12.2337C11.7308 12.4307 11.7187 12.6373 11.6486 12.8274C11.5785 13.0175 11.4536 13.1826 11.2898 13.3018C11.1259 13.4209 10.9304 13.4889 10.728 13.497C10.5255 13.5051 10.3252 13.4531 10.1523 13.3474L6.99605 11.4049L3.83793 13.3474C3.66507 13.4525 3.46499 13.504 3.26289 13.4956C3.06079 13.4872 2.8657 13.4191 2.70218 13.3001C2.53867 13.181 2.41404 13.0162 2.344 12.8264C2.27395 12.6367 2.26162 12.4304 2.30855 12.2337L3.16856 8.60429L0.356055 6.17741C0.203116 6.04523 0.0925079 5.87092 0.0380438 5.67625C-0.0164202 5.48159 -0.0123263 5.27519 0.0498142 5.08283C0.111955 4.89048 0.229388 4.72069 0.387448 4.59468C0.545508 4.46867 0.73719 4.39201 0.938555 4.37429L4.62605 4.07679L6.04855 0.634288C6.12555 0.446674 6.2566 0.286193 6.42504 0.173249C6.59347 0.0603055 6.79169 0 6.99449 0C7.19729 0 7.39551 0.0603055 7.56395 0.173249C7.73239 0.286193 7.86343 0.446674 7.94043 0.634288L9.3623 4.07679L13.0498 4.37429C13.2516 4.39135 13.4438 4.46758 13.6024 4.59342C13.7611 4.71925 13.8791 4.88911 13.9416 5.0817C14.0041 5.27429 14.0084 5.48104 13.954 5.67607C13.8995 5.87109 13.7887 6.04571 13.6354 6.17804L13.6392 6.17741Z' fill='%23F5C544'/></svg>");
}

.star-off {
  background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M13.6392 6.17741L10.8267 8.60429L11.6836 12.2337C11.7308 12.4307 11.7187 12.6373 11.6486 12.8274C11.5785 13.0175 11.4536 13.1826 11.2898 13.3018C11.1259 13.4209 10.9304 13.4889 10.728 13.497C10.5255 13.5051 10.3252 13.4531 10.1523 13.3474L6.99605 11.4049L3.83793 13.3474C3.66507 13.4525 3.46499 13.504 3.26289 13.4956C3.06079 13.4872 2.8657 13.4191 2.70218 13.3001C2.53867 13.181 2.41404 13.0162 2.344 12.8264C2.27395 12.6367 2.26162 12.4304 2.30855 12.2337L3.16856 8.60429L0.356055 6.17741C0.203116 6.04523 0.0925079 5.87092 0.0380438 5.67625C-0.0164202 5.48159 -0.0123263 5.27519 0.0498142 5.08283C0.111955 4.89048 0.229388 4.72069 0.387448 4.59468C0.545508 4.46867 0.73719 4.39201 0.938555 4.37429L4.62605 4.07679L6.04855 0.634288C6.12555 0.446674 6.2566 0.286193 6.42504 0.173249C6.59347 0.0603055 6.79169 0 6.99449 0C7.19729 0 7.39551 0.0603055 7.56395 0.173249C7.73239 0.286193 7.86343 0.446674 7.94043 0.634288L9.3623 4.07679L13.0498 4.37429C13.2516 4.39135 13.4438 4.46758 13.6024 4.59342C13.7611 4.71925 13.8791 4.88911 13.9416 5.0817C14.0041 5.27429 14.0084 5.48104 13.954 5.67607C13.8995 5.87109 13.7887 6.04571 13.6354 6.17804L13.6392 6.17741Z' fill='%23d9cfc0'/></svg>");
}

.rating-count-label {
  font-size: clamp(1.5rem, 1.3vw, 1.7rem);
  color: var(--green);
  font-weight: 700;
}

.p-in .availability {
  display: flex;
  flex-direction: column;
  color: var(--green) !important;
  font-weight: 400;
  font-size: var(--fs-base);
}

.p-in .availability::after {
  content: "Doprava 1-2 dny";
  color: var(--green);
  font-weight: 400;
  font-size: var(--fs-base);
  display: block;
}

/* Štítky produktu (z adminu) pod názvem */
.custom-tags-under-name {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.custom-tags-under-name .flag {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  border-radius: 50px;
  padding: 5px 5px;
  font-weight: 500;
  background-color: transparent !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  text-decoration: none !important;
  max-width: fit-content !important;
}

.flag-oblibene {
  padding: 10px 20px;
}

/* Cena */
.p-in .prices {
  margin: 0 !important;
  color: var(--orange) !important;
  font-weight: 500;
}

.products-block.products .p .price span,
.products-block.products .p .price strong {
  font-size: clamp(2rem, 3.5vw, 3rem) !important;
}

.p-in .prices .price-final {
  color: var(--orange) !important;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.p-in .prices .price-final::after {
  content: " včetně DPH";
  font-size: var(--fs-xs);
  color: var(--orange) !important;
  font-weight: 500;
}

/* Tlačítko přidat do košíku */
.p-in .p-tools .btn,
.p-in .p-tools button {
  background: var(--green) !important;
  color: #fff !important;
  border-radius: 50px !important;
  width: 100% !important;
  border: 1px solid var(--green) !important;
  font-size: var(--fs-btn);
  padding: 10px 0;
  margin-top: 20px;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
}

.p-in .p-tools .btn:hover,
.p-in .p-tools .btn:focus,
.p-in .p-tools button:hover,
.p-in .p-tools button:focus {
  background: var(--cream) !important;
  color: var(--green) !important;
  border-color: var(--green) !important;
}

.p-in .p-tools .btn:active,
.p-in .p-tools button:active {
  transform: scale(0.95);
}

.btn.add-to-cart-button:before,
.btn.btn-cart:before,
.btn.express-checkout-button:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before,
a.btn.express-checkout-button:before {
  display: none;
}

.p-in .p-tools form {
  width: 100%;
}

.homepage-box.welcome-wrapper {
  display: none;
}

/* ===========================================
   REVIEWS SECTION
   =========================================== */

.reviews-section {
  padding: 50px 20px 50px;
  background: var(--cream);
}

.reviews-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.reviews-headline {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  color: var(--green);
  margin: 0;
  line-height: 1.2;
}

.reviews-sublabel {
  font-size: var(--fs-base);
  color: var(--green);
  opacity: 0.6;
}

.reviews-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.reviews-score {
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  opacity: 1;
}

.reviews-stars-display {
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviews-carousel-wrapper {
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto;
}

.reviews-track {
  display: flex;
  transition: transform 0.4s ease;
  user-select: none;
  -webkit-user-select: none;
}

.review-card {
  flex-shrink: 0;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
}

.review-photo {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  flex: 0 0 50%;
}

.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-content {
  padding: 16px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.review-text {
  color: var(--green);
  font-weight: 400;
  font-size: var(--fs-base);
  line-height: 1.6;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  hyphens: auto;
  flex: 1;
}

.review-separator {
  border: none;
  border-top: 1px solid var(--cream-border);
  margin: 0;
}

.review-author {
  color: var(--green);
  font-weight: 600;
  font-size: var(--fs-sm);
  margin-top: auto;
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.review-arrow {
  background: transparent;
  border: none;
  color: var(--green);
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s;
}

.review-arrow:hover {
  opacity: 0.6;
}

.reviews-current {
  color: var(--orange);
}

.reviews-counter {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: var(--green);
  font-weight: 500;
  min-width: 60px;
  text-align: center;
}

/* ===========================================
   MADE-IN SECTION
   =========================================== */

.made-in-section {
  background: var(--green);
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.made-in-carousel {
  position: relative;
}

.made-in-carousel-wrapper {
  overflow: hidden;
}

.made-in-track {
  display: flex;
  transition: transform 0.4s ease;
  user-select: none;
  -webkit-user-select: none;
}

.made-in-slide {
  flex-shrink: 0;
  user-select: none;
  -webkit-user-select: none;
}

.made-in-slide img {
  width: 100%;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  height: 100%;
  object-fit: cover;
}

.made-in-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--cream);
  border: none;
  color: var(--green);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  line-height: 0;
  transition: opacity 0.2s;
}

.made-in-arrow:hover {
  opacity: 0.8;
}

.made-in-arrow--prev {
  left: 12px;
}

.made-in-arrow--next {
  right: 12px;
}

.made-in-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--cream);
  color: var(--cream);
  text-decoration: none;
  font-size: var(--fs-btn);
  font-weight: 600;
  width: 100%;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
}

.made-in-btn:hover,
.made-in-btn:focus {
  background: var(--cream);
  color: var(--green);
  border-color: var(--green);
}

.made-in-btn:active {
  transform: scale(0.95);
}

/* ===========================================
   FAQ SEKCE
   =========================================== */

.faq-section {
  background: #fff;
  padding: 60px 20px;
}

.faq-headline {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--green);
  margin: 0 0 40px;
}

.faq-item {
  border-top: 1px solid var(--cream-border);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--cream-border);
}

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.faq-question {
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--green);
}

.faq-icon {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  color: var(--green);
  flex-shrink: 0;
  line-height: 1;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-text {
  font-size: var(--fs-sm);
  font-weight: 400;
  color: var(--green);
  line-height: 1.6;
  margin: 0;
  padding-bottom: 20px;
}

/* ===========================================
   PATIČKA
   =========================================== */

.footer {
  background: var(--green);
  color: var(--cream);
}

.custom-footer {
  padding: 50px 0px 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-label {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream);
  opacity: 0.5;
  margin-bottom: 4px;
}

.footer-contact,
.footer-address,
.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-address-text {
  color: var(--cream);
  font-size: var(--fs-sm);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.footer-link {
  color: var(--cream);
  text-decoration: none;
  font-size: clamp(1.7rem, 3vw, 2rem);
  font-weight: 500;
  transition: all ease 300ms;
}

.footer-divider {
  border: none;
  border-top: 1px dashed rgba(247, 245, 232, 0.35);
  margin: 0;
}

.footer-nav-row {
  display: flex;
  gap: 40px;
}

.footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social-link {
  color: var(--cream);
  opacity: 0.6;
  display: flex;
  align-items: center;
  line-height: 0;
  transition: all ease 300ms;
}

.footer-social-link:hover {
  color: var(--orange);
}

.footer .footer-bottom a,
.footer .footer-bottom span {
  color: var(--cream);
}

#footer > .container {
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}

#footer > .container.visible {
  background-color: transparent;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  padding-inline: 20px;
  border: none;
}

#signature {
  font-size: 11px;
  opacity: 0.5;
}
/* ===========================================
   NOTIFIKACE (success, error, warning, info)
   =========================================== */

.messages {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 90%;
  max-width: 500px;
}

.msg {
  padding: 16px 20px;
  border-radius: 12px;
  font-size: var(--fs-sm);
  font-weight: 500;
  margin-bottom: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.msg a {
  text-decoration: underline;
  font-weight: 600;
}

/* Success */
.msg-success,
.msg.msg-success {
  background-color: var(--green);
  color: var(--cream);
}

.msg-success a {
  color: var(--cream);
}

/* Error */
.msg-error,
.msg.msg-error,
.msg-danger,
.msg.msg-danger {
  background-color: var(--red);
  color: #fff;
}

.msg-error a,
.msg-danger a {
  color: #fff;
}

/* Warning */
.msg-warning,
.msg.msg-warning {
  background-color: var(--orange);
  color: #fff;
}

.msg-warning a {
  color: #fff;
}

/* Info */
.msg-info,
.msg.msg-info {
  background-color: var(--green-dark);
  color: var(--cream);
}

.msg-info a {
  color: var(--cream);
}

/* ===========================================
   CART WIDGET (popup košíku)
   =========================================== */

#cart-widget,
.cart-widget {
  background: var(--cream);
  font-size: var(--fs-sm);
}
.popup-widget {
  left: auto !important;
  right: 0 !important;
  margin-left: 0 !important;
}

.quantity {
  border: none;
}

.cart-free-shipping {
  display: none;
}

.popup-widget-inner .cart-widget-products {
  overflow-x: hidden;
}

.cart-widget-product {
  display: flex;
  justify-content: space-between;
}

.cart-widget-inner {
  padding: 20px;
}

.cart-widget-products {
  max-height: 300px;
  overflow-y: auto;
}

.cart-widget-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--cream-dim);
}

.cart-widget-product:last-child {
  border-bottom: none;
}

.cart-widget-product-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-widget-product-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-widget-product-name strong a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-sm);
}

.cart-widget-product-name span {
  color: var(--orange);
  font-weight: 600;
  font-size: var(--fs-sm);
}

.cart-widget-product-amount {
  grid-column: 2;
}

.cart-widget-product-amount .quantity {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-widget-product-amount .amount {
  width: 50px;
  text-align: center;
  border: 1px solid;
  border-radius: 8px;
  padding: 6px;
  font-size: var(--fs-sm);
  color: var(--green);
}

.popup-widget-inner {
  background-color: var(--cream);
}

.cart-widget,
.cart-widget-button {
  background-color: var(--cream);
}

.cart-widget-product-amount .increase,
.cart-widget-product-amount .decrease {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--green);
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-widget-product-amount .increase:hover,
.cart-widget-product-amount .decrease:hover {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}

.cart-widget-product-unit {
  color: var(--green);
  font-size: var(--fs-xs);
}

.cart-widget-product-delete .remove-item {
  background: transparent;
  border: none;
  color: var(--red);
  cursor: pointer;
  padding: 8px;
  font-size: 1.25rem;
}

.cart-widget-product-delete .remove-item:hover {
  color: #e74c3c;
}

/* Free shipping banner */
.cart-free-shipping {
  background: var(--green);
  color: var(--cream);
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  margin: 16px 0;
  font-size: var(--fs-sm);
}

.cart-free-shipping strong {
  font-weight: 600;
}

/* Cart widget button */
.cart-widget-button {
  padding: 0 20px 20px;
}

.cart-widget-button .btn-conversion,
.cart-widget-button #continue-order-button {
  display: block;
  width: 100%;
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-sm);
  border: none;
  cursor: pointer;
}

.cart-widget-button .btn-conversion:hover,
.cart-widget-button #continue-order-button:hover {
  background: var(--green-dark);
}

.latest-contribution-box {
  display: none;
}

.sidebar {
  display: none;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
}

.p-detail-inner-header {
  text-align: center;
}
.p-detail-inner-header {
  padding-inline: 20px;
  margin-top: 50px;
}

.p-detail-inner-header h1 {
  font-size: clamp(3rem, 4.5vw, 5rem);
  color: var(--green);
  font-weight: bold;
}
.p-detail-info {
  display: none;
}

.p-info-wrapper {
  padding-inline: 30px !important;
}

/* Detail tagy pod názvem */
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.detail-tags .flag {
  font-size: 1.5rem;
}

/* Desktop: h1 + tags + stars přesunuté do info wrapperu */
.p-info-wrapper .detail-tags {
  justify-content: flex-start;
}

.p-info-wrapper .detail-h1-desktop {
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--green);
  text-align: left;
  margin-top: 20px;
  font-weight: bold;
}

.p-info-wrapper .detail-tags {
  justify-content: flex-start;
  margin-top: 20px;
}

.p-info-wrapper .stars-wrapper {
  justify-content: flex-start;
  margin-top: 20px;
}

.p-info-wrapper .p-short-description {
  margin-top: 20px;
}

/* Delivery time */
.delivery-time {
  color: var(--green);
  font-weight: 600;
}

/* Benefits list */
.product-benefits {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--green);
}

.product-benefits li svg {
  flex-shrink: 0;
  color: var(--green);
}

.detail-payment-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
}
.detail-payment-icons svg {
  height: 24px;
  width: auto;
}

.stars {
  height: auto;
  margin-right: 0;
  width: auto;
}

.stars-wrapper {
  gap: 10px;
}

.social-buttons-wrapper {
  display: none;
}

.price-final-holder {
  color: var(--green);
}

.p-final-price-wrapper .price-final::after {
  content: " včetně DPH";
  font-size: var(--fs-xs);
  font-weight: 400;
  color: #3c840f;
}

.multiple-columns-body .position--benefitProduct {
  padding-inline: 20px;
}

.benefitBanner__picture {
  max-width: 30px;
}

.benefitBanner__title {
  font-weight: 400;
  color: var(--green);
}

.p-info-wrapper .add-to-cart {
  justify-content: space-between;
  gap: 20px;
}

.p-info-wrapper ol li,
.p-info-wrapper ul li {
  font-size: 1.5rem;
}

.p-detail .add-to-cart .quantity {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: var(--green) !important;
}

.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
  background-color: var(--green);
  flex: 1.5;
  border: 1px solid var(--green);
  color: var(--cream);
  transition:
    background-color 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
}
.btn.btn-cart:hover,
.btn.btn-cart:focus,
.btn.btn-conversion:hover,
.btn.btn-conversion:focus,
a.btn.btn-cart:hover,
a.btn.btn-cart:focus,
a.btn.btn-conversion:hover,
a.btn.btn-conversion:focus {
  background-color: var(--cream);
  border-color: var(--green);
  color: var(--green);
}

.btn.btn-cart:active,
.btn.btn-conversion:active,
a.btn.btn-cart:active,
a.btn.btn-conversion:active {
  transform: scale(0.95);
}

.chevron-after {
  display: none;
}

.shp-tabs-row {
  display: none;
}

.basic-description {
  color: var(--green);
  margin-bottom: 20px;
}

.detail-desc-heading {
  color: var(--green);
  text-transform: uppercase;
}

.basic-description h3 {
  color: var(--green);
  text-transform: uppercase;
  display: block;
  font-size: clamp(2rem, 1.5vw, 2.5rem);
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.basic-description p {
  margin: 0;
}

.benefitBanner {
  margin: 0;
}

.description-inner {
  padding: 0 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-params-block,
.extended-description {
  padding-inline: 0;
  color: var(--green);
  margin-bottom: 20px;
}

.extended-description:empty {
  display: none;
  margin: 0;
}

.extended-description h3 {
  display: none;
}

.params-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.params-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  border-bottom: 1px solid var(--cream-border);
  padding: 10px 0;
  text-transform: uppercase;
}

.params-item:first-child {
  border-top: 1px solid var(--cream-border);
}

.params-name {
  color: var(--orange);
  font-size: var(--fs-sm);
  opacity: 0.7;
}

.params-value {
  color: var(--green);
  font-size: var(--fs-sm);
  font-weight: 600;
  text-align: right;
}

.detail-section-label {
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--green);
  opacity: 0.6;
  margin: 20px 0 8px;
  padding-inline: 20px;
}

.product-features-list {
  list-style: decimal;
  padding-inline: 20px;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.product-features-item {
  color: var(--green);
  font-size: var(--fs-sm);
}

.product-usage-text {
  color: var(--green);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

.product-usage-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-usage-item {
  color: var(--green);
  font-size: var(--fs-sm);
  line-height: 1.5;
}

.product-usage-item strong {
  font-weight: 700;
}

/* ===========================================
   CONTACT PAGE
   =========================================== */

.contact-page-article header {
  display: none;
}

.contact-wrapper {
  display: flex;
  gap: 60px;
  padding: 40px 20px 60px;
  align-items: flex-start;
}

.contact-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-heading {
  color: var(--green);
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
}

.contact-intro {
  color: var(--green);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

.contact-email {
  color: var(--green);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  text-decoration: none;
}

.contact-email:hover {
  opacity: 0.7;
}

.contact-address {
  color: var(--green);
  font-size: var(--fs-sm);
  opacity: 0.6;
  line-height: 1.5;
}

.contact-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 12px;
}

.contact-img {
  background-color: var(--cream-border);
  background-size: cover;
  background-position: center;
}

.contact-img--tall {
  grid-row: 1 / 3;
}

.contact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  position: sticky;
  top: 80px;
}

.contact-form-heading {
  color: var(--green);
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
}

#formContact .form-group:not(.consents) label {
  display: none;
}

#formContact .form-control {
  border: 1px solid var(--green) !important;
  color: var(--green) !important;
  background: transparent !important;
  padding: 12px 16px;
  font-size: var(--fs-sm);
  width: 100%;
  box-shadow: none !important;
}

#formContact .form-control::placeholder {
  color: var(--green);
  opacity: 0.4;
}

#formContact .form-control:focus {
  outline: none;
  border-color: var(--green) !important;
  box-shadow: none !important;
}

#formContact textarea.form-control {
  resize: vertical;
  min-height: 160px;
}

#formContact .btn-primary {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--cream);
  padding: 12px 32px;
  font-size: var(--fs-btn);
  width: 100%;
}

#formContact .btn-primary:hover {
  background-color: var(--green-dark);
  border-color: var(--green-dark);
}

#formContact .consents label {
  color: var(--green);
  font-size: var(--fs-xs);
}

#formContact .consents a {
  color: var(--green);
}

#formContact fieldset {
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#formContact .form-group {
  margin: 0;
}

.tab-content > .tab-pane {
  display: flex !important;
  opacity: 1 !important;
  flex-direction: column;
  margin-inline: 20px;
}

.tab-content > .tab-pane > p {
  margin-inline: auto;
}

.rating-tab-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.fade {
  opacity: 1 !important;
}

.browse-p {
  display: none !important;
}

.products-alternative:after {
  display: none !important;
}

.altHeader {
  padding: 10px;
  margin-top: 3rem;
}

#ratingTab {
  margin-top: 3rem;
}

.policy-container {
  width: 100%;
}

.policy-title {
  color: var(--green);
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.policy-body {
  color: var(--green);
  line-height: 1.8;
  font-size: var(--fs-xs);
}

.policy-body h2 {
  color: var(--green);
  opacity: 1;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
}

.policy-body h3 {
  color: var(--green);
  opacity: 1;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 600;
}

.policy-body p {
  margin-bottom: 0.75rem;
}

.policy-body ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.policy-body li {
  margin-bottom: 0.4rem;
}

.policy-body hr {
  border: none;
  border-top: 1px solid var(--cream-border);
  margin: 2.5rem 0;
}

.policy-body strong {
  color: var(--green);
  opacity: 1;
}

.policy-body a {
  color: var(--orange);
  text-decoration: underline;
}

#rate-form .form-control {
  background-color: var(--cream);
  color: var(--green-main);
  border: 1px solid var(--green);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: var(--body-font);
  font-size: 1.2rem;
  resize: vertical;
}

#rate-form .form-control::placeholder {
  color: var(--green-main);
  opacity: 0.6;
}

#rate-form .btn-primary {
  background-color: var(--green);
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-family: var(--body-font);
  font-size: 1rem;
  color: var(--cream);
  cursor: pointer;
  transition: all 300ms ease;
}

#rate-form .btn-primary:hover {
  background-color: var(--cream);
  color: var(--green);
}

.products-alternative {
  padding-inline: 10px;
  margin-inline: 0px !important;
}

:where(.ums_forms_redesign--off) .form-control {
  border-radius: 0px;
}

.products-inline.products-top {
  display: none;
}

.category-header {
  margin-inline: 20px;
}

:where(body.ums_a11y_category_page--on) .products-top-wrapper {
  margin-inline: 20px;
}

.subcategories {
  margin-inline: 20px;
  gap: 20px;
}

.subcategories li {
  padding: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
}

.category-header {
  background-color: var(--cream);
}

#content .btn.unveil-button {
  color: var(--green);
}

.filter-sections {
  background-color: var(--cream);
  margin-inline: 20px;
}

.filter-sections div:has(> input[disabled]) {
  display: none;
}

.category-top {
  padding-top: 100px;
}

.subcategories.with-image li a {
  background-color: var(--cream);
  color: var(--green);
  border: var(--green) 1px solid;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.subcategories.with-image li a.active {
  background-color: #fff;
  color: var(--green);
}

.benefitBanner {
  display: none;
}

.contact-box {
  display: none;
}

#cart-wrapper {
  min-height: 100dvh;
}

.checkout-box-wrapper {
  display: none;
}

.order-summary-item > div > strong {
  white-space: nowrap;
}

.order-summary-item.helper,
.recapitulation-single {
  flex-wrap: nowrap;
}

.cart-table tr td,
.cart-table tr td.cart-p-image {
  background-color: transparent;
}

:where(.ums_forms_redesign--off) .js-validator-msg.msg-error {
  color: var(--cream) !important;
  padding: 10px;
}

.col-md-6 li {
  list-style-type: none;
}

.btn.btn-block,
a.btn.btn-block {
  display: none;
}

.cart-inner {
  padding-inline: 20px;
  padding-top: 80px;
}

.subcategories.with-image li a .image {
  height: 100%;
  width: max-content;
}

.subcategories.with-image li a .image img {
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  mix-blend-mode: multiply;
}

.category-title {
  margin-left: 2rem;
  margin-bottom: 2rem;
  display: block;
}

#productsTopHeading {
  display: none;
}

.login-form-wrapper {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  margin-inline: auto;
}

.login-form-wrapper > h1 {
  margin-inline: 2rem;
}

#formLogin {
  margin-inline: 2rem;
}

:where(.ums_discussion_rating_forms--off)
  .rate-wrapper.unveil-wrapper
  .rate-average-wrap {
  display: none;
}

:where(.ums_discussion_rating_forms--off) .add-comment,
:where(.ums_discussion_rating_forms--off) .discussion,
:where(.ums_discussion_rating_forms--off) .discussion-form,
:where(.ums_discussion_rating_forms--off) .rate-wrapper,
:where(.ums_discussion_rating_forms--off) .votes-wrap {
  margin-inline: auto;
  max-width: auto;
  width: 100%;
}

.box.box-bg-default {
  background-color: #fff;
}

:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type="checkbox"].focus-visible + label,
input[type="checkbox"]:focus-visible + label,
input[type="radio"].focus-visible + label,
input[type="radio"]:focus-visible + label,
label:has(input[type="radio"].focus-visible),
label:has(input[type="radio"]:focus-visible),
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

:where(.ums_forms_redesign--off) .form-control:focus,
:where(.ums_forms_redesign--off) select:focus {
  border-color: var(--green);
}

.footer-link:hover {
  color: var(--orange);
}

.footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-perex {
  max-width: 600px;
}

.category-perex :is(h1, p) {
  text-align: start !important;
  margin-inline: 20px !important;
}

#ratingsList {
  display: block !important;
}

.cookiesSetting {
  z-index: 999999 !important;
}

.cookiesSetting__title {
  color: white !important;
}

.cookiesSetting__perex {
  color: white !important;
}

.cookiesSetting__uncheckLink {
  background-color: transparent;
  border-color: var(--green);
  color: var(--cream);
}

.cookiesSetting__uncheckLink:hover {
  background: transparent;
  border-color: var(--cream);
  color: var(--green);
}

.cookiesSetting__button {
  background-color: transparent;
}

.cookiesSetting__button[value="all"],
.cookiesSetting__button[value="all"]:hover {
  background-color: var(--green);
  color: var(--cream);
}

.cookiesSetting__button[value="selection"],
.cookiesSetting__button[value="selection"]:hover {
  background-color: transparent;
  border: 1px solid var(--green);
  color: var(--cream);
}

.cookiesDialog #cboxClose {
  background-color: var(--green) !important;
}

#cboxClose:before {
  color: var(--cream);
}

/* ===========================================
   TABLET (481px - 767px)
   =========================================== */
@media (min-width: 481px) and (max-width: 767px) {
  #checkoutSidebar {
    margin-top: 50px;
  }

  .carousel {
    background-position: center 20%;
    min-height: 95dvh;
  }

  #checkoutSidebar {
    margin-top: 50px;
  }

  .hero-label {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.2rem, 1.5vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    z-index: 1;
    text-align: center;
  }

  .content-wrapper.container {
    padding: 0;
  }

  .content-wrapper.container .row > div {
    padding: 0;
  }

  .responsive-tools > a[data-target="search"] {
    visibility: hidden;
  }

  .top-navigation-bar .responsive-tools {
    position: absolute;
    background: var(--cream);
    left: 0;
    top: 0;
    z-index: 60;
  }

  .header-top .btn.cart-count:before {
    margin-right: 0;
  }

  .responsive-tools > a:before {
    width: auto;
    line-height: auto;
  }

  .header-top .btn.cart-count {
    padding: 15px 9px;
    border-radius: 50%;
    top: 0;
    display: flex;
  }

  #header .cart-count {
    top: -49px;
    right: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: var(--fs-base);
  }

  #header .site-name {
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header
    .site-name {
    transform: translateY(0) translateX(-50%);
  }

  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header
    .cart-count {
    transform: translateY(0);
  }

  .responsive-tools > a {
    height: auto;
    width: auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navigation-buttons a[data-target="cart"] {
    background: var(--orange);
    color: #fff;
  }

  .responsive-tools > a[data-target="navigation"]:before {
    background: var(--green);
    padding: 7px 15px;
  }

  .hero-deco {
    width: 200px;
  }

  .deco-1 {
    top: 5%;
    right: 10%;
  }

  .deco-2 {
    top: 35%;
    left: 55%;
  }

  .deco-3 {
    top: 25%;
    left: 10%;
  }

  .productItem img {
    width: 100%;
    height: auto;
  }

  .product .image {
    height: 300px;
  }

  .main-pack-img {
    max-width: 280px;
  }

  .product-alternative {
    width: 50% !important;
    display: block !important;
  }

  .contact-address {
    max-width: 300px;
  }

  .row-ratingtab {
    margin-inline: 10px !important;
  }

  .policy-container {
    padding: 4rem 20px 5rem;
  }

  .made-in-slide {
    height: 500px !important;
    overflow: hidden;
    border-radius: 12px;
  }

  .custom-footer > div {
    width: 100%;
  }

  .siteCookies__button[value="reject"] {
    order: 2;
  }
}

/* ===========================================
   MOBIL (max 480px)
   =========================================== */
@media (max-width: 767px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .siteCookies__form {
    margin-inline: 2rem;
  }

  .siteCookies__buttonWrap {
    flex-direction: row !important;
  }

  .siteCookies__button[value="all"] {
    order: 1;
  }

  .siteCookies__button[value="reject"] {
    order: 2;
  }
  .carousel {
    background-image:
      url("/user/documents/bgHeroMobile.webp"),
      linear-gradient(to bottom right, #d5a788, #edd1b8);
    background-size:
      95% auto,
      cover;
    background-position:
      center 50%,
      center;
    min-height: 90dvh;
  }

  .hero-label {
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.2rem, 1.5vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    z-index: 1;
    text-align: center;
    padding-inline: 20px;
  }
  .content-wrapper.container {
    padding: 0;
  }

  .content-wrapper.container .row > div {
    padding: 0;
  }

  .responsive-tools > a[data-target="search"] {
    visibility: hidden;
  }

  .top-navigation-bar .responsive-tools {
    position: absolute;
    background: var(--cream);
    left: 0;
    top: 0;
    z-index: 60;
  }

  .header-top .btn.cart-count:before {
    margin-right: 0;
  }

  .responsive-tools > a:before {
    width: auto;
    line-height: auto;
  }

  .header-top .btn.cart-count {
    padding: 15px 9px;
    border-radius: 50%;
    top: 0;
    display: flex;
  }

  #header .cart-count {
    top: -49px;
    right: 82%;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 99999;
  }

  #header .site-name {
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99999;
  }

  .responsive-tools > a[data-target="navigation"] {
    z-index: 99999;
  }

  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header
    .site-name {
    transform: translateY(0) translateX(-50%);
  }

  .scrolled-down
    body:not(.ordering-process):not(.search-window-visible)
    #header
    .cart-count {
    transform: translateY(0);
  }

  .responsive-tools > a {
    height: auto;
    width: auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navigation-buttons a[data-target="cart"] {
    background: var(--orange);
    color: #fff;
  }

  .responsive-tools > a[data-target="navigation"]:before {
    background: var(--green);
    padding: 7px 15px;
  }

  .hero-deco {
    width: 140px;
  }

  .deco-1 {
    top: 20%;
    right: 10%;
  }

  .deco-2 {
    top: 45%;
    left: 50%;
  }

  .deco-3 {
    top: 35%;
    left: 10%;
  }

  .grid-item {
    width: auto;
  }

  .grid-item:nth-child(1) {
    transform: rotate(18deg);
  }

  .grid-item:nth-child(2) {
    transform: rotate(5deg);
  }

  .grid-item:nth-child(3) {
    transform: rotate(15deg);
  }

  .grid-item:nth-child(4) {
    transform: rotate(12deg);
  }

  .productItem img {
    width: 100%;
    height: auto;
  }

  .columns-mobile-2 .products-block > div {
    width: 70%;
  }

  .main-pack-img {
    max-width: 180px;
  }

  .product-alternative {
    width: 70% !important;
    display: block !important;
  }

  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    place-items: center;
  }

  .category-top {
    padding-top: 50px;
  }

  :where(.ums_discussion_rating_forms--off) .add-comment,
  :where(.ums_discussion_rating_forms--off) .discussion,
  :where(.ums_discussion_rating_forms--off) .discussion-form,
  :where(.ums_discussion_rating_forms--off) .rate-wrapper,
  :where(.ums_discussion_rating_forms--off) .votes-wrap {
    margin-inline: 20px;
    max-width: 100%;
  }

  .row-ratingtab {
    width: 90%;
  }

  .policy-container {
    padding: 4rem 20px 5rem;
  }

  .made-in-slide {
    height: 300px !important;
    overflow: hidden;
    border-radius: 12px;
  }

  #checkoutSidebar {
    margin-top: 50px;
  }

  .subcategories.with-image li a .image {
    height: 80%;
  }

  .review-card {
    height: max-content;
  }

  .review-photo {
    flex: 0 0 250px;
  }

  #ratingsList {
    max-width: 90%;
    padding-inline: 10px;
  }
}

/* ===========================================
   DESKTOP (769px a více)
   =========================================== */
@media (min-width: 768px) {
  #checkoutSidebar {
    margin-top: 50px;
  }

  .siteCookies__buttonWrap {
    flex-direction: column;
  }

  .siteCookies__button[value="reject"] {
    order: 2;
  }

  .popup-widget {
    left: auto !important;
    right: 0 !important;
    margin-left: 0 !important;
  }

  .navigation-in ul {
    display: none;
  }

  :where(.ums_forms_redesign--off) .compact-form .form-control {
    display: none;
  }

  .btn.btn-default,
  .btn.btn-default:hover,
  a.btn.btn-default,
  a.btn.btn-default:hover {
    display: none;
  }
  #navigation {
    display: none;
  }

  .top-navigation-bar {
    display: none;
  }

  #header {
    height: auto;
    background-color: var(--cream);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }

  .header-top {
    height: auto;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Desktop header navigace */
  .header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header-nav-link {
    color: var(--green);
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.2s;
  }

  .header-nav-link:hover {
    opacity: 0.7;
  }

  .header-top .search {
    display: none;
  }

  .header-top .site-name-wrapper {
    flex-shrink: 0;
  }

  .header-top .navigation-buttons {
    flex-shrink: 0;
  }

  #header .site-name a img {
    width: 126px;
  }

  .homepage-box {
    background-color: var(--cream);
  }

  .homepage-box.before-carousel {
    padding: 0;
  }
  .col-sm-8 {
    width: 100%;
  }

  .container {
    width: 100%;
  }

  .carousel {
    min-height: 100vh;
  }

  .btn.cart-count:before,
  a.btn.cart-count:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='18' viewBox='0 0 21 18' fill='none'%3E%3Cpath d='M19.0556 0H1.94444C1.42875 0 0.934169 0.206133 0.569515 0.573052C0.204861 0.939971 0 1.43762 0 1.95652V16.0435C0 16.5624 0.204861 17.06 0.569515 17.4269C0.934169 17.7939 1.42875 18 1.94444 18H\.0556C19.5713 18 20.0658 17.7939 20.4305 17.4269C20.7951 17.06 21 16.5624 21 16.0435V1.95652C21 1.43762 20.7951 0.939971 20.4305 0.573052C20.0658 0.206133 19.5713 0 19.0556 0ZM18.6667 15.6522H2.33333V2.34783H18.6667V15.6522ZM5.44444 5.08696C5.44444 4.77562 5.56736 4.47703 5.78615 4.25687C6.00495 4.03672 6.30169 3.91304 6.61111 3.91304C6.92053 3.91304 7.21728 4.03672 7.43607 4.25687C7.65486 4.47703 7.77778 4.77562 7.77778 5.08696C7.77778 5.81342 8.06458 6.51013 8.5751 7.02381C9.08561 7.5375 9.77802 7.82609 10.5 7.82609C11.222 7.82609 11.9144 7.5375 12.4249 7.02381C12.9354 6.51013 13.2222 5.81342 13.2222 5.08696C13.2222 4.77562 13.3451 4.47703 13.5639 4.25687C13.7827 4.03672 14.0795 3.91304 14.3889 3.91304C14.6983 3.91304 14.9951 4.03672 15.2138 4.25687C15.4326 4.47703 15.5556 4.77562 15.5556 5.08696C15.5556 6.4361 15.0229 7.72999 14.0748 8.68398C13.1267 9.63797 11.8408 10.1739 10.5 10.1739C9.15918 10.1739 7.87328 9.63797 6.92518 8.68398C5.97708 7.72999 5.44444 6.4361 5.44444 5.08696Z' fill='%23007041'/%3E%3C/svg%3E");
  }

  .header-top .btn.cart-count:before {
    margin-right: 0;
  }

  .hero-deco {
    position: absolute;
    width: 250px;
  }

  .deco-1 {
    top: 15%;
    right: 10%;
  }

  .deco-2 {
    top: 35%;
    left: 45%;
  }

  .deco-3 {
    top: 15%;
    left: 10%;
  }

  .hero-btn-primary {
    width: max-content;
  }

  .p {
    padding: 20px !important;
  }

  .product .image {
    height: 350px;
  }

  .products-block {
    flex-wrap: wrap;
    overflow-x: visible;
    cursor: default;
  }

  .products-block:active {
    cursor: default;
  }

  .products-block > div {
    flex: 0 0 calc(50% - 10px);
  }

  .products-block .ratings-wrapper .availability {
    text-align: start;
  }

  .products-block.products-alternative > div:nth-child(2n),
  .products-block.products-related > div:nth-child(2n) {
    border-right-style: none;
  }

  .product-alternative {
    flex: 0 0 350px !important;
    width: 350px !important;
    display: block !important;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget,
  .popup-widget.search-widget {
    top: 8%;
  }

  /* Reviews tablet — 2 karty ve slideru */
  .reviews-section {
    padding: 60px 20px 60px;
  }

  .reviews-carousel-wrapper {
    max-width: 100%;
  }

  .review-card {
    padding: 12px;
  }

  /* Made-in — flex scroll od tabletu */
  .made-in-section {
    padding: 60px 40px;
  }

  .made-in-carousel {
    position: static;
  }

  .made-in-carousel-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .made-in-carousel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .made-in-track {
    display: flex;
    gap: 16px;
    transform: none !important;
  }

  .made-in-slide {
    flex: 0 0 clamp(200px, 22vw, 300px);
    height: 300px;
    overflow: hidden;
    border-radius: 12px;
  }

  .made-in-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .made-in-arrow {
    display: none;
  }

  .made-in-btn {
    width: max-content;
  }
  .custom-footer > div {
    width: 100%;
  }

  .siteCookies--bottom {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .custom-footer > div {
    width: 100%;
  }

  .cart-content + .cart-content {
    margin-top: 0px;
  }
  .products-block > div {
    flex: 0 0 calc(33.333% - 14px);
  }

  .popup-widget {
    left: auto !important;
    right: 0 !important;
    margin-left: 0 !important;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 8%;
  }

  /* Reviews desktop — drag scroll jako produkty */
  .reviews-section {
    padding: 60px 20px 60px;
  }

  .reviews-carousel-wrapper {
    max-width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .reviews-carousel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .reviews-track {
    gap: 20px;
    transform: none !important;
  }

  .review-card {
    flex: 0 0 400px;
    width: 400px !important;
    height: clamp(450px, 70vw, 600px);
  }

  .reviews-controls {
    display: none;
  }

  /* Made-in desktop — jen padding a vetsi vyska */
  .made-in-section {
    padding: 60px 20px;
  }

  .made-in-slide {
    flex: 0 0 clamp(250px, 30vw, 350px);
    height: 400px;
  }

  .hero-label {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.2rem, 2vw, 2rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    white-space: nowrap;
    z-index: 1;
    text-align: center;
  }

  /* Product detail — sticky info */
  .p-info-wrapper {
    position: sticky;
    top: 60px;
    align-self: start;
  }

  /* Skrýt prázdný header po přesunu h1 + stars */
  .p-detail-inner-header:not(:has(h1)) {
    display: none;
  }

  /* Product detail — popis sekce grid layout */
  .description-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }

  .description-inner .detail-desc-heading {
    grid-column: 1 / -1;
  }

  /* Detailní popis vlevo, parametry vpravo */
  .description-inner .basic-description {
    order: 1;
  }

  .description-inner .custom-params-block {
    order: 2;
  }

  /* Vlastnosti vlevo, využití vpravo */
  .description-inner .product-features-block {
    order: 3;
  }

  .description-inner .product-usage-block {
    order: 4;
  }

  #checkoutSidebar {
    padding-left: 2rem;
  }

  #checkoutSidebar {
    margin-top: 0px;
  }

  .siteCookies__buttonWrap {
    flex-direction: column;
  }

  .siteCookies__button[value="reject"] {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .content-inner {
    max-width: 100%;
  }

  .co-contact-information {
    padding-left: 120px;
  }

  .custom-footer > div {
    width: 100%;
  }
}

#checkoutSidebar {
  position: sticky !important;
  top: 100px !important;
  transition: none !important;
}

.empty-cart-custom {
  min-height: 80dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.empty-cart-custom .cart-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--cream);
}

.empty-cart-btn {
  display: inline-block;
  padding: 16px 48px;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 32px;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.15s;
  margin-top: 12px;
}

.empty-cart-btn:hover,
.empty-cart-btn:focus {
  background: var(--cream);
  color: var(--green);
  border-color: var(--green);
  text-decoration: none;
}

.empty-cart-btn:active {
  transform: scale(0.95);
}

.siteCookies__form {
  background-color: var(--cream) !important;
  color: var(--green);
  border-radius: 20px;
  box-shadow: none !important;
}

.siteCookies {
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.siteCookies__form {
  border-radius: 20px;
}

.siteCookies__button {
  background-color: var(--green) !important;
  color: var(--cream);
  transition: all ease 300ms;
}

.siteCookies__button[value="reject"] {
  background-color: transparent !important;
  color: var(--green);
  border: 1px solid var(--green);
}

.siteCookies__link {
  color: var(--green);
  border-color: var(--green);
}

.siteCookies__button:hover,
.siteCookies__link:hover {
  background-color: var(--cream) !important;
  color: var(--green) !important;
  opacity: 0.8;
}

.siteCookies__text a,
.siteCookies__text p {
  color: var(--green);
}

.siteCookies__text a:focus,
.siteCookies__text a:hover {
  color: var(--green);
}

@media (min-width: 1440px) {
  .products-block {
    max-width: 1440px;
    margin-inline: auto;
  }

  .products-block > div {
    flex: 0 0 calc(25% - 15px);
  }

  .custom-footer {
    max-width: 1440px;
    margin-inline: auto;
    padding: 50px 0px 0px;
  }

  .category-top {
    max-width: 1440px;
    margin-inline: auto;
  }

  #category-header {
    max-width: 1440px;
    margin-inline: auto;
  }

  #filters-wrapper {
    max-width: 1440px;
    margin-inline: auto;
  }

  .category-title {
    margin-left: 0px;
  }

  .subcategories {
    margin-left: 0px;
  }

  .content-inner {
    max-width: 1440px;
    margin-inline: auto;
  }

  .contact-right {
    top: 120px;
  }

  .product-top {
    max-width: 1440px;
    margin-inline: auto;
  }

  .tab-content {
    max-width: 1440px;
    margin-inline: auto;
  }

  .products-alternative {
    width: 100% !important;
    justify-content: center;
  }

  .product-alternative {
    flex: 0 0 350px !important;
    width: 350px !important;
  }

  .cart-inner {
    max-width: 1440px;
    margin-inline: auto;
  }

  .header-top {
    max-width: 1440px;
    margin-inline: auto;
  }

  .reviews-carousel-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 1440px;
    margin-inline: auto;
  }

  .reviews-carousel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .reviews-track {
    max-width: none;
  }

  .made-in-section h2 {
    max-width: 1440px;
    margin-inline: auto;
  }

  .made-in-track {
    max-width: 1440px;
    margin-inline: auto;
  }

  .made-in-btn {
    max-width: 1440px;
    margin-inline: auto;
  }

  .faq-headline {
    max-width: 1440px;
    margin-inline: auto;
  }

  .faq-list {
    max-width: 1440px;
    margin-inline: auto;
  }

  .footer-bottom {
    max-width: 1440px;
    margin-inline: auto;
  }

  .login-form-wrapper {
    min-height: 50vh;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 7%;
  }

  .popup-widget {
    left: 70% !important;
  }
}

@media (min-width: 1500px) {
  #description {
    margin-inline: 0px !important;
  }

  .description-inner {
    padding-inline: 0px !important;
  }
}
