@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-MediumItalic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neulis Alt";
    src: url(https://raw.githubusercontent.com/TomToma/fonts_rocio/main/NeulisAlt-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --nav-h: 68px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.step,
.steps,
.specs,
.lead,
.p-detail-inner h1,
.stars-label,
.p .p-in .p-in-in .name,
#content .content-inner>h1,
#formForgottenPassword h2 {
    color: #003D5B;
}

body,
.p-detail-full-width #tab-content,
.p-detail-full-width,
.content-wrapper,
.container-full-width,
body.in-index #content.content.narrow,
.benefit-banners-full-width,
.id--4 .overall-wrapper,
.id--4 .content-wrapper,
.overall-wrapper,
.customer-page .content-wrapper,
.customer-page .content,
.content-wrapper-in,
.id--8 #content,
.customer-page .overall-wrapper {
    background-color: #eae4d6;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.p-detail-full-width,
.ola .wrap {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#overlay-nav {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translatex(-50%);
    width: min(1240px, calc(100% - 32px));
    background: rgba(0, 0, 0, .28);
    backdrop-filter: saturate(140%) blur(6px);
    border-radius: 28px;
    padding: 10px 16px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 18px;
}

#overlay-nav .logo img {
    height: 46px;
    width: auto;
    display: block;
}

#overlay-nav .menu {
    display: flex;
    gap: 24px;
    margin: 0 auto;
}

#overlay-nav .menu a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 0;
    position: relative;
    transition: color .25s ease;
}

#overlay-nav .utils {
    display: flex;
    gap: 14px;
}

#overlay-nav .utils a {
    color: #fff;
    text-decoration: none;
}

#header,
.header-bottom,
.header-bottom-wrapper,
.navigation-wrapper.header-bottom-wrapper {
    display: none !important;
}

.home-hero {
    margin-top: 0 !important;
}

.admin-bar #overlay-nav {
    top: 56px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 10;
}

.hero-content {
    pointer-events: auto;
    max-width: 900px;
    padding: 80px 60px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
}

.hero-content h1 {
    font-size: clamp(28px, 5vw, 54px);
    line-height: 1.1;
    margin: 0 0 10px;
    font-weight: 800;
    color: #fff;
}

.hero-content p {
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 1.6;
    margin: 0 0 24px;
    color: #fff;
}

.hero-content .btn-primary {
    background: #D3C5AB;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 26px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background .2s ease, transform .2s ease;
}

.hero-content .btn-primary:hover {
    background: #AC8B63;
    transform: translatey(-2px);
}

.wide-carousel .carousel-inner .item img {
    max-height: 850px;
    object-fit: cover;
}

.multiple-columns-body .wide-carousel .carousel {
    padding: 0;
}

#overlay-nav .icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    padding: 5px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    transition: background .2s ease, transform .2s ease;
}

#overlay-nav .icon-link img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

#overlay-nav .icon-link:hover {
    background: rgba(255, 255, 255, .22);
    transform: translatey(-1px);
}

.ola {
    --ink: #1f1f1f;
    --muted: #6f6f6f;
    --line: #eaeaea;
    --soft: #faf8f5;
    --accent: #6b705c;
    --radius: 18px;
    --shadow: 0 8px 24px rgba(0, 0, 0, .05);
    --max: 1240px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
}

.ola .wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 40px 32px;
}

.ola h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 8px 0 10px;
}

.ola h2 {
    font-size: 22px;
    margin: 0 0 12px;
}

.ola p {
    line-height: 1.9;
    margin: 0 0 16px;
}

.ola .lead {
    font-size: 16px;
    color: #003D5B;
}

.ola .eyebrow {
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--accent);
}

.ola .block {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 32px;
    margin: 32px 0;
    color: #003D5B;
}

.ola .block.soft {
    background: var(--soft);
}

.ola .block.grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
}

.ola .block.grid.reverse {
    grid-template-columns: .9fr 1.1fr;
}

.ola .block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
}

.ola .img-limit {
    max-height: 420px;
    object-fit: cover;
}

.ola .benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 12px;
}

.ola .tile {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    text-align: left;
}

.ola .tile b {
    display: block;
    margin-bottom: 6px;
}

.ola .ico {
    font-size: 20px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--line);
    margin-bottom: 10px;
}

.ola .steps {
    display: grid;
    gap: 14px;
}

.ola .step {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 16px 16px 26px;
    position: relative;
    background: #fff;
}

.ola .num {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 700;
}

.ola .chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ola .chip {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
}

.ola .specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ola .spec {
    background: #fff;
    padding: 16px;
    border-radius: var(--radius);
}

.ola .spec b {
    display: block;
    font-size: 12px;
    color: #a3acb8;
    margin-bottom: 4px;
}

.ola .foot {
    color: #8a8a8a;
    font-size: 13px;
    text-align: center;
    margin-top: 12px;
}

.description-inner .basic-description>h4:first-child,
.shp-tabs,
.shp-tabs-holder {
    display: none;
}

.p-detail-full-width #tab-content {
    box-shadow: none;
    padding: 0 40px;
}

.category-header,
.filters-wrapper,
.products-block>div .p .p-code,
.itemsTotal,
.detail-parameter.detail-parameter-product-code,
.availability-amount {
    display: none;
}

.buttons-wrapper.social-buttons-wrapper {
    display: none;
}

.availability-label {
    font-size: 20px;
}

#footer,
#footer .full-width,
#footer .container.footer-rows,
#footer .footer-bottom-full-width,
#footer .footer-bottom {
    background: #171717 !important;
    color: #fff !important;
}

#footer .custom-footer.elements-6 {
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    align-items: flex-start;
}

#footer .custom-footer [class^="custom-footer__banner"] {
    flex: 1 1 0;
    max-width: none;
}

#footer .rc-footer,
#footer .rc-footer-contacts,
#footer .rc-footer-brand {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 0 !important;
}

#footer .rc-footer h4 {
    font-size: 18px;
    margin: 0 0 14px;
    color: #D3C5AB;
}

#footer .rc-footer .is-gold {
    color: #D3C5AB;
}

#footer .rc-footer .is-sage {
    color: #A9A9A9;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #AC8B63;
}

#footer .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

#footer .links li {
    border: 0;
    padding: 0;
}

#footer .rc-footer-brand .brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 12px;
    justify-content: center;
}

#footer .rc-footer-brand .brand-logo {
    height: 128px;
    width: auto;
    display: block;
}

#footer .rc-footer-brand .pay {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 14px;
    justify-content: center;
}

#footer .rc-footer-brand .pay img {
    height: 28px;
    width: auto;
    display: block;
    filter: saturate(.95);
}

#footer .rc-footer-brand .socials {
    display: flex;
    gap: 10px;
    justify-content: center;
}

#footer .rc-footer-brand .socials a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
}

#footer .rc-footer-brand .socials a:hover {
    border-color: #B4863E;
}

#footer .rc-footer-contacts .item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 8px 0;
    border: 0;
}

#footer .rc-footer-contacts .ico {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    filter: brightness(0) invert(1);
}

#footer .rc-footer-contacts small {
    color: #A9A9A9;
    display: block;
    margin-top: 3px;
}

#footer .footer-bottom-full-width {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    color: #A9A9A9;
}

#footer .footer-bottom a {
    color: #A9A9A9;
}

#footer .footer-bottom a:hover {
    color: #fff;
}

body.in-index #content.content.narrow {
    display: flex;
    flex-direction: column;
}

body.in-index .welcome-wrapper {
    order: 1;
}

body.in-index .benefit-banners-full-width {
    order: 2;
}

body.in-index .product-slider-holder {
    order: 3;
}

body.in-index .box.box-bg-variant.box-sm.box-instagram {
    order: 4;
}

.brand-story-section {
    position: relative;
    z-index: 5;
    padding: 0px 16px 20px;
}

.brand-story-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 5%;
    top: 0;
    transform: translatex(-50%);
    background: radial-gradient(circle, rgba(180, 134, 62, .2) 0%, rgba(248, 244, 238, 0) 70%);
    z-index: 0;
}

.brand-story-section::after {
    right: 5%;
}

.brand-story-card {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 32px 28px 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .04);
    opacity: 0;
    transform: translatey(80px);
    transition: opacity 1s cubic-bezier(.25, .46, .45, .94), transform 1s cubic-bezier(.25, .46, .45, .94);
}

.brand-story-eyebrow {
    font-size: 12px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #B4863E;
    margin-bottom: 8px;
}

.brand-story-title {
    font-size: 28px;
    margin: 0 0 10px;
}

.brand-story-lead {
    font-size: 16px;
    line-height: 1.8;
    color: #a3acb8;
    margin: 0 0 18px;
}

.brand-story-body p {
    margin: 0 0 12px;
    line-height: 1.8;
    font-size: 16px;
    color: #a3acb8;
}

.brand-story-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-weight: 600;
    color: #B4863E;
    text-decoration: none;
}

.brand-story-link span {
    transition: transform .2s;
}

.brand-story-link:hover span {
    transform: translatex(3px);
}

.footer-rows .custom-footer>div {
    padding-top: 36px;
}

.homepage-group-title.h4 {
    display: none;
}

#footer .socials img {
    filter: brightness(0) invert(1);
    width: 22px;
    height: 22px;
}

.welcome-wrapper h1 {
    display: none;
}

.content {
    padding-right: 0;
    padding-left: 0;
}

.brand-story-card.revealed {
    opacity: 1;
    transform: translatey(0);
}

.benefitBanner .benefitBanner__title {
    font-size: 22px;
    margin-bottom: 12px;
}

.benefitBanner .benefitBanner__data {
    font-size: 15px;
}

.container-full-width {
    padding-top: 40px;
}

.footer-newsletter-full-width {
    display: none;
}

#footer .custom-footer__newsletter .newsletter-header h4.topic {
    font-size: 20px;
    margin: 0 0 4px;
    color: #D3C5AB;
}

#footer .custom-footer__newsletter .newsletter-header h4.topic span {
    position: relative;
    display: inline-block;
    margin: 0 0 14px;
}

#footer .custom-footer__newsletter .newsletter-header h4.topic span::after {
    display: block;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: #D3C5AB;
    margin-top: 8px;
}

#footer .custom-footer__newsletter br {
    display: none;
}

#footer .custom-footer__newsletter .subscribe-form {
    margin: 6px 0 0;
    max-width: 320px;
}

#footer .custom-footer__newsletter .subscribe-form .validator-msg-holder {
    margin: 0;
}

#footer .custom-footer__newsletter .subscribe-form .form-control[type="email"] {
    background: #111416;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .26);
    padding: 12px 18px;
    padding-right: 54px;
    color: #fff;
    font-size: 14px;
    outline: none;
    box-shadow: 0 0 0 1px transparent;
}

#footer .custom-footer__newsletter .subscribe-form .form-control::placeholder {
    color: #8e8e8e;
}

#footer .custom-footer__newsletter .subscribe-form .btn-arrow-right span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -9999px;
}

#footer .custom-footer__newsletter .subscribe-form .btn-arrow-right:hover::before {
    background-color: none;
}

#footer .custom-footer__newsletter .subscribe-form .js-validated-element-wrapper.error .form-control[type="email"] {
    border-color: #D96363;
}

#footer .custom-footer__newsletter .consents {
    margin-top: 10px;
    font-size: 12px;
    color: #A9A9A9;
}

#footer .custom-footer__newsletter .consents a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #eae4d6;
}

#footer .custom-footer__newsletter .subscribe-form .btn-arrow-right {
    background-color: #eae4d6;
    border-color: #eae4d6;
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
}

#footer .custom-footer__newsletter .subscribe-form .btn-arrow-right:hover {
    background-color: #AC8B63;
    border-color: #AC8B63;
    color: #fff;
}

#footer .btn.btn-arrow-right:before {
    font-size: 20px;
}

.carousel-control.left:before,
.carousel-control.right:before {
    display: none;
}

.footer-rows .custom-footer h4>span:after {
    display: none !important;
}

.benefit-banners-full-width {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.benefit-banners-full-width .container-full-width {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefitBanner.position--benefitHomepage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: flex-start;
}

.benefitBanner__item {
    padding: 0 20px;
    border-left: 0;
    position: relative;
}

.benefitBanner__item:first-child {
    border-left: none;
}

.benefitBanner__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #003D5B;
    line-height: 1.15;
}

.benefitBanner__data {
    font-size: 14px;
    line-height: 1.7;
    color: #a3acb8;
    max-width: 260px;
}

.benefitBanner__item:hover .benefitBanner__title {
    color: #111;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.benefitBanner__item::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 61, 91, 0) 0%, rgba(0, 61, 91, .12) 30%, rgba(0, 61, 91, .12) 70%, rgba(0, 61, 91, 0) 100%);
}

.benefitBanner__item:first-child::before {
    display: none;
}

.benefit-banners-full-width::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 61, 91, 0) 0%, rgba(0, 61, 91, .12) 30%, rgba(0, 61, 91, .12) 70%, rgba(0, 61, 91, 0) 100%);
}

.benefit-banners-full-width::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 61, 91, 0) 0%, rgba(0, 61, 91, .12) 30%, rgba(0, 61, 91, .12) 70%, rgba(0, 61, 91, 0) 100%);
}

.p-detail-inner .p-data-wrapper {
    font-size: 1.22rem;
    line-height: 1.65;
}

.p-detail-inner-header h1 {
    font-size: 3rem;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: .9rem;
}

.stars-wrapper {
    font-size: 1.05rem;
}

.p-image-wrapper {
    display: block;
}

.p-thumbnails {
    margin-top: 1rem;
}

.p-thumbnails-inner {
    display: flex;
    gap: .7rem;
}

.p-thumbnail img {
    border-radius: 18px;
}

.p-short-description {
    margin-top: 2rem;
}

.p-short-description-inner {
    padding: 2rem 2.2rem;
    border-radius: 18px;
    background: #f7f8fb;
    border: 1px solid rgba(0, 0, 0, .06);
}

