: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;
}

/* Regular */
@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;
}

/* Regular Italic */
@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;
}

/* Medium */
@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;
}

/* Medium Italic */
@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;
}

/* Bold */
@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;
}

/* Bold Italic */
@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;
}

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-weight: 600;
    padding: 10px 0;
}

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

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

#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;
    /* propustí kliky do karuselu */
    z-index: 10;
}

.hero-content {
    pointer-events: auto;
    /* tlačítko bude klikatelné */
    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;
}

.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;
    /* zde uprav výšku hero podle potřeby */
    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: #a3acb8;
}

.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;
}

.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: #0B0D0E !important;
    /* full black */
    color: #fff !important;
}

#footer .custom-footer.elements-6 {
    display: flex;
    flex-wrap: nowrap;
    /* jedna řádka na desktopu */
    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;
}

#footer .footer-bottom img {
    filter: invert(1) brightness(1.5);
}

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;
}

.brand-story-section {
    position: relative;
    z-index: 5;
    /* karta trochu „leze“ do hera */
    padding: 80px 16px 80px;
    /* nahoře místo pro překrytí */
}

.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, 0.20) 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: #ffffff;
    border-radius: 24px;
    padding: 32px 28px 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
    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;
    /* tvoje brand barva */
    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;
    /* brand gold */
    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;
    /* místo pro šipku */
    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;
    /* zlatá */
    border-color: #eae4d6;
    color: #fff;
    border-radius: 999px;
    /* kulaté tlačítko */
    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;
}

#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;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 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;
    /* nebo klidně 1.2 pokud chceš víc vzduchu */
    display: block;
}

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

.benefitBanner__item:hover .benefitBanner__title {
    color: #111111;
    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, 0.12) 30%,
            rgba(0, 61, 91, 0.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%,
            /* 0% opacity */
            rgba(0, 61, 91, 0.12) 30%,
            /* 12% opacity */
            rgba(0, 61, 91, 0.12) 70%,
            /* 12% opacity */
            rgba(0, 61, 91, 0) 100%
            /* fade out */
        );
}

.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%,
            /* 0% opacity */
            rgba(0, 61, 91, 0.12) 30%,
            /* 12% opacity */
            rgba(0, 61, 91, 0.12) 70%,
            /* 12% opacity */
            rgba(0, 61, 91, 0) 100%
            /* fade out */
        );
}

.p-detail-inner .p-data-wrapper {
    font-size: 1.22rem;
    /* výrazně větší text */
    line-height: 1.65;
}

.p-detail-inner-header h1 {
    font-size: 3rem;
    /* pův.: 2.4 → teď 3.0 */
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 0.9rem;
}

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

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

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

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

.p-thumbnail img {
    border-radius: 12px;
    width: 75px;
    height: auto;
}

.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, 0.06);
}

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

.p-short-description-eyebrow {
    font-size: 1rem;
    /* zvětšeno */
    letter-spacing: 0.17em;
    color: #8a96a8;
    margin-bottom: 0.9rem;
}

.p-short-description-title {
    font-size: 1.65rem;
    /* pův.: 1.2–1.3 → nyní 1.55 */
    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 {
    /* výrazně zvýšeno */
    line-height: 1.65;
    margin-bottom: 12px;
    font-size: 1.40rem;
}

.p-short-description-gift {
    line-height: 1.65;
    margin-bottom: 0;
    font-size: 1.40rem;
}

.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: 0.55rem;
}

.p-short-description-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.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: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.p-price-wrapper {
    padding: 0 !important;
    /* Zruší padding */
    /* Minimální mezera */
    display: flex !important;
    align-items: flex-start !important;
    /* NE baseline → zarovnání nahoru */
    line-height: 1 !important;
    display: block !important;
    margin: 0 0 0.4rem 0 !important;
    line-height: 1 !important;
}

.price-final-holder {
    font-size: 2.6rem;
    /* pův.: 1.9 → teď 2.6 */
    font-weight: 700;
    line-height: 1 !important;
    /* Zruší vnitřní vzduch */
    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: 0.95rem !important;
    margin-left: 0.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: 0.3rem;
    margin-top: 0.3rem !important;
    margin-bottom: 1.5rem !important;
}

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

.detail-parameter-availability .availability-label {
    font-size: 1.1rem;
    padding: 0.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;
    /* menší mezera mezi množstvím a tlačítkem */
    justify-content: flex-start;
    flex-direction: row !important;
    justify-content: flex-start;
    margin-top: 0.5rem !important;
}

.p-to-cart-block .quantity {
    display: inline-flex !important;
    align-items: center;
    padding: 0.4rem 0.8rem !important;
    border-radius: 999px !important;
    background: #ffffff;
    position: static !important;
    justify-content: center;
    gap: 0.35rem;
    border: 1px solid rgba(0, 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: 1rem 2rem !important;
    border-radius: 999px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    /* zruší flex: 1 z dřívějška */
    width: auto !important;
    min-width: 260px;
    /* můžeš klidně změnit na 220–300px podle oka */
    padding: 0.9rem 2.4rem;
}

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

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

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

#product-detail-form

/* wrapper ceny – co nejnižší řádek */
.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;
    /* celé bílé */
    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;
    /* nad overlay navem */
    display: flex;
    justify-content: center;
    /* vystředění */
    pointer-events: none;
}

