/* --- OBECNÉ ROZVRŽENÍ A ÚPRAVY --- */

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.banner-container {
  position: relative;
  margin-bottom: 20px;
}
.banner-container::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.customNavigation {
  text-align: center;
  margin-top: 10px;
}
.customNavigation .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #eee;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.customNavigation .btn:hover {
  background-color: #ddd;
}

.reassurance-item {
  text-align: center;
  font-size: 0.95em;
}
.reassurance-item .material-icons {
  font-size: 2em;
  color: #555;
}

#footer .block_newsletter form input[type="email"] {
  width: 100%;
  max-width: 350px;
  margin-bottom: 10px;
}
#footer .block_newsletter form .btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#footer .block_newsletter form .btn:hover {
  background-color: #333;
}

.homepage-products h2.h1 {
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer .links li {
  margin-bottom: 6px;
}

#mobile_top_menu_wrapper {
  background-color: #f8f8f8;
}
#mobile_top_menu_wrapper .top-menu {
  padding: 10px;
}
#mobile_top_menu_wrapper .top-menu li a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ddd;
}

.product-flags {
  margin-top: 10px;
}
.product-flag {
  font-size: 0.8em;
  padding: 4px 6px;
}


/* --- PRODUKTOVÉ OBRÁZKY – FADE IN + LUPA --- */

/* Fade + transform efekt */
.js-main-image {
  opacity: 0;
  transition: opacity 3.2s ease, transform 0.6s ease;
  width: 100%;
  display: block;
  object-fit: contain;
  max-width: 100%;
  will-change: transform, opacity;
}

.js-main-image.loaded {
  opacity: 1;
}

.js-main-image:hover {
  transform: scale(1.03);
}

/* Interaktivní lupa */
.image-zoom-container {
  position: relative;
  overflow: hidden;
}

.image-zoom-container .js-main-image {
  transform-origin: center center;
  transition: transform 0.3s ease-out;
}

.image-zoom-container:hover .js-main-image {
  transform: scale(2);
  cursor: zoom-in;
}

.image-zoom-container:active .js-main-image {
  cursor: zoom-out;
}

.vr-product {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 16px;
}

.vr-faq h4 {
  margin-top: 18px;
}

.vr-faq p {
  margin-bottom: 12px;
}


/* =========================================================
   PRODUCT PAGE – MOBILE LANDSCAPE (Artistic/PS8)
   - layout pod sebe
   - thumbnails vždy viditelné (horiz. scroll)
========================================================= */
@media (max-width: 991px) and (orientation: landscape) {

  /* 1) Layout pod sebe */
  #product #main .row,
  #product #main .product-container,
  #product #main .product-content {
    display: flex !important;
    flex-direction: column !important;
  }

  /* 2) Sloupce na 100% */
  #product #main #content-wrapper,
  #product #main .images-container,
  #product #main .product-information,
  #product #main .product-left,
  #product #main .product-right {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  /* 3) Zrušit sticky/fixed */
  #product #main .product-information,
  #product #main .product-actions,
  #product #main .product-prices {
    position: static !important;
    top: auto !important;
  }

  /* 4) Neořezávat galerii */
  #product #main .images-container,
  #product #main .product-cover,
  #product #main .product-cover-container {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
  }

  /* 5) Hlavní fotka – aby zbylo místo na náhledy */
  #product #main .product-cover img,
  #product #main .js-main-image {
    width: 100% !important;
    height: auto !important;
    max-height: 55vh !important;
    object-fit: contain !important;
  }

  /* 6) THUMBNAILS – pokrytí více variant tříd v Artisticu */
  #product #main .js-qv-mask,
  #product #main .product-images,
  #product #main .thumbnails,
  #product #main #thumb-gallery,
  #product #main .product-thumbs,
  #product #main .thumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;

    margin-top: 10px !important;
    padding-bottom: 6px !important;
  }

  #product #main .product-images > li,
  #product #main .thumbnails > li,
  #product #main .thumb-container,
  #product #main #thumb-gallery a,
  #product #main .product-thumbs a,
  #product #main .thumbs a {
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 8px !important;
  }

  #product #main .product-images img,
  #product #main .thumbnails img,
  #product #main .thumb-container img,
  #product #main #thumb-gallery img,
  #product #main .product-thumbs img,
  #product #main .thumbs img {
    height: 58px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: cover !important;
  }
}

