*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.is-style-box-shadow {
box-shadow: 0 10px 100px 0 rgba(21, 15, 151, 0.14);
}
.wp-block-image {
margin-top: var(--wp--preset--spacing--small);
margin-bottom: var(--wp--preset--spacing--small);
}
footer.wp-block-template-part {
margin: 0;
}
.button,
.button:visited,
button,
.wp-block-search__button,
input[type=button],
input[type=reset],
input[type=submit] {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
border: none;
border-radius: 5px;
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
line-height: 1;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
-webkit-text-decoration: none;
text-decoration: none;
cursor: pointer;
transition: 0.4s ease-in-out;
}
.button:active,
.button:focus,
button:active,
button:focus,
.wp-block-search__button:active,
.wp-block-search__button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--white);
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
font-family: inherit;
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--base);
border: none;
border: 1px solid var(--wp--preset--color--quinary);
border-radius: 5px;
padding: 0.5em;
width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
outline: 1px solid var(--wp--preset--color--secondary);
}
#back-to-top {
position: fixed;
right: 20px;
bottom: 76px;
z-index: 99;
display: grid;
align-content: center;
justify-content: center;
align-content: center;
justify-content: center;
place-content: center;
width: 48px;
height: 48px;
border-radius: 6px;
box-shadow: 0 0 12px rgba(79, 76, 60, 0.2);
background-color: rgba(255, 255, 255, 0.85);
color: #111;
cursor: pointer;
visibility: hidden;
opacity: 0;
}
@media (min-width: 48em) {
#back-to-top {
bottom: 108px;
}
}
@media (min-width: 64em) {
#back-to-top {
bottom: 135px;
}
}
#back-to-top.is-visible {
visibility: visible;
opacity: 1;
}
#back-to-top svg {
fill: #111;
transition: all 0.25s;
}
#back-to-top:hover {
background-color: #fff;
}
#back-to-top:hover svg {
fill: #008aff;
}
ul > li > a,
ol > li > a {
text-decoration: inherit;
}
ul.is-style-none {
list-style-type: none;
padding-left: 0;
}
ul.is-style-square {
list-style-type: square;
}
hr.wp-block-separator.has-background {
height: 2px !important;
}
hr.wp-block-separator.is-style-dots {
height: auto !important;
}
hr.wp-block-separator.is-style-dotted {
width: 100% !important;
border-bottom: none !important;
height: 1px !important;
background: repeating-linear-gradient(90deg, currentcolor, currentcolor 2px, transparent 2px, transparent 6px) !important;
}
hr.wp-block-separator.is-style-wide-thin-line {
height: 1px !important;
border-width: 1px !important;
width: 100% !important;
}
hr.wp-block-separator.is-style-left-aligned {
margin-left: 0 !important;
}
hr.wp-block-separator.is-style-right-aligned {
margin-right: 0 !important;
}.woocommerce .wp-block-group.has-global-padding {
margin-top: 0;
}
.woocommerce .site-main {
padding-top: var(--wp--preset--spacing--large);
padding-bottom: var(--wp--preset--spacing--large);
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
margin-top: 0;
}
.woocommerce ul.products.columns-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: var(--wp--preset--spacing--medium);
gap: var(--wp--preset--spacing--medium);
padding-top: var(--wp--preset--spacing--large);
}
@media only screen and (max-width: 781px) {
.woocommerce ul.products.columns-3 {
grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 450px) {
.woocommerce ul.products.columns-3 {
grid-template-columns: repeat(1, 1fr);
}
}
.woocommerce ul.products.columns-3::before {
content: none;
}
.woocommerce ul.products.columns-3 li.product {
width: 100%;
margin-right: 0;
clear: none;
}
.woocommerce ul.products.columns-3 li.product a img {
border-radius: 10px;
}
.woocommerce span.onsale {
background-color: var(--wp--preset--color--primary);
min-height: 3.75em;
min-width: 3.75em;
line-height: 3.25;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: var(--wp--preset--font-size--medium);
}
.woocommerce ul.products li.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: var(--wp--preset--color--base);
}
.woocommerce .woocommerce-ordering .orderby {
padding: 12px 16px;
font-size: var(--wp--preset--font-size--small);
border: 2px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
box-sizing: border-box;
appearance: none;
background: transparent;
background-image: url(//www.cglanvilleart.co.uk/wp-content/themes/qoe/assets/images/icon-downarrow.png);
background-repeat: no-repeat;
background-position: top 50% right 1em;
background-size: 16px;
}
.woocommerce ul.products li.product .button {
color: var(--wp--preset--color--base);
background-color: var(--wp--preset--color--tertiary);
}
.woocommerce ul.products li.product .button:hover {
color: var(--wp--preset--color--background);
background-color: var(--wp--preset--color--primary);
transition: 0.4s ease-in-out;
}
.woocommerce a.added_to_cart {
margin-top: 0;
padding-top: 0;
}
.woocommerce nav.woocommerce-pagination ul {
border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
border: none;
color: var(--wp--preset--color--base);
background-color: var(--wp--preset--color--tertiary);
margin-right: var(--wp--preset--spacing--xx-small);
border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
color: var(--wp--preset--color--background);
background-color: var(--wp--preset--color--primary);
transition: 0.4s ease-in-out;
} .wc-block-mini-cart__button,
.wc-block-components-drawer .components-modal__header .components-button,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
cursor: pointer;
}
.wc-block-mini-cart__footer .block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .block-editor-block-list__layout .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button {
min-height: auto;
border-radius: 5px;
transition: 0.4s ease-in-out;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
font-size: var(--wp--preset--font-size--base);
color: var(--wp--preset--color--secondary);
text-decoration: inherit;
font-weight: 500;
}
.wc-block-mini-cart__empty-cart-wrapper .components-button {
line-height: 1;
border-radius: 5px;
min-height: auto;
} .woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav {
margin: 0.75em 0 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs.flex-control-nav li {
flex-basis: calc(25% - 8px);
}
.woocommerce div.product form.cart .variations select {
padding: 12px 16px;
font-size: var(--wp--preset--font-size--base);
border: 2px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
box-sizing: border-box;
appearance: none;
background: transparent;
background-image: url(//www.cglanvilleart.co.uk/wp-content/themes/qoe/assets/images/icon-downarrow.png);
background-repeat: no-repeat;
background-position: top 50% right 1em;
background-size: 16px;
margin-right: 0;
margin-bottom: var(--wp--preset--spacing--xx-small);
cursor: pointer;
min-width: 240px;
width: auto;
}
.summary form.cart.variations_form {
flex-direction: column;
}
.summary form.cart.variations_form .single_variation_wrap .variations_button {
display: flex;
padding-top: var(--wp--preset--spacing--xx-small);
}
.summary form.cart table.variations {
width: 100%;
border-collapse: collapse;
}
.summary form.cart table.variations tr {
display: inherit;
}
.summary form.cart table.variations th {
min-width: 90px;
text-align: left;
vertical-align: middle;
}
.summary form.cart .reset_variations {
margin-left: 15px;
}
.summary form.cart.grouped_form {
flex-direction: column;
}
.summary form.cart.grouped_form .group_table td {
vertical-align: middle;
}
.summary form.cart.grouped_form .button {
max-width: max-content;
margin-top: 15px;
}
.summary .product_meta {
display: flex;
flex-direction: column;
gap: var(--wp--preset--spacing--xx-small);
}
.woocommerce div.product form.cart div.quantity .qty {
border: 1px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
width: 6.45em;
}
.wp-block-woocommerce-product-details ul.wc-tabs {
border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-color: var(--wp--preset--color--tertiary);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 500;
}
.woocommerce div.product .related.products > h2 {
margin-bottom: 0;
}
.woocommerce table.shop_attributes th {
text-align: left;
}
.woocommerce table.shop_attributes td {
font-style: normal;
padding-left: var(--wp--preset--spacing--xx-small);
} .woocommerce-message {
border-top-color: var(--wp--preset--color--primary);
}
.woocommerce-message::before {
color: var(--wp--preset--color--primary);
} .woocommerce .quantity .qty {
border: 1px solid var(--wp--preset--color--quaternary);
border-radius: 5px;
width: 6.45em;
}
.woocommerce-page .woocommerce-cart-form #coupon_code {
border-radius: 5px;
}
.woocommerce-page .woocommerce-cart-form .actions button.button {
height: 48px;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
max-width: var(--wp--style--global--wide-size);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
padding: calc(0.667em + 2px) calc(1.333em + 2px);
font-size: 1em;
}
.woocommerce-cart main .woocommerce {
display: flex;
flex-wrap: wrap;
column-gap: 4%;
}
@media only screen and (max-width: 1120px) {
.woocommerce-cart main .woocommerce {
column-gap: 3%;
}
}
.woocommerce-cart main .woocommerce .woocommerce-notices-wrapper {
flex-basis: 100%;
}
.woocommerce-cart main .woocommerce .woocommerce-cart-form {
flex-basis: 64%;
width: 100%;
padding-top: 45px;
}
@media only screen and (max-width: 1120px) {
.woocommerce-cart main .woocommerce .woocommerce-cart-form {
flex-basis: 65%;
}
}
.woocommerce-cart main .woocommerce .cart-collaterals {
flex-basis: 32%;
width: 100%;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
.woocommerce-cart main .woocommerce .cart-collaterals .cart_totals h2 {
margin: 0;
padding-bottom: 15px;
}
.woocommerce-cart main .woocommerce .cart_totals .shop_table tr td {
text-align: right;
}
.woocommerce-cart main .woocommerce .shipping-calculator-form {
text-align: left;
}
form.woocommerce-checkout {
display: flex;
flex-wrap: wrap;
column-gap: 5%;
}
@media only screen and (max-width: 1120px) {
form.woocommerce-checkout {
column-gap: 3%;
}
}
form.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
flex-basis: 100%;
}
form.woocommerce-checkout #customer_details {
display: flex;
flex-direction: column;
flex-basis: 60%;
}
@media only screen and (max-width: 1120px) {
form.woocommerce-checkout #customer_details {
flex-basis: 62%;
}
}
form.woocommerce-checkout #customer_details .col-1,
form.woocommerce-checkout #customer_details .col-2 {
width: 100%;
float: none;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {
margin-top: 0;
}
form.woocommerce-checkout #customer_details .col-2 {
display: flex;
flex-direction: column-reverse;
}
form.woocommerce-checkout #customer_details #ship-to-different-address label.checkbox {
display: flex;
column-gap: 5px;
align-items: center;
margin-top: 0.7rem;
}
form.woocommerce-checkout #customer_details #ship-to-different-address #ship-to-different-address-checkbox {
width: 24px;
height: 24px;
margin-top: 2px;
}
form.woocommerce-checkout #customer_details #ship-to-different-address span {
font-size: var(--wp--preset--font-size--medium);
}
form.woocommerce-checkout #order_review {
flex-basis: 35%;
}
form.woocommerce-checkout #order_review table.shop_table {
width: 100%;
border-collapse: separate;
background: var(--wp--preset--color--tertiary);
border: none;
border-radius: 0;
margin: 0;
padding: var(--wp--preset--spacing--medium);
}
form.woocommerce-checkout #order_review table.shop_table th {
border: none;
padding-left: 0;
padding-right: 0;
}
form.woocommerce-checkout #order_review table.shop_table th.product-total {
text-align: right;
}
form.woocommerce-checkout #order_review table.shop_table td {
border: none;
padding-left: 0;
padding-right: 0;
text-align: right;
}
form.woocommerce-checkout #order_review table.shop_table td.product-name {
text-align: left;
padding-left: 0;
}
form.woocommerce-checkout #order_review table.shop_table td.product-quantity {
text-align: right;
padding-right: 0;
}
form.woocommerce-checkout #order_review table.shop_table tr {
border: none;
border-bottom: 1px solid var(--wp--preset--color--quaternary);
display: flex;
justify-content: space-between;
}
form.woocommerce-checkout #order_review table.shop_table tr:last-child {
border-bottom: none;
}
form.woocommerce-checkout #order_review_heading {
display: none;
}
form.woocommerce-checkout .woocommerce-checkout-payment {
flex-basis: 100%;
margin-top: var(--wp--preset--spacing--medium);
}
form.woocommerce-checkout .woocommerce-checkout-payment .button {
margin: 0;
} .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
max-width: 20px;
max-height: 20px;
}body .hidden{
display: none !important;
}
.woocommerce div.product .woocommerce-tabs {
display: none;
}
.cgl-product-extra-content {
margin-top: 30px;
}
.cgl-product-extra-content h3 {
margin: 0 0 10px;
font-size: 1.2rem;
}
.cgl-product-description,
.cgl-product-additional-info {
margin-bottom: 28px;
}
.header-cart,
.wc-block-mini-cart {
opacity: 0;
pointer-events: none;
}
.wp-block-woocommerce-customer-account span.label {
display: none !important;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
max-width: unset !important;
max-height: unset !important;
}
body.woocommerce-cart-full .header-cart,
body.woocommerce-cart-full .wc-block-mini-cart {
opacity: 1;
pointer-events: auto;
}
table.variations select {
position: absolute !important;
left: -9999px !important;
}
table.variations th.label label {
display: none !important;
}
.woocommerce table.variations tr th {
padding-right: 0em;
}
.cgl-variation-radios {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 14px;
}
.cgl-radio-button {
display: inline-block;
cursor: pointer;
}
.cgl-radio-button input {
display: none;
}
.cgl-radio-inner {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 12px 18px;
border: 1px solid #d8d8d8;
background: #fff;
border-radius: 4px;
transition: 0.2s ease;
font-weight: 600;
white-space: nowrap;
}
.cgl-radio-price {
font-weight: 500;
opacity: 0.85;
}
.cgl-radio-button.active .cgl-radio-inner,
.cgl-radio-button input:checked + .cgl-radio-inner,
.cgl-radio-button:hover .cgl-radio-inner {
background: #eee7df;
color: #888;
border-color: #888;
}
.button,
.button:visited,
button,
.wp-block-search__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #eee7df;
color: #888;
border-color: #888;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
display: none !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content {
justify-content: center !important;
align-items: center !important;
text-align: center;
}
.wp-block-navigation__container {
align-items: center !important;
}
.wp-block-navigation-item {
text-align: center;
}  @media (max-width: 781px) { body.single-product .is-layout-constrained {
max-width: 100% !important;
}
body.single-product .is-layout-constrained > * {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
} body.single-product .wp-block-group.has-global-padding,
body.single-product .wp-block-group.is-layout-constrained {
padding-top: 0 !important;
padding-bottom: 0 !important;
} body.single-product .wp-block-columns {
display: flex !important;
flex-wrap: wrap !important;
gap: 12px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.single-product .wp-block-columns > .wp-block-column {
flex-basis: 100% !important;
width: 100% !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
} body.single-product .wc-block-product-gallery,
body.single-product .wc-block-product-gallery-large-image,
body.single-product .wc-block-product-gallery-large-image__image,
body.single-product .wc-block-components-product-image,
body.single-product .wc-block-components-product-image__inner-container {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: 0 !important;
height: auto !important;
max-height: none !important;
aspect-ratio: auto !important;
overflow: visible !important;
}
body.single-product .wc-block-product-gallery-large-image:has(.wc-block-components-product-image--aspect-ratio-auto) {
aspect-ratio: auto !important;
} body.single-product .wc-block-product-gallery-large-image img,
body.single-product .wc-block-components-product-image img,
body.single-product .wc-block-product-gallery-large-image__image img {
width: 100% !important;
height: auto !important;
max-height: none !important;
margin: 0 !important;
object-fit: contain !important;
display: block !important;
} body.single-product .summary,
body.single-product .entry-summary,
body.single-product .wp-block-post-title,
body.single-product .wc-block-components-product-price,
body.single-product .wp-block-woocommerce-product-summary {
margin-top: 8px !important;
margin-bottom: 8px !important;
} body.single-product .wc-block-woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery,
body.single-product .wp-block-woocommerce-related-products {
margin-bottom: 0 !important;
} body.single-product .related,
body.single-product .wp-block-woocommerce-related-products {
margin-top: 20px !important;
padding-top: 0 !important;
}
body .wp-block-site-title {
font-size: 20px !important;
}
body h1.header-title a{
font-size: 16px !important;
} 
} @media (min-width: 992px) { body.single-product .wc-block-product-gallery-large-image__image {
aspect-ratio: auto !important;
}
body.single-product .wc-block-product-gallery-large-image__image img,
body.single-product .wc-block-components-product-image img {
object-fit: contain !important;
object-position: top center !important;
vertical-align: top !important;
display: block !important;
margin: 0 !important;
}
}body .hidden{
display: none !important;
}
.woocommerce div.product .woocommerce-tabs {
display: none;
}
.cgl-product-extra-content {
margin-top: 30px;
}
.cgl-product-extra-content h3 {
margin: 0 0 10px;
font-size: 1.2rem;
}
.cgl-product-description,
.cgl-product-additional-info {
margin-bottom: 28px;
}
.header-cart,
.wc-block-mini-cart {
opacity: 0;
pointer-events: none;
}
.wp-block-woocommerce-customer-account span.label {
display: none !important;
}
.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
max-width: unset !important;
max-height: unset !important;
}
body.woocommerce-cart-full .header-cart,
body.woocommerce-cart-full .wc-block-mini-cart {
opacity: 1;
pointer-events: auto;
}
table.variations select {
position: absolute !important;
left: -9999px !important;
}
table.variations th.label label {
display: none !important;
}
.woocommerce table.variations tr th {
padding-right: 0em;
}
.cgl-variation-radios {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 14px;
}
.cgl-radio-button {
display: inline-block;
cursor: pointer;
}
.cgl-radio-button input {
display: none;
}
.cgl-radio-inner {
display: inline-flex;
align-items: center;
gap: 12px;
padding: 12px 18px;
border: 1px solid #d8d8d8;
background: #fff;
border-radius: 4px;
transition: 0.2s ease;
font-weight: 600;
white-space: nowrap;
}
.cgl-radio-price {
font-weight: 500;
opacity: 0.85;
}
.cgl-radio-button.active .cgl-radio-inner,
.cgl-radio-button input:checked + .cgl-radio-inner,
.cgl-radio-button:hover .cgl-radio-inner {
background: #eee7df;
color: #888;
border-color: #888;
}
.button,
.button:visited,
button,
.wp-block-search__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #eee7df;
color: #888;
border-color: #888;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce-page div.product form.cart .reset_variations {
display: none !important;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content {
justify-content: center !important;
align-items: center !important;
text-align: center;
}
.wp-block-navigation__container {
align-items: center !important;
}
.wp-block-navigation-item {
text-align: center;
}  @media (max-width: 781px) { body.single-product .is-layout-constrained {
max-width: 100% !important;
}
body.single-product .is-layout-constrained > * {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
} body.single-product .wp-block-group.has-global-padding,
body.single-product .wp-block-group.is-layout-constrained {
padding-top: 0 !important;
padding-bottom: 0 !important;
} body.single-product .wp-block-columns {
display: flex !important;
flex-wrap: wrap !important;
gap: 12px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.single-product .wp-block-columns > .wp-block-column {
flex-basis: 100% !important;
width: 100% !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
} body.single-product .wc-block-product-gallery,
body.single-product .wc-block-product-gallery-large-image,
body.single-product .wc-block-product-gallery-large-image__image,
body.single-product .wc-block-components-product-image,
body.single-product .wc-block-components-product-image__inner-container {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: 0 !important;
height: auto !important;
max-height: none !important;
aspect-ratio: auto !important;
overflow: visible !important;
}
body.single-product .wc-block-product-gallery-large-image:has(.wc-block-components-product-image--aspect-ratio-auto) {
aspect-ratio: auto !important;
} body.single-product .wc-block-product-gallery-large-image img,
body.single-product .wc-block-components-product-image img,
body.single-product .wc-block-product-gallery-large-image__image img {
width: 100% !important;
height: auto !important;
max-height: none !important;
margin: 0 !important;
object-fit: contain !important;
display: block !important;
} body.single-product .summary,
body.single-product .entry-summary,
body.single-product .wp-block-post-title,
body.single-product .wc-block-components-product-price,
body.single-product .wp-block-woocommerce-product-summary {
margin-top: 8px !important;
margin-bottom: 8px !important;
} body.single-product .wc-block-woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery,
body.single-product .wp-block-woocommerce-related-products {
margin-bottom: 0 !important;
} body.single-product .related,
body.single-product .wp-block-woocommerce-related-products {
margin-top: 20px !important;
padding-top: 0 !important;
}
body .wp-block-site-title {
font-size: 20px !important;
}
body h1.header-title a{
font-size: 16px !important;
} 
} @media (min-width: 992px) { body.single-product .wc-block-product-gallery-large-image__image {
aspect-ratio: auto !important;
}
body.single-product .wc-block-product-gallery-large-image__image img,
body.single-product .wc-block-components-product-image img {
object-fit: contain !important;
object-position: top center !important;
vertical-align: top !important;
display: block !important;
margin: 0 !important;
}
}