.nanobar {padding: 20px !important; background-color: #38acbe !important;
z-index:9999999!important;}
.nanobar-text-cookies{color: white !important;}
.js-nanobar-close-cookies{background-color: white !important; color: black !important; animation: animatewhite 3s linear infinite;font-size:20px !important;line-height:20px !important;}

.custom-control-label{color: white !important;}
@media(min-width:768px){.nanobar-text-cookies p:last-child{margin-bottom: 0 !important;}}
.nanobar .text-sm-right {display: flex !important; flex-direction: column;}
.nanobar .text-sm-right a {width: 100%;}
.js-nanobar-settings-button {order: 2;}

.nanobar__cookie-icon{display:none!important;}


.nanobar__container .d-flex{    display: flex;
    flex-direction: column!important;}



@media screen and (min-width: 1200px) {
    .product-list-sticky-right-column {
        top: calc(var(--sticky-head-height-desktop) + 50px) !important;
    }
}

@media (min-width: 1200px) {
    .product-page-cart-box-sticky-enabled.product-page-right {
        top: calc(var(--sticky-head-height-desktop) + 50px) !important;
    }
}

.btn-secondary {
	background: white !important;
}

@media(min-width: 768px) {
	.mobileonly {
		display: none;
	}
}

@media(max-width: 767px) {
	.desktoponly {
		display: none;
	}
}