/* =========================================================
   FIX: Product gallery + layout glitches on mobile/tablet
   - vypnout zoom/lupu na touch (řeší překryvy)
   - thumbnails vždy viditelné i v mezibodech
========================================================= */

/* 1) Na dotykových zařízeních vypni lupu/hover zoom (dělá překryvy) */
@media (hover: none), (pointer: coarse) {
  .image-zoom-container { overflow: visible !important; }
  .image-zoom-container:hover .js-main-image { transform: none !important; }
  .js-main-image:hover { transform: none !important; }
}

/* 2) Produkt: zabránit překryvům mezi sloupci v problematických šířkách */
@media (max-width: 991px) {
  #product #main .row,
  #product #main .product-container,
  #product #main .product-content {
    display: flex !important;
    flex-direction: column !important;
  }

  #product #main .images-container,
  #product #main .product-information,
  #product #main #content-wrapper,
  #product #main .product-left,
  #product #main .product-right {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    position: static !important;
  }

  /* Kdyby něco mělo z-index a lezlo přes galerii */
  #product #main .images-container { z-index: 1 !important; }
  #product #main .product-information { z-index: 2 !important; }
}

/* 3) Thumbnails: vynutit zobrazení napříč variantami wrapperů */
@media (max-width: 991px) {
  #product #main .js-qv-mask,
  #product #main .product-images,
  #product #main .thumbnails,
  #product #main #thumb-gallery,
  #product #main .product-thumbs,
  #product #main .thumbs {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;

    margin-top: 10px !important;
    padding-bottom: 6px !important;
  }

  #product #main .product-images > li,
  #product #main .thumbnails > li,
  #product #main .thumb-container,
  #product #main #thumb-gallery a,
  #product #main .product-thumbs a,
  #product #main .thumbs a {
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 8px !important;
  }

  #product #main .product-images img,
  #product #main .thumbnails img,
  #product #main .thumb-container img,
  #product #main #thumb-gallery img,
  #product #main .product-thumbs img,
  #product #main .thumbs img {
    height: 58px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: cover !important;
  }
}

/* ===== Artistic: vynutit bílé pozadí u všech rozbalovaček ===== */

/* Bootstrap dropdown */
.dropdown-menu,
.dropdown-menu.show,
#header .dropdown-menu,
#header .dropdown-menu.show {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  opacity: 1 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Artistic často používá popover */
.popover,
.popover-body,
.popover-content {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.15) !important;
}

/* Když je "sklo" dělané přes pseudo-element */
.dropdown-menu::before,
.dropdown-menu::after,
.popover::before,
.popover::after {
  background: #fff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Položky uvnitř (ať nejsou průhledné) */
.dropdown-menu a,
.dropdown-menu .dropdown-item,
.popover a,
.popover .dropdown-item {
  background-color: #fff !important;
  color: #111 !important;
}

.dropdown-menu a:hover,
.dropdown-menu .dropdown-item:hover,
.popover a:hover,
.popover .dropdown-item:hover {
  background-color: #f2f2f2 !important;
}

/* ===== FINAL MOBILE CENTER FIX: qty + Add To Cart ===== */
@media (max-width: 768px) {
  #product #add-to-cart-or-refresh .product-add-to-cart {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  #product #add-to-cart-or-refresh .product-quantity {
    display: grid !important;
    grid-template-columns: 84px minmax(220px, 320px) !important;
    column-gap: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    margin: 0 auto !important;
  }

  #product #add-to-cart-or-refresh .product-quantity .qty,
  #product #add-to-cart-or-refresh .product-quantity .add {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  #product #add-to-cart-or-refresh .product-quantity .add button.add-to-cart {
    width: 100% !important;
    height: 52px !important;
    line-height: 52px !important;
    margin-top: 0 !important;
    display: block !important;
  }

  #product #add-to-cart-or-refresh .bootstrap-touchspin {
    margin-bottom: 0 !important;
  }
}

/* CMS mobil: zrušit levý sloupec + přidat okraje */
@media (max-width: 768px) {
  body.page-cms.layout-left-column #left-column {
    display: none !important;
  }

  body.page-cms.layout-left-column #columns_inner {
    display: block !important;
  }

  body.page-cms.layout-left-column #content-wrapper {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin: 0 !important;
  }

  body.page-cms #main #content.page-content,
  body.page-cms #main .page-header,
  body.page-cms #main .breadcrumb {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.page-cms #main #content.page-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

