﻿/* CSS extracted from Blade templates. Do not edit generated sections in Blade. */

/* Source: resources\views\categoryproduct.blade.php (block 1) */
.category-products { padding: 150px 0 70px !important; }
.category-banner { aspect-ratio: 1408 / 400; background: #f2f2f2; border: 1px solid #e1e1e1; border-radius: 12px; height: auto; max-width: 1408px; overflow: hidden; position: relative; width: 100%; }
.category-banner img { height: 100%; object-fit: cover; width: 100%; }
.shop-category-slider { aspect-ratio: 7 / 5; height: auto; }
.shop-category-slider .slide-split_media { flex: 1 1 100%; height: 100%; width: 100%; }
.shop-category-slider .slideshow-bg__img { display: block; height: 100%; object-fit: cover; width: 100%; }

/* Keep the admin sidebar submenu inside the sidebar. */
.layout-wrap .section-menu-left > .center .center-item .menu-list .menu-item.has-children > .sub-menu {
  background: transparent;
  box-shadow: none;
  left: auto;
  min-width: 0;
  padding: 0 0 0 44px;
  position: static;
  top: auto;
  transform: none;
  visibility: visible;
  width: 100%;
  z-index: auto;
}
.layout-wrap .section-menu-left > .center .center-item .menu-list .menu-item.has-children > .sub-menu li a {
  font-size: 14px;
  padding: 0;
}
  .category-banner__name { align-items: center; background: rgba(0,0,0,.35); color: #fff; display: flex; font-size: clamp(25px, 3vw, 40px); inset: 0; justify-content: center; letter-spacing: .04em; position: absolute; text-transform: uppercase; }
  .category-products__path { border-bottom: 1px solid #e5e5e5; padding: 18px 0; }
  .category-products__path .breadcrumb { margin: 0; }
  .category-products__toolbar { align-items: center; border-bottom: 1px solid #e5e5e5; display: flex; gap: 20px; justify-content: space-between; padding: 20px 0; }
  .category-products__toolbar h1 { font-size: 23px; margin: 0; text-transform: uppercase; }
  .category-products__count { color: #777; font-size: 14px; margin: 5px 0 0; }
  .category-products__filters { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
  .category-products__filters select { background: #fff; border: 1px solid #d8d8d8; border-radius: 0; font-size: 14px; min-width: 160px; padding: 10px 34px 10px 12px; }
  .category-products__view { align-items: center; display: flex; font-size: 14px; gap: 8px; white-space: nowrap; }
  .category-products__view a { color: #777; padding: 2px; } .category-products__view a.active { color: #111; font-weight: 700; }
  .category-products__grid { display: grid; gap: 30px 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 28px; }
  .category-products__grid.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-products__grid.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-product-card__image { background: #f6f6f6; border: 1px solid #e1e1e1; border-radius: 10px; display: block; overflow: hidden; aspect-ratio: 4 / 5; }
  .category-product-card__image img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }
  .category-product-card:hover img { transform: scale(1.03); }
  .category-product-card__category { color: #888; font-size: 12px; margin: 12px 0 5px; text-transform: uppercase; }
  .category-product-card h2 { font-size: 15px; font-weight: 500; line-height: 1.45; margin: 0; min-height: 44px; }
  .category-product-card h2 a { color: #222; }
  .category-product-card__price { font-size: 15px; font-weight: 600; margin: 8px 0 0; }
  .category-products .pagination { justify-content: center; margin-top: 42px; }
  .category-products .page-link { color: #222; } .category-products .active > .page-link { background: #222; border-color: #222; }
  @media (max-width: 991px) { .category-products { padding-top: 120px !important; } .category-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (max-width: 767px) { .category-products__toolbar { align-items: flex-start; flex-direction: column; } .category-products__filters { width: 100%; } .category-products__filters select { flex: 1; min-width: 0; } .category-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Source: resources\views\cart.blade.php (block 1) */
.text-success{

    color: #278c04 !important;

  }

  .text-danger{

    color: #d61008 !important;

  }

/* Source: resources\views\blog\show.blade.php (block 1) */
.about-section {
    padding: 60px 0;
}

.about-title {
    font-size: 1.375rem;;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Rajdhani", "Jost", sans-serif;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.about-text p {
    margin-bottom: 16px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.section-divider {
    margin: 60px 0;
    border-top: 1px solid #eee;
}

/* Source: resources\views\blog\index.blade.php (block 1) */
.about-section {
    padding: 60px 0;
}

.about-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.about-text p {
    margin-bottom: 16px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.section-divider {
    margin: 60px 0;
    border-top: 1px solid #eee;
}

/* Source: resources\views\baomat.blade.php (block 1) */
.text-danger{

        color: red !important;

    }

/* Source: resources\views\doitrabaohanh.blade.php (block 1) */
.text-danger{

        color: red !important;

    }

/* Source: resources\views\dinhhuongvahanhtrinhsanxuat.blade.php (block 1) */
.about-section {
    padding: 60px 0;
}

.about-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.about-text p {
    margin-bottom: 16px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.section-divider {
    margin: 60px 0;
    border-top: 1px solid #eee;
}

/* Source: resources\views\details.blade.php (block 1) */
.filled-heart{

    color: red;

  }

/* Source: resources\views\details.blade.php (block 2) */
.product-variants{
                  display:flex;
                  gap:10px;
                  flex-wrap:wrap;
                }
                .variant-item input{
                  display:none;
                }
                .variant-item span{
                  min-width:72px;
                  min-height:42px;
                  border:1px solid #ddd;
                  display:flex;
                  align-items:center;
                  justify-content:center;
                  cursor:pointer;
                  font-weight:600;
                  padding:8px 12px;
                  transition:.2s;
                }
                .variant-item input:checked + span{
                  background:black;
                  color:white;
                  border:2px solid black;
                }
                .variant-item span:hover{
                  border-color:black;
                }

/* Source: resources\views\details.blade.php (block 3) */
.product-sizes{
                  display:flex;
                  gap:10px;
                  flex-wrap:wrap;
                  }

                  .size-item input{
                  display:none;
                  }

                  .size-item span{
                  width:45px;
                  height:45px;
                  border:1px solid #ddd;
                  display:flex;
                  align-items:center;
                  justify-content:center;
                  cursor:pointer;
                  font-weight:600;
                  transition:.2s;
                  }

                  .size-item input:checked + span{
                  background:black;
                  color:white;
                  border:2px solid black;
                  }

                  .size-item span:hover{
                  border-color:black;
                  }

/* Source: resources\views\details.blade.php (block 4) */
.product-sizes{
display:flex;
gap:10px;
margin-top:10px;
}

.size-item input{
display:none;
}

.size-item span{
display:flex;
align-items:center;
justify-content:center;
width:45px;
height:45px;
border:1px solid #ddd;
cursor:pointer;
font-weight:600;
transition:.2s;
}

.size-item input:checked + span{
border:2px solid black;
background:black;
color:white;
}

/* Source: resources\views\details.blade.php (block 5) */
#size-guide-modal .modal-dialog { max-width: min(1200px, calc(100vw - 6px)); }
#size-guide-modal .modal-content { margin: 0 auto; max-width: 1200px; width: 100%; }
  .size-guide-modal__header { border-bottom: 1px solid #e6e6e6; padding: 24px 28px 18px; }
  .size-guide-modal__title { font-size: 22px; font-weight: 500; margin: 0 0 4px; }
  .size-guide-modal__intro { color: #858585; font-size: 14px; margin: 0; }
  .size-guide-product { background: #e9e9e9; padding: 15px 16px; margin: 22px 0 18px; display: flex; justify-content: space-between; gap: 16px; }
  .size-guide-product p { margin: 0; font-size: 14px; } .size-guide-product .text-muted { color: #777; margin-top: 4px; }
  .size-guide-step { display: flex; align-items: center; gap: 10px; font-size: 18px; margin-bottom: 14px; }
  .size-guide-step span { align-items: center; background: #202124; border-radius: 50%; color: #fff; display: inline-flex; font-size: 14px; height: 27px; justify-content: center; width: 27px; }
  .size-guide-tabs { display: flex; gap: 8px; margin-bottom: 14px; } .size-guide-tabs button { background: #fff; border: 1px solid #ddd; border-radius: 9px; flex: 1; padding: 6px 12px; }
  .size-guide-tabs button.active { background: #202124; border-color: #202124; color: #fff; }
  .size-guide-note { font-size: 14px; margin-bottom: 12px; } .size-guide-note span { color: #8b8b8b; }
  .size-guide-scroll { overflow-x: auto; } .size-guide-table { border-collapse: collapse; min-width: 100%; width: 100%; }
  .size-guide-table th, .size-guide-table td { border: 1px solid #ddd; padding: 11px 14px; text-align: center; white-space: nowrap; }
  .size-guide-table th { background: #e6e6e6; font-weight: 500; } .size-guide-table tbody tr { cursor: pointer; } .size-guide-table tbody tr.is-selected { background: #f3f3f3; }
  .size-guide-choice { appearance: none; border: 1px solid #98a0aa; border-radius: 50%; height: 15px; width: 15px; vertical-align: middle; } .size-guide-choice:checked { background: #202124; box-shadow: inset 0 0 0 3px #fff; }
  .size-guide-summary { background: #f1f1f1; border: 1px solid #ddd; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; }
  .size-guide-summary__item { padding: 14px; } .size-guide-summary__item strong { display: block; font-size: 14px; font-weight: 500; } .size-guide-summary__item span { color: #888; display: block; font-size: 14px; margin-top: 3px; }
  .size-guide-compare { border-bottom: 1px solid #e5e5e5; padding: 13px 0; } .size-guide-compare summary { cursor: pointer; font-size: 14px; } .size-guide-compare p { color: #777; font-size: 13px; margin: 9px 0 0; }
  .size-guide-adjustment { background: #edf7ff; border: 1px solid #cfe4f6; margin: 16px 0; padding: 18px 16px; } .size-guide-adjustment label { cursor: pointer; font-size: 14px; } .size-guide-adjustment p { color: #8b8b8b; font-size: 13px; margin: 8px 0 0 27px; }
  .size-guide-adjustment-form { border: 1px solid #dfe4e8; border-top: 0; display: none; padding: 16px; } .size-guide-adjustment-form.is-open { display: block; }
  .size-guide-adjustment-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; } .size-guide-adjustment-badges span { background: #f0f0f0; border-radius: 999px; font-size: 12px; padding: 5px 9px; }
  .size-guide-adjustment-grid { display: grid; gap: 14px; grid-template-columns: 130px 1fr; } .size-guide-body-map { background: #f4f4f4; display: grid; min-height: 205px; place-items: center; } .size-guide-body-map svg { max-height: 195px; max-width: 100%; }
  .size-guide-fields { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); } .size-guide-fields label { display: flex; flex-direction: column; font-size: 13px; gap: 4px; } .size-guide-fields input, .size-guide-fields textarea { border: 1px solid #cfd3d7; border-radius: 3px; padding: 7px; width: 100%; } .size-guide-fields .is-wide { grid-column: 1 / -1; }
  .size-guide-save-status { color: #597b55; display: none; font-size: 13px; margin: 10px 0 0; } .size-guide-save-status.is-saved { display: block; }
  .size-guide-actions { display: flex; gap: 10px; } .size-guide-actions button { border-radius: 9px; font-size: 14px; padding: 5px 12px; } .size-guide-actions__complete { background: #202124; border: 1px solid #202124; color: #fff; } .size-guide-actions__reset { background: #fff; border: 1px solid #ddd; }
  @media (max-width: 575px) { .size-guide-modal__header { padding: 20px; } .size-guide-product { display: block; } .size-guide-product > div:last-child { margin-top: 8px; } .size-guide-adjustment-grid, .size-guide-fields { grid-template-columns: 1fr; } .size-guide-body-map { min-height: 150px; } }

/* Source: resources\views\details.blade.php (block 6) */
#personal-measurements-modal .modal-dialog { max-width: 760px; }
  .personal-measurements__header { border-bottom: 1px solid #ececec; padding: 24px 26px; }
  .personal-measurements__body { max-height: min(68vh, 600px); overflow-y: auto; padding: 24px 26px; }
  .personal-measurements__intro { color: #777; font-size: 14px; margin: 0 0 22px; }
  .personal-measurements__section-title { font-size: 16px; font-weight: 500; margin: 0 0 16px; }
  .personal-measurements__grid { display: grid; gap: 18px 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .personal-measurements__field { display: block; font-size: 15px; }
  .personal-measurements__field input { border: 1px solid #dedede; border-radius: 4px; margin-top: 8px; padding: 12px 44px 12px 12px; width: 100%; }
  .personal-measurements__input { position: relative; }
  .personal-measurements__unit { color: #777; font-size: 14px; position: absolute; right: 12px; top: 50%; transform: translateY(-16%); }
  .personal-measurements__guide { border-top: 1px solid #eee; display: grid; gap: 24px; grid-template-columns: 245px 1fr; margin-top: 26px; padding-top: 24px; }
  .personal-measurements__diagram { align-items: center; background: #fafafa; display: flex; justify-content: center; min-height: 370px; }
  .personal-measurements__diagram svg { height: 350px; max-width: 100%; }
  .personal-measurements__notes { display: grid; align-content: start; gap: 13px; }
  .personal-measurements__notes strong { display: block; font-size: 15px; font-weight: 500; }
  .personal-measurements__notes span { color: #777; display: block; font-size: 13px; line-height: 1.35; margin-top: 2px; }
  .personal-measurements__footer { border-top: 1px solid #ececec; display: flex; justify-content: flex-end; padding: 18px 26px; }
  .personal-measurements__save { background: #1f2022; border: 1px solid #1f2022; border-radius: 4px; color: #fff; padding: 10px 22px; }
  .personal-measurements__field input.is-invalid { border-color: #c94d45; }
  @media (max-width: 575px) { .personal-measurements__body, .personal-measurements__header, .personal-measurements__footer { padding-left: 18px; padding-right: 18px; } .personal-measurements__grid { gap: 14px; grid-template-columns: 1fr; } .personal-measurements__guide { grid-template-columns: 1fr; } .personal-measurements__diagram { min-height: 300px; } }

/* Source: resources\views\details.blade.php (block 7) */
.size-table{
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.size-table th,
.size-table td{
    border:1px solid #ddd;
    padding:10px;
    text-align:center;
    font-weight:500;
}

.size-table th{
    background:#f5f5f5;
    font-weight:bold;
}

.size-table td:first-child{
    font-weight:bold;
}
.size-wrapper{
    overflow-x:auto;
}

.size-table{
    min-width:700px;
}

.size-table tr:nth-child(even){
    background:#fafafa;
}

.size-table tr:hover{
    background:#f1f1f1;
}
.size-guide table{
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.size-guide table thead{
    display: table-header-group;
}

.size-guide table tbody{
    display: table-row-group;
}

.size-guide table tr{
    display: table-row;
}

.size-guide table th,
.size-guide table td{
    display: table-cell;
    padding:10px;
    border:1px solid #eee;
    text-align:center;
    white-space:nowrap;
}

.size-guide table th{
    background:#f7f7f7;
    font-weight:600;
}
.size-guide table th{
    white-space: normal;   /* cho phÃ©p xuá»‘ng dÃ²ng */
    word-break: break-word;
    line-height: 1.3;
}

/* Source: resources\views\contact.blade.php (block 1) */
.text-danger{


        color: red !important;


    }

/* Source: resources\views\chinhsachchung.blade.php (block 1) */
.text-danger{

        color: red !important;

    }

/* Source: resources\views\vanchuyen.blade.php (block 1) */
.text-danger{

        color: red !important;

    }

/* Source: resources\views\new-products.blade.php (block 1) */
.new-products { padding: 150px 0 70px !important; }
  .new-products__banner { aspect-ratio: 1408 / 458; background: #f2f2f2; border: 1px solid #e1e1e1; border-radius: 12px; height: auto; max-width: 1408px; overflow: hidden; position: relative; width: 100%; }
  .new-products__banner picture, .new-products__banner img { display: block; height: 100%; width: 100%; }
  .new-products__banner img { object-fit: cover; }
  .new-products__banner::after { display: none; }
  .new-products__banner h1 { color: #fff; font-size: clamp(27px, 3vw, 42px); letter-spacing: .04em; left: 50%; margin: 0; position: absolute; text-transform: uppercase; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
  .new-products__path { border-bottom: 1px solid #e5e5e5; padding: 18px 0; }.new-products__path .breadcrumb { margin: 0; }
  .new-products__toolbar { align-items: center; border-bottom: 1px solid #e5e5e5; display: flex; gap: 20px; justify-content: space-between; padding: 20px 0; }.new-products__toolbar h2 { font-size: 23px; margin: 0; text-transform: uppercase; }.new-products__count { color: #777; font-size: 14px; margin: 5px 0 0; }
  .new-products__filters { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }.new-products__filters select { background: #fff; border: 1px solid #d8d8d8; border-radius: 0; font-size: 14px; min-width: 150px; padding: 10px 34px 10px 12px; }.new-products__view { align-items: center; display: flex; font-size: 14px; gap: 8px; white-space: nowrap; }.new-products__view a { color: #777; padding: 2px; }.new-products__view a.active { color: #111; font-weight: 700; }
  .new-products__grid { display: grid; gap: 30px 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 28px; }.new-products__grid.columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }.new-products__grid.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .new-product-card__image { background: #f6f6f6; border: 1px solid #e1e1e1; border-radius: 10px; display: block; overflow: hidden; aspect-ratio: 4 / 5; }.new-product-card__image img { height: 100%; object-fit: cover; transition: transform .25s ease; width: 100%; }.new-product-card:hover img { transform: scale(1.03); }.new-product-card__category { color: #888; font-size: 12px; margin: 12px 0 5px; text-transform: uppercase; }.new-product-card h3 { font-size: 15px; font-weight: 500; line-height: 1.45; margin: 0; min-height: 44px; }.new-product-card h3 a { color: #222; }.new-product-card__price { font-size: 15px; font-weight: 600; margin: 8px 0 0; }.new-products .pagination { justify-content: center; margin-top: 42px; }.new-products .page-link { color: #222; }.new-products .active > .page-link { background: #222; border-color: #222; }
  @media (max-width: 991px) { .new-products { padding-top: 120px !important; }.new-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 767px) { .new-products__banner { aspect-ratio: auto; height: auto; max-width: 100%; min-width: 0; overflow: visible; }.new-products__banner picture { height: auto; overflow: visible; }.new-products__banner picture, .new-products__banner img { height: auto; max-width: 100%; }.new-products__banner img { object-fit: contain; object-position: center; }.new-products__toolbar { align-items: flex-start; flex-direction: column; }.new-products__filters { width: 100%; }.new-products__filters select { flex: 1; min-width: 0; }.new-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Source: resources\views\user\orders.blade.php (block 1) */
.table> :not(caption)>tr>th {


      padding: 0.625rem 1.5rem .625rem !important;


      background-color: #6a6e51 !important;


    }





    .table>tr>td {


      padding: 0.625rem 1.5rem .625rem !important;


    }





    .table-bordered> :not(caption)>tr>th,


    .table-bordered> :not(caption)>tr>td {


      border-width: 1px 1px;


      border-color: #6a6e51;


    }





    .table> :not(caption)>tr>td {


      padding: .8rem 1rem !important;


    }


    .bg-success {


      background-color: #40c710 !important;


    }





    .bg-danger {


      background-color: #f44032 !important;


    }





    .bg-warning {


      background-color: #f5d700 !important;


      color: #000;


    }

/* Source: resources\views\user\order-details.blade.php (block 1) */
.pt-90 {


      padding-top: 90px !important;


    }





    .pr-6px {


      padding-right: 6px;


      text-transform: uppercase;


    }





    .my-account .page-title {


      font-size: 1.5rem;


      font-weight: 700;


      text-transform: uppercase;


      margin-bottom: 40px;


      border-bottom: 1px solid;


      padding-bottom: 13px;


    }





    .my-account .wg-box {


      display: -webkit-box;


      display: -moz-box;


      display: -ms-flexbox;


      display: -webkit-flex;


      display: flex;


      padding: 24px;


      flex-direction: column;


      gap: 24px;


      border-radius: 12px;


      background: var(--White);


      box-shadow: 0px 4px 24px 2px rgba(20, 25, 38, 0.05);


    }





    .bg-success {


      background-color: #40c710 !important;


    }





    .bg-danger {


      background-color: #f44032 !important;


    }





    .bg-warning {


      background-color: #f5d700 !important;


      color: #000;


    }





    .table-transaction>tbody>tr:nth-of-type(odd) {


      --bs-table-accent-bg: #fff !important;





    }





    .table-transaction th,


    .table-transaction td {


      padding: 0.625rem 1.5rem .25rem !important;


      color: #000 !important;


    }





    .table> :not(caption)>tr>th {


      padding: 0.625rem 1.5rem .25rem !important;


      background-color: #6a6e51 !important;


    }





    .table-bordered>:not(caption)>*>* {


      border-width: inherit;


      line-height: 32px;


      font-size: 14px;


      border: 1px solid #e1e1e1;


      vertical-align: middle;


    }





    .table-striped .image {


      display: flex;


      align-items: center;


      justify-content: center;


      width: 50px;


      height: 50px;


      flex-shrink: 0;


      border-radius: 10px;


      overflow: hidden;


    }





    .table-striped td:nth-child(1) {


      min-width: 250px;


      padding-bottom: 7px;


    }





    .pname {


      display: flex;


      gap: 13px;


    }





    .table-bordered> :not(caption)>tr>th,


    .table-bordered> :not(caption)>tr>td {


      border-width: 1px 1px;


      border-color: #6a6e51;


    }

/* Source: resources\views\shop.blade.php (block 1) */
.filled-heart{

    color: red;

  }

/* Source: resources\views\muahangthanhtoan.blade.php (block 1) */
.text-danger{

        color: red !important;

    }
    .about-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.about-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.about-text p {
    margin-bottom: 16px;
}

.about-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.section-divider {
    margin: 60px 0;
    border-top: 1px solid #eee;
}

/* Source: resources\views\about.blade.php (block 1) */
.text-danger{

        color: red !important;

    }

/* Source: resources\views\layouts\app.blade.php (block 1) */
#menu ul {
  background: #7FFFD4;
  list-style-type: none;
  text-align: center;
}

#menu li {
  color: #f1f1f1;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

#menu ul li a {
  text-decoration: none;
  color: #f1f1f;
  display: block;
  z-index:9999;
}
#menu ul li a:hover {
  background: #F1F1F1;
  color: #0C0A0A;
}
#menu ul li > .sub-menu {
  display: none;
  position: absolute;
}
#menu li {
 position: relative;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 130px;
    background: white;
    padding: 10px 20px;
    min-width: 300px; /* Hoáº·c Ä‘á»§ rá»™ng cho ná»™i dung */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.navigation__item:hover > .sub-menu {
    display: block;
}
#menu ul li:hover .sub-menu {
  display: block;
}
.navigation__list {
    position: relative;
}

/* Source: resources\views\layouts\app.blade.php (block 2) */
#header {
        padding-top: 8px;
        padding-bottom: 8px;
        /* Giá»¯ header dÆ°á»›i Bootstrap modal/backdrop (1040/1055). */
        z-index: 1030;
      }
  
      .logo__image {
        max-width: 220px;
      }
#contact-widget {
    position: fixed;
    bottom: 200px;
    right: 20px;
    z-index: 1030;
}

/* nÃºt trÃ²n */
.contact-toggle {
    cursor: pointer;
}

.contact-toggle img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #000;
    padding: 1px;
   /* box-shadow: 0 4px 12px rgba(0,0,0,0.2);*/
    transition: 0.2s;
}

.contact-toggle {
    display: flex;
    flex-direction: column;
    align-items: center; /* ðŸ‘ˆ QUAN TRá»ŒNG */
    justify-content: center;
    cursor: pointer;
}


/* hover nháº¹ */
.contact-toggle img:hover {
    transform: scale(1.05);
}
.contact-label {
    margin-top: 5px;
    font-size: 13px;
    color: #333;

}

/* menu */
.contact-list {
    display: none;
    margin-bottom: 10px;
    flex-direction: column;
}

/* item */
.contact-list a {
    background: #fff;
    padding: 8px 12px;
    margin-bottom: 6px;
    border-radius: 20px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: 0.2s;
}

/* hover item */
.contact-list a:hover {
    transform: translateX(-3px);
}

/* Source: resources\views\layouts\app.blade.php (block 3) */
.mobile-account-menu .dropdown-menu { min-width: 130px; padding: .25rem 0; }
      .mobile-account-menu .dropdown-item,
      .mobile-account-menu .dropdown-item-text { font-size: 14px; line-height: 1.2; padding: .4rem .7rem; }
      .mobile-account-menu .dropdown-divider { margin: .2rem 0; }

/* Source: resources\views\layouts\app.blade.php (block 4) */
/* ===== FIX NAVIGATION SHOP ===== */

.navigation{
  position: relative;
  z-index: 9999;
}

.navigation__list{
  display:flex;
  gap:24px;
  z-index: 9999;
}

/* parent */
.navigation__item{
  position:relative;
}

/* submenu desktop */
.navigation__item .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  background:white;
  min-width:220px;
  padding:10px 0;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  z-index: 9999;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:.3s;
}

/* hover desktop */
.navigation__item:hover .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  z-index: 9999;
}

/* item submenu */
.sub-menu li a{
  display:block;
  padding:12px 18px;
  font-size:14px;
  color:#111;
  z-index: 999999;
}
.sub-menu li a:hover{
  background:#f5f5f5;
}

/* ===== MOBILE FIX ===== */

@media(max-width:768px){

.navigation__list{
  flex-direction:column;
}

.navigation__item .sub-menu{
  position:static;
  opacity:1;
  visibility:visible;
  transform:none;
  display:none;
  box-shadow:none;
  background:#fafafa;
}

.navigation__item.open .sub-menu{
  display:block;
}

.sub-menu li a{
  padding:14px 20px;
  border-bottom:1px solid #eee;
}

}

/* Source: resources\views\layouts\admin.blade.php (block 1) */
.admin-mobile-user-menu { display: none; }

                            @media (max-width: 991.98px) {
                                .header-dashboard .wrap .header-left .admin-mobile-user-menu {
                                    display: block;
                                    margin-left: auto;
                                    flex-shrink: 0;
                                }

                                .admin-mobile-user-menu > .dropdown-toggle {
                                    border: 0;
                                    background: transparent;
                                    color: var(--Heading);
                                    font-size: 15px;
                                    font-weight: 700;
                                    line-height: 24px;
                                    padding: 6px 0 6px 12px;
                                }

                                .admin-mobile-user-menu .dropdown-menu {
                                    min-width: 180px;
                                    margin-top: 10px !important;
                                    padding: 8px;
                                    border-radius: 12px;
                                }

                                .admin-mobile-user-menu .user-item {
                                    display: flex;
                                    align-items: center;
                                    gap: 12px;
                                    min-height: 38px;
                                    padding: 8px 10px;
                                    border-radius: 8px;
                                    font-size: 14px;
                                    font-weight: 600;
                                    line-height: 20px;
                                    color: var(--Heading);
                                }

                                .admin-mobile-user-menu .user-item .icon {
                                    display: flex;
                                    width: 18px;
                                    justify-content: center;
                                    flex-shrink: 0;
                                }

                                .admin-mobile-user-menu .user-item .icon i { font-size: 16px; }
                                .admin-mobile-user-menu .user-item .body-title-2 { flex-grow: 1; }
                            }

/* Source: resources\views\index.blade.php (block 1) */
/* =================================
   HERO BANNER
================================= */

/* =========================
HERO WRAPPER
========================= */

/* ==========================
   HERO
========================== */

.hero-banner{
    position:relative;
    width:100%;
    max-width:1600px;
    margin:auto;
    overflow:hidden;
    background:#f5f5f5;
}

/* desktop ratio */

.hero-slider{
    position:relative;
    width:100%;
    height:550px;
}

/* ==========================
   SLIDE
========================== */

.hero-slide{
    position:absolute;
    inset:0;

    opacity:0;
    visibility:hidden;

    transition:.6s;
}

.hero-slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}

/* ==========================
   IMAGE
========================== */

.hero-slide picture,
.hero-slide img{
    width:100%;
    height:100%;
    display:block;
}

.hero-slide img{
    object-fit:cover;
    object-position:center;
    background:#f5f5f5;
}

/* ==========================
   OVERLAY
========================== */

.hero-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        to right,
        rgba(0,0,0,.25),
        rgba(0,0,0,.05)
    );
}

/* ==========================
   CONTENT
========================== */

.hero-content{
    position:absolute;

    left:45%;
    top:90%;

    transform:translateY(-50%);

    max-width:500px;

    z-index:20;

    color:#fff;
}

.hero-tag{
    display:block;

    font-size:14px;
    margin-bottom:10px;

    text-transform:uppercase;
}

.hero-content h2{
    font-size:54px;
    line-height:1.1;
    margin-bottom:15px;
}

.hero-content p{
    font-size:18px;
    line-height:1.6;
    margin-bottom:25px;
}

/* ==========================
   BUTTON
========================== */

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    height:52px;
    padding:0 24px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    border:1.5px solid #000;
    color:#000;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
    backdrop-filter:blur(4px);
    transition:all .3s ease;
}

.hero-btn:hover{
    background:#121212;
    color:#fff;
    transform:translateY(-2px);
}

/* ==========================
   DOTS
========================== */



/* ==========================
   NAV
========================== */

.hero-nav{
    position:absolute;

    top:50%;
    transform:translateY(-50%);

    width:50px;
    height:50px;

    border:none;
    border-radius:50%;

    background:rgba(0,0,0,.35);

    color:#fff;

    font-size:24px;

    cursor:pointer;

    z-index:999;
}

.hero-nav:hover{
    background:rgba(0,0,0,.7);
}

.hero-nav.prev{
    left:20px;
}

.hero-nav.next{
    right:20px;
}

/* ==========================
   PROGRESS
========================== */

.hero-progress{
    position:absolute;

    left:0;
    bottom:0;

    width:0%;

    height:4px;

    background:#fff;

    z-index:999;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

.hero-content{
    max-width:350px;
}

.hero-content h2{
    font-size:36px;
}

.hero-content p{
    font-size:15px;
}

}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

.hero-slider{
    aspect-ratio:720 / 900;
}

.hero-slide img{
    object-fit:cover;
    object-position:center;
}

.hero-overlay{
    background:none;
}

.hero-content{

    left:20px;
    right:20px;

    bottom:25px;
    top:auto;

    transform:none;

    max-width:none;
}

.hero-content h2{
    font-size:24px;
}

.hero-content p{
    font-size:14px;
}

.hero-btn{
    min-width:140px;
    height:44px;
}

.hero-nav{
    display:none;
}

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

.hero-content{
    left:15px;
    right:15px;
    bottom:15px;
}

.hero-content h2{
    font-size:20px;
}

.hero-content p{
    font-size:13px;
}

.hero-btn{
    min-width:120px;
    height:40px;
    font-size:12px;
}

}

/* Source: resources\views\index.blade.php (block 2) */
/* ==============================
   Bá»˜ SÆ¯U Táº¬P 2 Cá»˜T
================================= */

.collection-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}

.collection-card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f4f4f6;
}

.collection-card__image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1.4 / 1;
    overflow: hidden;
    background: #eeeeee;
}

.collection-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-card:hover .collection-card__image img {
    transform: scale(1.03);
}

.collection-card__info {
    min-height: 58px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #f4f4f6;
}

.collection-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}

.collection-card__title a {
    color: #111111;
    text-decoration: none;
}

.collection-card__link {
    flex-shrink: 0;
    color: #222222;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

.collection-card__link:hover,
.collection-card__title a:hover {
    color: #777777;
}

/* MÃ¡y tÃ­nh mÃ n hÃ¬nh lá»›n */
@media (min-width: 1200px) {
    .collection-grid {
        --bs-gutter-x: 28px;
        --bs-gutter-y: 28px;
    }

    .collection-card__image {
        aspect-ratio: 1.38 / 1;
    }
}

/* Äiá»‡n thoáº¡i */
@media (max-width: 767.98px) {
    .collection-grid {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .collection-card__image {
        aspect-ratio: 1.35 / 1;
    }

    .collection-card__info {
        min-height: 52px;
        padding: 12px;
    }

    .collection-card__title {
        font-size: 14px;
    }

    .collection-card__link {
        font-size: 11px;
    }
}

/* Source: resources\views\index.blade.php (block 3) */
.home-news-section {
    background: #f6f1ea;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.title-line {
    width: 120px;
    height: 2px;
    background: #444;
    margin: 10px auto 0;
}

/* LEFT */

.featured-news-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
}

.featured-news-box a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.featured-content {
    padding: 20px;
}

.featured-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.featured-content p {
    font-size: 17px;
    color: #444;
    margin: 0;
}

/* RIGHT */

.small-news-item {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.small-news-item a {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.small-news-image {
    width: 220px;
    min-width: 220px;
    position: relative;
}

.small-news-image img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.news-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #d96d00;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-weight: 700;
}

.news-date .day {
    display: block;
    font-size: 26px;
    line-height: 1;
}

.news-date .month {
    display: block;
    font-size: 14px;
}

.small-news-content {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
}

.small-news-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #767676;
  color: #000;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}

.btn-view-more:hover {
    background: #767676;
    color: #fff;
}

@media(max-width: 991px) {
    .small-news-item a {
        flex-direction: column;
    }

    .small-news-image {
        width: 100%;
        min-width: 100%;
    }

    .featured-image img {
        height: auto;
    }
}

/* Source: resources\views\admin\order-details.blade.php (block 1) */
.table-transaction>tbody>tr:nth-of-type(odd) {

        --bs-table-accent-bg: #fff !important;

    }

/* Source: resources\views\admin\product-variants.blade.php (block 1) */
.product-variant-row {
        border: 1px solid #e5e5e5;
        margin-bottom: 18px;
        padding: 16px;
    }

/* Admin order details: preserve table-cell layout for the product name column. */
.admin-order-items-table {
    min-width: 1380px;
}

.admin-order-items-table th:first-child,
.admin-order-items-table td:first-child {
    min-width: 260px;
    width: 260px;
}

.admin-order-items-table th:nth-child(2),
.admin-order-items-table td:nth-child(2) {
    min-width: 96px;
    width: 96px;
}

.admin-order-items-table td.pname {
    display: table-cell;
}

.admin-order-items-table__name {
    display: block;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: normal;
}

.admin-order-items-table__image img {
    display: block;
    height: 72px;
    max-width: 72px;
    object-fit: cover;
    width: 72px;
}

/* Product size guide: size columns from their actual measurements, not equally. */
#size-guide-modal .size-guide-table {
    table-layout: auto;
    width: 100%;
}

#size-guide-modal .size-guide-table th {
    max-width: 105px;
    overflow-wrap: anywhere;
    white-space: normal;
}

#size-guide-modal .size-guide-table td {
    white-space: nowrap;
}

.cart-coupon-feedback {
    font-size: 14px;
    margin: 8px 0 0;
}

/* Keep the new-products banner uncropped on phone and tablet widths. */
@media (max-width: 991px) {
    .new-products__banner {
        aspect-ratio: auto !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible;
    }

    .new-products__banner picture,
    .new-products__banner img {
        display: block;
        height: auto !important;
        max-height: none !important;
        max-width: 100%;
        min-height: 0 !important;
        width: 100%;
    }

    .new-products__banner img {
        object-fit: contain !important;
    }
}

/* Homepage collection introduction. */
.collection-tagline {
    margin: 0 auto 34px;
    max-width: 1408px;
    text-align: center;
}

.collection-tagline__lead,
.collection-tagline__copy,
.collection-tagline__link {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.45;
}

.collection-tagline__lead {
    font-weight: 700;
    margin: 0 0 4px
    font-size: 45px;
}

.collection-tagline__copy {
    margin: 0;
    font-size: 25px;
}

.collection-tagline__link {
    color: inherit;
    display: inline-block;
    font-weight: 700;
    margin-top: 28px;
    text-decoration: none;
}

.collection-tagline__link:hover {
    opacity: .65;
}

.collection-promo-banner {
    margin: 0 auto 34px;
    max-width: 1408px;
    overflow: hidden;
}

.collection-promo-banner a,
.collection-promo-banner picture,
.collection-promo-banner img {
    display: block;
    width: 100%;
}

.collection-promo-banner img {
    height: auto;
}

/* Size guide on mobile: keep headers readable and scroll the table when needed. */
@media (max-width: 575px) {
    #size-guide-modal .size-guide-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #size-guide-modal .size-guide-table {
        min-width: 720px;
        table-layout: auto;
        width: max-content;
    }

    #size-guide-modal .size-guide-table th {
        max-width: 112px;
        min-width: 84px;
        overflow-wrap: normal;
        white-space: normal;
        word-break: normal;
    }

    #size-guide-modal .size-guide-table td {
        min-width: 64px;
        white-space: nowrap;
    }
}

.hero-slide__link {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero-overlay {
    pointer-events: none;
}

@media (max-width: 575px) {
    .collection-tagline {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .collection-tagline__lead,
    .collection-tagline__copy,
    .collection-tagline__link {
        font-size: 20px;
    }
}

