/*!
Theme Name: 独立站定制版
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: 西西里没有日落
Author URI: https://example.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.4.150
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.3
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

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

body.page-template-page-contact-us {
    background: #f6f7fb;
}

body.page-template-page-contact-us .content-container.site-container {
    max-width: none;
}

body.page-template-page-royal-about {
    background: #ffffff;
}

body.page-template-page-royal-about .content-container.site-container {
    max-width: none;
}

body:not(.page-template-page-royal-home) .entry-content {
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.85;
}

body:not(.page-template-page-royal-home) .entry-content > * + * {
    margin-top: clamp(14px, 1.6vw, 22px);
}

body:not(.page-template-page-royal-home) .entry-content h1,
body:not(.page-template-page-royal-home) .entry-content h2,
body:not(.page-template-page-royal-home) .entry-content h3 {
    margin-bottom: clamp(10px, 1.2vw, 16px);
}

body:not(.page-template-page-royal-home) .entry-content ul,
body:not(.page-template-page-royal-home) .entry-content ol {
    padding-left: 1.2em;
}

@media (min-width: 1025px) {
    body:not(.page-template-page-royal-home) .content-container.site-container {
        padding-left: 28px;
        padding-right: 28px;
    }
}

body .royal-about-hero {
    background-color: #0b1220;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: clamp(90px, 12vw, 150px) 0;
    margin: 0;
}

body .royal-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.35) 55%, rgba(15, 23, 42, 0.05) 100%);
}

body .royal-about-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body .royal-about-hero-title {
    margin: 0;
    max-width: 760px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: 0.01em;
}

body .royal-about-content {
    padding: 76px 0 118px;
}

body .royal-about-content-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
}

body .royal-about-content-inner p {
    margin: 0 0 18px;
}

body.page-template-page-royal-faq {
    background: #ffffff;
}

body.page-template-page-royal-faq .content-container.site-container {
    max-width: none;
}

body.page-template-page-royal-blog {
    background: #ffffff;
}

body.page-template-page-royal-blog .content-container.site-container {
    max-width: none;
}

body.page-template-page-royal-blog .royal-blog-page-hero {
    background-color: #0b1220;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: clamp(72px, 12vw, 150px) 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

body.page-template-page-royal-blog .royal-blog-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.35) 55%, rgba(15, 23, 42, 0.05) 100%);
}

body.page-template-page-royal-blog .royal-blog-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body.page-template-page-royal-blog .royal-blog-page-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.08;
    color: #ffffff;
}

body .royal-blog-page-main {
    padding: 72px 0 120px;
}

body .royal-blog-page-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 44px;
}

body .royal-blog-page-filter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 18px;
    height: fit-content;
}

body .royal-blog-page-filter-title {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
    margin-bottom: 12px;
}

body .royal-blog-page-filter-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .royal-blog-page-filter-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    text-decoration: none;
    color: #111827;
    font-weight: 700;
    font-size: 13px;
}

body .royal-blog-page-filter-item.is-active {
    border-color: #a07d50;
    box-shadow: 0 0 0 3px rgba(160, 125, 80, 0.16);
}

body .royal-blog-page-content {
    min-width: 0;
}

body .royal-blog-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

body .royal-blog-page-card {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body .royal-blog-page-card-media {
    display: block;
    width: 100%;
    background: #f3f4f6;
}

body .royal-blog-page-card-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

body .royal-blog-page-card-body {
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

body .royal-blog-page-card-meta {
    font-size: 12px;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.62);
    margin-bottom: 10px;
}

body .royal-blog-page-card-title {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.15;
    color: #0f172a;
}

body .royal-blog-page-card-title a {
    color: inherit;
    text-decoration: none;
}

body .royal-blog-page-card-excerpt {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(15, 23, 42, 0.78);
    margin-bottom: 16px;
}

body .royal-blog-page-card-readmore {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-decoration: none;
    width: fit-content;
}

body .royal-blog-page-card-readmore:hover {
    background: #f9fafb;
}

body .royal-blog-page-empty {
    border: 1px dashed #d1d5db;
    padding: 22px;
    color: #475467;
    font-weight: 700;
}

body .royal-blog-page-pagination {
    margin-top: 26px;
    position: relative;
    padding: 0 84px;
}

body .royal-blog-page-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

body .royal-blog-page-pagination .page-numbers a,
body .royal-blog-page-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    border-radius: 999px;
}

body .royal-blog-page-pagination .page-numbers .current {
    background: #7b4f63;
    color: #ffffff;
}

body .royal-blog-page-pagination .page-numbers a:hover {
    background: rgba(15, 23, 42, 0.06);
}

body .royal-blog-page-pagination .page-numbers .prev,
body .royal-blog-page-pagination .page-numbers .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: 1px solid rgba(15, 23, 42, 0.42);
    background: #ffffff;
    color: #111827;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

body .royal-blog-page-pagination .page-numbers .prev {
    left: 0;
}

body .royal-blog-page-pagination .page-numbers .next {
    right: 0;
}

body .royal-blog-page-pagination .page-numbers .prev:hover,
body .royal-blog-page-pagination .page-numbers .next:hover {
    background: #f9fafb;
}

body .royal-blog-page-pagination .page-numbers .dots {
    width: auto;
    padding: 0 6px;
    border-radius: 0;
}

@media (max-width: 1024px) {
    body .royal-blog-page-inner {
        grid-template-columns: 1fr;
    }
    body .royal-blog-page-filter {
        padding: 14px;
    }
    body .royal-blog-page-filter-list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    body .royal-blog-page-filter-item {
        flex: 0 0 auto;
    }
}

@media (max-width: 900px) {
    body .royal-blog-page-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    body .royal-blog-page-card-media img {
        height: 190px;
    }
    body .royal-blog-page-pagination {
        padding: 0 74px;
    }
    body .royal-blog-page-pagination .page-numbers .prev,
    body .royal-blog-page-pagination .page-numbers .next {
        width: 52px;
        height: 52px;
        font-size: 26px;
    }
}

body.page-template-page-royal-track-order {
    background: #ffffff;
}

body.page-template-page-royal-track-order .content-container.site-container {
    max-width: none;
}

body .royal-track-order-page {
    padding: 80px 0 126px;
}

body .royal-track-order-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body .royal-track-order-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    color: #101828;
}

body .royal-track-order-subtitle {
    margin: 16px auto 0;
    max-width: 720px;
    color: rgba(15, 23, 42, 0.72);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
}

body .royal-track-order-card {
    margin: 34px auto 0;
    max-width: 640px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    text-align: left;
}

body .royal-track-order-card-head {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    font-weight: 700;
    font-size: 22px;
    color: #101828;
}

body .royal-track-order-card-body {
    padding: 24px 22px 26px;
}

body .royal-track-order-card-intro {
    color: rgba(15, 23, 42, 0.72);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 18px;
}

body .royal-track-order-alert {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #991b1b;
    padding: 12px 14px;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 16px;
}

body .royal-track-order-form {
    display: grid;
    gap: 18px;
}

body .royal-track-order-field {
    margin: 0;
}

body .royal-track-order-label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #101828;
    margin-bottom: 8px;
}

body .royal-track-order-label .required {
    color: #dc2626;
    margin-left: 4px;
}

body .royal-track-order-input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    outline: none;
}

body .royal-track-order-input:focus,
body .royal-track-order-input:focus-visible {
    border-color: #a07d50;
    box-shadow: 0 0 0 3px rgba(160, 125, 80, 0.18);
}

body .royal-track-order-submit {
    width: 168px;
    height: 44px;
    border: 0;
    background: #a07d50;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

body .royal-track-order-submit:hover {
    filter: brightness(0.95);
}

body .royal-track-order-result {
    margin: 26px auto 0;
    max-width: 1100px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    text-align: left;
}

body .royal-track-order-result-head {
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body .royal-track-order-result-title {
    font-weight: 800;
    font-size: 16px;
    color: #101828;
}

body .royal-track-order-result-badge {
    border: 1px solid rgba(160, 125, 80, 0.4);
    background: rgba(160, 125, 80, 0.08);
    color: #7a5a2d;
    padding: 6px 10px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body .royal-track-order-result-meta {
    padding: 18px 22px 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body .royal-track-order-meta-item {
    border: 1px solid #e5e7eb;
    padding: 12px 12px;
}

body .royal-track-order-meta-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.62);
    margin-bottom: 6px;
}

body .royal-track-order-meta-value {
    font-size: 14px;
    font-weight: 700;
    color: #101828;
}

body .royal-track-order-items {
    padding: 18px 22px 22px;
}

body .royal-track-order-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
}

body .royal-track-order-table th,
body .royal-track-order-table td {
    padding: 12px 12px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
    font-size: 13px;
}

body .royal-track-order-table thead th {
    background: #ffffff;
    font-weight: 800;
    color: #101828;
}

body .royal-track-order-table tfoot th {
    font-weight: 800;
    color: #101828;
}

body .royal-track-order-col-qty,
body .royal-track-order-col-total {
    white-space: nowrap;
    text-align: right;
}

@media (max-width: 780px) {
    body .royal-track-order-page {
        padding: 46px 0 76px;
    }
    body .royal-track-order-card-head {
        font-size: 20px;
    }
    body .royal-track-order-result-meta {
        grid-template-columns: 1fr;
        padding: 16px 16px 0;
    }
    body .royal-track-order-items {
        padding: 16px 16px 16px;
    }
    body .royal-track-order-result-head {
        padding: 16px 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    body .royal-track-order-card-body {
        padding: 18px 16px 20px;
    }
    body .royal-track-order-card-head {
        padding: 16px 16px;
    }
}

body.page-template-page-royal-faq .royal-faq-page-hero {
    background-color: #0b1220;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: clamp(72px, 12vw, 150px) 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

body.page-template-page-royal-faq .royal-faq-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.35) 55%, rgba(15, 23, 42, 0.05) 100%);
}

body.page-template-page-royal-faq .royal-faq-page-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body.page-template-page-royal-faq .royal-faq-page-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.08;
    color: #ffffff;
}

body .royal-faq-page-main {
    padding: 72px 0 120px;
}

body .royal-faq-page-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

body .royal-faq-page-intro {
    margin: 0 0 34px;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.85;
    font-weight: 600;
}

body .royal-faq-page-list {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

body.page-template-page-contact-us .royal-contact-hero {
    background-color: #0b1220;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: clamp(64px, 11vw, 140px) 0;
    margin: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

body.page-template-page-contact-us .royal-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.35) 55%, rgba(15, 23, 42, 0.05) 100%);
}

body.page-template-page-contact-us .royal-contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body.page-template-page-contact-us .royal-contact-page-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: clamp(32px, 4.2vw, 56px);
    line-height: 1.08;
    color: #ffffff;
}

body.page-template-page-contact-us .royal-contact-main {
    padding: 76px 0 120px;
}

body.page-template-page-contact-us .royal-contact-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

body.page-template-page-contact-us .royal-contact-heading {
    margin: 0 0 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    color: #0f172a;
}

body.page-template-page-contact-us .royal-contact-copy {
    color: #1f2937;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
}

body.page-template-page-contact-us .royal-contact-copy p {
    margin: 0 0 14px;
}

body.page-template-page-contact-us .royal-contact-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    margin: 34px 0 34px;
}

body.page-template-page-contact-us .royal-contact-info-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #eef0f8;
    border-radius: 2px;
    color: #0f172a;
    font-weight: 600;
    font-size: 15px;
}

body.page-template-page-contact-us .royal-contact-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111b5d;
    color: #fff;
    border-radius: 999px;
    flex: 0 0 auto;
}

body.page-template-page-contact-us .royal-contact-info-text {
    display: inline-block;
}

body.page-template-page-contact-us .royal-contact-form {
    margin-top: 10px;
}

body.page-template-page-contact-us .royal-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 26px;
}

body.page-template-page-contact-us .royal-contact-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.page-template-page-contact-us .royal-contact-field-full {
    grid-column: 1 / -1;
}

body.page-template-page-contact-us .royal-contact-field label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
}

body.page-template-page-contact-us .royal-contact-required {
    font-size: 11px;
    letter-spacing: 0.04em;
    color: #0f172a;
}

body.page-template-page-contact-us .royal-contact-field input,
body.page-template-page-contact-us .royal-contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6d6ea;
    border-radius: 4px;
    padding: 12px 14px;
    font-size: 15px;
    color: #0f172a;
}

body.page-template-page-contact-us .royal-contact-field input {
    height: 48px;
}

body.page-template-page-contact-us .royal-contact-field textarea {
    resize: vertical;
    min-height: 190px;
}

body.page-template-page-contact-us .royal-contact-submit {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

body.page-template-page-contact-us .royal-contact-submit-btn {
    min-width: 260px;
    height: 56px;
    border-radius: 6px;
    border: 0;
    background: #7a4a60;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-size: 14px;
    padding: 0 26px;
}

body.page-template-page-contact-us .royal-contact-submit-btn:hover {
    background: #6b4053;
}

body.page-template-page-contact-us .royal-contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

body.page-template-page-royal-home .content-container.site-container,
body.page-template-page-royal-home .content-area,
body.page-template-page-royal-home .site-main {
    padding-top: 0;
}

body.page-template-page-royal-home .content-area {
    margin-top: 0 !important;
}

body.page-template-page-royal-home #masthead {
    z-index: 30;
}

body.page-template-page-royal-home .site-header,
body.page-template-page-royal-home .site-header-row-container {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.page-template-page-royal-home .site-bottom-header-wrap,
body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row-container,
body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row-container-inner,
body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row-container-inner,
body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row-container {
    padding-top: 0 !important;
}

body.page-template-page-royal-home #masthead .site-bottom-header-inner-wrap {
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.page-template-page-royal-home .site-bottom-header-wrap .site-header-row-container-inner > .site-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.page-template-page-royal-home .royal-topbar-inner {
    padding: clamp(8px, 1.4vw, 14px) 24px 0;
}

body .royal-topbar {
    background: #ffffff;
    border-bottom: 0;
}

body .royal-topbar-strip {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.02em;
    background: #111827;
    border-bottom: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    line-height: 1.4;
    position: relative;
    z-index: 20;
}

body .royal-topbar-strip-inner {
    max-width: none;
    margin: 0;
    padding: 8px clamp(14px, 2.2vw, 28px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    text-align: center;
}

body .royal-topbar-strip-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
    transform: translateX(var(--royal-topstrip-offset, 0px));
}

body .royal-topbar-strip-right {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin-left: auto;
}

body .royal-topbar-right-menu {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body .royal-topbar-right-menu > li {
    margin: 0;
    padding: 0;
}

body .royal-topbar-right-menu > li > a {
    color: inherit;
    text-decoration: none;
}

body .royal-topbar-right-menu > li > a:hover {
    text-decoration: underline;
}

body .royal-topbar-strip a {
    color: inherit;
    text-decoration: none;
}

body .royal-topbar-strip a:hover {
    text-decoration: underline;
}

body .royal-topbar-inner {
    max-width: none;
    margin: 0;
    padding: clamp(26px, 3vw, 40px) clamp(14px, 2.2vw, 28px);
    display: grid;
    grid-template-columns: auto minmax(420px, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 2.6vw, 52px);
    grid-template-areas: "branding search actions";
}

body .royal-topbar-branding {
    display: flex;
    flex-direction: column;
    gap: 6px;
    grid-area: branding;
    justify-self: start;
}

body .royal-topbar-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: clamp(15px, 1.4vw, 17px);
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.02em;
}

body .royal-topbar-phone {
    color: #111827;
    text-decoration: none;
    font-weight: 700;
}

body .royal-topbar-left-text {
    color: inherit;
    text-decoration: none;
}

body .royal-topbar-tagline {
    font-size: clamp(15px, 1.4vw, 17px);
    font-weight: 600;
    color: #6b7280;
    letter-spacing: 0.04em;
}

body .royal-topbar-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

body .royal-topbar-logo-img {
    max-height: clamp(64px, 6vw, 86px);
    width: auto;
    display: block;
}

body .royal-topbar-logo-text {
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 800;
    color: #111827;
}

body .royal-topbar-actions {
    display: inline-flex;
    align-items: center;
    gap: clamp(16px, 2.4vw, 28px);
    grid-area: actions;
    justify-self: end;
}

body .royal-topbar-search {
    grid-area: search;
    width: 100%;
    max-width: none;
    justify-self: stretch;
}

@media (min-width: 901px) {
    body .royal-topbar-inner {
        grid-template-columns: auto minmax(420px, 1fr) auto;
        grid-template-areas: "branding search actions";
    }
    body .royal-topbar-meta {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    body .royal-topbar-actions {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1400px) {
    body .royal-topbar-inner {
        max-width: none;
    }
}

body .royal-topbar-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    text-decoration: none;
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: 700;
}

body .royal-topbar-action-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

body .royal-topbar-action-title {
    font-size: clamp(14px, 1.3vw, 16px);
}

body .royal-topbar-action-subtitle {
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 600;
    color: #6b7280;
}

body .royal-topbar-action-icon {
    width: clamp(44px, 4vw, 54px);
    height: clamp(44px, 4vw, 54px);
    border-radius: 999px;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111827;
}

body .royal-topbar-cart-count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #d7262e;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .royal-topbar-search .royal-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #e5e7eb;
    border-radius: 2px;
    padding: 0 12px;
    background: #ffffff;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
}

body .royal-topbar-search .royal-search-field {
    flex: 1;
    order: 1;
    border: 0;
    outline: none;
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #111827;
    min-width: 0;
}

body .royal-topbar-search .royal-search-field::placeholder {
    font-size: 13px;
}

body .royal-topbar-search .royal-search-submit {
    order: 0;
    border: 0;
    background: transparent;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

@media (max-width: 900px) {
    body .royal-topbar-inner {
        grid-template-columns: 1fr;
        grid-template-areas: "branding" "search" "actions";
        align-items: flex-start;
        padding: 16px 18px;
        gap: 12px;
    }
    body.page-template-page-royal-home .royal-topbar-inner {
        padding: 10px 18px 0;
    }
    body .royal-topbar-search {
        width: 100%;
        max-width: none;
        justify-self: stretch;
    }
    body .royal-topbar-actions {
        flex-wrap: wrap;
        gap: 12px 16px;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    body .royal-topbar-inner {
        grid-template-columns: 1fr auto;
        grid-template-areas: "branding actions" "search search";
        align-items: center;
        row-gap: 14px;
    }
    body .royal-topbar-search {
        max-width: none;
        justify-self: stretch;
    }
}

body .royal-home-notice {
    background: transparent;
    color: var(--royal-notice-text, #ffffff);
    font-size: clamp(13px, 1vw, 14px);
    font-weight: 600;
    position: relative;
    z-index: 10;
}

body .royal-home-notice-inner {
    background: var(--royal-notice-bg, #101828);
    max-width: var(--global-content-width);
    margin: 0 auto;
    padding: 8px var(--global-content-edge-padding);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}

body .royal-home-notice a {
    color: var(--royal-notice-link, #ffffff);
    text-decoration: underline;
    font-weight: 700;
    white-space: nowrap;
}

body .royal-home-slider-section {
    background: var(--royal-slider-bg, #f8f6fb);
    padding: 0;
    margin-top: 0;
}

body .royal-home-slider-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

body.page-template-page-royal-home .royal-home-slider-section {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

body .royal-home-slider {
    max-width: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: var(--royal-home-slider-height, 100vh);
    height: var(--royal-home-slider-height, 100svh);
    position: relative;
}

body .royal-home-slider.splide {
    visibility: visible !important;
}

body .royal-home-slider:not(.is-initialized) .splide__list {
    display: flex;
}

body .royal-home-slider:not(.is-initialized) .splide__slide {
    flex: 0 0 100%;
}

body .royal-home-slider:not(.is-initialized) .splide__slide:not(:first-child) {
    display: none;
}

body .royal-home-slider .splide__track,
body .royal-home-slider .splide__list,
body .royal-home-slider .splide__slide {
    height: 100%;
}

body .royal-home-slider.is-initialized .splide__list {
    display: flex !important;
}

body .royal-home-slider.splide--fade .splide__list {
    transition: none !important;
}

body .royal-home-slider.splide--fade .splide__slide {
    width: 100% !important;
}

body .royal-home-slide {
    background: var(--royal-slider-bg, #f8f6fb);
    border-radius: 0;
    overflow: hidden;
}


body .royal-home-slide-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body .royal-home-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body .royal-home-slider.splide[data-slider-dots=true] {
    margin-bottom: 0;
}

body .royal-home-slider .splide__arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.45);
    color: #ffffff;
    border: 0;
    opacity: 1;
    z-index: 2;
}

body .royal-home-slider .splide__arrows {
    display: block;
}

body .royal-home-slider .splide__arrow svg {
    fill: currentColor;
}

body .royal-home-slider .splide__arrow:focus,
body .royal-home-slider .splide__arrow:focus-visible {
    outline: none;
    box-shadow: none;
}

body .royal-home-slider .splide__arrow:disabled {
    opacity: 0.4;
}

body .royal-home-slider .splide__arrow--prev {
    left: 12px;
}

body .royal-home-slider .splide__arrow--next {
    right: 12px;
}

body .royal-home-slider .splide__pagination {
    display: none;
}

@media (max-width: 640px) {
    body .royal-home-notice-inner {
        padding: 10px 16px;
    }
    body .royal-home-slider .splide__arrow {
        width: 38px;
        height: 38px;
        background: rgba(0, 0, 0, 0.4);
    }
    body .royal-home-slider .splide__arrow--prev {
        left: 8px;
    }
    body .royal-home-slider .splide__arrow--next {
        right: 8px;
    }
}

body .royal-footer-bottomline {
    background: #111827;
    color: #d1d5db;
}

body .royal-footer-bottomline-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body .royal-footer-copyright {
    font-size: 12px;
    font-weight: 600;
}

body .royal-footer-payment-icons {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

body .royal-footer-payment-icons img {
    height: 26px;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    body .royal-footer-bottomline-inner {
        justify-content: center;
        text-align: center;
    }
}

body .royal-footer-featurebar {
    background: #020040;
}

body .royal-footer-featurebar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

body .royal-footer-featurebar-item {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
    min-height: 66px;
}

body .royal-footer-featurebar-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: inherit;
    text-decoration: none;
    width: 100%;
}

body .royal-footer-featurebar-link:hover {
    text-decoration: underline;
}

body .royal-footer-featurebar-icon {
    width: 49px;
    height: 49px;
    border-radius: 999px;
    background: #ffffff;
    color: #020040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

body .royal-footer-featurebar-icon img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

body .royal-footer-featurebar-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body .royal-footer-featurebar-title {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2px;
}

body .royal-footer-featurebar-desc {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    opacity: 0.92;
}

body .royal-newsletter {
    background: #ffffff;
    border-top: 1px solid #ececf2;
    border-bottom: 1px solid #ececf2;
}

body .royal-newsletter-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

body .royal-newsletter-copy {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

body .royal-newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .royal-newsletter-input {
    width: 280px;
    max-width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    outline: none;
}

body .royal-newsletter-input:focus,
body .royal-newsletter-input:focus-visible {
    border-color: #a07d50;
    box-shadow: 0 0 0 3px rgba(160, 125, 80, 0.18);
}

body .royal-newsletter-submit {
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #a07d50;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
}

body .royal-newsletter-submit:hover {
    filter: brightness(0.95);
}

body .royal-newsletter-message {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
}

body .royal-newsletter-message-success {
    color: #16a34a;
}

body .royal-newsletter-message-error {
    color: #dc2626;
}

body .royal-home-blog {
    background: #ffffff;
    padding: 44px 0 40px;
}

body .royal-home-blog-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body .royal-home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body .royal-blog-card {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    overflow: hidden;
    padding: 0;
}

body .royal-blog-card-media {
    display: block;
    width: 100%;
    background: #f3f4f6;
}

body .royal-blog-card-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

body .royal-blog-card-body {
    padding: 22px 20px;
}

body .royal-blog-card-title {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.15;
    color: #0f172a;
}

body .royal-blog-card-title a {
    text-decoration: none;
    color: inherit;
}

body .royal-blog-card-excerpt {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(15, 23, 42, 0.78);
    margin-bottom: 16px;
}

body .royal-blog-card-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #111827;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-decoration: none;
}

body .royal-blog-card-readmore:hover {
    background: #f9fafb;
}

@media (max-width: 900px) {
    body .royal-footer-featurebar-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 18px 24px;
    }
    body .royal-footer-featurebar-item {
        width: 100%;
        justify-content: flex-start;
    }
    body .royal-footer-featurebar-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-content: center;
        text-align: center;
    }
    body .royal-home-blog {
        padding: 34px 0 30px;
    }
    body .royal-home-blog-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 520px) {
    body .royal-footer-featurebar-item {
        justify-content: flex-start;
    }
    body .royal-footer-featurebar-inner {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 680px) {
    body .royal-newsletter-inner {
        justify-content: center;
        text-align: center;
    }
    body .royal-newsletter-form {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    body .royal-newsletter-input {
        flex: 1 1 220px;
        width: 100%;
    }
    body .royal-newsletter-submit {
        flex: 0 0 auto;
        width: 100%;
    }
}

body .royal-home-faq {
    background: #ffffff;
    padding: 52px 0 40px;
}

body .royal-home-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 330px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body .royal-home-faq-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body .royal-home-faq-panel {
    padding: clamp(30px, 4.5vw, 52px) clamp(20px, 3.8vw, 46px);
}

body .royal-home-faq-heading {
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
}

body .royal-home-faq-list {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

body .royal-home-faq-item {
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

body .royal-home-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}

body .royal-home-faq-question {
    font-size: 12.5px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.4;
}

body .royal-home-faq-icon {
    width: 14px;
    height: 14px;
    position: relative;
    flex: 0 0 auto;
    opacity: 0.8;
}

body .royal-home-faq-icon::before,
body .royal-home-faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 2px;
    background: #0f172a;
    transform: translate(-50%, -50%);
}

body .royal-home-faq-icon::after {
    width: 2px;
    height: 9px;
}

body .royal-home-faq-trigger[aria-expanded="true"] .royal-home-faq-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
}

body .royal-home-faq-answer {
    padding: 0 0 12px;
    font-size: 11.25px;
    line-height: 1.85;
    color: rgba(15, 23, 42, 0.75);
}

body .royal-shop-faq {
    background: #ffffff;
    padding: 40px 0 60px;
}

body .royal-shop-faq .royal-home-faq-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    max-width: 1200px;
    margin: 0 auto;
}

body .royal-shop-faq .royal-home-faq-media {
    display: none;
}

body .royal-home-faq-answer p {
    margin: 0 0 10px;
}

body .royal-home-styles {
    background: #ffffff;
    padding: 52px 0 40px;
}

body .royal-home-styles-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body .royal-home-styles-heading {
    margin: 0 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
}

body .royal-home-styles-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

body .royal-home-styles-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

body .royal-home-styles-media {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
}

body .royal-home-styles-media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

body .royal-home-styles-media-placeholder {
    display: block;
    width: 100%;
    height: 230px;
    background: #f3f4f6;
}

body .royal-home-styles-title {
    display: block;
    margin: 18px 0 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.15;
    color: #0f172a;
}

body .royal-home-styles-text {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.8;
    color: #6b7280;
}

@media (max-width: 1024px) {
    body .royal-home-styles {
        padding: 40px 0 28px;
    }
    body .royal-home-styles-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    body .royal-home-styles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
    body .royal-home-styles-media img,
    body .royal-home-styles-media-placeholder {
        height: 240px;
    }
}

@media (max-width: 520px) {
    body .royal-home-styles-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body .royal-home-styles-media img,
    body .royal-home-styles-media-placeholder {
        height: 220px;
    }
    body .royal-home-styles-title {
        font-size: 20px;
    }
}

body .royal-home-samples {
    background: #ffffff;
    background-image: none;
    background-size: auto;
    padding: 52px 0 40px;
}

body .royal-home-samples-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body .royal-home-samples-title {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
}

body .royal-home-samples-subtitle {
    margin: 0 auto 6px;
    max-width: 860px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

body .royal-home-samples-content {
    margin: 0 auto 18px;
    max-width: 860px;
    font-size: 14px;
    line-height: 1.7;
    color: #334155;
}

body .royal-home-samples-content p {
    margin: 0;
}

body .royal-home-samples-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}

body .royal-home-samples-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 26px;
    border-radius: 6px;
    border: 1px solid #b28a57;
    background: transparent;
    color: #b28a57;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

body .royal-home-samples-btn:hover {
    filter: brightness(0.96);
}

body .royal-home-samples-slider {
    position: relative;
    padding: 0 46px;
}

body .royal-home-samples-slider .splide__track {
    overflow: visible;
}

body .royal-home-samples-card {
    display: block;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
}

body .royal-home-samples-card-media {
    display: block;
    width: 100%;
    padding: 22px 22px 8px;
    box-sizing: border-box;
}

body .royal-home-samples-card-media img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    display: block;
    background: #ffffff;
}

body .royal-home-samples-card-title {
    display: block;
    border-top: 1px solid #eef2f7;
    padding: 14px 12px;
    font-weight: 600;
    font-size: 13px;
    color: #334155;
}

body .royal-home-samples-slider .splide__arrow {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #d1d5db;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    opacity: 1;
}

body .royal-home-samples-slider .splide__arrow svg {
    fill: #6b7280;
}

body .royal-home-samples-slider .splide__arrow--prev {
    left: 6px;
}

body .royal-home-samples-slider .splide__arrow--next {
    right: 6px;
}

@media (max-width: 900px) {
    body .royal-home-samples {
        padding: 40px 0 28px;
    }
    body .royal-home-samples-title {
        font-size: 24px;
    }
    body .royal-home-samples-slider {
        padding: 0 40px;
    }
    body .royal-home-samples-card-media img {
        height: 170px;
    }
}

@media (max-width: 520px) {
    body .royal-home-samples-slider {
        padding: 0 34px;
    }
    body .royal-home-samples-card-media img {
        height: 160px;
    }
}

body .royal-home-feature-pair {
    background: #ffffff;
    padding: 52px 0 40px;
}

body .royal-home-feature-pair-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body .royal-home-feature-pair-heading {
    margin: 0 0 24px;
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
}

body .royal-home-feature-pair-frame {
    border: 1px solid #d1d5db;
    padding: 18px;
    background: #ffffff;
}

body .royal-home-feature-pair-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

body .royal-home-feature-pair-media {
    display: block;
    border: 0;
    text-decoration: none;
}

body .royal-home-feature-pair-media img {
    width: 100%;
    height: clamp(260px, 30vw, 430px);
    object-fit: cover;
    display: block;
}

body .royal-home-feature-pair-meta {
    padding-top: 16px;
    text-align: center;
}

body .royal-home-feature-pair-title {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #111827;
    margin-bottom: 6px;
}

body .royal-home-feature-pair-text {
    font-size: 11px;
    line-height: 1.55;
    color: #9ca3af;
}

@media (max-width: 900px) {
    body .royal-home-feature-pair {
        padding: 40px 0 28px;
    }
    body .royal-home-feature-pair-frame {
        padding: 14px;
    }
    body .royal-home-feature-pair-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    body .royal-home-feature-pair-heading {
        font-size: 24px;
    }
    body .royal-home-feature-pair-media img {
        height: clamp(220px, 58vw, 340px);
    }
}

@media (max-width: 900px) {
    body .royal-home-faq {
        padding: 40px 0 28px;
    }
    body .royal-home-faq-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    body .royal-home-faq-media img {
        height: clamp(240px, 62vw, 360px);
    }
    body .royal-home-faq-panel {
        padding: 28px 20px;
    }
}

body .royal-home-reviews {
    background: #ffffff;
    padding: 52px 0 48px;
}

body .royal-home-reviews-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

body .royal-home-reviews-heading {
    margin: 0 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
}

body .royal-home-reviews-slider {
    position: relative;
    padding: 0 64px;
}

body .royal-home-reviews-slider .splide__track {
    overflow: visible;
}

body .royal-home-review {
    text-align: center;
    padding: 0 10px;
}

body .royal-home-review-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 14px;
}

body .royal-home-review-star {
    font-size: 16px;
    line-height: 1;
}

body .royal-home-review-star.is-filled {
    color: #f7b500;
}

body .royal-home-review-star.is-empty {
    color: #e5e7eb;
}

body .royal-home-review-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #0f172a;
}

body .royal-home-review-text {
    margin: 0 auto;
    max-width: 300px;
    font-size: 11px;
    line-height: 1.7;
    color: #111827;
}

body .royal-home-review-text p {
    margin: 0;
}

body .royal-home-review-name {
    margin-top: 14px;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: #6b7280;
}

body .royal-home-review-image {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

body .royal-home-review-image img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

body .royal-home-reviews-slider .splide__arrow {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    opacity: 1;
}

body .royal-home-reviews-slider .splide__arrow svg {
    fill: #9ca3af;
}

body .royal-home-reviews-slider .splide__arrow--prev {
    left: 6px;
}

body .royal-home-reviews-slider .splide__arrow--next {
    right: 6px;
}

@media (max-width: 900px) {
    body .royal-home-reviews {
        padding: 40px 0 36px;
    }
    body .royal-home-reviews-heading {
        font-size: 24px;
        margin-bottom: 22px;
    }
    body .royal-home-reviews-slider {
        padding: 0 44px;
    }
}

@media (max-width: 520px) {
    body .royal-home-reviews-slider {
        padding: 0 34px;
    }
    body .royal-home-review-text {
        max-width: 320px;
    }
}

@media (max-width: 900px) {
    body.page-template-page-contact-us .royal-contact-page-title {
        font-size: 42px;
    }
    body.page-template-page-contact-us .royal-contact-heading {
        font-size: 36px;
    }
}

@media (max-width: 700px) {
    body.page-template-page-contact-us .royal-contact-info-row,
    body.page-template-page-contact-us .royal-contact-grid {
        grid-template-columns: 1fr;
    }
    body.page-template-page-contact-us .royal-contact-submit-btn {
        width: 100%;
        min-width: 0;
    }
}

/* Royal Shop Page Styles */
.royal-shop-page {
    background-color: #f9f9f9; /* Light grey background for the whole page to make white cards pop */
}

