@font-face {
    font-family: "Bangers";
    src: url("/cdn/shop/files/Bangers-Regular.woff2?v=1743686606") format("woff2"),
      url("/cdn/shop/files/Bangers-Regular.woff?v=1743686609") format("woff"),
      url("/cdn/shop/files/Bangers.otf?v=1743687035") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: auto;
  }
@font-face {
    font-family: "Bangers";
    src: url("/cdn/shop/files/Bangers-Regular.woff2?v=1743686606") format("woff2"),
      url("/cdn/shop/files/Bangers-Regular.woff?v=1743686609") format("woff"),
      url("/cdn/shop/files/Bangers.otf?v=1743687035") format("opentype");
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: auto;
  }
@font-face {
    font-family: "Bangers";
    src: url("/cdn/shop/files/Bangers-Regular.woff2?v=1743686606") format("woff2"),
      url("/cdn/shop/files/Bangers-Regular.woff?v=1743686609") format("woff"),
      url("/cdn/shop/files/Bangers.otf?v=1743687035") format("opentype");
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: auto;
  }
p{
  font-family: arial;
}
a{
  text-decoration:none !important;
}
html{
    scroll-behavior: smooth;
}
/* --- announcement-bar Start --- */
.announcement-bar__message{
    font-family: bangers;
    font-size: 12px;
}
.announcement-bar .announcement-bar__message {
  min-height: 2.8rem;
  padding: 6px 0px;
}
.announcement-bar__message svg{
  display:none !important;
}
/* --- announcement-bar Css End --- */
/* --- Header Css Start --- */
.header-wrapper .header{
  padding-top: 8px;
  padding-bottom: 8px;
}
.header__menu-item{
  color:#fff !important;
}
.header-wrapper header.header .icon-cart path {
    stroke-width: 1.2px;
}
.header__icon--cart .icon{
    height: 2.4rem !important;
}
.header__inline-menu .list-menu li a {
  font-family: bangers;
  font-size: 18px;
  text-decoration: none !important;  
}
.header__inline-menu .list-menu li a:hover{
  text-underline-offset:unset;
}
.header-wrapper .header--middle-left {
  grid-template-columns:1fr auto 1fr !important;
}
.header__inline-menu .list-menu li a:hover span, .header__active-menu-item{
  text-decoration:none;
}
.header__icon .svg-wrapper svg.icon.icon-search {
    display: none;
}
.header .header__search .header__icon--search{
  display: none;
}
/* --- Header Css End --- */
/* banner section start*/
.mobile_banner,
.mobile_parent_banner{
  display: none
}
.mobile_banner img{
  width: 100%;
}
.banner-image.mobile-custom-banner{
  display: none;
}
slideshow-component .custom-url-banner {
    z-index: 3;
}
.custom-blog{
  background-color: #000;
  margin: 0 auto;
  width:100%;
  max-width: 100%;
}
.collection .grid .grid__item{
  background-color: #1A1A1A;
} 
/*banner section end*/
/*  collection-list  */
.collection-list-wrapper .collection-list-title{
  font-family: bangers;
}
.collection-list-wrapper .title-wrapper-with-link{
    justify-content: center !important;
}
.collection-list-wrapper .collection-list .card__heading{
  font-family: arial;
  text-align: center;
  text-transform: capitalize;
}
/*  collection-list  */
/* --- Banner section Start */
.mobile_banner,
.mobile_parent_banner{
  display: none;
}
.mobile_banner img{
  width: 100%;
}
.banner-image.mobile-custom-banner{
  display: none;
}
slideshow-component .custom-url-banner {
    z-index: 3;
}
.slideshow__controls button.slideshow__autoplay.slider-button {
    border: none;
    display:none;
}
.slideshow__autoplay span.svg-wrapper {
    display: none;
}
.slider-mobile-gutter .slideshow__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    /* height: 100%; */
    transform: translate(-50%, -50%);
    border: none;
    justify-content: space-between;
    align-items: end;
}
.slider-mobile-gutter .slideshow__controls .slider-counter{
  display:none;
}
.slideshow__controls button.slider-button {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
}
.slider-mobile-gutter .slideshow__controls span.svg-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.slider-mobile-gutter .slideshow__controls svg.icon.icon-caret {
    height: 30%;
}
.slider-mobile-gutter .slideshow__controls .icon.icon-caret path {
    fill: #fff;
}
.slider-mobile-gutter .slideshow__controls svg.icon.icon-caret {
    height: 30%;
}
.slider-mobile-gutter .slideshow__controls .slider-counter__link--active.slider-counter__link--dots .dot {
    background: #fff;
    border-color: #fff;
}
.slider-mobile-gutter .slideshow__controls .slider-counter__link--dots .dot{
     border-color: #fff;
}
.slider-mobile-gutter .slideshow__controls .slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
    border-color:#fff;
}
slideshow-component .custom-url-banner {
    z-index: 3;
}