/* Fix: order return reason textarea hidden on order detail page */
.page-order-detail #order-return-form textarea[name="returnText"],
.page-order-detail .js-order-return-form textarea.form-control {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 120px !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  padding: 10px 12px !important;
  resize: vertical !important;
}

.page-order-detail #order-return-form .form-footer,
.page-order-detail #order-return-form button[name="submitReturnMerchandise"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Fix: guest order tracking inputs hidden on the guest tracking page */
#guestOrderTrackingForm input[name="order_reference"],
#guestOrderTrackingForm input[name="email"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 44px !important;
  min-height: 44px !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #cfcfcf !important;
  background: #fff !important;
  color: #333 !important;
  padding: 8px 12px !important;
}

/* Checkout clarity: first step for new and returning customers */
body#checkout section.checkout-step .vr-checkout-intro {
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid #ead9c5;
  border-left: 4px solid #7b430e;
  background: #fffaf4;
}

body#checkout section.checkout-step .vr-checkout-intro .vr-checkout-kicker {
  margin: 0 0 6px;
  color: #7b430e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

body#checkout section.checkout-step .vr-checkout-intro h2 {
  margin: 0 0 8px;
  color: #2f261f;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
}

body#checkout section.checkout-step .vr-checkout-intro p {
  margin: 0;
  color: #514840;
  font-size: 15px;
  line-height: 1.55;
}

body#checkout section.checkout-step .vr-checkout-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 24px !important;
}

body#checkout section.checkout-step .vr-checkout-tabs .nav-item {
  margin: 0 !important;
}

body#checkout section.checkout-step .vr-checkout-tabs .nav-link {
  display: block;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid #d8d1ca;
  background: #fff;
  color: #3f352d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

body#checkout section.checkout-step .vr-checkout-tabs .nav-link span {
  display: block;
  margin-top: 7px;
  color: #6e6258;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

body#checkout section.checkout-step .vr-checkout-tabs .nav-link.active {
  border-color: #7b430e;
  background: #7b430e;
  color: #fff;
}

body#checkout section.checkout-step .vr-checkout-tabs .nav-link.active span {
  color: #fff3e7;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form {
  max-width: 760px;
  padding: 22px 24px;
  border: 1px solid #dfd3c7;
  background: #fff;
  box-shadow: 0 10px 28px rgba(48, 34, 22, 0.08);
}

body#checkout section.checkout-step #customer-form .form-group,
body#checkout section.checkout-step #login-form .form-group {
  margin-bottom: 22px;
  padding-bottom: 2px;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
  padding-top: 13px;
  color: #3d332c;
  font-weight: 700;
  font-size: 15px;
}

body#checkout section.checkout-step #customer-form input.form-control,
body#checkout section.checkout-step #customer-form select.form-control,
body#checkout section.checkout-step #customer-form textarea.form-control,
body#checkout section.checkout-step #login-form input.form-control,
body#checkout section.checkout-step #login-form textarea.form-control {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  border: 3px solid #6f3a07 !important;
  border-radius: 4px !important;
  background: #fff7d6 !important;
  color: #1f1710 !important;
  font-size: 16px;
  line-height: 1.35;
  padding: 11px 13px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 0 rgba(111, 58, 7, 0.12) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body#checkout section.checkout-step #customer-form input.form-control:focus,
body#checkout section.checkout-step #customer-form select.form-control:focus,
body#checkout section.checkout-step #customer-form textarea.form-control:focus,
body#checkout section.checkout-step #login-form input.form-control:focus,
body#checkout section.checkout-step #login-form textarea.form-control:focus {
  border-color: #7b430e !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(123, 67, 14, 0.18);
  outline: none;
}

body#checkout section.checkout-step #customer-form input.form-control:hover,
body#checkout section.checkout-step #customer-form select.form-control:hover,
body#checkout section.checkout-step #customer-form textarea.form-control:hover,
body#checkout section.checkout-step #login-form input.form-control:hover,
body#checkout section.checkout-step #login-form textarea.form-control:hover {
  border-color: #8e6b46 !important;
}

body#checkout section.checkout-step #customer-form .js-input-column,
body#checkout section.checkout-step #login-form .js-input-column {
  padding: 5px 7px !important;
  border-radius: 5px !important;
  background: rgba(123, 67, 14, 0.08) !important;
}