#primary.royal-shop-page {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#primary.royal-shop-page > #main.site-main {
    width: 100%;
    max-width: none;
}

.royal-shop-layout.site-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: clamp(20px, 3vw, 72px);
    padding-right: clamp(20px, 3vw, 72px);
    box-sizing: border-box;
}

/* Royal WooCommerce Default Shop (no custom WP_Query) */
body.royal-woo-shop {
    background-color: #f9f9f9;
}

body.royal-woo-shop .content-container.site-container {
    max-width: 1200px;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar {
    background: transparent;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .sidebar-inner-wrap {
    padding-top: 0;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .widget {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .widget-title,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wp-block-heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 15px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body.royal-woo-shop #secondary .royal-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.royal-woo-shop #secondary .royal-widget-header:after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
}

body.royal-woo-shop #secondary .royal-cat-accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

body.royal-woo-shop #secondary .royal-cat-accordion__title:after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 10px;
    transition: transform 0.2s ease;
}

body.royal-woo-shop #secondary .royal-cat-accordion.is-open > .royal-cat-accordion__title:after {
    transform: rotate(-135deg);
}

body.royal-woo-shop #secondary section.widget.royal-collapsed > :not(.royal-widget-header),
body.royal-woo-shop #secondary aside.widget.royal-collapsed > :not(.royal-widget-header) {
    display: none;
}

