/* ===========================================
   KOREAN GLAMOUR - CUSTOM STYLES (OPTIMIZED)
   ===========================================
   Sekce:
   1. Globální / Root / Layout
   2. Header
   3. Formulář (formBox)
   4. Benefit banner
   5. Hero bannery (carousel)
   6. Hero overlay texty
   7. Produktové sekce (slider + layout)
   8. Produktové karty (layout, cena, tlačítka)
   9. Slider navigace
   10. Kategorie rozcestník
   11. Video banner s produkty
   12. Značky (brands scroll)
   13. Recenze
   14. Korea section
   15. FAQ section
   16. Instagram
   17. Blog / Novinky
   18. Footer
   19. Ostatní (utility, msg, filtry)
   20. Responsive (mobilní breakpointy)
   =========================================== */


/* ===========================================
   1. GLOBÁLNÍ / ROOT / LAYOUT
   =========================================== */

:root {
  --template-font: "Poppins", sans-serif !important;
  --template-headings-font: "Prompt" !important;
}

.overall-wrapper {
  max-width: 1920px;
  margin: auto;
}

.type-index .overall-wrapper {
  overflow: hidden;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.homepage-group-title {
  text-align: left;
  margin-bottom: 10px !important;
}

.dkLabFavHeaderIconBtn::before {
  position: relative;
  top: -2px !important;
}


/* ===========================================
   2. HEADER
   =========================================== */

#header > div.header-top > div {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.consultancy {
  position: relative;
  top: 0;
  background: #d719a4;
  border: 2px solid #d719a4;
  border-radius: 50px;
  padding: 4px 14px;
  margin-right: 1rem;
  display: block;
}

.consultancy a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  width: 100%;
}


/* ===========================================
   3. FORMULÁŘ (formBox)
   =========================================== */

#formBox {
  font-family: "Roboto", Sans-Serif;
  font-size: 12pt !important;
  background: #fafafa;
  padding: 2rem;
}

#formBox h2,
#formBox h3 {
  font-family: "Roboto", Sans-Serif !important;
  font-size: 13pt;
  font-weight: 700 !important;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

#formBox p {
  font-family: "Roboto", Sans-Serif;
  font-size: 12pt !important;
}

#formBox .form-group {
  display: flex;
  gap: 0;
  margin-bottom: 1rem;
}

#formBox .form-group label {
  font-size: 11pt;
  color: #aaa;
  line-height: normal;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100px;
  max-width: 330px;
}

#formBox input,
#formBox input[type=text] {
  padding: 8px 1rem;
  border: 1px solid #dadada;
}

#formBox input[type=checkbox],
#formBox input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -4px;
}

#formBox input[type=checkbox],
#formBox input[type=email],
#formBox input[type=radio],
#formBox input[type=search],
#formBox input[type=text] {
  -webkit-appearance: auto !important;
  -moz-appearance: unset !important;
  appearance: auto !important;
}

#formBox .form-group.form-list {
  display: block;
}

#formBox .form-group.form-list label {
  margin-bottom: 5px;
  display: block;
}

#formBox input[type=submit] {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  background: #d719a4;
  border: 2px solid #d719a4;
  border-radius: 50px;
  padding: 1rem;
}

#formBox input[type=submit]:hover {
  color: var(--color-primary);
  background: transparent;
  border: 2px solid var(--color-primary);
}


/* ===========================================
   4. BENEFIT BANNER
   =========================================== */

.benefitBanner__item.active {
  width: 100%;
  flex: 1 1 100%;
}

.benefitBanner__item {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.benefitBanner__item a {
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.benefitBanner.position--benefitHomepage {
  background: #E7B5BD;
  background: linear-gradient(135deg, #fdd2d9 0%, #efc3ca 100%);
  border-radius: 10px;
  padding: 0 40px !important;
}

.benefitBanner__title {
  color: black;
  font-size: 20px !important;
  font-family: "Poppins", sans-serif !important;
font-weight: 500;
}

.benefitBanner__picture {
  max-width: 100px !important;
}

.benefitBanner__picture img {
  height: 50px !important;
  width: 70px !important;
object-fit: contain;
}

.benefitBanner__data {
  font-size: 13px;
  color: black;
}


/* ===========================================
   5. HERO BANNERY (CAROUSEL LAYOUT)
   =========================================== */

.wide-carousel #carousel .carousel-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  min-height: auto !important;
}

/* Horní banner - plná šířka */
.wide-carousel #carousel .carousel-inner .left-column {
  width: 100% !important;
}

.wide-carousel #carousel .carousel-inner .left-column .static-item {
  max-height: 450px;
  overflow: hidden;
  border-radius: 12px;
}

