/** Shopify CDN: Minification failed

Line 847:25 Unexpected "{"
Line 847:34 Expected ":"
Line 847:41 Unexpected "{"
Line 856:25 Unexpected "{"
Line 856:34 Expected ":"
Line 861:25 Unexpected "{"
Line 861:34 Expected ":"
Line 868:25 Unexpected "{"
Line 868:34 Expected ":"
Line 878:25 Unexpected "{"
... and 33 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ready-to-ship (INDEX:56) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.murphy-section {
  --accent-green: #60B556;
  --dark: #1a1a1a;
  --cream: #faf9f6;
  --light-gray: #f3f1ed;
  --text-dark: #2a2a2a;
  --text-light: #666666;
  --border-light: #ede9e2;
  
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  background: var(--cream);
}

/* ======================== HERO BANNER ======================== */
.murphy-section .hero-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0a0a0a 100%);
}

.murphy-section .hero-background {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(96,181,86,0.05)" stroke-width="0.5"/></pattern></defs><rect width="1200" height="800" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.murphy-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(96, 181, 86, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(96, 181, 86, 0.08) 0%, transparent 50%);
}

.murphy-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.murphy-section .hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -2px;
  text-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.murphy-section .hero-text h1 .accent {
  color: var(--accent-green);
  text-shadow: 0 0 40px rgba(96, 181, 86, 0.5);
}

.murphy-section .hero-text p {
  font-size: 1.15rem;
  color: #e0e0e0;
  margin-bottom: 16px;
  line-height: 1.8;
  font-weight: 300;
  max-width: 500px;
}

.murphy-section .hero-text .subtext {
  font-size: 1rem;
  color: #a0a0a0;
  margin-bottom: 32px;
  line-height: 1.7;
}

.murphy-section .hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.murphy-section .btn {
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.murphy-section .btn-primary {
  background: var(--accent-green);
  color: #fff;
  box-shadow: 0 15px 40px rgba(96, 181, 86, 0.4);
}

.murphy-section .btn-primary:hover {
  background: #52a049;
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(96, 181, 86, 0.5);
}

.murphy-section .btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid var(--accent-green);
}

.murphy-section .btn-secondary:hover {
  background: var(--accent-green);
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(96, 181, 86, 0.4);
}

.murphy-section .hero-image-box {
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(96, 181, 86, 0.25);
}

.murphy-section .hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.murphy-section .hero-image-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(96, 181, 86, 0.2) 0%, transparent 100%);
  z-index: 1;
}

/* ======================== FEATURES BANNER ======================== */
.murphy-section .features-banner {
  background: linear-gradient(135deg, var(--accent-green) 0%, #52a049 100%);
  padding: 50px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  position: relative;
  overflow: hidden;
}

.murphy-section .features-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(0,0,0,0.1) 0%, transparent 50%);
}

.murphy-section .feature-item {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  animation: slideInUp 0.7s ease-out;
}

.murphy-section .feature-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.murphy-section .feature-item p {
  font-size: 0.95rem;
  opacity: 0.95;
  font-weight: 300;
}

/* ======================== PRODUCTS SECTION ======================== */
.murphy-section .products-wrapper {
  max-width: 1400px;
  margin: 120px auto;
  padding: 0 40px;
}

.murphy-section .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.murphy-section .section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  color: var(--text-dark);
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -1px;
}

.murphy-section .section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 300;
}

.murphy-section .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 50px;
  margin-bottom: 80px;
}

.murphy-section .product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid var(--border-light);
  animation: fadeInScale 0.6s ease-out;
}

.murphy-section .product-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 80px rgba(96, 181, 86, 0.2);
  border-color: var(--accent-green);
}

.murphy-section .product-image-wrapper {
  position: relative;
  height: 380px;
  background: linear-gradient(135deg, var(--light-gray) 0%, #e8e4dd 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.murphy-section .product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.murphy-section .product-card:hover .product-image-wrapper img {
  transform: scale(1.08);
}

.murphy-section .product-number {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-green) 0%, #52a049 100%);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.8rem;
  font-family: 'Playfair Display', serif;
  box-shadow: 0 10px 25px rgba(96, 181, 86, 0.4);
  z-index: 2;
}

.murphy-section .product-content {
  padding: 45px;
}

.murphy-section .product-label {
  color: var(--accent-green);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  display: block;
}

