@charset "UTF-8";:root{--primary-blue:#08b;--dark-blue:#069;--teal:#3bbdb0;--pink:#e63462;--dark-purple:#3d2945;--light-gray:#f5f5f5;--text-dark:#333;--border-radius:8px;--accent-blue-color:#4ab2f1;--accent-blue-active-color:#248ece;--gray-color:#6b6b6b;--dark-gray-color:#444;--error-red-color:#d51f28;--success-green-color:#207d4c}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}.master-wrapper-page{overflow-x:hidden}body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;color:var(--text-dark);line-height:1.6}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media(max-width:991px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}.mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0}.mobile-actions .mobile-cart{display:flex;align-items:center}.mobile-actions .mobile-cart .cart-trigger{display:flex;align-items:center;justify-content:center;padding:.5rem;position:relative;left:10px;top:4px}.mobile-actions .mobile-cart .cart-trigger svg{width:24px;height:24px;stroke:white;display:block}.mobile-actions .mobile-cart .cart-trigger .cart-qty{position:absolute;top:0;right:-2px;font-size:.6rem;padding:1px 4px;min-width:14px}.mobile-actions .burger-menu{display:flex;align-items:center;justify-content:center;padding:.5rem;cursor:pointer}.mobile-actions .burger-menu img{width:24px;height:24px;filter:brightness(0) invert(1);display:block}.header{background:var(--primary-blue);color:#fff;padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo a{font-size:2rem;font-weight:300;letter-spacing:-2px;color:#fff;text-decoration:none}.search-box{background:#fff;border:0;padding:0;border-radius:4px;width:250px;font-size:.95rem}.search-box:focus{outline:2px solid var(--dark-blue)}.header-actions{display:flex;align-items:center;gap:1rem}.header-actions .desktop-search{width:280px}.header-actions .desktop-search .search-box-text{width:100%;padding:.6rem 1rem;border:0;border-radius:4px;font-size:.9rem}.header-actions .desktop-search .search-box-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:0;cursor:pointer;padding:5px}.header-actions .desktop-search .search-box-button svg,.header-actions .desktop-search .search-box-button i{color:var(--primary-blue)}.header-actions .store-search-box{position:relative;background:#fff;border-radius:4px;display:flex;align-items:center}.header-actions .store-search-box form{display:flex;align-items:center;width:100%}.header-actions .store-search-box .search-box-text{width:250px;padding:.5rem 1rem;border:0;border-radius:4px;font-size:.9rem;outline:0}.header-actions .store-search-box .search-box-button{display:none}.header-cart{position:relative}.header-cart .cart-trigger,.header-cart #topcartlink{position:relative;display:inline-block;color:#fff;text-decoration:none;padding:.5rem;background:transparent;border:0;cursor:pointer}.header-cart .cart-trigger:hover,.header-cart #topcartlink:hover{opacity:.8}.header-cart .cart-trigger svg,.header-cart #topcartlink svg{width:24px;height:24px;stroke:white;display:block}.header-cart .cart-trigger .cart-qty,.header-cart #topcartlink .cart-qty{position:absolute;top:0;right:-2px;background:var(--pink,#e91e63);color:#fff;font-size:.65rem;font-weight:600;padding:1px 5px;border-radius:10px;min-width:16px;text-align:center;line-height:1.3}.flyout-cart{position:absolute;top:100%;right:15px;width:340px;background:#fff;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.18);z-index:1001;display:none;padding:0;overflow:hidden}.flyout-cart.active{display:block}.flyout-cart .mini-shopping-cart .count{padding:.6rem 1rem;font-size:.78rem;color:#888;border-bottom:1px solid #f0f0f0;background:#fafafa}.flyout-cart .mini-shopping-cart .count a{color:var(--primary-blue);font-weight:600;text-decoration:none}.flyout-cart .mini-shopping-cart .items{max-height:280px;overflow-y:auto;padding:0}.flyout-cart .mini-shopping-cart .items .item{display:flex;gap:10px;padding:10px 1rem;border-bottom:1px solid #f2f2f2;align-items:center}.flyout-cart .mini-shopping-cart .items .item:last-child{border-bottom:0}.flyout-cart .mini-shopping-cart .items .item .picture{width:50px;height:50px;flex-shrink:0;background:#f8f8f8;border-radius:6px;overflow:hidden}.flyout-cart .mini-shopping-cart .items .item .picture a{display:block;width:100%;height:100%}.flyout-cart .mini-shopping-cart .items .item .picture img{width:100%;height:100%;object-fit:contain;padding:3px}.flyout-cart .mini-shopping-cart .items .item .product{flex:1;min-width:0}.flyout-cart .mini-shopping-cart .items .item .product a.name{font-size:.8rem;font-weight:600;color:var(--dark-purple,#3d2945)!important;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:2px}.flyout-cart .mini-shopping-cart .items .item .product a.name:hover{color:var(--primary-blue)!important}.flyout-cart .mini-shopping-cart .items .item .product .attributes{font-size:.68rem;color:#aaa;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.flyout-cart .mini-shopping-cart .items .item .product .price-qty{display:flex;align-items:center;gap:6px}.flyout-cart .mini-shopping-cart .items .item .product .price-qty .price{font-size:.82rem;font-weight:700;color:var(--dark-purple,#3d2945)}.flyout-cart .mini-shopping-cart .items .item .product .price-qty .qty{font-size:.72rem;color:#999;font-weight:500}.flyout-cart .mini-shopping-cart .totals{padding:.65rem 1rem;font-size:.88rem;border-top:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.flyout-cart .mini-shopping-cart .totals span{color:#666;font-weight:500}.flyout-cart .mini-shopping-cart .totals strong{font-weight:700;color:var(--dark-purple,#3d2945);font-size:.95rem}.flyout-cart .mini-shopping-cart .buttons{padding:.6rem 1rem .75rem}.flyout-cart .mini-shopping-cart .buttons button{display:block;width:100%;text-align:center;padding:.65rem;border-radius:25px;font-weight:600;font-size:.82rem;cursor:pointer;border:0;background:var(--dark-purple,#3d2945);color:#fff;text-transform:uppercase;letter-spacing:.5px;transition:background .2s}.flyout-cart .mini-shopping-cart .buttons button:hover{background:var(--primary-blue)}.nav-pills{display:flex;gap:1rem;margin-left:2rem}.nav-pill{background:var(--dark-purple);color:#fff;padding:.5rem 1.5rem;border-radius:20px;text-decoration:none;font-size:.9rem;transition:transform .2s,background .2s}.nav-pill.active-hardware{background:var(--dark-purple)}.nav-pill.active-care{background:var(--pink)}.nav-pill.active-uniconta{background:var(--teal)}.nav-pill:hover{transform:translateY(-2px);opacity:.9}html .header-menu-2doshop .mega-menu{display:flex!important;gap:1rem;list-style:none;padding:0;margin:0;background:transparent!important;position:static;border:0!important}html .header-menu-2doshop .mega-menu>li{position:relative;background:transparent!important;margin:0!important;padding:0!important}html .header-menu-2doshop .mega-menu>li>a,html .header-menu-2doshop .mega-menu>li>a span,html .header-menu-2doshop .mega-menu>li>span{background:transparent!important;color:#fff!important;padding:.5rem 1.5rem!important;border-radius:20px!important;text-decoration:none!important;font-size:.9rem!important;transition:transform .2s,background .2s,opacity .2s!important;display:inline-block!important;white-space:nowrap!important;border:0!important;line-height:1.2!important}html .header-menu-2doshop .mega-menu>li>a span{background:transparent!important;padding:0!important}html .header-menu-2doshop .mega-menu>li>a:hover,html .header-menu-2doshop .mega-menu>li>span:hover{transform:translateY(-2px);opacity:.9}html .header-menu-2doshop .mega-menu .sublist,html .header-menu-2doshop .mega-menu .sublist-wrap,html .header-menu-2doshop .mega-menu .dropdown,html .header-menu-2doshop .mega-menu .sub-category-item,html .header-menu-2doshop .mega-menu .subCategories,html .header-menu-2doshop .mega-menu .plus-button{display:none!important}html .header-menu-2doshop .mega-menu-responsive,html .header-menu-2doshop .menu-title{display:none!important}html .mobile-mega-menu .mega-menu{display:flex!important;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0;background:transparent!important}html .mobile-mega-menu .mega-menu>li{background:transparent!important}html .mobile-mega-menu .mega-menu>li>a,html .mobile-mega-menu .mega-menu>li>span{background:var(--dark-purple)!important;color:#fff!important;padding:.5rem 1.5rem!important;border-radius:20px!important;text-decoration:none!important;font-size:.9rem!important;display:inline-block!important}html .mobile-mega-menu .mega-menu>li>a span{background:transparent!important;padding:0!important}html .mobile-mega-menu .mega-menu .sublist,html .mobile-mega-menu .mega-menu .sublist-wrap,html .mobile-mega-menu .mega-menu .dropdown,html .mobile-mega-menu .mega-menu .plus-button{display:none!important}html .mobile-mega-menu .mega-menu-responsive,html .mobile-mega-menu .menu-title{display:none!important}.hero{background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url("../images/hexa-background.jpg") center/cover;color:#fff;padding:3rem 2rem 4rem;text-align:left}.hero h1{font-size:3rem;font-weight:300;max-width:600px;line-height:1.2;margin:1rem auto 7rem;text-align:center}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:-3rem auto 0;padding:0 2rem;position:relative;z-index:10}.service-card{background:#fff;border-radius:var(--border-radius);padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;position:relative;overflow:visible;min-height:auto}.service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.service-card.hardware::before{background:var(--dark-purple)}.service-card.uniconta::before{background:var(--teal)}.service-card.care::before{background:var(--pink)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#3d2945}.service-card p{font-size:.95rem;color:#666;margin-bottom:1.5rem}.hexagon-icon{width:150px;height:150px;margin:1rem auto;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center}.hexagon-icon.hardware{background:linear-gradient(135deg,#5a3d6d,#3d2945)}.hexagon-icon.uniconta{background:var(--teal)}.hexagon-icon.care{background:linear-gradient(135deg,#fff,#cd8598)}.hexagon-icon img{width:80%;height:80%;object-fit:contain}.client-section{background:transparent!important;padding:3rem 2rem;text-align:center}.client-section h3{font-size:1.2rem;margin-bottom:2rem;color:#666}.logo img{width:140px;height:auto;object-fit:contain}.client-logos{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 2rem}.client-logos img{height:120px;width:auto;opacity:.8;object-fit:contain;transition:opacity .3s ease,transform .3s ease}.client-logos img:hover{opacity:1;transform:scale(1.05)}.info-sections{margin:0 auto 4rem auto;padding:0 2rem;background-color:#fff;background-image:url("../images/Ikke-navngivet.png");background-position:center center;background-repeat:no-repeat;background-size:cover}.info-section{background:#fff;border-radius:var(--border-radius);padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;align-items:center;gap:2rem;max-width:1200px;margin:0 auto 2rem auto}.info-section.hardware{background:linear-gradient(to right,#f8f8f8 0%,#fff 100%)}.info-section.uniconta{background:linear-gradient(to right,#e8f9f7 0%,#fff 100%)}.info-section.care{background:linear-gradient(to right,#ffe8ee 0%,#fff 100%)}.info-section .hexagon-small{width:120px;height:120px;flex-shrink:0}.info-section h3{font-size:1.8rem;margin-bottom:1rem}.info-section p{color:#666;line-height:1.8}.btn{display:inline-block;padding:.75rem 2rem;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s;border:0;cursor:pointer;margin-top:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.btn-primary{background:var(--dark-purple);color:#fff}.btn-teal{background:var(--teal);color:#fff}.btn-pink{background:var(--pink);color:#fff}.page-header{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url("product-header.jpg") center/cover;color:#fff;padding:4rem 2rem 2rem;width:100vw;position:relative;left:50%;margin-left:-50vw;box-sizing:border-box}.page-header h1{font-size:2.5rem;font-weight:300;max-width:1400px;margin:0 auto;padding:0 20px}.breadcrumb{display:flex;align-items:center;gap:.5rem;max-width:1400px;margin:0;padding:0 2rem}.category-nav{display:flex;justify-content:center;gap:1.5rem;padding:2rem;background:#fff;flex-wrap:wrap}.category-item{text-align:center;text-decoration:none;color:var(--text-dark);transition:transform .3s}.category-item:hover{transform:scale(1.05)}.category-hex{width:80px;height:80px;background:var(--dark-purple);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;color:#fff;font-size:.8rem}.category-hex img{width:100%}.sidebar{width:280px;flex-shrink:0}.filter-group{background:#fff;border-radius:var(--border-radius);padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.filter-group h3{font-size:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.filter-group h3::after{content:"▼";font-size:.7rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem}.filter-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.filter-option label{cursor:pointer;font-size:.9rem}.product-content{flex:1}.product-grid{display:block}.product-card{background:#fff;border-radius:var(--border-radius);padding:1.5rem;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.product-card h4{font-size:1.1rem;margin-bottom:.5rem}.product-image{width:100%;height:200px;object-fit:contain;margin-bottom:1rem}.checkout-page .total-info .cart-total .order-total .cart-total-right .product-price{font-size:16px!important}.product-price{font-size:16px;font-weight:600;color:var(--primary-blue);margin:1rem 0}.btn-small{padding:.5rem 1.5rem;font-size:.9rem}.footer{background:var(--dark-purple);color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6)}@media(max-width:968px){.content-wrapper{flex-direction:column}.sidebar{width:100%}.hero h1{font-size:2rem}.service-cards{grid-template-columns:1fr}.info-section{flex-direction:column;text-align:center}}@media(max-width:640px){.header-content{flex-direction:column;gap:1rem}.search-box{width:100%}.product-grid{grid-template-columns:1fr}}.master-column-wrapper{position:relative;z-index:0}.master-column-wrapper:after{content:"";display:block;clear:both}.center-2,.side-2{margin:0 0 50px}.side-2{float:left;width:25%}.side-2:after{content:"";display:block;clear:both}.center-2{float:right;width:73%}.product-spec-group{list-style-type:none}.category-description{color:#666;margin-bottom:2rem;line-height:1.8}.product-selectors{margin:0 0 20px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:20px 0;text-align:left}.product-selectors:first-child{border-top:0}.product-selectors:after{content:"";display:block;clear:both}.product-selectors>div{display:inline-block;margin:5px}.product-selectors span{vertical-align:middle;font-size:16px}.product-selectors select{margin:0 8px;min-width:50px;height:32px;padding:6px}.product-selectors .product-viewmode{display:inline-block;float:right}.product-selectors .product-viewmode span{display:none}.product-selectors .product-viewmode a{display:inline-block;width:24px;height:32px;margin:0 0 0 12px;background-position:center;background-repeat:no-repeat;opacity:.5}.product-selectors .product-viewmode a.grid{background-image:url("../images/view-grid.png")}.product-selectors .product-viewmode a.list{background-image:url("../images/view-list.png")}.product-selectors .product-viewmode a.selected{opacity:1}.admin-header-links{background-color:var(--dark-gray-color);text-align:center;color:#eee}.admin-header-links *{display:inline-block;margin:0 10px;line-height:35px;font-size:12px;font-weight:bold}.admin-header-links .impersonate{display:inline-block}.admin-header-links .impersonate a{background-color:var(--dark-gray-color);padding:0 15px}.admin-header-links .impersonate a:hover,.admin-header-links .impersonate a:focus{background-color:var(--gray-color)}.pager{margin:0 0 20px}.pager ul{text-align:right;font-size:0}.pager li{display:inline-block;margin:0 5px;vertical-align:top}.pager li a,.pager li span{display:block;min-width:35px;height:35px;border:1px solid #ddd;background-color:#eee;padding:8px;text-align:center;font-size:14px;cursor:pointer}.pager li span{border-color:transparent;background-color:var(--accent-blue-color);color:#fff}.pager li.previous-page *,.pager li.next-page *,.pager li.first-page *,.pager li.last-page *{background-position:center;background-repeat:no-repeat;font-size:0;color:#fff}.pager li.previous-page *{background-image:url("../images/prev.png")}.pager li.next-page *{background-image:url("../images/next.png")}.pager li.first-page *{background-image:url("../images/first.png")}.pager li.last-page *{background-image:url("../images/last.png")}.pager li a:hover,.pager li a:focus{border-color:transparent;background-color:#ddd}html .header{width:100%}html .master-wrapper-content{width:auto}.html-login-page .form-fields,.html-registration-page .form-fields{border:0!important}.html-login-page .form-fields input,.html-registration-page .form-fields input{border:1px solid #ccc!important;padding:10px!important}.html-login-page .center-1,.html-registration-page .center-1{margin:45px 0 100px}.html-login-page .login-page .returning-wrapper,.html-registration-page .login-page .returning-wrapper{float:none;margin:0 auto;width:35%}.html-login-page .button-1,.html-login-page button#register-button,.html-registration-page .button-1,.html-registration-page button#register-button{background-color:#3d2945!important;border-radius:27px}.html-category-page .master-wrapper-content{max-width:1400px;margin:0 auto;padding:0 20px}.html-category-page .content-wrapper{display:flex;gap:2rem;padding:1.5rem 0}.html-category-page .side-2,.html-category-page .sidebar{width:260px;min-width:260px;flex-shrink:0}.html-category-page .side-2 .block,.html-category-page .sidebar .block{background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.06);margin-bottom:1.5rem;overflow:hidden}.html-category-page .side-2 .block .title,.html-category-page .sidebar .block .title{background:var(--dark-purple);color:#fff;padding:1rem 1.25rem;font-size:1rem;font-weight:600;margin:0}.html-category-page .side-2 .block .title strong,.html-category-page .sidebar .block .title strong{font-weight:600}.html-category-page .side-2 .block .listbox,.html-category-page .sidebar .block .listbox{padding:1rem}.html-category-page .side-2 .block .listbox ul,.html-category-page .sidebar .block .listbox ul{list-style:none;margin:0;padding:0}.html-category-page .side-2 .block .listbox li,.html-category-page .sidebar .block .listbox li{padding:.5rem 0;border-bottom:1px solid #f0f0f0}.html-category-page .side-2 .block .listbox li:last-child,.html-category-page .sidebar .block .listbox li:last-child{border-bottom:0}.html-category-page .side-2 .block .listbox li a,.html-category-page .sidebar .block .listbox li a{color:var(--text-dark);text-decoration:none;font-size:.9rem;display:block;transition:color .2s}.html-category-page .side-2 .block .listbox li a:hover,.html-category-page .sidebar .block .listbox li a:hover{color:var(--primary-blue)}.html-category-page .side-2 .nopAjaxFilters7Spikes,.html-category-page .sidebar .nopAjaxFilters7Spikes{background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.06);padding:1rem}.html-category-page .center-2{flex:1;min-width:0}.html-category-page .center-1{padding:0!important}.html-category-page .page-title{padding:0 0 1rem;margin-bottom:.5rem;border-bottom:0}.html-category-page .page-title h1{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin:0}.html-category-page .category-description{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px;font-size:.95rem;line-height:1.6;color:#555}.html-category-page .product-selectors{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem}.html-category-page .product-selectors .product-sorting,.html-category-page .product-selectors .product-page-size,.html-category-page .product-selectors .product-viewmode{display:flex;align-items:center;gap:.5rem}.html-category-page .product-selectors label,.html-category-page .product-selectors span{font-size:.9rem;color:#666;white-space:nowrap}.html-category-page .product-selectors select{padding:.5rem 2rem .5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer;min-width:150px}.html-category-page .product-selectors select:focus{outline:0;border-color:var(--primary-blue)}.html-category-page .product-selectors .product-viewmode a{display:inline-block;width:36px;height:36px;border:1px solid #ddd;border-radius:6px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:18px 18px;cursor:pointer;transition:all .2s;text-indent:-9999px;overflow:hidden}.html-category-page .product-selectors .product-viewmode a.grid{background-image:url("../images/view-grid.png")}.html-category-page .product-selectors .product-viewmode a.list{background-image:url("../images/view-list.png")}.html-category-page .product-selectors .product-viewmode a:hover{border-color:var(--primary-blue);background-color:#e8f4fc}.html-category-page .product-selectors .product-viewmode a.selected{background-color:var(--primary-blue);border-color:var(--primary-blue)}.html-category-page .product-selectors .product-viewmode a.selected.grid{background-image:url("../images/view-grid.png");filter:brightness(0) invert(1)}.html-category-page .product-selectors .product-viewmode a.selected.list{background-image:url("../images/view-list.png");filter:brightness(0) invert(1)}.html-category-page .product-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.html-category-page .product-grid .title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-blue);grid-column:1/-1}.html-category-page .product-grid .item-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1.25rem;grid-column:1/-1}.html-category-page .item-box{width:100%!important;margin:0!important;float:none!important;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}.html-category-page .item-box:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.html-category-page .item-box .product-item{display:flex;flex-direction:column;height:100%}.html-category-page .item-box .picture{position:relative;overflow:hidden;background:#f9f9f9}.html-category-page .item-box .picture a{display:block}.html-category-page .item-box .picture a::before{content:"";display:block;padding-top:100%}.html-category-page .item-box .picture img,.html-category-page .item-box .picture .product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .3s}.html-category-page .item-box .picture:hover img,.html-category-page .item-box .picture:hover .product-image{transform:scale(1.05)}.html-category-page .item-box .picture .swiper .swiper-slide::before{content:"";display:block;padding-top:100%}.html-category-page .item-box .picture .swiper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.html-category-page .item-box .picture .swiper .swiper-pagination{bottom:8px}.html-category-page .item-box .picture .swiper .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background:#fff;opacity:.7}.html-category-page .item-box .picture .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-blue);opacity:1}.html-category-page .item-box .details{padding:1rem;display:flex;flex-direction:column;flex:1;text-align:left}.html-category-page .item-box .product-title{font-size:.95rem;font-weight:500;line-height:1.4;margin:0 0 .5rem;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:visible;min-height:2.8em}.html-category-page .item-box .product-title a{color:inherit;text-decoration:none}.html-category-page .item-box .product-title a:hover{color:var(--primary-blue)}.html-category-page .item-box .old-price{font-size:.85rem;color:#999;text-decoration:line-through;margin-bottom:.25rem}.html-category-page .item-box .product-price{font-size:1.15rem;font-weight:700;color:var(--dark-purple);margin:0 0 .75rem}.html-category-page .item-box .actual-price{font-size:1.15rem;font-weight:700;color:var(--dark-purple)}.html-category-page .item-box .btn,.html-category-page .item-box .btn-primary,.html-category-page .item-box .btn-small{display:inline-block;padding:.6rem 1.25rem;background:var(--dark-purple);color:#fff!important;border:0;border-radius:25px;font-size:.85rem;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;transition:background .2s,transform .2s;margin-top:auto}.html-category-page .item-box .btn:hover,.html-category-page .item-box .btn-primary:hover,.html-category-page .item-box .btn-small:hover{background:#2d1e33;transform:translateY(-1px)}.html-category-page .item-box .buttons{margin-top:auto;display:flex;gap:.5rem;flex-wrap:wrap}.html-category-page .item-box .buttons .button-2{flex:1;min-width:0}.html-category-page .pager{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0;padding:1rem}.html-category-page .pager li{list-style:none}.html-category-page .pager li a,.html-category-page .pager li span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;color:var(--text-dark);text-decoration:none;transition:all .2s}.html-category-page .pager li a:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.html-category-page .pager li.current-page span,.html-category-page .pager li.active span{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.html-category-page .pager li.previous-page a,.html-category-page .pager li.next-page a{font-weight:500}.html-category-page .featured-product-grid{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:10px;border:1px solid #eee}.html-category-page .featured-product-grid .title{color:var(--dark-purple)}@media(max-width:1023px){.html-category-page .master-wrapper-content{padding:0 15px}.html-category-page .content-wrapper{flex-direction:column;gap:1.5rem;padding:1rem 0}.html-category-page .side-2,.html-category-page .sidebar{width:100%;min-width:100%;order:2}.html-category-page .center-2{width:100%;order:1}.html-category-page .page-title h1{font-size:1.5rem}.html-category-page .product-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.html-category-page .product-grid .item-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.html-category-page .item-box .details{padding:.75rem}.html-category-page .item-box .product-title{font-size:.9rem}.html-category-page .item-box .product-price{font-size:1.05rem}.html-category-page .item-box .btn-small{padding:.5rem 1rem;font-size:.8rem}.html-category-page .product-selectors{padding:.75rem;gap:.75rem}.html-category-page .product-selectors select{min-width:130px}.html-category-page .pager li a,.html-category-page .pager li span{min-width:36px;height:36px;font-size:.85rem}}@media(max-width:640px){.html-category-page .master-wrapper-content{padding:0 10px}.html-category-page .content-wrapper{padding:.75rem 0;gap:1rem}.html-category-page .side-2,.html-category-page .sidebar{display:none}.html-category-page .page-title{padding:.75rem 0;border-bottom:0}.html-category-page .page-title h1{font-size:1.25rem;text-align:center}.html-category-page .category-description{padding:.75rem;font-size:.875rem;margin-bottom:1rem}.html-category-page .product-selectors{flex-direction:column;align-items:stretch;padding:.75rem;gap:.5rem}.html-category-page .product-selectors .product-sorting,.html-category-page .product-selectors .product-page-size{width:100%}.html-category-page .product-selectors .product-sorting label,.html-category-page .product-selectors .product-page-size label{min-width:60px}.html-category-page .product-selectors .product-sorting select,.html-category-page .product-selectors .product-page-size select{flex:1;min-width:0}.html-category-page .product-selectors .product-viewmode{justify-content:center}.html-category-page .product-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.html-category-page .product-grid .item-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.html-category-page .item-box{border-radius:8px}.html-category-page .item-box .details{padding:.6rem}.html-category-page .item-box .product-title{font-size:.8rem;min-height:2.4em;margin-bottom:.35rem;-webkit-line-clamp:2}.html-category-page .item-box .old-price{font-size:.75rem}.html-category-page .item-box .product-price{font-size:.95rem;margin-bottom:.5rem}.html-category-page .item-box .btn-small{width:100%;padding:.5rem .75rem;font-size:.75rem;border-radius:20px}.html-category-page .pager{flex-wrap:wrap;padding:.75rem;gap:.35rem}.html-category-page .pager li a,.html-category-page .pager li span{min-width:32px;height:32px;padding:0 .5rem;font-size:.8rem}.html-category-page .featured-product-grid{padding:1rem;margin-bottom:1rem}}@media(max-width:480px){.html-category-page .master-wrapper-content{padding:0}.html-category-page .page-title h1{font-size:1.1rem}.html-category-page .product-grid .item-grid{gap:.5rem}.html-category-page .item-box .details{padding:.5rem}.html-category-page .item-box .product-title{font-size:.75rem;min-height:2.2em}.html-category-page .item-box .product-price{font-size:.9rem}.html-category-page .item-box .btn-small{padding:.4rem .5rem;font-size:.7rem}.html-category-page .pager li a,.html-category-page .pager li span{min-width:28px;height:28px;font-size:.75rem}}.html-product-details-page .button-1.add-to-cart-button{background-color:#3d2945!important}.html-shopping-cart-page{background-color:#f8f9fa}.html-shopping-cart-page .master-wrapper-content{max-width:1400px;width:100%;padding:0 20px;margin:0 auto}.html-shopping-cart-page .page-title{padding:30px 0 20px;border-bottom:0}.html-shopping-cart-page .page-title h1{font-size:1.75rem;font-weight:600;color:#2c3e50;margin:0}.html-shopping-cart-page .page-body{padding-bottom:40px}.html-shopping-cart-page .order-summary-content{background:transparent}.html-shopping-cart-page .table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);overflow:hidden;margin-bottom:24px}.html-shopping-cart-page table.cart{width:100%;border-collapse:collapse;border-spacing:0}.html-shopping-cart-page table.cart thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.html-shopping-cart-page table.cart thead tr{border:0}.html-shopping-cart-page table.cart thead th{padding:16px 20px;font-size:.85rem;font-weight:600;text-transform:none;letter-spacing:.3px;color:#495057;text-align:left;border:0;white-space:nowrap}.html-shopping-cart-page table.cart thead th.product-picture{text-align:center;width:100px}.html-shopping-cart-page table.cart thead th.unit-price,.html-shopping-cart-page table.cart thead th.subtotal{text-align:right}.html-shopping-cart-page table.cart thead th.quantity{text-align:center}.html-shopping-cart-page table.cart thead th.remove-from-cart{text-align:center;width:80px}.html-shopping-cart-page table.cart tbody tr{border-bottom:1px solid #eef0f2;transition:background-color .2s ease}.html-shopping-cart-page table.cart tbody tr:last-child{border-bottom:0}.html-shopping-cart-page table.cart tbody tr:hover{background-color:#f8f9fa}.html-shopping-cart-page table.cart tbody td{padding:20px;vertical-align:middle;border:0}.html-shopping-cart-page table.cart tbody td .td-title{display:none}.html-shopping-cart-page table.cart td.product-picture{width:100px;text-align:center}.html-shopping-cart-page table.cart td.product-picture a{display:block;border-radius:8px;overflow:hidden;transition:transform .2s ease}.html-shopping-cart-page table.cart td.product-picture a:hover{transform:scale(1.05)}.html-shopping-cart-page table.cart td.product-picture img{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #eee}.html-shopping-cart-page table.cart td.product .product-name{font-size:1rem;font-weight:600;color:#2c3e50;text-decoration:none;display:block;margin-bottom:6px;transition:color .2s ease}.html-shopping-cart-page table.cart td.product .product-name:hover{color:#3d2945}.html-shopping-cart-page table.cart td.product .attributes{font-size:.85rem;color:#6c757d;line-height:1.5;margin-top:4px}.html-shopping-cart-page table.cart td.product .edit-item a{font-size:.8rem;color:#08b;text-decoration:none;margin-top:6px;display:inline-block}.html-shopping-cart-page table.cart td.product .edit-item a:hover{text-decoration:underline}.html-shopping-cart-page table.cart td.unit-price{text-align:right}.html-shopping-cart-page table.cart td.unit-price .product-unit-price{font-size:1rem;font-weight:500;color:#2c3e50}.html-shopping-cart-page table.cart td.quantity{text-align:center}.html-shopping-cart-page table.cart td.quantity .product-quantity{display:inline-flex;align-items:center;background:#f8f9fa;border-radius:25px;border:1px solid #e0e0e0;overflow:hidden}.html-shopping-cart-page table.cart td.quantity .product-quantity .quantity{width:32px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s ease;user-select:none}.html-shopping-cart-page table.cart td.quantity .product-quantity .quantity:hover{background:#e9ecef;color:#3d2945}.html-shopping-cart-page table.cart td.quantity .product-quantity .quantity.up::before{content:"+";font-size:1.1rem;font-weight:600}.html-shopping-cart-page table.cart td.quantity .product-quantity .quantity.down::before{content:"−";font-size:1.1rem;font-weight:600}.html-shopping-cart-page table.cart td.quantity .product-quantity .qty-input{width:50px;height:36px;text-align:center;border:0;background:transparent;font-size:.95rem;font-weight:600;color:#2c3e50}.html-shopping-cart-page table.cart td.quantity .product-quantity .qty-input:focus{outline:0}.html-shopping-cart-page table.cart td.quantity .qty-dropdown{padding:8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.9rem}.html-shopping-cart-page table.cart td.subtotal{text-align:right}.html-shopping-cart-page table.cart td.subtotal .product-subtotal{font-size:1.1rem;font-weight:700;color:#e8734a}.html-shopping-cart-page table.cart td.subtotal .discount{font-size:.8rem;color:#28a745;margin-top:4px}.html-shopping-cart-page table.cart td.remove-from-cart{text-align:center}.html-shopping-cart-page table.cart td.remove-from-cart input[type=checkbox]{display:none}.html-shopping-cart-page table.cart td.remove-from-cart .remove-btn{width:36px;height:36px;border:0;background:#fee2e2;border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative}.html-shopping-cart-page table.cart td.remove-from-cart .remove-btn::before{content:"×";font-size:1.4rem;color:#dc3545;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1}.html-shopping-cart-page table.cart td.remove-from-cart .remove-btn:hover{background:#dc3545}.html-shopping-cart-page table.cart td.remove-from-cart .remove-btn:hover::before{color:#fff}.html-shopping-cart-page .cart-options{margin-bottom:24px}.html-shopping-cart-page .cart-options .common-buttons{display:flex;gap:12px;flex-wrap:wrap}.html-shopping-cart-page .button-2,.html-shopping-cart-page .button-1{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:0;border-radius:30px;cursor:pointer;transition:all .3s ease;text-decoration:none}.html-shopping-cart-page .continue-shopping-button{background:#fff!important;color:#3d2945!important;border:2px solid #3d2945!important;border-radius:30px!important}.html-shopping-cart-page .continue-shopping-button:hover{background:#3d2945!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,41,69,.3)}.html-shopping-cart-page .estimate-shipping-button{background:linear-gradient(135deg,#3d2945 0%,#5a3d63 100%)!important;color:#fff!important;border-radius:30px!important;border:0!important}.html-shopping-cart-page .estimate-shipping-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(61,41,69,.4)}.html-shopping-cart-page .cart-footer{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:start}@media(max-width:992px){.html-shopping-cart-page .cart-footer{grid-template-columns:1fr}}.html-shopping-cart-page .cart-collaterals .deals{display:flex;flex-direction:column;gap:16px}.html-shopping-cart-page .coupon-box,.html-shopping-cart-page .giftcard-box{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:20px}.html-shopping-cart-page .coupon-box .title,.html-shopping-cart-page .giftcard-box .title{font-size:.95rem;font-weight:600;color:#2c3e50;margin-bottom:12px;display:flex;align-items:center;gap:8px}.html-shopping-cart-page .coupon-box .title::before,.html-shopping-cart-page .giftcard-box .title::before{content:"";width:4px;height:18px;background:#3d2945;border-radius:2px}.html-shopping-cart-page .coupon-box .title strong,.html-shopping-cart-page .giftcard-box .title strong{font-weight:600}.html-shopping-cart-page .coupon-box .coupon-code,.html-shopping-cart-page .coupon-box .giftcard-code,.html-shopping-cart-page .giftcard-box .coupon-code,.html-shopping-cart-page .giftcard-box .giftcard-code{display:flex;gap:10px}.html-shopping-cart-page .coupon-box .coupon-code input[type=text],.html-shopping-cart-page .coupon-box .giftcard-code input[type=text],.html-shopping-cart-page .giftcard-box .coupon-code input[type=text],.html-shopping-cart-page .giftcard-box .giftcard-code input[type=text]{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.html-shopping-cart-page .coupon-box .coupon-code input[type=text]:focus,.html-shopping-cart-page .coupon-box .giftcard-code input[type=text]:focus,.html-shopping-cart-page .giftcard-box .coupon-code input[type=text]:focus,.html-shopping-cart-page .giftcard-box .giftcard-code input[type=text]:focus{outline:0;border-color:#3d2945;box-shadow:0 0 0 3px rgba(61,41,69,.1)}.html-shopping-cart-page .coupon-box .coupon-code input[type=text]::placeholder,.html-shopping-cart-page .coupon-box .giftcard-code input[type=text]::placeholder,.html-shopping-cart-page .giftcard-box .coupon-code input[type=text]::placeholder,.html-shopping-cart-page .giftcard-box .giftcard-code input[type=text]::placeholder{color:#adb5bd}.html-shopping-cart-page .coupon-box #applydiscountcouponcode,.html-shopping-cart-page .coupon-box #applygiftcardcouponcode,.html-shopping-cart-page .giftcard-box #applydiscountcouponcode,.html-shopping-cart-page .giftcard-box #applygiftcardcouponcode{padding:12px 24px;background:linear-gradient(135deg,#3d2945 0%,#5a3d63 100%)!important;color:#fff;border:0;border-radius:8px;font-size:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.html-shopping-cart-page .coupon-box #applydiscountcouponcode:hover,.html-shopping-cart-page .coupon-box #applygiftcardcouponcode:hover,.html-shopping-cart-page .giftcard-box #applydiscountcouponcode:hover,.html-shopping-cart-page .giftcard-box #applygiftcardcouponcode:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(61,41,69,.3)}.html-shopping-cart-page .coupon-box .message,.html-shopping-cart-page .giftcard-box .message{margin-top:10px;font-size:.85rem}.html-shopping-cart-page .coupon-box .current-code,.html-shopping-cart-page .giftcard-box .current-code{margin-top:10px;padding:10px 14px;background:#e8f5e9;border-radius:6px;font-size:.85rem;color:#2e7d32;display:flex;align-items:center;justify-content:space-between}.html-shopping-cart-page .coupon-box .current-code .remove-discount-button,.html-shopping-cart-page .coupon-box .current-code .remove-giftcard-button,.html-shopping-cart-page .giftcard-box .current-code .remove-discount-button,.html-shopping-cart-page .giftcard-box .current-code .remove-giftcard-button{background:transparent;border:0;color:#dc3545;font-size:.8rem;cursor:pointer;text-decoration:underline}.html-shopping-cart-page .coupon-box .current-code .remove-discount-button:hover,.html-shopping-cart-page .coupon-box .current-code .remove-giftcard-button:hover,.html-shopping-cart-page .giftcard-box .current-code .remove-discount-button:hover,.html-shopping-cart-page .giftcard-box .current-code .remove-giftcard-button:hover{color:#b02a37}.html-shopping-cart-page .totals{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);padding:24px;position:sticky;top:100px}.html-shopping-cart-page .cart-total{width:100%;border-collapse:collapse}.html-shopping-cart-page .cart-total tbody tr{border-bottom:1px solid #f0f0f0}.html-shopping-cart-page .cart-total tbody tr:last-child{border-bottom:0}.html-shopping-cart-page .cart-total tbody tr td{padding:14px 0}.html-shopping-cart-page .cart-total .cart-total-left{font-size:.9rem;color:#666;text-align:left}.html-shopping-cart-page .cart-total .cart-total-left .selected-shipping-method{display:block;font-size:.8rem;color:#888;margin-top:2px}.html-shopping-cart-page .cart-total .cart-total-right{text-align:right;font-size:.95rem;font-weight:500;color:#2c3e50}.html-shopping-cart-page .cart-total .cart-total-right .product-price{color:#2c3e50}.html-shopping-cart-page .cart-total .order-total{background:#f8f9fa;margin:0 -24px;padding:0 24px}.html-shopping-cart-page .cart-total .order-total td{padding:18px 0}.html-shopping-cart-page .cart-total .order-total .cart-total-left{font-size:1.05rem;font-weight:600;color:#2c3e50}.html-shopping-cart-page .cart-total .order-total .cart-total-right .product-price{font-size:1.4rem;font-weight:700;color:#28a745}.html-shopping-cart-page .cart-total .order-subtotal-discount .cart-total-right .product-price,.html-shopping-cart-page .cart-total .discount-total .cart-total-right .product-price{color:#28a745}.html-shopping-cart-page .terms-of-service{margin:20px 0;padding:14px 16px;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;gap:10px;font-size:.9rem}.html-shopping-cart-page .terms-of-service input[type=checkbox]{width:18px;height:18px;accent-color:#3d2945}.html-shopping-cart-page .terms-of-service label{color:#555}.html-shopping-cart-page .terms-of-service .read{color:#08b;text-decoration:none;margin-left:auto}.html-shopping-cart-page .terms-of-service .read:hover{text-decoration:underline}.html-shopping-cart-page .checkout-buttons{margin-top:20px}.html-shopping-cart-page .button-1.checkout-button{width:100%;padding:16px 32px!important;background:linear-gradient(135deg,#3d2945 0%,#5a3d63 100%)!important;color:#fff!important;border:0!important;border-radius:30px!important;font-size:1rem!important;font-weight:700!important;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(61,41,69,.3)}.html-shopping-cart-page .button-1.checkout-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(61,41,69,.4)}.html-shopping-cart-page .button-1.checkout-button:active{transform:translateY(0)}.html-shopping-cart-page .addon-buttons{margin-top:16px}.html-shopping-cart-page .addon-buttons>div{margin-top:10px}@media(max-width:992px){.html-shopping-cart-page .master-wrapper-content{padding:0 16px}.html-shopping-cart-page .cart-footer{grid-template-columns:1fr;gap:20px}.html-shopping-cart-page .totals{position:static;padding:20px}.html-shopping-cart-page table.cart-total tbody tr td{padding:12px 0}.html-shopping-cart-page table.cart-total .cart-total-left{font-size:.88rem}.html-shopping-cart-page table.cart-total .cart-total-right{font-size:.92rem}.html-shopping-cart-page table.cart-total .order-total{margin:0 -20px;padding:0 20px}.html-shopping-cart-page table.cart-total .order-total td{padding:16px 0}.html-shopping-cart-page table.cart-total .order-total .cart-total-left{font-size:1rem}.html-shopping-cart-page table.cart-total .order-total .cart-total-right .product-price{font-size:1.25rem}.html-shopping-cart-page table.cart thead th{padding:12px 10px;font-size:.8rem}.html-shopping-cart-page table.cart tbody td{padding:12px 10px}.html-shopping-cart-page table.cart td.product-picture img{width:60px;height:60px}.html-shopping-cart-page table.cart td.quantity .product-quantity .quantity{width:28px;height:32px}.html-shopping-cart-page table.cart td.quantity .product-quantity .qty-input{width:40px;height:32px}}@media(max-width:768px){.html-shopping-cart-page .master-wrapper-content{padding:0 12px}.html-shopping-cart-page .page-title{padding:16px 0 12px}.html-shopping-cart-page .page-title h1{font-size:1.3rem}.html-shopping-cart-page .page-body{padding-bottom:24px}.html-shopping-cart-page .table-wrapper{border-radius:0;box-shadow:none;background:transparent;overflow:visible}.html-shopping-cart-page table.cart thead{display:none}.html-shopping-cart-page table.cart tbody{display:flex;flex-direction:column;gap:12px}.html-shopping-cart-page table.cart tbody tr{display:block;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:0;position:relative}.html-shopping-cart-page table.cart tbody tr:hover{background:#fff}.html-shopping-cart-page table.cart tbody td{padding:0;border:0;display:block}.html-shopping-cart-page table.cart tbody td .td-title{display:none}.html-shopping-cart-page table.cart tbody td.product-picture{float:left;width:75px;margin-right:12px}.html-shopping-cart-page table.cart tbody td.product-picture a{display:block}.html-shopping-cart-page table.cart tbody td.product-picture img{width:70px;height:70px;object-fit:cover;border-radius:8px}.html-shopping-cart-page table.cart tbody td.product{overflow:hidden;padding-right:25px;min-height:70px}.html-shopping-cart-page table.cart tbody td.product .product-name{font-size:.9rem;font-weight:600;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.html-shopping-cart-page table.cart tbody td.product .attributes{font-size:.75rem;color:#777;margin-top:2px}.html-shopping-cart-page table.cart tbody td.product .edit-item{margin-top:4px}.html-shopping-cart-page table.cart tbody td.product .edit-item a{font-size:.75rem;color:var(--primary-blue)}.html-shopping-cart-page table.cart tbody td.unit-price{clear:both;display:flex!important;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0}.html-shopping-cart-page table.cart tbody td.unit-price .td-title{display:block;font-size:.75rem;color:#888;margin-right:4px}.html-shopping-cart-page table.cart tbody td.unit-price .product-unit-price{font-size:.9rem;font-weight:600;color:#333}.html-shopping-cart-page table.cart tbody td.quantity{display:flex!important;justify-content:space-between;align-items:center;margin-top:10px}.html-shopping-cart-page table.cart tbody td.quantity .td-title{display:block;font-size:.75rem;color:#888}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity{border-radius:20px;background:#f5f5f5;border:1px solid #e0e0e0}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .quantity{width:30px;height:30px}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .quantity.up::before,.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .quantity.down::before{font-size:1rem}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .qty-input{width:36px;height:30px;font-size:.9rem}.html-shopping-cart-page table.cart tbody td.subtotal{display:flex!important;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.html-shopping-cart-page table.cart tbody td.subtotal .td-title{display:block;font-size:.75rem;color:#888}.html-shopping-cart-page table.cart tbody td.subtotal .product-subtotal{font-size:1rem;font-weight:700;color:#3d2945}.html-shopping-cart-page table.cart tbody td.subtotal .discount{font-size:.65rem;color:#28a745;margin-left:8px}.html-shopping-cart-page table.cart tbody td.remove-from-cart{position:absolute!important;top:10px;right:12px;width:auto!important;margin:0!important;padding:0!important;border:0!important;background:transparent}.html-shopping-cart-page table.cart tbody td.remove-from-cart input[type=checkbox]{display:none}.html-shopping-cart-page table.cart tbody td.remove-from-cart .remove-btn{background:none!important;background-image:none!important;border:0!important;cursor:pointer;color:#bbb;padding:0;width:auto!important;height:auto!important;line-height:1;transition:color .2s}.html-shopping-cart-page table.cart tbody td.remove-from-cart .remove-btn:hover{color:#e74c3c;background:none!important}.html-shopping-cart-page table.cart tbody td.remove-from-cart .remove-btn::before{content:"×";font-size:22px;font-weight:300}.html-shopping-cart-page table.cart tbody td.sku{display:none!important}.html-shopping-cart-page .cart-options{margin-top:20px}.html-shopping-cart-page .cart-options .common-buttons{flex-direction:column;gap:10px}.html-shopping-cart-page .cart-options .common-buttons .button-2{width:100%;padding:12px 20px;font-size:.9rem;border-radius:8px}.html-shopping-cart-page .cart-footer{display:flex;flex-direction:column;gap:16px;margin-top:20px}.html-shopping-cart-page .cart-collaterals{order:2}.html-shopping-cart-page .cart-collaterals .deals{display:flex;flex-direction:column;gap:12px}.html-shopping-cart-page .coupon-box,.html-shopping-cart-page .giftcard-box{padding:16px;border-radius:12px}.html-shopping-cart-page .coupon-box .title,.html-shopping-cart-page .giftcard-box .title{font-size:.9rem;margin-bottom:12px}.html-shopping-cart-page .coupon-box .title::before,.html-shopping-cart-page .giftcard-box .title::before{height:16px}.html-shopping-cart-page .coupon-box .coupon-code,.html-shopping-cart-page .coupon-box .giftcard-code,.html-shopping-cart-page .giftcard-box .coupon-code,.html-shopping-cart-page .giftcard-box .giftcard-code{flex-direction:column;gap:10px}.html-shopping-cart-page .coupon-box .coupon-code input[type=text],.html-shopping-cart-page .coupon-box .giftcard-code input[type=text],.html-shopping-cart-page .giftcard-box .coupon-code input[type=text],.html-shopping-cart-page .giftcard-box .giftcard-code input[type=text]{width:100%;padding:12px 14px;font-size:.9rem}.html-shopping-cart-page .coupon-box .coupon-code button,.html-shopping-cart-page .coupon-box .coupon-code #applydiscountcouponcode,.html-shopping-cart-page .coupon-box .coupon-code #applygiftcardcouponcode,.html-shopping-cart-page .coupon-box .giftcard-code button,.html-shopping-cart-page .coupon-box .giftcard-code #applydiscountcouponcode,.html-shopping-cart-page .coupon-box .giftcard-code #applygiftcardcouponcode,.html-shopping-cart-page .giftcard-box .coupon-code button,.html-shopping-cart-page .giftcard-box .coupon-code #applydiscountcouponcode,.html-shopping-cart-page .giftcard-box .coupon-code #applygiftcardcouponcode,.html-shopping-cart-page .giftcard-box .giftcard-code button,.html-shopping-cart-page .giftcard-box .giftcard-code #applydiscountcouponcode,.html-shopping-cart-page .giftcard-box .giftcard-code #applygiftcardcouponcode{width:100%;padding:12px 20px!important;font-size:.85rem!important}.html-shopping-cart-page .totals{order:1;padding:16px;border-radius:12px;position:static;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.html-shopping-cart-page .total-info{width:100%}.html-shopping-cart-page table.cart-total{width:100%;border-collapse:collapse}.html-shopping-cart-page table.cart-total tbody{display:block;width:100%}.html-shopping-cart-page table.cart-total tr{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0;width:100%}.html-shopping-cart-page table.cart-total tr:last-child{border-bottom:0}.html-shopping-cart-page table.cart-total td{padding:0}.html-shopping-cart-page table.cart-total .cart-total-left{font-size:.85rem;color:#666;text-align:left}.html-shopping-cart-page table.cart-total .cart-total-left label{font-weight:400}.html-shopping-cart-page table.cart-total .cart-total-left .selected-shipping-method{display:block;font-size:.75rem;color:#888;margin-top:2px}.html-shopping-cart-page table.cart-total .cart-total-right{font-size:.9rem;font-weight:600;color:#333;text-align:right}.html-shopping-cart-page table.cart-total .cart-total-right .value-summary{font-weight:600}.html-shopping-cart-page table.cart-total .order-subtotal-discount .cart-total-right,.html-shopping-cart-page table.cart-total .discount-total .cart-total-right{color:#28a745}.html-shopping-cart-page table.cart-total .giftcard-summary .cart-total-left{display:flex;flex-direction:column;gap:2px}.html-shopping-cart-page table.cart-total .giftcard-summary .cart-total-left .giftcard-remaining{font-size:.7rem;color:#888}.html-shopping-cart-page table.cart-total .giftcard-summary .cart-total-right{color:#28a745}.html-shopping-cart-page table.cart-total tr.order-total{margin-top:8px;padding:14px 0 6px;border-top:2px solid #3d2945;border-bottom:0;background:transparent}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-left{font-size:1rem;font-weight:600;color:#333}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-left label{font-weight:600}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-right{font-size:1.15rem;font-weight:700}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-right .value-summary,.html-shopping-cart-page table.cart-total tr.order-total .cart-total-right .value-summary strong{color:#3d2945;font-weight:700}.html-shopping-cart-page table.cart-total .earn-reward-points .cart-total-left,.html-shopping-cart-page table.cart-total .earn-reward-points .cart-total-right{font-size:.8rem;color:#888}.html-shopping-cart-page .terms-of-service{display:flex;align-items:flex-start;gap:10px;margin:16px 0;font-size:.85rem;line-height:1.4}.html-shopping-cart-page .terms-of-service input[type=checkbox]{margin-top:3px;flex-shrink:0}.html-shopping-cart-page .terms-of-service label{flex:1}.html-shopping-cart-page .terms-of-service .read{color:var(--primary-blue);text-decoration:underline}.html-shopping-cart-page .checkout-buttons{margin-top:16px}.html-shopping-cart-page .checkout-buttons .checkout-button{width:100%;padding:16px 24px!important;font-size:1rem!important;border-radius:30px!important;font-weight:600!important}.html-shopping-cart-page .continue-shopping-button{background:transparent!important;border:2px solid #3d2945!important;color:#3d2945!important}.html-shopping-cart-page .continue-shopping-button:hover{background:#3d2945!important;color:#fff!important}}@media(max-width:480px){.html-shopping-cart-page .master-wrapper-content{padding:0}.html-shopping-cart-page .page-title h1{font-size:1.15rem}.html-shopping-cart-page table.cart tbody{gap:10px}.html-shopping-cart-page table.cart tbody tr{padding:12px}.html-shopping-cart-page table.cart tbody td.product-picture{width:60px;margin-right:10px}.html-shopping-cart-page table.cart tbody td.product-picture img{width:55px;height:55px}.html-shopping-cart-page table.cart tbody td.product{padding-right:24px;min-height:55px}.html-shopping-cart-page table.cart tbody td.product .product-name{font-size:.82rem}.html-shopping-cart-page table.cart tbody td.product .attributes{font-size:.68rem}.html-shopping-cart-page table.cart tbody td.unit-price{margin-top:10px;padding-top:10px}.html-shopping-cart-page table.cart tbody td.unit-price .td-title{font-size:.7rem}.html-shopping-cart-page table.cart tbody td.unit-price .product-unit-price{font-size:.85rem}.html-shopping-cart-page table.cart tbody td.quantity{margin-top:8px}.html-shopping-cart-page table.cart tbody td.quantity .td-title{font-size:.7rem}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .quantity{width:26px;height:26px}.html-shopping-cart-page table.cart tbody td.quantity .product-quantity .qty-input{width:30px;height:26px;font-size:.8rem}.html-shopping-cart-page table.cart tbody td.subtotal{margin-top:8px;padding-top:8px}.html-shopping-cart-page table.cart tbody td.subtotal .td-title{font-size:.7rem}.html-shopping-cart-page table.cart tbody td.subtotal .product-subtotal{font-size:.9rem}.html-shopping-cart-page table.cart tbody td.remove-from-cart{top:0;right:-5px}.html-shopping-cart-page table.cart tbody td.remove-from-cart .remove-btn::before{font-size:20px}.html-shopping-cart-page .coupon-box,.html-shopping-cart-page .giftcard-box{padding:12px}.html-shopping-cart-page .coupon-box .title,.html-shopping-cart-page .giftcard-box .title{font-size:.8rem}.html-shopping-cart-page .coupon-box .coupon-code input[type=text],.html-shopping-cart-page .coupon-box .giftcard-code input[type=text],.html-shopping-cart-page .giftcard-box .coupon-code input[type=text],.html-shopping-cart-page .giftcard-box .giftcard-code input[type=text]{padding:10px 12px;font-size:.85rem}.html-shopping-cart-page .coupon-box .coupon-code button,.html-shopping-cart-page .coupon-box .coupon-code #applydiscountcouponcode,.html-shopping-cart-page .coupon-box .coupon-code #applygiftcardcouponcode,.html-shopping-cart-page .coupon-box .giftcard-code button,.html-shopping-cart-page .coupon-box .giftcard-code #applydiscountcouponcode,.html-shopping-cart-page .coupon-box .giftcard-code #applygiftcardcouponcode,.html-shopping-cart-page .giftcard-box .coupon-code button,.html-shopping-cart-page .giftcard-box .coupon-code #applydiscountcouponcode,.html-shopping-cart-page .giftcard-box .coupon-code #applygiftcardcouponcode,.html-shopping-cart-page .giftcard-box .giftcard-code button,.html-shopping-cart-page .giftcard-box .giftcard-code #applydiscountcouponcode,.html-shopping-cart-page .giftcard-box .giftcard-code #applygiftcardcouponcode{padding:10px 16px!important;font-size:.8rem!important}.html-shopping-cart-page .totals{padding:12px}.html-shopping-cart-page table.cart-total tr{padding:8px 0}.html-shopping-cart-page table.cart-total .cart-total-left{font-size:.8rem}.html-shopping-cart-page table.cart-total .cart-total-left .selected-shipping-method{font-size:.7rem}.html-shopping-cart-page table.cart-total .cart-total-right{font-size:.85rem}.html-shopping-cart-page table.cart-total tr.order-total{padding:12px 0 4px}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-left{font-size:.9rem}.html-shopping-cart-page table.cart-total tr.order-total .cart-total-right{font-size:1.05rem}.html-shopping-cart-page .checkout-buttons .checkout-button{padding:12px 20px!important;font-size:.95rem!important}}.custom-menu{display:none}.burger-menu{display:none}@media(max-width:1023px){.html-login-page .login-page .returning-wrapper,.html-registration-page .login-page .returning-wrapper{float:none;margin:0 auto;width:90%!important}.header .nav-pills{display:none!important}.header-content{flex-direction:row!important;gap:1rem}.header-content .search-box{width:60%}.burger-menu{display:block!important}.burger-menu img{width:32px;position:relative;top:5px}.custom-menu{display:block;position:fixed;top:0;left:0;width:80vw;max-width:320px;height:100vh;background-color:#08b;box-shadow:0 0 20px rgba(0,0,0,.15);z-index:9999;padding:20px;transform:translateX(-100%);opacity:0;pointer-events:none;visibility:hidden;transition:transform .4s ease,opacity .4s ease,visibility 0s .4s}.custom-menu.show{transform:translateX(0);opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s,0s,0s}.custom-menu.show .search-box{width:100%!important;float:left;margin:8px 0 15px 0;display:inline-block;background:transparent;padding:0}.custom-menu.show .search-box form{display:inline-block;width:100%}.custom-menu.show .search-box form .search-box-text{background:#fff;border:0;padding:.65rem 1.5rem;border-radius:6px;width:68%;font-size:13px}.custom-menu.show .search-box form .search-box-button{min-width:86px;height:36px;border:0;background-color:#3d2945;padding:0 15px;text-align:center;color:#fff;text-transform:uppercase;border-radius:35px}.custom-menu .list{width:100%;float:left;padding:0;margin:10px 0 0}.custom-menu .list li{width:100%;float:left;margin:5px 0!important;text-align:left}.custom-menu .list li a{background:transparent;color:#fff;padding:5px 0!important;border-radius:20px;text-decoration:none;font-size:18px;transition:transform .2s,background .2s}.close-btn{width:100%;float:right;margin:5px 0 0 0}.close-btn img{width:32px;text-align:right;float:right;cursor:pointer}.mobile-mega-menu{padding:0!important;margin:0!important;list-style:none!important}.mobile-mega-menu .mega-menu{display:flex!important;flex-direction:column;gap:5px;padding:0!important;margin:0!important;list-style:none!important;background:transparent!important}.mobile-mega-menu .mega-menu>li{background:transparent!important;margin:0!important;padding:0!important}.mobile-mega-menu .mega-menu>li>a,.mobile-mega-menu .mega-menu>li>span{display:block!important;background:transparent!important;color:#fff!important;padding:5px 0!important;border-radius:0!important;text-decoration:none!important;font-size:18px!important;transition:opacity .2s ease!important}.mobile-mega-menu .mega-menu>li>a:hover,.mobile-mega-menu .mega-menu>li>span:hover{opacity:.8}.mobile-mega-menu .mega-menu .sublist,.mobile-mega-menu .mega-menu .sublist-wrap,.mobile-mega-menu .mega-menu .dropdown,.mobile-mega-menu .mega-menu .plus-button{display:none!important}.mobile-mega-menu .mega-menu-responsive,.mobile-mega-menu .menu-title{display:none!important}}.html-home-page .center-1{padding:0!important}.html-home-page .center-1>:first-child,.html-home-page .hero,.html-home-page .first-section,.html-home-page [class*=homepage]>:first-child{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}:root{--mobile-padding:1.25rem;--tablet-padding:1.5rem}@media(max-width:1023px){.master-wrapper-content,.page-body,.center-1,.center-2{padding-left:var(--tablet-padding)!important;padding-right:var(--tablet-padding)!important}.header{padding:.75rem var(--tablet-padding);position:sticky;top:0;z-index:1000}.header-content{align-items:center;justify-content:space-between;max-width:100%}.header-content .logo img{max-height:35px;width:auto}.header-content>.search-box:not(.store-search-box){display:block!important;flex:1;max-width:200px;padding:12px 10px;font-size:16px;border-radius:6px;margin:0 .5rem;background:#fff;border:0;color:#333}.header-content>.search-box:not(.store-search-box)::placeholder{color:#999}.burger-menu{padding:8px;cursor:pointer;transition:opacity .2s ease}.burger-menu:hover{opacity:.8}.burger-menu:active{transform:scale(.95)}.custom-menu{background:linear-gradient(180deg,#08b 0%,#006a94 100%);overflow-y:auto;-webkit-overflow-scrolling:touch}.custom-menu .close-btn{padding:0;margin:5px 0 0 0}.custom-menu .close-btn img{transition:transform .2s ease}.custom-menu .close-btn img:hover{transform:rotate(90deg)}.custom-menu .list li a,.mobile-mega-menu .mega-menu>li>a,.mobile-mega-menu .mega-menu>li>span{padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.1);font-weight:500}.hero{padding:2rem var(--tablet-padding);min-height:auto}.hero h1{font-size:1.75rem;line-height:1.3;margin-bottom:2rem}.hero p{font-size:1rem;margin-bottom:1.5rem}.hero .btn{padding:.75rem 2rem;font-size:.9rem}.category-nav{padding:1.5rem var(--tablet-padding);gap:1rem;justify-content:center}.category-hex{width:70px;height:70px;font-size:.7rem}.service-cards{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem var(--tablet-padding);margin-top:-2rem}.service-card{padding:1.5rem;overflow:visible;min-height:auto;height:auto}.service-card h3{font-size:1rem;overflow:visible;white-space:normal}.service-card p{overflow:visible;display:block}.info-section{padding:2rem var(--tablet-padding);gap:1.5rem}.info-section .info-text,.info-section .info-image{width:100%;max-width:100%}.client-logos{gap:2rem;padding:1.5rem var(--tablet-padding);justify-content:center}.client-logos img{height:55px;max-width:140px}.footer{padding:2rem var(--tablet-padding) 1rem}.footer-content{padding:0}.footer-bottom{padding:1rem 0;text-align:center}.page,.page-body,.category-page,.product-page{padding-left:var(--tablet-padding);padding-right:var(--tablet-padding)}.page-title{padding:1rem 0}.breadcrumb{padding:.75rem 0}}@media(max-width:640px){.master-wrapper-content,.page-body,.center-1,.center-2{padding-left:var(--mobile-padding)!important;padding-right:var(--mobile-padding)!important}.header{padding:.5rem var(--mobile-padding)}.header-content .logo img{max-height:28px}.burger-menu img{width:26px!important}.header-content>.search-box:not(.store-search-box){display:block!important;flex:1;padding:12px 10px;font-size:16px;margin:0 .25rem;border-radius:6px;background:#fff;border:0}.hero{padding:1.5rem var(--mobile-padding)}.hero h1{font-size:1.5rem}.hero p{font-size:.9rem}.category-nav{padding:1rem var(--mobile-padding);gap:.75rem;justify-content:center}.category-hex{width:60px;height:60px;font-size:.65rem}.service-cards{grid-template-columns:1fr;gap:.75rem;padding:.75rem var(--mobile-padding)}.service-card{padding:1.25rem}.product-grid,.item-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important}.product-card,.item-box{padding:.5rem}.product-card h4,.item-box h4{font-size:.85rem;line-height:1.3}.item-box .product-title{font-size:.85rem;line-height:1.3}.product-card .product-price,.item-box .actual-price{font-size:1rem}.btn,.button-1,.button-2{padding:.6rem 1.25rem;font-size:.85rem}.page-title{padding:.75rem 0}.page-title h1{font-size:1.5rem;text-align:center}.client-logos{gap:1.5rem;padding:1.5rem var(--mobile-padding);justify-content:center}.client-logos img{height:45px;max-width:unset}.footer{padding:1.5rem var(--mobile-padding) 1rem}.footer-columns{flex-direction:column;gap:1.5rem;text-align:center}.footer-column{width:100%}.footer-bottom{text-align:center;padding:1rem 0}.page,.page-body,.category-page,.product-page{padding-left:var(--mobile-padding);padding-right:var(--mobile-padding)}.info-section{padding:1.5rem var(--mobile-padding)}}@media(max-width:1023px){.content-wrapper{flex-direction:column;padding:0 var(--tablet-padding)}.sidebar,.side-2{width:100%!important;max-width:100%;margin-bottom:1.5rem;order:2;padding:0!important}.center-2{width:100%!important;order:1;padding:0!important}.page-header{padding:1rem var(--tablet-padding);text-align:center}.page-header h1{font-size:1.5rem}.filter-group{border:1px solid #eee;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.filter-group h3{padding:.75rem 1rem;margin:0;background:#f8f9fa;font-size:.9rem;cursor:pointer}.filter-options{padding:.75rem 1rem}.filter-option{padding:.5rem 0}.filter-option label{font-size:.9rem}.product-content{padding:0 .5rem}.catalog-selectors-wrapper,.product-selectors{flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#f8f9fa;border-radius:8px;margin-bottom:1rem}.catalog-selectors-wrapper select,.product-selectors select{flex:1;min-width:120px;padding:.5rem;font-size:.85rem}.product-viewmode{display:flex;gap:.5rem}.product-viewmode a{padding:.5rem}}@media(max-width:480px){:root{--mobile-padding:1rem}.product-grid,.item-grid{grid-template-columns:repeat(2,1fr)!important;gap:.35rem!important;padding:0 var(--mobile-padding)}.product-card,.item-box{padding:.35rem}.product-card h4,.item-box h4{font-size:.75rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card img,.product-card .picture img,.item-box img,.item-box .picture img{border-radius:6px}.item-box .product-title{font-size:.75rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card .btn-small,.item-box .button-2.product-box-add-to-cart-button{padding:.5rem .75rem;font-size:.75rem}.category-hex{width:55px;height:55px;font-size:.6rem}.custom-menu{width:90vw;max-width:none}.custom-menu .list li a{font-size:16px!important}.mobile-mega-menu .mega-menu>li>a{font-size:16px!important}.content-wrapper{padding:0 var(--mobile-padding)}.page-header{padding:.75rem var(--mobile-padding)}}@media(max-width:1023px) and (orientation:landscape){.hero{min-height:auto;padding:1rem var(--tablet-padding)}.custom-menu{width:50vw}.category-nav{padding:1rem var(--tablet-padding)}}@media(max-width:1023px){a,button,.btn,input[type=submit],input[type=button]{min-height:44px;min-width:44px}}@media(max-width:1023px) and (hover:none){.product-card:hover,.service-card:hover,.category-item:hover{transform:none}}@media(max-width:1023px){html{scroll-behavior:smooth}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}}@media(max-width:680px){.html-category-page .page-header{padding:4% 7%!important}.html-category-page .side-2,.html-category-page .center-2{width:100%}.html-product-details-page .product-essential{padding:7%!important}.html-product-details-page .product-collateral .title{text-align:left}.html-product-details-page .product-specs-box{margin:0% 24px!important}}.html-product-details-page .breadcrumb{width:100%!important;max-width:1465px!important;position:relative;padding:10px 15px;background:#f8f9fa;box-sizing:border-box;margin:0 auto!important}.html-product-details-page .center-1{padding-left:0!important;padding-right:0!important}.html-product-details-page .master-wrapper-content{padding-left:0!important;padding-right:0!important}.html-product-details-page .product-details-page{padding:0}.html-product-details-page .page-body{max-width:1400px;margin:0 auto;padding:0 15px}.html-product-details-page .product-essential{display:flex;flex-wrap:nowrap;gap:2rem;padding:15px;background:#fff;border:0;margin-bottom:1rem}.html-product-details-page .gallery{flex:1;min-width:300px;max-width:550px;margin:0}.html-product-details-page .gallery .picture{position:relative;background:#f9f9f9;border-radius:8px;overflow:hidden;margin:0}.html-product-details-page .gallery .picture img{width:100%;height:auto;display:block}.html-product-details-page .gallery .picture-thumbs,.html-product-details-page .gallery .picture-gallery .picture-thumbs{display:flex!important;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:flex-start}.html-product-details-page .gallery .picture-thumbs a,.html-product-details-page .gallery .picture-thumbs .thumb-item,.html-product-details-page .gallery .picture-gallery .picture-thumbs a,.html-product-details-page .gallery .picture-gallery .picture-thumbs .thumb-item{width:60px;height:60px;border:2px solid #eee;border-radius:4px;overflow:hidden;cursor:pointer;transition:border-color .2s;display:block}.html-product-details-page .gallery .picture-thumbs a:hover,.html-product-details-page .gallery .picture-thumbs a.active,.html-product-details-page .gallery .picture-thumbs a.selected,.html-product-details-page .gallery .picture-thumbs .thumb-item:hover,.html-product-details-page .gallery .picture-thumbs .thumb-item.active,.html-product-details-page .gallery .picture-thumbs .thumb-item.selected,.html-product-details-page .gallery .picture-gallery .picture-thumbs a:hover,.html-product-details-page .gallery .picture-gallery .picture-thumbs a.active,.html-product-details-page .gallery .picture-gallery .picture-thumbs a.selected,.html-product-details-page .gallery .picture-gallery .picture-thumbs .thumb-item:hover,.html-product-details-page .gallery .picture-gallery .picture-thumbs .thumb-item.active,.html-product-details-page .gallery .picture-gallery .picture-thumbs .thumb-item.selected{border-color:var(--primary-blue)}.html-product-details-page .gallery .picture-thumbs a img,.html-product-details-page .gallery .picture-thumbs .thumb-item img,.html-product-details-page .gallery .picture-gallery .picture-thumbs a img,.html-product-details-page .gallery .picture-gallery .picture-thumbs .thumb-item img{width:100%;height:100%;object-fit:cover}.html-product-details-page .overview{flex:1;min-width:300px;margin:0}.html-product-details-page .overview .product-name{margin-bottom:1rem;border:0;padding:0}.html-product-details-page .overview .product-name h1{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0;line-height:1.3}.html-product-details-page .overview .short-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.html-product-details-page .overview .manufacturers{margin-bottom:.75rem}.html-product-details-page .overview .manufacturers a{color:var(--primary-blue);text-decoration:none}.html-product-details-page .overview .manufacturers a:hover{text-decoration:underline}.html-product-details-page .overview .additional-details{margin-bottom:1rem}.html-product-details-page .overview .additional-details>div{margin-bottom:.25rem;font-size:.9rem}.html-product-details-page .overview .availability{margin-bottom:.75rem}.html-product-details-page .overview .stock{font-size:.9rem}.html-product-details-page .overview .stock .value{font-weight:600;color:var(--success-green-color)}.html-product-details-page .overview .prices{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:8px;border:1px solid #eee}.html-product-details-page .overview .prices .product-price{font-size:1.5rem;font-weight:700;color:var(--dark-purple)}.html-product-details-page .overview .prices .old-product-price{font-size:1rem;color:#999;text-decoration:line-through;margin-right:.5rem}.html-product-details-page .overview .prices .tax-shipping-info{font-size:.8rem;color:#888;margin-top:.25rem}.html-product-details-page .overview .add-to-cart{margin:1rem 0}.html-product-details-page .overview .add-to-cart .add-to-cart-panel{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.html-product-details-page .overview .add-to-cart .qty-input{width:60px;height:44px;padding:.5rem;text-align:center;border:1px solid #ddd;border-radius:6px;font-size:1rem}.html-product-details-page .overview .add-to-cart .add-to-cart-button{flex:1;min-width:150px;height:44px;padding:0 1.5rem;font-size:1rem;font-weight:600;background:var(--dark-purple)!important;color:#fff!important;border:0;border-radius:25px;cursor:pointer;transition:background .2s,transform .2s;text-transform:uppercase}.html-product-details-page .overview .add-to-cart .add-to-cart-button:hover{background:#2d1e33!important;transform:translateY(-1px)}.html-product-details-page .overview .attributes{margin:1rem 0}.html-product-details-page .overview .attributes dl{display:block;margin:0}.html-product-details-page .overview .attributes dt{font-weight:600;font-size:.9rem;color:var(--text-dark);margin-bottom:.35rem}.html-product-details-page .overview .attributes dt .text-prompt{font-weight:600}.html-product-details-page .overview .attributes dt .required{color:#e53e3e;margin-left:2px}.html-product-details-page .overview .attributes dt .attribute-description{font-weight:400;font-size:.8rem;color:#888;margin-top:2px}.html-product-details-page .overview .attributes dd{margin:0 0 1rem}.html-product-details-page .overview .attributes select{width:100%;max-width:100%;padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background:#fff;transition:border-color .2s;appearance:auto}.html-product-details-page .overview .attributes select:focus{border-color:var(--primary-blue,#2563eb);outline:0}.html-product-details-page .overview .attributes .option-list{list-style:none;padding:0;margin:0}.html-product-details-page .overview .attributes .option-list li{padding:.4rem 0;cursor:pointer;display:flex;align-items:center;gap:.5rem;position:relative}.html-product-details-page .overview .attributes .option-list li input[type=radio],.html-product-details-page .overview .attributes .option-list li input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-blue,#2563eb);flex-shrink:0;margin:0}.html-product-details-page .overview .attributes .option-list li label{display:inline;cursor:pointer;font-size:.88rem;margin:0}.html-product-details-page .overview .attributes .color-squares,.html-product-details-page .overview .attributes .image-squares{display:flex;flex-wrap:wrap;gap:.5rem}.html-product-details-page .overview .attributes .color-squares li,.html-product-details-page .overview .attributes .image-squares li{padding:3px;border:2px solid transparent;border-radius:6px;cursor:pointer}.html-product-details-page .overview .attributes .color-squares li.selected-value,.html-product-details-page .overview .attributes .image-squares li.selected-value{border-color:var(--primary-blue,#2563eb)}.html-product-details-page .overview .attributes .color-squares li:hover,.html-product-details-page .overview .attributes .image-squares li:hover{border-color:var(--primary-blue,#2563eb);background:none}.html-product-details-page .overview .attributes .color-squares .attribute-square-container,.html-product-details-page .overview .attributes .image-squares .attribute-square-container{display:block}.html-product-details-page .overview .attributes .color-squares .attribute-square,.html-product-details-page .overview .attributes .image-squares .attribute-square{display:block;width:32px;height:32px;border-radius:4px;border:1px solid #ddd}.html-product-details-page .overview .attributes .color-squares input[type=radio],.html-product-details-page .overview .attributes .image-squares input[type=radio]{display:none}.html-product-details-page .overview .attributes .image-squares .attribute-square{width:45px;height:45px;background-size:cover!important}.html-product-details-page .overview .attributes input[type=text],.html-product-details-page .overview .attributes textarea{width:100%;max-width:100%;padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s}.html-product-details-page .overview .attributes input[type=text]:focus,.html-product-details-page .overview .attributes textarea:focus{border-color:var(--primary-blue,#2563eb);outline:0}.html-product-details-page .overview .attributes textarea{min-height:80px;resize:vertical}.html-product-details-page .overview .attributes .qty-box{display:inline-flex;align-items:center;gap:.5rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}.html-product-details-page .overview .attributes .qty-box label{font-size:.85rem;font-weight:500}.html-product-details-page .overview .attributes .qty-box input[type=text]{width:60px;text-align:center;padding:.4rem}.html-product-details-page .overview .overview-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.html-product-details-page .overview .overview-buttons>div{width:auto;margin:0}.html-product-details-page .overview .overview-buttons .button-2{padding:.5rem 1rem;font-size:.85rem;background:#f5f5f5;border:1px solid #ddd;border-radius:20px;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:.25rem}.html-product-details-page .overview .overview-buttons .button-2:hover{background:#e8e8e8}.html-product-details-page .full-description{padding:0;margin:1.5rem 0 0;background:transparent;line-height:1.7;font-size:.95rem;border-top:1px solid #eee;padding-top:1rem}.html-product-details-page .full-description h2,.html-product-details-page .full-description h3,.html-product-details-page .full-description h4{margin-top:1rem;margin-bottom:.5rem}.html-product-details-page .full-description ul,.html-product-details-page .full-description ol{padding-left:1.5rem;margin:1rem 0}.html-product-details-page .product-collateral{padding:1rem 1.5rem;background:#fff}.html-product-details-page .product-collateral .title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-blue);text-align:left}.html-product-details-page .product-specs-box{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden}.html-product-details-page .product-specs-box table{width:100%;border-collapse:collapse}.html-product-details-page .product-specs-box table tr:nth-child(even){background:#f9f9f9}.html-product-details-page .product-specs-box table td{padding:.6rem .75rem;border-bottom:1px solid #eee;font-size:.9rem}.html-product-details-page .product-specs-box table td:first-child{font-weight:500;width:40%;color:#666}.html-product-details-page .product-tags-box{margin-top:1rem}.html-product-details-page .product-tags-box .tags{display:flex;flex-wrap:wrap;gap:.5rem}.html-product-details-page .product-tags-box .tags li{list-style:none}.html-product-details-page .product-tags-box .tags a{padding:.4rem .75rem;background:#f0f0f0;border-radius:15px;font-size:.8rem;color:var(--text-dark);text-decoration:none;transition:background .2s;display:inline-block}.html-product-details-page .product-tags-box .tags a:hover{background:var(--primary-blue);color:#fff}.html-product-details-page .also-purchased-products-grid,.html-product-details-page .related-products-grid{margin:2rem 0;padding:0 1rem}.html-product-details-page .also-purchased-products-grid .title,.html-product-details-page .related-products-grid .title{font-size:24px;font-weight:700;color:var(--dark-blue,#1a2a44);margin-bottom:1.25rem;padding:0;border:0}.html-product-details-page .also-purchased-products-grid .item-grid,.html-product-details-page .related-products-grid .item-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0}.html-product-details-page .also-purchased-products-grid .item-box,.html-product-details-page .related-products-grid .item-box{width:100%!important;margin:0!important;float:none!important;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8ecf1;transition:transform .2s,box-shadow .2s}.html-product-details-page .also-purchased-products-grid .item-box:hover,.html-product-details-page .related-products-grid .item-box:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.html-product-details-page .also-purchased-products-grid .item-box .product-item,.html-product-details-page .related-products-grid .item-box .product-item{padding:0;display:flex;flex-direction:column;height:100%}.html-product-details-page .also-purchased-products-grid .item-box .picture,.html-product-details-page .related-products-grid .item-box .picture{margin:0;position:relative;background:#f9f9f9;overflow:hidden}.html-product-details-page .also-purchased-products-grid .item-box .picture a,.html-product-details-page .related-products-grid .item-box .picture a{display:block;position:relative;padding-top:100%}.html-product-details-page .also-purchased-products-grid .item-box .picture a::before,.html-product-details-page .related-products-grid .item-box .picture a::before{display:none!important}.html-product-details-page .also-purchased-products-grid .item-box .picture img,.html-product-details-page .also-purchased-products-grid .item-box .picture .product-image,.html-product-details-page .related-products-grid .item-box .picture img,.html-product-details-page .related-products-grid .item-box .picture .product-image{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;object-fit:contain;padding:10px;transition:transform .3s}.html-product-details-page .also-purchased-products-grid .item-box .picture:hover img,.html-product-details-page .also-purchased-products-grid .item-box .picture:hover .product-image,.html-product-details-page .related-products-grid .item-box .picture:hover img,.html-product-details-page .related-products-grid .item-box .picture:hover .product-image{transform:scale(1.08)}.html-product-details-page .also-purchased-products-grid .item-box .details,.html-product-details-page .related-products-grid .item-box .details{padding:.75rem 1rem;text-align:left;flex:1;display:flex;flex-direction:column;gap:.35rem}.html-product-details-page .also-purchased-products-grid .item-box h4.product-title,.html-product-details-page .related-products-grid .item-box h4.product-title{margin:0;font-size:.9rem;font-weight:600;color:var(--text-dark,#333);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.html-product-details-page .also-purchased-products-grid .item-box .old-price,.html-product-details-page .related-products-grid .item-box .old-price{font-size:.8rem;text-decoration:line-through;color:#999;margin:0}.html-product-details-page .also-purchased-products-grid .item-box p.product-price,.html-product-details-page .related-products-grid .item-box p.product-price{font-size:1rem;font-weight:700;color:var(--dark-purple,#5b21b6);margin:0}.html-product-details-page .also-purchased-products-grid .item-box .btn.btn-primary.btn-small,.html-product-details-page .related-products-grid .item-box .btn.btn-primary.btn-small{margin-top:auto;display:block;padding:.5rem 1rem;font-size:.8rem;font-weight:600;border-radius:25px;background:var(--dark-purple,#5b21b6);color:#fff;text-decoration:none;text-align:center;text-transform:uppercase;transition:background .2s,transform .2s}.html-product-details-page .also-purchased-products-grid .item-box .btn.btn-primary.btn-small:hover,.html-product-details-page .related-products-grid .item-box .btn.btn-primary.btn-small:hover{background:var(--primary-blue,#2563eb);transform:scale(1.02)}.product-details-page .cross-sells{margin:2rem 0;padding:0 1rem}.product-details-page .cross-sells .title{font-size:24px;font-weight:700;color:var(--dark-blue,#1a2a44);margin-bottom:1.25rem;padding:0;border:0}.product-details-page .cross-sells .item-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1rem}.product-details-page .cross-sells .item-box{width:100%!important;margin:0!important;float:none!important;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e8ecf1;transition:transform .2s,box-shadow .2s}.product-details-page .cross-sells .item-box:hover{transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.product-details-page .cross-sells .item-box .product-item{padding:0;display:flex;flex-direction:column;height:100%}.product-details-page .cross-sells .item-box .picture{margin:0;position:relative;background:#f9f9f9;overflow:hidden}.product-details-page .cross-sells .item-box .picture a{display:block;position:relative;padding-top:100%}.product-details-page .cross-sells .item-box .picture a::before{display:none!important}.product-details-page .cross-sells .item-box .picture img,.product-details-page .cross-sells .item-box .picture .product-image{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;object-fit:contain;padding:10px;transition:transform .3s}.product-details-page .cross-sells .item-box .picture:hover img,.product-details-page .cross-sells .item-box .picture:hover .product-image{transform:scale(1.08)}.product-details-page .cross-sells .item-box .details{padding:.75rem 1rem;text-align:left;flex:1;display:flex;flex-direction:column;gap:.35rem}.product-details-page .cross-sells .item-box h4.product-title{margin:0;font-size:.9rem;font-weight:600;color:var(--text-dark,#333);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.product-details-page .cross-sells .item-box .old-price{font-size:.8rem;text-decoration:line-through;color:#999;margin:0}.product-details-page .cross-sells .item-box p.product-price{font-size:1rem;font-weight:700;color:var(--dark-purple,#5b21b6);margin:0}.product-details-page .cross-sells .item-box .btn.btn-primary.btn-small{margin-top:auto;display:block;padding:.5rem 1rem;font-size:.8rem;font-weight:600;border-radius:25px;background:var(--dark-purple,#5b21b6);color:#fff;text-decoration:none;text-align:center;text-transform:uppercase;transition:background .2s,transform .2s}.product-details-page .cross-sells .item-box .btn.btn-primary.btn-small:hover{background:var(--primary-blue,#2563eb);transform:scale(1.02)}@media(max-width:1024px){.product-details-page .cross-sells .item-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.product-details-page .cross-sells{margin:1.5rem 0;padding:0 10px}.product-details-page .cross-sells .title{font-size:20px}.product-details-page .cross-sells .item-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.product-details-page .cross-sells .item-box .details{padding:.5rem .75rem}.product-details-page .cross-sells .item-box h4.product-title{font-size:.8rem}.product-details-page .cross-sells .item-box p.product-price{font-size:.9rem}}.html-product-details-page .product-variant-list{padding:0 1rem}.html-product-details-page .product-variant-list .product-variant-line{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;margin-bottom:.75rem;background:#fff;border:1px solid #eee;border-radius:8px;transition:box-shadow .2s}.html-product-details-page .product-variant-list .product-variant-line:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.html-product-details-page .product-variant-list .product-variant-line .variant-picture{flex:0 0 100px}.html-product-details-page .product-variant-list .product-variant-line .variant-picture img{width:100%;height:auto;border-radius:6px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview{flex:1;min-width:200px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .variant-name{font-size:1rem;font-weight:600;margin-bottom:.35rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .variant-description{color:#666;font-size:.85rem;margin-bottom:.75rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .prices{margin:.5rem 0;padding:0;background:none;border:0}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart{margin:.5rem 0 0}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .add-to-cart-panel{display:flex;align-items:center;gap:.5rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .qty-input{width:50px;height:36px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .add-to-cart-button{height:36px;padding:0 1rem;font-size:.85rem}.html-product-details-page .product-variant-list .no-associated-products{padding:2rem;text-align:center;color:#666;background:#f9f9f9;border-radius:8px}@media(max-width:1023px){.html-product-details-page .breadcrumb{padding:10px 0}.html-product-details-page .page-body{padding:0 15px}.html-product-details-page .product-essential{padding:15px;gap:1.5rem}.html-product-details-page .gallery{flex:1 1 100%;max-width:100%}.html-product-details-page .gallery .picture-thumbs a,.html-product-details-page .gallery .picture-thumbs .thumb-item{width:50px;height:50px}.html-product-details-page .overview{flex:1 1 100%}.html-product-details-page .overview .product-name h1{font-size:1.35rem}.html-product-details-page .also-purchased-products-grid .item-grid,.html-product-details-page .related-products-grid .item-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.html-product-details-page .breadcrumb{padding:8px 0;font-size:.85rem}.html-product-details-page .page-body{padding:0 10px}.html-product-details-page .product-essential{padding:10px;gap:1rem;flex-direction:column;border:0;margin-bottom:0}.html-product-details-page .gallery{min-width:100%}.html-product-details-page .gallery .picture{border-radius:6px}.html-product-details-page .gallery .picture-thumbs{gap:.35rem;margin-top:.75rem}.html-product-details-page .gallery .picture-thumbs a,.html-product-details-page .gallery .picture-thumbs .thumb-item{width:45px;height:45px}.html-product-details-page .overview{min-width:100%}.html-product-details-page .overview .product-name h1{font-size:1.2rem;margin-bottom:.5rem}.html-product-details-page .overview .short-description{font-size:.875rem;margin-bottom:.75rem}.html-product-details-page .overview .prices{margin:.75rem 0;padding:.75rem}.html-product-details-page .overview .prices .product-price{font-size:1.35rem}.html-product-details-page .overview .add-to-cart{margin:.75rem 0}.html-product-details-page .overview .add-to-cart .add-to-cart-panel{width:100%}.html-product-details-page .overview .add-to-cart .qty-input{width:55px;height:42px}.html-product-details-page .overview .add-to-cart .add-to-cart-button{height:42px;font-size:.9rem}.html-product-details-page .overview .overview-buttons .button-2{font-size:.8rem;padding:.4rem .75rem}.html-product-details-page .full-description{padding:10px;font-size:.875rem}.html-product-details-page .product-collateral{padding:10px}.html-product-details-page .product-collateral .title{font-size:1rem}.html-product-details-page .product-specs-box{margin:0!important}.html-product-details-page .product-specs-box table td{padding:.5rem .6rem;font-size:.85rem}.html-product-details-page .product-specs-box table td:first-child{width:45%}.html-product-details-page .also-purchased-products-grid,.html-product-details-page .related-products-grid{padding:0 10px}.html-product-details-page .also-purchased-products-grid .title,.html-product-details-page .related-products-grid .title{font-size:20px}.html-product-details-page .also-purchased-products-grid .item-grid,.html-product-details-page .related-products-grid .item-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.html-product-details-page .also-purchased-products-grid .item-box .details,.html-product-details-page .related-products-grid .item-box .details{padding:.5rem .75rem}.html-product-details-page .also-purchased-products-grid .item-box h4.product-title,.html-product-details-page .related-products-grid .item-box h4.product-title{font-size:.8rem}.html-product-details-page .also-purchased-products-grid .item-box p.product-price,.html-product-details-page .related-products-grid .item-box p.product-price{font-size:.9rem}.html-product-details-page .product-variant-list{padding:0 10px}.html-product-details-page .product-variant-list .product-variant-line{flex-direction:row;padding:.75rem}.html-product-details-page .product-variant-list .product-variant-line .variant-picture{flex:0 0 80px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview{min-width:0;flex:1}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .variant-name{font-size:.9rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .variant-description{font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .add-to-cart-panel{flex-wrap:wrap}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .qty-input{width:45px;height:32px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .add-to-cart-button{height:32px;padding:0 .75rem;font-size:.75rem}}@media(max-width:480px){.html-product-details-page .overview .product-name h1{font-size:1.1rem}.html-product-details-page .overview .prices .product-price{font-size:1.25rem}.html-product-details-page .overview .add-to-cart .qty-input{width:50px;height:38px}.html-product-details-page .overview .add-to-cart .add-to-cart-button{height:38px;font-size:.85rem}.html-product-details-page .overview .overview-buttons{display:none}.html-product-details-page .gallery .picture-thumbs a,.html-product-details-page .gallery .picture-thumbs .thumb-item{width:40px;height:40px}.html-product-details-page .also-purchased-products-grid .item-grid,.html-product-details-page .related-products-grid .item-grid,.html-product-details-page .product-grid .item-grid{gap:.5rem}.html-product-details-page .also-purchased-products-grid .item-box .details,.html-product-details-page .related-products-grid .item-box .details,.html-product-details-page .product-grid .item-box .details{padding:.4rem}.html-product-details-page .also-purchased-products-grid .item-box .product-title a,.html-product-details-page .related-products-grid .item-box .product-title a,.html-product-details-page .product-grid .item-box .product-title a{font-size:.75rem;-webkit-line-clamp:2;line-clamp:2}.html-product-details-page .also-purchased-products-grid .item-box .prices .product-price,.html-product-details-page .related-products-grid .item-box .prices .product-price,.html-product-details-page .product-grid .item-box .prices .product-price{font-size:.85rem}.html-product-details-page .product-variant-list .product-variant-line .variant-picture{flex:0 0 70px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .variant-name{font-size:.85rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .prices .product-price{font-size:1rem}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .qty-input{width:40px;height:30px}.html-product-details-page .product-variant-list .product-variant-line .variant-overview .add-to-cart .add-to-cart-button{height:30px;font-size:.7rem;padding:0 .5rem}}html.html-real-opc-page,html.html-real-opc-page body,html.html-real-opc-page .master-wrapper-page{overflow-x:visible;overflow:visible}.checkout-page{background:#fff;margin:0;padding:20px}.checkout-page .page-title{text-align:center;margin-bottom:10px}.checkout-page .page-title h1{font-size:2rem;font-weight:700;color:#333}.ropc:before{content:"Forsendelse > Betaling";display:block;text-align:center;margin-bottom:30px;font-size:14px;color:#999}#checkoutForm{display:grid!important;grid-template-columns:1fr;gap:30px;position:relative;min-height:110px}#checkoutForm>.panel-loader-effect{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#fff;z-index:9999}@media all and (min-width:769px){#checkoutForm{grid-template-columns:1fr 380px!important;gap:40px}.ropc .panel-group-left{grid-column:1;grid-row:1;float:none!important;width:100%!important}.ropc .panel-group-right-top{grid-column:1;grid-row:2;float:none!important;width:100%!important}.ropc .panel-group-right-bottom{grid-column:1;grid-row:3;float:none!important;width:100%!important}.ropc .panel-group-right-middle{grid-column:2;grid-row:1/4;float:none!important;width:100%!important;position:sticky;top:20px;align-self:start;max-height:calc(100vh - 40px);overflow-y:auto}}@media all and (min-width:1025px){#checkoutForm{grid-template-columns:1fr 420px!important}}@media all and (max-width:768px){.ropc .panel-group-left,.ropc .panel-group-right-top,.ropc .panel-group-right-middle,.ropc .panel-group-right-bottom{float:none!important;width:100%!important}}.ropc .section{margin:0 0 25px!important}.ropc .section .title{background:none!important;padding:0 0 10px!important;font-size:16px;font-weight:600;color:#333;cursor:default;max-width:none;margin:0}.ropc .section-body{display:block!important;margin:0;border:0;padding:0;background:none}.ropc .form-fields{background:none;border:0;padding:0}.ropc .inputs{position:relative;margin-bottom:15px}.ropc .inputs label{display:block;font-size:12px;color:#888;margin-bottom:4px;font-weight:400}.ropc .inputs input[type=text],.ropc .inputs input[type=email],.ropc .inputs input[type=tel],.ropc .inputs select,.ropc .inputs textarea{width:100%;height:50px;padding:12px 15px;border:1px solid #ddd;border-radius:6px;font-size:15px;color:#333;background:#fff;box-sizing:border-box;transition:border-color .2s ease}.ropc .inputs input[type=text]:focus,.ropc .inputs input[type=email]:focus,.ropc .inputs input[type=tel]:focus,.ropc .inputs select:focus,.ropc .inputs textarea:focus{outline:0;border-color:#5a9a7a}.ropc .inputs textarea{height:80px;resize:vertical}.ropc .inputs .required{color:#e8734a;font-size:14px;position:absolute;top:0;margin-left:2px}.ropc .inputs span.ng-binding,.ropc .inputs .message-error{display:block;margin:5px 0 0;font-size:12px;color:#e8734a}@media all and (min-width:481px){.ropc .billing-address .form-fields,.ropc .shipping-address .form-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ropc .billing-address .form-fields>.inputs,.ropc .shipping-address .form-fields>.inputs{grid-column:span 2}.ropc .billing-address .form-fields>.inputs:nth-child(1),.ropc .billing-address .form-fields>.inputs:nth-child(2),.ropc .shipping-address .form-fields>.inputs:nth-child(1),.ropc .shipping-address .form-fields>.inputs:nth-child(2){grid-column:span 1}}.ropc .choose-address{margin:0 0 20px}.ropc .choose-address select{width:100%;max-width:100%;height:50px;padding:12px 15px;border:1px solid #ddd;border-radius:6px;font-size:15px;background:#fff}.ropc .ship-to-same-address{padding:10px 0!important;display:flex;align-items:center;gap:8px}.ropc .ship-to-same-address input[type=checkbox]{width:18px;height:18px;accent-color:#5a9a7a}.ropc .ship-to-same-address label{font-size:14px;color:#333;margin:0}.ropc .shipping-method .method-list,.ropc .payment-method .method-list{max-width:none;margin:0;text-align:left;list-style:none;padding:0}.ropc .shipping-method .method-list li,.ropc .payment-method .method-list li{margin:0 0 10px;padding:15px 20px;border:1px solid #ddd;border-radius:8px;background:#fff;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.ropc .shipping-method .method-list li:hover,.ropc .payment-method .method-list li:hover{border-color:#5a9a7a;background-color:#f9fdfb}.ropc .shipping-method .method-list li.selected,.ropc .payment-method .method-list li.selected{border-color:#5a9a7a;background-color:#f0fdf4;box-shadow:0 0 0 2px rgba(34,197,94,.2)}.ropc .shipping-method .method-list li:first-child,.ropc .payment-method .method-list li:first-child{margin-top:0}.ropc .shipping-method .method-list input[type=radio],.ropc .payment-method .method-list input[type=radio]{width:20px;height:20px;accent-color:#5a9a7a;margin:0;flex-shrink:0}.ropc .shipping-method .method-name,.ropc .payment-method .payment-details{font-size:15px;color:#333;background:none;padding:0}.ropc .payment-method .use-reward-points{max-width:none;margin:0 0 20px;text-align:left}.ropc .payment-method .method-list{border-bottom:0;padding:0}.ropc .payment-method .payment-logo{display:inline-flex;align-items:center;margin:0 10px 0 0;vertical-align:middle}.ropc .payment-method .payment-logo img{max-height:30px}.ropc .payment-info{max-width:none;margin:20px 0 0;text-align:left;padding:20px;background:#f5f5f5;border-radius:8px}.ropc .payment-info .info{padding:0}.ropc .payment-info .info p{text-align:left}.ropc .payment-description{margin:3px 0 0;font-size:13px;color:#999}.ropc .pickup-in-store .options{margin:0 0 10px;color:#333}.ropc .pickup-points{margin:10px 0 0}.ropc .pickup-points-map{width:100%!important;height:300px!important;min-width:0;min-height:0;margin:20px 0 0;border-radius:8px}.ropc .estimate-shipping .hint{margin:0 0 10px;color:#999}.ropc .estimate-shipping .buttons{margin:20px 0 0}.ropc .estimate-shipping button{border:0;background-color:#5a9a7a;padding:12px 25px;font-size:14px;letter-spacing:.5px;color:#fff;text-transform:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.ropc .estimate-shipping button:hover{background-color:#477a60}.ropc .estimate-shipping button[disabled]{opacity:.5;cursor:default}.ropc .shipping-options{max-height:none;overflow:visible;background:none}.ropc .shipping-options:before,.ropc .shipping-options:after{display:none}.ropc .shipping-results{margin:20px 0 0;text-align:left;line-height:22px}.ropc .order-summary-panel{background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.ropc .order-summary-panel .section .title{display:none}.ropc .order-summary-panel .section-body{display:block!important;padding:0}.ropc .order-summary-panel .cart{margin:0 0 20px;border:0}.ropc .order-summary-panel .cart tr{display:flex;align-items:flex-start;padding:15px 0;margin:0;border:0;border-bottom:1px solid #eee;background:transparent;border-radius:0}.ropc .order-summary-panel .cart tr:last-child{border-bottom:0}.ropc .order-summary-panel .cart .product-picture{width:70px;margin-right:12px;flex-shrink:0}.ropc .order-summary-panel .cart .product-picture img{max-width:70px;border:1px solid #ddd;border-radius:4px}.ropc .order-summary-panel .cart .product{flex:1;min-width:0}.ropc .order-summary-panel .cart .product a{color:#333;font-size:14px;font-weight:500;text-decoration:none;display:block}.ropc .order-summary-panel .cart .subtotal{color:#e8734a;font-size:15px;font-weight:600;text-align:right;white-space:nowrap;margin-left:10px}.ropc .order-summary-panel .cart .subtotal .discount,.ropc .order-summary-panel .cart .subtotal .discount-additional-info{display:none}.ropc .order-summary-panel .cart .sku,.ropc .order-summary-panel .cart .quantity,.ropc .order-summary-panel .cart .unit-price,.ropc .order-summary-panel .cart .remove-from-cart{display:none!important}.ropc .order-totals-panel{width:100%;max-width:100%;margin:0;float:none!important}.checkout-page .total-info{background-color:#f5f5f5;padding:20px;border-radius:8px;color:#333}.checkout-page .total-info .cart-total{width:100%}.checkout-page .total-info .cart-total tr{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e5e5e5}.checkout-page .total-info .cart-total tr:last-child{border-bottom:0}.checkout-page .total-info .cart-total .cart-total-left{font-size:14px;color:#333}.checkout-page .total-info .cart-total .cart-total-right{font-size:14px;color:#333;text-align:right}.checkout-page .total-info .cart-total .order-total{padding-top:15px;margin-top:10px;border-top:2px solid #ddd;border-bottom:0}.checkout-page .total-info .cart-total .order-total .cart-total-left span{font-size:16px;font-weight:600}.checkout-page .total-info .cart-total .order-total .cart-total-right .product-price{font-size:20px;font-weight:700;color:#5a9a7a}.checkout-page .total-info .cart-total button{position:relative;z-index:1;margin-right:-10px;background-color:transparent}.ropc .coupon-box-panel,.ropc .giftcard-box-panel{float:none!important;width:100%!important;margin-bottom:20px}.ropc .coupon-box-panel .hint,.ropc .giftcard-box-panel .hint{margin:0 0 10px;font-size:14px;color:#999}.ropc .coupon-box-panel .coupon-code,.ropc .giftcard-box-panel .coupon-code{display:flex;gap:10px}.ropc .coupon-box-panel input[type=text],.ropc .giftcard-box-panel input[type=text]{flex:1;height:45px;padding:10px 15px;border:1px solid #ddd;border-radius:6px;font-size:14px}.ropc .coupon-box-panel .coupon-code button,.ropc .giftcard-box-panel .coupon-code button{height:45px;border:0;background-color:#5a9a7a;padding:10px 20px;font-size:14px;color:#fff;text-transform:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.ropc .coupon-box-panel .coupon-code button:hover,.ropc .giftcard-box-panel .coupon-code button:hover{background-color:#477a60}.ropc .coupon-box-panel .message,.ropc .giftcard-box-panel .message{margin:8px 0 0;color:#e8734a;font-size:12px}.ropc .coupon-box-panel .current-code,.ropc .giftcard-box-panel .current-code{margin:10px 0 0;padding:10px 15px;background:#f5f5f5;border-radius:6px;display:inline-flex;align-items:center;gap:10px}.ropc .coupon-box-panel .current-code span,.ropc .giftcard-box-panel .current-code span{display:inline-block;vertical-align:middle}.ropc .coupon-box-panel .current-code button,.ropc .giftcard-box-panel .current-code button{display:inline-block;width:20px;height:20px;border:0;background:url("../images/delete.png") no-repeat center;background-size:14px;vertical-align:middle;font-size:0;cursor:pointer;opacity:.6;transition:opacity .2s ease}.ropc .coupon-box-panel .current-code button:hover,.ropc .giftcard-box-panel .current-code button:hover{opacity:1}.ropc .attribute-list>li{border:0;display:block;padding:0;margin:0 0 10px}.ropc .attribute-list .hidden{display:none}.ropc .error-list{color:#e8734a;margin:0 0 15px;padding:15px;background:#fff5f5;border:1px solid #e8734a;border-radius:6px;list-style:none}.ropc .error-list li{margin:5px 0}.ropc .terms-of-service{padding:15px 0!important;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ropc .terms-of-service input[type=checkbox]{width:18px;height:18px;accent-color:#5a9a7a}.ropc .terms-of-service label{font-size:14px;color:#333}.ropc .terms-of-service .read{color:#5a9a7a;text-decoration:underline;margin-left:5px}.ropc .complete-button{text-align:center;margin-top:20px}.ropc .complete-button button{min-width:200px;border:0;background:#5a9a7a;padding:15px 40px;font-size:16px;font-weight:600;color:#fff;text-transform:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.ropc .complete-button button:hover{background:#477a60}.ropc .complete-button button:active{transform:scale(.98)}.ropc .addon-buttons{text-align:center;margin-top:15px}.ropc .addon-buttons>*{margin:0 5px 5px}.ropc .remove-product{display:inline-block;width:20px;height:20px;background:url("../images/delete.png") no-repeat center;background-size:14px;line-height:24px;font-size:0;cursor:pointer;opacity:.6;transition:opacity .2s ease}.ropc .remove-product:hover{opacity:1}.ropc .cart{margin:0;border:0}.ropc .cart .sku{display:none}.ropc .cart td.quantity label{display:none}.ropc .cart td.quantity input{height:40px;width:60px;text-align:center;border:1px solid #ddd;border-radius:4px}.ropc .cart .remove-from-cart{margin:0!important}.ropc .cart .remove-from-cart button{display:block;margin:auto;cursor:pointer;border:0;background:none;color:#999;font-size:18px}.ropc .cart .remove-from-cart button:hover{color:#e8734a}.ropc .td-title{display:none!important}@media all and (max-width:768px){.html-real-opc-page .checkout-page{padding:0!important;background-color:#fff!important}.html-real-opc-page .checkout-page .page-body{padding:0!important}.html-real-opc-page #checkoutForm{display:block!important}.html-real-opc-page .ropc .inputs label{text-align:left!important}.html-real-opc-page .ropc .section{margin:0!important}.html-real-opc-page .ropc .panel-group-left,.html-real-opc-page .ropc .panel-group-right-top,.html-real-opc-page .ropc .panel-group-right-middle,.html-real-opc-page .ropc .panel-group-right-bottom{width:100%!important;margin-bottom:20px}.html-real-opc-page .ropc .section .title{max-width:none;margin:0 0 10px;background:#f5f5f5 url("../images/toggle.png") no-repeat right 15px center!important;padding:12px 15px!important;border-radius:6px;cursor:pointer;font-size:15px}.html-real-opc-page .ropc .section-body{display:none;margin:0;border-top:0;padding:15px 0}.html-real-opc-page .ropc .section .title.active+.section-body,.html-real-opc-page .ropc .section-body[style*="display: block"]{display:block!important}.html-real-opc-page .ropc .billing-address .form-fields,.html-real-opc-page .ropc .shipping-address .form-fields{display:block}.html-real-opc-page .ropc .inputs input[type=text],.html-real-opc-page .ropc .inputs input[type=email],.html-real-opc-page .ropc .inputs input[type=tel],.html-real-opc-page .ropc .inputs select{height:48px;font-size:16px}.html-real-opc-page .ropc .shipping-method .method-list li,.html-real-opc-page .ropc .payment-method .method-list li{padding:12px 15px;width:100%!important}.html-real-opc-page .ropc .payment-info.ng-binding{display:none!important}.html-real-opc-page .ropc .order-summary-panel{padding:15px}.html-real-opc-page .ropc .order-summary-panel .cart tr{padding:12px 0}.html-real-opc-page .ropc .order-summary-panel .cart .product-picture{width:60px}.html-real-opc-page .ropc .order-summary-panel .cart .product-picture img{max-width:60px}.html-real-opc-page .ropc .complete-button button{width:100%;padding:15px 20px}.html-real-opc-page .ropc .coupon-box-panel .coupon-code,.html-real-opc-page .ropc .giftcard-box-panel .coupon-code{flex-direction:column}.html-real-opc-page .ropc .coupon-box-panel .coupon-code button,.html-real-opc-page .ropc .giftcard-box-panel .coupon-code button{width:100%}.html-real-opc-page .checkout-page .total-info{padding:15px}}@media all and (min-width:769px){.ropc .section .title{background-color:transparent!important;background-image:none!important;padding:0 0 10px!important}.ropc .section-body{display:block!important;background-color:transparent}.ropc .shipping-method .method-list,.ropc .payment-method .method-list,.ropc .payment-info{max-width:none}.ropc .payment-method .payment-logo,.ropc .payment-method .payment-details{display:inline-flex;align-items:center;margin:0 10px 0 0;vertical-align:middle;text-align:left}.ropc .payment-method .use-reward-points{max-width:none}.ropc .order-summary-content .section-body{border:0;background-color:transparent;padding:0}.ropc .checkout-attributes li *:first-child{margin-left:0!important}.ropc .checkout-attributes .attribute-list>li{background-color:transparent}.ropc .selected-checkout-attributes{float:none;text-align:left}.ropc .inputs label{display:block;text-align:left;margin:0 0 5px;width:auto}.ropc .ship-to-same-address{text-align:left!important}.ropc .payment-info .info tr{text-align:left}.ropc .payment-info .info td:first-child{width:100%!important;text-align:left!important;margin:0 0 10px!important}.ropc .pickup-in-store .section-body{text-align:left}.checkout-page .selected-checkout-attributes{text-align:left!important}}.html-product-details-page .overview .add-to-cart,.html-product-details-page .overview .prices{width:100%!important;max-width:320px}.html-real-opc-page .checkout-header{border-bottom:0!important}.html-real-opc-page .checkout-page .page-body{max-width:1440px!important}.html-real-opc-page .checkout-page .page-title{max-width:1405px!important;margin:0 auto 30px!important;padding:30px 0 19px!important;text-align:left}.html-real-opc-page .checkout-page .total-info{background-color:#fff!important}.html-real-opc-page .checkout-page .total-info .cart-total tr{border-bottom:0!important}.html-category-page .item-box .product-title{font-size:18px!important;font-weight:bold!important}.html-category-page .item-box .product-price{font-size:14px!important;font-weight:bold!important}.about-us-page,.faq-page,.support-page,.dokumentation-page{background:#fff}.about-us-page .about-container,.faq-page .about-container,.support-page .about-container,.dokumentation-page .about-container{max-width:1425px;margin:0 auto;padding:0 20px}.about-us-page .about-hero,.faq-page .about-hero,.support-page .about-hero,.dokumentation-page .about-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);color:#fff;padding:30px 20px;text-align:center;position:relative;overflow:hidden}.about-us-page .about-hero::before,.faq-page .about-hero::before,.support-page .about-hero::before,.dokumentation-page .about-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.about-us-page .about-hero .about-hero-content,.faq-page .about-hero .about-hero-content,.support-page .about-hero .about-hero-content,.dokumentation-page .about-hero .about-hero-content{position:relative;z-index:1}.about-us-page .about-hero h1,.faq-page .about-hero h1,.support-page .about-hero h1,.dokumentation-page .about-hero h1{font-size:3rem;font-weight:700;margin-bottom:16px;letter-spacing:-1px}.about-us-page .about-hero .about-tagline,.faq-page .about-hero .about-tagline,.support-page .about-hero .about-tagline,.dokumentation-page .about-hero .about-tagline{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;text-align:center}.about-us-page .about-values-cards,.faq-page .about-values-cards,.support-page .about-values-cards,.dokumentation-page .about-values-cards{padding:60px 0;background:#fff}.about-us-page .about-values-cards .values-cards-grid,.faq-page .about-values-cards .values-cards-grid,.support-page .about-values-cards .values-cards-grid,.dokumentation-page .about-values-cards .values-cards-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.about-us-page .about-values-cards .value-card,.faq-page .about-values-cards .value-card,.support-page .about-values-cards .value-card,.dokumentation-page .about-values-cards .value-card{background:#f8f9fa;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;border:1px solid #eee}.about-us-page .about-values-cards .value-card:hover,.faq-page .about-values-cards .value-card:hover,.support-page .about-values-cards .value-card:hover,.dokumentation-page .about-values-cards .value-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px rgba(0,0,0,.1);background:#fff}.about-us-page .about-values-cards .value-card .value-card-icon,.faq-page .about-values-cards .value-card .value-card-icon,.support-page .about-values-cards .value-card .value-card-icon,.dokumentation-page .about-values-cards .value-card .value-card-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-us-page .about-values-cards .value-card .value-card-icon svg,.faq-page .about-values-cards .value-card .value-card-icon svg,.support-page .about-values-cards .value-card .value-card-icon svg,.dokumentation-page .about-values-cards .value-card .value-card-icon svg{color:#fff;stroke:white}.about-us-page .about-values-cards .value-card h3,.faq-page .about-values-cards .value-card h3,.support-page .about-values-cards .value-card h3,.dokumentation-page .about-values-cards .value-card h3{font-size:1rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px;letter-spacing:1px}.about-us-page .about-values-cards .value-card p,.faq-page .about-values-cards .value-card p,.support-page .about-values-cards .value-card p,.dokumentation-page .about-values-cards .value-card p{font-size:.9rem;line-height:1.6;color:#666;margin:0;text-align:center}@media(max-width:1200px){.about-us-page .about-values-cards .values-cards-grid,.faq-page .about-values-cards .values-cards-grid,.support-page .about-values-cards .values-cards-grid,.dokumentation-page .about-values-cards .values-cards-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.about-us-page .about-values-cards,.faq-page .about-values-cards,.support-page .about-values-cards,.dokumentation-page .about-values-cards{padding:40px 0}.about-us-page .about-values-cards .values-cards-grid,.faq-page .about-values-cards .values-cards-grid,.support-page .about-values-cards .values-cards-grid,.dokumentation-page .about-values-cards .values-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px}.about-us-page .about-values-cards .value-card,.faq-page .about-values-cards .value-card,.support-page .about-values-cards .value-card,.dokumentation-page .about-values-cards .value-card{padding:24px 16px}.about-us-page .about-values-cards .value-card .value-card-icon,.faq-page .about-values-cards .value-card .value-card-icon,.support-page .about-values-cards .value-card .value-card-icon,.dokumentation-page .about-values-cards .value-card .value-card-icon{width:60px;height:60px}.about-us-page .about-values-cards .value-card .value-card-icon svg,.faq-page .about-values-cards .value-card .value-card-icon svg,.support-page .about-values-cards .value-card .value-card-icon svg,.dokumentation-page .about-values-cards .value-card .value-card-icon svg{width:28px;height:28px}.about-us-page .about-values-cards .value-card h3,.faq-page .about-values-cards .value-card h3,.support-page .about-values-cards .value-card h3,.dokumentation-page .about-values-cards .value-card h3{font-size:.85rem}.about-us-page .about-values-cards .value-card p,.faq-page .about-values-cards .value-card p,.support-page .about-values-cards .value-card p,.dokumentation-page .about-values-cards .value-card p{font-size:.8rem}}@media(max-width:480px){.about-us-page .about-values-cards .values-cards-grid,.faq-page .about-values-cards .values-cards-grid,.support-page .about-values-cards .values-cards-grid,.dokumentation-page .about-values-cards .values-cards-grid{grid-template-columns:1fr}}.about-us-page .about-content-section,.faq-page .about-content-section,.support-page .about-content-section,.dokumentation-page .about-content-section{padding:80px 0;background:#f8f9fa}.about-us-page .about-grid,.faq-page .about-grid,.support-page .about-grid,.dokumentation-page .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-us-page .about-text h2,.faq-page .about-text h2,.support-page .about-text h2,.dokumentation-page .about-text h2{font-size:2rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:24px;position:relative;padding-bottom:16px}.about-us-page .about-text h2::after,.faq-page .about-text h2::after,.support-page .about-text h2::after,.dokumentation-page .about-text h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--primary-blue);border-radius:2px}.about-us-page .about-text p,.faq-page .about-text p,.support-page .about-text p,.dokumentation-page .about-text p{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:20px;text-align:left}.about-us-page .about-values,.faq-page .about-values,.support-page .about-values,.dokumentation-page .about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.about-us-page .about-values .value-item,.faq-page .about-values .value-item,.support-page .about-values .value-item,.dokumentation-page .about-values .value-item{text-align:center;padding:24px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.about-us-page .about-values .value-item:hover,.faq-page .about-values .value-item:hover,.support-page .about-values .value-item:hover,.dokumentation-page .about-values .value-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.about-us-page .about-values .value-item .value-icon,.faq-page .about-values .value-item .value-icon,.support-page .about-values .value-item .value-icon,.dokumentation-page .about-values .value-item .value-icon{width:64px;height:64px;margin:0 auto 16px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.about-us-page .about-values .value-item .value-icon svg,.faq-page .about-values .value-item .value-icon svg,.support-page .about-values .value-item .value-icon svg,.dokumentation-page .about-values .value-item .value-icon svg{stroke:white}.about-us-page .about-values .value-item h4,.faq-page .about-values .value-item h4,.support-page .about-values .value-item h4,.dokumentation-page .about-values .value-item h4{font-size:1rem;font-weight:600;color:var(--dark-purple,#3d2945);margin-bottom:8px}.about-us-page .about-values .value-item p,.faq-page .about-values .value-item p,.support-page .about-values .value-item p,.dokumentation-page .about-values .value-item p{font-size:.85rem;color:#777;margin:0;line-height:1.5;text-align:center}.about-us-page .about-image .image-placeholder,.faq-page .about-image .image-placeholder,.support-page .about-image .image-placeholder,.dokumentation-page .about-image .image-placeholder{background:linear-gradient(135deg,#e8e8e8 0%,#f5f5f5 100%);border-radius:16px;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999}.about-us-page .about-image .image-placeholder svg,.faq-page .about-image .image-placeholder svg,.support-page .about-image .image-placeholder svg,.dokumentation-page .about-image .image-placeholder svg{stroke:#ccc;margin-bottom:16px}.about-us-page .about-image .image-placeholder span,.faq-page .about-image .image-placeholder span,.support-page .about-image .image-placeholder span,.dokumentation-page .about-image .image-placeholder span{font-size:.9rem}.about-us-page .about-stats,.faq-page .about-stats,.support-page .about-stats,.dokumentation-page .about-stats{background:linear-gradient(135deg,var(--dark-purple,#3d2945) 0%,var(--primary-blue) 100%);padding:60px 0}.about-us-page .stats-grid,.faq-page .stats-grid,.support-page .stats-grid,.dokumentation-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center;color:#fff}.about-us-page .stats-grid .stat-item .stat-number,.faq-page .stats-grid .stat-item .stat-number,.support-page .stats-grid .stat-item .stat-number,.dokumentation-page .stats-grid .stat-item .stat-number{display:block;font-size:3rem;font-weight:700;margin-bottom:8px}.about-us-page .stats-grid .stat-item .stat-label,.faq-page .stats-grid .stat-item .stat-label,.support-page .stats-grid .stat-item .stat-label,.dokumentation-page .stats-grid .stat-item .stat-label{font-size:.95rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}.about-us-page .about-location,.faq-page .about-location,.support-page .about-location,.dokumentation-page .about-location{padding:80px 0;background:#fff}.about-us-page .about-location h2,.faq-page .about-location h2,.support-page .about-location h2,.dokumentation-page .about-location h2{font-size:2rem;font-weight:700;color:var(--dark-purple,#3d2945);text-align:center;margin-bottom:8px}.about-us-page .about-location .location-subtitle,.faq-page .about-location .location-subtitle,.support-page .about-location .location-subtitle,.dokumentation-page .about-location .location-subtitle{text-align:center;color:#777;margin-bottom:48px;font-size:1.05rem}.about-us-page .location-grid,.faq-page .location-grid,.support-page .location-grid,.dokumentation-page .location-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:start}.about-us-page .map-container,.faq-page .map-container,.support-page .map-container,.dokumentation-page .map-container{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.1)}.about-us-page .map-container iframe,.faq-page .map-container iframe,.support-page .map-container iframe,.dokumentation-page .map-container iframe{display:block}.about-us-page .contact-info,.faq-page .contact-info,.support-page .contact-info,.dokumentation-page .contact-info{display:flex;flex-direction:column;gap:24px}.about-us-page .contact-info .contact-item,.faq-page .contact-info .contact-item,.support-page .contact-info .contact-item,.dokumentation-page .contact-info .contact-item{display:flex;gap:16px;align-items:flex-start;padding:20px;background:#f8f9fa;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.about-us-page .contact-info .contact-item:hover,.faq-page .contact-info .contact-item:hover,.support-page .contact-info .contact-item:hover,.dokumentation-page .contact-info .contact-item:hover{transform:translateX(5px);box-shadow:0 4px 20px rgba(0,0,0,.08)}.about-us-page .contact-info .contact-item .contact-icon,.faq-page .contact-info .contact-item .contact-icon,.support-page .contact-info .contact-item .contact-icon,.dokumentation-page .contact-info .contact-item .contact-icon{width:48px;height:48px;background:var(--primary-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-us-page .contact-info .contact-item .contact-icon svg,.faq-page .contact-info .contact-item .contact-icon svg,.support-page .contact-info .contact-item .contact-icon svg,.dokumentation-page .contact-info .contact-item .contact-icon svg{stroke:white}.about-us-page .contact-info .contact-item .contact-details h4,.faq-page .contact-info .contact-item .contact-details h4,.support-page .contact-info .contact-item .contact-details h4,.dokumentation-page .contact-info .contact-item .contact-details h4{font-size:.9rem;font-weight:600;color:var(--dark-purple,#3d2945);margin-bottom:4px}.about-us-page .contact-info .contact-item .contact-details p,.faq-page .contact-info .contact-item .contact-details p,.support-page .contact-info .contact-item .contact-details p,.dokumentation-page .contact-info .contact-item .contact-details p{font-size:.9rem;color:#666;margin:0;line-height:1.5;text-align:left}@media(max-width:992px){.about-us-page .about-hero,.faq-page .about-hero,.support-page .about-hero,.dokumentation-page .about-hero{padding:60px 20px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.about-us-page .about-hero h1,.faq-page .about-hero h1,.support-page .about-hero h1,.dokumentation-page .about-hero h1{font-size:2.5rem}.about-us-page .about-grid,.faq-page .about-grid,.support-page .about-grid,.dokumentation-page .about-grid{grid-template-columns:1fr;gap:40px}.about-us-page .about-image,.faq-page .about-image,.support-page .about-image,.dokumentation-page .about-image{order:-1}.about-us-page .about-image .image-placeholder,.faq-page .about-image .image-placeholder,.support-page .about-image .image-placeholder,.dokumentation-page .about-image .image-placeholder{height:300px}.about-us-page .about-values,.faq-page .about-values,.support-page .about-values,.dokumentation-page .about-values{grid-template-columns:repeat(3,1fr)}.about-us-page .stats-grid,.faq-page .stats-grid,.support-page .stats-grid,.dokumentation-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:30px}.about-us-page .location-grid,.faq-page .location-grid,.support-page .location-grid,.dokumentation-page .location-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.about-us-page .about-hero,.faq-page .about-hero,.support-page .about-hero,.dokumentation-page .about-hero{padding:50px 16px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.about-us-page .about-hero h1,.faq-page .about-hero h1,.support-page .about-hero h1,.dokumentation-page .about-hero h1{font-size:2rem}.about-us-page .about-hero .about-tagline,.faq-page .about-hero .about-tagline,.support-page .about-hero .about-tagline,.dokumentation-page .about-hero .about-tagline{font-size:1rem}.about-us-page .about-content-section,.faq-page .about-content-section,.support-page .about-content-section,.dokumentation-page .about-content-section{padding:50px 0}.about-us-page .about-text h2,.faq-page .about-text h2,.support-page .about-text h2,.dokumentation-page .about-text h2{font-size:1.6rem}.about-us-page .about-values,.faq-page .about-values,.support-page .about-values,.dokumentation-page .about-values{grid-template-columns:1fr;gap:16px}.about-us-page .about-values .value-item,.faq-page .about-values .value-item,.support-page .about-values .value-item,.dokumentation-page .about-values .value-item{padding:20px}.about-us-page .about-stats,.faq-page .about-stats,.support-page .about-stats,.dokumentation-page .about-stats{padding:40px 0}.about-us-page .stats-grid,.faq-page .stats-grid,.support-page .stats-grid,.dokumentation-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.about-us-page .stats-grid .stat-item .stat-number,.faq-page .stats-grid .stat-item .stat-number,.support-page .stats-grid .stat-item .stat-number,.dokumentation-page .stats-grid .stat-item .stat-number{font-size:2.2rem}.about-us-page .stats-grid .stat-item .stat-label,.faq-page .stats-grid .stat-item .stat-label,.support-page .stats-grid .stat-item .stat-label,.dokumentation-page .stats-grid .stat-item .stat-label{font-size:.8rem}.about-us-page .about-location,.faq-page .about-location,.support-page .about-location,.dokumentation-page .about-location{padding:50px 0}.about-us-page .about-location h2,.faq-page .about-location h2,.support-page .about-location h2,.dokumentation-page .about-location h2{font-size:1.6rem}.about-us-page .map-container iframe,.faq-page .map-container iframe,.support-page .map-container iframe,.dokumentation-page .map-container iframe{height:300px}.about-us-page .contact-info .contact-item,.faq-page .contact-info .contact-item,.support-page .contact-info .contact-item,.dokumentation-page .contact-info .contact-item{padding:16px}}.support-page .support-cards-section{padding:60px 0;background:#f8f9fa}.support-page .support-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.support-page .support-card{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;text-decoration:none;color:inherit;border:1px solid #eee;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center}.support-page .support-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.1);border-color:var(--teal,#00b4d8);color:inherit}.support-page .support-card:hover .support-card-icon{background:linear-gradient(135deg,var(--teal,#00b4d8) 0%,var(--primary-blue) 100%)}.support-page .support-card:hover .support-card-link{color:var(--teal,#00b4d8)}.support-page .support-card .support-card-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .3s ease}.support-page .support-card .support-card-icon svg{color:#fff;stroke:white}.support-page .support-card h3{font-size:1.15rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px}.support-page .support-card p{color:#666;font-size:.9rem;line-height:1.6;text-align:center;margin-bottom:16px;flex:1}.support-page .support-card .support-card-link{font-size:.85rem;font-weight:600;color:#999;transition:color .3s ease}.support-page .support-section-title{font-size:2rem;font-weight:700;color:var(--dark-purple,#3d2945);text-align:center;margin-bottom:8px}.support-page .support-section-subtitle{text-align:center;color:#777;font-size:1.05rem;margin-bottom:48px}.support-page .support-guides-section{padding:60px 0;background:#fff}.support-page .support-guides-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.support-page .support-guide{display:flex;gap:20px;align-items:flex-start;padding:28px;background:#f8f9fa;border-radius:16px;border:1px solid #eee;transition:transform .2s ease,box-shadow .2s ease}.support-page .support-guide:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,.08)}.support-page .support-guide .support-guide-number{font-size:2rem;font-weight:800;color:var(--teal,#00b4d8);opacity:.6;line-height:1;flex-shrink:0;min-width:48px}.support-page .support-guide .support-guide-content h3{font-size:1.05rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:8px}.support-page .support-guide .support-guide-content p{color:#666;font-size:.9rem;line-height:1.6;text-align:left;margin:0}.support-page .support-info-section{padding:60px 0;background:#f8f9fa}.support-page .support-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.support-page .support-info-card{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #eee}.support-page .support-info-card .support-info-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.support-page .support-info-card .support-info-icon svg{color:#fff;stroke:white}.support-page .support-info-card h4{font-size:1.05rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px}.support-page .support-info-card ul{list-style:none;padding:0;margin:0}.support-page .support-info-card ul li{color:#666;font-size:.85rem;line-height:1.5;padding:6px 0;padding-left:16px;position:relative;border-bottom:1px solid #f0f0f0}.support-page .support-info-card ul li:last-child{border-bottom:0}.support-page .support-info-card ul li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--teal,#00b4d8);border-radius:50%}.support-page .support-contact-section{background:linear-gradient(135deg,var(--dark-purple,#3d2945) 0%,#5a3d6d 100%);padding:60px 0}.support-page .support-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.support-page .support-contact-block{color:#fff}.support-page .support-contact-block h3{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:#fff;padding-bottom:12px;border-bottom:2px solid rgba(255,255,255,.2)}.support-page .support-hours{display:flex;flex-direction:column;gap:12px}.support-page .support-hours-row{display:flex;justify-content:space-between;font-size:.9rem;color:rgba(255,255,255,.85);padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.support-page .support-hours-row:last-child{border-bottom:0}.support-page .support-contact-details{display:flex;flex-direction:column;gap:16px}.support-page .support-contact-item{display:flex;align-items:center;gap:12px;font-size:.9rem;color:rgba(255,255,255,.85)}.support-page .support-contact-item svg{flex-shrink:0;color:var(--teal,#00b4d8);stroke:var(--teal,#00b4d8)}.support-page .support-quick-links{display:flex;flex-direction:column;gap:12px}.support-page .support-quick-links a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.9rem;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease,padding-left .3s ease}.support-page .support-quick-links a:hover{color:var(--teal,#00b4d8);padding-left:8px}.support-page .support-quick-links a:last-child{border-bottom:0}@media(max-width:992px){.support-page .support-cards-grid{grid-template-columns:repeat(2,1fr)}.support-page .support-guides-grid{grid-template-columns:1fr}.support-page .support-info-grid{grid-template-columns:repeat(2,1fr)}.support-page .support-contact-grid{grid-template-columns:1fr;gap:40px}.support-page .support-section-title{font-size:1.6rem}}@media(max-width:768px){.support-page .support-cards-section,.support-page .support-guides-section,.support-page .support-info-section{padding:40px 0}.support-page .support-cards-grid{grid-template-columns:1fr;gap:16px}.support-page .support-card{padding:24px 20px}.support-page .support-guide{padding:20px;gap:14px}.support-page .support-info-grid{grid-template-columns:1fr;gap:16px}.support-page .support-info-card{padding:20px}.support-page .support-contact-section{padding:40px 0}.support-page .support-section-title{font-size:1.4rem}.support-page .support-section-subtitle{font-size:.95rem;margin-bottom:32px}}.faq-page{background:#fff}.faq-page .faq-content-section{padding:60px 0}.faq-page .faq-category{margin-bottom:48px}.faq-page .faq-category:last-child{margin-bottom:0}.faq-page .faq-category-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.faq-page .faq-category-title svg{color:var(--teal,#00b4d8);flex-shrink:0}.faq-page .faq-list{display:flex;flex-direction:column;gap:12px}.faq-page .faq-item{border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-page .faq-item:hover{border-color:#d0d0d0}.faq-page .faq-item.active{border-color:var(--teal,#00b4d8);box-shadow:0 4px 20px rgba(0,180,216,.1)}.faq-page .faq-item.active .faq-question{background:rgba(0,180,216,.04);color:var(--dark-purple,#3d2945)}.faq-page .faq-item.active .faq-chevron{transform:rotate(180deg);color:var(--teal,#00b4d8)}.faq-page .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:transparent;border:0;cursor:pointer;text-align:left;font-size:1.05rem;font-weight:600;color:#333;transition:background .3s ease,color .3s ease}.faq-page .faq-question:hover{background:#f8f9fa}.faq-page .faq-question span{flex:1}.faq-page .faq-chevron{flex-shrink:0;transition:transform .3s ease,color .3s ease;color:#999}.faq-page .faq-answer{display:none;padding:0 24px 24px}.faq-page .faq-answer p{color:#555;line-height:1.7;font-size:.95rem;text-align:left;margin:0}.faq-page .faq-cta-section{background:linear-gradient(135deg,var(--dark-purple,#3d2945) 0%,#5a3d6d 100%);padding:60px 0}.faq-page .faq-cta{text-align:center;color:#fff}.faq-page .faq-cta h2{font-size:2rem;font-weight:700;margin-bottom:12px;color:#fff}.faq-page .faq-cta p{font-size:1.1rem;opacity:.9;margin-bottom:32px;text-align:center}.faq-page .faq-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.faq-page .faq-cta-btn{padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.faq-page .faq-cta-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,.2)}.faq-page .faq-cta-btn-outline{padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;background:transparent;border:2px solid rgba(255,255,255,.6);color:#fff;transition:background .3s ease,border-color .3s ease,transform .2s ease}.faq-page .faq-cta-btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px);color:#fff}@media(max-width:992px){.faq-page .faq-content-section{padding:40px 0}.faq-page .faq-category-title{font-size:1.3rem}.faq-page .faq-question{padding:16px 20px;font-size:1rem}.faq-page .faq-answer{padding:0 20px 20px}.faq-page .faq-cta h2{font-size:1.6rem}}@media(max-width:768px){.faq-page .faq-hero{padding:50px 16px}.faq-page .faq-content-section{padding:32px 0}.faq-page .faq-category{margin-bottom:32px}.faq-page .faq-category-title{font-size:1.15rem;gap:10px}.faq-page .faq-category-title svg{width:22px;height:22px}.faq-page .faq-question{padding:16px;font-size:.95rem;gap:12px}.faq-page .faq-answer{padding:0 16px 16px}.faq-page .faq-answer p{font-size:.9rem}.faq-page .faq-cta-section{padding:40px 0}.faq-page .faq-cta h2{font-size:1.4rem}.faq-page .faq-cta p{font-size:.95rem}.faq-page .faq-cta-buttons{flex-direction:column;align-items:center}.faq-page .faq-cta-buttons .faq-cta-btn,.faq-page .faq-cta-buttons .faq-cta-btn-outline{width:100%;max-width:280px;text-align:center}}.contact-page{background:#fff}.contact-page .contact-container{max-width:1425px;margin:0 auto;padding:0 20px}.contact-page .contact-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);color:#fff;padding:30px 20px;text-align:center;position:relative;overflow:hidden}.contact-page .contact-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.contact-page .contact-hero .contact-hero-content{position:relative;z-index:1}.contact-page .contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:16px;letter-spacing:-1px}.contact-page .contact-hero .contact-tagline{font-size:1.25rem;opacity:.9;max-width:600px;margin:0 auto;text-align:center}.contact-page .contact-content-section{padding:80px 0;background:#f8f9fa}.contact-page .contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}.contact-page .contact-form-wrapper{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-page .contact-form-wrapper h2{font-size:1.8rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px}.contact-page .contact-form-wrapper .form-intro{color:#666;margin-bottom:32px;font-size:1rem;text-align:left}.contact-page .contact-form .form-group{margin-bottom:24px}.contact-page .contact-form .form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:.95rem}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{width:100%;padding:14px 16px;border:2px solid #e8e8e8;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fafafa}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group textarea:focus{outline:0;border-color:var(--primary-blue);background:#fff;box-shadow:0 0 0 4px rgba(var(--primary-blue-rgb,0,123,255),.1)}.contact-page .contact-form .form-group input::placeholder,.contact-page .contact-form .form-group textarea::placeholder{color:#aaa}.contact-page .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-page .contact-form .contact-submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);color:#fff;border:0;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-page .contact-form .contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.contact-page .contact-info-wrapper h2{font-size:1.8rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px}.contact-page .contact-info-wrapper .info-intro{color:#666;margin-bottom:32px;font-size:1rem;text-align:left}.contact-page .contact-info-cards{display:flex;flex-direction:column;gap:16px}.contact-page .info-card{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .3s ease}.contact-page .info-card:hover{transform:translateX(5px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.contact-page .info-card .info-card-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-purple,#3d2945) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-page .info-card .info-card-icon svg{stroke:white}.contact-page .info-card .info-card-content h4{font-size:1rem;font-weight:600;color:var(--dark-purple,#3d2945);margin-bottom:4px}.contact-page .info-card .info-card-content p{font-size:.95rem;color:#333;margin:0 0 4px 0;text-align:left}.contact-page .info-card .info-card-content p a{color:var(--primary-blue);text-decoration:none}.contact-page .info-card .info-card-content p a:hover{text-decoration:underline}.contact-page .info-card .info-card-content .info-note{font-size:.85rem;color:#888}.contact-page .support-box{margin-top:32px;background:linear-gradient(135deg,#f0f7ff 0%,#e8f4f8 100%);border:2px solid var(--primary-blue);border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:20px}.contact-page .support-box .support-box-icon{width:64px;height:64px;background:var(--primary-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-page .support-box .support-box-icon svg{stroke:white}.contact-page .support-box .support-box-content h4{font-size:1.1rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:8px}.contact-page .support-box .support-box-content p{font-size:.95rem;color:#555;margin-bottom:12px;text-align:left}.contact-page .support-box .support-box-content .support-link{display:inline-block;padding:10px 20px;background:var(--primary-blue);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .3s ease}.contact-page .support-box .support-box-content .support-link:hover{background:var(--dark-purple,#3d2945);transform:translateY(-2px)}.contact-page .contact-map-section{padding:80px 0;background:#fff;text-align:center}.contact-page .contact-map-section h2{font-size:2rem;font-weight:700;color:var(--dark-purple,#3d2945);margin-bottom:12px}.contact-page .contact-map-section .map-subtitle{color:#666;margin-bottom:40px;font-size:1.05rem}.contact-page .contact-map-section .map-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.1)}.contact-page .contact-map-section .map-wrapper iframe{display:block}@media(max-width:992px){.contact-page .contact-hero{padding:60px 20px;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.contact-page .contact-hero h1{font-size:2.2rem}.contact-page .contact-hero .contact-tagline{font-size:1.1rem}.contact-page .contact-grid{grid-template-columns:1fr;gap:40px}.contact-page .contact-form-wrapper{padding:30px}}@media(max-width:768px){.contact-page .contact-content-section{padding:50px 0}.contact-page .contact-form-wrapper{padding:24px}.contact-page .contact-form-wrapper h2{font-size:1.5rem}.contact-page .contact-info-wrapper h2{font-size:1.5rem}.contact-page .info-card{padding:16px}.contact-page .info-card .info-card-icon{width:48px;height:48px}.contact-page .info-card .info-card-icon svg{width:22px;height:22px}.contact-page .support-box{flex-direction:column;text-align:center;align-items:center}.contact-page .support-box .support-box-content p{text-align:center}.contact-page .contact-map-section{padding:50px 0}.contact-page .contact-map-section h2{font-size:1.6rem}.contact-page .contact-map-section .map-wrapper iframe{height:350px}}@media(max-width:480px){.contact-page .contact-hero h1{font-size:1.8rem}.contact-page .contact-form .form-group{margin-bottom:20px}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{padding:12px 14px}.contact-page .contact-submit-btn{padding:14px 24px;font-size:1rem}.contact-page .info-card{flex-direction:column;text-align:center;align-items:center}.contact-page .info-card .info-card-content p{text-align:center}}.about-stats{display:none}