body.royal-woo-shop #secondary section.widget.royal-collapsed > .royal-widget-header:after,
body.royal-woo-shop #secondary aside.widget.royal-collapsed > .royal-widget-header:after {
    transform: rotate(-45deg);
}

body.royal-woo-shop .wp-block-woocommerce-price-filter,
body.royal-woo-shop .wp-block-woocommerce-filter-price,
body.royal-woo-shop .wc-block-price-filter,
body.royal-woo-shop .wc-block-components-price-slider,
body.royal-woo-shop .widget_price_filter {
    display: none;
}

body.royal-woo-shop .royal-price-filter-widget {
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}

body.royal-woo-shop .royal-price-filter-form {
    padding: 12px 0 18px;
}

body.royal-woo-shop .royal-price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.royal-woo-shop .royal-price-input {
    position: relative;
    flex: 1 1 0;
}

body.royal-woo-shop .royal-price-input input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
}

body.royal-woo-shop .royal-currency {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 13px;
    line-height: 1;
}

body.royal-woo-shop .royal-price-sep {
    color: #666;
    font-size: 13px;
}

body.royal-woo-shop .royal-price-apply {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 12px 14px;
    background: #a07d50;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

body.royal-woo-shop .royal-price-apply:hover {
    background: #8f6e45;
}

body.royal-woo-shop .royal-product-cat-filter-form {
    padding: 12px 0 18px;
}

body.royal-woo-shop .royal-product-cat-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.royal-woo-shop .royal-product-cat-filter-item {
    list-style: none;
    margin: 0;
}

body.royal-woo-shop .royal-product-cat-filter-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
}

