/* =====================================================================
   1. GLOBÁLNE ŠTÝLY / TYPOGRAFIA
   ===================================================================== */

:root {
  --template-headings-font: "Cinzel";
  --template-font: "Arsenal";
  --main-font-weight: 300;
}

body, p, span, a, li, div {
  font-size: max(17px, 1em);
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: var(--template-headings-font) !important;
  text-transform: uppercase !important;
  font-weight: max(400, var(--main-font-weight)) !important;
}

:root h1 {font-size: 31px;}
:root h2 {font-size: 21px; font-weight: 300;}

@media only screen and (max-width: 600px) {
  :root h1 {font-size: 30px;}
  /* pôvodne tu bolo aj ":root h2 {font-size:21px; font-weight:300;}" –
     identické so základným pravidlom vyššie, nič nemenilo a bolo
     odstránené (pozri bod 9 v poznámke vyššie) */
}

p, a, span, button, div {
  font-family: var(--template-font) !important;
}

p {
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav a, .navbar a, .btn, .btn-default {
  letter-spacing: 1px;
}

/* Hlavné nadpisy na stred / pozadia */
.one-column-body .category-title, .one-column-body.type-detail h1, .one-column-body.type-page h1 {text-align: center;}
.one-column-body .category-title:before, .one-column-body.type-detail h1:before, .one-column-body.type-page h1:before {background: #ffffff;}

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


/* =====================================================================
   2. HEADER & NAVIGÁCIA
   ===================================================================== */

#navigation ul.menu-level-1>li>a b {
  font-family: 'Cinzel';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.75px;
  font-size: 1rem;
}

.breadcrumbs span {
    font-size: 14px !important;
}

#header, ul.menu-level-2 {
  box-shadow: none;
}

#header, #header.fixed-menu {
  background: var(--color-tertiary) !important;
  box-shadow: none;
}

#header .header-top {
  height: 80px;
}

#header .header-top .dropdown button::before {
  top: 6px;
}

/* POZADIE PODMENU */
ul.menu-level-2 {
  background: #fbfbfb !important;
  border-bottom: 1px dashed lightgray !important;
}

#navigation {
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease !important;
}

.header-bottom {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

#navigation ul.menu-level-1>li>a {
  margin: 0px 12px;
}

/* Rozbaľovanie menu */
/*@media only screen and (min-width: 768px) {
 #header #navigation ul.menu-level-1>li.exp>ul {display: none !important;}
 #navigation ul.menu-level-1>li>a .submenu-arrow:after {display: none !important;}
}*/

/* Animácia headeru */
@keyframes plynulyVstup {
  from {
      transform: translateY(-100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes plynulyNavrat {
  0% {
      transform: translateY(1px);
      opacity: 0.8;
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

#header {
  animation: plynulyNavrat 0.5s ease-out;
  transition: all 0.5s ease;
}

#header.fixed-menu {
  animation: plynulyVstup 0.5s ease;
}

/* Animácia navigácie na mobile */
@media only screen and (max-width: 767px) {
    #navigation {
        will-change: transform;
        background: #fff;
        padding-left: 0;
        width: 320px !important;
        right: 0 !important;
        margin: 0;
        height: auto;
        left: auto;
        bottom: 0;
        top: 0;
        position: fixed;
        padding-top: 52px !important;
        padding-bottom: 15px !important;
        transform: translate3d(100%, 0, 0);
        transition: all 0.5s ease;
    }
    .navigation-window-visible #header #navigation {
        transform: translate3d(0, 0, 0);
    }
    .overall-wrapper:after {
    width: calc(100% - 320px);
    opacity: 0;
    }
    .navigation-window-visible .overall-wrapper:after {
        opacity: 1;
        transition: all 0.3s ease;
    }
}


/* =====================================================================
   3. FOOTER
   ===================================================================== */

.custom-footer__articles, .custom-footer__contact {
  text-align: center;
}

.custom-footer__banner8, .custom-footer__banner9991 {
  justify-content: center;
  display: flex;
}

.footer-rows .site-name {
  padding: 10px 15px 5px 10px;
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}

#form-lh-ammyla {
  border-radius: 0px;
  padding: 0px 10% !important;
}

