/* ===================================================
   MOODSY GIFTS - LUXURY CSS
   FreeWebStore Compatible - Balanced Luxury Version
   =================================================== */

/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Lato:wght@300;400;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* TEXT SELECTION */
::selection {
  background-color: #C59D4F;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #C59D4F;
  color: #FFFFFF;
}

/* GLOBAL TRANSITIONS */
a,
button,
.btn,
.button,
.product_price,
.basket_info,
.search button,
.social_media li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ACCESSIBILITY - FOCUS STATES */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #4B2E4C;
  outline-offset: 2px;
}

/* TYPOGRAPHY - BODY */
body,
p,
li,
td,
th,
.content,
.page-content {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

p {
  margin-bottom: 15px;
}

/* ===================================================
   TYPOGRAPHY - HEADINGS (BALANCED LUXURY - OPTION A)
   =================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #000000;
  font-weight: 500;
}

h1 {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

h4 {
  font-size: 16px;
  text-align: left;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

h6 {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

/* ANNOUNCEMENT BAR */
.hb-content-wrapper,
.hb-content-wrapper p,
.hb-content-wrapper span,
.hb-text-wrapper,
.hb-text-wrapper p,
.hb-text-wrapper span,
.hb-headline-text,
.hb-headline-text p,
.hb-headline-text span {
  color: #FFFFFF;
}

.hb-cta,
.hb-cta-button,
.hb-cta-button .hb-text-holder,
.hb-cta-button .hb-text-holder p {
  background-color: #C59D4F;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
}

/* HEADER */
header {
  background-color: #FFFFFF;
}

.header_container .store_name a {
  font-family: 'Playfair Display', Georgia, serif;
  color: #C59D4F;
  font-size: 28px;
  font-weight: 500;
}

/* SEARCH BUTTON */
.search button {
  font-family: 'Lato', Arial, sans-serif;
  background-color: #4B2E4C;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  border: none;
}

.search button:hover {
  background-color: #C59D4F;
  color: #FFFFFF;
}

/* BASKET BUTTON */
.basket_info {
  font-family: 'Lato', Arial, sans-serif;
  background-color: #C59D4F;
  color: #FFFFFF;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.basket_info:hover {
  background-color: #4B2E4C;
  color: #FFFFFF;
}

.basket_info span,
.basket_info a,
.basket_info i {
  color: #FFFFFF;
}

/* NAVIGATION - PARENT CATEGORIES */
.categories_panel {
  background-color: #FFFFFF;
}

.categories_panel > ul > li > a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2A2A2A;
}

.categories_panel > ul > li > a:hover,
.categories_panel > ul > li:hover > a {
  background-color: #4B2E4C;
  color: #FFFFFF;
}

/* NAVIGATION - SUBCATEGORIES */
.subcategories_panel {
  background-color: #FFFFFF;
  border: 1px solid #ebebeb;
  border-top: none;
  border-bottom: 3px solid #C59D4F;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.subcategories_panel a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3A3A3A;
  background-color: transparent;
}

.subcategories_panel a:hover {
  color: #C59D4F;
  background-color: transparent;
}

/* CURRENCY */
.currency_button .currency_button_icon1,
.language_button .language_button_icon1 {
  color: #C59D4F;
}

/* ===================================================
   PRODUCT NAME - SITEWIDE
   =================================================== */

.product_name {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 36px;
}

.product_name.browse_name {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 36px;
}

.product_name.featured_name {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  max-height: 36px;
}

/* PRODUCT PRICE BUTTON */
.product_price {
  font-family: 'Lato', Arial, sans-serif;
  background-color: #C59D4F;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  box-sizing: border-box;
}

.product_price:hover {
  background-color: #4B2E4C;
  color: #C59D4F !important;
  cursor: pointer;
}

.product_price span {
  color: inherit;
}

/* ADD TO CART BUTTONS */
.product_list_add_to_cart_button,
.product_list_price {
  font-family: 'Lato', Arial, sans-serif;
  background-color: #C59D4F;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.product_list_add_to_cart_button:hover,
.product_list_price:hover {
  background-color: #4B2E4C;
  color: #C59D4F !important;
}

/* ===================================================
   PRODUCT DETAILS PAGE
   =================================================== */

/* Product Title */
h1.details_name,
.details_name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* HIDE Product Description Title and Product Details Title */
.details_desc_title {
  display: none;
}

/* Product Description Container */
.details_desc {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

/* Product Description - Paragraphs */
.details_desc p {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 15px;
}

/* Product Description - Headings */
.details_desc h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.details_desc h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}

.details_desc h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.details_desc h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.details_desc h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.details_desc h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

/* Product Description - Other Elements */
.details_desc span,
.details_desc div,
.details_desc pre,
.details_desc em,
.details_desc li {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6;
  letter-spacing: 0 !important;
  color: #000000 !important;
}

/* Product Description - Bold Text */
.details_desc strong,
.details_desc b {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 700;
}

/* Product Description - Preformatted Text */
.details_desc pre {
  font-family: 'Lato', Arial, sans-serif !important;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: transparent;
  border: none;
  padding: 0;
}

/* Product Price */
.details_price .price_inc_tax,
.details_price .price_ex_tax {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  color: #C59D4F;
}

/* Add to Cart Button */
.details_atc a {
  background-color: #C59D4F;
  color: #FFFFFF;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 5px;
  border: none;
}

.details_atc a:hover {
  background-color: #4B2E4C;
  color: #FFFFFF;
}

/* Selected Tab */
.details_info_header div.selected {
  color: #C59D4F;
}

/* ===================================================
   CATEGORY DESCRIPTION - ALL HEADINGS
   =================================================== */

.category_header_description h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.category_header_description h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}

