/* ==========================================================================
   Pro Disk Network - Custom Theme Styles
   Magento 2 Luma Override
   IT Hardware B2B E-Commerce
   ========================================================================== */

/* ==========================================================================
   1. HEADER
   ========================================================================== */

.page-header {
    background-color: #1a365d;
    border-bottom: 3px solid #e53e3e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-header .logo img {
    filter: brightness(0) invert(1);
    max-height: 48px;
}

.page-header .header.links li a,
.page-header .header.links li span {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-header .header.links li a:hover {
    color: #e53e3e;
    text-decoration: none;
}

.page-header .minicart-wrapper .action.showcart {
    color: #ffffff;
}

.page-header .minicart-wrapper .action.showcart:before {
    color: #ffffff;
}

.page-header .minicart-wrapper .action.showcart .counter.qty {
    background-color: #e53e3e;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
}

/* ==========================================================================
   2. PANEL HEADER (Top Bar - Welcome, Sign In, Create Account)
   ========================================================================== */

.panel.header {
    background-color: #0f2440;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #a0aec0;
    font-size: 12px;
}

.panel.header a,
.panel.header .greet.welcome {
    color: #a0aec0;
    font-size: 12px;
}

.panel.header a:hover {
    color: #ffffff;
}

/* ==========================================================================
   3. NAVIGATION
   ========================================================================== */

.nav-sections {
    background-color: #2d3748;
    margin-bottom: 0;
}

.navigation {
    background-color: #2d3748;
    font-weight: 500;
}

.navigation .level0 > .level-top {
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 18px;
    line-height: 1.4;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navigation .level0 > .level-top:hover,
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
    color: #ffffff;
    background-color: #e53e3e;
}

/* Dropdown menus */
.navigation .level0 .submenu {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #e53e3e;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    min-width: 240px;
}

.navigation .level0 .submenu a {
    color: #2d3748;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
    display: block;
    transition: background-color 0.15s ease, color 0.15s ease;
    text-transform: none;
    letter-spacing: normal;
}

.navigation .level0 .submenu a:hover {
    background-color: #f7fafc;
    color: #1a365d;
    padding-left: 24px;
}

.navigation .level0 .submenu .active > a {
    color: #e53e3e;
    font-weight: 600;
    border-left: 3px solid #e53e3e;
}

/* ==========================================================================
   4. PRODUCT PAGE
   ========================================================================== */

/* Product Title */
.product-info-main .page-title .base {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

/* SKU */
.product-info-main .product.attribute.sku .value {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    font-size: 13px;
    background-color: #f7fafc;
    color: #4a5568;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    display: inline-block;
}

.product-info-main .product.attribute.sku .type {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}

/* Price */
.product-info-main .price-box .price {
    font-size: 32px;
    font-weight: 700;
    color: #1a365d;
    letter-spacing: -0.5px;
}

.product-info-main .price-box .old-price .price {
    font-size: 18px;
    color: #a0aec0;
    text-decoration: line-through;
    font-weight: 400;
}

.product-info-main .price-box .special-price .price-label,
.product-info-main .price-box .old-price .price-label {
    font-size: 12px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Stock Status */
.product-info-main .stock.available span {
    color: #38a169;
    font-weight: 600;
    font-size: 14px;
}

.product-info-main .stock.available:before {
    content: "\2713  ";
    color: #38a169;
    font-weight: 700;
}

.product-info-main .stock.unavailable span {
    color: #e53e3e;
    font-weight: 600;
}

/* Add to Cart Button */
.product-info-main .box-tocart .action.tocart {
    background-color: #e53e3e;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 36px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.product-info-main .box-tocart .action.tocart:hover {
    background-color: #c53030;
    box-shadow: 0 4px 14px rgba(229, 62, 62, 0.4);
    transform: translateY(-1px);
}

.product-info-main .box-tocart .action.tocart:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(229, 62, 62, 0.3);
}

/* Quantity Input */
.product-info-main .box-tocart .field.qty .control input {
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 64px;
    height: 48px;
    color: #2d3748;
    transition: border-color 0.2s ease;
}

.product-info-main .box-tocart .field.qty .control input:focus {
    border-color: #1a365d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.12);
}

.product-info-main .box-tocart .field.qty label {
    font-weight: 600;
    color: #4a5568;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Product Tabs */
.product.data.items > .item.title {
    border-bottom: 3px solid transparent;
    margin-right: 4px;
}

.product.data.items > .item.title > .switch {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    border: none;
    background: transparent;
    transition: color 0.2s ease;
}

.product.data.items > .item.title > .switch:hover {
    color: #1a365d;
}

.product.data.items > .item.title.active {
    border-bottom: 3px solid #e53e3e;
}

.product.data.items > .item.title.active > .switch {
    color: #1a365d;
    font-weight: 700;
}

/* Tab Content */
.product.data.items > .item.content {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 6px 6px;
    padding: 24px;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4a5568;
}

/* ==========================================================================
   5. TRUST BADGES
   ========================================================================== */

.prodisk-trust-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}

.prodisk-trust-badges .badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.prodisk-trust-badges .badge:before {
    content: "\2713";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: #38a169;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

/* ==========================================================================
   6. BULK QUOTE BANNER
   ========================================================================== */

.prodisk-bulk-quote {
    background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 100%);
    color: #ffffff;
    padding: 32px 40px;
    border-radius: 10px;
    margin: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(26, 54, 93, 0.25);
}

.prodisk-bulk-quote .quote-text {
    flex: 1;
    min-width: 240px;
}

.prodisk-bulk-quote .quote-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #ffffff;
}

.prodisk-bulk-quote .quote-text p {
    font-size: 15px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.prodisk-bulk-quote .quote-cta {
    display: inline-block;
    background-color: #ffffff;
    color: #1a365d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.prodisk-bulk-quote .quote-cta:hover {
    background-color: transparent;
    color: #ffffff;
    transform: translateY(-1px);
}

/* ==========================================================================
   7. FOOTER
   ========================================================================== */

.page-footer {
    background-color: #1a202c;
    color: #a0aec0;
    padding-top: 40px;
}

.page-footer .footer.content {
    border-top: none;
}

.page-footer a,
.page-footer .footer.links a {
    color: #a0aec0;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.page-footer a:hover,
.page-footer .footer.links a:hover {
    color: #ffffff;
    text-decoration: none;
}

.page-footer .footer.links li {
    margin-bottom: 8px;
}

.page-footer .copyright {
    color: #718096;
    font-size: 12px;
    background-color: #171923;
    padding: 16px 0;
    margin-top: 32px;
    text-align: center;
}

.page-footer .block.newsletter .title strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.page-footer .block.newsletter .field .control input {
    background-color: #2d3748;
    border: 1px solid #4a5568;
    border-radius: 6px 0 0 6px;
    color: #ffffff;
    padding: 10px 14px;
}

.page-footer .block.newsletter .field .control input::placeholder {
    color: #718096;
}

.page-footer .block.newsletter .actions .action.subscribe {
    background-color: #e53e3e;
    border: none;
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    font-weight: 600;
}

.page-footer .block.newsletter .actions .action.subscribe:hover {
    background-color: #c53030;
}

/* ==========================================================================
   8. PRODUCT CARDS (Category / Search Results)
   ========================================================================== */

.products-grid .product-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    background-color: #ffffff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
    overflow: hidden;
}

.products-grid .product-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: #1a365d;
    transform: translateY(-2px);
}

.products-grid .product-item-info {
    width: 100%;
}

.products-grid .product-item .product-image-container {
    border-radius: 6px;
    overflow: hidden;
}

.products-grid .product-item .product-image-photo {
    transition: transform 0.3s ease;
}

.products-grid .product-item:hover .product-image-photo {
    transform: scale(1.03);
}

.products-grid .product-item .product-item-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
}