footer .custom-footer>div {
  width: 24%;
  padding: 0 !important;
  margin: 3px;
  border: 1px solid #f3f3f3;
}

footer .custom-footer {
  justify-content: center;
}

.custom-footer__banner8 img {
  max-width: 95%;
}

.custom-footer__banner8 {
  text-align: center;
}


/* =====================================================================
   4. HOMEPAGE / WELCOME
   ===================================================================== */

.homepage-group-title.h4, .welcome .h1 {
  margin: 10px 0px 30px 0px !important;
  text-transform: uppercase !important;
  font-size: 1.9rem !important;
  max-width: unset !important;
}

.homepage-box.welcome-wrapper h1 {
  max-width: 1100px;
}

.products-block.products {
  width: 90%;
  margin: 0 auto;
}


/* =====================================================================
   5. VYHĽADÁVANIE
   ===================================================================== */

@media only screen and (min-width: 800px) {
 .in-vyhladavanie #content-wrapper {
    width: 85%;
}
}

.search-results-group-list a {
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.search-results-group-list {
  display: grid;
  line-height: 30px;
}

#search-group-categories {
  background: var(--color-tertiary);
  padding: 15px 20px 10px 20px;
  border-radius: 5px;
}

#search-group-categories h4 {
  padding: 10px 0px !important;
}


/* =====================================================================
   6. KATEGÓRIE
   ===================================================================== */

/* Ukrytie ozubených kolies */
.id-788 .category-content-wrapper {
  display: none;
}

.category-content-wrapper {
  justify-content: space-evenly;
}

/* Podkategórie */
.type-category .subcategories.with-image li, .type-category .subcategories li {
  border: none !important;
  transition: all 0.5s ease;
}

.type-category .subcategories.with-image li a:hover, .type-category .subcategories li a:hover {
  transform: scale(0.95);
  transition: all 0.5s ease;
}

/* Úvodný banner kategórie */
.prod-cat-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 27em) {
    .prod-cat-cont {flex-direction: column-reverse;}
}
/* Popis kategórie / mobil */
@media only screen and (max-width: 27em) {
.prod-cat-cont div:nth-child(3) {
    display: none;
}
}

.pcc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 50px;
  flex: 1;
  background: #fbfcfc;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
      .pcc-text {
        width: 100%;
        padding: 15px;
        text-align: center;
}
}

.pcc-img {
  flex: 1;
}

.pcc-img img {
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

#category-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  gap: 3px;
}
@media only screen and (max-width: 27em) {
 #category-gallery {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
 .cgi-text {font-size: 1.3rem;}
}

.cg-inner {
  position: relative;
}

.cgi-text {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 100;
  color: #ffffff;
  font-family: 'Old Standard TT' !important;
}

.benefitBanner.position--benefitCategory {
  display: flex;
}

/* Popis pod kategóriou */
#par-cat-bottom-desc {
  padding: 20px;
  border: 1px solid lightgray;
  border-radius: 5px;
}

#par-cat-bottom-desc p {
  margin: 0px;
}


/* =====================================================================
   7. VÝPIS PRODUKTOV (grid / karty)
   ===================================================================== */

.products-block.products .product {
  border: 1px solid #efefef !important;
  border-radius: 5px;
}

#products .product {
  padding: 0px !important;
}

.products-block.products .product .p {
  margin: 0;
}

.products-block.products .product .image {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  display: block;
}

.products-block.products .product .p-in .p-in-in {
  padding-top: 0px;
}

.p-in {
  padding: 0px 25px 25px 25px !important;
}

.products-block.products .product .quantity {
  display: none;
}

