<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
    #aec-body &gt; .container.home-landing {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #aec-body &gt; .container.home-landing {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #aec-body &gt; .container.landing,
    #aec-body &gt; .container.home-landing {
        width: 1170px;
    }
}

.container.home-landing .col-md-4 {
    margin-bottom: 0px;
}

.container.home-landing .col-md-4 {
    padding-left: 0;
    padding-right: 7px;
}


/* 4K and 8K UHD 7680px */
@media (min-width: 1024px) and (max-width: 7680px) {
    .container.home-landing #aec-left {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 7680px) {
    .container.home-landing .slide-show {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .container.home-landing .slide-show {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

.slide-show {
    display: block;
    float: left;
}

.ads-row-top {
    margin-bottom: 10px;
}

.home-landing .aec-top-row {
    padding-left: 7px;
    padding-right: 0;
}

.home-landing .aec-adzone-container {
    position: relative;
    min-height: 1px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    float: left
}

.home-landing .aec-top-row .aec-adzone-container {
    width: 33.333%;
}

.home-landing .aec-middle-row .aec-adzone-container {
    width: 16.6667%;
}

.home #aec-all-departments {
    display: none;
}


/*-- Medium size screens target --*/

@media (min-width: 380px) and (max-width: 767px) {
    .aec-adzone-container {
        float: left;
        width: 50%;
    }
}


/*==============================================
	ADZONES
==============================================*/

.home-landing .aec-adzone-link &gt; a {
    font-size: 25px;
    padding: 10px;
    color: #257184;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.home-landing .aec-adzone-link &gt; a:hover {
    color: #6FC5E9;
}

.home-landing .aec-adzone-container a,
.home-landing .aec-adzone-container a:hover,
.home-landing .aec-adzone-container a:focus {
    text-decoration: none;
    outline: none;
}


/*==============================================
	PRODUCT SCROLLER CONTAINERS
==============================================*/

.scroller-row {
    min-height: 370px;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
}

@media (min-width: 380px) and (max-width: 767px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 0) and (max-width: 359px) {
    .scroller-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-scroller-holder {
    background: #fff;
}

.product-scroller-row {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}


/*-- Product Scroller Containers --*/


/*==============================================
	SLIDERS
==============================================*/

.slick-slide img {
    display: block;
    height: auto;
    max-width: 100%;
}

.hero-scroller-holder {
    max-height: 321px;
    overflow: hidden;
}

.responsive-single .slick-dots li {
    width: 15px;
    height: 15px;
}

.responsive-single.slick-slider {
    overflow: hidden;
}

.responsive-single .slick-dots li button {
    background-color: #89D0E2;
    border: medium none;
    border-radius: 50%;
    color: #f8fafe;
    display: block;
    font: 0px/0 "Khula", Arial, Helvetica, sans-serif;
    opacity: 0.95;
    width: 15px;
    height: 15px;
}

.responsive-single .slick-dots li.slick-active &gt; button {
    opacity: 1;
    background-color: #257184;
}

.responsive-single .item {
    background-color: transparent;
    color: #fff;
    margin: 0;
    text-align: center;
}

.responsive-single .slick-dots {
    height: 20px;
    margin: 0;
    right: 12px;
    top: 10px;
    width: auto;
}

@media (min-width: 0px) and (max-width: 520px) {
    .responsive-single .slick-dots {
        display: none !important;
    }
}

.slick-dots li {
    margin: 0 2px;
}

.product-scroller-row,
.hero-scroller-holder {
    opacity: 0;
    transition: opacity 0.2s ease-in 0s;
    -webkit-transition: opacity 0.2s ease-in 0s;
    -ms-transition: opacity 0.2s ease-in 0s;
    -o-transition: opacity 0.2s ease-in 0s;
}

    .product-scroller-row.slider-ready,
    .hero-scroller-holder.slider-ready {
        opacity: 1;
    }

.product-scroller-row {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 0px) and (max-width: 991px) {
    .container.home-landing .row.ads-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-landing .aec-adzone-container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 7680px) {
    .product-scroller-row {
        margin-bottom: 0;
    }

    .slick-slider {
        margin-bottom: 0px;
    }

    .home-landing .products-slider {
        padding: 0 25px;
    }
}


/*==============================================
	PRODUCT SCROLLER ITEMS
==============================================*/

.home-landing .product-scroller-holder {
    padding: 0;
}

.home-landing .products-slider &gt; h3 {
    border-top: 2px solid #257184;
    color: #257184;
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1600 - 300)));
    margin: 15px -25px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 15px;
    text-transform: uppercase;
}

    .home-landing .products-slider &gt; h3 a {
        color: #257184;
    }