body.royal-woo-shop .royal-product-cat-filter-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #a07d50;
}

body.royal-woo-shop .royal-product-cat-filter-item.level-1 label {
    padding-left: 14px;
}

body.royal-woo-shop .royal-product-cat-filter-item.level-2 label {
    padding-left: 28px;
}

body.royal-woo-shop .royal-product-cat-filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

body.royal-woo-shop .royal-product-cat-filter-apply {
    flex: 1 1 auto;
    padding: 12px 14px;
    background: #111827;
    color: #fff;
    border: 0;
    border-radius: 6px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.royal-woo-shop .royal-product-cat-filter-apply:hover {
    background: #0b1220;
}

body.royal-woo-shop .royal-product-cat-filter-clear {
    color: #6b7280;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

body.royal-woo-shop .royal-product-cat-filter-clear:hover {
    color: #111827;
}

body.royal-shop-page .royal-shop-filters-toggle,
body.royal-woo-shop .royal-shop-filters-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 14px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111827;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    body.royal-shop-page .royal-shop-filters-toggle,
    body.royal-woo-shop .royal-shop-filters-toggle {
        display: inline-flex;
    }
    body.royal-woo-shop .content-container.site-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    body.royal-woo-shop .content-wrap {
        display: block !important;
    }
    body.royal-woo-shop #primary {
        width: 100% !important;
        max-width: none !important;
    }
    body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        width: min(360px, 86vw);
        background: #ffffff;
        z-index: 100050;
        transform: translateX(-110%);
        transition: transform 0.25s ease;
        overflow: auto;
        padding: calc(16px + env(safe-area-inset-top)) 18px calc(16px + env(safe-area-inset-bottom));
        box-shadow: 0 18px 60px rgba(17, 24, 39, 0.25);
        overscroll-behavior: contain;
    }
    body.royal-woo-shop.royal-filters-open .primary-sidebar.sidebar-slug-royal-shop-sidebar {
        transform: translateX(0);
    }
    body.royal-woo-shop.royal-filters-open {
        overflow: hidden;
    }
    body.royal-woo-shop.royal-filters-open:before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(17, 24, 39, 0.55);
        z-index: 100040;
    }

    body.page-template-page-royal-shop.royal-filters-open {
        overflow: hidden;
    }
    body.page-template-page-royal-shop.royal-filters-open:before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(17, 24, 39, 0.55);
        z-index: 998;
    }
    body.page-template-page-royal-shop .royal-shop-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        width: min(360px, 86vw);
        background: #ffffff;
        z-index: 100050;
        transform: translateX(-110%);
        transition: transform 0.25s ease;
        overflow: auto;
        padding: calc(16px + env(safe-area-inset-top)) 18px calc(16px + env(safe-area-inset-bottom));
        margin: 0;
        box-shadow: 0 18px 60px rgba(17, 24, 39, 0.25);
        overscroll-behavior: contain;
    }
    body.page-template-page-royal-shop.royal-filters-open .royal-shop-sidebar {
        transform: translateX(0);
    }
    body.page-template-page-royal-shop .royal-shop-layout {
        display: block !important;
        padding: 0 16px;
    }
    body.page-template-page-royal-shop .royal-shop-content {
        width: 100% !important;
    }
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar li {
    list-style: none;
}

