.lato {
    font-family: "Lato", sans-serif;
    /* color: #dfdfdf; */
}

.open-sans {
    font-family: "Open Sans", sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden;
}

.navbar-utama {
    padding: 15px 0;
    box-shadow: 0 3px 15px 0 #b4b4b4;
    background-color: #ffffff;
    opacity: 0.9;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
}

.navbar-utama.show {
    opacity: 1;
    transform: translateY(0);
}

.navbar-utama.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.navbar a img,
.offcanvas h5 img {
    width: 90px;
    height: auto;
    object-fit: contain;
    opacity: 1 !important;
}

.navbar-utama .nav-item .nav-link {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #a7a376;
    text-decoration: none;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}

.navbar .nav-item .nav-link {
    color: #000000;
    opacity: 0.7;
    font-size: 15px;
    font-weight: bold;
}

.navbar-utama .collapse ul li {
    font-family: "Lato", serif;
    padding: 0 5px;
}

.cover {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-size: cover;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.cover .content-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    z-index: 5;
}

.cover .content-container .content-center {
    width: fit-content;
}

.cover .content-center img {
    width: 300px;
    padding: 30px 25px;
    border-radius: 10px;
    z-index: 4;
}

.cover .content-container .content-center p {
    text-align: center;
    width: fit-content;
    margin: 15px auto 0 auto;
    border-radius: 5px;
    box-shadow: 0 4px 0 0 #a7a376;
    padding: 8px 20px 8px 20px;
    color: #ffffff;
    background-color: #ff7f00;
    z-index: 5;
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: 16px;
}

.cover .slider-container {
    margin: 10px 0 0 0;
}

.cover .slider-container img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cover .slider-container .slick-slide {
    padding: 0 8px;
}

.about-pt {
    padding: 80px 0 100px 0;
    position: relative;
}

.about-pt::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/elemen1.png");
    background-repeat: no-repeat;
    transform: scale(-1);
    width: 150px;
    height: 139px;
    background-size: contain;
    top: 0;
    right: 0;
}

.about-pt .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-pt .content {
    width: 70%;
    position: relative;
}

.about-pt .content::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/tringale-right-cream.png");
    width: 140px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: -40px;
    transform: scaleX(-1);
}

.about-pt .content h2 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #ff7f00;
    position: relative;
    display: inline-block;
}

.about-pt .content h2::before {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/tringale-right-orange.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 30px;
    left: -40px;
    top: 6px;
}

.about-pt .content .text p {
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

.about-us {
    padding: 70px 0;
    box-shadow: 0 0 10px 0 #919191;
    z-index: 1;
    position: relative;
    background-image: url("/assets/image/bg/5.png");
    background-size: cover;
}

.about-us::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    z-index: -1;
}

.about-us .title {
    text-align: center;
}

.about-us .title h2 {
    font-family: "Lato", serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 50px auto;
    padding: 15px 20px;
    position: relative;
    color: #8e8e8e;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 15px;
}

.about-us .title h2 span {
    color: #ff7f00;
}

.about-us .row {
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

.about-us .row .content-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.about-us .row .content-left .cover-image img {
    width: 400px;
    margin: 0 0 0 -40px;
}

.about-us .row .content-left .title {
    color: #000000;
    width: 100%;
    text-align: start;
    background-color: #ffffff;
    transform: translate(130px, -60px);
    padding: 30px;
    border-radius: 10px;
    width: fit-content;
    box-shadow: 4px 4px 0 0 #a7a376;
}

.about-us .row .content-left .title h4 {
    font-family: "Lato", serif;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #ff7f00;
    font-size: 26px;
}

.about-us .row .content-left .title h5 {
    font-family: "Open Sans", serif;
    margin: 5px 0 0 0;
    font-size: 20px;
    color: #8e8e8e;
    opacity: 0.9;
}

.about-us .row .content-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    text-align: end;
    padding-right: 0;
}

.about-us .row .content-right .cover-image img {
    width: 400px;
    margin: 15px 0 0 0;
}

.about-us .row .content-right .title {
    color: #000000;
    width: 100%;
    text-align: end;
    background-color: #ffffff;
    transform: translate(-70px, -70px);
    padding: 25px;
    border-radius: 10px;
    width: fit-content;
    box-shadow: -4px 4px 0 0 #a7a376;
}

