/*!
Theme Name: Soundstyle
Theme URI: http://underscores.me/
Author: Ondřej Tóth
Author URI: https://ondrej-toth.cz
Description: Šablona na míru pro Soundstyle
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soundstyle
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Soundstyle is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	
	 font-family: 'Helvetica Neue', Roboto, sans-serif;
	font-size: 20px;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	 font-family: 'Montserrat', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {

}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* MOJE CSS */

.otrock-hero {
  position: relative;
  width: 100%;
  /* 100vh fallback + moderní jednotky pro mobilní prohlížeče */
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden; /* jistota proti přesahům */
}

.otrock-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--otrock-hero-bg, none); /* definováno inline v sekci */
  background-size: cover;      /* vyplní obrazovku */
  background-position: center; /* drží střed motivu */
  background-repeat: no-repeat;
  will-change: transform;      /* plynulejší scroll/animace, když bys přidal efekt */
}



.otrock-feature {
  position: relative;
  background-color: #ffffff;
  background-image: var(--otrock-feature-bg);
  background-size: cover;
  background-position: right bottom;
  padding: 100px 0;
}

.otrock-feature__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.otrock-feature__image {
  flex: 0 0 44%;
}

.otrock-feature__image img {
  width: 100%;
  height: auto;
  display: block;
}

.otrock-feature__content {
  flex: 1 1 auto;
}

.otrock-feature__title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
}

.otrock-feature__text {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-feature {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-feature__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .otrock-feature__content { order: 1;}
  .otrock-feature__image { order: 3; width: 100%; flex: 0 0 auto; }
  .otrock-feature__title { font-size: 28px;}
  .otrock-feature__text { font-size: 16px; line-height: 26px;}
}

@media (max-width: 768px) {

	.otrock-feature__title {
  margin-bottom: 20px;
}

  .otrock-feature {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-feature__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .otrock-feature__content { order: 1; width: 100%; }
  .otrock-feature__image { order: 3; width: 100%; }
  .otrock-feature__title { font-size: 28px;}
  .otrock-feature__text { font-size: 16px; line-height: 26px}
}

.otrock-brands {
  background: #fff;
  padding: 100px 0;
}

.otrock-brands__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.otrock-brands__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 80px 0;
}

.otrock-brands__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.otrock-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  min-height: 200px;
  padding: 20px;
  transition: transform .2s ease;
}

.otrock-brands__item:hover { transform: translateY(-2px); }

.otrock-brands__item img {
  height: auto;
  width: auto;
  display: block;
}

.otrock-brands__cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.otrock-brands__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fcc324;
  border-radius: 50%;
  text-decoration: none;
  line-height: 0;
}


.otrock-brands__cta-link img {
  width: 26px;
  height: 26px;
  display: block;
}

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-brands { padding: 50px 20px; }
  .otrock-brands__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-brands__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .otrock-brands__item { min-height: 200px; padding: 16px; }
  .otrock-brands__cta { margin-top: 24px; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-brands { padding: 50px 20px; }
  .otrock-brands__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-brands__grid { grid-template-columns: 1fr; gap: 20px; }
  .otrock-brands__item { min-height: 200px; padding: 16px; }
  .otrock-brands__cta { margin-top: 24px; }
}

.otrock-partners {
  background: #fff;
  padding: 0 0 100px 0;
}

.otrock-recenze {
  display: none;
  background: #fff;
  padding: 100px 0 100px 0;
}

.otrock-partners__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.otrock-partners__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.otrock-product__titlemap {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 40px 0 40px 0;
}

.otrock-recenze__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 40px 0;
}


.otrock-partners__subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px 0;
}

.otrock-partners__map iframe {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border: none;
  border-radius: 16px;
}

.otrock-contact__map iframe {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  border: none;
  border-radius: 16px;
}


/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-partners { padding: 50px 20px; }
  .otrock-recenze { padding: 50px 20px; }
  .otrock-partners__title { font-size: 28px; margin-bottom: 16px; }
    .otrock-product__titlemap { font-size: 28px; margin-bottom: 16px; }
    .otrock-recenze__title { font-size: 28px; margin-bottom: 16px; }
  .otrock-partners__subtitle { font-size: 16px; margin-bottom: 40px; }
  .otrock-partners__map iframe { min-height: 320px; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
	.otrock-recenze { padding: 50px 20px; }
  .otrock-partners { padding: 50px 20px; }
  .otrock-partners__title { font-size: 28px; margin-bottom: 16px; }
   .otrock-product__titlemap { font-size: 28px; margin-bottom: 16px; }
  .otrock-partners__subtitle { font-size: 16px; margin-bottom: 30px; }
  .otrock-partners__map iframe { min-height: 280px; }
   .otrock-recenze__title   { font-size: 28px; margin-bottom: 16px; }
}