body.royal-woo-shop .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 0;
    padding: 0;
}

body.royal-woo-shop .woocommerce ul.products li.product {
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

body.royal-woo-shop .woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border-radius: 0;
}

body.royal-woo-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.royal-woo-shop .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 700;
    color: #374151;
    margin: 18px 14px 10px;
}

body.royal-woo-shop .woocommerce ul.products li.product .price {
    color: #cc0000;
    font-weight: 700;
    font-size: 16px;
    margin: 0 14px 18px;
}

body.royal-woo-shop .woocommerce ul.products li.product .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0;
    background-color: #cc0000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    min-height: auto;
    min-width: auto;
    line-height: 1;
    z-index: 9;
}

@media (max-width: 992px) {
    body.royal-woo-shop .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    body.royal-woo-shop .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}
#primary.royal-shop-page {
    width: 100%;
    max-width: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#primary.royal-shop-page > #main.site-main {
    width: 100%;
    max-width: none;
}

.royal-shop-layout.site-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

/* -----------------------------------------------------------
   Header Area (Title, Image, Description)
----------------------------------------------------------- */
.royal-shop-top-header {
    text-align: center;
    max-width: 1360px;
    margin: 40px auto;
    padding: 0 20px;
    width: 100%; /* Ensure full width */
    box-sizing: border-box;
    display: block; /* Ensure it's a block */
}