.home-landing .products-slider .aec-cat-link &gt; a {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
    text-transform: capitalize;
}

.view-all-arrow {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
}

.home-landing .products-slider {
    border-radius: 0;
    padding: 0 25px 10px;
}

    .home-landing .products-slider .aec-cat-link {
        float: right;
    }

.home-landing .aec-promotemplate5 {
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 405px;
    padding-top: 0px;
    position: relative;
}

.home-landing .aec-promotemplate5 li {
    list-style: none;
    text-align: center;
}

.home-landing .aec-promotemplate5 li.aec-starring {
    display: none !important;
}

.home-landing .aec-promotemplate5 p.aec-cover {
    text-align: center;
    margin: 0;
    padding: 10px;
    position: relative;
    min-height: 200px;
}

.home-landing .aec-promotemplate5 .aec-quickviewhover {
    margin: auto;
}

.home-landing .aec-promotemplate5 .aec-quickviewhover img {
    margin-left: 70px;
    display: none !important;
}

.home-landing .aec-promotemplate5 .aec-cover img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    max-height: 205px;
}

.home-landing .aec-promotemplate5 .aec-cover a img {
    min-height: 205px;
    object-fit: scale-down;
}

.home-landing .aec-promotemplate5 div.aec-buybutton {
    bottom: 25px;
    position: absolute;
    width: 100%;
}

.home-landing .aec-buttonimg {
    padding-top: 10px;
    position: relative;
}

.home-landing .aec-promotemplate5 button.aec-buybutton-textbtn {
    padding: 6px 12px
}

.home-landing .aec-promotemplate5 span.aec-buybutton {
    font-size: 14px;
    position: relative;
}

.home-landing .aec-promotemplate5 a .aec-threedots {
    color: #257184;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    max-height: 33px;
    overflow: hidden;
    padding: 0 4px;
}

.home-landing .aec-promotemplate5 a .aec-threedots:hover {
    color: #2d7b91;
}

@media (min-width: 420px) and (max-width: 640px) {
    .home-landing .aec-promotemplate5 span.aec-buybutton {
        font-size: 12px;
    }
}

.home-landing .aec-promotemplate5 .aec-ellipsis a {
    color: #257184 !important;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.home-landing .aec-promotemplate5 .aec-ellipsis a:hover {
    color: #81c7e5 !important;
}

.home-landing .aec-promotemplate5 .aec-salescat {
    color: #767676;
    display: block !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.products-slider .slick-dots li button {
    background-color: #87CCDE;
    border-radius: 50%;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    height: 15px;
    width: 15px;
}

.products-slider .slick-dots li.slick-active &gt; button {
    background-color: #257184;
}

.products-slider .slick-prev,
.products-slider .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 200px !important;
    line-height: 10px;
    margin-top: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 30px !important;
    z-index: 10;
    border-radius: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.products-slider .slick-prev:hover,
.products-slider .slick-next:hover,
.products-slider .slick-prev:focus,
.products-slider .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: #89D0E2 !important;
    transform: scale(1.1);
}

.products-slider .slick-prev {
    left: 0px;
    top: 25%;
}

.products-slider .slick-next {
    right: 0px;
    top: 25%;
}

.products-slider .slick-prev:before,
.products-slider .slick-next:before {
    color: #257184;
    font-family: "CCVGlyphs" !important;
    font-size: 44px;
    line-height: 1;
    margin-right: 4px;
    opacity: 1;
}

.slick-prev:before {
    content: "\f830";
}

.slick-next:before {
    content: "\f831";
}

.slick-dots li.slick-active &gt; button:hover {
    background-color: #2d7b91;
}

.slick-dots li button:hover {
    background-color: #99DDEF;
}