.messages .msg {
    pointer-events: auto;
    display: inline-flex !important;
    /* auto šířka podle obsahu */
    align-items: center;
    width: auto !important;
    max-width: 90vw;
    /* aby na mobilu nepřetékala */
    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;
    /* světlejší bílá, ne hard white */
    background: rgba(255, 255, 255, 0.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(0.5px);
    /* jemné vycentrování textu */

    /* ať filtr ikon nemá efekt na badge */
    filter: none !important;
    z-index: 5;
}

#overlay-nav .icon-link:hover .cart-count-badge {
    transform: scale(1.08);
    transition: 0.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 0.4rem;
    display: flex;
    align-items: center;
}

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

.detail-parameter-availability {
    margin: 0.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;
    /* jemná světlá červená */
    color: #d00000 !important;
}

.detail-parameter-availability .availability-label[style*="#003D5B000"] {
    background: #e3e3e3 !important;
    /* jemná světlá červená */
    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;
    /* kompaktní šířka podle textu */
    min-width: 200px !important;
    padding: 0.7rem 1.8rem;
    border-radius: 999px;
    margin: 0 auto 1.2rem;
}

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

.benefitBanner__content,
.benefitBanner__item {
    overflow: visible;
}

.cart-wrapper .cart-content {
    font-size: 1.20rem;
    /* lehce větší než default */
    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: 0px 0px 30px 10px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
}

.cart-table tr.removeable td {
    background: #ffffff;
    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: 0.8rem;
}

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

.cart-p-availability .availability-label {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.85rem;
    border-radius: 999px;
    background: #f3f3f3;
    font-size: 0.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: 0.4rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #ffffff;
    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 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;
}


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

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

.cart-header.step-0 .step a span {
    font-weight: 400;
    opacity: 0.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: 0.3rem;
}

.cart-table .p-price .p-label,
.cart-table .p-total .p-label {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0.25rem;
    text-align: center !important;
    opacity: 0.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: 0.12em;
    font-weight: 600;
    margin-bottom: 0.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: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.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;
    /* POD tím bude X */
    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;
    /* mezi nápisem a cenou */
    right: 50% !important;
    /* posuneme na střed */
    transform: translateX(60px) !important;
}

.cart-table .p-total .price-final,
.cart-table .p-total .price-final-holder {
    margin-top: 18px !important;
    /* aby vznikl prostor pod X */
    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;
    /* mezera mezi ikonou a textem */
    vertical-align: middle;
}

.contact-box i.icon-message::before {
    content: "" !important;
    /* přepíše kód znakové ikonky */
    display: block;
    width: 100%;
    height: 100%;
    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: 100%;
    height: 100%;
    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;
    /* zruší znak ikonfontu */
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    /* šipka doprostřed tlačítka */
    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;
}

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

.icon-discount {
    display: none;
}

@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;
    }

}

@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;
    }

}

@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 {
        /* ta svislá odrážková „kopie“ vpravo */
        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))
    }

}

@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: 68px;
        background: rgba(6, 6, 8, .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;
        /* všechny benefity pod sebou */
        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;
    }

}

@media (min-width:961px) {
    #overlay-nav .utils .search-link {
        display: flex !important;
    }

}

@media (max-width:960px) {
    #overlay-nav .utils .search-link {
        display: none !important;
    }

    #overlay-nav .drawer {
        top: var(--nav-h, 68px);
    }

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

}

@media (max-width: 1024px) {
    .hero-content {
        padding: 60px 30px;
        max-width: 90%;
    }

}

@media (max-width: 640px) {
    .hero-overlay {
        align-items: flex-end;
        /* text dolů, můžeš změnit na center */
        justify-content: center;
    }

    .hero-content {
        padding: 12px 20px 12px;
        /* menší mezery – víc vidět obrázek */
        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;
    }

}

@media (max-width:900px) {

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

    .ola .benefits {
        grid-template-columns: 1fr 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;
        /* ★ jistota, že se natáhne na výšku řádku */
        display: flex;
        /* foto vlevo */
        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 {
        /* foto vpravo */
        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%;
        /* ★ dorovná výšku sloupce */
        height: auto;
        object-fit: cover;
        border-radius: 0 !important;
        display: block;
    }

    .ola .block.grid>.fade-bleed.right::after {
        /* foto vlevo → mizí doprava */
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to right,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.02) 50%,
                rgba(255, 255, 255, 0.15) 65%,
                rgba(255, 255, 255, 0.45) 80%,
                var(--soft) 90%,
                var(--block-bg) 100%);
        z-index: 1;
    }

    .ola .block.grid>.fade-bleed.left::after {
        /* foto vpravo → mizí doleva */
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(to left,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.02) 50%,
                rgba(255, 255, 255, 0.15) 65%,
                rgba(255, 255, 255, 0.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;
    }

}

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

    .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: 0.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;
        /* pevná šířka pro mobil */
        width: 200px !important;
        border-radius: 999px;
        font-size: 12px;
        margin: 0.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;
        /* tenčí, víc "Apple" */
        background: linear-gradient(to right,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.10) 30%,
                rgba(0, 0, 0, 0.10) 70%,
                rgba(0, 0, 0, 0) 100%);
    }

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

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

}

@media (max-width: 900px) {
    .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, 0.02) 50%,
                rgba(255, 255, 255, 0.15) 65%,
                rgba(255, 255, 255, 0.45) 80%,
                rgba(255, 255, 255, 0.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, 0.02) 50%,
                rgba(255, 255, 255, 0.15) 65%,
                rgba(255, 255, 255, 0.45) 80%,
                rgba(255, 255, 255, 0.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;
    }

}

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

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

}

