@charset "UTF-8";
#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch input {
    display: none; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 500;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url("https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png");
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url("https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png");
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.topbarid {
  text-align: center;
  background: #56A35F;
  color: #fff;
  padding: 10px 0;
  font-weight: 500; }

@media (max-width: 767px) {
  .topbarid {
    font-size: 12px; } }

.mebubarcheck {
  cursor: pointer;
  border: 1px solid #333;
  font-size: 16px;
  display: inline-flex;
  height: 40px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  width: 86px; }

@media (max-width: 767px) {
  .mebubarcheck {
    border: none !important; } }

.menu-bars {
  display: flex;
  align-items: center; }

.menu-bars a:nth-child(2) {
  font-size: 16px;
  margin-left: 50px; }

@media (max-width: 991px) {
  .menu-bars a:nth-child(2) {
    display: none; } }

#catindexnew .flexnew {
  display: flex;
  flex-wrap: wrap; }

#catindexnew .flexnew > div {
  width: calc(100% / 2);
  position: relative; }

@media (max-width: 767px) {
  #catindexnew .flexnew > div {
    width: calc(100%); } }

#catindexnew .flexsmall {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }

#catindexnew .flexsmall > div {
  position: relative;
  width: 100%; }

#catindexnew .flexsmall > div:nth-child(2),
#catindexnew .flexsmall > div:nth-child(3) {
  width: calc(100% / 2); }

#catindexnew .flexsmall img {
  height: 100%; }

#catindexnew .shopinfo a {
  position: absolute;
  bottom: 31px;
  left: 30px;
  border: 2px solid #000;
  font-size: 20px;
  border-radius: 40px;
  padding: 6px 35px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  #catindexnew .shopinfo a {
    font-size: 12px;
    left: 10px;
    padding: 6px 15px; } }

#catindexnew .shopinfo a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #000; }

.home_list_story .wrapper_story .content .btn-action a {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 40px; }

.home_list_story .wrapper_story .content .btn-action a:hover {
  background-color: #000;
  color: #fff; }

.form_newsletter button {
  background: #fff;
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 95px;
  text-transform: uppercase;
  height: 41px;
  font-size: 16px;
  border-color: #000 !important; }

.form_newsletter button:hover {
  background: #000;
  color: #fff; }

.section_subscribe .contact-form .input-group input {
  border: 0;
  border-bottom: 1px solid #000;
  width: 80%;
  background: #fff;
  margin-right: 10px;
  font-size: 16px; }

@media (min-width: 992px) {
  .main-footer {
    padding-left: 30px;
    padding-right: 30px; }
  .section_subscribe {
    padding: 50px 35px; } }

#fifth-banner-slide .pro-name {
  text-align: left;
  display: block;
  width: 100%;
  padding: 5px 28px; }

.menuul > li:first-child a {
  font-weight: 500 !important; }

.menuul > li a.redcolor {
  color: red; }

.product-detail .box-pro-detail {
  flex-wrap: wrap; }

.product-detail .box-pro-detail > div {
  width: 100%; }

.labeltag {
  background: #ccc;
  background: #ccc;
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 1;
  padding: 0 5px;
  font-size: 11px;
  min-width: 70px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }

.banner-collection-header {
  position: relative; }

.banner-collection-header .container-fluid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%; }

.banner-collection-header .container-fluid .flexinfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .banner-collection-header .container-fluid .flexinfo > div {
    width: 50%; } }

@media (min-width: 1000px) {
  .banner-collection-header .container-fluid .flexinfo {
    padding: 0 40px; } }

@media (max-width: 767px) {
  .banner-collection-header .container-fluid .flexinfo > div {
    width: 100%;
    text-align: center;
    margin-top: 15px; } }

.banner-collection-header .container-fluid .flexinfo .title {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px; }

@media (min-width: 1920px) {
  .banner-collection-header .container-fluid .flexinfo .title {
    font-size: 100px;
    line-height: 100px; } }

@media (max-width: 991px) {
  .banner-collection-header .container-fluid .flexinfo .title {
    font-size: 32px; } }

.banner-collection-header .container-fluid .flexinfo .catecollection p,
.banner-collection-header .container-fluid .flexinfo .catecollection span {
  line-height: 1.5; }

@media (min-width: 992px) {
  .banner-collection-header .container-fluid .flexinfo .catecollection {
    text-align: right; } }

@media (max-width: 767px) {
  .banner-collection-header .container-fluid .flexinfo .catecollection {
    text-align: right;
    margin-right: 0; }
  .banner-collection-header .container-fluid .flexinfo .catecollection p,
  .banner-collection-header .container-fluid .flexinfo .catecollection p * {
    font-size: 14px !important;
    text-align: center !important; } }

.banner-collection-header .container-fluid .flexinfo .catecollection a {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 20px;
  border-radius: 34px;
  margin-bottom: 8px;
  font-size: 15px; }

.banner-collection-header .container-fluid .flexinfo .catecollection a:hover {
  color: #000;
  background: #fff; }

@media (max-width: 767px) {
  #site-header .row.flex-div {
    margin: 0;
    display: flex;
    align-items: center; }
  html:not(.sticky-header) .main-header .wrap-logo a img {
    margin: auto 10px auto auto;
    width: 55px; }
  #site-header .flex-div > div {
    width: calc(100% / 3) !important; }
  #site-header .flex-div .col-xs-1 {
    text-align: left; }
  #site-header .flex-div .col-xs-4.text-right {
    padding: 0 7px 0 0; }
  .mebubarcheck {
    width: initial; } }

.noeall {
  border: none !important; }

.social-list2 {
  display: flex; }

.social-list2.hidden-lg {
  justify-content: center; }

.social-list2 > a {
  display: block;
  width: 35px;
  margin-right: 10px; }

@media (min-width: 992px) and (max-width: 1024px) {
  .sticky-header .main-header #topbar {
    padding: 0; } }

.iconnew {
  width: 17px;
  vertical-align: baseline; }

.banner-collection-header img {
  object-fit: cover;
  width: 100%; }

.product-block {
  position: relative; }

#catindexnew img {
  width: 100%; }

.product-img img {
  height: 100%; }