#products button.btn.btn-cart.add-to-cart-button, #products .btn-primary {
  font-weight: 700 !important;
  text-transform: uppercase;
  color: var(--color-primary)!important;
}

div#products {
  width: 100% !important;
}

@media only screen and (max-width: 480px) {
    .type-category .product {
        width: 90% !important;
        margin: 15px auto !important;
    }
}

@media only screen and (max-width: 480px) {
    .columns-mobile-2 .products-block.products .product {
        margin: 0 auto;
        margin-bottom: 25px;
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .columns-mobile-2 .products-block.products .product .p-in {
        padding: 0px 15px 15px 15px !important;
    }
}

.product-appendix {
  display: block;
  font-size: 0.8em;
  color: #666;
  margin-top: 0.3em;
}

.products-inline img {
  width: auto;
}

/* Ceny produktov */
.price-measure {display: none !important;}
.product-top .p-final-price-wrapper {
  margin: 0px !important;
}

.calculated-price, .price-final-holder .nowrap {
  font-family: 'Cinzel' !important;
}

.price-final-holder {
  font-family: 'Cinzel' !important;
  font-weight: 300;
}

.p-detail .price-line .price-final {font-size: 2em;}
/* (rovnaká hodnota "font-size:2em;" bola pôvodne naviac aj v
   "@media max-width:480px" – keďže pravidlo vyššie platí na všetkých
   šírkach, media verzia nič nemenila a bola odstránená ako nadbytočná,
   pozri bod 8) */

.product-top .p-final-price-wrapper.in-discount .discount-side .price-save {
  background: white;
  color: #0e964d;
}

.discount-side {
  background: white !important;
}

.price-standard {
  color: #878787 !important;
}

.products-block.products .product .prices.in-discount .price-side, .product-top .p-final-price-wrapper.in-discount .price-side {
  background: white;
}

.product-top .p-final-price-wrapper.in-discount .price-side .price-final {
  color: #000000 !important;
}

.product-top .p-final-price-wrapper.in-discount .price-side .price-additional {
  color: #969696;
  margin-bottom: 0px;
  margin-top: -3px;
}

.products-block.products .product .prices.in-discount .percents {
  background: white;
  width: 60px;
  color: #ff6262;
  font-size: 0.9em;
}

.products-block.products .product .prices.in-discount .old-price {
  color: #ff6363;
  margin: 0 10px;
  -ms-flex-order: 0;
  order: 0;
}

.products-block.products .product .prices.in-discount .price-side .price-final strong {
  color: black;
  font-weight: 300;
}

.products-block.products .product .prices.in-discount .discount-side, .products-block.products .product .prices.in-discount .price-side {
  min-width: 120px;
}

.price-range {
  background-color: #33b88f;
}

/* Hodnotenia a hviezdičky */
.stars a.star:before, .stars span.star:before {
  color: #f0b820 !important;
}

.products-block.products .product .stars .star:before {
  color: #f0b820 !important;
  font-size: 10px !important;
}

.products-block.products .product .stars-wrapper {
  position: relative;
}

.products-block.products .product .stars {
  display: none;
  gap: 1px !important;
  margin: 5px;
}

.products-block.products .product .ratings-wrapper {
  justify-content: start;
}

/* Vlajky / Príznaky */
.flags .flag.flag-new {
  background-color: transparent !important;
  background: #a3d2b0b3 !important;
  color: #ffffff;
}


/* =====================================================================
   8. DETAIL PRODUKTU
   ===================================================================== */

.type-detail .description-inner {
  flex-direction: column;
}

.extended-description {
  display: none;
}

.type-detail .shp-tabs-wrapper .basic-description {
  padding: 0px;
}

.basic-description > h3:nth-of-type(1) {
  display: none;
}

/* Nadpis v detaile produktu */
@media only screen and (min-width: 768px) {
    .multiple-columns-body.type-detail h1 {margin-bottom: 5px;}
}

.product-top .detail-parameters {margin-top: 10px;}

#product-detail-form .col-xs-12.col-lg-6.p-info-wrapper {
  padding: 5px 2% !important;
}