@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;
        /* vrátíme tabulkové chování */
        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;
        /* stejná mezera pod oběma */
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.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;
        /* přesně mezi řádky */
        transform: translateY(-50%) !important;
        right: 8px !important;
    }

}

@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;
    }

}

@media (min-width: 769px) {
    .p-to-cart-block .quantity {
        padding: 0.25rem 0.7rem !important;
        height: 48px !important;
        /* původně cca 64–70px */
        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;
    }

}

@media (max-width: 767px) {
    .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: 0.75rem !important;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        flex: 0 0 auto !important;
        padding: 0.25rem 0.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: 0.9rem !important;
        padding-bottom: 0.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 0px;
        border-radius: 24px;
        box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .cart-table tr.removeable td {
        display: block;
        width: 100%;
        border-radius: 0;
        /* zaoblíme jen celou kartu */
        box-shadow: none;
        padding: 0;
        box-shadow: none;
        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: 0.8rem;
    }

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

    .cart-table td {
        display: block;
        width: 100%;
        padding: 0.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: 0.5rem;
    }

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

    .cart-table .p-total {
        margin-top: 0.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: -0.45rem;
    }

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

    .cart-table .p-quantity .p-label {
        display: inline-block;
        margin: 0;
        font-size: 0.9rem;
        opacity: 0.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;
    }

}

.hero-content p {
    color: #fff;
}

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

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

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

.breadcrumbs {
    padding: 16px 16px;
}

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

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

@media (min-width: 992px) {
    .products-block>div {
        background-color: #ffff;
        border-radius: 18px;
    }
}

@media (max-width: 991px) {
    .products-block>div {
        background-color: #ffff;
        border-radius: 18px;
        margin-bottom: 20px;
    }
}

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

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

.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, 0.06);
}

.checkout-box-wrapper {
    box-shadow: 0 18px 45px rgba(0, 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;
}

.cart-table tr.removeable {
    background-color: #fff;
}

@media (min-width: 769px) {
    #checkoutContent {
        padding: 0 60px;
    }

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

@media (max-width: 768px) {

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

@media (max-width: 764px) {
    .order-icon.order-delivery .icon-van:before {
        content: "" !important;
        /* přepíše kód znakové ikonky */
        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;
        /* přepíše kód znakové ikonky */
        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;
        /* přepíše kód znakové ikonky */
        display: block;
        width: 32px;
        height: 32px;
        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;
        /* přepíše kód znakové ikonky */
        display: block;
        width: 32px;
        height: 32px;
        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 (max-width: 767px) {
    .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;
    }
}

@media (min-width: 960px) {

    /* zrušíme horizontální čáru nahoře */
    .benefitBanner__item::before {
        display: none !important;
    }

    /* přidáme vertikální čáru mezi sloupci */
    .benefitBanner__item {
        position: relative;
    }

    .benefitBanner__item::after {
        content: "";
        position: absolute;
        top: 1px;
        /* trochu odsadit – esteticky lepší */
        bottom: 1px;
        right: 0;
        /* bude po pravé straně každého benefitu */
        width: 2px;
        background: linear-gradient(to bottom,
                rgba(0, 61, 91, 0) 0%,
                rgba(0, 61, 91, 0.12) 30%,
                rgba(0, 61, 91, 0.12) 70%,
                rgba(0, 61, 91, 0) 100%);
    }

    /* poslední benefit NECHCE mít čáru doprava */
    .benefitBanner__item:last-child::after {
        display: none;
    }
}

/****************************************************
 * NÁŠ PŘÍBĚH – story karta
 ****************************************************/
.rc-our-story {
    max-width: 1080px;
    margin: 0 auto 80px;
    padding: 60px;
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* hlavička */
.rc-story__header {
    text-align: center;
    margin-bottom: 28px;
}

.rc-story__eyebrow {
    font-size: 32px;
    letter-spacing: 0.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;
}

/* tělo příběhu */
.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;
}

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

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

/* responzivita */
@media (max-width: 768px) {
    .rc-our-story {
        margin: 20px 16px 60px;
        padding: 24px 18px 30px;
        border-radius: 20px;
    }

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

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

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

article header {
    display: none;
}

@media (max-width: 767px) {
    body.in-index .product-slider-holder {
        padding: 20px 32px;
    }
}

/****************************************************
 * Rocío – KONTAKTNÍ STRÁNKA (formulář + info)
 ****************************************************/
.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;
}

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

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

/* úvodní texty vlevo */
.rc-contact__intro {
    font-size: 16px;
    line-height: 1.7;
    color: #003D5B;
    margin: 0 0 4px;
}

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

/* FORM CARD – obal kolem #FORM[code=contact]# */
.rc-contact__form-card {
    margin-top: 10px;
    background: #faf8f5;
    border-radius: 24px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* skupiny Shoptet formuláře uvnitř card */
.rc-contact__form-card .form-group {
    margin-bottom: 14px;
}

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

/* inputy/textarea (Shoptet .form-control) */
.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;
}

/* focus stav */
.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, 0.15);
}

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

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

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

/* tlačítko – sjednocené s ostatními CTA */
.rc-contact__form-card .submit-wrapper .btn.btn-primary {
    border-radius: 999px !important;
    padding: 10px 28px !important;
    font-size: 15px;
    font-weight: 600;
}

/* pravý sloupec – obchodní info */
.rc-contact__heading {
    font-size: 22px;
    margin: 4px 0 10px;
}

.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: 0.08em;
    margin: 0 0 6px;
    color: #003D5B;
}

