@charset "utf-8";
/* Weweducre */

.mm-panel {
  background: #fff;
}
.mm-menu_offcanvas {
  width: 80vw;
  min-width: 240px;
  max-width: 440px;
}
#carousel {
display:none!important;
}
#options-container-30 a {
  width: auto !important;
  margin-bottom: 7px;
  height: 38px;
  border: solid 1px #f1f1f1;
  padding: 10px;
}

/* =========================================================
   ZÁKLADNÍ SVĚTLÉ MATERIÁLY → ČERNÝ TEXT
   ========================================================= */
.parametr-option[class*="bíl"],
.parametr-option[class*="white"],
.parametr-option[class*="lldpe"],
.parametr-option[class*="opal"],
.parametr-option[class*="clear"],
.parametr-option[class*="pmma"],
.parametr-option[class*="sklo"],
.parametr-option[class*="glass"],
.parametr-option[class*="hliník"],
.parametr-option[class*="aluminium"],
.parametr-option[class*="inox"],
.parametr-option[class*="nerez"],
.parametr-option[class*="silver"],
.parametr-option[class*="stříbr"]{
  color:#000;
}

/* =========================================================
   ZÁKLADNÍ POVRCHY / MATERIÁLY
   ========================================================= */

/* BÍLÝ ZÁKLAD */
.parametr-option[class*="bíl"],
.parametr-option[class*="white"]{
  background:#fff;
}

/* LLDPE */
.parametr-option[class*="lldpe"]{
  background:#f7f7f7;
}

.parametr-option[class*="čern"], .parametr-option[class*="black"] {
  background: #000 !important;
  color: #fff !important;
}
/* ŠEDÁ */
.parametr-option[class*="šed"],
.parametr-option[class*="grey"],
.parametr-option[class*="gray"]{
  background:#b8b8b8;
}

/* ANTRACIT */
.parametr-option[class*="antracit"],
.parametr-option[class*="anthracite"]{
  background:#3a3a3a;
  color:#fff;
}

/* ZLATÁ / GOLD / LIGHT GOLD */
.parametr-option[class*="zlat"],
.parametr-option[class*="gold"]{
  background:#c9b16f;
  color:#000;
}

/* CHAMPAGNE */
.parametr-option[class*="champagne"]{
  background:#cbb98f;
  color:#000;
}

/* BRONZ */
.parametr-option[class*="bronz"],
.parametr-option[class*="bronze"]{
  background:#7a563b;
  color:#fff;
}

/* MĚĎ */
.parametr-option[class*="měd"],
.parametr-option[class*="copper"]{
  background:#9b5a32;
  color:#fff;
}

/* MODRÁ */
.parametr-option[class*="modr"],
.parametr-option[class*="blue"]{
  background:#4a6fa5;
  color:#fff;
}

/* ŽLUTÁ / COLZA */
.parametr-option[class*="žlut"],
.parametr-option[class*="yellow"],
.parametr-option[class*="colza"]{
  background:#e0c84f;
  color:#000;
}

/* ORANŽOVÁ */
.parametr-option[class*="oranž"],
.parametr-option[class*="orange"],
.parametr-option[class*="traffic"]{
  background:#e87c2a;
  color:#fff;
}

/* SAND / TAUPE */
.parametr-option[class*="sand"],
.parametr-option[class*="taupe"]{
  background:#d4c7b3;
  color:#000;
}

/* =========================================================
   STRUKTURY / POVRCHY
   ========================================================= */

/* MAT */
.parametr-option[class*="mat"]{
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);
}