.murphy-section .product-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: var(--text-dark);
  font-weight: 800;
}

.murphy-section .product-description {
  color: var(--text-light);
  margin-bottom: 28px;
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
}

.murphy-section .product-specs {
  list-style: none;
  margin: 0 0 32px;
  padding: 24px;
  background: var(--light-gray);
  border-radius: 8px;
  border-left: 4px solid var(--accent-green);
}

.murphy-section .product-specs li {
  padding: 10px 0;
  color: var(--text-light);
  font-size: 0.92rem;
  position: relative;
  padding-left: 26px;
  line-height: 1.6;
}

.murphy-section .product-specs li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-weight: 900;
  font-size: 1.2rem;
}

.murphy-section .product-timeline {
  background: linear-gradient(135deg, #f8f7f5 0%, #f0ede8 100%);
  padding: 16px 20px;
  border-radius: 8px;
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 28px;
  border: 1px solid var(--border-light);
}

.murphy-section .product-card .btn {
  width: 100%;
  text-align: center;
}

/* ======================== INSTALLATION SECTION ======================== */
.murphy-section .installation-wrapper {
  max-width: 1400px;
  margin: 120px auto;
  padding: 0 40px;
}

.murphy-section .installation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: linear-gradient(135deg, var(--light-gray) 0%, #fff 100%);
  padding: 80px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(96, 181, 86, 0.1);
  border: 1px solid var(--border-light);
}

.murphy-section .installation-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 28px;
  color: var(--text-dark);
  font-weight: 800;
}

.murphy-section .installation-content p {
  color: var(--text-light);
  margin-bottom: 24px;
  line-height: 1.9;
  font-size: 1rem;
  font-weight: 300;
}

.murphy-section .installation-list {
  list-style: none;
  margin: 35px 0;
  padding: 0;
}

.murphy-section .installation-list li {
  padding: 16px 0 16px 40px;
  position: relative;
  color: var(--text-light);
  line-height: 1.8;
  font-weight: 400;
}

.murphy-section .installation-list li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-weight: 900;
  font-size: 1.3rem;
}

.murphy-section .installation-image-wrapper {
  height: 500px;
  background: linear-gradient(135deg, var(--accent-green) 0%, #52a049 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(96, 181, 86, 0.3);
}

.murphy-section .installation-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.murphy-section .installation-image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
}

/* ======================== CUSTOMIZATION SECTION ======================== */
.murphy-section .customization-wrapper {
  background: linear-gradient(135deg, #fff 0%, var(--light-gray) 100%);
  padding: 120px 40px;
  margin: 100px 0;
}

.murphy-section .customization-wrapper h2 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem;
  margin-bottom: 80px;
  color: var(--text-dark);
  font-weight: 800;
  letter-spacing: -1px;
}

.murphy-section .customization-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 50px;
}

.murphy-section .custom-card {
  text-align: center;
  padding: 60px 40px;
  border-radius: 16px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.murphy-section .custom-card:hover {
  background: linear-gradient(135deg, var(--accent-green) 0%, #52a049 100%);
  color: #fff;
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(96, 181, 86, 0.3);
  border-color: var(--accent-green);
}

.murphy-section .custom-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.murphy-section .custom-card p {
  color: var(--text-light);
  margin: 0;
  line-height: 1.8;
  font-size: 0.95rem;
  font-weight: 300;
  transition: all 0.3s ease;
}

.murphy-section .custom-card:hover p {
  color: #fff;
  opacity: 0.95;
}

/* ======================== WHY US SECTION ======================== */
.murphy-section .why-us-wrapper {
  max-width: 1400px;
  margin: 120px auto;
  padding: 0 40px;
}

.murphy-section .why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 45px;
  margin-top: 70px;
}

.murphy-section .why-us-card {
  padding: 45px;
  background: linear-gradient(135deg, #fff 0%, #fafaf8 100%);
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid var(--border-light);
}

.murphy-section .why-us-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(96, 181, 86, 0.2);
  border-color: var(--accent-green);
  background: linear-gradient(135deg, #fafaf8 0%, #fff 100%);
}

.murphy-section .why-us-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.murphy-section .why-us-card:hover .why-us-icon {
  transform: scale(1.2) rotate(5deg);
}

.murphy-section .why-us-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: var(--text-dark);
  font-weight: 800;
}

.murphy-section .why-us-card p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
  font-weight: 300;
}

