<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.page-header .switcher .options ul.dropdown, .page-header .panel.wrapper .switcher .options ul.dropdown {
    left: 0 !important;
    right: 0;
}
@media screen and (max-width:768px) {
	.panel.header .switcher {
    display: none !important;
}
  .page-header {
    border-bottom: 3px solid #002F87;
  }
  .page-header .header {
    padding: 5px 0;
  }
  .page-header .block-search .input-text {
    background: rgba(0, 0, 0, .05) !important;
    border-color: #002F87;
  }
  .logo {
    padding-left: 10px;
  }
  .logo img {
    height: auto !important;
    max-width: 450px;
    width: 100%;
  }
  /**Front Page**/
  #home-img img {
    display: block;
  }
  .columns .column.main {
    padding-bottom: 0;
    min-width: 100%;
  }
  .cms-index-index .column.main .block-title [aria-level="2"] {
    font-size: 3rem !important;
    line-height: 3rem;
    padding: 0 15px;
  }
  /**Service**/
  .service-list-wrap &gt; div {
    width: 100%;
  }
  .product-info-main .product-info-stock-sku .value {
    color: #002F87;
  }
  /**Contact Us**/
  .contact-form-wrapper {
    width: 100%;
  }
  #contact-form {
    background: transparent;
    margin-bottom: 30px;
    min-width: auto;
    padding: 0;
  }
  #contact-form .legend {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
  #contact-form .fieldset {
    margin: 0 0 20px;
  }
  #contact-form .field.name, #contact-form .field.email {
    float: none;
    width: 100%;
  }
  #contact-form input[type="text"], #contact-form input[type="email"] {
    height: auto;
    line-height: 1rem;
    padding: 5px;
  }
  /**Footer**/
  .page-footer {
    background: #002F87;
    background-image: none;
    border-top: 3px solid #fff;
    color: #fff;
    font-weight: 700;
    margin: 0;
  }
  .page-footer .footer.content {
    padding: 15px;
  }
  .page-footer .secondary-logos &gt; div {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
  }
  .page-footer .secondary-logos &gt; div:first-child {
    margin-left: 0;
  }
  .page-footer .secondary-logos &gt; div:last-child {
    margin-right: 0;
  }
  .page-footer .tertiary-logos {
    justify-content: space-between;
    padding: 30px 0 0;
  }
  .page-footer .tertiary-logos &gt; div {
    padding: 0;
  }
  .page-footer .footer.content a {
    border-bottom: 1px dotted #fff;
    color: #fff;
    transition: .5s ease;
  }
  .page-footer .footer.content a:hover {
    border-bottom: 1px dotted #ccc;
    color: #ccc;
    text-decoration: none;
  }
  .cust-footer {
    display: flex;
  }
  .cf-left {
    display: flex;
    text-align: left;
  }
  .cf-mid {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .footer-socials {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .footer-socials a {
    margin: 5px;
  }
  .cf-right {
    display: flex;
    justify-content: flex-end;
  }
  .cf-right small {
    font-size: 12px;
  }
  .footer-socials .fa-instagram::before, .footer-socials .fa-facebook-f::before {
    margin-left: 12px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  /*Prod Exploded View*/
  .pe-image-container span.pe-label-area {
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: transparent !important;
    box-sizing: border-box;
  }
  .product-info-main .product-info-stock-sku .value {
    color: #002F87;
  }
  .page-header .switcher .options ul.dropdown::before, .minicart-wrapper .block-minicart::before, .block-swissup-ajaxsearch-results::before {
    background: #002F87;
  }
  .page-header .switcher .options ul.dropdown {
    left: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 20px;
  }
  .page-header .header.panel {
    align-items: center;
    display: flex;
    padding: 6px 10px;
  }
  .panel.header .switcher {
    display: block
  }
  .page-header .right-panel {
    display: flex;
    justify-content: flex-end;
  }
  .minicart-wrapper {
    display: inline-block;
    float: none;
    margin-top: 0;
    position: absolute;
    right: 35px;
    top: 5px;
  }
  .page-header .block-search {
    margin: 5px 0;
    max-width: 195px;
    width: 100%;
  }
  .page-header .block-search .label {
    margin-right: 0;
  }
  .page-header .block-search .input-text {
    background: rgba(0, 0, 0, .05) !important;
    border-color: #002F87;
    font-size: 14px;
  }
  .page-header .block-swissup-ajaxsearch-results .tt-dataset {
    display: flex;
    flex-direction: column;
  }
  .page-header .block-swissup-ajaxsearch-results .product-item-info .product-item-photo {
    display: block;
    margin: 0 auto;
  }
  .logo {
    box-sizing: border-box;
    float: right;
    margin: 0 !important;
    max-width: 100%;
    /*padding: 0 55px;*/
	  padding: 0 15px 0 55px;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 5;
  }
  /*Page Title*/
  .page-title-wrapper {
    margin: 10px 0 0;
  }
  .page-title-wrapper .page-title {
    background-image: none;
    margin: 0;
    padding: 0;
  }
  /*Products Landing*/
  #all-prod.cat-list-wrap .easycatalogimg .parent-category-top {
    display: none;
  }
  .cat-list-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .10);
  }
  .cat-list-wrap:last-of-type {
    border-bottom: none;
  }
  .easycatalogimg-grid {
    justify-content: center;
  }
  .easycatalogimg-grid .item {
    display: flex;
    flex-direction: column;
    padding: 10px 0 !important;
  }
  .easycatalogimg .parent-category-top {
    margin: 0;
    order: 2;
  }
  .category-image {
    margin-bottom: 0;
  }
  .page-products .columns {
    padding-top: 10px;
  }
  #plbnw.cat-list-wrap {
    display: block;
  }
  #plbnw.cat-list-wrap .item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  #plbnw.cat-list-wrap .item:first-child {
    padding-top: 20px;
  }
  #plbnw.cat-list-wrap .item a {
    text-align: center;
  }
  #plbnw.cat-list-wrap .item img {
    height: auto !important;
    width: 80%;
  }
  /*Product Info*/
  .product-info-main .page-title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  /*Product Info Sticky*/
  .product-info-sticky .name {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  /*Product Desscription*/
  .product.data.items &gt; .item.content .desc-title {
    color: #1B4880;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .75), 1px -1px 0 rgba(0, 0, 0, .75), -1px 1px 0 rgba(0, 0, 0, .75), 1px 1px 0 rgba(0, 0, 0, .75);
  }
  .product.data.items &gt; .item.content .img-box {
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
  }
  .product.data.items &gt; .item.content .img-box a {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 0 5px;
  }
  .product.data.items &gt; .item.content .img-box img {
    height: auto;
  }
  .product-info-main .product-info-price .product-reviews-summary .reviews-actions .action.add {
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block-actions {
    display: none !important;
  }
  #block-related-heading {
    display: none;
  }
  /*Prod Exploded View*/
  .product-info-main .table.grouped th {
    color: #002F87;
  }
  .pe-qty-column .pe-qty-cell span.pe-qty-icon {
    display: none !important;
  }
  .qty-wrapper .qty-switcher-dec::before {
    background-image: url(/pub/static/version1586483635/frontend/Local/argento-force-yamaha/en_US/Pektsekye_ProductExploded/images/minus.png);
  }
  .qty-wrapper .qty-switcher-inc::after {
    background-image: url(/pub/static/version1586483635/frontend/Local/argento-force-yamaha/en_US/Pektsekye_ProductExploded/images/plus.png);
  }
  /**Service Landing(services.html)**/
  .service-list-wrap figure {
    text-align: center;
  }
  .service-list-wrap figure img {
    max-width: 75%;
  }
  .category-image {
    display: none;
  }
  .cust-gallery {
    margin-top: 30px;
  }
  .cust-gallery .gallery-placeholder {
    margin: 0 auto;
  }
  .cf-left {
    justify-content: center;
    text-align: center;
  }
  .cf-mid {
    padding: 20px 0;
  }
  .page-footer .secondary-logos &gt; div {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 0;
  }
  .footer-socials {
    justify-content: flex-end;
  }
}
@media screen and (max-width:667px) {
  /*logo*/
  .logo {
    padding: 0 10px;
  }
  .page-header .header.content .logo img {
    height: auto;
    max-width: 100%;
  }
  /*.easycatalogimg img{ width:100% !important; }*/
  /**/
  .product.data.items &gt; .item.content .img-box {
    justify-content: center;
  }
  .product.data.items &gt; .item.content .img-box a {
    justify-content: center;
    padding: 5px;
  }
  .cf-left {
    justify-content: center;
    text-align: center;
  }
  .cf-mid {
    padding: 20px 0;
  }
  .page-footer .secondary-logos {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .page-footer .secondary-logos &gt; div {
    margin: 0 10px;
    width: 100%;
  }
  .footer-socials {
    justify-content: flex-end;
  }
  .page-footer .tertiary-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-footer .tertiary-logos &gt; div {
    align-self: center;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 25%;
    justify-content: center;
    padding: 0 !important;
  }
  .page-footer .tertiary-logos &gt; div img {
    align-self: center;
    height: auto !important;
  }
}
@media screen and (max-width:666px) {
  /*Products Landing/Categories Landing*/
  .easycatalogimg-grid .item {
    width: 100% !important;
  }
  .cf-left {
    justify-content: center;
    text-align: center;
  }
  .cf-mid {
    padding: 20px 0;
  }
}
@media screen and (max-width:550px) {
  .page-header .header.panel .col-sm-6 {
    width: 50%;
  }
  .product.data.items &gt; .item.content .img-box {
    flex-direction: column;
    justify-content: center;
  }
  .footer-socials .fa-2x {
    font-size: 1.5em;
  }
  .footer-socials .fa-instagram::before, .footer-socials .fa-facebook-f::before {
    margin-left: 7px;
  }
}</pre></body></html>