@charset "UTF-8";
.custom-text__heading-1 {
  font-size: var(--text-heading-1);
  color: var(--color-title);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .custom-text__heading-1 {
    line-height: 100%;
    font-size: 26px;
  }
}
.custom-text__large, .custom-text__large-3, .custom-text__large-2 {
  font-weight: var(--fw-black);
  color: var(--color-title);
  font-size: var(--font-size-2xl);
}
@media (max-width: 768px) {
  .custom-text__large, .custom-text__large-3, .custom-text__large-2 {
    font-size: var(--font-size-xl);
  }
}
@media (max-width: 768px) {
  .custom-text__large-2 {
    font-size: var(--font-size-lg);
  }
}
@media (max-width: 768px) {
  .custom-text__large-3 {
    font-size: var(--font-size-lg);
  }
}
.custom-text__normal, .colour-group .colour-item .colour-name, .color-shape-container .color-info-overlay .current-color-label, .custom-text__normal-2 {
  font-weight: var(--fw-black);
  color: var(--color-title);
  font-size: var(--font-size-lg);
}
@media (max-width: 768px) {
  .custom-text__normal, .colour-group .colour-item .colour-name, .color-shape-container .color-info-overlay .current-color-label, .custom-text__normal-2 {
    font-size: var(--font-size-md);
  }
}
@media (max-width: 768px) {
  .custom-text__normal-2 {
    font-size: var(--font-size-xs);
  }
}
.custom-text__small, .color-shape-container .color-info-overlay .current-color-code, .custom-text__small-2, .colour-group .colour-item .colour-identify {
  color: var(--color-body);
  font-size: var(--font-size-lg);
}
@media (max-width: 768px) {
  .custom-text__small, .color-shape-container .color-info-overlay .current-color-code, .custom-text__small-2, .colour-group .colour-item .colour-identify {
    font-size: var(--font-size-md) !important;
  }
}
@media (max-width: 768px) {
  .custom-text__small-2, .colour-group .colour-item .colour-identify {
    font-size: var(--font-size-xs) !important;
  }
}

.block-colour-content__beyond {
  margin-bottom: 80px;
}
.block-colour-content__beyond .page-heading h1 {
  margin-bottom: 16px !important;
}
.block-colour-content__beyond .page-heading h1 a {
  text-decoration: none;
  color: var(--color-title);
  pointer-events: none;
}
@media (min-width: 1200px) {
  .block-colour-content__beyond .page-heading .field-field-summary {
    font-size: var(--font-size-xl);
  }
}

.selected-color-image-wrapper .colour-group {
  position: absolute;
  top: 40px;
  right: 40px;
  max-width: 254px;
  width: 100%;
  margin-top: 256px;
  background: #fff;
  padding: 16px;
  display: flex;
  gap: 8px;
}
.selected-color-image-wrapper .colour-group:before {
  content: "";
  position: absolute;
  top: -256px;
  left: 0;
  width: 100%;
  height: calc(100% + 256px);
  border: solid 4px #fff;
}
@media (max-width: 767.98px) {
  .selected-color-image-wrapper .colour-group:before {
    top: -136px;
    height: calc(100% + 136px);
  }
}
@media (max-width: 767.98px) {
  .selected-color-image-wrapper .colour-group {
    max-width: calc(100% - 32px);
    top: 16px;
    right: 16px;
    margin-top: 136px;
  }
}