@media (min-width: 320px) and (max-width: 480px) {
    .responsive-single {
        margin-bottom: 0px;
    }

    .storetype-landing .promo-btns {
        border-top: 1px solid #e0f6fd;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .storetype-landing .products-slider {
        padding: 0 10px 29px;
    }

    .storetype-landing .aec-promotemplate5 {
        margin-bottom: 15px;
    }

    .products-slider .slick-dots {
        bottom: -28px;
    }

    .products-slider .slick-dots li button {
        height: 10px;
        width: 10px;
    }

    .products-slider .slick-dots li {
        height: 10px;
        margin: 0;
        padding: 0;
        width: 15px;
    }

    .storetype-landing .aec-page-title {
        font-size: 2.2em;
    }

    .storetype-landing .aec-page-title.acc-title {
        font-size: 1.5em;
    }

    .storetype-landing .products-slider &gt; h3 {
        font-size: 17px;
    }

    .products-slider .slick-slider {
        margin-bottom: 15px;
    }

    .products-slider .slick-prev {
        left: 15px;
    }

    .products-slider .slick-next {
        right: 15px;
    }

    .home-landing .products-slider &gt; h3 {
        font-size: calc(14px + 10 * ((100vw - 320px) / 1920)) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-slider .slick-next {
        right: -18px;
    }

    .products-slider .slick-prev {
        left: -18px;
    }

    .products-slider .slick-prev::before,
    .products-slider .slick-next::before {
        font-size: 30px;
    }
}

@media (min-width: 414px) and (max-width: 767px) {
    .products-slider .slick-next {
        right: -12px;
    }

    .products-slider .slick-prev {
        left: -12px;
    }

    .products-slider .slick-prev::before,
    .products-slider .slick-next::before {
        font-size: 28px;
    }
}


/*=================================
	HERO NEXT/PREV BUTTONS
==================================*/


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .responsive-single .slick-prev,
    .responsive-single .slick-next {
        height: 100%;
        line-height: 0;
        margin-top: 0;
        top: 0;
        width: 40px;
    }

    .responsive-single .slick-prev:hover {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6b000000', endColorstr='#00000000', GradientType=1);
    }

    .responsive-single .slick-next:hover {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6b000000', GradientType=1);
    }

    .responsive-single#promo-slider .slick-prev {
        left: 0 !important;
    }

    .responsive-single#promo-slider .slick-next {
        right: 0 !important;
    }
}


/*=================================
	HERO NEXT/PREV BUTTONS END
==================================*/


/*=======================================
	PRICE FORMAT
=======================================*/

