/** Shopify CDN: Minification failed

Line 51:7 Expected identifier but found whitespace
Line 51:8 Unexpected "60px"

**/
.daishik-top-product {
	.card__inner {
		.card__content {
			background: transparent;
		}
	}
	.product-grid {
		grid-template-columns: 2fr 1fr  1fr;
		gap: 30px;
		align-items: center;
		li {
			width: 100%;
			display: inline-block;
			max-width: 100%;
			&:first-child {
				grid-row-start: 1;
				grid-row-end: 3;
				width: 100%;
				max-width: 100%;
			}
		}
	}
	.card__media {
		.media {
			img {
				border-radius: 14px;
			}
		}
	}
}
.daishik-top-product .card-wrapper.product-card-wrapper .card__content .quick-add product-form .sold_out {
    background: var(--Daishik-BTN-Primary, #78954D) !important;
    box-shadow: 4px 4px #000;
    width: 180px !important;
    height: 56px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #e7edda;
    border-radius: 12px !important;
}
 width: 60px;
}
.product-ctm h2.title.inline-richtext.h1 {
    font-family: Work Sans;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Daishik-TXT-Primary, #2C2322);
}
.product-ctm {
    background-attachment: unset;
    background-position: center;
}
.daishik-top-product .quick-add product-form button:last-child {
    width: 200px !important;
}

.top-image {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    text-align: right;
}
.bottom-image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    text-align: left;
}
.top-image img {
    width: 27%;
}
.bottom-image img {
    width: 27%;
}
@media screen and (max-width: 767px){
.daishik-top-product ul li .card__content {
    display: block;
}
.daishik-top-product .product-grid li {
    width: 80% !important;
}
}

@media screen and (min-width: 768px){
.daishik-top-product .product-grid{
  	display: grid;
}
}

@media screen and (min-width: 768px) and (max-width:800px) { 
.daishik-top-product .product-grid {
    display: block;
}
.daishik-top-product .product-grid li .card-wrapper {
    padding: 0 30px;
}
  }

@media screen and (min-width: 801px) and (max-width:1023px) { 
.daishik-top-product .product-grid {
    display: block;
}
.daishik-top-product .product-grid li .card-wrapper {
    padding: 0 30px;
}
  }