/* --- Banner section End */
/* Featured Collections Start  */
.collection .grid{
  gap: 26px;
  justify-content: center;
}
.collection .grid .grid__item{
    box-shadow: 0 0 16px #ffffff;
}
.collection__title h2.title {
    font-family: bangers;
    font-weight: 600;
    font-size: 40px;
}
.collection .grid .grid__item .card-wrapper{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
  border-radius:;8
}
/* .collection .grid .grid__item{
  background-color: #f4eedb;
  border-radius:12px;
} */
/* .collection .card-wrapper .card__inner{
  border: 2px solid !important;
  border-radius: 130px 130px 0px 0px !important;
} */
.collection .grid__item .card-wrapper.product-card-wrapper .card--media .card__inner + .card__content{
    background: #1A1A1A;
    padding: 10px;
}
/* .collection .grid .grid__item .card__information{
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding:0;
} */
.collection slider-component .product-grid .grid__item {
    border-radius: 10px;
    overflow: hidden;
  padding:14px;
}
.collection .card-information .price-item, .collection .card-information .price-item--regular {
  color:#E6DFD1;
}
.collection .grid .grid__item .card__information .card__heading.h5{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family:arial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collection .grid .grid__item .card__information .card-information{
  font-weight:600;
}
.collection .grid .grid__item .card__information .card-information .price__regular .price-item {
  font-size:14px;
}
.collection__title h2{
  text-align:center;
}
.featured-product-containt{
  padding:10px;
  background:#acecf7;
  margib-top:0px;
      font-size: 0.5rem;
    border-radius: 8px;
    margin-bottom: 10px;
}
.mix_and_match {
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 14px !important;
    text-align: center;
    margin: 0;
}
.collection .card__heading a{
    color: #E6DFD1;
    text-decoration: none !important;
    text-decoration: none !important;
    font-size: 16px;
    text-transform: capitalize;
}
.collection .card__heading a:hover{
  /* color:red; */
   text-decoration: none; 
}
.card__content .quick-add{
  margin: unset ;
}
.quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    color: #fff !important;
    z-index: 999;
    position: relative;
    opacity: 1;
    background: #D8392D;
    border: none;
    --border-opacity: none;
    border-radius: 6px;
  box-shadow:none;
      font-size: 20px;
    font-weight: 600;
    font-family: banger;
}
.quick-add__submit span{
  font-family:bangers;
}
.quick-add__submit:hover { 
  background-color: #fff;
  color:#000 !important;
}
.button--secondary:after{
  --border-opacity:unset !important;
}
/* .custom-featured-collection{
  background-color:#000;
} */
.dummy-text p{
  font-weight:700;
  font-size: 12px;
  font-family:arial;
  color:#E6DFD1;
  padding-top:12px;
  padding-bottom: 16px;
  margin:0;
}
.price__container{
  font-family:arial;
}
.custom-star-rating{
  margin: 6px 0px;
  display: flex;
  align-items: end;
  color:#E6DFD1;
}
.card-wrapper .rating-star{
  font-size:22px !important;
  --color-rating-star:#E6DFD1;
}
.custom-star-rating .rating-count{
  font-size: 1.5rem;
}
.collection .card-wrapper .card__media .media img{
  padding: 10px;
  border-radius: 18px;
  object-fit: fill;
}
.collection .card-wrapper .card__inner{
  background-color: #1A1A1A;
}
.collection .card__inner .card__content .card__badge .badge{
  background-color: #d8392d;
  color: #fff;
  font-weight: 600;
}
.collection .card__content .card__information {
    padding-top: 0;
    padding-bottom: 0 !important;
}
.collection .card__inner{
  --ratio-percent: 70% !important;
}
/* Featured Collections end */
/* Related Product start */
.product__tax.caption {
  font-family: arial;
}
.related-products .grid .grid__item .card-wrapper{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
  border-radius:;8
}
.related-products .grid__item .card-wrapper.product-card-wrapper .card--media .card__inner + .card__content{
    background: #5f479c;
    padding: 10px;
}
.related-products slider-component .product-grid .grid__item {
    border-radius: 10px;
    overflow: hidden;
}
.related-products .card-information .price-item, .collection .card-information .price-item--regular {
  color:#E6DFD1;
}
/* Related Product end */
/* --- Footer section Start */
.field:focus-visible .newsletter-form__button .icon-arrow path {
    stroke-width: 5px;
}
.field:hover .newsletter-form__button .icon-arrow path {
    stroke-width: 5px;
}
footer.footer .footer__content-top {
    padding-bottom: 2rem;
    display: block;
    display: flex;
    gap: 5px;
    align-items: baseline;
}
footer.footer .footer-block__newsletter {
    text-align: start;
    width: 90%;
}
footer.footer .footer__blocks-wrapper {
    width: 75%;
}
footer.footer .footer-block--newsletter {
    width: 24%;
    margin-top: 0;
}
/* TMD Badge */
.custom-badge img{
  width:14px;
  height:14px;
}
.custom-badge{
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color:#fff;
}
.custom-badge a{
  text-decoration:none;
  color:#fff;
}
/* TMD Badge */
.footer .newsletter-form__button svg.icon-arrow path {
    fill: none;
    stroke-width: 3px;
    stroke: #fff;
}
.footer .newsletter-form__button svg.icon.icon-arrow {
    width: 24px;
    height: 24px;
}
footer.footer .list-social__item .svg-wrapper {
    width: 30px;
    height: 30px;
}
footer.footer .footer-block--newsletter {
    flex-direction: column;
    align-items: baseline;
    gap: 2rem;
}
.footer__content-bottom-wrapper{
    justify-content: space-between;
    align-items: center;
}
.footer .footer__content-top .footer-block__details-content .list-menu__item--link:hover, .footer__content-bottom .copyright__content a:hover {
    text-decoration: none;
}
.footer-block__details-content p{
    font-size: 16px;
}
.footer-block:nth-child(2){
  padding-left:100px;
}
.footer .footer-block__heading{
  font-family:bangers;
  font-size: 20px !important;
}
.footer-block .footer-block__details-content li{
  margin:unset !important;
}
.footer-block .footer-block__details-content li a{
  font-family: arial;
  font-size: 14px;
}
.footer__copyright.caption .copyright__content{
    font-family: arial;
}
.footer__content-bottom-wrapper .footer__copyright, .footer__content-bottom-wrapper .custom_icon .footer__payment {
  margin:0px;
  color:#fff;
}
.footer .footer-block__details-content p, .footer .footer-block__details-content li a{
  color:#fff !important;
}
.footer-block--newsletter .list-social__item .link{
  padding-left: 0px;
}
/* --- Footer section End */