.aec-promotemplate5 .aec-listprice {
    color: transparent;
    display: inline-block !important;
    font: 0px/0px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.aec-promotemplate5 .aec-listprice span {
    color: #767676;
    display: inline;
    font: 600 14px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: line-through;
}

.aec-promotemplate5 .aec-custprice {
    color: transparent;
    display: inline-block;
    font: 0px/0px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 0;
}

.aec-promotemplate5 .aec-listprice + .aec-custprice &gt; span {
    padding-left: 5px;
}

.aec-promotemplate5 .aec-custprice span {
    color: #555;
    font: 700 14px "Khula", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aec-promotemplate5 .aec-custprice span:before {
    color: #555;
    content: "Now";
    font-weight: 700;
    margin-left: 4px;
    margin-right: 4px;
}

.aec-promotemplate5 .aec-yousave {
    display: none !important;
}


/*======================================
	NAV DEPARTMENTS
========================================*/

.nav-departments .left-col {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-departments .right-col {
    padding-left: 5px;
    padding-right: 0;
}

.nav-departments .top-link {
    margin-top: 0 !important;
}

.nav-departments .bottom-link-link {
    margin-bottom: 0 !important;
}

.nav-departments a {
    background-color: #89d0e2;
    color: #0E5A6D;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 44.4px;
    line-height: 44.4px;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.nav-departments a:hover,
.nav-departments a:focus {
    background-color: #0E5A6D;
    color: #89d0e2;
    text-decoration: none;
}

.bottom-link.deals-link {
    background-color: #ffa800;
    color: #065265;
}

.bottom-link.deals-link:hover {
    background-color: #2d7b91;
    color: #89d0e2;
}

.nav-departments.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) and (max-width: 7680px) {
    .nav-departments,
    .home-navigation {
        max-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-departments a {
        font-size: 12px;
        font-weight: 700;
        height: 37px;
        line-height: 37px;
        margin: 8px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container.home-landing .col-md-4.home-navigation,
    .container.home-landing .slide-show {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.home-landing .row.ads-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-landing .products-slider &gt; h3 {
        margin: 15px -10px;
    }

    .home-landing .products-slider {
        padding: 0 20px 0;
    }

    .home-landing .aec-top-row .aec-adzone-container {
        width: 50%;
    }

    .home-landing .aec-middle-row .aec-adzone-container {
        width: 25%;
    }

    .aec-adzone-container img {
        max-height: 212px;
    }

    .nav-departments .left-col {
        padding-left: 0;
        padding-right: 5px;
    }

    .nav-departments .right-col {
        padding-left: 5px;
        padding-right: 0;
    }
}

@media (min-width: 382px) and (max-width: 767px) {
    .home-landing .aec-adzone-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container.home-landing .col-md-4.home-navigation,
    .container.home-landing .slide-show {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.home-landing .row.ads-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-landing .products-slider &gt; h3 {
        margin: 15px -10px;
    }

    .home-landing .products-slider {
        padding: 0 20px 10px;
    }

    .home-landing .aec-top-row .aec-adzone-container {
        width: 50%;
    }

    .home-landing .aec-middle-row .aec-adzone-container {
        width: 25%;
    }
}

@media (min-width: 540px) and (max-width: 712px) {
    .home-landing .aec-middle-row .aec-adzone-container img {
        max-width: 101% !important;
    }
}

@media (min-width: 439px) and (max-width: 539px) {
    .home-landing .aec-middle-row .aec-adzone-container img {
        max-width: 102% !important;
    }
}

@media (min-width: 383px) and (max-width: 438px) {
    .home-landing .aec-middle-row .aec-adzone-container img {
        max-width: 103% !important;
    }
}

@media (min-width: 0px) and (max-width: 381px) {
    .home-landing .aec-adzone-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container.home-landing .col-md-4.home-navigation,
    .container.home-landing .slide-show {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.home-landing .row.ads-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-landing .products-slider &gt; h3 {
        margin: 15px -10px;
    }

    .home-landing .products-slider {
        padding: 0 20px 10px;
    }

    .home-landing .aec-top-row .aec-adzone-container {
        width: 100%;
    }

    .home-landing .aec-middle-row .aec-adzone-container {
        width: 50%;
    }
}


/*===============================
	NAV BUTTONS
===============================*/

button.shop-departments {
    background-color: #257184;
    border-radius: 0;
    color: #89d0e2;
    float: left;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 32px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;

}

button.shop-departments .nav-label {
    line-height: 1em;
}

button.shop-departments:hover {
    background-color: #2d7b91;
    color: #bfeefb;
}

@media (min-width: 320px) and (max-width: 767px) {
    .nav-button-holder {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-departments .left-col,
    .nav-departments .right-col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-departments a {
        margin: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .nav-departments .right-col {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .nav-departments {
        border-top: 1px solid #1f5f70 !important;
        position: relative;
        top: -1px;
    }

    .nav-departments a {
        border-bottom: 1px solid #1f5f70;
        font-weight: 700;
        padding-left: 35px;
        text-align: left;
    }

    .bottom-link.deals-link {
        border-bottom: medium none;
    }
}

#aec-ccv-hotnew-releases &gt; h3 {
    margin-top: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ads-row-top {
        margin-bottom: 1px;
    }
}

/*====================================
	BOUTIQUES
=====================================*/

.aec-boutiquebanner &gt; img {
    height: auto;
    max-width: 100%;
}

/*====================================
	PRODUCT GRID
=====================================*/

.aec-grid-divspan .aec-sectioncontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    margin-left: 10px;
}

.aec-gridview .aec-grid-divspan .aec-sectioncontent {
    width: 100%;
    margin-left: 0;
    flex: 0;
}

.aec-gridview .aec-gridcontentul {
    min-height: 90px;
}

.aec-listview .aec-noresults {
    color: #257184;
    font-size: 15px;
}

.aec-listview .aec-noresults:before {
    content: "\f883";
    font-family: "CCVGlyphs";
    font-weight: normal !important;
    margin-left: 10px;
    margin-right: 5px;
}

ul.aec-listview {
    border-left: medium none;
    border-right: none;
    display: flex;
    list-style: outside none none;
    padding: 0.5% 0 0;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    flex-wrap: wrap;
}

ul.aec-listview li {
    position: relative;
    padding: 15px 0;
}

@media (min-width: 0px) and (max-width: 680px) {
    ul.aec-listview {
        padding-top: 10px;
    }
}

ul.aec-listview &gt; li:first-child {
    border-top: medium none;
}

ul.aec-listview &gt; li {
    border-color: #DBF4FB;
    border-style: solid;
    border-width: 0 0 2px;
}

#aec-prodgrid.aec-gridview &gt; li {
    background: transparent none repeat scroll 0 0;
    border-color: #DBF4FB;
    border-style: solid;
    border-width: 0 0 2px;
    display: table-cell;
    height: 445px;
    margin: 0;
    min-height: 445px;
    padding: 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 20%;
}

@media (min-width: 320px) and (max-width: 359px) {
    #aec-prodgrid.aec-gridview &gt; li,
    #aec-prodgrid.aec-listview &gt; li {
        width: 100%;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        margin: 0 !important;
    }
}

@media (min-width: 360px) and (max-width: 519px) {
    #aec-prodgrid.aec-gridview &gt; li {
        width: 50%;
    }
}

@media (min-width: 520px) and (max-width: 767px) {
    #aec-prodgrid.aec-gridview &gt; li {
        width: 33.3333333%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #aec-prodgrid.aec-gridview &gt; li {
        width: 25%;
    }
}

.aec-product-container .aec-product-unavailable {
    padding: 11px;
    background: #c2c2c2;
    font-weight: 600;
    color: #000;
}

.aec-buybutton-qty {
    background-color: var(--bs-white);
    border: 1px solid var(--tertiary-color);
    border-radius: 0 !important;
    font-size: 12px;
    height: 25px;
    text-align: center;
    width: 25px;
}

.aec-listview .aec-gridcontentul a {
    color: #257184;
    font-size: 13px;
    font-weight: 600;
}

.aec-listview .aec-gridcontentul .aec-ellipsis {
    font-size: 13px;
}

.aec-listview .aec-gridcontentul .aec-ellipsis a.aec-listlink {
    font-size: inherit !important;
    line-height: inherit !important;
}

.aec-listview ul.aec-gridcontentul li:first-child a {
    color: #257184;
}

.aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
    font-size: 16px;
}

.aec-listview .aec-gridcontentul a:hover {
    color: #2d7b91 !important;
}

.aec-listview .aec-gridcontentul li {
    color: #767676;
    font-size: 12px;
    padding: 1px 0;
}

.aec-listview li .aec-gridcontent.aec-attrdesc {
    font-size: 9pt;
    display: block;
}

.aec-listview:not(.aec-gridview) .aec-ellipsis {
    width: auto;
    display: inline-block;
}

.aec-listview ul li &gt; span.aec-release-year {
    display: inline;
}

.aec-listview.aec-gridview li .aec-gridcontent.aec-attrdesc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aec-quickviewhover {
    -moz-user-select: none;
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0 !important;
    color: #257184;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
    border-radius: 3px;
    text-decoration: underline;
    position: initial;
    font-family: sans-serif !important;
}

.slick-active .aec-quickviewhover,
.aec-grid-divspan .aec-quickviewhover {
    display: block;
}

.aec-quickviewhover:before {
    content: "QUICK VIEW";
}

.aec-quickviewhover &gt; img {
    display: none;
}

@media (min-width: 0px) and (max-width: 1024px) {
    .aec-quickviewhover {
        display: none !important;
    }
}

.aec-grid-divspan {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}

.aec-gridview .aec-grid-divspan {
    flex-direction: column;
}

#aec-prodgrid.aec-gridview .aec-cover {
    width: 100%;
    padding-top: 5px;
    display: table;
    max-height: 250px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.aec-listview.aec-gridview .aec-cover &gt; a {
    display: block;
    height: 177px;
    vertical-align: middle;
    width: 100%;
}

.aec-listview p.aec-cover &gt; a &gt; img {
    display: block;
    margin: 0 auto;
    max-height: 170px;
    min-height: auto;
}

.aec-gridview .aec-ellipsis {
    width: 100%;
}

.aec-gridview .aec-gridcontentul a {
    color: #257184;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
}

#aec-boutiquegridspan .aec-listview div &gt; span.aec-threedotstext {
    font-weight: 700;
}

.aec-gridview .aec-gridcontentul a:hover {
    color: #257184;
}

.aec-grid-artist a {
    color: #257184 !important;
    font-size: 9pt !important;
    font-style: normal;
    font-weight: normal !important;
    line-height: 9pt !important;
}

.aec-gridview .aec-grid-artist .aec-ellipsis {
    overflow: hidden;
    min-height: 10pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #257184;
}

.aec-gridview div.aec-buybutton {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    position: initial;
    top: 265px;
    display: flex;
    flex-direction: column;
}

.aec-gridview .aec-price {
    margin-top: 10px;
}

.aec-listview .aec-gridcontentul li {
    font-size: 12px;
    padding: 1px 0;
}

.aec-listview .aec-gridcontentul li.aec-listcontent.aec-shortdesc {
    display: none !important;
}

.aec-listcontent.aec-platform {
    color: #257184 !important;
    display: inline-block !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ESRB GRID START */

.aec-listcontent.aec-esrb &gt; br {
    display: none;
}

.aec-listcontent.aec-esrb &gt; div * {
    font-size: 12px;
}

.aec-listcontent.aec-esrb .aec-esrbimg {
    max-width: 25px;
}

.aec-listcontent.aec-esrb + .aec-listcontent {
    font-size: 7pt !important;
    margin-top: 5px;
    text-align: left !important;
}

@media (min-width: 0px) and (max-width: 767px) {
    .aec-listcontent.aec-esrb br {
        display: none;
    }

    .aec-listcontent.aec-esrb a {
        border-left: 1px solid #DBF4FB;
        display: inline-block;
        margin-left: 4px;
        padding-left: 4px;
    }

    .aec-listcontent.aec-esrb {
        margin: 4px 0 0;
        padding: 0 !important;
    }

    .aec-listcontent.aec-esrb .aec-esrbimg {
        max-width: 19px;
    }

    .aec-listcontent.aec-platform {
        margin-bottom: 5px !important;
    }
}

/* ESRB GRID START */

.aec-listview .aec-price {
    font-size: 13px;
    margin-top: 5px;
}

.aec-listview .aec-webamiprice-href {
    color: #767676;
    font-weight: normal !important;
    text-decoration: none;
}

.aec-listview .aec-salescat {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #767676;
    display: inline-block;
    width: 100%;
}

.aec-listview .aec-listprice {
    color: #737373;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.aec-listview .aec-yousave {
    font-size: 13px;
    display: inline-block;
}

.aec-listview .aec-listprice &gt; span {
    font-weight: normal !important;
    text-decoration: line-through;
    color: #767676;
}

.aec-listview .aec-custprice {
    color: #767676;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
}

.aec-listview .aec-custprice &gt; span {
    color: #767676;
}

.aec-listview .aec-savepercent {
    font-weight: normal !important;
}

.aec-listview .aec-yousave span:first-child {
    font-weight: normal;
}

.aec-gridcontrolstop {
    font-size: 10pt;
}

.aec-listview:not(.aec-gridview) div.aec-buybutton,
.aec-listview div.aec-buybutton .aec-price {
    max-width: 155px;
}

.aec-listview div.aec-buybutton .aec-price {
    margin: 5px auto 0;
}

.aec-listview .aec-gridcontentul li.aec-grid-genres a,
.aec-listview .aec-gridcontentul li.aec-gridnotes a,
.aec-listview .aec-gridcontentul li.aec-grid-actor a {
    font-size: 11px;
}

.aec-listview div &gt; span {
    display: inline;
    font-weight: 700;
}

.aec-listview.aec-gridview .aec-grid-artist &gt; span {
    display: none;
}

#aec-ItemBuyButton &gt; div:first-child {
    float: none;
    width: 100%;
    text-align: initial;
    min-width: initial;
    padding: 0;
    background-color: inherit;
    border: none;
    margin: 0;
}

@media (min-width: 361px) and (max-width: 520px) {
    .aec-listview .aec-gridcontentul {
        height: auto;
        width: 100%;
        min-height: 80px;
    }

    .aec-listview .aec-ellipsis {
        width: auto;
    }

    #aec-prodgrid.aec-listview .aec-cover {
        width: 40%;
        margin-bottom: 0;
    }

    #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
        width: 100%;
    }

    .aec-listview div.aec-buybutton {
        float: left;
        margin-top: 25px;
    }

    .aec-listview.aec-gridview div.aec-buybutton {
        margin-top: 0;
    }

    .aec-listview:not(.aec-gridview) &gt; li {
        min-height: 195px;
        padding-top: 10px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .aec-listview .aec-gridcontentul {
        float: left;
        height: auto;
        width: 58%;
        padding-left: 8px;
    }

    #aec-boutiquegridspan .aec-listcontent.aec-rd {
        width: 100%;
    }

    .aec-listview .aec-ellipsis {
        width: auto;
    }

    #aec-prodgrid.aec-listview .aec-cover {
        padding-left: 10px;
        padding-right: 10px;
        width: 40%;
    }

    #aec-prodgrid.aec-listview.aec-gridview .aec-cover {
        width: 100%;
        padding: 0;
    }

    .aec-listview div.aec-buybutton {
        float: left;
        margin-top: 15px;
    }

    .aec-listview:not(.aec-gridview) &gt; li {
        min-height: 210px;
        padding-top: 10px;
    }

    .aec-listview.aec-gridview div.aec-buybutton {
        margin-top: 0;
    }

    .aec-listview.aec-gridview p.aec-cover &gt; a &gt; img {
        max-width: 140px !important;
        min-height: auto;
        height: auto;
    }

    .aec-listview:not(.aec-gridview) .aec-cover &gt; a &gt; img {
        max-width: 100% !important;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        width: 50%;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        text-align: left;
        float: left;
    }

    .aec-listview:not(.aec-gridview) .aec-salescat {
        margin-top: 5px;
        margin-bottom: 2px;
    }
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        margin-right: 8px;
        padding: 0;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-buyimage {
        width: 10px;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage,
    .aec-listview:not(.aec-gridview) div.aec-buybutton div.aec-buyimage button {
        width: 155px;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul {
        margin-left: 10px;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul {
        float: left;
        height: auto;
        width: calc(100% - 210px);
    }
}

.aec-listview ul li &gt; span {
    color: #767676;
    font-weight: 700;
}

.aec-listview ul li &gt; span.aec-release-year {
    font-weight: 400;
}

.aec-listview:not(.aec-gridview) p.aec-cover {
    margin: 0;
}

@media (min-width: 521px) and (max-width: 767px) {
    #aec-prodgrid.aec-listview:not(.aec-gridview) .aec-cover {
        width: 28%;
        margin-bottom: 0;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul {
        float: left;
        height: auto;
        width: 90%;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        clear: both;
        float: left;
        width: 72%;
        max-width: 100%;
    }

    .aec-listview:not(.aec-gridview) .aec-buybutton &gt; div:first-child {
        float: left;
        width: auto !important;
    }

    .aec-listview:not(.aec-gridview) .aec-buyimage {
        float: left;
        margin-left: 20px;
        padding: 7px 0;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-price {
        float: left;
        margin: 5px auto 0;
        max-width: 100%;
        position: relative;
        clear: both;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-salescat,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        float: left;
        text-align: left;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        clear: both;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-custprice,
    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-yousave {
        font-size: 14px !important;
        line-height: 14px;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton .aec-listprice {
        margin-right: 14px;
    }

    .aec-listview:not(.aec-gridview) .aec-salescat {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .aec-listview:not(.aec-gridview) .aec-listcontent.aec-gridnotes {
        border-bottom: 1px dashed #DBF4FB;
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-gridnotes,
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-category,
    .aec-listview:not(.aec-gridview) .aec-gridcontentul li.aec-studio {
        display: none !important;
    }

    .aec-listview:not(.aec-gridview) div.aec-buybutton {
        margin-top: 15px;
    }

    .aec-listview:not(.aec-gridview) ul.aec-gridcontentul li:first-child a {
        font-size: 13px !important;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    .aec-listview button.aec-buybutton-textbtn {
        width: 100%;
    }

    .aec-listview.aec-gridview button.aec-buybutton-textbtn {
        width: 65%;
    }
}

@media (min-width: 321px) and (max-width: 640px) {
    .aec-listview button.aec-buybutton-textbtn {
        width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 640px) {
    .aec-buyimage .aec-buybutton {
        font-size: 10px !important;
    }

    .aec-listview:not(.aec-gridview) .aec-buyimage .aec-buybutton {
        font-size: 12px;
    }

    .aec-listview:not(.aec-gridview) span.aec-buybutton:before {
        font-size: 14px;
    }

    .aec-listview:not(.aec-gridview) .aec-gridcontentul li {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    #aec-prodgrid.aec-gridview &gt; li {
        height: 390px;
        min-height: 380px;
    }
}


/*====================================
	GRID ICON
=====================================*/

.aec-listview .aec-gridicon {
    position: absolute;
    z-index: 1;
}

.aec-listview .aec-gridicon a {
    display: block;
}

.aec-listview.aec-gridview .aec-gridicon {
    right: 0;
}


/* 4K and 8K UHD 7680px */

@media (min-width: 768px) and (max-width: 7680px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 95px;
        top: -5px;
    }
}

@media (min-width: 521px) and (max-width: 767px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 18%;
        top: -5px;
    }
}

@media (min-width: 361px) and (max-width: 520px) {
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 28%;
        top: -5px;
    }

    .aec-listview .aec-gridicon img {
        max-height: 44px;
    }
}

@media (min-width: 0px) and (max-width: 360px) {   
    .aec-listview:not(.aec-gridview) .aec-gridicon {
        left: 1px;
        top: -8px;
    }
}

/*====================================
	GRID SAVE FLAG
=====================================*/

.aec-listview .aec-flagsave {
    color: var(--bs-white);
    display: inline-block;
    font-weight: 700;
    height: 20px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 70px;
    border-radius: 0 !important;
}

.aec-listview:not(.aec-gridview) .aec-flagsave + .aec-grid-divspan ul.aec-gridcontentul {
    margin-top: 20px;
}

.aec-listview:not(.aec-gridview) .aec-flagsave {
    left: 160px;
    padding-left: 5px;
    position: absolute;
    top: 4px;
}

.aec-listview .aec-flagsave:after {
    font-family: CCVGlyphs;
    font-size: 20px;
    font-weight: normal;
    left: 80px;
    line-height: 1;
    position: absolute;
}

.aec-listview .aec-flagsave:before {
    border-image: none;
    border-style: solid;
    border-width: 10px 4px;
    content: "";
    height: 20px;
    left: 70px;
    position: absolute;
}

.aec-listview .aec-flagsave.seagreen {
    background-color: #0abe96;
}

.aec-listview .aec-flagsave.seagreen:before {
    border-color: #0abe96 white #0abe96 #0abe96;
}

.aec-listview .aec-flagsave.seagreen:after {
    color: #0abe96;
    content: "\f884 \00a0 \f884";
}

.aec-listview .aec-flagsave.red {
    background-color: #be0039;
}

.aec-listview .aec-flagsave.red:before {
    border-color: #be0039 white #be0039 #be0039;
}

.aec-listview .aec-flagsave.red:after {
    color: #be0039;
    content: "\f884 \00a0 \f884 \00a0 \f884";
}

@media (min-width: 521px) and (max-width: 767px) {
    .aec-listview:not(.aec-gridview) .aec-flagsave {
        left: 28%;
    }
}

@media (min-width: 0px) and (max-width: 520px) {
    .aec-listview:not(.aec-gridview) .aec-flagsave {
        left: 42%;
    }
}
</pre></body></html>