/* KARTÁČOVANÝ / TUMBLED HLINÍK */
.parametr-option[class*="kartáč"],
.parametr-option[class*="brushed"],
.parametr-option[class*="tumbled"],
.parametr-option[class*="anod"]{
  background:linear-gradient(135deg,#cfcfcf,#e6e6e6,#bdbdbd);
  color:#000;
}

/* STRUKTURA */
.parametr-option[class*="struktura"],
.parametr-option[class*="texture"]{
  background:#9e9e9e;
}

/* =========================================================
   FELT / PLASTER / MARBLE / DIAMOND
   ========================================================= */

.parametr-option[class*="felt"]{
  background:#8e8e8e;
}

.parametr-option[class*="oxide"]{
  background:#7c2f2f;
  color:#fff;
}

.parametr-option[class*="jade"]{
  background:#9fb8a8;
}

.parametr-option[class*="plaster"]{
  background:#cfc6bc;
}

.parametr-option[class*="marble"]{
  background:linear-gradient(135deg,#fff,#e6e6e6);
}

.parametr-option[class*="diamond"]{
  background:#bdbdbd;
}

/* =========================================================
   KOMBINACE 2 BAREV – RADIAL COLOR WASH
   (funguje pro VŠECHNY kombinace v seznamu)
   ========================================================= */

.parametr-option[class*="+"][class*="lldpe"]{
  color:#000;
}

.parametr-option[class*="+"]{
  background:
    radial-gradient(circle at center,
      rgba(0,0,0,.25) 0%,
      rgba(0,0,0,.15) 30%,
      rgba(0,0,0,0) 65%
    ),
    currentColor;
}

/* jemné barevné opáry podle barvy */
.parametr-option[class*="+"][class*="žlut"],
.parametr-option[class*="+"][class*="colza"]{
  background:
    radial-gradient(circle at center,
      rgba(224,200,79,.45) 0%,
      rgba(224,200,79,.30) 35%,
      rgba(224,200,79,0) 70%
    ),
    #f7f7f7;
}

.parametr-option[class*="+"][class*="oranž"]{
  background:
    radial-gradient(circle at center,
      rgba(232,124,42,.45) 0%,
      rgba(232,124,42,.30) 35%,
      rgba(232,124,42,0) 70%
    ),
    #f7f7f7;
}

.parametr-option[class*="+"][class*="modr"]{
  background:
    radial-gradient(circle at center,
      rgba(74,111,165,.45) 0%,
      rgba(74,111,165,.30) 35%,
      rgba(74,111,165,0) 70%
    ),
    #f7f7f7;
}

.parametr-option[class*="+"][class*="zlat"],
.parametr-option[class*="+"][class*="champagne"]{
  background:
    radial-gradient(circle at center,
      rgba(201,177,111,.45) 0%,
      rgba(201,177,111,.30) 35%,
      rgba(201,177,111,0) 70%
    ),
    #f7f7f7;
}

.image-hold.video-hold video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-nav-button.top-nav-button-login {
  background: url(/user/documents/pic/user.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px !important;
}
.mm-menu_offcanvas {
  width: 80vw !important;
  min-width: 240px;
  max-width: 440px;
}
.top-nav-button.top-nav-button-login:before {
display:none;
}

.mburger {
  --mb-button-size: 60px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 10px;
  --mb-cross-timeout: 0.4s;
  background: 0 0;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: 0;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease;
}
.mburger span:not(:empty) {
  padding-right: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
}
.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
}
.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s;
}
.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s;
}
.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.1s),
  calc(var(--mb-cross-timeout) + 0.3s), calc(var(--mb-cross-timeout) + 0.3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
  calc(var(--mb-cross-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.3s),
  calc(var(--mb-cross-timeout) + 0.3s);
}
.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s;
}
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s;
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
  calc(var(--mb-cross-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
  calc(var(--mb-cross-timeout) + 0.2s);
}
.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
  calc(var(--mb-cross-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-cross-timeout) + 0s),
  calc(var(--mb-cross-timeout) + 0.1s);
}
.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s;
}
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s;
}
.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s;
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.4s),
  calc(var(--mb-cross-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-cross-timeout) + 0.2s);
}
.mburger {
  --mb-button-size: 41px;
  --mb-bar-width: 0.6;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 7px;
  --mb-cross-timeout: 0.4s;
  color: inherit;
  line-height: var(--mb-button-size);
  cursor: pointer;
}
.moburger span {
  display: none;
}
.mena.mm-listitem {
  float: left;
}
#mm-1 {
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-size: auto, auto;
  background-size: 114% 100%;
  background-position: left -31px top;
}
.login.mm-listitem {
  clear: both;
}
.mm-navbar.mm-navbar_sticky {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
}
.moburger {
  display:none;
}
.moburger {
  position: absolute;
  top: 22px;
  left: 15px;
  z-index: 22;
  z-index: 5555;
}
.mm-listitem__text {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 18px;
}#header {
  margin-top: 33px;
  margin-bottom: 57px;
}
.mburger b {
  background: #000;
}
#mm-1 {
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: bottom 11px left 13px;
}
.mm-listitem__text {
  text-transform: none !important;
}
.mm-navbar.mm-navbar_sticky {
  background: transparent;
  color: #fff;
}
.mm-listview li {
  width: 100%;
}
.mm-listview li a b {
  color: #fff !important;
  font-weight: 400 !important;
}
.navigation-in .navigationActions, .navigation-in .navigationActions__submenu ul:not(:first-of-type) li:first-of-type > a {
  border-color: transparent;
}
.mm-listitem__text span {
  text-transform: uppercase;
  font-size: 14px;
}
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #282828;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
}