.p-short-description-gift {
    padding: 2rem 2.2rem;
    border-radius: 18px;
    background: #f7f8fb;
    border: 1px solid rgba(0, 0, 0, .06);
    line-height: 1.65;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.p-short-description-eyebrow {
    font-size: 1rem;
    letter-spacing: .17em;
    color: #8a96a8;
    margin-bottom: .9rem;
}

.p-short-description-title {
    font-size: 1.65rem;
    line-height: 1.45;
    margin: 0 0 1.1rem;
    font-weight: 600;
}

.p-short-description-list li,
.p-short-description-inner p,
.p-short-description-note {
    line-height: 1.65;
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.p-short-description-list {
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: none;
}

.p-short-description-list li {
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: .55rem;
}

.p-short-description-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0b3a5c;
}

#product-detail-form {
    padding: 1.4rem 1.7rem 1.7rem !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .04);
}

.p-price-wrapper {
    padding: 0 !important;
    display: block !important;
    align-items: flex-start !important;
    line-height: 1 !important;
    margin: 0 0 .4rem 0 !important;
}

.price-final-holder {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.p-price-wrapper .price-final {
    color: #003D5B;
    font-size: 2.8rem !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.price-measure {
    color: #7b8491;
    font-size: .95rem !important;
    margin-left: .5rem !important;
    line-height: 1.2 !important;
    padding: 0 !important;
}

.detail-parameters {
    display: flex !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem 2rem;
    font-size: 1.12rem;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: .3rem;
    margin-top: .3rem !important;
    margin-bottom: 1.5rem !important;
}

.detail-parameters span:first-child {
    font-size: .9rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #8d96a5;
}

.detail-parameter-availability .availability-label {
    font-size: 1.1rem;
    padding: .35rem 1rem;
    border-radius: 999px;
    background: #e9f8ed;
    color: #167c2c;
    font-weight: 600;
    display: inline-flex;
}

.p-to-cart-block .add-to-cart {
    display: flex !important;
    gap: 1.2rem;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row !important;
    margin-top: .5rem !important;
}

.p-to-cart-block .quantity {
    display: inline-flex !important;
    align-items: center;
    padding: .4rem .8rem !important;
    border-radius: 999px !important;
    background: #fff;
    position: static !important;
    justify-content: center;
    gap: .35rem;
    border: 1px solid rgba(0, 0, 0, .15);
}

.p-to-cart-block .quantity input.amount {
    width: 3.3rem;
    text-align: center;
    font-size: 1.25rem;
    border: 0;
}

.p-to-cart-block .quantity .increase,
.p-to-cart-block .quantity .decrease {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.2rem;
    border-radius: 50%;
    background: #f3f3f3;
    box-shadow: none;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.add-to-cart-button {
    flex: 1 0 auto !important;
    font-size: 1.3rem;
    padding: .9rem 2.4rem;
    border-radius: 999px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    width: auto !important;
    min-width: 260px;
}

.add-to-cart-button .icon-cart {
    font-size: 1.4rem;
    display: none;
}

.cofidis-buttons-wrapper {
    display: none !important;
}

.p-to-cart-block {
    margin-top: .4rem !important;
}

#product-detail-form .p-price-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
    line-height: 1 !important;
    align-items: flex-start !important;
}

.ola .block.grid.merged {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: auto auto;
    gap: 40px;
    background: #faf8f5 !important;
    padding: 32px;
}

.ola .merged__top-text {
    grid-column: 1/2;
    grid-row: 1/2;
}

.ola .merged__photo {
    grid-column: 2/3;
    grid-row: 1/2;
}

.ola .merged__bottom-text {
    grid-column: 1/3;
    grid-row: 2/3;
    padding-top: 8px;
}

.messages {
    position: fixed;
    top: calc(var(--nav-h, 68px) + 30px);
    left: 0;
    right: 0;
    z-index: 10050;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.messages .msg {
    pointer-events: auto;
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    max-width: 90vw;
    margin: 0;
    padding: 12px 24px !important;
    border-radius: 20px !important;
}

.messages .msg .container {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages .msg span {
    white-space: nowrap;
}

#overlay-nav .nav-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#overlay-nav .nav-cart .cart-count-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    background: rgba(255, 255, 255, .92);
    color: #111;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transform: translatey(.5px);
    filter: none !important;
    z-index: 5;
}

#overlay-nav .icon-link:hover .cart-count-badge {
    transform: scale(1.08);
    transition: .15s ease;
}

.p-to-cart-block .quantity .increase-tooltip,
.p-to-cart-block .quantity .decrease-tooltip {
    display: none !important;
}

.p-to-cart-block .quantity .amount {
    width: 2.4rem !important;
    text-align: center;
    border: none !important;
    background: transparent;
    font-size: 1.2rem !important;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.p-to-cart-block .quantity .increase__sign,
.p-to-cart-block .quantity .decrease__sign {
    font-size: 1.3rem !important;
    line-height: 1;
}

.p-to-cart-block .quantity .increase:hover,
.p-to-cart-block .quantity .decrease:hover {
    background: #e5e5e5;
}

.p-to-cart-block .quantity .decrease {
    order: 1;
}

.p-to-cart-block .quantity label {
    order: 2;
    margin: 0 .4rem;
    display: flex;
    align-items: center;
}

.p-to-cart-block .quantity .increase {
    order: 3;
}

.detail-parameter-availability {
    margin: .3rem 0 1rem 0 !important;
    display: block !important;
}

.p-detail-inner .p-to-cart-block {
    margin-bottom: 12px;
}

.detail-parameter-availability .availability-label[style*="#009901"] {
    background: #e9f8ed !important;
    color: #167c2c !important;
}

.detail-parameter-availability .availability-label[style*="#d00000"] {
    background: #ffeaea !important;
    color: #d00000 !important;
}

.detail-parameter-availability .availability-label[style*="#003D5B000"] {
    background: #e3e3e3 !important;
    color: #003D5B !important;
}

.p-tools .add-to-cart-button,
.products-block .add-to-cart-button,
.category-products .add-to-cart-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 200px !important;
    padding: .7rem 1.8rem;
    border-radius: 999px;
    margin: 0 auto 1.2rem;
}

.p-tools .add-to-cart-button .icon-cart {
    margin-right: .5rem;
    font-size: 1.1rem;
}

.benefitBanner__content,
.benefitBanner__item {
    overflow: visible;
}

.cart-wrapper .cart-content {
    font-size: 1.2rem;
    line-height: 1.6;
}

.cart-table .p-name .main-link {
    font-weight: 700;
    font-size: 17px;
}

.cart-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 14px;
}

.cart-table tr.removeable {
    border: 0 !important;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .04);
    border-radius: 30px;
    background-color: #fff;
}

