/* This Section Contains Variables */
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */
/* This Section Contains styling for default Index Page */
#shop_section .shop_section_container {
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
#shop_section .shop_section_container .alternate_fig_caption {
  text-align: center;
  text-transform: uppercase;
  font-family: "Finger Paint", fantasy;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media (max-width: 760px) {
  #shop_section .shop_section_container figure img {
    max-height: 30vh;
    width: 100vw;
  }
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */
/* This Section Contains styling for Index Page in different media */
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - */

/*# sourceMappingURL=shop_section.css.map */
