.partners-dot.is-active {
    background: var(--color-brand-green);
}

body {
    padding-top: var(--rd-header-height, 136px);
}

a,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    box-shadow: none;
}

.transition-transform,
.hover\:scale-105,
.group-hover\:translate-x-1,
.shop-category-panel__chevron,
.shop-category-panel__all img,
.shop-hero__cta-arrow {
    transition: transform .2s ease;
}

.hover\:scale-105:hover {
    transform: scale(1.05);
}

.group:hover .group-hover\:translate-x-1 {
    transform: translateX(4px);
}

.header-main-bar {
    max-height: 120px;
    overflow: hidden;
    transition: max-height .24s ease, opacity .2s ease, padding-top .24s ease, padding-bottom .24s ease;
}

.header-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--color-brand-green);
    background: var(--color-brand-white);
}

.header-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--color-brand-text);
    transition: transform .2s ease, opacity .2s ease;
}

#masthead.is-main-hidden .header-main-bar {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.header-account-icon--white {
    display: none;
}

.header-account-link,
.header-account-link:hover,
.header-account-link:visited,
.header-account-link:active,
.header-account-link:focus {
    color: var(--color-brand-text);
}

.header-account-link:hover .header-account-icon--black {
    display: block;
}

.header-account-link:hover .header-account-icon--white {
    display: none;
}

#masthead.is-main-hidden .header-yellow-cart {
    display: flex;
}

#masthead.is-main-hidden .header-yellow-cart-total {
    display: flex;
}

.header-yellow-menu a:hover,
.header-yellow-menu a:hover span {
    color: var(--color-brand-green) !important;
}

@media (max-width: 767px) {
    .header-main-bar {
        max-height: none;
        gap: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
        overflow: visible;
    }

    #masthead.is-main-hidden .header-main-bar {
        max-height: none;
        padding-top: 12px;
        padding-bottom: 12px;
        opacity: 1;
    }

    .header-main-bar > div:first-child img {
        max-width: 190px;
        height: 32px;
    }

    .header-main-bar > div:last-child {
        gap: 14px;
    }

    .header-main-cart-total {
        display: none;
    }

    .header-menu-toggle {
        display: inline-flex;
    }

    #masthead.is-mobile-menu-open .header-menu-toggle span:first-child {
        transform: translateY(7px) rotate(45deg);
    }

    #masthead.is-mobile-menu-open .header-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    #masthead.is-mobile-menu-open .header-menu-toggle span:last-child {
        transform: translateY(-7px) rotate(-45deg);
    }

    .header-yellow-bar {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-right: 16px;
        padding-left: 16px;
        transform: translateY(-8px);
        transition: max-height .28s ease, opacity .2s ease, transform .28s ease;
    }

    #masthead.is-mobile-menu-open .header-yellow-bar {
        max-height: 520px;
        opacity: 1;
        transform: translateY(0);
    }

    .header-yellow-inner {
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 12px 24px rgba(44, 51, 58, .18);
    }

    .header-yellow-menu {
        flex-direction: column;
        width: 100%;
    }

    .header-yellow-menu a span {
        min-height: 48px;
        padding-right: 20px;
        padding-left: 20px;
        border-bottom: 1px solid var(--color-brand-yellow-dark);
    }

    #masthead.is-main-hidden .header-yellow-cart,
    #masthead.is-main-hidden .header-yellow-cart-total {
        display: none;
    }

    #masthead.is-mobile-menu-open .header-yellow-cart,
    #masthead.is-mobile-menu-open .header-yellow-cart-total {
        display: flex;
        min-height: 48px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .header-account-link {
        width: 100%;
        min-height: 52px;
        margin-left: 0;
        justify-content: flex-start;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.rd-404-home:hover {
    color: var(--color-black) !important;
}

#colophon.site-footer .footer-link {
    transition: color .2s ease;
}

#colophon.site-footer .footer-link:hover {
    color: var(--color-brand-green) !important;
}