.product-top .add-to-cart button.add-to-cart-button {
  background: var(--color-primary);
  width: 90%;
}

.product-top .add-to-cart button.add-to-cart-button:hover {
  background: var(--color-secondary-hover);
}

.availability-label {
  color: #00b2c4;
}

/* male ikony akcia novinka a pod */
.product-top .p-detail-info .flags .flag {
  align-self: center;
}

/* CAT MAIN TEXT */
@media only screen and (max-width: 995px) {
    #banner-dbox-cat {grid-template-columns: 1fr !important; gap: 20px; margin-bottom: 0px;}
}

#popruhy-prod-page {
  margin: 60px 0px !important;
}

#zm-z {
  display: flex;
  gap: 10px;
  text-align: center;
}

#zm-z p {
  margin: 5px 0px;
}

#zap-m {
  margin: 40px 0px;
}

#pp-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  grid-gap: 10px;
}
@media only screen and (max-width: 27em) {
   #pp-box {
    grid-template-columns: repeat(auto-fit, minmax(80%, 1fr));
    gap: 10px;
}
}

#pp-text-box {
  padding: 20px;
}

#pp-text-box h3 {
  font-size: 1.6rem;
  line-height: 1.45;
}

#pp-text-box h4 {
  padding-top: 5px;
}

#pp-img {
  height: 100%;
  display: flex;
}

#pp-img img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
  width: 100% !important;
}

.pp-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

/* Materiál na konci produktu */
#material-main {
  margin: 25px 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
    #material-main {
        display: flex;
        flex-direction: column;
    }
}

#mat-img img {
  display: none;
  max-width: 100%;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  align-self: center;
  justify-self: center;
  width: 100% !important;
  object-fit: cover;
}

#mat-text {
  padding: 20px;
}

#udrzba-prod {
  display: grid;
  gap: 20px;
  margin: 15px 0px;
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
}

#udrzba-prod a {
  text-align: center;
  background: #fdfdfd;
  color: black;
  border-radius: 2px;
  padding: 5px 10px;
  text-decoration: none;
  align-self: center;
  border: 1px dashed lightgray;
}

#udrzba-prod a:hover {
  border: 1px solid lightgray;
}

.d-gal {
  justify-content: center;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.d-gal img {
  height: 100% !important;
  object-fit: cover;
}

/* Doručenie a výroba pod produktom */
#prod-info-box {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 10px;
  margin: 45px 0px 50px 0px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
    #prod-info-box {grid-template-columns: 1fr;}
}

.pib-text {
  padding: 15px;
  text-align: left;
}

.pib-text h2 {
  font-size: 1.2em;
}

.pib-item {
  border: 1px solid lightgray;
}

/* Úprava v popise produktu */
#uprava-main {
  text-align: left;
  display: flex;
  margin: 60px 0px;
}
@media only screen and (max-width: 27em) {
#uprava-main {
    flex-direction: column;
    text-align: center !important;
}
}

#uprva-image {
  align-items: stretch;
  display: grid;
  flex: 1;
}

#uprva-image img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

#uprava-text {
  text-align: left;
  padding: 10px;
  align-self: center;
  flex: 3;
}

#uprava-text h2 {
  margin: 10px 0px 0px 0px;
  font-weight: 100;
}

#uprava-text p {
  margin: 5px;
}

/* Hodnotenie produktu / odsadenie */
#hodnoceniobchodu {
  margin-top: 50px;
}

.p-detail div.col-xs-12.p-info-wrapper .stars-wrapper, .p-detail div.p-info-wrapper .stars-wrapper {
  display: none;
}


/* =====================================================================
   9. KOŠÍK & CHECKOUT
   ===================================================================== */

.in-kosik .cart-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}

.in-kosik .cart-content > .cart-header {
  grid-row: 1;
  justify-content: space-evenly;
  width: 85vw;
}

