<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: stoddard_honey
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
*/

html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4{
	font-family: 'Didot Bold';
	color: #593917;
}
h2{
	font-size: 3rem;
}
p{
	color: #4A4A4A;
}
img{
	border-radius: 0;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus,
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus {
    outline-color: #FF5200;
		outline-width: 1px;
}


/* Fonts */
@font-face {
	font-family: 'Didot Bold';
	src: url('https://www.stoddardhoney.com/wp-content/themes/stoddard_honey/assets/fonts/Didot_Bold.otf');
	font-weight: bold;
}
@font-face {
	font-family: 'Didot Italic';
	src: url('https://www.stoddardhoney.com/wp-content/themes/stoddard_honey/assets/fonts/Didot_Italic.otf');
	font-weight: bold;
}

/* woocommerce styling */

.content-area{
  width: 100%;
}
.woocommerce div.product p.price{
  font-weight: bold;
  font-size: 2rem;
}
.woocommerce button.button.alt{
  padding: 0.75rem 1.5rem;
}
/* .woocommerce button.button.alt:hover{

} */
.woocommerce-product-gallery__image{
  padding: 0.5rem;
}
section.related.products ul.products.columns-3{
  display: flex;
}
.woocommerce .col-1, .woocommerce .col-2{
  max-width: none;
}
.woocommerce-input-wrapper{
  flex: 0 0 100%;
  width: 100%;
}
.woocommerce input[type="text"], .woocommerce textarea{
  flex: 0 0 100%;
  width: 100%;
}
table.woocommerce-checkout-review-order-table .product-name{
  padding: 1rem 0 1rem 1rem;
}
.woocommerce input[type='submit']{
  flex: 0 0 100%;
  width: unset!important;
}
#shipping_method li{
	display: flex;
	align-items: center;
	padding: 1rem 0;
}
.cart-title{
  padding: 2rem 0;
}
.cart-title h2{
  font-weight: bold;
  text-align: center;
  font-size: 55px;
}
.order-title{
  padding-bottom: 1rem;
}
.order-title p{
  text-align: center;
}
.cart-banner{
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.cart-banner p{
  text-align: center;
  margin-bottom: 0;
}
.cart-banner p a{
  text-decoration: underline;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	z-index: 9 !important;
}

/* Woocommerce styles specific to this site */

.single-product div.product form.variations_form.cart{
	display: none;
}
.single-product div.product .product_meta{
	display: none;
}
.single-product div.product .edit-link{
	display: none;
}

.woocommerce div.product p.price {
	display: none;
}

ul.products li.product .price{
	display: none;
}
</pre></body></html>