/*
Theme Name: Cirene Child (Hello Elementor)
Theme URI: https://cirene.ec
Description: Child theme para la tienda online Cirene, basado en Hello Elementor. Personalización avanzada de WooCommerce.
Author: Adrian Cabrera
Author URI: https://adriandev.website
Template: hello-elementor
Version: 1.0.0
Text Domain: cirene-child
*/

/* Fuentes locales*/
/* 1. Regular */
@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/FiraSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 2. Italic */
@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/FiraSans-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* 3. Medium (Ideal para botones o menús) */
@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/FiraSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 4. Bold (Para títulos H1, H2, H3) */
@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/FiraSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Aplicación básica */
html body, 
html body h1, 
html body h2, 
html body h3, 
html body h4, 
html body h5, 
html body h6, 
html body p, 
html body a, 
html body span, 
html body button {
    font-family: 'Fira Sans', sans-serif !important;
}

body:not(.woocommerce-checkout):not(.woocommerce-cart):not(.woocommerce-account) .woocommerce-notices-wrapper {
    display: none !important;
}

.elementor-sub-item.elementor-item-active, .elementor-nav-menu--dropdown a:hover {
    background-color: #7AD6E2!important;
}

.cirene-product-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.cirene-cart-trigger {
    position: relative;
    display: inline-flex;
}

[data-cirene-cart-count] {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #b40000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    z-index: 5;
}

[data-cirene-cart-count].has-items {
    display: inline-flex;
}

[data-cirene-cart-count].is-empty {
    display: none;
}

.cirene-qv-content {
    position: relative;
}

.cirene-product-media {
    position: relative;
    background: #f3f3f3;
}

.cirene-product-image-link,
.cirene-product-image-link img {
    display: block;
    width: 100%;
    height: auto;
}

.cirene-product-actions {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 2;
}

.cirene-product-card:hover .cirene-product-actions {
    opacity: 1;
    transform: translateY(0);
}

.cirene-action-btn,
.cirene-qv-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #2e2e2e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.cirene-action-btn:hover,
.cirene-qv-wishlist:hover {
    background: #7AD6E2;
    color: #ffffff !important;
}

.cirene-product-actions .cirene-action-btn:hover,
.cirene-product-actions .cirene-action-btn:hover svg,
.cirene-product-actions .cirene-action-btn:hover path,
.cirene-product-actions .cirene-action-btn:hover circle,
.cirene-product-actions .cirene-action-btn:focus-visible,
.cirene-product-actions .cirene-action-btn:focus-visible svg,
.cirene-product-actions .cirene-action-btn:focus-visible path,
.cirene-product-actions .cirene-action-btn:focus-visible circle {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

.cirene-action-btn svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
}

.cirene-quick-view-open svg {
    width: 28px;
    height: 28px;
}

.cirene-quick-view-open svg path,
.cirene-quick-view-open svg circle {
    stroke-width: 2.4;
}

.cirene-product-actions .cirene-action-btn.cirene-quick-view-open svg {
    width: 30px !important;
    height: 30px !important;
    transform: scale(1.15);
    transform-origin: center;
}

.cirene-product-actions .cirene-action-btn.cirene-quick-view-open svg path,
.cirene-product-actions .cirene-action-btn.cirene-quick-view-open svg circle {
    stroke-width: 2.8 !important;
}

.cirene-action-btn.is-active,
.cirene-qv-wishlist.is-active,
.cirene-wishlist-toggle.is-active {
    color: #b40000;
}

.cirene-product-actions .cirene-action-btn.is-active:hover,
.cirene-product-actions .cirene-action-btn.is-active:focus-visible {
    color: #ffffff !important;
}

.cirene-product-summary {
    padding-top: 16px;
    min-width: 0;
}

.cirene-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
    min-width: 0;
}

.cirene-product-title {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.15;
    font-weight: 400;
    color: #2e2e2e;
    min-height: 3.45em;
    max-height: 3.45em;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow-wrap: anywhere;
}

.cirene-product-price {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 800;
    color: #ad0000;
    white-space: nowrap;
}

.cirene-product-card .cirene-add-to-cart-form {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

.cirene-product-card .cirene-qty-wrap {
    background: transparent;
    border: 0;
}

.cirene-product-card .cirene-qty-btn {
    display: none;
}

.cirene-product-card .cirene-qty-input {
    width: 56px;
    height: 38px;
    line-height: 38px;
    padding: 0 4px !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #f6f6f6 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    appearance: auto;
    -moz-appearance: auto;
}

.cirene-product-card input.cirene-qty-input[type='number'] {
    flex: 0 0 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.cirene-product-card .cirene-qty-input::-webkit-inner-spin-button,
.cirene-product-card .cirene-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
    opacity: .7;
}

.cirene-product-card .cirene-qty-input:focus,
.cirene-product-card .cirene-qty-input:focus-visible {
    outline: none !important;
    border-color: #7AD6E2 !important;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .2) !important;
}

.cirene-product-card .cirene-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
    padding: 0 16px;
    gap: 0;
}

.cirene-product-card .cirene-btn-primary {
    background: #7AD6E2;
    color: #ffffff !important;
    border: 1px solid #7AD6E2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.cirene-product-card .cirene-btn-primary:active,
.cirene-product-card .cirene-btn-primary:focus,
.cirene-product-card .cirene-btn-primary:focus-visible,
.cirene-product-card .cirene-btn-primary:visited {
    color: #ffffff !important;
}

.cirene-product-card .cirene-btn-primary:hover,
.cirene-product-card .cirene-btn-primary:focus-visible {
    background: #ffffff !important;
    color: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
}

.cirene-product-card .cirene-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
    color: inherit;
    transform: translateY(-1px);
}

.cirene-product-card .cirene-btn-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    stroke: currentColor;
}

.cirene-qty-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #ececec;
}

.cirene-qty-input {
    width: 78px;
    height: 58px;
    border: 0;
    text-align: center !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #111 !important;
    background: transparent;
    font-family: inherit !important;
    line-height: 58px;
    padding: 0 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #111;
    -moz-appearance: textfield;
}