.rd-share-button {
    position: relative;
    transition: transform .2s ease;
}

.rd-share-button::before {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    padding: 5px 9px;
    background: var(--color-brand-text);
    color: var(--color-brand-white);
    content: "Sdílet";
    font-family: var(--font-montserrat);
    font-size: var(--text-xs);
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
    white-space: nowrap;
}

.rd-share-button:hover {
    transform: scale(1.08);
}

.rd-share-button:hover::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.shop-hero__track {
    touch-action: pan-y pinch-zoom;
}

@media (max-width: 767px) {
    .shop-hero {
        margin-bottom: 32px;
        transform: none;
    }

    .shop-hero__slide {
        min-height: 560px !important;
        background-position: center;
    }

    .shop-hero__content {
        right: 18px !important;
        bottom: 18px !important;
        left: 18px !important;
        width: auto !important;
        padding: 28px !important;
    }

    .shop-hero__title {
        font-size: clamp(30px, 9vw, 42px) !important;
        line-height: 1.08 !important;
    }

    .shop-hero__subtitle {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .shop-hero__logo {
        top: 18px !important;
        right: 18px !important;
        bottom: auto !important;
    }

    .shop-hero__logo-img {
        max-width: 110px !important;
        max-height: 56px !important;
    }
}

.shop-hero__cta:hover {
    background: var(--color-brand-yellow);
    color: var(--color-black) !important;
}

.shop-hero__cta:visited,
.shop-hero__cta:active,
.shop-hero__cta:focus {
    color: var(--color-brand-white);
}

.shop-hero__cta:hover {
    color: var(--color-black) !important;
}

.shop-hero__cta:hover .shop-hero__cta-arrow {
    filter: brightness(0);
    transform: translateX(4px);
}

.shop-hero__dot.is-active {
    background: var(--color-brand-green);
}

.shop-category-panel__link::before {
    width: 8px;
    height: 8px;
    background: var(--color-brand-green);
    content: "";
}

.shop-category-panel__link:hover .shop-category-panel__chevron {
    transform: translateX(4px);
}

.shop-category-panel__link,
.shop-category-panel__link:visited,
.shop-category-panel__all,
.shop-category-panel__all:visited,
.shop-new-product__name a,
.shop-new-product__name a:visited {
    color: var(--color-brand-text);
}

.shop-category-panel__link:hover,
.shop-new-product__name a:hover {
    color: var(--color-brand-green);
}

.shop-category-panel__all,
.shop-category-panel__all:visited,
.shop-category-panel__all:hover {
    color: var(--color-brand-green);
}

.shop-category-panel__all:hover img {
    transform: translateX(4px);
}

.shop-new-product__price,
.shop-new-product__price .amount {
    color: var(--color-brand-white);
}

.shop-new-product__cart-icon--hover {
    display: none;
}

.shop-new-product__cart:hover {
    color: var(--color-brand-text);
    background: var(--color-brand-yellow);
}

.shop-new-product__cart,
.shop-new-product__cart:visited,
.shop-new-product__cart:active,
.shop-new-product__cart:focus {
    color: var(--color-brand-text);
}

.shop-new-product__price,
.shop-new-product__price:visited,
.shop-new-product__price:active,
.shop-new-product__price:focus,
.shop-new-product__price .amount {
    color: var(--color-brand-white);
}

.shop-new-product__cart:hover .shop-new-product__cart-icon--default {
    display: none;
}

.shop-new-product__cart:hover .shop-new-product__cart-icon--hover {
    display: block;
}

.rd-add-to-cart-button {
    transition: background-color .2s ease, color .2s ease;
}

.rd-add-to-cart-button:hover {
    background: var(--color-brand-yellow) !important;
    color: var(--color-brand-text) !important;
}

.rd-add-to-cart-button__icon--hover {
    display: none;
}

.rd-add-to-cart-button:hover .rd-add-to-cart-button__icon--default {
    display: none;
}

.rd-add-to-cart-button:hover .rd-add-to-cart-button__icon--hover {
    display: block;
}

.rd-cart-remove-link::before {
    content: none;
}

.rd-cart-qty .quantity {
    display: inline-flex;
    align-items: center;
}

.rd-cart-qty input.qty {
    width: 70px;
    border: 0;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.rd-cart-actions button {
    display: none;
}

.rd-cart-checkout-icon--black {
    display: none;
}

.rd-cart-checkout:hover .rd-cart-checkout-icon--white {
    display: none;
}

.rd-cart-checkout:hover .rd-cart-checkout-icon--black {
    display: block;
}

.rd-cart-checkout::after {
    content: none;
}

.woocommerce-cart .cart-collaterals {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .rd-cart-totals {
    float: none;
    width: 100%;
    max-width: none;
}

.rd-cart-total-box {
    width: 100%;
}

.rd-cart-total-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.rd-cart-total-row > span:first-child {
    min-width: 0;
}

.rd-cart-total-row > span:last-child,
.rd-cart-total-row > strong {
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: right;
}

.rd-cart-total-actions {
    width: 100%;
}

.rd-cart-total-actions .wc-proceed-to-checkout {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
}

.woocommerce-cart .rd-cart-continue,
.woocommerce-cart .rd-cart-checkout {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 44px;
    margin: 0 !important;
    white-space: nowrap;
}

.woocommerce-cart .rd-cart-continue {
    font-size: 16px;
}

.woocommerce-cart .rd-cart-checkout,
.woocommerce-cart .rd-cart-checkout.button,
.woocommerce-cart .rd-cart-checkout.button.alt {
    min-height: 44px !important;
    padding: 0 32px !important;
    background: var(--color-brand-green) !important;
    color: var(--color-brand-white) !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.woocommerce-cart .rd-cart-checkout:hover,
.woocommerce-cart .rd-cart-checkout.button:hover,
.woocommerce-cart .rd-cart-checkout.button.alt:hover {
    background: var(--color-brand-yellow) !important;
    color: var(--color-brand-text) !important;
}

@media (max-width: 900px) {
    .rd-cart-table,
    .rd-cart-table tbody,
    .rd-cart-table tr,
    .rd-cart-table td {
        display: block;
        width: 100%;
    }

    .rd-cart-table thead {
        display: none;
    }

    .rd-cart-table tr {
        border-bottom: 1px solid var(--color-brand-grey-light);
    }

}

.wc-block-cart {
    padding: 40px 24px 80px;
    font-family: var(--font-loos);
    color: var(--color-brand-text);
}

.woocommerce-cart .woocommerce-breadcrumb,
.woocommerce-cart .entry-title,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart .wc-block-breadcrumbs {
    display: none;
}

.woocommerce-cart .site-content .col-full {
    width: 100%;
    max-width: 1500px;
    margin-inline: auto;
    padding-inline: 16px;
}

.woocommerce-cart .entry-content,
.woocommerce-cart .wp-block-woocommerce-cart {
    margin: 0;
}

.wc-block-components-sidebar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 80px;
    align-items: start;
}

.wc-block-cart::before {
    display: block;
    margin-bottom: 48px;
    color: var(--color-brand-text);
    font-family: var(--font-loos-wide);
    font-size: clamp(32px, 3vw, 43px);
    font-weight: 900;
    content: "Košík";
}

.wc-block-cart__main {
    width: auto;
    padding-right: 0;
}

.wc-block-cart__sidebar {
    width: auto;
    padding-left: 0;
}

.wc-block-cart-items {
    border-collapse: collapse;
}

.wc-block-cart-items__header {
    border-bottom: 1px solid var(--color-brand-grey-light);
}

.wc-block-cart-items__header th {
    padding: 0 16px 14px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.wc-block-cart-items__row {
    border-bottom: 1px solid var(--color-brand-grey-light);
}

.wc-block-cart-items__row td {
    padding-top: 28px;
    padding-bottom: 28px;
}

.wc-block-cart-item__image {
    width: 80px;
    padding: 24px 16px;
}

.wc-block-cart-item__image img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border: 1px solid var(--color-brand-grey-light);
}

.wc-block-cart-item__product {
    padding: 24px 16px;
}

.wc-block-components-product-name {
    color: var(--color-brand-text);
    font-size: 22px;
    text-decoration: none;
    transition: color .2s ease;
}

.wc-block-components-product-name:hover {
    color: var(--color-brand-yellow);
}

.wc-block-components-product-price,
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 700;
}

.wc-block-components-product-price del,
.wc-block-components-product-price ins {
    display: inline-block;
}

.wc-block-components-quantity-selector {
    min-width: 110px;
    border: 0;
}

.wc-block-components-quantity-selector__button {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid #06183d;
    background: var(--color-brand-white);
    color: var(--color-brand-text);
}

.wc-block-components-quantity-selector__input {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 22px;
    font-weight: 700;
}

.wc-block-cart-item__remove-link {
    color: var(--color-brand-text);
    text-decoration: none;
}

.wc-block-cart__totals-title,
.wc-block-components-totals-coupon,
.wc-block-components-totals-shipping,
.wc-block-components-totals-footer-item {
    border-color: var(--color-brand-grey-light);
}

.wc-block-cart__totals-title {
    margin-bottom: 24px;
}

.wc-block-components-sidebar-layout .wc-block-cart__totals-title {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.wc-block-components-totals-wrapper {
    border: 0;
}

.wc-block-components-totals-footer-item {
    margin-top: 24px;
    padding: 28px 40px;
    border: 2px solid #06183d;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: 700;
}

.wc-block-cart__submit-button {
    min-height: 44px;
    background: var(--color-brand-green);
    color: var(--color-brand-white);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.wc-block-cart__submit-button:hover {
    background: var(--color-brand-yellow);
    color: var(--color-brand-text);
}

.rd-single-product {
    padding-bottom: 56px;
}

.rd-single-product__breadcrumbs a {
    color: var(--color-brand-text);
    text-decoration: none;
    transition: color .2s ease;
}

.rd-single-product__breadcrumbs a:hover,
.rd-single-product__breadcrumbs strong {
    color: var(--color-brand-green);
}

.rd-single-product__buy .quantity {
    display: inline-flex;
    align-items: center;
}

.rd-single-product__buy input.qty {
    width: 62px;
    border: 0;
    background: transparent;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 800;
    text-align: center;
}

.rd-single-product__description {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.8;
}

.rd-related-product__buy .quantity {
    display: inline-flex;
}

.rd-related-product__buy input.qty {
    width: 44px;
    border: 0;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-weight: 800;
    text-align: center;
}

.rd-category-product__buy .quantity {
    display: inline-flex;
}

.rd-category-product__buy input.qty {
    width: 44px;
    border: 0;
    background: transparent;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-weight: 800;
    text-align: center;
}

.wp-block-woocommerce-cart-order-summary-block {
    border: 0;
}

@media (max-width: 900px) {
    .wc-block-components-sidebar-layout {
        display: block;
    }

    .wc-block-cart__main,
    .wc-block-cart__sidebar {
        width: 100%;
        padding: 0;
    }
}

.woocommerce-account main.container {
    padding-top: 0 !important;
}

.woocommerce-account main.container.py-12 {
    padding-top: 0 !important;
}

.woocommerce-account #content .col-full,
.woocommerce-account .entry-content {
    margin-top: 0;
}

.woocommerce-account article > h1 {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.rd-account {
    padding: 0 0 80px;
}

.rd-account-nav {
    margin-bottom: 0;
    background: var(--color-brand-grey-light);
    width: 100%;
}

.woocommerce-account .rd-account {
    padding-top: 36px;
}

.rd-account-nav ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rd-account-nav a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.rd-account-nav a:hover,
.rd-account-nav .is-active a,
.rd-account-nav a[aria-current="page"] {
    color: var(--color-brand-green) !important;
}

.rd-account-page h1 {
    margin: 0 0 36px;
    color: var(--color-brand-text);
    font-family: var(--font-loos-wide);
    font-size: clamp(32px, 3vw, 43px);
    font-weight: 900;
    line-height: 1.1;
}

.rd-account-page h2 {
    margin: 0 0 16px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 900;
}

.rd-account-overview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
    margin-bottom: 72px;
}

.rd-account-overview section {
    display: grid;
    align-content: start;
    gap: 28px;
}

.rd-account-overview dl,
.rd-account-order-meta {
    display: grid;
    gap: 10px;
    margin: 0;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
}

.rd-account-overview dl div,
.rd-account-order-meta div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
}

.rd-account-overview dt,
.rd-account-order-meta dt {
    font-weight: 700;
}

.rd-account-overview dd,
.rd-account-order-meta dd {
    margin: 0;
}

.rd-account-toggle {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
}

.rd-account-toggle input {
    width: 34px;
    height: 18px;
    accent-color: var(--color-brand-green);
}

.rd-account-checklist {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
    list-style: none;
}

.rd-account-checklist li::before {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border: 2px solid var(--color-brand-green);
    color: var(--color-brand-green);
    content: "✓";
    font-weight: 900;
    line-height: 1;
}

.rd-account-logo-form {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
}

.rd-account-logo-form input {
    display: none;
}

.rd-account-logo-form button,
.rd-account-small-button,
.rd-account-user-form button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--color-brand-green);
    color: var(--color-brand-white);
    cursor: pointer;
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 900;
    padding: 0 24px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.rd-account-small-button,
.rd-account-small-button:visited,
.rd-account-small-button:active,
.rd-account-small-button:focus {
    color: var(--color-brand-white) !important;
}

.rd-account-logo-form button:hover,
.rd-account-small-button:hover,
.rd-account-user-form button:hover {
    background: var(--color-brand-yellow);
    color: var(--color-black) !important;
}

.rd-account-dashboard-grid {
    display: grid;
    grid-template-columns: 470px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.rd-account-chart {
    min-height: 470px;
    border: 1px solid var(--color-brand-grey-dark);
    padding: 34px 38px;
}

.rd-account-chart-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 60px;
}

.rd-account-chart-head div {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 700;
}

.rd-account-chart-head span {
    width: 18px;
    height: 18px;
    background: var(--color-brand-green);
}

.rd-account-chart-head span:last-of-type {
    background: var(--color-brand-grey-light);
}

.rd-account-chart-bars {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 12px;
    align-items: end;
    min-height: 220px;
}

.rd-account-chart-bars div {
    display: grid;
    justify-items: center;
    gap: 14px;
}

.rd-account-chart-bars span {
    display: block;
    width: 18px;
    background: var(--color-brand-green);
}

.rd-account-chart-bars em {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 12px;
    font-style: normal;
}

.rd-account-title-row,
.rd-account-order-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
}

.rd-account-search {
    display: flex;
    width: min(390px, 100%);
    border: 1px solid var(--color-brand-grey-dark);
}

.rd-account-search input {
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
}

.rd-account-search button {
    width: 48px;
    overflow: hidden;
    color: transparent;
    cursor: pointer;
}

.rd-account-search button::before {
    color: var(--color-brand-text);
    content: "⌕";
    font-size: 24px;
}

.rd-account-table {
    width: 100%;
    margin: 0 0 44px;
    border-collapse: collapse;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 13px;
}

.rd-account-table th {
    padding: 12px 16px;
    border-bottom: 4px solid var(--color-brand-yellow);
    background: var(--color-brand-grey-light);
    font-weight: 900;
    text-align: left;
}

.rd-account-table td {
    padding: 14px 16px;
    vertical-align: middle;
}

.rd-account-table a:not(.rd-account-small-button) {
    color: var(--color-brand-text);
    font-weight: 900;
}

.rd-account-table a:not(.rd-account-small-button):hover,
.rd-account-status {
    color: var(--color-brand-green) !important;
}

.rd-account-pdf {
    color: #e53935;
    font-weight: 900;
}

.rd-account-user-form {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 360px);
    gap: 120px;
    margin-bottom: 48px;
}

