/*
 Theme Name:   OGX
 Theme URI:    https://www.ogxbeauty.com/
 Description:  OGX Theme
 Author:       OGX
 Author URI:   https://www.ogxbeauty.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ogx
*/

/* Includes */
/* line 3, ../sass/_ogx-about-us.scss */
body.page-template-page_about #page-header {
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2022/01/about-mobile-hero-2.png");
}
@media (min-width: 900px) {
  /* line 3, ../sass/_ogx-about-us.scss */
  body.page-template-page_about #page-header {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2022/01/about-hero-2.png");
  }
  /* line 105, ../sass/_ogx-about-us.scss */
  body.page-template-page_about #site-content-inner .full-content-image {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2022/01/products-left.png");
  }
}

/* Updating Collection List text to match Products page */
@media (min-width: 900px) {
  body.page-template-page_collection-list #collection-list a.collection {
    margin: 2rem auto 2rem auto;
  }

  body.page-template-page_collection-list #collection-list a.collection span {
    bottom: -40px;
  }

  body.page-template-page_collection-list #collection-list a.collection {
    
  }
}