/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.2.1779596345
Updated: 2026-05-24 04:19:05

*/

/* ==========================================================================
   JAYLAXMI FURNITURE - GLOBAL TOKENS & UNIVERSAL RESET (16px = 1rem)
   ========================================================================== */:root { --jl-primary: #1A1A1A; --jl-accent: #8C6239; --jl-bg-base: #FCFAF7; --jl-bg-surface: #FFFFFF; --jl-bg-cream: #F5F0EA; --jl-border: #EBE5DF; --jl-text-body: #3E3B37; --jl-text-muted: #7A746E; --jl-radius-sm: 0.375rem; --jl-radius-md: 0.625rem; --jl-radius-lg: 0.875rem; --jl-radius-xl: 1.125rem; --jl-shadow-sm: 0 0.125rem 0.5rem rgba(26, 26, 26, 0.03); --jl-shadow-lg: 0 1rem 2.5rem rgba(26, 26, 26, 0.08); --font-serif: "Instrument Serif", serif; --font-sans: "Inter", sans-serif; }
html { font-size: calc(10px + (16 - 10)*((100vw - 1200px)/(1920 - 1200))); }
body .col-full { width: 100%; max-width: 80%; padding: 0 1.5rem; }

/*header*/
body header.site-header { padding: 0; margin: 0 !important; }
body .hentry .entry-content a { text-decoration: none; }
.jl-hero, .jl-section { font-family: var(--font-sans); color: var(--jl-text-body); }
.jl-hero h1, .jl-section h2, .jl-section h3 { font-family: var(--font-serif); color: var(--jl-primary); font-weight: 500; }
.jl-section h2 { text-align: center; }

/* ==========================================================================
   3-COLUMN HEADER NAVIGATION SYSTEM (Logo Left, Menu Center, Actions Right)
   ========================================================================== */

/* Navbar Wrapper Reset for Flex layout */
.jl-header__navbar {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* 1. LEFT COLUMN: Brand Logo Path */
.jl-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.jl-header__logo img, 
.jl-header__logo .custom-logo {
  max-height: 2.5rem;
  width: auto;
  display: block;
}
.jl-header__site-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--jl-primary);
}
.jl-header__site-title span {
  font-weight: 400;
  color: var(--jl-accent);
}

/* 2. CENTER COLUMN: Main Menu Path */
.jl-header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.jl-header__nav .jl-header__menu-list {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.jl-header__nav .jl-header__menu-list a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--jl-primary);
  position: relative;
  padding: 0.5rem 0;
  display: inline-block;
}
.jl-header__nav .jl-header__menu-list a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--jl-accent);
  transition: all 0.2s ease;
}
.jl-header__nav .jl-header__menu-list li:hover a::after,
.jl-header__nav .jl-header__menu-list .current-menu-item a::after {
  width: 100%;
}

/* 3. RIGHT COLUMN: Actions Group Path */
.jl-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.jl-header__action-item {
  display: flex;
  align-items: center;
}
.jl-header__action-btn {
  color: var(--jl-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.jl-header__action-btn:hover {
  background-color: var(--jl-bg-cream);
  color: var(--jl-accent);
}
.jl-header__badge-count {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background-color: var(--jl-accent);
  color: var(--jl-bg-base);
  font-size: 0.65rem;
  font-weight: 700;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Integrated Product Search Styling Overrides */
.jl-header__action-search .woocommerce-product-search {
  display: flex;
  align-items: center;
  border: 1px solid var(--jl-border);
  border-radius: 2rem;
  padding: 0.25rem 0.75rem;
  background: var(--jl-bg-surface);
}
.jl-header__action-search .woocommerce-product-search input[type="search"] {
  border: none;
  font-size: 0.85rem;
  padding: 0.25rem;
  width: 11rem;
  background: transparent;
  outline: none;
}
.jl-header__action-search .woocommerce-product-search button {
  background: none;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--jl-accent);
  text-transform: uppercase;
}

/* Mobile Hamburger Style */
.jl-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 1.5rem;
  background: none;
  border: none;
  padding: 0;
}
.jl-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--jl-primary);
}

/* ==========================================================================
   RESPONSIVE LAYOUT RESPONSES
   ========================================================================== */
@media (max-width: 992px) {
  .jl-header__nav, 
  .jl-header__action-search { 
    display: none !important; 
  }
  .jl-header__hamburger { 
    display: flex; 
  }
}

