body {
    background: var(--teflie-background-warm) !important;
    color: var(--teflie-text-primary);
}

#primary {
    margin: 3rem 0 !important;
}

.ast-container,
.outer-section {
    max-width: 1240px !important;
    margin: auto !important;
}

h1, h2, h3, h4 {
    color: var(--teflie-text-primary-dark) !important;
}

p {
    color: var(--teflie-text-primary) !important;
    line-height: 140% !important;
}

.hero-container {
    height: 32.5rem;
    background-size: cover;
    border-radius: 24px;
}

.hero-section h1 {
  	font-size: 2.375rem;
    margin-bottom: 2rem;
  	text-align: center;
    font-weight: 450;
}

.hero-section h2 {
  	font-size: 1.125rem;
    margin-bottom: 2rem;
    font-weight: 500;
  	text-align: center;
}

.freebie-section, .guide-section, .products-section {
    margin-top: 3rem;
  	overflow: auto;
}

.freebie-inner h2 {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 1px;
  	margin-bottom: 1.5rem;
}

.freebie-inner .content {
	font-size: 1.063rem;
    font-weight: 400;
    opacity: 0.9;
}

.freebie-inner .content p:last-child, .guide-inner .content p:last-child {
    margin: 0;
}

.freebie-inner .image, .guide-inner .image {
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
  	border-radius: 25px;
}

.freebie-inner a, .guide-inner a {
    /* background: #193847;
    border-radius: 1.5625rem;
    padding: 15px 30px;
    font-size: .775rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  	color: white; */
    margin-top: 2rem;
}

.guide-container {
    overflow: auto;
    background: var(--teflie-background-light-blue);
    border-radius: 25px;
    padding: 50px 20px;
}

.guide-inner h2 {
  	font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 1px;
  	margin-bottom: 1.5rem;
}

.guide-inner .content {
	font-size: 1.063rem;
    font-weight: 400;
    opacity: 0.9;
}

.guide-inner .image {
    height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-card {
    background: white;
    border-radius: 25px;
  	text-align: center;
  	overflow: auto;
  	margin-bottom: 25px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.product-card .image {
	height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px 25px 0 0;
    margin-bottom: 1.5rem;
    background-color: #d1d7da;
}

.product-card h2 {
	font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    padding: 0 25px;
  	min-height: 64px;
}

.product-card .content {
	font-size: 16px;
    font-weight: 400;
  	padding: 0 25px;
  	min-height: 250px;
    color: var(--teflie-text-primary);
    line-height: 140%;
}

.price {
    margin-top: 1rem;
    font-size: 20px;
    color: var(--teflie-text-primary);
}

.price del {
    opacity: 0.5;
    font-size: 18px;
    position: relative;
    /* top: -4px; */
}

.price .woocommerce-Price-amount {
    font-weight: 600;
}

del .woocommerce-Price-amount.amount {
    font-weight: 500;
}

.buttons {
    display: flex;
    justify-content: center;
  	margin: 1.5rem 0 1.5rem;
}

/* .add-to-cart, .look-inside {
    background: #193847;
    border-radius: 1.5625rem;
    padding: 14px 30px;
    font-size: .775rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
  	color: white;
} */

.look-inside {
    margin-right: 9px;
    background: transparent;
    border: 1px solid;
    color: #193847;
}

.add-to-cart:hover {
    color: white;
    opacity: 0.9;
}

.look-inside:hover {
    color: black;
    opacity: 0.9;
}

@media only screen and (max-width: 767px) {
    .freebie-inner .image {
        margin-top: 25px;
    }
    .product-card h2 {
    	min-height: auto;
    }
    .product-card .content {
        min-height: auto;
    }

    .ast-container {
        padding: 0 1rem !important;
    }
}