input.cirene-qty-input[type='number'] {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    flex: 0 0 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    margin: 0 !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.cirene-qty-wrap > .cirene-qty-input {
    color: #111 !important;
    background-color: #ececec !important;
}

.cirene-qty-input::-webkit-inner-spin-button,
.cirene-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cirene-qty-btn {
    width: 32px;
    height: 58px;
    border: 0;
    background: transparent;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.cirene-add-to-cart-form {
    display: grid;
    grid-template-columns: 142px minmax(0, 1fr);
    align-items: stretch;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.cirene-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 58px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    transition: opacity .2s ease;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 26px;
    min-width: 0;
}

.cirene-btn-primary {
    background: #7AD6E2;
    color: #fff;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cirene-btn-primary:hover,
.cirene-btn-primary:focus-visible {
    background: #000000;
}

.e-loop-item,
.elementor-loop-container,
.elementor-widget-loop-grid .elementor-widget-container {
    min-width: 0;
}

.cirene-btn-secondary {
    background: #ececec;
    color: #212121;
    width: 100%;
}

.cirene-btn.is-disabled,
.cirene-btn-primary.is-disabled {
    opacity: .55;
    pointer-events: none;
}

.cirene-btn-icon {
    font-size: 1rem;
}

.cirene-shop-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    pointer-events: none;
    z-index: 9997;
    transition: opacity .25s ease;
}

.cirene-shop-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.cirene-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: min(80vw, 390px);
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform .28s ease;
    display: flex;
    flex-direction: column;
}

.cirene-cart-panel.is-active {
    transform: translateX(0);
}

.cirene-cart-panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cirene-cart-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 18px;
    border-bottom: 1px solid #ddd;
}

.cirene-cart-panel-title {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.1;
    font-weight: 700;
}

.cirene-cart-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #7AD6E2;
    border-radius: 4px;
    background: #ffffff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #7AD6E2;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cirene-cart-close:hover,
.cirene-cart-close:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
    border-color: #7AD6E2 !important;
}

.cirene-cart-panel-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 18px;
}

.cirene-cart-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid #ececec;
}

.cirene-cart-item-image img {
    display: block;
    width: 100%;
    height: auto;
}

.cirene-cart-item-name {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.2;
}

.cirene-cart-item-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cirene-cart-line-price {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

.cirene-cart-remove {
    width: 30px;
    height: 30px;
    border: 1px solid #7AD6E2;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    color: #7AD6E2;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cirene-cart-remove:hover,
.cirene-cart-remove:focus-visible {
    background: #7AD6E2;
    color: #ffffff;
    border-color: #7AD6E2;
}

.cirene-cart-remove svg {
    width: 15px;
    height: 15px;
    display: block;
    stroke: currentColor;
}

.cirene-cart-remove:hover svg,
.cirene-cart-remove:focus-visible svg,
.cirene-cart-remove:hover path,
.cirene-cart-remove:focus-visible path {
    stroke: #ffffff;
    color: #ffffff;
}

.cirene-cart-panel-footer {
    border-top: 1px solid #ddd;
    padding: 14px 18px 18px;
}

.cirene-cart-summary-row,
.cirene-cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 1rem;
    margin-bottom: 8px;
}

.cirene-cart-total-row {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cirene-cart-panel-footer hr {
    border: 0;
    border-top: 1px solid #cfcfcf;
    margin: 14px 0;
}

.cirene-cart-panel-footer .cirene-btn {
    width: 100%;
    height: 48px;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #7AD6E2;
}

.cirene-cart-panel-footer .cirene-btn + .cirene-btn {
    margin-top: 10px;
}

.cirene-cart-empty {
    padding: 24px 0;
    font-size: 1rem;
    line-height: 1.4;
}

.cirene-cart-panel .cirene-qty-wrap {
    background: transparent;
    border: 0;
}

.cirene-cart-panel .cirene-qty-btn,
.cirene-cart-panel .cirene-qty-input,
.cirene-cart-panel input.cirene-qty-input[type='number'] {
    height: 38px;
}

.cirene-cart-panel .cirene-qty-btn {
    display: none;
}

.cirene-cart-panel .cirene-qty-btn:hover,
.cirene-cart-panel .cirene-qty-btn:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
    border-color: #7AD6E2 !important;
}

.cirene-cart-panel .cirene-qty-input {
    width: 56px;
    line-height: 38px;
    padding: 0 4px !important;
    font-size: .95rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #f6f6f6 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    appearance: auto;
    -moz-appearance: auto;
}

.cirene-cart-panel input.cirene-qty-input[type='number'] {
    flex: 0 0 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.cirene-cart-panel .cirene-qty-input::-webkit-inner-spin-button,
.cirene-cart-panel .cirene-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
    opacity: .7;
}

.cirene-cart-panel .cirene-qty-input:focus,
.cirene-cart-panel .cirene-qty-input:focus-visible {
    outline: none !important;
    border-color: #7AD6E2 !important;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .2) !important;
}

.cirene-cart-panel .cirene-btn-primary {
    background: #7AD6E2;
    color: #ffffff;
    border-color: #7AD6E2;
}

.cirene-cart-panel .cirene-btn-primary:hover,
.cirene-cart-panel .cirene-btn-primary:focus-visible {
    background: #ffffff !important;
    color: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
}

.cirene-cart-panel .cirene-btn-secondary {
    background: #ffffff;
    color: #7AD6E2;
    border: 1px solid #7AD6E2;
}

.cirene-cart-panel .cirene-btn-secondary:hover,
.cirene-cart-panel .cirene-btn-secondary:focus-visible {
    background: #ffffff;
    color: #7AD6E2;
    border-color: #5fc5d4;
    box-shadow: inset 0 0 0 1px rgba(122, 214, 226, .45);
}

.cirene-cart-panel-footer.is-empty .cirene-cart-summary-row,
.cirene-cart-panel-footer.is-empty .cirene-cart-total-row,
.cirene-cart-panel-footer.is-empty hr {
    display: none;
}

.cirene-quick-view-modal {
    position: fixed;
    inset: 0;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw;
}

.cirene-quick-view-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.cirene-quick-view-dialog {
    width: min(1320px, 94vw);
    max-height: min(860px, 90vh);
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 28px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.cirene-qv-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.cirene-qv-close {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid #7AD6E2;
    border-radius: 4px;
    background: #ffffff;
    font-size: 1.85rem;
    line-height: 1;
    cursor: pointer;
    color: #7AD6E2;
    transition: background-color .2s ease, color .2s ease;
}

.cirene-qv-close:hover,
.cirene-qv-close:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
}

.cirene-qv-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.95fr);
    gap: 28px;
    align-items: start;
}

.cirene-qv-grid,
.cirene-qv-image,
.cirene-qv-content {
    min-width: 0;
}

.cirene-qv-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cirene-qv-image img {
    width: 100%;
    max-width: 560px;
    max-height: 72vh;
    height: auto;
    object-fit: contain;
    display: block;
}