.home_list_story .wrapper_story .content .title h5 {
  line-height: 1.3; }

.article-title-e h2 {
  line-height: 1.5; }

@media (max-width: 767px) {
  .article-title-e h2 {
    line-height: 1.5;
    font-weight: 500;
    padding: 0 30px;
    height: initial; }
  .home_list_story .flex-item {
    display: flex;
    flex-direction: column; } }

#catindexnew .flexsmall img {
  object-fit: cover; }

.menuul > li.year-end-sale a,
.menuul > li.year-end-sale .arrow_iconmenu,
.menuul > li.year-end-sale .arrow_iconmenu i {
  color: red; }

.home-slider .slider-index.next,
#fifth-banner-slide .slider-index.next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .home-slider .slider-index.next svg,
  #fifth-banner-slide .slider-index.next svg {
    width: 24px; }
    .home-slider .slider-index.next svg path,
    #fifth-banner-slide .slider-index.next svg path {
      stroke: #fff; }

.home-slider .slider-index.prev,
#fifth-banner-slide .slider-index.prev {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .home-slider .slider-index.prev svg,
  #fifth-banner-slide .slider-index.prev svg {
    transform: rotate(180deg);
    width: 24px; }
    .home-slider .slider-index.prev svg path,
    #fifth-banner-slide .slider-index.prev svg path {
      stroke: #fff; }

.home-slider:hover .slick-arrow,
#fifth-banner-slide:hover .slick-arrow {
  transition: 0.4s all ease;
  opacity: 1; }

.home-slider .slick-dots,
#fifth-banner-slide .slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  top: 10px;
  z-index: 1; }
  .home-slider .slick-dots button,
  #fifth-banner-slide .slick-dots button {
    background: #D9D9D9;
    border: none;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 10px;
    outline: none; }
  .home-slider .slick-dots .slick-active button,
  #fifth-banner-slide .slick-dots .slick-active button {
    background: #333; }

#fifth-banner-slide {
  /* the slides */
  /* the parent */ }
  #fifth-banner-slide .slick-slide {
    margin: 0 7px; }
  #fifth-banner-slide .slick-list {
    margin: 0 -7px; }

p.pro-price span.pro-price-del {
  text-decoration: line-through; }

#pagination {
  text-align: center; }