.products-grid .product-item .product-item-name a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.2s ease;
}

.products-grid .product-item .product-item-name a:hover {
    color: #1a365d;
}

.products-grid .product-item .price-box .price {
    font-size: 18px;
    font-weight: 700;
    color: #1a365d;
}

.products-grid .product-item .actions-primary .action.tocart {
    background-color: #e53e3e;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border-radius: 5px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.products-grid .product-item .actions-primary .action.tocart:hover {
    background-color: #c53030;
    box-shadow: 0 3px 10px rgba(229, 62, 62, 0.35);
}

/* Product list view */
.products-list .product-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
    background-color: #ffffff;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.products-list .product-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-color: #1a365d;
}

/* ==========================================================================
   9. SEARCH BOX
   ========================================================================== */

.block-search .control input {
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 14px;
    color: #2d3748;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: 44px;
}

.block-search .control input:focus {
    border-color: #1a365d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.12);
}

.block-search .control input::placeholder {
    color: #a0aec0;
}

.block-search .action.search {
    background-color: #1a365d;
    border: none;
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    padding: 0 16px;
    transition: background-color 0.2s ease;
}

.block-search .action.search:hover {
    background-color: #2b6cb0;
}

.block-search .action.search:before {
    color: #ffffff;
}

/* Search autocomplete */
.search-autocomplete {
    border: 1px solid #e2e8f0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.search-autocomplete ul li {
    padding: 10px 16px;
    border-bottom: 1px solid #f7fafc;
    transition: background-color 0.15s ease;
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background-color: #f7fafc;
}