.rd-account-user-form section {
    display: grid;
    align-content: start;
    gap: 14px;
}

.rd-account-user-form label,
.rd-account-user-form p {
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 13px;
}

.rd-account-user-details {
    display: grid;
    gap: 10px;
    margin: 0;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 15px;
}

.rd-account-user-details div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 12px;
}

.rd-account-user-details dt,
.rd-account-user-details dd {
    margin: 0;
}

.rd-account-user-form input {
    min-height: 38px;
    border-bottom: 1px solid var(--color-brand-grey-dark);
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
    font-size: 14px;
}

.rd-account-user-form input[type="hidden"] {
    display: none;
}

.rd-account-password-field {
    position: relative;
}

.rd-account-password-field input {
    width: 100%;
    padding-right: 42px;
}

.rd-account-password-field button {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 38px;
    min-height: 38px;
    padding: 0;
    background: transparent;
    color: var(--color-brand-text);
    font-size: 18px;
}

.rd-account-password-field button,
.rd-account-password-field button:hover {
    background: transparent !important;
    color: var(--color-brand-text) !important;
}

.rd-account-password-field svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.rd-password-eye-slash {
    display: none;
}

.rd-account-password-field button.is-visible .rd-password-eye-slash {
    display: block;
}

.rd-account-user-form button {
    justify-self: start;
    margin-top: 8px;
}

