/** Shopify CDN: Minification failed

Line 657:21 Expected ":"

**/
/* GLOBAL */

.main-page-title {
    font-size: 52px;
}

@media (max-width: 749px) {
.main-page-title {
    font-size: 32px;
    margin-bottom:5px;
}
}


.custom-anon-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-anon-grid .icon-link {
    display: flex;
    align-items: center;
    gap: 0;
}

.custom-anon-grid .text p {
    margin: 0;
    font-size: 12px;
}

.custom-anon-grid .text-link p a {
    font-size: 12px;
}

.custom-anon-grid .list-social a {
    padding: 0;
}

.custom-anon-grid .list-social {
    gap: 12px;
}

.custom-anon-grid .text-link p {
    margin: 0;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}

.custom-announcenet-bar-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-announcenet-bar-inner * {
    color: #fff;
}

.custom-announcement-bar-wrapper {
    background: #2A2834;
}

@media (max-width: 1024px) {
.custom-announcement-bar-wrapper {
    display: none;
}
}


/* HEADER */



header.header {
    display: flex;
    justify-content: space-between;
}

.header__heading {
    width: 20%;
}

.header__icons {
    width: 20%;
    justify-content: flex-end;
}

.header-search-bar {
    width: 60%;
}

.search-modal__content {
    width: 100%;
    padding: 0;
}

details-modal.header__search {
    width: 100%;
}

.header__icon--account {
    width: fit-content;
}

.header__icon--account svg {
    display: none;
}

.header-menu-sticky-inner {
    display:none;
}

.scrolled-past-header .header__search,
.scrolled-past-header .header-menu.page-width {
    display: none !important;
}

.scrolled-past-header .header-menu-sticky-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-bar .search__input.field__input {
    background: #fff;
    color: #3a3a3a;
}

.header-search-bar .field__label {
    color: #000;
}

.header-search-bar .search__button {
    background: #190b28 !important;
    border-radius:5px;
}

.header-menu-wrapper {
    background: #fafafa;
    border-bottom: .1px solid #2A2834;
}

.header__submenu .header__menu-item {
    white-space: nowrap;
}

details[open]>.header__submenu {
    width: fit-content;
}

.header-menu.header-menu-sticky-inner .list-menu--inline {
    justify-content: center;
    gap: 5px 20px;
}

.header-menu.header-menu-sticky-inner .list-menu__item {
    padding: 0;
}

@media (max-width: 1440px) {
.header__heading-link.media {
    width: 150px;
}
}

@media (max-width: 989px) {
.header-search-bar,
.header__icon--account .login-text {
    display: none;
}

.header__icon--account svg {
    display: block;
}


header-drawer,
.header__icons,
.header__heading {
    width: 33%;
}
}

@media (max-width: 1280px) {
.header__heading-link.media {
    width: 150px;
}
}

@media (max-width: 989px) {
.header-search-bar,
.header__icon--account .login-text {
    display: none;
}

.header__icon--account svg {
    display: block;
}


header-drawer,
.header__icons,
.header__heading {
    width: 33%;
}
}

.car-shade-features .media--square {
    padding-bottom: 50px;
    margin-top: 20px;
}

.car-shade-features .media--square img {
    object-fit: contain;
}

