.productGrid--new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  @media (min-width: 768px) {
    .productGrid--new {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1025px) {
    .productGrid--new {
      grid-template-columns: repeat(5, 1fr); } }

.footer-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  overflow: hidden; }

.footer-flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }

.footer-info-col {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 48%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 25%;
      margin-bottom: 0; } }

.shop-by-category {
  width: 100%; }
  @media (min-width: 768px) {
    .shop-by-category {
      width: 250px; } }

.navPages-list a.subcategory-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: #000;
  color: #fff;
  padding: 0.75rem 1rem;
  text-decoration: none; }
  .skip-to-content:focus, .skip-to-content:active {
    left: 0.5rem;
    top: 0.5rem; }

.button.is-disabled {
  background-color: #999;
  border-color: #999;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none; }

.whatsapp-button img {
  transition: transform 0.2s ease; }
  .whatsapp-button img:hover {
    transform: scale(1.05); }

@media (max-width: 767px) {
  .productView-info .line-item-details {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0.5rem; }
  .productView-info-name {
    margin-right: 0.5rem;
    margin-bottom: 0;
    font-weight: normal; }
  .productView-info-value {
    margin-bottom: 0; }
  .productView-options .form-action-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 100%; }
  .productView-options .form-action,
  .productView-options .whatsapp-button {
    flex: 1;
    margin-bottom: 0; }
  .productView-options .form-action .button {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px; }
  .productView-options .whatsapp-button a {
    display: block;
    width: 100%;
    height: 100%; }
  .productView-options .whatsapp-button img {
    width: 100%;
    height: 100%;
    object-fit: cover; } }