.about-us .row .content-right .title h4 {
    font-family: "Lato", serif;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    color: #ff7f00;
    font-size: 26px;
}

.about-us .row .content-right .title h5 {
    font-family: "Open Sans", serif;
    margin: 7px 0 0 0;
    font-size: 20px;
    color: #8e8e8e;
    opacity: 0.9;
}

.column-2{
    display: flex;
}

.brand {
    width: 70%;
    padding: 100px 0 150px 0;
    position: relative;
}

.brand::before {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/elemen2.png");
    width: 180px;
    height: 167px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transform: scaleY(-1);
}

.brand::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/elemen1.png");
    width: 180px;
    height: 167px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}

.brand .container .row {
    flex-direction: column;
    gap: 120px;
    align-items: center;
    justify-content: center;
}

.brand .container .row .title h2 {
    font-family: "Lato", sans-serif;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff7f00;
    border-radius: 10px;
    padding: 8px 20px;
    position: relative;
}

.brand .container .row .title h2::before {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/tringale-right-cream.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 30px;
    left: -40px;
    top: 12px;
}

.brand .container .row .title h2::after {
    content: "";
    position: absolute;
    background-image: url("/assets/elemen/tringale-right-cream.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 30px;
    right: -40px;
    top: 12px;
    transform: scaleX(-1);
}

.brand .container .row .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    gap: 70px;
}

.brand .container .row .content a img {
    width: 200px;
}

.side-nav{
    width: 30%;
    box-shadow: 0 0 10px 0 #919191;
    background-color: #FF7F00;
    color: #ffffff;
}

.side-nav .row{
    padding: 40px 10px;
}

.side-nav .row .nav-item{
    transition: 0.3s;
}

.side-nav .row .nav-item:hover{
    background-color: #A7A376;
}

footer {
    background-image: url("/assets/image/bg/7.png");
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 10%;
    padding: 50px 0 0 0;
    color: white;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
}

footer .row {
    position: relative;
    z-index: 3;
    padding-bottom: 8px;
}

footer .row .col-lg-5 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
}

footer .row .col-lg-5 ul li {
    font-family: "Open Sans", serif;
    padding: 5px 0;
}

footer .bottom p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

footer .bottom {
    position: relative;
    z-index: 3;
}

/* catalog */

.catalog .content-body {
    width: 100%;
    gap: 35px;
}

.catalog .modal .modal-footer #clearCartBtn{
    background-color: transparent;
    /* color: #A7A376; */
}

.catalog .modal .modal-footer #clearCartBtn:hover {
    background-color: #A7A376;
    color: #ffffff;
}

.catalog .modal .modal-footer #whatsappBtn {
    border: 1px solid #A7A376; 
    background-color: #FF7F00; 
    color: white;
    transition: 0.3s;
}

.catalog .modal .modal-footer #whatsappBtn:hover {
    transform: translateX(-5px);
    box-shadow: 2px 2px 0 0 #A7A376; 
}

.catalog .header-catalog .nav-item .badge{
    background-color: #ff7f00;
    color: #ffffff !important;
    top: -2px;
    right: -3px;
    font-size: 10px;
    border-radius: 4px;
}

.catalog .content-body .list-category {
    width: 24%;
}

.catalog .content-body .list-product {
    width: 76%;
    gap: 20px;
}

.catalog .content-body .list-product .card {
    width: calc(33.333% - 14px);
    overflow: hidden;
}

.catalog .content-body .list-product .card img {
    width: 100%;
    height: 18vw;
}
.catalog .content-body .list-product .card .card-body {
    max-height: max-content;
}

.catalog .content-body .list-product .card .card-body p {
    opacity: 0.7;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
}

.catalog .content-body .list-product .card .cart {
    background-color: #ff7f00;
    color: #ffffff;
    width: fit-content;
    transition: 0.3s;
    margin-bottom: 5px;
}

.catalog .content-body .list-product .card .cart:hover {
    color: #ff7f00;
    background-color: #ffffff;
    border: 1px solid #8e8e8e;
    box-shadow: 0 3px 0 0 #a7a376;
    transition: 0.3s;
}

