/* Global */

body {
    color: #4A4A4A
}

.action.primary, .action-primary {
    background: #6CC24A;
    border: 1px solid #6CC24A;
}

/* Fonts */

@font-face {
    font-family: 'Ernest and Emily Caps';
    src: url('pac-power/fonts/ErnestandEmilyCaps.woff') format('woff'), url('pac-power/fonts/ErnestandEmilyCaps.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'Ernest and Emily';
    src: url('pac-power/fonts/ErnestandEmily.woff') format('woff'), url('pac-power/fonts/ErnestandEmily.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

select,
input[type="text"], input[type="password"], 
input[type="url"], input[type="tel"], 
input[type="search"], input[type="number"], 
input[type*="date"], input[type="email"] {
    height: 4.5rem;
}

/* Header */

.logo {
    margin: 3rem auto 3rem 3rem;
}

.nav-sections {
    border-bottom: unset;
    margin-bottom: 0rem;
}

a.store-switcher {
    position: relative;
    text-align: right;
    display: block;
    margin: 1rem 2rem -4rem;
    z-index: 999;
}

.header.content {
    box-shadow: 10px 2px 18px -2px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 10px 2px 18px -2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 10px 2px 18px -2px rgba(0, 0, 0, 0.28);
}

/* Top Banner */

.banner-wrapper {
    display: flex;
    background: #ffffff;
}

.banner-wrapper .right {
    background: url(/media/techniart/pac-power/earth-day.jpg);
    align-items: center;
    width: 50%;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    min-height: 50rem;
}

.banner-wrapper .left {
    align-self: center;
    padding: 5rem;
    align-items: center;
    width: 50%;
    color: #000;
}

.headline-wrapper img {
    max-width: 50rem;
    margin-bottom: 1rem;
}

.hp-top-banner h1,
.banner-wrapper h1 {
    font-family: 'Ernest and Emily';
    font-size: 7.5rem;
    font-weight: 400;
}

p.eyebrow {
    font-weight: bold;
}

/* Trust Signals */

.trust-signal-wrapper {
    background: #6CC24A;
    margin-bottom: 2rem;
    color: #ffffff;
}

.trust-signal-inner .icon svg {
    fill: #ffffff;
}

.trust-signal-inner h2.as-h4 {
    margin-bottom: 0;
}

/* Category page */

.page-products .products-grid .product-item, 
.page-layout-1column .products-grid .product-item, 
.page-layout-3columns .products-grid .product-item, 
.page-products.page-layout-1column .products-grid .product-item, 
.page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 3);
}

.catalog-category-view .price-box.price-final_price {
    display: flex;
    flex-direction: column-reverse;
}

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

ol.products.list.items.product-items {
    max-width: 120rem;
    margin: auto;
}

.product.details.product-item-details {
    text-align: center;
    padding: 0 2rem;
}

.product-item .price-box .price,
.product-item .special-price .price, .product-item .minimal-price .price {
    font-size: 2.4rem;
    font-weight: 700;
    color: #6CC24A;
}

.product-item .price-box .old-price .price {
    font-size: 1.8rem;
    color: red;
}

.price-box.price-final_price {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: center;
}

.action.primary, .action-primary {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.old-price, .old.price {
    font-size: 1.8rem;
}

li.item.product.product-item {
    text-align: center;
}

.catalog-category-view .breadcrumbs {
    display: none;
}

.catalog-category-view .sale-price-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: center;
}

/* Product page */

.product-description-flex-wrapper {
    display: flex;
    gap: 3rem;
    flex-direction: row;
}

.product-description-flex-wrapper > * {
    width: calc(100% - 4rem);
    padding: 2rem;
    background: #F5F5F5;
}

.product-description-flex-item ul {
    padding: 0 0 0 1.25em;
}

.catalog-category-view a.product-item-link {
    font-size: 2rem;
}

.catalog-product-view .price-box.price-final_price {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.catalog-product-view .columns {
    margin-top: 4rem;
}

a.back-to-cat {
    font-weight: bold;
    margin-top: 2rem;
    display: block;
    margin-bottom: -4rem;
}

.long-description-wrapper {
    display: flex;
    gap: 2rem;
}

.long-description-wrapper > * {
    width: 100%;
    background: #F5F5F5;
    padding: 2rem;
}

.long-description-item ul {
    padding-left: 1.5em;
}

.breadcrumbs {
    margin-top: 2rem;
    margin-bottom: 0;
}

.breadcrumbs .item:not(:last-child):after {
    line-height: 24px;
}

.toolbar.toolbar-products {
    display: none;
}

.catalog-product-view .price-box.price-final_price {
    display: flex;
    gap: 1rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}

.catalog-product-view .sale-price-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: row-reverse;
}

/* Footer */

.page-wrapper > .page-bottom, .page-footer,
.page-wrapper > .page-bottom a, 
.page-wrapper > .page-bottom a:hover, 
.page-wrapper > .page-bottom a:visited {
    color: #333333;
}

.page-wrapper > .page-bottom, .page-footer {
    background: #ffffff;
    color: #333333;
}


/* CMS */

.cms-page-view .column.main {
    margin: 6rem 2rem;
}

/* Checkout */

.checkout-cart-index main#maincontent {
    margin-top: 4rem;
}

.payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}

.checkout-agreement label.label {
    position: relative;
    left: 0;
    top: 2px;
}

.checkout-agreements-block {
    margin-left: -20px;
}

/* Welcome gate */

.welcome-index-index main#maincontent {
    max-width: 100%;
    padding: 0;
}

.flex-wrapper {
    display: flex;
    align-items: center;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    width: 80rem;
    max-width: 90%;
    gap: 4rem;
    margin: 10rem auto;
}

.gate .flex-wrapper > * {
    width: 100%;
}

.gate .form {
    max-width: 50rem;
    margin: 3rem auto;
    text-align: center;
}

form#gate_form {
    display: flex;
    gap: 1rem;
}

.gate input.submit {
    background-image: none;
    background: #6CC24A;
    border: unset;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 3px;
}

.gate input.submit:hover {
    background: #006bb4;
}

.success-message, .checkout-success {
    margin: 5rem 0 0 3rem;
}
.checkout-agreements button.action.action-show {
    text-align: left;
}

.gate .copy {
    text-align: center;
    margin-top: 5rem;
}

.gate h3 {
    margin-bottom: 1rem;
}

.gate .input-wrapper {
    display: flex;
    gap: 1rem;
}

.gate h2 {
    margin-bottom: 1rem;
}

.product.items .data {
    display: none;
}

@media (max-width: 1500px){

    .banner-wrapper .right {
        width: 60%;
        min-height: 50rem;
        background-repeat: no-repeat;
    }

    .banner-wrapper .left {
        width: 40%;
    }

}


@media (max-width: 1024px){

    .sub-wrapper .copy {
        margin: 4rem;
        background: rgba(0,0,0, .7);
        color: #ffffff;
        padding: 5rem;
        width: fit-content;
    }

    .product-description-flex-wrapper {
        display: flex;
        gap: 3rem;
        flex-direction: column;
    }

    .trust-signal-inner .icon svg {
        height: 3rem;
        padding: 0.5em 0;
    }

    .trust-signal-inner {
        padding: 1rem 0 1.5rem 0;
    }

    .page-products .products-grid .product-item, 
    .page-layout-1column .products-grid .product-item, 
    .page-layout-3columns .products-grid .product-item, 
    .page-products.page-layout-1column .products-grid .product-item, 
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 6%) / 3);
    }

}


@media (max-width: 769px){

   .gate .flex-wrapper {
        display: flex;
        align-items: center;
        width: 80rem;
        max-width: 90%;
        gap: 0rem;
        margin: 4rem auto 0;
        flex-direction: column-reverse;
    }

    .top-banner {
        width:auto;
        padding-top: 40px;
    }

    .sub-wrapper .copy {
        margin: 0;
    }

    .sub-wrapper .copy {
        margin: 0rem;
        background: rgba(0,0,0, .7);
        color: #ffffff;
        padding: 2rem;
        width: calc(100% - 4rem);
    }

    .trust-signal-inner .icon svg {
        height: 3rem;
        padding: 0.5em 0;
    }

    .trust-signal-inner h3 {
        font-size: 1.4rem;
    }

    .trust-signal-inner .icon {
        padding-right: 0;
    }

    .trust-signal-inner p {
        font-size: 1.2rem;
    }

    .trust-signal-inner {
        padding: 1rem 0 1.5rem 0;
    }

    .page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 2%;
        padding: 0;
        width: calc((100% - 6%) / 2);
    }

    .page-products .products-grid .product-item, 
    .page-layout-1column .products-grid .product-item, 
    .page-layout-3columns .products-grid .product-item, 
    .page-products.page-layout-1column .products-grid .product-item, 
    .page-products.page-layout-3columns .products-grid .product-item {
        width: calc((100% - 6%) / 2);
    }

    .banner-wrapper {
        display: flex;
        background: #ffffff;
        flex-direction: column-reverse;
    }

    .banner-wrapper .right {
        width: 100%;
        margin-top: -2rem;
    }

    .banner-wrapper .left {
        padding: 5rem 2rem;
        width: calc(100% - 4rem);
    }

    .page-header {
        border-bottom: 0.6rem solid #145891;
    }

    .logo {
        margin: 3rem auto 3rem 0rem;
    }

    .logo {
        float: left;
        max-width: 75%;
        position: relative;
        z-index: 5;
    }

    a.store-switcher {
        text-align: left;
    }

    .long-description-wrapper {
        display: flex;
        gap: 2rem;
        flex-direction: column;
    }

    .long-description-wrapper > * {
        width: auto;
        background: #F5F5F5;
        padding: 2rem;
    }

    .product.data.items > .item.content {
        border: unset;
        padding: 0;
        margin: 2rem 0;
    }

    div#tab-label-description {
        display: none;
    }

    .page-layout-1column .product-info-main {
        grid-area: product-info;
        width: auto;
        padding: 0;
    }

    .banner-wrapper .right {
        background-size: contain;
        min-height: 23rem;
        background-repeat: no-repeat;
    }

}

@media (max-width: 550px){

    .page-products .products-grid .product-item, .page-layout-1column .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 0;
        padding: 0;
        width: 100%;
    }

    .products-grid {
        margin: 0;
    }

    .gate .form {
        max-width: calc(100% - 4rem);
    }
    

}




