/* =========================================================
   POSHBIN CUSTOM CSS — SAFE IMPORT VERSION
   Paste into BigCommerce Custom CSS
========================================================= */

/* Fabric swatches */
.productOptionPickListSwatch {
  max-height: 130px;
  overflow-x: hidden;
  width: 292px;
}

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
  width: 35px !important;
  height: 35px !important;
  background-size: cover;
  float: left;
}

.productOptionPickListSwatch .selectedValue .thumbnail,
.productOptionPickListSwatch .selectedValue .swatchColour {
  width: 100px !important;
  height: 100px !important;
  background-size: cover;
}

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 7px 5px 0 !important;
}

.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
  border: 3px solid #2d2a26 !important;
}

/* Full-width custom pages */
.pb-fullwidth-page {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.pb-fullwidth-page .container,
.pb-fullwidth-page .page,
.pb-fullwidth-page .page-content,
.pb-fullwidth-page .row,
.pb-fullwidth-page .page-content > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pb-fullwidth-page .col,
.pb-fullwidth-page .col-12,
.pb-fullwidth-page .row > [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-fullwidth-page * {
  box-sizing: border-box;
}

/* Home page cleanup */
body.page-type-home #header,
body.page-type-home .header,
body.page-type-home nav.navPages-container,
body.page-type-home .page-heading,
body.page-type-home .page-title,
body.page-type-home h1.page-title,
body.page-type-home .breadcrumbs {
  display: none !important;
}

body.page-type-home .body {
  padding-top: 0 !important;
}

/* Custom navigation */
.mc-topbar {
  background-color: #f0ebe4 !important;
  color: #6a6257 !important;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 16px;
  width: 100%;
  display: block;
}

.mc-nav {
  background-color: #f7f4f0;
  border-bottom: 1px solid #e2dbd0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.mc-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.mc-logo {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.3em;
  font-size: 1.6rem !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
}

.mc-nav-links,
.mc-nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mc-nav-links a,
.mc-nav-actions a {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #444;
}

.mc-nav-links a:hover,
.mc-nav-actions a:hover {
  color: #000;
}

.mc-cart-link {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.mc-cart-icon {
  transition: opacity 0.2s ease;
}

.mc-cart-link:hover .mc-cart-icon {
  opacity: 0.6;
}

.mc-cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #222;
  color: #fff;
  font-size: 0.65rem;
  padding: 1px 6px;
  border-radius: 999px;
  font-weight: 600;
}

.mc-mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.mc-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: #222;
}

/* Hide old theme navigation */
body.page-type-home #Header,
body.page-type-home .Header,
body.page-type-home .TopMenu,
body.page-type-home .navPages,
body.page-type-home .navPages-container,
body.page-type-home .navPages-quickSearch,
body.page-type-home .navUser,
body.page-type-home .navUser-section,
body.page-type-home .mobileMenu-toggle {
  display: none !important;
}

/* Mobile custom nav */
@media (max-width: 900px) {
  .mc-nav-inner {
    padding: 10px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mc-logo {
    font-size: 1.3rem !important;
  }

  .mc-nav .mc-mobile-toggle {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .mc-nav .mc-nav-links,
  .mc-nav .mc-nav-actions {
    display: none !important;
  }

  .mc-nav.is-open .mc-nav-links,
  .mc-nav.is-open .mc-nav-actions {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .mc-nav.is-open .mc-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 12px;
  }

  .mc-nav.is-open .mc-nav-links a,
  .mc-nav.is-open .mc-nav-actions a {
    font-size: 0.9rem;
    padding: 4px 0;
    letter-spacing: 0.12em;
  }
}

/* Contact page */
.pb-contact-intro {
  background-color: #f7f4f0;
  padding: 60px 6vw 40px;
}

.pb-contact-intro h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 4px 0 16px;
  color: #2d2a26;
}

.pb-contact-lede {
  max-width: 640px;
  line-height: 1.8;
  color: #5c5449;
  margin: 0 0 24px;
}

.pb-contact-grid {
  max-width: 900px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pb-contact-block h3 {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: #3a342f;
}

.pb-contact-block p {
  margin: 0;
  line-height: 1.7;
  color: #5c5449;
}

.pb-contact-block a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.pb-contact-block a:hover {
  border-bottom-color: rgba(0,0,0,0.5);
}

.pb-contact-note {
  max-width: 700px;
  margin: 24px 0 0;
  line-height: 1.8;
  color: #5c5449;
}

@media (max-width: 800px) {
  .pb-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Category grid luxury style */
body.page-type-category ul.ProductList {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 56px 44px !important;
  padding: 0 5vw !important;
  margin: 30px auto 90px !important;
  max-width: 1500px !important;
}

body.page-type-category ul.ProductList > li {
  float: none !important;
  width: auto !important;
  height: auto !important;
  list-style: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

body.page-type-category .ProductImage {
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #f7f4f0 !important;
}

body.page-type-category .ProductImage a {
  display: block !important;
}

body.page-type-category .ProductImage img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  transition: transform 0.45s ease, opacity 0.45s ease !important;
}

body.page-type-category ul.ProductList > li:hover .ProductImage img {
  transform: scale(1.035) !important;
  opacity: 0.98 !important;
}

body.page-type-category .ProductDetailsWrapper {
  display: block !important;
  position: static !important;
  background: transparent !important;
  padding-top: 16px !important;
}

body.page-type-category .ProductDetailsLeft,
body.page-type-category .ProductDetails {
  float: none !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-type-category .pname,
body.page-type-category a.pname {
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  color: #2d2a26 !important;
  display: block !important;
  margin: 14px 0 6px !important;
  text-decoration: none !important;
}

body.page-type-category .p-price,
body.page-type-category em.p-price {
  display: block !important;
  text-align: center !important;
  font-style: normal !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #6a6257 !important;
}

body.page-type-category .ProductCompareButton,
body.page-type-category .ProductActionAdd,
body.page-type-category .ProductAction,
body.page-type-category .Rating,
body.page-type-category .ProductPriceRating input[type="checkbox"] {
  display: none !important;
}

@media (max-width: 1023px) {
  body.page-type-category ul.ProductList {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 46px 28px !important;
  }
}

@media (max-width: 550px) {
  body.page-type-category ul.ProductList {
    grid-template-columns: 1fr !important;
    padding: 0 18px !important;
    gap: 42px !important;
  }
}

/* Homepage category grid */
.mc-room-grid--seven {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
}

@media (max-width: 900px) {
  .mc-room-grid--seven {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .mc-room-grid--seven {
    grid-template-columns: 1fr !important;
  }
}

/* Product page full-width refinement */
body.page-type-product {
  background: #f7f4f0;
}

body.page-type-product .page,
body.page-type-product .main,
body.page-type-product .inner,
body.page-type-product .ProductDetailsGrid {
  max-width: 100% !important;
  width: 100% !important;
}

body.page-type-product .ProductDetailsGrid {
  padding: 40px 6vw !important;
  display: flex !important;
  gap: 6vw !important;
  align-items: flex-start;
}

body.page-type-product .ProductDetailsLeft,
body.page-type-product .ProductDetailsRight,
body.page-type-product .ProductMain,
body.page-type-product .PrimaryProductDetails .ProductMain {
  float: none !important;
}

body.page-type-product .ProductDetailsLeft {
  flex: 1.2 !important;
}

body.page-type-product .ProductDetailsRight,
body.page-type-product .ProductMain,
body.page-type-product .PrimaryProductDetails .ProductMain {
  flex: 1 !important;
  max-width: 520px !important;
}

body.page-type-product .ProductDetailsGrid h1 {
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #2d2a26 !important;
}

body.page-type-product .ProductDetailsGrid .p-price {
  color: #6a6257 !important;
}

@media (max-width: 900px) {
  body.page-type-product .ProductDetailsGrid {
    display: block !important;
    padding: 28px 18px !important;
  }

  body.page-type-product .ProductDetailsRight,
  body.page-type-product .ProductMain,
  body.page-type-product .PrimaryProductDetails .ProductMain {
    max-width: 100% !important;
    margin-top: 28px !important;
  }
}