@media (max-width: 768px) {
    .header-logo {
        font-size: 1.1rem !important;
    }

    .site-header {
        padding: 10px 0;
    }

    .site-header .navbar-toggler {
        padding: 4px 6px;
        border: none;
        background: none;
        box-shadow: none;
    }

    .site-header .search-icon {
        font-size: 0.95rem;
    }

    .header-logo-sub {
        font-size: 0.65rem;
    }

    .copyright-badge {
        display: none !important;
    }

    .copyright {
        display: block !important;
        text-align: center;
    }

    .payment-methods__label {
        display: none !important;
    }
}

/* Equal-height product cards */
.col:has(> .issyon-p-card) {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .footer-seo-text {
        display: none;
    }
}
/* ========================================
   GLOBAL STYLES - Common across all pages
   ======================================== */

/* Base Body Styles */
body {
    font-family: "Lato", sans-serif;
    color: #333;
    margin: 0;
    padding: 0 !important;
}

/* ========================================
   ANNOUNCEMENT BAR
   ======================================== */
.announcement-bar {
    background-color: #7b93a8;
    color: white;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.announcement-bar a {
    color: white;
    text-decoration: none;
}

/* ========================================
   MAIN HEADER
   ======================================== */
.site-header {
    padding: 20px 0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1020;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
}

.site-header--hidden {
    transform: translateY(-100%);
}

.header-logo {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
}

.header-logo-sub {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-top: 2px;
}

/* ========================================
   NAVIGATION
   ======================================== */
.navbar-custom .nav-link {
    color: rgb(117, 140, 177);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1rem !important;
    font-weight: 400;
}

.navbar-custom .nav-link:hover {
    color: #000;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ========================================
   UTILITY ICONS
   ======================================== */
.icon-btn {
    color: rgb(117, 140, 177);
    font-size: 1.2rem;
    text-decoration: none;
    margin-left: 15px;
    position: relative;
}

.cart-count-badge {
    position: absolute;
    top: 11px;
    right: -11px;
    background-color: #7b93a8;
    color: white;
    font-size: 0.65rem;
    padding: 2px 5px;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    width: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.search-icon {
    color: rgb(117, 140, 177);
    font-size: 1.2rem;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

/* ========================================
   MEGAMENU STYLES
   ======================================== */
.nav-item-shop {
    position: static !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: white;
    z-index: 1000;
    padding: 40px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: none;
    border-top: 1px solid #f0f0f0;
}

.nav-item-shop:hover .mega-menu {
    display: block;
}

.mega-menu__list {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.mega-menu__item {
    flex: 1;
    min-width: 150px;
}

.mega-menu__link--level-2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: rgb(117 140 177);
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    text-transform: none;
}

.mega-menu__link {
    color: rgb(117 140 177 / 75%);
    text-decoration: none;
    font-size: 0.85rem;
    display: block;
    padding: 5px 0;
    transition: color 0.2s;
}

.mega-menu__link:hover {
    color: #5c6d88;
    text-decoration: underline;
}

.mega-menu-list-inner {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-link i {
    font-size: 0.7rem;
    margin-left: 5px;
    transition: transform 0.2s;
}

.nav-item-shop:hover .nav-link i {
    transform: rotate(180deg);
}

/* ========================================
   SEARCH MODAL STYLES
   ======================================== */
.search-modal .modal-content {
    border-radius: 0;
    border: none;
    background-color: rgba(231, 240, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.search-modal .modal-dialog {
    margin: 0;
    max-width: none;
    width: 100%;
}

.search-modal .modal-header {
    border-bottom: none;
    padding: 2rem 1.5rem 1rem;
    justify-content: center;
    position: relative;
}

.search-modal .modal-body {
    padding: 0 1.5rem 2rem;
}

.search-modal .search-form-container {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.search-modal .search__input {
    width: 100%;
    padding: 1rem 5rem 1rem 1.5rem;
    border: 1px solid #758cb1;
    font-size: 1.2rem;
    color: #758cb1;
    background: transparent;
    border-radius: 0;
}

.search-modal .search__input:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem #758cb1;
}

.search-modal .search__button {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #758cb1;
    padding: 0.5rem;
}

.search-modal .modal__close-button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #758cb1;
    font-size: 1.5rem;
}

/* ========================================
   SEARCH SUGGESTIONS STYLES
   ======================================== */
.search-suggestions {
    margin-top: 3rem;
    text-align: left;
}

.search-suggestions__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #5c6d88;
    border-bottom: 1px solid rgba(117, 140, 177, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.suggestion-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid rgba(117, 140, 177, 0.1);
}

.suggestion-item:hover {
    background-color: rgba(117, 140, 177, 0.05);
}

.suggestion-item__image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    background-color: #fff;
}

.suggestion-item__info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.suggestion-item__title {
    font-size: 1rem;
    color: #5c6d88;
    font-weight: 400;
}

/* ========================================
   FOOTER STYLES
   ======================================== */
.section-footer {
    padding: 60px 0 20px;
    background-color: #f1f5f9;
    text-align: center;
    color: #5c6d88;
}

.newsletter-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 2rem;
}

.newsletter-form-container {
    max-width: 500px;
    margin: 0 auto 2rem;
    position: relative;
}

.newsletter-input {
    width: 100%;
    background: transparent;
    border: 1px solid #5c6d88;
    padding: 12px 50px 12px 15px;
    font-size: 1rem;
    color: #5c6d88;
    border-radius: 0;
}

.newsletter-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 15px;
    color: #5c6d88;
}

/* ========================================
   FOOTER LINKS & SOCIAL
   ======================================== */
.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #5c6d88;
    text-decoration: none;
    font-size: 0.85rem;
    opacity: 0.8;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 4rem;
}

.social-links a {
    color: #5c6d88;
    font-size: 1.2rem;
}

.footer-bottom {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.localization-selector {
    background: transparent;
    border: 1px solid #5c6d88;
    color: #5c6d88;
    padding: 8px 15px;
    font-size: 0.85rem;
    border-radius: 0;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235c6d88' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.payment-icon {
    height: 24px;
    width: auto;
}

.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid rgba(92, 109, 136, 0.2);
    margin-top: 20px;
}

.copyright {
    font-size: 0.75rem;
    opacity: 0.6;
    text-align: center;
}

.copyright-badge {
    display: flex;
    align-items: center;
    gap: 8px;
}

.copyright-badge > i {
    font-size: 1.1rem;
    color: #5c6d88;
    opacity: 0.6;
}

.copyright-badge__text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.copyright-badge__title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #5c6d88;
    line-height: 1.2;
}

.copyright-badge__desc {
    font-size: 0.65rem;
    color: #5c6d88;
    opacity: 0.55;
}

/* ========================================
   SEARCH MODAL FIELD STYLES (Additional)
   ======================================== */
.search-modal .field {
    position: relative;
    display: flex;
    align-items: center;
}

.search-modal .field__label {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #758cb1;
    pointer-events: none;
    transition: all 0.2s ease;
    font-size: 1.2rem;
}

.search-modal .search__input:focus+.field__label,
.search-modal .search__input:not(:placeholder-shown)+.field__label {
    top: 0.5rem;
    font-size: 0.8rem;
    transform: none;
}

.search-modal .search__input::placeholder {
    color: transparent;
}

/* ========================================
   SUGGESTION ITEM PRICE
   ======================================== */
.suggestion-item__price {
    font-size: 0.9rem;
    color: #758cb1;
}

/* ========================================
   BUTTON OUTLINE STYLE
   ======================================== */
.button--outline {
    background: transparent;
    border: 1px solid #5c6d88;
    color: #5c6d88;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
}

.button--outline:hover {
    background: #5c6d88;
    color: #fff;
}

/* ========================================
   COMMON PAGE OVERRIDES
   ======================================== */
.newsletter-input::placeholder {
    color: #5c6d88;
    opacity: 0.7;
}

.newsletter-subheading {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 3rem;
}

.payment-methods {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.payment-methods__label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #747c85;
    letter-spacing: 0.5px;
}

.payment-methods__icons {
    display: flex;
    gap: 8px;
}

.payment-methods__icon-wrap {
    padding: 0px 0px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.payment-methods__icon-wrap i {
    font-size: 2.3rem;
}

/* ========================================
   STORE LOCATION PAGE STYLES
   ======================================== */
.store-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background-image: url("/assets/images/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
}

.store-hero__content {
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    max-width: 800px;
}

.store-hero__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #5c6d88;
}

.store-hero__text {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #758cb1;
}

.store-details {
    padding: 80px 0;
    background-color: #fff;
}

.store-details__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: #5c6d88;
    margin-bottom: 2rem;
}

.store-info-item {
    margin-bottom: 2rem;
}

.store-info-item h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.store-info-item p {
    color: #758cb1;
    margin-bottom: 0.2rem;
}

.map-container {
    height: 100%;
    min-height: 400px;
    border: 1px solid #eee;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.in-store-experience {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.experience-card {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
}

.experience-card i {
    font-size: 2.5rem;
    color: rgb(117, 140, 177);
    margin-bottom: 20px;
}

.experience-card h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    color: #5c6d88;
    margin-bottom: 15px;
}

.experience-card p {
    font-size: 0.95rem;
    color: #758cb1;
}

.cta-section {
    padding: 60px 0;
    text-align: center;
}

/* ========================================
   FAQS PAGE STYLES
   ======================================== */