.royal-shop-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center; /* Reinforce centering */
    width: 100%;
}

.royal-shop-banner-image {
    margin-bottom: 20px;
    text-align: center;
}

.royal-shop-banner-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.royal-shop-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* -----------------------------------------------------------
   Main Layout (Sidebar Left, Content Right)
----------------------------------------------------------- */
.royal-shop-layout {
    display: flex !important;
    flex-direction: row !important; /* Force row direction */
    flex-wrap: nowrap !important; /* Prevent wrapping on desktop */
    margin-bottom: 60px;
    justify-content: flex-start !important; /* Align start */
    align-items: flex-start !important; /* Align tops */
    width: 100%;
    max-width: none;
    margin: 0 0 60px;
    padding: 0;
    gap: 64px;
    box-sizing: border-box;
}

.royal-shop-sidebar {
    width: auto !important;
    min-width: 240px;
    flex: 0 0 clamp(240px, 20vw, 320px);
    padding-right: 0;
    box-sizing: border-box;
    flex-shrink: 0; /* Prevent shrinking */
    margin-top: 0 !important; /* Ensure top alignment */
    padding-top: 0 !important;
    position: sticky;
    top: 24px;
    align-self: flex-start;
}

.royal-shop-content {
    width: auto !important;
    box-sizing: border-box;
    flex: 1 1 0;
    min-width: 0;
    margin-top: 0 !important; /* Ensure top alignment */
}

/* Responsive Breakpoint */
@media (max-width: 992px) {
    .royal-shop-layout {
        flex-wrap: wrap !important;
    }
    .royal-shop-sidebar {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 30px;
        position: static;
        top: auto;
        align-self: stretch;
    }
    .royal-shop-content {
        width: 100% !important;
    }
    .royal-shop-toolbar-area {
        align-items: center;
    }
    .royal-result-count {
        text-align: center;
    }
    .royal-shop-toolbar {
        justify-content: center;
    }
}

/* -----------------------------------------------------------
   Header Area (Breadcrumbs, Title, Count, Toolbar)
----------------------------------------------------------- */
.royal-shop-header-area {
    margin-bottom: 30px;
}

/* Breadcrumbs */
.royal-breadcrumbs {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.royal-breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.royal-breadcrumbs .breadcrumb_last {
    color: #cc3333; /* Red for active item */
    font-weight: 400;
}

/* Title */
.royal-shop-title {
    font-family: 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    text-align: center;
}

/* Result Count */
.royal-result-count {
    text-align: left;
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}

/* Toolbar */
.royal-shop-toolbar-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 32px;
}

.royal-shop-toolbar {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}

.royal-ordering-form {
    display: flex;
    align-items: center;
}

.royal-toolbar-inner {
    display: flex;
    gap: 20px;
}

.royal-toolbar-group {
    display: flex;
    align-items: center;
}

.royal-toolbar-group label {
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    color: #333;
}

.royal-toolbar-group select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    min-width: 120px;
    cursor: pointer;
}

/* -----------------------------------------------------------
   Product Grid
----------------------------------------------------------- */
.royal-shop-content ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 32px !important;
    margin-bottom: 40px !important;
}

.royal-shop-content ul.products:before,
.royal-shop-content ul.products:after {
    display: none !important;
}

.royal-shop-content ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    background-color: #fff;
    padding: 22px 22px 20px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    transition: box-shadow 0.3s, transform 0.3s;
    text-align: center;
}

@media (max-width: 1280px) {
    .royal-shop-content ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .royal-shop-content ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }
}

@media (max-width: 600px) {
    .royal-shop-content ul.products {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

.royal-shop-content ul.products li.product:hover {
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

/* Product Image */
.royal-shop-content ul.products li.product a img {
    margin: 0 auto 16px;
    display: block;
    height: 210px;
    width: 100%;
    object-fit: contain;
}

/* Product Title */
.royal-shop-content ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Open Sans', sans-serif; /* Or generic sans */
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    padding: 0;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Price */
.royal-shop-content ul.products li.product .price {
    color: #cc3333; /* Red Price */
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
}

.royal-shop-content ul.products li.product .price del {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
}

.royal-shop-content ul.products li.product .price ins {
    text-decoration: none;
    font-weight: 700;
    color: #e11d48;
}

/* Star Rating */
.royal-shop-content ul.products li.product .star-rating {
    display: none;
}

.royal-shop-content ul.products li.product .price::after {
    content: '★★★★★';
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #f5a623;
}

/* Hide Add to Cart Button to match clean look */
.royal-shop-content ul.products li.product .add_to_cart_button {
    display: none;
}

/* Sale Flash - Custom Styling */
.royal-shop-content ul.products li.product .onsale {
    top: 10px;
    left: 10px;
    right: auto;
    margin: 0;
    background-color: #cc0000;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    min-height: auto;
    min-width: auto;
    line-height: 1;
    position: absolute;
    z-index: 9;
}

/* Wishlist Heart Icon (Visual Only) */
.royal-shop-content ul.products li.product:before {
    content: '\2661'; /* Unicode Heart Outline */
    font-family: sans-serif; /* Or FontAwesome if available */
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #999;
    z-index: 10;
    cursor: pointer;
    line-height: 1;
}

.royal-shop-content ul.products li.product:hover:before {
    color: #333;
}

/* Sidebar Styles (Refined for Screenshot) */
.royal-sidebar-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}

.royal-shop-sidebar .royal-shop-filters {
    width: 100%;
}

.royal-shop-sidebar .royal-shop-filters > :first-child {
    border-top: 1px solid #eee;
}

.royal-shop-sidebar .royal-filter-accordion {
    border-bottom: 1px solid #eee;
}

.royal-shop-sidebar .royal-filter-accordion__summary {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
}

.royal-shop-sidebar .royal-filter-accordion__summary::-webkit-details-marker {
    display: none;
}

.royal-shop-sidebar .royal-filter-accordion__summary:after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    transition: transform 0.2s ease;
}

.royal-shop-sidebar .royal-filter-accordion[open] > .royal-filter-accordion__summary:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.royal-shop-sidebar .royal-filter-accordion__content {
    padding: 0 0 15px 0;
}

.royal-shop-sidebar .royal-filter-list,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-list,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.royal-shop-sidebar .royal-filter-list li,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-list li,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-list li {
    margin: 8px 0;
}

.royal-shop-sidebar .royal-filter-item.level-1 > .royal-filter-link {
    padding-left: 12px;
}

.royal-shop-sidebar .royal-filter-item.level-2 > .royal-filter-link {
    padding-left: 24px;
}

.royal-shop-sidebar .royal-filter-item.level-3 > .royal-filter-link {
    padding-left: 36px;
}

.royal-shop-sidebar .royal-filter-link,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link {
    color: #666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.royal-shop-sidebar .royal-filter-link:hover,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link:hover,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link:hover {
    color: #111;
    text-decoration: underline;
}

.royal-shop-sidebar .royal-filter-link.is-active,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link.is-active,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-link.is-active {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

.royal-shop-sidebar .royal-filter-form--price input[type="number"] {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.2;
}

.royal-shop-sidebar .royal-filter-price__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: end;
    margin-bottom: 12px;
}

.royal-shop-sidebar .royal-filter-price__label {
    display: block;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.royal-shop-sidebar .royal-filter-apply.button {
    width: 100%;
    padding: 10px 14px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    border: 0;
}

/* Price Filter (WooCommerce classic widget) */
.royal-shop-sidebar .widget_price_filter,
.royal-shop-sidebar .widget_price_filter .price_slider_wrapper,
.royal-shop-sidebar .widget_price_filter .price_slider {
    width: 100%;
    box-sizing: border-box;
}

.royal-shop-sidebar .widget_price_filter .price_slider {
    margin: 18px 6px 18px;
}

.royal-shop-sidebar .widget_price_filter .ui-slider {
    position: relative;
    height: 3px;
    background: #111;
    border-radius: 0;
    box-shadow: none;
}

.royal-shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
    background: #111;
}

.royal-shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 50%;
    border: 2px solid #111;
    background: #fff;
    box-shadow: none;
}

