body.seasonal_shop_body {
  min-width: 0;
}

body.seasonal_shop_body #site_wrapper,
body.seasonal_shop_body #main_wrapper {
  width: 100%;
}

body.seasonal_shop_body #content {
  box-sizing: border-box;
  width: auto;
  max-width: 1280px;
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  body.seasonal_shop_body #content {
    padding: 0 24px;
  }
}

body.seasonal_shop_body #content {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 960px) {
  body.seasonal_shop_body #content {
    max-width: 100%;
  }
}

.seasonal_shop_container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  font-family: "Lato", Arial, Helvetica, FreeSans, sans-serif;
  overflow: hidden;
}

.seasonal_shop_banner_image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.seasonal_shop_banner_image_container.desktop {
  min-height: 170px;
}

@media only screen and (max-width: 540px) {
  .seasonal_shop_banner_image_container.desktop {
    display: none;
  }
}

.seasonal_shop_banner_image_container.desktop img {
  min-width: 1000px;
}

.seasonal_shop_banner_image_container.mobile {
  display: none;
}

@media only screen and (max-width: 540px) {
  .seasonal_shop_banner_image_container.mobile {
    display: flex;
  }
}

.seasonal_shop_banner_image_container.mobile img {
  height: auto;
}

.seasonal_shop_banner_image_container img {
  width: 100%;
}

.seasonal_shop_category_panels_container {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 98%;
  margin: 0 auto;
}

@media only screen and (min-width: 960px) {
  .seasonal_shop_category_panels_container {
    justify-content: space-between;
    max-width: 960px;
    width: 100%;
    padding: 0;
  }
}

.seasonal_shop_category_panels_container h3 {
  margin: 0;
}

.seasonal_shop_category_panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 55px;
  border: 1px solid #d9d9d9;
}

.seasonal_shop_category_panel.wide {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 425px) {
  .seasonal_shop_category_panel {
    width: 200px;
    height: 200px;
  }
  .seasonal_shop_category_panel.large img, .seasonal_shop_category_panel.small img {
    max-width: 200px;
    max-height: 200px;
  }
  .seasonal_shop_category_panel.wide {
    width: 100%;
  }
  .seasonal_shop_category_panel iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .seasonal_shop_category_panel {
    flex-direction: column;
    justify-content: flex-start;
    margin: 8px 0;
  }
  .seasonal_shop_category_panel:hover {
    border-color: #3d84ad;
  }
  .seasonal_shop_category_panel:hover .category_name {
    border-color: #3d84ad;
  }
  .seasonal_shop_category_panel:hover .category_name a {
    padding-bottom: 20px;
  }
  .seasonal_shop_category_panel.wide {
    width: 960px;
    height: 470px;
  }
  .seasonal_shop_category_panel.wide iframe {
    width: 960px;
    height: 470px;
    max-width: 960px;
    max-height: 470px;
  }
  .seasonal_shop_category_panel.large {
    width: 470px;
    height: 470px;
  }
  .seasonal_shop_category_panel.large .image_container {
    width: 470px;
    height: 420px;
  }
  .seasonal_shop_category_panel.large .category_name {
    font-size: 20px;
  }
  .seasonal_shop_category_panel.large img {
    max-width: 460px;
    max-height: 410px;
  }
  .seasonal_shop_category_panel.small {
    width: 310px;
    height: 310px;
  }
  .seasonal_shop_category_panel.small .image_container {
    width: 310px;
    height: 280px;
  }
  .seasonal_shop_category_panel.small .category_name {
    font-size: 18px;
  }
  .seasonal_shop_category_panel.small img {
    max-width: 310px;
    max-height: 275px;
  }
}

.seasonal_shop_category_panel .image_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}

.seasonal_shop_category_panel .image_container a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seasonal_shop_category_panel .category_name {
  position: absolute;
  height: 60px;
  bottom: -60px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  .seasonal_shop_category_panel .category_name {
    left: 0;
    bottom: 0;
    height: auto;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
    text-align: left;
  }
  .seasonal_shop_category_panel .category_name a {
    text-shadow: 0 1px #fff;
    transition: 0.2s;
  }
  .seasonal_shop_category_panel .category_name a:hover {
    text-decoration: none;
  }
}

.seasonal_shop_category_panel .category_name a {
  display: block;
  padding-top: 5px;
}

@media only screen and (min-width: 960px) {
  .seasonal_shop_category_panel .category_name a {
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.seasonal_shop_category_panel img {
  max-width: 150px;
  max-height: 150px;
}