.cart-table tr.removeable td {
    background: #fff;
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

.cart-table tr.removeable td:first-child {
    border-radius: 18px 0 0 18px;
}

.cart-table tr.removeable td:last-child {
    border-radius: 0 18px 18px 0;
}

.cart-table .cart-p-image {
    padding-left: 1.2rem;
    padding-right: .8rem;
}

.cart-p-availability .p-label {
    display: none;
}

.cart-p-availability .availability-label {
    display: inline-flex;
    align-items: center;
    padding: .2rem .85rem;
    border-radius: 999px;
    background: #f3f3f3;
    font-size: .95rem;
    color: inherit;
}

.cart-p-availability .availability-label[style*="#009901"] {
    background: #e9f8ed;
    color: #167c2c;
}

.cart-p-availability .availability-label[style*="#D00000"],
.cart-p-availability .availability-label[style*="#d00000"] {
    background: #ffeaea;
    color: #D00000;
}

.cart-table .p-quantity .quantity-form {
    margin: 0;
}

.cart-table .p-quantity .quantity {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .25rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #fff;
    max-width: 115px;
    height: 45px;
}

.cart-table .p-quantity .increase-tooltip,
.cart-table .p-quantity .decrease-tooltip {
    display: none !important;
}

.cart-table .p-quantity .amount {
    width: 2.6rem;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    padding: 0;
}

.cart-table .p-quantity .increase,
.cart-table .p-quantity .decrease {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: none;
    background: #f3f3f3;
    cursor: pointer;
}

.cart-table .p-quantity .decrease {
    order: 1;
}

.cart-table .p-quantity label {
    order: 2;
    margin: 0 .25rem;
    display: flex;
    align-items: center;
}

.cart-table .p-quantity .increase {
    order: 3;
}

.cart-table .p-quantity .increase:hover,
.cart-table .p-quantity .decrease:hover {
    background: #bababa;
}

.cart-header.step-0 .step.step-2,
.step.step-3 {
    font-weight: 400;
    opacity: .6;
}

.cart-header.step-0 .step a span {
    font-weight: 400;
    opacity: .6;
}

.quantity .decrease__sign,
.quantity .increase__sign {
    font-size: 22px;
    font-weight: 400;
}

.cart-p-availability .availability-label[style*="#D00000"] {
    background: #ffeaea;
    color: #D00000;
}

.cart-table .p-name .delete-cart-item,
.cart-table .p-name .remove-item {
    margin-left: .3rem;
}

.cart-table .p-price .p-label,
.cart-table .p-total .p-label {
    display: block;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: .25rem;
    text-align: center !important;
    opacity: .65;
}

.cart-table .p-price .price-final {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.cart-table .p-total .price-final {
    font-weight: 700;
}

.cart-table .p-price .unit-value {
    display: none;
}

.sidebar-in-cart .cart-content h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 600;
    margin-bottom: .7rem;
}

.summary-wrapper .box {
    border-radius: 18px;
    padding: 1.2rem 0 1.4rem;
}

.summary-wrapper .price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.summary-wrapper .price-label {
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #777;
}

.summary-wrapper .price {
    font-size: 1.4rem;
    font-weight: 700;
}

.next-step-back {
    border-radius: 999px;
}

.next-step-forward {
    border-radius: 999px;
    font-weight: 600;
}

.cart-table .p-price,
.cart-table .p-total {
    text-align: center !important;
}

.remove-item {
    right: -10px;
}

.cart-table .p-total {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    text-align: center !important;
}

.cart-table .p-total .p-label {
    margin-bottom: 18px !important;
    letter-spacing: .07em;
    text-transform: uppercase;
    opacity: .7;
    width: 100%;
    text-align: center !important;
}

.cart-table .p-total .remove-item,
.cart-table .p-total .delete-cart-item {
    position: absolute !important;
    top: 40px !important;
    right: 50% !important;
    transform: translatex(60px) !important;
}

.cart-table .p-total .price-final,
.cart-table .p-total .price-final-holder {
    margin-top: 18px !important;
    width: 100%;
    text-align: center !important;
}

.contact-box i.icon-message,
.contact-box i.icon-phone {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px !important;
    vertical-align: middle;
}

.contact-box i.icon-message::before {
    content: "" !important;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

.contact-box i.icon-message::after {
    display: none;
}

.contact-box i.icon-phone::before {
    content: "" !important;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

.contact-box i.icon-phone::after {
    display: none;
}

#footer .custom-footer__newsletter .subscribe-form .btn-arrow-right::before {
    content: "" !important;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    background-image: url("https://www.rocio.cz/user/documents/upload/Ikony/Right Arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

.icon-discount {
    display: none;
}

.summary-wrapper {
    margin: 16px 0 16px;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.extras-wrapper .discount-coupon form {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.breadcrumbs {
    padding: 16px 16px;
    display: none;
}

.p-image img {
    border-radius: 16px;
}

.p-detail .benefit-banners-full-width {
    display: none
}

.p-detail-full-width {
    padding: 0;
}

.checkout-box-wrapper,
.ordering-process .co-box,
#checkoutSidebar .cart-content,
.btn.btn-block,
.product-slider {
    border-radius: 18px;
}

#checkoutSidebar .cart-content,
.ordering-process .co-box {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.checkout-box-wrapper {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.btn.btn-sm.btn-primary {
    border-radius: 9999px;
    height: 30px !important;
}

.extras-wrapper .discount-coupon button {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

#discountCouponCode {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.rc-our-story {
    max-width: 1080px;
    margin: 0 auto 80px;
    padding: 60px;
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.rc-story__header {
    text-align: center;
    margin-bottom: 28px;
}

.rc-story__eyebrow {
    font-size: 32px;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #AC8B63;
}

.rc-story__title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 12px;
}

.rc-story__lead {
    font-size: 17px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.rc-story__body {
    margin-top: 8px;
}

.rc-story__body p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 14px;
}

.rc-story__body p:last-child {
    margin-bottom: 0;
}

.rc-story__body strong {
    font-weight: 700;
}

.rc-story__footer {
    margin-top: 28px;
    text-align: right;
}

.rc-story__signature {
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7a7a7a;
}

article header {
    display: none;
}

.rc-contact {
    max-width: 1280px;
    margin: 40px auto 80px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 56px;
}

.rc-contact__col--form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rc-contact__col--info {
    align-self: flex-start;
}

.rc-contact__intro {
    font-size: 16px;
    line-height: 1.7;
    color: #003D5B;
    margin: 0 0 4px;
    margin-top: 4px;
}

.rc-contact__intro--small {
    font-size: 15px;
    color: #003D5B;
}

.rc-contact__form-card {
    margin-top: 16px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.rc-contact__form-card .form-group {
    margin-bottom: 14px;
}

.rc-contact__form-card label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.rc-contact__form-card .form-control[type="text"],
.rc-contact__form-card .form-control[type="email"],
.rc-contact__form-card textarea.form-control {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #d6d6d6;
    padding: 12px 14px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.rc-contact__form-card textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.rc-contact__form-card .form-control[type="text"]:focus,
.rc-contact__form-card .form-control[type="email"]:focus,
.rc-contact__form-card textarea.form-control:focus {
    border-color: #0b3654;
    box-shadow: 0 0 0 1px rgba(11, 54, 84, .15);
}

.rc-contact__form-card .consents {
    margin-top: 4px;
    font-size: 13px;
    color: #777;
}

.rc-contact__form-card .consents a {
    color: #0b3654;
    text-decoration: underline;
}

.rc-contact__form-card .submit-wrapper {
    margin-top: 10px;
    text-align: right;
}

.rc-contact__form-card .submit-wrapper .btn.btn-primary {
    border-radius: 999px !important;
    padding: 10px 28px !important;
    font-size: 15px;
    font-weight: 600;
}

.rc-contact__heading {
    font-size: 22px;
    margin: 4px 0 10px;
    margin-top: 4px;
}

.rc-contact__name {
    font-size: 17px;
    margin: 0 0 12px;
}

.rc-contact__line {
    margin: 2px 0;
    font-size: 15px;
    color: #003D5B;
}

.rc-contact__label-inline {
    font-weight: 600;
    margin-right: 4px;
}

.rc-contact__block {
    margin-top: 18px;
}

.rc-contact__label-block {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 6px;
    color: #003D5B;
}

.rc-contact__col--form,
.rc-contact__col--info {
    background: #faf8f5;
    border-radius: 24px;
    padding: 24px 24px 28px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.rc-corporate {
    gap: 56px;
    max-width: 1180px;
    margin: 40px auto 80px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.rc-corporate__hero-text p,
.rc-corporate__story-text p {
    max-width: none;
    font-size: 16px;
    line-height: 1.8;
}

.rc-corporate__product-grid {
    gap: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.rc-corporate__product-card {
    padding: 28px 26px 26px;
    gap: 18px;
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-slider-holder .product-slider-pagination .pagination-button.active {
    background-color: #000;
}

.products-page.products-block {
    padding: 0 25px 0 30px;
}

.rc-corporate__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 32px;
    align-items: center;
}

.rc-corporate__hero-text p {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #3d3d3d;
}

.rc-corporate__eyebrow {
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #b4863e;
    margin: 0 0 8px;
}

.rc-corporate__title {
    font-size: 30px;
    margin: 0 0 14px;
}

.rc-corporate__hero-media {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rc-corporate__hero-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.rc-corporate__story {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 32px;
    align-items: center;
}

.rc-corporate__story-text p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.rc-corporate__story-media {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.rc-corporate__story-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.rc-corporate__section-title {
    font-size: 32px;
    margin: 0 0 36px;
}

.rc-corporate__section-title--center {
    text-align: center;
}

.rc-corporate__products {
    margin-top: 8px;
}

.rc-corporate__product-title {
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
    min-height: 56px;
    text-align: center;
}

.rc-corporate__product-text {
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
    color: #434343;
}

.rc-corporate__product-meta {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.7;
}

.rc-corporate__cta {
    align-self: center;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border-radius: 999px;
    background: #003d5b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.rc-corporate__cta:hover {
    background: #07283b;
}

.rc-corporate__why-list {
    list-style: none;
    margin: 12px auto 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.rc-corporate__why-list li {
    font-size: 15px;
    line-height: 1.8;
    color: #3e3e3e;
}

.rc-corporate__why-label {
    font-weight: 600;
}

.rc-corporate__contact {
    display: flex;
    justify-content: center;
}

.rc-corporate__contact-card {
    max-width: 520px;
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 26px 22px;
    text-align: center;
}

.rc-corporate__contact-text {
    margin: 6px 0 14px;
    font-size: 15px;
    color: #444;
}

.rc-corporate__contact-line {
    margin: 2px 0;
    font-size: 15px;
}

.rc-corporate__contact-line a {
    color: #003d5b;
    text-decoration: none;
}

.rc-corporate__contact-line a:hover {
    text-decoration: underline;
}

.category-perex.empty-content {
    display: none;
}

.rc-corporate__hero-media--slider {
    position: relative;
    overflow: hidden;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.rc-corporate__slider {
    position: relative;
    width: 300%;
    height: 100%;
    display: flex;
    animation: rcCorporateSliderX 10s infinite;
}

/* animace: 0–20% první slide, 33–53% druhý, 66–86% třetí */
@keyframes rcCorporateSliderX {

    0%,
    20% {
        transform: translateX(0);
    }

    25%,
    33% {
        transform: translateX(-100%);
    }

    38%,
    58% {
        transform: translateX(-100%);
    }

    63%,
    71% {
        transform: translateX(-200%);
    }

    76%,
    96% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

.rc-corporate__slide {
    position: relative !important;
    inset: 0;
    opacity: 1 !important;
    transition: opacity .8s ease;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.rc-corporate__slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}

.rc-corporate__slide:nth-child(1) {
    animation: rcCorporateSlider 12s infinite;
}

.rc-corporate__slide:nth-child(2) {
    animation: rcCorporateSlider 12s infinite 4s;
}

.rc-corporate__slide:nth-child(3) {
    animation: rcCorporateSlider 12s infinite 8s;
}

.rc-corporate__float-cta {
    position: static !important;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    background: #003d5b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: none;
    margin-top: 14px;
}

.rc-corporate__hero-text,
.rc-corporate__story-text {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 26px 26px 28px;
}

.rc-corporate__hero-text .rc-corporate__eyebrow {
    margin-bottom: 8px;
}

.rc-corporate__hero-text .rc-corporate__title {
    margin-bottom: 14px;
}

.rc-corporate__slide:first-child {
    opacity: 1;
}

.rc-corporate__why {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 26px 28px 28px;
    text-align: center;
}

#billCountryId,
input[type="checkbox"]+label::before,
input[type=checkbox],
input[type=email],
input[type=radio],
input[type=search],
input[type=text],
.phone-combined-input input {
    border-radius: 18px;
}

#formLogin {
    max-width: 720px;
    margin: 40px auto 80px;
    background: #fff;
    border-radius: 24px;
}

#content .content-inner>h1 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0 20px;
}

#formLogin .form-group {
    margin-bottom: 18px;
}

#formLogin .input-wrapper {
    width: 100%;
}

#formLogin .form-control[type="email"],
#formLogin .form-control[type="password"] {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #d6d6d6;
    background: #eef3ff;
    padding: 14px 18px;
    font-size: 16px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#formLogin .form-control[type="email"]:focus,
#formLogin .form-control[type="password"]:focus {
    border-color: #003d5b;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 61, 91, .12);
}

#formLogin .login-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

#formLogin .btn-login {
    border-radius: 999px !important;
    padding: 12px 32px !important;
    font-size: 16px;
    font-weight: 600;
}

#formLogin .password-helper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 15px;
}

#formLogin .password-helper a {
    color: #003d5b;
    text-decoration: none;
}

#formLogin .password-helper a:hover {
    text-decoration: underline;
}

.login-wrapper {
    padding-bottom: 0;
}

.next-to-carousel-banners,
.sidebar.sidebar-left {
    display: none;
}

.payment-logo img {
    border-radius: 8px;
}

.next-step .btn.btn-lg {
    border-radius: 999px;
    line-height: 1.5;
}

body .content-inner>#formForgottenPassword {
    max-width: 720px;
    margin: 30px auto 10px;
    padding: 32px 32px 30px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

body .content-inner>h1 {
    text-align: center;
    font-size: 40px;
    margin: 40px 0 18px;
}

#formForgottenPassword h2 {
    font-size: 18px;
    margin: 0 0 8px;
}

#formForgottenPassword p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 16px;
}

#formForgottenPassword .form-group {
    margin-bottom: 18px;
}

#formForgottenPassword .form-control[type="email"] {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #d6d6d6;
    background: #eef3ff;
    padding: 14px 18px;
    font-size: 16px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#formForgottenPassword .form-control[type="email"]:focus {
    border-color: #003d5b;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 61, 91, .12);
}

#formForgottenPassword .login-wrapper {
    text-align: right;
}

#formForgottenPassword .btn.btn-primary {
    border-radius: 999px;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
}

.customer-page .content {
    box-shadow: none;
}

.btn.btn-primary,
a.btn.btn-primary {
    background-color: #003d5b;
    color: #fff;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover {
    background-color: #000;
    color: #fff;
}

body .content-inner>#register-form {
    max-width: 900px;
    margin: 40px auto 20px;
    padding: 32px 32px 34px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

#register-form .co-box.co-registration,
#register-form .box.box-sm.box-bg-default {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

#register-form h4 {
    font-size: 18px;
    margin: 18px 0 10px;
}

#register-form .form-group {
    margin-bottom: 16px;
}

#register-form .form-control[type="text"],
#register-form .form-control[type="email"],
#register-form .form-control[type="password"],
#register-form select.form-control,
#register-form .phone-combined-input .form-control {
    width: 100%;
    border-radius: 18px;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#register-form .form-control:focus {
    border-color: #003d5b;
    box-shadow: 0 0 0 1px rgba(0, 61, 91, .12);
    background: #fff;
}

#register-form .smart-label-wrapper label,
#register-form .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}

#register-form .stay-in-touch,
#register-form .consents {
    margin-top: 8px;
}

#register-form .stay-in-touch label,
#register-form .consents label {
    font-size: 14px;
}

#register-form .submit-wrapper {
    margin-top: 20px;
    text-align: right;
}

#register-form .submit-wrapper .btn-login,
#register-form .submit-wrapper .btn.btn-secondary,
#register-form .submit-wrapper .btn.btn-primary {
    border-radius: 999px;
    padding: 11px 30px;
    font-size: 15px;
    font-weight: 600;
}

#register-form a.btn.btn-secondary,
#register-form a.btn.btn--primary {
    border-radius: 999px;
}

.id--8 .content {
    box-shadow: none;
}

.link-like,
.link-like.btn,
.link-like:focus,
.link-like:hover,
a,
a.btn,
a:focus,
a:hover {
    text-decoration: underline;
}

#content-wrapper.container.content-wrapper {
    max-width: 1180px;
    margin: 40px auto 80px;
}

.order-summary-heading {
    text-align: center;
    font-size: 40px;
    margin: 18px 0 26px;
}

.payment-success-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 12px;
}

.payment-success-icon i.icon-tick {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #17a55b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.recapitulation-wrapper {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 24px 26px 26px;
    margin: 0 20px 20px;
}

.recapitulation-wrapper:first-of-type {
    margin-bottom: 24px;
}

.reca-number {
    font-size: 15px;
    margin: 0 0 14px;
}

.co-box.co-payment-method {
    background: #fff;
    border: 0;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 16px;
}

.co-box.co-payment-method h4.order-payment {
    font-size: 18px;
    margin: 0 0 10px;
}

.recapitulation-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.recapitulation-table th,
.recapitulation-table td {
    padding: 8px 0;
    font-size: 15px;
}

.recapitulation-table th {
    width: 40%;
    font-weight: 600;
}

.recapitulation-table tr+tr th,
.recapitulation-table tr+tr td {
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.co-order {
    margin-top: 22px;
}

.co-order h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.co-order .cart-table {
    width: 100%;
    border-collapse: collapse;
}

.co-order .cart-table tr {
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.co-order .cart-table tr:first-child {
    border-top: 0;
}

.co-order .cart-table td {
    padding: 12px 0;
    vertical-align: middle;
    font-size: 15px;
}

.co-order .cart-p-image img {
    border-radius: 16px;
}

.co-order .p-name span {
    font-weight: 600;
}

.co-order .p-quantity {
    white-space: nowrap;
    text-align: right;
}

.co-order .p-price {
    font-weight: 600;
    text-align: right;
}

.recapitulation-wrapper:last-of-type {
    text-align: center;
}

.order-summary-item.total {
    font-size: 15px;
    margin-bottom: 4px;
}

.order-summary-item.summary-thx {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.order-complete-links p {
    margin: 20px 0;
}

.order-complete-links .btn.btn-primary {
    border-radius: 999px;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.order-complete-links a {
    color: #003d5b;
}

.order-complete-links a:hover {
    text-decoration: underline;
    color: #000;
}

.customer-page main#content .content-inner>h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 18px;
}

.customer-page main#content .content-inner>h2 {
    font-size: 22px;
    margin: 50px 0 12px;
    color: #003D5B;
}

.customer-page main#content .content-inner .client-link {
    width: 100%;
    margin: 20px 0 40px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    border-radius: 18px;
    padding: 20px 30px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.customer-page main#content .content-inner a.btn.btn-primary {
    border-radius: 999px;
    padding: 8px 22px;
    font-weight: 600;
}

.customer-page main#content .content-inner>table,
.customer-page main#content .content-inner>.table,
.customer-page main#content .content-inner table.table-order-details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    overflow: hidden;
    margin-top: 16px;
}

.customer-page main#content .content-inner table thead tr {
    background: #f7f8fb;
}

.customer-page main#content .content-inner table thead th {
    padding: 20px 40px;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6a6a6a;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.customer-page main#content .content-inner table tbody td {
    padding: 14px 40px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

@media (min-width: 2000px) {

    .customer-page main#content .content-inner table thead th,
    .customer-page main#content .content-inner table tbody td {
        text-align: center;
    }
}

.customer-page main#content .content-inner table td a,
.customer-page main#content .content-inner table td.p-name a {
    font-weight: 700;
}

.customer-page main#content .content-inner table.table-order-details tr.row-summary td {
    background: #f7f8fb;
    border-bottom: none;
    padding: 16px 40px;
}

.customer-page main#content .content-inner table.table-order-details .list-summary {
    margin: 0;
}

.customer-page main#content .content-inner table.table-order-details .list-summary dt {
    float: left;
    margin-right: 10px;
    font-weight: 600;
}

.customer-page main#content .content-inner table.table-order-details .list-summary dd {
    margin: 0;
    font-weight: 700;
}

.customer-page main#content .content-inner>h2:first-of-type+div {
    background: #fff;
    border-radius: 18px;
    padding: 20px 40px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    margin-bottom: 40px;
}

.customer-page main#content .content-inner>h2:first-of-type+div p {
    margin-bottom: 16px;
}

.customer-page main#content .content-inner>h2+.row {
    margin-top: 12px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    border-radius: 18px;
    padding: 20px 40px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    display: flex;
}

.customer-page main#content .content-inner>h2+.row>[class*="col-"] {
    flex: 1 1 0;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}

.customer-page main#content .content-inner>h2+.row h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.customer-page main#content .content-inner>h2+.row p,
.customer-page main#content .content-inner>h2+.row br+* {
    font-size: 15px;
}

.customer-page main#content .content-inner .paginator {
    margin: 18px 0 0;
    text-align: center;
}

.customer-page .table.customer-orders.table-mobile-enriched th,
.customer-page .table.customer-orders.table-mobile-enriched td {
    padding: 20px 20px 20px 40px !important;
}