#header .site-name a img {
  max-height: 126px;
}
.selectbox-container.othervariants img {
  display: block;
  max-width: 108px;
}

.option-price::before {
  content: "+";
}
.selectbox-container.othervariants .option-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}
.vam {
  filter: grayscale(1);
}
.info-icon {
  background: #f6a940 !important;
  padding: 4px;
  border-radius: 100px;
  position: absolute;
  top: 9px;
  right: -8px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 12px;
  color: #fff;
}
.in-kolekce.type-posts-listing .headerbot-inner h1 {
  background: #fff;
  padding: 35px;
    padding-top: 35px;
  padding-top: 35px;
  font-size: 95px;
  float: ;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-size: 71px;
  position: absolute;
  bottom: 46px;
  right: 50%;
  mix-blend-mode: unset;
  min-height: 232px;
  padding-top: 69px;
  font-weight: 400;
  text-align: center;
}


.headerbot-inner h1 {
  background: #f3f3f3;
  padding: 35px;
    padding-top: 35px;
  font-size: 95px;
  float: ;
  display: block;
  width: fit-content;
  text-transform: uppercase;
  font-size: 71px;
  position: absolute;
  bottom: -47px;
  right: 50%;
  mix-blend-mode: color-burn;
  min-height: 232px;
  padding-top: 69px;
}

.in-kolekce.type-post .perex {
  margin-top: 80px;
  margin-bottom: 77px;
}
.in-kolekce.type-post .inspogallery {
  margin-bottom: 120px;
}

 .in-kolekce .news-item {
  border-bottom: 0;
  display: block;
  margin-bottom: 80px;
  padding-bottom: 0;
  position: relative;
  height: 550px;
}

.in-kolekce .news-item::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,transparent,#000);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 40%;
}
.in-kolekce .perex {
  margin-top: 80px;
  margin-bottom: 80px;
}
.in-kolekce .news-item .title {
  color: #fff;
  position: absolute;
  bottom: 0px;
  z-index: 5555;
  padding: 20px;
}
.in-kolekce .news-item .image img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-kolekce .image a {
  height: 550px !important;
  display: block;
}
.in-kolekce #newsWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 80px;
}

.productin {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  padding-left: 0px;
}
.productin .p-tools {
  display: none;
}
.in-inspirace.type-post .news-item {
    border-bottom: 0;
    display: block;
    margin-bottom: 80px;
    padding-bottom: 0;
  }
.headerbot-inner {
  text-align: right;
  position: relative;
  max-width: 1660px;
}
.second-word {
  text-transform: none;
  font-style: italic;
}
.in-inspirace.type-post h1 {
    display:none;
  }
.in-inspirace #newsWrapper .news-item .image {
  border: 1px solid #f1f1f1;
  border-radius: 100px;
}
#formContact {
  max-width: 633px;
}
.cohold {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.in-inspirace #newsWrapper .news-item:hover img {
  border: 10px solid #f6a940;
  transition: all .2s ease;
}

.in-inspirace #newsWrapper .news-item .image img {
  margin: 0px !important;
  border-radius: 100px;
  overflow: hidden;
  transition: all .2s ease;
}
.in-inspirace #newsWrapper .news-item:hover {
  top: -15px !important;
  transition: all .2s ease !important;
  position: relative;
}

.in-inspirace #newsWrapper .news-item {
top: 0px !important;
  transition: all .2s ease !important;
}
.subcategories {
  align-items: stretch;
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 19px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 9px;
}
#checkoutContent h4 {
  text-align: left;
  font-family: cr !important;
  font-size: 22px;
}
.order-delivery::before, .order-payment::before {
display:none;
}
#formContact label {
  width: 100%;
}
#formContact input {
  width: 100%;
  max-width: 100%;
  margin-bottom: -14px;
  border: solid 1px #000;
}
#formContact textarea {
  width: 100%;
  max-width: 100%;
  border: solid 1px #000;
}
.type-page h1 {
  text-align: left;
  font-family: cr !important;
  font-size: 34px;
}

.subcategories li {
  display: flex;
  flex: 0 1 auto;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.shp-tabs-wrapper.p-detail-tabs-wrapper > .row {
  margin: auto;
}
.navigation-buttons > a[data-target="cart"] i {
  background-color: #f6a940;
  color: var(--_color-header-contrast-text);
}

.mapout iframe {
  height: 100%;
}
.contboxholder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}
.p-image > a::after {
  background: rgba(0,0,0,0.023);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.p-image {
  margin-bottom: 14px;
}
.p-image-wrapper {
  display: grid;
}
.image-grid {
  order: 2;
}
.p-image {
  order: 1;
}
.p-image::after {
  background-color: transparent !important;
}
#description .mb-5 {
  margin-bottom: 54px;
}
#description .pl-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  text-align: left;
}
#description .pl-3 .row {
  margin: unset !important;
}