.catalog .content-body .list-product .card .content-not-hide .button-action .whatsapp{
    border: 1px solid #A7A376;
    background-color: transparent;
    color: #ff7f00;
    margin-bottom: 5px;
}

.catalog .content-body .list-product .card .content-not-hide .button-action .whatsapp:hover{
    background-color: #a7a376;
    color: #ffffff;
    box-shadow: 0 3px 0 0 #FF7F00;
}

.catalog .content-body .list-product .card .content-hide {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}
.catalog .content-body .list-product .card .content-hide.show {
    height: auto;
}

.catalog .content-body .list-product .card .content-hide .specification h6{
  font-weight: 600;
  font-size: 14px;
}

.catalog .content-body .list-product .card .content-hide .specification table tr td {
  font-size: 12px;
}

.catalog .content-body .list-product .card .content-hide .color h6{
  font-weight: 600;
  font-size: 14px;
}

.catalog .content-body .list-product .card .content-hide .color .color-name{
    font-size: 11px;
}

.catalog .content-body .list-product .card .content-hide .note p{
  font-size: 11px;
  text-align: justify;
  line-height: 14px;
}

.catalog .content-body .list-product .card .product-counter .btn{
    padding: 5px 10px;
}

.catalog .content-body .list-product .card .product-counter .btn svg{
    transform: translateY(-2px);
}

.catalog .content-body .list-product .card .product-counter .form {
    border: 0;
    transform: translateX(5px);
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    width: 42px;
}

.catalog .content-body .list-product .card .product-counter input[type="number"]:focus { 
    outline: none
}

.catalog .content-body .list-product .card .content-not-hide .spec-btn{
    font-size: 13px;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.5s;
}

.catalog .content-body .list-product .card .content-not-hide .spec-btn:hover{
    transform: translateX(10px);
}

/* checkbox */
.checkbox-wrapper:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 2px;
}

.checkbox-wrapper .background {
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}

.color-checkbox:checked + svg .background.other {
    fill: #A7A376; /* Ganti dengan warna saat aktif */
}

.color-checkbox:checked + svg .icon {
    fill: #ffffff; /* Ganti dengan warna saat aktif */
}

.checkbox-wrapper .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 1));
}

.checkbox-wrapper .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 1));
}

.checkbox-wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  /* opacity: 0; */
  -appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 3px 1px #adadad;
  border-radius: 50%;
}

.checkbox-wrapper input[type=checkbox]:hover {
  cursor: pointer;
}

.checkbox-wrapper input[type=checkbox]:checked + svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper input[type=checkbox]:checked + svg .check {
  stroke-dashoffset: 0;
}

.testimoni .title{
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimoni .title::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    left: 0;
}

.testimoni .title img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    /* object-position: 30% 30%; */
    z-index: -1;
}

.testimoni .title h1{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    background-color: #FF7F00;
    padding: 4px 16px;
    border-radius: 10px;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 3px #a7a376;
}

.testimoni .container .content-testimoni{
    gap: 50px;
    transform: translateY(-70px);
}

.testimoni .container .content-testimoni .card-testimoni{
    width: calc(33% - 30px);
}

.testimoni .container .content-testimoni .card-testimoni .carousel.slide{
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #A7A376;
}

.testimoni .container .content-testimoni img{
    width: 100%;
    height: 230px;
}

.testimoni .container .content-testimoni .image-testimoni{
    width: calc(33% - 35px);
    height: 230px;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #A7A376;
    object-fit: cover;
}

.testimoni .container .content-testimoni .card-testimoni .text{
    width: 100%;
    padding: 15px 10px;
}

