/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 768px) {
    .pg-product-title {
        font-size: 28px;
    }

    .pg-product-price .woocommerce-Price-amount {
        font-size: 28px;
    }

    .pg-product-main-image {
        border-radius: 2px;
    }

    .pg-btn-add-cart svg {
        display: none;
    }

    /* Show price on small screens too now */
    .pg-sticky-price {
        min-width: 85px;
        padding-right: 8px;
    }

    .pg-sticky-price-amount {
        font-size: 17px;
    }

    .pg-sticky-price-label {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .pg-product-container {
        padding: 24px 16px 100px;
    }

    .pg-product-attribute-option {
        height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }
}