/* ======================== CTA SECTION ======================== */
.murphy-section .cta-wrapper {
  text-align: center;
  margin: 120px 40px;
  padding: 100px 40px;
  background: linear-gradient(135deg, #fff 0%, var(--light-gray) 100%);
  border-radius: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 60px rgba(96, 181, 86, 0.1);
  border: 1px solid var(--border-light);
}

.murphy-section .cta-wrapper h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 6vw, 3.2rem);
  color: var(--text-dark);
  margin-bottom: 24px;
  font-weight: 800;
}

.murphy-section .cta-wrapper p {
  color: var(--text-light);
  margin-bottom: 40px;
  font-size: 1.15rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 300;
}

/* ======================== FAQ SECTION ======================== */
.murphy-section .faq-wrapper {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  color: #fff;
  padding: 120px 40px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.murphy-section .faq-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(96, 181, 86, 0.12) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(96, 181, 86, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.murphy-section .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.murphy-section .faq-header {
  text-align: center;
  margin-bottom: 80px;
}

.murphy-section .faq-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  margin: 0;
  font-weight: 800;
}

.murphy-section .faq-item {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(96, 181, 86, 0.2);
}

.murphy-section .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  user-select: none;
  transition: all 0.3s ease;
}

.murphy-section .faq-question:hover {
  color: var(--accent-green);
  padding-left: 12px;
}

.murphy-section .faq-toggle {
  font-size: 2rem;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: var(--accent-green);
  font-weight: 300;
  line-height: 1;
}

.murphy-section .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.murphy-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: #ccc;
  padding: 0;
  line-height: 1.8;
}

.murphy-section .faq-item.active .faq-answer {
  max-height: 400px;
  padding-bottom: 30px;
}

.murphy-section .faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
}

/* ======================== RESPONSIVE ======================== */
@media (max-width: 1024px) {
  .murphy-section .hero-content {
    grid-template-columns: 1fr;
    padding: 0 30px;
    gap: 40px;
  }
  
  .murphy-section .hero-image-box {
    height: 400px;
  }
  
  .murphy-section .installation-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 40px;
  }
  
  .murphy-section .products-grid {
    grid-template-columns: 1fr;
  }
  
  .murphy-section .customization-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .murphy-section .hero-wrapper {
    height: 80vh;
    min-height: 500px;
  }
  
  .murphy-section .hero-content {
    padding: 0 20px;
  }
  
  .murphy-section .hero-text h1 {
    font-size: 2.5rem;
  }
  
  .murphy-section .hero-image-box {
    height: 300px;
  }
  
  .murphy-section .products-wrapper,
  .murphy-section .installation-wrapper,
  .murphy-section .why-us-wrapper {
    padding: 0 20px;
  }
  
  .murphy-section .features-banner {
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 20px;
  }
  
  .murphy-section .installation-grid {
    padding: 40px 20px;
  }
  
  .murphy-section .customization-wrapper {
    padding: 80px 20px;
  }
  
  .murphy-section .cta-wrapper {
    margin: 80px 20px;
    padding: 60px 30px;
  }
  
  .murphy-section .faq-wrapper {
    padding: 80px 20px;
  }
}

/* ======================== ANIMATIONS ======================== */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.murphy-section .product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.murphy-section .product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.murphy-section .product-card:nth-child(3) {
  animation-delay: 0.3s;
}
/* END_SECTION:ready-to-ship */

/* START_SECTION:section-collection-v2 (INDEX:77) */
.section-collection-v2 img {
  border-radius: 15px;
}
/* END_SECTION:section-collection-v2 */

/* START_SECTION:section-product-v8 (INDEX:96) */
.productv8-top-heading{
  width: 100%;
  font-weight: 600;
  line-height: 1.2;
}
/* END_SECTION:section-product-v8 */

/* START_SECTION:section-testimonial-v2 (INDEX:107) */
.section-testimonial-v2-{{ section.id }} {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  background-position: center;
}

/* Container centre */
.section-testimonial-v2-{{ section.id }} .container-v2 {
  text-align: center;
}

/* Heading with underline centre */
.section-testimonial-v2-{{ section.id }} .title_heading {
  text-align: center !important;
  display: inline-block;
  width: auto;
  position: relative;
}