.customer-page .table.customer-orders.table-mobile-enriched th:last-child,
.customer-page .table.customer-orders.table-mobile-enriched td:last-child {
    padding-right: 40px !important;
}

body.ordering-process .content-wrapper-in>main#content.content.wide>.content-inner {
    max-width: none;
    margin: 0;
    padding: 0;
}

.order-button-text {
    vertical-align: baseline;
}

.continue-shopping {
    text-decoration: underline;
}

#overlay-nav .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px !important;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transform: scalex(0);
    transform-origin: center;
    transition: transform .25s cubic-bezier(.25, .46, .45, .94);
}

#overlay-nav .menu a:hover::after {
    transform: scalex(1);
}

.add-to-cart-button span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.cart-inner.cart-empty {
    max-width: 1200px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.cart-empty .cart-heading {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 28px;
    text-align: left;
}

.cart-empty .cart-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

.cart-empty .cart-content {
    background: #fff;
    padding: 28px 28px 32px;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
    height: 200px;
}

.cart-empty .empty-cart-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.cart-empty h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.cart-empty .empty-cart-boxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-empty .empty-cart-boxes li {
    margin-bottom: 10px;
}

.cart-empty .empty-cart-boxes a {
    font-size: 16px;
    font-weight: 600;
    color: #0b3654;
    text-decoration: underline;
    transition: color .2s ease;
}

.cart-empty .empty-cart-boxes a:hover {
    color: #082538;
}

.cart-empty .js-try-search-button {
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-weight: 600;
    font-size: 16px;
}

.cart-empty .col-md-4 .cart-content {
    padding: 28px 28px 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .04);
}

.cart-empty .col-md-4 h4 {
    margin-top: 0 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cart-empty .contact-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cart-empty .contact-box strong {
    font-size: 17px;
    font-weight: 700;
}

.cart-empty .contact-box a {
    color: #0b3654;
    font-weight: 600;
    text-decoration: none;
}

.cart-empty .contact-box a:hover {
    text-decoration: underline;
}

.cart-empty .contact-box i {
    display: none !important;
}

.cart-empty .contact-box ul {
    padding-left: 0;
}

.cart-inner.cart-empty .cart-heading {
    margin-bottom: 28px;
}

.cart-inner.cart-empty .empty-cart-boxes {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cart-inner.cart-empty .empty-cart-boxes::before,
.cart-inner.cart-empty .empty-cart-boxes::after {
    content: none !important;
}

.cart-inner.cart-empty .empty-cart-boxes .col-md-6 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.cart-inner.cart-empty .empty-cart-boxes .col-md-6:last-child {
    display: none;
}

.cart-inner.cart-empty .empty-cart-boxes h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
    width: auto !important;
    max-width: none !important;
    white-space: normal !important;
}

@media (max-width:767px) {
    .cart-wrapper {
        padding: 0 20px;
    }

    .p-detail-inner .p-to-cart-block .add-to-cart {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: .75rem !important;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        flex: 0 0 auto !important;
        padding: .25rem .6rem !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .p-detail-inner .p-to-cart-block .quantity .increase,
    .p-detail-inner .p-to-cart-block .quantity .decrease {
        width: 28px !important;
        height: 28px !important;
    }

    .p-detail-inner .p-to-cart-block .quantity .amount {
        font-size: 1rem !important;
    }

    .p-detail-inner .add-to-cart-button {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 0 !important;
        padding-top: .9rem !important;
        padding-bottom: .9rem !important;
        min-height: 48px !important;
    }

    .content-wrapper.container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cart-table tr.removeable {
        display: block;
        padding: 10px 12px 10px 24px;
        margin: 14px 0;
        border-radius: 24px;
        box-shadow: 0 0 30px 10px rgba(0, 0, 0, .04);
        overflow: hidden;
    }

    .cart-table tr.removeable td {
        display: block;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        text-align: left;
    }

    .cart-table tr.removeable td:first-child {
        border-radius: 18px 18px 0 0;
        padding-top: 1rem;
    }

    .cart-table tr.removeable td:last-child {
        border-radius: 0 0 18px 18px;
    }

    .cart-table {
        border-spacing: 0 16px;
    }

    .cart-table .cart-p-image {
        margin-bottom: 6px;
        display: inline-block;
        width: auto;
        vertical-align: top;
        margin-right: .8rem;
    }

    .cart-table .p-name {
        padding-top: .35rem;
        display: inline-block;
        width: calc(100% - 90px);
        position: relative;
        padding-right: 48px;
        margin-bottom: 4px;
    }

    .cart-table td {
        display: block;
        width: 100%;
        padding: .3rem 0;
    }

    .cart-table .p-quantity,
    .cart-table .p-price,
    .cart-table .p-total {
        text-align: left;
    }

    .cart-table .p-quantity .p-label,
    .cart-table .p-price .p-label,
    .cart-table .p-total .p-label {
        display: inline-block;
        margin-right: .5rem;
    }

    .cart-table .p-quantity {
        margin-top: .5rem;
        padding: 10px 18px 4px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .cart-table .p-total {
        margin-top: .3rem;
        padding: 4px 18px 16px;
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
        text-align: left !important;
        position: static !important;
    }

    .cart-table .cart-p-image,
    .cart-table .p-name {
        padding: 14px 18px 0;
    }

    .cart-table tr.removeable .remove-item,
    .cart-table tr.removeable .delete-cart-item {
        position: absolute !important;
        top: 14px;
        right: -.45rem;
    }

    .cart-p-availability {
        padding: 10px 0 !important;
    }

    .cart-table .p-quantity .p-label {
        display: inline-block;
        margin: 0;
        font-size: .9rem;
        opacity: .8;
    }

    .cart-table .p-quantity .quantity {
        margin-left: 12px;
        height: 40px;
    }

    .cart-table .p-price {
        padding: 6px 18px 0;
        display: flex !important;
        align-items: baseline;
        justify-content: space-between;
    }

    .cart-table .p-price .p-label {
        margin: 0;
    }

    .cart-table .p-price .price-final,
    .cart-table .p-price .price-final-holder {
        margin: 0;
        text-align: right;
    }

    .cart-table .p-total .p-label {
        margin: 0;
    }

    .cart-table .p-total .price-final,
    .cart-table .p-total .price-final-holder {
        margin: 0;
        text-align: right;
        width: auto;
    }

    .cart-table .p-total .remove-item,
    .cart-table .p-total .delete-cart-item {
        display: none !important;
    }

    .cart-table .p-price,
    .cart-table .p-total {
        display: flex !important;
        flex-direction: row !important;
        align-items: baseline !important;
        justify-content: space-between !important;
        text-align: left !important;
        padding: 6px 18px 0 0 !important;
        margin: 0 !important;
    }

    .cart-table .p-price .p-label,
    .cart-table .p-total .p-label {
        text-align: left !important;
    }

    .cart-table .p-price .price-final,
    .cart-table .p-price .price-final-holder,
    .cart-table .p-total .price-final,
    .cart-table .p-total .price-final-holder {
        text-align: right !important;
    }

    .price-wrapper .price-label.price-primary {
        font-size: 12px;
    }

    .cart-table .p-discount {
        padding: 0 30px 0 0 !important;
    }

    .cart-table tr>td:nth-child(odd).p-discount,
    .cart-table tr>td:nth-child(odd).p-price {
        padding-bottom: 0 !important;
        padding-top: 5px !important;
    }

    body.in-index .product-slider-holder {
        padding: 20px 32px;
    }

    .id--4 .content,
    .id--8 .content {
        margin: 32px 20px;
    }
}

@media (max-width:1024px) {
    #overlay-nav {
        width: calc(100% - 20px);
        padding: 10px 12px;
        gap: 12px;
    }

    #overlay-nav .logo img {
        height: 40px;
    }

    #overlay-nav .menu {
        gap: 16px;
        overflow: auto;
    }

    .hero-content {
        padding: 60px 30px;
        max-width: 90%;
    }
}

@media (max-width:640px) {
    #overlay-nav {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    #overlay-nav .menu {
        order: 3;
        width: 100%;
        gap: 14px;
        justify-content: flex-start;
    }

    #overlay-nav .utils {
        margin-left: auto;
    }

    .hero-overlay {
        align-items: flex-end;
        justify-content: center;
    }

    .hero-content {
        padding: 12px 20px 12px;
        max-width: 95%;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .hero-content .btn-primary {
        font-size: 14px;
        padding: 12px 22px;
    }

    .benefitBanner.position--benefitHomepage {
        grid-template-columns: 1fr;
        row-gap: 18px;
    }

    .benefitBanner__item {
        padding: 12px 0;
    }

    .rc-story__header {
        text-align: center;
    }

    .rc-story__eyebrow {
        font-size: 18px;
        letter-spacing: .14em;
        margin-bottom: 8px;
    }

    .rc-story__title {
        font-size: 24px;
        line-height: 1.25;
        margin: 0 0 14px;
    }

    #formLogin {
        margin: 20px 16px 60px;
        padding: 26px 18px 24px;
    }

    #content .content-inner>h1 {
        font-size: 32px;
        margin-top: 44px;
    }

    #formLogin .login-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    #formLogin .btn-login {
        align-self: stretch;
        text-align: center;
        width: 100%;
    }

    body .content-inner>#formForgottenPassword {
        margin: 24px 16px 60px;
        padding: 24px 18px 22px;
    }

    body .content-inner>h1 {
        font-size: 32px;
        margin-top: 32px;
    }

    #formForgottenPassword .login-wrapper {
        text-align: left;
    }

    #formForgottenPassword .btn.btn-primary {
        width: 100%;
        text-align: center;
    }

    body .content-inner>#register-form {
        margin: 24px 16px 30px;
        padding: 24px 18px 26px;
    }

    #register-form .submit-wrapper {
        text-align: left;
    }

    #register-form .submit-wrapper .btn-login,
    #register-form .submit-wrapper .btn.btn-secondary,
    #register-form .submit-wrapper .btn.btn-primary {
        width: 100%;
        text-align: center;
    }
}

@media (min-width:961px) {

    #header,
    .header-bottom,
    .header-bottom-wrapper,
    .navigation-wrapper.header-bottom-wrapper {
        display: none !important;
    }

    #overlay-nav .menu {
        display: flex !important;
    }

    #overlay-nav .hamburger,
    #overlay-nav .drawer {
        display: none !important;
    }

    #header,
    .header-bottom,
    .header-bottom-wrapper,
    .navigation-wrapper.header-bottom-wrapper,
    .menu-helper {
        display: none !important;
    }

    body:not(.in-index) #content,
    body:not(.in-index) .content,
    body:not(.in-index) .content-wrapper,
    body:not(.in-index) .page,
    body:not(.in-index) main {
        margin-top: calc(var(--nav-h, 68px));
    }

    body.admin-bar:not(.in-index) #content,
    body.admin-bar:not(.in-index) .content,
    body.admin-bar:not(.in-index) .content-wrapper,
    body.admin-bar:not(.in-index) .page,
    body.admin-bar:not(.in-index) main {
        margin-top: calc(var(--nav-h, 68px));
    }

    #overlay-nav .utils .search-link {
        display: flex !important;
    }
}