.faq-banner {
    position: relative;
    height: 60vh;
    min-height: 400px;
    background-image: url('/assets/images/contact-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.faq-banner__content {
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    max-width: 600px;
    color: #333;
}

.faq-banner__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.faq-banner__text {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.section-faq-accordion {
    padding: 60px 0;
    background-color: #fff;
}

.faq-accordion__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 3rem;
    text-align: center;
}

.accordion-custom {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-custom .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(117, 140, 177, 0.2);
    border-radius: 0;
}

.accordion-custom .accordion-button {
    padding: 1.5rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #5c6d88;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordion-custom .accordion-button::after {
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-custom .accordion-button i {
    color: #5c6d88;
    font-size: 1.2rem;
}

.accordion-custom .accordion-body {
    padding: 0 0 1.5rem 2.2rem;
    color: #5c6d88;
    font-size: 1rem;
    line-height: 1.6;
}

.accordion-custom .accordion-body ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.section-hoshi-studios {
    padding: 60px 0;
    background-color: #fff;
}

.hoshi-studios-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.hoshi-studios-item {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.hoshi-studios-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.section-image-with-text {
    padding: 60px 0;
}

.image-with-text-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.image-with-text-row:nth-child(even) {
    flex-direction: row-reverse;
}

.image-with-text__media {
    flex: 1;
}

.image-with-text__media img {
    width: 100%;
    height: auto;
}

.image-with-text__content {
    flex: 1;
    padding: 2rem;
}

.image-with-text__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 1.5rem;
}

.image-with-text__text {
    font-size: 1.1rem;
    color: #5c6d88;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.section-rich-text {
    padding: 60px 0;
    text-align: center;
    background-color: #fce4ec;
}

.rich-text__heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    color: #4e342e;
    margin-bottom: 1rem;
}

.rich-text__text {
    font-size: 1.1rem;
    color: #4e342e;
    opacity: 0.8;
}

/* ========================================
   POLICY PAGES STYLES (Terms, Refund)
   ======================================== */
.policy-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

.policy-title {
    text-align: center;
    margin-bottom: 50px;
}

.policy-title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    color: rgb(117, 140, 177);
    font-weight: 400;
}

.policy-body {
    color: #5c6d88;
    font-size: 1rem;
    line-height: 1.8;
}

.policy-body ul {
    list-style: none;
    padding: 0;
}

.policy-body li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 20px;
}

.policy-body li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #5c6d88;
}

.policy-body strong {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #333;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.policy-body strong:first-child {
    margin-top: 0;
}

/* ========================================
   WHOLESALE PAGE STYLES
   ======================================== */
.wholesale-container {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.wholesale-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    color: rgb(117, 140, 177);
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 1.2;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.field {
    margin-bottom: 1rem;
    position: relative;
}

.field input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid #758cb1;
    font-size: 1.2rem;
    color: #758cb1;
    background: transparent;
    border-radius: 0;
}

.field input::placeholder {
    color: transparent;
}

.field label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #758cb1;
    transition: all 0.2s ease;
    pointer-events: none;
}

.field input:focus+label,
.field input:not(:placeholder-shown)+label {
    top: 0.2rem;
    font-size: 0.8rem;
    transform: none;
}

.field input:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem #758cb1;
}

.field__input,
.text-area {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 1px solid #758cb1;
    font-size: 1.2rem;
    color: #758cb1;
    background: transparent;
    border-radius: 0;
}

.field__input:focus,
.text-area:focus {
    outline: none;
    box-shadow: 0 0 0 0.1rem #758cb1;
}

.field__label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #758cb1;
    transition: all 0.2s ease;
    pointer-events: none;
}

.field__input:focus+.field__label,
.field__input:not(:placeholder-shown)+.field__label,
.text-area:focus+.field__label,
.text-area:not(:placeholder-shown)+.field__label {
    top: 0.8rem;
    font-size: 0.8rem;
    transform: none;
}

.text-area {
    min-height: 200px;
    padding-top: 1.5rem;
}

.text-area+.field__label {
    top: 1.5rem;
    transform: none;
}

.text-area:focus+.field__label,
.text-area:not(:placeholder-shown)+.field__label {
    top: 0.5rem;
}

.button--send {
    background-color: #e7f0ff;
    color: #5c6d88;
    padding: 1rem 3rem;
    border: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: block;
    margin-top: 2rem;
    border-radius: 0;
}

.button--send:hover {
    background-color: #d7e6ff;
}

/* ========================================
   LOGIN PAGE STYLES
   ======================================== */
.customer.login {
    max-width: 480px;
    margin: 6rem auto 9rem;
    padding: 0 1.5rem;
    text-align: center;
}

.customer.login h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 2rem;
}

.login a {
    color: #466cc6;
    text-decoration: none;
    font-size: 1rem;
    margin: 1rem 0;
    display: block;
    width: fit-content;
}

.login a:hover {
    text-decoration: underline;
}

.login a[href="#recover"] {
    margin-left: 0;
}

.button--signin {
    background-color: #e7f0ff;
    color: #607939;
    padding: 1rem 3rem;
    border: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 2rem auto;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
}

.button--signin:hover {
    background-color: #d7e6ff;
}

#recover-section {
    display: none;
}

#recover-section:target {
    display: block;
}

#recover-section:target~#login-section {
    display: none;
}

/* ========================================
   REGISTER PAGE STYLES
   ======================================== */
.customer.register {
    max-width: 480px;
    margin: 6rem auto 9rem;
    padding: 0 1.5rem;
    text-align: center;
}

.customer.register h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 2rem;
}

.button--create {
    background-color: #e7f0ff;
    color: #607939;
    padding: 1rem 3rem;
    border: none;
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 2rem auto;
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
}

.button--create:hover {
    background-color: #d7e6ff;
}

/* ========================================
   ACCOUNT PAGE STYLES
   ======================================== */
.account-section {
    padding: 60px 0;
    min-height: 60vh;
}

.customer.account h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 1rem;
}

.customer.account h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5c6d88;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.customer.account a {
    color: #5c6d88;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.customer.account a:hover {
    text-decoration: underline;
}

.customer.account svg {
    width: 18px;
    height: 19px;
}

.customer.account p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* ========================================
   OUR STORY PAGE STYLES
   ======================================== */
.our-story-header {
    padding: 52px 0 32px;
}

.main-page-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    text-align: center;
    margin-bottom: 2rem;
}

.rte p {
    line-height: 1.8;
    color: #5c6d88;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.rte img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.rte em {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.rte a {
    color: #7b93a8;
    text-decoration: underline;
}

.site-footer {
    padding: 60px 0 30px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.footer-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.newsletter-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.newsletter-text {
    color: #777;
    margin-bottom: 2rem;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}

.newsletter-btn {
    background-color: transparent;
    border: 1px solid #758cb1;
    color: #758cb1;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background-color: #758cb1;
    color: white;
}

/* ========================================
   CART PAGE STYLES
   ======================================== */
.cart-section {
    padding: 60px 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.cart-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    margin: 0;
}

.continue-shopping {
    color: #5c6d88;
    text-decoration: underline;
    font-size: 0.9rem;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
}

.cart-item-row {
    border-bottom: 1px solid #f0f0f0;
}

.cart-item-row td {
    padding: 30px 0;
    vertical-align: top;
}

.cart-item-media {
    width: 150px;
}

.cart-item-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.cart-item-details {
    padding-left: 20px;
}

.cart-item-vendor {
    text-transform: uppercase;
    font-size: 0.65rem;
    color: #999;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
}

.cart-item-name {
    font-size: 1.1rem;
    color: #5c6d88;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.cart-item-price {
    font-size: 0.95rem;
    color: #5c6d88;
    margin-bottom: 5px;
}

.cart-item-option {
    font-size: 0.85rem;
    color: #777;
}

.cart-item-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quantity-selector {
    display: flex;
    border: 1px solid #e1e1e1;
    align-items: center;
    width: 120px;
}

.quantity-selector button {
    background: none;
    border: none;
    padding: 10px;
    color: #999;
    font-size: 0.8rem;
    width: 40px;
}

.quantity-selector input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 0.9rem;
    padding: 5px 0;
}

.cart-item-remove {
    color: #5c6d88;
    background: none;
    border: none;
    font-size: 1rem;
}

.cart-item-total {
    font-size: 1.1rem;
    color: #5c6d88;
    text-align: right;
}

.cart-cross-sell {
    margin-top: 60px;
}

.cross-sell-heading {
    text-align: center;
    color: #ff8c8c;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.cross-sell-item-row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cross-sell-product-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.cross-sell-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cross-sell-details {
    flex: 1;
}

.cross-sell-name {
    font-size: 1rem;
    color: #5c6d88;
    font-weight: 500;
}

.cross-sell-price {
    font-size: 0.9rem;
    color: #777;
}

.cross-sell-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 300px;
}

.cross-sell-select {
    flex: 1;
    padding: 8px;
    border: 1px solid #e1e1e1;
    font-size: 0.85rem;
    color: #5c6d88;
    border-radius: 4px;
}

.btn-add-to-cart {
    background-color: #ff8c8c;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 0.85rem;
    border-radius: 4px;
}