.section-testimonial-v2-{{ section.id }} .title_heading:after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 80px;
  height: 2px;
  background: #5CCC96;
}

/* Each slide card */
.section-testimonial-v2-{{ section.id }} .testimonial-card {
  padding: 15px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-inner {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px 25px;
  max-width: 520px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  text-align: center;
}

/* Stars custom */
.section-testimonial-v2-{{ section.id }} .testimonial-stars {
  margin-bottom: 20px;
  font-size: 20px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-stars .star {
  color: #5CCC96;
  margin: 0 2px;
}

/* Theme star row hide */
.section-testimonial-v2-{{ section.id }} .engoc-star {
  display: none !important;
}

/* Text */
.section-testimonial-v2-{{ section.id }} .testimonial-inner .text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Author area */
.section-testimonial-v2-{{ section.id }} .testimonial-author {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Avatar hide but structure safe */
.section-testimonial-v2-{{ section.id }} .testimonial-author .avatar {
  display: none !important;
}

/* Author text */
.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info {
  text-align: center;
}

.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-testimonial-v2-{{ section.id }} .testimonial-author .author-info .text-position {
  font-size: 14px;
  opacity: 0.8;
}

/* Slick dots adjust */
.section-testimonial-v2-{{ section.id }} .slick-dots {
  
  margin-top: 25px;
  
}

.section-testimonial-v2-{{ section.id }} .slick-dots li button:before {
  font-size: 10px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .section-testimonial-v2-{{ section.id }} {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-testimonial-v2-{{ section.id }} .testimonial-inner {
    padding: 20px 18px;
  }

  .section-testimonial-v2-{{ section.id }} .testimonial-inner .text {
    font-size: 15px;
  }
}
/* END_SECTION:section-testimonial-v2 */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-extended (INDEX:208) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --green: #01243C;
  --green-dk: #00182A;
  --black: #111;
  --gray: #666;
  --gray-lt: #f5f5f5;
  --gray-bd: #e2e2e2;
  --white: #fff;
  --font: 'Poppins', sans-serif;
  --radius: 10px;
}

body { font-family: var(--font); color: var(--black); background: var(--white); font-size: 14px; line-height: 1.5; }

.bc {
  padding: 13px 60px;
  font-size: 12px;
  font-weight: 400;
  color: var(--gray);
  border-bottom: 1px solid var(--gray-bd);
  background: var(--white);
}
.bc a { color: var(--green); text-decoration: none; font-weight: 500; }
.bc a:hover { text-decoration: underline; }
.bc .sep { margin: 0 7px; color: #ccc; }

.product-wrap {
  display: grid;
  grid-template-columns: 55% 45%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px 80px;
  align-items: start;
  gap: 0;
}

.img-col {
  position: sticky;
  top: 24px;
  padding: 36px 48px 36px 0;
}

.main-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  background: var(--gray-lt);
}
.main-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity .28s ease;
}

.thumb-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.thumb {
  width: 78px; height: 62px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color .2s;
  flex-shrink: 0;
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb:hover { border-color: var(--green); }
.thumb.active { border-color: var(--green); }

.det-col {
  padding: 36px 0 36px 52px;
  border-left: 1px solid var(--gray-bd);
}

.prod-title {
  font-size: 30px;
  font-weight: 800;
  color: var(--black);
  line-height: 1.15;
  margin-bottom: 8px;
}

.prod-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
}
.stars { color: var(--green); font-size: 16px; letter-spacing: 1px; }
.rating-num { font-size: 13px; font-weight: 700; }
.rating-ct { font-size: 12px; font-weight: 400; color: var(--gray); }

.div { height: 1px; background: var(--gray-bd); margin: 22px 0; }

.config-step { margin-bottom: 22px; }

.cfg-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  cursor: pointer;
  padding: 8px 0;
  transition: all .2s;
}
.cfg-head:hover { color: var(--green); }

.cfg-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: .6px;
}
.cfg-info {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray);
}

.step-arrow {
  font-size: 12px;
  color: var(--green);
  transition: transform .3s ease;
  display: inline-block;
}
.config-step.collapsed .step-arrow { transform: rotate(-90deg); }
.step-content { overflow: hidden; animation: slideDown .3s ease; }
.config-step.collapsed .step-content { display: none; }

@keyframes slideDown {
  from { opacity: 0; max-height: 0; }
  to { opacity: 1; max-height: 2400px; }
}