.in-kosik .cart-content > .cart-table {
  grid-row: 2;
  max-width: 99vw;
}

td[data-testid="cellTotalPrice"] {
  max-width: 33%;
}

.in-kosik .cart-content > .cart-summary {
  grid-row: 3;
  margin: 10px 0px 5px 0px;
  border-bottom: 1px dashed #e4e4e4;
  border-top: 1px dashed #e4e4e4;
  padding: 20px 5px;
}

.in-kosik .cart-content > :not(.cart-header):not(.cart-table):not(.cart-summary) {
  grid-row: auto;
}

.in-kosik .cart-content > .extras-col.extras-separated {
  grid-row: 4 !important;
  grid-row-start: 4 !important;
  grid-row-end: auto !important;
  margin: 10px 0px 0px 0px;
}

.mehub-bonus-cart-container {
  margin-top: 50px;
}

.ellity-gifts-enabled .cart-table tr.removeable.ellity-visible,
.ellity-gifts-enabled .cart-table tr[data-testid=recapItem].ellity-visible,
.ellity-gifts-enabled .recapitulation-wrapper [data-testid=recapItem].ellity-visible {
  display: flex;
}

#continue-order-button {
  background: var(--color-primary);
}

/* Krajina doručenia */
.form-group.form-group-wrapped.smart-label-wrapper.populated {
  background: var(--color-tertiary);
  padding: 10px !important;
  border-radius: 8px;
}

#vybrat-iny-darcek li.active {
  border-width: 1px;
}

.remove-item {
  padding: 5px 10px !important;
}

button.remove-item.up-is-gift::after {
  content: "Odobrať";
  font-size: 16px;
  color: white;
}

.up-product-modal-gifts .btn-conversion {
  font-size: 16px;
  border: none;
  background: var(--color-primary);
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.cart-content .free-gift .free-gift-name {
  font-weight: 400;
}

/* Adresa v košíku */
#checkoutContent .cart-content .co-box:nth-child(5) {
  padding: 1% 5% 3% 3% !important;
  background: #fff6ea;
  margin: 10px 0px 25px 1%;
  width: fit-content;
  border: 1px solid lightgray;
}
@media only screen and (min-width: 767px) {
#checkoutContent .cart-content .co-box:nth-child(5) {
    margin: 10px 0px 25px 9%;
}}

[data-testid="buttonPopupCart"] {
  background: #0b6734 !important;
  padding: 0px 35px !important;
}


/* =====================================================================
   10. BLOG
   ===================================================================== */

.type-post .news-item-detail {
  max-width: 85vw !important;
  line-height: 28px;
  letter-spacing: 1px;
  box-shadow: 0px 0px 10px lightgray;
  padding: 5rem;
  border-radius: 5px;
}
@media (max-width: 600px) {
.type-post .news-item-detail {
    max-width: 90vw !important; padding: 2rem;}
}
/* POZOR – konflikt: nižšie (sekcia .mg-textbox / LookBook) je ešte
   "@media max-width:768px { .type-post .news-item-detail {max-width:99vw
   !important;} }". Táto 768px podmienka platí aj pod 600px a je v
   pôvodnom súbore ZA pravidlom vyššie, takže na mobile reálne vyhráva
   99vw namiesto 90vw. Pravidlo je ponechané pri pôvodnej .mg-textbox
   sekcii nižšie (bod 10) – over, či je to zámer. */

.news-item, .news-item img {border-radius: 10px;}

.news-item {
  box-shadow: 1px 2px 8px lightgray;
}
@media only screen and (max-width: 767px) {
.news-item {
    margin-bottom: 50px !important;
}
}

.news-item .text {
  padding: 30px !important;
}

.news-item img {
  width: 100% !important;
  height: 100% !important;
}

.type-posts-listing .news-wrapper .news-item .image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

.type-posts-listing .news-wrapper .news-item .image a:hover img {
  transform: none;
}