/* ==========================================================================
   10. BREADCRUMBS
   ========================================================================== */

.breadcrumbs {
    padding: 12px 0;
    margin-bottom: 16px;
}

.breadcrumbs .items .item {
    font-size: 12px;
    color: #a0aec0;
    line-height: 1.4;
}

.breadcrumbs .items .item a {
    color: #1a365d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.breadcrumbs .items .item a:hover {
    color: #2b6cb0;
    text-decoration: underline;
}

.breadcrumbs .items .item:not(:last-child):after {
    content: "/";
    color: #cbd5e0;
    margin: 0 8px;
    font-size: 11px;
}

.breadcrumbs .items .item strong {
    color: #718096;
    font-weight: 500;
}

/* ==========================================================================
   11. PRIMARY BUTTONS (Global)
   ========================================================================== */

button.action.primary,
.action.primary,
a.action.primary {
    background-color: #e53e3e;
    border: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

button.action.primary:hover,
.action.primary:hover,
a.action.primary:hover {
    background-color: #c53030;
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.35);
    transform: translateY(-1px);
}

button.action.primary:active,
.action.primary:active,
a.action.primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(229, 62, 62, 0.25);
}

button.action.primary:focus,
.action.primary:focus,
a.action.primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.3);
}

/* ==========================================================================
   UTILITY / MISCELLANEOUS
   ========================================================================== */

/* Category page title */
.page-title-wrapper .page-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    letter-spacing: -0.3px;
}

/* Toolbar / sorting */
.toolbar-products .toolbar-sorter .sorter-action {
    color: #4a5568;
}

.toolbar-products .modes-mode {
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
}

.toolbar-products .modes-mode.active,
.toolbar-products .modes-mode:hover {
    background-color: #1a365d;
    color: #ffffff;
    border-color: #1a365d;
}

/* Pagination */
.pages .items .item .page {
    color: #4a5568;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 6px 12px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pages .items .item.current .page {
    background-color: #1a365d;
    color: #ffffff;
    border-color: #1a365d;
    font-weight: 700;
}

.pages .items .item .page:hover {
    background-color: #f7fafc;
    border-color: #1a365d;
    color: #1a365d;
}

/* Messages */
.message.success {
    background-color: #f0fff4;
    border-left: 4px solid #38a169;
    color: #276749;
    border-radius: 4px;
    padding: 12px 16px;
}

.message.error {
    background-color: #fff5f5;
    border-left: 4px solid #e53e3e;
    color: #c53030;
    border-radius: 4px;
    padding: 12px 16px;
}