.rd-account-outline-button,
.rd-account-yellow-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.rd-account-outline-button {
    border: 1px solid #ff3b30;
    color: #ff3b30;
}

.rd-account-yellow-button {
    background: var(--color-brand-yellow);
    color: var(--color-black);
}

.rd-account-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 32px;
}

.rd-account-order-meta div {
    display: flex;
    gap: 8px;
}

.rd-account-product-cell {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.rd-account-product-cell img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.rd-account-order-bottom {
    display: grid;
    grid-template-columns: 470px minmax(360px, 1fr);
    gap: 48px;
    align-items: start;
}

.rd-account-order-summary {
    justify-self: end;
    width: min(520px, 100%);
    border: 2px solid #06183d;
    padding: 28px 36px;
    color: var(--color-brand-text);
    font-family: var(--font-montserrat);
}

.rd-account-order-summary div {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 8px;
}

.rd-account-order-summary div:first-child {
    font-size: 20px;
}

@media (max-width: 1100px) {
    .rd-account-overview,
    .rd-account-dashboard-grid,
    .rd-account-user-form,
    .rd-account-order-bottom {
        grid-template-columns: 1fr;
    }

    .rd-account-order-summary {
        justify-self: stretch;
    }
}

@media (max-width: 760px) {
    .header-account-nav-bar {
        overflow: hidden;
    }

    .rd-account-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .rd-account-nav ul {
        width: max-content;
        min-width: 100%;
    }

    .rd-account-nav li {
        flex: 0 0 auto;
    }

    .rd-account-nav a {
        min-width: 128px;
        justify-content: flex-start;
        padding-right: 18px;
        padding-left: 18px;
        white-space: nowrap;
    }

    .rd-account-title-row,
    .rd-account-order-head,
    .rd-account-chart-head {
        flex-direction: column;
    }

    .rd-account-table,
    .rd-account-table tbody,
    .rd-account-table tr,
    .rd-account-table td {
        display: block;
        width: 100%;
    }

    .rd-account-table thead {
        display: none;
    }

    .rd-account-chart-bars {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
