/** Shopify CDN: Minification failed

Line 15:5 Unexpected ";"

**/
.collection-page-header h1{
    color: rgb(var(--color-brand-purple));
    font-weight: 700;
    margin-bottom: 25px;
}

.main-products-grid .grid {
        column-gap: 16px;
        row-gap: 50px; 
    };

.main-products-grid[data-layout="grid"] .grid-cols-2 {
        row-gap: 72px;
        column-gap: 16px;
        margin: 0 0 18px;
        border: 0;
    }

.main-products-grid .card--product.card--product-best-seller {
            border-color: rgb(var(--color-brand-purple));
            position: relative;
        }

.main-products-grid .card--product.card--product-best-seller::before {
                content: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'><path d='M12.5388 13.3157L13.4077 11.9058L14.9756 11.3711L15.1493 9.72425L16.329 8.56291L15.7681 7.0041L16.329 5.44524L15.1494 4.28391L14.9756 2.63714L13.4077 2.10239L12.5389 0.692498L10.8955 0.890922L9.49946 0L8.10344 0.890996L6.46009 0.692572L5.59125 2.10243L4.0233 2.63718L3.84959 4.28394L2.66992 5.44528L3.23079 7.00413L2.66992 8.56299L3.84955 9.72429L4.02326 11.3711L5.59121 11.9058L6.46005 13.3157L8.10344 13.1173L9.49946 14.0083L10.8955 13.1173L12.5388 13.3157ZM4.69643 7.00413C4.69643 4.35575 6.85107 2.20111 9.49946 2.20111C12.1478 2.20111 14.3025 4.35575 14.3025 7.00413C14.3025 9.65252 12.1478 11.8072 9.49946 11.8072C6.85107 11.8072 4.69643 9.65252 4.69643 7.00413Z' fill='white'/><path d='M9.49959 3.31519C7.46544 3.31519 5.81055 4.97008 5.81055 7.00423C5.81055 9.03838 7.46544 10.6933 9.49959 10.6933C11.5337 10.6933 13.1886 9.03838 13.1886 7.00423C13.1886 4.97008 11.5337 3.31519 9.49959 3.31519Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.75989 8.37302L7.86129 7.39447C7.73826 7.2605 7.74532 7.04854 7.87699 6.92337C8.00867 6.7982 8.21699 6.8054 8.34002 6.93935L9.03317 7.69416L10.1303 6.65116C10.1402 6.64177 10.1505 6.63316 10.1612 6.62525L10.6771 6.13478C10.8088 6.00961 11.0171 6.01681 11.1401 6.15078C11.2632 6.28474 11.2561 6.49671 11.1244 6.62188L9.54858 8.11995L9.54689 8.11811L9.00179 8.63632L8.75989 8.37302Z' fill='%23702981'/><path d='M7.84174 14.271L5.88682 14.507L4.85395 12.8309L4.50283 12.7112L2.98828 17.4451L5.71489 17.2951L7.84812 18.9999L9.10346 15.0763L7.84174 14.271Z' fill='white'/><path d='M14.146 12.8309L13.1131 14.507L11.1582 14.271L9.89648 15.0763L11.1518 18.9999L13.2851 17.2951L16.0117 17.4451L14.4971 12.7112L14.146 12.8309Z' fill='white'/></svg>");
                width: calc(100% + 22px);
                height: calc(100% + 41px);
                text-align: left;
                position: absolute;
                top: -31px;
                left: -11px;
                border-radius: 10px;
                background: purple;
                z-index: -1;
                color: #fff;
                padding: 5px 11px;
            }

.main-products-grid .card--product.card--product-best-seller::after {
                content: "Staff Recommendation";
                position: absolute;
                top: -30px;
                left: 24px;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
            }

.main-products-grid .card--product .card__info-inner {
            text-align: left;
        }

.pagination-message {
    width: 100%;
    display: block;
    font-size: 14px;
}

@media (max-width: 768.98px){
    .main-products-grid[data-layout="grid"] .grid-cols-2 {
        border-top: 0;
        margin-top: 2px;
    }
            .main-products-grid .card--product.card--product-best-seller {
                border-color: rgb(var(--color-brand-purple));
                position: relative;
            } 
    
                .main-products-grid .card--product.card--product-best-seller::after {
                    font-size: 12px;
    
                }
}

@media (max-width: 400px) {
            .main-products-grid .card--product.card--product-best-seller::after {
                font-size: 11px;
                white-space: nowrap;
                left: 21px
            }
}