.colour-group {
  margin-top: 10px;
}
@media (max-width: 1199.98px) {
  .colour-group {
    flex-wrap: wrap;
  }
}
.colour-group .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}
.colour-group .owl-nav .owl-prev,
.colour-group .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white) !important;
  cursor: pointer;
  color: var(--color-title) !important;
  font-size: 16px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-radius: 50%;
}
.colour-group .owl-nav .owl-prev:hover,
.colour-group .owl-nav .owl-next:hover {
  background-color: var(--color-secondary) !important;
  color: var(--color-white) !important;
}
.colour-group .colour-item {
  position: relative;
  padding: 16px;
  height: 108px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .colour-group .colour-item {
    padding: 8px !important;
  }
}
@media (max-width: 575.98px) {
  .colour-group .colour-item {
    aspect-ratio: unset;
  }
}
.colour-group .colour-item .colour-identify {
  font-size: var(--font-size-sm);
}
.colour-group .colour-item .colour-code {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.house-color-scheme {
  margin-bottom: 80px;
}
.house-color-scheme h2 {
  margin-bottom: 24px !important;
}

.color-story-tabs-wrapper {
  display: flex;
  height: 600px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .color-story-tabs-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .color-story-tabs-wrapper {
    flex-direction: column;
    height: auto;
  }
}

/* Mỗi tab */
.color-story-tab {
  flex-grow: 0;
  flex-shrink: 0;
  transition: flex-basis 0.5s ease, opacity 0.5s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-basis: 100px;
}
@media (max-width: 1199.98px) {
  .color-story-tab {
    flex-basis: 74px;
  }
}
@media (min-width: 768px) {
  .color-story-tab:nth-child(2) .color-story-item {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .color-story-tab:nth-child(2) .color-story-item .color-shape-background {
    right: 30px;
    left: unset;
  }
}
.color-story-tab:nth-child(2) .color-story-item .color-info-overlay {
  right: unset;
}
.color-story-tab .tab-number {
  margin: 0;
  font-size: var(--font-size-2xl) !important;
}
@media (min-width: 1200px) {
  .color-story-tab .tab-number {
    position: absolute;
    top: 24px;
    rotate: -90deg;
  }
}
.color-story-tab.is-active {
  flex: 1;
  cursor: default;
}
.color-story-tab.is-active .tab-expanded-content {
  opacity: 1;
  visibility: visible;
}
.color-story-tab.is-active .tab-collapsed-header {
  opacity: 0;
  pointer-events: none;
  display: none;
}

.tab-collapsed-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 24px 0;
  box-sizing: border-box;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .tab-collapsed-header {
    position: static;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 16px;
    writing-mode: horizontal-tb;
    text-orientation: unset;
    background-image: none;
    align-items: center;
  }
}
.tab-collapsed-header .tab-collapsed-title {
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .tab-collapsed-header .tab-collapsed-title {
    color: var(--color-title);
    rotate: -180deg;
  }
}
.tab-collapsed-header .btn-add {
  padding: 5px !important;
}
.tab-collapsed-header .btn-add .icon {
  margin: 0;
}
.tab-collapsed-header .btn-add .icon::before {
  font-size: 14px;
  color: var(--color-body);
}
@media (max-width: 767.98px) {
  .tab-collapsed-header .btn-add .icon {
    width: 24px;
    height: 24px;
  }
}

.tab-expanded-content {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.color-story-item {
  display: flex;
  width: 100%;
}
@media (max-width: 992.98px) {
  .color-story-item {
    flex-direction: row;
  }
}
.color-story-item .right,
.color-story-item .left {
  flex: 0 0 calc(33.3333333333% - 0px) !important;
  box-sizing: border-box;
  overflow: hidden;
}
.color-story-item.left img {
  width: 100%;
  aspect-ratio: 1.6/1;
}

.mid {
  flex: 0 0 calc(33.3333333333% - 0px) !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .mid {
    padding: 24px 0;
    flex-direction: column;
  }
}
.mid .colour-story-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 250px;
  width: 80%;
  padding: 0 13px;
}
.mid .colour-story-inner .color-story-title,
.mid .colour-story-inner .color-story-description {
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .mid .colour-story-inner .color-story-title,
  .mid .colour-story-inner .color-story-description {
    margin-bottom: 16px;
  }
}
.mid .colour-story-inner .colour-story-tab-number {
  margin-bottom: 7px;
  text-align: center;
  font-size: var(--font-size-sm);
}
.mid .colour-story-inner .colour-identify {
  line-height: 100%;
}

.tab-number-expanded {
  position: static;
  margin-bottom: 16px;
  font-size: var(--font-size-2xl) !important;
}
@media (min-width: 767.98px) {
  .tab-number-expanded {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

/* Styling cho các mã màu */
.color-codes-list {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .color-codes-list {
    flex-wrap: wrap;
  }
}

.color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  flex-shrink: 0;
}

.color-details {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.color-label {
  font-weight: bold;
  color: #333;
}

.color-identifier {
  font-size: 0.85em;
  color: #666;
}

.color-story-space-image,
.color-story-mockup-image {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .color-story-tab.is-active {
    height: auto;
    min-height: 400px;
  }
  .color-story-tab:not(.is-active) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tab-collapsed-header .tab-number {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .tab-expanded-content {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .color-story-item {
    flex-direction: column;
  }
}
.color-story-background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.color-shape-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.color-shape-container .color-info-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  right: 32px;
  top: calc(50% - 100px);
}
.color-shape-container .color-info-overlay .current-color-label {
  color: var(--color-body);
  margin: 0;
}
.color-shape-background {
  position: absolute;
  background-color: #e1dcd6;
  border-radius: 60% 40% 50% 50%/60% 60% 40% 40%;
  transform: rotate(10deg);
  transition: background-color 0.3s ease;
  z-index: 1;
  left: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  transform: rotate(10deg);
  left: 30px;
}

.color-story-mockup-image {
  position: relative;
  height: auto;
  display: block;
  z-index: 2;
}

.color-codes-list {
  display: flex;
  gap: 8px;
}

.color-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .color-item {
    width: 100%;
    justify-content: center;
  }
}
.color-item.is-active {
  gap: 10px;
  background-color: var(--color-white);
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #eee;
}

.color-item:not(.is-active) .color-details .color-label {
  display: none;
}

.color-item.is-active .color-details .color-label {
  display: block;
}

.color-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  flex-shrink: 0;
}

.color-details {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .color-story-item .right {
    flex: none;
    width: 100%;
  }
  .color-story-item .left {
    width: 100%;
    aspect-ratio: 375/200;
    overflow: hidden;
  }
  .color-story-item .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .color-shape-background {
    width: 100%;
    height: 100%;
    left: 60px;
  }
}
.block-colour-content__wrapall {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .block-colour-content__wrapall .field-field-image {
    display: none;
  }
}
.block-colour-content__wrapall .colour-trend-image {
  min-height: unset !important;
  width: 100%;
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .block-colour-content__wrapall .colour-trend-image {
    display: none;
  }
}
.block-colour-content__wrapall .colour-trend-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .block-colour-content__wrapall .colour-trend-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block-colour-content__wrapall .colour-trend-image-mobile {
  min-height: unset !important;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-colour-content__wrapall .colour-trend-image-mobile {
    display: none;
  }
}
.block-colour-content__wrapall .colour-trend-image-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .block-colour-content__wrapall .colour-trend-image-mobile img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.selected-color-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.selected-color-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.selected-color-info {
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 5px;
  align-items: center;
}
.selected-color-info .selected-color-translation {
  width: 254px;
  height: 254px;
  background-color: transparent;
  border: 10px solid rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199.98px) {
  .selected-color-info .selected-color-translation {
    width: 232px;
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .selected-color-info .selected-color-translation {
    width: 232px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .selected-color-info .selected-color-translation {
    width: 100%;
    height: 136px;
  }
}
.selected-color-info .colour-group {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 0 !important;
  padding: 0 16px 36px;
}
@media (max-width: 1199.98px) {
  .selected-color-info .colour-group {
    padding-bottom: 16px;
  }
}

.selected-color-swatch-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.selected-color-name {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}
.selected-color-identify {
  color: #666;
  font-size: 0.9em;
}
.selected-color-view-details {
  position: absolute;
  top: 24px;
  right: 24px;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: var(--color-secondary);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .selected-color-view-details {
    right: 0;
  }
}
.selected-color-view-details:hover {
  background-color: var(--color-white);
}
.selected-color-view-details:hover .icon {
  color: var(--color-secondary);
}
/*# sourceMappingURL=colourTrendDetail.css.map */
