.elementor-kit-42{--e-global-color-primary:#C69C6D;--e-global-color-secondary:#02210F;--e-global-color-text:#F5F5F5;--e-global-color-accent:#1F4730;--e-global-color-a360015:#9BB52A;--e-global-color-0687e1f:#9F67AA;--e-global-color-0025c74:#C69C6D;--e-global-color-52ab868:#DD711F;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Literata";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.7;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Poppins", Sans-serif;font-weight:300;}.elementor-kit-42 button,.elementor-kit-42 input[type="button"],.elementor-kit-42 input[type="submit"],.elementor-kit-42 .elementor-button{background-color:#C69C6D;font-weight:500;text-transform:uppercase;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#C69C6D;border-radius:3px 3px 3px 3px;padding:12px 24px 12px 24px;}.elementor-kit-42 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42 p{margin-block-end:1.7;}.elementor-kit-42 a{color:#FFFFFF;}.elementor-kit-42 h1{color:var( --e-global-color-primary );}.elementor-kit-42 h2{color:#FFFFFF;}.elementor-kit-42 h3{color:#C69C6D;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */@media screen and (max-width: 480px) {
  .elementor-element {
    scroll-snap-type: none !important;
    scroll-snap-align: none !important;
    scroll-snap-stop: normal;
  }
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #C69C6D;
}

.logo {
    max-width: 250px !important;
    margin: 0 0 0 20px;
}
@media screen and (max-width: 760px) {
    .logo {
        max-width: 200px !important;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        max-width: 150px !important;
    }
}

.product-name {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #C69C6D !important;
	margin-bottom: 10px;
}
.product-name span {
	font-size: 28px;
	font-weight: 300;
	text-transform: none;
	display: inline-block;
}

.product-lineage {
	font-size: 16px;
	font-style: italic;
	color: #aaa;
	margin-bottom: 1.5rem;
}

.strain-info {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 15px 0;
}
.strain-capsule {
	color: black;
	padding: 5px 25px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
}
.thc-content {
	font-size: 20px;
	font-weight: 600;
}

.product-description {
	font-size: 16px;
	line-height: 1.7;
	margin: 10px 0 20px 0;
}

.product-detail-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.detail-label {
  font-weight: bold;
  margin-right: 0.25rem;
  min-width: 100px;
}

.detail-info {
  color: #fff;
  flex: 1;
}

/* Responsive behavior */
@media (max-width: 600px) {
  .product-detail-row {
    flex-direction: column;
  }
  .detail-label {
    margin-bottom: 0.25rem;
  }
}

.provinces {
	margin-top: 1.5rem;
}
	
.button-container {
	display: flex;
	gap: 10px;
	margin: 10px 0;
}

.available-button {
	font-size: 14px;
	color: white !important;
	background-color: #02210f;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff !important;
	border-radius: 50px;
	z-index: 1;
	padding: 8px 16px;
}

.available-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -135%; 
	width: 100%;
	height: 100%;
	background-color: white; 
	transition: left 0.5s ease; 
	transform: skewX(-10deg); 
	transform-origin: bottom right; 
	z-index: -1;
}

.available-button:hover {
	color: #02210f !important; 
	border-color: white;
	cursor: pointer;
}

.available-button:hover::before {
	left: -10%; 
	width: 135%;
}

.balanced {
	max-inline-size: 70ch;
	text-wrap: balance;
}
.gold { color: #C69C6D }
.chartruse { color: #9BB52A }
.bg-chartruse { background-color: #9BB52A }
.lavender {	color: #9f67AA }
.bg-lavender { background-color: #9f67AA }
.orange { color: #DD711F }
.bg-orange { background-color: #DD711F }
.goldenrod { color: #f9c511 }
.bg-goldenrod { background-color: #f9c511 }/* End custom CSS */