.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-312a4c9:#927431;--e-global-color-e24ffce:#AF9560;--e-global-color-d9df85f:#DFC38B;--e-global-color-f3b2068:#D8C7A6;--e-global-color-a3f20ed:#705D33;--e-global-color-9192272:#705D33;--e-global-color-c9e6229:#504126;--e-global-color-b2f34bc:#FBF8EF;--e-global-typography-primary-font-family:"Book Antiqua";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Book Antiqua";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Book Antiqua";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Book Antiqua";--e-global-typography-accent-font-weight:500;--e-global-typography-e98f456-font-family:"Book Antiqua";--e-global-typography-e98f456-font-size:17px;--e-global-typography-e98f456-font-weight:300;--e-global-typography-e98f456-line-height:30px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Ensure the outer grid item is a positioning context */
.category-grid {
    position: relative;
}

/* Make the mask cover the whole image */
.category-grid .categories-mask {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;       /* stretch full width */
    top: 0;        /* stretch full height */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  /* push content to bottom */
    align-items: flex-end;      /* push content to right */
    padding: 15px;
    text-align: right;
    background: none;           /* remove any overlay if present */
}

/* Title */
.category-grid .categories-mask h4 {
    font-size: 3em;
    margin: 0;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

/* Count under title */
.category-grid .categories-mask .count {
    display: block;
    margin-top: 55px;
    font-size: 1.5em;
    color: #fff !important;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.category-grid .categories-mask .count::before {
    content: "Shop Now";
    display: block;
    margin-top: 10px;
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Book Antiqua';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://stone-age.co.uk/wp-content/uploads/2025/09/bookantiqua.ttf') format('truetype');
}
/* End Custom Fonts CSS */