.in-inspirace #newsWrapper .news-item .title {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 11px;
}
.in-inspirace #newsWrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 78px;
}
.in-inspirace #newsWrapper .news-item {
  display: block;
  text-align: center;
}
.in-inspirace.type-post .storytop {
  text-align: center;
  font-family: cr !important;
  font-size: 32px;
  margin-bottom: 53px;
  font-weight: 400;
}

.news-item.active.swiper-slide {
  top: -15px !important;
  transition: all .2s ease !important;
}
.news-item.active.swiper-slide img {
  border: 10px solid #f6a940;
  transition: all .2s ease;
}

.perex {
  margin: auto;
    margin-bottom: auto;
  display: block;
  margin-bottom: 46px;
  max-width: 650px;
  text-align: center;
}
.next-prev.text-center {
  display: none;
}
.separ {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.inspogallery {
  column-count: 3;
  column-gap: 1rem;
  max-width: 980px;
  margin: auto;
}
.perex h2 {
  font-family: cr !important;
  font-size: 32px;
  font-weight: 400;
}
.inspogallery-item img {
  display: block;
  width: 100%;             /* obrázek vyplní šířku sloupce */
  height: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* decentní stín */
  transition: transform .3s;
}

.inspogallery-item img:hover {
  transform: scale(1.03);  /* efekt při najetí myší */
}
.inspogallery-item {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
}
.bhold {
  background: #f3f3f3;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer__title {
  font-family: Gotham-Book,sans-serif;
  font-family: var(--font-default);
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  color: var(--color-primary);
  margin-top: 1.25rem;
}
.footer-social {
  display: flex;
  flex: 1 1;
  align-items: center;
  padding: 2.1875rem 0 .9375rem;
  margin-bottom: 59px;
}
.footer-social ul {
  padding: 0px;
    padding-left: 0px;
  max-width: 268px;
  margin: auto;
  text-align: center;
  display: inline-flex;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 555;
  padding-left: 32px !important;
}
.footer-social::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
}
.footer-social a {
  padding: 10px;
}
 #footer ul {
    padding-left: 0px;
 background:#fff;
  }
.footer__title {
  font-family: cr !important;
  font-size: 28px;
  color: #f6a940;
}
.footer-social__line {
    height: .0625rem;
  }
#button-addon2 {
  background: #fff;
  color: #000;
  float: right;
  margin-top: -58px;
  border: solid 1px #000;
}

.icon:before {
  color: #f6a940;
  font-size: 29px;
}

.footer__newsletter-title {
  font-size: 21px;
}
.footer-xalgroup {
  display: none;
}
.footer-main input {
  border: solid 1px #000;
  margin-top: 41px;
  max-width: 100% !important;
  height: 58px;
}
.footer-main ul li a {
  text-transform: uppercase;
  font-weight: 600;
}
#footer ul li::before {
  display:none!important;
}
.footer__newsletter-title {
    font-size: 1.25rem;
  }
.footer-link-list > li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.footer .icon {
  color: #6c757d;
  color: var(--color-secondary);
}
.but.extended-banner-link {
  width: 100%;
  max-width: 446px;
}
.imageshadow {
  overflow: hidden;
}
.textholder h2 {
  font-family: cr !important;
  font-size: 34px;
}
.imageholder {
  overflow: hidden;
}

.imageshadow img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.imageholder:hover .imageshadow img {
  transform: scale(1.05);
}
.imageholder {
  clear: both;
  float: left;
  width: 100%;
}
.imageholder h3 {
  color: #fff;
  position: absolute;
  z-index: 5;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
  bottom: 35px;
  width: 100%;
}
.textholder {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}
.imageholder, .imageshadow {
position:relative;
}

.imageholder img {
  align-self: end;
  width: 100%;
  height: auto;
}
.imageholder .imageshadow::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,transparent,#000);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 40%;
}