.category_header_description h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.category_header_description h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.category_header_description h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.category_header_description h6 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.category_header_description,
.category_header_description p,
.category_header_description span,
.category_header_description div,
.category_header_description strong,
.category_header_description em,
.category_header_description pre {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000000;
}

.category_header_description p {
  margin-bottom: 15px;
}

.category_header_description strong,
.category_header_description b {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.category_header_description pre {
  font-family: 'Lato', Arial, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: transparent;
  border: none;
  padding: 0;
}

/* BLOG */
.featured_blog_name {
  font-family: 'Playfair Display', Georgia, serif;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.featured_blog_more {
  font-family: 'Lato', Arial, sans-serif;
  color: #C59D4F;
  font-weight: bold;
  text-transform: uppercase;
}

.blog_view_title {
  font-family: 'Playfair Display', Georgia, serif;
  color: #C59D4F;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.blog_comments_submit {
  font-family: 'Lato', Arial, sans-serif;
  background-color: #4B2E4C;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

.blog_comments_submit:hover {
  background-color: #C59D4F;
}

/* FORMS */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #C59D4F;
  outline: none;
}

label {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

/* BUTTONS */
button,
.btn,
.button,
input[type="submit"] {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #C59D4F;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover,
.btn:hover,
.button:hover,
input[type="submit"]:hover {
  background-color: #4B2E4C;
  color: #FFFFFF;
}

/* LINKS */
a {
  color: #2A2A2A;
  text-decoration: none;
}

a:hover {
  color: #C59D4F;
}

/* BLOCKQUOTES */
blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: #000000;
  border-left: 3px solid #C59D4F;
  padding-left: 24px;
  margin-bottom: 20px;
}

/* SOCIAL MEDIA */
.social_media li {
  background-color: #ebebeb;
  border-radius: 5px;
}

.social_media li:hover {
  background-color: #C59D4F;
}

.social_media li a {
  color: #2A2A2A;
}

.social_media li:hover a {
  color: #FFFFFF;
}

/* FOOTER */
footer,
.footer {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
}

footer h4,
.footer h4 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #C59D4F;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

footer p,
.footer p {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

footer a {
  color: #000000;
}

footer a:hover {
  color: #C59D4F;
}

.footer_contact i {
  color: #C59D4F;
}

.footer2 .categories_container a {
  font-family: 'Lato', Arial, sans-serif;
  color: #C59D4F;
}

.footer2 .categories_container a:hover {
  color: #4B2E4C;
}

/* HIDE SORTING */
.results_sortby_container {
  display: none;
}

/* ===================================================
   MOBILE RESPONSIVE
   =================================================== */

@media (max-width: 768px) {
  body,
  p {
    font-size: 14px;
  }
  
  h1 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  
  h3,
  h4 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
  }
  
  h5,
  h6 {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
  }
  
  h1.details_name,
  .details_name {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
  }
  
  .details_desc h1 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
  }
  
  .details_desc h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  
  .details_desc h3,
  .details_desc h4 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
  }
  
  .details_desc h5,
  .details_desc h6 {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
  }
  
  .category_header_description h1 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
  }
  
  .category_header_description h2 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
  
  .category_header_description h3,
  .category_header_description h4 {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
  }
  
  .category_header_description h5,
  .category_header_description h6 {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
  }
  
  .header_container .store_name a {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
  }
  
  h2 {
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
  }
  
  h1.details_name,
  .details_name {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
  }
  
  .details_desc h1,
  .category_header_description h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
  }
  
  .details_desc h2,
  .category_header_description h2 {
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
  }
  
  .header_container .store_name a {
    font-size: 20px;
  }
}

/* ===================================================
   UTILITY CLASSES
   =================================================== */

.text-gold {
  color: #C59D4F;
}

.text-purple {
  color: #4B2E4C;
}

.text-black {
  color: #000000;
}

.bg-gold {
  background-color: #C59D4F;
}

.bg-purple {
  background-color: #4B2E4C;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}