.type-posts-listing .news-wrapper .news-item .image a {
  height: 100%;
}

.type-post .post-image {
  display: none;
}

.type-posts-listing .news-wrapper .news-item .text {
  justify-content: flex-start;
}

@media only screen and (min-width: 767px) {
 .type-posts-listing .content-inner {width: 85%;}
}

@media (min-width: 992px) {
    .type-posts-listing .news-wrapper .news-item:first-child {flex-direction: row; border-radius: 10px;}
    .type-posts-listing .news-wrapper .news-item:first-child .image {width: 47%; aspect-ratio: 4 / 3; border-radius: 10px;}
}


/* =====================================================================
   11. FORMULÁRE / ÚČET
   ===================================================================== */

#register-form {
  width: 90%;
  margin: 0 auto;
  background: var(--color-tertiary);
  padding: 40px;
  border-radius: 5px;
}

input[type=checkbox]+label:before, input[type=radio]+label:before {
  background-color: lightgray;
}


/* =====================================================================
   12. KLIENTSKA SEKCIA (mehub bonus / VIP)
   ===================================================================== */

.mehub-bonus-profile-container .btn {
  color: black;
  background-color: var(--color-primary) !important;
}

.shoptak-carbon .mehub-bonus-profile-container button {
  line-height: 0px;
}

.in-klient .card {
  background-color: #f5f5f5;
  color: #000000;
}

.mehub-bonus-profile-container .vip-tier>div:nth-child(1) {
  flex-wrap: wrap;
}

.in-klient .tier-name {
  color: black;
  font-family: "Old Standard TT" !important;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 200;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

span.credit-value {
  color: #de980d;
  font-weight: 700 !important;
  font-size: 1.8rem;
  padding: 10px;
}

@media only screen and (max-width: 1200px) {
    span.credit-value {width: 100%; text-align: center;}
    .in-klient .tier-name {flex-direction: column; margin: 0 auto;}
    .in-klient .tier-name img {margin: 0px 0px 10px 0px !important; width: 200px !important; height: 200px !important;}
}

/* skryje moje zlavy v zak sekcii */
.in-klient a[href="/klient/klient-zlavy/"] {
  display: none !important;
}

.card.blue {
  width: fit-content;
  color: #fff;
  background-color: var(--color-primary);
}


/* =====================================================================
   13. WIDGETY TRETÍCH STRÁN (colorbox, raventic, upsell, smartsupp)
   ===================================================================== */

/* Colorbox / Vyskakovacie okno košíka */
#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.7);
  transition: none !important;
  animation: none !important;
}

#cboxContent, #cboxLoadedContent {
  height: auto !important;
}

#cboxContent .products-block, cboxContent .products-inline {
  overflow-x: auto !important;
  flex-wrap: nowrap;
}

#colorbox[role=dialog] #cboxLoadedContent .advanced-order .extras-wrap {
  padding: 0px;
}

/* Raventic */
#raventic-search-dropwdown-h5ngeybci7r.raventic-product-button-default {
  border-radius: 5px !important;
}

#_rvnrce_c_container ._rvnrce_c_list-item>a {
  box-shadow: 1px 1px 5px #dbdbdb;
  padding: 0px;
}

img._rvnrce_c_list-item-image {
  padding: 0px !important;
  width: 100% !important;
  object-fit: cover !important;
}

._rvnrce_c_list-item-image-wrapper {
  width: 100% !important;
}

._rvnrce_c_list-item-text-wrapper ._rvnrce_c_list-item-add-to-cart-wrapper {
  border-radius: 7px !important;
}

/* Skrytie podpisu */
#signature, .podpis {transform: scale(0) !important; display: none !important;}

/* Upsell */
.up-banner-wrapper .up-banner-link {
  justify-content: flex-start;
  margin: 10px 0px;
}

img.up-banner-image {
  width: 70% !important;
}

.up-banner-link:hover {
  background: none !important;
}