body {
	overflow-x: hidden !important;
}

      #ew-ro400-container {
            font-family: 'Inter', sans-serif;
            color: #374151;
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 1rem;
            line-height: 1.5;
            box-sizing: border-box;
        }

        #ew-ro400-container * {
            box-sizing: border-box;
        }

        #ew-ro400-container h1, 
        #ew-ro400-container h3, 
        #ew-ro400-container h4, 
        #ew-ro400-container p {
            margin: 0;
            padding: 0;
        }

        /* Layout Grid */
        .ew-grid {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        @media (min-width: 1024px) {
            .ew-grid {
                flex-direction: row;
                gap: 3rem;
            }
            .ew-col-left, .ew-col-right {
                flex: 1;
                min-width: 0;
            }
        }

        /* Typography */
        .ew-title {
            font-size: 2rem;
            font-weight: 800;
            color: #111827;
            line-height: 1.2;
            margin-bottom: 1rem;
        }
        @media (min-width: 640px) {
            .ew-title { font-size: 2.25rem; }
        }
        .ew-subtitle {
            font-size: 0.875rem;
            color: #6b7280;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.5rem;
        }
        .ew-sku {
            background: #f9fafb;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
        }

        /* Images */
        .ew-main-img-box {
            background: #fff;
            border-radius: 1rem;
            padding: 1rem;
            border: 1px solid #e5e7eb;
            aspect-ratio: 1 / 1;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            margin-bottom: 1rem;
        }
        .ew-main-img-box img {
            max-height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }
        .ew-main-img-box:hover img {
            transform: scale(1.05);
        }
        .ew-badge-shipping {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background: #dcfce7;
            color: #166534;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            text-transform: uppercase;
            z-index: 10;
        }
        .ew-thumb-list {
            display: flex;
            gap: 1rem;
            overflow-x: auto;
            padding-bottom: 0.5rem;
            -ms-overflow-style: none; 
            scrollbar-width: none; 
        }
        .ew-thumb-list::-webkit-scrollbar {
            display: none;
        }
        .ew-thumb-btn {
            flex-shrink: 0;
            width: 6rem;
            height: 6rem;
            border-radius: 0.75rem;
            border: 2px solid transparent;
            overflow: hidden;
            cursor: pointer;
            opacity: 0.7;
            transition: all 0.2s;
            background: transparent;
            padding: 0;
        }
        .ew-thumb-btn.active {
            border-color: #38acbe;
            opacity: 1;
        }
        .ew-thumb-btn:hover {
            opacity: 1;
        }
        .ew-thumb-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Reviews & Stock */
        .ew-meta-row {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }
        .ew-stars {
            color: #facc15;
            display: flex;
            align-items: center;
            font-size: 1.125rem;
        }
        .ew-rating-text {
            font-size: 0.875rem;
            color: #6b7280;
            margin-left: 0.5rem;
            border-bottom: 1px dashed #6b7280;
            cursor: pointer;
        }
        .ew-rating-text:hover { color: #38acbe; border-color: #38acbe; }
        .ew-divider { width: 1px; height: 1rem; background: #d1d5db; }
        .ew-stock { color: #16a34a; font-weight: 500; font-size: 0.875rem; display: flex; align-items: center; }
        
        /* Value Proposition Box */
        .ew-value-box {
            background: #eff6ff;
            border: 1px solid #dbeafe;
            border-radius: 0.75rem;
            padding: 1.25rem;
            margin-bottom: 2rem;
        }
        .ew-value-box p { margin-bottom: 0.75rem; font-weight: 500; }
        .ew-value-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
        .ew-value-list li { display: flex; align-items: flex-start; font-size: 0.875rem; color: #374151; }
        .ew-value-list i { color: #38acbe; margin-right: 0.5rem; margin-top: 0.125rem; font-size: 1.125rem; }

        /* Pricing */
        .ew-price-area { margin-bottom: 1.5rem; }
        .ew-total-price { font-size: 3rem; font-weight: 900; color: #111827; line-height: 1; }
        .ew-shipping-info { font-size: 0.875rem; color: #6b7280; margin-top: 0.25rem; display: flex; align-items: center; }

        /* Order Bump */
        .ew-bump-container {
            background: #fff;
            border: 2px solid #e5e7eb;
            border-radius: 1rem;
            padding: 1.25rem;
            margin-bottom: 2rem;
        }
        .ew-bump-title { font-weight: 700; color: #111827; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.5rem; }
        .ew-bump-list { display: flex; flex-direction: column; gap: 0.75rem; }
        .ew-bump-label { display: block; position: relative; cursor: pointer; margin: 0; }
        .ew-bump-checkbox { position: absolute; opacity: 0; width: 0; height: 0; }
        .ew-bump-content {
            display: flex;
            align-items: center;
            width: 100%;
            border: 1px solid #e5e7eb;
            border-radius: 0.75rem;
            padding: 0.75rem;
            transition: all 0.2s ease;
        }
        .ew-bump-label:hover .ew-bump-content { border-color: #93c5fd; }
        .ew-bump-check-icon-wrapper {
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid #d1d5db;
            border-radius: 0.25rem;
            margin-right: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            flex-shrink: 0;
            transition: all 0.2s;
        }
        .ew-bump-check-icon { color: #38acbe; opacity: 0; transform: scale(0.5); transition: all 0.2s; font-size: 1rem; }
        .ew-bump-checkbox:checked + .ew-bump-content { border-color: #38acbe; background: #f0fdfa; }
        .ew-bump-checkbox:checked + .ew-bump-content .ew-bump-check-icon-wrapper { border-color: #38acbe; }
        .ew-bump-checkbox:checked + .ew-bump-content .ew-bump-check-icon { opacity: 1; transform: scale(1); }
        .ew-bump-img { width: 2.5rem; height: 2.5rem; border-radius: 0.25rem; object-fit: cover; border: 1px solid #e5e7eb; margin-right: 0.75rem; }
        .ew-bump-text { flex-grow: 1; }
        .ew-bump-name { font-size: 0.875rem; font-weight: 600; color: #111827; margin: 0; line-height: 1.2; transition: color 0.2s; }
        .ew-bump-label:hover .ew-bump-name { color: #38acbe; }
        .ew-bump-desc { font-size: 0.75rem; color: #6b7280; margin: 0.25rem 0 0 0; }
        .ew-bump-price { font-size: 0.875rem; font-weight: 700; color: #111827; margin-left: 0.5rem; white-space: nowrap; }

        /* Action Row (Qty & Cart) */
        .ew-action-row { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
        @media (min-width: 640px) { .ew-action-row { flex-direction: row; } }
        .ew-qty-box {
            display: flex;
            align-items: center;
            border: 2px solid #e5e7eb;
            border-radius: 0.75rem;
            background: #fff;
            height: 3.5rem;
            width: 100%;
        }
        @media (min-width: 640px) { .ew-qty-box { width: 8rem; flex-shrink: 0; } }
        .ew-qty-btn { width: 2.5rem; height: 100%; display: flex; align-items: center; justify-content: center; color: #6b7280; border: none; background: transparent; font-size: 1.25rem; cursor: pointer; }
        .ew-qty-btn:hover { color: #38acbe; }
        .ew-qty-input { flex-grow: 1; text-align: center; font-size: 1.125rem; font-weight: 700; color: #111827; border: none; outline: none; background: transparent; width: 100%; padding: 0; -moz-appearance: textfield; }
        .ew-qty-input::-webkit-outer-spin-button, .ew-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
        .ew-cart-btn {
            flex-grow: 1;
            height: 3.5rem;
            background: #38acbe;
            color: #fff;
            border-radius: 0.75rem;
            font-weight: 700;
            font-size: 1.125rem;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.2s;
        }
        .ew-cart-btn:hover { background: #2d8a98; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
        .ew-cart-btn:active { transform: scale(0.98); }

        /* Trust Badges */
        .ew-trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1.5rem 0; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
        @media (min-width: 640px) { .ew-trust-grid { grid-template-columns: repeat(4, 1fr); } }
        .ew-trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
        .ew-trust-icon { width: 3rem; height: 3rem; border-radius: 50%; background: #f9fafb; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #6b7280; margin-bottom: 0.5rem; transition: all 0.2s; }
        .ew-trust-item:hover .ew-trust-icon { background: #f0fdfa; color: #38acbe; }
        .ew-trust-text { font-size: 0.75rem; font-weight: 600; color: #374151; line-height: 1.2; }

        /* Financing */
        .ew-finance-banner { margin-top: 1.5rem; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 0.75rem; padding: 1rem; display: flex; align-items: flex-start; gap: 0.75rem; }
        .ew-finance-icon { color: #16a34a; font-size: 1.25rem; margin-top: 0.125rem; }
        .ew-finance-title { font-weight: 700; color: #14532d; font-size: 0.875rem; margin: 0; }
        .ew-finance-text { font-size: 0.75rem; color: #15803d; margin: 0.25rem 0 0 0; line-height: 1.4; }

        /* Tabs */
        .ew-tabs-container { background: #fff; border-radius: 1rem; border: 1px solid #e5e7eb; overflow: hidden; margin-top: 4rem; }
        .ew-tabs-header { display: flex; flex-wrap: wrap; border-bottom: 1px solid #e5e7eb; background: #f9fafb; }
        .ew-tab-btn { flex: 1; padding: 1rem 1.5rem; font-size: 0.875rem; font-weight: 600; color: #6b7280; border-bottom: 2px solid transparent; text-align: center; transition: all 0.2s; border-top: none; border-left: none; border-right: none; background: transparent; cursor: pointer; }
        @media (max-width: 639px) { .ew-tab-btn { flex-basis: 100%; text-align: left; border-bottom: 1px solid #e5e7eb; } .ew-tab-btn:last-child { border-bottom: none; } }
        .ew-tab-btn:hover { color: #111827; }
        .ew-tab-btn.active { color: #38acbe; border-bottom-color: #38acbe; font-weight: 700; background: #fff; }
        .ew-tab-content-wrapper { padding: 1.5rem; }
        @media (min-width: 768px) { .ew-tab-content-wrapper { padding: 2rem; } }
        .ew-tab-pane { display: none; color: #374151; font-size: 0.95rem; }
        .ew-tab-pane.active { display: block; }
        .ew-tab-pane h3 { font-size: 1.25rem; font-weight: 700; color: #111827; margin: 2rem 0 1rem 0; }
        .ew-tab-pane h3:first-child { margin-top: 0; }
        
        .ew-feature-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; list-style: none; padding: 0; margin: 0; }
        @media (min-width: 768px) { .ew-feature-grid { grid-template-columns: 1fr 1fr; } }
        .ew-feature-item { display: flex; align-items: flex-start; background: #f9fafb; padding: 1rem; border-radius: 0.75rem; }
        .ew-feature-icon { background: #fff; padding: 0.25rem; border-radius: 0.25rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05); margin-right: 0.75rem; margin-top: 0.25rem; color: #38acbe; }
        
        .ew-process-list { border-left: 4px solid #38acbe; padding-left: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
        .ew-process-list p { margin: 0; }
        
        .ew-warning-box { background: #fefce8; border-left: 4px solid #eab308; padding: 1rem; border-radius: 0 0.75rem 0.75rem 0; margin-top: 2rem; }
        .ew-warning-box p { color: #854d0e; font-size: 0.875rem; margin: 0; }

        /* Table Specs */
        .ew-table { width: 100%; text-align: left; border-collapse: collapse; }
        .ew-table th, .ew-table td { padding: 1rem; border-bottom: 1px solid #e5e7eb; }
        .ew-table th { font-weight: 600; color: #111827; width: 33%; background: #f8fafc; }
        .ew-table tr:hover td, .ew-table tr:hover th { background: #f9fafb; }

        /* Docs */
        .ew-docs-grid { display: flex; flex-direction: column; gap: 1rem; }
        @media (min-width: 640px) { .ew-docs-grid { flex-direction: row; } }
        .ew-doc-link { display: flex; align-items: center; gap: 0.75rem; background: #f9fafb; border: 1px solid #e5e7eb; padding: 1rem; border-radius: 0.75rem; text-decoration: none; color: inherit; transition: all 0.2s; width: 100%; }
        @media (min-width: 640px) { .ew-doc-link { width: auto; } }
        .ew-doc-link:hover { background: #38acbe; border-color: #38acbe; color: #fff; }
        .ew-doc-icon { font-size: 2rem; transition: color 0.2s; }
        .ew-doc-icon.pdf { color: #ef4444; }
        .ew-doc-icon.txt { color: #3b82f6; }
        .ew-doc-link:hover .ew-doc-icon { color: #fff; }
        .ew-doc-title { font-weight: 700; font-size: 0.875rem; display: block; }
        .ew-doc-subtitle { font-size: 0.75rem; opacity: 0.8; display: block; }
        .ew-doc-dl { margin-left: auto; font-size: 1.25rem; opacity: 0.5; transition: opacity 0.2s; }
        .ew-doc-link:hover .ew-doc-dl { opacity: 1; }

        /* Sticky Mobile CTA */
        .ew-sticky-cta-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #e5e7eb;
            box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
            z-index: 50;
            padding: 0.75rem 1rem;
            transform: translateY(100%);
            transition: transform 0.3s ease-in-out;
            box-sizing: border-box;
        }
        .ew-sticky-cta-bar.visible { transform: translateY(0); }
        .ew-sticky-container { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
        .ew-sticky-left { display: none; align-items: center; gap: 1rem; flex-grow: 1; }
        @media (min-width: 640px) { .ew-sticky-left { display: flex; } }
        .ew-sticky-img { height: 3rem; width: 3rem; object-fit: cover; border-radius: 0.25rem; border: 1px solid #e5e7eb; }
        .ew-sticky-title { font-weight: 700; color: #111827; font-size: 0.875rem; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
        @media (min-width: 1024px) { .ew-sticky-title { max-width: 400px; } }
        .ew-sticky-price-brand { color: #38acbe; font-weight: 700; font-size: 0.875rem; }
        
        .ew-sticky-right { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 0.75rem; }
        @media (min-width: 640px) { .ew-sticky-right { width: auto; justify-content: flex-end; } }
        .ew-sticky-mobile-price { display: flex; flex-direction: column; }
        @media (min-width: 640px) { .ew-sticky-mobile-price { display: none; } }
        .ew-sticky-mobile-label { font-size: 0.75rem; color: #6b7280; font-weight: 500; }
        .ew-sticky-mobile-value { font-size: 1.125rem; font-weight: 900; color: #111827; line-height: 1; }
        .ew-sticky-btn {
            background: #38acbe;
            color: #fff;
            border-radius: 0.75rem;
            font-weight: 700;
            padding: 0.75rem 1.5rem;
            border: none;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-shrink: 0;
            transition: background 0.2s;
        }
        .ew-sticky-btn:hover { background: #2d8a98; }

        /* Toast Notification */
        .ew-toast {
            position: fixed;
            top: 5rem;
            right: 1rem;
            background: #111827;
            color: #fff;
            padding: 1rem 1.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
            z-index: 50;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            transform: translateX(150%);
            opacity: 0;
            transition: all 0.3s ease;
        }
        .ew-toast.show {
            transform: translateX(0);
            opacity: 1;
        }
        .ew-toast-icon { color: #4ade80; font-size: 1.5rem; }
        .ew-toast-title { font-weight: 700; font-size: 0.875rem; margin: 0; }
        .ew-toast-desc { font-size: 0.75rem; color: #d1d5db; margin: 0; }

        /* Utility classes for animation */
        .ew-ring-flash {
            box-shadow: 0 0 0 4px rgba(56, 172, 190, 0.5);
        }


.home-body .categoryoffer-card{display:flex!important;
    align-items: center;
    align-content: center;
    text-align: center;}


 .contact-page {
    box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: inherit;
  }
 
  .contact-page *,
  .contact-page *::before,
  .contact-page *::after {
    box-sizing: border-box;
  }
 
  .section-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 40px 0 10px;
  }
 
  .section-subtitle {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 20px;
  }
 
  .person-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
 
  .person-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 400px;
    max-width: 100%;
  }
 
  .person-card img {
    width: 400px;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
  }
 
  .person-card .person-info {
    margin-top: 10px;
    line-height: 1.6;
  }
 
  .person-card .person-info b,
  .person-card .person-info strong {
    display: inline;
  }
 
  .map-container {
    text-align: center;
    margin: 20px 0;
  }
 
  .map-container iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 300px;
    border: 0;
  }
 
  .contact-page a {
    color: inherit;
    text-decoration: underline;
  }
 
  @media (max-width: 860px) {
    .person-card {
      width: 100%;
    }
    .person-card img {
      width: 100%;
    }
  }