.cirene-qv-title {
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: 700;
}

.cirene-qv-price {
    margin: 8px 0 8px;
    font-size: 2.15rem;
    line-height: 1;
    color: #ad0000;
    font-weight: 700;
}

.cirene-qv-price .woocommerce-Price-amount {
    font-size: 1em;
}

.cirene-qv-price .woocommerce-price-suffix {
    display: block;
    margin-top: 6px;
    font-size: 1.1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #3d3d3d;
}

.cirene-qv-cart-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 18px;
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.cirene-qv-description h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 8px;
}

.cirene-qv-description p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    color: #3a3a3a;
}

.cirene-qv-view-more {
    margin-top: 18px;
    background: #ffffff;
    color: #7AD6E2;
    border: 1px solid #7AD6E2;
}

.cirene-qv-view-more:hover,
.cirene-qv-view-more:focus-visible,
.cirene-qv-view-more:active,
.cirene-qv-view-more:visited {
    background: #ffffff;
    color: #7AD6E2;
    border-color: #7AD6E2;
}

.cirene-single-quick-block .cirene-single-quick-sep {
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin: 14px 0 16px;
}

.cirene-single-quick-block .cirene-qv-cart-row {
    margin-bottom: 16px;
    padding-top: 0;
    border-top: 0;
}

.cirene-single-quick-block {
    /* Replica en single el lenguaje visual del popup quick view sin depender del modal. */
    font-size: 16px;
}

.cirene-single-quick-block .cirene-qv-title {
    font-size: 1.8rem !important;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

.cirene-single-quick-block .cirene-qv-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.cirene-single-quick-block .cirene-qv-price {
    font-size: 2.15rem !important;
    line-height: 1;
    font-weight: 700;
    margin: 8px 0 4px;
}

.cirene-single-quick-block .cirene-qv-tax-note {
    margin: 0 0 10px;
    font-size: .98rem;
    line-height: 1.2;
    color: #3d3d3d;
    font-weight: 400;
}

.cirene-single-quick-block .cirene-qv-description {
    /* Separa la descripción corta como bloque editorial entre título y precio. */
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.cirene-single-quick-block .cirene-qv-description p {
    margin: 0;
}

.cirene-single-quick-block .cirene-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 18px;
    background: #7AD6E2 !important;
    color: #ffffff !important;
    border: 1px solid #7AD6E2 !important;
}

.cirene-single-quick-block .cirene-btn:hover,
.cirene-single-quick-block .cirene-btn:focus-visible {
    background: #ffffff !important;
    color: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
}

.cirene-single-quick-block .cirene-qty-wrap {
    background: transparent;
    border: 0;
}

.cirene-single-quick-block .cirene-qty-btn,
.cirene-single-quick-block .cirene-qty-input,
.cirene-single-quick-block input.cirene-qty-input[type='number'] {
    height: 50px;
}

.cirene-single-quick-block .cirene-qty-btn {
    display: none;
}

.cirene-single-quick-block .cirene-qty-input {
    width: 82px;
    height: 46px;
    line-height: 46px;
    padding: 0 8px !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #f6f6f6 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    appearance: auto;
    -moz-appearance: auto;
}

.cirene-single-quick-block input.cirene-qty-input[type='number'] {
    flex: 0 0 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.cirene-single-quick-block .cirene-qty-input::-webkit-inner-spin-button,
.cirene-single-quick-block .cirene-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
    opacity: .7;
}

.cirene-single-quick-block .cirene-qty-input:focus,
.cirene-single-quick-block .cirene-qty-input:focus-visible {
    outline: none !important;
    border-color: #7AD6E2 !important;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .2) !important;
}

.cirene-single-quick-block .cirene-qv-wishlist {
    width: 35px;
    height: 35px;
    font-size: 1.8rem;
    border: 1px solid #7AD6E2;
    color: #7AD6E2;
    background: #ffffff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    flex: 0 0 auto;
}

.cirene-single-quick-block .cirene-qv-wishlist:hover,
.cirene-single-quick-block .cirene-qv-wishlist:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
    border-color: #7AD6E2 !important;
}

.cirene-product-details-block {
    display: block;
}

.cirene-product-details-row {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid #d9d9d9;
}

.cirene-product-details-row:first-child {
    border-top: 1px solid #d9d9d9;
}

.cirene-product-details-label,
.cirene-product-details-value {
    font-size: 1rem;
    line-height: 1.35;
    color: #332b2b;
}

.cirene-product-details-label {
    font-weight: 700;
}

.cirene-product-details-value {
    font-weight: 400;
}

.cirene-single-accessories {
    margin-top: 0;
    border-top: 0;
    border-bottom: 1px solid #cfcfcf;
    color: #332b2b;
}

.cirene-accessories-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    color: #332b2b !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    cursor: pointer;
    text-align: left;
}

.cirene-accessories-toggle,
.cirene-accessories-toggle:hover,
.cirene-accessories-toggle:focus,
.cirene-accessories-toggle:focus-visible,
.cirene-accessories-toggle:active,
.cirene-accessories-toggle:visited {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    text-decoration: none !important;
}

.cirene-accessories-toggle-text {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    color: #332b2b !important;
}

.cirene-accessories-toggle-icon {
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 400;
    color: #332b2b !important;
    min-width: 28px;
    text-align: center;
}

.cirene-accessories-static-title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 500;
    color: #332b2b !important;
}

.cirene-mobile-categories-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cirene-mobile-category-link {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 1.35;
    transition: color .18s ease;
}

.cirene-mobile-category-link:hover,
.cirene-mobile-category-link:focus-visible {
    color: rgba(51, 43, 43, .72);
}

.cirene-mobile-category-link.is-active {
    font-weight: 700;
}

.cirene-single-accessories-panel {
    padding: 10px 0 14px;
}

.cirene-config-section .cirene-single-accessories-panel {
    opacity: 1;
}

.cirene-config-section {
    margin-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.cirene-config-section-title {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #332b2b;
}

.cirene-config-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cirene-config-option.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}

.cirene-config-option.is-disabled input[type='checkbox'] {
    cursor: not-allowed;
}

.cirene-config-actions {
    margin-top: 12px;
}

.cirene-config-add-btn {
    width: 100%;
    background: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
    color: #ffffff !important;
}

.cirene-config-add-btn:hover,
.cirene-config-add-btn:focus-visible {
    background: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .22), 0 8px 16px rgba(122, 214, 226, .24);
}

.cirene-config-accordions .cirene-single-accessories-panel {
    padding-top: 4px;
}