/* Cart Drawer start */
.cart-drawer__form  .cart-item__details .cart-item__name {
   text-transform: capitalize; 
}
.drawer .cart-drawer .drawer__header h2.drawer__heading {
    font-weight: 600;
}
cart-drawer-items .cart__contents .cart-items .caption-with-letter-spacing {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}
.cart-drawer cart-drawer-items .cart-item .cart-item__price-wrapper span.price.price--end {
    font-size: 18px;
    font-weight: 700;
}
.upsell-products-main #wishlisthero-product-page-button-container {
    display: none;
}
.upsell_products_wrapper h3.upsell_title {
    font-size: 20px;
    font-weight: 600;
}
p.custom_shopping_content {
    margin: 0;
    color: #000;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 600;
}
.cart-drawer .drawer__inner{
    width:44rem;
    padding:unset;
}
.cart-drawer .drawer__footer .cart__ctas .button {
    background-color: #D8392D !important;
    font-weight:700;
    font-family: bangers;
    font-size: 22px;
}
.cart-drawer .drawer__footer .button:not([disabled]):hover:after {
    box-shadow: none;
}
.cart__login-title{
  display:none;
}
.cart__login-paragraph{
  display:none;
}
.drawer__inner-empty .drawer__close{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap:wrap;
}
.drawer__inner-empty h2.cart__empty-text {
    margin-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
  font-family:bangers;
}
.cart-drawer__warnings .drawer__close {
    right: 0px !important;
}
.promotion-banner.svelte-punrie.svelte-punrie {
    background: #d0e2f9;
    border-radius: 0 0 15px 15px;
    padding: 6px 10px;
    width:100%;
}
.promotion-banner.svelte-punrie p.svelte-punrie:first-child {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.promotion-banner.svelte-punrie p.svelte-punrie {
    margin-bottom: 0;
    color: #2042a2;
    font-weight: 500;
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat';
}
.promotion-banner.svelte-punrie p.svelte-punrie:last-child {
    font-weight: 600;
    color: #333333;
}
.drawer__heading h2{
  margin:0;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
 .is-empty .drawer .drawer__inner  {
     grid-template-rows: unset;
 }
.drawer__inner .drawer__header{
  flex-wrap:wrap;
}
.cart-drawer .drawer__header{
  padding: 1.5rem 20px;
}
.cart-drawer .drawer__close{
  right:10px;
}
.cart-drawer .cart-drawer__form, .cart-drawer .upsell_products_wrapper{
    padding: 20px 20px !important;
}
.cart-drawer .upsell_products_wrapper{
  padding-bottom:0px !important;
}
.cart-drawer .drawer__inner-empty a.button {
    background: #D8392D;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    font-family: bangers;
}
.cart-drawer .drawer__inner-empty a.button:after{
  box-shadow:unset;
}
cart-drawer .cart-drawer .drawer__inner-empty a.button:after {
    box-shadow: none;
}
cart-drawer .cart-drawer .drawer__inner-empty .button:not([disabled]):hover:after {
     box-shadow: unset;
}
.cart-drawer .drawer__footer{
  padding: 8px 20px 0px 20px;
  background-color: #f2f2f2; 
}
.cart-item__name:hover{
  text-decoration:none;
}
.tax-note a{
  text-decoration:none;
}
.cart-item__quantity-wrapper .quantity{
  min-height: 3rem;
  width:10rem !important;
}
.quantity__button{
 width:3.5rem !important; 
}
.cart-item__quantity-wrapper .quantity__button .quantity__input{
  font-size: 14px;
} 
.quantity button:first-child{
  border-right:1px solid black;
}
.quantity button:last-child{
  border-left:1px solid black;
}
.cart-item__quantity-wrapper{
  justify-content: space-between;
}
.cart-item__details .cart-item__name:hover{
  text-decoration:unset;
}
.cart-drawer .product-option{
    font-size: 16px;
    font-weight: 600;
}
.upsell-products-main .card-information .price__container span.price-item {
    font-weight: 600;
}
.cart-item__details .cart-item__name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    font-weight:600;
    font-size: 20px;
    font-family: 'Bangers';
}
.upsell-products-main .card-information .price__container s.price-item.price-item--regular {
    color: #2042a2;
    font-weight: 700;
    font-size: 11px;
}
.upsell-products-main .product-card-wrapper .card-information .price__sale {
    font-size: 12px;
}
.cart-drawer .upsell_products_wrapper .card__heading a{
  font-weight: 600;
}
.cart-drawer .cart-item{
  row-gap:4px !important; 
  border-bottom: 1px solid #d0d0d0;
}
.cart-drawer .cart-item:last-child {
   border-bottom: none;
}
.cart-item__name {
  font-size:16px;
}
.product-option,.product-option dt, .product-option dd  {
  font-size:12px;
}
.cart-item__details dl{
  margin-top: 2px;
}
.cart-drawer__footer .totals__total-value {
  font-size:16px;
}
.cart-drawer__footer .tax-note{
  font-size:12px;
  margin-bottom: 10px !important;
  font-family:arial;
}
.secure-payment, .secure-payment img{
  width:100%;
}
.drawer__footer .cart__ctas{
  display:unset;
}
.cart-drawer__footer .totals .totals__total, .cart-drawer__footer .totals__total-value{
  font-weight:600;
  font-family:arial;
  font-size: 18px;
  color: #000;
}
.cart-drawer__footer .totals{
  margin-bottom:20px;
}
.cart-drawer .cart-item{
    grid-template: repeat(2, auto) / repeat(3, 1fr) !important;
}
.cart-drawer .price__regular .price-item--regular {
    font-size: 12px;
    font-weight: 500;
    /* font-family: 'Libre Baskerville' !important; */
    color: rgb(18 18 18 / 75%);
}
.upsell-products-main .card__content .card__information {
    padding-top: 0;
    padding-bottom: 0;
}
.cart-drawer .drawer__header{
    padding-bottom: 0;
}
.drawer__heading {
  font-family:bangers;
  font-size: 28px;
}
.cart-items tr{
  font-family: arial;
}
.cart-items .tbody{
  font-family: arial;
}
.cart__checkout-button:after{
  box-shadow: unset !important; 
}
/* Cart Drawer ends */
/* --- Login Account Start */
.customer.login, .customer.register {
    box-shadow: 0 0 30px #000;
    border-radius: 10px;
    padding: 30px !important;
    margin-bottom: 60px !important;
    margin-top: 60px !important;
} 
.customer.login h1, .customer.register h1{
  font-family:bangers;
}
.customer.login form .field input, .customer.login form .field label, .customer.register form .field input, .customer.register form .field label {
  font-family:arial;
}
.customer.login form .h_wizard .h_divider ,.customer.register form .h_wizard .h_divider{
  font-weight: 600;
  font-family: arial;
}
.customer.login form a {
  text-decoration:none;
  font-family:arial;
}
.customer.login form button, .customer.register form button {
  font-family:bangers;
  border-radius: 10px;
  --border-offset: none;
}
.h_google_text.h_google_full, .h_facebook_text.h_facebook_full {
  font-family:arial;
}
/* --- Login Account End */
/* --- Product Page Start */
.accordion+.accordion {
  margin-top: 22px !important;
}
.accordion+.accordion summary{
  border-top: 2px dashed #d0021b;
}
.jdgm-prev-badge__text{
  font-family:arial;
}
.product__info-wrapper .product__title {
  margin-top: 0px;
  margin-bottom:0px;    
}
.product .product__info-wrapper .product__description{
   margin: 12px 0;
}
.product__info-wrapper .product__title h1 {
   text-transform: capitalize;
   font-family: bangers;
}
.product__info-wrapper .product__description h3{
  font-family:arial;
  font-weight:600;
}
.product-form__input.product-form__quantity{
  display:flex;
  gap:10px;
  align-items:center;
}
.product-form__input.product-form__quantity .quantity{
    width: 10rem;
    min-height: 3.6rem;
}
.product-form__input.product-form__quantity .quantity__button{
  background-color: antiquewhite;
  width:2.5rem !important;
}
.product-form__input.product-form__quantity .quantity .quantity__button:nth-child(1){
  background-color: #000;
  border-radius: 6px 0px 0px 6px;
  border-right: none;
}
.product .price__container .price-item--regular{
  font-size: 24px !important;
} 
.product-form__input.product-form__quantity .quantity .quantity__button:last-child{
  background-color: #000;
  border-radius: 0px 5px 5px 0px;
  border-left: none;
}
.product__info-wrapper .product-form__submit{
    background-color: #D8392D;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Bangers';
    text-decoration: none;
    --border-opacity: none !important;
    box-shadow: #fff 0 4px 0 0;
    border-radius: 16px;
}
.product__accordion{
    border: 2px dashed #d0021b;
    border-radius: 6px;
    width: 440px;
    margin-top: 16px;
}
.accordion .summary__title{
  padding-left:20px;
}
.product__info-wrapper .accordion__content{
    font-size: 18px;
    background-color: #D8392D;
    color:#fff;
    border: 2px dashed #fff;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    max-width: 90%;
    width: 100%; 
    margin: 0 auto;
    margin-bottom: 2rem !important;
}
.image-with-text__text.body, .image-with-text__text--caption{
    color:#fff;
}
.product__info-wrapper .product__info-container .product__text{
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    font-family: arial;
}
.product__info-wrapper .product__text.caption-with-letter-spacing{
    font-size: 20px;
    font-family: 'Bangers';
    color: unset;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    max-width: 450px;
}
.product__info-wrapper  .quantity__label {
    font-family: arial;
    font-size: 14px;
}
.product__info-wrapper .quantity__input{
    font-family: arial;
}
.summary__title .accordion__title {
    font-family: arial;
    font-weight:600;
}
.product__accordion .accordion__content h4 {
   font-family:arial;
   color:#fff;
   padding: 6px 0px;
}
.quantity__input{
 font-family:arial; 
}
.quantity:after{
  border-radius:6px;
}
.collapsible-content__heading{
  font-family:bangers;
}
.accordion__title{
  font-family:arial;
}
.per-save{
  font-family:arial;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 4px;
}
.collapsible-content summary:hover .accordion__title{
  text-decoration:none !important;
}
.product .banner {
  margin-top: 30px;
  margin-bottom: 30px;
}
.product .product__info-wrapper .price-item{
  color:#fff;
  font-family: arial;
  font-weight: 600;
}
.product .product__info-wrapper .quantity__label{
  color:#fff;
  font-family: arial;
  font-weight: 600;
  margin:0;
  font-size: 16px;
}
.product .product__info-wrapper .price .badge {
  background-color: #E0B42C;
  color: #000;
  font-family: arial;
}
.tmd_custom-mobile_rpd_main{
  display: none;
}
/* TMD-R== Css Start */
.shopify-payment-button button.shopify-payment-button__button{
      background-color: #D8392D;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Bangers';
    text-decoration: none;
    --border-opacity: none !important;
    box-shadow: #fff 0 4px 0 0;
    border-radius: 16px;
    padding: 0em !important;
}
.featured-product .product__media-item .product-media-container{
    border-radius: 10px;
    overflow: hidden !important;
    padding: 14px;
    box-shadow: 0 0 16px #ffffff;
}
.featured-product .product__media-item .product-media-container .product__media.media{
  border-radius: 10px;
  overflow:hidden;
}
.featured-product .grid__item .product__title{
    text-transform: capitalize;
    font-family: bangers;
    letter-spacing: 1px;
}
.product__media-item .product-media-container .product__media-icon {
  right: 1.2rem !important;
  left: unset;
}
/* TMD-R== Css End */
/* --- Product-image and slider start --- */
.product .grid__item media-gallery {
    display: flex;
    width: 100%;
    gap: 14px;
    flex-direction: unset;
    justify-content: center;
}
.featured-product .product__media-item{
    margin: 12px !important;
}
.product .grid__item .slider-mobile-gutter {
    width: 85%;
    order: 2;
}
.product .grid__item media-gallery .slider-mobile-gutter .product__media-list {
    margin: auto;
}
.product .grid__item .thumbnail-slider {
    width: 15%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    order: 1;
    align-items: start;
    text-align: start;
}
.product .grid__item .thumbnail-list {
    padding: 0!important;
    flex: auto!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.product .product__column-sticky .thumbnail-slider .thumbnail-list{
    padding: auto; 
    display: flex; 
    height: 100%;
    overflow-y: scroll;
}
.product .grid__item.product__media-wrapper{
  width:50% !important;
  max-width:50% !important;
}
.product .product__info-wrapper.grid__item{
  width:50% !important;
  max-width:50% !important;
}
.product .product__info-wrapper.grid__item .product__info-container{
  max-width: 60rem;
  margin: 0 auto;
}
.rich-text .rich-text__heading{
  font-family: 'Bangers';
}
#canvas {
    background-color: #fff !important;
}
.custom-video-meta {
  z-index: 11;
  width:100%;
}
#ProductAccordion-custom_collapsible_tab_qfycNR-template--19082378215652__main {
  padding: 1rem 1rem 0rem 1rem;
  background-color: unset;
}
.main-image.mobile {
  display: none;
}
.full-how-to-play .main-image.desktop{
  display: block;
}
.product__info-container iframe{
  width: 100%;
}
.accordion__content p:has(iframe){
  padding-top: 10px;
}
/* --- Product Page End */
/* Contact page css start*/
/* .contact {
    width: 50%;
} */
.custom-contact p{
  display: flex;
  align-items: center;
  gap: 10px
}
h1.main-page-title,h2.rich-text__heading {
    font-size: 35px;
}
.contact.page-width {
    box-shadow: 0 0 30px #E6DFD1;
    border-radius: 10px;
    padding: 30px!important;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid white;
}
.page-width--narrow:has(.main-page-title) {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 40px;
}