.bhold {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.rightc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@font-face {
    font-family: 'greg';
    src: url('/user/documents/fonts/greg.woff2') format('woff2'),
    url('/user/documents/fonts/ektor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gbold';
    src: url('/user/documents/fonts/gbold.woff2') format('woff2'),
    url('/user/documents/fonts/ektor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cr';
    src: url('/user/documents/fonts/cr.woff2') format('woff2'),
    url('/user/documents/fonts/ektor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cg';
    src: url('/user/documents/fonts/cg.woff2') format('woff2'),
    url('/user/documents/fonts/ektor.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.container.navigation-wrapper .site-name {
  z-index: 3;
  width: 317px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}


.navigation-buttons a[data-target="search"] {
  background-image: url( /user/documents/pic/lupa.svg?2);
  background-size: 33px;
  background-position: center center;
  background-repeat: no-repeat;
}

.login-link.toggle-window {
  background-image: url(/user/documents/pic/user.svg?2);
  background-size: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.toggle-window.cart-count {
  background-image: url( /user/documents/pic/basket.svg?2);
  background-size: 29px;
  background-position: center center;
  background-repeat: no-repeat;
}

.extended-banner-link, .extended-banner-text, .extended-banner-title {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
  position: relative;
}
.extended-banner-link {
  height: 29px;
  margin-top: 0px;
  right: 0;
  top: 0px;
  clear: both;
  float: left;
  width: 100%;
}
.item img {
  float: right;
  width: 100%;
}
.extended-banner-link, .extended-banner-text, .extended-banner-title {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
  position: relative;
}

.navigation-buttons a::before {
  display:none!important;
}

.navigation-in ul li a b {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0px;
}
.navigation-buttons a {
  background-size: 20px !important;
}
#header {
  margin-top: 33px;
  margin-bottom: 39px;
}
.navigation-buttons a {
    height: 80px;
    line-height: 80px;
    width: 50px;
  }

 .container {
    max-width: 1500px;
    width: 100%;
  }

#target {
  width: 1500px;
  margin: auto;
  overflow: hidden;
}

#target .extended-banner-title {
  font-family: var(--font-default);
  font-size: 94px;
  display: block;
  line-height: .95;
  font-weight: 300;
}
#target .extended-banner-texts {
  max-width: 36%;
  bottom: 18%;
  top: unset;
}
.extended-banner-link {
  border: 1px solid #000;
  color: #000;
  transition: all .3s ease;
  text-align: center;
  padding: 23px;
  height: auto;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 135px;
  margin-top: 36px;
  min-width: 188px;
  font-size: 17px;
}
.extended-banner-link:hover {
 background-color:#f8a940;
border: 1px solid #f8a940;
}
.image-cover {
  width: 100%;
  max-width: 73%;
  float: right;
  height: 696px;
  overflow: hidden;
  position: relative;
  margin-right: 58px;
}
.navigation-in ul li a b {
  font-weight: 600;
}
.swiper.swiper-container-initialized {
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #f6a940!important;
}
.swiper-pagination-bullet {
  width: 13px!important;
  height: 13px!important;
  display: inline-block;
  border-radius: 50%;
  background: #f6a940!important;
  opacity: .4;
}
.next-to-carousel-banners {
    margin-top: 0px;
  }

.item::after {
  content: "";
  width: 650px;
  background: #f3f4f4;
  height: 712px;
  position: absolute;
  right: 0px;
  z-index: -1;
  top: 45px;
}

.swiper-button-black {
  width: 109px!important;
}
 .swiper-button-prev::after {
  background: url(/user/documents/pic/arrowleft.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 92px;
  width: 120px !important;
  height: 55px!important;
text-indent:-99999px;
}

.swiper-button-next::after {
  background: url(/user/documents/pic/arrowright.svg);
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-size: 92px;
  width: 120px !important;
  height: 55px!important;
text-indent:-99999px;
}

.arrows-holder {
  max-width: 281px;
  position: relative;
  float: right;
  top: -42px;
  width: 240px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 34px;
  left: 0;
  width: 100%;
}

.shp-tab-link {
  font-family: cr !important;
  font-size: 26px;
}
.shp-tab-link {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.active .shp-tab-link {
  background-color: #fff;
  border-color: transparent;
  color: #f6a940;
}
.shp-tabs, .shp-tabs-holder {
  background-color: transparent;
  border-color: transparent;
}
.p {
  border-color: transparent;
}
.swiper-arrows {
  width: 250px !important;
  padding: 0px !important;
  position: absolute !important;
  right: 0px;
  bottom: 0px;
}
.products-block > div .p .name {
    height: 52px;
    text-transform: uppercase !important;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 300;
  }
.products-block > div .p .p-bottom {
  padding: 0 10px;
  display: none;
}
.availability {
  display: none !important;
}
.navigation-in ul li a b {
  position: relative;
}

#header .navigation-in > ul > li:hover > a b::after
{
  content: "";
  width: 100%;
  background: #f6a940 ;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
transition: all .2s ease-in-out;
}
#header .navigation-in > ul > li > a b::after {
  content: "";
  width: 0px;
  background: #f6a940 ;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s ease-in-out;
}
.swiper-arrows .swiper-button-next, .swiper-arrows .swiper-button-prev {
  position: relative;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
  width: 118px;
  float: left;
}


.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: scale(1);
  }

.links {
  text-align: center;
  margin-bottom: 46px;
  max-width: 1200px;
  margin: auto;
    margin-top: auto;
  margin-top: 76px;
}
.footer-banner {
  padding: 0px;
  width: 116%;
  position: relative;
  left: -8%;
}
.links a {
  font-size: 22px;
  font-weight: 600;
  width: 33%;
  float: left;
  margin-bottom: 40px;
position:relative;
}


.links a:hover:after
{
  content: "";
  width: 120px;
  background: #000 ;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
transition: all .2s ease-in-out;
}
.links a::after {
  content: "";
  width: 0px;
  background: #000 ;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .2s ease-in-out;
}
.welcome h1 {
  display: none;
}

.news-item.swiper-slide .read-article {
  display: none;
}

.news-item .text .description {
  line-height: 2.2rem;
  display: none;
}

.news-item.swiper-slide img {
  border: 10px solid #fff;
transition: all .2s ease;
}
.news-item.swiper-slide .image img {
  margin: 0px !important;
  border-radius: 100px;
  overflow: hidden;
transition: all .2s ease;
}
.news-item.swiper-slide .image {
border: 1px solid #f1f1f1;
border-radius: 100px;
}

.news-item.swiper-slide:hover img {
  border: 10px solid #f6a940;
transition: all .2s ease;
}
.news-item.swiper-slide .title {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 11px;
}
.news-item.swiper-slide:hover {
 top:-15px!important;
transition: all .2s ease!important;
}
.news-item.swiper-slide {
 top:0px;
transition: all .2s ease!important;
}
#products-9, #products-1, #products-2, #products-6 {
  display: -webkit-inline-box;
  flex-wrap: unset;
  width: 100%;
  padding-bottom: 67px;
}
#inspirace-swiper {
  padding-bottom: 27px;
}
.news-item .image {
    width: 370px;
    width: 100%;
  }
