<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

@page {
    size: auto;   /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 10mm 10mm 10mm 10mm;
}

* {
    background: none !important;
    text-align: left !important;
}

body {
    background: #ffffff !important;
    margin: 15px !important;
}

a {
    color: #000000 !important;
}

th, td {
    color: #000000 !important;
    border-color: #ccc !important;
}

.full-width,
.header-container .full-width,
.header-slogan,
.top-toolbar-container,
#mini-search-wrapper,
#nav-top-show-button,
.header-container .header-row,
.header-container .top-toolbar-container .header-cart-container,
.header-container .top-toolbar-container .my-account-container,
#header-top-banner,
#nav-top-show-button,
.catalog-product-view .col2-left-layout .sidebar,
.footer-brands-container,
.footer-cms-container,
.email-friend,
.klarna-widget,
.go-to-size-guide,
.product-image-see-large,
.product-collateral,
.go-to-brand-page,
.nav-container,
.footer-container,
.pager,
.toolbar,
.actions,
.buttons-set,
.add-to-cart-qty-label,
.link-print,
.demo-notice,
.sidebar,
#vertical-nav-container,
.nav-container,
#block-layered-nav,
button,
.btn-remove,
.col-left,
.col-right,
.sidebar,
.slider-wrapper,
.sales-order-view .order-info,
.sales-order-view .title-buttons a,
.sales-order-view .title-buttons .separator,
.compare-wishlist,
.compare.addto,
.wishlist.addto,
.add-to-cart-form,
.product-view .free-delivery-notice,
.cart .shipping-crosssell,
#quickorder,
.brands-see-all,
.add-to-cart-setter,
.btn-update-qty,
.btn-cart-remove,
.product-view .add-to-cart,
.product-view .cart-qty .add-to-cart-qty,
.product-view .cart-qty .add-to-cart-qty .qty,
.products-grid .cart-qty .add-to-cart-qty .qty,
.square-banners,
.recaptcha,
.amlist .group-select,
#shipping-method-reset,
#payment-method-reset,
.footer-mission,
.accordion-button-wrapper {
    display: none !important;
}

.col-main {
    width: 100% !important;
}

.page-print .data-table .cart-tax-total {
    background-position: 100% -54px;
}

.product-view .accordion-content,
.page-print .data-table .cart-tax-info {
    display: block !important;
}

.breadcrumbs {
    padding: 5px 0 0 0;
}

.logo-wrapper {
    padding-top: 0px;
}

body, p, a, input, select, textarea, button, td, th,
.view-page-url,
.product-name,
.product-name a,
.price-box,
.price-box span,
.price-box .label,
.breadcrumbs li a,
.breadcrumbs li span,
.breadcrumbs li strong,
.cart-headers,
.cart-headers span,
.cart-header-item,
.cart .product-shop,
.cart .product-shop .btn-remove,
.cart .product-shop .h2,
body.price-both-tax .price-excluding-tax .price {
    font-weight: normal !important;
    font-size: 12px !important;
        color: #000000 !important;
}

.header-container,
.header,
.logo-wrapper,
.header .logo,
.products-grid .product-name,
.products-grid .price-box,
.product-view .product-img-box,
.sales-order-view .page-title,
.sales-order-view .my-account .box,
.product-view .add-to-cart-wrapper,
.product-view .product-img-box .more-views,
.product-view .product-img-box,
.cart .cart-qty,
.cart-qty .add-to-cart-qty .qty,
.cart-header-item,
.add-to-cart-qty-label,
.add-to-cart-qty,
.add-to-cart-button,
input.qty,
.product-view .product-essential .product-shop .add-to-cart .qty,
.grouped-items-table .add-to-cart-qty .qty,
.cart-qty .add-to-cart-qty .qty,
.col2-left-layout .page-title,
.col2-right-layout .page-title,
.product-view div.box-description,
.product-view div.box-additional {
    margin: 0;
    padding: 0;
    border: none;
}

.col2-left-layout .products-grid .product-shop .f-fix {
    min-height: 30px;
}

.sales-order-view .order-info-box {
    border: none;
    margin: 0;
    padding: 0 0 20px 0;
}

.sales-order-view #my-orders-table {
    width: 100%;
}

.sales-order-view .totals {
    width: 97%;
}

.products-grid .product-name,
.products-grid .product-name a,
.price-box .price,
.category-products .price-box .label,
.products-grid .price-box .label {
    font-size: 16px !important;
}

.title-border,
.cart-qty .add-to-cart-qty .qty {
    border: 0;
}

.cart .cart-qty {
    margin-top: 4px;
}

.logo-wrapper {
    margin-bottom: 10px;
}

.compare-table .price-box {
    min-height: 60px;
}

</pre></body></html>