/* responzivita */
@media (max-width: 900px) {
    .rc-contact {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 30px auto 60px;
    }

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

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

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

/****************************************************
 * Rocío – KONTAKTY: obě strany jako „bubliny“
 ****************************************************/

/* Levý + pravý sloupec = samostatné karty */
.rc-contact__col--form,
.rc-contact__col--info {
    background: #faf8f5;
    border-radius: 24px;
    padding: 24px 24px 28px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* Horní text teď už je uvnitř karty, tak ať nemá extra mezeru navíc */
.rc-contact__intro {
    margin-top: 4px;
}

/* Form card už nepotřebuje vlastní bublinu – jen vnitřní odsazení */
.rc-contact__form-card {
    margin-top: 16px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

/* Lehce posuň nadpis vpravo, ať nezačíná úplně nalepený nahoře */
.rc-contact__heading {
    margin-top: 4px;
}

/* Responzivita – menší padding na mobilech */
@media (max-width: 900px) {

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

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

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

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

/****************************************************
 * NÁŠ PŘÍBĚH – mobile fix pro nadpis
 ****************************************************/
@media (max-width: 640px) {

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

    /* eyebrow menší a kratší mezera */
    .rc-story__eyebrow {
        font-size: 18px;
        letter-spacing: 0.14em;
        margin-bottom: 8px;
    }

    /* hlavní nadpis menší, čistě pod eyebrow */
    .rc-story__title {
        font-size: 24px;
        line-height: 1.25;
        margin: 0 0 14px;
    }
}

/* Mezery mezi produkty ve slideru – desktop */
@media (min-width: 992px) {

    /* zvětšíme „gutter“ systému */
    .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-block>div {
        margin-right: 10px;
    }
}

.breadcrumbs {
    display: none;
}

/****************************************************
 * FIREMNÍ DÁRKY – doladění spacingu / karet
 ****************************************************/

/* víc vzduchu mezi bloky */
.rc-corporate {
    gap: 56px;
}

/* hero text a story text – klidnější čitelnost */
.rc-corporate__hero-text p,
.rc-corporate__story-text p {
    max-width: 42rem;
}

/* produktové karty – o chlup víc paddingu, větší mezery mezi kartami */
.rc-corporate__product-grid {
    gap: 28px;
}

.rc-corporate__product-card {
    padding: 26px 26px 24px;
    gap: 12px;
}

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

/****************************************************
 * KATEGORIE – 3 produkty vedle sebe + stejné mezery
 ****************************************************/
@media (min-width: 992px) {

    /* 1) Držák produktů – kompenzujeme padding uvnitř produktů */
    .products-page.products-block {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    /* 2) Každá položka (karta produktu) */
    .products-page.products-block .product {
        width: calc(33.333% - 10px) !important;
        /* 3 sloupce s mezerou */
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px !important;
        box-sizing: border-box !important;
    }

    /* 3) Přidáme kulaté rohy a bílý podklad – stejně jako slider */
    .products-page.products-block .product>.p {
        border-radius: 18px;
        overflow: hidden;
    }
}

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

/****************************************************
 * FIREMNÍ DÁRKY – speciální kategorie Rocío
 ****************************************************/
.rc-corporate {
    max-width: 1180px;
    margin: 40px auto 80px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* HERO */
.rc-corporate__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 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: 0.18em;
    text-transform: uppercase;
    color: #b4863e;
    margin: 0 0 8px;
}

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

/* media blok – fotka / slider */
.rc-corporate__hero-media {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 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;
}

/* STORY blok pod hero */
.rc-corporate__story {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    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, 0.04);
    box-shadow: 0 18px 45px rgba(0, 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;
}

/* SPOLU sdílené titulky sekcí */
.rc-corporate__section-title {
    font-size: 32px;
    margin: 0 0 36px;
}

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

/* PRODUKTOVÉ „KARTY“ */
.rc-corporate__products {
    margin-top: 8px;
}

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

.rc-corporate__product-card {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rc-corporate__product-title {
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
}

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

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

/* CTA tlačítko */
.rc-corporate__cta {
    align-self: flex-start;
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 22px;
    border-radius: 999px;
    background: #003d5b;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

/* PROČ RO CÍO */
.rc-corporate__why-list {
    list-style: none;
    margin: 12px 0 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;
}

/* KONTAKTNÍ CTA */
.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, 0.04);
    box-shadow: 0 18px 45px rgba(0, 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;
}

/* RESPONSIVITA */
@media (max-width: 960px) {

    .rc-corporate {
        margin: 30px auto 60px;
        padding: 0 16px;
        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: 600px) {
    .rc-corporate {
        padding: 0 12px;
    }

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

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

/****************************************************
 * FIREMNÍ DÁRKY – doladění spacingu / karet
 ****************************************************/

/* víc vzduchu mezi bloky */
.rc-corporate {
    gap: 56px;
}

/* hero text a story text – klidnější čitelnost */
.rc-corporate__hero-text p,
.rc-corporate__story-text p {
    max-width: 42rem;
}

/* produktové karty – o chlup víc paddingu, větší mezery mezi kartami */
.rc-corporate__product-grid {
    gap: 28px;
}

.rc-corporate__product-card {
    padding: 26px 26px 24px;
    gap: 12px;
}

/****************************************************
 * FIREMNÍ DÁRKY – hero slider (3 fotky, auto posun)
 ****************************************************/
.rc-corporate__hero-media--slider {
    position: relative;
    overflow: hidden;
}

.rc-corporate__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* jednotlivé slidy nad sebou, fade in/out */
.rc-corporate__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
}

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

/* 3-slidový loop – každých 4s jiný obrázek */
.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;
}

@keyframes rcCorporateSlider {
    0% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    27% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – plovoucí CTA „Ozvěte se nám“
 ****************************************************/
.rc-corporate__float-cta {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #003d5b;
    color: #faf8f5;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

/* hover na desktopu */
@media (hover: hover) {
    .rc-corporate__float-cta:hover {
        background: #07283b;
    }
}

/* na mobilu trošku výš + doprostřed */
@media (max-width: 768px) {
    .rc-corporate__float-cta {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
        bottom: 18px;
        padding: 11px 28px;
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – doladění spacingu / karet
 ****************************************************/

/* víc vzduchu mezi bloky */
.rc-corporate {
    gap: 56px;
}

/* hero text a story text – klidnější čitelnost */
.rc-corporate__hero-text p,
.rc-corporate__story-text p {
    max-width: 42rem;
}

/* produktové karty – o chlup víc paddingu, větší mezery mezi kartami */
.rc-corporate__product-grid {
    gap: 28px;
}

.rc-corporate__product-card {
    padding: 26px 26px 24px;
    gap: 12px;
}

/****************************************************
 * FIREMNÍ DÁRKY – hero slider (3 fotky, auto posun)
 ****************************************************/
.rc-corporate__hero-media--slider {
    position: relative;
    overflow: hidden;
}

.rc-corporate__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* jednotlivé slidy nad sebou, fade in/out */
.rc-corporate__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
}

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

/* 3-slidový loop – každých 4s jiný obrázek */
.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;
}

@keyframes rcCorporateSlider {
    0% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    27% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – plovoucí CTA „Ozvěte se nám“
 ****************************************************/
.rc-corporate__float-cta {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #003d5b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

/* hover na desktopu */
@media (hover: hover) {
    .rc-corporate__float-cta:hover {
        background: #fff;
    }
}

/* na mobilu trošku výš + doprostřed */
@media (max-width: 768px) {
    .rc-corporate__float-cta {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
        bottom: 18px;
        padding: 11px 28px;
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – textové boxy v hero + story
 ****************************************************/

/* levý text v hero jako karta */
.rc-corporate__hero-text,
.rc-corporate__story-text {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    padding: 26px 26px 28px;
}

/* texty v těchto boxech – ať mají jednotný line-height */
.rc-corporate__hero-text p,
.rc-corporate__story-text p {
    max-width: none;
    font-size: 16px;
    line-height: 1.8;
}

/* hero nadpis a eyebrow mají v boxu trošku víc místa dolů */
.rc-corporate__hero-text .rc-corporate__eyebrow {
    margin-bottom: 8px;
}

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

/****************************************************
 * FIREMNÍ DÁRKY – produktové karty & CTA
 ****************************************************/
.rc-corporate__product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 26px 26px 24px;
    gap: 12px;
}

/* hlavní text trochu kratší řádky & lepší čitelnost */
.rc-corporate__product-text {
    font-size: 15px;
    line-height: 1.8;
    color: #434343;
}

.rc-corporate__product-meta {
    font-size: 14px;
    color: #666;
}

/* CTA vždy dole v kartě, s rozumným odstupem */
.rc-corporate__cta {
    margin-top: 16px;
    align-self: flex-start;
}

/* Hero slider – první slide viditelný i bez animace */
.rc-corporate__slide:first-child {
    opacity: 1;
}

/****************************************************
 * FIREMNÍ DÁRKY – „Proč zvolit Rocío?“ jako karta
 ****************************************************/
.rc-corporate__why {
    background: #faf8f5;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    padding: 26px 28px 28px;
    text-align: center;
}

/* zarovnání a šířka textu uvnitř */
.rc-corporate__why-list {
    margin: 12px auto 0;
    padding: 0;
}

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

/****************************************************
 * FIREMNÍ DÁRKY – produktové karty & CTA fixed dole
 ****************************************************/
.rc-corporate__product-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 26px 30px;
    gap: 18px;
}

/* text ještě čitelnější */
.rc-corporate__product-text {
    font-size: 15px;
    line-height: 1.9;
}

.rc-corporate__product-meta {
    font-size: 14px;
    line-height: 1.7;
}

/* tlačítko – vždy dole uprostřed karty */
.rc-corporate__cta {
    margin-top: 18px;
    margin-bottom: 4px;
    align-self: center;
}

/****************************************************
 * FIREMNÍ DÁRKY – hero slider (3 fotky, horizontální)
 ****************************************************/

/* přepíšeme staré nastavení slideru */
.rc-corporate__hero-media--slider {
    position: relative;
    overflow: hidden;
}

/* wrapper všech slidů */
.rc-corporate__slider {
    display: flex;
    width: 300%;
    /* 3 slidy vedle sebe */
    animation: rcCorporateSliderX 10s infinite;
}

/* jednotlivý slide – plná šířka boxu */
.rc-corporate__slide {
    position: relative !important;
    flex: 0 0 100%;
    opacity: 1 !important;
}

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

/* 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);
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – produktové karty & CTA dole uprostřed
 ****************************************************/
.rc-corporate__product-grid {
    align-items: stretch;
    /* všechny karty na stejnou výšku */
}

.rc-corporate__product-card {
    display: flex;
    flex-direction: column;
    padding: 28px 26px 26px;
    gap: 18px;
}

/* text lepší čitelnost */
.rc-corporate__product-text {
    font-size: 15px;
    line-height: 1.9;
}

.rc-corporate__product-meta {
    font-size: 14px;
    line-height: 1.7;
}

/* tlačítko se odtlačí na spodek boxu */
.rc-corporate__cta {
    margin-top: auto;
    /* všechen prostor nad CTA */
    margin-bottom: 4px;
    align-self: center;
    /* doprostřed horizontálně */
}

#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;
}

/****************************************************
 * FIREMNÍ DÁRKY – CTA „Ozvěte se nám“ v kartě
 ****************************************************/
.rc-corporate__float-cta {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    background: #003d5b;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 14px;
}

/* zrušíme box-shadow z dřívější fixed verze */
.rc-corporate__float-cta {
    box-shadow: none;
}

/****************************************************
 * FIREMNÍ DÁRKY – slider: perfektní vertikální centrování
 ****************************************************/

/* slider wrapper – nastavíme pevnou výšku */
.rc-corporate__hero-media--slider {
    height: 360px;
    /* můžeš upravit podle reálného designu */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /* necháme bílé pozadí */
    overflow: hidden;
}

/* každý slide má 100% výšku wrapperu */
.rc-corporate__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* obrázky – vycentrovat vertikálně i horizontálně */
.rc-corporate__slide img {
    height: 100%;
    width: auto;
    /* zachová proporce */
    object-fit: contain;
    /* neseká fotku, vycentruje ji */
    display: block;
}

/****************************************************
 * FIREMNÍ DÁRKY – zarovnání textu pod nadpisy
 ****************************************************/

/* záhlaví karet (nadpisy) sjednotíme výškou */
.rc-corporate__product-title {
    min-height: 56px;
    /* cca výška 2 řádků ve tvém fontu */
    text-align: center;
    margin-bottom: 8px;
    /* mezera pod nadpisem */
}

/****************************************************
 * FIREMNÍ DÁRKY – zarovnání "Obsahuje..." napříč kartami
 ****************************************************/
@media (min-width: 992px) {

    /* už máš pro title, kdybys neměl, nech klidně takto */
    .rc-corporate__product-title {
        min-height: 56px;
        /* cca výška dvou řádků nadpisu */
        text-align: center;
        margin-bottom: 8px;
    }

    /* Hlavní text – sjednocení výšky pro zarovnání */
    .rc-corporate__product-text {
        min-height: 240px;
        /* uprav podle reálné výšky tvého textu */
        text-align: center;
        justify-content: center;
    }

    /* Meta text – malý fix, ať se hezky drží pod textem */
    .rc-corporate__product-meta {
        min-height: 46px;
        justify-content: center;
        text-align: center;
    }
}

/****************************************************
 * FIREMNÍ DÁRKY – mobilní zarovnání tlačítka Ozvěte se nám
 ****************************************************/
@media (max-width: 768px) {
    .rc-corporate__contact-card {
        text-align: center;
    }

    .rc-corporate__float-cta {
        position: static !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;

        /* zrušíme starý posun */
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;

        /* hezké umístění v kartě */
        margin: 16px auto 0;
    }
}

/****************************************************
 * Přihlášení – Rocío card layout
 ****************************************************/

/* obal – vystředit obsah a udělat bublinu */
#formLogin {
    max-width: 720px;
    margin: 40px auto 80px;
    background: #ffffff;
    border-radius: 24px;
}

/* nadpis Přihlášení */
#content .content-inner>h1 {
    text-align: center;
    font-size: 40px;
    margin: 20px 0 20px;
}

/* skupiny polí */
#formLogin .form-group {
    margin-bottom: 18px;
}

/* input wrapper – ať jsou pole na plnou šířku */
#formLogin .input-wrapper {
    width: 100%;
}

/* samotné inputy */
#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;
}

/* focus stav vstupů */
#formLogin .form-control[type="email"]:focus,
#formLogin .form-control[type="password"]:focus {
    border-color: #003d5b;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 61, 91, 0.12);
}

/* wrapper pro tlačítko + pomocné odkazy */
#formLogin .login-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* tlačítko Přihlásit se – pill CTA */
#formLogin .btn-login {
    border-radius: 999px !important;
    padding: 12px 32px !important;
    font-size: 16px;
    font-weight: 600;
}

/* odkazy Nová registrace / Zapomenuté heslo */
#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;
}

/* responsivita – na mobilu pod sebe */
@media (max-width: 640px) {
    #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%;
    }
}