body#checkout section.checkout-step #customer-form .form-control-comment,
body#checkout section.checkout-step #login-form .form-control-comment {
  color: #5f5145 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body#checkout section.checkout-step #customer-form .form-group:focus-within,
body#checkout section.checkout-step #login-form .form-group:focus-within {
  background: #fffaf1 !important;
}

body#checkout section.checkout-step #customer-form input[type="radio"],
body#checkout section.checkout-step #customer-form input[type="checkbox"],
body#checkout section.checkout-step #login-form input[type="checkbox"] {
  outline: 2px solid #bba993;
  outline-offset: 2px;
}

body#checkout section.checkout-step #customer-form .input-group .input-group-btn .btn,
body#checkout section.checkout-step #login-form .input-group .input-group-btn .btn,
body#checkout section.checkout-step #customer-form button[data-action="show-password"],
body#checkout section.checkout-step #login-form button[data-action="show-password"] {
  min-height: 50px;
  border: 2px solid #7b430e;
  background: #7b430e;
  color: #fff;
  font-weight: 700;
}

body#checkout section.checkout-step #customer-form .form-informations.vr-account-choice {
  margin: 26px 0 14px;
  padding: 15px 18px;
  border: 1px solid #e1d3c3;
  background: #fbf7f2;
  color: #3d332c;
}

body#checkout section.checkout-step #customer-form .form-informations-title {
  color: #3d332c;
  font-size: 16px;
}

body#checkout section.checkout-step #customer-form .form-informations-subtitle {
  display: block;
  margin-top: 6px;
  color: #6a5f56 !important;
  font-size: 14px;
  line-height: 1.45;
}

body#checkout section.checkout-step #customer-form .help-block,
body#checkout section.checkout-step #login-form .help-block {
  margin-top: 7px;
  color: #776d65;
  font-size: 12px;
  line-height: 1.35;
}

body#checkout section.checkout-step #customer-form .custom-checkbox,
body#checkout section.checkout-step #customer-form .checkbox {
  margin: 12px 0;
  padding: 12px 14px;
  border: 1px solid #e3d6c8;
  background: #fffaf4;
}

body#checkout section.checkout-step #customer-form .custom-checkbox label,
body#checkout section.checkout-step #customer-form .checkbox label {
  color: #473c34;
  font-size: 14px;
  line-height: 1.45;
}

body#checkout section.checkout-step #customer-form .form-footer {
  margin-top: 24px;
  text-align: right;
}

body#checkout section.checkout-step #customer-form .form-footer .continue {
  min-width: 210px;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(123, 67, 14, 0.2);
}

@media (max-width: 767px) {
  body#checkout section.checkout-step .vr-checkout-tabs {
    grid-template-columns: 1fr;
  }

  body#checkout section.checkout-step .vr-checkout-intro h2 {
    font-size: 21px;
  }

  body#checkout section.checkout-step #customer-form .form-footer {
    text-align: left;
  }

  body#checkout section.checkout-step #customer-form .form-footer .continue {
    width: 100%;
  }
}

body#contact #content-wrapper #content {
  color: #342a22;
}

body#contact #left-column {
  margin-bottom: 24px;
}

body#contact #contact-rich {
  padding: 22px 20px;
  border: 1px solid #dfd3c7;
  background: #fbf7f2;
  color: #3d332c;
  box-shadow: 0 10px 28px rgba(48, 34, 22, 0.07);
}

body#contact #contact-rich .block_title {
  margin-bottom: 18px;
  color: #3b2414;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

body#contact #contact-rich .block_content .icon {
  width: 34px;
  padding-top: 1px;
}

body#contact #contact-rich .block_content .icon i {
  color: #7b430e;
  font-size: 22px;
}

body#contact #contact-rich .block_content .data {
  margin-inline-start: 42px;
  margin-bottom: 18px;
  color: #473c34;
  font-size: 14px;
  line-height: 1.55;
}

body#contact #contact-rich .block_content .data a {
  color: #6f3a07;
  font-weight: 700;
}

body#contact .contact-form.vr-contact-form {
  width: 100%;
  padding: 28px 30px;
  border: 1px solid #dfd3c7;
  background: #fff;
  color: #342a22;
  box-shadow: 0 10px 28px rgba(48, 34, 22, 0.08);
}

body#contact .contact-form.vr-contact-form .vr-contact-heading {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eadccb;
}