.royal-shop-sidebar .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.royal-shop-sidebar .widget_price_filter .price_slider_amount .price_label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    color: #666;
    white-space: normal;
}

.royal-shop-sidebar .widget_price_filter .price_slider_amount button.button {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 4px;
    background: #111;
    color: #fff;
    border: 0;
}

/* Price Filter (WooCommerce blocks) */
.royal-shop-sidebar .wp-block-woocommerce-price-filter,
.royal-shop-sidebar .wp-block-woocommerce-filter-price,
.royal-shop-sidebar .wc-block-price-filter,
.royal-shop-sidebar .wp-block-woocommerce-filter-wrapper,
.royal-shop-sidebar .wc-block-components-price-slider {
    width: 100%;
    box-sizing: border-box;
}

.royal-shop-sidebar .wc-block-components-price-slider__range-input-wrapper,
.royal-shop-sidebar .wc-block-components-price-slider__controls {
    width: 100%;
}

.royal-shop-sidebar .wc-block-components-price-slider input[type="range"],
.royal-shop-sidebar .wp-block-woocommerce-price-filter input[type="range"],
.royal-shop-sidebar .wp-block-woocommerce-filter-price input[type="range"],
.royal-shop-sidebar .wc-block-price-filter input[type="range"] {
    width: 100%;
    box-sizing: border-box;
    margin: 12px 0;
    background: transparent;
}

.royal-shop-sidebar .wc-block-components-price-slider__inputs,
.royal-shop-sidebar .wc-block-components-price-slider__range-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

.royal-shop-sidebar .wc-block-components-price-slider__input {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}

.royal-shop-sidebar .wc-block-components-price-slider__input input,
.royal-shop-sidebar .wc-block-components-price-slider__range-text input,
.royal-shop-sidebar .wp-block-woocommerce-price-filter input[type="number"],
.royal-shop-sidebar .wp-block-woocommerce-price-filter input[type="text"],
.royal-shop-sidebar .wp-block-woocommerce-filter-price input[type="number"],
.royal-shop-sidebar .wp-block-woocommerce-filter-price input[type="text"],
.royal-shop-sidebar .wc-block-price-filter input[type="number"],
.royal-shop-sidebar .wc-block-price-filter input[type="text"] {
    width: 100%;
    min-width: 92px;
    max-width: none;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.2;
    overflow: visible;
    text-overflow: clip;
}

/* Stock / Attribute filters (WooCommerce blocks checkbox lists) */
.royal-shop-sidebar .wc-block-checkbox-list,
.royal-shop-sidebar .wc-block-checkbox-list ul,
.royal-shop-sidebar .wc-block-product-categories-list,
.royal-shop-sidebar .wc-block-stock-filter,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list ul,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-product-categories-list,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-stock-filter,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list ul,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-product-categories-list,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-stock-filter {
    width: 100%;
    box-sizing: border-box;
}

.royal-shop-sidebar .wc-block-checkbox-list ul,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list ul,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.royal-shop-sidebar .wc-block-checkbox-list__item,
.royal-shop-sidebar .wc-block-checkbox-list li,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__item,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list li,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__item,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list li {
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 8px 0;
}

.royal-shop-sidebar .wc-block-checkbox-list__item label,
.royal-shop-sidebar .wc-block-checkbox-list li label,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__item label,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list li label,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__item label,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list li label {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    margin: 0;
    cursor: pointer;
}


.royal-shop-sidebar .wc-block-checkbox-list__text,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__text,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list__text {
    flex: 1 1 auto;
    min-width: 0;
}