@media (min-width: 768px) {

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

@media (max-width: 767px) {

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

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

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

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

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

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

@media (min-width: 768px) {

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

/****************************************************
 * Zapomenuté heslo – card + vstupy
 ****************************************************/
body .content-inner>#formForgottenPassword {
    max-width: 720px;
    margin: 30px auto 10px;
    padding: 32px 32px 30px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

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

/* Podnadpis + text */
#formForgottenPassword h2 {
    font-size: 18px;
    margin: 0 0 8px;
}

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

/* Form group + input */
#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: #ffffff;
    box-shadow: 0 0 0 1px rgba(0, 61, 91, 0.12);
}

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

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

/* Mobil */
@media (max-width: 640px) {
    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;
    }
}

.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;
}

/****************************************************
 * Registrace / Nastavení účtu – hlavní card + vstupy
 ****************************************************/
body .content-inner>#register-form {
    max-width: 900px;
    margin: 40px auto 20px;
    padding: 32px 32px 34px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* H1 nad kartou (Registrace / Nastavení mého účtu) */
body .content-inner>h1 {
    text-align: center;
    font-size: 40px;
    margin: 40px 0 18px;
}

/* vnitřní boxy shoptetu necháme transparentní */
#register-form .co-box.co-registration,
#register-form .box.box-sm.box-bg-default {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}