.sliderrelate {
  /* the slides */
  /* the parent */ }
  .sliderrelate .slider-index.next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderrelate .slider-index.next svg {
      width: 24px; }
      .sliderrelate .slider-index.next svg path {
        stroke: #fff; }
  .sliderrelate .slider-index.prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
    .sliderrelate .slider-index.prev svg {
      transform: rotate(180deg);
      width: 24px; }
      .sliderrelate .slider-index.prev svg path {
        stroke: #fff; }
  .sliderrelate:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderrelate .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderrelate .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .sliderrelate .slick-dots .slick-active button {
      background: #333; }
  .sliderrelate .slick-slide {
    margin: 0 7px; }
  .sliderrelate .slick-list {
    margin: 0 -7px; }

.header-logo img {
  max-width: 100px; }

@media (min-width: 1200px) {
  .header-top .container-fluid {
    max-width: 1200px; }
  .header-icons {
    padding: 15px 0 35px; } }

.header-search {
  text-align: right; }
  .header-search input {
    max-width: 500px; }

.wrap-collection-title {
  margin: 15px; }

#collection {
  margin-top: 0; }

@media (min-width: 1200px) {
  .container {
    width: 100%; } }

.menuch {
  position: relative; }
  .menuch .menucap2 {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    width: 100%;
    display: none; }
  .menuch:hover .menucap2 {
    display: block;
    background: #fff;
    border: 1px solid #f5f5f5;
    padding: 10px;
    min-width: 200px;
    min-height: 220px; }
    .menuch:hover .menucap2 a {
      font-weight: 500;
      display: block;
      padding: 5px; }

.megatitleu a {
  font-weight: 500 !important;
  font-size: 16px;
  text-transform: uppercase; }

.megaonmenu {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; }
  .megaonmenu > div {
    width: calc(100% / 5); }

.smsearch {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  max-width: 500px;
  right: 0;
  left: auto; }
  .smsearch .item-ult {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 13px;
    border-bottom: 1px dashed #ccc; }
    .smsearch .item-ult .title {
      text-align: left; }
      .smsearch .item-ult .title a {
        font-weight: 500; }
    .smsearch .item-ult img {
      height: 70px;
      object-fit: contain; }

.smsearch {
  display: none; }

.sidenav-closesear {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  background: transparent;
  border: none;
  display: none; }

.searchactive .sidenav-closesear {
  display: block;
  margin-top: 3px; }

.searchactive .icon-search {
  display: none !important; }

@media (max-width: 992px) {
  .header-menu {
    display: none !important; }
  .header-logo {
    width: 50%; }
  .header-icons {
    width: 50%;
    justify-content: flex-end; } }

.icon-cart svg,
.icon-search svg,
.icon-account svg {
  fill: #000; }

.searchmobila {
  display: flex;
  align-items: center; }

@media (min-width: 992px) {
  .searchmobila,
  .mebubarcheck {
    display: none !important; } }

.kiwwsrea .header-search {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99999999; }

.home-banners-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .home-banners-bottom > div {
    min-width: 0; }

.d-none {
  display: none !important; }

.home-slider-items {
  margin-bottom: 15px; }
  .home-slider-items .slick-dots {
    position: absolute;
    bottom: 14px;
    z-index: 99;
    width: 100%;
    top: auto; }

@media (max-width: 767px) {
  .product-img img {
    height: auto; } }

/************************************NEW*************************************/
.header-icons a.icon-cart svg {
  width: 25px;
  height: 25px; }

@media (max-width: 767px) {
  .product-img img {
    height: auto; } }

#catindexnew .cat-caption.shopinfo a {
  position: initial;
  color: #000;
  font-family: 'SFUFutura' , sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

#catindexnew .cat-caption .cat-title {
  color: #000;
  font-family: 'SFUFutura' , sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

#catindexnew .cat-caption .cat-desc {
  color: #000;
  font-family: SVN-Gilroy;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

#catindexnew .flexsmall .cat-card .shopinfo.cat-caption .cat-title a {
  border: 0;
  color: #000;
  font-family: 'SFUFutura' , sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  /* 1.08px */
  text-underline-offset: 12%;
  /* 2.16px */
  text-underline-position: from-font;
  text-align: left;
  padding-left: 0; }
  #catindexnew .flexsmall .cat-card .shopinfo.cat-caption .cat-title a:hover {
    background: transparent; }

#catindexnew .flexsmall .cat-card:nth-child(2) * {
  color: #fff !important; }

.home_list_story .wrapper_story .flex-item .content {
  padding: 0 75px; }
  .home_list_story .wrapper_story .flex-item .content .title {
    color: #000;
    text-align: center;
    font-family: 'SFUFutura' , sans-serif !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase; }
  .home_list_story .wrapper_story .flex-item .content .btn-action a {
    color: #000;
    font-family: 'SVN-Gilroy';
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 50px;
    background: #E0E0E0;
    border: 0;
    font-size: 16px;
    margin-top: 25px;
    padding: 10px 34px; }

/* Container giữ chiều cao từ ảnh thường */
.home_list_story .wrapper_story .image {
  position: relative;
  overflow: hidden; }

/* Ảnh thường giữ layout */
.home_list_story .wrapper_story .image .img-normal {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.35s ease-in-out; }

/* Ảnh hover phủ lên, mặc định ẩn bằng opacity */
.home_list_story .wrapper_story .image .img-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  pointer-events: none;
  /* tránh nhấp nháy khi hover qua lại */
  -webkit-backface-visibility: hidden;
  /* fix flicker trên WebKit */
  backface-visibility: hidden;
  transform: translateZ(0);
  /* render mượt hơn */ }

/* Hover: ảnh thường mờ dần, ảnh hover sáng dần */
.home_list_story .wrapper_story .image:hover .img-normal {
  opacity: 0; }

.home_list_story .wrapper_story .image:hover .img-hover {
  opacity: 1; }

/* Gỡ các rule cũ dùng display:none/block nếu còn */
.home_list_story .wrapper_story .image .img-hover,
.home_list_story .wrapper_story .image .img-normal,
.home_list_story .wrapper_story .image:hover .img-hover,
.home_list_story .wrapper_story .image:hover .img-normal {
  display: block !important; }

.img-libety-twos {
  margin-bottom: 25px;
  display: block; }

.home_list_story .wrapper_story .flex-item .content .btn-action.img-libety-twosa a {
  margin-top: 0; }

.hero-x-70 {
  position: relative;
  width: 100%;
  margin: 25px auto 0;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  min-height: 380px; }
  .hero-x-70 .container-fluid {
    position: relative;
    height: 100%; }
  .hero-x-70 .hero__bg picture,
  .hero-x-70 .hero__bg img {
    display: block;
    width: 100%;
    height: auto; }
  .hero-x-70 .hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    place-items: center;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; }
    .hero-x-70 .hero__content .hero__title {
      font-weight: 800;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-size: clamp(22px, 4.2vw, 40px);
      line-height: 1.2;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
      margin-bottom: 12px;
      color: #FFF;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 35px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      text-transform: uppercase; }
    .hero-x-70 .hero__content .hero__desc {
      max-width: 720px;
      margin: 0 auto 18px;
      font-size: clamp(13px, 1.4vw, 15px);
      line-height: 1.5;
      opacity: .9;
      text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
      color: #000;
      text-align: center;
      font-family: SVN-Gilroy;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .hero-x-70 .hero__content .hero__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      padding: 0 27px;
      border-radius: 999px;
      border: 2px solid #000;
      background: rgba(255, 255, 255, 0.06);
      color: #111;
      font-weight: 500;
      letter-spacing: 0.05em;
      text-decoration: none;
      transition: all 0.25s ease;
      color: #000;
      text-align: center;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: normal; }
      .hero-x-70 .hero__content .hero__btn:hover {
        background: #000;
        color: #fff;
        transform: translateY(-2px); }
      .hero-x-70 .hero__content .hero__btn:active {
        transform: translateY(0); }
  @media (max-width: 767px) {
    .hero-x-70 {
      aspect-ratio: 16 / 10;
      min-height: 320px; }
      .hero-x-70 .hero__content .hero__btn {
        height: 38px;
        padding: 0 18px; } }

.x70-sologan {
  width: 100%;
  padding: 100px 16px;
  background: #fff; }
  .x70-sologan .slogan-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
    .x70-sologan .slogan-inner .line {
      margin: 0;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      line-height: 1.6;
      color: #000;
      text-align: center;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 30px;
      font-style: normal;
      font-weight: 800;
      line-height: 40px;
      text-transform: uppercase; }
    .x70-sologan .slogan-inner a {
      color: #000; }
      .x70-sologan .slogan-inner a.underline {
        color: #000;
        font-family: 'SFUFutura' , sans-serif !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 28px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: 8%;
        text-underline-offset: 10%;
        text-underline-position: from-font;
        text-transform: uppercase; }
      .x70-sologan .slogan-inner a.cta {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        text-transform: capitalize;
        margin-top: 15px;
        display: block; }
      .x70-sologan .slogan-inner a:focus-visible {
        outline: 2px dashed #000;
        outline-offset: 2px; }

.product-img img {
  width: 100%; }

@media (min-width: 1400px) {
  .wrapper-collection-1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }

.xgdaily {
  background: #fff;
  width: 100%;
  padding: 10px 0; }
  .xgdaily__container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
    @media (min-width: 1400px) {
      .xgdaily__container {
        padding-left: 40px;
        padding-right: 40px; } }
  .xgdaily__title {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap; }
  .xgdaily__desc {
    margin: 0;
    max-width: 620px;
    font-size: 12px;
    line-height: 1.4;
    color: #222;
    text-align: right; }
  @media (max-width: 767px) {
    .xgdaily__container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 8px; }
    .xgdaily__title {
      font-size: 22px; }
    .xgdaily__desc {
      max-width: none;
      text-align: center;
      font-size: 12px; } }

/* ====== Layout chung ====== */
.x70-subscribe {
  padding: 40px 0 10px;
  background: #fff;
  color: #000;
  /* Cụm cột phải */ }
  .x70-subscribe .container-fluid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap; }
  .x70-subscribe__left {
    flex: 1 1 420px;
    max-width: 560px; }
  .x70-subscribe__brand {
    margin-bottom: 18px; }
  .x70-subscribe .x70-logo-text {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 1px; }
  .x70-subscribe__title {
    font-size: 20px;
    line-height: 1.2;
    margin: 8px 0;
    text-transform: uppercase; }
  .x70-subscribe__desc {
    font-size: 12px;
    margin: 0 0 14px;
    opacity: .85; }
  .x70-subscribe .x70-newsletter-form {
    max-width: 520px; }
  .x70-subscribe .x70-inputgroup {
    display: flex;
    gap: 12px;
    align-items: center; }
    .x70-subscribe .x70-inputgroup .x70-input {
      flex: 1 1 auto;
      height: 36px;
      border: 1px solid #cfcfcf;
      border-radius: 18px;
      padding: 0 14px;
      outline: none;
      font-size: 13px;
      background: #fff; }
    .x70-subscribe .x70-inputgroup .x70-btn {
      height: 36px;
      min-width: 120px;
      border-radius: 18px;
      border: 1px solid #cfcfcf;
      background: #e9e9e9;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.5px; }
      .x70-subscribe .x70-inputgroup .x70-btn:hover {
        filter: brightness(0.95); }
  .x70-subscribe .x70-note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
    color: #6b6b6b; }
  .x70-subscribe__cols {
    flex: 1 1 520px;
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 40px; }
    .x70-subscribe__cols .x70-footcol__title {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      margin: 6px 0 10px; }
    .x70-subscribe__cols .x70-footcol__list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .x70-subscribe__cols .x70-footcol__list li {
        margin: 6px 0; }
      .x70-subscribe__cols .x70-footcol__list a {
        font-size: 12px;
        color: #000; }
        .x70-subscribe__cols .x70-footcol__list a:hover {
          text-decoration: underline; }
    .x70-subscribe__cols .x70-social {
      display: flex;
      gap: 12px;
      margin-top: 10px; }

/* Hàng dưới cùng */
.x70-footer {
  background: #fff;
  border-top: 1px solid #eee; }
  .x70-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0; }
  .x70-footer .x70-copy {
    font-size: 11px;
    margin: 0;
    color: #5a5a5a; }
  .x70-footer .x70-cert img {
    display: block; }

/* Responsive */
@media (max-width: 991px) {
  .x70-subscribe .container-fluid {
    gap: 30px; }
  .x70-subscribe__cols {
    grid-template-columns: repeat(2, minmax(160px, 1fr)); } }

@media (max-width: 767px) {
  .x70-subscribe__left {
    max-width: none; }
  .x70-subscribe__cols {
    grid-template-columns: 1fr 1fr;
    gap: 24px; }
  .x70-subscribe .x70-inputgroup {
    gap: 8px; }
  .x70-subscribe .x70-inputgroup .x70-btn {
    min-width: 96px; }
  .x70-footer__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center; } }

.x70-subscribe__left .x70-subscribe__brand img {
  width: 90px;
  height: auto; }

.x70-subscribe__title {
  margin-top: 0px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize; }

.x70-subscribe__desc {
  font-size: 12px;
  margin: 0 0 14px;
  opacity: .85;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize; }

.x70-subscribe .x70-inputgroup {
  flex-wrap: wrap; }

.x70-subscribe .x70-inputgroup .x70-btn {
  height: 36px;
  min-width: 120px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  background: #E0E0E0;
  color: #000;
  font-family: 'SFUFutura' , sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 100%; }

.x70-subscribe .x70-note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #6b6b6b;
  padding: 3px 0; }

.x70-subscribe .x70-inputgroup .x70-input {
  flex: 1 1 auto;
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 18px;
  padding: 0 14px;
  outline: none;
  font-size: 13px;
  background: #fff;
  width: 100%; }

.x70-subscribe .x70-note {
  margin: 0; }

.x70-subscribe__title {
  margin-top: 0px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500; }

.x70-footer .x70-copy {
  font-size: 11px;
  margin: 0;
  color: #5a5a5a;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.x70-subscribe .x70-inputgroup .x70-btn {
  font-size: 16px; }

.footer-social {
  margin-top: 40px; }
  .footer-social .social-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 20px;
    align-items: center;
    margin-top: 10px; }
    .footer-social .social-row .social-label {
      color: #000;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      text-transform: capitalize; }
    .footer-social .social-row .social-icons {
      display: flex;
      justify-content: flex-start;
      flex-wrap: nowrap;
      gap: 10px; }
      .footer-social .social-row .social-icons a svg {
        width: 22px;
        height: 22px; }

.x70-footer__bottom {
  align-items: baseline; }

.x70-footer .x70-cert img {
  display: block;
  margin-left: auto; }

.x70-cert p {
  font-size: 11px; }

.all-products {
  text-align: center;
  padding: 40px 20px; }

.all-products .title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-family: 'SFUFutura' , sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal; }

.all-products .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.wrap-collection-title .heading-collection .col-md-4 {
  padding-left: 0;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap; }

.x70-about-section {
  /* Responsive */ }
  .x70-about-section .top-media {
    width: 100%; }
  .x70-about-section .top-media img {
    width: 100%;
    height: 100%; }
  .x70-about-section.full-stamp {
    margin-top: 30px; }
    .x70-about-section.full-stamp .intro-grid {
      display: grid;
      grid-template-columns: 1fr 1.25fr;
      gap: 40px;
      align-items: start; }
    .x70-about-section.full-stamp .intro-left .intro-title {
      color: #000;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 25px;
      font-style: normal;
      font-weight: 800;
      line-height: 28px;
      /* 112% */
      text-transform: uppercase; }
    .x70-about-section.full-stamp .intro-right .fact {
      padding: 18px 0;
      border-top: 1px solid #e6e6e6; }
    .x70-about-section.full-stamp .intro-right .fact:first-child {
      border-top: none;
      padding-top: 0; }
    .x70-about-section.full-stamp .intro-right .fact-title {
      color: #000;
      font-family: 'SFUFutura' , sans-serif !important;
      font-size: 19px !important;
      font-style: normal;
      font-weight: 800;
      line-height: normal; }
    .x70-about-section.full-stamp .intro-right .fact-desc {
      color: #000;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .x70-about-section.full-stamp .center-note {
      position: relative;
      z-index: 1;
      display: flex;
      /* tránh bị ảnh đè */
      justify-content: center;
      margin: 30px 0;
      color: #000;
      text-align: center;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .x70-about-section.full-stamp .portrait img {
      width: 100%;
      height: auto;
      display: block; }
  @media (max-width: 1024px) {
    .x70-about-section.full-stamp .intro-grid {
      grid-template-columns: 1fr 1fr;
      gap: 24px; }
    .x70-about-section.full-stamp .portrait {
      width: 60%; } }
  @media (max-width: 768px) {
    .x70-about-section.full-stamp .intro-grid {
      grid-template-columns: 1fr; }
    .x70-about-section.full-stamp .intro-left .intro-title {
      font-size: 22px; }
    .x70-about-section.full-stamp .center-note {
      margin-top: 18px; }
    .x70-about-section.full-stamp .portrait {
      width: 100%;
      margin-top: 16px; } }
  @media (max-width: 480px) {
    .x70-about-section.full-stamp .intro-right .fact .fact-desc {
      font-size: 12px; } }

/* ====== Split Heading ====== */
.xsplit {
  padding: 56px 0;
  background: #fff; }

.xsplit__container {
  margin: 0 auto;
  text-align: center; }

.xsplit__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  /* khoảng hở giữa text và line 2 bên */
  margin-bottom: 0; }
  .xsplit__head h1 {
    color: #000;
    text-align: center;
    font-family: 'SFUFutura' , sans-serif !important;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase; }

/* 2 line bên trái/phải */
.xsplit__head::before,
.xsplit__head::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #000;
  min-width: 150px;
  /* độ dài tối thiểu để giống mẫu */
  opacity: 0.9; }

.xsplit__desc {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  opacity: 0.9;
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.boxArticle-detail {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 3px;
  box-shadow: initial; }

/* Tablet */
@media (max-width: 1024px) {
  .xsplit {
    padding: 48px 16px; }
  .xsplit__head {
    gap: 20px; }
  .xsplit__head::before,
  .xsplit__head::after {
    min-width: 80px; } }

/* Mobile */
@media (max-width: 767px) {
  .xsplit {
    padding: 20px 14px; }
  .xsplit__title {
    font-size: clamp(22px, 5.6vw, 32px); }
  .xsplit__head {
    gap: 12px; }
  .xsplit__head::before,
  .xsplit__head::after {
    min-width: 40px;
    opacity: .8; }
  .xsplit__desc {
    font-size: 14px;
    line-height: 1.7; } }

@media (max-width: 767px) {
  #catindexnew .flexnew.layout--full .banner-row .flexsmall > div {
    width: 100% !important; }
  /* Tablet (giữ nguyên nếu cần) */ }

@media (max-width: 767px) and (max-width: 1024px) {
  .xsplit {
    padding: 48px 16px; }
  .xsplit__head {
    gap: 20px; }
  .xsplit__head::before,
  .xsplit__head::after {
    min-width: 80px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .xsplit {
    padding: 40px 14px; }
  /* BỎ 2 GẠCH 2 BÊN */
  .xsplit__head {
    gap: 0; }
  .xsplit__head::before,
  .xsplit__head::after {
    content: none !important;
    display: none !important; }
  /* TITLE & DESC full chiều ngang, dễ đọc hơn */
  .xsplit__title {
    font-size: clamp(22px, 5.6vw, 32px);
    line-height: 1.25;
    margin: 0;
    /* chắc chắn không có khoảng thừa */ }
  .xsplit__desc {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 0;
    /* trên 10px, hai bên bám sát container */ } }

@media (max-width: 767px) {
  #catindexnew .flexsmall {
    display: grid !important;
    gap: 12px !important;
    margin-top: 24px !important; }
  .home_list_story .wrapper_story .flex-item .content {
    padding: 0 25px; }
  .hero-x-70 .hero__content {
    display: none; }
  .hero-x-70 {
    aspect-ratio: initial;
    min-height: auto; }
  .x70-sologan {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 40px; }
  .x70-footer__bottom {
    align-items: baseline;
    padding: 0 20px; }
  .x70-footer .x70-cert img {
    display: block;
    margin-left: 0; }
  .kiwwsrea .header-search {
    top: 75px !important; }
  .all-products {
    text-align: center;
    padding: 10px; } }

.header-search {
  display: none; }

.flexdes {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.saerachglo {
  cursor: pointer; }

.header-search {
  position: absolute !important;
  left: -198px;
  width: 320px;
  right: auto;
  top: 100%;
  margin-top: 15px !important; }

.saerachglo .vsearch svg {
  width: 25px;
  height: 25px; }

.menuch > a {
  line-height: 22px; }

.menuch > a svg {
  width: 15px;
  height: 15px;
  margin-top: -5px; }

.menuch:hover > a svg {
  transition: all 0.5s;
  transform: rotate(180deg); }

.hero-x-70 .hero__content .hero__btn span {
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500; }

.x70-footer .x70-copy,
.x70-cert p {
  font-size: 13px; }

.footer-social .social-row .social-label {
  min-width: 60px; }

.footer-social .social-row .social-icons {
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center; }

.footer-social .social-row .social-icons a[aria-label="Email"] svg {
  margin-left: 4px; }

.footer-social .social-row .social-icons a svg {
  width: 24px;
  height: 26px; }

.footer-social .social-row .social-icons a[aria-label="Facebook"] svg {
  width: 30px;
  height: 26px; }

@media (min-width: 1200px) {
  section.hero-x-70 .container-fluid-qw {
    padding: 0 25px; } }

.wrap-collection-title .heading-collection h1 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 30px; }

.all-products .subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.pro-loop .product-detail h3 {
  margin: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500; }

.pro-loop .product-detail h3 a {
  line-height: 25px; }

div#article.layout-article,
.layout-pageDetail,
.product-qs,
.layout-searchPage,
.layout-account,
#layout-cart,
.layout-blogs,
.layout-pageContact {
  padding-top: 100px; }

@media (max-width: 1024px) {
  .wrap-collection-title .heading-collection h1 {
    font-size: 23px;
    margin-bottom: 0; }
  .all-products .subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .menu-link-group {
    justify-content: flex-start !important;
    align-items: center;
    gap: 0 !important;
    border-radius: 8px; }
  .menu-mobile a {
    font-weight: 500;
    color: #000;
    opacity: 1;
    font-size: 15px !important; }
  .toggle-submenu {
    padding: 10px 10px 10px 0 !important; }
  .header-logo img {
    max-width: 65px; }
  .layout-blogs,
  div#article.layout-article,
  main.wrapperMain_content.product-qs,
  #layout-cart,
  .layout-pageDetail,
  .layout-searchPage,
  .layout-account,
  .layout-blogs,
  .layout-pageContact {
    padding-top: 65px; } }

.product-description .title-bl > h2 {
  font-family: 'SVN-Gilroy' , sans-serif !important;
  margin-bottom: 10px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .layout-blogs .heading-page h1 {
    text-align: center; }
  .layout-blogs .article-loop .article-inner .article-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .boxBlog-right {
    width: 100%; }
  .xsplit__head h1 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 29px;
    text-transform: uppercase; }
  .boxArticle-detail {
    padding: 15px 0; }
  .home_list_story .wrapper_story .content .title h5 {
    padding: 15px 0; }
  .flex-item > div {
    padding: 20px 0; }
  .x70-sologan .slogan-inner {
    max-width: 100%; }
  .x70-sologan .slogan-inner .line {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px; }
  .x70-sologan .slogan-inner a.cta {
    font-size: 12px;
    margin-top: 5px; }
  .x70-subscribe {
    padding-top: 0; }
  .x70-sologan {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 40px; }
  .x70-sologan .slogan-inner .line {
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.4px; } }

.x70-about-section.full-stamp .center-note {
  margin-bottom: 10px; }

.footer-social .social-row .social-icons img {
  width: 25px; }

@media (max-width: 768px) {
  .x70-about-section.full-stamp .center-note {
    margin: 0;
    font-size: 11px; }
  .x70-about-section.full-stamp .portrait {
    margin-top: 5px; } }

@media (min-width: 1000px) {
  .x70-subscribe .container-fluid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0; }
  .x70-footer__bottom {
    gap: 60px; }
  .x70-footer .x70-copy {
    width: 30%; }
  .x70-cert {
    width: 70%; }
  .x70-cert p {
    text-align: right; } }

@media (max-width: 767px) {
  section.home_list_story .item-2.flex-item .title .img-libety-twos {
    width: 200px;
    margin: 0 auto;
    display: block; }
  section.home_list_story .item-2.flex-item .title h5 {
    font-size: 18px;
    padding: 10px 0; }
  section.home_list_story .item-2.flex-item .btn-action.img-libety-twosa a {
    padding: 4px 30px;
    font-size: 14px; }
  .home_list_story .wrapper_story .flex-item .content .btn-action a {
    padding: 4px 30px;
    font-size: 14px; }
  .home_list_story .wrapper_story .flex-item .content .img-libety img {
    width: 200px;
    margin: 0 auto;
    display: block; }
  .home_list_story .wrapper_story .flex-item .content .title h5 {
    font-size: 18px;
    padding: 10px 0; }
  .saerachglo .vsearch svg,
  .header-icons a.icon-userd svg,
  .header-icons a.icon-cart svg,
  .header-icons a.icon-cart svg {
    width: 15px;
    height: 17px; }
  #catindexnew .cat-caption .cat-title {
    font-size: 18px; }
  #catindexnew .cat-caption .cat-desc {
    font-size: 11px; }
  #catindexnew .cat-caption.shopinfo a {
    position: initial;
    color: #000;
    font-family: 'SFUFutura' , sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 8px; }
  .layout-searchPage .heading-page {
    padding: 0;
    margin: 0; }
  .layout-searchPage .heading-page h1 {
    text-align: center; } }