.content-and-comparison-table {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.comparison-table-container {
    max-width: 100%;
    width: 100%;
    margin-top: 35px;
}

.comparison-table .comparison-table__row-name,
.comparison-table th {
    padding: 20px;
}

@media (max-width: 640px) {

.comparison-table .comparison-table__row-name,
.comparison-table th {
    padding: 20px 5px !important;
}

.comparison-table .comparison-table__row-name,
 .comparison-table th {
    font-size: 10px;
}
}


.yt-video .video-section {
    max-width: 800px;
}

.accordion__title {
    font-size: 18px;
}

.accordion__content {
    font-size: 15px;
}

.collapsible-row-layout .accordion__details[open]+.accordion__content-wrapper .accordion__content {
    padding: 0 20px 20px;
}


.footer-features {
    background: #2a2834;
}

.footer-features.icon-bar .icon-bar-card--horizontal {
    background: transparent;
}

.footer-features.icon-bar .icon-bar-card--horizontal * {
    color: #fff;
}

.footer-features.icon-bar {
    border-bottom: 1px solid #fafafa;
}

.footer-social-icons .list-social {
    justify-content: flex-start;
}

.footer-social-icons {
    margin-top: 25px;
}

.footer-block__details-content.rte p a {
    display: block;
}

.footer-block__details-content p {
    font-size: 14px;
}


.multicolumn-collection .media--square {
    padding-bottom: 55%;
    border-radius: 20px;
}

.multicolumn-collection .multicolumn-card__info {
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: left;
}

.multicolumn-collection .multicolumn-card__info * {
    color: #fff;
}

.installation-instructions .media--square {
    padding-bottom: 125px;
    margin-top: 20px;
}

.installation-instructions .media--square img {
    object-fit: contain;
}

.installation-instructions .multicolumn-card__info .link {
    padding: 12px 25px;
    background: #190b28;
    color: #fff;
    border-radius: 30px;
}

.installation-instructions .multicolumn-card__info .icon-wrap {
    display: none;
}


.shopify-policy__title h1 {
    margin-top: 60px;
    font-size: 40px;
}

.shopify-policy__container {
    padding-bottom: 80px;
}

@media (max-width: 749px) {
.shopify-policy__title h1 {
    font-size: 30px;
}

.shopify-policy__container {
    padding-bottom: 40px;
}
}


/* PRODUCT PAGE */


.breadcrumb-product {
    margin-bottom: 10px;
}

.breadcrumb-product span {
    color: #2a2834;
}

.content-tab--2-column {
    display: block;
}

.content-tabs__tabs {
    max-width: 800px;
    margin: 0 auto;
}

.cart-drawer-item .quantity,
.cart-drawer-item .quantity .quantity__button, .cart-drawer-item .quantity .quantity__input {
    background-color: transparent !important;
}

.blog-articles .article-card-wrapper:hover a {
    text-decoration: none;
}

.blog-articles .article-card__info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #190b28;
    color:#fff;
    padding: 10px;
    border-radius: 10px 0 10px 0;
}

.contact-form-content {
    display: flex;
    gap:50px;
}

.contact-form-content .contact-content,
.contact-form-content contact-form {
    width: 50%;
}

.contact-form-content contact-form {
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #3a3a3ae6;
}

.contact-form-content .title-with-highlight {
    margin-top: 0;
}

@media (max-width: 749px) {

.contact-form-content {
    display: flex;
    flex-direction:column;
    gap:20px;
}
.contact-form-content .contact-content,
.contact-form-content contact-form {
    width: 100%;
}
.contact-form-content contact-form {
    padding:30px 20px;
}
}

.car-shade-features.product-info  .page-width {
    max-width: 1200px;
}


@media (max-width: 480px) {
.customer .field label, .field__label {
    font-size: 14px;
}
}




/* Select holders */
.easysearch-select-holder {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 15px;
}