/* sekční nadpisy (Osobní údaje, Fakturační adresa…) */
#register-form h4 {
    font-size: 18px;
    margin: 18px 0 10px;
}

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

/* inputy / selecty */
#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, 0.12);
    background: #ffffff;
}

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

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

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

/* submit (Registrovat / Uložit) */
#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;
}

/* odkaz „Přidat novou adresu“ v Nastavení účtu – pill */
#register-form a.btn.btn-secondary,
#register-form a.btn.btn--primary {
    border-radius: 999px;
}

/* Mobilní úpravy */
@media (max-width: 640px) {
    body .content-inner>#register-form {
        margin: 24px 16px 30px;
        padding: 24px 18px 26px;
    }

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

    #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;
    }
}

.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;
}

@media (min-width: 768px) {

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

/****************************************************
 * REKAPITULACE OBJEDNÁVKY – Rocío styl
 ****************************************************/

/* Hlavní obal */
#content-wrapper.container.content-wrapper {
    max-width: 1180px;
    margin: 40px auto 80px;
}

/* H1: "Objednávka odeslána" */
.order-summary-heading {
    text-align: center;
    font-size: 40px;
    margin: 18px 0 26px;
}

/* ikonka fajfky nahoře */
.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: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

/* Card obaly */
.recapitulation-wrapper {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    padding: 24px 26px 26px;
    margin: 0 20px 20px;
}