.cirene-config-accordions .cirene-accessories-toggle {
    padding: 10px 0;
}

.cirene-qv-cart-row-config-only {
    justify-content: flex-start;
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    min-height: 0;
}

.cirene-qv-cart-row-config-only:empty {
    display: none;
}

.cirene-single-accessories-list {
    border-top: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cirene-accessory-item {
    position: relative;
    display: block;
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

.cirene-accessory-item.is-selected {
    background: #f3f1e8;
    border-color: #dfdccf;
}

.cirene-accessory-item input[type='checkbox'] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

.cirene-accessory-main {
    display: grid;
    gap: 10px;
}

.cirene-accessory-content {
    display: grid;
    gap: 4px;
}

.cirene-accessory-name {
    font-size: .8rem !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
}

.cirene-accessory-price,
.cirene-accessory-price .woocommerce-Price-amount {
    font-size: 1rem !important;
    line-height: 1.1 !important;
}

.cirene-single-accessories .cirene-accessory-name,
.cirene-single-accessories--quick-view .cirene-accessory-name {
    font-size: .8rem !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
}

.cirene-single-accessories .cirene-accessory-price,
.cirene-single-accessories .cirene-accessory-price .woocommerce-Price-amount,
.cirene-single-accessories--quick-view .cirene-accessory-price,
.cirene-single-accessories--quick-view .cirene-accessory-price .woocommerce-Price-amount {
    font-size: 1rem !important;
    line-height: 1.1 !important;
}

.cirene-accessory-check {
    position: absolute;
    right: 8px;
    bottom: 66px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    line-height: 1;
    background: #435237;
    color: #fff;
    z-index: 2;
}

.cirene-accessory-item.is-selected .cirene-accessory-check {
    display: inline-flex;
}

.cirene-accessory-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    background: #f7f7f7;
}

.cirene-single-accessories--quick-view .cirene-accessory-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cirene-single-accessories--quick-view .cirene-accessory-thumb img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    aspect-ratio: 1 / 1;
}

.cirene-single-accessories--quick-view {
    margin-top: 14px;
    border-top: 0;
    border-bottom: 0;
}

.cirene-single-accessories--quick-view .cirene-single-accessories-panel {
    padding: 10px 0 0;
}

.cirene-accessories-carousel-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
}

.cirene-carousel-btn {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #332b2b;
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cirene-carousel-btn:hover {
    background: transparent !important;
    color: #000;
}

.cirene-carousel-btn:focus,
.cirene-carousel-btn:focus-visible,
.cirene-carousel-btn:active {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    color: #000;
}

.cirene-accessories-carousel-wrap .cirene-single-accessories-list {
    flex: 1 1 auto;
    min-width: 0;
}

.cirene-single-accessories--quick-view .cirene-single-accessories-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
}

.cirene-single-accessories--quick-view .cirene-accessory-item {
    position: relative;
    flex: 0 0 auto;
    width: 82px;
    padding: 4px;
    border: 1px solid #dfdccf;
    scroll-snap-align: start;
}

.cirene-single-accessories--quick-view .cirene-accessory-main {
    position: relative;
    display: block;
    overflow: visible;
}

.cirene-single-accessories--quick-view .cirene-accessory-content {
    display: none;
}

.cirene-single-accessories--quick-view .cirene-accessory-check {
    width: 24px;
    height: 24px;
    right: 4px;
    bottom: 4px;
    font-size: 1rem;
    z-index: 7;
}

.cirene-single-accessories--quick-view .cirene-accessory-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translate(-50%, 4px);
    width: 128px;
    max-width: min(176px, 44vw);
    padding: 6px 9px;
    border-radius: 4px;
    border: 1px solid #d2d9ce;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 16px rgba(26, 44, 45, .16);
    color: #324135;
    display: grid;
    gap: 2px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 12;
}

.cirene-single-accessories--quick-view .cirene-accessory-tooltip-name,
.cirene-single-accessories--quick-view .cirene-accessory-tooltip-price {
    display: block;
    font-size: .69rem;
    line-height: 1.2;
    font-weight: 400;
}

.cirene-single-accessories--quick-view .cirene-accessory-tooltip-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cirene-single-accessories--quick-view .cirene-accessory-mobile-name {
    display: none;
}