#footer {
  background-color: transparent;
  border-top-color: transparent;
}
.container.footer-newsletter {
  visibility: hidden;
}
.storytop {
  text-align: center;
  font-family: cr !important;
  font-size: 26px;
  margin-bottom: 53px;
  font-weight: 400;
}
.container.footer-newsletter {
  visibility: hidden;
  display: none !important;
}
.next-to-carousel-banners {
  margin-top: 0px;
  width: 2000px !important;
  max-width: 1710px !important;
  margin-top: 88px;
}
.inspirace-wrapper {
  margin-top: 95px;
}
.item {
  padding-bottom: 103px;
}
.moburger {
  visibility: hidden;
}
.cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.shp-tab-link {
  font-family: roboto;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000 !important;
}
.type-detail .shp-tabs-wrapper.p-detail-tabs-wrapper {
  background: #f3f3f3;
  max-width: 100%;
  margin-top: 80px;
  padding: 99px;
}

.type-detail .shp-tabs-wrapper.p-detail-tabs-wrapper .row {
  max-width: 1480px;
  margin: auto;
}

.btn.btn-conversion.add-to-cart-button {
  background: transparent;
  color: #000;
  width: 260px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion::before {
display:none!important;
}
.type-detail #content {
  padding: 0px;
}

.parametr-option {
  width: auto !important;
  padding: 0px;
  margin-right: 15px;
}
.selectbox-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0px;
}

.selectbox-container {
  margin-bottom: 13px;
}
.option-price {
  opacity: 0.5;
  font-size: 12px;
}
#options-container-15 {
  position: relative;
  top: -15px;
}
.p-data-wrapper {
  max-width: 630px !important;
}
.p-image {
  display: none;
}
.col-sm-12.p-thumbnails-wrapper {
  display: none;
}
.p-detail-inner {
  max-width: 1504px;
}
.breadcrumbs.navigation-home-icon-wrapper {
  max-width: 1502px;
display:none!important;
}
.image-hold > a::after {
  background: rgba(0,0,0,0.023);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.image-hold {
  position: relative;
}
.image-hold:first-child {
  height: 596px;
  position: relative;
}
.image-hold:first-child img {
  object-fit: cover;
  height: 100%;
}
.btn.btn-conversion.add-to-cart-button:hover {
  background: #f7a941;
  border: solid 1px #f7a941;
}
.p-final-price-wrapper > strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.price-final-holder::before {
  content: "Cena";
  font-size: 12px;
  float: left;
  width: 100%;
  font-weight: 300;
  margin-bottom: 9px;
}
.p-to-cart-block {
  padding: 0px;
}
.p-to-cart-block {
  padding-bottom: 49px;
}
#options-container-15 .parametr-option {
  padding: 9px;
}