body#contact .contact-form.vr-contact-form h1 {
  margin: 0;
  color: #3b2414;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

body#contact .contact-form.vr-contact-form .form-group.row {
  margin: 0 0 22px;
  padding: 0;
  color: #342a22;
}

body#contact .contact-form.vr-contact-form .form-control-label {
  padding-top: 13px;
  color: #3d332c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body#contact .contact-form.vr-contact-form .form-control,
body#contact .contact-form.vr-contact-form select,
body#contact .contact-form.vr-contact-form textarea,
body#contact .contact-form.vr-contact-form input[type="email"],
body#contact .contact-form.vr-contact-form input[type="file"] {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  border: 3px solid #6f3a07 !important;
  border-radius: 4px !important;
  background: #fff7d6 !important;
  color: #1f1710 !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  padding: 11px 13px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 0 rgba(111, 58, 7, 0.12) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body#contact .contact-form.vr-contact-form textarea.form-control {
  min-height: 160px !important;
  resize: vertical;
}

body#contact .contact-form.vr-contact-form .form-control:focus,
body#contact .contact-form.vr-contact-form select:focus,
body#contact .contact-form.vr-contact-form textarea:focus,
body#contact .contact-form.vr-contact-form input[type="email"]:focus,
body#contact .contact-form.vr-contact-form input[type="file"]:focus {
  border-color: #7b430e !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(123, 67, 14, 0.18) !important;
  outline: none !important;
}

body#contact .contact-form.vr-contact-form .form-control-comment {
  display: block;
  padding-top: 7px;
  color: #6a5f56;
  font-size: 13px;
  line-height: 1.35;
}

body#contact .contact-form.vr-contact-form .custom-checkbox,
body#contact .contact-form.vr-contact-form .checkbox {
  margin-top: 4px;
  padding: 12px 14px;
  border: 1px solid #e3d6c8;
  background: #fffaf4;
}

body#contact .contact-form.vr-contact-form .custom-checkbox label,
body#contact .contact-form.vr-contact-form .checkbox label {
  color: #473c34;
  font-size: 14px;
  line-height: 1.45;
}

body#contact .contact-form.vr-contact-form .form-footer {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid #eadccb;
  text-align: right;
}

body#contact .contact-form.vr-contact-form .form-footer .btn,
body#contact .contact-form.vr-contact-form .form-footer input[type="submit"] {
  min-width: 190px;
  min-height: 48px;
  padding: 12px 24px;
  border: 2px solid #7b430e;
  background: #7b430e;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(123, 67, 14, 0.2);
}

body#contact .contact-form.vr-contact-form .form-footer .btn:hover,
body#contact .contact-form.vr-contact-form .form-footer input[type="submit"]:hover {
  border-color: #3b2414;
  background: #3b2414;
}

@media (max-width: 767px) {
  body#contact .contact-form.vr-contact-form {
    padding: 22px 18px;
  }

  body#contact .contact-form.vr-contact-form h1 {
    font-size: 23px;
  }

  body#contact .contact-form.vr-contact-form .form-control-label {
    padding-top: 0;
    margin-bottom: 8px;
  }

  body#contact .contact-form.vr-contact-form .form-footer {
    text-align: left;
  }

body#contact .contact-form.vr-contact-form .form-footer .btn,
body#contact .contact-form.vr-contact-form .form-footer input[type="submit"] {
  width: 100%;
  }
}

body.cms-id-9 .page-cms-9 .vr-store-map,
body.page-cms.cms-id-9 .vr-store-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  margin: 18px 0 10px;
  overflow: hidden;
  border: 1px solid #dfd3c7;
  background: #f6f1eb;
  box-shadow: 0 10px 28px rgba(48, 34, 22, 0.08);
}

body.cms-id-9 .page-cms-9 .vr-store-map iframe,
body.page-cms.cms-id-9 .vr-store-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.cms-id-9 .page-cms-9 .vr-store-map-link,
body.page-cms.cms-id-9 .vr-store-map-link {
  margin: 10px 0 24px;
}

body.cms-id-9 .page-cms-9 .vr-store-map-link a,
body.page-cms.cms-id-9 .vr-store-map-link a {
  color: #6f3a07;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 767px) {
  body.cms-id-9 .page-cms-9 .vr-store-map,
  body.page-cms.cms-id-9 .vr-store-map {
    aspect-ratio: auto;
    min-height: 280px;
  }
}