.header-icons img {
  width: 22px;
  height: 22px; }

.home_list_story .wrapper_story .content .title h5,
.home_list_story .wrapper_story .flex-item .content .title h5 {
  font-weight: 500 !important;
  letter-spacing: 1px; }

#product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.header-icons a.icon-userd img {
  width: 23px;
  height: 25px; }
  @media (max-width: 767px) {
    .header-icons a.icon-userd img {
      width: 18px;
      height: 20px; } }

.menuch > a,
.menuch:hover .menucap2 a,
.x70-subscribe__cols .x70-footcol__title,
.pro-loop .product-detail h3 a,
.wrapper-mainCart .mainCart-detail .heading-cart h1,
.wrapper-mainCart .order-summary-block .summary-title,
.coupon-initial .coupon-item__right .cp-top h3,
.wrapper-mainCart .collectionCart-detail .collectionCart-title,
.list-productRelated h2,
.inforArticle-content .article-related .title-blog-related span,
.layout-searchPage .heading-page h1,
.heading-pageDetail h1,
.layout-blogs .heading-page h1,
.box-send-contact h2, .box-info-contact h2,
.xsplit__head h1 {
  font-family: 'SFUFutura' , sans-serif !important; }

#catindexnew .cat-caption .cat-title,
.menuch > a,
.menuch:hover .menucap2 a,
.new-arrivals .title,
.home_list_story .wrapper_story .content .title h5,
.home_list_story .wrapper_story .flex-item .content .title h5,
.x70-subscribe__title,
.x70-subscribe__cols .x70-footcol__title,
.pro-loop .product-detail h3 a,
.wrapper-mainCart .mainCart-detail .heading-cart h1,
.wrapper-mainCart .order-summary-block .summary-title,
.coupon-initial .coupon-item__right .cp-top h3,
.wrapper-mainCart .collectionCart-detail .collectionCart-title,
.list-productRelated h2,
.inforArticle-content .article-related .title-blog-related span,
.layout-searchPage .heading-page h1,
.heading-pageDetail h1,
.layout-blogs .heading-page h1,
.box-send-contact h2, .box-info-contact h2,
.xsplit__head h1 {
  font-weight: 800 !important; }