.royal-shop-sidebar .wc-block-checkbox-list svg,
.royal-shop-sidebar .wc-block-stock-filter svg,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list svg,
body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-stock-filter svg,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-checkbox-list svg,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .wc-block-stock-filter svg {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    flex: 0 0 auto;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary::-webkit-details-marker,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary::-webkit-details-marker {
    display: none;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary:after,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary:after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    transition: transform 0.2s ease;
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar details.royal-filter-accordion[open] > .royal-filter-accordion__summary:after,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar details.royal-filter-accordion[open] > .royal-filter-accordion__summary:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

body.royal-woo-shop .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary:focus,
body.woocommerce .primary-sidebar.sidebar-slug-royal-shop-sidebar .royal-filter-accordion__summary:focus {
    outline: 2px solid #a07d50;
    outline-offset: 3px;
}

/* Sidebar Lists */
.royal-shop-sidebar .widget ul {
    list-style: none !important; /* Force no dots */
    padding: 0 0 15px 0; /* Padding bottom */
    margin: 0;
}

.royal-shop-sidebar .widget ul li {
    list-style: none !important; /* Force no dots */
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between; /* To push count to right if exists */
}

.royal-shop-sidebar .widget ul li a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
}

/* Remove fake checkbox, user likely wants clean list or standard WC attribute list */
.royal-shop-sidebar .widget ul li a:before {
    display: none; 
}

.royal-shop-sidebar .widget ul li.current-cat a:before,
.royal-shop-sidebar .widget ul li a:hover:before {
    border-color: #a07d50;
    background-color: #f9f9f9;
}

/* Responsive */
@media (max-width: 992px) {
    .royal-shop-sidebar {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .royal-shop-content {
        width: 100%;
    }
    .royal-shop-content ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 480px) {
    .royal-shop-content ul.products {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/* Submenu Hover Fix - Comprehensive Override */
.header-menu-container ul.sub-menu {
    background-color: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.header-menu-container ul.sub-menu li.menu-item,
.header-menu-container ul.sub-menu li.menu-item a {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.header-menu-container ul.sub-menu li.menu-item:hover,
.header-menu-container ul.sub-menu li.menu-item:focus,
.header-menu-container ul.sub-menu li.menu-item:active,
.header-menu-container ul.sub-menu li.menu-item.current-menu-item {
    background-color: transparent !important;
    box-shadow: none !important;
}

.header-menu-container ul.sub-menu li.menu-item:hover > a,
.header-menu-container ul.sub-menu li.menu-item.current-menu-item > a,
.header-menu-container ul.sub-menu li.menu-item a:hover {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #a07d50 !important;
    text-decoration: underline !important;
}

body.single-product div.product div.woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: nowrap;
    position: relative;
}

body.single-product div.product div.woocommerce-product-gallery .flex-viewport {
    order: 2;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs {
    order: 1;
    flex: 0 0 92px;
    width: 92px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    position: relative !important;
    left: auto;
    top: auto;
    z-index: 2;
}

body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
}

body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}

body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
    border-color: #111827;
}

@media (max-width: 767px) {
    body.single-product div.product div.woocommerce-product-gallery {
        display: block;
    }
    body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 12px;
    }
    body.single-product div.product div.woocommerce-product-gallery ol.flex-control-thumbs li {
        width: calc(25% - 7.5px) !important;
    }
}

body.single-product .royal-product-customization {
    margin: 14px 0 10px;
    padding: 14px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
}

body.single-product .royal-product-customization-title {
    font-weight: 800;
    font-size: 14px;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
}

body.single-product .royal-product-customization-title::after {
    content: '+';
    font-size: 16px;
    font-weight: 700;
    color: #6b7280;
}

body.single-product .royal-product-customization[open] .royal-product-customization-title::after {
    content: '−';
}

body.single-product .royal-product-customization-content {
    padding-top: 12px;
}

body.single-product .royal-product-customization-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.single-product .royal-product-customization-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    cursor: pointer;
    user-select: none;
}

body.single-product .royal-product-customization-input {
    width: 16px;
    height: 16px;
    margin: 0;
}

body.single-product .royal-product-customization-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

body.single-product .royal-product-customization-label {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}

body.single-product .royal-product-customization-name {
    margin-top: 12px;
    display: grid;
    gap: 6px;
}

body.single-product .royal-product-customization-name-label {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.single-product .royal-product-customization-name-input {
    width: 100%;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    color: #111827;
    background: #ffffff;
}

body.single-product .royal-product-details {
    padding: 34px 0 10px;
    clear: both;
}

body.single-product .royal-product-details-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body.single-product .royal-product-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

body.single-product .royal-product-details-col {
    padding: 18px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
}

body.single-product .royal-product-details-title {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #111827;
    text-transform: uppercase;
}

body.single-product .royal-product-details-content {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.85;
}

body.single-product .royal-product-details-content p {
    margin: 0 0 14px;
}

body.single-product .royal-product-details-reviews {
    margin-top: 26px;
    padding: 18px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
}

@media (max-width: 900px) {
    body.single-product .royal-product-details-grid {
        grid-template-columns: 1fr;
    }
}

body.single-product .royal-product-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

body.single-product .site-breadcumb {
    padding: 0 0 10px;
}

body.single-product .site-breadcumb__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
    color: #2e2d2d;
}

body.single-product .site-breadcumb__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.single-product .site-breadcumb__item::after {
    content: '/';
    color: #9a9a9a;
}

body.single-product .site-breadcumb__item:last-child::after {
    content: '';
}

body.single-product .site-breadcumb__item a {
    color: #2e2d2d;
    text-decoration: none;
}

body.single-product .site-breadcumb__item:last-child {
    color: #646848;
    font-weight: 600;
}

body.single-product .royal-single-product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

body.single-product .royal-single-product .product__media-wrapper {
    padding-left: 0;
}

@media screen and (min-width: 750px) {
    body.single-product .royal-single-product {
        grid-template-columns: 1fr 1fr;
    }

    body.single-product .royal-single-product .product__info-wrapper {
        padding: 0 0 0 2.5rem;
    }

    body.single-product .royal-single-product .product__info-container {
        position: sticky;
        top: 3rem;
    }
}

@media screen and (min-width: 990px) {
    body.single-product .royal-single-product {
        grid-template-columns: 70% 30%;
    }

    body.single-product .royal-single-product .product__info-wrapper {
        padding: 0 0 0 2.5rem;
    }
}

body.single-product .royal-single-product .product_title {
    margin: 0 0 15px;
    color: #090909;
    font-family: "Tiempos Text", "Times New Roman", serif;
    font-size: 30px;
    font-weight: 600;
}

body.single-product .royal-single-product .single-product-category {
    margin-bottom: 10px;
}

body.single-product .royal-single-product .summary .price {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: calc(1 + 0.5 / 1);
    color: #090909;
    margin: 0 0 8px;
}

body.single-product .royal-single-product .summary .price del {
    color: rgba(9, 9, 9, 0.6);
    font-size: 1.3rem;
    margin-right: 8px;
}

body.single-product .royal-single-product .summary .price ins {
    text-decoration: none;
}

body.single-product .royal-single-product .woocommerce-product-rating {
    margin: 6px 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.single-product .royal-single-product .star-rating {
    color: #c7a955;
}

body.single-product .royal-single-product .woocommerce-review-link {
    color: #2e2d2d;
    font-size: 13px;
    text-decoration: none;
}

body.single-product .royal-single-product .summary .woocommerce-product-details__short-description {
    font-size: 14px;
    line-height: 1.8;
    color: #2e2d2d;
    margin: 12px 0 20px;
}

body.single-product .royal-single-product form.cart {
    margin-top: 16px;
}

body.single-product .royal-single-product .quantity {
    margin: 0 0 12px;
}

body.single-product .royal-single-product .quantity .qty {
    width: 90px;
    height: 55px;
    border: 1px solid #646848;
    text-align: center;
    font-size: 16px;
}

body.single-product .royal-single-product .single_add_to_cart_button {
    background: #ffffff;
    border: 1px solid #646848;
    color: #2e2d2d;
    height: 55px;
    font-size: 18px;
    letter-spacing: 0.02em;
    border-radius: 2px;
    width: 100%;
}

body.single-product .royal-single-product .single_add_to_cart_button:hover {
    background: #646848;
    color: #ffffff;
}

body.single-product .royal-single-product .variations select,
body.single-product .royal-single-product .variations input {
    border: 1px solid #646848;
    height: 45px;
    padding: 6px 10px;
}

body.single-product .royal-single-product .woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: nowrap;
    position: relative;
}

body.single-product .royal-single-product .woocommerce-product-gallery .flex-viewport {
    order: 2;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
}

body.single-product .royal-single-product .woocommerce-product-gallery__wrapper {
    width: 100%;
}

body.single-product .royal-single-product .flex-control-thumbs,
body.single-product .royal-single-product ol.flex-control-thumbs {
    order: 1;
    flex: 0 0 92px;
    width: 92px;
    padding-right: 10px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative !important;
    left: auto;
    top: auto;
    z-index: 2;
}

body.single-product .royal-single-product .flex-control-thumbs li,
body.single-product .royal-single-product ol.flex-control-thumbs li {
    margin: 0;
}

body.single-product .royal-single-product .flex-control-thumbs img,
body.single-product .royal-single-product ol.flex-control-thumbs img {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
    display: block;
    cursor: pointer;
}

body.single-product .royal-single-product .woocommerce-product-gallery__image {
    margin: 0;
    width: 100%;
    height: 100%;
}

body.single-product .royal-single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.single-product .royal-single-product .woocommerce-product-gallery .flex-direction-nav,
body.single-product div.product div.woocommerce-product-gallery .flex-direction-nav {
    display: none;
}

body.single-product div.product div.woocommerce-product-gallery .flex-viewport {
    aspect-ratio: 1 / 1;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100%;
    height: 100%;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .royal-single-product .woocommerce-product-gallery__wrapper {
    height: 100%;
}

body.single-product div.product div.woocommerce-product-gallery .woocommerce-product-gallery__trigger,
body.single-product .royal-single-product .woocommerce-product-gallery__trigger {
    display: none;
}

body.single-product .royal-single-product .summary {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.single-product .royal-single-product .product_title {
    font-size: 28px;
    line-height: 1.25;
}

body.single-product .royal-single-product .summary .price {
    font-size: 20px;
    letter-spacing: 0.08rem;
}

body.single-product .royal-single-product .summary .woocommerce-product-details__short-description {
    margin: 4px 0 8px;
}

body.single-product .royal-single-product table.variations {
    margin: 6px 0 10px;
}

body.single-product .royal-single-product table.variations th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2e2d2d;
    padding: 0 12px 6px 0;
}

body.single-product .royal-single-product table.variations td {
    padding: 0 0 6px;
}

body.single-product .royal-single-product .cart .quantity {
    margin: 0 0 10px;
}

body.single-product .royal-single-product .quantity .qty {
    width: 72px;
    height: 48px;
}

body.single-product .royal-single-product .single_add_to_cart_button {
    height: 48px;
    font-size: 16px;
}

@media (max-width: 749px) {
    body.single-product .royal-single-product .woocommerce-product-gallery {
        flex-direction: column;
    }
    body.single-product .royal-single-product .flex-control-thumbs,
    body.single-product .royal-single-product ol.flex-control-thumbs {
        width: 100%;
        flex-direction: row;
        padding-right: 0;
    }
}

body.single-product .related.products > h2,
body.single-product .up-sells > h2,
body.single-product .cross-sells > h2 {
    color: #090909;
    font-family: "Tiempos Text", "Times New Roman", serif;
    font-size: 24px;
    font-weight: 600;
}