.wide-carousel #carousel .carousel-inner .left-column .static-item img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  display: block;
  aspect-ratio: 21 / 8;
}

/* Pravý sloupec → plná šířka, 3 karty vedle sebe */
.wide-carousel #carousel .carousel-inner .right-column {
  width: 100% !important;
  visibility: visible !important;
  overflow: visible !important;
}

.wide-carousel #carousel .carousel-inner .right-column .splide__track {
  overflow: visible !important;
}

.wide-carousel #carousel .carousel-inner .right-column .splide__list {
  display: flex !important;
  transform: none !important;
  gap: 20px;
}

.wide-carousel #carousel .carousel-inner .right-column .splide__slide {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  margin-right: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  display: block !important;
}

.wide-carousel #carousel .carousel-inner .right-column .splide__slide img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  aspect-ratio: unset !important;
}

.wide-carousel #carousel .carousel-inner .right-column .splide__slide--clone {
  display: none !important;
}

/* Skrýt carousel ovládání */
.wide-carousel #carousel .carousel-inner .right-column .splide__arrows,
.wide-carousel #carousel .carousel-inner .right-column .splide__pagination,
.wide-carousel #carousel .carousel-control {
  display: none !important;
}


/* ===========================================
   6. HERO OVERLAY TEXTY
   =========================================== */

.hero-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.hero-banner__title {
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin: 0 0 6px 0;
}

.hero-banner__desc {
  color: black;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.hero-banner__btn {
  display: inline-block;
  background: black;
  color: white;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  width: fit-content;
  transition: background 0.3s ease;
  margin-top: auto;
}

.hero-banner__btn:hover {
  background: #f2b6c1;
  color: black;
}

/* Top banner overlay */
.hero-banner__overlay--top .hero-banner__desc {
  font-size: 20px;
}

.hero-banner__overlay--top .hero-banner__btn {
  font-size: 20px;
}

/* Spodní bannery - specifické styly */
.wide-carousel #carousel .carousel-inner .right-column .hero-banner__desc {
  font-size: 20px;
}

.wide-carousel #carousel .carousel-inner .right-column .hero-banner__btn {
  font-size: 17px;
}

.wide-carousel #carousel .carousel-inner .right-column .hero-banner__overlay {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  top: 0;
}

/* ===========================================
   7. PRODUKTOVÉ SEKCE (SLIDER + LAYOUT)
   =========================================== */

.products.homepage-products-1.product-slider,
.products.homepage-products-2.product-slider {
  overflow: visible;
}


.product-slider-holder.has-navigation {
  padding-right: 0;
}

.hp-products-subtitle {
  font-size: 20px;
  color: black;
  margin: 0 !important;
}

/* HP Products Layout (banner + slider) */
.hp-products-layout {
  display: flex !important;
  gap: 20px;
  align-items: stretch;
  padding: 0;
}

.hp-products-layout .p-desc,
.hp-products-layout .product-slider-pagination,
.hp-products-layout .quantity {
  display: none !important;
}

.hp-products-layout .btn-cart {
  border-radius: 15px !important;
}

.hp-products-layout .product:hover {
  box-shadow: none;
}

.hp-products-layout .name {
  font-size: 20px;
  font-family: "Prompt", sans-serif;
  padding-left: 0 !important;
}

.hp-products-layout .p-bottom {
  padding-left: 0 !important;
}

.hp-products-layout .products-block > div .p .p-bottom > div .p-tools .btn,
.hp-products-layout .products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  max-width: 90px !important;
  min-width: auto !important;
}

.hp-products-layout .hp-product-banner {
  flex: 0 0 400px !important;
  min-height: auto;
  align-self: stretch;
}

.hp-product-banner {
  padding: 55px 0;
}

.hp-products-layout .products-wrapper {
  flex: 1 !important;
  min-width: 0;
  margin-right: calc(-50vw + 50%) !important;
}

/* HP Product Banner (obrázek vedle slideru) */
.hp-product-banner__link {
  display: block !important;
  position: relative;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

.hp-product-banner__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.hp-product-banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hp-product-banner__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
}

.hp-product-banner__desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.hp-product-banner__btn {
  display: inline-block;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  width: fit-content;
  transition: background 0.3s ease;
}

