/** Shopify CDN: Minification failed

Line 218:0 Expected "}" to go with "{"

**/


.imgbg{
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  background: url('//conceptwun.com/cdn/shop/files/Textured_blue_surface_close-up.png?v=1770269856');
  background-size: cover;
  background-position: center center;
}
.imgbg:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / 0%);
    z-index: -2;
}



.menu-item a, .right-nav, .right-nav > *, .header-logo-text{
  color: #b42123;
}


.product-info__description-pc, .product-info__description-pc > *,  .product-table th, .product-table td, .product-block-content, .accordion-toggle, .accordion-content > * {
   line-height: 1.4;
   font-size: 13px;
}
@media screen and (max-width: 749px){
  .menu-item a{
    color: #b42123;
  }
  .header-menu{
    background: #ffffff;
  }
  .product-info__description-mobile, .product-info__description-mobile > *, .product-table th, .product-table td, .product-block-content, .accordion-toggle, .accordion-content > *  {
    line-height: 1.6;
    font-size: 14px;
    
}

}
.pageloader-logo-text {
  color: #000000;
}
.shopify-payment-button__button--unbranded {
  color: #b42123 !important;
  border: 1px solid #b42123 !important;
}
.product-list__product-name, .product-price-block, .accordion-toggle span, h1, h2, h3, h4, h5, .copyright__content, .copyright__content > *, .cart__total, .cart__item-remove-link, #collections-listing ul li a, input, textarea, .option-value, a, .pages > *, .number_pages > *, .footer-nav {
  color: #b42123;
}

p, .main-page-content, .main-page-content > *, .product-info__description-pc > *, .product-info__description-pc, .product-info__description-mobile, .product-info__description-mobile > *, table, th, tr, .cart__quantity-value{
  color: #b42123;
}
.product-table th, .product-table td {
    border-bottom: 1px solid #b42123;
}

.button{
  color: #ffffff;
  background: #b42123;
}
.input-class{
  color: #b42123 !important;
  background: rgba(0,0,0,0) !important;
}

.only-accordion .accordion-item {
  border-bottom: 1px solid #b42123;
}
.accordion-container .accordion-item {
    border-top: 1px solid #b42123;
    border-left: 1px solid #b42123;
    border-right: 1px solid #b42123;
}
.last-accordion .accordion-item {
    border-bottom: 1px solid #b42123;
}


.collection-title{
  display: none;
}




.product-list__product-name{
  display: block;
}
.product-list__product-price{
  display: block;
}




.product-list__img-link {
    position: relative;
    width: 100%;
    height: 100%;
}
a.product-list__img-link::before {
    content: '';
    display: block;
    padding-bottom: 100%;
    height: 100%;
    width: 100%;
}
  .product-image-container {
    width: 100%;
    height: 100%;
}
.product-list__product-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    height: 98%;
}
@media screen and (max-width: 768px) {
    .product-list__product-img {
        height: inherit !important;
    }
}



.product-list__product-block {
    width: 33.3%;
}
.product-list__product-img {
  width: 98%;
}
/* @media screen and (max-width: 1200px){
.product-list__product-img {
  max-height: 400px;
}
}
@media screen and (max-width: 1000px){
.product-list__product-img {
  max-height: 350px;
}
} */




@media screen and (max-width: 768px){

.product-list__product-block {
    width: 50%;
}
.product-list__product-img {
    height: auto;
    width: 98%;
}
.product-list__product-price {
    font-size: 12px;
}

/* === Cart drawer: use SAME background image as site === */
.drawer,
.drawer__inner,
.drawer__content,
.cart-drawer,
.cart-drawer__inner,
.cart-drawer__content {
  background: url('//conceptwun.com/cdn/shop/files/Textured_blue_surface_close-up.png?v=1770269856') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

/* Add the SAME dark overlay used on the site background */
.drawer::before,
.drawer__inner::before,
.cart-drawer::before,
.cart-drawer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%) !important;
  pointer-events: none;
  z-index: 0;
}

/* Make sure cart content sits ABOVE the overlay */
.drawer * ,
.cart-drawer * {
  position: relative;
  z-index: 1;
}
:root{
  --site-bg-image: url('//conceptwun.com/cdn/shop/files/Textured_blue_surface_close-up.png?v=1770269856');
  --site-bg-overlay: rgb(0 0 0 / 0%);
}