.testimoni .container .content-testimoni .card-testimoni h5{
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.testimoni .container .content-testimoni .card-testimoni p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.testimoni .container .content-testimoni .card-testimoni button{
    color: #FF7F00;
    text-decoration: underline #A7A376;
}

.description-wrapper {
  overflow: hidden;
  transition: max-height 0.7s ease;
  max-height: 500px;
}

.description-wrapper.collapsed {
  max-height: 65px;
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
    .about-pt {
        padding: 90px 0;
        background-position: 20% 70%;
    }

    .about-pt .container .content {
        width: 85%;
    }

    .about-us .row .content-left .cover-image img {
        width: 350px;
        margin: 0 0 0 -30px;
    }

    .about-us .row .content-left .title {
        transform: translate(80px, -70px);
        padding: 25px;
    }

    .about-us .row .content-right .cover-image img {
        width: 350px;
        margin: 0 0 0 -30px;
    }

    .about-us .row .content-right .title {
        transform: translate(-50px, -70px);
        padding: 25px;
    }

    .about-us .row .content-left .title h4 {
        font-size: 26px;
    }

    .about-us .row .content-left .title h5 {
        font-size: 18px;
    }

    .about-us .row .content-right .title h4 {
        font-size: 26px;
    }

    .about-us .row .content-right .title h5 {
        font-size: 18px;
    }

    .catalog .content-body .list-product {
        width: 76%;
        gap: 20px;
    }

    .catalog .content-body .list-product .card {
        width: calc(50% - 10px);
    }

    .catalog .content-body .list-product .card img {
        width: 100%;
        height: 22vw;
    }

    .testimoni .container .content-testimoni .image-testimoni{
        width: calc(50% - 25px);
        height: 220px;
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 3px #A7A376;
        object-fit: cover;
    }
}

@media screen and (max-width: 768px) {
    .about-pt .container .content {
        width: 100%;
    }

    .about-pt {
        padding: 90px 0;
        background-position: 25% 80%;
    }

    .about-pt::after {
        width: 120px;
        height: 111px;
        top: 0;
        right: 0;
    }

    .about-pt .content h2::before {
        display: none;
    }

    .about-us {
        height: fit-content;
        padding: 70px 0;
    }

    .about-us .row {
        flex-direction: row;
        gap: 60px 30px;
        margin: 0 -24px 0 0;
    }

    .about-us .row .content-left {
        width: calc(50% - 15px);
    }

    .about-us .row .content-left .cover-image img {
        width: 280px;
        margin: 0 0 0 -30px;
    }

    .about-us .row .content-left .title {
        transform: translate(40px, -70px);
        padding: 25px;
    }

    .about-us .row .content-right {
        width: calc(50% - 15px);
    }

    .about-us .row .content-right .cover-image img {
        width: 280px;
        margin: 0 0 0 -30px;
    }

    .about-us .row .content-right .title {
        transform: translate(-20px, -70px);
        padding: 25px;
    }

    .about-us .row .content-left .title h4 {
        font-size: 22px;
    }

    .about-us .row .content-left .title h5 {
        font-size: 16px;
    }

    .about-us .row .content-right .title h4 {
        font-size: 22px;
    }

    .about-us .row .content-right .title h5 {
        font-size: 16px;
    }

    .column-2{
        display: flex;
        flex-direction: column;
    }

    .brand {
        padding: 100px 0 150px 0;
        position: relative;
        width: 100%;
    }

    .brand .container .row {
        gap: 60px;
    }

    .side-nav{
        width: 100%;
        box-shadow: 0 0 10px 0 #919191;
        background-color: #FF7F00;
        color: #ffffff;
    }

    .catalog .content-body {
        flex-direction: column;
        gap: 15px;
    }

    .catalog .content-body .list-category {
        width: 100%;
    }

    .catalog .content-body .list-category .form-select {
        width: 50%;
    }

    .catalog .content-body .list-category .text-count {
        width: fit-content;
    }

    .catalog .content-body .list-product {
        width: 100%;
    }

    .catalog .content-body .list-product .card img {
        height: 28vw;
    }

    .testimoni .container .content-testimoni{
        gap: 40px;
    }

    .testimoni .container .content-testimoni .image-testimoni{
        width: calc(50% - 25px);
        height: 180px;
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 3px #A7A376;
        object-fit: cover;
    }
}

@media screen and (max-width: 576px) {
    .cover {
        height: 100dvh;
    }

    .cover .slider-container img {
        height: 140px;
    }

    .about-us .title h2 {
        font-size: 32px;
    }

    .about-us .title h2::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("../src/assets/elemen/bg-text3.png");
        background-size: contain;
        background-repeat: no-repeat;
        top: 9px;
        right: -5px;
        z-index: -1;
    }

    .about-us .row {
        gap: 20px 10px;
    }

    .about-us .row .content-left {
        width: 100%;
    }
    .about-us .row .content-right {
        width: 100%;
    }

    .about-us .row .content-left .cover-image img {
        width: 80%;
    }

    .about-us .row .content-right .cover-image img {
        width: 80%;
    }

    .about-us .row .content-left .title {
        transform: translate(180px, -70px);
        padding: 25px;
    }

    .about-us .row .content-right .title {
        transform: translate(-90px, -70px);
        padding: 25px;
    }

    .about-us .row .content-left .title h4 {
        font-size: 24px;
    }

    .about-us .row .content-left .title h5 {
        font-size: 16px;
    }

    .about-us .row .content-right .title h4 {
        font-size: 24px;
    }

    .about-us .row .content-right .title h5 {
        font-size: 16px;
    }

    .brand::before {
        width: 130px;
        height: 123px;
    }

    .brand::after {
        width: 130px;
        height: 123px;
    }

    .brand .container .row .title h2::before {
        top: 10px;
    }

    .brand .container .row .title h2::after {
        top: 10px;
    }

    .catalog .content-body .list-product .card img {
        height: 35vw;
    }
    .testimoni .container .content-testimoni{
        gap: 30px;
    }

    .testimoni .container .content-testimoni .image-testimoni{
        width: calc(50% - 25px);
        height: 180px;
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 3px #A7A376;
        object-fit: cover;
    }
}