/* nahoře s číslem objednávky + obsah objednávky */
.recapitulation-wrapper:first-of-type {
    margin-bottom: 24px;
}

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

/* box "Platba a doručení" uvnitř card */
.co-box.co-payment-method {
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

/* nadpis Platba a doručení */
.co-box.co-payment-method h4.order-payment {
    font-size: 18px;
    margin: 0 0 10px;
}

/* tabulka rekapitulace dopravy/platby */
.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, 0.06);
}

/* Obsah objednávky – vlastní tabulka */
.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, 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;
}

/* název produktu */
.co-order .p-name span {
    font-weight: 600;
}

/* množství + cena v jedné buňce */
.co-order .p-quantity {
    white-space: nowrap;
    text-align: right;
}

/* celková cena za řádek */
.co-order .p-price {
    font-weight: 600;
    text-align: right;
}

/* druhý card – poděkování */
.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;
}

/* odkazy dole */
.order-complete-links p {
    margin: 20px 0;
}

/* tlačítko "Moje nákupy" */
.order-complete-links .btn.btn-primary {
    border-radius: 999px;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

/* sek. odkazy */
.order-complete-links a {
    color: #003d5b;
}

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

/* RESPONSIVITA */
@media (max-width: 768px) {

    #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;
    }

    /* tabulky vertikálně přehledněji */
    .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%;
    }
}

/****************************************************
 * KLIENT – Moje objednávky & Detail objednávky
 * (scoped na .customer-page, aby to nelezlo do košíku)
 ****************************************************/

/* Základní layout klientské zóny */
.customer-page main#content.content>.content-inner {
    max-width: 1180px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

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

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

/* Text s informací o propojení e-mailu */
.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, 0.06);
}

/* Tlačítko „Znovu nakoupit“ */
.customer-page main#content .content-inner a.btn.btn-primary {
    border-radius: 999px;
    padding: 8px 22px;
    font-weight: 600;
}

/* --------------------------------------------------
   TABULKY – seznam objednávek + detail objednávky
 -------------------------------------------------- */
.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: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-top: 16px;
}

/* Hlavičky */
.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: 0.08em;
    text-transform: uppercase;
    color: #6a6a6a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

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

/* Kód / název tučně */
.customer-page main#content .content-inner table td a,
.customer-page main#content .content-inner table td.p-name a {
    font-weight: 700;
}

/* Souhrnný řádek „Cena celkem“ */
.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;
}

/* --------------------------------------------------
   DETAIL OBJEDNÁVKY – blok s datem & stavem
 ---------------------------------------------------- */
.customer-page main#content .content-inner>h2:first-of-type+div {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 40px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

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

/* --------------------------------------------------
   DETAIL OBJEDNÁVKY – adresy (desktop: 2 sloupce v jedné kartě)
 ---------------------------------------------------- */
.customer-page main#content .content-inner>h2+.row {
    margin-top: 12px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 40px;
    box-shadow: 0 18px 45px rgba(0, 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;
}

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

/* --------------------------------------------------
   TABLE – specifické mezery v seznamu objednávek
 ---------------------------------------------------- */
.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;
}

/* zaoblení jednotlivých karet v mobilním seznamu objednávek */
@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;
    }
}

/* --------------------------------------------------
   RESPONSIVE – mobilní verze klientské zóny
 ---------------------------------------------------- */
@media (max-width: 768px) {

    .customer-page main#content.content>.content-inner {
        margin: 24px 12px 48px;
        padding: 0;
    }

    .customer-page main#content .content-inner>h1 {
        font-size: 26px;
        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, 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;
    }
}

/****************************************************
 * KOŠÍK – návrat k normálnímu grid layoutu
 ****************************************************/

/* jen na stránkách košíku/checkoutu */
body.ordering-process .content-wrapper.container .row {
    margin-left: -15px;
    /* bootstrap default */
    margin-right: -15px;
}

/* na košíku nechceme extra zúžení content-inneru 
   z klientské zóny (Moje objednávky, atd.) */