#catindexnew .cat-caption.shopinfo a {
  line-height: 20px;
  padding-top: 5px; }

@media (max-width: 767px) {
  #catindexnew .cat-caption.shopinfo a {
    line-height: 10px;
    padding-top: 5px; }
  .header-icons a i {
    padding-top: 7px; }
  .header-icons a.icon-userd img {
    width: 18px;
    height: 18px; }
  .header-icons img {
    width: 18px;
    height: 18px; }
  .home_list_story .wrapper_story .flex-item .content .btn-action a {
    margin-top: 10px; } }

.menucap2 .itemmenu.has-submenu.show-submenu *,
.menuch .menucap2 .itemmenu.has-submenu a {
  font-weight: 400 !important; }

.footer-social .social-row .social-label {
  width: 70px; }

.product-title h1 {
  font-weight: 800;
  letter-spacing: 1px; }

.wrapper-mainCart .order-invoice-block .checkbox > .title {
  padding-top: 3px; }

.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button:hover {
  background: #000;
  color: #fff; }

.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
  border: 1px solid #000; }

.hero-x-70 .hero__content .hero__btn:hover * {
  color: #fff; }

@media (max-width: 991px) {
  .product-title h1 {
    font-size: 23px;
    margin-top: 25px; }
  .list-productRelated {
    clear: both; }
  .list-productRelated h2 {
    margin: 0 0 20px; }
  .list-productRelated .heading-title h2 {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.5px; }
  .list-productRelated .heading-title h2::before {
    height: 1px;
    width: 85px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9999;
    content: "";
    flex: 1;
    border-top: 1px solid #989898;
    margin: 0;
    /* khoảng cách giữa line và chữ */ }
  .list-productRelated .heading-title h2::after {
    height: 1px;
    width: 85px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
    content: "";
    flex: 1;
    border-top: 1px solid #989898;
    margin: 0; }
  .pro-loop .product-detail {
    padding: 5px 1px; }
  .sliderrelate .slick-dots {
    top: 5px; }
  .inforArticle-content .article-related .title-blog-related {
    text-transform: uppercase;
    margin: 0 0 5px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .header-icons a.icon-userd img {
    width: 20px;
    height: 20px; }
  .header-icons img {
    width: 20px;
    height: 19px; }
  .mebubarcheck {
    cursor: pointer;
    border: 0;
    font-size: 16px;
    height: auto;
    padding: 0px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    width: 22px; }
  #catindexnew .flexsmall {
    grid-template-columns: 1fr 1fr !important; }
  #catindexnew .flexnew.layout--full .banner-row .flexsmall > div {
    width: 100% !important; }
  .fiullpw {
    top: 76% !important; }
  .home_list_story .wrapper_story .content .title h5 {
    font-size: 16px; }
  .hero-x-70 .hero__content .hero__desc {
    max-width: 360px; }
  .x70-sologan .slogan-inner .line {
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.6;
    color: #000;
    text-align: center;
    font-family: 'SFUFutura', sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; }
  .x70-subscribe__left {
    flex: 100%;
    max-width: 100%;
    text-align: center; }
  .x70-subscribe .x70-newsletter-form {
    max-width: 500px;
    margin: 0 auto;
    display: block; }
  .x70-subscribe .x70-inputgroup {
    justify-content: center; }
  .x70-subscribe__cols {
    grid-template-columns: repeat(3, minmax(160px, 1fr)); }
  .x70-footer__bottom {
    align-items: center; } }

.wrapper-mainCart .order-summary-block .summary-button .checkout-btn,
.product-loop .proloop-image .pro-sale {
  background: #D20018; }

.wrapper-mainCart .order-summary-block .summary-warning {
  background-color: transparent; }

@media (min-width: 1000px) {
  .searchactive .sidenav-closesear {
    margin-top: 0; }
  .sidenav-closesear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    background: transparent;
    border: none;
    display: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    font-size: 16px; } }

/* ================================================================== */
/* FIX TOÀN BỘ: TRÀN VIỀN - HẾT GIẬT - CHỮ CĂN TRÁI (FINAL) */
/* ================================================================== */
@media (max-width: 767px) {
  /* 1. Mở rộng khung chứa ra sát mép màn hình (Full viền) */
  section.home_list_story .container-fluidqw.wrapper_story {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  section.home_list_story .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* 2. Xử lý Item 1 và Item 2 */
  section.home_list_story .item-1.flex-item,
  section.home_list_story .item-2.flex-item {
    position: relative !important;
    padding: 0 !important;
    /* Xóa đệm để hình chạm mép */
    margin: 0 !important; }
  /* Tạo khoảng trắng tách biệt giữa hình trên và hình dưới */
  section.home_list_story .item-1.flex-item {
    margin-bottom: 30px !important; }
  /* 3. [QUAN TRỌNG NHẤT] KHÓA CHIỀU CAO KHUNG HÌNH (CHỐNG GIẬT) */
  section.home_list_story .image {
    display: block !important;
    width: 100% !important;
    /* Bạn có thể chỉnh số 600px này thành 550px nếu thấy hình quá dài */
    height: 600px !important;
    overflow: hidden !important; }
  /* 4. Ép ảnh giãn full theo khung và không bị méo */
  section.home_list_story .image img,
  section.home_list_story .image .img-normal,
  section.home_list_story .image .img-hover {
    width: 100% !important;
    height: 100% !important;
    /* Bắt buộc cao bằng khung 600px */
    object-fit: cover !important;
    /* Cắt ảnh tự động cho đẹp */
    display: block !important;
    position: absolute !important;
    /* Cố định vị trí ảnh */
    top: 0;
    left: 0; }
  /* 5. Định vị Chữ và Nút (Nằm đè lên ảnh) */
  section.home_list_story .item-1.flex-item > .content.text-center,
  section.home_list_story .item-2.flex-item > .content.text-center {
    position: absolute !important;
    bottom: 20px !important;
    /* Cách đáy 50px */
    left: 20px !important;
    /* Cách trái 20px */
    right: 20px !important;
    width: auto !important;
    transform: none !important;
    z-index: 10 !important;
    padding: 0 !important;
    /* Flexbox để căn trái */
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    background: none !important;
    border: none !important;
    text-align: left !important; }
  /* 6. Căn trái tiêu đề và nút */
  section.home_list_story .item-1.flex-item > .content.text-center .title,
  section.home_list_story .item-1.flex-item > .content.text-center .btn-action,
  section.home_list_story .item-2.flex-item > .content.text-center .title,
  section.home_list_story .item-2.flex-item > .content.text-center .btn-action {
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  /* 7. Màu chữ trắng & Bóng đổ nhẹ để dễ đọc */
  section.home_list_story .item-1.flex-item .content .title h5,
  section.home_list_story .item-1.flex-item .content .title .libety,
  section.home_list_story .item-2.flex-item .content .title h5,
  section.home_list_story .item-2.flex-item .content .title .libety {
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  /* 8. Style Nút: Viền trắng, nền trong suốt */
  section.home_list_story .item-1.flex-item .content .btn-action a,
  section.home_list_story .item-2.flex-item .content .btn-action a {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 10px 25px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 8px !important;
    /* Cách xa chữ một chút */
    border-radius: 30px !important;
    /* Bo tròn nút */ }
  /* Hover vào nút thì đổi màu (Tùy chọn) */
  section.home_list_story .item-1.flex-item .content .btn-action a:hover,
  section.home_list_story .item-2.flex-item .content .btn-action a:hover {
    background-color: #fff !important;
    color: #000 !important; }
  /* 9. Ẩn mấy cái hình logo nhỏ (Cờ/Chữ ký) */
  section.home_list_story .item-1.flex-item .content .img-libety,
  section.home_list_story .item-2.flex-item .content .img-libety-twos {
    display: none !important; }
  /* 10. Tách khối MEN (ở trên) ra khỏi khối Sinh Nhật (ở dưới) */
  #catindexnew {
    margin-bottom: 40px !important;
    display: block !important; } }

/* ======================================================= */
/* ======================================================= */
/* FIX FULL MÀN HÌNH (CÁCH THỦ CÔNG - TRỪ THANH ĐỊA CHỈ) */
/* ======================================================= */
@media (max-width: 767px) {
  /* 1. Nhắm vào tấm hình */
  #catindexnew .banner-full .cat-card img {
    width: 100% !important;
    /* CÔNG THỨC: Lấy 100% chiều cao màn hình TRỪ ĐI 60px (khoảng thanh địa chỉ) */
    height: calc(100vh - 60px) !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important; }
  /* 2. Ép các khung chứa đi theo chiều cao đó */
  #catindexnew .banner-full,
  #catindexnew .banner-full .cat-card,
  #catindexnew .banner-full picture {
    height: calc(100vh - 60px) !important;
    /* Đồng bộ chiều cao */
    padding: 0 !important;
    margin: 0 !important; } }

/* ======================================================= */
/* TĂNG KÍCH THƯỚC CHỮ VÀ NÚT CHO BANNER VÁY ĐEN (TOP) */
/* ======================================================= */
@media (max-width: 767px) {
  /* 1. Tăng kích thước tiêu đề "Something New Just Landed" */
  #catindexnew .banner-full .shopinfo.cat-caption .cat-title {
    font-size: 20x !important;
    /* Cỡ chữ to lên (cũ khoảng 24px) */
    line-height: 1.2 !important;
    margin-bottom: 3x !important;
    color: #000000 !important;
    /* Chữ màu trắng */ }
  /* 2. Tăng kích thước dòng mô tả "Fresh designs..." */
  #catindexnew .banner-full .shopinfo.cat-caption .cat-desc {
    font-size: 14px !important;
    /* Cỡ chữ to lên */
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
    color: #000000 !important;
    /* Chữ màu trắng */ }
  /* 3. Tăng kích thước nút "SHOP NOW" */
  #catindexnew .banner-full .shopinfo.cat-caption a {
    font-size: 14px !important;
    /* Chữ trong nút to lên */
    padding: 12px 40px !important;
    /* Nút phồng to ra */
    display: inline-block !important;
    color: #000000 !important;
    /* Chữ màu trắng */
    /* Nếu nút chưa có viền, thêm đoạn này vào: */
    border: 2px solid #000000 !important;
    border-radius: 30px !important; } }