.hp-product-banner__link:hover .hp-product-banner__btn {
  background: #f2b6c1;
  color: black;
}


/* ===========================================
   8. PRODUKTOVÉ KARTY HP (obě sekce)
   =========================================== */

.homepage-products-1 .product .p-in,
.homepage-products-2 .product .p-in {
  text-align: left !important;
}

.homepage-products-1 .product .name,
.homepage-products-2 .product .name {
  text-align: left !important;
}

.homepage-products-1 .product .name span,
.homepage-products-2 .product .name span {
  text-align: left !important;
}

/* Cena + tlačítko vedle sebe */
.homepage-products-1 .products-block > div .p .p-bottom > div[data-micro="offer"],
.homepage-products-2 .products-block > div .p .p-bottom > div[data-micro="offer"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
}

.homepage-products-1 .products-block > div .p .p-bottom > div[data-micro="offer"] > .prices,
.homepage-products-2 .products-block > div .p .p-bottom > div[data-micro="offer"] > .prices {
  flex: 1 1 auto !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

.homepage-products-1 .products-block > div .p .p-bottom > div .p-tools,
.homepage-products-2 .products-block > div .p .p-bottom > div .p-tools {
  width: auto !important;
  flex-flow: row !important;
}

.homepage-products-1 .product .price-final,
.homepage-products-2 .product .price-final {
  text-align: left !important;
  white-space: nowrap !important;
}

.homepage-products-1 .product .p-tools .quantity,
.homepage-products-2 .product .p-tools .quantity {
  display: none !important;
}

.homepage-products-1 .product .p-tools form,
.homepage-products-2 .product .p-tools form {
  display: flex !important;
  justify-content: flex-end !important;
}

/* Šipka místo textu "Do košíku" */
.homepage-products-1 .product .p-tools .btn-cart span,
.homepage-products-2 .product .p-tools .btn-cart span {
  display: none !important;
}

.homepage-products-1 .product .p-tools .btn-cart::after,
.homepage-products-2 .product .p-tools .btn-cart::after {
  content: '' !important;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url('https://767694.myshoptet.com/user/documents/upload/kosik.png') no-repeat center / contain;
}

/* Skrytí popisku pod produkty */
.homepage-products-1 .product .p-desc,
.homepage-products-2 .product .p-desc {
  display: none !important;
}

@media (max-width: 991px) {
.homepage-products-1 .product .name span,
.homepage-products-2 .product .name span {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
}

/* ===========================================
   9. SLIDER NAVIGACE
   =========================================== */

.product-slider-holder .product-slider-navigation {
  top: 30%;
  right: 4% !important;
  background-color: white;
  border-radius: 10px;
  width: 70px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider-holder .product-slider-navigation.navigation-next:before {
  content: '';
  background: url('https://767694.myshoptet.com/user/documents/upload/rivet-icons_arrow-up.svg') no-repeat center / contain;
  filter: brightness(0);
}

.product-slider-holder .product-slider-navigation.navigation-prev:before {
  content: '';
  background: url('https://767694.myshoptet.com/user/documents/upload/rivet-icons_arrow-up.svg') no-repeat center / contain;
  filter: brightness(0);
  rotate: 180deg;
}


/* ===========================================
   10. KATEGORIE ROZCESTNÍK
   =========================================== */

.category-rozcestnik {
  background: linear-gradient(135deg, #fdd2d9 0%, #efc3ca 100%);
  padding: 60px 20px;
  text-align: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.category-rozcestnik-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.category-rozcestnik h2 {
  color: black;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.category-rozcestnik .subtitle {
  color: black;
  font-size: 20px;
  margin: 0 0 32px 0;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.category-tag {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.category-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -2;
}

.category-tag::after {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: 0;
  height: 300%;
  background: #B57D85;
  z-index: -1;
  border-radius: 50%;
  transform: translateY(100%);
  transition: transform 0.5s ease;
}

.category-tag:hover {
  color: #fff;
  transition: color 0.2s ease 0.15s;
}

.category-tag:hover::after {
  transform: translateY(35%);
}

@media (max-width: 768px) {
.category-rozcestnik {
h2 {
font-size: 30px;
}
.category-tag {
font-size: 15px;
}
}
}
@media (max-width: 480px) {
.category-tag {
padding: 10px;
}
.category-tags {
gap: 8px;
}
}

/* ===========================================
   11. VIDEO BANNER S PRODUKTY
   =========================================== */

.video-banner-section {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #e8e8e8;
}

.video-banner-section video {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 500px;
  max-height: 700px;
}

.video-products {
  position: absolute !important;
  bottom: 24px !important;
  left: 24px !important;
  right: 24px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.video-product-card {
  background: rgba(255, 255, 255, 1) !important;
  backdrop-filter: blur(10px);
  border-radius: 12px !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  text-decoration: none !important;
  color: #333 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5) !important;
}

.video-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.video-product-card .product-img {
  width: 85px !important;
  height: 85px !important;
  max-width: 85px !important;
  min-width: 85px !important;
  border-radius: 8px !important;
  object-fit: contain !important;
  background: #fff !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.video-product-card .product-info {
  flex: 1 !important;
  min-width: 0 !important;
  display: block !important;
}

.video-product-card .product-name {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 3px 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  text-align: left !important;
}

.video-product-card .product-desc {
  font-size: 13px !important;
  color: #888 !important;
  margin: 0 0 6px 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  text-align: left !important;
}

.video-product-card .product-price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #333 !important;
  margin: 0 !important;
  display: block !important;
  text-align: left !important;
}


/* ===========================================
   12. ZNAČKY (BRANDS SCROLL)
   =========================================== */

.brands-section {
  background: #EEECEA;
  padding: 30px 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  cursor: grab;
}

.brands-section:active {
  cursor: grabbing;
}

.brands-scroll {
  display: flex;
  gap: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  user-select: none;
}

.brands-scroll::-webkit-scrollbar {
  display: none;
}

.brands-track {
  display: flex;
  gap: 0;
  will-change: transform;
}

.brand-item {
  flex: 0 0 auto;
  min-width: 180px;
  padding: 16px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-drag: none;
}

.brand-item:hover {
  transform: translateY(-3px);
}

.brand-item img {
  width: 150px;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  pointer-events: none;
}


/* ===========================================
   13. RECENZE
   =========================================== */

.reviews-section {
  padding: 30px 50px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.reviews-container {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 45px;
  flex-wrap: wrap;
}

.review-card {
  flex: 1 1 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.review-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  gap: 7.5px;
}

.review-image img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.review-image img:nth-child(1) {
  border-radius: 5px 0 0 0 !important;
}

.review-image img:nth-child(2) {
  border-radius: 0 5px 0 0 !important;
}

.review-content {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #EEECEA;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars span {
  color: #f5b87a;
  font-size: 18px;
}

.review-badge {
  background: #e8b4b8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-badge::before {
  content: url("/user/documents/upload/recenze-check.svg");
  width: 12px;
  height: 17px;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 20px;
  flex: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  overflow: hidden;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-author-info {
  display: flex;
  flex-direction: column;
}

.review-author-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.review-author-date {
  font-size: 12px;
  color: #999;
}


/* ===========================================
   14. KOREA SECTION
   =========================================== */

/* Reset pro vytažený banner */
[data-ec-promo-id="289"] {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

[data-ec-promo-id="289"] .korea-section {
  position: relative !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.korea-section {
  background: #EEECEA;
  padding: 60px 0;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
}

.korea-section__inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.korea-section__content {
  flex: 1;
}

.korea-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 12px 0;
padding: 0 50px;
}

.korea-section__desc {
  font-size: 20px;
  color: #000;
  margin: 0 0 36px 0;
  line-height: 1.6;
  opacity: 0.9;
padding: 0 50px;
}

.korea-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}

.korea-section__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.korea-section__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.korea-section__item-title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
}

.korea-section__item-desc {
  font-size: 20px;
  color: #000;
  margin: 0;
  opacity: 0.85;
  line-height: 1.5;
}

.korea-section__image-wrap {
  max-width: none;
}

.korea-section__image-frame {
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.korea-section__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  aspect-ratio: 1 / 1;
}

.korea-section__footer-text {
  margin-top: 40px !important;
  font-size: 18px;
}


/* ===========================================
   15. FAQ SECTION
   =========================================== */

.faq-section {
  background-color: #fff;
  padding: 60px 0;
  box-sizing: border-box;
  font-family: inherit;
}

.faq-section__inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex !important;
  align-items: center !important;
  gap: 60px;
}

.faq-section__image-frame {
  border-radius: 16px;
  overflow: hidden;
}

.faq-section__image-frame img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.faq-section__content {
  flex: 1 !important;
  width: 100%;
}

.faq-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px 0;
}

.faq-item {
  border-bottom: 2px solid #f2b6c1;
  padding: 18px 0;
}

.faq-item__question {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question::after {
  content: '+';
  font-size: 24px;
  color: #f2b6c1;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-item__question::after {
  content: '−';
}

.faq-item__answer {
  padding-top: 12px;
}

.faq-item__answer p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin: 0;
}


/* ===========================================
   16. INSTAGRAM
   =========================================== */

.instagram-widget {
  max-width: 100%;
  flex-wrap: nowrap;
  gap: 40px;
  margin-bottom: 60px;
}

.instagram-widget a {
  border-radius: 10px;
  width: 100%;
}

.instagram-follow-btn {
  display: none;
}

.custom-footer__instagram {
  display: none;
}

.instagram-heading {
  text-align: center;
  padding: 40px 0 24px;
}

.instagram-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.instagram-heading p {
  font-size: 15px;
  color: #777;
  margin: 0;
}


/* ===========================================
   17. BLOG / NOVINKY
   =========================================== */

.blog-wrapper .homepage-group-title {
  padding-left: 0 !important;
}

.homepage-blog-wrapper .news-item a:hover {
color: black;
}

.homepage-blog-wrapper a:hover {
color: black;
}

/* ===========================================
   18. FOOTER
   =========================================== */

.footer-rows h3 {
  font-size: 25px;
}

.footer-rows .mail::before {
  content: '' !important;
  background: url('/user/documents/upload/uiw_mail.svg') no-repeat center / contain !important;
  width: 20px;
  height: 20px;
}

.footer-rows .mail a {
  margin-left: 15px;
}

.footer-rows .tel::before {
  content: '' !important;
  background: url('/user/documents/upload/solar_phone-bold.svg') no-repeat center / contain !important;
  width: 20px;
  height: 20px;
}

.footer-rows .tel a {
  margin-left: 15px;
}

.footer-rows .news-item-widget time {
  display: none;
}

.footer-rows .news-item-widget {
  margin-top: 15px;
}

.footer-rows ul li {
  margin-top: 15px;
  font-size: 16px;
}

.footer-rows .form-control {
  width: 80%;
  border-radius: 12.5px;
}

.footer-rows .compact-form .btn {
  padding: 5px 15px !important;
  border-radius: 12.5px !important;
}

.footer-rows .btn.btn-arrow-right:before {
  content: '' !important;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url('https://767694.myshoptet.com/user/documents/upload/rivet-icons_arrow-up.svg') no-repeat center / contain;
}

.footer-rows a:hover {
color: black;
}

/* Footer bannery */
.footer-banners .footer-banner:hover {
  opacity: 1 !important;
}

.footer-banners #splide02-slide01,
.footer-banners #splide02-slide02 {
  width: 100% !important;
}

.footer-banners .splide__list {
  flex-direction: column;
}

#splide02-track {
  padding-right: 0 !important;
}

/* Extra (košík) */
.extra.delivery .price-range:before {
  content: "";
  background-image: url('/user/documents/upload/benefity/Doprava_V1.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 22px;
}

.extra.gift .price-range:before {
  content: "";
  background-image: url('/user/documents/upload/benefity/Vzorky_V2.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 22px;
}

.ordering-process .co-box.co-delivery-method h4:before {
  content: "";
  background-image: url('/user/documents/upload/benefity/Doprava_V1.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 30px;
}


/* ===========================================
   19. OSTATNÍ (utility, msg, filtry)
   =========================================== */

.seo-subcategories img {
  display: inline !important;
}

body:not(.filters-visible) #filters {
  display: none !important;
}

.site-msg.information {
  background-color: #E7B5BD;
  border-radius: 10px;
}


/* ===========================================
   20. RESPONSIVE
   =========================================== */

/* ----- max 1200px ----- */
@media (max-width: 1200px) {
  .review-card {
    flex: 0 1 350px;
  }

  .review-image {
    height: 240px;
  }
}

/* ----- 768px - 991px (tablet) ----- */
@media (min-width: 768px) and (max-width: 991px) {
  .benefitBanner.position--benefitHomepage .benefitBanner__item {
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 20% !important;
  }

  .benefitBanner.position--benefitHomepage .benefitBanner__item .benefitBanner__link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .right-column .hero-banner__title {
    font-size: 35px !important;
  }

  .right-column .hero-banner__desc {
    display: none;
  }

  .right-column .hero-banner__btn {
    font-size: 15px !important;
  }
}

/* ----- max 900px ----- */
@media (max-width: 900px) {
  .korea-section__inner {
    flex-direction: column;
    text-align: center;
  }

  .korea-section__desc {
    max-width: 100%;
    font-size: 18px;
  }

  .korea-section__grid {
    gap: 24px 32px;
  }

  .korea-section__item {
    align-items: center;
  }

  .korea-section__image-wrap {
    flex: none;
    max-width: 300px;
    width: 100%;
  }

  .korea-section__item-title {
    font-size: 20px;
  }

  .korea-section__item-desc {
    font-size: 15px;
  }

  .korea-section__footer-text {
    font-size: 13px;
  }

  .faq-section__inner {
    flex-direction: column !important;
  }

  .faq-section__image-wrap {
    display: none;
  }
}

/* ----- max 844px (recenze mobil) ----- */
@media (max-width: 844px) {
  .reviews-section {
    padding: 0 0 30px 30px;
    overflow: hidden !important;
  }

  .reviews-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 16px !important;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 0 !important;
    justify-content: flex-start !important;
  }

  .reviews-container .review-card {
    flex: 0 0 85% !important;
    scroll-snap-align: start;
  }
}

/* ----- max 768px (mobil) ----- */
@media (max-width: 768px) {
  /* Hero bannery */
  #splide01-track {
    padding-right: 0 !important;
  }

  .wide-carousel #carousel .carousel-inner .right-column .splide__list {
    flex-direction: row !important;
    gap: 10px;
  }

  .wide-carousel #carousel .carousel-inner .left-column .static-item img {
    aspect-ratio: 16 / 9;
    object-position: 90% center !important;
  }

  /* Hero overlay */
  .hero-banner__title {
    font-size: 20px;
  }

  .hero-banner__overlay {
    padding: 20px 16px;
  }

  .hero-banner__desc {
    font-size: 15px !important;
    margin: 0 0 5px !important;
  }

  .hero-banner__btn {
    font-size: 13px !important;
  }

  .right-column .hero-banner__overlay {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .right-column .hero-banner__desc,
  .right-column .hero-banner__btn {
    display: none !important;
  }

  /* HP Products Layout */
  .hp-products-layout {
    flex-direction: column !important;
  }

  .hp-products-layout .name {
    font-size: 15px;
  }

  .hp-products-layout .hp-product-banner {
    flex: none !important;
  }

  .hp-products-layout .products-wrapper {
    margin-right: 0 !important;
  }

  .product-slider-holder .product-slider-navigation {
    top: 35% !important;
  }

  .hp-products-layout .btn-cart {
    display: none;
  }

  /* Video banner */
  .video-products {
    grid-template-columns: 1fr !important;
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    gap: 8px !important;
  }

  .video-products .video-product-card:nth-child(1),
  .video-products .video-product-card:nth-child(2) {
    display: none !important;
  }

  .video-product-card .product-img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
  }
}

/* ----- max 480px ----- */
@media (max-width: 480px) {
  .korea-section {
    padding: 40px 0;
  }

  .korea-section__title {
    font-size: 24px;
  }

  .korea-section__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-section {
    padding: 40px 0;
  }

  .faq-section__title {
    font-size: 24px;
  }

  .faq-item__question {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
.homepage-blog-wrapper {
grid-template-columns: repeat(2, 1fr) !important;
}
}

.btn.unveil-button:hover {
color: white !important;
background-color: #3a3936 !important;
border-color: #3a3936 !important;
}

@media (min-width: 992px) {
    .news-item-detail {
width: 70%;
margin: auto;
}
}

.subcategories li a .text {
margin-bottom: 0 !important;
}

.advancedOrder__buttons .next-step-back {
color: white;
background-color: #aaa;
border-radius: 5px;
}

.advancedOrder__buttons .next-step-back:hover {
background-color: black;
}

#checkoutSidebar .checkout-box .btn.btn-default {
color: black;
}
@media (max-width: 768px) {
.p-image-wrapper .p-detail-inner-header-mobile .h1 {
font-size: 20px;
}
.p-to-cart-block {
width: 100% !important;
}
.link-icons .link-icon {
margin-right: 0;
}
.social-buttons-wrapper .link-icon {
margin-right: 10px;
}
.instagram-widget {
gap: 10px;
}
}

.p-detail {
width: 90%;
margin: auto;
}

@media (max-width: 768px) {
.hero-banner__overlay {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
}