/* ==========================================================
   HEADER
   ========================================================== */

.container-header {
    background: #ffffff !important;
    background-image: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 15px 35px !important;
    gap: 20px !important;
}

/* Remove Cassiopeia grid spacing */
.container-header > .grid-child {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Make product names fit on one line */
.hikashop_products_listing .hikashop_product_name a {
    font-size: 24px !important;
    white-space: nowrap !important;
}
/* Keep HikaShop price on one line */
.hikashop_product_price_full {
    white-space: nowrap !important;
    width: auto !important;
    max-width: none !important;
}

/* Logo */
.container-header > .grid-child:first-child {
    flex: 0 0 115px !important;
}

.navbar-brand,
.navbar-brand a {
    width: 115px !important;
    max-width: 115px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navbar-brand img {
    width: 115px !important;
    height: auto !important;
    display: block !important;
}

/* Menu */
.container-header .container-nav {
    flex: 0 0 auto !important;
    justify-content: flex-start !important;
}

.metismenu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.metismenu a,
.metismenu span,
.metismenu button {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #333 !important;
    text-decoration: none !important;
    background: transparent !important;
}

/* Dropdown */
.metismenu li:hover > ul {
    display: block !important;
}

.metismenu ul {
    background: #ffffff;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.10);
}

.metismenu ul a {
    display: block;
    padding: 10px 20px;
}


/* ==========================================================
   HIKASHOP
   ========================================================== */

/* Hide product names on category pages */
.hikashop_products_listing .hikashop_product_name,
.hikashop_products_listing .hikashop_product_name_main {
    display: block !important;
}

/* Product image */
.hikashop_modern_images .hikashop_product_main_image {
    max-width: 450px;
    margin: 0 auto;
}

.hikashop_modern_images .hikashop_product_main_image img {
    width: 90% !important;
    height: auto !important;
}

/* Product title */
.hikashop_product_name_main {
    font-size: 2rem !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

/* Product price */
.hikashop_product_price_main {
    font-size: 1.7rem !important;
}

/* Add to Cart */
.hikacart {
    background: #f5b14c !important;
    border-color: #f5b14c !important;
    color: #ffffff !important;
}

.hikacart:hover {
    background: #e4a13e !important;
    border-color: #e4a13e !important;
}

/* Hide Wishlist */
.hikawishlist {
    display: none !important;
}

/* Description in one column */
.hikashop_modern_description_text {
    column-count: 1 !important;
    column-gap: 0 !important;
}


/* ==========================================================
   PRODUCT INFORMATION CARDS
   ========================================================== */

.product-card {
    border: 1px solid #d9a24f;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #ffffff;
    overflow: hidden;
}

.product-card summary {
    background: #fffaf4;
    color: #000000;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 14px 18px;
    cursor: pointer;
}

.product-specs {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 10px 20px;
    padding: 18px;
    margin: 0;
}

.product-specs dt {
    font-weight: 700;
}

.product-specs dd {
    margin: 0;
}

.product-care {
    padding: 18px 18px 18px 38px;
    margin: 0;
}

.product-care li {
    margin-bottom: 10px;
}


/* ==========================================================
   HOMEPAGE
   ========================================================== */

.welcome-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.welcome-table td {
    width: 33.33%;
    padding: 25px;
    vertical-align: top;
    border: none !important;
}

.welcome-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.welcome-title {
    font-size: 2rem;
    color: #c79b4e;
    font-family: Georgia, serif;
}

.explore-title {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding-top: 35px;
}


/* ==========================================================
   SP PAGE BUILDER MENU
   (only needed if you place a Joomla menu module
   INSIDE an SP Page Builder page)
   ========================================================== */

.sppb-addon-module .mod-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sppb-addon-module .mod-menu > li {
    display: flex !important;
    align-items: center;
    margin: 0;
}

.sppb-addon-module .mod-menu > li > a,
.sppb-addon-module .mod-menu > li > button {
    font-size: 18px !important;
    font-weight: 500;
    color: #333 !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    white-space: nowrap;
}
/* Keep HikaShop product names on one line */
.hikashop_product_name {
    white-space: nowrap !important;
    width: auto !important;
    max-width: none !important;
}
/* Remove lines around HikaShop price */
.hikashop_product_price_full {
    border: none !important;
}
/* Hide the word "each" after HikaShop prices */
.hikashop_product_price_per_unit {
    display: none !important;
}
/* Hide stock quantity on HikaShop product listing pages only */
.hikashop_products_listing .hikashop_product_stock_count {
    display: none !important;
}
/* Product name and price in cappuccino colour */
.hikashop_product_name a,
.hikashop_product_price,
.hikashop_product_price_full {
    color: #584E47 !important;
}
/* Make product names fit on one line */
.hikashop_products_listing .hikashop_product_name a {
    font-size: 18px !important;
    white-space: nowrap !important;
}
/* Allow full product name to be visible */
.hikashop_products_listing .hikashop_product_name {
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
}

.hikashop_products_listing .hikashop_product_name a {
    overflow: visible !important;
}
.hikashop_product_name {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

.hikashop_product_name a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}
.hikashop_subcontainer {
    text-align: center !important;
}

.hikashop_product_name,
.hikashop_product_name a,
.hikashop_product_price_full {
    text-align: center !important;
}
.hikashop_product_name .hikashop_aligned_btn {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
    position: static !important;
}
.hikashop_products_listing span.hikashop_product_name {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    float: none !important;
}

.hikashop_products_listing span.hikashop_product_name a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    float: none !important;
}
.product-specs,
.product-specs dt,
.product-specs dd,
.product-specs dt *,
.product-specs dd * {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}
.hikashop_product_name {
    font-size: 24px !important;
}
/* Main menu text colour */
.mod-menu a,
.mod-menu span {
    color: #62554d !important;
}
.mod-menu .mm-toggler {
    color: #62554d !important;
}
/* Fit higher-resolution photos inside product listing columns */
.hikashop_products_listing .hikashop_product_image {
    width: 100% !important;
    height: auto !important;
}

.hikashop_products_listing .hikashop_product_image img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}
/* Keep listing images within their product columns */
.hikashop_product_image,
.hikashop_product_image_subdiv {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.hikashop_product_image_subdiv > a {
    display: block !important;
    max-width: 100% !important;
}

img.hikashop_product_listing_image {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
}