/* Step 1 — Size */
.size-row { display: flex; gap: 10px; flex-wrap: wrap; }
.sz-btn {
  padding: 10px 24px;
  border: 1.5px solid var(--gray-bd);
  border-radius: var(--radius);
  background: var(--white);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.sz-btn:hover { border-color: var(--green); background: #eef4f8; }
.sz-btn.sel { background: var(--green); border-color: var(--green); color: var(--white); }

/* Step 2 — Stains (ONLY for non-tag products) */
.stain-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.stain-card{
  border:1.5px solid var(--gray-bd);
  border-radius:9px;
  overflow:hidden;
  cursor:pointer;
  transition:all .2s;
  background:var(--white);
}
.stain-card:hover{ border-color:var(--green); transform:translateY(-2px); box-shadow:0 4px 12px rgba(1,36,60,.12); }
.stain-card.sel{ border-color:var(--green); box-shadow:0 0 0 1px var(--green); }
.stain-card img{ width:100%; height:66px; object-fit:cover; display:block; }
.stain-meta{ padding:6px 8px; }
.stain-name{ font-size:11px; font-weight:600; color:var(--black); line-height:1.3; }

/* Step 2 — Color */
.paint-box {
  padding: 16px;
  background: var(--gray-lt);
  border-radius: var(--radius);
}
.paint-row {
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  font-weight:800;
  color:var(--black);
}
.paint-row input { width:18px; height:18px; cursor:pointer; }
.paint-price { margin-left:auto; color:var(--green); font-weight:900; }
.paint-sub {
  font-size:11px;
  color:var(--gray);
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid var(--gray-bd);
}
#paintBreakdown { display:none; }

/* BM picker */
.bm-paint-picker{
  margin-top:14px;
  border:1.5px solid var(--gray-bd);
  border-radius:var(--radius);
  padding:16px;
  background:var(--white);
}
.bm-paint-picker h4{
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-bottom:8px;
}
.bm-note{
  font-size:12px;
  color:var(--gray);
  line-height:1.6;
  margin-bottom:12px;
}
.bm-note a{ color:var(--green); font-weight:900; text-decoration:none; }
.bm-note a:hover{ text-decoration:underline; }

.bm-options{ display:flex; flex-direction:column; gap:8px; }
.bm-option{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:10px 12px;
  border:1.5px solid var(--gray-bd);
  border-radius:10px;
  cursor:pointer;
  font-size:12px;
  font-weight:700;
  color:var(--black);
  background:var(--white);
}
.bm-option input{ margin-top:2px; }
.bm-option:hover{ border-color:var(--green); background:#eef4f8; }

/* CABINETS */
.cab-topline{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:12px;
}
.cab-tabs{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}

/* size buttons */
.cab-tab{
  -webkit-appearance:none;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:78px;
  height:38px;
  padding:0 18px;
  border:1.5px solid var(--gray-bd);
  border-radius:999px;
  background:var(--white);
  font-family:var(--font);
  font-size:12px;
  font-weight:900;
  line-height:1;
  color:var(--black);
  cursor:pointer;
  transition:all .2s ease;
}
.cab-tab__txt{ display:block; font-size:12px; font-weight:900; line-height:1; color:inherit; }
.cab-tab:hover{ border-color:var(--green); background:#eef4f8; }
.cab-tab.active{ background:var(--green); border-color:var(--green); color:var(--white); }
.cab-tab:focus{ outline:none; box-shadow:0 0 0 3px rgba(1,36,60,.18); }

/* side buttons */
.cab-sides{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.cab-side-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1.5px solid var(--gray-bd);
  border-radius:12px;
  padding:12px 10px;
  background:var(--white);
  cursor:pointer;
  transition:all .2s ease;
  font-family:var(--font);
  font-size:12px;
  font-weight:900;
  color:var(--black);
  white-space: nowrap;
}
.cab-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid var(--gray-bd);
  background:transparent;
  flex:0 0 auto;
}

/* BOTH icon */
.cab-dot--both{
  display:inline-block;
  position:relative;
  width:28px;
  height:14px;
  flex:0 0 auto;
}
.cab-dot--both::before,
.cab-dot--both::after{
  content:"";
  position:absolute;
  top:0;
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid var(--gray-bd);
  background:transparent;
}
.cab-dot--both::before{ left:0; }
.cab-dot--both::after{ left:14px; }

.cab-side-btn.active{
  border-color:var(--green);
  background:#eef4f8;
  box-shadow:0 0 0 1px var(--green);
}
.cab-side-btn.active .cab-dot{
  border-color:var(--green);
  background:var(--green);
}
.cab-side-btn.active .cab-dot--both::before,
.cab-side-btn.active .cab-dot--both::after{
  border-color:var(--green);
  background:var(--green);
}

.cab-summary{
  font-size:12px;
  font-weight:700;
  color:var(--gray);
  margin-bottom:8px;
}

.cab-panel{ display:none; }
.cab-panel.active{ display:block; }

.cab-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.cab-card{
  border: 1.5px solid var(--gray-bd);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  background: var(--white);
}
.cab-card:hover{ border-color: var(--green); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(1,36,60,.12); }
.cab-card.sel{ border-color: var(--green); background: #eef4f8; box-shadow: 0 0 0 1px var(--green); }
.cab-card img{ width: 100%; height: 92px; object-fit: contain; margin: 0 auto 10px; display: block; }
.cab-name{ font-size: 13px; font-weight: 900; color: var(--black); margin-bottom: 4px; }
.cab-price-tag{ font-size: 12px; font-weight: 900; color: var(--green); }

/* None card */
.cab-card--none{ background:var(--gray-lt); }
.cab-none-icon{
  width:100%;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:900;
  color:var(--gray);
  margin:0 auto 10px;
}

/* Crown */
.crown-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.crown-card{
  border:1.5px solid var(--gray-bd);
  border-radius:10px;
  padding:12px 10px;
  text-align:center;
  cursor:pointer;
  transition:all .2s;
  background:var(--white);
}
.crown-none-icon{
  width:100%;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  font-weight:900;
  color:var(--gray);
}
.crown-card:hover{ border-color:var(--green); transform:translateY(-2px); box-shadow:0 4px 12px rgba(1,36,60,.12); }
.crown-card.sel{ border-color:var(--green); background:#eef4f8; box-shadow:0 0 0 1px var(--green); }
.crown-card img{ width:100%; height:70px; object-fit:contain; display:block; margin:0 auto 8px; }
.crown-name{ font-size:12px; font-weight:900; color:var(--black); margin-bottom:2px; }
.crown-price{ font-size:11px; font-weight:900; color:var(--green); }
.crown-price-cut{ font-size:11px; color:#999; text-decoration:line-through; margin-right:8px; }

/* Lights */
.lights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.light-card {
  border: 1.5px solid var(--gray-bd);
  border-radius: var(--radius);
  padding: 18px 14px;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  background: var(--white);
}
.light-card:hover { border-color: var(--green); background: #eef4f8; }
.light-card.sel { border-color: var(--green); background: rgba(1,36,60,.06); box-shadow: 0 0 0 1px var(--green); }
.light-card img { width: 50px; height: 50px; object-fit: contain; display: block; margin: 0 auto 10px; }
.light-name { font-size: 13px; font-weight: 900; color: var(--black); margin-bottom: 4px; }
.light-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
  background: rgba(1,36,60,.12);
  color: var(--green-dk);
}
.light-desc { font-size: 11px; color: var(--gray); line-height: 1.5; }

/* Door Style */
.door-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.door-card{
  border:1.5px solid var(--gray-bd);
  border-radius:10px;
  padding:12px 10px;
  text-align:center;
  cursor:pointer;
  transition:all .2s;
  background:var(--white);
}
.door-card:hover{ border-color:var(--green); transform:translateY(-2px); box-shadow:0 4px 12px rgba(1,36,60,.12); }
.door-card.sel{ border-color:var(--green); background:#eef4f8; box-shadow:0 0 0 1px var(--green); }
.door-card img{ width:100%; height:80px; object-fit:contain; display:block; margin:0 auto 8px; }
.door-name{ font-size:12px; font-weight:900; color:var(--black); margin-bottom:2px; }
.door-price{ font-size:11px; font-weight:900; color:var(--green); }

/* Mattress */
.mattress-list { display: flex; flex-direction: column; gap: 10px; }
.mat-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid var(--gray-bd);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all .2s;
  align-items: start;
  background: var(--white);
}
.mat-card:hover { border-color: var(--green); box-shadow: 0 2px 12px rgba(1,36,60,.12); }
.mat-card.sel { border-color: var(--green); background: #eef4f8; box-shadow: 0 0 0 1px var(--green); }
.mat-left { text-align: center; margin-top: 2px; }
.mat-left img { width: 76px; max-height: 66px; object-fit: contain; margin: 0 auto 6px; display: block; }
.mat-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  background: var(--green);
}
.mat-badge.b { background: #17364E; }
.mat-badge.c { background: #0F2D45; }
.mat-badge.included { background: var(--green); color: white; }
.mat-name { font-size: 14px; font-weight: 900; color: var(--black); margin-bottom: 3px; }
.mat-desc { font-size: 12px; color: var(--gray); line-height: 1.5; margin-bottom: 6px; }
.mat-price-tag { font-size: 13px; font-weight: 900; color: var(--green); }
.mat-price-cut { font-size: 11px; color: #999; text-decoration: line-through; margin-right: 6px; }

/* Info + order box */
.custom-murphy-info {
  background: linear-gradient(135deg, #f4f7fa, #edf2f6);
  border: 1.5px solid #d6e1e8;
  border-radius: var(--radius);
  padding: 24px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.custom-murphy-info p { font-size: 14px; color: #444; line-height: 1.8; margin: 0; }
.custom-murphy-info strong { color: var(--black); font-weight: 900; display: block; margin-bottom: 14px; }

.order-call-box {
  background: var(--white);
  border: 1.5px solid var(--gray-bd);
  border-radius: var(--radius);
  padding: 28px;
  margin-top: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.order-call-box__title {
  font-size: 18px;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 20px;
  text-align: center;
  display: block;
  letter-spacing: 0.3px;
}
.order-call-box__subtitle {
  font-size: 13px;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 16px;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.order-call-box__actions { margin-bottom: 26px; }
.order-call-btn {
  display: block;
  width: 100%;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
}
.order-call-btn--call { background: linear-gradient(135deg, #1a1a1a, #000); color: var(--white); }
.order-call-btn--call:hover { background: linear-gradient(135deg, #2a2a2a, #111); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.order-call-box__form-section {
  margin: 26px 0;
  padding: 26px 0;
  border-top: 1px solid var(--gray-bd);
  border-bottom: 1px solid var(--gray-bd);
}
.callback-form { display: flex; flex-direction: column; gap: 14px; }
.form-input {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid var(--gray-bd);
  background: transparent;
  font-family: var(--font);
  font-size: 14px;
  color: var(--black);
  outline: none;
  transition: all .3s ease;
}
.form-input::placeholder { color: var(--gray); font-weight: 600; }
.form-input:focus { border-bottom-color: var(--green); padding-bottom: 10px; }

.form-btn {
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #1a1a1a, #000);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
  cursor: pointer;
  transition: all .3s ease;
  margin-top: 8px;
}
.form-btn:hover { background: linear-gradient(135deg, #2a2a2a, #111); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.order-call-box__text {
  font-size: 11px;
  color: var(--gray);
  text-align: center;
  margin-top: 14px;
  font-weight: 600;
  line-height: 1.6;
}

/* Booking */
.booking-section {
  background: linear-gradient(135deg, #f4f7fa, #edf2f6);
  border: 1.5px solid #d6e1e8;
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 14px;
  overflow: hidden;
}
.booking-section__iframe-wrapper { width: 100%; overflow: hidden; border-radius: 12px; }
.booking-section__iframe-wrapper iframe {
  width: 100%;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  min-height: 450px;
  display: block;
}

/* Checkout */
.checkout {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 2px solid var(--gray-bd);
}
.total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}
.total-lbl { font-size: 12px; font-weight: 800; color: var(--gray); text-transform: uppercase; letter-spacing: .5px; }
.total-val { font-size: 34px; font-weight: 900; color: var(--black); }

.btn-cart {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-dk));
  color: var(--white);
  border: none;
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all .25s;
  margin-bottom: 14px;
}
.btn-cart:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(1,36,60,.25); }
.btn-cart:disabled { opacity: 0.6; cursor: not-allowed; }

.error-msg { color: #d32f2f; font-size: 12px; margin-top: 8px; display: none; }

/* Responsive */
@media (max-width: 1100px) {
  .product-wrap { grid-template-columns: 1fr; padding: 0 28px 40px; }
  .img-col { position: relative; top: 0; padding: 28px 0 0; }
  .det-col { padding: 28px 0; border-left: none; border-top: 1px solid var(--gray-bd); }
  .bc { padding: 12px 28px; }
}
@media (max-width: 900px) {
  .cab-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 768px) {
  .bc { padding: 11px 18px; }
  .product-wrap { padding: 0 18px 32px; }
  .prod-title { font-size: 22px; }
  .prod-price { font-size: 19px; }
  .lights-grid { grid-template-columns: 1fr; }
  .crown-card img{ height:64px; }
  .door-card img{ height:72px; }
  .mat-card { grid-template-columns: 80px 1fr; }
  .thumb { width: 64px; height: 52px; }
  .cfg-label { font-size: 12px; }
  .cfg-info { font-size: 11px; }
  .cab-sides{ grid-template-columns:1fr; }
  .stain-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 480px) {
  .prod-title { font-size: 19px; }
  .prod-price { font-size: 18px; }
  .size-row { flex-wrap: wrap; }
  .sz-btn { flex: 1; min-width: 80px; text-align: center; padding: 8px 16px; font-size: 12px; }
  .cab-grid{ grid-template-columns:1fr; }
  .mat-card { grid-template-columns: 1fr; gap: 10px; }
  .mat-left { text-align: center; }
  .mat-left img { width: 60px; }
  .mat-name { font-size: 13px; }
  .total-val { font-size: 28px; }
  .btn-cart { padding: 14px; font-size: 13px; }
  .cfg-head { margin-bottom: 10px; }
  .step-arrow { font-size: 11px; }
  .stain-grid{ grid-template-columns:repeat(2,1fr); }
}

/* BELOW FOLD — Tabs */
.below { max-width: 1380px; margin: 0 auto; padding: 0 60px 80px; }

.tab-nav {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 2px solid var(--gray-bd);
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 14px 28px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  color: var(--gray);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .6px;
  transition: all .2s;
  white-space: nowrap;
}
.tab-btn:hover { color: var(--black); border-bottom-color: var(--gray-bd); }
.tab-btn.active { color: var(--green); border-bottom-color: var(--green); }

.tab-pnl { display: none; }
.tab-pnl.active { display: block; animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:translateY(0); } }

.desc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.desc-txt h2 { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.accent { width: 48px; height: 4px; background: var(--green); border-radius: 2px; margin-bottom: 24px; }
.desc-txt p { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 16px; }

.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.feat-item { display: flex; gap: 12px; align-items: flex-start; }
.feat-icon {
  font-size: 12px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: var(--gray-lt);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: var(--black);
}
.feat-txt { font-size: 12px; font-weight: 600; color: #444; line-height: 1.5; }

.vid-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  position: relative;
  cursor: pointer;
  background-image: url('{{ product.featured_image | img_url: "600x600" }}');
  background-size: cover;
  background-position: center;
}
.play-c {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  transition: background .2s;
}
.vid-thumb:hover .play-c { background: rgba(0,0,0,.45); }
.play-c svg { width: 64px; height: 64px; fill: var(--white); filter: drop-shadow(0 2px 12px rgba(0,0,0,.4)); }
.vid-iframe { display: none; width: 100%; aspect-ratio: 16/9; border-radius: 14px; border: none; }

.installation-section { background: var(--white); }
.installation-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border: 1px solid var(--gray-bd);
  border-radius: var(--radius);
  overflow: hidden;
}
.installation-table th,
.installation-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--gray-bd);
  font-size: 13px;
}
.installation-table th { background: var(--gray-lt); font-weight: 900; color: var(--black); }
.installation-table td { color: #444; font-weight: 600; }
.installation-table tr:last-child td { border-bottom: none; }

.section-heading { font-size: 16px; font-weight: 900; color: var(--black); margin-top: 28px; margin-bottom: 14px; }
.section-text { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 14px; }
.bullet-list { font-size: 14px; color: #444; line-height: 1.75; margin-bottom: 14px; margin-left: 20px; }
.bullet-list li { margin-bottom: 8px; }

/* Hide theme add-ons */
.product-addon,
.product-addons,
.product__addon,
.product-add-ons,
[class*="add-on"],
[class*="addon"],
[data-section-type="product-add-ons"],
.js-addon-section,
.addon-section { display: none !important; }
/* END_SNIPPET:product-extended */