@media (max-width:960px) {
    #overlay-nav {
        width: calc(100% - 16px);
        left: 8px;
        right: 8px;
        transform: none;
        padding: 10px 12px;
        gap: 12px;
        border-radius: 20px;
    }

    #overlay-nav .menu {
        display: none !important;
    }

    #overlay-nav .utils {
        margin-left: auto;
    }

    #overlay-nav .hamburger {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .35);
        background: rgba(255, 255, 255, .12);
        color: #fff;
        display: grid !important;
        place-items: center;
        cursor: pointer;
    }

    #overlay-nav .hamburger i {
        width: 18px;
        height: 2px;
        background: #fff;
        position: relative;
        display: block;
        transition: .2s;
    }

    #overlay-nav .hamburger i::before,
    #overlay-nav .hamburger i::after {
        content: "";
        position: absolute;
        left: 0;
        width: 18px;
        height: 2px;
        background: #fff;
        transition: .2s;
    }

    #overlay-nav .hamburger i::before {
        top: -6px;
    }

    #overlay-nav .hamburger i::after {
        top: 6px;
    }

    body.nav-open #overlay-nav .hamburger i {
        background: transparent;
    }

    body.nav-open #overlay-nav .hamburger i::before {
        transform: rotate(45deg);
        top: 0;
    }

    body.nav-open #overlay-nav .hamburger i::after {
        transform: rotate(-45deg);
        top: 0;
    }

    #overlay-nav .drawer {
        position: fixed;
        left: 0;
        right: 0;
        top: var(--nav-h, 68px);
        background: rgba(0, 0, 0, 0.94);
        backdrop-filter: saturate(140%) blur(6px);
        max-height: 70vh;
        overflow: auto;
        z-index: 9998;
        padding: 16px;
        transform: translatey(-12px);
        opacity: 0;
        pointer-events: none;
        transition: .22s;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    body.nav-open #overlay-nav .drawer {
        transform: translatey(0);
        opacity: 1;
        pointer-events: auto;
        top: calc(var(--nav-h, 68px) - 1px) !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        box-shadow: 0 10px 28px rgba(0, 0, 0, .28) inset, 0 8px 24px rgba(0, 0, 0, .25);
    }

    #overlay-nav .drawer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 12px;
    }

    #overlay-nav .drawer a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        padding: 12px 10px;
        border-radius: 12px;
        background: rgba(255, 255, 255, .06);
        border: 1px solid rgba(255, 255, 255, .12);
    }

    body.nav-open {
        overflow: hidden
    }

    body.nav-open #overlay-nav {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    }

    .p-detail-full-width #tab-content {
        padding: 0 !important;
    }

    #footer .custom-footer.elements-6 {
        flex-wrap: wrap;
    }

    #footer .custom-footer [class^="custom-footer__banner"] {
        flex: 1 1 calc(50% - 22px);
    }

    .benefitBanner.position--benefitHomepage {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .benefitBanner__item {
        border: 0;
        padding: 22px 0 0;
        position: relative;
    }

    .benefitBanner__item::before {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        top: 0;
        height: 2px;
    }

    .benefitBanner__item:first-child::before {
        display: none;
    }

    #overlay-nav .utils .search-link {
        display: none !important;
    }

    #overlay-nav .search-link {
        display: none !important;
    }

    .rc-corporate {
        margin: 30px auto 60px;
        padding: 0 20px;
        gap: 40px;
    }

    .rc-corporate__hero {
        grid-template-columns: 1fr;
    }

    .rc-corporate__story {
        grid-template-columns: 1fr;
    }

    .rc-corporate__hero-media,
    .rc-corporate__story-media {
        min-height: 200px;
    }

    .rc-corporate__product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:900px) {

    .ola .block.grid,
    .ola .block.grid.reverse {
        grid-template-columns: 1fr;
    }

    .ola .benefits {
        grid-template-columns: 1fr 1fr;
    }

    .ola .block.grid {
        position: relative;
        overflow: hidden;
        border-radius: var(--radius);
    }

    .ola .block.grid>.fade-bleed {
        position: relative;
        margin: 0 calc(-1 * var(--pad, 32px)) calc(-1 * var(--pad, 32px)) calc(-1 * var(--pad, 32px));
    }

    .ola .block.grid>.fade-bleed img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 0;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .ola .block.grid>.fade-bleed.right::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .02) 50%, rgba(255, 255, 255, .15) 65%, rgba(255, 255, 255, .45) 80%, rgba(255, 255, 255, .7) 90%, var(--block-bg, #fff) 100%);
        z-index: 1;
    }

    .ola .block.grid>.fade-bleed.left::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .02) 50%, rgba(255, 255, 255, .15) 65%, rgba(255, 255, 255, .45) 80%, rgba(255, 255, 255, .7) 90%, var(--block-bg, #fff) 100%);
        z-index: 1;
    }

    .ola .block.grid.reverse {
        padding: 0 !important;
        overflow: hidden;
        border-radius: var(--radius);
    }

    .ola .block.grid.reverse>.fade-bleed {
        margin: 0 !important;
        border-radius: var(--radius) var(--radius) 0 0;
        overflow: hidden;
        position: relative;
    }

    .ola .block.grid.reverse>.fade-bleed img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: inherit;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    .ola .block.grid.reverse>div:not(.fade-bleed) {
        padding: 22px;
    }

    .ola .block.grid.merged {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 24px;
    }

    .ola .merged__top-text {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .ola .merged__photo {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .ola .merged__bottom-text {
        grid-column: 1/2;
        grid-row: 3/4;
    }

    .rc-contact {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 30px auto 60px;
    }

    .rc-contact__form-card {
        padding: 20px 18px 22px;
    }

    .rc-contact__col--form,
    .rc-contact__col--info {
        padding: 20px 18px 22px;
        border-radius: 20px;
    }

    .cart-empty .cart-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cart-empty .empty-cart-boxes {
        grid-template-columns: 1fr;
    }
}

@media (max-width:560px) {
    .ola h1 {
        font-size: 24px;
    }

    .ola .lead {
        font-size: 16px;
    }

    .ola .benefits {
        grid-template-columns: 1fr;
    }

    .ola .specs {
        grid-template-columns: 1fr;
    }

    .ola .wrap {
        padding: 24px 18px !important;
    }

    .ola .block {
        padding: 22px;
        margin: 22px 0;
        --pad: 22px;
    }
}

@media (min-width:901px) {
    .ola .block.grid {
        position: relative;
        overflow: hidden;
        border-radius: var(--radius);
        align-items: stretch !important;
    }

    .ola .block {
        --pad: 32px;
        --border: 1px;
        --block-bg: #faf8f5;
    }

    .ola .block.soft {
        --block-bg: #faf8f5;
    }

    .ola .block.grid>.fade-bleed {
        position: relative;
        align-self: stretch !important;
        display: flex;
        margin: calc(-1 * var(--pad) - var(--border)) calc(-1 * var(--pad) - var(--border)) calc(-1 * var(--pad) - var(--border)) 0 !important;
    }

    .ola .block.grid.reverse>.fade-bleed {
        margin: calc(-1 * var(--pad) - var(--border)) 0 calc(-1 * var(--pad) - var(--border)) calc(-1 * var(--pad) - var(--border)) !important;
    }

    .ola .block.grid>.fade-bleed img {
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0 !important;
        display: block;
    }

    .ola .block.grid>.fade-bleed.right::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .02) 50%, rgba(255, 255, 255, .15) 65%, rgba(255, 255, 255, .45) 80%, var(--soft) 90%, var(--block-bg) 100%);
        z-index: 1;
    }

    .ola .block.grid>.fade-bleed.left::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .02) 50%, rgba(255, 255, 255, .15) 65%, rgba(255, 255, 255, .45) 80%, var(--soft) 90%, var(--block-bg) 100%);
        z-index: 1;
    }

    .ola .block.grid>.fade-bleed.right img {
        -webkit-mask-image: linear-gradient(to right, #003D5B 80%, rgba(0, 0, 0, 0) 100%) !important;
        mask-image: linear-gradient(to right, #003D5B 80%, rgba(0, 0, 0, 0) 100%) !important;
    }

    .ola .block.grid>.fade-bleed.left img {
        -webkit-mask-image: linear-gradient(to left, #003D5B 80%, rgba(0, 0, 0, 0) 100%) !important;
        mask-image: linear-gradient(to left, #003D5B 80%, rgba(0, 0, 0, 0) 100%) !important;
    }
}

@media (max-width:1200px) {
    #footer .custom-footer.elements-6 {
        gap: 22px;
    }
}

@media (max-width:600px) {
    #footer .custom-footer [class^="custom-footer__banner"] {
        flex: 1 1 100%;
    }

    #footer .rc-footer-brand .brand-logo {
        height: 128px;
    }

    .rc-contact {
        padding: 0 12px;
    }

    .rc-contact__form-card .submit-wrapper {
        text-align: left;
    }

    .rc-corporate {
        padding: 0 20px;
    }

    .rc-corporate__title {
        font-size: 24px;
    }

    .cart-inner.cart-empty {
        padding: 0 14px;
    }
}

@media (max-width:768px) {
    .brand-story-section {
        margin-top: -40px;
        padding: 60px 24px 40px;
    }

    .brand-story-card {
        border-radius: 20px;
        padding: 32px;
    }

    .brand-story-title {
        font-size: 24px;
    }

    .brand-story-lead {
        font-size: 16px;
    }

    .p-to-cart-block .add-to-cart {
        flex-direction: column !important;
        gap: .9rem !important;
        align-items: stretch !important;
    }

    .add-to-cart-button {
        width: 100% !important;
    }

    .p-tools .add-to-cart-button,
    .products-block .add-to-cart-button,
    .category-products .add-to-cart-button {
        min-width: 200px !important;
        width: 200px !important;
        border-radius: 999px;
        font-size: 12px;
        margin: .6rem auto 1.2rem !important;
    }

    .icon-cart:after {
        font-size: 12px
    }

    .benefitBanner.position--benefitHomepage {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .benefitBanner__item {
        position: relative;
        padding: 22px 0;
        border: 0;
        text-align: center;
        line-height: 1;
    }

    .benefitBanner__item::after {
        content: "";
        position: absolute;
        left: 5%;
        right: 5%;
        top: 0;
        height: 2px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 100%);
    }

    .benefitBanner__item:first-child::after {
        display: none;
    }

    .benefitBanner__content {
        max-width: 260px;
        margin: 0 auto;
    }

    #checkoutContent,
    #checkoutSidebar {
        padding: 0 20px;
    }

    .rc-our-story {
        margin: 20px 20px 0;
        padding: 24px 18px 30px;
        border-radius: 18px;
    }

    .rc-story__title {
        font-size: 24px;
    }

    .rc-story__lead {
        font-size: 16px;
    }

    .rc-story__body p {
        font-size: 15px;
    }

    .rc-corporate__float-cta {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: none !important;
        bottom: auto !important;
        padding: 11px 28px;
        left: auto !important;
        right: auto !important;
        margin: 16px auto 0;
    }

    .rc-corporate__contact-card {
        text-align: center;
    }

    #content-wrapper.container.content-wrapper {
        margin: 24px auto 60px;
    }

    .recapitulation-wrapper {
        margin: 0 12px 18px;
        padding: 20px 18px 22px;
    }

    .order-summary-heading {
        font-size: 32px;
        margin-top: 26px;
        margin-bottom: 16px;
    }

    .recapitulation-table th,
    .recapitulation-table td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .recapitulation-table th {
        margin-top: 8px;
    }

    .co-order .cart-table td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .co-order .p-quantity,
    .co-order .p-price {
        text-align: left;
    }

    .order-complete-links .btn.btn-primary {
        width: 100%;
    }

    .customer-page main#content .content-inner>h1 {
        font-size: 26px;
        margin-top: 24px !important;
        margin-bottom: 14px;
    }

    .customer-page main#content .content-inner>h2 {
        font-size: 18px;
        margin: 22px 0 10px;
    }

    .customer-page main#content .content-inner>h2:first-of-type+div {
        padding: 20px 30px;
        margin-bottom: 40px;
    }

    .customer-page main#content .content-inner>h2+.row {
        display: block;
        padding: 20px 30px 10px;
        margin-top: 10px;
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .customer-page main#content .content-inner>h2+.row>[class*="col-"] {
        width: 100%;
        margin: 0 0 50px;
    }

    .customer-page main#content .content-inner>h2+.row>[class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .customer-page main#content .content-inner>h2+.row h4 {
        margin-bottom: 8px;
    }

    .customer-page main#content .content-inner>table,
    .customer-page main#content .content-inner>.table {
        box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
        border-radius: 18px;
    }

    .customer-page .table.customer-orders.table-mobile-enriched th,
    .customer-page .table.customer-orders.table-mobile-enriched td {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width:768px) {
    .footer-rows .custom-footer>div {
        width: 30% !important;
    }

    .cart-table .p-quantity .p-label {
        display: none;
    }

    .id--4 .content,
    .id--8 .content {
        margin-bottom: 20px;
        border-radius: 18px;
        padding: 0 32px 0;
    }

    .id--4 #content,
    .id--8 #content,
    .type-post #content {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .p-detail-inner {
        max-width: 1300px;
        margin: 3rem auto;
        display: flex;
        gap: 4rem;
        padding: 0 2rem;
        align-items: flex-start;
    }

    .p-detail-inner .p-image-wrapper,
    .p-detail-inner .p-data-wrapper {
        width: 50%;
    }

    .p-detail-inner .p-image-wrapper {
        order: 1;
    }

    .p-detail-inner .p-data-wrapper {
        order: 2;
    }

    .p-image {
        text-align: center;
        margin-bottom: 1.3rem;
    }

    .p-image img {
        width: 100%;
        max-width: 500px;
        height: auto;
        object-fit: contain;
    }

    .cart-table .cart-p-image {
        width: 90px;
    }

    .cart-table .p-name {
        width: 42%;
        padding-right: 1rem;
    }

    .cart-table .p-quantity {
        width: 190px;
        text-align: center;
    }

    .cart-table .p-price {
        width: 160px;
        text-align: right;
    }

    .cart-table .p-total {
        width: 160px;
        text-align: right;
        padding-right: 1.2rem;
        min-width: 170px !important;
    }

    .cart-table .p-price,
    .cart-table .p-total {
        display: table-cell !important;
        vertical-align: middle !important;
        text-align: center !important;
        position: relative !important;
    }

    .cart-table .p-price .p-label,
    .cart-table .p-total .p-label {
        display: block !important;
        margin: 0 0 4px !important;
        letter-spacing: .08em;
        text-transform: uppercase;
        opacity: .7;
    }

    .cart-table .p-price .price-final,
    .cart-table .p-price .price-final-holder,
    .cart-table .p-total .price-final,
    .cart-table .p-total .price-final-holder {
        display: block !important;
        margin: 0 !important;
        width: 100%;
        text-align: center !important;
    }

    .cart-table .p-total .remove-item,
    .cart-table .p-total .delete-cart-item {
        position: absolute !important;
        top: 50% !important;
        transform: translatey(-50%) !important;
        right: 8px !important;
    }

    .products-block>div {
        background-color: #fff;
        border-radius: 18px;
        margin-right: 10px;
    }

    .products-wrapper.product-slider-holder .products-block {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .products-wrapper.product-slider-holder .products-block>div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .products-page.products-block {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .products-page.products-block .product {
        width: calc(33.333% - 10px) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px !important;
        box-sizing: border-box !important;
    }

    .products-page.products-block .product>.p {
        border-radius: 18px;
        overflow: hidden;
    }

    .rc-corporate__product-title {
        min-height: 56px;
        text-align: center;
        margin-bottom: 8px;
    }

    .rc-corporate__product-text {
        min-height: 240px;
        text-align: center;
        justify-content: center;
    }

    .rc-corporate__product-meta {
        min-height: 46px;
        justify-content: center;
        text-align: center;
    }

    .next-step.next-step--cart {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        text-align: right !important;
        gap: 16px;
    }

    .next-step {
        white-space: nowrap;
        gap: 16px;
    }

    .cart-wrapper .next-step.next-step--cart .btn {
        width: auto !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .cart-empty .cart-row {
        display: flex !important;
        align-items: flex-start;
    }

    .cart-empty .cart-row>.col-md-8,
    .cart-empty .cart-row>.col-md-4 {
        float: none !important;
        width: auto !important;
        flex: 1 1 0;
    }
}

@media (max-width:991px) {
    .p-detail-inner {
        padding: 2rem 1.5rem;
    }

    .p-detail-inner .p-data-wrapper {
        width: 100%;
        font-size: 1.18rem;
    }

    .price-final-holder {
        font-size: 2.8rem;
    }

    .add-to-cart-button {
        width: 100%;
    }

    .detail-parameters {
        grid-template-columns: 1fr;
    }

    .products-block>div {
        background-color: #fff;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .cart-empty .cart-row {
        display: block !important;
    }

    .cart-empty .cart-row>.col-md-8,
    .cart-empty .cart-row>.col-md-4 {
        float: none !important;
        width: 100% !important;
        margin-bottom: 24px;
    }

    .cart-empty .cart-row>.col-md-4 {
        margin-bottom: 0;
    }
}

@media (min-width:769px) {
    .p-to-cart-block .quantity {
        padding: .25rem .7rem !important;
        height: 48px !important;
        min-height: 48px !important;
    }

    .p-to-cart-block .quantity .increase,
    .p-to-cart-block .quantity .decrease {
        width: 30px !important;
        height: 30px !important;
    }

    .p-to-cart-block .quantity .amount {
        line-height: 1 !important;
        font-size: 1.1rem !important;
    }

    #checkoutContent {
        padding: 0 60px;
    }

    #checkoutSidebar {
        padding: 0 60px 0 0;
    }
}

