/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

/* Pure Pearl — About Us: full-bleed coloured sections (match White Pearl) */
.elementor-2444 .elementor-section.elementor-section-stretched {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Pure Pearl — About Us: constrain rice bags image width */
.elementor-2444 .elementor-element-0e09a7e img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Icon font: correct absolute path so glyphs load on sub-pages */
@font-face {
    font-family: 'xstore-icons';
    src: url('https://purepearl.co.uk/ab-content/themes/xstore/fonts/xstore-icons-bold.woff2') format('woff2'),
         url('https://purepearl.co.uk/ab-content/themes/xstore/fonts/xstore-icons-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Back-to-top: hide broken icon-font glyph, draw arrow as SVG */
#back-top .et-icon {
    display: none !important;
}
#back-top::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='19' x2='12' y2='6'/%3E%3Cpolyline points='6 12 12 6 18 12'/%3E%3C/svg%3E") center / contain no-repeat;
}