.cirene-single-accessories--quick-view .cirene-accessory-item:hover .cirene-accessory-tooltip,
.cirene-single-accessories--quick-view .cirene-accessory-item:focus-within .cirene-accessory-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (min-width: 1025px) {
    .cirene-single-accessories--quick-view .cirene-carousel-btn {
        display: none !important;
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item {
        padding-top: 34px;
    }

    .cirene-single-accessories--quick-view .cirene-accessories-carousel-wrap.is-overflowing .cirene-carousel-btn:not([hidden]) {
        display: inline-flex !important;
    }

    .cirene-single-accessories--quick-view .cirene-accessories-carousel-wrap.is-overflowing .cirene-single-accessories-list {
        flex: 0 0 auto;
        max-width: 454px;
    }

    .cirene-single-accessories--quick-view .cirene-single-accessories-list {
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: none;
    }

    .cirene-single-accessories--quick-view .cirene-single-accessories-list::-webkit-scrollbar {
        display: none;
    }

    .cirene-single-accessories--quick-view .cirene-accessory-tooltip {
        top: 4px;
        bottom: auto;
        width: 136px;
        max-width: 176px;
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item:hover .cirene-accessory-tooltip,
    .cirene-single-accessories--quick-view .cirene-accessory-item:focus-within .cirene-accessory-tooltip {
        transform: translate(-50%, 0);
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item:first-child .cirene-accessory-tooltip {
        left: 0;
        transform: translate(0, 4px);
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item:first-child:hover .cirene-accessory-tooltip,
    .cirene-single-accessories--quick-view .cirene-accessory-item:first-child:focus-within .cirene-accessory-tooltip {
        transform: translate(0, 0);
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item:last-child .cirene-accessory-tooltip {
        left: auto;
        right: 0;
        transform: translate(0, 4px);
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item:last-child:hover .cirene-accessory-tooltip,
    .cirene-single-accessories--quick-view .cirene-accessory-item:last-child:focus-within .cirene-accessory-tooltip {
        transform: translate(0, 0);
    }
}

html.cirene-overlay-open,
body.cirene-overlay-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.cirene-accessory-content {
    display: grid;
    gap: 6px;
    text-align: center;
}

.cirene-accessory-name {
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 700;
    color: #435237;
}

.cirene-accessory-price {
    font-size: 1.05rem;
    line-height: 1.2;
    color: #435237;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .cirene-config-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cirene-single-accessories-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cirene-quick-view-modal {
        padding: 12px;
    }

    .cirene-quick-view-dialog {
        width: 100%;
        max-height: 92vh;
        padding: 16px;
        margin: 0;
        box-sizing: border-box;
    }

    .cirene-accessories-toggle-text {
        font-size: 1rem;
        font-weight: 500;
    }

    .cirene-accessories-toggle-icon {
        font-size: 2.2rem;
    }

    .cirene-single-accessories-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .cirene-config-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cirene-single-accessories--quick-view .cirene-accessory-item {
        width: 76px;
        display: grid;
        gap: 5px;
    }

    .cirene-single-accessories--quick-view .cirene-carousel-btn {
        display: none !important;
    }

    .cirene-single-accessories--quick-view .cirene-accessories-carousel-wrap {
        position: relative;
    }

    .cirene-single-accessories--quick-view .cirene-accessories-carousel-wrap.is-overflowing .cirene-single-accessories-list {
        -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) calc(100% - 16px), rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 1) calc(100% - 16px), rgba(0, 0, 0, 0) 100%);
    }

    .cirene-single-accessories--quick-view .cirene-accessories-carousel-wrap.is-overflowing::after {
        content: 'Desliza';
        position: absolute;
        right: 2px;
        bottom: -12px;
        font-size: .68rem;
        line-height: 1;
        font-weight: 500;
        color: #6f6f6f;
        background: rgba(255, 255, 255, .95);
        padding: 2px 4px;
        border-radius: 3px;
        pointer-events: none;
    }

    .cirene-single-accessories--quick-view .cirene-accessory-tooltip {
        display: none;
    }

    .cirene-single-accessories--quick-view .cirene-accessory-mobile-name {
        display: block;
        width: 100%;
        font-size: .64rem;
        line-height: 1.15;
        font-weight: 600;
        letter-spacing: .01em;
        text-align: center;
        color: #435237;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.cirene-quick-view-dialog .cirene-qv-title,
.cirene-quick-view-dialog .cirene-qv-description h3 {
    letter-spacing: 0;
}

.cirene-quick-view-dialog .cirene-qv-title {
    padding-right: 72px;
}

.cirene-quick-view-dialog .cirene-qv-title,
.cirene-quick-view-dialog .cirene-qv-price {
    font-size: 1.8rem !important;
}

.cirene-quick-view-dialog .cirene-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 18px;
    background: #7AD6E2;
    color: #ffffff;
    border: 1px solid #7AD6E2;
}

.cirene-quick-view-dialog .cirene-add-to-cart-btn > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#cirene-quick-view-modal .cirene-add-to-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
}

#cirene-quick-view-modal .cirene-add-to-cart-btn .cirene-btn-icon {
    align-self: center !important;
    transform: translateY(-1px);
}

#cirene-quick-view-modal .cirene-add-to-cart-btn .cirene-btn-icon svg {
    display: block;
}

#cirene-quick-view-modal .cirene-add-to-cart-btn > span:last-child {
    align-self: center;
}

.cirene-quick-view-dialog .cirene-btn:hover,
.cirene-quick-view-dialog .cirene-btn:focus-visible {
    background: #ffffff !important;
    color: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
}

.cirene-quick-view-dialog .cirene-qty-wrap {
    background: transparent;
    border: 0;
}

.cirene-quick-view-dialog .cirene-qty-btn,
.cirene-quick-view-dialog .cirene-qty-input,
.cirene-quick-view-dialog input.cirene-qty-input[type='number'] {
    height: 50px;
}

.cirene-quick-view-dialog .cirene-qty-btn {
    display: none;
}

.cirene-quick-view-dialog .cirene-qty-btn:hover,
.cirene-quick-view-dialog .cirene-qty-btn:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
}

.cirene-quick-view-dialog .cirene-qty-input {
    width: 82px;
    height: 46px;
    line-height: 46px;
    padding: 0 8px !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    text-align: center !important;
    background: #f6f6f6 !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    appearance: auto;
    -moz-appearance: auto;
}

.cirene-quick-view-dialog input.cirene-qty-input[type='number'] {
    flex: 0 0 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.cirene-quick-view-dialog .cirene-qty-input::-webkit-inner-spin-button,
.cirene-quick-view-dialog .cirene-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    margin: 0;
    opacity: .7;
}

.cirene-quick-view-dialog .cirene-qty-input:focus,
.cirene-quick-view-dialog .cirene-qty-input:focus-visible {
    outline: none !important;
    border-color: #7AD6E2 !important;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .2) !important;
}

.cirene-quick-view-dialog .cirene-qv-wishlist {
    width: 50px;
    height: 50px;
    font-size: 1.9rem;
    border: 1px solid #7AD6E2;
    color: #7AD6E2;
    background: #ffffff;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cirene-quick-view-dialog .cirene-qv-wishlist:hover,
.cirene-quick-view-dialog .cirene-qv-wishlist:focus-visible {
    background: #7AD6E2 !important;
    color: #ffffff !important;
    border-color: #7AD6E2 !important;
}

.cirene-quick-view-dialog .cirene-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 1;
    color: inherit;
}

.cirene-quick-view-dialog .cirene-btn-icon svg {
    width: 32px;
    height: 32px;
    display: block;
    stroke: currentColor;
}

.cirene-loader {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 3px solid #dfdfdf;
    border-top-color: #7fd6df;
    margin: 40px auto;
    animation: cirene-spin 1s linear infinite;
}

@keyframes cirene-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .cirene-product-title,
    .cirene-cart-item-name,
    .cirene-cart-line-price,
    .cirene-qty-input,
    .cirene-btn,
    .cirene-cart-summary-row,
    .cirene-cart-total-row,
    .cirene-cart-empty,
    .cirene-qv-description p {
        font-size: 1.05rem;
    }

    .cirene-product-price,
    .cirene-qv-price,
    .cirene-cart-panel-title {
        font-size: 1.8rem;
    }

    .cirene-qv-title {
        font-size: 1.8rem;
    }

    .cirene-qv-description h3 {
        font-size: 1.2rem;
    }

    .cirene-quick-view-dialog {
        width: min(980px, 94vw);
        padding: 22px;
    }

    .cirene-qv-grid {
        grid-template-columns: minmax(240px, 1fr) minmax(260px, 1fr);
        gap: 20px;
    }

    .cirene-qv-image img {
        max-height: 58vh;
    }

    .cirene-quick-view-dialog .cirene-btn,
    .cirene-quick-view-dialog .cirene-qty-btn,
    .cirene-quick-view-dialog .cirene-qty-input,
    .cirene-quick-view-dialog input.cirene-qty-input[type='number'],
    .cirene-quick-view-dialog .cirene-qv-wishlist {
        height: 46px;
    }

    .cirene-quick-view-dialog .cirene-qty-btn,
    .cirene-quick-view-dialog .cirene-qv-wishlist {
        width: 46px;
    }

    .cirene-quick-view-dialog .cirene-btn {
        font-size: 1rem;
    }

    .cirene-quick-view-dialog .cirene-qty-input,
    .cirene-quick-view-dialog input.cirene-qty-input[type='number'] {
        width: 58px;
        flex-basis: 58px !important;
        min-width: 58px !important;
        max-width: 58px !important;
    }
}

