@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sayda.co.uk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//sayda.co.uk/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-transform: inherit;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(228,0,0);
	--wd-alternative-color: rgba(0,0,0,0.2);
	--wd-link-color: rgb(255,0,0);
	--wd-link-color-hover: rgb(228,0,0);
	--btn-default-font-family: "Poppins", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: rgb(234,234,234);
	--btn-default-bgcolor-hover: rgb(226,226,226);
	--btn-accented-bgcolor: rgb(255,216,20);
	--btn-accented-bgcolor-hover: rgb(247,202,0);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(228,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(39,44,48);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 24px;
}
.product-labels .product-label.onsale {
	background-color: rgb(0,191,73);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(102,31,196);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(229,0,225);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,0,0);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* 🔕 Hide variation description */
.woocommerce-variation-description {
    display: none;
}

/* 🧮 Quantity box ordering */
body form.cart div.quantity {
    order: 1;
}
.quantity-sqm + .quantity-sqm-price {
    order: 3;
}
.quantity-sqm {
    order: 2;
}

/* 🖼️ Archive images - contained and centered */
body.woocommerce.archive .product-grid-item .product-element-top img {
    object-fit: contain !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/* 🖼️ Product page images - uniform size */
body.single-product .woocommerce-product-gallery__image img {
    object-fit: contain !important;
    max-height: 600px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* 📐 Full-width tab panel */
.woocommerce-Tabs-panel--specifications {
    max-width: 100% !important;
}

/* 📊 Specifications table as two-column grid */
.woocommerce-Tabs-panel--specifications table.shop_attributes {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 20px;
    width: 100% !important;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
}

/* Use rows as direct grid children */
.woocommerce-Tabs-panel--specifications table.shop_attributes tbody {
    display: contents;
}

/* ➕ Attribute row styling */
.woocommerce-Tabs-panel--specifications table.shop_attributes tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
    gap: 50px;
}

/* 🔤 Label (left cell) */
.woocommerce-Tabs-panel--specifications th {
    font-weight: 600;
    text-align: left;
    flex: 0 0 35%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    padding-right: 10px;
}

/* 🧾 Value (right cell) */
.woocommerce-Tabs-panel--specifications td {
    text-align: right;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    padding-left: 10px;
}

/* 🧼 Clean padding/borders */
.woocommerce-Tabs-panel--specifications th,
.woocommerce-Tabs-panel--specifications td {
    border: none;
    padding: 0;
}

/* 📱 Responsive mobile view */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel--specifications table.shop_attributes {
        grid-template-columns: 1fr;
    }

    .woocommerce-Tabs-panel--specifications table.shop_attributes tr {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .woocommerce-Tabs-panel--specifications td {
        text-align: left;
    }
}

/* ✅ Force perfect square for category images */

.wd-cat-thumb.category-image-wrapp {
  position: relative !important;
  width: 100% !important;
  padding-top: 100% !important; /* 1:1 aspect ratio */
  overflow: hidden !important;
}

.wd-cat-thumb.category-image-wrapp a {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

.wd-cat-thumb.category-image-wrapp img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