.cart-footer {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-note-container {
    width: 400px;
}

.cart-note-label {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.cart-note-textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 15px;
    height: 120px;
    font-size: 0.9rem;
    color: #333;
    resize: none;
}

.cart-summary {
    text-align: right;
    width: 350px;
}

.summary-subtotal {
    font-size: 1.4rem;
    color: #5c6d88;
    margin-bottom: 5px;
}

.summary-subtotal span {
    font-weight: 400;
}

.summary-note {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 25px;
}

.btn-checkout-main {
    background-color: #e7f0ff;
    color: #5c6d88;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    margin-bottom: 15px;
    transition: background-color 0.2s;
}

.btn-checkout-main:hover {
    background-color: #d9eaff;
}

.express-checkout-buttons {
    display: flex;
    gap: 10px;
}

.btn-express {
    flex: 1;
    height: 45px;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-paypal {
    background-color: #ffc439;
}

.btn-gpay {
    background-color: #000;
    color: white;
}

.bestsellers-section {
    padding: 80px 0;
    background-color: #fff;
}

.bestsellers-heading {
    text-align: center;
    color: #5c6d88;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.bestseller-card {
    text-align: left;
    margin-bottom: 30px;
}

.bestseller-image-wrapper {
    aspect-ratio: 1;
    background-color: #f8f9fa;
    margin-bottom: 15px;
    overflow: hidden;
}

.bestseller-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bestseller-name {
    font-size: 0.9rem;
    color: #5c6d88;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.bestseller-rating {
    color: #5c6d88;
    font-size: 0.7rem;
    margin-bottom: 5px;
}

.bestseller-price {
    font-size: 0.95rem;
    color: #5c6d88;
}

/* ========================================
   INDEX PAGE - CART DRAWER STYLES
   ======================================== */
.cart-drawer-offcanvas {
    width: 400px !important;
    border-left: none;
}

.cart-drawer-offcanvas .offcanvas-header {
    padding: 1.5rem;
    border-bottom: none;
}

.cart-drawer-offcanvas .offcanvas-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #5c6d88;
}

.cart-drawer-offcanvas .btn-close {
    font-size: 0.8rem;
}

.cart-drawer__content {
    padding: 0 1.5rem;
}

.cart-item__image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cart-item__details {
    flex: 1;
}

.cart-item__vendor {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 0.2rem;
    letter-spacing: 0.1rem;
}

.cart-item__name {
    font-size: 1rem;
    color: #5c6d88;
    text-decoration: none;
    display: block;
    margin-bottom: 0.3rem;
}

.cart-item__price {
    font-size: 0.95rem;
    color: #5c6d88;
    margin-bottom: 0.3rem;
}

.cart-item__option {
    font-size: 0.8rem;
    color: #777;
}

.cart-item__quantity-remove {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.8rem;
}

.cart-quantity-selector {
    display: flex;
    border: 1px solid #e1e1e1;
    align-items: center;
}

.cart-quantity-selector button {
    background: none;
    border: none;
    padding: 5px 10px;
    color: #999;
    font-size: 0.8rem;
}

.cart-quantity-selector input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 0.9rem;
    padding: 2px 0;
}

.cart-item__remove {
    color: #999;
    background: none;
    border: none;
    font-size: 0.9rem;
}

.cart-item__remove:hover {
    color: #333;
}

.cross-sell-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #f0f0f0;
}

.cross-sell-title {
    font-size: 0.9rem;
    color: #ff8c8c;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
}

.cross-sell-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cross-sell-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.cross-sell-item__info {
    flex: 1;
}

.cross-sell-item__title {
    font-size: 0.85rem;
    color: #5c6d88;
    font-weight: 500;
}

.cross-sell-item__price {
    font-size: 0.8rem;
    color: #777;
}

.cross-sell-item__select {
    font-size: 0.8rem;
    padding: 4px 8px;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-top: 5px;
}

.btn-add-cross-sell {
    background-color: #ff8c8c;
    color: white;
    border: none;
    width: 100%;
    padding: 8px;
    font-size: 0.85rem;
    margin-top: 5px;
}

.cart-drawer-footer {
    padding: 1.5rem;
    border-top: 1px solid #f0f0f0;
    background: white;
}

.special-instructions-summary {
    font-size: 0.85rem;
    color: #5c6d88;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.subtotal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.subtotal-label {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
}

.subtotal-value {
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
}

.tax-shipping-note {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 1.5rem;
}

.btn-checkout {
    background-color: #e7f0ff;
    color: #5c6d88;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    transition: background-color 0.2s;
}

.btn-checkout:hover {
    background-color: #d9eaff;
}

/* ========================================
   INDEX PAGE - SLIDESHOW STYLES
   ======================================== */
.carousel-item {
    height: 80vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    z-index: 10;
}

.caption-middle-right {
    text-align: center;
    left: auto;
    right: 10%;
    width: 40%;
}

.caption-middle-center {
    text-align: center;
    left: 10%;
    right: 10%;
    width: 80%;
}

.caption-middle-left {
    text-align: center;
    left: 10%;
    right: auto;
    width: 40%;
}

.caption-bottom-center {
    bottom: 15%;
    transform: none;
    text-align: center;
    left: 10%;
    right: 10%;
    width: 80%;
}

.banner__heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.banner__text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #fff;
    letter-spacing: 1px;
}

.button--primary {
    background-color: #fff;
    color: #000;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
}

.button--primary:hover {
    background-color: #000;
    color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-indicators {
    margin-bottom: 2rem;
}

.slider-counter {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    font-size: 0.9rem;
    z-index: 15;
}

/* ========================================
   INDEX PAGE - FEATURED PRODUCT SECTION
   ======================================== */
.section-featured-product {
    background-color: #fff;
    padding: 60px 0;
}

.product__text.caption-with-letter-spacing {
    text-transform: uppercase;
    letter-spacing: 0.13rem;
    font-size: 0.7rem;
    color: #777;
    margin-bottom: 0.8rem;
    font-family: "Lato", sans-serif;
}

.product__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #5c6d88;
    line-height: 1.2;
}

.price-item--regular {
    font-size: 1.1rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 0.2rem;
    display: block;
}

.product__tax {
    font-size: 0.75rem;
    color: #999;
    margin-top: 0.2rem;
    margin-bottom: 1.5rem;
}

.product__tax a {
    color: #999;
    text-decoration: underline;
}

.quantity-label {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0.5rem;
    display: block;
}

.quantity {
    display: flex;
    border: 1px solid #e1e1e1;
    width: 130px;
    align-items: center;
    margin-bottom: 2rem;
}

.quantity__input {
    width: 100%;
    text-align: center;
    border: none;
    padding: 12px 0;
    font-size: 0.9rem;
    color: #333;
    background: transparent;
}

.quantity__button {
    background: none;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity__button:hover {
    color: #333;
}

.quantity__button i {
    font-size: 0.7rem;
}

.product-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 400px;
}

.button--add-to-cart {
    background: transparent;
    border: 1px solid #5c6d88;
    color: #5c6d88;
    padding: 14px;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border-radius: 0;
}

.button--add-to-cart:hover {
    border-color: #5c6d88;
    background: rgba(92, 109, 136, 0.05);
    color: #5c6d88;
}

.button--buy-now {
    background: #e9f2ff;
    border: none;
    color: #4a90e2;
    padding: 14px;
    text-transform: none;
    letter-spacing: 0.05rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border-radius: 0;
}

.button--buy-now:hover {
    background: #d9eaff;
}

.product-utility-links {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    font-size: 0.8rem;
    color: #5c6d88;
}

.product-utility-links a {
    color: #5c6d88;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-utility-links a:hover {
    text-decoration: underline;
}

.product-utility-links i {
    font-size: 0.9rem;
}

.product__media-item img {
    width: 100%;
    height: auto;
}

/* ========================================
   INDEX PAGE - COLLECTION SECTION
   ======================================== */
.section-collection {
    padding: 60px 0;
    background-color: #fff;
}

.collection-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 0.5rem;
}

.collection-description {
    font-size: 1rem;
    color: #777;
    margin-bottom: 3rem;
}