.main-page-title{
  margin-bottom:0 !important;
}
.custom_contact_main {
    width: 50%;
}
.custom-contact {
    width: 50%;
    padding-left: 70px;
}
.custom-contact h3{
  margin:0;
}
.social-contact-icons{
  display:flex; 
  gap:10px;
  margin-top: 22px;
}
.social-contact-icons button{
    padding: 8px 14px;
    border-radius: 6px;
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: bangers;
    font-size: 22px;
    cursor: pointer;
}
.social-contact-icons button:last-child{
  background-color: #fff !important;
  color:#000;
  font-family: bangers !important;
  font-size: 22px !important;
}
.custom_heading{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Bangers';
    margin: 0;
    color: #fff;
}
.main-page-title{
  font-family: banger;
  font-weight: 600;
  font-size: 40px;
}
.button{
  font-family:arial;
}
.contact .contact__button .button{
  background-color: red;
  font-family: bangers;
  font-size: 26px;
}
.custom_contact_main .contact__button{
  margin-top: 4.2rem;
}
/* Contact page css end*/
/* Inner Page css Start */
.page-width--narrow {
  padding-left: 50px;
  padding-right: 50px;
}
.page-width--narrow .main-page-title{
  color:#fff;
  font-family:bangers;
  padding-bottom: 40px;
}
.page-width--narrow .rte{
  color:#fff;  
}
.page-width--narrow .rte p{
  font-family:arial;
  margin:0px;
  text-align: left;
}
.page-width--narrow .rte h3,.page-width--narrow .rte h4{
  color:#fff;
  font-family:bangers;
  font-size: 20px;
  
}
/* Inner Page css end */
/* Colection Page css start */
.facets-vertical .collection .grid{
  justify-content: start;
}
.facets-layout .list-menu__item .facets__label{
  color: #fff;
}
.facets__display-vertical .facets__selected, .facet-checkbox__text, .field .field__input {
  font-family: arial;
}
.collection-hero__text-wrapper {
  text-align: center;
}
.collection-hero__title {
  font-family: bangers;
}
.product-grid-container .collection .grid .grid__item{
    border-radius: 10px;
    overflow: hidden;
    padding: 14px;
}
.facets .facets__heading, .facets__summary .facets__summary-label, .facet-filters__label, .facet-filters__sort ,.product-count__text span, .facets__display, .facets__summary span{
  font-family: bangers;
  color:#fff;
}
.facets .facet-filters__sort {
  background-color: #000;
  color:#fff;
}
.active-facets__button-remove span {
  font-family: arial;
}
.facets__form .facets__summary:hover .facets__summary-label {
  text-decoration: none;
}
.facet-filters__label label{
  color: #fff
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label{
  text-decoration:none !important;
}
{

}
/* Colection Page css end */
/* Colection list Start */
.collection-list .icon-wrap{
  display:none;
}
/* Colection list end */
/* Search Page Start */
.template-search {
  background-color: #000;
}
.template-search__header h1.h2{
   color: #fff;
   font-family: 'Bangers';
}
.template-search__header .field__label{
  font-family: 'Bangers';
}
.predictive-search__heading, .predictive-search__list-item .predictive-search__item-heading{
  font-family: bangers;
}
.template-search__header p{
  color:#fff;
}
.predictive-search__list-item a{
  color:#000;
}
.predictive-search__item-heading.h5{
  color:#000;
}
.parent-display .facets__header .facets__selected{
  color:#00;
}
.facets__label, .facets__item{
  color: #000;
}
/* Search Page end */
/*  featured Product Start */
.featured-product .product__view-details .icon{
  display: none;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:after{
  border-radius: 20px;
}
.featured-product .product__info-wrapper .product__info-container .product__text{
  font-family: bangers;
  color: #fff;
  max-width: 68%;
  margin: 0 auto;
  width: 100%;
}
.share-button+.product__view-details{
  font-family: arial !important;
}
/* featured Product end */
#shopify-section-template--19082378215652__17537759031059325c {
  background-color: #000;.
    font-family: arial;
}
.jdgm-rev-widg__title {
  font-family: bangers !important;
  font-size: 24px !important;
}
.jdgm-rev-widg__title, .jdgm-rev-widg__summary-text, .jdgm-form__title, .jdgm-form__fieldset label, .jdgm-form__fieldset p, .jdgm-form__fieldset .jdgm-countdown{
  color:#fff ;
    font-family: arial;
}
.jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  background-color: #fff;
  color: #000 !important;
    font-family: arial;
}
 .jdgm-form__fieldset .jdgm-btn, .jdgm-form__fieldset .jdgm-btn,  .jdgm-sort-dropdown option, .jdgm-write-review-modal__field-input {
   color:#000 !important;
     font-family: arial;
 }

.jdgm-form input[type="text"], .jdgm-form input[type="email"], .jdgm-form input[type="url"], .jdgm-form textarea {
  background-color: #000 !important;  
    font-family: arial;
}
.jdgm-rev-widg__reviews .jdgm-rev__content, .jdgm-rev__timestamp, .jdgm-histogram__frequency {
  color:#fff !important;
  font-family: arial;
}
.jdgm-rev__reply-content {
  color:#fff !important;
  font-family: arial;
}
.jdgm-rev__replier, .jdgm-rev__replier-wrapper, .jdgm-rev__author {
  color:#fff !important;
  font-family: arial;
}
.jdgm-rev .jdgm-rev__reply {
  border: 1px solid #ffffff47;
  border-radius: 7px;
}
.jdgm-write-review-modal .jdgm-write-review-modal__field-input.error {
  color:#000!important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__nav-btn {
  background-color:#000 !important;
}