/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.badge{display:inline-block;padding:var(--spacing-xs) var(--spacing-sm);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:0.025em;border-radius:var(--radius-full);white-space:nowrap;}.badge--default{background-color:var(--color-primary-light);color:var(--color-primary);}.badge--highlight{background-color:var(--color-secondary);color:var(--color-text-inverse);}.badge--muted{background-color:var(--color-bg-accent);color:var(--color-text-secondary);}
.breadcrumb-trail{font-family:var(--font-sans);}.breadcrumb-trail__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:0.25rem;font-size:0.875rem;color:var(--color-text-secondary,#6b7280);padding:0.75rem 0;}.breadcrumb-trail__item{display:flex;align-items:center;}.breadcrumb-trail__link{text-decoration:none;color:var(--color-text-secondary,#6b7280);transition:color 0.15s;}.breadcrumb-trail__link:hover{color:var(--color-primary,#1B1B41);}.breadcrumb-trail__current{color:var(--color-text-primary,#1f2937);font-weight:500;}.breadcrumb-trail__separator{margin:0 0.5rem;user-select:none;color:var(--color-border,#e5e7eb);}
.price-tag{display:inline-block;font-family:var(--font-sans);font-size:1.125rem;font-weight:700;color:var(--color-accent,#FF6A00);line-height:1.2;letter-spacing:-0.01em;}
.product-card{display:flex;flex-direction:column;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgb(0 0 0 / 0.06),0 1px 2px rgb(0 0 0 / 0.04);overflow:hidden;transition:box-shadow 0.3s ease,transform 0.3s ease;height:100%;}.product-card:hover{box-shadow:0 10px 25px rgb(0 0 0 / 0.1),0 4px 10px rgb(0 0 0 / 0.05);transform:translateY(-4px);}.product-card__image-link{display:block;text-decoration:none;overflow:hidden;}.product-card__image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden;background-color:#f3f4f6;border-bottom:1px solid #f0f0f0;}.product-card__image-wrapper--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);aspect-ratio:4 / 3;}.product-card__placeholder-text{font-family:var(--font-sans);color:var(--color-text-secondary,#6b7280);font-size:0.875rem;font-weight:500;}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}.product-card:hover .product-card__image{transform:scale(1.05);}.product-card__body{display:flex;flex-direction:column;gap:0.375rem;padding:0.875rem 1rem;flex:1;}.product-card__type{display:flex;}.product-card__title{margin:0;font-family:var(--font-sans);font-size:0.9rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-card__title-link{color:#1f2937;text-decoration:none;transition:color 0.2s;}.product-card__title-link:hover{color:var(--color-accent);}.product-card__price{margin-top:auto;padding-top:0.25rem;}.product-card__price .price-tag{color:var(--color-accent,#FF6A00);font-weight:700;font-size:1.125rem;letter-spacing:-0.01em;}.product-card__quantity{display:flex;}.product-card__meta{display:flex;flex-wrap:wrap;gap:0.375rem;padding-top:0.5rem;border-top:1px solid #f3f4f6;font-family:var(--font-sans);font-size:0.75rem;color:#6b7280;}.product-card__category-link,.product-card__supplier-link{color:#6b7280;text-decoration:none;transition:color 0.2s;}.product-card__category-link:hover,.product-card__supplier-link:hover{color:var(--color-accent);text-decoration:underline;}.product-card__supplier::before{content:"\00b7";margin-right:0.375rem;color:#d1d5db;font-weight:700;}@media (max-width:639px){.product-card__title{font-size:0.8125rem;line-height:1.3;-webkit-line-clamp:2;}.product-card__price .price-tag,.product-card__price{font-size:1rem;font-weight:800;}.product-card__meta{font-size:0.6875rem;}.product-card__body{padding:0.625rem;}.product-card__badge,.product-card__type .badge{font-size:0.625rem;padding:0.125rem 0.375rem;}}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