.product-card {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.product-card__image--hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card__image-wrapper:hover .product-card__image--main {
    opacity: 0;
}

.product-card__image-wrapper:hover .product-card__image--hover {
    opacity: 1;
}

.product-card__info {
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-card__vendor {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.65rem;
    color: #999;
    margin-bottom: 0.3rem;
}

.product-card__title {
    font-size: 0.9rem;
    color: #5c6d88;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: block;
}

.product-card__rating {
    color: #5c6d88;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
}

.product-card__price {
    font-size: 0.95rem;
    color: #5c6d88;
    margin-bottom: 1rem;
}

.product-card__add-to-cart {
    background: transparent;
    border: 1px solid #5c6d88;
    color: #5c6d88;
    padding: 8px;
    width: 100%;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    border-radius: 0;
    margin-top: auto;
}

.product-card__add-to-cart:hover {
    background: #5c6d88;
    color: #fff;
}

.badge-sold-out {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #5c6d88;
    color: #fff;
    padding: 4px 12px;
    font-size: 0.7rem;
    border-radius: 20px;
    z-index: 2;
}

/* ========================================
   INDEX PAGE - MULTICOLUMN SECTION
   ======================================== */
.section-multicolumn {
    padding: 60px 0;
    background-color: #fff;
}

.multicolumn-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: #5c6d88;
    margin-bottom: 3rem;
    text-align: center;
}

.multicolumn-card {
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.multicolumn-card__image {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.multicolumn-card:hover .multicolumn-card__image {
    filter: grayscale(0%);
    opacity: 1;
}

/* ========================================
   INDEX PAGE - GOOGLE REVIEWS SECTION
   ======================================== */
.section-reviews {
    padding: 40px 0;
    background-color: #fff;
    text-align: center;
}

.reviews-header {
    margin-bottom: 30px;
}

.reviews-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #303030;
    margin-bottom: 5px;
}

.reviews-stars {
    color: #fe8403;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.reviews-count {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 10px;
}

.reviews-count b {
    color: #303030;
}

.google-logo-small {
    width: 80px;
    height: auto;
}

.review-card {
    background-color: #f6f6f8;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.review-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review-user {
    display: flex;
    gap: 12px;
    align-items: center;
}

.review-user__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.review-user__paw {
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-user__paw i {
    font-size: 1.2rem;
    color: #fff;
}

.review-user__info {
    display: flex;
    flex-direction: column;
}

.review-user__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #303030;
}

.review-user__date {
    font-size: 0.75rem;
    color: #999;
}

.google-icon-card {
    width: 18px;
    height: 18px;
}

.review-stars-small {
    color: #fe8403;
    font-size: 0.85rem;
}

.review-text {
    font-size: 0.85rem;
    color: #303030;
    line-height: 1.5;
    margin: 0;
}

/* ========================================
   INDEX PAGE - EASE COLLECTION SECTION
   ======================================== */
.section-collection-ease {
    padding: 40px 0;
    background-color: #fff;
}

.view-all-button {
    background-color: #e9efff;
    color: #5c6d88;
    border: none;
    padding: 10px 30px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
}

/* ========================================
   INDEX PAGE - BLOG SECTION
   ======================================== */
.section-blog {
    padding: 40px 0;
    background-color: #fff;
}

.article-card {
    margin-bottom: 2rem;
}

.article-card__image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.66;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
}

.article-card__image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.article-card__image-wrapper:hover .article-card__image {
    transform: scale(1.05);
}

.article-card__title {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(117, 140, 177);
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.article-card__vendor {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.65rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.article-card__excerpt {
    font-size: 0.85rem;
    color: rgb(117, 140, 177);
    line-height: 1.5;
}

.article-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f5;
    font-size: 2rem;
    color: #ccc;
}

.article-card__body {
    padding-top: 0.75rem;
}

.article-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #999;
}

.article-card__date {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-card__tag {
    background: rgb(117 140 177 / 12%);
    color: rgb(117, 140, 177);
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-card__read-more {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: rgb(117, 140, 177);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.article-card__read-more:hover {
    color: #5c6d88;
    text-decoration: underline;
}

/* ========================================
   BLOG LIST PAGE
   ======================================== */
.blog-hero {
    background: linear-gradient(135deg, #5c6d88 0%, #7b93a8 100%);
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.blog-hero__title {
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.blog-hero__subtitle {
    font-size: 1.1rem;
    opacity: 0.85;
}

.blog-toolbar {
    max-width: 600px;
}

.blog-search .form-control {
    border-color: rgb(117 140 177 / 30%);
}

.blog-search .form-control:focus {
    border-color: rgb(117, 140, 177);
    box-shadow: 0 0 0 0.2rem rgb(117 140 177 / 20%);
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.blog-tag {
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    color: #666;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
}

.blog-tag:hover,
.blog-tag.active {
    background: rgb(117, 140, 177);
    border-color: rgb(117, 140, 177);
    color: #fff;
}

/* ========================================
   BLOG POST DETAIL PAGE
   ======================================== */
.blog-post-hero {
    background: linear-gradient(135deg, #5c6d88 0%, #7b93a8 100%);
    padding: 80px 0 60px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.blog-post-hero__breadcrumb {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    opacity: 0.85;
}

.blog-post-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.blog-post-hero__breadcrumb a:hover {
    text-decoration: underline;
}

.blog-post-hero__title {
    font-family: "DM Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto 1rem;
    line-height: 1.3;
}

.blog-post-hero__meta {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.9rem;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.blog-post-hero__tags {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.blog-post-hero__tag {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: background 0.2s;
}

.blog-post-hero__tag:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.blog-post__excerpt {
    font-size: 1.15rem;
    color: #5c6d88;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
    border-left: 3px solid rgb(117, 140, 177);
    padding-left: 1rem;
}

.blog-post__content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.blog-post__content h2 {
    font-family: "DM Sans", sans-serif;
    color: #5c6d88;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.blog-post__content h3 {
    font-family: "DM Sans", sans-serif;
    color: #5c6d88;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.blog-post__content p {
    margin-bottom: 1.25rem;
}

.blog-post__content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.blog-post__content blockquote {
    border-left: 4px solid rgb(117, 140, 177);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: rgb(117 140 177 / 6%);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #5c6d88;
}

.blog-post__content ul,
.blog-post__content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-post__content li {
    margin-bottom: 0.5rem;
}

.blog-post__share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-post__share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f3f5;
    color: #5c6d88;
    text-decoration: none;
    transition: all 0.2s;
}

.blog-post__share-btn:hover {
    background: rgb(117, 140, 177);
    color: #fff;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .store-hero__heading {
        font-size: 1.8rem;
    }

    .store-hero__content {
        padding: 2rem;
    }

    .image-with-text-row {
        flex-direction: column !important;
    }

    .faq-banner__content {
        padding: 2rem;
    }

    .faq-banner__heading {
        font-size: 1.8rem;
    }

    .policy-title h1 {
        font-size: 2rem;
    }

    .wholesale-title {
        font-size: 1.8rem;
    }
}

/* ========================================
   CHECKOUT PAGE STYLES
   ======================================== */
:root {
    --primary-blue: #5c6d88;
    --light-blue: #e7f0ff;
    --border-color: #d1dbe7;
    --text-muted: #707070;
}

.checkout-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    border-right: 1px solid var(--border-color);
}

.sidebar-content {
    width: 450px;
    padding: 4rem 2rem;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.sidebar-content::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.express-checkout {
    text-align: center;
    margin-bottom: 2rem;
}

.express-checkout-title {
    color: var(--text-muted);
    font-size: 12px;
    margin-bottom: 1rem;
    position: relative;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--text-muted);
    margin: 2rem 0;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--border-color);
}

.separator:not(:empty)::before {
    margin-right: 1em;
}

.separator:not(:empty)::after {
    margin-left: 1em;
}

.form-section-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cart-item-image-wrapper {
    position: relative;
    width: 64px;
    height: 64px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: #fff;
}

.cart-item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-quantity {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #666;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-info {
    flex: 1;
}

.cart-item-title {
    font-weight: 500;
    margin-bottom: 2px;
}

.cart-item-variant {
    color: var(--text-muted);
    font-size: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: #333;
}

.summary-total {
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.payment-box {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
}

.payment-option {
    padding: 15px;
    border-bottom: 1px solid var(--border-color);
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-option:last-child {
    border-bottom: none;
}

.payment-option.active {
    background: #fff;
}

.payment-details {
    padding: 20px;
    background: #f4f4f4;
}

.btn-pay-now {
    background-color: #5c6d88;
    color: #fff;
    width: 100%;
    padding: 1.2rem;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 2rem;
}

.btn-pay-now:hover {
    background-color: #4a5a73;
    color: white;
}

.sidebar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
}

.sidebar-cart-icon {
    position: absolute;
    right: 0;
    color: #5c6d88;
    text-decoration: none;
}

.sidebar-cart-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
}

.checkout-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
    margin-bottom: 1rem;
}

.checkout-back-btn:hover {
    opacity: 0.7;
    color: var(--primary-blue);
}

@media (max-width: 991px) {
    .checkout-container {
        flex-direction: column;
    }

    .sidebar-content {
        width: 100%;
        order: 1;
        padding: 1.5rem 1rem;
        height: auto;
        position: relative;
        top: auto;
    }

    .checkout-container .main-content {
        padding: 1.5rem 1rem !important;
        border-right: none;
    }

    .btn-pay-now {
        padding: 1rem;
        font-size: 15px;
    }

    .express-checkout .d-flex {
        flex-wrap: wrap;
    }

    .express-checkout .d-flex .btn {
        flex: 1;
        min-width: 0 !important;
    }

    .payment-option {
        padding: 12px;
        font-size: 0.9rem;
    }

    .payment-details {
        padding: 12px;
    }

    .d-flex.gap-3.justify-content-center {
        flex-wrap: wrap;
        gap: 0.5rem !important;
    }

    .form-section-title {
        font-size: 16px;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .checkout-container {
        min-height: auto;
    }

    .sidebar-content {
        padding: 1rem 0.75rem;
    }

    .checkout-container .main-content {
        padding: 1rem 0.75rem !important;
    }

    .cart-item-image-wrapper {
        width: 50px;
        height: 50px;
    }

    .cart-item-title {
        font-size: 0.85rem;
    }

    .summary-total {
        font-size: 16px;
    }

    .btn-pay-now {
        padding: 0.9rem;
        font-size: 14px;
        margin-top: 1.5rem;
    }

    .checkout-back-btn {
        font-size: 0.85rem;
    }
}

/* ========================================
   GUIDES PAGE STYLES (issyon- prefix)
   ======================================== */

/* Guides Intro Text */
.issyon-guides-intro {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Guide Cards Grid */
.issyon-guide-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.issyon-guide-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-color: #7b93a8;
}

.issyon-guide-card__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.issyon-guide-card__icon i {
    font-size: 1.8rem;
    color: #fff;
}

.issyon-guide-card__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-guide-card__text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.issyon-guide-card__link {
    color: #7b93a8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.issyon-guide-card__link:hover {
    color: #5c6d88;
}

.issyon-guide-card__link i {
    transition: transform 0.3s ease;
}

.issyon-guide-card__link:hover i {
    transform: translateX(5px);
}

/* Guide Sections */
.issyon-guide-section {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    scroll-margin-top: 100px;
}

.issyon-guide-section__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #7b93a8;
    display: flex;
    align-items: center;
}

.issyon-guide-section__title i {
    color: #7b93a8;
}

.issyon-guide-section__content {
    color: #555;
    line-height: 1.8;
}

.issyon-guide-section__content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.issyon-guide-section__content ul,
.issyon-guide-section__content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.issyon-guide-section__content li {
    margin-bottom: 0.5rem;
}

.issyon-guide-section__content a {
    color: #7b93a8;
    text-decoration: underline;
}

.issyon-guide-section__content a:hover {
    color: #5c6d88;
}

/* Size Table */
.issyon-size-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 1rem 0;
}

.issyon-size-table thead {
    background: #7b93a8;
    color: #fff;
}

.issyon-size-table thead th {
    font-weight: 600;
    padding: 1rem;
    border: none;
}

.issyon-size-table tbody td {
    padding: 0.875rem 1rem;
    border-color: #e5e5e5;
    vertical-align: middle;
}

.issyon-size-table tbody tr:hover {
    background: #f5f7fa;
}

/* Responsive adjustments for guides */
@media (max-width: 768px) {
    .issyon-guide-section {
        padding: 1.5rem;
    }

    .issyon-guide-section__title {
        font-size: 1.25rem;
    }

    .issyon-guide-card {
        padding: 1.5rem;
    }

    .issyon-guide-card__icon {
        width: 60px;
        height: 60px;
    }

    .issyon-guide-card__icon i {
        font-size: 1.5rem;
    }
}

/* ========================================
   GUIDE DETAIL PAGE STYLES (issyon- prefix)
   ======================================== */

/* Breadcrumb */
.issyon-breadcrumb {
    padding: 1.5rem 0;
}

.issyon-breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.issyon-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #666;
}

.issyon-breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-left: 0.5rem;
    color: #999;
}

.issyon-breadcrumb li a {
    color: #7b93a8;
    text-decoration: none;
}

.issyon-breadcrumb li a:hover {
    color: #5c6d88;
    text-decoration: underline;
}

.issyon-breadcrumb li.active {
    color: #333;
}

/* Guide Detail Hero */
.issyon-guide-detail-hero {
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.issyon-guide-detail-hero__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.issyon-guide-detail-hero__icon i {
    font-size: 2rem;
    color: #fff;
}

.issyon-guide-detail-hero__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-guide-detail-hero__subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
}

.issyon-guide-detail-hero__image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Guide Detail Tips Section */
.issyon-guide-detail-tips {
    padding: 3rem 0;
    background: #fff;
}

.issyon-tip-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.issyon-tip-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.issyon-tip-card__number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.issyon-tip-card__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-tip-card__text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

/* Guide Detail Sections */
.issyon-guide-detail-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.issyon-guide-detail-section--alt {
    background: #f9f9f9;
}

.issyon-guide-detail-section__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.issyon-guide-detail-section__title i {
    color: #7b93a8;
}

/* Guide Detail Content */
.issyon-guide-detail-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-guide-detail-content p {
    color: #555;
    line-height: 1.8;
}

/* Guide Steps */
.issyon-guide-steps {
    padding-left: 1.5rem;
    counter-reset: step-counter;
    list-style: none;
}

.issyon-guide-steps li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    color: #555;
    line-height: 1.7;
}

.issyon-guide-steps li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: -1.5rem;
    top: 0;
    width: 28px;
    height: 28px;
    background: #7b93a8;
    color: #fff;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issyon-guide-steps li strong {
    color: #333;
}

/* Measure Diagram */
.issyon-measure-diagram {
    position: relative;
}

.issyon-measure-diagram img {
    width: 100%;
    border-radius: 12px;
}

.issyon-measure-diagram__caption {
    background: rgba(123, 147, 168, 0.9);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    margin-top: 1rem;
    display: inline-block;
}

/* Detailed Size Table */
.issyon-size-table--detailed {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.issyon-size-table--detailed thead th {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Size Badges */
.issyon-size-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    min-width: 45px;
    text-align: center;
}

.issyon-size-badge--xs {
    background: #e8f5e9;
    color: #2e7d32;
}

.issyon-size-badge--s {
    background: #e3f2fd;
    color: #1565c0;
}

.issyon-size-badge--m {
    background: #fff3e0;
    color: #ef6c00;
}

.issyon-size-badge--l {
    background: #fce4ec;
    color: #c2185b;
}

.issyon-size-badge--xl {
    background: #f3e5f5;
    color: #7b1fa2;
}

/* Measurement Box */
.issyon-measurement-box {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid #e5e5e5;
}

.issyon-measurement-box__icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.issyon-measurement-box__icon i {
    color: #fff;
    font-size: 1.25rem;
}

.issyon-measurement-box__content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.issyon-measurement-box__content p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Guide Checklist */
.issyon-guide-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.issyon-guide-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.6;
}

.issyon-guide-checklist li i {
    color: #4caf50;
    font-size: 1.1rem;
    margin-top: 0.15rem;
}

/* FAQ Accordion */
.issyon-guide-detail-faq {
    padding: 4rem 0;
    background: #f9f9f9;
}

.issyon-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.issyon-faq-accordion .accordion-button {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    background: #fff;
    padding: 1.25rem 1.5rem;
}

.issyon-faq-accordion .accordion-button:not(.collapsed) {
    background: #7b93a8;
    color: #fff;
    box-shadow: none;
}

.issyon-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.issyon-faq-accordion .accordion-button::after {
    background-size: 1rem;
}

.issyon-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.issyon-faq-accordion .accordion-body {
    padding: 1.5rem;
    color: #555;
    line-height: 1.8;
    background: #fff;
}

.issyon-faq-accordion .accordion-body a {
    color: #7b93a8;
}

/* CTA Section */
.issyon-guide-detail-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    color: #fff;
}

.issyon-guide-detail-cta h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.issyon-guide-detail-cta p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.issyon-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.issyon-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.issyon-btn--primary {
    background: #fff;
    color: #5c6d88;
}

.issyon-btn--primary:hover {
    background: #f5f5f5;
    color: #4a5a73;
    transform: translateY(-2px);
}

.issyon-btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.issyon-btn--outline:hover {
    background: #fff;
    color: #5c6d88;
    transform: translateY(-2px);
}

.issyon-back-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.issyon-back-link:hover {
    color: #fff;
}

/* Responsive adjustments for guide detail */
@media (max-width: 991px) {
    .issyon-guide-detail-hero {
        padding: 3rem 0;
    }

    .issyon-guide-detail-hero__title {
        font-size: 2rem;
    }

    .issyon-guide-detail-hero__image {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .issyon-guide-detail-hero {
        padding: 2rem 0;
    }

    .issyon-guide-detail-hero__icon {
        width: 60px;
        height: 60px;
    }

    .issyon-guide-detail-hero__icon i {
        font-size: 1.5rem;
    }

    .issyon-guide-detail-hero__title {
        font-size: 1.75rem;
    }

    .issyon-guide-detail-section {
        padding: 2.5rem 0;
    }

    .issyon-guide-detail-section__title {
        font-size: 1.35rem;
    }

    .issyon-measurement-box {
        flex-direction: column;
        text-align: center;
    }

    .issyon-guide-detail-cta h2 {
        font-size: 1.5rem;
    }

    .issyon-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .issyon-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ========================================
   COMING SOON PAGE STYLES (issyon- prefix)
   ======================================== */

.issyon-coming-soon {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.issyon-coming-soon__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.issyon-coming-soon__icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: issyon-pulse 2s ease-in-out infinite;
}

@keyframes issyon-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.issyon-coming-soon__icon i {
    font-size: 2.5rem;
    color: #fff;
}

.issyon-coming-soon__title {
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-coming-soon__subtitle {
    font-size: 1.15rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

/* Countdown */
.issyon-coming-soon__countdown {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.issyon-countdown-item {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    min-width: 90px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.issyon-countdown-item__number {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #7b93a8;
    line-height: 1;
}

.issyon-countdown-item__label {
    display: block;
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* Notify Form */
.issyon-coming-soon__notify {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.issyon-coming-soon__notify h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.issyon-coming-soon__notify p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.issyon-coming-soon__form-group {
    display: flex;
    gap: 0.75rem;
    max-width: 500px;
    margin: 0 auto;
}

.issyon-coming-soon__input {
    flex: 1;
    padding: 1rem 1.25rem;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.issyon-coming-soon__input:focus {
    outline: none;
    border-color: #7b93a8;
}

.issyon-coming-soon__btn {
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.issyon-coming-soon__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(123, 147, 168, 0.4);
}

/* Social Links */
.issyon-coming-soon__social {
    margin-bottom: 2rem;
}

.issyon-coming-soon__social p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.issyon-coming-soon__social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.issyon-social-link {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b93a8;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.issyon-social-link:hover {
    background: #7b93a8;
    border-color: #7b93a8;
    color: #fff;
    transform: translateY(-3px);
}

/* Back Link */
.issyon-coming-soon__back {
    display: inline-flex;
    align-items: center;
    color: #7b93a8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.issyon-coming-soon__back:hover {
    color: #5c6d88;
}

/* Responsive */
@media (max-width: 768px) {
    .issyon-coming-soon {
        padding: 2rem 0;
    }

    .issyon-coming-soon__icon {
        width: 80px;
        height: 80px;
    }

    .issyon-coming-soon__icon i {
        font-size: 2rem;
    }

    .issyon-coming-soon__title {
        font-size: 2rem;
    }

    .issyon-coming-soon__subtitle {
        font-size: 1rem;
    }

    .issyon-coming-soon__countdown {
        gap: 0.75rem;
    }

    .issyon-countdown-item {
        min-width: 70px;
        padding: 1rem 0.75rem;
    }

    .issyon-countdown-item__number {
        font-size: 1.75rem;
    }

    .issyon-countdown-item__label {
        font-size: 0.7rem;
    }

    .issyon-coming-soon__notify {
        padding: 1.5rem;
    }

    .issyon-coming-soon__form-group {
        flex-direction: column;
    }

    .issyon-coming-soon__btn {
        width: 100%;
    }
}

/* ========================================
   ERROR PAGES STYLES (404, 500) (issyon- prefix)
   ======================================== */

.issyon-error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.issyon-error-page__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Error Illustration */
.issyon-error-page__illustration {
    margin-bottom: 2rem;
}

.issyon-error-page__number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.issyon-error-page__number span {
    font-family: "Montserrat", sans-serif;
    font-size: 8rem;
    font-weight: 700;
    color: #7b93a8;
    line-height: 1;
}

.issyon-error-page__paw {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: issyon-bounce 2s ease-in-out infinite;
}

@keyframes issyon-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.issyon-error-page__paw i {
    font-size: 3rem;
    color: #fff;
}

/* 500 Error specific - different color */
.issyon-error-page--500 .issyon-error-page__number span {
    color: #e57373;
}

.issyon-error-page--500 .issyon-error-page__paw {
    background: linear-gradient(135deg, #ef9a9a 0%, #e57373 100%);
}

/* Error Title and Subtitle */
.issyon-error-page__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-error-page__subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

/* Suggestions Section */
.issyon-error-page__suggestions {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.issyon-error-page__suggestions h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.issyon-error-page__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.issyon-error-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #f9f9f9;
    border-radius: 10px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
}

.issyon-error-link:hover {
    background: #7b93a8;
    color: #fff;
    transform: translateY(-2px);
}

.issyon-error-link i {
    font-size: 1.25rem;
    color: #7b93a8;
    transition: color 0.3s ease;
}

.issyon-error-link:hover i {
    color: #fff;
}

.issyon-error-link span {
    font-weight: 500;
}

/* Error Search */
.issyon-error-page__search {
    margin-bottom: 2rem;
}

.issyon-error-page__search p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
}

.issyon-error-search-form {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    gap: 0.5rem;
}

.issyon-error-search-input {
    flex: 1;
    padding: 1rem 1.25rem;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.issyon-error-search-input:focus {
    outline: none;
    border-color: #7b93a8;
}

.issyon-error-search-btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.issyon-error-search-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(123, 147, 168, 0.4);
}

/* Home Button */
.issyon-error-page__home-btn {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #7b93a8 0%, #5c6d88 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.issyon-error-page__home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(123, 147, 168, 0.4);
    color: #fff;
}

/* 500 Error specific home button */
.issyon-error-page--500 .issyon-error-page__home-btn {
    background: linear-gradient(135deg, #ef9a9a 0%, #e57373 100%);
}

.issyon-error-page--500 .issyon-error-page__home-btn:hover {
    box-shadow: 0 5px 20px rgba(229, 115, 115, 0.4);
}

.issyon-error-page--500 .issyon-error-link:hover {
    background: #e57373;
}

.issyon-error-page--500 .issyon-error-search-btn {
    background: linear-gradient(135deg, #ef9a9a 0%, #e57373 100%);
}

.issyon-error-page--500 .issyon-error-search-btn:hover {
    box-shadow: 0 5px 15px rgba(229, 115, 115, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .issyon-error-page {
        padding: 2rem 0;
    }

    .issyon-error-page__number span {
        font-size: 5rem;
    }

    .issyon-error-page__paw {
        width: 70px;
        height: 70px;
    }

    .issyon-error-page__paw i {
        font-size: 2rem;
    }

    .issyon-error-page__title {
        font-size: 1.5rem;
    }

    .issyon-error-page__subtitle {
        font-size: 1rem;
    }

    .issyon-error-page__suggestions {
        padding: 1.5rem;
    }

    .issyon-error-page__links {
        grid-template-columns: 1fr;
    }

    .issyon-error-search-form {
        flex-direction: column;
        align-items: center;
    }

    .issyon-error-search-input {
        width: 100%;
    }
}

/* ========================================
   CONTACT PAGE STYLES (issyon-cont-)
   ======================================== */

/* Contact Hero Section */
.issyon-cont-hero {
    padding: 4rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #e9ecef36 100%);
}

.issyon-cont-hero__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #7b93a8 0%, #5a7a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(123, 147, 168, 0.3);
}

.issyon-cont-hero__icon i {
    font-size: 2rem;
    color: white;
}

.issyon-cont-hero__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-cont-hero__subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    max-width: 500px;
}

.issyon-cont-hero__image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Contact Section Titles */
.issyon-cont-section__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
}

.issyon-cont-section__title i {
    color: #7b93a8;
}

/* Contact Methods Section */
.issyon-cont-methods {
    padding: 4rem 0;
    background: white;
}

.issyon-cont-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.issyon-cont-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #7b93a8;
}

.issyon-cont-card__icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #7b93a8 0%, #5a7a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.issyon-cont-card__icon i {
    font-size: 1.8rem;
    color: white;
}

.issyon-cont-card__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.issyon-cont-card__text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.issyon-cont-card__link {
    color: #7b93a8;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.issyon-cont-card__link:hover {
    color: #5a7a8a;
    text-decoration: underline;
}

/* Contact Form Section */
.issyon-cont-form-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.issyon-cont-form-intro {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.issyon-cont-form {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.issyon-cont-form__group {
    margin-bottom: 0.5rem;
}

.issyon-cont-form__label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.issyon-cont-form__input,
.issyon-cont-form__select,
.issyon-cont-form__textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    transition: all 0.3s ease;
    background: white;
}

.issyon-cont-form__input:focus,
.issyon-cont-form__select:focus,
.issyon-cont-form__textarea:focus {
    outline: none;
    border-color: #7b93a8;
    box-shadow: 0 0 0 4px rgba(123, 147, 168, 0.1);
}

.issyon-cont-form__textarea {
    resize: vertical;
    min-height: 120px;
}

.issyon-cont-form__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    padding-right: 2.5rem;
}

.issyon-cont-form__submit {
    background: linear-gradient(135deg, #7b93a8 0%, #5a7a8a 100%);
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.issyon-cont-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(123, 147, 168, 0.4);
}

/* Contact Info Box */
.issyon-cont-info-box {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.issyon-cont-info-box__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.issyon-cont-info-box__title i {
    color: #7b93a8;
}

.issyon-cont-info-box__content {
    margin-bottom: 2rem;
}

.issyon-cont-info-box__content p {
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.7;
}

.issyon-cont-info-box__link {
    display: inline-flex;
    align-items: center;
    color: #7b93a8;
    font-weight: 600;
    text-decoration: none;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
}

.issyon-cont-info-box__link:hover {
    color: #5a7a8a;
}

.issyon-cont-info-box__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.issyon-cont-info-box__subtitle i {
    color: #7b93a8;
}

/* Store Hours */
.issyon-cont-hours {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.issyon-cont-hours li {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.issyon-cont-hours li:last-child {
    border-bottom: none;
}

.issyon-cont-hours__day {
    color: #333;
    font-weight: 500;
}

.issyon-cont-hours__time {
    color: #7b93a8;
    font-weight: 600;
}

/* Social Links */
.issyon-cont-social {
    display: flex;
    gap: 0.75rem;
}

.issyon-cont-social__link {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b93a8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.issyon-cont-social__link:hover {
    background: #7b93a8;
    color: white;
    transform: translateY(-3px);
}

/* FAQ Quick Links Section */
.issyon-cont-faq-section {
    padding: 4rem 0;
    background: white;
}

.issyon-cont-quick-link {
    display: block;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid transparent;
}

.issyon-cont-quick-link:hover {
    background: white;
    border-color: #7b93a8;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.issyon-cont-quick-link__icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #7b93a8 0%, #5a7a8a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.issyon-cont-quick-link__icon i {
    font-size: 1.5rem;
    color: white;
}

.issyon-cont-quick-link__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.issyon-cont-quick-link__text {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Response Time Notice */
.issyon-cont-notice {
    padding: 3rem 0;
    background: #f8f9fa;
}

.issyon-cont-notice__box {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: white;
    padding: 1.5rem 2rem;
    border-left: 4px solid #7b93a8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.issyon-cont-notice__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(123, 147, 168, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.issyon-cont-notice__icon i {
    font-size: 1.5rem;
    color: #7b93a8;
}

.issyon-cont-notice__content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.issyon-cont-notice__content p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Contact Page Responsive */
@media (max-width: 991px) {
    .issyon-cont-hero {
        padding: 3rem 0;
    }

    .issyon-cont-hero__image {
        margin-top: 2rem;
        height: 280px;
    }

    .issyon-cont-form-section .col-lg-6:last-child {
        margin-top: 2rem;
    }
}

@media (max-width: 768px) {
    .issyon-cont-hero__title {
        font-size: 2rem;
    }

    .issyon-cont-hero__icon {
        width: 60px;
        height: 60px;
    }

    .issyon-cont-hero__icon i {
        font-size: 1.5rem;
    }

    .issyon-cont-section__title {
        font-size: 1.5rem;
    }

    .issyon-cont-form {
        padding: 1.5rem;
    }

    .issyon-cont-info-box {
        padding: 1.5rem;
    }

    .issyon-cont-notice__box {
        flex-direction: column;
        text-align: center;
    }

    .issyon-cont-notice__icon {
        margin: 0 auto;
    }
}


/* ========================================
   PRODUCT DETAILS PAGE STYLES (issyon-prod prefix)
   ======================================== */
.issyon-prod-main {
    padding: 36px 0;
}

.issyon-prod-media-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.issyon-prod-media-item {
    width: 100%;
    margin-bottom: 15px;
}

.issyon-prod-media-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Carousel Thumbnails */
.carousel-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.carousel-thumbnails .img-thumbnail {
    flex-shrink: 0;
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border: 2px solid #e0e5ed;
    transition: border-color 0.2s ease;
    cursor: pointer;
}

.carousel-thumbnails .img-thumbnail:hover,
.carousel-thumbnails .img-thumbnail.active {
    border-color: #7d91b0;
}

/* Product Gallery - 2 Column Grid */
.issyon-prod-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.issyon-prod-gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.issyon-prod-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.issyon-prod-gallery-item img:hover {
    transform: scale(1.02);
}

@media (max-width: 576px) {
    .issyon-prod-gallery {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

.issyon-prod-info {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .issyon-prod-info {
        padding-left: 0;
        margin-top: 30px;
    }
}

.issyon-prod-vendor {
    font-size: 0.9rem;
    color: #758cb1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.issyon-prod-title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    color: #5c6d88;
    margin-bottom: 15px;
}

.issyon-prod-price {
    font-size: 1.5rem;
    color: #5c6d88;
    margin-bottom: 5px;
}

.issyon-prod-tax-note {
    font-size: 0.85rem;
    color: #758cb1;
    margin-bottom: 20px;
}

.issyon-prod-tax-note a {
    color: inherit;
    text-decoration: underline;
}

.issyon-prod-option-label {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.issyon-prod-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #758cb1;
    border-radius: 0;
    margin-bottom: 20px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%235c6d88' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.issyon-prod-quantity-wrapper {
    margin-bottom: 25px;
}

.issyon-prod-quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid #758cb1;
    width: fit-content;
}

.issyon-prod-quantity-btn {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #5c6d88;
}

.issyon-prod-quantity-input {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 1px solid #758cb1;
    border-right: 1px solid #758cb1;
    padding: 10px 0;
}

.issyon-prod-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.issyon-prod-btn-cart {
    background: transparent;
    border: 1px solid #5c6d88;
    color: #5c6d88;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.issyon-prod-btn-cart:hover {
    background: #5c6d88;
    color: #fff;
}

.issyon-prod-btn-buy {
    background: #e7f0ff;
    border: none;
    color: #5c6d88;
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.issyon-prod-frequently-bought {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.issyon-prod-fbt-title {
    font-size: 1.2rem;
    color: #ffb7b7;
    margin-bottom: 20px;
}

.issyon-prod-fbt-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.issyon-prod-fbt-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.issyon-prod-fbt-info {
    font-size: 0.9rem;
    color: #5c6d88;
}

.issyon-prod-fbt-total {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

.issyon-prod-shipping-terms {
    background: #7b93a8;
    color: #fff;
    padding: 40px 0;
}

.issyon-prod-policy-item h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.issyon-prod-policy-item p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.issyon-prod-policy-link {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
}

.issyon-prod-badge-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.issyon-prod-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.75rem;
    color: #758cb1;
}

.issyon-prod-badge-item i {
    font-size: 1.5rem;
    margin-bottom: 5px;
}
/* ========================================
   ISSYON PRODUCT GRID PREFIXED STYLES
   ======================================== */
.issyon-p-card-wrapper {
  color: inherit;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.issyon-p-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  position: relative;
  overflow: hidden; /* Ensure images don't overflow rounded corners */
}

.issyon-p-card__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* Force square aspect ratio */
  overflow: hidden;
}

.issyon-p-card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.issyon-p-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.issyon-p-card__media img.issyon-p-hover-img {
  opacity: 0;
  z-index: 1;
}

.issyon-p-card:hover .issyon-p-card__media img.issyon-p-hover-img {
  opacity: 1;
}

/* No longer need to hide base image manually if hover is on top, 
   but let's keep it for cleaner transitions if needed */
.issyon-p-card:hover .issyon-p-card__media img:not(.issyon-p-hover-img) {
  opacity: 0;
}

.issyon-p-btn-choose-options {
  margin-top: auto;
  width: 100%;
  border: 1px solid #758cb1;
  background: transparent;
  color: #758cb1;
  padding: 8px;
  transition: all 0.3s;
  text-transform: none;
}

.issyon-p-btn-choose-options:hover {
  background: #758cb1;
  color: #fff;
}

.issyon-p-modal-product-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.issyon-p-option-group {
  margin-bottom: 1.5rem;
}

.issyon-p-option-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5c6d88;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.issyon-p-swatch-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.issyon-p-swatch {
  border: 1px solid #eee;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s;
  user-select: none;
}

.issyon-p-swatch.active, .issyon-p-swatch:hover {
  border-color: #758cb1;
  background-color: #f8f9fa;
}

.issyon-p-card__content {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.issyon-p-card__information {
  margin-top: auto;
}

.issyon-p-card__heading {
  font-size: 1rem;
  margin: 0.5rem 0;
  text-align: left;
  font-weight: 500;
  color: rgb(117, 140, 177);
}

.issyon-p-card__heading a {
  color: inherit;
  text-decoration: none;
}

.issyon-p-card__heading a:hover {
  text-decoration: underline;
}

.issyon-p-card__vendor {
  font-size: 0.8rem;
  color: #777;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.issyon-p-price {
  font-weight: 600;
  color: #5c6d88;
  margin-top: 0.5rem;
}

.issyon-p-rating {
  color: #ffc107;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.issyon-p-collection-hero {
  padding: 4rem 0;
}

.issyon-p-collection-hero__title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.5rem;
  color: rgb(117, 140, 177);
  margin: 0;
}

.issyon-p-facets-wrapper {
  padding: 2rem 0;
  border-bottom: 1px solid rgb(117 140 177 / 73%);
  margin-bottom: 2rem;
}

.issyon-p-facets-wrapper .btn-outline-secondary {
  color: rgb(117 140 177 / 73%);
  border-color: rgb(117 140 177 / 73%);
  background: transparent;
}

.issyon-p-facets-wrapper .btn-outline-secondary:hover,
.issyon-p-facets-wrapper .btn-outline-secondary:focus,
.issyon-p-facets-wrapper .btn-outline-secondary.active {
  background: rgb(117 140 177);
  border-color: rgb(117 140 177);
  color: #fff;
}

.issyon-p-facets-wrapper .form-select {
  color: rgb(117 140 177 / 73%);
  border-color: rgb(117 140 177 / 73%);
}

.issyon-p-facets-wrapper .form-select:focus {
  border-color: rgb(117 140 177);
  box-shadow: 0 0 0 0.2rem rgb(117 140 177 / 25%);
}

.issyon-p-filter-label {
  font-weight: 600;
  margin-right: 1rem;
  color: rgb(117 140 177);
}

.issyon-p-btn-add-to-cart {
  margin-top: auto;
  width: 100%;
  border: 1px solid #758cb1;
  background: transparent;
  color: #758cb1;
  padding: 8px;
  transition: all 0.3s;
}

.issyon-p-btn-add-to-cart:hover {
  background: #758cb1;
  color: #fff;
}

/* ========================================
   PAGES DIRECTORY STYLES
   ======================================== */

.issyon-directory {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 70vh;
}

.issyon-directory__header {
    text-align: center;
    margin-bottom: 3rem;
}

.issyon-directory__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.issyon-directory__subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.issyon-directory__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Category Section */
.issyon-directory__category {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.issyon-directory__category-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #7b93a8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.issyon-directory__category-title i {
    font-size: 1.1rem;
}

.issyon-directory__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.issyon-directory__links li {
    margin-bottom: 0.5rem;
}

.issyon-directory__links li:last-child {
    margin-bottom: 0;
}

.issyon-directory__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.issyon-directory__link:hover {
    background: #7b93a8;
    color: #fff;
    transform: translateX(5px);
}

.issyon-directory__link i {
    width: 20px;
    text-align: center;
    color: #7b93a8;
    transition: color 0.3s ease;
}

.issyon-directory__link:hover i {
    color: #fff;
}

.issyon-directory__link-name {
    flex: 1;
    font-weight: 500;
}

.issyon-directory__link-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.issyon-directory__link:hover .issyon-directory__link-arrow {
    opacity: 1;
}

/* Stats Section */
.issyon-directory__stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.issyon-directory__stat {
    text-align: center;
}

.issyon-directory__stat-number {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #7b93a8;
    line-height: 1;
}

.issyon-directory__stat-label {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

/* Quick Search */
.issyon-directory__search {
    max-width: 500px;
    margin: 0 auto 2rem;
}

.issyon-directory__search-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid #e5e5e5;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.issyon-directory__search-input:focus {
    outline: none;
    border-color: #7b93a8;
    box-shadow: 0 0 0 4px rgba(123, 147, 168, 0.1);
}

.issyon-directory__search-input::placeholder {
    color: #aaa;
}

/* Badge for new/updated pages */
.issyon-directory__badge {
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.issyon-directory__badge--new {
    background: #d4edda;
    color: #155724;
}

.issyon-directory__badge--updated {
    background: #fff3cd;
    color: #856404;
}

.issyon-directory__badge--error {
    background: #f8d7da;
    color: #721c24;
}

/* Responsive */
@media (max-width: 768px) {
    .issyon-directory {
        padding: 2rem 0;
    }

    .issyon-directory__title {
        font-size: 1.75rem;
    }

    .issyon-directory__subtitle {
        font-size: 1rem;
    }

    .issyon-directory__stats {
        gap: 1.5rem;
    }

    .issyon-directory__stat-number {
        font-size: 2rem;
    }
}

/* ========================================
   ETSY SHOP PAGE
   ======================================== */

/* --- Nav Link Etsy Accent --- */
.nav-link--etsy {
    color: #F1641E !important;
    font-weight: 600 !important;
}

.nav-link--etsy:hover {
    color: #d4551a !important;
}

/* --- Hero Banner --- */
.etsy-hero {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #fdf2ec 0%, #fce4d6 30%, #f8d5c2 60%, #f1f5f9 100%);
    overflow: hidden;
    text-align: center;
}

.etsy-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.etsy-hero__pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(241, 100, 30, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(241, 100, 30, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 60% 30%, rgba(92, 109, 136, 0.03) 0%, transparent 40%);
}

.etsy-hero__content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.etsy-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(241, 100, 30, 0.1);
    color: #F1641E;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.etsy-hero__badge i {
    font-size: 1.1rem;
}

.etsy-hero__title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    color: #3d4f5f;
    margin-bottom: 20px;
    line-height: 1.2;
}

.etsy-hero__title--orange {
    color: #F1641E;
    font-weight: 600;
}

.etsy-hero__subtitle {
    font-size: 1.1rem;
    color: #5c6d88;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.etsy-hero__stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
}

.etsy-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etsy-hero__stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #F1641E;
    line-height: 1.2;
}

.etsy-hero__stat-label {
    font-size: 0.8rem;
    color: #5c6d88;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.etsy-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #F1641E;
    color: #fff;
    padding: 16px 36px;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(241, 100, 30, 0.3);
}

.etsy-hero__cta:hover {
    background: #d4551a;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(241, 100, 30, 0.4);
    color: #fff;
}

.etsy-hero__cta .fa-arrow-right {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.etsy-hero__cta:hover .fa-arrow-right {
    transform: translateX(4px);
}

/* --- Why Etsy Section --- */
.etsy-why {
    padding: 80px 0;
    background: #fff;
}

.etsy-why__header {
    text-align: center;
    margin-bottom: 50px;
}

.etsy-why__label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F1641E;
    font-weight: 600;
    margin-bottom: 12px;
}

.etsy-why__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #3d4f5f;
    margin-bottom: 12px;
}

.etsy-why__subtitle {
    font-size: 1rem;
    color: #5c6d88;
    max-width: 500px;
    margin: 0 auto;
}

.etsy-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.etsy-why__card {
    text-align: center;
    padding: 35px 25px;
    border-radius: 16px;
    background: #fafbfc;
    border: 1px solid #f0f2f5;
    transition: all 0.3s ease;
}

.etsy-why__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(241, 100, 30, 0.15);
}

.etsy-why__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fef0e8, #fce4d6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.etsy-why__icon i {
    font-size: 1.3rem;
    color: #F1641E;
}

.etsy-why__card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #3d4f5f;
    margin-bottom: 10px;
}

.etsy-why__card-desc {
    font-size: 0.85rem;
    color: #5c6d88;
    line-height: 1.6;
    margin: 0;
}

/* --- Featured Listings --- */
.etsy-listings {
    padding: 80px 0;
    background: #f9fafb;
}

.etsy-listings__header {
    text-align: center;
    margin-bottom: 50px;
}

.etsy-listings__label {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F1641E;
    font-weight: 600;
    margin-bottom: 12px;
}

.etsy-listings__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #3d4f5f;
    margin-bottom: 12px;
}

.etsy-listings__subtitle {
    font-size: 1rem;
    color: #5c6d88;
}

.etsy-listings__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.etsy-listing-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eef0f3;
}

.etsy-listing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.etsy-listing-card__image-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.etsy-listing-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.etsy-listing-card:hover .etsy-listing-card__image {
    transform: scale(1.05);
}

.etsy-listing-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.etsy-listing-card:hover .etsy-listing-card__overlay {
    opacity: 1;
}

.etsy-listing-card__view {
    background: #fff;
    color: #3d4f5f;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.etsy-listing-card__view:hover {
    background: #F1641E;
    color: #fff;
}

.etsy-listing-card__sale {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #F1641E;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 1;
}

.etsy-listing-card__info {
    padding: 16px;
}

.etsy-listing-card__name {
    font-size: 0.9rem;
    font-weight: 500;
    color: #3d4f5f;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.etsy-listing-card__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
}

.etsy-listing-card__rating .fa-star {
    font-size: 0.7rem;
    color: #ddd;
}

.etsy-listing-card__rating .fa-star.filled {
    color: #F1641E;
}

.etsy-listing-card__review-count {
    font-size: 0.75rem;
    color: #999;
    margin-left: 4px;
}

.etsy-listing-card__price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.etsy-listing-card__price--current {
    font-size: 1rem;
    font-weight: 700;
    color: #3d4f5f;
}

.etsy-listing-card__price--old {
    font-size: 0.85rem;
    color: #999;
    text-decoration: line-through;
}

.etsy-listings__footer {
    text-align: center;
    margin-top: 40px;
}

.etsy-listings__see-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F1641E;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 12px 30px;
    border: 2px solid #F1641E;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.etsy-listings__see-all:hover {
    background: #F1641E;
    color: #fff;
}

.etsy-listings__see-all i {
    font-size: 0.75rem;
}

/* --- Etsy Reviews --- */
.etsy-reviews {
    padding: 80px 0;
    background: #fff;
}

.etsy-reviews__header {
    text-align: center;
    margin-bottom: 50px;
}

.etsy-reviews__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F1641E;
    font-weight: 600;
    margin-bottom: 12px;
}

.etsy-reviews__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: #3d4f5f;
}

.etsy-reviews__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.etsy-review-card {
    background: #fafbfc;
    border: 1px solid #f0f2f5;
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.etsy-review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(241, 100, 30, 0.15);
}

.etsy-review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}

.etsy-review-card__stars .fa-star {
    color: #F1641E;
    font-size: 0.85rem;
}

.etsy-review-card__text {
    font-size: 0.9rem;
    color: #5c6d88;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
    font-style: italic;
}

.etsy-review-card__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #f0f2f5;
    padding-top: 16px;
}

.etsy-review-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F1641E, #ff8c5a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.etsy-review-card__meta {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.etsy-review-card__name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d4f5f;
}

.etsy-review-card__product {
    font-size: 0.72rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.etsy-review-card__date {
    font-size: 0.72rem;
    color: #bbb;
    white-space: nowrap;
}

/* --- Etsy CTA Section --- */
.etsy-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #3d4f5f 0%, #2c3e50 100%);
    text-align: center;
}

.etsy-cta__content {
    max-width: 600px;
    margin: 0 auto;
}

.etsy-cta__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(241, 100, 30, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.etsy-cta__icon i {
    font-size: 2rem;
    color: #F1641E;
}

.etsy-cta__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
    margin-bottom: 16px;
}

.etsy-cta__text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 32px;
}

.etsy-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
}

.etsy-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.etsy-cta__btn--primary {
    background: #F1641E;
    color: #fff;
    box-shadow: 0 4px 20px rgba(241, 100, 30, 0.35);
}

.etsy-cta__btn--primary:hover {
    background: #d4551a;
    transform: translateY(-2px);
    color: #fff;
}

.etsy-cta__btn--secondary {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.etsy-cta__btn--secondary:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.etsy-cta__trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.etsy-cta__trust span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.etsy-cta__trust .fa-check-circle {
    color: #2ecc71;
    font-size: 0.85rem;
}

/* --- Etsy Page Responsive --- */
@media (max-width: 992px) {
    .etsy-hero__title {
        font-size: 2.5rem;
    }

    .etsy-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .etsy-listings__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .etsy-reviews__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .etsy-hero {
        padding: 50px 0;
    }

    .etsy-hero__title {
        font-size: 2rem;
    }

    .etsy-hero__stats {
        gap: 25px;
    }

    .etsy-hero__stat-number {
        font-size: 1.5rem;
    }

    .etsy-why,
    .etsy-listings,
    .etsy-reviews,
    .etsy-cta {
        padding: 50px 0;
    }

    .etsy-why__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .etsy-why__card {
        padding: 24px 20px;
    }

    .etsy-listings__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .etsy-reviews__grid {
        grid-template-columns: 1fr;
    }

    .etsy-cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .etsy-cta__trust {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}


.section-multicolumn{
    display: none;
}