/* ======================================================= */
/* DI CHUYỂN WIDGET ZALO SANG GÓC PHẢI MÀN HÌNH */
/* ======================================================= */
/* Nhắm vào thẻ iframe của Zalo và thẻ bao ngoài của nó */
#zalo-vr,
.zalo-chat-widget,
iframe[src*="page.widget.zalo.me"] {
  left: auto !important;
  /* Hủy bỏ căn trái mặc định */
  right: 15px !important;
  /* Căn sát mép phải (cách 15px) */
  bottom: 30px !important;
  /* Cách đáy 90px (để tránh che nút cuộn trang hoặc các nút khác) */
  position: fixed !important;
  /* Cố định vị trí khi cuộn */
  z-index: 999999 !important;
  /* Luôn nằm trên cùng */ }

/* ======================================================= */
/* CHỈNH ẢNH BANNER FULL MÀN HÌNH TRÊN MÁY TÍNH (DESKTOP) */
/* ======================================================= */
@media (min-width: 992px) {
  /* Chỉ áp dụng cho màn hình lớn (PC/Laptop) */
  /* Nhắm vào tấm hình trong banner-full */
  #catindexnew .banner-full .cat-card img {
    width: 100% !important;
    /* Cao bằng 100% chiều dọc màn hình máy tính */
    height: 100vh !important;
    /* QUAN TRỌNG: Tự động cắt ảnh để lấp đầy khung mà không bị méo/dẹt hình */
    object-fit: cover !important;
    /* Canh vị trí: Lấy trung tâm và ưu tiên phần trên (tránh bị cắt mất đầu người mẫu) */
    object-position: center top !important;
    display: block !important; } }