#options-container-15 .parametr-option {
  width: auto !important;
  padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 6px;
  margin-bottom: 7px;
  height: 38px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 9px;
}
.add-to-cart {
    float: left;
    padding-top: 0;
    text-align: left;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
.p-to-cart-block .p-add-to-cart-wrapper {
  margin-left: 0px;
  width: 100%;
}
#options-container-15 .parametr-option.black-matt {
        background: #000;
        color: #fff;
      }
      #options-container-15 .parametr-option.white-matt {
        background: #fff;
        color: #000;
        border: 1px solid #ccc;
      }
.stepper-header {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.parametr-option {
position:relative;
}
.parametr-option img {
  display: none;
}
#options-container-15 .parametr-option {
  display: flex;
  flex-direction: column-reverse;
  align-items: le;
  text-align: center;
  font-size: 14px;
  float: left;
  text-align: left;
}
.parametr-option::after {
  content: "";
  height: 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  background: #000;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}
.parametr-option.active:after {
  width: 100%;
}.p-basic-info-block {
display:block!important;
}
.category-title {
  text-align: left;
  font-family: cr !important;
  font-size: 34px;
}
.subcategories a {
  border: solid 1px #000;
  text-align: center;
  width: 100%;
  padding: 14px;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}

.p-data-wrapper h1 {
  font-weight: 300;
}
.subcategories li::before {
  background-color: #000;
display:none!important;
}
.subcategories li {
  padding: 0px;
  list-style-type: none !important;
}
 .breadcrumbs, .index-content-wrapper, .next-to-carousel-banners, .ordering-process .content-wrapper-in, .p-detail-inner, .p-detail-tabs-wrapper, .type-category .benefitBanner, .type-category .content, .type-glossary .content-wrapper-in, .type-manufacturer-detail .content-wrapper-in, .type-manufacturers-listing .content-wrapper-in, .type-page .content-wrapper-in, .type-post .content-wrapper-in, .type-posts-listing .content-wrapper-in, .type-search .content-wrapper-in {
    max-width: 1492px;
  }
.p-basic-info-block {
  border-color: #000;
  border-style: solid none;
  border-width: 1px 0;
  display: flex;
  flex-flow: column;
  padding: 20px 0;
  margin-top: 23px;
  margin-bottom: 19px;
}
.p-basic-info-block .block {
  align-self: auto;
  flex: 1 1 auto;
  padding: 0px;
  display: none;
}

.p-basic-info-block .block:first-child {
  align-self: auto;
  flex: 1 1 auto;
  padding: 0px;
  display: block!important;
}

.wide .p-final-price-wrapper {
    width: 100%;
    border-bottom: solid 2px #000;
    float: left;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
.p-short-description {
  visibility: hidden;
}
.p-detail .add-to-cart .quantity {
  border-style: solid;
  border-width: 1px;
  margin-right: -11px;
}
.quantity {
  border-color: #000;
}
.image-grid {
  column-count: 2;
  column-gap: 15px;
}
.quantity .decrease, .quantity .increase {
  background-color: inherit;
  border-color: #000;
  color: inherit;
}
.image-hold {
  break-inside: avoid;
  margin-bottom: 15px;
}

.image-hold img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 580px) { 
 #header {
    left: 0;
    position: relative;
    top: 0;
    transition: transform .15s;
    width: 100%;
    z-index: 56;
    margin-top: 0px !important;
    box-shadow: none;
  }

.image-cover {
  width: 100%;
  max-width: 100%;
  float: right;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-right: 0px;
}
#target {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.shp-tabs-wrapper.homepage-tabs-wrapper {
  overflow: hidden;
}
.inspirace-wrapper {
  margin-top: 95px;
  width: 100%;
  overflow: hidden;
}
.next-to-carousel-banners {
  margin-top: 0px;
  width: 100% !important;
  max-width: 1710px !important;
  margin-top: 88px;
}
.overall-wrapper {
    padding-top: 16px;
  }
[data-target="navigation"] {
  display: none !important;
}
.news-item.swiper-slide .image {
  border: none;
  border-radius: 100px;
}

#target .extended-banner-texts {
  max-width: 36%;
  bottom: 18%;
  top: unset;
  position: relative;
}
#target .extended-banner-title {
    font-family: var(--font-default);
    font-size: 48px;
    display: block;
    line-height: .95;
    font-weight: 300;
    max-width: 80%;
  }