.up-swiper-container .swiper-slide .up-product-add-to-cart.up-add-to-cart-type-text a {
  border-radius: 5px;
}

.up-products-cart .up-product td .up-product-add-to-cart a, .up-products-cart .up-product td .up-product-remove-from-cart a, .up-products-cart .up-product td .up-product-select-addon-button a {
  border-radius: 5px;
}

.slick-slider img {width: 100% !important;}
.slick-slider .image {max-width: unset !important;}

/* Info správa na mobil */
@media only screen and (max-width: 767px) {
    .site-msg.information, div.message.notice-message {
        padding: 25px 0 !important;
        min-height: 30vh;
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 1.25rem;
        background: antiquewhite;
        opacity: 1;
        box-shadow: 1px 1px 50px #505050;
    }
    .site-msg.information .close, div.message.notice-message .close {
        top: -50px;
        right: 25px;
        background-size: 25px;
    }
}
@media only screen and (min-width: 767px) {
.site-msg.information .text {
    color: #3f2298 !important;
    font-weight: 700;
}
}

/* Smartsupp chat move up */
@media only screen and (max-width: 767px) {
div[data-testid="widgetButtonFrame"] {
    bottom: 80px !important;
}
}


/* =====================================================================
   14. VIDEO A GALÉRIE (spoločné, LookBook, malá galéria)
   ===================================================================== */

.basic-prod-grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-content: flex-start;
  gap: 10px;
}

.bpdg-item {
  display: grid;
}

/* LookBook template */
#mood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  gap: 5px;
  justify-content: center;
}

.mood-g-item {
  align-items: center;
  align-content: stretch;
  text-align: center;
  background: #fae9da;
  display: grid;
}

.mood-g-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.mg-textbox {
  padding: calc(25px + (100vw - 700px) * (25 - 30) / (300 -  1000));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mg-textbox h2 {
  margin: 0px 0px 5px 0px;
}

.mg-textbox p {
  font-weight: 300;
  padding: 2px;
  margin: 2px 0px;
}

@media only screen and (max-width: 768px) {
 .mg-textbox h2 {font-size: 0.8rem;}
 .mg-textbox p {font-size: 0.7rem;}
 .type-post .news-item-detail {max-width: 99vw !important;}
}

/* Malá galéria / Galéria v popise kategórie */
#small-gal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 400px));
  gap: 7px;
  margin: 50px 0px;
  align-items: center;
  justify-content: space-evenly;
}

#small-gal img {
  border-radius: 5px;
}

#small-gal h2, #small-gal h1 {
  text-align: center;
  margin-top: 10px;
}

#small-gal p {
  text-align: center;
  padding: 5px 10px;
}

#gal-pc {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 12px;
  scroll-behavior: smooth;
  margin-bottom: 30px;
  position: relative;
}

#gal-pc img, #gal-pc iframe {
  border-radius: 3px;
  transition: all 0.5s ease;
  object-fit: cover;
  aspect-ratio: 1/2;
  min-width: 190px !important;
  max-height: 300px;
  cursor: pointer;
}

#gal-pc img:hover {
  border-radius: 3px;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

#gal-pc::-webkit-scrollbar { height: 6px; }
#gal-pc::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.35); border-radius: 8px; }
#gal-pc::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.55); }
#gal-pc::-webkit-scrollbar-track { background: transparent; }

/* Video boxy a iframe */
.onas-video, #vid-blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.onas-video iframe, #vid-blog iframe {
  flex-grow: 1;
  width: 100%;
  height: 55vh;
}

@media screen and (max-width: 990px) {
  #vid-blog, .onas-video {
    width: 100%;
  }
  .onas-video iframe, #vid-blog iframe {
    height: 35vh;
  }
}

div#video-con {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

#video-con iframe {
  width: 100%;
  height: auto !important;
  border: none;
  display: block;
  aspect-ratio: 1 / 1;
}

video.video-bg {
  height: auto;
  max-width: 100%;
}