@media (max-width: 767px) {
    .cirene-product-actions {
        opacity: 1;
        transform: none;
    }

    .cirene-add-to-cart-form {
        gap: 8px;
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .cirene-btn,
    .cirene-qty-input,
    .cirene-qty-btn {
        height: 52px;
    }

    .cirene-btn {
        padding: 0 16px;
    }

    .cirene-qv-grid {
        grid-template-columns: 1fr;
    }

    .cirene-quick-view-dialog {
        max-height: 94vh;
    }

    .cirene-qv-image img {
        max-height: 44vh;
    }

    .cirene-qv-cart-row {
        flex-wrap: wrap;
    }

    .cirene-quick-view-dialog .cirene-btn {
        font-size: 1rem;
    }

    .cirene-quick-view-dialog .cirene-add-to-cart-btn {
        flex: 1 1 auto;
        white-space: nowrap;
        min-width: 0;
    }
}

.cirene-inline-feedback {
    margin-top: 10px;
    font-size: .95rem;
    line-height: 1.3;
    min-height: 1.2em;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
    display: block;
}

.cirene-inline-feedback.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cirene-inline-feedback.is-success {
    color: #1f7f46;
    font-weight: 500;
}

.cirene-inline-feedback.is-error {
    color: #b40000;
}

.cirene-inline-feedback.is-info {
    color: #2563eb;
}

.cirene-archive-sidebar-wrap {
    width: 100%;
}

body.cirene-filters-open {
    overflow: hidden;
}

.cirene-top-banner {
    width: 100%;
    background: #7AD6E2;
    color: #ffffff;
    overflow: hidden;
    max-height: 56px;
    transition: max-height .24s ease;
}

.cirene-top-banner.is-hidden {
    max-height: 0;
}

.cirene-top-banner-inner {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.cirene-top-banner-track {
    width: 100%;
    overflow: hidden;
}

.cirene-top-banner-message {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateX(0);
    opacity: 1;
    will-change: transform, opacity;
}

.cirene-top-banner-message.is-entering {
    transition: none;
    transform: translateX(-112%);
    opacity: .15;
}

.cirene-top-banner-message.is-visible {
    transition: transform .28s ease-out, opacity .18s ease-out;
    transform: translateX(0);
    opacity: 1;
}

.cirene-top-banner-message.is-entering.is-visible {
    transition: transform .28s ease-out, opacity .18s ease-out;
    transform: translateX(0);
    opacity: 1;
}

.cirene-top-banner-message.is-exiting {
    transition: transform .28s ease-in, opacity .12s linear;
    transform: translateX(-112%);
    opacity: .05;
}

.cirene-top-banner.is-reveal .cirene-top-banner-inner {
    animation: cireneBannerSlideFromTop .28s ease-out;
}

@keyframes cireneBannerSlideFromTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cirene-filter-toggle {
    display: none;
    align-items: center;
    gap: 10px;
    height: 42px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #2e2e2e;
    padding: 0 12px;
    font-size: .85rem;
    font-weight: 500;
    cursor: pointer;
}

.cirene-filter-toggle-icon,
.cirene-filter-toggle-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.cirene-archive-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 9996;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.cirene-archive-filter-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.cirene-archive-sidebar {
    width: 320px;
    max-width: 100%;
    color: #1f1f1f;
}

.cirene-sidebar-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #ececec;
}

.cirene-sidebar-header h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
}

.cirene-sidebar-close {
    width: 42px;
    height: 42px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    color: #2e2e2e;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.cirene-sidebar-content {
    padding-right: 8px;
}

.cirene-sidebar-cats {
    margin-bottom: 42px;
}

.cirene-sidebar-home-link {
    display: inline-block;
    margin-bottom: 14px;
    color: #2e2e2e;
    font-size: .85rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.cirene-sidebar-cats hr {
    margin: 0 0 14px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.cirene-sidebar-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    color: #1f1f1f;
    text-decoration: none;
    font-size: .85rem;
    line-height: 1.2;
}

.cirene-cat-chevron,
.cirene-cat-chevron svg {
    width: 14px;
    height: 14px;
    display: block;
}

.cirene-sidebar-cat-link.is-active,
.cirene-sidebar-cat-link:hover {
    color: #000000;
}

.cirene-sidebar-cat-link.is-active {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cirene-archive-filters-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cirene-filter-group {
    width: max-content;
    min-width: 116px;
}

.cirene-filter-group summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 110px;
    height: 42px;
    padding: 0 12px;
    background: #ececec;
    color: #1f1f1f;
    cursor: pointer;
    font-size: .85rem;
    line-height: 1;
    user-select: none;
}

.cirene-filter-group summary::-webkit-details-marker {
    display: none;
}

.cirene-filter-caret,
.cirene-filter-caret svg {
    width: 14px;
    height: 14px;
    display: block;
}

.cirene-filter-options {
    margin-top: 6px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    min-width: 220px;
    max-height: 220px;
    overflow: auto;
    padding: 10px 12px;
}

.cirene-filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    line-height: 1.2;
    padding: 5px 0;
    cursor: pointer;
}

.cirene-filter-option input {
    width: 16px;
    height: 16px;
    margin: 0;
}

.cirene-filter-actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
}

.cirene-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    background: #7AD6E2 !important;
    border: 1px solid #7AD6E2 !important;
    color: #ffffff !important;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.cirene-filter-reset:hover,
.cirene-filter-reset:focus,
.cirene-filter-reset:focus-visible,
.cirene-filter-reset:active {
    background: #7AD6E2 !important;
    border-color: #7AD6E2 !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: none;
}

.cirene-archive-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 8px 0 18px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 24px;
}