@media (max-width:764px) {
    .order-icon.order-delivery .icon-van:before {
        content: "" !important;
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Doprava.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: initial !important;
    }

    .order-icon.order-delivery .icon-van:after {
        display: none;
    }

    .order-icon.order-payment .icon-wallet:before {
        content: "" !important;
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Wallet.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: initial !important;
    }

    .order-icon.order-payment .icon-wallet:after {
        display: none;
    }
}

@media (min-width:765px) {
    .order-icon.order-delivery .icon-van:before {
        content: "" !important;
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Doprava.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: initial !important;
    }

    .order-icon.order-delivery .icon-van:after {
        display: none;
    }

    .order-icon.order-payment .icon-wallet:before {
        content: "" !important;
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Wallet.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        font-family: initial !important;
    }

    .order-icon.order-payment .icon-wallet:after {
        display: none;
    }
}

@media (min-width:960px) {
    .benefitBanner__item::before {
        display: none !important;
    }

    .benefitBanner__item {
        position: relative;
    }

    .benefitBanner__item::after {
        content: "";
        position: absolute;
        top: 1px;
        bottom: 1px;
        right: 0;
        width: 2px;
        background: linear-gradient(to bottom, rgba(0, 61, 91, 0) 0%, rgba(0, 61, 91, .12) 30%, rgba(0, 61, 91, .12) 70%, rgba(0, 61, 91, 0) 100%);
    }

    .benefitBanner__item:last-child::after {
        display: none;
    }
}

@media (min-width:770px) and (max-width:960px) {
    .pageArticleDetail {
        margin-top: 60px;
    }
}

@media (max-width:769px) {
    .pageArticleDetail {
        margin-top: 70px;
    }
}

@media (hover:hover) {
    .rc-corporate__float-cta:hover {
        background: #000;
    }
}

@media (max-width:1199px) {
    .customer-page .content table.table-mobile-enriched tbody tr {
        border-radius: 18px;
        border-style: none;
        border-width: 1px;
        margin-bottom: 24px;
    }

    .customer-page .table-mobile-enriched td {
        display: flex;
        gap: 0 8px;
        padding: 3px 0;
        justify-content: space-between;
    }

    .customer-page .table-order-details .row-summary dl {
        display: grid;
        gap: 0 8px;
        grid-template-columns: clamp(min(22ch, 45%), 40%, 200px) auto;
        width: 100%;
        justify-content: space-between;
    }
}

@media (min-width:1440px) {
    .next-step {
        justify-content: center;
    }
}

textarea.form-control,
.form-group select.form-control {
    border-radius: 18px;
}

.id--8 .overall-wrapper {
    background-color: #eae4d6;
}

blockquote {
    background: #fff;
    padding: 30px 40px;
    border-radius: 18px;
    margin: 0;
}

.form-control.ui-autocomplete-input {
    border-radius: 18px;
}

input[type=submit].btn,
.checkout-box .btn.btn-primary {
    border-radius: 999px;
}

.checkout-box .box.box-sm.visible .contact-box .mail a,
.contact-box .tel a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .cart-inner .contact-box>img {
        display: block;
        width: 60px;
        height: 60px;
        top: 15px;
        left: 15px;
    }

    .cart-inner .contact-box {
        padding: 0 0 0 100px;
    }
}

.category-top {
    border-bottom-style: none;
}

.cart-empty .contact-box a {
    font-size: 14px;
    font-weight: 500;
}

.cart-summary,
.delivery-time {
    padding: 0px
}

/* Pro e-mail kontakt v textu */
.footer-bottom .custom-footer-text {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    text-align: right;
}

@media (min-width: 768px) {
    .footer-bottom #signature {
        width: 14%;
    }
}

@media (min-width: 768px) {
    .siteCookies__form {
        display: flex;
        margin: 14px auto;
        max-width: 670px;
        padding: 24px;
        background-color: #003D5B;
        border-radius: 18px;
    }
}

.siteCookies__buttonWrap {
    align-items: center;
}

@media (min-width: 768px) {
    .siteCookies--bottom.siteCookies--scrolled {
        background-color: unset;
        box-shadow: none;
    }
}

.template-14 #cboxContent.cookiesDialog .colorbox-html-content,
.cookiesSetting__data,
.cookiesSetting__item__status,
.siteCookies__link {
    border-radius: 18px;
}

.siteCookies__button,
.cookiesSetting__uncheckLink,
.cookiesSetting__button,
.cookiesSetting__item .cookiesSetting__item__status .cookiesSetting__item__state:after {
    border-radius: 999px;
}

.siteCookies__button {
    padding: 0 20px;
}

.customer-page .sidebar.sidebar-left {
    display: unset;
}

@media (min-width: 768px) {
    .customer-page .content {
        border-radius: 18px;
        padding: 20px 30px 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .sidebar.sidebar-left .sidebar-inner.visible {
        display: block;
        border-radius: 18px;
        padding: 20px 30px;
        margin: 20px;
        background-color: #fff;
    }
}

.customer-page .sidebar.sidebar-left {
    border-radius: 18px;
    width: 295px;
    left: -10px;
    height: fit-content;
}

/* ==========================
   FAQ – Často se ptáte (Rocío)
   ========================== */

.rc-faq {
    max-width: 1180px;
    margin: 40px auto 40px;
    padding: 0 20px;
}

.rc-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 40px;
}

/* Levý navigační sloupec */

.rc-faq__nav {
    background: #faf8f5;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 24px 22px 26px;
    height: fit-content;
}

.rc-faq__title {
    font-size: 26px;
    margin: 0 0 8px;
}

.rc-faq__intro {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 18px;
    color: #3d3d3d;
}

.rc-faq__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.rc-faq__nav-item {
    display: block;
    width: 100%;
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 14px;
    text-decoration: none;
    color: #003D5B;
    border: 1px solid transparent;
    background: transparent;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.rc-faq__nav-item:hover {
    background: rgba(0, 61, 91, .06);
    border-color: rgba(0, 61, 91, .08);
}

.rc-faq__nav-item.is-active {
    background: #003D5B;
    color: #fff;
    border-color: #003D5B;
}

/* Pravý obsahový sloupec */

.rc-faq__content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-top: 0 !important;
}

.rc-faq__section {
    background: #faf8f5;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
    padding: 22px 22px 10px;
}

.rc-faq__section-title {
    font-size: 22px;
    margin: 0 0 12px;
    font-weight: 700;
}

.rc-faq__items {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .04);
    background: #fff;
}

/* Jednotlivé otázky */

.rc-faq__item+.rc-faq__item {
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.rc-faq__question {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #003D5B;
}

.rc-faq__question span:first-child {
    flex: 1 1 auto;
}

/* Ikonka + / - */

.rc-faq__icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    flex: 0 0 auto;
}

.rc-faq__icon::before,
.rc-faq__icon::after {
    content: "";
    position: absolute;
    background: #003D5B;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rc-faq__icon::before {
    width: 10px;
    height: 2px;
}

.rc-faq__icon::after {
    width: 2px;
    height: 10px;
}

/* Když je item otevřený, změníme + na - */

.rc-faq__item.is-open .rc-faq__icon::after {
    opacity: 0;
}

/* Odpověď */

.rc-faq__answer {
    padding: 0 16px 14px;
    font-size: 14px;
    line-height: 1.8;
    color: #3d3d3d;
}

.rc-faq__answer p {
    margin: 0 0 8px;
}

.rc-faq__answer p:last-child {
    margin-bottom: 0;
}

/* Responsive – pod sebe na menších displejích */

@media (max-width: 900px) {
    .rc-faq {
        margin: 30px auto 60px;
    }

    .rc-faq__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rc-faq__nav {
        order: 1;
    }

    .rc-faq__content {
        order: 2;
    }

    .rc-faq__photo {
        display: none;
    }
}

@media (max-width: 600px) {
    .rc-faq {
        padding: 0 16px;
    }

    .rc-faq__section {
        padding: 18px 18px 8px;
    }

    .rc-faq__question {
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .content-modal {
        padding: 30px 30px 0 30px;
    }
}

.shipping-options-popup .shipping-row:last-child {
    border-bottom: none;
}

.shipping-options-popup .shipping-row {
    align-items: center;
}

.shipping-options {
    display: inline-block;
    margin-top: 7px;
}

#cboxClose {
    right: 7px;
    top: 7px;
}

.homepage-latest-contribution-full-width {
    display: none;
}

/* Kontejner pro levý sloupec */
.rc-faq__left {
    display: flex;
    flex-direction: column;
    gap: 42px;
    /* mezera mezi navem a fotkou */
}

/* Fotosekce */
.rc-faq__photo {
    box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}

.rc-faq__photo img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

#overlay-nav .menu a:last-child {
    display: none;
}

/* ==========================
   Doprava a platba – layout
   ========================== */

.rc-shipping {
    max-width: 1180px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

.rc-shipping__header h1 {
    font-size: 30px;
    margin-bottom: 6px;
}

.rc-shipping__header p {
    margin: 0 0 24px;
    color: #555;
    font-size: 15px;
}

/* Sekce (Doprava / Platby) */

.rc-shipping__section {
    background: #faf8f5;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 12px;
    margin-bottom: 26px;
}

.rc-shipping__section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 10px;
}

.rc-shipping__section-header h2 {
    font-size: 20px;
    margin: 0;
}

.rc-shipping__section-note {
    display: flex;
    gap: 32px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #999;
}

/* List jako prostý kontejner – už nedělá pozadí ani rámeček */
.rc-shipping__list {
    border-radius: 0;
    display: flex;
    background: transparent;
    overflow: visible;
    border: 0;
    row-gap: 8px;
    flex-direction: column;
}

/* Každý způsob dopravy / platby jako vlastní box */
.rc-shipping__item {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.7fr) minmax(0, 0.7fr);
    align-items: center;
    padding: 16px 24px;
    font-size: 15px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

/* Už nechceme vnitřní dělící čáru – boxy jsou oddělené mezerou */
.rc-shipping__item+.rc-shipping__item {
    border-top: none;
}

/* Poslednímu boxu vezmeme dolní mezeru, ať je to čisté */
.rc-shipping__item:last-child {
    margin-bottom: 0;
}


/* Informace vlevo (logo + text) */

.rc-shipping__info {
    display: flex;
    align-items: center;
    gap: 24px;
}

.rc-shipping__texts h3 {
    margin: 0 0 3px;
    font-size: 15px;
}

.rc-shipping__texts .rc-shipping__desc {
    margin: 0;
    font-size: 13px;
    color: #666;
}

/* Ceny vpravo */

.rc-shipping__price {
    text-align: right;
    font-size: 15px;
    font-weight: 600;
}

/* U plateb máme jen 1 cenu → 2. sloupec přes celou šířku */
.rc-shipping__list--payments .rc-shipping__item {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.7fr);
}

/* Responsivní úpravy */

@media (max-width: 800px) {
    .rc-shipping {
        padding: 0 16px;
    }

    /* Sekce – trochu menší vnitřní mezery */
    .rc-shipping__section {
        padding: 18px 16px 14px;
    }

    /* Header sekce: pořád 3 sloupce (text + 2 ceny nahoře vpravo) */
    .rc-shipping__section-header {
        display: grid;
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
        align-items: end;
        gap: 4px;
        margin-bottom: 12px;
    }

    .rc-shipping__section-header h2 {
        font-size: 20px;
    }

    .rc-shipping__section-note span {
        font-size: 12px;
        letter-spacing: 0.04em;
    }

    /* Každý box – pořád 3 sloupce, jen menší padding a fonty */
    .rc-shipping__item {
        grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
        padding: 16px 18px;
        column-gap: 8px;
    }

    .rc-shipping__icon {
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }

    .rc-shipping__texts h3 {
        font-size: 15px;
    }

    .rc-shipping__texts .rc-shipping__desc {
        font-size: 12px;
    }

    .rc-shipping__price {
        font-size: 15px;
        text-align: right;
    }

    /* Platby – jen 2 sloupce (info + cena) */
    .rc-shipping__list--payments .rc-shipping__item {
        grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.9fr);
    }
}


.rc-shipping__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.rc-shipping__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.rc-shipping__price--free {
    color: #009901;
    font-weight: 600;
}

/* Hlavička sekce zarovnaná do stejných sloupců jako řádky */
.rc-shipping__section-header {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.7fr) minmax(0, 0.7fr);
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rc-shipping__section-header h2 {
    grid-column: 1;
    font-size: 20px;
    margin: 0;
}

/* místo flexu použijeme „rozbalení“ do gridu */
.rc-shipping__section-note {
    display: contents;
}

.rc-shipping__section-note span:nth-child(1),
.rc-shipping__section-note span:nth-child(2) {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #999;
    text-align: right;
}

.rc-shipping__section-note span:nth-child(1) {
    grid-column: 2;
}

.rc-shipping__section-note span:nth-child(2) {
    grid-column: 3;
    padding-right: 8px;
}