.otrock-news { background: #f3f3f3; padding: 100px 0; }
.otrock-news__inner { max-width: 1200px; margin: 0 auto;}
.otrock-news__title { text-align: center; font-size: 48px; font-weight: bold; margin: 0 0 80px 0; }

.otrock-news__list { display: grid; grid-template-columns: 1fr; gap: 50px; }

.otrock-news__item { position: relative; background: #fff; border-radius: 16px; padding: 30px; }

.otrock-news__badge { position: absolute; top: 30px; left: 30px; background: #FF8128; color: #fff; font-weight: 500; font-size: 21px; line-height: 21px; padding: 12px 20px; border-radius: 16px; }

.otrock-news__body { display: flex; align-items: center; min-height: 350px; }
.otrock-news__media { flex: 0 0 60%; display: flex; align-items: center; justify-content: start; }
.is-reverse .otrock-news__media {justify-content: end;}
.otrock-news__content { flex: 0 0 40%; color: #000; }

.otrock-news__media img { max-width: 100%; width: auto; height: auto; object-fit: contain; }

.otrock-news__item-title { font-size: 30px; font-weight: 700; color: #000; margin: 0 0 20px 0; }
.otrock-news__item-title.euro { font-size: 20px; font-weight: 500; color: #000; margin: 0 0 20px 0; }
.otrock-news__text { font-size: 20px; line-height: 31px; font-weight: 300; margin: 0 0 20px 0; color: #000; }

.otrock-btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.otrock-btn.otrock-btn--yellow { font-size: 20px; font-weight: 500; background: #fcc324; color: #000; padding: 12px 20px; border-radius: 16px; }

/* sudé položky: prohoď pořadí a proporce na 40/60 */
.otrock-news__item.is-reverse .otrock-news__body { flex-direction: row-reverse; }
.otrock-news__item.is-reverse .otrock-news__media { flex: 0 0 40%; }
.otrock-news__item.is-reverse .otrock-news__content { flex: 0 0 60%; }

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-news { padding: 50px 20px; }
  .otrock-news__title { font-size: 28px; margin-bottom: 40px; }
  .otrock-news__item { padding: 20px; }
  .otrock-news__body { flex-direction: column!important; align-items: flex-start; gap: 20px; min-height: auto; }
  .otrock-news__media, .otrock-news__content { flex: 0 0 auto; width: 100%; }
  .otrock-news__item-title { font-size: 22px; }
  .otrock-news__text { font-size: 16px; line-height: 26px; }
  .otrock-news__price { font-size: 18px; }
  .is-reverse .otrock-news__media {justify-content: center;}
  .otrock-news__media {justify-content: center;}
}

/* Mobil ≤768px */
@media (max-width: 768px) {
	  .is-reverse .otrock-news__media {justify-content: center;}
  .otrock-news__media {justify-content: center;}
  .otrock-news { padding: 50px 20px; }
  .otrock-news__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-news__item { padding: 20px; }
  .otrock-news__body { flex-direction: column!important; align-items: flex-start; gap: 20px; min-height: auto;  margin-top: 50px; }
  .otrock-news__media, .otrock-news__content { width: 100%; }
  .otrock-news__item-title { font-size: 20px; }
  .otrock-news__text { font-size: 16px; line-height: 26px; }
  .otrock-news__price { font-size: 18px; }
}

.otrock-footer {
  background: #27292E;
  color: #fff;
  padding: 100px 0 40px 0;
}

.otrock-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.otrock-footer__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.otrock-footer__logo {
  width: auto;
  display: block;
  height: 50px;
}

.otrock-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 40px;
}

.otrock-footer__col { color: #fff; }

.otrock-footer__heading {
  color: #fcc324;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  	 font-family: 'Helvetica Neue', Roboto, sans-serif;
}

.otrock-footer__text p {
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.otrock-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.otrock-footer__menu a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 31px;
  color: #fcc324;
}

.otrock-footer__menu a:hover { text-decoration: underline; }

.otrock-footer__contact p {
  margin: 0;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
}

.otrock-footer__contact a {
  color: #fff;
  text-decoration: none;
}

.otrock-footer__contact a:hover { text-decoration: underline; }

.otrock-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.otrock-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  line-height: 0;
}

.otrock-footer__social-link img {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 8px;
}

.otrock-footer__bottom {
  text-align: center;
  border-top: 1px solid #FFF;
  padding-top: 20px;
}

.otrock-footer__bottom p {
  margin: 0;
  color: #ccc;
  font-size: 14px;
}

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-footer { padding: 50px 20px 30px 20px; }
  .otrock-footer__cols { grid-template-columns: 1fr 1fr; gap: 40px; }
  .otrock-home-link {
  	    justify-content: start!important;
  }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-footer { padding: 50px 20px 30px 20px; }
  .otrock-footer__cols { grid-template-columns: 1fr; gap: 20px; }
  .otrock-footer__top { justify-content: center; }
  .otrock-footer__logo { height: 36px; }
  .otrock-footer__bottom p { font-size: 13px; }
    .otrock-home-link {
  	     justify-content: start!important;
  }
}

.otrock-header {
  background: #27292E;
  color: #fff;
}

.home .otrock-header {
  background: linear-gradient(to bottom, #000, transparent);
  position: relative;
  z-index: 3;
}


.otrock-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 50px;

}

.otrock-header__logo img {
  height: 72px;
  width: auto;
  display: block;
}

.otrock-header__nav { flex: 1 1 auto; }
.otrock-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.otrock-header__menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.otrock-header__menu a:hover { text-decoration: underline; }

/* --- SEARCH BAR --- */
.otrock-header__search {
  display: flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 36px; /* stejné jako social ikony */
}

.otrock-header__search input {
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 16px;
  color: #AAAAAA;
  height: 36px;
  line-height: 36px;
  flex: 1;
}

.otrock-header__search button {
  border: none;
  background: #fcc324;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0; /* žádný extra radius */
  padding: 0;       /* odstraní prázdné místo */
}

.otrock-header__search button img {
  max-width: 60%;
  max-height: 60%;
  display: block;
}

/* --- SOCIAL ICONS --- */
.otrock-header__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.otrock-header__social-link {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
}
.otrock-header__social-link img {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 8px;
}

/* --- LANG SWITCHER --- */
.otrock-header__lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.otrock-header__lang-btn {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.otrock-header__lang-btn:hover { text-decoration: underline; }

/* --- DROPDOWN --- */
.otrock-header__item.has-dropdown { position: relative; }

.otrock-header__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.otrock-chevron {
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* DROPDOWN – drží otevřené i při přejezdu z odkazu dolů */
.otrock-header__item.has-dropdown { position: relative; }

/* neviditelný „bridge“ mezi linkem a boxem */
.otrock-header__item.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;        /* překlene mezeru */
}

/* vlastní box */
.otrock-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 12px;    /* vizuální odsazení, gap překlene ::after */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
  padding: 30px;
  min-width: 640px;
  z-index: 100;
  display: none;
}

/* otevření na hover/focus celého <li> */
.otrock-header__item.has-dropdown:hover .otrock-dropdown,
.otrock-header__item.has-dropdown:focus-within .otrock-dropdown {
  display: block;
}

/* vnitřek */
.otrock-dropdown__inner { max-width: 760px; }
.otrock-dropdown__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 20px;
}
.otrock-dropdown__col { list-style: none; margin: 0; padding: 0; }
.otrock-dropdown a { color: #000; text-decoration: none; font-size: 16px; line-height: 33px; display: inline-block; }
.otrock-dropdown a:hover { text-decoration: underline; }

/* oranžový link, pokud je dropdown otevřený */
.otrock-header__item.has-dropdown:hover > .otrock-header__link,
.otrock-header__item.has-dropdown:focus-within > .otrock-header__link {
  color: #FF8128;
}

.otrock-header-mobile { display: none; background: #27292E; color: #fff; position: relative; z-index: 200; }
@media (max-width: 1024px) { .otrock-header { display: none; } .otrock-header-mobile { display: block; } }

.otrock-header-mobile__bar { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.otrock-header-mobile__logo img { height: 36px; width: auto; display: block; }
.otrock-header-mobile__toggle, .otrock-header-mobile__close {height: 36px; border: none; background: transparent; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.otrock-header-mobile__toggle img, .otrock-header-mobile__close img { height: 36px; filter: brightness(0) invert(1); display: block; }

.otrock-header-mobile__overlay { position: fixed; inset: 0; background: #27292E; transform: translateY(-100%); transition: transform .3s ease; overflow-y: auto; z-index: 300; }
.otrock-header-mobile.open .otrock-header-mobile__overlay { transform: translateY(0); }

.otrock-header-mobile__overlay-top { position: sticky; top: 0; left: 0; right: 0; background: #27292E; display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; z-index: 301; border-bottom: 1px solid rgba(255,255,255,.06); }

.otrock-header-mobile__nav { padding: 20px; }
.otrock-header-mobile__menu { list-style: none; padding: 0; margin: 0 0 24px 0; }
.otrock-header-mobile__menu li { margin-bottom: 14px; }
.otrock-header-mobile__menu a { color: #fff; text-decoration: none; font-size: 20px; font-weight: 500; }

.otrock-header-mobile__submenu { display: none; list-style: none; padding-left: 20px; margin-top: 8px; }
.otrock-header-mobile__menu li.open > .otrock-header-mobile__submenu { display: block; }
.otrock-header-mobile__submenu a { font-size: 16px; color: #ddd; }

.otrock-header-mobile__search { display: flex; align-items: center; background: #fff; border-radius: 6px; height: 36px; margin: 10px 20px 24px; }
.otrock-header-mobile__search input { flex: 1; border: none; outline: none; padding: 0 12px; font-size: 16px; color: #222; height: 36px; }
.otrock-header-mobile__search button { height: 36px; border: none; background: #fcc324; display: flex; align-items: center; justify-content: center; }
.otrock-header-mobile__search button img { display: block; }

.otrock-header-mobile__social { display: flex; gap: 12px; padding: 0 20px; margin-bottom: 16px; }
.otrock-header-mobile__social img { width: 36px; height: 36px; display: block; border-radius: 8px}

.otrock-header-mobile__lang { display: flex; gap: 16px; padding: 0 20px 30px; }
.otrock-header-mobile__lang .otrock-header__lang-btn { font-size: 20px; }

.otrock-terms {
  position: relative;
  background: #fff;
  background-image: var(--otrock-terms-bg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 100px 0;
}

.otrock-terms__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.otrock-terms__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 40px 0;
}

.otrock-terms__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #000;
}

.otrock-terms__content p {
  font-size: 20px;
  line-height: 31px;
  margin: 0 0 20px 0;
}

.otrock-terms__list {
  margin: 0 0 16px 18px;
  padding: 0;
}

.otrock-terms__list li {
  font-size: 20px;
  line-height: 31px;
  margin: 0 0 8px 0;
}

.otrock-terms__link {
  color: #FF8128;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}

.otrock-terms__link:hover {
  color: #FF8128;
}

.otrock-terms__media {
  max-width: 800px;
  margin-left: auto;
  margin-top: -120px;
  z-index: 1;
}

.otrock-terms__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-terms {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-terms__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .otrock-terms__media {
    max-width: 520px;
    margin-top: 20px;
  }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-terms {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-terms__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .otrock-terms__media {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* 404 page
----------------------------------------------------------------------- */
.otrock-404 {
  position: relative;
  background: #fff;
  background-image: var(--otrock-404-bg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding: 100px 0;
}

.otrock-404__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.otrock-404__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 0 0 40px 0;
}

.otrock-404__content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  color: #000;
}

.otrock-404__code {
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  color: #FF8128;
  margin: 0 0 20px 0;
}

.otrock-404__content p {
  font-size: 20px;
  line-height: 31px;
  margin: 0 0 20px 0;
}

.otrock-404__link {
  color: #FF8128;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}

.otrock-404__link:hover {
  color: #FF8128;
}

.otrock-404__media {
  max-width: 800px;
  margin-left: auto;
  margin-top: -120px;
  z-index: 1;
}

.otrock-404__media img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-404 {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-404__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .otrock-404__code {
    font-size: 80px;
  }
  .otrock-404__media {
    max-width: 520px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .otrock-404 {
    background-image: none;
    padding: 50px 20px;
  }
  .otrock-404__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .otrock-404__code {
    font-size: 80px;
  }
  .otrock-404__media {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* Legal / informační stránky (GDPR, podmínky apod.)
----------------------------------------------------------------------- */
.otrock-legal-header {
  background: #f6f6f6;
  padding: 80px 20px 60px;
  text-align: center;
}

.otrock-legal-header__inner {
  max-width: 760px;
  margin: 0 auto;
}

.otrock-legal-header__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 20px 0;
}

.otrock-legal-header__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 28px 0;
}

.otrock-legal-header__rule {
  width: 48px;
  height: 4px;
  background: #FF8128;
  margin: 0 auto;
  border-radius: 2px;
}

.otrock-legal {
  background: #fff;
  padding: 70px 20px 100px;
  min-height: 40vh;
}

.otrock-legal__inner {
  max-width: 760px;
  margin: 0 auto;
}

.otrock-legal__body {
  font-family: 'Helvetica Neue', Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #111;
  line-height: 1.75;
}

.otrock-legal__body p {
  margin: 0 0 22px 0;
}

.otrock-legal__body h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 50px 0 16px 0;
  padding-left: 16px;
  border-left: 3px solid #FF8128;
  line-height: 1.3;
}

.otrock-legal__body h2:first-child {
  margin-top: 0;
}

.otrock-legal__body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #222;
  margin: 32px 0 10px 0;
}

.otrock-legal__body ul,
.otrock-legal__body ol {
  margin: 0 0 22px 20px;
  padding: 0;
}

.otrock-legal__body li {
  margin: 0 0 8px 0;
  line-height: 1.65;
}

.otrock-legal__body a {
  color: #FF8128;
  text-decoration: underline;
}

.otrock-legal__body a:hover {
  color: #e06a10;
}

.otrock-legal__body strong {
  font-weight: 600;
}

.otrock-legal__body hr {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .otrock-legal-header {
    padding: 50px 20px 40px;
  }
  .otrock-legal-header__title {
    font-size: 28px;
  }
  .otrock-legal__body {
    font-size: 17px;
  }
  .otrock-legal__body h2 {
    font-size: 19px;
  }
}

.otrock-contact { background: #f6f6f6; padding: 100px 0; }
.otrock-contact__inner { max-width: 1200px; margin: 0 auto; }
.otrock-contact__title { text-align: center; font-size: 48px; font-weight: bold; color: #000; margin: 0 0 80px 0; }

.otrock-contact__top { display: flex; align-items: center; gap: 50px; }
.otrock-contact__info { flex: 0 0 33%; color: #000; }
.otrock-contact__subtitle { font-size: 28px; font-weight: 700; color: #000; margin: 0 0 12px 0; }
.otrock-contact__address { font-size: 21px; line-height: 31px; margin: 0; }

.otrock-contact__map { flex: 0 0 67%; }

.otrock-contact__divider { margin: 60px 0; border: 0; height: 1px; background: #ddd; }

.otrock-contact__billing { text-align: center; color: #000; }
.otrock-contact__billing h4 { font-size: 18px; font-weight: 700; margin: 0 0 10px 0; }
.otrock-contact__billing p { margin: 0 0 10px 0; font-size: 16px; line-height: 26px; }
.otrock-contact__billing a { color: #000; text-decoration: underline; }

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-contact { padding: 50px 20px; }
  .otrock-contact__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-contact__top { flex-direction: column; gap: 20px; }
  .otrock-contact__info, .otrock-contact__map { flex: 0 0 auto; width: 100%; }
  .otrock-contact__map iframe { min-height: 300px; }
  .otrock-contact__divider { margin: 40px 0; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-contact { padding: 50px 20px; }
  .otrock-contact__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-contact__top { flex-direction: column; gap: 20px; }
  .otrock-contact__info, .otrock-contact__map { width: 100%; }
  .otrock-contact__map iframe { min-height: 260px; }
  .otrock-contact__divider { margin: 30px 0; }
}

.otrock-request { background: #FFF; padding: 100px 0; }
.otrock-request__inner { max-width: 1200px; margin: 0 auto;}
.otrock-request__title { text-align: center; font-size: 48px; font-weight: bold; color: #000; margin: 0 0 80px 0; }

.otrock-request__box { background: #fff; border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,.12); padding: 40px; }

.otrock-cf7__legend { text-align: center; font-size: 18px; font-weight: 700; color: #000; margin: 0 0 24px 0; }

.otrock-cf7__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 40px; }
.otrock-cf7__row { margin-bottom: 24px; }

.otrock-cf7__field input,
.otrock-cf7__row textarea {
  width: 100%;
  border: none;
  background: #EEEEEE;
  height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
}

.otrock-cf7__row textarea {
  height: 160px;
  padding: 12px 14px;
  resize: vertical;
}

.otrock-cf7__actions { display: flex; justify-content: center; }
.otrock-cf7__actions input[type="submit"] {
  background: #fcc324;
  display: block;
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 21px;
  cursor: pointer;
}

/* CF7 systémové zprávy */
.wpcf7-not-valid-tip { color: #d33; font-size: 13px; margin-top: 6px; display: block; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0 0; padding: 12px 14px; border-radius: 8px; font-size: 14px; }
.wpcf7 form.sent .wpcf7-response-output { background: #e8f6ea; border: 1px solid #b8e0bf; color: #1e5a2a; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { background: #fde8e8; border: 1px solid #f2b8b8; color: #7a1f1f; }

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-request { padding: 50px 20px; }
  .otrock-request__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-request__box { padding: 24px; }
  .otrock-cf7__grid { grid-template-columns: 1fr; gap: 20px; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-request { padding: 50px 20px; }
  .otrock-request__title { font-size: 28px; margin-bottom: 20px; }
  .otrock-request__box { padding: 20px; }
  .otrock-cf7__grid { grid-template-columns: 1fr; gap: 20px; }
}

.otrock-cf7__field p,
.otrock-cf7__row p { margin: 0; }

.wpcf7-list-item { margin-left: 0; }

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #27292E;
}
.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #fcc324;
  cursor: pointer;
}
.wpcf7-acceptance a { color: #000; text-decoration: underline; }
.wpcf7-acceptance a:hover { color: #fcc324; }

.otrock-hero-post {
  position: relative;
  background-image: var(--otrock-hero-post-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 400px;
  display: flex;
  align-items: center;
}

.otrock-hero-post__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}

.otrock-hero-post__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.otrock-hero-post__title {
  font-size: 48px;
  font-weight: 800;
  color: #fcc324;
  margin: 0 0 40px 0;
}

.otrock-hero-post__lead {
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
  max-width: 500px;
  margin: 0 0 20px 0;

}

.otrock-hero-post__sub {
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
  max-width: 500px;
  margin: 0;
}

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-hero-post { min-height: 420px; padding: 50px 20px;}
  .otrock-hero-post__title { font-size: 34px; }
  .otrock-hero-post__lead { font-size: 16px; line-height: 26px; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-hero-post { min-height: 360px; padding: 50px 20px;}
  .otrock-hero-post__title { font-size: 28px; }
  .otrock-hero-post__lead { font-size: 16px; line-height: 26px; }
  .otrock-hero-post__sub { font-size: 15px; line-height: 24px; }
}

.otrock-breadcrumb { background: #f6f6f6; padding: 40px 0 0 0; }
.otrock-breadcrumb__inner { max-width: 1200px; margin: 0 auto; }

.otrock-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.otrock-breadcrumb__item a,
.otrock-breadcrumb__item span {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.otrock-breadcrumb__item a:hover { text-decoration: underline; }

.otrock-breadcrumb__item.is-current span { color: #FF8128; }

.otrock-breadcrumb__sep img {
  width: 10px;
  height: 10px;
  display: block;
  opacity: .8;
}

/* Tablet 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-breadcrumb { padding: 12px 20px; }
  .otrock-breadcrumb__item a,
  .otrock-breadcrumb__item span { font-size: 15px; }
}

/* Mobil ≤768px */
@media (max-width: 768px) {
  .otrock-breadcrumb { padding: 12px 20px; }
  .otrock-breadcrumb__item a,
  .otrock-breadcrumb__item span { font-size: 14px; }
  .otrock-breadcrumb__sep img { width: 9px; height: 9px; }
}

.otrock-product { background:#f6f6f6; padding:50px 0 0px 0; }
.otrock-product__inner { max-width:1200px; margin:0 auto;}

.otrock-product__wrap { display:flex; align-items:flex-start; gap:100px; }
.otrock-product__gallery { flex:0 0 60%; }
.otrock-product__info    { flex:0 0 40%; }

.otrock-product__main {
  display:block; background:#fff; border-radius:16px;
  box-shadow:0 4px 24px rgba(0,0,0,.12);
  padding:20px;
}
.otrock-product__main img { width:100%; height:auto; display:block; border-radius:16px; padding: 50px}

.otrock-product__thumbs {
  margin-top:50px;
  display:grid; grid-template-columns: repeat(3,1fr); gap:50px;
}
.otrock-product__thumb {
  display:block; background:#fff; border-radius:16px; padding:10px;
  box-shadow:0 4px 24px rgba(0,0,0,.08);
}
.otrock-product__thumb img { width:100%; height:auto; display:block; border-radius:16px; padding:30px }

.otrock-product__title { font-size:40px; font-weight:800; color:#000; margin:0 0 20px 0; }
.otrock-product__lead  { font-size:21px; line-height:31px; color:#000; margin:0 0 20px 0; }

.otrock-product__props p { margin:0 0 8px 0; font-size:21px; line-height:31px; color:#000; }
.otrock-product__props a { color:#000; text-decoration:underline; }

.otrock-product__price { font-size:30px; font-weight:800; color:#000; margin:20px 0; }
.otrock-product__price.euro { font-size:20px; font-weight:500; color:#000; margin:20px 0; }
.otrock-btn { display:inline-flex; align-items:center; justify-content:center; text-decoration:none; }
.otrock-btn.otrock-btn--yellow { background:#fcc324; color:#000; font-weight:700; padding:14px 24px; border-radius:8px; }

/* Tablet 769–1024px */
@media (min-width:769px) and (max-width:1024px){
  .otrock-product { padding:50px 20px; }
  .otrock-product__wrap { flex-direction:column; gap:20px; }
  .otrock-product__gallery, .otrock-product__info { flex:0 0 auto; width:100%; }
  /* pořadí: info první, galerie pod ním */
  .otrock-product__info { order:1; }
  .otrock-product__gallery { order:2; }
    .otrock-product__thumb img {
    padding: 10px;
}

.otrock-product__thumbs {
	margin-top: 20px;
}
}

/* Mobil ≤768px */
@media (max-width:768px){
  .otrock-product { padding:50px 20px; }
  .otrock-product__wrap { flex-direction:column; gap:20px; }
  .otrock-product__gallery, .otrock-product__info { width:100%; }
  .otrock-product__info { order:1; }
  .otrock-product__gallery { order:2; }
  .otrock-product__title { font-size:28px; }
  .otrock-product__thumbs { grid-template-columns: repeat(3,1fr); gap:12px; }

  .otrock-product__thumb img {
    padding: 10px;
}
.otrock-product__thumbs {
	margin-top: 20px;
}
}

/* --- TABS --- */
.otrock-tabs {
  padding: 100px 0;
  background: #f6f6f6;
}

.otrock-tabs__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* navigace tabů */
.otrock-tabs__nav {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  z-index: 2;
}

.otrock-tabs__inner p {
margin: 0;
} 

.otrock-tabs__nav::-webkit-scrollbar {
  display: none;
}

/* jednotlivý tab */
.otrock-tabs__tab {
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  padding: 12px 18px;
  border-radius: 14px 14px 0 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

/* aktivní tab – bílé pozadí a navazuje na panel */
.otrock-tabs__tab.is-active {
  color: #000;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


/* panely */
.otrock-tabs__panel {
  background: #fff;
  border-radius: 0 16px 16px 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  padding: 30px;
  color: #000;
  font-size: 21px;
  line-height: 31px;
  margin-top: -1px; /* spojí s tabem */
  position: relative;
  z-index: 1;
}


/* pokud je aktivní první tab */
.otrock-tabs__tab.is-active:first-child ~ .otrock-tabs__panel {
  border-radius: 16px 16px 16px 16px; /* oba horní rohy zaoblené */
}

/* pokud je aktivní tab jiný než první */
.otrock-tabs__tab.is-active:not(:first-child) ~ .otrock-tabs__panel {
  border-radius: 0 16px 16px 16px; /* jen pravý horní roh zaoblený */
}

/* jednotlivé panely defaultně hidden */
.otrock-tabs__panel[hidden] {
  display: none;
}

/* --- RESPONSIVE --- */
@media (min-width: 769px) and (max-width: 1024px) {
  .otrock-tabs {
    padding: 50px 20px;
  }
  .otrock-tabs__tab {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .otrock-tabs {
    padding: 50px 20px;
  }
  .otrock-tabs__tab {
    font-size: 16px;
  }
}


.product-mapa {
	  background: #f6f6f6;
	  padding: 100px 0;
}


.otrock-related { background:#fff; padding:100px 0; }
.otrock-related-kategorie { background:#f6f6f6;}
.otrock-related__inner { max-width:1200px; margin:0 auto;  }
.otrock-related__title { text-align:center; font-size:48px; font-weight:700; color:#000; margin:0 0 80px 0; }

.otrock-related__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }

.otrock-related__item { text-align:center; }
.otrock-related__thumb {
  display:block; background:#fff; border-radius:16px; padding:16px;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.otrock-related__thumb-2 {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;           /* vždy čtverec */
  background-size: cover;      /* vyplní celou plochu */
  background-position: center; /* zarovnání */
  border-radius: 8px;          /* volitelně */
}


.otrock-related__thumb img { width:100%;  height: 300px;
    display: block;
    border-radius: 16px;
    padding: 30px;
    object-fit: contain;}

.otrock-related__name {
  display:inline-block; margin-top:12px; color:#000; text-decoration:none; font-size:21px; line-height:31px; font-weight: 500;
}

.otrock-related__name:visited {
  display:inline-block; margin-top:12px; color:#000; text-decoration:none; font-size:21px; line-height:31px; font-weight: 500;
}
.otrock-related__name:hover { text-decoration:underline; color: #fcc324}

.otrock-related__meta { margin:6px 0 0; font-size:21px; line-height:31px; color:#000; }
.otrock-related__price { font-weight:700;}

.otrock-related__price.euro { font-weight:500; font-size:16px; }
.otrock-related__stock { color:#22DF81; }

/* Tablet 769–1024px */
@media (min-width:769px) and (max-width:1024px){
  .otrock-related { padding:50px 20px; }
  .otrock-related__title { font-size:28px; margin-bottom:20px; }
  .otrock-related__grid { grid-template-columns:repeat(2, 1fr); gap:30px; }
}

/* Mobil ≤768px */
@media (max-width:768px){
  .otrock-related { padding:50px 20px; }
  .otrock-related__title { font-size:28px; margin-bottom:20px; }
  .otrock-related__grid { grid-template-columns:1fr; gap:20px; }
}

@media  (max-width: 1024px) {
.product-mapa {
	  background: #f6f6f6;
	  padding: 50px 20px;
}
}

/* --- MOBILE/TABLET tabs stacked --- */
@media (max-width: 768px) {
  .otrock-tabs__nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: none; /* zruší spodní linku */
  }

  .otrock-tabs__tab {
    border-radius: 8px;
    background: #f2f2f2;
    padding: 12px 16px;
    text-align: left;
    font-size: 18px;
  }

  .otrock-tabs__tab--active {
    background: #fff;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  }

  .otrock-tabs__panel {
    border-radius: 8px;
    margin-top: 12px; /* oddělení od tlačítek */
  }
}

.otrock-product__main { position: relative; overflow: hidden; }

.otrock-ribbon{
  position: absolute;
    top: 20px;
    left: 20px;
  background: #fcc324;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: uppercase;
  pointer-events: none;
}

.otrock-filters { background:#f6f6f6; padding:40px 0; }
.otrock-filters__inner { max-width:1200px; margin:0 auto;}
.otrock-filters__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }

/* Toggle button */
.otrock-filter { position:relative; }
.otrock-filter__toggle{
  width:100%; height:44px; border:none; cursor:pointer; border-radius:8px;
  background:#000; color:#fff; display:flex; align-items:center; justify-content:space-between;
  padding:0 14px; transition:background .2s ease, box-shadow .2s ease;
}
.otrock-filter__toggle:is(.is-open){ background:#FF8128; }
.otrock-filter__label{ font-weight:600; font-size:16px; }
.otrock-filter__chev{ width:14px; height:14px; transition: transform .2s ease; filter: brightness(0) invert(1); }
.otrock-filter__toggle.is-open .otrock-filter__chev{ transform: rotate(180deg); }

/* Panel */
.otrock-filter__panel{
  position:absolute; top:calc(100% + 10px); left:0; right:0;
  background:#fff; border-radius:12px; box-shadow:0 12px 30px rgba(0,0,0,.15);
  overflow:hidden; opacity:0; visibility:hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index:10;
}
.otrock-filter.is-open .otrock-filter__panel{ opacity:1; visibility:visible; transform: translateY(0); }

.otrock-filter__panel-head{
  background:#FF8128; color:#fff; font-weight:700; padding:10px 14px; font-size:16px;
}
.otrock-filter__panel-body{ padding:14px; }
.otrock-filter__panel-foot{
  display:flex; justify-content:center; align-items:center; padding:8px 14px 12px;
}
.otrock-filter__apply{ color:#FF8128; text-decoration:none; font-weight:700; font-size:14px; }

/* List + custom checkbox */
.otrock-filter__list{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
.otrock-check{ display:flex; align-items:center; gap:10px; cursor:pointer; user-select:none; }
.otrock-check input{ position:absolute; opacity:0; pointer-events:none; }
.otrock-check__box{
  width:16px; height:16px; border-radius:3px; border:2px solid #ddd; display:inline-block; position:relative; background:#fff;
}
.otrock-check input:checked + .otrock-check__box{
  border-color:#fcc324; background:#fcc324;
}
.otrock-check input:checked + .otrock-check__box::after{
  content:""; position:absolute; left:4px; top:1px; width:5px; height:9px; border:2px solid #333; border-top:0; border-left:0; transform:rotate(45deg);
}
.otrock-check__txt{ color:#000; font-size:14px; }

/* Range */
.otrock-range__labels{ display:flex; justify-content:space-between; font-size:14px; color:#9a9a9a; margin-bottom:8px; }
.otrock-range__labels{ display:flex; justify-content:space-between; align-items:center; gap:8px; }
.otrock-range__val{ font-weight:700; color:#000; }
.otrock-range__input{ width:100%; -webkit-appearance:none; height:4px; background:linear-gradient(90deg,#fcc324 0%, #fcc324 40%, #e6e6e6 40%); border-radius:3px; outline:none; }
.otrock-range__input::-webkit-slider-thumb{ -webkit-appearance:none; width:18px; height:18px; background:#fff; border:3px solid #fcc324; border-radius:50%; box-shadow:0 2px 8px rgba(0,0,0,.2); cursor:pointer; }
.otrock-range__input::-moz-range-thumb{ width:18px; height:18px; background:#fff; border:3px solid #fcc324; border-radius:50%; box-shadow:0 2px 8px rgba(0,0,0,.2); cursor:pointer; }

/* Responsive */
@media (min-width:769px) and (max-width:1024px){
  .otrock-filters__grid{ grid-template-columns:repeat(2,1fr); }
   /* panel defaultně nezabírá místo */
  .otrock-filter__panel{
    position: static;
    top: auto; left: auto; right: auto;
    margin-top: 8px;
    display: none;        /* NEW: žádný prostor když je zavřený */
    opacity: 1;           /* zrušíme animované hodnoty, ať nic nebliká */
    visibility: visible;
    transform: none;
  }
  .otrock-filter.is-open .otrock-filter__panel{
    display: block;       /* NEW: zobraz jen když je otevřený */
  }
  .otrock-filters {
    padding: 40px 20px;
}

}
@media (max-width:768px){
	  .otrock-filters {
    padding: 40px 20px;
}
  .otrock-filters__grid{ grid-template-columns:1fr; }

  /* panel defaultně nezabírá místo */
  .otrock-filter__panel{
    position: static;
    top: auto; left: auto; right: auto;
    margin-top: 8px;
    display: none;        /* NEW: žádný prostor když je zavřený */
    opacity: 1;           /* zrušíme animované hodnoty, ať nic nebliká */
    visibility: visible;
    transform: none;
  }
  .otrock-filter.is-open .otrock-filter__panel{
    display: block;       /* NEW: zobraz jen když je otevřený */
  }
}

.otrock-pagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-family: inherit;
}

.otrock-pagination .page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.otrock-pagination .page-numbers li { display: inline-flex; }

.otrock-pagination a.page-numbers,
.otrock-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.otrock-pagination a.page-numbers:hover {
  background: #f3f3f3;
  border-color: #dcdcdc;
}

.otrock-pagination span.current {
  background: #fcc324;
  border-color: #fcc324;
  font-weight: 700;
}

.otrock-pagination .prev,
.otrock-pagination .next {
  padding: 0;
  width: 40px;
}

@media (max-width: 768px) {
  .otrock-pagination a.page-numbers,
  .otrock-pagination span.page-numbers {
    min-width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

.otrock-list { background:#f6f6f6; padding:100px 0; }
.otrock-list__inner { max-width:1200px; margin:0 auto;}
.otrock-list__title { text-align:left; font-size:32px; font-weight:800; color:#27292E; margin:0 0 20px; }

.otrock-list__wrap { display:flex; flex-direction:column; gap:40px; }

.otrock-list__item {
  display:grid;
  grid-template-columns: 33% 50% 17%; /* upraveno podle zadání */
  gap:0;
  align-items:start;
}

.otrock-list__media .otrock-product__main { 
  width:100%; /* aby využilo 33% prostoru */
  padding:12px; 
  border-radius:16px; 
  box-shadow:0 8px 24px rgba(0,0,0,.08); 
  background:#fff; 
}
.otrock-list__media .otrock-product__main img { width:100%; height:auto; border-radius:12px; display:block; }

.otrock-list__content { color:#000; padding: 0 30px;}
.otrock-list__item-title { display:inline-block; color:#000; font-weight:800; font-size:20px; line-height:1.3; text-decoration:none; margin-bottom:10px; }
.otrock-list__item-title:hover { text-decoration:underline; }
.otrock-list__text { font-size:16px; line-height:26px; margin:0; }

.otrock-list__meta { display:flex; flex-direction:column; justify-content:flex-end; text-align:right; }
.otrock-list__price { font-size:16px; color:#000; }
.otrock-list__price strong { font-size:18px; font-weight:800; }

/* reuse ribbon + product card styles from detailu */
.otrock-product__main { position:relative; overflow:hidden; }
.otrock-ribbon-2 { position:absolute; top:14px; left:-56px; background:#fcc324; color:#fff; font-weight:800; font-size:14px; letter-spacing:.6px; padding:6px 54px; transform:rotate(-45deg); box-shadow:0 6px 18px rgba(0,0,0,.12); text-transform:uppercase; pointer-events:none; }

/* Tablet */
@media (min-width:769px) and (max-width:1024px){
  .otrock-list { padding:50px 20px; }
  .otrock-list__item { grid-template-columns: 200px 1fr 140px; gap:20px; }
  .otrock-list__item-title { font-size:18px; }
}

/* Mobil */
@media (max-width:768px){
  .otrock-list { padding:50px 20px; }
  .otrock-list__item {
    grid-template-columns: 1fr;
    gap:12px;
  }
  .otrock-list__media .otrock-product__main { width:100%; }
  .otrock-list__meta { text-align:left; }
}

.single-bstock .otrock-product {
	padding-bottom: 0;
}

/* Hero base (máš už) */
.otrock-hero{position:relative;min-height:60vh;isolation:isolate;overflow:hidden;}
.home .otrock-hero{margin-top: -123px;}
.otrock-hero__bg{
  position:absolute;inset:0;background:var(--otrock-hero-bg) center / cover no-repeat;
  z-index:0;

}
.otrock-hero__overlay{
  position:absolute;inset:0;z-index:2;
  /* volitelně: background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.35)); */
}

/* Video layer */
.otrock-hero__video{
  position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden;
}
.otrock-hero__video iframe{
  position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);
}
@media (min-aspect-ratio: 16/9){
  .otrock-hero__video iframe{
    width:100vw;
    height:56.25vw; /* 100 * 9/16, přeteče vertikálně → ořeže overflow:hidden */
  }
}
@media (max-aspect-ratio: 16/9){
  .otrock-hero__video iframe{
    width:177.78vh; /* 100 * 16/9, přeteče horizontálně → ořeže overflow:hidden */
    height:100vh;
  }
}

.otrock-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.otrock-home-icon {
  width: 20px;   /* změň dle potřeby */
  height: 20px;
  display: block;
}

.otrock-brands__item.is-hidden { display: none; }
  /* volitelně jemný přechod při rozbalení */
  .otrock-brands__grid.is-expanded .otrock-brands__item { transition: opacity .2s ease; }

  /* --- Styl pro sekci CENA ve filtrech --- */
.otrock-range__inputs {
  display: flex;
  flex-direction: column;
  gap: 8px; /* mezera mezi poli */
  margin-top: 10px;
}

.otrock-range__inputs input[type="number"] {
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;      /* menší písmo */
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* efekt při focusu */
.otrock-range__inputs input[type="number"]:focus {
  border-color: #ffdf28;
  outline: none;
  box-shadow: 0 0 4px rgba(255, 223, 40, 0.5);
}

.filtr-headline {
	background-color: #f6f6f6;
	margin: 0 auto;
}

.filtr-headline h1 {
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}

.tax-produkty_cat .otrock-related, .page-template-page-brand .otrck-related {
padding-top: 0;
}

.asl_w_container {
	width: 300px!important;
	margin: 0!important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	height: 36px!important;
}

div.asl_w .probox .promagnifier {
	width: 36px!important;
	height: 36px!important;
}

div.asl_m .probox .proinput input {
	height: 36px!important;
}

.autocomplete {display: none!important;}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
	color: #000!important;
	font-family: 'Montserrat';
}
div.asl_r.vertical {
border-radius: 8px;
}

