/*
Theme Name: Storefront Child
Template: storefront
*/

ul.products li.product.product-category img, ul.products .wc-block-grid__product.product-category img, .wc-block-grid__products li.product.product-category img, .wc-block-grid__products .wc-block-grid__product.product-category img {
  aspect-ratio: 500 / 333;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
  aspect-ratio: 500 / 333;
  display: block;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
  padding-bottom: 50px;
  text-align: left;
}

.storefront-full-width-content.woocommerce-cart .entry-header h1, 
.storefront-full-width-content.woocommerce-checkout .entry-header h1, 
.storefront-full-width-content.woocommerce-account .entry-header h1, 
.storefront-full-width-content .woocommerce-products-header h1 {
  text-align: center;
}

.site-footer {
  background-color: #0372bc;
  color: #fff;
}

.site-footer a,
.site-footer a:not(.button):not(.components-button) {
  color: #fff;
}

body.search-results .site-main {
  padding-top: 50px;
}

.site-content {
  min-height: calc(100vh - 600px);
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
  color: #fff;
}

.site-footer .widget {
  margin-bottom: 0;
}

.footer-widgets {
  border-color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}

.site-info {
  padding-top: 20px;
}

body.single-product div.product table.variations select,
body.single-product div.product table.variations input[type=text],
div.acf-addons-wrap select {
  box-sizing: border-box;
  max-width: 250px;
  padding: 5px 10px;
  width: 100%;
}

body.single-product div.product table.variations input[type=text] {
  text-transform: uppercase;
}

div.wc-block-components-product-details__naulakon-teksti span.wc-block-components-product-details__value {
  text-transform: uppercase;
}

.wc-block-components-product-details.wc-block-components-product-details {
  margin-top: 0 !important;
}

p.form-row.form-row-wide {
  margin-bottom: 10px;
}

p.form-row.form-row-wide:last-child {
  margin-bottom: 50px;
}

@media only screen and (max-width : 600px) {
  .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 0;
  }
}

/* 600 */