@charset "UTF-8";.webshop-product-card{border:none;border-radius:1rem;overflow:hidden;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);background:#ffffff;display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.webshop-product-card:hover{box-shadow:0 10px 20px #0000000f,0 4px 8px #0000000a;transform:translateY(-4px)}.webshop-product-card .webshop-product-image-wrapper{position:relative;padding-top:100%;overflow:hidden;flex-shrink:0}.webshop-product-card .webshop-product-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:1rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.webshop-product-card .webshop-product-image-wrapper .webshop-product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.webshop-product-card .webshop-product-image-wrapper .webshop-product-image-placeholder:after{content:"";display:block;width:36%;height:36%;background:#e2e8f0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;opacity:.5}.webshop-product-card .webshop-product-image-wrapper .webshop-cart-qty-badge{position:absolute;top:.75rem;right:.75rem;min-width:1.5rem;height:1.5rem;padding:0 .5rem;background:#0f4e92;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;z-index:2}.webshop-product-card:hover .webshop-product-image-wrapper img{transform:scale(1.03)}.webshop-product-card .webshop-product-info{padding:1rem 1.25rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.webshop-product-card .webshop-product-info .webshop-product-title{font-size:.9375rem;font-weight:600;color:#0f172a;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;transition:color .15s ease}.webshop-product-card .webshop-product-info .webshop-product-title:hover{color:#0f4e92}.webshop-product-card .webshop-product-info .webshop-product-item-code{font-size:.75rem;color:#64748b;font-family:monospace}.webshop-product-card .webshop-product-info .webshop-product-short-desc{font-size:.75rem;color:#64748b;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.webshop-product-card .webshop-product-info .webshop-product-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.webshop-product-card .webshop-product-info .webshop-product-category{font-size:.75rem;color:#64748b;letter-spacing:.01em}.webshop-product-card .webshop-product-stock{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;line-height:1.2;align-self:flex-start}.webshop-product-card .webshop-product-stock.in-stock{color:#0d6f4f;background:#ecfdf5}.webshop-product-card .webshop-product-stock.out-of-stock{color:#bc1915!important;background:#fef2f2}.webshop-product-card .webshop-product-stock.out-of-stock:after{content:none!important}.webshop-product-card .webshop-product-planned-qty{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:9999px;display:inline-flex;align-items:center;align-self:flex-start;color:#d97706;background:#fffbeb}.webshop-product-card .webshop-product-actions{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid #e2e8f0;margin-top:auto}.webshop-product-card .webshop-product-actions .webshop-product-price{font-size:1.0625rem;font-weight:700;color:#0f172a}.webshop-product-card .webshop-product-actions .webshop-product-price .webshop-original-price{text-decoration:line-through;color:#64748b;font-size:.8125rem;font-weight:400;margin-left:.25rem}.webshop-product-card .webshop-product-actions .webshop-product-price .webshop-discount-badge{display:inline-block;background:#bc1915;color:#fff;padding:.1rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:.25rem;vertical-align:middle}.webshop-product-card .webshop-product-actions .webshop-card-qty-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-qty-btn{width:2.25rem;height:2.25rem;border:none;background:#f1f5f9;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9375rem;padding:0;flex-shrink:0;transition:background .15s ease;color:#0f172a}.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-qty-btn:hover{background:#e2e4e9}.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-card-qty-input{flex:1;height:2.25rem;text-align:center;padding:0 .25rem;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;font-size:.8125rem;-moz-appearance:textfield}.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-card-qty-input::-webkit-outer-spin-button,.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-card-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.webshop-product-card .webshop-product-actions .webshop-card-qty-control .webshop-card-qty-input:focus{outline:none}.webshop-product-card .webshop-product-actions .webshop-btn-add-to-cart{width:100%;padding:.75rem 1rem;background:#0f4e92;color:#fff;border:none;border-radius:.75rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .15s ease;letter-spacing:.01em}.webshop-product-card .webshop-product-actions .webshop-btn-add-to-cart:hover:not(:disabled){background:#0a3a6e;transform:translateY(-1px)}.webshop-product-card .webshop-product-actions .webshop-btn-add-to-cart:active:not(:disabled){transform:translateY(0)}.webshop-product-card .webshop-product-actions .webshop-btn-add-to-cart:disabled{opacity:.4;cursor:not-allowed}@keyframes badge-pop{0%{transform:scale(.5)}60%{transform:scale(1.15)}to{transform:scale(1)}}.webshop-layout{display:flex;gap:2rem;align-items:flex-start}.webshop-filter-col{width:17rem;flex-shrink:0;background:#f8fafc;padding:1.25rem;border-radius:1rem;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.webshop-filter-col::-webkit-scrollbar{width:4px}.webshop-filter-col::-webkit-scrollbar-track{background:transparent}.webshop-filter-col::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:9999px}.webshop-filter-col .webshop-drawer-close{display:none}.webshop-product-col{flex:1;min-width:0}.webshop-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.5rem;padding:1.25rem 0}.webshop-products-list{padding:1.25rem 0}.webshop-products-list .webshop-product-card{display:flex;flex-direction:row;margin-bottom:1rem;transform:none}.webshop-products-list .webshop-product-card:hover{transform:none}.webshop-products-list .webshop-product-card .webshop-product-image-wrapper{width:12rem;min-width:12rem;padding-top:0;height:12rem;border-right:1px solid #e2e8f0}.webshop-products-list .webshop-product-card .webshop-product-info{flex:1;padding:1.25rem}.webshop-products-list .webshop-product-card .webshop-product-actions{padding:1.25rem;justify-content:flex-end;width:12rem;flex-shrink:0;border-top:none;margin-top:0}.webshop-filters .webshop-filter-group{margin-bottom:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:1rem}.webshop-filters .webshop-filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.webshop-filters .webshop-filter-group .webshop-filter-title{font-weight:600;font-size:.75rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.webshop-filters .webshop-filter-group .webshop-filter-title:after{content:"\25be";font-size:.8125rem;transition:transform .15s ease}.webshop-filters .webshop-filter-group.collapsed .webshop-filter-title:after{transform:rotate(-90deg)}.webshop-filters .webshop-filter-group .webshop-filter-options{overflow-y:auto;transition:max-height .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.webshop-filters .webshop-filter-group .webshop-filter-options::-webkit-scrollbar{width:3px}.webshop-filters .webshop-filter-group .webshop-filter-options::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:9999px}.webshop-filters .webshop-filter-group.collapsed .webshop-filter-options{max-height:0;overflow:hidden;opacity:0}.webshop-filters .webshop-filter-group .webshop-filter-option{display:flex;align-items:center;padding:.25rem 0;font-size:.8125rem;cursor:pointer;border-radius:.375rem;transition:color .15s ease}.webshop-filters .webshop-filter-group .webshop-filter-option input[type=checkbox]{margin-right:.5rem;accent-color:#0f4e92}.webshop-filters .webshop-filter-group .webshop-filter-option:hover{color:#0f4e92}.webshop-filters .webshop-price-range{display:flex;gap:.5rem;align-items:center}.webshop-filters .webshop-price-range input{width:5.5rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;background:#ffffff;transition:border-color .15s ease}.webshop-filters .webshop-price-range input:focus{outline:none;border-color:#0f4e92}.webshop-active-filters{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 0}.webshop-active-filters .webshop-filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:rgba(15,78,146,.08);color:#0f4e92;border-radius:9999px;font-size:.75rem;font-weight:500}.webshop-active-filters .webshop-filter-chip .webshop-chip-remove{cursor:pointer;margin-left:.25rem;opacity:.6;transition:opacity .15s ease}.webshop-active-filters .webshop-filter-chip .webshop-chip-remove:hover{opacity:1}.webshop-filter-toggle{display:none;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#ffffff;font-size:.8125rem;font-weight:500;cursor:pointer;margin-bottom:1rem;transition:border-color .15s ease}.webshop-filter-toggle:hover{border-color:#0f4e92}@media (max-width: 1024px){.webshop-filter-toggle{display:inline-flex}}.webshop-filter-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:999;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.webshop-filter-overlay.active{opacity:1}.webshop-controls{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.webshop-controls .webshop-result-count{font-size:.8125rem;color:#64748b}.webshop-controls .webshop-view-toggle{display:flex;gap:.25rem}.webshop-controls .webshop-view-toggle .webshop-view-btn{padding:.5rem .75rem;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#ffffff;border-radius:.75rem;cursor:pointer;color:#64748b;transition:all .15s ease;line-height:1}.webshop-controls .webshop-view-toggle .webshop-view-btn:hover,.webshop-controls .webshop-view-toggle .webshop-view-btn.active{background:#0f4e92;border-color:#0f4e92;color:#fff}.webshop-controls .webshop-sort-select{margin-right:.75rem;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;background:#ffffff;cursor:pointer;transition:border-color .15s ease}.webshop-controls .webshop-sort-select:focus{outline:none;border-color:#0f4e92}.webshop-search{position:relative}.webshop-search .webshop-search-input{width:100%;padding:.875rem 2.5rem .875rem 2.75rem;border:1px solid #e2e8f0;border-radius:1rem;font-size:.9375rem;background:#f8fafc;transition:border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),background .25s cubic-bezier(.4,0,.2,1)}.webshop-search .webshop-search-input:focus{outline:none;border-color:#0f4e92;background:#ffffff;box-shadow:0 0 0 3px #0f4e921a}.webshop-search .webshop-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;width:16px;height:16px;pointer-events:none}.webshop-search .webshop-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;font-size:1.25rem;line-height:1;cursor:pointer;padding:0 .25rem}.webshop-search .webshop-search-clear:hover{color:#0f172a}.webshop-search .webshop-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#ffffff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 16px 40px #0000001a,0 6px 12px #0000000d;z-index:100;display:none;max-height:480px;overflow-y:auto;margin-top:.5rem}.webshop-search .webshop-search-dropdown.show{display:block}.webshop-search .webshop-search-dropdown .webshop-search-result{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;text-decoration:none;color:inherit;margin:0 .5rem;border-radius:.75rem;transition:background .15s ease}.webshop-search .webshop-search-dropdown .webshop-search-result:hover{background:#f1f5f9}.webshop-search .webshop-search-dropdown .webshop-search-result img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;margin-right:1rem;border-radius:.75rem;background:#f1f5f9}.webshop-search .webshop-search-dropdown .webshop-search-result .webshop-result-info .webshop-result-name{font-size:.8125rem;font-weight:500;color:#0f172a}.webshop-search .webshop-search-dropdown .webshop-search-result .webshop-result-info .webshop-result-category{font-size:.75rem;color:#64748b}.webshop-search .webshop-search-dropdown .webshop-search-section-title{font-size:.75rem;text-transform:uppercase;color:#64748b;padding:.75rem 1rem .25rem;font-weight:600;letter-spacing:.04em}.webshop-search .webshop-search-dropdown .webshop-recent-searches{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem .75rem}.webshop-search .webshop-search-dropdown .webshop-recent-searches .webshop-recent-chip{padding:.25rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;font-size:.75rem;cursor:pointer;text-decoration:none;color:#0f172a;transition:all .15s ease}.webshop-search .webshop-search-dropdown .webshop-recent-searches .webshop-recent-chip:hover{background:#0f4e92;color:#fff;border-color:#0f4e92}.webshop-search .webshop-search-dropdown .webshop-search-empty-state .text-muted{padding:1rem}.webshop-cart .webshop-cart-item{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff;border-radius:1rem;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f;margin-bottom:.75rem;transition:box-shadow .15s ease}.webshop-cart .webshop-cart-item:hover{box-shadow:0 4px 6px #0000000a,0 2px 4px #0000000f}.webshop-cart .webshop-cart-item-image{flex-shrink:0}.webshop-cart .webshop-cart-item-image img{width:4.5rem;height:4.5rem;-o-object-fit:contain;object-fit:contain;border-radius:.75rem;background:#f1f5f9;padding:.5rem;display:block}.webshop-cart .webshop-cart-item-image--placeholder{width:4.5rem;height:4.5rem;border-radius:.75rem;background:#f1f5f9}.webshop-cart .webshop-cart-item-details{min-width:0}.webshop-cart .webshop-cart-item-name{font-weight:600;font-size:.9375rem;color:#0f172a;text-decoration:none;display:block;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.webshop-cart .webshop-cart-item-name:hover{color:#0f4e92}.webshop-cart .webshop-cart-item-code{font-size:.75rem;color:#64748b;margin-bottom:.25rem}.webshop-cart .webshop-cart-item-price{font-size:.8125rem;color:#64748b}.webshop-cart .webshop-cart-item-qty .webshop-qty-control{display:flex;align-items:center;gap:.25rem}.webshop-cart .webshop-cart-item-qty .webshop-qty-control .webshop-qty-btn{width:2rem;height:2rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9375rem;transition:all .15s ease}.webshop-cart .webshop-cart-item-qty .webshop-qty-control .webshop-qty-btn:hover{background:#f1f5f9;border-color:#0f4e92}.webshop-cart .webshop-cart-item-qty .webshop-qty-control .webshop-qty-input{width:3rem;text-align:center;padding:.25rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;font-weight:500}.webshop-cart .webshop-cart-item-qty .webshop-qty-control .webshop-qty-input:focus{outline:none;border-color:#0f4e92}.webshop-cart .webshop-cart-item-total{font-weight:700;font-size:.9375rem;white-space:nowrap;min-width:5.5rem;text-align:right}.webshop-cart .webshop-cart-item-remove{width:2rem;height:2rem;border-radius:9999px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:1.25rem;transition:color .15s ease,background .15s ease;flex-shrink:0}.webshop-cart .webshop-cart-item-remove:hover{color:#bc1915;background:#fef2f2}.webshop-cart .webshop-cart-actions{margin-top:1rem}.webshop-cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;max-width:28rem;margin:2.5rem auto;gap:.75rem}.webshop-cart-empty__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin-bottom:.5rem;border-radius:9999px;background:#ffffff;color:#64748b;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.webshop-cart-empty__icon svg{width:2rem;height:2rem;stroke:currentColor;fill:none}.webshop-cart-empty__title{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.3}.webshop-cart-empty__text{color:#64748b;font-size:.9375rem;line-height:1.5;max-width:20rem}.webshop-cart-empty__action{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:.75rem 1.5rem;background:#0f4e92;color:#fff;border:none;border-radius:.75rem;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.webshop-cart-empty__action:hover{background:#0a3a6e;color:#fff;text-decoration:none;transform:translateY(-1px)}.webshop-cart-empty__action:active{transform:translateY(0)}.webshop-breadcrumbs{display:flex;align-items:center;gap:.5rem;padding:1rem 0;font-size:.8125rem;flex-wrap:wrap}.webshop-breadcrumbs a{color:#64748b;text-decoration:none;transition:color .15s ease}.webshop-breadcrumbs a:hover{color:#0f4e92}.webshop-breadcrumbs .separator{color:#e2e8f0;font-size:.75rem}.webshop-breadcrumbs .current{color:#0f172a;font-weight:600}.webshop-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem 0}.webshop-pagination .btn{min-width:6rem;padding:.75rem 1.25rem;border-radius:.75rem;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0;background:#ffffff;color:#0f172a;transition:all .15s ease}.webshop-pagination .btn:hover:not(:disabled){background:#0f4e92;border-color:#0f4e92;color:#fff}.webshop-pagination .btn:disabled{opacity:.4;cursor:not-allowed}.webshop-pagination .text-muted{font-size:.8125rem;font-weight:500}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#eaecef 50%,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:.75rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.webshop-skeleton-card .webshop-skeleton-image{width:100%;padding-top:100%;border-radius:1rem 1rem 0 0}.webshop-skeleton-card .webshop-skeleton-text{height:14px;margin:.75rem 1.25rem;width:60%}.webshop-skeleton-card .webshop-skeleton-price{height:18px;margin:.25rem 1.25rem 1.25rem;width:40%}.webshop-detail-cart-qty{font-size:.8125rem;white-space:nowrap}.webshop-product-detail .webshop-pdp-info{position:relative}@media (min-width: 1025px){.webshop-product-detail .webshop-pdp-info{position:sticky;top:2rem;align-self:flex-start}}.webshop-product-detail .webshop-btn-favorite--top{position:absolute;top:0;right:0;z-index:1}.webshop-product-detail .webshop-product-images .webshop-main-image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:1rem;background:#f1f5f9}.webshop-product-detail .webshop-product-images .webshop-main-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;cursor:zoom-in}.webshop-product-detail .webshop-image-thumbnails{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.webshop-product-detail .webshop-image-thumbnails::-webkit-scrollbar{display:none}.webshop-product-detail .webshop-image-thumbnail{flex:0 0 72px;height:72px;border:2px solid transparent;border-radius:.75rem;cursor:pointer;overflow:hidden;opacity:.5;transition:opacity .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.webshop-product-detail .webshop-image-thumbnail.active{opacity:1;box-shadow:0 0 0 2px #0f4e92}.webshop-product-detail .webshop-image-thumbnail:hover{opacity:1}.webshop-product-detail .webshop-image-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.webshop-product-detail>.row>.col-md-6>.webshop-product-image-placeholder,.webshop-product-detail>.row>.col-lg-7>.webshop-product-image-placeholder{width:100%;aspect-ratio:1/1;background:#f1f5f9;border-radius:1rem;display:flex;align-items:center;justify-content:center}.webshop-product-detail>.row>.col-md-6>.webshop-product-image-placeholder:after,.webshop-product-detail>.row>.col-lg-7>.webshop-product-image-placeholder:after{content:"";display:block;width:30%;height:30%;background:#e2e8f0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM8.5 13.5l2.5 3 3.5-4.5 4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;opacity:.4}.webshop-product-detail .webshop-product-title{font-size:2rem;font-weight:700;margin-bottom:.75rem;line-height:1.2;color:#0f172a}.webshop-product-detail .webshop-product-price{font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:#0f172a}.webshop-product-detail .webshop-product-price .webshop-original-price{text-decoration:line-through;color:#64748b;font-size:.9375rem;font-weight:400;margin-left:.5rem}.webshop-product-detail .webshop-product-price .webshop-discount-badge{display:inline-block;background:#bc1915;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:.5rem;vertical-align:middle}.webshop-product-detail .webshop-product-description{font-size:.9375rem;line-height:1.7;color:#0f172a;margin-bottom:1.5rem}.webshop-product-detail .webshop-product-long-description{font-size:.8125rem;line-height:1.7;color:#0f172a}.webshop-product-detail .webshop-product-uom{font-size:.8125rem}.webshop-product-detail .webshop-add-to-cart-section{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-btn{width:2.75rem;height:2.75rem;border:none;background:#f1f5f9;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;color:#0f172a;transition:background .15s ease}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-btn:hover{background:#e2e4e9}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-btn:active{background:#d6d9e0}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-input{width:3.5rem;height:2.75rem;text-align:center;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;font-size:.9375rem;font-weight:600;-moz-appearance:textfield}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-input::-webkit-outer-spin-button,.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.webshop-product-detail .webshop-add-to-cart-section .webshop-qty-control .webshop-qty-input:focus{outline:none}.webshop-product-detail .webshop-add-to-cart-section .webshop-btn-add-to-cart{flex:1;min-width:180px;padding:1rem 2rem;font-size:.9375rem;font-weight:600;border-radius:.75rem;background:#0f4e92;color:#fff;border:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.webshop-product-detail .webshop-add-to-cart-section .webshop-btn-add-to-cart:hover:not(:disabled){background:#0a3a6e;transform:translateY(-1px)}.webshop-product-detail .webshop-add-to-cart-section .webshop-btn-add-to-cart:disabled{opacity:.4;cursor:not-allowed}.webshop-product-detail .webshop-product-specs{margin-top:2rem;background:#f8fafc;border-radius:1rem;overflow:hidden}.webshop-product-detail .webshop-product-specs table{width:100%;border-collapse:collapse}.webshop-product-detail .webshop-product-specs table tr:nth-child(even){background:rgba(0,0,0,.02)}.webshop-product-detail .webshop-product-specs table td{padding:1rem 1.25rem;font-size:.8125rem}.webshop-product-detail .webshop-product-specs table td:first-child{font-weight:600;width:40%;color:#64748b}.webshop-product-detail .webshop-product-stock{font-size:.8125rem;font-weight:500;padding:.25rem 1rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;line-height:1.2;align-self:flex-start}.webshop-product-detail .webshop-product-stock.in-stock{color:#0d6f4f;background:#ecfdf5}.webshop-product-detail .webshop-product-stock.out-of-stock{color:#bc1915!important;background:#fef2f2}.webshop-product-detail .webshop-product-stock.out-of-stock:after{content:none!important}.webshop-product-detail .webshop-product-planned-qty{font-size:.8125rem;font-weight:500;padding:.25rem 1rem;border-radius:9999px;display:inline-flex;align-items:center;align-self:flex-start;color:#d97706;background:#fffbeb}.webshop-product-detail .webshop-variant-selectors{margin-bottom:1rem}.webshop-product-detail .webshop-variant-selectors__loading{color:#64748b;font-size:.8125rem}.webshop-product-detail .webshop-variant-selectors__group{margin-bottom:.75rem}.webshop-product-detail .webshop-variant-selectors__label{font-size:.8125rem;font-weight:600;margin-bottom:.25rem;color:#0f172a}.webshop-product-detail .webshop-variant-selectors__select{width:100%;border-radius:.75rem;border:1px solid #e2e8f0;padding:.5rem .75rem;font-size:.8125rem;transition:border-color .15s ease;background-color:#fff;color:#0f172a}.webshop-product-detail .webshop-variant-selectors__select:focus{outline:none;border-color:#0f4e92;box-shadow:0 0 0 2px #0f4e921a}.webshop-product-detail .nav-tabs{border-bottom:2px solid #e2e8f0}.webshop-product-detail .nav-tabs .nav-link{border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:500;color:#64748b;transition:color .15s ease,border-color .15s ease}.webshop-product-detail .nav-tabs .nav-link.active,.webshop-product-detail .nav-tabs .nav-link:hover{color:#0f4e92;border-bottom-color:#0f4e92;background:transparent}.webshop-category .webshop-subcategory-cards .webshop-subcategory-card{border-color:#e2e8f0;border-radius:1rem;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);background:#ffffff}.webshop-category .webshop-subcategory-cards .webshop-subcategory-card:hover{box-shadow:0 4px 6px #0000000a,0 2px 4px #0000000f;transform:translateY(-2px)}.webshop-category .webshop-subcategory-cards .webshop-subcategory-card img{border-radius:.75rem}.webshop-toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:1rem 1.5rem;background:rgba(15,23,42,.92);color:#fff;border-radius:1rem;font-size:.8125rem;z-index:1000;opacity:0;transform:translateY(10px);transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 16px 40px #0000001a,0 6px 12px #0000000d;max-width:360px}.webshop-toast.show{opacity:1;transform:translateY(0)}.webshop-toast.success{border-left:3px solid #0d6f4f}.webshop-toast.error{border-left:3px solid #bc1915}.webshop-btn-favorite{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer;padding:.25rem;transition:color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.webshop-btn-favorite:hover{color:#bc1915;transform:scale(1.15)}.webshop-btn-favorite.active{color:#bc1915}.webshop-product-card .webshop-btn-favorite{position:absolute;top:.75rem;left:.75rem;z-index:2;font-size:1.25rem;background:rgba(255,255,255,.9);border-radius:9999px;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.webshop-product-card .webshop-btn-favorite.active{opacity:1;color:#bc1915}.webshop-product-card:hover .webshop-btn-favorite,.webshop-product-card .webshop-btn-favorite.active{opacity:1}.webshop-navbar-fav,.webshop-navbar-cart{position:relative;display:inline-flex;align-items:center;color:#0f172a;text-decoration:none;font-size:1.25rem;transition:color .15s ease}.webshop-navbar-fav:hover,.webshop-navbar-cart:hover{color:#0f4e92}.webshop-navbar-fav .webshop-fav-count,.webshop-navbar-fav .webshop-cart-count,.webshop-navbar-cart .webshop-fav-count,.webshop-navbar-cart .webshop-cart-count{position:absolute;top:-2px;right:-6px;min-width:1.125rem;height:1.125rem;padding:0 .25rem;background:#0f4e92;color:#fff;border-radius:9999px;font-size:.625rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.webshop-navbar-fav .webshop-fav-count,.webshop-navbar-cart .webshop-fav-count{background:#bc1915}.webshop-navbar-fav:hover{color:#bc1915}.webshop-navbar-cart svg{width:18px;height:18px}.webshop-back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;width:2.75rem;height:2.75rem;border-radius:1rem;background:#0f4e92;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 10px 20px #0000000f,0 4px 8px #0000000a;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),background .15s ease;z-index:150}.webshop-back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.webshop-back-to-top:hover{background:#0a3a6e}.webshop-review-rating-input{display:flex;gap:.5rem}.webshop-review-rating-input .webshop-star-input{font-size:2rem;color:#e2e8f0;cursor:pointer;transition:color .15s ease,transform .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1}.webshop-review-rating-input .webshop-star-input:hover,.webshop-review-rating-input .webshop-star-input.filled{color:#f59e0b}.webshop-review-rating-input .webshop-star-input:hover{transform:scale(1.15)}.webshop-review-stars{display:inline-flex;gap:2px}.webshop-review-stars .star{color:#e2e8f0;font-size:1.125rem}.webshop-review-stars .star.filled{color:#f59e0b}.webshop-review-avg-rating{font-size:2.5rem;font-weight:800;color:#0f172a}.webshop-rating-distribution .webshop-rating-label{font-size:.8125rem;min-width:2.5rem;color:#64748b}.webshop-rating-distribution .webshop-rating-bar-bg{flex:1;height:.625rem;background:#f1f5f9;border-radius:9999px;overflow:hidden}.webshop-rating-distribution .webshop-rating-bar-fill{height:100%;background:#f59e0b;border-radius:9999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.webshop-rating-distribution .webshop-rating-count{font-size:.8125rem;min-width:1.5rem;text-align:right;color:#64748b}.webshop-review-item{padding:1.25rem 0;border-bottom:1px solid #e2e8f0}.webshop-review-item:last-child{border-bottom:none}.webshop-review-form,.webshop-review-your-review{margin-top:1rem;padding:1.25rem;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc}.webshop-review-your-review__label{font-weight:600;margin-bottom:.75rem;color:#64748b;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.webshop-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.4,0,.2,1),visibility .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.webshop-lightbox.active{opacity:1;visibility:visible}.webshop-lightbox .webshop-lightbox-content{position:relative;max-width:90%;max-height:90%}.webshop-lightbox .webshop-lightbox-image{max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain}.webshop-lightbox .webshop-lightbox-close{position:absolute;top:-48px;right:0;width:44px;height:44px;background:rgba(255,255,255,.1);border:none;color:#fff;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:9999px;transition:background .15s ease}.webshop-lightbox .webshop-lightbox-close:hover{background:rgba(255,255,255,.2)}.webshop-lightbox .webshop-lightbox-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.8125rem;background:rgba(0,0,0,.5);padding:.25rem 1rem;border-radius:9999px}.webshop-lightbox .webshop-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);color:#fff;border:none;font-size:1.75rem;padding:.75rem 1rem;cursor:pointer;border-radius:.75rem;z-index:10;line-height:1;transition:background .15s ease}.webshop-lightbox .webshop-lightbox-nav:hover{background:rgba(255,255,255,.2)}.webshop-lightbox .lightbox-prev{left:16px}.webshop-lightbox .lightbox-next{right:16px}.webshop-order-header{display:flex;align-items:center;justify-content:space-between;margin:1.5rem 0 1rem;padding:1.25rem 1.5rem;background:#ffffff;border-radius:1rem;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.webshop-order-header__info{display:flex;flex-direction:column;gap:.25rem}.webshop-order-header__name{font-size:1.5rem;font-weight:700;color:#0f172a}.webshop-order-header__date{font-size:.8125rem;color:#64748b}.webshop-order-header__badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;background:#f1f5f9;color:#64748b}.webshop-order-header__badge--draft{background:#f1f5f9;color:#64748b}.webshop-order-header__badge--to-deliver-and-bill,.webshop-order-header__badge--to-deliver{background:#fffbeb;color:#d97706}.webshop-order-header__badge--to-bill{background:#eff6ff;color:#1d4ed8}.webshop-order-header__badge--completed,.webshop-order-header__badge--closed{background:#ecfdf5;color:#0d6f4f}.webshop-order-header__badge--cancelled{background:#fef2f2;color:#bc1915}.webshop-order-progress{display:flex;justify-content:space-between;margin:2rem 0;position:relative}.webshop-order-progress:before{content:"";position:absolute;top:17px;left:0;right:0;height:3px;background:#e2e8f0;z-index:0}.webshop-order-progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.webshop-order-progress-step:first-child{align-items:flex-start}.webshop-order-progress-step:last-child{align-items:flex-end}.webshop-order-progress-dot{width:36px;height:36px;border-radius:9999px;background:#ffffff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.8125rem;margin-bottom:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);font-weight:600}.completed .webshop-order-progress-dot{background:#0f4e92;border-color:#0f4e92;color:#fff;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.current .webshop-order-progress-dot{border-color:#0f4e92;color:#0f4e92;box-shadow:0 0 0 4px #0f4e9226}.webshop-order-progress-label{font-size:.75rem;color:#64748b;text-align:center;font-weight:500}.completed .webshop-order-progress-label,.current .webshop-order-progress-label{color:#0f172a;font-weight:600}.webshop-cart-summary{border:none;border-radius:1rem;padding:1.5rem 1.25rem;background:#f8fafc;box-shadow:0 4px 6px #0000000a,0 2px 4px #0000000f;position:sticky;top:2rem}.webshop-cart-summary__title{font-weight:700;font-size:1.25rem;margin-bottom:1rem}.webshop-cart-summary .webshop-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.8125rem;border-bottom:1px solid #e2e8f0}.webshop-cart-summary .webshop-summary-row:last-of-type{border-bottom:none}.webshop-cart-summary .webshop-summary-row--tax{color:#64748b}.webshop-cart-summary .webshop-summary-row--discount{color:#0d6f4f}.webshop-cart-summary .webshop-summary-row--total{font-weight:700;font-size:1.0625rem;border-top:2px solid #e2e8f0;border-bottom:none;padding-top:1rem;margin-top:.5rem}.webshop-cart-summary .webshop-coupon-input{display:flex;gap:.5rem;margin-top:1.25rem}.webshop-cart-summary .webshop-coupon-input input{flex:1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;background:#ffffff;transition:border-color .15s ease}.webshop-cart-summary .webshop-coupon-input input:focus{outline:none;border-color:#0f4e92}.webshop-cart-summary .webshop-coupon-active{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8125rem}.webshop-cart-summary .webshop-coupon-active__code{color:#0d6f4f;font-weight:500}.webshop-cart-summary .webshop-coupon-active__remove{color:#bc1915;cursor:pointer;font-size:.9375rem;line-height:1}.webshop-cart-summary .webshop-cart-address{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.webshop-cart-summary .webshop-cart-address__field{display:flex;flex-direction:column;gap:.5rem}.webshop-cart-summary .webshop-cart-address__label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.webshop-cart-summary .webshop-cart-address__select{width:100%;padding:.75rem 2rem .75rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:.8125rem;line-height:1.4;color:#0f172a;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease}.webshop-cart-summary .webshop-cart-address__select:hover{border-color:#cbd5e1}.webshop-cart-summary .webshop-cart-address__select:focus{outline:none;border-color:#0f4e92;box-shadow:0 0 0 .1875rem #0f4e9226}.webshop-cart-summary .webshop-btn-place-order{margin-top:1.25rem;padding:1rem;font-size:.9375rem;font-weight:600;border-radius:.75rem}.webshop-cart-summary .webshop-btn-request-quote{margin-top:.5rem;padding:.75rem 1rem;font-size:.8125rem;border-radius:.75rem}.webshop-order-addresses{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.webshop-order-address{display:flex;flex-direction:column;gap:.25rem}.webshop-order-address__label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.webshop-order-address__value{font-size:.8125rem;color:#0f172a;white-space:pre-line}.webshop-order.webshop-cart .webshop-cart-item{grid-template-columns:auto 1fr auto auto}.webshop-order.webshop-cart .webshop-cart-item:hover{box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f}.webshop-order .webshop-order-qty-badge{font-size:.8125rem;font-weight:600;color:#64748b;white-space:nowrap;background:#f1f5f9;padding:.25rem .75rem;border-radius:9999px}.webshop-order-details-card{border:none;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f;border-radius:1rem}.webshop-order-details-card .card-body{padding:1.5rem}.webshop-order-details-card .card-title{font-weight:700}.webshop-order-table{border-radius:1rem;overflow:hidden}.webshop-order-table thead th{background:#f8fafc;font-size:.8125rem;font-weight:600;padding:1rem}.webshop-order-table tbody td{padding:1rem;font-size:.8125rem}.webshop-order-table tbody tr:nth-child(even){background:#f8fafc}.webshop-hero-slider{position:relative;width:100%;overflow:hidden;border-radius:1.5rem}.webshop-slider-track{position:relative;width:100%;min-height:480px}@media (max-width: 640px){.webshop-slider-track{min-height:320px}}.webshop-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-color:#f1f5f9;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.webshop-slide.active{opacity:1;position:relative}.webshop-slide-content{text-align:center;padding:2rem;max-width:800px}.webshop-slide-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-color, #1a1a2e);line-height:1.2}@media (max-width: 640px){.webshop-slide-heading{font-size:1.5rem}}.webshop-slide-subtitle{font-size:1.0625rem;color:#64748b;margin-bottom:1.5rem;line-height:1.5}@media (max-width: 640px){.webshop-slide-subtitle{font-size:.9375rem}}.webshop-slide-cta{font-size:.9375rem;padding:.75rem 2rem;border-radius:.75rem;font-weight:600}.webshop-slider-nav{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem}.webshop-slider-prev,.webshop-slider-next{background:rgba(255,255,255,.9);border:none;width:44px;height:44px;border-radius:9999px;cursor:pointer;font-size:.9375rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000000a,0 2px 4px #0000000f;transition:background .15s ease,transform .15s ease}.webshop-slider-prev:hover,.webshop-slider-next:hover{background:#fff;transform:scale(1.05)}.webshop-slider-dots{display:flex;gap:.5rem}.webshop-slider-dot{width:10px;height:10px;border-radius:9999px;background:rgba(0,0,0,.2);cursor:pointer;transition:background .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.webshop-slider-dot.active,.webshop-slider-dot:hover{background:#0f4e92;transform:scale(1.2)}.webshop-category-cards-section{padding:2rem 0}.webshop-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#0f172a}.webshop-category-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}@media (max-width: 640px){.webshop-category-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.webshop-category-card{display:block;text-decoration:none;color:inherit;border:none;border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.webshop-category-card:hover{box-shadow:0 10px 20px #0000000f,0 4px 8px #0000000a;transform:translateY(-4px)}.webshop-category-card-image{position:relative;padding-top:75%;background:#f1f5f9}.webshop-category-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.webshop-category-card-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e7e9ed)}.webshop-category-card-title{padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;text-align:center}.webshop-item-card-group-section{padding:2rem 0}.webshop-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.webshop-section-header .webshop-section-title{text-align:left;margin-bottom:0}.webshop-view-all{font-size:.8125rem;color:#0f4e92;text-decoration:none;font-weight:500;transition:opacity .15s ease}.webshop-view-all:hover{opacity:.8}@media (max-width: 1024px){.webshop-layout{flex-direction:column}.webshop-filter-col{display:none;position:fixed;top:0;left:0;width:300px;height:100%;max-height:100%;z-index:1000;border-radius:0;transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);padding-top:4rem}.webshop-filter-col.webshop-drawer-open{display:block;transform:translate(0)}.webshop-filter-col .webshop-drawer-close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border:none;background:transparent;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;border-radius:9999px;transition:background .15s ease}.webshop-filter-col .webshop-drawer-close:hover{background:#f1f5f9}.webshop-filter-overlay.active{display:block}.webshop-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.webshop-product-detail .webshop-pdp-info{position:static!important}.webshop-product-detail .webshop-product-title{font-size:1.5rem}.webshop-product-detail .webshop-product-price{font-size:1.25rem}}@media (max-width: 640px){.webshop-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.webshop-product-card .webshop-product-info{padding:.75rem 1rem}.webshop-product-card .webshop-product-actions{padding:0 1rem 1rem}.webshop-product-card .webshop-product-image-wrapper img{padding:.75rem}.webshop-products-list .webshop-product-card{flex-direction:column}.webshop-products-list .webshop-product-card .webshop-product-image-wrapper{width:100%;height:auto;padding-top:60%;border-right:none}.webshop-products-list .webshop-product-card .webshop-product-actions{width:100%}.webshop-cart .webshop-cart-item{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:.75rem;padding:1rem}.webshop-cart .webshop-cart-item-image{grid-row:1/3}.webshop-cart .webshop-cart-item-details{grid-column:2;grid-row:1}.webshop-cart .webshop-cart-item-qty{grid-column:3;grid-row:1}.webshop-cart .webshop-cart-item-total{grid-column:2;grid-row:2;min-width:auto;text-align:left}.webshop-cart .webshop-cart-item-remove{grid-column:3;grid-row:2;justify-self:end}.webshop-order.webshop-cart .webshop-cart-item{grid-template-columns:auto 1fr auto;grid-template-rows:auto auto}.webshop-order.webshop-cart .webshop-cart-item-qty{grid-column:3;grid-row:1}.webshop-order.webshop-cart .webshop-cart-item-total{grid-column:2;grid-row:2;min-width:auto;text-align:left}.webshop-breadcrumbs{overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.webshop-breadcrumbs::-webkit-scrollbar{display:none}.webshop-product-detail .webshop-product-title{font-size:1.5rem}.webshop-product-detail .webshop-product-price{font-size:1.25rem}.webshop-product-detail .webshop-add-to-cart-section .webshop-btn-add-to-cart{min-width:unset;padding:.75rem 1.25rem}.webshop-filter-col.webshop-drawer-open{width:100%}.webshop-order-progress .webshop-order-progress-label{font-size:.625rem}.webshop-order-progress .webshop-order-progress-dot{width:28px;height:28px;font-size:.75rem}}.webshop-reviews-page .webshop-review-item{border:none;border-radius:1rem;box-shadow:0 1px 2px #0000000a,0 1px 3px #0000000f;padding:1.25rem;margin-bottom:1rem;background:#ffffff;transition:box-shadow .15s ease}.webshop-reviews-page .webshop-review-item:hover{box-shadow:0 4px 6px #0000000a,0 2px 4px #0000000f}.webshop-favorites-page h5{font-weight:700;font-size:1.25rem}
/*# sourceMappingURL=centura_webshop-web.bundle.54H2Y2U4.css.map */