.cirene-archive-topbar > * {
    align-self: center;
}

.cirene-topbar-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
}

.cirene-view-btn {
    width: 24px;
    height: 24px;
    color: #8a8a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cirene-view-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
}

.cirene-view-btn.is-active {
    color: #1f1f1f;
}

.cirene-topbar-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: 34px;
}

.cirene-topbar-count,
.cirene-topbar-count p {
    margin: 0;
    color: #1f1f1f;
    font-size: .85rem;
    line-height: 1;
}

.cirene-topbar-count {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
}

.cirene-topbar-count .woocommerce-result-count {
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
}

.cirene-topbar-form {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1;
    min-height: 34px;
}

.cirene-topbar-dropdown {
    position: relative;
}

.cirene-topbar-dropdown summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 34px;
    background: #ececec;
    color: #1f1f1f;
    padding: 0 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.cirene-topbar-dropdown summary::-webkit-details-marker {
    display: none;
}

.cirene-topbar-dropdown-sort summary {
    min-width: 132px;
}

.cirene-topbar-dropdown-ppp summary {
    width: 52px;
    min-width: 52px;
    justify-content: center;
    padding: 0 6px;
}

.cirene-topbar-dropdown-ppp summary .cirene-filter-caret {
    margin-left: 4px;
}

.cirene-topbar-dropdown-menu {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 100%;
    background: #ececec;
    border: 1px solid #d9d9d9;
    z-index: 30;
}

.cirene-topbar-dropdown-ppp .cirene-topbar-dropdown-menu {
    min-width: 52px;
}

.cirene-topbar-dropdown-ppp .cirene-topbar-option {
    text-align: center;
    padding: 8px 6px;
}

.cirene-topbar-option {
    display: block;
    padding: 8px 10px;
    color: #1f1f1f;
    text-decoration: none;
    white-space: nowrap;
}

.cirene-topbar-option:hover,
.cirene-topbar-option:focus-visible,
.cirene-topbar-option.is-active {
    background: #7AD6E2;
    color: #ffffff;
}

.cirene-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -14px 0 18px;
}

.cirene-active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid #7AD6E2;
    background: #ffffff;
    color: #1f1f1f;
    text-decoration: none;
    font-size: .85rem;
    line-height: 1;
}

.cirene-active-filter-tag:hover,
.cirene-active-filter-tag:focus-visible {
    background: #7AD6E2;
    color: #ffffff;
}

.cirene-active-filter-remove {
    font-size: 1rem;
    line-height: 1;
}

.cirene-view-list .elementor-widget-loop-grid ul.products,
.cirene-view-list ul.products {
    grid-template-columns: 1fr !important;
}

.cirene-view-list .elementor-loop-container {
    grid-template-columns: 1fr !important;
    row-gap: 18px !important;
}

