/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*************************
STORE SELECTION OVERLAY
***************************/

/* Full-screen overlay wrapper */
body:not(.store-overlay-open,.elementor-editor-active) #store-overlay-template{
	display: none;
} 
#store-overlay.store-overlay,
#store-overlay.store-overlay,
.store-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
}

.store-overlay-inner {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  overflow: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

body.store-overlay-open {
  overflow: hidden;
} 
div#store-overlay.scin::before {
    content: '';
    display: block;
    width: 800%;
    height: 800%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: -300%;
    top: -300%;
}
div#store-overlay.scin {
    width: 1240px;
    top: 184px; 
    left: 50%;
    transform: translateX(-50%);
	background: transparent;
}
div#store-overlay.scin div#store-overlay-template {
    border-radius: 30px;
}
div#store-overlay.scin {
	width: 1270px;
	top: 150px;
	left: 50%;
	transform-origin: center 0;
	transform: translateX(-50%) scale(.8);
	max-width: 100%;
}
div#store-overlay.scin .elementor-element.elementor-element-a9e1ae8.e-con-full.ssnc-cont.e-flex.e-con.e-child {
    padding-top: 0;
}  
.store-overlay-content .e-loop-item{
  transition: transform 0.6s ease;   
	transform-origin: center center;
}
.store-overlay-content .e-loop-item:hover {
    cursor: pointer;
    transform: scale(1.08);
}
.age-gate__error_sc{
	text-align: center;
	color: red;
}
body:not(.elementor-editor-active).location-oh .swiper-slide:has(.hide-for-ohio),
body:not(.elementor-editor-active).location-oh .hide-for-ohio {
    display: none !important;
}

body:not(.elementor-editor-active):not(.location-oh) .hide-for-non-ohio {
    display: none !important;
}

body.location-oh .elementor-1697 .elementor-element.elementor-element-01da22c {
    --e-con-grid-template-columns: repeat(5, 1fr);
}
body.location-oh .elementor-element.elementor-element-e65b7b2.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor,
body.location-oh .elementor-element.elementor-element-2440a27.e-con-full.e-flex.e-con.e-child {
    width: 1000px;
}

.locationButton {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  color: #222;
  border-radius: 30px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.locationButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
}

.locationButton span {
  text-transform: uppercase;
}
strong#under21 {
    display: inline-block;
    transition: all .3s;
    background: transparent !important;
    border: 2px solid #EEE8DD !important;
    padding: 4px 18px;
    margin: 0 10px;
    outline: none !important;
    color: #EEE8DD;
    line-height: 1; 
    margin: 10px 0;
    border-radius: 50px;
}
strong#under21:hover { 
	cursor: pointer;
	background: #EEE8DD !important;
    color: #0d1532;
}
body.location-oh .elementor-element.elementor-element-ebba3d2 {
    margin-top: 40px;
}
body.location-oh .elementor-element.elementor-element-2440a27{
	padding-top: 0
}
.store-step-MD-AG{ display: none; }
.dob-inputs { display:flex; gap:10px; justify-content:center; margin:0 0 20px; }
.dob-inputs input { width:60px; max-width:60px; text-align:center; font-size:16px; padding:6px; border:1px solid #ccc; border-radius:6px; }
.dob-inputs input[name="dob_month"], .dob-inputs input[name="dob_day"] { width:40px; max-width:40px; }
#md-dob-form button { margin: 0 auto; display: block; padding:10px 20px; font-size:15px; text-transform:uppercase; width:150px; cursor:pointer; }
.failedage {
  margin-top: 12px;
  color: #d32f2f; 
	text-align: center;
}
@media (max-width: 1024px) {
	body.location-oh .elementor-1697 .elementor-element.elementor-element-01da22c {
		--e-con-grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	body.location-oh .elementor-1697 .elementor-element.elementor-element-01da22c {
		--e-con-grid-template-columns: repeat(2, 1fr);
	}
}