/** Shopify CDN: Minification failed

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

**/

.tab-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}
.tab-box {
    border: 1px solid #E9E9E9;

    overflow: hidden;
    position: relative;
    min-height: 316px;
    border-radius:10px;
}
.tab-box .content-card {
    background:  #f4ede1;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color:#5E3A14;
}
.tab-box .logo-wrapper img {
    width: 100%;
    object-fit: contain;
    height: 205px;
}
.tab-box .logo-wrapper {
    padding-block: 20px;
}
.top-tab-buttons {
    background-color: #FFF;
    padding-block: 50px;
}
button.tab-btn {
    border: 0.5px solid #5E3A14;

    padding: 17px 20px;
    border-radius:10px;
}
.tab-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}
button.tab-btn.active {
    background-color: #5E3A14;
    border-color: #5E3A14;
    color:#fff;
}

.tab-buttons-ctm {
    display: flex;
    gap: 20px;
    align-items: center;
}
.tab-btn-ctm {
    border: .5px solid #5E3A14;

    padding: 17px 20px;
}
.tab-btn-ctm.active {
    background-color: #fae8d5;
    border-color: #fae8d5;
}
.collection-tabs-ctm .collection-tabs-heading {
    /* font-size: 20px; */
}


@media screen and (min-width:1280px) {

}
@media screen and (max-width:989px) {
 
.tab-content {
    grid-template-columns: repeat(2,1fr);
    gap: 13px;
}

}
@media screen and (max-width: 767px) {
    :root {

    }
}
@media screen and (max-width: 767px) {
    
 
.tab-content {
    grid-template-columns: repeat(1,1fr);
    gap: 13px;
}
.tab-buttons {
    align-items: stretch;
    flex-direction: column;
}
.box:not(:nth-child(2)) .box__content-wrapper {
padding-right: 0px!important;
} 