#target .extended-banner-texts {
  max-width: 36%;
  bottom: 18%;
  top: unset;
  position: relative;
  padding: 9px !important;
  left: 17px;
}
#target .extended-banner-link {
  left: 23px;
}
.navigation-buttons {
  position: absolute;
  top: -16px;
}
.footer-banners.row.banner-wrapper {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
  }
.navigation-buttons {
  position: absolute;
  top: -16px;
  right: 13px;
}
.bhold {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: none;
}
.footer-banner {
  padding: 0px;
  width: 100%;
  position: relative;
  left: 0px;
  float: left;
  max-width: 100%;
}
.rightc {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.bhold {
  background: #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.moburger {
    position: absolute;
    top: 21px;
    left: 14px;
    z-index: 22;
    display: block;
    z-index: 5555555555 !important;
  }
.container.navigation-wrapper .site-name {
  z-index: 3;
  width: 159px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  padding: 0px !important;
}
.content, .type-category .benefitBanner {
  padding-left: 10px;
  padding-right: 10px;
}
.arrows-holder {
    max-width: 281px;
    position: relative;
    float: right;
    top: -48px;
    width: 240px;
    margin: auto;
    display: block;
    float: unset;
  }
#filters-wrapper {
  clear: both;
}
.parametr-option.bílá-lldpe-\+-černá {
  background: radial-gradient(circle at center, rgba(0,0,0,.45) 0%, rgba(0,0,0,.30) 35%, rgba(232,124,42,0) 70% ), #f7f7f5;
}
.columns-mobile-2 .products-block > div .p .name {
    display: block;
    -webkit-line-clamp: 2;
    min-height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.subcategories a {
  border: solid 1px #000;
  text-align: center;
  width: 100%;
  padding: 11px;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 12px;
  font-weight: 300 !important;
}
.category-content-wrapper {
  clear: both;
}
.category-top {
  margin-top: 25px;
  display: block;
  float: left;
  width: 100%;
}
.shp-tab.active a {
  border-bottom: solid 1px #000;
}
.moburger {
  visibility: visible;
}
#header .site-name a img {
  max-height: 126px;
  margin-top: 13px;
}

.image-grid {
  column-count: 1;
  column-gap: 15px;
}
.p-detail-inner .p-data-wrapper {
  order: 2;
  padding: 20px;
}
.selectbox-container {
    display: block;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0px;
    clear: both;
    margin-bottom: 22px;
  }
.p-detail .add-to-cart .quantity {
  border-style: solid;
  border-width: 1px;
  margin-right: 0px;
  width: 100%;
  text-align: center;
}
.parametr-option.bílá-lldpe-\+-černá {
  background: #000;
  color: #fff !important;
}
.type-detail .shp-tabs-wrapper.p-detail-tabs-wrapper {
  background: #f3f3f3;
  max-width: 100%;
  margin-top: 80px;
  padding: 0px;
}
.type-detail .shp-tabs-holder {
  padding: 6px;
    padding-bottom: 6px;
  padding-bottom: 0px;
  margin-top: 12px;
  float: left;
  width: 100%;
  margin-bottom: 32px !important;
}
.basic-description .col-sm-12 {
  padding: 12px;
}
.basic-description .col-12.col-md-6 {
  padding: 0px;
}
#description .pl-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  text-align: left;
}
.stepper-header {
  margin-top: 23px;
  float: left;
  width: 100%;
  margin-bottom: 9px;
  clear: both;
}
.image-hold {
  height: 596px;
  position: relative;
overflow:hidden;
}
.image-hold {
  height: 596px;
  position: relative;
  width: 100% !important;
}
.image-hold {
  break-inside: unset;
  margin-bottom: 0px;
}
#options-container-15 {
  position: relative;
  top: 6px;
}
.p-image-wrapper {
  display: block !important;
}
.image-grid {
    column-count: unset !important;
    column-gap: 0px !important;
  }

.mobile-gallery-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-gallery-swiper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
.mobile-gallery {
  overflow: hidden;
}
.p-data-wrapper h1 {
  font-weight: 400;
  margin-bottom: -20px;
}
.p-detail-inner .p-data-wrapper {
    order: 2;
    padding: 10px;
  }
.option-container {
  clear: both;
}

.container.navigation-wrapper .site-name {
    z-index: 3;
    width: 188px;
    position: absolute;
    left: 36%;
    padding: 0px !important;
  }

.navigation-buttons a, .top-nav-button-login {
  width: 31px !important;
}

 }