@media (max-width: 480px) {

    /* Hlavička sekce: 1. řádek – title, 2. řádek – dva sloupce s limity */
    .rc-shipping__section-header {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
        grid-template-rows: auto auto;
        align-items: end;
        column-gap: 8px;
        row-gap: 4px;
        margin-bottom: 12px;
    }

    .rc-shipping__section-header h2 {
        grid-column: 1 / 4;
        font-size: 20px;
        margin: 0;
        text-align: left;
        /* nebo center, jak se ti líbí víc */
    }

    .rc-shipping__section-note {
        display: contents;
    }

    .rc-shipping__section-note span {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #999;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    .rc-shipping__section-note span:nth-child(1),
    .rc-shipping__section-note span:nth-child(2) {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #999;
        text-align: right;
    }

    .rc-shipping__section-note span:nth-child(1) {
        grid-area: 2;
    }

    .rc-shipping__section-note span:nth-child(2) {
        grid-area: 3;
    }

    .rc-shipping__item {
        grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
        align-items: center;
        padding: 16px 18px;
        column-gap: 8px;
    }

    /* INFO: logo nahoře, text pod ním */
    .rc-shipping__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .rc-shipping__icon {
        width: 52px;
        height: 52px;
        border-radius: 18px;
    }

    .rc-shipping__texts {
        text-align: left;
    }

    .rc-shipping__texts h3 {
        font-size: 13px;
        line-height: 1.3;
    }

    .rc-shipping__price {
        font-size: 13px;
        text-align: right;
    }

    /* Platby: jen 2 sloupce (info + cena) */
    .rc-shipping__list--payments .rc-shipping__item {
        grid-template-columns: minmax(0, 1.7fr) minmax(0, 0.9fr);
    }
}

/* Na mobilu ≤ 480 px – ať to vypadá stejně pěkně */
@media (max-width: 480px) {
    .rc-shipping__item--no-icon {
        display: none;
    }
}

#checkoutContent .co-contact-information h4>i.icon-login::before {
    content: "" !important;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Profil.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

#checkoutContent .co-contact-information h4>i.icon-login::after {
    display: none;
}

#checkoutContent h4.header-billing>i.icon-home::before {
    content: "" !important;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Home.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

#checkoutContent h4.header-billing>i.icon-home::after {
    display: none;
}

#checkoutContent .co-shipping-address h4>i.icon-address::before {
    content: "" !important;
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(https://www.rocio.cz/user/documents/upload/Ikony/Place.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: initial !important;
}

#checkoutContent .co-shipping-address h4>i.icon-address::after {
    display: none;
}

@media (min-width: 768px) {
    .content-wrapper-in {
        display: flex;
        justify-content: center;
    }
}

#dklab_instagram_widget {
    background-color: #0a0a0a;
    padding: 60px 5%;
    display: flex;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#dklab_instagram_widget.grid4 {
    display: flex;
    flex-wrap: nowrap;
}

/* Levá část s nadpisem */
#dklab_instagram_widget_heading {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    order: -1;
}

#dklab_instagram_widget_heading::before {
    content: "Sledujte nás na Instagramu";
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

#dklab_instagram_widget_heading .logo {
    display: none;
}

#dklab_instagram_widget_heading .text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

#dklab_instagram_widget_heading .text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.rocio.cz/user/documents/upload/Ikony/Instagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

#dklab_instagram_widget_heading .text:hover {
    background-color: #ffffff !important;
    color: #686878 !important;
}

#dklab_instagram_widget_heading .text:hover::before {
    background-image: url("https://www.rocio.cz/user/documents/upload/Ikony/Instagram.svg");
    filter: brightness(0) invert(0);
}

/* Kontejner pro obrázky */
#dklab_instagram_widget_in {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#dklab_instagram_widget_in::-webkit-scrollbar {
    display: none;
}

/* Jednotlivé boxy s obrázky */
.dklab_instagram_widget_box {
    flex: 1 1 0;
    min-width: 180px;
    max-width: 280px;
    aspect-ratio: 4 / 4;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.dklab_instagram_widget_box.ratio-1-1 {
    aspect-ratio: 4 / 4;
}

.dklab_instagram_widget_box a {
    display: block;
    width: 100%;
    height: 100%;
}

.dklab_instagram_widget_box a span {
    display: block;
    width: 100%;
    height: 100%;
}

.dklab_instagram_widget_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover efekty */
.dklab_instagram_widget_box:hover img {
    transform: scale(1.05);
}

.dklab_instagram_widget_box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dklab_instagram_widget_box:hover::after {
    opacity: 1;
}

/* Responzivita */
@media (max-width: 1100px) {
    #dklab_instagram_widget {
        gap: 40px;
    }

    #dklab_instagram_widget_heading {
        flex: 0 0 180px;
    }

    #dklab_instagram_widget_heading::before {
        font-size: 22px;
    }

    .dklab_instagram_widget_box {
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    #dklab_instagram_widget {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 30px;
    }

    #dklab_instagram_widget_heading {
        flex: none;
        align-items: center;
        width: 100%;
    }

    #dklab_instagram_widget_in {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .dklab_instagram_widget_box {
        flex: 0 0 200px;
        min-width: 200px;
    }
}

/* Oprava zaoblených rohů na všech obrázcích */
.dklab_instagram_widget_box,
.dklab_instagram_widget_box a,
.dklab_instagram_widget_box a span,
.dklab_instagram_widget_box img {
    border-radius: 12px;
}

#dklab_instagram_widget_in {
    overflow: visible;
    padding: 10px 5px;
}

#dklab_instagram_widget {
    overflow: hidden;
}

#dklab_instagram_widget_heading>span.logo {
    display: none;
}

/* Mobilní verze - 2 obrázky na řádek */
@media (max-width: 991px) {
    #dklab_instagram_widget {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 30px;
        overflow: visible;
        height: auto;
    }

    #dklab_instagram_widget_heading {
        flex: none;
        align-items: center;
        width: 100%;
    }

    #dklab_instagram_widget_in {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: visible;
        height: auto;
        max-height: none;
    }

    .dklab_instagram_widget_box {
        flex: 0 0 calc(50% - 8px);
        min-width: unset;
        max-width: unset;
        aspect-ratio: 4 / 5;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Zajistit viditelnost všech 4 boxů */
    .dklab_instagram_widget_box:nth-child(1),
    .dklab_instagram_widget_box:nth-child(2),
    .dklab_instagram_widget_box:nth-child(3),
    .dklab_instagram_widget_box:nth-child(4) {
        display: block !important;
    }
}

/* Menší telefony */
@media (max-width: 400px) {
    #dklab_instagram_widget {
        padding: 30px 15px;
    }

    #dklab_instagram_widget_heading::before {
        font-size: 20px;
    }

    .dklab_instagram_widget_box {
        flex: 0 0 calc(50% - 6px);
    }

    #dklab_instagram_widget_in {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    #dklab_instagram_widget.grid4 .dklab_instagram_widget_box:nth-of-type(4) {
        display: block !important;
    }
}

#dklab_instagram_widget_heading>a.text:hover {
    opacity: 1 !important;
    background-color: #ffffff !important;
    color: #686878 !important;
}

/* ==========================================================================
   ROCÍO BLOG - Modern Article Listing v2
   OPRAVENÁ VERZE - vyšší specificita pro přepsání Shoptet výchozích stylů
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. RESET SHOPTET DEFAULT STYLES
   -------------------------------------------------------------------------- */

/* Reset všech výchozích stylů pro blog karty */
#content-wrapper .news-wrapper.blog-wrapper,
#content-wrapper .news-wrapper.blog-wrapper .news-item,
#content-wrapper .news-wrapper.blog-wrapper .news-item>a,
#content-wrapper .news-wrapper.blog-wrapper .news-item .image,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .title,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time,
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
    all: revert;
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   2. BLOG PAGE HEADER
   -------------------------------------------------------------------------- */

#content-wrapper #content>.content-inner>.sectionDescription {
    text-align: center !important;
    margin-bottom: 48px !important;
    padding-top: 20px !important;
}

#content-wrapper #content>.content-inner>.sectionDescription h1 {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: clamp(32px, 5vw, 42px) !important;
    font-weight: 700 !important;
    color: #003D5B !important;
    margin: 0 0 12px !important;
    letter-spacing: -0.02em !important;
    text-align: center !important;
}

/* Eyebrow text */
#content-wrapper #content>.content-inner>.sectionDescription h1::before {
    content: "Články & Inspirace" !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #B4863E !important;
    margin-bottom: 8px !important;
}

/* --------------------------------------------------------------------------
   3. ARTICLES GRID CONTAINER
   -------------------------------------------------------------------------- */

#content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    list-style: none !important;
}

/* Tablet - 2 sloupce */
@media (max-width: 1024px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 24px !important;
    }
}

/* Mobil - 1 sloupec */
@media (max-width: 640px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 16px !important;
    }
}

/* --------------------------------------------------------------------------
   4. ARTICLE CARD - ZÁKLADNÍ STRUKTURA
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item {
    display: flex !important;
    flex-direction: column !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 61, 91, 0.06) !important;
    border: 1px solid rgba(0, 61, 91, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 40px rgba(0, 61, 91, 0.12) !important;
}

/* Link wrapper */
#content-wrapper .news-wrapper.blog-wrapper .news-item>a {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
    position: relative !important;
}

/* --------------------------------------------------------------------------
   5. CARD IMAGE
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .image {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #f5f3ef !important;
    flex-shrink: 0 !important;
    display: block !important;
    height: auto !important;
    min-height: 200px !important;
    border-radius: 0 !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .image img {
    transform: scale(1.06) !important;
}

/* --------------------------------------------------------------------------
   6. CARD TEXT CONTENT
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .text {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding: 24px 24px 28px !important;
    gap: 0 !important;
    position: relative !important;
    background: #fff !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Datum */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time {
    display: inline-flex !important;
    align-items: center !important;
    font-family: "Neulis Alt", system-ui, sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: #B4863E !important;
    margin-bottom: 10px !important;
    order: -1 !important;
    background: transparent !important;
    padding: 0 !important;
    position: relative !important;
}

/* Ikona kalendáře */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text time::before {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23B4863E' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Titulek */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .title {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #003D5B !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    transition: color 0.3s ease !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-decoration: none !important;
    background: transparent !important;
    position: relative !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .title {
    color: #B4863E !important;
}

/* Perex / Description */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description {
    flex-grow: 1 !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    background: transparent !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .description p {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #6b7a87 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* --------------------------------------------------------------------------
   7. READ MORE BUTTON
   -------------------------------------------------------------------------- */

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #003D5B !important;
    padding: 12px 20px !important;
    background: rgba(211, 197, 171, 0.18) !important;
    border-radius: 999px !important;
    transition: all 0.3s ease !important;
    width: fit-content !important;
    margin-top: auto !important;
    text-decoration: none !important;
    border: none !important;
    position: relative !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article i {
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .read-article {
    background: #D3C5AB !important;
    color: #fff !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:hover .text .read-article i {
    transform: translateX(4px) !important;
}

/* Nahrazení ikony šipky */
#content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article i::before {
    content: "→" !important;
    font-style: normal !important;
    font-family: inherit !important;
}

/* --------------------------------------------------------------------------
   8. LISTING CONTROLS
   -------------------------------------------------------------------------- */

#content-wrapper .listingControls {
    max-width: 1240px !important;
    margin: 40px auto 0 !important;
    padding: 20px !important;
    text-align: center !important;
}

#content-wrapper .listingControls .itemsTotal {
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    color: #6b7a87 !important;
}

/* --------------------------------------------------------------------------
   9. BREADCRUMBS
   -------------------------------------------------------------------------- */

#content-wrapper .breadcrumbs {
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 24px 20px 0 !important;
    font-size: 13px !important;
    color: #6b7a87 !important;
}

/* --------------------------------------------------------------------------
   10. HIDE SIDEBAR & FIX LAYOUT
   -------------------------------------------------------------------------- */

#content-wrapper:has(.blog-wrapper) .sidebar,
#content-wrapper:has(.blog-wrapper) .sidebar-left {
    display: none !important;
}

#content-wrapper:has(.blog-wrapper) .content-wrapper-in {
    display: block !important;
}

#content-wrapper:has(.blog-wrapper) #content.content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#content-wrapper:has(.blog-wrapper) #content.content .content-inner {
    max-width: 100% !important;
    width: 100% !important;
}

/* --------------------------------------------------------------------------
   11. ANIMATIONS
   -------------------------------------------------------------------------- */