.message.info,
.message.notice {
    background-color: #ebf8ff;
    border-left: 4px solid #2b6cb0;
    color: #2a4365;
    border-radius: 4px;
    padding: 12px 16px;
}

/* Sidebar / layered navigation */
.sidebar .block-title strong {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar .filter-options-title {
    font-weight: 600;
    color: #2d3748;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    cursor: pointer;
}

.sidebar .filter-options-content .item a {
    color: #4a5568;
    font-size: 13px;
    text-decoration: none;
}

.sidebar .filter-options-content .item a:hover {
    color: #1a365d;
}

/* Wishlist / compare actions */
.product-info-main .product-addto-links a,
.product-info-main .product-social-links a {
    color: #718096;
    font-size: 13px;
    transition: color 0.2s ease;
}

.product-info-main .product-addto-links a:hover,
.product-info-main .product-social-links a:hover {
    color: #1a365d;
}

/* Loading spinner override */
.loading-mask {
    background-color: rgba(255, 255, 255, 0.85);
}

/* Form inputs global */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    color: #2d3748;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #1a365d;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .nav-toggle {
        color: #ffffff;
    }

    .nav-toggle:before {
        color: #ffffff;
    }

    .navigation .level0 > .level-top {
        padding: 10px 16px;
        font-size: 13px;
    }

    .prodisk-bulk-quote {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }

    .prodisk-trust-badges {
        flex-direction: column;
        gap: 10px;
    }

    .product-info-main .price-box .price {
        font-size: 26px;
    }

    .product-info-main .page-title .base {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .prodisk-trust-badges .badge {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   PRODUCT PAGE ENHANCEMENTS
   ========================================================================== */

.catalog-product-view .column.main { padding-top: 0; }

.catalog-product-view .product.media {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}

.catalog-product-view .product.media .fotorama__stage { border-radius: 8px; overflow: hidden; }
.catalog-product-view .product-info-main { padding-left: 40px; }
.catalog-product-view .page-title-wrapper.product { margin-bottom: 8px; }

.product-info-main .product-reviews-summary {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf2f7;
}

.product-info-main .product-info-price {
    background: linear-gradient(135deg, #f0f9ff 0%, #f0fdf4 100%);
    border: 1px solid #bee3f8;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.product-info-main .stock.available {
    background-color: #f0fff4;
    border: 1px solid #c6f6d5;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.product-info-main .stock.unavailable {
    background-color: #fff5f5;
    border: 1px solid #fed7d7;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

.product-info-main .box-tocart {
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.product-info-main .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.product-info-main .product-addto-links {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #edf2f7;
}

.product.data.items { margin-top: 40px; }

.additional-attributes-wrapper .data.table.additional-attributes { width: 100%; border-collapse: collapse; }

.additional-attributes-wrapper .data.table.additional-attributes th {
    background-color: #f7fafc;
    font-weight: 600;
    color: #2d3748;
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e2e8f0;
    width: 35%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.additional-attributes-wrapper .data.table.additional-attributes td {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-size: 14px;
}

.additional-attributes-wrapper .data.table.additional-attributes tr:nth-child(even) { background-color: #fafbfc; }
.additional-attributes-wrapper .data.table.additional-attributes tr:hover { background-color: #edf2f7; }

.product.data.items > .item.content .product.attribute.description .value {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
}

.prodisk-shipping-info {
    background: #fffff0;
    border: 1px solid #fefcbf;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
}

.prodisk-shipping-info .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #744210;
    margin-bottom: 6px;
}

.prodisk-shipping-info .info-item:before {
    content: "\2713";
    color: #38a169;
    font-weight: 700;
    font-size: 14px;
}

.cms-home .page-title-wrapper { display: none; }

.catalogsearch-result-index .search.results { margin-top: 16px; }

@media (max-width: 767px) {
    .catalog-product-view .product-info-main { padding-left: 0; margin-top: 20px; }
    .product-info-main .product-info-price { flex-direction: column; align-items: flex-start; }
    .product-info-main .box-tocart .fieldset { flex-direction: column; align-items: stretch; }
}
