/*
	Theme Name: Dress Dreamer
	Description: Dress Dreamer Theme
	Version: 1
	Author: Core Blue Ltd
	Author URI: https://www.coreblue.co.uk
  Text Domain:  bridal-cbpcc.net
*/

p {
    color: #706f6f;
}

.product-image {
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.about-banner .title {
    font-size: 3.5rem;
    letter-spacing: 8px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #dadada;
}
