 :root {
  --glamping-primary: #53481c;
  --glamping-primary-hover: #6b5c24;
  --glamping-primary-light: #53481c17;
  --glamping-secondary: #f4e4bc;
  --glamping-gold: #d4af37;
  --glamping-brown: #8b4513;
  --family1:"Poppins", sans-serif;
  --family2:"Bricolage Grotesque", sans-serif;
}

h3, h4 { font-weight: 500; line-height: 1.2; }
h4 { font-size: 20px; }

body {
  background: #fff;
  font-weight: 400;
  font-style: normal;
  font-family: var(--family1) !important;
}

header {
    padding: 12px 20px;
    box-shadow: 0 2px 5px 0px #0000001A;
    margin-bottom: 13px;
}

[data-elementor-type="header"], [data-elementor-type="footer"] { display: none; }
.glamping-container > :first-child { min-height: 100vh; }
#content { /*margin-top: 100px; border-top: 1px solid #0000001A;*/  }
.glamping-container:not(.active) { display: none; }
.glamping-container {
  background: #53481c14;
}

.left-panel {
  padding: 2rem;
  background: #fff;
}

.right-panel {
  display: flex;
  padding: 2rem;
  background: #fff;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #0000001A;
}
.kit-option:not(:last-child), .kit-option:last-child:first-child {
  border-bottom: 1px solid #0000001A;
}
.kit-option {
    cursor: pointer;
    padding: 1rem 0;
    position: relative;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease; 
}

.kit-option input[type="radio"] {
  display: none;
}

.kit-image img {
  width: 77px;
  height: 51px;
  overflow: hidden;
  border-radius: 6px;
}

.kit-option .price { font-size: 22px; }

.kit-option:before, .kit-option:is(.selected):after {
    content: '';
    border-radius: 100px;
}

.kit-option:before {
    width: 22px;
    height: 22px;
    border: 1px solid #000;
}

.kit-option:is(.selected):after {
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    background: #000;
    top: calc(50% - 0px);
    transform: translate(3px, -50%);
}

.kit-img-price {
    margin-left: auto;
    width: calc(100% - 40px);
}
.kit-img-price .name {
    color: #000;
    font-size: 18px;
}
#content .btn-glamping-primary {
  background: var(--glamping-primary);
  border-color: var(--glamping-primary);
  color: #fff;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 400;
  padding: 0.719rem 1.43rem;
  transition: all 0.3s ease;
  font-family: var(--family2);
}

#content .btn-glamping-primary:hover {
  background: var(--glamping-primary-hover);
  border-color: var(--glamping-primary-hover);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(83, 72, 28, 0.3);
}

#content .btn-glamping-outline {
  color: var(--glamping-primary);
  background: transparent;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 400;
  border:0;
  font-family: var(--family2);
  padding: 0.719rem 0;
  transition: all 0.3s ease;
}

#content .btn-glamping-outline:hover {
  transform: translateY(-2px);
  color: var(--glamping-primary);
}

.tent-visualization {
    max-width: 100%;
    width: 800px;
}

.tent {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}

.tent-basic {
  background: linear-gradient(180deg, #f4e4bc 0%, #d4af37 50%, #b8860b 100%);
  border-radius: 50% 50% 50% 50% / 100% 100% 40% 40%;
  position: relative;
  overflow: hidden;
}

.tent-premium {
  background: linear-gradient(180deg, #f4e4bc 0%, #d4af37 30%, #cd853f 70%, #a0522d 100%);
  border-radius: 50% 50% 50% 50% / 100% 100% 40% 40%;
  position: relative;
  overflow: hidden;
}

.tent-premium .tent-lights {
  display: block;
}

.light {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffd700;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffd700;
  animation: twinkle 2s infinite alternate;
}

.light:nth-child(1) { left: 60px; }
.light:nth-child(2) { left: 120px; }
.light:nth-child(3) { left: 180px; }
.light:nth-child(4) { left: 240px; }
.light:nth-child(5) { right: 60px; }

@keyframes twinkle {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

.segment {
  position: absolute;
  border-right: 1px solid #8b4513;
  height: 100%;
}

.segment:nth-child(1) { left: 25%; }
.segment:nth-child(2) { left: 50%; }
.segment:nth-child(3) { left: 75%; }

.price-display {
  color: #000;
  font-weight: 600;
  font-size: 2.25rem;
  font-family: var(--family1);
}

.shipping-info {
  color: #2c2c2c;
  font-weight: 500;
  line-height: 1.4;
}

.menu-item { 
  border-bottom: 1px solid #000;
  cursor: pointer;
  /*transition: all 0.3s ease;*/
  padding: 1.25rem 0;
}

.menu-item:hover {
  color: var(--glamping-primary);
  /*padding-left: 10px;*/
}
.menu-item span {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
}
.menu-item .arrow {
  font-size: 1.25rem;
  color: #a0aec0;
  transition: transform 0.3s ease;
}

.menu-item.active .arrow {
  transform: rotate(90deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
  margin-left: 20px;
  border-left: 3px solid var(--glamping-primary);
}

.accordion-content.active {
  max-height: 500px;
  padding: 1rem 0;
}

.product-option {
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.9375rem 0;
}

.product-option:last-child {
  border-bottom: none;
}

.product-option:hover {
  background: rgba(83, 72, 28, 0.05);
  padding-left: 10px;
}

.product-option input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--glamping-primary);
  cursor: pointer;
}

.product-image {
  width: 80px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-name {
  font-weight: 500;
  color: #2d3748;
}

.product-price {
  font-weight: 600;
  color: var(--glamping-primary);
}

.tent-detailed {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8dcc0 0%, #d4af37 30%, #cd853f 70%, #8b7355 100%);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  position: relative;
  overflow: hidden;
}

.tent-body {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50%;
  background: linear-gradient(90deg, #f4e4bc, #d4af37);
  border-radius: 20px;
}

.tent-window {
  position: absolute;
  top: 20%;
  right: 20%;
  width: 25%;
  height: 30%;
  background: #87ceeb;
  border-radius: 8px;
  border: 2px solid #5f4e37;
}

.tent-door {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 80%;
  background: linear-gradient(180deg, #8b4513, #654321);
  border-radius: 8px 8px 0 0;
}

.tent-base {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 20px;
  background: #8b7355;
  border-radius: 0 0 20px 20px;
}

.item-checkbox {
    gap: 10px;
}
.item-checkbox [type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #000;
}

.config-menu:has(>:nth-child(7)) { max-height: 370px; overflow-y: scroll; padding-right: 10px; }

#content .row-2 { display: none; }

@media (max-width: 768px) {
  .tent-visualization {
    width: 300px;
    height: 225px;
  }
  
  .left-panel,
  .right-panel {
    padding: 1.5rem;
  }
}