/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.form-item label.form-required::after{margin-inline:0.15em;content:"*";color:var(--bs-form-invalid-color);}
:root,[data-bs-theme=light]{--bs-blue:#298cda;--bs-indigo:#6610f2;--bs-purple:#7d41df;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#e98600;--bs-yellow:#ffc107;--bs-green:#54b948;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#298cda;--bs-secondary:#6c757d;--bs-success:#54b948;--bs-info:#298cda;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:41,140,218;--bs-secondary-rgb:108,117,125;--bs-success-rgb:84,185,72;--bs-info-rgb:41,140,218;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#103857;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#224a1d;--bs-info-text-emphasis:#103857;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d4e8f8;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#ddf1da;--bs-info-bg-subtle:#d4e8f8;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a9d1f0;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#bbe3b6;--bs-info-border-subtle:#a9d1f0;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"Eurostile",Helvetica,Arial,sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#011a46;--bs-body-color-rgb:1,26,70;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(1,26,70,.75);--bs-secondary-color-rgb:1,26,70;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(1,26,70,.5);--bs-tertiary-color-rgb:1,26,70;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:#011a46;--bs-link-color:#298cda;--bs-link-color-rgb:41,140,218;--bs-link-decoration:underline;--bs-link-hover-color:#2170ae;--bs-link-hover-color-rgb:33,112,174;--bs-code-color:#d63384;--bs-highlight-color:#011a46;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.625rem;--bs-border-radius-sm:0.375rem;--bs-border-radius-lg:0.75rem;--bs-border-radius-xl:1.25rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(41,140,218,.25);--bs-form-valid-color:#54b948;--bs-form-valid-border-color:#54b948;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#7fbae9;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#98d591;--bs-info-text-emphasis:#7fbae9;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#081c2c;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#11250e;--bs-info-bg-subtle:#081c2c;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#195483;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#326f2b;--bs-info-border-subtle:#195483;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#7fbae9;--bs-link-hover-color:#98c8ed;--bs-link-color-rgb:127,186,233;--bs-link-hover-color-rgb:152,200,237;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#98d591;--bs-form-valid-border-color:#98d591;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.page--product .page_content{background:#f8f9fa;min-height:100vh}.product-display .product-layout{margin-top:2rem}.product-display .product-layout .row{align-items:flex-start}.product-display .product-images{position:-webkit-sticky;position:sticky;top:2rem}.product-display .product-images .field__items{display:flex;flex-direction:column;gap:1rem}.product-display .product-images .field__item img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;width:100%}.product-display .product-images .product-placeholder-image{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;height:320px;justify-content:center;transition:all .3s ease;width:100%}.product-display .product-images .product-placeholder-image:hover{background:#e9ecef;border-color:#adb5bd}.product-display .product-images .product-placeholder-image .placeholder-content{color:#6c757d;text-align:center}.product-display .product-images .product-placeholder-image .placeholder-icon{height:64px;margin-bottom:1rem;opacity:.6;width:64px}.product-display .product-images .product-placeholder-image .placeholder-text{color:#6c757d;font-size:1rem;font-weight:500;margin:0}.product-display .product-details{padding-left:2rem}@media (max-width:767.98px){.product-display .product-details{padding-left:0;padding-top:2rem}}.product-display .product-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (max-width:767.98px){.product-display .product-title{font-size:2rem}}.product-display .product-pricing{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-pricing .price-display{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.product-display .product-pricing .price-display .field__item{color:inherit;font-size:inherit;font-weight:inherit}.product-display .product-pricing .discount-price{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.product-display .product-pricing .discount-price .discount-label{color:#dc3545;font-size:.9rem;font-weight:500}.product-display .product-pricing .discount-price .field__item{color:#dc3545;font-size:1.25rem;font-weight:600}.product-display .product-description{margin-bottom:2rem}.product-display .product-description .field__item{color:#555;line-height:1.6}.product-display .product-description .field__item h4{color:#333;margin-bottom:1rem;margin-top:1.5rem}.product-display .product-description .field__item p{margin-bottom:1rem}.product-display .product-description .field__item .btn{margin-top:1rem}.product-display .product-specifications{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-specifications .spec-item{margin-bottom:1rem}.product-display .product-specifications .spec-item:last-child{margin-bottom:0}.product-display .product-specifications .spec-item .field__label{color:#333;font-weight:600;margin-bottom:.25rem}.product-display .product-specifications .spec-item .field__item{color:#666;font-size:1.1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper,.product-display .product-actions .commerce-order-item-add-to-cart-form .field--name-purchased-entity{display:none!important}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-item,.product-display .product-actions .commerce-order-item-add-to-cart-form .form-wrapper{margin-bottom:1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-label{color:#333;font-weight:600}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control{border:2px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.75rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}@media (max-width:991.98px){.product-display .product-images{position:static}.product-display .product-details{padding-left:0}}
:root,[data-bs-theme=light]{--bs-blue:#298cda;--bs-indigo:#6610f2;--bs-purple:#7d41df;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#e98600;--bs-yellow:#ffc107;--bs-green:#54b948;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#298cda;--bs-secondary:#6c757d;--bs-success:#54b948;--bs-info:#298cda;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:41,140,218;--bs-secondary-rgb:108,117,125;--bs-success-rgb:84,185,72;--bs-info-rgb:41,140,218;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#103857;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#224a1d;--bs-info-text-emphasis:#103857;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d4e8f8;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#ddf1da;--bs-info-bg-subtle:#d4e8f8;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a9d1f0;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#bbe3b6;--bs-info-border-subtle:#a9d1f0;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"Eurostile",Helvetica,Arial,sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#011a46;--bs-body-color-rgb:1,26,70;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(1,26,70,.75);--bs-secondary-color-rgb:1,26,70;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(1,26,70,.5);--bs-tertiary-color-rgb:1,26,70;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:#011a46;--bs-link-color:#298cda;--bs-link-color-rgb:41,140,218;--bs-link-decoration:underline;--bs-link-hover-color:#2170ae;--bs-link-hover-color-rgb:33,112,174;--bs-code-color:#d63384;--bs-highlight-color:#011a46;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.625rem;--bs-border-radius-sm:0.375rem;--bs-border-radius-lg:0.75rem;--bs-border-radius-xl:1.25rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(41,140,218,.25);--bs-form-valid-color:#54b948;--bs-form-valid-border-color:#54b948;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#7fbae9;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#98d591;--bs-info-text-emphasis:#7fbae9;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#081c2c;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#11250e;--bs-info-bg-subtle:#081c2c;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#195483;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#326f2b;--bs-info-border-subtle:#195483;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#7fbae9;--bs-link-hover-color:#98c8ed;--bs-link-color-rgb:127,186,233;--bs-link-hover-color-rgb:152,200,237;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#98d591;--bs-form-valid-border-color:#98d591;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.page--product .page_content{background:#f8f9fa;min-height:100vh}.product-display .product-layout{margin-top:2rem}.product-display .product-layout .row{align-items:flex-start}.product-display .product-images{position:-webkit-sticky;position:sticky;top:2rem}.product-display .product-images .field__items{display:flex;flex-direction:column;gap:1rem}.product-display .product-images .field__item img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;width:100%}.product-display .product-images .product-placeholder-image{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;height:320px;justify-content:center;transition:all .3s ease;width:100%}.product-display .product-images .product-placeholder-image:hover{background:#e9ecef;border-color:#adb5bd}.product-display .product-images .product-placeholder-image .placeholder-content{color:#6c757d;text-align:center}.product-display .product-images .product-placeholder-image .placeholder-icon{height:64px;margin-bottom:1rem;opacity:.6;width:64px}.product-display .product-images .product-placeholder-image .placeholder-text{color:#6c757d;font-size:1rem;font-weight:500;margin:0}.product-display .product-details{padding-left:2rem}@media (max-width:767.98px){.product-display .product-details{padding-left:0;padding-top:2rem}}.product-display .product-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (max-width:767.98px){.product-display .product-title{font-size:2rem}}.product-display .product-pricing{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-pricing .price-display{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.product-display .product-pricing .price-display .field__item{color:inherit;font-size:inherit;font-weight:inherit}.product-display .product-pricing .discount-price{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.product-display .product-pricing .discount-price .discount-label{color:#dc3545;font-size:.9rem;font-weight:500}.product-display .product-pricing .discount-price .field__item{color:#dc3545;font-size:1.25rem;font-weight:600}.product-display .product-description{margin-bottom:2rem}.product-display .product-description .field__item{color:#555;line-height:1.6}.product-display .product-description .field__item h4{color:#333;margin-bottom:1rem;margin-top:1.5rem}.product-display .product-description .field__item p{margin-bottom:1rem}.product-display .product-description .field__item .btn{margin-top:1rem}.product-display .product-specifications{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-specifications .spec-item{margin-bottom:1rem}.product-display .product-specifications .spec-item:last-child{margin-bottom:0}.product-display .product-specifications .spec-item .field__label{color:#333;font-weight:600;margin-bottom:.25rem}.product-display .product-specifications .spec-item .field__item{color:#666;font-size:1.1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper,.product-display .product-actions .commerce-order-item-add-to-cart-form .field--name-purchased-entity{display:none!important}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-item,.product-display .product-actions .commerce-order-item-add-to-cart-form .form-wrapper{margin-bottom:1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-label{color:#333;font-weight:600}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control{border:2px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.75rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}@media (max-width:991.98px){.product-display .product-images{position:static}.product-display .product-details{padding-left:0}}
:root,[data-bs-theme=light]{--bs-blue:#298cda;--bs-indigo:#6610f2;--bs-purple:#7d41df;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#e98600;--bs-yellow:#ffc107;--bs-green:#54b948;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#298cda;--bs-secondary:#6c757d;--bs-success:#54b948;--bs-info:#298cda;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:41,140,218;--bs-secondary-rgb:108,117,125;--bs-success-rgb:84,185,72;--bs-info-rgb:41,140,218;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#103857;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#224a1d;--bs-info-text-emphasis:#103857;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d4e8f8;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#ddf1da;--bs-info-bg-subtle:#d4e8f8;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a9d1f0;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#bbe3b6;--bs-info-border-subtle:#a9d1f0;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"Eurostile",Helvetica,Arial,sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#011a46;--bs-body-color-rgb:1,26,70;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(1,26,70,.75);--bs-secondary-color-rgb:1,26,70;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(1,26,70,.5);--bs-tertiary-color-rgb:1,26,70;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:#011a46;--bs-link-color:#298cda;--bs-link-color-rgb:41,140,218;--bs-link-decoration:underline;--bs-link-hover-color:#2170ae;--bs-link-hover-color-rgb:33,112,174;--bs-code-color:#d63384;--bs-highlight-color:#011a46;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.625rem;--bs-border-radius-sm:0.375rem;--bs-border-radius-lg:0.75rem;--bs-border-radius-xl:1.25rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(41,140,218,.25);--bs-form-valid-color:#54b948;--bs-form-valid-border-color:#54b948;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#7fbae9;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#98d591;--bs-info-text-emphasis:#7fbae9;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#081c2c;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#11250e;--bs-info-bg-subtle:#081c2c;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#195483;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#326f2b;--bs-info-border-subtle:#195483;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#7fbae9;--bs-link-hover-color:#98c8ed;--bs-link-color-rgb:127,186,233;--bs-link-hover-color-rgb:152,200,237;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#98d591;--bs-form-valid-border-color:#98d591;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.page--product .page_content{background:#f8f9fa;min-height:100vh}.product-display .product-layout{margin-top:2rem}.product-display .product-layout .row{align-items:flex-start}.product-display .product-images{position:-webkit-sticky;position:sticky;top:2rem}.product-display .product-images .field__items{display:flex;flex-direction:column;gap:1rem}.product-display .product-images .field__item img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;width:100%}.product-display .product-images .product-placeholder-image{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;height:320px;justify-content:center;transition:all .3s ease;width:100%}.product-display .product-images .product-placeholder-image:hover{background:#e9ecef;border-color:#adb5bd}.product-display .product-images .product-placeholder-image .placeholder-content{color:#6c757d;text-align:center}.product-display .product-images .product-placeholder-image .placeholder-icon{height:64px;margin-bottom:1rem;opacity:.6;width:64px}.product-display .product-images .product-placeholder-image .placeholder-text{color:#6c757d;font-size:1rem;font-weight:500;margin:0}.product-display .product-details{padding-left:2rem}@media (max-width:767.98px){.product-display .product-details{padding-left:0;padding-top:2rem}}.product-display .product-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (max-width:767.98px){.product-display .product-title{font-size:2rem}}.product-display .product-pricing{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-pricing .price-display{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.product-display .product-pricing .price-display .field__item{color:inherit;font-size:inherit;font-weight:inherit}.product-display .product-pricing .discount-price{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.product-display .product-pricing .discount-price .discount-label{color:#dc3545;font-size:.9rem;font-weight:500}.product-display .product-pricing .discount-price .field__item{color:#dc3545;font-size:1.25rem;font-weight:600}.product-display .product-description{margin-bottom:2rem}.product-display .product-description .field__item{color:#555;line-height:1.6}.product-display .product-description .field__item h4{color:#333;margin-bottom:1rem;margin-top:1.5rem}.product-display .product-description .field__item p{margin-bottom:1rem}.product-display .product-description .field__item .btn{margin-top:1rem}.product-display .product-specifications{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-specifications .spec-item{margin-bottom:1rem}.product-display .product-specifications .spec-item:last-child{margin-bottom:0}.product-display .product-specifications .spec-item .field__label{color:#333;font-weight:600;margin-bottom:.25rem}.product-display .product-specifications .spec-item .field__item{color:#666;font-size:1.1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper,.product-display .product-actions .commerce-order-item-add-to-cart-form .field--name-purchased-entity{display:none!important}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-item,.product-display .product-actions .commerce-order-item-add-to-cart-form .form-wrapper{margin-bottom:1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-label{color:#333;font-weight:600}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control{border:2px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.75rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}@media (max-width:991.98px){.product-display .product-images{position:static}.product-display .product-details{padding-left:0}}
:root,[data-bs-theme=light]{--bs-blue:#298cda;--bs-indigo:#6610f2;--bs-purple:#7d41df;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#e98600;--bs-yellow:#ffc107;--bs-green:#54b948;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#298cda;--bs-secondary:#6c757d;--bs-success:#54b948;--bs-info:#298cda;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:41,140,218;--bs-secondary-rgb:108,117,125;--bs-success-rgb:84,185,72;--bs-info-rgb:41,140,218;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#103857;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#224a1d;--bs-info-text-emphasis:#103857;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#d4e8f8;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#ddf1da;--bs-info-bg-subtle:#d4e8f8;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a9d1f0;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#bbe3b6;--bs-info-border-subtle:#a9d1f0;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"Eurostile",Helvetica,Arial,sans-serif;--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.4;--bs-body-color:#011a46;--bs-body-color-rgb:1,26,70;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(1,26,70,.75);--bs-secondary-color-rgb:1,26,70;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(1,26,70,.5);--bs-tertiary-color-rgb:1,26,70;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:#011a46;--bs-link-color:#298cda;--bs-link-color-rgb:41,140,218;--bs-link-decoration:underline;--bs-link-hover-color:#2170ae;--bs-link-hover-color-rgb:33,112,174;--bs-code-color:#d63384;--bs-highlight-color:#011a46;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.625rem;--bs-border-radius-sm:0.375rem;--bs-border-radius-lg:0.75rem;--bs-border-radius-xl:1.25rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(41,140,218,.25);--bs-form-valid-color:#54b948;--bs-form-valid-border-color:#54b948;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#7fbae9;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#98d591;--bs-info-text-emphasis:#7fbae9;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#081c2c;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#11250e;--bs-info-bg-subtle:#081c2c;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#195483;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#326f2b;--bs-info-border-subtle:#195483;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#7fbae9;--bs-link-hover-color:#98c8ed;--bs-link-color-rgb:127,186,233;--bs-link-hover-color-rgb:152,200,237;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#98d591;--bs-form-valid-border-color:#98d591;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}.page--product .page_content{background:#f8f9fa;min-height:100vh}.product-display .product-layout{margin-top:2rem}.product-display .product-layout .row{align-items:flex-start}.product-display .product-images{position:-webkit-sticky;position:sticky;top:2rem}.product-display .product-images .field__items{display:flex;flex-direction:column;gap:1rem}.product-display .product-images .field__item img{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:auto;width:100%}.product-display .product-images .product-placeholder-image{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;display:flex;height:320px;justify-content:center;transition:all .3s ease;width:100%}.product-display .product-images .product-placeholder-image:hover{background:#e9ecef;border-color:#adb5bd}.product-display .product-images .product-placeholder-image .placeholder-content{color:#6c757d;text-align:center}.product-display .product-images .product-placeholder-image .placeholder-icon{height:64px;margin-bottom:1rem;opacity:.6;width:64px}.product-display .product-images .product-placeholder-image .placeholder-text{color:#6c757d;font-size:1rem;font-weight:500;margin:0}.product-display .product-details{padding-left:2rem}@media (max-width:767.98px){.product-display .product-details{padding-left:0;padding-top:2rem}}.product-display .product-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (max-width:767.98px){.product-display .product-title{font-size:2rem}}.product-display .product-pricing{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-pricing .price-display{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.product-display .product-pricing .price-display .field__item{color:inherit;font-size:inherit;font-weight:inherit}.product-display .product-pricing .discount-price{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.product-display .product-pricing .discount-price .discount-label{color:#dc3545;font-size:.9rem;font-weight:500}.product-display .product-pricing .discount-price .field__item{color:#dc3545;font-size:1.25rem;font-weight:600}.product-display .product-description{margin-bottom:2rem}.product-display .product-description .field__item{color:#555;line-height:1.6}.product-display .product-description .field__item h4{color:#333;margin-bottom:1rem;margin-top:1.5rem}.product-display .product-description .field__item p{margin-bottom:1rem}.product-display .product-description .field__item .btn{margin-top:1rem}.product-display .product-specifications{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.product-display .product-specifications .spec-item{margin-bottom:1rem}.product-display .product-specifications .spec-item:last-child{margin-bottom:0}.product-display .product-specifications .spec-item .field__label{color:#333;font-weight:600;margin-bottom:.25rem}.product-display .product-specifications .spec-item .field__item{color:#666;font-size:1.1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form #edit-purchased-entity-wrapper,.product-display .product-actions .commerce-order-item-add-to-cart-form .field--name-purchased-entity{display:none!important}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-item,.product-display .product-actions .commerce-order-item-add-to-cart-form .form-wrapper{margin-bottom:1rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-label{color:#333;font-weight:600}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control{border:2px solid #e9ecef;border-radius:6px;font-size:1rem;padding:.75rem}.product-display .product-actions .commerce-order-item-add-to-cart-form .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}@media (max-width:991.98px){.product-display .product-images{position:static}.product-display .product-details{padding-left:0}}
.userbar-wrapper{background-color:#0079c0;color:#fff}.userbar-wrapper .nav>.nav-item>.nav-link:not(.disabled):not(:disabled){align-items:center;border-bottom:4px solid transparent;color:#fff;display:inline-flex;height:50px;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.userbar-wrapper .nav>.nav-item.active>.nav-link:not(.disabled):not(:disabled),.userbar-wrapper .nav>.nav-item.menu-item--active-trail>.nav-link:not(.disabled):not(:disabled),.userbar-wrapper .nav>.nav-item>.nav-link:not(.disabled):not(:disabled).active,.userbar-wrapper .nav>.nav-item>.nav-link:not(.disabled):not(:disabled).is-active,.userbar-wrapper .nav>.nav-item>.nav-link:not(.disabled):not(:disabled):focus-visible,.userbar-wrapper .nav>.nav-item>.nav-link:not(.disabled):not(:disabled):hover{border-bottom-color:#000;text-decoration:none}.userbar-wrapper .userbar{align-items:center;display:flex;min-height:40px;padding:.5rem 0}.userbar-wrapper .userbar a{color:#fff;text-decoration:none}.userbar-wrapper .userbar a:hover{color:hsla(0,0%,100%,.8);text-decoration:none}.userbar-wrapper a{color:#fff;text-decoration:none}.userbar-wrapper a:hover{color:hsla(0,0%,100%,.8);text-decoration:none}