@media screen and (max-width: 440px) {
    .about-pt::after {
        width: 100px;
        height: 93px;
        top: 0;
        right: 0;
    }

    .about-us .row .content-left .title {
        transform: translate(100px, -70px);
        padding: 25px;
    }

    .about-us .row .content-right .title {
        transform: translate(-20px, -70px);
        padding: 25px;
    }

    .testimoni .container .content-testimoni .image-testimoni{
        width: 90%;
        height: 200px;
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 3px #A7A376;
        object-fit: cover;
    }
}

@media screen and (max-width: 380px) {
    .cover .content-container .content-center img {
        width: 250px;
    }

    .cover .content-container .content-center p {
        font-size: 16px;
    }

    .about-pt .container .content h2 {
        font-size: 28px;
    }

    .about-pt .container .content .text p {
        font-size: 14px;
    }

    .about-us .title h2 {
        padding: 10px 30px;
        font-size: 30px;
    }

    .about-us .row .content-left {
        width: 100%;
    }
    .about-us .row .content-right {
        width: 100%;
    }
    .about-us .row .content-left .cover-image img {
        width: 85%;
    }

    .about-us .row .content-right .cover-image img {
        width: 85%;
    }

    .about-us .row .content-left .title {
        transform: translate(90px, -70px);
        padding: 20px;
    }

    .about-us .row .content-right .title {
        transform: translate(-40px, -70px);
        padding: 20px;
    }

    .about-us .row .content-left .title h4 {
        font-size: 18px;
    }

    .about-us .row .content-left .title h5 {
        font-size: 14px;
    }

    .about-us .row .content-right .title h4 {
        font-size: 18px;
    }

    .about-us .row .content-right .title h5 {
        font-size: 14px;
    }

    .brand::before {
        width: 100px;
        height: 90px;
    }

    .brand::after {
        width: 100px;
        height: 90px;
    }

    .brand .container .row .title h2::before {
        left: -35px;
    }

    .brand .container .row .title h2::after {
        right: -35px;
    }

    .footer .container .text-center p {
        font-size: 11px;
    }

    footer .bottom p {
        font-size: 11px;
    }

    .catalog .content-body .list-product {
        width: 100%;
        gap: 20px;
    }

    .catalog .content-body .list-product .card {
        width: 100%;
    }

    .catalog .content-body .list-product .card img {
        height: 55vw;
    }
}

@media screen and (max-width: 320px) {
    .about-us .row .content-left .title {
        transform: translate(50px, -70px);
        padding: 20px;
    }

    .about-us .row .content-right .title {
        transform: translate(-10px, -70px);
        padding: 20px;
    }
}