@keyframes blogCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#content-wrapper .news-wrapper.blog-wrapper .news-item {
    animation: blogCardFadeIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards !important;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(1) {
    animation-delay: 0.1s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(2) {
    animation-delay: 0.2s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(3) {
    animation-delay: 0.3s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(4) {
    animation-delay: 0.4s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(5) {
    animation-delay: 0.5s;
}

#content-wrapper .news-wrapper.blog-wrapper .news-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* --------------------------------------------------------------------------
   12. MOBILE FIXES
   -------------------------------------------------------------------------- */

@media (max-width: 640px) {
    #content-wrapper #content>.content-inner>.sectionDescription {
        margin-bottom: 32px !important;
        padding-top: 10px !important;
    }

    #content-wrapper #content>.content-inner>.sectionDescription h1 {
        font-size: 28px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text {
        padding: 20px 20px 24px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .title {
        font-size: 18px !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .description p {
        font-size: 14px !important;
        -webkit-line-clamp: 2 !important;
    }

    #content-wrapper .news-wrapper.blog-wrapper .news-item .text .read-article {
        padding: 10px 18px !important;
        font-size: 13px !important;
    }
}

/* --------------------------------------------------------------------------
   13. FEATURED ARTICLE (první článek větší) - VOLITELNÉ
   -------------------------------------------------------------------------- */

/*
@media (min-width: 1025px) {
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child {
        grid-column: span 2 !important;
    }
    
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child .image {
        aspect-ratio: 16 / 9 !important;
        min-height: 300px !important;
    }
    
    #content-wrapper #newsWrapper.news-wrapper.blog-wrapper .news-item:first-child .text .title {
        font-size: 26px !important;
    }
}
*/

/* ==========================================================================
   ROCÍO BLOG ARTICLE - FINAL
   SVG ikony přes ::before (Shoptet-safe)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. ARTICLE WRAPPER
   -------------------------------------------------------------------------- */

.rc-article {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #003D5B;
    line-height: 1.8;
    background: #fff;
    border-radius: 24px;
    box-shadow:
        0 4px 24px rgba(0, 61, 91, 0.04),
        0 12px 48px rgba(0, 61, 91, 0.06);
    border: 1px solid rgba(0, 61, 91, 0.03);
    overflow: hidden;
}

@media (max-width: 1140px) {
    .rc-article {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .rc-article {
        margin: 0 16px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .rc-article {
        margin: 0 12px;
        border-radius: 16px;
    }
}

/* --------------------------------------------------------------------------
   2. HEADER - background-image místo <img>
   -------------------------------------------------------------------------- */

.rc-article__header {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .rc-article__header {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .rc-article__header {
        height: 240px;
    }
}

.rc-article__meta {
    padding: 40px 56px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .rc-article__meta {
        padding: 32px 24px 0;
    }
}

.rc-article__title {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #003D5B;
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.rc-article__meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

/* --------------------------------------------------------------------------
   3. DATUM - SVG kalendář přes ::before
   -------------------------------------------------------------------------- */

.rc-article__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
}

.rc-article__date::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. ČAS ČTENÍ - SVG hodiny přes ::before
   -------------------------------------------------------------------------- */

.rc-article__reading-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7a87;
}

.rc-article__reading-time::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   5. BODY
   -------------------------------------------------------------------------- */

.rc-article__body {
    padding: 0 56px 64px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .rc-article__body {
        padding: 0 24px 48px;
    }
}

@media (max-width: 480px) {
    .rc-article__body {
        padding: 0 20px 40px;
    }
}

/* --------------------------------------------------------------------------
   6. LEAD s Drop Cap
   -------------------------------------------------------------------------- */

.rc-article__lead {
    margin-bottom: 36px;
}

.rc-article__lead p {
    font-size: 20px;
    line-height: 1.7;
    color: #003D5B;
    font-weight: 500;
    margin: 0;
}

.rc-article__lead p::first-letter {
    float: left;
    font-size: 68px;
    line-height: 0.85;
    font-weight: 700;
    color: #B4863E;
    margin-right: 12px;
    margin-top: 6px;
    font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 640px) {
    .rc-article__lead p {
        font-size: 18px;
    }

    .rc-article__lead p::first-letter {
        font-size: 52px;
        margin-right: 8px;
        margin-top: 4px;
    }
}

/* --------------------------------------------------------------------------
   7. SECTIONS
   -------------------------------------------------------------------------- */

.rc-article__section {
    margin-bottom: 32px;
}

.rc-article__section p {
    font-size: 17px;
    line-height: 1.85;
    color: #4a5b6a;
    margin: 0 0 20px;
}

.rc-article__section p:last-child {
    margin-bottom: 0;
}

.rc-article__section h2 {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #003D5B;
    margin: 48px 0 20px;
    letter-spacing: -0.01em;
    padding-bottom: 16px;
    position: relative;
    border: none !important;
    border-bottom: none !important;
    border-image: none !important;
}

.rc-article__section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #B4863E 0%, #D3C5AB 100%);
    border-radius: 2px;
}

.rc-article__section h2:first-child {
    margin-top: 0;
}

/* --------------------------------------------------------------------------
   8. QUOTE
   -------------------------------------------------------------------------- */

.rc-article__quote {
    margin: 48px 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f3ef 100%);
    border-left: 4px solid #B4863E;
    border-radius: 0 20px 20px 0;
}

.rc-article__quote p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__quote {
        margin: 32px -20px;
        padding: 28px 24px;
        border-radius: 0;
    }

    .rc-article__quote p {
        font-size: 17px;
    }
}

/* --------------------------------------------------------------------------
   9. INFO BOX - SVG lístek přes ::before
   -------------------------------------------------------------------------- */

.rc-article__box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 40px 0;
    padding: 28px;
    background: linear-gradient(135deg, rgba(180, 134, 62, 0.06) 0%, rgba(211, 197, 171, 0.1) 100%);
    border-radius: 18px;
    border: 1px solid rgba(180, 134, 62, 0.12);
}

.rc-article__box-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 61, 91, 0.06);
}

.rc-article__box-icon::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.rc-article__box-content strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rc-article__box-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__box {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }
}

/* --------------------------------------------------------------------------
   10. SIGNATURE
   -------------------------------------------------------------------------- */

.rc-article__signature {
    text-align: center;
    margin: 56px 0 48px;
    padding: 36px 0;
    border-top: 1px solid rgba(0, 61, 91, 0.08);
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

.rc-article__signature-text {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003D5B;
    font-style: italic;
    letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   11. CTA - vylepšená verze
   -------------------------------------------------------------------------- */

.rc-article__cta {
    position: relative;
    text-align: center;
    padding: 56px 48px;
    background: linear-gradient(135deg, #003D5B 0%, #00527a 100%);
    border-radius: 24px;
    margin: 48px 0 0;
    overflow: hidden;
}

/* Dekorativní kruh vpravo nahoře */
.rc-article__cta::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(211, 197, 171, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

/* Dekorativní kruh vlevo dole */
.rc-article__cta::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: rgba(211, 197, 171, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.rc-article__cta-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #D3C5AB;
    margin-bottom: 16px;
}

.rc-article__cta h3 {
    position: relative;
    z-index: 1;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.rc-article__cta p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.rc-article__cta-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: #D3C5AB;
    color: #003D5B;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.rc-article__cta-button::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rc-article__cta-button:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.rc-article__cta-button:hover::after {
    transform: translateX(4px);
}

@media (max-width: 640px) {
    .rc-article__cta {
        padding: 44px 28px;
        border-radius: 20px;
    }

    .rc-article__cta h3 {
        font-size: 26px;
    }

    .rc-article__cta p {
        font-size: 16px;
    }

    .rc-article__cta-button {
        padding: 16px 32px;
    }
}

/* --------------------------------------------------------------------------
   12. HERO OBRÁZKY PRO KONKRÉTNÍ ČLÁNKY
   Přidej novou třídu pro každý článek
   -------------------------------------------------------------------------- */

/* Článek: Příběh, který začíná */
.rc-article__header--pribeh-ktery-zacina {
    background-image: url('https://www.rocio.cz/user/articles/images/whatsapp_image_2026-01-13_at_12.35.35_(1).jpeg');
}

/* Článek: [Další článek] - přidej podle potřeby */
/*
.rc-article__header--nazev-clanku {
    background-image: url('URL_OBRAZKU');
}
*/

/* --------------------------------------------------------------------------
   13. SHOPTET OVERRIDES
   -------------------------------------------------------------------------- */

.news-item-detail article>header {
    display: none !important;
}

.news-item-detail article>img {
    display: none !important;
}

.news-item-detail article .text {
    background: transparent !important;
    padding: 0 !important;
}

/* ==========================================================================
   ROCÍO BLOG ARTICLE - FINAL
   SVG ikony přes ::before (Shoptet-safe)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. ARTICLE WRAPPER
   -------------------------------------------------------------------------- */

.rc-article {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0;
    font-family: "Neulis Alt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #003D5B;
    line-height: 1.8;
    background: #fff;
    border-radius: 24px;
    box-shadow:
        0 4px 24px rgba(0, 61, 91, 0.04),
        0 12px 48px rgba(0, 61, 91, 0.06);
    border: 1px solid rgba(0, 61, 91, 0.03);
    overflow: hidden;
}

@media (max-width: 1140px) {
    .rc-article {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .rc-article {
        margin: 0 16px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .rc-article {
        margin: 0 12px;
        border-radius: 16px;
    }
}

/* --------------------------------------------------------------------------
   2. HEADER - background-image místo <img>
   -------------------------------------------------------------------------- */

.rc-article__header {
    position: relative;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .rc-article__header {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .rc-article__header {
        height: 240px;
    }
}

.rc-article__meta {
    padding: 40px 56px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .rc-article__meta {
        padding: 32px 24px 0;
    }
}

.rc-article__title {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #003D5B;
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.rc-article__meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

/* --------------------------------------------------------------------------
   3. DATUM - SVG kalendář přes ::before
   -------------------------------------------------------------------------- */

.rc-article__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
}

.rc-article__date::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   4. ČAS ČTENÍ - SVG hodiny přes ::before
   -------------------------------------------------------------------------- */

.rc-article__reading-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6b7a87;
}

.rc-article__reading-time::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   5. BODY
   -------------------------------------------------------------------------- */

.rc-article__body {
    padding: 0 56px 64px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .rc-article__body {
        padding: 0 24px 48px;
    }
}

@media (max-width: 480px) {
    .rc-article__body {
        padding: 0 20px 40px;
    }
}

/* --------------------------------------------------------------------------
   6. LEAD s Drop Cap
   -------------------------------------------------------------------------- */

.rc-article__lead {
    margin-bottom: 36px;
}

.rc-article__lead p {
    font-size: 20px;
    line-height: 1.7;
    color: #003D5B;
    font-weight: 500;
    margin: 0;
}

.rc-article__lead p::first-letter {
    float: left;
    font-size: 68px;
    line-height: 0.85;
    font-weight: 700;
    color: #B4863E;
    margin-right: 12px;
    margin-top: 6px;
    font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 640px) {
    .rc-article__lead p {
        font-size: 18px;
    }

    .rc-article__lead p::first-letter {
        font-size: 52px;
        margin-right: 8px;
        margin-top: 4px;
    }
}

/* --------------------------------------------------------------------------
   7. SECTIONS
   -------------------------------------------------------------------------- */

.rc-article__section {
    margin-bottom: 32px;
}

.rc-article__section p {
    font-size: 17px;
    line-height: 1.85;
    color: #4a5b6a;
    margin: 0 0 20px;
}

.rc-article__section p:last-child {
    margin-bottom: 0;
}

.rc-article__section h2 {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #003D5B;
    margin: 48px 0 20px;
    letter-spacing: -0.01em;
    padding-bottom: 16px;
    position: relative;
    border: none !important;
    border-bottom: none !important;
    border-image: none !important;
}

.rc-article__section h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #B4863E 0%, #D3C5AB 100%);
    border-radius: 2px;
}

.rc-article__section h2:first-child {
    margin-top: 0;
}

/* --------------------------------------------------------------------------
   8. QUOTE
   -------------------------------------------------------------------------- */

.rc-article__quote {
    margin: 48px 0;
    padding: 36px 40px;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f3ef 100%);
    border-left: 4px solid #B4863E;
    border-radius: 0 20px 20px 0;
}

.rc-article__quote p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__quote {
        margin: 32px -20px;
        padding: 28px 24px;
        border-radius: 0;
    }

    .rc-article__quote p {
        font-size: 17px;
    }
}

/* --------------------------------------------------------------------------
   9. INFO BOX - SVG lístek přes ::before
   -------------------------------------------------------------------------- */

.rc-article__box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 40px 0;
    padding: 28px;
    background: linear-gradient(135deg, rgba(180, 134, 62, 0.06) 0%, rgba(211, 197, 171, 0.1) 100%);
    border-radius: 18px;
    border: 1px solid rgba(180, 134, 62, 0.12);
}

.rc-article__box-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 61, 91, 0.06);
}

.rc-article__box-icon::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23B4863E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5z'/%3E%3Cpath d='M2 17l10 5 10-5'/%3E%3Cpath d='M2 12l10 5 10-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.rc-article__box-content strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #B4863E;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.rc-article__box-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #003D5B;
    margin: 0;
}

@media (max-width: 640px) {
    .rc-article__box {
        flex-direction: column;
        gap: 16px;
        padding: 24px;
    }
}

/* --------------------------------------------------------------------------
   10. SIGNATURE
   -------------------------------------------------------------------------- */

.rc-article__signature {
    text-align: center;
    margin: 56px 0 48px;
    padding: 36px 0;
    border-top: 1px solid rgba(0, 61, 91, 0.08);
    border-bottom: 1px solid rgba(0, 61, 91, 0.08);
}

.rc-article__signature-text {
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003D5B;
    font-style: italic;
    letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   11. CTA - vylepšená verze
   -------------------------------------------------------------------------- */

.rc-article__cta {
    position: relative;
    text-align: center;
    padding: 56px 48px;
    background: linear-gradient(135deg, #003D5B 0%, #00527a 100%);
    border-radius: 24px;
    margin: 48px 0 0;
    overflow: hidden;
}

/* Dekorativní kruh vpravo nahoře */
.rc-article__cta::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(211, 197, 171, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

/* Dekorativní kruh vlevo dole */
.rc-article__cta::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: rgba(211, 197, 171, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.rc-article__cta-eyebrow {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #D3C5AB;
    margin-bottom: 16px;
}

.rc-article__cta h3 {
    position: relative;
    z-index: 1;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}

.rc-article__cta p {
    position: relative;
    z-index: 1;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.rc-article__cta-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: #D3C5AB;
    color: #003D5B;
    font-family: "Neulis Alt", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.rc-article__cta-button::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rc-article__cta-button:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.rc-article__cta-button:hover::after {
    transform: translateX(4px);
}

@media (max-width: 640px) {
    .rc-article__cta {
        padding: 44px 28px;
        border-radius: 20px;
    }

    .rc-article__cta h3 {
        font-size: 26px;
    }

    .rc-article__cta p {
        font-size: 16px;
    }

    .rc-article__cta-button {
        padding: 16px 32px;
    }
}

/* --------------------------------------------------------------------------
   12. HERO OBRÁZKY PRO KONKRÉTNÍ ČLÁNKY
   Přidej novou třídu pro každý článek
   -------------------------------------------------------------------------- */

/* Článek: Příběh, který začíná */
.rc-article__header--pribeh-ktery-zacina {
    background-image: url('https://www.rocio.cz/user/articles/images/whatsapp_image_2026-01-13_at_12.35.35_(1).jpeg');
}

/* Článek: Je sběr Palo Santo legální? */
.rc-article__header--sber-palo-santo-legalni {
    background-image: url('URL_OBRAZKU_ZDE');
}

/* Článek: [Další článek] - přidej podle potřeby */
/*
.rc-article__header--nazev-clanku {
    background-image: url('URL_OBRAZKU');
}
*/

/* --------------------------------------------------------------------------
   13. SHOPTET OVERRIDES
   -------------------------------------------------------------------------- */

.news-item-detail article>header {
    display: none !important;
}

.news-item-detail article>img {
    display: none !important;
}

.news-item-detail article .text {
    background: transparent !important;
    padding: 0 !important;
}