body {
  margin: 0;
  padding-top: 50px;
}

ol, ul {
  list-style: none;
}

ol, ul, a, p, span {
  margin: 0;
  padding: 0;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

button {
  box-shadow: none;
  border: 0;
  line-height: normal;
}

.qk-tst_prop--btn_ol {
  transition-property: background-color, color;
}

.qk-tst_prop--pc_logo {
  transition-property: padding-top, height;
}

#gt3 {
    max-width: 1140px;
    width: 100%;
    color: #6F5745;
    margin: auto;
}

#gt3 .home_banner_container {
    width: auto;
}

#gt3 .section_row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #000;
    min-height: 350px;
}

#gt3 .section_img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

#gt3 .section_collection_img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gt3 .section_left_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    border-right: 1px solid #000;
    min-width: 0;
    position: relative;
}

#gt3 .section_right_container {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    position: relative;
}

#gt3 .section_block {
    position: relative;
    flex: 1;
    border-bottom: 1px solid #000;
    padding: 24px;
    padding-bottom: 50px;
}

#gt3 .section_block:last-child {
    border-bottom-width: 0px;
}

#gt3 .section_major_title {
    font-size: 24px;
    margin-bottom: 12px;
}

#gt3 .section_block_title {
    font-size: 20px;
    margin-bottom: 20px;
}

#gt3 .section_block_content {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
    z-index: 1;
}

#gt3 .bottom_right_container {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#gt3 .bottom_left_container {
    position: absolute;
    bottom: 40px;
    left: 24px;
    display: flex;
    flex-direction: column;
}

#gt3 .section_button {
    border: 1px solid #000;
    background: transparent;
    padding: 4px 24px;
    width: 250px;
    font-size: 13px;
    background-color: #F5F4F0;
}

#gt3 .section_center {
    align-items: center;
    justify-content: center;
}

#gt3 .section_flex_column {
    display: flex;
    flex-direction: column;
}

#gt3 .section_collection_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #fff;
    height: 500px;
    color: #fff;
    position: relative;
}

#gt3 .section_collection_container:last-child {
    border-right: 0;
}

#gt3 .section_collection_header {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #fff;
    z-index: 1;
}

#gt3 .section_collection_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    z-index: 1;
}

#gt3 .brown_section {
    background-color: #7E695A;
    color: #fff;
}

#gt3 .product_header_container {
    padding: 24px;
}

#gt3 .product_carousel_container {
    flex: 1;
    display: flex;
    overflow: hidden;
}

#gt3 .product_card_image_link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#gt3 .product_card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.33%;
    flex-shrink: 0;
    padding: 24px;
}

#gt3 .product_card_image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#gt3 .product_card_title {
    margin-bottom: 16px;
    z-index: 1;
}

#gt3 .quick_add_container {
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#gt3 .quick_add_button {
    width: 200px;
}