/** Shopify CDN: Minification failed

Line 102:11 Unexpected "<"

**/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.blind-of-records {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Armata", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.header__heading-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.art-of-rock {
    line-height: 1.2em;
}

.sqs-tourdates__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* allow wrapping on smaller screens */
}

.sqs-tourdates__info {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.sqs-tourdates__venuelocation {
    display: flex;
    gap: 100px;
}

.sqs-tourdates__actions {
    display: flex;
    gap: 30px;
}
.slider-mobile-gutter .article-card__excerpt {
    width: 100%;
    margin-top: 1.2rem;
    color: white;
}
img.custom-rock-image {
    width: 100%;
    max-width: 50px;
}





/* ✅ Mobile styles */
@media (max-width: 768px) {
.sqs-tourdates__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

  .sqs-tourdates__info {
      width: 100%; /* full width on mobile */
      flex-direction: column;
      gap: 10px;
  }

  .sqs-tourdates__venuelocation {
      flex-direction: column;
      gap: 5px;
  }

  .sqs-tourdates__actions {
      gap: 15px;
      width: 100%;
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  figure#yui_3_17_2_1_1756451011763_178 {
    padding: 0 !important;
    margin: 0;
}
}






.armata-regular {
  font-family: "Armata", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.catamaran-<uniquifier> {
  font-family: "Catamaran", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
p.announcement-bar__message.h5 {
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: normal;
    text-transform: uppercase;
}
.header--middle-left {
    grid-template-columns: 1fr auto 1fr;
}
.header__icon svg {
    width: 20px;
}
.header__icon--account svg {
    width: 16px;
} 

.header__menu-item {
    font-size: 15px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
}
.header__menu-item:hover span {
    text-decoration: none;
}
.header__icons svg path {
    fill: #fff;
}
.hmbp-product-card p {
    color: #fff;
}


.hmb-wrappr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hmb-heading {
    width: calc(30% - 10px);
    align-self: center;
}

.hmb-image {
    width: calc(40% - 10px);
    border-right: 1px solid #ffffff42;
    border-left: 1px solid #ffffff42;
    padding: 0 20px;
}

.hmb-products {
    width: calc(30% - 10px);
    align-self: center;
    max-width: 38rem;
    margin: 0 auto;
}

.hmb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.home-main-banner {
    padding: 15px 0 15px 0;
}

.hmb-heading h1 {
    font-size: 50px;
    line-height: 1em;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: normal;
}

.hmb-heading p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    font-weight: 300;
}

.hmb-heading h4 {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    font-family: 'Poppins';
    font-weight: 300;
}
.hmb-button {
    display: inline-block;
}



.btn1 {
    letter-spacing: 0;
    position: relative;
    padding: 10px 54px 10px 15px;
    transition: all .5s ease-out;
    background: #90B896;
    color: #fff;
    font-family: 'Oswald';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.btn1:before {
    content: "";
    width: 40px;
    height: 40px;
  position: absolute;
    background: #000;
    right: 5px;
    left: inherit;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.btn1:after {
    box-shadow: none!important;
    content: "";
    width: 26px;
    position: absolute;
    height: 40px;
    background: url(/cdn/shop/files/rayos.png?v=1752662802);
    right: 12px;
    left: inherit;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn1:hover {
    background: #8b261e !important;
    color: #fff!important;
        border: 0 !important;
}

ul.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 5px;
}
ul.slick-dots li {
    display: inline-flex;
    margin: 0 5px;
}
ul.slick-dots li button {
    background: #9b9b9b;
    font-size: 0;
    padding: 4px;
    width: 6px;
    transition: all ease .4s;
    border-radius: 30px;
    border: none;
    transition: all ease 0.4s;
    cursor: pointer;
}
.hmbp-wrapper .slick-active button {
    background: #000!important;
    width: 25px;
}
.hmbp-product-card img {
    width: 100%;
    display: block;
    height: 430px;
    object-fit: contain;
    margin: 0 auto 20px;
}
.hmbp-product-card p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    font-family: Poppins;
    font-weight: 300;
    margin: 0;
}

.hmbp-product-card h2 {
    margin: 0;
}
.home-feat-coll .product-card-wrapper {
    margin: 0 20px;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.card__heading {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
}
.price-item--regular {
    letter-spacing: normal;
}
.home-feat-coll .slick-active button {
    background: #000!important;
    width: 25px;
}
.hlb1-content img {
    width: 100%;
    display: block;
    height: 800px;
    object-fit: cover;
    object-position: bottom;
}

.hlb1-content {
    position: relative;
}

.hlb-title {
    position: absolute;
    top: 40px;
    padding-left: 40px;
    left: 40px;
}

.hlb-title h2 {
    font-size: 45px;
    margin: 0;
    position: relative;
}
.hlb-title h2:after {
    position: absolute;
    left: -40px;
    background: url(/cdn/shop/files/Group_1321314344_bb2df5d3-1aba-4ce8-a802-a4762ed547ce.png?v=1752642116);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}
.custom-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
    margin: 13px 0;
    position: relative;
}

.slick-count {
    letter-spacing: normal;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.slide-counter-total {
    opacity: 0.5;
}
.home-large-banners .slick-arrows img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.home-large-banners .slick-arrows button {
    background: none;
    border: none;
    cursor: pointer;
}

.home-large-banners .slick-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-nav:after {
    content: "";
    background: #0000002e;
    position: absolute;
    width: 85%;
    height: 0.6px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

span.counter {
    width: 100px;
    text-align: center;
}



.htd-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.home-left-block {
    width: 50%;
    /* display: block; */
}

.home-right-image {
    width: 50%;
}
.home-right-image img, .home-left-block img {
    width: 100%;
    display: block;
    height: 100%;
    /* object-fit: contain; */
    /* object-position: 0 68%; */
}
.hlb-taxture-image {
    background: #000;
    position: relative;
}

.hlb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 57rem;
    text-align: center;
}

.hlb-content h4 {
    font-size: 18px;
    font-family: 'Poppins';
    margin: 0;
    color: #fff;
    font-weight: 300;
    letter-spacing: normal;
}

.hlb-content h3 {
    font-size: 90px;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: normal;
}

.hlb-content p {
    font-size: 18px;
    font-family: 'Poppins';
    margin: 20px 0;
    color: #fff;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: normal;
}

.hlb-button {
    display: inline-flex;
}
.hlb-button .btn1 {
    padding: 5px 54px 5px 15px;
    background: #ffffff;
    color: #000000;
}
.hlb-button .btn1:before {
    background: #ffffff;
}
.hlb-button .btn1:after {
    width: 22px;
    height: 30px;
    filter: invert(1);
}

.home-left-block {
    position: relative;
    overflow: hidden;
}

section.b-section.first {
    position: absolute;
    top: 0;
    z-index: 1;
}

section.b-section.second {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.home-time-discount {
    padding: 3rem 0 4rem;
    border-bottom: 1px solid #0000001c;
}
.new-coll-wrap.page-width {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-coll-image {
    width: 49%;
}

.left-coll-image img {
    width: 100%;
    display: block;
}

.right-pros {
    width: 49%;
}
.right-pros .product-grid {
    margin: 0;
}
p.blog-sub {
    font-size: 17px;
    font-family: 'Poppins';
    color: #fff;
    margin: 0;
}
.blog.color-scheme-1.gradient {
    background: url(/cdn/shop/files/plain-backdrop-decorative-gray-textured_1.png?v=1752645542);
    background-color: #2a2b2d;
    background-size: contain;
    position: relative;
    z-index: 1;
}
.blog.color-scheme-1.gradient:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/rayos.png?v=1752662802);
    width: 500px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: -1;
}
.blog .article-card .card__heading {
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    letter-spacing: normal;
}
.blog__title {
    color: #fff;
}
.blog .card--media .card__inner .card__content {
    height: 460px;
}
.blog .article-card__info {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    text-transform: capitalize;
  margin-bottom: 10px;
}
.cus-read {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.cus-read p {
    font-size: 14px;
    color: #fff;
    letter-spacing: normal;
}

.cus-read img {
    width: 21px;
    display: block;
}
.blog__posts.articles-wrapper .article:nth-child(2) {
    padding: 0 10px;
}
.blog .blog__post:nth-child(1) {
    transform: rotate(355deg);
  padding: 20px;
}

.blog .blog__post:nth-child(3) {
    transform: rotate(4.8deg);
  padding: 20px;
}

.htt-content img {
    width: 100%;
    display: block;
    max-width: 10rem;
    margin: 0 auto;
}

.htt-content p {
    font-size: 35px;
    letter-spacing: normal;
    font-family: Oswald;
    text-transform: uppercase;
    color: #fff;
    max-width: 80rem;
    line-height: 1.3em;
    margin: 40px auto;
}
.htt-content img {
    filter: grayscale(100%) brightness(200%) contrast(0%) invert(100%);
}
.htt-pro {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.ht-img img {
    width: 100%;
    display: block;
    max-width: 60px;
}

.ht-pro-cont p {
    font-size: 14px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    color: #696969;
}

.ht-pro-cont h3 {
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: normal;
}

.htt-content {
  
    text-align: center;
}

.ht-heading h2 {
    font-size: 35px;
    text-align: center;
}
.foot-logo img {
    max-width: 11rem;
    margin: 0 auto;
    display: flex;
}

.footer {
    background: url(/cdn/shop/files/plain-backdrop-decorative-gray-textured_1.png?v=1752645542);
    background-color: #000;
    background-size: contain;
}
.footer__content-top.page-width {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__blocks-wrapper {
    width: 75%;
}

.footer-block--newsletter {
    width: 24%;
}
.footer-block--newsletter {
    align-items: flex-start !important;
    margin-top: 0 !important;
}

.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: #fff !important;
}
.footer-block__details-content.rte {
    color: #fff !important;
}
.footer-block__details-content .list-menu__item--link {
    letter-spacing: normal;
}
.footer-block__details-content.rte {
    font-size: 14px;
    letter-spacing: normal;
}
p.news--text {
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
}
.footer-block__newsletter .footer-block__heading {
    font-size: 24px;
}
.footer-block__newsletter .list-social {
    justify-content: center;
}
.footer-block__newsletter li.list-social__item {
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0 5px;
    margin-top: 3rem;
    transition: all ease 0.4s;
}
.footer-block__newsletter li.list-social__item:hover {
    background: #8b261e;
    border: 1px solid #8b261e;
}
.footer__newsletter .field {
    flex-wrap: wrap;
  gap: 10px;
}
.footer__newsletter .field__button {
    position: static;
}
.footer__newsletter .field__input {
    background: transparent;
    border: 1px solid #fff;
}

.footer__newsletter .field:after {
    content: unset;
}
.footer__newsletter .button {
    width: 100%;
    font-size: 18px;
    font-family: oswald;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 500;
    color: #8B261E;
}
.field__label {
    letter-spacing: normal;
}
.foot-logo {
    border-bottom: 1px solid #fff ;
    padding-bottom: 30px;
}
.footer__content-bottom {
    border-top: solid .1rem rgb(255 255 255) !important;
    padding-top: 0rem !important;
}

.logo--text p {
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
    max-width: 25rem;
    margin-top: 0;
}
.footer-block.grid__item:nth-child(3) {
    border-right: 1px solid #fff;
    margin-right: 80px;
}

.footer-block.grid__item:nth-child(1) {
    border-right: 1px solid #fff;
}

.footer-block.grid__item.footer-block--menu {
    padding: 40px 0;
}

.footer-block.grid__item {
    padding: 40px 0;
}

.footer-block__newsletter {
     padding: 40px 0;
}
.footer__content-top {
    padding-bottom: 0 !important;
}
.footer-block.grid__item.footer-block--menu {
    padding-left: 40px;
}
.footer-block.grid__item.footer-block--menu {
    padding-left: 90px;
}
.home-testimonial {
    padding: 5rem 0;
    background:#272830;
}
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
    text-decoration: none !important;
}
.contact_ban .banner__text.rte.body {
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 50rem;
    color: #fff;
}
.contact {
    width: 47%;
}

.cont--image {
    width: 47%;
}

.cont-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cont--image img {
    width: 100%;
    display: block;
}
/* .cont-wrapper .contact__fields {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 2rem;
} */
.cont-wrapper .field__input {
    background: #FFF6EA;
    border-radius: 20px;
    height: 70px;
}
.cont-wrapper .field:after {
    content: unset;
}
.cont-wrapper .field__label {
    display: none;
}
.cont-wrapper .field__input::placeholder {
    opacity: 1;
    letter-spacing: normal;
    font-size: 14px;
}
.cont-wrapper .field__input:focus {
    padding: 0 0 0 15px;
    margin: var(--inputs-border-width);
}
.cont-wrapper .field__input:focus {
    box-shadow: none;
    outline: 0;
    border-radius: var(--inputs-radius);
}
.cont-wrapper .text-area:focus {
    padding: 15px 10px 0 15px;
    margin: var(--inputs-border-width);
}
.contact-wrappe {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.conit-block {
    width: calc(25% - 10px);
    background: #FFF6EA;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #D9D9D9;
    color: #000;
}
.conit-block h3 {
    color: #000;
}
.conit-block p {
    letter-spacing: normal;
    line-height: 1.3em;
    margin: 0;
}
.contact-icons {
    padding: 5rem 0;
    background: #fff;
}

.conit-block ul.list-unstyled.list-social.footer__list-social {
    justify-content: flex-start;
}

.contact-icons li.list-social__item {
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 30px;
}
.contact__button .button {
    font-family: 'Oswald';
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 15px 50px;
}
.about_rich .rich-text__text.rte {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 1.3em;
    color: #000;
}
.about_rich .rich-text__blocks {
    max-width: 137rem;
}
.im-cus-button {
    margin-top: 20px;
}
.about_large .banner__text.rte.body {
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 50rem;
    color: #fff;
    margin: 20px auto;
}
.about_large .btn1:after {
    filter: invert(1);
}
.about_large .btn1:before {
    background: #ffffff;
}
.about_large .btn1 {
    background: #ffffff;
    color: #2a2b2d;
}
.blog--imagee img {
    width: 100%;
    height: 551px;
    display: block;
    object-fit: cover;
}

.blog--imagee {
    position: relative;
}

.blog-text-ban {
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
    width: 100%;
    max-width: 1530px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-text-ban h1 {
    font-size: 60px;
    color: #fff;
    margin: 0;
}
.blog-text-ban p {
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 50rem;
    color: #fff;
}

.blog-articles {
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-articles__article.article {
    width: calc(32% - 10px) !important;
}
.main-blog .card__inner {
    height: 470px;
}
.main-blog .cus-read {
    display: none;
}
.main-blog h3.card__heading.h2 {
    font-size: 17px;
    font-family: 'Poppins';
    margin-top: 13px;
    color: #000;
}
.main-blog .article-card__info {
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: normal;
    font-weight: 300;
    color: #000;
    opacity: 0.5;
}
.custom-readd-button {
    background: #000;
    display: inline-flex;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: normal;
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: uppercase;
}

.custom-readd-button p {
    margin: 0;
}
.blog .custom-readd-button {
    display: none;
}
.blog .article-card .card__heading {
    text-align: center;
}
.blog .article-card__info.caption-with-letter-spacing.h5 {
    text-align: center;
}

.as-content {
    display: flex!important;
    width: 100%;
    flex-wrap: wrap;
        margin: 0 30px 0 0;
    opacity: 0.5;
    justify-content: space-between;
    align-items: center;
    background: #fff8ee;
}
.about-slider .slick-list.draggable {
    padding-left: 0 !important;
}

.as-image {
    width: 49%;
}

.as-image img {
    display: block;
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.as-text-content {
    width: 49%;
}

.as-text-content p {
    letter-spacing: normal;
    line-height: 1.3em;
    color: #000000;
    margin: 20px auto;
}

.as-text-content h3 {
    font-size: 30px;
    margin: 0;
}

.as-text-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}
.about-slider {
    background: url(/cdn/shop/files/plain-backdrop-decorative-gray-textured_1.png?v=1752645542);
    background-color: #000;
    background-size: contain;
    padding: 5rem 0 6rem;
}
.about-slider {
    background: url(/cdn/shop/files/plain-backdrop-decorative-gray-textured_1.png?v=1752645542);
    background-color: #000;
    background-size: contain;
    padding: 3rem 0;
}

.as-heading h2 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}

.as-heading p {
    font-size: 15px;
    color: #fff;
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 63rem;
    color: #fff;
}
.as-wrapp {
    padding-top: 40px;
}
.as-content.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}
.about_rich .rich-text__text.rte {
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.3em;
    color: #000;
}
.main-page-class .page-width--narrow {
    max-width: 97.6rem;
}
.main-page-class .main-page-title {
    font-size: 40px;
    text-align: center;
    color: #000;
}
.main-page-class .rte,.main-page-class .rte h1, .main-page-class .rte h2, .main-page-class .rte h3, .main-page-class .rte h4, .main-page-class .rte h5, .main-page-class .rte h6, .main-page-class .rte span,
.main-page-class .rte a
{
    color: #000;
}
.main-page-class {
    background-color: #fff;
}
.main-page-class .rte {
    letter-spacing: normal;
    line-height: 1.3em;
}
.main-page-class .rte p {
    font-size: 14px;
}
.header__active-menu-item {
  color: #8b261e;
    text-decoration: none;
}

.ncbb-image img {
    width: 100%;
    display: block;
    height: 420px;
    object-fit: cover;
}

.ncbb-image {
    position: relative;
}

.ncbb-content {
    position: absolute;
    bottom: 70px;
    max-width: 1525px;
    padding: 0 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.ncbb-content h2 {
    color: #fff;
    font-size: 40px;
    margin: 0;
}









.facets-wrapper .facets-container.facets-container-drawer {
    border-bottom: 1px solid #00000026;
    padding-top: 0;
}
.facets-wrapper .facets-wrapper {
    padding: 0px 0px 10px;
}
.facets-wrapper .mobile-facets__open {
    border-right: 1px solid #00000026;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.facets-wrapper .facet-filters {
    padding: 14px;
    border-left: 1px solid #00000030;
}
.facets-wrapper .facets__form {
    margin: 0;
}
/* .facets-wrapper .product-count.light {
    display: none;
} */
.button-label {
    font-family: 'Oswald';
    font-size: 16px;
    letter-spacing: normal;
}
.facet-filters__label {
    font-family: 'Oswald';
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
}
.facet-filters__sort {
    font-family: 'Oswald';
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
}
.facets-container-drawer span.svg-wrapper svg path {
    stroke: #000;
    stroke-width: 0.7px;
}


.facets-wrapper .facets-container.facets-container-drawer {
    position: relative;
}

.custom--div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.facets-wrapper .product-count.light.gggg {
    margin: 0;
}

.facets-wrapper .product-count.light.gggg h2 {
    letter-spacing: normal;
    font-family: oswald;
    text-transform: capitalize;
    color: #000;
}
.custom--div .light {
    opacity: 1;
}
.template-collection .card__heading {
    height: auto;
}
.product__description.rte.quick-add-hidden {
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.product__title h1 {
    font-size: 30px;
    letter-spacing: normal;
}
.price-item--regular {
    font-weight: 500;
}
.both--divs-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.both--divs-wrap .product-form__input {
    margin: 0;
}
.c-buy--btn {
    flex: 1;
}
.both--divs-wrap label.quantity__label.form__label {
    display: none;
}
.product-form__submit {
    font-size: 20px;
    letter-spacing: normal;
    font-family: 'Oswald';
    text-transform: uppercase;
    height: 54px;
    transition: all ease 0.4s;
    border: 1px solid #121212;
}

.product-form__submit:after {
    content: unset;
}

.product-form__submit:hover {
    background: transparent;
    color: #121212;
}
.both--divs-wrap .quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 5.2rem);
}
.product__accordion .accordion__content {
    letter-spacing: normal;
    line-height: 1.3em;
    font-size: 15px;
}
.accordion__title {
    font-size: 16px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 400;
}
.product__accordion .accordion__content {
    overflow-x: inherit;
}
.product__text {
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.3em;
}

sticky-header .mega-menu__content {
    display: flex;
    justify-content: center;
    padding: 0;
    background: #2a2b2d;
}
sticky-header .mega-menu__content .mega-menu__list {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 890px!important;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
sticky-header .mega-menu__content ul.mega-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
}

sticky-header .mega-menu__content ul.mega-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
}

li.mega-menu__custom-block .mega-menu__image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
}

li.mega-menu__custom-block .mega-menu__image img {
    transition: 1.5s ease all;
}

.mega-menu__image {
    height: 226px;
    overflow: hidden;
    background: #4d4d4e;
    padding: 4px;
}

sticky-header .mega-menu__list {
    display: block;
}

.mega_right_mainn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin-top: 30px;
}

sticky-header .mega-menu__content .mega-menu__list ul.mega-menu__listt {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

sticky-header .mega-menu__content .mega-menu__list ul.mega-menu__listt li {
    list-style: none;
}

.mega-menu__image_cnt h4 {
    margin: 5px 0 20px;
    text-align: center;
    color: #fffaf3;
    font-size: 16px;
}
.mega-menu__custom-block a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.mega-menu__custom-block a:hover img {
    transform: scale(1.1);
}

div#MegaMenu-Content-2 .mega-menu__list {
    display: none;
}

.menu-drawer .menu-drawer__navigation-container {
    grid-template-columns: 1fr;
}

.menu-drawer .menu-drawer__navigation-container ul.menu-drawer__custom-blocks {
    padding: 0 10px;
}

.menu-drawer .menu-drawer__inner-submenu {
    padding: 0 10px;
}

details#Details-menu-drawer-menu-item-2 ul.menu-drawer__menu.list-menu {
    display: none;
}
.header__menu-item span {
    font-family: "Armata", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.artists_main_new.responsivenew {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.art_call_main {
    width: calc(32% - 10px);
}

.art_call_main img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center center;
}
.artists_main_new .slick-track {
    display: flex;
    align-items: center;
    gap: 2px;
}

.artists_main_new .slick-track img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.artists_main_new .slick-arrow {
    background: unset;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    right: 50px;
    cursor: pointer;
}

.artists_main_new .slick-next.slick-arrow {
    right: 0px;
}
.artist_main_banner {
    padding: 40px 0px;
    background-color: #fff;
}

.artist_main_banner h2 {
    font-size: 35px;
    margin-left: 14px;
    margin-bottom: 5px;
    color: #000;
}
.art_call_main  h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
}
.art_call_main a {
    text-decoration: unset;
}

.art_call_main {
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 20px 10px;
}

.flex_img_banner_neww {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    /* align-items: center; */
}

.flex_img_banner_neww .flex_img_banner_second img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_banner_text_neww p {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.image_banner_text_neww  .paragraph_style_list {
    display: none;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.image_banner_text_neww .paragraph_style_list a img {
    width: 100%;
    max-width: 23px;
}

.image_banner_text_neww .paragraph_style_list a.btn.btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.video_neww_main h2 {
    font-size: 40px;
    margin-top: 0;
}


.text_img_link_main  .text_img_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.text_img_link_main .text_img_grid img.icon-size_img {
    width: 100%;
    display: block;
}

.text_img_link_main .text_img_grid a {
    display: block;
    text-decoration: none;
}

.text_img_link_main .text_img_grid a h3 {margin: 0;text-align: center;padding-top: 10px;}

.flex_videoo .video-slide {
    margin: 0 10px !important;
}

.flex_videoo .slick-active button {
    background: #000!important;
    width: 25px;
}

.paragraph_style_list span:last-child {
    display: none;
}

.f_40 {
    font-size: 40px;
}

.flex_img_banner_first .paragraph_style_list , .bottom-nonee .paragraph_style{
    display: none;
}
/* 
.bottom-nonee .flex_img_banner_first .paragraph_style_list {
    display: flex;
    gap: 8px;
} */

.flex_img_banner_neww .flex_img_banner_first a.btn.btn-customm {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 9px 16px;
    margin-top: 20px;
    transition: 0.6s ease all;
    border: 1px solid #000;
}

.flex_img_banner_neww .flex_img_banner_first a.btn.btn-customm:hover {
    background: transparent;
    color: #000;
}

.flex_img_banner_first h2 {
    margin: 0 0px;
}

.text-img_grid_one .text_img_grid {
    grid-template-columns: 1fr;
}

.image_banner_text_neww p a {
    color: #8b261e;
}
.conit-block a {
    color: #000;
}
.hmbp-product-card a {
    text-decoration: none;
    color: #fff;
}
.hlb-taxture-image:after {
    content: "";
    position: absolute;
    background: url(https://vgc0jt-e3.myshopify.com/cdn/shop/files/LOGO.png);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    top: 20px;
}
.home-feat-coll .card__inner {
    width: 100%;
    height: 400px;
}
.card__media .media img {
    object-fit: contain !important;
    padding: 10px;
}

.home-feat-coll-2 .card__inner {
    width: 100%;
    height: 450px;
}
/* .card__media .media img {
    object-fit: contain;
} */
.article-template__content img, .article-template__content iframe {
    width: 100%;
}

.article-template__content p {
    letter-spacing: normal;
    color: #000;
    font-family: "Armata", sans-serif;
    font-size: 15px;
}


.slick-arrow {
    cursor: pointer;
    padding: 12px;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all ease 0.4s;
    box-shadow: 0 0 16px #00000040;
}

.slick-arrow img {
    width: 17px;
    display: block;
}
button.slick-prev.pull-left.slick-arrow.slick-disabled {
    opacity: 0.5;
}

button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    z-index: 1;
}

button.slick-next.pull-right.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.hoe_feat button.slick-next.pull-right.slick-arrow{
    right: 0px;
}
.hoe_feat button.slick-prev.pull-left.slick-arrow {
    left: 0px;
}
.slick-arrow:hover {
    background: #8b261e;
}

.slick-arrow:hover img {
    filter: invert(1);
}
p.article-card__excerpt.rte-width {
    letter-spacing: normal;
    line-height: 1.3em;
}
.main-blog {
    background-color: #fff;
}
.main-blog p.article-card__excerpt.rte-width {
    color: #000;
}
.template-blog {
    background-color: #fff;
}
.template-article {
    background-color: #fff;
}
.article-template__title {
    color: #000;
}

.article-template__content h3 {
    color: #000;
}
.template-page-american-restless, .template-page-chest-fever, .template-page-drug-hunt, .template-page-dude-cervantes, .template-page-lee-wilder, .template-page-mike-pope
, .template-page-mrs-henry, .template-page-noah-lekas, .template-page-puerto, .template-page-taken-by-canadians, .template-page-zander-schloss, .template-page-zooluxx {
    background-color: #fff;
}
.home-large-banners .slick-arrows img {
    /* filter: grayscale(100%) brightness(1000%) !important; */
    filter: brightness(0) invert(1);
}
.blind-of-records.desktop_nonr {
    display: none;
}
ul.mobile_inner_menu {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

ul.mobile_inner_menu li {
    width: 47%;
}
.mobile-facets__open-label {
    color: #000;
}
li.what-s-the-word .mega_right_mainn {
    display: none;
}
li.what-s-the-word  .mega-menu[open] .mega-menu__content {
    background: transparent;
    border: none;
    box-shadow: none;
}

li.what-s-the-word .mega-menu__content .mega-menu__list {
    background: #27282f;
    max-width: 200px !important;
}
 li.what-s-the-word .mega-menu__list ul.mega-menu__listt {
    display: block !important;
    padding: 0px 30px;
}

li.what-s-the-word .mega-menu__content .mega-menu__list {
    position: relative;
    left: 20%;
        padding: 20px 0px;
}
li.what-s-the-word  .mega-menu__list--condensed .mega-menu__link {
    font-size: 14px;
    font-family: "Armata", sans-serif;
    font-weight: 600;
    color: #fff;
}
.product__accordion .accordion__content li {
    display: list-item;
    margin: 0px;
    list-style: initial;
}
li.goods-memorabilia .mega-menu__list {
    display: none;
}


li.goods-memorabilia .mega_right_mainn {
    grid-template-columns: 1fr 1fr 1fr;
}
.menu-drawer__utility-links svg path {
    fill: #fff;
}
.left-coll-image {
    position: sticky;
    top: 7%;
    height: fit-content;
}
.custom_liquid {
    color: #fff;
    letter-spacing: normal;
}

.custom_liquid a {
    color: #e1057e;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


.custom_liquid img {
    max-width: 240px;
}
li.apparel .mega-menu__list {
    display: none !important;
}
.pagination__item {
    color: rgb(0 0 0);
}
/***********************responsive************************/


@media only screen and (max-width:1450px){
.main-blog .card__inner {
    height: 420px;
}

}





@media only screen and (max-width:1025px){
.hmb-heading h1 {
    font-size: 50px;
}
  /* .hmb-image img {
    height: 450px;
} */
  .btn1 {
    font-size: 18px;
}
  .hmbp-product-card h2 {
    font-size: 20px;
}
  .custom-nav:after {
    width: 80%;
}
  span.counter {
    width: 70px;
}
  .blog .card--media .card__inner .card__content {
    height: 320px;
}
  .blog .blog__post:nth-child(3) {
    padding: 10px;
}
  .blog__posts.articles-wrapper .article:nth-child(2) {
    padding: 0 10px;
}
  .blog .blog__post:nth-child(1) {
    padding: 10px;
}
  .card__heading {
    height: auto;
}
  .footer-block.grid__item.footer-block--menu {
    padding-left: 20px;
}
  .footer-block.grid__item:nth-child(3) {
    border-right: 1px solid #fff;
    margin-right: 30px;
}
  /* .home-right-image img, .home-left-block img {
    height: 780px;
} */
  .cont-wrapper .field__input {
    height: 50px;
}
  .as-heading h2 {
    font-size: 35px;
}
.art_call_main img {
    height: 340px;
}
.hlb-taxture-image:after {
    width: 80px;
    height: 80px;
}
.hlb-content {
    padding: 0 20px;
}
.hlb-content h3 {
    font-size: 50px;
}
.home-feat-coll .card__inner {
    width: 100%;
    height: 290px;
}
.home-feat-coll-2 .card__inner {
    width: 100%;
    height: 280px;
}
.hmbp-product-card img {
    height: 280px;
}
.mega-menu__image {
    height: 176px;
}
.mega_right_mainn {
    padding: 0 20px;
    margin-top: 30px;
}
.main-blog .card__inner {
    height: 286px;
}
}
@media only screen and (max-width:989px){

  .hmb-heading {
    width: calc(50% - 10px);
    align-self: center;
}
  .hmb-image {
    width: calc(50% - 10px);
    border-right: none;
    border-left: none;
    padding: 0;
}
  /* .hmb-image img {
    height: 470px;
} */
  .home-feat-coll .slick-list.draggable {
    padding-left: 0 !important;
}
  .collection__title h2 {
    font-size: 35px;
}
  .hlb1-content img {
    height: 500px;
}
  .hlb-title {
    top: 20px;
}
  .hlb-title h2 {
    font-size: 35px;
}
  .custom-nav:after {
    width: 70%;
}
  .home-left-block, .home-right-image {
    width: 100%;
}
  .hlb-content h3 {
    font-size: 70px;
}
  /* .home-right-image img, .home-left-block img {
    height: 640px;
} */
  .left-coll-image {
    width: 100%;
}
  .right-pros {
    width: 100%;
}
  /* .left-coll-image img {
    height: 500px;
} */
  .new-coll-wrap.page-width {
    gap: 14px;
}
  .htt-content p {
    font-size: 30px;
}
  .footer__blocks-wrapper {
    width: 100%;
}
  .footer-block.grid__item:nth-child(3) {
    border-right: none;
    margin-right: 0;
}
  .footer-block.grid__item:nth-child(1) {
    border-right: none;
}
  .footer-block--newsletter {
    align-items: flex-start!important;
    margin-top: 0!important;
}
  .contact, .cont--image {
    width: 100%;
}
  .cont-wrapper {
    gap: 25px;
}
  .contact-icons {
    padding: 0rem 0 4rem;
}
  .conit-block {
    width: calc(50% - 10px);
}
  .contact-wrappe {
    row-gap: 20px;
}
.main-blog .card__inner {
    height: 317px;
}
  .main-blog h3.card__heading.h2 {
    font-size: 15px;
}
  .custom-readd-button {
    font-size: 14px;
}
  .as-image img {
    height: 320px;
}
  .footer-block--newsletter {
    width: 100%;
}
  .as-image {
    width: 100%;
}
  .as-text-content {
    width: 100%;
}
.art_call_main {
    width: calc(48% - 10px);
}
.blog-articles__article.article {
    width: calc(49% - 10px) !important;
}
}
@media only screen and (max-width:749px){

.flex_img_banner_neww {
    grid-template-columns: 1fr;
}

  .hmb-wrappr {
    flex-direction: column-reverse;
}
  .hmb-image {
    width: 100%;
}
  .hmb-heading {
    width: 100%;
    align-self: center;
}
  .header__heading-logo {
    max-width: 60%;
}
  .hmb-heading h1 {
    font-size: 40px;
}
  .hlb-title {
    top: 10px;
    left: 20px;
}
.blind-of-records.desktop_nonr {
    display: block;
}
  .collection__title h2 {
    font-size: 20px;
}
  .custom-nav:after {
    content: unset;
}
  .custom-nav {
    justify-content: center;
}
  .hlb-content h3 {
    font-size: 40px;
}
  /* .home-right-image img, .home-left-block img {
    height: 480px;
} */
  .left-coll-image img {
    height: 380px;
    object-fit: cover;
}
  .blog .blog__post:nth-child(1) {
    padding: 0px;
    transform: inherit;
}
  .blog .blog__post:nth-child(3) {
    padding: 0;
    transform: inherit;
}
  .ht-heading h2 {
    font-size: 30px;
    text-align: center;
}
  .htt-content p {
    font-size: 26px;
}
  .ht-pro-cont p {
    font-size: 14px !important;
}
  .footer-block.grid__item.footer-block--menu {
    padding-left: 0;
}
  .footer-block.grid__item.footer-block--menu, .footer-block.grid__item, .footer-block__newsletter {
    padding: 0;
}
  .home-time-discount {
    padding: 0rem 0 4rem;
}
  .conit-block {
    width: 100%;
}
  .footer__content-top.page-width {
    padding-top: 40px;
    padding-bottom: 40px !important;
}
  .blog-articles__article.article {
    width: 100%;
}
  .blog-text-ban h1 {
    font-size: 50px;
}
  .blog--imagee img {
    height: 400px;
}
  .as-image img {
    height: 260px;
}
  .as-text-content {
    padding: 20px;
}
  .as-heading h2 {
    font-size: 30px;
}
  .ncbb-image img {
    height: 200px;
}
  .ncbb-content {
    text-align: center;
}
  .card__heading {
    font-size: 15px;
}
  .custom--div {
    left: inherit;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
  .facets-wrapper .mobile-facets__open {
    border-right: 1px solid #00000000;
}

.artist_main_banner {
    padding: 10px 0px;
}

.artist_main_banner h2 {
    font-size: 25px;
}

.artists_main_new .slick-arrow {
    top: -40px;
}

.text_img_link_main .text_img_grid a h3 {
    font-size: 13px;
}

.video_neww_main h2 , .f_40 {
    font-size: 30px;
}

.image_banner_text_neww  .paragraph_style_list {
    gap: 7px;
}

.flex_img_banner_neww .flex_img_banner_first {
    order: 2;
}

.flex_img_banner_first h2 {
    margin-top: 0;
    margin-bottom: 5px;
}
.art_call_main {
    width: 100%;
}
.htd-wrap {
    flex-direction: column-reverse;
}
.hlb-taxture-image:after {
    width: 60px;
    height: 60px;
}
.hlb-taxture-image:after {
    right: 10px;
    top: 10px;
}
.home-feat-coll-2 .card__inner {
    width: 100%;
    height: 220px;
}
.card__media .media img {
    padding: 5px;
}
.blog-articles__article.article {
    width: 100% !important;
}
.main-blog .card__inner {
    height: 345px;
}
.slick-arrow img {
    width: 15px;
}
.slick-arrow {
    padding: 10px;
}
.header {
    padding: 0px 1rem 0px 1rem !important;
}
.header__heading-logo {
    max-width: 50%;
}
img.custom-rock-image {
    width: 100%;
    max-width: 35px;
}
p.announcement-bar__message.h5 {
    font-size: 9px !important;
}
p.announcement-bar__message.h5 {
    font-size: 9px !important;
    padding: 8px 0px;
    min-height: 2rem !important;
}
.header__heading-logo-wrapper {
    justify-content: center;
}
h1.header__heading {
    display: flex;
    align-items: center;
    width: 100%;
}

a.header__heading-link {
    padding-left: 0px;
}

.blind-of-records.desktop_nonr {
    height: auto;
    font-size: 11px;
    width: 170px;
}
.right-pros {
    background: #272830;
    position: relative;
    z-index: 2;
}
.hmb-wrappr {
    position: relative;
}

.hmb-products {
    width: 100%;
}
.hmb-wrappr {
    flex-direction: row-reverse;
}
.hmb-image {order: 1;}

.hmb-heading {
    order: 2;
}

.hmb-products {
    order: 3;
}
.hmb-products {
    max-width: 240px;
    margin: 0 auto;
}
.hmbp-product-card p {
    font-size: 10px;
}
.hmbp-product-card h2 {
    font-size: 15px;
}
.hmbp-product-card img {
    height: 280px;
}
.hmb-heading h1 {
    font-size: 30px;
}
.hmb-products {
    max-width: 280px;
    margin-top: 40px;
}
}