.producerView { padding: 0 10px 30px; } .producerView h1 { margin: 25px 0 10px; } .producerView h1 .fav-control { margin: 0 0 -1px 5px; } .producerView .vp-meta { display: flex; flex-flow: row wrap; gap: 15px; justify-content: center; margin: 0 0 10px; } .producerView .vp-meta > div { white-space: nowrap; } .producerView .vp-meta > div em.icon { margin: -3px 6px 0 0; } .producerView .vp-meta div a { text-decoration: underline; text-decoration-style: dotted; } @media (hover: hover) { .producerView .vp-meta div a:hover { text-decoration: underline; } } .producerView .vp-meta div a:active { text-decoration: underline; text-decoration-thickness: 2px; } .producerView .vp-contacts-wrapper { background: rgba(0, 0, 0, 0.05); border-radius: 3px; margin: 0 auto; padding: 15px 10px 10px; box-sizing: border-box; } .producerView .vp-meta.contacts { display: inline-flex; flex-flow: column; max-width: 100%; } .producerView .vp-meta.contacts div { max-width: 340px; overflow: hidden; text-overflow: ellipsis; text-align: left; font-size: 0.9em; } .producerView .shortcuts { margin: 15px 0 20px; display: flex; flex-flow: row nowrap; gap: 10px; justify-content: center; } .producerView .shortcuts a.button { display: flex; flex-flow: column; align-items: center; padding: 10px 10px 8px; border-radius: 5px; margin: 0; opacity: 0.85; } .producerView .shortcuts a.button .icon { margin: 0 0 5px; } .producerView .shortcuts a.button span { white-space: nowrap; font-size: 0.75em; font-weight: normal; } @media (max-width: 450px) { .producerView .shortcuts { gap: 5px; } .producerView .shortcuts a.button { padding: 8px; } .producerView .shortcuts a.button .icon { transform: scale(0.9); } .producerView .shortcuts a.button span { font-size: 0.7em; } } @media (max-width: 390px) { .producerView .shortcuts a.button span { font-size: 0.6em; } } @media (max-width: 350px) { .producerView .shortcuts a.button span { font-size: 0.5em; } } .producerView .vp-description { margin: 0 auto 10px; background: rgba(0, 0, 0, 0.05); border-radius: 3px; padding: 15px; font-size: 0.85em; text-align: left; line-height: 1.5; } .producerView .vp-description.descr-box { max-height: 250px; } .producerView .vp-description.descr-box.short { max-height: 250px; } .producerView .vp-description h2 { margin:0 0 12px; } .producerView .vp-description h3 { margin:0 0 12px; } .producerView .vp-description p { margin:0 0 10px; } .producerView .vp-description p:last-child { margin:0 0 0; } .producerView .vp-description p br { content: ""; display: block; margin-bottom: 5px; } .producerView .vp-description ul, .producerView .vp-description ol { margin: 0 0 10px; padding: 0 0 0 20px; } .producerView .vp-description ul:last-child, .producerView .vp-description ol:last-child { margin:0 0 0; } .producerView .vp-description.location { display: flex; flex-flow: row nowrap; gap: 15px; justify-content: center; } .producerView .vp-description.location .vp-map { display: block; width: 150px; aspect-ratio: 5/3; background: no-repeat center / cover; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; box-sizing: border-box; background-clip: border-box; } @media (hover: hover) { .producerView .vp-description.location .vp-map:hover { border-color: rgba(0,0,0,0.15); } } .producerView .vp-description.location .vp-map:active { border-color: rgba(0,0,0,0.22); } @media (prefers-color-scheme: dark) { .producerView .vp-description.location .vp-map { filter: invert(80%) brightness(120%) contrast(170%) hue-rotate(180deg); } } .producerView .vp-description.location .vp-meta { margin: 0; flex-flow: column; justify-content: flex-start; gap: 10px; } .producerView .vp-description.location .vp-meta > div { white-space: unset; } .producerView .tabs.placements { margin: 0 auto 30px; padding: 0; overflow: visible; } .producerView .tabs.placements ul { margin-bottom: 0; } .producerView .tabs.placements > section { padding: 0; } .placement { overflow:hidden; width:42%; min-width:140px; max-width:200px; flex: 1; } .placement .title1 { margin:0 0 5px; font-size:0.85em; font-weight:bold; } .placement .title2 { margin:0 0 5px; font-size:0.8em; font-weight:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .placement .image { margin:8px 0 5px; display:block; max-width:200px; max-height:150px; aspect-ratio:16/11; background:rgba(0,0,0,0.08) none no-repeat center / cover; box-shadow:inset 0 0 2px rgba(0,0,0,0.1); border-radius:3px; } .placement .image.no-image { position:relative; background-image:none!important; } .placement .image.no-image::after { content:"🖾"; display:block; font-size:1.5em; opacity:0.4; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); margin:-1px 0 0; } .placement .rating { margin:0 0 8px; } .placement .rating strong, .placement .rating small { font-size:0.75em; font-weight:normal; margin:0 0 -2px; padding:0; } .placement .meta { font-size:0.75em; margin:8px 0 0; } .placement .meta span { display:block; margin:2px 0 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } section[data-count="1"] .horizontal-slider2 { justify-content:center; } section[data-count="2"] .horizontal-slider2 { justify-content:center; } section[data-count="1"] .placement { width:auto; max-width:100%; text-align:center; } section[data-count="2"] .placement { width:auto; max-width:calc(50% - 7px); text-align:center; } section[data-count="3"] .placement { width:auto; max-width:calc(33% - 8px); } section[data-count="4"] .placement { width:auto; max-width:calc(25% - 11px); } section[data-count="1"] .placement .title1 { font-size:1em; } section[data-count="1"] .placement .image { font-size:1em; margin:10px auto 5px; } section[data-count="2"] .placement .image { font-size:1em; margin:10px auto 5px; } .p-column { background: rgba(0,0,0,0.05); border-radius: 3px; padding: 15px; text-align: center; } .p-column2 { display: inline-flex; flex-flow: column; gap: 15px; align-items: flex-start; text-align: left; } .p-column .placement { width:auto!important; min-width:unset!important; max-width:unset!important; } .p-column .placement .vp-meta { margin:0; font-size:0.9em; justify-content:flex-start; } .p-column .placement .vp-meta div { max-width:300px; display:flex; flex-flow:row nowrap; gap:8px; } .p-column .placement .vp-meta div .icon { margin:3px 0 0 0; } .p-column .placement .vp-meta div span { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left; max-width:calc(100vw - 60px); } .p-column .placement p { display:inline-block; text-align:left; margin:0; font-size:0.9em; } .p-custom_location .p-column .p-column2 { gap:20px; } .p-custom_location .p-column .placement .vp-meta + .vp-meta { margin:8px 0 0; } .p-custom_location .p-column .placement .vp-meta div span { white-space:normal; } .producerView .tabs.products { margin: 0 auto 30px; padding: 0; overflow: visible; } .producerView .tabs.products > section { padding:0; } .producerView h2.reviewsTitle { margin: 30px 0 10px; font-size: 1.3em; } .producerView h2.reviewsTitle a.icon { margin: -3px 0 0 8px; } @media (hover: hover) { .producerView h2.reviewsTitle a.icon:hover { opacity: 0.85; } } .producerView h2.reviewsTitle a.icon:active { opacity: 0.93; } .producerView .reviews { margin: 15px 0 0; padding: 0 0 10px; border-bottom: 1px solid; border-color: rgba(0,0,0,0.1); } .producerView .reviews > section { padding: 0; border-color: inherit; } .producerView .reviews .review { margin: 0 0 15px; padding: 0 10px 15px; border-bottom: 1px solid; border-color: inherit; font-size: 0.9em; } .producerView .reviews .review:last-child { margin-bottom: 0; padding-bottom: 10px; border-bottom: 0; } @media (prefers-color-scheme: dark) { .producerView .reviews { border-color: rgba(255,255,255,0.1); } } .producerView .reviews .review aside { margin: 0 0 5px; white-space: nowrap; overflow: hidden; } .producerView .reviews .review aside .avatar { display: inline-block; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; background-color: rgba(var(--overlay), 0.2); background-repeat: no-repeat; background-size: cover; } .producerView .reviews .review aside .avatar.no-avatar { background-color: rgba(var(--overlay), 0.3); background-image: url("../imgs/no-avatar.webp"); opacity: 0.6; } .producerView .reviews .review aside .meta { display: inline-block; vertical-align: middle; margin: 0 0 0 8px; } .producerView .reviews .review aside small { font-size: 0.9em; opacity: 0.75; } .producerView .reviews .review aside a { text-decoration: underline; text-decoration-style: dotted; } .producerView .reviews .review .rating { margin: 0 0 5px; } .producerView .reviews .review .text { font-size: 0.95em; } .producerView .blog-posts { display:flex; flex-flow:column; gap:15px; align-items:flex-start; font-size:1em; } .producerView .blog-posts a { display:flex; flex-flow:row nowrap; gap:15px; align-items:flex-start; } .producerView .blog-posts a div.image { width:100px; height:72px; flex-shrink:0; border-radius:3px; background:no-repeat center / cover; } .producerView .blog-posts a div.image.no-image { background: rgba(0,0,0,0.08); display: flex; flex-flow: column; justify-content: center; } .producerView .blog-posts a div.image.no-image::after { content: "🖾"; display:block; font-size: 1em; text-align: center; line-height: 45px; opacity: 0.4; } .producerView .blog-posts a div.text { display:flex; flex-flow:column; gap:6px; } .producerView .blog-posts a div.text small { font-size:0.8em; }
