/*------------ Import ---------*/
@import url(./header-standard.css);

/* ==========================================================================
   LEFT COLUMN: STICKY SWIPER ANCHOR ENGINE (SCROLLING UNTIL COLD STOP)
   ========================================================================== */
.layout-gallery-column {
    position: relative;
}

@media (min-width: 992px) {
    .gallery-sticky-viewport-panel {
        position: sticky;
        top: 120px; /* Locks main asset canvas to viewport line while reading long parameters */
        margin-bottom: 60px;
    }
}

.badge-new-arrival-pill {
    background-color: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 6px;
    letter-spacing: 0.05em;
}

.mainHeroProductSlider {
    /* background-color: var(--glide-matte-grey-bg); */
    border-radius: 24px;
    height: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-hero-product-image-canvas-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.canvas-core-product-fluid-img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    object-fit: contain;
    width: 100%;
}

.custom-ui-arrow {
    color: var(--glide-dark-slate) !important;
    background-color: rgba(255, 255, 255, 0.9);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.custom-ui-arrow::after {
    font-size: 14px !important;
    font-weight: 700;
}

.interactive-thumbnail-ui-card-node {
    /* background-color: var(--glide-matte-grey-bg); */
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.interactive-thumbnail-ui-card-node.is-active-thumbnail-node {
    border-color: var(--glide-bright-blue);
    background-color: #ffffff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}

.inline-micro-thumbnail-asset-img {
    max-height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

/* ==========================================================================
   RIGHT COLUMN: DYNAMIC CONTROL RENDER PANEL
   ========================================================================== */
.configurator-scroll-panel-container {
    padding-left: 24px;
    font-family: "Inter", sans-serif;
}

.product-main-headline-title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
}

.section-secondary-subheading-label {
    font-size: 16px;
    color: var(--glide-muted-grey-text);
    margin-top: 4px;
}

.border-bottom-line {
    border-bottom: 1px solid var(--glide-hairline-border);
}

.config-section-group-label-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: "Inter", sans-serif;
}

.config-section-group-label-title .sub-muted-instruction-text {
    color: #66677B;
    font-weight: 600;
}

/* Custom Configurator Selection Cards Engine */
.custom-card-input-selection-trigger {
    display: block;
    cursor: pointer;
    width: 100%;
}

.native-hidden-radio-node {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.configurator-ui-card-surface-box {
    border: 1.5px solid var(--glide-hairline-border);
    border-radius: 20px;
    padding: 16px;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.ui-card-illustration-canvas {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--glide-matte-grey-bg);
    border-radius: 14px;
}

.inline-product-canvas-img {
    /* max-height: 100%; */
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-position: center 37%;
}

.mirrored-asset-tweak {
    transform: scaleX(-1);
}

.config-variant-label-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: #111827;
}

.config-variant-short-explainer-para {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.4;
}

.custom-radio-visual-dot-marker {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--glide-hairline-border);
    position: relative;
}

.native-hidden-radio-node:checked + .configurator-ui-card-surface-box {
    border: 1.5px solid transparent;
    border-radius: 12px;
    background: 
        linear-gradient(#ffffff, #ffffff) padding-box, 
        linear-gradient(87.49deg, #1A1A1A -59.52%, #0F0361 -18.9%, #1339DE 5.56%, #0973E2 12.56%, #32BDED 55.82%, #9ADEF6 63.8%) border-box;
    box-shadow: 0px 4px 12px 0px #D1EEF733;
    box-shadow: 0px 4px 16px 0px #999AA733;
}

.native-hidden-radio-node:checked + .configurator-ui-card-surface-box .custom-radio-visual-dot-marker {
    border-color: var(--glide-bright-blue);
    background-color: var(--glide-bright-blue);
}

.native-hidden-radio-node:checked + .configurator-ui-card-surface-box .custom-radio-visual-dot-marker::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Color Dot Arrays Matrix styling */
.color-swatch-trigger-node-label { cursor: pointer; }
.swatch-visual-ui-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 1px var(--glide-hairline-border);
    transition: all 0.2s ease;
    border: none;
}
.bg-color-token-blue   { background-color: #0b579e; }
.bg-color-token-silver { background-color: #9ca3af; }
.bg-color-token-sand   { background-color: #f5f2eb; }
.bg-color-token-green  { background-color: #2c4c38; }

.native-hidden-radio-node:checked + .swatch-visual-ui-dot {
    box-shadow: 0 0 0 2px var(--glide-dark-slate);
    transform: scale(1.05);
/* border: 1.18px solid #FFFFFF */
}

.selected-text-color-value-display-monitor { font-size: 14px; color: var(--glide-muted-grey-text); }
.color-bold-token { color: var(--glide-dark-slate); font-weight: 600; }

/* ==========================================================================
   QUANTITY STEPPER CAPSULE COMPONENT
   ========================================================================== */
.glide-quantity-stepper-capsule {
    display: inline-flex;
    align-items: center;
    background-color: var(--glide-matte-grey-bg);
    border-radius: 50px;
    padding: 6px 14px;
    gap: 24px;
}

.stepper-action-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: var(--glide-dark-slate);
    cursor: pointer;
    padding: 0 4px;
    user-select: none;
}

.stepper-current-numeric-value {
    font-size: 16px;
    font-weight: 600;
    min-width: 16px;
    text-align: center;
}

/* ==========================================================================
   ENGINEERING SPECIFICATION GRID CARDS
   ========================================================================== */
.specification-ui-panel-card {
    border: 1px solid var(--glide-hairline-border);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 16px;
    background-color: #ffffff;
}

.spec-card-icon-container {
    background-color: #f0f9ff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.spec-card-content-text-block .spec-card-node-headline {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
}

.spec-card-content-text-block .spec-card-node-description-para {
    font-size: 14px;
    color: var(--glide-muted-grey-text);
    line-height: 1.5;
    margin: 0;
}

.grid-unrolled-row-layout {
    flex-direction: column;
}

.alpha-compact-spec-p {
    font-size: 13px;
    color: var(--glide-muted-grey-text);
    line-height: 1.6;
}

.local-shipping-notice-badge {
    color: var(--glide-dark-slate);
    font-weight: 600;
    font-size: 15px;
}

/* ==========================================================================
   TRANSACTIONAL SUMMARY ACTIONS CONTAINER
   ========================================================================== */
.price-summary-tag-label {
    font-size: 20px;
    color: var(--glide-muted-grey-text);
    font-weight: 500;
}

.calculated-bold-live-price {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.flexible-payment-subtext-notations {
    font-size: 13px;
    color: var(--glide-muted-grey-text);
    line-height: 1.4;
}

.payment-anchor-link-token {
    color: #2563eb;
    text-decoration: none;
}

.payment-anchor-link-token:hover {
    text-decoration: underline;
}

.btn-glide-checkout-submit {
    background-color: var(--glide-bright-blue) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 16px !important;
    border-radius: 14px !important;
    transition: background-color 0.15s ease;
}

.btn-glide-checkout-submit:hover {
    background-color: #0ea5e9 !important;
}

.btn-glide-alternative-action-secondary {
    border: 1.5px solid var(--glide-dark-slate) !important;
    color: var(--glide-dark-slate) !important;
    font-size: 15px;
    font-weight: 600;
    padding: 14px !important;
    border-radius: 14px !important;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-glide-alternative-action-secondary:hover {
    background-color: var(--glide-dark-slate) !important;
    color: #ffffff !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN ADAPTATIONS
   ========================================================================== */
@media (max-width: 991.98px) {
    body { padding-top: 80px; }
    .configurator-scroll-panel-container {
        padding-left: 0;
        margin-top: 32px;
    }
    .mainHeroProductSlider { height: 380px; }
    .mobile-only-heading-title { font-size: 32px; font-weight: 700; }
}



/* ==========================================================================
     GLIDE ENGINE UTILITY ENGINE GRAPH MATRIX STYLES
   ========================================================================== */
.glide-mobility-collection-section {
    background-color: #fcfcfd; 
}

.collection-section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.025em;
}

/* Base structural surface configuration for edge-to-edge assets */
.glide-showcase-card {
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 44px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.015), 0 1px 3px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: "Inter", sans-serif;
}

.glide-showcase-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(17, 24, 39, 0.04);
}

.z-index-content {
    z-index: 5;
}

/* ==========================================================================
   UNIFIED ABSOLUTE BACKGROUND ENGINE SPEC RULES
   ========================================================================== */
.card-studio-render-bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    image-rendering: -webkit-optimize-contrast;
}

/* Typography Tokens */
.card-micro-badge-pill {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #FAFAFA;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 17px;
    font-family: "Inter", sans-serif;
}
.featured-wide-card-layout .product-branding-title-headline{font-size: 60px;}
.product-branding-title-headline {
    font-size: 32px;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.featured-wide-card-layout .product-marketing-tagline{   font-size: 20px;}
.product-marketing-tagline {
    font-size: 16px;
    font-weight: 400;
    color: #66677B;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}

.pricing-index-matrix-container {
    display: flex;
    flex-direction: column;
}
/* Metadata Text Elements */
.featured-wide-card-layout .pricing-index-matrix-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-family: "Inter", sans-serif;
}

.price-qualifier-meta-text {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.price-currency-value-display {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    margin-top: 1px;
}

/* ==========================================================================
   CARD VARIANTS STRUCTURAL SPECIFIC SPECS
   ========================================================================== */
/* Featured 100% Width Layout Banner Block */
.featured-wide-card-layout {
    min-height: 440px;
}

.featured-wide-card-layout .product-branding-title-headline {
    font-size: 60px;
    line-height: 1;
}

/* Standard 50% Width Grid Elements Splitter */
.standard-grid-cell-card {
    min-height: 369px; /* Enhanced baseline spacing layout canvas */
    /* font-family: "Inter", sans-serif; */
}

/* Standard cards need the background positioning custom tailored for perfect composition */
.standard-grid-cell-card .card-studio-render-bg-layer {
    background-size: cover;
    background-position: center right; 
}

/* Right-aligned Sticky Variant Panels */
.desktop-variant-sidebar-panel {
    top: 48px;
    right: 48px;
}

.variant-stacked-matrix-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 !important;
    justify-content: left;
    align-items: start;
    text-align: left !important;
}

.variant-node-item {
    font-size: 14px;
    font-weight: 400;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s ease;
}

.variant-node-item.active-variant-node {
    font-weight: 700;
    color: #111827;
    border-bottom: 2px solid #111827;
    padding-bottom: 2px;
    display: inline-block;
    align-self: flex-end;
}

/* Actions Elements Styling Framework */
.capsule-pill-explore-cta-button {
    background-color: #ffffff !important;
    color: #111827 !important;
    border: 1px solid #e5e7eb !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.capsule-pill-explore-cta-button:hover {
    background-color: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
}

.inline-variant-selector-row-bar {
    z-index: 10;
    position: relative;
}

.inline-node-option {
    font-size: 13px;
    font-weight: 400;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s ease;
}

.inline-node-option.active-inline-option {
    font-weight: 700;
    color: #111827;
    border-bottom: 2px solid #111827;
    padding-bottom: 1px;
}

.inline-node-hairline-divider {
    font-size: 12px;
    color: #e5e7eb;
    pointer-events: none;
}

.circular-vector-arrow-action-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #0ea5e9;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2);
}

.circular-vector-arrow-action-button:hover {
    background-color: #0284c7;
    color: #ffffff;
    transform: scale(1.06);
}

/* ==========================================================================
   MEDIA SCALING SYSTEM OPERATIONAL BREAKPOINTS
   ========================================================================== */
@media (max-width: 767.98px) {
    .glide-showcase-card {
        padding: 36px 24px;
    }
    .featured-wide-card-layout,
    .standard-grid-cell-card {
        min-height: auto;
    }
    .card-studio-render-bg-layer {
        position: relative;
        height: 260px;
        background-position: center center !important;
        margin-top: 24px;
        order: 2;
    }
    .card-meta-header-wrapper { order: 1; }
    .card-meta-footer-wrapper { order: 3; }
    

    .desktop-variant-sidebar-panel {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-top: 16px;
        order: 4;
    }
    .variant-stacked-matrix-list {
        flex-direction: row;
        gap: 16px;
    }
}

/* ==========================================================================
   GLIDE GLOBAL BASE OVERLAYS
   ========================================================================== */
.glide-accessories-collection-section {
    background-color: #ffffff;
}

.collection-section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.02em;
}

/* Base Card Layout Wrapper */
.glide-accessory-card {
    background-color: #f4f5f8; /* Matches the clean warm grey profile background */
    border: none;
    border-radius: 24px;
    padding: 32px 28px;
    min-height: 320px; /* Locks all cards to an identical structural size profile */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glide-accessory-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.z-index-content {
    z-index: 5;
}

/* ==========================================================================
   GLIDE ACCESSORIES PRODUCTION SYSTEM
   ========================================================================== */
.glide-accessories-collection-section {
    background-color: #fcfcfd;
}

/* Accessory Hierarchy Micro Tuning */
.accessory-grid-cell-card {
    /* min-height: 340px; */ /* Highly optimized baseline proportion for 4-column arrays */
    padding: 36px 16px; /* Margins narrowed specifically to balanced cross-column ratios */
}

.accessory-title {
    font-size: 20px; /* Reduced scale token to comfortably hold layout headers across single text rows */
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 7px;
}

.accessory-sub {
    font-size: 12.5px;
    color: #66677B;
    margin-top: 4px;
}

/* Ensure background assets align optimally behind narrow structural bounds */
.accessory-grid-cell-card .card-studio-render-bg-layer {
    background-size: cover;
    background-position: bottom right; /* Pin tool assets securely to the card bottom right corners */
}

/* ==========================================================================
   RESPONSIVE COMPRESSION HANDLERS
   ========================================================================== */
@media (max-width: 991.98px) {
    .accessory-grid-cell-card {
        min-height: 380px; /* Restoring wider spatial height on double row grid states */
    }
}

@media (max-width: 767.98px) {
    .accessory-grid-cell-card {
        min-height: auto;
    }
    .accessory-grid-cell-card .card-studio-render-bg-layer {
        position: relative;
        height: 200px;
        background-position: center center !important;
        margin-top: 20px;
        order: 2;
    }
    /* Balanced DOM re-ordering workflow rules for explicit touch targets on viewport collapse */
    .accessory-grid-cell-card .card-meta-header-wrapper { order: 1; }
    .accessory-grid-cell-card .card-meta-footer-wrapper { order: 3; }
}




.featured-wide-card-layout .card-meta-footer-wrapper {
    flex-direction: column;
}


.standard-grid-cell-card .card-meta-footer-wrapper {
    flex-direction: column;
    align-items: start !important;
    gap: 13px;
}



.accessory-grid-cell-card .card-meta-footer-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
}


.accessory-grid-cell-card .price-currency-value-display {
    font-size: 11px;
    font-weight: 400;
}

.accessory-grid-cell-card .price-qualifier-meta-text {
    font-size: 11px;
    font-weight: 400;
}

.accessory-grid-cell-card .wrap_price{align-items: center; gap: 3px !important;}

/* -------------------------------------------------------------------- */



.show_for_mobile {display:none !important}
@media (max-width: 480px) {
	
.hide_mobile{display:none !important}
.price_wrap {
    gap: 19px;
    align-items: center;
}

.config-selection-card-group-row {
    margin-top: 28px;
}	
	
.show_for_mobile {display:block !important}
.setup-action-buttons-group.show_for_mobile{display:flex !important}
.product-detail-page-wrapper { padding-top: 35px;}
.custom-glide-breadcrumbs-nav{display:none}
h1.mobile-only-heading-title {position:absolute;top:30px;z-index:9;left: 30px;background: #FFFFFFAD;width: 90px;height: 35px;color: #1A1A1A;font-size: 16px;line-height: 35px;text-align: center;border-radius: 20px;padding-left: 9px;font-family: 'Inter';font-weight: 700;}
h1.mobile-only-heading-title::before {
    position: absolute;
    content: "";
    left: 18px;
    background: #32BDED;
    height: 7px;
    width: 7px;
    top: 14px;
    z-index: 999999;
    border-radius: 100%;
}
    
span.custom-badge-new {
    border: 1px solid var(--color-main-colors-200, #9ADEF6);
    display: inline-block;
    padding: 7px 11px;
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Inter';
    margin-bottom: 16px;
    border-radius: 3px;
}

h2.product_title_mobile {
    font-weight: 700;
    font-size: 35px;
}

.sidebar-action-footer-checkout-container {display:none;}

.price-summary-tag-label {
    display: inline-block;
    align-items: center;
}

h2#liveMainFinalPriceNode {
    display: inline-block;
}

.swiper-slide-thumb-active {
    border: 2px solid var(--color-main-colors-400, #32BDED);
    border-radius: 11px !important;
}

.config-section-group-label-title {font-size: 22px;}
	
	
}