/* Select fields */
.easysearch-select-holder select {
  appearance: none;
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  background-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Search button */
.easysearch-btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  border-radius: 14px;
  background: linear-gradient(135deg, #111, #333);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover */
.easysearch-btn-search:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Disabled button */
.easysearch-btn-search[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: none;
}


.collection-seat-covers .easysearch-block-container,
.collection-floor-mats .easysearch-block-container {
    display: none;
}


.collection-seat-covers .rich-text,
.collection-floor-mats .rich-text {
    display: none;
}



.collection-seat-covers .product-grid .card__inner.ratio,
.collection-floor-mats .product-grid .card__inner.ratio  {
    --ratio-percent: 100% !important;
}



.collection .easysearch-vertical-mode .easysearch-holder {
    display: flex;
    gap: 0 20px;
}

.collection .easysearch-main-widget .easysearch-btn-holder .easysearch-btn-search {
    background: #190b28;
    color: #Fff;
}
@media (min-width: 850px) {
.collection .easysearch-vertical-mode .easysearch-actions-holder {
    width: 250px;
}
}

.collection .easysearch-block-container {
    background:  #ffffff;
    border-radius: 22px;
    padding: 14px 18px;
    margin-bottom: 24px;
    /* depth */
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    /* subtle border */
    border: 1px solid rgb(25 11 40);
}

.product-grid .card__inner.ratio {
    --ratio-percent: 65% !important;
}


/* SEARCH BAR HIDDEN */

.search-modal__content {
    display: none;
}






/* USP */

.usp-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width:100%;
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 10px;    
    border: 2px solid #190b28;
    color: #190b28;
}

.usp-item img {
    width: 30px;
    height: 30px;
}


.usps {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: fit-content;
}


/* BUY ITEM */

.buy-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 30px;
}

.buy-item-offer {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.buy-item-offer img {
    width: 40px;
    height: 40px;
    margin-bottom:10px;
}

.buy-item-offer {
    flex: 1;
}


.buy-item-offer h5 {
    font-weight: 600;
    margin:0;
    font-size: 16px;
}

.buy-item-offer p {
    font-size: 14px;
    margin:0;
}


@media (max-width: 1366px) {

.buy-item-offer h5 {
    font-size: 13px;
}

.buy-item-offer p {
    font-size: 12px;
}

}

.buy_and_review {
    padding: 40px 0 20px;
}


.buy-review {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight:600;s
}

.buy-review img {
    width: 70px;
}


.product\.seat-covers .accordion .summary__title+.icon-caret,
.product\.floor-mats .accordion .summary__title+.icon-caret  {
    background: #190b28;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    position:relative;
    top:-1px;
}

.product\.seat-covers .accordion__summary,
.product\.floor-mats .accordion__summary  {
    padding: 20px 0;
}

.product\.seat-covers .accordion__title,
.product\.floor-mats .accordion__title  {
    font-size: 16px;
}


.imgtxt-bg .image-with-text .grid {
    gap:20px;
    flex-wrap:nowrap;
}

.imgtxt-bg .image-with-text__content {
    background: #190b28;
}

.imgtxt-bg  .image-with-text__content h2 strong,
.imgtxt-bg  .image-with-text__content p {
    color: #fff;
}

@media (max-width: 749px) {
.imgtxt-bg .image-with-text .grid {
    gap:20px;
    flex-wrap:wrap;
}

 .imgtxt-bg .image-with-text__content {
        padding:20px !important;
    }
}


.product-img-banner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem;
}

.product-img-banner .banner {
    border-radius: 20px;
    overflow: hidden; 
}

@media (max-width: 1024px) {
.product-img-banner {
    padding: 0 3rem;
}
}

@media (max-width: 749px) {
.product-img-banner {
    padding: 0 1.5rem;
}
}



.product  .gpo-label span.label-content {
    font-size: 18px;
    margin-bottom: 10px;
}

.product .gpo-select select,
.product .select__select  {
    color: #000!important;
    background: #ffffff;
    border: 2px solid #190b28;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: none !important;
}

.product .select__select {
    font-size: 14px;
    line-height: 2;
    padding: 0 15px;
    min-height: 45px;
}

.product__info-container .form__label {
    font-size: 16px;
    color: #190b28;
}

variant-selects {
    padding: 20px 0;
}

.product .gpo-select {
    border:none !important;
}

.product .gpo-group__wrapper {
    padding: 20px 0 0;
}

.product .gpo-app {
    background: transparent !important;
}

.product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]:checked+label {
    background: #190b28;
}

.product-form__input:not(.product-form__input--quantity-breaks) input[type=radio]+label {
    border: 1px solid #190b28;
}


.shopify-policy__body li {
    list-style: disc;
}