body.ordering-process .content-wrapper-in>main#content.content.wide>.content-inner {
    max-width: none;
    margin: 0;
    padding: 0;
}

.next-step .btn.btn-lg {
    line-height: 1.5;
}

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

@media (max-width: 1199px) {
    .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;
    }
}

/****************************************************
 * Košík – zarovnání tlačítek „Zpět“ + „Pokračovat“
 * na desktopu (všechny kroky)
 ****************************************************/
@media (min-width: 992px) {
    .next-step.next-step--cart {
        display: flex !important;
        flex-direction: row !important;
        /* vedle sebe */
        align-items: center !important;
        justify-content: flex-end !important;
        /* tlačítka doprava */
        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;
    }
}

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

/* NAV LINKE – default */
#overlay-nav .menu a {
    position: relative;
    transition: color .25s ease;
}

/* underline – zpočátku neviditelný */
#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);
}

/* hover efekt */
#overlay-nav .menu a:hover::after {
    transform: scaleX(1);
}

/****************************************************
 * DETAIL PRODUKTU – náhrada ikony košíku ve CTA
 ****************************************************/


/* vložení vlastní SVG ikony */
.add-to-cart-button span::before {
    content: "";
    display: inline-block;
    width: 20px;
    /* doporučená velikost — klidně uprav */
    height: 20px;
    margin-right: 8px;
    /* mezera mezi ikonou a textem */
    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);
}

/* schovat původní ikonfont */
.add-to-cart-button .icon-cart {
    display: none;
}

/****************************************************
 * ROCÍO – PRÁZDNÝ KOŠÍK (cart-empty)
 ****************************************************/

/* celkový wrapper prázdného košíku */
.cart-inner.cart-empty {
    max-width: 1200px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

/* nadpis "Váš nákupní košík je prázdný" */
.cart-empty .cart-heading {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 28px;
    text-align: left;
}

/* dvousloupec – stejný spacing jako v košíku */
.cart-empty .cart-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

/* card box vlevo (nabídka a vyhledávání) */
.cart-empty .cart-content {
    background: #ffffff;
    padding: 28px 28px 32px;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* levý sloupec: sekce "Podívejte se…" a "Zkuste vyhledávání" */
.cart-empty .empty-cart-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

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

/* seznam odkazů */
.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: none;
    transition: color .2s ease;
}

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

/* tlačítko "Hledat" */
.cart-empty .js-try-search-button {
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-weight: 600;
    font-size: 16px;
}

/****************************************************
 * PRAVÝ SLOUPEC – "Potřebujete pomoc?"
 ****************************************************/

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

/* nadpis */
.cart-empty .col-md-4 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

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

/* kontakt – jméno */
.cart-empty .contact-box strong {
    font-size: 17px;
    font-weight: 700;
}

/* odkaz e-mailu & telefonu */
.cart-empty .contact-box a {
    color: #0b3654;
    font-weight: 600;
    text-decoration: none;
}

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

/* odstranění default ikonek ikonfontu */
.cart-empty .contact-box i {
    display: none !important;
}

/* lépe zarovnaný UL vpravo */
.cart-empty .contact-box ul {
    padding-left: 0;
}

/****************************************************
 * RESPONSIVE
 ****************************************************/
@media(max-width: 900px) {
    .cart-empty .cart-row {
        grid-template-columns: 1fr;
        gap: 32px;
    }

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

@media(max-width: 600px) {
    .cart-inner.cart-empty {
        padding: 0 14px;
    }
}


/****************************************************
 * Rocío – PRÁZDNÝ KOŠÍK: oprava layoutu sloupců
 ****************************************************/

/* Wrapper prázdného košíku necháme – jen pro jistotu */
.cart-inner.cart-empty {
    max-width: 1200px;
    margin: 40px auto 80px;
    padding: 0 20px;
}

/* Nadpis už je OK, jen ho nenecháme tlačit na okraj */
.cart-inner.cart-empty .cart-heading {
    margin-bottom: 28px;
}

/* DESKTOP: 2 sloupce vedle sebe přes flex */
@media (min-width: 992px) {
    .cart-empty .cart-row {
        display: flex !important;
        align-items: flex-start;
    }

    /* zrušíme bootstrap float + pevnou šířku */
    .cart-empty .cart-row>.col-md-8,
    .cart-empty .cart-row>.col-md-4 {
        float: none !important;
        width: auto !important;
        flex: 1 1 0;
    }
}

/* TABLET/MOBIL: sloupce pod sebou */
@media (max-width: 991px) {
    .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;
    }
}

/****************************************************
 * PRÁZDNÝ KOŠÍK – fix layoutu levé karty (nadpis/links)
 ****************************************************/
.cart-inner.cart-empty .empty-cart-boxes {
    display: block !important;
    /* už žádný flex ani bootstrap row */
    margin: 0 !important;
    padding: 0 !important;
}

/* bootstrap row používá clearfix přes ::before/::after – vypneme */
.cart-inner.cart-empty .empty-cart-boxes::before,
.cart-inner.cart-empty .empty-cart-boxes::after {
    content: none !important;
}

/* vnitřní .col-md-6 = normální blok přes celou šířku karty */
.cart-inner.cart-empty .empty-cart-boxes .col-md-6 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 0 24px 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* poslední .col-md-6 bez spodního odsazení */
.cart-inner.cart-empty .empty-cart-boxes .col-md-6:last-child {
    padding-bottom: 0 !important;
}

/* nadpis v levé kartě – normální odstavec, žádný sloupec */
.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;
    /* jistota, že se láme jako běžný text */
}