/** Shopify CDN: Minification failed

Line 114:15 Expected identifier but found whitespace
Line 114:17 Unexpected "{"
Line 114:35 Expected ":"
Line 115:8 Expected identifier but found whitespace
Line 115:10 Unexpected "{"
Line 115:28 Expected ":"

**/
.inner__collection--v2 .column{
    float:unset;

}
.inner__collection--v2 {
    display: flex;
    gap: 12px;
}

.subheading__header p{
   
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 25%;
    color: #0A0A0A;
}

.heading__main__featued h2{
    text-align: left;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -1%;
}

a.featued__btn {
    width: 168px;
    height: 50px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-width: 1px;
    border-radius: 100px;
    border: 1px solid black;
}

.collection__header__v2 {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.main__collection__v2 {
    margin-top: 40px;
}

/* card__styling */
.product-block.product_block-v2 {
    padding:0px;
}

.product-block.product_block-v2 .image-inner {
  aspect-ratio:1/0.7;
}
.product-block.product_block-v2 .image-inner *{
  height:100%!important;
  object-fit:cover!important;
}

.product-block.product_block-v2 .title {
  
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #0A0A0A;
}
.product-block.product_block-v2 .price__main {
    color: #c2994c;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}
.product-block.product_block-v2 .price.price__yellow--main {
     color: #c2994c;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.product-block.product_block-v2 .price.price__yellow--main *{
     color: #c2994c;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}


.product-block.product_block-v2 .cc-quick-buy-btn, .product-block--quickbuy.collection-block .cc-quick-buy-btn {
  position: absolute;
  top: -55px;
  left: 1px;
  right: 1px;
  z-index: 2;
  opacity: 0;
  transform: translateY(-5px);
  visibility: hidden;
  will-change: opacity, visibility, transform;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, color 0.3s, background-color 0.3s, border-color 0.3s;
  margin-top: 10px;
  background-color: transparent;
  border-color: {{ col_btn_quickbuy }};
  color: {{ col_btn_quickbuy }};
}

.product-block.product_block-v2 a.button.alt.cc-quick-buy-btn {
    background: black!important;
    text-align: center;
    border-radius: 1000px!Important;
    color:white!Important;
}

.product-block.product_block-v2 .caption.upper{
  opacity:1!important;
  visibility:visible!important;
}














@media screen and (max-width: 768px){
    .heading__main__featued h2 {
    text-align: left;
    font-weight: 500;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: -1%;
}
.subheading__header p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 25%;
    color: #0a0a0a;
}
.inner__collection--v2 {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.product-block.product_block-v2{
  width:100%;
}
.collection__header__v2 {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 21px;
}
}