/*
 Theme Name:   CiyaShop Child
 Theme URI:    http://ciyashop.potenzaglobalsolutions.com
 Description:  CiyaShop Child Theme
 Author:       TeamWP @Potenza Global Solutions
 Author URI:   http://www.potenzaglobalsolutions.com
 Template:     ciyashop
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  ciyashop-child
*/
body.home > div.age-gate__wrapper > div.age-gate
<!-- Correct: Using aria-labelledby to reference an element that provides the name -->
<div role="dialog" id="alb" aria-labelledby="labeldiv"></div>

<!-- Correct: Using aria-label to provide a name -->
<div role="alertdialog" id="combo" aria-label="Aria Name">Name</div>

<!-- Correct: Using title attribute to provide a name -->
<div role="dialog" id="title" title="Title"></div>

div.header-nav-right-wrapper > div.header-nav-right > div.search-button-wrap > button.btn
	<button id="alb" aria-labelledby="labeldiv"></button>
<div id="labeldiv">Button label</div>

<meta name="viewport" content="width=device-width, initial-scale=1">