/* Buttons Component Path */
.jl-btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 500; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.875rem 1.75rem; border-radius: var(--jl-radius-sm); transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); }
.jl-btn--primary { background-color: var(--jl-primary); color: var(--jl-bg-base); border: 1px solid var(--jl-primary); }
.jl-btn--primary:hover { background-color: var(--jl-accent); border-color: var(--jl-accent); transform: translateY(-2px); box-shadow: var(--jl-shadow-lg); }
.jl-btn--secondary { background-color: transparent; color: var(--jl-primary); border: 1px solid var(--jl-primary); }
.jl-btn--secondary:hover { background-color: var(--jl-primary); color: var(--jl-bg-base); transform: translateY(-2px); }
.jl-btn-text { font-size: 0.85rem; font-weight: 600; padding: 0.25rem 0; border-bottom: 1.5px solid var(--jl-primary); display: inline-flex; align-items: center; gap: 0.5rem; text-transform: uppercase; letter-spacing: 0.08em; }
.jl-btn-text:hover { color: var(--jl-accent); border-color: var(--jl-accent); }
.jl-btn-text svg { transition: transform 0.2s ease; }
.jl-btn-text:hover svg { transform: translateX(4px); }
.jl-btn-text--white { color: var(--jl-bg-base); border-color: var(--jl-bg-base); }

/* Layout Structure Paths */
.jl-section { padding: 5rem 0; }
.jl-section--surface { background-color: var(--jl-bg-surface); }
.jl-section--cream { background-color: var(--jl-bg-cream); }
.jl-sec-header { margin-bottom: 2.5rem; }
.jl-sec-header__title { font-size: 2.2rem; margin-bottom: 0.5rem; }
.jl-sec-header__sub { font-size: 0.95rem; color: var(--jl-text-muted); text-align: center; }
.jl-grid { display: grid; gap: 1.5rem; }
.jl-grid--4 { grid-template-columns: repeat(4, 1fr); }
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus { outline: none !important; }

/* ==========================================================================
   PAGE SECTIONS PATHS
   ========================================================================== */

/* Hero Banner Layout Path */
.jl-hero { position: relative; height: calc(100vh - 116px); min-height: 35rem; background-color: var(--jl-bg-cream); overflow: hidden; display: flex; align-items: center; }
.jl-hero__bg { position: absolute; top: 0; right: 0; width: 55%; height: 100%; z-index: 1; }
.jl-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.jl-hero__bg::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, var(--jl-bg-cream) 0%, rgba(245, 240, 234, 0.4) 60%, rgba(245, 240, 234, 0) 100%); }
.jl-hero__content { position: relative; z-index: 2; max-width: 36.25rem; }
.jl-hero__sub { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--jl-accent); margin-bottom: 1rem; display: block; text-align: center; }
.jl-hero__title { font-size: 3.5rem; margin-bottom: 1.5rem; }
.jl-hero__desc { font-size: 1.1rem; color: var(--jl-text-body); margin-bottom: 2.5rem; max-width: 30rem; }
.jl-hero__btns { display: flex; gap: 1rem; }

/* Category Slider/Grid Path */
.jl-cat-grid { display: flex; justify-content: space-between; overflow-x: auto; gap: 1.5rem; padding: 0.625rem 0; scrollbar-width: none; }
.jl-cat-item { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; text-align: center; }
.jl-cat-item__img { width: 6rem; height: 6rem; border-radius: 50%; background-color: var(--jl-bg-cream); overflow: hidden; border: 1px solid var(--jl-border); transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); margin-bottom: 0.75rem; }
.jl-cat-item__img img { width: 100%; height: 100%; object-fit: cover; }
.jl-cat-item:hover .jl-cat-item__img { transform: scale(1.05); border-color: var(--jl-accent); box-shadow: var(--jl-shadow-sm); }
.jl-cat-item__name { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* Dynamic WooCommerce Product Card Layout Path */
.jl-p-card { background: var(--jl-bg-surface); border-radius: var(--jl-radius-lg); box-shadow: var(--jl-shadow-sm); overflow: hidden; transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); display: flex; flex-direction: column; position: relative; }
.jl-p-card:hover { transform: translateY(-6px); box-shadow: var(--jl-shadow-lg); }
.jl-p-card__img-wrap { position: relative; overflow: hidden; background-color: var(--jl-bg-cream); aspect-ratio: 1/1; }
.jl-p-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1); }
.jl-p-card:hover .jl-p-card__img-wrap img { transform: scale(1.06); }
.jl-p-card__badge { position: absolute; top: 0.875rem; left: 0.875rem; background-color: var(--jl-accent); color: var(--jl-bg-base); font-size: 0.7rem; font-weight: 600; text-transform: uppercase; padding: 0.375rem 0.75rem; border-radius: 9999px; z-index: 5; }
.jl-p-card__quickadd { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(26, 26, 26, 0.95); color: var(--jl-bg-base); padding: 0.75rem 0; text-align: center; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; transform: translateY(100%); transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); z-index: 5; }
.jl-p-card__info { padding: 1.25rem; display: flex; flex-direction: column; flex-grow: 1; }
.jl-p-card__title { font-size: 1.1rem; margin-bottom: 0.375rem; }
.jl-p-card__title a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jl-p-card__cat { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; color: var(--jl-text-muted); margin-bottom: 0.75rem; }
.jl-p-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; border-top: 1px solid var(--jl-border); padding-top: 0.75rem; }
.jl-p-card__price { font-weight: 600; font-size: 1.05rem; color: var(--jl-primary); }
.jl-p-card__price del { font-size: 0.85rem; color: var(--jl-text-muted); margin-left: 0.5rem; font-weight: 400; }
.jl-p-card__price ins { text-decoration: none; }
.jl-p-card__rating { display: flex; align-items: center; font-size: 0.75rem; gap: 0.25rem; }

