/**
 * Qin SiteToolkit Module CSS
 * Hide SKU information from product page
 */

.product.attribute.sku {
    display: none !important;
}
/* Minimal stylesheet to satisfy MIME type and static asset pipeline */
.apf-hidden { display: none; }
.footer .footer-columns { display: flex; flex-wrap: nowrap; gap: 24px; align-items: flex-start; clear: both; width: 100%; }
.footer .footer-column { flex: 0 0 calc((100% - 48px)/3); min-width: 0; box-sizing: border-box; padding-right: 0; }
.footer-title { font-weight: 600; margin: 0 0 8px; text-transform: uppercase; }
.footer .footer-column p { margin: 0 0 8px; }
.footer .footer-column .links { list-style: none; margin: 0; padding: 0; }
.footer .footer-column .links li { margin: 0 0 6px; }
@media (max-width: 992px) {
  .footer .footer-columns { flex-wrap: wrap; }
  .footer .footer-column { flex: 0 0 100%; }
}

.catalog-product-view .page-title .base,
.catalog-product-view .product-info-main .page-title .base {
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  display: inline !important;
}
.catalog-product-view .page-title,
.catalog-product-view .product-info-main .page-title {
  line-height: 31px !important;
}
.catalog-product-view h1.page-title {
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}

/* Amazon-style Swatch Size */
.swatch-option.image {
    width: 60px !important;
    height: 60px !important;
    margin: 0 10px 10px 0 !important;
    background-size: cover !important;
}
.swatch-option.image:hover, .swatch-option.image.selected {
    outline: 2px solid #e77600 !important;
    border: 1px solid #e77600 !important;
}

/* Swatch pagination */
.qst-swatch-pager {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}
.qst-page-list {
    display: inline-flex;
    gap: 6px;
}
.qst-page-btn {
    background: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}
.qst-page-btn:hover {
    border-color: #8f8f8f;
}
.qst-page-btn.active {
    border-color: #0071ce;
    color: #0071ce;
    font-weight: 600;
}
.qst-page-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Grid layout for paged swatches: 2 rows x 6 columns per page */
.swatch-attribute.qst-paged .swatch-attribute-options {
    display: grid;
    grid-template-columns: repeat(6, 60px);
    grid-auto-rows: 60px;
    gap: 10px;
}
.swatch-attribute.qst-paged .swatch-option {
    margin: 0 !important;
}

.swatch-attribute .swatch-attribute-options {
    margin-bottom: 0 !important;
}