.cirene-view-list .cirene-product-card {
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.cirene-view-list .cirene-product-media {
    min-height: 220px;
}

.cirene-view-list .cirene-product-image-link,
.cirene-view-list .cirene-product-image-link img {
    height: 100%;
}

.cirene-view-list .cirene-product-image-link img {
    object-fit: cover;
}

.cirene-view-list .cirene-product-summary {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cirene-view-list .cirene-product-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.cirene-view-list .cirene-product-title,
.cirene-view-list .cirene-product-price,
.cirene-view-list .cirene-inline-feedback,
.cirene-view-list .cirene-product-summary,
.cirene-archive-sidebar-wrap,
.cirene-archive-topbar,
.cirene-archive-sidebar-wrap a,
.cirene-archive-sidebar-wrap span,
.cirene-archive-topbar,
.cirene-archive-topbar * {
    font-size: .85rem;
}

.cirene-view-list .cirene-product-title {
    min-height: 0;
}

.cirene-archive-sidebar-wrap .cirene-btn,
.cirene-archive-topbar .cirene-btn {
    font-size: .85rem;
    height: 40px;
    padding: 0 12px;
}

.cirene-archive-sidebar-wrap a {
    color: #1f1f1f;
}

.cirene-archive-sidebar-wrap a:hover,
.cirene-archive-sidebar-wrap a:focus-visible {
    color: #000000;
}

@media (max-width: 1024px) {
    .cirene-top-banner {
        max-height: 48px;
    }

    .cirene-top-banner.is-hidden {
        max-height: 0;
    }

    .cirene-top-banner-inner {
        height: 48px;
    }

    .cirene-top-banner-message {
        font-size: clamp(.92rem, .88rem + .3vw, 1.12rem);
    }

    .cirene-filter-toggle {
        display: flex !important;
        width: fit-content;
        color: #1f1f1f !important;
        border-color: #1f1f1f !important;
        margin: 0 auto 14px !important;
        justify-content: center;
    }

    .cirene-archive-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: min(88vw, 320px);
        height: 100vh;
        overflow: auto;
        background: #ffffff;
        z-index: 9997;
        transform: translateX(-100%);
        transition: transform .22s ease;
        padding: 0;
    }

    .cirene-archive-sidebar.is-open {
        transform: translateX(0);
    }

    .cirene-sidebar-header {
        display: flex;
    }

    .cirene-sidebar-content {
        padding: 16px;
    }
}

@media (max-width: 767px) {
    .cirene-sidebar-home-link {
        font-size: .85rem;
    }

    .cirene-sidebar-cat-link {
        font-size: .85rem;
    }

    .cirene-filter-group {
        width: 100%;
    }

    .cirene-filter-group summary {
        width: 100%;
        min-width: 0;
        font-size: .85rem;
    }

    .cirene-filter-options {
        min-width: 0;
        width: 100%;
    }

    .cirene-archive-topbar {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cirene-topbar-right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .cirene-topbar-count,
    .cirene-topbar-count p {
        font-size: .85rem;
    }

    .cirene-topbar-form {
        width: 100%;
        justify-content: flex-end;
    }

    .cirene-topbar-dropdown summary {
        font-size: .85rem;
        min-width: 124px;
        height: 36px;
    }

    .cirene-topbar-dropdown-ppp summary {
        min-width: 52px;
        width: 52px;
    }

    .cirene-view-list .cirene-product-card {
        grid-template-columns: 1fr;
    }

    .cirene-view-list .cirene-product-media {
        min-height: 0;
    }
}

.cirene-filter-group-price {
    width: 100%;
    min-width: 0;
}

.cirene-filter-group-price .cirene-filter-group-title {
    width: 100%;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: 1.05rem;
    font-weight: 700;
}

.cirene-price-inputs {
    margin-top: 8px;
    border: 0;
    background: transparent;
    padding: 0;
}

.cirene-price-inputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.cirene-price-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
}

.cirene-price-separator {
    color: #8a8a8a;
    font-size: 1.1rem;
    line-height: 1;
}

.cirene-price-input {
    width: 100%;
    height: 38px;
    border: 1px solid #d9d9d9;
    background: #f6f6f6;
    color: #1f1f1f;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: .85rem;
    line-height: 1;
    appearance: textfield;
    -moz-appearance: textfield;
}

.cirene-price-input::-webkit-inner-spin-button,
.cirene-price-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cirene-price-input::placeholder {
    color: rgba(31, 31, 31, .62);
    opacity: 1;
    font-weight: 400;
}

.cirene-price-apply {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #7AD6E2;
    background: #7AD6E2;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.cirene-price-apply:hover,
.cirene-price-apply:focus,
.cirene-price-apply:focus-visible,
.cirene-price-apply:active {
    background: #7AD6E2;
    border-color: #7AD6E2;
    color: #ffffff;
    box-shadow: none;
}

.cirene-price-input:focus,
.cirene-price-input:focus-visible {
    outline: none;
    border-color: #7AD6E2;
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .2);
}

body.cirene-archive-is-loading .cirene-archive-topbar,
body.cirene-archive-is-loading .cirene-active-filters,
body.cirene-archive-is-loading .elementor-widget-loop-grid,
body.cirene-archive-is-loading .woocommerce ul.products,
body.cirene-archive-is-loading .woocommerce-pagination,
body.cirene-archive-is-loading .elementor-pagination {
    opacity: .45;
    transition: opacity .18s ease;
}

body.cirene-archive-is-loading .elementor-widget-loop-grid,
body.cirene-archive-is-loading .woocommerce ul.products,
body.cirene-archive-is-loading .woocommerce-pagination,
body.cirene-archive-is-loading .elementor-pagination {
    pointer-events: none;
}

.cirene-single-gallery {
    --gallery-bg: #f7f8fb;
    --gallery-border: #dfe5ee;
    --gallery-accent: #7ad6e2;
    display: grid;
    gap: 14px;
}

body.single-product .cirene-single-gallery {
    position: relative;
    top: auto;
    align-self: start;
    will-change: transform;
}

body.single-product .cirene-sticky-scope,
body.single-product .cirene-sticky-scope .elementor-container,
body.single-product .cirene-sticky-scope .elementor-widget-wrap,
body.single-product .cirene-sticky-scope .elementor-column,
body.single-product .cirene-sticky-scope .e-con,
body.single-product .cirene-sticky-scope .e-con-inner {
    overflow: visible !important;
}

@media (min-width: 1025px) {
    body.single-product .cirene-sticky-scope {
        --cirene-sticky-top: 92px;
    }

    body.single-product .cirene-sticky-scope .cirene-sticky-left {
        position: sticky;
        top: var(--cirene-sticky-top);
        align-self: flex-start;
        height: fit-content;
    }

    body.single-product .cirene-sticky-scope .cirene-sticky-left [data-cirene-gallery],
    body.single-product .cirene-sticky-scope .cirene-sticky-left.cirene-single-gallery,
    body.single-product .cirene-sticky-scope [data-cirene-gallery].cirene-single-gallery {
        position: relative;
        top: auto;
        transform: none !important;
    }
}

@media (max-width: 1024px) {
    body.single-product .cirene-sticky-scope .cirene-sticky-left {
        position: relative;
        top: auto;
        height: auto;
    }

    body.single-product .cirene-sticky-scope .cirene-sticky-left [data-cirene-gallery],
    body.single-product .cirene-sticky-scope .cirene-sticky-left.cirene-single-gallery,
    body.single-product .cirene-sticky-scope [data-cirene-gallery].cirene-single-gallery {
        position: relative;
        top: auto;
        transform: none !important;
    }
}

.cirene-single-gallery-stage {
    position: relative;
    border: 1px solid var(--gallery-border);
    border-radius: 18px;
    background: radial-gradient(circle at 20% 20%, #ffffff 0%, var(--gallery-bg) 72%);
    overflow: hidden;
    min-height: 320px;
    aspect-ratio: 1 / 1;
}

.cirene-single-gallery-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(14px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cirene-single-gallery-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.cirene-single-gallery-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.cirene-single-gallery-count {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(22, 32, 44, 0.72);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.cirene-single-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid currentColor;
    width: 35px;
    height: 30px;
    border-radius: 25px;
    background: transparent !important;
    color: #332b2b !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    box-shadow: none;
    z-index: 2;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cirene-single-gallery-prev {
    left: 10px;
}

.cirene-single-gallery-next {
    right: 10px;
}

.cirene-single-gallery-nav:hover,
.cirene-single-gallery-nav:focus-visible {
    background: transparent !important;
    color: #332b2b !important;
    box-shadow: none !important;
    outline: none;
}

.cirene-single-gallery-thumbs-wrap {
    display: grid;
    gap: 6px;
}

.cirene-single-gallery-thumbs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.cirene-single-gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.cirene-single-gallery-thumb {
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    transition: box-shadow .18s ease, filter .18s ease;
    flex: 0 0 56px;
    width: 56px;
}

.cirene-single-gallery-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 0 !important;
    border-radius: 0;
}

.cirene-single-gallery-thumb.is-active,
.cirene-single-gallery-thumb:hover,
.cirene-single-gallery-thumb:focus-visible {
    box-shadow: 0 0 0 2px rgba(122, 214, 226, .32), 0 4px 12px rgba(122, 214, 226, .22);
    filter: brightness(1.03);
    outline: none;
}

.cirene-single-gallery-thumbs-nav {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.cirene-single-gallery-thumbs-arrow {
    width: 22px;
    height: 18px;
    border: 0 !important;
    background: transparent !important;
    color: #332b2b !important;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cirene-single-gallery-thumbs-arrow:hover,
.cirene-single-gallery-thumbs-arrow:focus,
.cirene-single-gallery-thumbs-arrow:focus-visible,
.cirene-single-gallery-thumbs-arrow:active {
    border: 0 !important;
    background: transparent !important;
    color: #332b2b !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .cirene-single-gallery-stage {
        min-height: 260px;
    }

    .cirene-single-gallery-slide {
        padding: 12px;
    }

    .cirene-single-gallery-nav {
        width: 35px;
        height: 30px;
        font-size: 17px;
    }

    .cirene-single-gallery-thumb {
        flex-basis: 52px;
        width: 52px;
    }
}