/* Rooms Layout Path */
.jl-room-grid { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 18.75rem 18.75rem; gap: 1.5rem; }
.jl-room-card { position: relative; border-radius: var(--jl-radius-lg); overflow: hidden; box-shadow: var(--jl-shadow-sm); }
.jl-room-card--large { grid-row: span 2; }
.jl-room-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.jl-room-card:hover img { transform: scale(1.04); }
.jl-room-card__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(360deg, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0) 50%); display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: var(--jl-bg-base); }
.jl-room-card__overlay h3 { color: var(--jl-bg-base); font-size: 1.6rem; margin-bottom: 0.375rem; }
.jl-room-card__overlay p { font-size: 0.85rem; opacity: 0.85; margin-bottom: 0.75rem; }

/* Split Section Path */
.jl-split { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; border-radius: var(--jl-radius-xl); overflow: hidden; }
.jl-split__img img { width: 100%; height: 32.5rem; object-fit: cover; }
.jl-split__content { padding: 4rem; }
.jl-split__content h2 { font-size: 2.6rem; margin-bottom: 1.5rem; }
.jl-split__content p { font-size: 1.05rem; margin-bottom: 2rem; }

/* Trust Badges Path */
.jl-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.jl-trust-item { text-align: center; padding: 1.5rem; }
.jl-trust-item__icon { width: 3rem; height: 3rem; border-radius: 50%; background-color: var(--jl-bg-cream); color: var(--jl-accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.jl-trust-item h3 { font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.jl-trust-item p { font-size: 0.85rem; color: var(--jl-text-muted); }

/* Editorial Testimonial Path */
.jl-review-block { max-width: 47.5rem; margin: 0 auto; }
.jl-review-block__quote { font-family: var(--font-serif); font-size: 1.8rem; font-style: italic; line-height: 1.4; color: var(--jl-primary); margin-bottom: 1.5rem; text-align: center; padding-left: 0; border: none; }
.jl-review-block__author { font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; text-align: center; }
.jl-review-block__role { font-size: 0.8rem; color: var(--jl-text-muted); text-align: center; }

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width:992px) {
  html { font-size: 12px; }
  body .col-full { max-width: 100%; }
  .jl-hero { height: auto; padding: 4rem 0; }
  .jl-hero__bg { width: 100%; }
  .jl-hero__bg::after { background: linear-gradient(180deg, rgba(245, 240, 234, 0.7) 0%, rgba(245, 240, 234, 0.95) 100%); }
  .jl-hero__content { text-align: center; margin: 0 auto; padding: 0 1.5rem; }
  .jl-hero__btns { justify-content: center; }
  .jl-hero__title { font-size: 2.5rem; }
  .jl-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .jl-room-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 15rem); gap: 1rem; }
  .jl-room-card--large { grid-row: auto; }
  .jl-split { grid-template-columns: 1fr; }
  .jl-split__img img { height: 22.5rem; }
  .jl-split__content { padding: 2rem; }
  .jl-split__content h2 { font-size: 2rem; }
  .jl-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:576px) {
  .jl-grid--4, .jl-trust-grid { grid-template-columns: 1fr; }
  .jl-section { padding: 3rem 0; }
}